body{
	margin:0;
	padding:0;
	background:url(../img/bg_image.jpg);
	background-size:cover;
}

@media screen and (min-width:1200px) and (max-width:1600px)
{
::-webkit-input-placeholder{
	color: #000 !important;

}

.navbar-default{
	background-color:white;
	border:none;
	box-shadow:0px 1px 3px 0px #CCC;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0px;
}
.navbar-default .btn-default
{
	background-color:#fff;
	vertical-align:middle;
	margin-top:8px;
	margin-right:20px;
	padding:5px 15px;
	color:#F60;
	font-weight:bold;
	-webkit-transition:all .5s;
	border:none;
	font-weight:bold;	
	font-size:15px;
	color:#1a1788;
}
.navbar-default .btn-default:hover{
	background-color:#fff !important;
	margin-top:8px;
	margin-right:20px;
	padding:5px 15px;
	color:#F60;
	font-weight:bold;
}

.formarea {
    width: 30%;
    height: auto;
    position: fixed;
    left: 35%;
    top: 20%;
    background-color: rgba(255, 255, 255, 0.56);
    padding: 3px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.4);
}
.formarea p
{
margin-top:-20px;
color:#F60;
font-family: 'Raleway', sans-serif;
font-size:36px;
}

hr{
	margin-top:10px;
}

