@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300|Open+Sans+Condensed:300,300italic,700);

*{
	padding:0;
	margin:0;
}

body{
	font-family:"Open Sans";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00406c+0,000d14+100 */
background: rgb(0,64,108); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,64,108,1) 0%, rgba(0,13,20,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,64,108,1) 0%,rgba(0,13,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,64,108,1) 0%,rgba(0,13,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406c', endColorstr='#000d14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#main_wrapper{
	float:left;
	width:100%;
	height:auto;
}

#header{
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/head%20back.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
}

#header h1{
	font-family:"Open Sans";
	font-size:27px;
	font-weight:lighter;
	text-align:center;
	color:#2595CB;
	margin:35px 0 0 0;
}

#header h3{
	font-family:"Open Sans";
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	color:#CCCCCC;
	padding:0 5px;
}

#mid{
	float:left;
	width:100%;
	height:auto;
	margin:0;
}

#intro_mid{
	position:relative;
	width:260px;
	height:260px;
	background:#00304d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-border-radius:50%;
	-webkit-box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	-moz-box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	margin:10px auto;
}

#intro{
	float:left;
	width:200px;
	height:200px;
	background:url(../images/centre%20button.png);
	border:solid 1px #00F3FF;
	/*box-shadow: 0 -4px 13px rgba(255, 255, 255, 0.3), 0 12px 4px rgba(0, 0, 0, 0.6); */
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-border-radius:50%;
	
	-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	margin:30px;
}

#intro:hover{
	cursor:pointer;
	outline:none;
	-webkit-box-shadow: 0px 0px 19px 4px rgba(0,255,242,1);
	-moz-box-shadow: 0px 0px 19px 4px rgba(0,255,242,1);
	box-shadow: 0px 0px 19px 4px rgba(0,255,242,1);
}


#footer{
	float:left;
	width:100%;
	height:auto;
	margin:0;
}

#footer h1{
	font-family:"Open Sans";
	font-size:27px;
	font-weight:lighter;
	text-align:center;
	color:#2595CB;
	margin:5px 0 0 0;
}

#header_02{
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/head%20back.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
}

#header_02 h1{
	font-family:"Open Sans";
	font-size:27px;
	font-weight:lighter;
	text-align:center;
	color:#2595CB;
	margin:0;
}

#header_02 h3{
	font-family:"Open Sans";
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	color:#CCCCCC;
	padding:0 5px;
}

#logo{
	position:relative;
	width:140px;
	height:140px;
	background:#00304d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-border-radius:50%;
	-webkit-box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	-moz-box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	box-shadow: inset -1px 8px 28px 2px rgba(0,0,0,0.74);
	margin:10px auto;
}

#logo img{
	float:left;
	width:110px;
	height:110px;
	border:solid 2px #00F3FF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-border-radius:50%;
	-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	box-shadow: 0px 0px 19px 4px rgba(0,0,0,1);
	margin:12px;
}

#features_mid{
	position:relative;
	width:480px;
	height:auto;
	margin:10px auto;
}

.but_wrap{
	float:left;
	width:210px;
	height:125px;
	background:#00538b;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-border-radius:15px;
	
-webkit-box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,1);
box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,1);
margin:15px 0 0 19px;
}

.features_but{
	float:left;
	width:190px;
	height:105px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00497a+0,001c30+100 */
	background: rgb(0,73,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,73,122,1) 0%, rgba(0,28,48,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,73,122,1) 0%,rgba(0,28,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,73,122,1) 0%,rgba(0,28,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00497a', endColorstr='#001c30',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-border-radius:15px;
	border:solid 1px #00EBFF;
	color:#00F3FF;
	font-family:"Open Sans";
	font-weight:lighter;
	font-size:20px;
	margin:10px;
}

.features_but:hover{
	outline:none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 19px 4px rgba(0,247,255,1);
	-moz-box-shadow: 0px 0px 19px 4px rgba(0,247,255,1);
	box-shadow: 0px 0px 19px 4px rgba(0,247,255,1);
}

#features_mid h3{
	font-weight:500;
	color:#FFDD00;
	text-align:center;
	margin:15px 0;
}

