@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600';
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
/*General - Utility Classes*/
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none;margin: 0;padding: 0;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
p, ul, ol, blockquote{font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}
.landline{
	display: none;
}
.fancy-hr{
	outline: none;
	border: none;
	margin: 10px 0;
	background-color: #0D82B4;
	width: 99%;
	height: 3px;
	position: relative;
}
.fancy-hr:before{
	position: absolute;
	width: 33.4%;
	height: 100%;
	left: 33.3%;
	content: '';
	background-color: rgba(0,0,0,0.2);
}
.fancy-hr:after{
	position: absolute;
	width: 33.3%;
	height: 100%;
	right: 0px;
	content: '';
	background-color: rgba(0,0,0,0.4);
}
/*Header Stylings__________________________________________________________________________*/
header{
	color: white;
	z-index: 0;
	position: relative;
}
.vegas{
	width: 100%;
	padding-top: 3px;
	height: 700px;
}
.alt{
	height: 300px!important;
}
header .topbar{
	position: relative;
	z-index: 3;
}
header .row{
	position: relative;
	z-index: 2;
}
.banner-text{
	position: relative;
	z-index: 10!important;
}
.mask:before{
	content: '';
	background-color: #01213D;
	width: 100%;
	z-index: 1;
	opacity: 0.7;
	height: 100%;
	position: absolute;
}
header h2{
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: uppercase;
}
.logo{
	position: relative;
}
.logo img{
	top: 0;
	position: absolute;
	z-index: 999999999;
}
.small .logo img{
	height: 60px;
}
header h3{
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
}
header .cta{
	display: inline-block;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0px 18px;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	border-radius: 2px;
	margin: 20px 4px;
	border: 2px solid #0D82B4;
}
header .cta:first-of-type{
	background-color: #0D82B4;
	color: #FFF;
}
header hr{
	width: 200px!important;
	display: inline-block!important;
	float: none!important;
	text-align: center!important;
}
.contacts p{
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
}
.contacts p span{
	color: #0D82B4;
	font-weight: bold;
	text-transform: uppercase;
}
.banner-text{
	height: 600px;
	text-align: center!important;
	display: table;
	position: relative;
}
.middle{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.topbar{
	background-color: white;
	color: #555;
	font-family: 'Poppins', sans-serif;
}
.topbar .logo i{
	float: left;
	display: inline-block;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background-color: #0D82B4;
	text-align: center;
	font-size: 30px;
	color: white;
	margin-right: 10px;
}
.topbar h2{
	line-height: 60px!important;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
header nav ul{
	float: right;
}
header nav ul li{
	float: left;
	position: relative;
	perspective: 1000px;
}
header nav ul li a{
	display: block;
	padding: 0px 13px;
	font-size: 14px;
	position: relative;
	letter-spacing: 1px;
	line-height: 60px;
	text-transform: uppercase;
}
.active{
	background-color: #01213D;
	color: #FFF;
}
header nav ul li:hover .sub{
	transform: rotateX(0deg);
	pointer-events: initial;
}
header .sub{
	position: absolute;
	transform-origin: 0% 0%;
	transform: rotateX(-100deg);
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transition: all ease-in 0.4s;
	width: 220px;
	padding: 10px 0;
	border-top: 4px solid #0D82B4;
	background-color: #DDD;
	left: 0;
	pointer-events: none;
}
.sub li{
	width: 100%;
}
.sub li a{
	line-height: 40px;
	float: none;
}
.mobi-bar{
	display: none;
}
@media screen and (max-width: 1024px) { 
/*	.vegas{
		height: 600px;
	}
	.banner-text{
		height: 500px;
	}*/
	header nav ul li a{
		padding: 0px 8px;
	}
}
@media screen and (max-width: 768px) { 
	.vegas{
		height: 600px;
		overflow: visible!important;
	}
	.logo{
		text-align: center;
	}
	.small .logo img{
		height: 100px;
		margin: 20px 0;
	}
	.logo img{
		position:static;
		margin: 20px 0;
		margin: 0 auto;
		text-align: center;
	}
	.topbar{
		height: auto;
	}
	.logo i{
		position: relative;
		margin-left: 50%;
		left: -30px;
		margin-top: 20px;
		margin-bottom: 20px;
		float: none!important;
		text-align: center;
	}
	.mobi-bar{
		width: 100%;
		display: block;
		height: 50px;
		float: left;
		background-color: #01213D;
		color: #0D82B4;
	}
	.mobi-bar button, .mobi-bar a{
		line-height: 50px!important;
		display: block;
		outline: none;
		border: none;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
		border-radius: 0px;
		appearance: none;
		text-align: center;
	}
	.show-menu{
		width: 50%;
	}
	.call, .email{
		width: 25%;
		font-size: 22px;
		position: relative;
	}
	.call:before, .email:before{
		content:'';
		position: absolute;
		z-index: 20;
		left: -1px;
		width: 2px;
		top: 10px;
		height: 30px;
		background-color: #fff;
	}
	.banner-text{
		height: 350px;
	}
	.contacts{
		display: none;
	}
	header h2{
		font-size: 16px;
	}
	header h3{
		font-size: 12px;
	}
	header hr{
		display: none!important;
	}
	.banner-text a{
		margin: 0px;
		font-size: 14px;
		padding: 0px 10px;
	}
	header nav ul{
		background-color: #EEE;
		display: none;
		width: 100%;
		top: 100%;
		position: absolute;
		z-index:10000;
	}
	header nav ul li{
		width: 100%;
	}
	header nav ul li a{
		line-height: 40px;
		color: #333;
		padding-left: 18px;
	}
	.active{
		background-color: transparent;
		color: #333;
		border-left: 4px solid #0D82B4;
	}
	header .sub li a{
		color: #EEE;
	}
	header .sub{
		position: static!important;
		height: auto!important;
		transform: rotateX(0deg)!important;
		width: 100%;
		border-top: none;
		border-left: 4px solid #0D82B4;
		display: none;
		background-color: #01213D;
		padding: 0 0 0 10px;
	}
	.topbar h2{
		line-height: 20px!important;
		margin: 10px 0;
		float: right;
		width: 100%;
		text-align: center;
	}
}
/*Box Trio*/
.box-trio{
	background-color: #DDD;
	padding: 0px;
}
.box-trio hr{
	width: 40px!important;
	display: inline-block;
	margin: 0;
	border: none;
	height: 2px;
	background-color: #0D82B4;
}
.box-trio .row{
	position: relative;
	margin-top: -30px;
}
.box-trio .inner{
	background-color: #01213D;
	text-align: center;
	padding:  40px 50px;
	color: #FFF;
}
.box-trio h2{
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	margin: 0;
}
.box-trio p{
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.mid{
	position: relative;
	margin-top: -35px;
	z-index: 0;
	padding-top: 75px!important;
}
.mid:before{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	content: '';
}
.mid .inner{
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) { 
	.box-trio .inner{
		padding: 20px 10px!important;
	}
	.mid{
		margin: 0;
	}
	.box-trio p{
		font-size: 12px;
	}
}
/*Content Section*/
.content .inner{
	padding: 0px 10px;
}
.content input, .content select{
	margin-bottom: 20px;
	border-radius: 0px;
	color: #666;
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
}
::-webkit-input-placeholder {color: #888!important;}
:-moz-placeholder {color: #888!important;}
::-moz-placeholder {color: #888!important;}
:-ms-input-placeholder {color: #888!important;}

.content textarea{
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	height: 200px;
}
.sender{
	background-color: #01213D!important;
	line-height: 40px;
	padding: 0px 14px;
	text-transform: uppercase;
	color: #0D82B4!important;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
	margin-top: 20px;
}
.mtop{
	margin-top: 30px;
}
.mbottom{
	margin-bottom: 30px;
}
.content h2{
	font-size: 19px;
	color: #01213D;
	letter-spacing: 1px;
	margin: 0;
}
.content h3{
	font-size: 17px;
	letter-spacing: 1px;
}
.content p{
	font-size: 15px;
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
	text-align: justify;
	letter-spacing:0.5px;
}
.content p span{
	color: #0D82B4;
}
.content p a{
	color: #0D82B4;
	text-decoration: underline;
	font-weight: bold;
}
.content .btn{
	display: inline-block;
	background-color: #01213D;
	padding: 0px 12px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.content blockquote{
	background-color: #EEE;
	padding: 18px 20px;
	margin: 6px 0;
	font-style: italic;
	border-left: 4px solid #0D82B4;
}
.content blockquote p:last-of-type{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.content blockquote p{
	margin: 0;
}
.content ul{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 25px;
	-webkit-columns: 2;
	margin: 12px 0;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.content ul li{
	border-left: 4px solid #0D82B4;
	padding-left: 15px;
}
.content input{
	outline: 0px;
}
.gallery .columns{
	margin-top: 26px;
	overflow: hidden;
	position: relative;
}
/*.gallery .columns:before{
	content: 'Da';
	height: 100%;
	width: 100%;
	background-color: red;
	position: absolute;
	z-index: -1;
}*/
.gallery .columns img{
	padding: 10px;
	width: 100%!important;
	z-index: 2;
	transition: all 2s;
}
.gallery .columns img:hover{
	box-shadow: inset 500px 400px #0D82B4;
}
@media screen and (max-width: 768px) {
	.content{
		padding: 20px 0;
	}
	.content .inner{
		padding: 10px 3px;
	}
	.content ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Hefty Quote*/
.hefty-quote{
	background-color: #DDD;
	text-align: center;
	font-size: 22px;
	position: relative;
	color: #01213D;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.hefty-quote blockquote{
	z-index: 20;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.hefty-quote:before{
	content: '\f347';
	font-family: ionicons;
	position: absolute;
	line-height: 160px;
	font-size: 180px;
	left: 50%;
	z-index: 0;
	color: rgba(0,0,0,0.1);
	top: 50%;
	margin-left: -80px;
	margin-top: -80px;
	width: 160px;
	height: 160px;
}
@media screen and (max-width: 768px) { 
	.hefty-quote blockquote{
		font-size: 16px;
	}
}
/*Map Section*/
section{
	padding: 60px 0;
}
.location h3{
	color: #01213D;
	letter-spacing: 1px;
	margin: 0px;
}
.location h3 span{
	color: #0D82B4;
	display: block;
}
.location p{
	font-size: 14px;
}
.location address p{
	line-height: 30px;
	margin: 0px;
	font-style: initial;
}
.location .inner{
	padding: 0 20px;
}
.location p b{
	color: #01213D;
	text-transform: uppercase;
}
.location #map{
	height: 450px;
}
@media screen and (max-width: 1024px) { 
	.location #map{
		height: 500px;
	}
}
@media screen and (max-width: 768px) {
	.location{
		padding: 20px 0;
	}
	.location #map{
		height: 250px;
		margin-bottom: 30px;
	}
	.location .inner{
		padding: 0px;
	}
}
/*Counter Section*/
.counters{
	text-align: center;
	position: relative;
	z-index: 0;
	color: #FFF;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/hexagons.jpg);
}
.counters:before{
	content: '';
	z-index: -1;
	opacity: 0.8;
	background-color: #0D82B4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.counters .number{
	font-size: 56px;
	font-family: 'Poppins', sans-serif;
}
.number:after{
	content: '%';
}
.counters p{
	color: #01213D;
	text-transform: uppercase;
	max-width: 80%;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: 1px;
}
.counters hr{
	display: block;
	width: 100px;
	height: 2px;
	outline: none;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
.counters .columns{
	margin: 0 0 20px 0;
}
/*Footer*/
footer{
	background-color: #01213D;
	padding: 20px 0;
}
.wide{
	width: 100%;
	margin-top: 50px;
}
footer h4{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 40px 0 10px 0;
}
footer .social{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: white;
	text-align: center;
	color: #01213D;
	font-size: 20px;
	margin: 10px 2px;
	transform: background-color 0.5s;
}
footer .social:hover{
	background-color: #0D82B4;
}
footer ul li{
	color: white;
	opacity: 0.8;
	font-size: 14px;
	line-height: 28px;
}
footer ul li:before{
	font-family: ionicons;
	content: '\f125';
	font-size: 14px;
	color: #0D82B4;
	margin-right: 10px;
}
footer ul li a{
	color: #0D82B4;
	font-weight: bold;
}
footer .contact{
	font-style: initial;
	line-height: 34px;
	margin: 0;
}
footer hr{
	width: 80px;
	display: inline-block;
	background-color: #0D82B4;
	border: none;
	height: 2px;
}
footer .about{
	margin-bottom: 30px;
}
footer p{
	color: white;
	margin: 4px 0 20px 0;
	max-width: 540px;
	opacity: 0.8;
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
}
footer form div i{
	background-color: #0D82B4;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 20px;
	text-align: center;
	float: left;
}
footer form input{
	width: calc(100% - 40px)!important;
	float: left;
	border: none!important;
	outline: none!important;
	border-radius: 0px!important;
	height: 40px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .send{
	text-transform: uppercase;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0D82B4;
	color: #01213D;
	width: auto!important;
	padding: 0 16px;
}
.send-box i{
	float: right!important;
	transition: all 0.2s;
	background-color: rgba(0,0,0,0.9);
}
.send-box:hover i{
	color: #0D82B4;
	font-size: 26px;
}
footer nav ul{
	margin-top: 10px;
}
footer nav ul li a{
	height: 40px;
	color: white;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	padding: 0px 10px;
}
footer nav ul li:first-of-type:before{
	content: '';
	display: none;
}
footer nav ul li:before{
	content: '|';
	font-size: 20px;
	color: #FFF;
	margin: 0px 10px;
}
footer nav ul li{
	float: left;
	line-height: 40px;
}
.backtotop{
	background-color: rgba(0,0,0,0.6);
	float: right;
	margin: 10px 0;
	color: white;
	display: block;
	line-height: 40px;
	padding: 0px 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
.amcs{
	background-color: #0D82B4;
}
.amcs p{
	font-size: 14px;
	font-weight: bold;
	color: #01213D;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 10px 0;
	line-height: 34px;
}
.ar{
	text-align: right;
}
.tags{
	background-color: #0D82B4;
	overflow: auto;
	box-shadow: inset 0px 1000px rgba(0,0,0,0.3);
}
.tags p, .tags span{
	float: left;
	margin: 0px;
	font-size: 14px;
	line-height: 30px;
}
.tags span{
	color: #FFF;
	margin: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.tags p{
	margin: 10px 0px;
	color: #DDD;
}
.tags p:last-of-type:after{
	content: '';
}
.tags p:after{
	content:'|';
	color: #0D82B4;
	margin: 0px 10px;
}
@media screen and (max-width: 768px) { 
	.ar{
		-ms-text-align-last: left;
		text-align: left;
	}
	footer nav ul li:before{
		content: '';
		display: none;
	}
	.backtotop{
		float: left;
	}
	.tags p, .tags span{
		line-height: 16px;
		margin: 10px 0;
	}
	.amcs p{
		line-height: 16px;
	}
}