@font-face {
	font-family: 'lato-light-webfont';
	src: url('/fonts/lato-light-webfont.eot');
	src: url('/fonts/lato-light-webfont.eot') format('embedded-opentype'), url('/fonts/lato-light-webfont.woff2') format('woff2'), url('/fonts/lato-light-webfont.woff') format('woff'), url('/fonts/lato-light-webfont.ttf') format('truetype'), url('/fonts/lato-light-webfont.svg#lato-light-webfont') format('svg');
}
@font-face {
	font-family: 'lato-regular-webfont';
	src: url('/fonts/lato-regular-webfont.eot');
	src: url('/fonts/lato-regular-webfont.eot') format('embedded-opentype'), url('/fonts/lato-regular-webfont.woff2') format('woff2'), url('/fonts/lato-regular-webfont.woff') format('woff'), url('/fonts/lato-regular-webfont.ttf') format('truetype'), url('/fonts/lato-regular-webfont.svg#lato-regular-webfont') format('svg');
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
           
.grid_4 {
    width: 40%;
	float:left;
	margin: 0 0 0 0;
	padding: 170px 0 0 130px;
	min-height: 800px;
}
.grid_8 {
                width: 60%;
		float:left;
	margin: 0 0 0 0;
	padding: 170px 0 0 130px;
	min-height: 800px;
}
a {
	text-decoration: none;
	cursor: pointer !important;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
.fullwidth{
	width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'lato-regular-webfont';
	font-size: 15px;
	background: #fff;
	color: #000000;
	margin: 0;
	padding: 0;
}
body.nonescroll{
	overflow: hidden;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
	text-align: left;
	margin: 0;
	line-height: 20px;
}
h1 {
	font-family: 'lato-light-webfont';
	font-size: 62px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;color: #ffffff;
	 z-index: 1;
}
h1 span{
	font-family: 'lato-light-webfont';
	font-size: 50px;
}
h1.title{
	top: calc(50% - 68px);
}
#page-home h1{
	bottom: 160px;
}

h2 {
	
	display: block;
		font-family: 'lato-regular-webfont';
	font-size: 30px;
	text-align: center;
	margin: 80px auto;
	max-width: 1100px;
	padding: 0 25px;
	width: 90%;
}
h3 {
	font-size: 30px;
	display: block;
		font-family: 'lato-regular-webfont';
	margin: 25px;
	text-align: left;
	text-transform: uppercase;
	    margin-left: 0;
}
h4 {
	font-size: 40px;
	display: block;
		font-family: 'lato-regular-webfont';
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0;
}
h5{	
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	text-align: center;
	z-index: 10;
}
#page-home header{
	background: transparent;
	transition: all 1s;
}
#page-home header.wbg{
	background: #ffffff;
	transition: all 1s;
}
#page-home header.wbg #nav li a {
	color: #000000;transition: all 1s;
}

a.logo {
    position: absolute;
    top: 23px;
    left: 40px;
	z-index: 10;
}
a.logo.first {
    
	opacity: 0;
}
#page-home header a.logo.first{
	display: block;
	opacity: 1;
}
#page-home header a.logo.second{
	opacity: 0;
}
#page-home header.wbg a.logo.first{
	opacity: 0;
}
#page-home header.wbg a.logo.second{
	opacity: 1;
}

nav {
	margin: 0 auto;
	padding: 0;
}
ul#nav {
    position: relative;
    text-align: right;
    display: block;
	padding-right: 80px;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 40px 25px;
	font-size: 18px;
	line-height: 10px;
	position: relative;
}

#nav li a {
	color: #000000;
	transition: all 0.5s;
}
#page-home #nav li a {
	color: #fff;
	transition: all 0.5s;
}
#nav li a:hover{
	color: #277932;
	
}
#page-home #nav li a.home, #page-aboutus #nav li a.aboutus, #page-commercial #nav li a.commercial, #page-residential #nav li a.residential, #page-contact #nav li a.contact, #page-home header.wbg #nav li a.home {
	color: #277932;
}


/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	background: transparent;
}

input, select {
	font-size: 16px;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	color: #999999;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: 0 solid rgba(255,255,255,0);
	text-align: left;
	border-radius: 0;
}
select {
	padding: 5px 7px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding: 7px 5px;
	background: #fff;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}

.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #999999;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999999;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #999999;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #999999;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: rgba(0,0,0,0.5);
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: rgba(0,0,0,0.5);
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: rgba(0,0,0,0.5);
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: rgba(0,0,0,0.5);
}
/*footer*/ 
footer {
padding: 20px 0;
	width: 100%;
	display: block;
	text-align: center;
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
	    padding: 0;
    text-align: left;
    color: #F00D0D;
    position: absolute;
    top: 18px;
}
.banner{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	min-height: 400PX;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
margin-top: 90px;
}