#features_mid iframe{
	width:100%;
	height:325px;
	margin:10px 0;
}

#lift_install{
	width:85%;
	height:auto;
	position:relative;
	color:#00F3FF;
	font-weight:lighter;
	margin:10px auto;
}

#lift_install input{
	width:96%;
	height:30px;
	background-color:transparent;
	border:solid 1px #00F3FF;
	color:#FFFFFF;
	padding:5px;
	margin:5px 0px;
}

#lift_install textarea{
	width:96%;
	height:200px;
	background-color:transparent;
	border:solid 1px #00F3FF;
	color:#FFFFFF;
	padding:5px;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

#lift_install select{
	width:100%;
	height:30px;
	background-color:transparent;
	border:solid 1px #00F3FF;
	color:#00F3FF;
	background: url(../images/down%20arrow.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance:none;
	padding:5px;
	margin:5px 0px;
}

#lift_install select option{
	color:#000000;
}

::-webkit-input-placeholder { /* Chrome */
  color: #00F3FF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #00F3FF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #00F3FF;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #00F3FF;
  opacity: 1;
}

#submit{
	float:left;
	width:60%;
	height:40px;
	background:#FFDD00;
	border:none;
	font-weight:900;
	margin:10px 68px;
	transition:all ease 0.5s;
}

#submit:hover{
	outline:none;
	background:#00FF7C;
	cursor:pointer;
}

#info{
	width:85%;
	height:auto;
	position:relative;
	color:#00F3FF;
	font-weight:lighter;
	margin:10px auto;
}

#info th{
	width:40%;
	height:30px;
	background:#FFC705;
	color:#000000;
}

#info td{
	width:40%;
	height:30px;
	background:#FFFFFF;
	color:#000000;
	text-align:center;
}

#complaint{
	float:left;
	width:70%;
	height:50px;
	background:#FF8E00;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-border-radius:8px;
	border:none;
	font-weight:900;
	margin:60px 50px;
	transition:all ease 0.5s;
}

#complaint:hover{
	outline:none;
	background:#00FF7C;
	cursor:pointer;
}


@media only screen and (max-width:800px) and (min-width:150px) {
	
#main_wrapper{
	float:left;
	width:100%;
	height:auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00406c+0,000d14+100 */
background: rgb(0,64,108); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,64,108,1) 0%, rgba(0,13,20,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,64,108,1) 0%,rgba(0,13,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,64,108,1) 0%,rgba(0,13,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406c', endColorstr='#000d14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#features_mid{
	float:left;
	width:100%;
	height:auto;
	margin:30px auto 0 auto;
}

.but_wrap{
	float:left;
	width:45%;
	height:100px;
	margin:10px 0 0 10px;
}

.features_but{
	float:left;
	width:85%;
	height:80px;
	font-size:16px;
	margin:10px;
}

#features_mid iframe{
	float:left;
	width:90%;
	height:auto;
	border:solid 2px #FFFFFF;
	margin:5px 20px;
}


}

@media only screen and (max-width:480px){
	
#header{
	float:left;
	width:100%;
	height:150px;
	margin:0;
}

#header_02{
	float:left;
	width:100%;
	height:200px;
	margin:0;
}

.but_wrap{
	float:left;
	width:45%;
	height:125px;
	margin:10px 0 0 12px;
}

.features_but{
	float:left;
	width:89%;
	height:105px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-border-radius:12px;
	margin:10px 9px;
}

#submit{
	margin:10px 73px;
}

#info{
	margin:100px auto;
}

#features_mid iframe{
	float:left;
	width:80%;
	height:auto;
	margin:5px 40px;
}


}

@media only screen and (max-width:320px){
	
	
#features_mid{
	margin:60px auto 0 auto;
}
	
.but_wrap{
	float:left;
	width:45%;
	height:100px;
	margin:10px 0 0 10px;
}

.features_but{
	float:left;
	width:85%;
	height:80px;
	font-size:16px;
	margin:10px;
}

#submit{
	margin:10px 70px;
}

#features_mid iframe{
	float:left;
	width:80%;
	height:auto;
	margin:5px 30px;
}



}

