/*DARK #4e4c57*/
/*LIGHT #56a7dc*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,400i,500,700,900');
body{
	overflow-x: hidden;
}
.map{
	display: none;
}
.showMenu{
	display: none;
}
#map{
	width: 100%;
	height: 350px;
}
*:focus{
	outline: none;
}
header{
	background-color: #4e4c57;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background-size: cover;
	z-index: 1;
	background-image: url(../images/mainbg.jpg);
}
header:before{
	content: '';
	width: 100%;
	height: 100%;
	z-index: -2;
	position: absolute;
	opacity: 0.9;
	background-color: #4e4c57;
	left: 0;
	top: 0
}
header:after{
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	position: absolute;
	left: 0;
	top: 0
}
.topBar{
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.topBar.noBorder{
	border-bottom: none;
}
.slickSlider div img{
	background-color: rgba(255,255,255,0.8);
	padding: 12px;
}
.headerContent{
	padding: 100px 0;
	color: white;
}
.headerText{
	padding: 10px 50px 30px 0!important;
}
.headerText h1 span{
	font-weight: bold;
	text-transform: uppercase;
}
.headerText h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0 0 14px 0;
}
.headerText hr{
	border: 0;
	height: 3px;
	background-color: white;
	width: 200px;
	display: inline-block;
	position: relative;
}
.headerText p{
	font-family: 'Roboto', sans-serif;
	opacity: 0.7;
	line-height: 26px;
	font-size: 18px;
	margin: 20px 0;
}
.headerText button.goDown{
	font-family: 'Poppins', sans-serif;
	background-color: #56a7dc;
	line-height: 50px;
	padding: 0 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 50px;
	z-index: 1;
	position: relative;
}
.headerText button.goDown:after{
	border-radius: 50px;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	position: absolute;
	left: 0;
	top: 0
}
.logo img{
	height: 95px;
}
nav ul{
	list-style: none;
	margin: 0;
	float: right;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li a{
	padding: 0 20px;
	display: block;
	line-height: 95px;
	text-decoration: none;
	color: white;
	opacity: 0.8;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
nav ul li:hover .sub{
	display: block;
}
nav ul li a:hover{
	background-color: rgba(0,0,0,0.3)
}
.sub{
	position: absolute;
	background-color: #56a7dc;
	z-index: 30;
	display: none;
	width: 250px;
	padding: 0;
}
.sub li{
	float: left;
	width: 100%;
}
.sub li a{
	line-height: 40px;
	float: left;
	width: 100%
}
.active:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: white;
	position: absolute;
	left: 0px;
	bottom: -1px
}
#calltoaction{
	padding: 30px 0;
	color: white;
	background-size: cover;
	background-position: center center;
}
#calltoaction p{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: 40px;
	float: left;
	display: inline-block;
}
#calltoaction a{
	float: right;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.main{
	padding: 70px 0;
}
.content aside{
	border-right: 2px solid #EEE;
}
.content aside{
	padding: 0 50px 0 0!important;
}
.content main{
	padding: 0 0 0 50px!important;
}
.content .noPads{
	padding: 0!important;
}
.content .gallery .columns a{
	position: relative;
	margin-bottom: 38px;
	display: block;
	overflow: hidden;
}

.content .gallery img{
	transition: all 0.8s;
}
.content .gallery .columns a:hover img{
	transform: scale(1.3);
	filter: grayscale(1);
}
.content blockquote{
	color: white;
	border: 2px solid rgba(0,0,0,0.2);
	width: 100%;
	padding: 20px 26px;
	margin: 20px 0 0 0;
	text-transform: initial;
	font-size: 16px;
	line-height: 26px;
	opacity: 0.9;
	font-style: italic;
	position: relative;
}
.content blockquote:before{
	content: '\f347';
	font-family: ionicons;
	position: absolute;
	width: 40px;
	font-style: initial;
	left: -20px;
	top: -20px;
	height: 40px;
	background-color:#FFF;
	color: #56a7dc;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}
.content h1 span, .content h2 span, .content h3 span, .content h4 span, .content h5 span{
	color: #56a7dc;
}
.content h1, .content h2, .content h3, .content h4, .content h5{
	font-family: 'Poppins', sans-serif;
}
.content h2, .content h1{
	color: #4e4c57;
	font-weight: 600;
	font-size: 28px;
}
.content h1 ~ h2{
	font-size: 24px;
	font-weight: 500;
}
.content h3{
	color: #4e4c57;
	font-weight: 500;
	font-size: 20px;
}
.content h4{
	color: #56a7dc;
	font-weight: 500;
	font-size: 18px;
}
.content hr{
	border: none;
	height: 3px;
	width: 180px;
	background-color: #56a7dc;
	display: inline-block;
}
.content figure{
	margin: 20px 0;
	position: relative;
}
.content figcaption{
	padding: 0 0 0 14px;
	width: 100%;
	opacity: 0.7;
	color: white;
	font-style: italic;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	line-height: 50px;
	background-color: #4e4c57;
}
.content ul{
	color: #333;
	list-style: none;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.content ul li:before{
	content:'\f125';
	margin-right: 10px;
	font-family: ionicons;
	color: #56a7dc;
}
.content p{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #333;
}
.content aside p{
	font-size: 15px;
}
.reasons{
	padding: 80px 0;
}
#callBack{
	padding: 50px 0;
	color: white!important;
	background-size: cover;
	background-position: center center;
}
#callBack h3{
	color: white;
	margin: 0;
	font-size: 26px;
}
#callBack p{
	color: white;
	opacity: 0.8;
	font-size: 16px;
	margin: 20px 0;
}
#callBack p.tiny{
	font-size: 10px;
	margin: 0;
}
#callBack input:focus{
	border: 2px solid white;
	box-shadow: none;
}
#callBack input{
	height: 50px;
	background-color: white;
	font-weight: bold;
	font-weight: 400;
	border: 2px solid white;
}
#callBack button{
	height: 50px;
	background-color: #4e4c57;
	color: white;
	font-size: 13px;
	padding: 0 25px;
	border-radius: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.image{
	position: relative;
	overflow: hidden;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
}
.reasons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.reasons ul li{
	border-bottom: 1px solid #EEE;
	line-height: 80px;
	padding: 0 30px;
	cursor: pointer;
	font-weight: bold;
	color: #4e4c57;
}
.reasons ul li.clicked{
	border-right: 4px solid #56a7dc;
	background-color: #EEE;
}
.reasons ul li i{
	display: none;
}
.reasons .image .colorBlock{
	position: absolute;
	width: 50%;
	height: 100%;
	right: -50%;
	background-color: #4e4c57;
	opacity: 0.9;
	transition: right 0.5s;
}
.reasons p{
	position: absolute;
	width: 50%;
	padding: 40px;
	color: white;
	right: -50%;
	top: 0;
	opacity: 0;
	margin: 0;
	transition: right 0.5s, opacity 0.5s;
}
.reasons p i{
	font-size: 60px;
	color: #56a7dc
}
.rightNow{
	right: 0 !important;
}
p.rightNow{
	opacity: 1;
}
.chunkyQuote p{
	font-style: italic;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;

}
.mahoosive{
	font-size: 75px;
	color: #56a7dc;
}
.chunkyQuote{
	position: relative;
	padding: 20px 30px;
	z-index: 0;
	color: white;
	font-weight: bold;
	font-size: 22px;
}
.chunkyQuote:before{
	background-color: #4e4c57;
	content: '';
	position: absolute;
	width: 100%;
	height: 101%;
	z-index: -1;
	top: -1px;
	left: 0;
	opacity: 0.9;
}
footer{
	background-color: #4e4c57;
	padding: 70px 30px;
	background-size: cover;
	background-position: center center;
}
footer h5{
	color: #56a7dc;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0;
}
footer span{
	color: white;
	font-style: italic;
	font-size: 14px;
	opacity: 0.9;
	font-family: 'Roboto', sans-serif;
	display: block;
	margin: 0 0 10px 0;
}
footer p{
	color: white;
	opacity: 0.6;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
footer p b{
	text-transform: uppercase;
}
footer address p{
	font-style: initial;
}
footer p.blurb{
	color: white;
	border: 1px solid rgba(255,255,255,0.2);
	width: 90%;
	padding: 20px 26px;
	margin-top: 20px;
	text-transform: initial;
	font-size: 14px;
	line-height: 26px;
	opacity: 0.6;
	font-style: italic;
	position: relative;
}
p.blurb:before{
	content: '\f347';
	font-family: ionicons;
	position: absolute;
	width: 40px;
	font-style: initial;
	left: -20px;
	top: -20px;
	height: 40px;
	background-color:#4e4c57;
	color: #56a7dc;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}
footer hr{
	border: none;
	display: inline-block;
	height: 3px;
	width: 70px;
	/*margin: 0;*/
	background-color: white;
}
.bottomMenu{
	background-color: #56a7dc;
}
.bottomMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
.bottomMenu ul li{
	float: left;
}
.bottomMenu ul li:after{
	content: '/';
	color: white;
	margin-right: 18px;
	font-size: 14px;
}
.bottomMenu ul li:last-child::after{
	display: none;
}
.bottomMenu ul li a{
	display: inline-block;
	line-height: 50px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}