#page-home .banner{
	height: 770px;
	min-height: 600PX;
	margin:0 auto;
	/*background-image: url(../images/home/1.jpg);*/
	position: relative;
}
#page-aboutus .banner{
	background-image: url(../images/about/1.jpg);
}
#page-commercial .banner{
	background-image: url(../images/commercial/1.jpg);
}
#page-residential .banner{
	background-image: url(../images/residential/1.jpg);
}
#page-contact .banner{
	background-image: url(../images/contact/1.jpg);
}
span.redarrow{
	position: absolute;
	left: 0;
	right: 0;
		bottom: 40px;
	width: 40px;
	height: 40px;
	border-left: 5px solid #bf1e2e;
	border-bottom: 5px solid #bf1e2e;
	border-radius: 5px;
	margin: 0 auto;
	    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	z-index: 5;
}
.w1300{
	display: block;
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.w1150{
	display: block;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.w800{
		display: block;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.half{
	float: left;
	width: 50%;
	border: 8px solid #ffffff;
	margin: 0 auto;
	padding:22px;
	background-color: transparent;
}

.head{
	color: #bf1e2e;
}

.button{
	color: #bf1e2e;
}
a.button {
    display: block;
    margin: 25px 0 0 0;
}
.mb80{
	margin-bottom: 80px;
}
#page-home .w1300{
	margin-bottom: 180px;
}
.paraholder {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.parallax-window {
    position: absolute;
    height: 100vh;
    width: 100%;
    bottom: 250px;
    left: 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.paraholder h2{
	    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 125px;
    color: #fff;
    max-width: 1300px;
    line-height: 50px;
}
.regholder{
	background-color: #f2f2f2;
	padding: 100px 0 200px 0
}
.register .half{
	width: calc(50% - 20px);
	margin: 0 10px;
	border-radius: 10px;
	border: none;
	background: #ffffff;
	padding:15px;
	margin-bottom: 15px;
	border: 1px solid #cfcfcf;
}
textarea {
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 10px;
    height: 140px;
    border: 1px solid #cfcfcf;
	margin-left: 10px;    
	font-size: 18px;
    padding: 12px 0 0 15px;
}
.half.submit {
    background-color: #bf1e2e;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    position: relative;
	float: none;
}
.half.start{
	    background-color: #bf1e2e;
    text-align: center;
    margin: 0 auto;
    position: relative;
	float: none;
	 border-radius: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.5px;
	border: 0;
}
input.b_submit {
    color: #ffffff;
    text-align: center;
	cursor: pointer;
}
footer a{
	display: inline-block;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin: 0 auto;
}
span.hl{
	text-align: center;
	padding:0 15px;
	color: #333333;
	margin:  0 auto;
}
.maxw490{
	max-width: 490px;
}
.pt30{
	padding-top: 30px;
}
.nowbg{
	background: #f2f2f2;
}
.startholder{
	width: 100%;
	padding: 150px 0;
}
.mb150{
	margin-bottom: 150px;
}
span.dot{
	display: inline-block;
	color: #000000;
	margin: 0;
	padding: 0 25px 0 0;
   position: absolute;
    top: 0;
    left: 0px;

}
p.details{
	line-height: 35px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.height390{
	height: 390px;
	overflow: hidden;
}
.bgpink{
	background: #f5f5f5;
}
.bgsilver{
	background: #f2f2f2 ;
}
#page-contact h3{
	margin: 0 0 25px 0;
}
#page-contact h3{
	margin: 0 0 40px 0;
}
i.fa {
    font-size: 25px;
}
.grid_4 a{
	display: block;
	color: #000000;
	margin-bottom: 40px;
	font-size: 20px;
	padding-left: 20px;
}
.grid_4 a span{
	padding: 0 0 0 30px;
}

#page-contact h4.home{
	display: none;
	
}
#page-contact .w800{
	margin: 0 0 0 0;
}
#page-contact h3{
	font-size: 25px;
	    padding-left: 10px;
}
#page-contact .half.submit{
	float: right;
	margin-right: 10px;
}
.tb{
    display: table;
    max-width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    text-align: center;
    max-width: 800px;
}

.tbc{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
	padding: 100px 0;
}
#privacy, #disclaimer {
    background: #000000;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding-left: 10px;
	z-index: 100;
	height: 100vh;
	display: none;
}
#privacy .tbc, #disclaimer .tbc{
	    vertical-align: top;
}
 
