/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
}

.pull-right{
	display: none;
}

/* FONTS */

p{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}


h1{
	font-size: 40px;
	color: #000;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-top: 50px;
}

h2{
	font-size: 50px;
	font-weight: 800;
	color: #000;
	margin-bottom: 25px;
}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

ul{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

#content p a{
	color: #000;
}

.privacy-policy ul a{
	color: #000;
}


/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 175px;
    padding: 8px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	background: #55d700;
	text-transform: uppercase;
}

.btn span{
	font-size: 25px !important;
	line-height: 25px !important;
}

.btn:hover{
	transform: scale(1.1);
}

.btn:hover span{
		transform: scale(1);
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	

.contact-details{
	margin-top: 0px !important;
}

/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.container-wide{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}	

#content{
	float: left;
	width: 100%;
	min-height: 450px;
}

.item-page{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.article-body{
	float: left;
	width: 100%;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: cover;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.box-pad{
	padding: 50px;
}

.box-pad-tb{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pad-right{
	padding-right: 50px;
}

.pad-left{
	padding-left: 50px;
}


.box-img img{
	width: 100%;
}

.center{
	text-align: center;
}

/* HEADER */

.header{
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	/*background-image: url(../images/header.png);*/
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
	background: #fff;

}

.header-homepage{
	float: left;
	position: fixed;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	/*background-image: url(../images/header.png);*/
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	background: none;

}

#logo-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30vh;
	overflow: hidden;
	-webkit-transition: .5s;
    transition: .5s;
	text-align: center;
	vertical-align: middle;
}

.header #logo{
	float: left;
	width: 30%;
	text-align: left;
}

.header #logo img{
	max-width: 400px;
	-webkit-transition: .3s;
    transition: .3s;
	vertical-align: middle;
	z-index: 1;
}

.header-homepage #logohomepage{
	float: left;
	width: 50%;
	text-align: left;
}

.header-homepage #logohomepage img{
	max-width: 600px;
	-webkit-transition: .3s;
    transition: .3s;
	vertical-align: middle;
	z-index: 1;
	display: none;
}

/* SHRINK */
.shrinkhomepage{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}

.shrinkhomepage #logohomepage img{
	max-width: 300px;
	display: block;
}

.shrinkhomepage #nav ul li a{
	color: #000;
} 

.shrinkhomepage #menu-container{
	padding-top: 15px;
}

/* MENU */

#fp-nav ul li a span, .fp-slidesNav ul li a span{ background: #55d700 !important; }

#menu-container {
	float: right;
	padding-top: 30px;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.nonhomepage{
	padding-top: 30px!important;
}

#nav{
	display: inline-block;
}


#nav ul
{
    float: left;
	width: 100%;
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;

    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}

/*Floating the main list left*/
#nav ul li
{
    float: left;
	margin-left: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

li.parent{
	margin-bottom: 0px;
}

#nav ul ul li{
	margin-bottom: 0px;
}

 
#nav ul li a:hover
{
   color: #55d700;
}
 


#nav ul li a 
{
	float: left;
	padding: 3px;
	font-weight: 400;
	font-size: 23px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .5s;
    transition: .5s;
	text-transform: uppercase;
	text-align: left;
}

.nonhomepage #nav ul li a{
	color: #000;
}

#nav ul ul li a{
	font-size: 20px;
}

#nav ul li.current a{
	color: #000;
}

/* FOOTER */

#footer-container{
	float: left;
	width: 100%;
	/*background: #3e3e3f;*/
	background: #000;
	text-align: center;
	position: absolute;
	height: auto;
	bottom: 0px;
	left: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-nonhomepage #footer-container{
	position: static !important;
}

#footer-container span{
	color: #fff;
}

#footer-container span a{
	color: #fff;
}	

#footer-container h2{
	text-align: center;
	color: #fdc902;
}

#footer-container p{
	color: #fff;
}

#footer-container .box2 img{
	max-width: 150px;
}

.social-icons{
	float: left;
	/*width: 100%;*/
	padding-bottom: 20px;
	text-align: left;
}

.social-icons img{
	margin-bottom: 15px;
}