.nwdm{
	background-color: #4e4c57;
	color: white;
	font-size: 14px;
}
.nwdm p{
	opacity: 0.8;
}
.nwdm i{
	color: #56a7dc;
}
.tar{
	text-align: right;
}
.siteForm textarea{
	width: calc(100% - 20px);
	height: 200px;
	border: 2px solid #CCC;
	font-family: 'Poppins', sans-serif;
	color: #444;
	padding: 16px 0 0 12px;
}
.siteForm input:focus, .siteForm textarea:focus{
	box-shadow: none;
	border: 2px solid #56a7dc;
}
.siteForm input{
	width: calc(100% - 20px);
	height: 50px;
	padding: 6px 0 0 12px;
	border: 2px solid #CCC;
	color: #444;
	outline: 0;
	box-shadow: none;
	font-family: 'Poppins', sans-serif;
}
.siteForm label{
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #4e4c57;
	background-color: white;
	display: inline-block;
	padding: 0 12px 0 0;
	line-height: 22px;
	position: relative;
	bottom: -11px;
}
.siteForm button, .content .btn{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	color: white;
	letter-spacing: 2px;
	padding: 0 20px;
	margin-top: 10px;
	border-radius: 25px;
	background-color: #56a7dc;
	line-height: 50px;
}
/*Basic lappy*/
@media screen and (max-width: 1366px) { 
	.headerContent, .content, #calltoaction, #callBack, .reasons{
		padding: 30px;
	}
	.reasons ul li{
		font-size: 14px;
	}
	.headerText h1{
		font-size: 26px;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1023px) {
	nav{
		position: relative;
	}
	.content .noPads{
		padding: 30px!important;
	}
	.mtop50{
		margin-top: 50px;
	}
	.topBar{
		position: fixed;
		z-index: 100;
		top: 0;
		width: 100%;
		background-color: #4e4c57;
	}
	nav .showMenu{
		position: absolute;
		display: block;
		width: 50px;
		font-size: 30px;
		height: 50px;
		color: white;
		background-color: #56a7dc;
		top: 0px;
		border-radius: 0px;
		line-height: 50px;
		text-align: center;
		left: -50px;
	}
	nav ul{
		position: fixed;
		height: 100vh;
		max-width: 240px;
		background-color: #4e4c57;
		z-index: 100;
		top: 0;
		right: -240px;
		margin: 0;
		padding: 0;
		transition: all 0.5s;
	}
	.showNav{
		right: 0px;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		line-height: 50px;
		text-align: right;
		padding: 0 20px!important;
	}
	.sub{
		position: relative;
		display: block;
		height: auto;
		padding-right: 10px;
		background-color: rgba(0,0,0,0.3);
	}
	.active{
		background-color: rgba(0,0,0,0.2);
	}
	.active:after{
		display: none;
	}
	.logo img{
		height: 50px;
	}
	.reasons{
		padding: 0;
	}
	.image p, .reasons .image .colorBlock{
		width: 100%;
	}
	.reasons .image .colorBlock{
		opacity: 0.7;
	}
	.image p{
		padding: 30px;
	}
	.reasons .image{
		height: 320px!important;
	}
	.reasons ul li{
		line-height: 50px;
		width: 20%;
		float: left;
		text-align: center;
		padding: 0px;
	}
	.reasons ul{
		border: none!important
	}
	.clicked{
		box-shadow: inset 0px -5px #56a7dc;
		border: none!important;
	}
	.reasons ul li span{
		display: none;
	}
	.reasons ul li i{
		font-size: 22px;
		display: inline-block;
		line-height: 70px;
		width: 100%;
		text-align: center;
	}
	.content aside{
		border-right: none;
	}
	.content main, .content aside{
		padding: 30px!important;
	}
	.topBar{
		border-bottom: 0;
		box-shadow: 4px 3px 20px rgba(0,0,0,0.5)
	}
	.slickSlider{
		margin-top: 50px;
	}
	.content h2, .content h1{
		font-size: 24ppx;
	}
	.content h1 ~ h2{
		font-size: 21px;
	}
	.content h3{
		font-size: 21px;
	}
	.content h4{
		font-size: 16px;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) { 
	header .headerContent{
		padding: 0;
	}
	.content figure{
		margin: 10px 0;
	}
	.content figcaption{
		position: relative;
		opacity: 1;
	}
	.siteForm textarea{
		width: 100%;
	}
	.siteForm input{
		width: 100%;
	}
	.content ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.bottomMenu ul li:after{
		display: none;
	}
	footer{
		padding: 30px;
	}
	footer h5{
		margin-top: 30px;
	}

	#callBack{
		padding: 30px;
	}
	#callBack h3{
		font-size: 20px;
	}
	#callBack p{
		font-size: 14px;
	}
	p.tiny{
		margin-top: 20px!important;
	}
	#calltoaction p{
		font-size: 14px!important;
	}
	.content{
		padding: 0px;
	}
	.headerText h1{
		font-size: 21px;
	}
	.headerText p{
		font-size: 16px;
	}
	.headerText{
		padding: 30px!important
	}
	.slickSlider div img{
		padding: 0;
	}
	#calltoaction{
		padding: 30px;
	}
	#calltoaction p{
		font-size: 18px;
		display: block;
	}
	#calltoaction a{
		float: left;
		line-height: 40px;
		padding: 0px;
		display: block;
		width: 100%;
	}
	.chunkyQuote p{
		font-size: 16px;
	}
	.bottomMenu li{
		width: 100%;
		padding: 0;
	}
	.bottomMenu{
		padding: 20px 10px;
	}
	.bottomMenu ul li a{
		line-height: 30px;
		display: block;
	}
	footer p.blurb{
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
	.tar{
		text-align: left;
	}	
}