.formarea .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:  rgba(255, 255, 255, 0.00);
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #000;
	color:#000;
}
.form-group-bottom{
	margin-top:20px;
}
.form-group a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:-10px;
}
.form-group a:hover{
	text-decoration:none;
	border-bottom:#999 dotted 1px;
}
.form-group .btn {
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding:5px 25px;
  background-color:#F60;
  margin-top:0px;
  color:white;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  border:#F90 thin solid;
}
.form-group .btn-orange:hover{
	background-color:#FFF;
	color:#F60;
	-webkit-transform:scaleX(5px);
	border:#F60 thin solid;
}
.form-group .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .5s, opacity 1s;
       -o-transition: background .5s, opacity 1s;
          transition: background .5s, opacity 1s;
}
.form-group .btn:active:after {
  -webkit-background-size: 0% 0%;
          background-size: 0% 0%;
  opacity: .2;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.form-group .btn:focus{
		outline:none;
}
.navbar-fixed-bottom{
	background-color:#FFF;
	padding:10px;
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a{
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a:hover{
	text-decoration:none;
}

}


@media screen and (min-width:992px) and (max-width:1199px)
{
::-webkit-input-placeholder{
	color: #000 !important;

}

.navbar-default{
	background-color:white;
	border:none;
	box-shadow:0px 1px 3px 0px #CCC;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0px;
}
.navbar-default .btn-default
{
	background-color:#fff;
	vertical-align:middle;
	margin-top:8px;
	margin-right:20px;
	border:none;
	padding:5px 15px;
	color:#F60;
	-webkit-transition:all .5s;
	font-weight:bold;	
	font-size:15px;
	color:#1a1788;
}
.navbar-default .btn-default:hover{
	background-color:#fff !important;
	margin-top:8px;
	margin-right:20px;
	padding:5px 15px;
	color:#F60;
	font-weight:bold;
}

.formarea {
    width: 38%;
    height: auto;
    position: fixed;
    left: 33%;
    top: 19%;
    background-color: rgba(255, 255, 255, 0.63);
    padding:3px 20px;
	border-radius:4px;
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.4);
}
.formarea p{
	margin-top:-20px;
	color:#F60;
font-family: 'Raleway', sans-serif;
font-size:42px;
}

.formarea .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.00);
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #000;
	color:#000;
}
.form-group-bottom{
	margin-top:20px;
}
.form-group a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:-10px;
}
.form-group a:hover{
	text-decoration:none;
	border-bottom:#999 dotted 1px;
}
.form-group .btn {
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding:5px 25px;
  background-color:#F60;
  margin-top:0px;
  color:white;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  border:#F90 thin solid;
}
.form-group .btn-orange:hover{
	background-color:#FFF;
	color:#F60;
	-webkit-transform:scaleX(5px);
	border:#F60 thin solid;
}
.form-group .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .5s, opacity 1s;
       -o-transition: background .5s, opacity 1s;
          transition: background .5s, opacity 1s;
}
.form-group .btn:active:after {
  -webkit-background-size: 0% 0%;
          background-size: 0% 0%;
  opacity: .2;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.form-group .btn:focus{
		outline:none;
}
.navbar-fixed-bottom{
	background-color:#FFF;
	padding:10px;
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a{
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a:hover{
	text-decoration:none;
}

}
@media screen and (min-width:768px) and (max-width:991px)
{
::-webkit-input-placeholder{
	color: #000 !important;

}

.navbar-default{
	background-color:white;
	border:none;
	box-shadow:0px 1px 3px 0px #CCC;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0px;
}
.navbar-default .btn-default
{
	background-color:#fff;
	vertical-align:middle;
	margin-top:8px;
	margin-right:20px;
	padding:5px 15px;
	border:none;
	color:#F60;
	-webkit-transition:all .5s;
	font-weight:bold;	
	font-size:15px;
	color:#1a1788;
}
.navbar-default .btn-default:hover{
	background-color:#fff !important;
	margin-top:8px;
	margin-right:20px;
	padding:5px 15px;
	color:#F60;
	font-weight:bold;
}

.formarea {
    width: 38%;
    height: auto;
    position: fixed;
    left: 33%;
    top: 19%;
    background-color: rgba(255, 255, 255, 0.63);
    padding:3px 20px;
	border-radius:4px;
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.4);
}
.formarea p{
	margin-top:-15px;
	color:#F60;
font-family: 'Raleway', sans-serif;
font-size:36px;
}

.formarea .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.00);
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #000;
	color:#000;
}
.form-group-bottom{
	margin-top:20px;
}
.form-group a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:-10px;
}
.form-group a:hover{
	text-decoration:none;
	border-bottom:#999 dotted 1px;
}
.form-group .btn {
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding:5px 25px;
  background-color:#F60;
  margin-top:0px;
  color:white;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  border:#F90 thin solid;
}
.form-group .btn-orange:hover{
	background-color:#FFF;
	color:#F60;
	-webkit-transform:scaleX(5px);
	border:#F60 thin solid;
}
.form-group .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .5s, opacity 1s;
       -o-transition: background .5s, opacity 1s;
          transition: background .5s, opacity 1s;
}
.form-group .btn:active:after {
  -webkit-background-size: 0% 0%;
          background-size: 0% 0%;
  opacity: .2;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.form-group .btn:focus{
		outline:none;
}
.navbar-fixed-bottom{
	background-color:#FFF;
	padding:10px;
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a{
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a:hover{
	text-decoration:none;
}
}



@media screen and (min-width:320px) and (max-width:767px)
{
::-webkit-input-placeholder{
	color: #000 !important;

}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 13px !important;
    font-size: 18px;
    line-height: 0px;
}

.navbar-default{
	background-color:white;
	border:none;
	box-shadow:0px 1px 3px 0px #CCC;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0px;
}
.navbar-default .btn-default
{
	background-color:#fff;
	margin-top:12px;
	margin-right:20px;
	padding:5px 10px;
	border:none;
	color:#F60;
	font-weight:bold;
	-webkit-transition:all .25s;
	color:#1a1788;
	font-size:18px;
}
.navbar-default .btn-default:hover{
	background-color:#fff !important;
	border:none;
	padding:5px 10px;
	color:#F60;
	font-weight:bold;
	font-size:18px;
	-webkit-transform:rotate(45deg);
}
.formarea img{
	margin-top:-10px;
}
hr{
	margin-top:-00px;
}
.formarea {
    width:100%;
	background-color:rgba(255, 255, 255, 0.63);
    padding:0px 10px 50px 10px;
	border-radius:4px;
	margin:25px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.4);
}
.formarea p{
	margin-top:-15px;
	color:#F60;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	display:none;
}

.formarea .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	background-color:rgba(255, 255, 255, 0.00);
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #000;
	color:#000;
}
.form-group-bottom{
	margin-top:15px;
}
.form-group a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:-10px;
}
.form-group a:hover{
	text-decoration:none;
	border-bottom:#999 dotted 1px;
}
.form-group .btn {
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding:5px 25px;
  background-color:#F60;
  margin-top:0px;
  color:white;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  border:#F90 thin solid;
}
.form-group .btn-orange:hover{
	background-color:#FFF;
	color:#F60;
	-webkit-transform:scaleX(5px);
	border:#F60 thin solid;
}
.form-group .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .5s, opacity 1s;
       -o-transition: background .5s, opacity 1s;
          transition: background .5s, opacity 1s;
}
.form-group .btn:active:after {
  -webkit-background-size: 0% 0%;
          background-size: 0% 0%;
  opacity: .2;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.form-group .btn:focus{
		outline:none;
}
.navbar-fixed-bottom{
	background-color:#FFF;
	padding:10px;
	color:black;
	font-weight:bold;
	position:static !important;
	margin-top:44%;
}
.navbar-fixed-bottom a{
	color:black;
	font-weight:bold;
}
.navbar-fixed-bottom a:hover{
	text-decoration:none;
}
.contactus{
	display:none;
}
}
