http://amcsdb/db/search_list.php?q=/*Style Away, No Globals Please*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
body{
	background-color: #EEE;
}
.massive{
	font-size: 120px;
	color: #10513E;
}
button:focus{
	outline: none;
	border: none;
}
.logo:hover img{
	/*opacity: 0.8;*/
}
.msk{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #10513E;
	z-index: 300;
	opacity: 0.88;
	display: none;
}
.mobi-ban{
	display: none;
}
body:before{
	width: 100%;
	position: fixed;
	height: 100%;
	opacity: 0.3;
	content: url(../images/background.jpg);
	z-index: -1;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Rajdhani', sans-serif;
}
p, ul, ol, span, blockquote, table{
	font-family: 'Rajdhani', sans-serif;
}
.site-wrapper{
	background-color: #fff;
	overflow: hidden;
	box-shadow: 10px -4px 40px rgba(0,0,0,0.2),-10px -4px 40px rgba(0,0,0,0.2);
}
.top{
	height: 220px;
	background-image: url(../images/top.png);
	
}
.logo{
	float: left;
	height: 160px;
	width: 350px;
	z-index: 20;
	position: relative;
}
.logo i{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: red;
}
.logo p{
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	line-height: 50px;
}
.logo:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	background-color: inherit;
	top: 0px;
	left: 100%;
	z-index: -1;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.contact{
	height: 100px;
	float: right;
	margin-top: 30px;
	background-color: rgba(255,255,255,0.4);
}
.contact i{
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	color: #259073;
	float: left;
	font-size: 80px;
}
.contact p{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 10px 0;
	color: #10513E;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	border-right: 1px solid #DDD;
}
.contact a{
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-size: 24px;
	padding: 20px;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
	color: #10513E;
}
nav{
	/*width: calc(100% - 350px);*/
	float: right;
	width: 100%;
	height: 60px;
	background-color: #10513E;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0px;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li:first-of-type a{
	padding-left: 32px;
}
nav ul li a:hover{
	background-color: rgba(0,0,0,0.4);
}
nav ul li a{
	display: block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	line-height: 60px;
	padding: 0px 12px;
}
nav ul li:hover .sub{
	display: block;
}
.no-lad{
	margin: 0;
}
.sub{
	position: absolute;
	background-color: #10513E;
	z-index: 9999;
	width: 270px;
	display: none;
	padding: 0
}
.sub:after{
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: black;
	content: '';
	left: 0px;
	top: 0px;
	z-index: -1;
	position: absolute;
}
.sub li a:hover{
	background-color: #259073;
}
nav ul li .sub:first-of-type a{
	padding-left: 32px;
}
.sub li{
	width: 100%;
}
.sub li a{
	padding: 0;
	line-height: 44px;
}
.active{
	box-shadow: inset 0px -3px #259073;
}
.banner{
	width: 100%;
	height: 520px;
	background-color: #10513E;
}
.alt-banner{
	height: 320px!important;
}
.bantext{
	position: absolute;
	z-index: 20;
	padding: 50px;
	width: 50%;
	bottom: 0px;
}
.bantext p{
	color: #FFF;
	margin: 0;
	opacity: 0.8;
	line-height: 30px;
}
.bantext h2{
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	line-height: 40px;
}
.bannerbox{
	position: relative;
}
.bannerbox:after{
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	background-color: black;
	top: 0px;
	opacity: 0.3;
	pointer-events: none;
	left: 0px;
	z-index: 1;
	transform-origin: 100% 0%;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.banner-pre{
	width: 100%;
	background-color: #10513E;
	position: relative;
}
.banner-pre .quote p{
	padding: 60px;
	color: #FFF;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0px;
}
.arrows{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 0;
	position: relative;
}
.arrows:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #259073;
	top: 0px;
	pointer-events: none;
	right: 0px;
	z-index: -1;
	transform-origin: 100% 100%;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.arrows div{
	width: 40px;
	height: 80px;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	color: #FFF;
	cursor: pointer;
}
.arrows div:hover{
	opacity: 0.7;
}
.bgc{
	display: table;
	background-color: #259073;
}
main:after{
	content: ' ';
	position: absolute;
	width: 50%;
	bottom: 0px;
	display: block;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,0.03);
	pointer-events: none;
	right: 0px;
	transform-origin: 100% 100%;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
main{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

main .inner{
	padding: 50px;
}
main h2{
	font-size: 28px;
	color: #10513E;
	margin: 10px 0 6px 0;
}
main hr{
	position: relative;
	left: -50px;
	margin: 20px 0;
	border: none;
	height: 2px;
	width: 120px;
	opacity: 0.5;
	background-color: #259073;
}
main h3{
	font-size: 20px;
	margin: 2px 0;
	color: #259073;
}
main p{
	font-size: 16px;
	color: #666;
	margin: 20px 0;
	letter-spacing: .5px;
}
main p a{
	color: #10513E;
	font-weight: bold;
	text-decoration: none;
}
main img{
	margin: 20px 0
}
main .gallery{
	margin: 40px 0;
}
.gallery img{
	padding: 0px 10px 0px 0px;
}
.gallery img:hover{
	opacity: 0.8;
}
a.btn{
	display: inline-block;
	line-height: 44px;
	padding: 0px 64px 0 16px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #10513E;
	position: relative;
	color: #EEE;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
a.btn:after{
	width: 44px;
	height: 44px;
	transition: color 0.5s, right 0.5s, background-color 0.5s;
	font-size: 22px;
	background-color: rgba(0,0,0,0.5);
	content: '\f30f';
	font-family: ionicons;
	text-align: center;
	line-height: 44px;
	color: #259073;
	position: absolute;
	right: 0px;
}
a.btn:hover:after{
	color: #FFF;
	right: -10px;
	background-color: #259073;
}
main ul{
	color: #666;
	letter-spacing: .5px;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	font-size: 16px;
}
main blockquote{
	margin: 20px 0 0 0;
	padding: 30px;
	background-color: #EEE;
	border-left: 5px solid #259073;
	font-style: italic;
}
main blockquote p:last-child{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
main ul li:before{
	content:'\f359';
	color: #259073;
	margin-right: 10px;
	font-family: ionicons;
}
.split{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
aside{
	background-color: #10513E;
	position: relative;
}
aside .inner{
	padding: 32px;
}
aside img .inner{
	margin: 20px 0;
}
aside h2, aside h3, aside h4{
	color: #259073;
	margin: 12px 0 6px 0;
}
aside p{
	margin: 10px 0;
	color: #EEE;
	opacity: 0.8;
	font-size: 16px;
}
aside p span{
	background-color: #259073;
	color: #FFF;
	padding: 6px 10px;
	line-height: 30px;
	margin-right: 10px;

}
aside address{
	padding: 20px 0;
}
aside address p{
	line-height: 30px;
}
aside ul{
	color: #EEE;
	list-style: none;
	padding: 0px;
	font-size: 16px;
	opacity: 0.8;
	line-height: 26px;
}
aside ul li:before{
	content:'\f2c7';
	color: #259073;
	margin-right: 10px;
	font-family: ionicons;
}
aside hr{
	width: 60px;
	height: 2px;
	border: none;
	background-color: #EEE;
	display: inline-block;
}
aside blockquote{
	margin: 20px 0 0 0;
	padding: 20px;
	background-color: rgba(0,0,0,0.4);
	border-left: 5px solid #259073;
	font-style: italic;
}
aside blockquote p:last-child{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
.map aside{
	position: relative;
	z-index: 1;
}
.alt-side{
	position: relative;
	display: block;
	box-shadow: inset 3000px 30px rgba(0,0,0,0.5);
	/*background-color: #fff;*/
}
.alt-side:before{
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: black;
	content: '';
	left: 0px;
	top: 0px;
	display: block;
	z-index: -1;
	position: absolute;
}
.map aside:after{
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: black;
	content: '';
	left: 0px;
	top: 0px;
	display: block;
	z-index: -1;
	position: absolute;
}
.call-to-action{
	background-image: url(../images/reasons.jpg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 0;
}
.feat{
	color: #EEE;
}
.feat i{
	font-size: 60px;
}
.call-to-action .feat{
	text-align: center;
}
.call-to-action .text{
	color: #FFF;
	padding: 20px 60px;
}
.call-to-action .btn{
	margin-top: 30px;
}
.call-to-action h3{
	font-size: 24px;
}
.call-to-action:after{
	content: ' ';
	position: absolute;
	width: 55%;
	bottom: 0px;
	display: block;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,0.4);
	pointer-events: none;
	left: 0px;
	transform-origin: 100% 0%;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
footer{
	padding: 20px 0 60px 0;
	background-color: #10513E;
}
footer .inner{
	padding: 0px 50px;
}
footer h4{
	color: #259073;
	text-transform: uppercase;
	font-size: 22px;
	margin: 40px 0 0 0;
}
footer span{
	font-size: 12px;
	color: white;
	opacity: 0.9;
	display: block;
}
footer hr{
	display: inline-block;
	width: 40px;
	height: 2px;
	opacity: 0.6;
	border: none;
	background-color: #fff;
}
footer p{
	font-size: 16px;
	margin: 0;
	color: #FFF;
	line-height: 28px;
	opacity: 0.7;
	font-style: italic;
}
footer ul{
	line-height: 23px;
	list-style: none;
	padding: 0px;
	margin: 0;
	font-size: 16px;
}
footer ul li a{
	text-decoration: none;
	color: #FFF;
	opacity: 0.7;
}
.bottom{
	background-color: #259073;
}
.bottom p{
	padding: 0px 50px;
	color: #EEE;
	font-size: 16px;
}
.socials i{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #259073
}
footer img{
	background-color: #fff;
	margin-top: 40px;
}
.custom input{
	width: calc(100% - 20px);
	margin-top: 10px;
	border-radius: 0px;
}
.custom textarea{
	height: 200px;
	width: calc(100% - 20px);
}
.custom label{
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: #10513E;
}
.send{
	border: none;
	background-color: #259073;
	font-family: 'Rajdhani', sans-serif;
	border-radius: 0px;
	line-height: 45px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
}
/*-------------------*/
/*Basic media Queries*/
/*-------------------*/

/*Basic lappy*/
@media screen and (max-width: 1366px) { 
	
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) { 
	footer .inner{
		padding: 20px;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) {
	.banner{
		height: 360px;
	}
	.mobi-ban{
		width: 100%;
		height: 50px;
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		background-color: #10513E;
	}
	.phone{background-color: rgba(0,0,0,0.6);}
	.sms{background-color: rgba(0,0,0,0.4);}
	.email{background-color: rgba(0,0,0,0.2);}
	.mobi-ban a{
		float: right;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		color: #259073;
		font-size: 22px;
	}
	.mobi-ban:after{
		width: 100%;
		height: 100%;
		opacity: 0.2;
		background-color: black;
		content: '';
		left: 0px;
		top: 0px;
		z-index: -1;
		position: absolute;
	}
	.bannerbox:after{
		width: 200%;
	}
	.top{
		height: auto;
	}
	.logo:after{
		display: none;
		
	}
	.logo{
		width: 100%;
		margin-top: 50px;
		height: auto;
		background-color: transparent;
		text-align: center;
		padding: 20px;
	}
	.contact{
		display: none;
	}
	.contact p{
		display: none;
	}
	nav{
		width: 280px;
		height: calc(100vh - 50px);
		top: 50px;
		padding: 20px 0;
		position:  fixed;
		z-index: 999;
		left: -280px;
		transition: left 0.5s;
	}
	.left{
		left: 0px;
	}
	.active{
		box-shadow: inset 3px 0px #259073;
	}
	nav ul li{
		width: 100%
	}
	nav ul li:first-of-type a{
		padding-left: 30px;
	}
	.sub{
		position: relative;
		display: block;
		background-color: rgba(0,0,0,0.1);
		width: 100%;
		overflow: auto;
	}
	.sub li a:hover{
		background-color: rgba(0,0,0,0.4);
	}
	nav ul li a{
		line-height: 44px;
		padding-left: 30px;
	}
	nav .sub li a{
		padding-left: 40px!important;
	}
	main .inner{
		padding: 26px;
	}
	.call-to-action:after{
		width: 150%;
	}
	.call-to-action{
		padding: 40px 0;
	}
	.call-to-action .text{
		padding: 30px;
	}
	footer .inner{
		padding: 30px 30px 0 30px;
	}
	.banner-pre .quote p{
		padding: 50px 30px;
	}
	.bottom p{
		padding: 10px 10px 10px 30px;
	}
	.footnav{
		display: none;
	}
	#map{
		height: 250px;
	}
	.bantext{
	position: absolute;
	z-index: 20;
	padding: 50px;
	width: 100%;
	bottom: 0px;
}
}
/*Phone*/
@media screen and (max-width: 480px) { 
	
}