@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,500i,700,900');
body{
	font-family: 'Rubik', sans-serif;
}
::-webkit-scrollbar {
    width: 5px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #333;
}
.showAreas{
	position: fixed;
	z-index: 100;
	bottom: calc(50% - 35px);
	width: 50px;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	background-color: #01213D;
	border-radius: 0px;
	color: white;
	right: 0px;
}
.textBox ul{
	padding: 20px;
	font-size: 14px;
	color: #444;
}
a{
	color: inherit;
}
*:focus{
	outline: none;
}
.header{
	background-attachment: fixed;
  	background-position: center center;
  	background-size: cover;
  	height: 300px;
  	z-index: 1;
  	position: relative;
}
.header:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1B79CE;
	top: 0;
	opacity: 0.8;
	left: 0;
	z-index: -1;
}
.header h2{
	color: white;
	position: absolute;
	z-index: 10;
	bottom: 0;
	line-height: 50px;
	margin: 0;
	text-transform: uppercase;
	font-size: 36px;
}
.about{background-image: url(../images/slide-one.jpg);}
.domestic{background-image: url(../images/slide-three.jpg);}
.residential{background-image: url(../images/slide-five.jpg);}
.commercial{background-image: url(../images/slider-four.jpg);}
.project{background-image: url(../images/slide-six.jpg);}
.health{background-image: url(../images/slide-seven.jpg);}
.refurb{background-image: url(../images/slide-two.jpg);}
.menuShow{
	display: none;
}
iframe{
	height: 360px;
	margin-bottom: 40px
}
.top{
	position: fixed;
	width: 100%;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000',GradientType=0 );
}
.top, .top *{
	transition: all 0.5s
}
.top img{
	height: 120px;
	padding: 10px 0;
}
.top.stuck{
	background: #FFF;
	box-shadow: 3px 4px 10px rgba(0,0,0,0.2);
}
.top.stuck img{
	height: 60px;
}
.top.stuck .logo p{
	color: #444;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.top.stuck nav ul{
	padding: 0;
}
.top.stuck nav ul li a{
	color: #444;
}
.logo img{
	float: left;
}
.logo p{
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	margin: 0 0 0 -30px;
	padding: 30px 0;
	float: left;
}
nav ul{
	float: right;
	padding: 30px 0;
	margin: 0;
	list-style: none;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	padding: 0 12px;
	line-height: 60px;
}
.sub{
	position: absolute;
	padding: 10px;
	top: 100%;
	left: 0;
	width: 300px;
	background-color: #FFF;
	display: none;
	opacity: 0;
}
nav ul li:hover .sub{
	display: block;
	opacity: 1;
}
.sub li{
	width: 100%;
}
.sub li a{
	color: #444;
	line-height: 36px;
}
/*.active{
	box-shadow: inset 0px -2px #FFF;
}*/
.top.stuck .active{
	box-shadow: inset 0px -4px #1B79CE;
}
header.vegas{
	width: 100%;
	position: relative;
	height: 100vh;
	display: table;
}
header.lax{
	width: 100%;
	height: 400px;
	background-color: #1B79CE;
}
.goleft, .goright{
	background-color: #222;
	position: absolute;
	font-size: 30px;
	color: white;
	height: 100px;
	cursor: pointer;
	z-index: 99;
	top: calc(50% - 50px);
	width: 60px;
	text-align: center;
	line-height: 100px;
}
.goleft{
	left: 0;
}
.goright{
	right: 0;
}
.banText{
	position: absolute;
	z-index: 50;
	top: 50%;
	width: 50%;
	padding: 80px;
	transform: translateY(-50%);
}
.banText .slideInner{
	background-color: rgba(20,20,20,0.7);
	padding: 30px;
}
.banText h2{
	color: white;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banText p{
	color: white;
	letter-spacing: 1px;
	font-size: 16px;
	margin: 0;
	float: left;
}
.banText a{
	display: inline-block;
	line-height: 40px;
	background-color: #1B79CE;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
	margin-top: 30px;
}
.goDown{
	position: absolute;
	bottom: 40px;
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	line-height: 60px;
	left: 50%;
	z-index: 1;
	height: 60px;
	cursor: pointer;
	width: 60px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	margin-left: -30px;
	text-align: center;
}
.goDown:before{
	transition: all 0.5s;
	position: absolute;
	content: '';
	width: 150%;
	height: 150%;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	left: -25%;
	top: -25%;
	opacity: 0.2;
	background-color: white;
}
.goDown:after{
	transition: all 0.5s;
	position: absolute;
	content: '';
	width: 100%;
	transition-delay: 0.3s;
	height: 100%;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	left: 0%;
	top: 0%;
	background-color: #1B79CE;
}
.goDown:hover:before, .goDown:hover::after{
	transform: scale(1);
}

/*Trio Of Boxes*/
.trio{
	background-color: #1B79CE;
	padding: 50px 0;
	color: white;
}
.trio .columns{
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 0 40px!important;
}
.trio .columns:last-of-type{
	border: 0;
}
.trio hr{
	width: 60px;
	display: inline-block;
	height: 2px;
	margin: 0;
	border: 0;
	background-color: #fff;
}
.trio h3{
	text-transform: uppercase;
	margin: 0;
}
.trio p{
	padding: 10px 0;
	font-size: 14px;
	margin: 0;
}
.trio a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid white;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	margin-top: 10px;
}
.same{
	margin-bottom: 30px;
}
/*Contents Section*/
.contents{
	padding: 40px 0;
}
.contents address p{
	margin: 0;
}
.contents p{
	font-size: 14px;
	color: #444;
	line-height: 26px;
}
.contents h2, .contents h3, .contents h4{
	margin: 0;
	text-transform: uppercase;
	color: #444;
}
.contents h2{font-size: 22px;}
.contents h3{font-size: 20px;}
.contents h4{font-size: 18px;}
.contents hr{
	width: 60px;
	display: inline-block;
	height: 2px;
	margin: 0;
	border: 0;
	background-color: #1B79CE;
}
/*TextBox*/
.textBox{
	background-color: #DDD;
	padding: 50px!important;
	box-shadow: inset 20px 20px white, inset -20px -20px white;
}
.textBox .textBox{
	box-shadow: none;
	padding: 0 30px!important;
}
.textBox p:last-of-type{
	margin-bottom: 0
}
.textBox .row{
	margin: 30px 0;
}
/*Image Box*/
.imageBox{
	box-shadow: inset 20px 20px white, inset -20px -20px white;
	overflow: hidden;
	min-height: 300px;
	position: relative;
}
.imageBox img{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: auto!important;
	max-width: 200%!important;
	height: 100%;
	z-index: -1;
}
/*Home Services Section*/
.homeServices{
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.homeServices:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1B79CE;
	top: 0;
	opacity: 0.8;
	left: 0;
	z-index: -1;
}
.homeServices h3{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
}
.homeServices ul{
	list-style: none;
	color: white;
	margin: 0;
	padding: 0px;
	font-size: 16px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.homeServices ul li{
	/*background-color: rgba(255,255,255,1);*/
	line-height: 36px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.homeServices ul li:before{
	content: '\f122';
	font-family: 'ionicons';
	margin-right: 20px;
	color: #1B79CE;
	background-color: #fff;
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}
/*Parallax Section*/
.parallax{
	background-image: url(../images/homeservices.jpg);
	background-attachment: fixed;
  	background-position: center center;
  	background-size: cover;
}
/*Areas Section*/
.areas{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #fff;
	z-index: 150;
	top: 0;
	left: 100%;
	transition: left 0.3s;
}
.mapLeft{
	left: 0%
}
#map{
	height: 100vh;
}
.areasText{
	background-color: #FFF;
	padding: 50px!important;
	min-height: 100vh;
	overflow: scroll;
}
.areasText p{
	font-size: 14px;
	color: #444;
	line-height: 26px;
}
.areasText h2, .areasText h3, .areasText h4{
	margin: 0;
	text-transform: uppercase;
	color: #444;
}
.areasText hr{
	width: 60px;
	display: inline-block;
	height: 2px;
	margin: 0;
	border: 0;
	background-color: #1B79CE;
}
.areasText ul{
	list-style: none;
	color: #444;
	margin: 0;
	padding: 0px;
	font-size: 16px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.areasText ul li{
	/*background-color: rgba(255,255,255,1);*/
	line-height: 36px;
	margin-bottom: 10px;
}
.areasText ul li:before{
	content: '\f456';
	font-family: 'ionicons';
	margin-right: 10px;
	background-color: #1B79CE;
	color: #fff;
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}
.areasText a{
	display: inline-block;
	line-height: 40px;
	background-color: #1B79CE;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
	margin-top: 30px;
}
.closeAreas{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 22px;
}
.projects{
	background-color: #1B79CE;
	padding: 60px 0;
}
.sliderHeading{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sliderHeading h2{
	margin: 0 0 20px 0;
	font-size: 26px;
}
.slideButtons{
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.slideButtons button:after{
	background-color: #fff;
	position: absolute;
	content: '';
	height: 0px;
	z-index: -1;
	width: 88px;
	top: calc(50% - 1px);
	transition: all 0.5s;
	left: calc(50% - 44px);
}
.slideButtons button{
	width: 40px;
	transition: all 0.5s;
	height: 40px;
	text-align: center;
	z-index: 100;
	line-height: 36px;
	border-radius: 50%;
	font-size: 18px;
	border: 2px solid white;
	background-color: #1B79CE;
}
.slideButtons button:hover{
	background-color: #FFF;
	color: #1B79CE;
	z-index: 100;
}
.slideButtons button:hover:after{
	height: 100%;
	top: 0px;
	width: 88px;
}
.slideButtons .left{
	margin-right: 40px;
}

.proSlider .slide{
	margin: 20px;
	position: relative;
}
.proText{
	background-color: rgba(255,255,255,0.5);
	bottom: 0;
	position: absolute;
	padding: 20px;
}
.proText h3{
	font-size: 16px;
	text-transform: uppercase;
	color: #1B79CE;
	margin: 0;
}
.proText p{
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
	color: #333;
}
.proText a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	color: white;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 20px;
	line-height: 40px;
	bottom: -20px;
	border-bottom: 2px solid white;
	right: -20px;
	background-color: #1B79CE;
}
.proText a:hover{
	box-shadow: inset 0 40px white;
	color: #1B79CE;
}
/*Footerings*/
footer{
	background-color: #DDD;
	padding: 50px 0;
}
footer h3{
	color: #1B79CE;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}
footer h4{
	margin: 0;
	opacity: 0.5;
	font-style: italic;
	font-size: 14px;
}
footer hr{
	width: 60px;
	display: inline-block;
	height: 2px;
	border: 0;
	background-color: #444;
}
footer p{
	font-size: 14px;
	font-style: italic;
	color: #555;
	font-weight: 300;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
footer ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #555;
	font-weight: 500;
}
footer img{
	max-width: 90%;
}
.fsi{
	font-style: initial;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.fsi b{
	color: #1B79CE;
}
footer address{
	margin-bottom: 30px;
}
footer address p{
	font-style: initial;
	font-weight: 500;
	margin: 0;
}
.nwdm{
	background-color: #CCC;
}
.nwdm p{
	font-size: 14px;
	color: #555;
}

form{
	border: 2px solid rgba(255,255,255,0.6);
	padding: 30px;
}
form.row label{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
	color: #666;
	font-size: 12px;
}
form.row .send{
	background-color: #1B79CE;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	width: 100%;
}
form.row input, form.row select{
	background-color: #EEE;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	height: 44px;
	border-bottom: 2px solid #1B79CE;
}
form.row textarea{
		background-color: #EEE;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	height: 220px;
	border-bottom: 2px solid #1B79CE;
}
/*Basic lappy*/
@media screen and (max-width: 1366px) { 
	nav ul li a{
		padding: 0 8px;
		font-size: 12px;
	}
	.logo p{
		font-size: 18px;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1023px) { 
	nav{
		position: absolute;
		width: 100%;
		background-color: #eee;
		z-index: 1;
		top: 60px;
	}
	header.vegas{
		height: 80vh
	}
	.banText{
		width: 100%;
		bottom: 50px;
		top: initial;
		transform: translateY(0%);
		padding: 0;
	}
	nav ul{
		float: left;
		display: none;
		position: relative;
		padding: 0;
	}
	nav ul li{
		padding: 0;
	}
	.top.stuck nav ul{
		padding: 0;
	}
	nav ul li a{
		color: #444;
		line-height: 40px;
		float: left;
	}
	.top{
		background-color: #FFF!important;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000',GradientType=0 );
		box-shadow: 3px 4px 10px rgba(0,0,0,0.2);
	}
	.logo{
		text-align: center;
		position: relative;
		z-index: 100;
	}
	.logo p{
		margin: 0;
		color: #444;
		padding: 0;
	}
	.logo img{
		height: 60px;
	}
	.trio{
		padding: 0;
	}
	.trio .columns{
		padding: 20px!important;
		border-bottom: 2px solid rgba(255,255,255,0.4);
	}
	.menuShow{
		background-color: #333;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		display: block;
		height: 60px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		color: white;
		border-radius: 0px;
		font-size: 20px;
	}
	.goleft, .goright{
		background-color: #222;
		font-size: 20px;
		color: white;
		height: 50px;
		top: initial;bottom: 0;
		width: 50%;
		text-align: center;
		line-height: 50px;
	}
	.goDown{
		display: none;
	}
	.banText .slideInner{
		background-color: rgba(20,20,20,0.7);
		padding: 20px;
	}
	.banText h2{
		font-size: 16px;
	}
	.banText p{
		font-size: 14px;
	}
	.banText a{
		display: none;
	}
	.homeServices ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.contents{
		padding: 10px 0;
	}

	#map{
		height: 40vh;
	}
	.areas{
	}
	.areasText{
		overflow-y: scroll;
		height: 60vh;
		min-height: 60vh!important;
	}
	.areasText::-webkit-scrollbar {
	    width: 3px;  /* remove scrollbar space */
	    background: transparent;  /* optional: just make scrollbar invisible */
	}
	/* optional: show position indicator in red */
	.areasText::-webkit-scrollbar-thumb {
	    background: #555;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) { 
	.logo p{
		font-size: 14px;
	}
	.top.stuck .logo p{
		font-size: 14px;
	}
	nav ul li{
		width: 100%;
	}
	.areas ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
	}
	form{
		padding: 10px;
	}
	.textBox{
		padding: 50px!important;
	}
	.sub{
		position: relative;
		display: block;
		top: 0;
		opacity: 1;
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 480px) { 
	
}