#privacy p, #disclaimer p {
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 18px;
}
#privacy h1, #disclaimer h1 {
    position: relative;
    bottom: initial;
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    display: block;
    /*width: 250px;*/
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#privacy strong p, #disclaimer strong p{
	font-size: 20px;
}
#privacy .close, #disclaimer .close{
	display: block;
	position: fixed;
	color: #fff;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
 

.ipad{
	display: none;
}
.preloader{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000000;
	z-index: 200;
}

.preloader span.first{
    display: block;
    transition: all 1s;
    position: relative;
    margin: 0 auto;
    width: 311px;
}

.preloader.hide{
	opacity: 0;
	transition: 1s all;
}
.preloader.none{
display: none;
}



@media screen and (max-width : 1025px) {
	#page-home .banner{
		height: 600px;
	}
	.parallax-window{
		background-size: cover;
		background-position: center center !important;
		    left: 0;
    right: 0;
    margin: 0 auto;
	}
ul#nav {
    padding-right: 10px;
}
	h1{
		font-size: 42px;
	}
	.grid_4, .grid_8{
		padding-left: 15px;
	}
	#page-contact .half.submit {
    margin-right: 10px;
}
	.grid_8, .grid_4{
		min-height: 700px;
	}
	.grid_4 a{
		margin-bottom: 20px;
		padding: 0;
		    padding-left: 10px;
	}
}

@media screen and (max-width : 768px) {
	.desktop{
		display: none;
	}
	.ipad{
		display: block
	}
	#nav-toggle {
	display: block;
}
ul#nav {
	display: none;
	margin-top:calc(50vh - 225px);
	clear:both;
}
ul#nav li {
	display: block;
	margin:40px 0 !important;
	width: 100%;
	text-align: center;
	padding:0;
}
ul#nav li a{
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: normal;
	color: #000000;
	padding: 10px 0;
	font-size: 25px;
}
.banner {
    margin-top: 80px;
}
	#page-home header a.logo.second {
    opacity: 1;
}
	#page-home header a.logo.first
	 {
    opacity: 0;
		transition: all 0.5s ;
}
	a.logo.first {
		display: block;
    opacity: 0;
		transition: all 0.5s ;
}

	#page-home header{
		background: #ffffff;
	}header.active_nav {
    height: 100vh;
}
	 #nav-toggle span,  #nav-toggle span:after, #nav-toggle span:before{
		background: #000000;
	}
	.grid_4, .grid_8{
		padding-top: 70px;
	}
	.grid_4, .grid_8 {
    min-height: 600px
}
	header{
		min-height: 80px;
	}
	#nav-toggle {
    top: 32px;
    right: 40px;
	}
	#page-home #nav li a{
		color: #000000;
	}
	.register .half{
		margin-left: 0;
	}
	textarea{
		margin-left: 0;
		    width: calc(100% - 30px);
	}
	#page-contact .half.submit {
    margin-right: 30px;
}
	
}



@media screen and (max-width : 750px) {
	a.logo.second {
    max-width: 50%;
    top: 32px;
}
	.half{
		width: 100%;
		    padding-bottom: 0;
	}
	#page-home .w1300{
		margin-bottom: 50px;
	}
	.regholder{
		padding: 40px 0;
	}
	.register .half{
		width: calc(100% - 20px);
		margin: 0 auto; 
		float: none;
		margin-bottom: 15px;
	}
	textarea {
       width: calc(100% - 20px);
    margin: 0 auto;
		margin-left: 10px;
}
	.paraholder h2{
		font-size: 25px;
		line-height:  25px;
		top: 100px;
	}
	h1 {
    font-size: 32px;
}
	h2{
		margin: 40px auto 0 auto;
		padding-bottom: 0;
	}
	.mb150{
		margin-bottom: 50px;
	}
	.half.start {
    width: 250px;
    font-size: 15px;
		padding: 10px;
}
	footer a{
		font-size: 10px;
		display: block;
		line-height: 20px;
		padding-bottom: 5px
	}
	span.hl{
		display: none
	}
	.startholder {
    padding: 75px 0;
}
	.height390{
		height: initial;
	}
	h3.head{
		margin: 10px 0
	}
	p.details{
		font-size: 18px;
		position: relative;
		padding-left: 15px;
	}
	span.dot {
   position: absolute;
    top: 0;
    left: 0px;
}
	.grid_4, .grid_8{
		width: 100%;
	min-height: initial;
	}
#page-contact .half.submit {
    margin-right: 10px;
}
	.grid_8, .grid_4{
		padding-left: 10px;
		padding-right: 10px;
	}
}
	