#footer-accreditations{
	float: right;
	max-width: 460px;
}

#footer-accreditations img{
	float: left;
	width: 100%;
	max-width: 140px;
	margin-left: 10px;
}

.definition{
	float: left;
	text-align: left;
}

.definition h3{
	color: #fff;
	margin-top: 0px;
}

.definition span{
	font-size: 15px;
	color: #fff;
}
	
.copyright{
	text-align: left;
	padding-left: 100px;
	
}

.copyright img{
	float: left;
	margin-right: 25px;
}

.accreditations{
	padding-right: 100px;
}

.copyright span{
	font-size: 15px;
	color: #fff;
}

.copyright a{
	color: #fff;
}

/* BANNER */

.banner-container{
	float: left;
	width: 100%;
	margin-top: 141px;
}
	
.banner{
	float: left;
	width: 100%;
	text-align: center;
	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;

}

.banner-homepage{
	min-height: none;
}	
	
#banner-logo{
	float: left;
	width: 100%;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#banner-logo img{
	width: 100%;
	max-width: 850px;
}

.banner-short{
	min-height: 650px;
	background-attachment: scroll !important;
}

#banner-txt{
	display: inline-block;
	width: 100%;
	max-width: 850px;
	padding-top: 200px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.banner-short #banner-txt{
	padding-top: 200px;
}

#banner-txt span{
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;}
	
#banner-txt span span{
	display: inline-block;
	padding: 3px;
	color: #fff000;
}
	
#banner-txt h1{
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	/*background-color: #878787;*/
}

#banner-txt span h1{
	display: inline-block;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	border-bottom: 1px solid #fff;}

#banner-txt span.location{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;}

#banner-txt p{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 0px;}

#banner-txt ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
	
#banner-btn-container{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

#banner-btn-container span{
	font-weight: 500;
}

#banner-btn-container p{
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#bxbanner{
	float: left;
	position: relative;
	width: 100%;
}

.btn-back{
	display: inline-block;
	z-index: 999999;
	padding-left: 40px;
	background-position: 10px center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 30px;
	margin-top: 50px;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}


.form-field-row input{
	float: left;
	border: none;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-webkit-appearance: none;
}

.form-field-row input:hover{
	
}

.form-field-row input:focus{
	
}

.form-field-checkbox input{
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 10px;
	float: left;
	width: 20%;
	margin-top: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
	-webkit-appearance: none;
}

.form-field-row textarea{
	font: 13.3333px Arial;
	border: none;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-webkit-appearance: none;

}

.form-field-row textarea:hover{
	
}

.form-field-row textarea:focus{
	
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	float: left;
    max-width: 175px;
    padding: 8px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	
	background: #55d700;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.form-field-row .btn:hover{
    color: #fff;
}

.form-field{
	float: left;
	width: 33.33%;
	border-right: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field-row{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.border-fields{
	border: 1px solid #000;
}

/* END STANDARD CSS */

/* FULL PAGE SECTION */

#fp-nav ul li .fp-tooltip{
	top: -5px;
	font-size: 16px;
}

.section{
	min-height: 100vh;
}

.section h2{
	text-align: center;
	text-transform: uppercase;
}

.top{	
}

.grey{
	background: #dedede;
}

.orange{
	background: #fa4000;
}

.green{}


.why-choose-us{
	}

.section h2{
	color: #fff;
	padding-bottom: 15px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
}

.why-choose-us p{
	color: #000;
}

.why-choose-us .box3{
	padding: 50px;
	text-align: center;
}

.why-choose-us .box4{
	padding: 50px;
	text-align: center;
}

.why-choose-us h2{
	color: #000;
}
	
.why-choose-us h3{
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 35px;
}

.icon-box{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.icon-box img{
	height: 90px;
}

.services{
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
}

.services p{
	display: inline-block;
	text-align: left;
	max-width: 800px;
	color: #fff;
}

.services .box2 h3{
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.services .box2{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	text-align: center;
}

.box-content{
	display: inline-block;
}

.services .box2 ul{
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
	list-style: disc!important;
	padding-left: 25px;
}

.services .box2 ul li{
	margin-bottom: 5px;
	list-style: disc!important;
}

.services .box3 h3{
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.services .box3{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	text-align: center;
}

.services .box3 ul{
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
	list-style: disc!important;
	padding-left: 25px;
}

.services .box3 ul li{
	margin-bottom: 5px;
	list-style: disc!important;
}

.projects{
	float: left;
	width: 100%;
	min-height: 100vh;
}

.projects h2{
	color: #000;
}

.projects h3{
	text-transform: uppercase;
	margin-bottom: 5px;
    font-size: 23px;
}

.projects-main h3{
	text-transform: uppercase;
	margin-bottom: 5px;
    font-size: 23px;
}

.projects .box3{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	height: 350px;
	transition: all .2s ease-in-out;
	z-index: 9;
	color: #fff;
	overflow: hidden;
}

.projects .box2{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	height: 450px;
	transition: all .2s ease-in-out;
	z-index: 9;
	color: #fff;
	overflow: hidden;
}

.project-box-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	padding-top: 95px;
	transition: all .2s ease-in-out;
	background-image: url(../images/project-overlay.png);
	overflow: hidden;
	text-align: center;
	opacity: 0;
}

.projects .box3:hover{
	transform: scale(1.05);
	z-index: 99;
}

.projects .box2:hover{
	transform: scale(1.05);
	z-index: 99;
}

.box2 .project-box-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	padding-top: 110px;
	transition: all .2s ease-in-out;
	background-image: url(../images/project-overlay.png);
	overflow: hidden;
	text-align: center;
	opacity: 0;
}

.project-box-content h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 25px;
}

.project-box-content span{
	display: inline-block;
	padding: 8px;
	border: 2px solid #fff;
    font-weight: 800;
	font-size: 18px;
    line-height: 25px;
	text-transform: uppercase;
}

.projects .box3:hover .project-box-content{
	opacity: 1;
}

.projects .box2:hover .project-box-content{
	opacity: 1;
}

.project-box-container{
	float: left;
	width: 100%;
}

.project-grid{
	padding-top: 260px;
	padding-bottom: 50px;
}

.project-icon{
	display: none !important;
}

.projects-grid h4{
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px!important;
	font-weight: 800 !important;
}

.projects-grid h4 span{
	font-weight: 400 !important;
}	

span.more-info{
	display: inline-block;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #fff;
	text-transform: uppercase;
}

.projects-wrapper .project-img .project-img-extra, .portfolio-module .projects-wrapper .project-img .project-img-extra{
	height: 100%;
}

.project-img{
	max-height: 200px;
	overflow: hidden;
}

.project-img img{
	height: 100%;
}

.projects-in-progress img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.contact{
	/*background-color: #b2b2b2;*/

}

.contact h2{
	color: #000;
}

.contact .box2{
	padding: 50px;
	padding-top: 0px;
	
	text-align: center;
}

.contact .box-content{
	text-align: left;
}

.contact span{
	font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}

.contact span a{
    color: #000;
	text-decoration: none;
}

.contact h3{
	color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-details{
	float: left;
	width: 35%;
	padding-left: 100px;
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-form{
	float: left;
	width: 45%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-bottom: 25px;
}

#contact-map{
	float: left;
	width: 20%;
	height: 200px;
}

/* GALLERY */

.gallery-box{
	height: 400px;
	overflow:hidden;
	background-size: cover;
	background-position: center center;
}

.gallery-box img{
	height: 100%;
}

/* PORJECT PAGE */

.project-title{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 25px;
}

.project-title h2{
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	margin: 0px;
}

.project-title h2 span{
	font-weight: 300;
}

.project-description{
	float: left;
	width: 50%;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.project-bullets{
	float: left;
	width: 50%;
	padding-left: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.project-bullets li{
	list-style: disc;
}

.project-bullets h2{
	font-size: 20px;
}

.project-info{
	padding-bottom: 75px;
	text-align: center;
}

.project-info-box{
	display: inline-block;
	text-align: left;
}

.info-row{
	display: inline-block;
	width: 100%;
	max-width: 450px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
    font-weight: 400;
    font-size: 20px;
	line-height: 20px;
}

.info-row strong{
	color: #fa4000;
}

.no-border{
	border-bottom: none;
}

#project-wrapper{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

/* PROJECT GRIDS */

.projects-grid{
	float: left;
	width: 100%;
}

/* TESTIMONIALS */

.testimonials-container{
	float: left;
	width: 100%;
    background: #dedede;
    margin-bottom: 0px;
}

.footer-nonhomepage .testimonials-container{
   margin-bottom: 0px;
}

.testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes-openning.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.testimonial-box a{
	background-color: #000;
	padding: 5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
   	 border-radius: 5px;
	 -webkit-transition: .2s;
    transition: .2s;
}

.testimonial-box a:hover{
	background-color: #3f3f3f;
}

p.testimonial-txt{
	 float: left;
    width: 100%;
	min-height: 80px;
	 padding-right: 70px;
	    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40px;
	font-size: 18px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 26px;
	margin-top: 0px;
}

.enquiry-sent .footer-form{
	display: none;
}

.enquiry-sent  .contact-details{
	display: none;
}

.enquiry-sent #contact-map{
	display: none;
}

.enquiry-sent .contact h1{
	display: none;
}
	

/* TESTIMONIALS PAGE */	

.testimonials-page h1{
	margin-bottom: 50px;
}

.testimonials-page .testimonial-box p{
float: left;
    width: 100%;
    min-height: 80px;
    padding-right: 70px;
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 30px;
    color: #646464;
    color: #000;
       font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0px;
}

.testimonials-page .testimonial-box{

	display: inline-block;
    width: 100%;
    background: url(../images/quotes-openning.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
	

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1200px) {


.banner{
	background-attachment: fixed;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1600px) {

.why-choose-us h3{
	height: 90px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1300px) {

#menu-container {
	float: right;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.header-homepage #logohomepage{
	width: 30%;
}	

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1200px) {

.privacy-policy{
	padding-left: 15px;
	padding-right: 15px;
}

.projects{
	padding-left: 15px;
	padding-right: 15px;
}

#project-wrapper{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.projects-main {
	float: left;
	width: 100%;
}

.projects-main .projects-main-page{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;	
}

.projects-main h3{
	padding-left: 7px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1150px) {

.header-homepage #logohomepage{
	text-align: center;
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
}

.header #logo{
	text-align: center;
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
}

.project-box-content{
	opacity: 1;
}

#menu-container{
	float: left;
	width: 100%;
}



}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {

.why-choose-us .box3{
	padding: 15px;
}

.why-choose-us .box4{
	padding: 15px;
}

.box-pad{
	padding: 15px;
}

.form-field{
	width: 100%;
}

.contact-details{
    padding-left: 30px;
}

.footer-form{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.contact-details{
	width: 50%;

}

#contact-map {
    float: right;
    width: 50%;
	margin-bottom: 25px;
}

#footer-container{
	position: relative;
}

.testimonials-container{
	margin-bottom: 0px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 820px) {

.social-icons{
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.social-icons img{
	margin-bottom: 0px;
}

#footer-accreditations{
	float: left;
	max-width: 100%;
	width: 100%;
}

#footer-accreditations img{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 140px;
	margin-left: 10px;
	margin-right: 10px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.shrinkhomepage #nav ul li a{
	color: #fff;
} 

.contact-details{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-map {
    float: right;
    width: 100%;
	margin-bottom: 25px;
}

/*.header{
	position: static;
	float: left;
}*/

#img-gallery{
	padding: 0px;
	border-top: 1px solid #fff;
}

.project-grid{
	padding-bottom: 0px;
}

#fp-nav{
	display: none;
}

#banner-txt span{
	font-size: 30px;
	line-height: 35px;
}

#banner-txt span h1{
	font-size: 30px;
	line-height: 35px;
	padding: 5px;
}

#banner-txt h1{
	font-size: 50px;
	line-height: 60px;
}

.why-choose-us h3{
	margin-top: 0px;
}

.projects{
	padding-bottom: 25px;
}

.shrinkhomepage{
	background: none;
}

.header-homepage{
	position: absolute;
}

.project-grid{
	padding-top: 175px;
}

.gallery-box{
	width: 50%;
}

.projects .box3{
	width: 50%;
}

.why-choose-us .box3{
	width: 100%;
}

.why-choose-us .box4{
	width: 50%;
}

.header-homepage #logohomepage{
	width: 100%;
	text-align: center;
	padding-left: 0px;
}

.header-homepage #logohomepage img{
	margin-right: 0px;
	max-width: 400px;
}

.shrinkhomepage #logohomepage img{
	max-width: 90px;
}

.header #logo img{
	width: 100%;
	max-width: 400px;
}

#menu-container{
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.shrinkhomepage #menu-container{
	padding-top: 10px;
}

#banner-txt{
	padding-top: 225px;
}

.banner-txt-short{
	padding-top: 175px !important;
}

#footer-container{
	position: static;
	float: left;
	width: 100%;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.definition{
	float: left;
	width: 100%;
	text-align: center;
}

.definition h3{
	text-align: center;
}	

.copyright{
	padding-left: 0px;
	padding-top: 25px;
	text-align: center;
}

.copyright span{
	float: left;
	width: 100%;
	padding-top: 15px;
}

.copyright img{
	float: none;
	margin: 0px;
}

#footer-container .box2{
	width: 100%;
}

.services{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}

.services .box2{
	width: 100%;
	padding: 0px;
}

.services .box-content{
	float: left;
	width: 100%;
}

#nav ul li{
	float: none;
	display: inline-block;
}

#nav ul li a{
	font-size: 20px;
}

.why-choose-us{
	padding-left: 15px;
	padding-right: 15px;
}



.why-choose-us h3{
	height: auto;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {

.project-description{
	width: 100%;
	padding-right: 0px;
	text-align: center;
}

.project-bullets{
	width: 100%;
	padding-left: 0px;
}

.projects .box3{
	width: 100%;
}

.projects .box2{
	width: 100%;
}

#bxbanner .btn-back{
	padding-left: 8px;
	font-size: 15px;
	background-size: 10px;
    min-width: 0px;
	background-image: none;
}

.form-field{
	width: 100%;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {

#banner-txt{
	padding-top: 160px;
}

#banner-logo{
	padding-bottom: 20px;
}

.header-homepage #logohomepage img{
	margin-right: 0px;
	max-width: 100%;
}


.testimonial-box{
	padding-left: 70px;
	background-size: 50px;
}

p.testimonial-txt{
	padding-right: 70px;
	background-size: 50px;
}

.why-choose-us{
	padding-top: 50px;
}

.services{
	padding-top: 50px;
}

.projects{
	padding-top: 50px;
}

.contact{
	padding-top: 50px;
}

.projects .project-box-container{
/*	padding-left: 15px;
	padding-right: 15px;*/
}

.services .box3{
	padding-left:0px;
	padding-right: 0px;
}

.services .box3 h3{
	font-size: 20px;
}

#banner-btn-container{
	padding-top: 25px;
}

.gallery-box{
	width: 100%;
}

.services{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

h2{
	font-size: 30px;
	line-height: 35px;
}



.box2{
	width: 100%;
}

.box3{
	width: 100%;
}

#banner-txt span{
	font-size: 20px;
	line-height: 27px;
}

#banner-txt span h1{
	padding: 3px;
	font-size: 20px;
	line-height: 27px;
}

#banner-txt h1{
	font-size: 40px;
	line-height: 50px;
}

#fp-nav {
	display: none;
}

.why-choose-us .box3{
	padding: 15px;
}

.why-choose-us h3{
	font-size: 25px;
}	

.services .box2{
	padding: 0px;
}

.services .box2 .box-content{
	width: 100%;
	float: left;
}

.projects{
	padding-bottom: 25px;
}

.projects .box3{
	margin-bottom: 0px;
}

.project-box-content{
	opacity: 1;
}





}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.why-choose-us .box4{
	width: 100%;
}

.contact-details {
	width: 100%;
	padding-bottom: 25px;
}

#contact-map {
	width: 100%;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 400px) {

.isotope-item{
	width: 100% !important;
}

.project-img img{
	height: auto !important;
	width: 100% !important;
}


}
