.clear{
	clear: both;
}

img.rollover-fade {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */  
    -o-transition:.5s;
    transition: opacity .5s;
}

img.rollover-fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */  
    -o-transition:.5s;
    transition: opacity .5s;
}


.all-img{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*-webkit-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
-moz-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);*/
}

.right-img{
width: 35%;
float: right;
margin: 0px 0px 40px 60px;
border: 0px solid #cecece;
padding: 0px;
/*-webkit-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
-moz-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);*/
}

.left-img{
width: 35%;
float: left;
margin: 0px 60px 40px 0px;
padding: 0px;
/*-webkit-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
-moz-box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);
box-shadow: 0px 0px 15px 0px rgba(200,200,200,0.60);*/
}

.desktop-only{
display: block;
}
.mobile-only{
display: none;
}



	@media screen and (max-width: 736px) {

		.desktop-only{
		display: none;
		}
		.mobile-only{
		display: block;
		}
	}


	@media screen and (max-width: 480px) {


		.right-img{
		width: 100%;
		float: right;
		margin: 0px 0px 40px 0px;
		border: 0px solid #cecece;
		padding: 0px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.52);
		-moz-box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.52);
		box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.52);
		}

		.left-img{
		width: 100%;
		float: left;
		margin: 0px 0px 40px 0px;
		padding: 0px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.60);
		-moz-box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.60);
		box-shadow: 0px 0px 10px 0px rgba(200,200,200,0.60);
		}


	}















/* ============================================================
  PARRALAX
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  background: none; 
  margin: 0px;
  letter-spacing: 4px;
  opacity: 1;
}

section.module.parallax h1.white {
  color: #ffffff;
}

	@media screen and (max-width: 736px) {

		section.module.parallax h1 {
		  font-size: 24px;
		}
		
	}

.container-parallax{
position: absolute;
top: 50%;
left: 50%;
 transform:translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}

section.module.parallax-about {
position: relative;
background-image: url("../../images/banner-about.jpg");
background-repeat: no-repeat;
background-position: center 0px; 
    background-color: #ffffff;
height:550px;
padding: 200px 0;
background-size: cover;
}

section.module.parallax-about:after
{
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
}


section.module.parallax-testimonials {
position: relative;
background-image: url("../../images/banner-testimonials.jpg");
background-repeat: no-repeat;
background-position: center 0px; 
    background-color: #090909;
height:550px;
padding: 200px 0;
background-size: cover;
}

section.module.parallax-testimonials:after
 {
    -moz-transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #090909;
    opacity: 0;
}

section.module.parallax-contact {
position: relative;
background-image: url("../../images/banner-contact.jpg");
background-repeat: no-repeat;
background-position: center 0px; 
background-color: #090909; 
height:550px;
padding: 200px 0;
background-size: cover;
}

section.module.parallax-contact:after
 {
    -moz-transition: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #090909;
    opacity: 0;
}



body.is-loading section.module.parallax-contact:after,
body.is-loading section.module.parallax-about:after,
body.is-loading section.module.parallax-testimonials:after
 {
	opacity: 1;
}

 
 


 	@media screen and (max-width: 980px) {

		section.module.parallax-about,
		section.module.parallax-testimonials,
		section.module.parallax-contact{
		height:300px;
		padding: 150px 0;
		}


	}

	@media screen and (max-width: 736px) {



		section.module.parallax-about,
		section.module.parallax-testimonials,
		section.module.parallax-contact {
		height:200px;
		padding: 100px 0;
		}

	}

 

/********************************************************/
/************************ ABOUT *************************/
/********************************************************/

.quote{
background-color: #cecece;
color: #ffffff;
background-color: #ffffff;
color: #c1ad5d;
margin: 2em auto 2em auto;
padding: 40px 40px 40px 40px;
width: 100%;
font-size: 28px;
line-height: 40px;
max-width: 600px;
border-top: 2px solid #909090;
border-bottom: 2px solid #909090;
}

 

.about-section{
position: relative;
display: flex;
    margin: 50px auto 0px auto;
    padding: 50px 0px 0px 0px;
    border-top: 1px solid #cecece;
}





.about-section h4 {
    margin: 5px 0px 10px 0px;
		color: #c1ad5d;
}
.about-section p {
    margin: 0 0 20px 0;
}
.about-section .left{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 24px 0px 0px;
width: 30%;
}
.about-section .right{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 70%;
}


	@media screen and (max-width: 736px) {

 

		.about-section{
		display: block;
		}

		.about-section .left{
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
		}
		.about-section .right{
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
		}

		.about-section h4 {
		    margin: 5px 0px 20px 0px;
		    text-align: center;
		}

		.quote {

		    padding: 40px 20px 40px 20px;
		    width: 100%;
		    font-size: 28px;
		    line-height: 40px;
		    max-width: 800px;
		    text-align: center;

		}


	}




/********************************************************/
/******************* TESTIMONIALS ***********************/
/********************************************************/



.testimonials-section{
position: relative;
display: flex;
margin: 50px auto 0px auto;
padding: 50px 0px 0px 0px;
border-top: 1px solid #cecece;
}



.testimonials-section h4 {
    margin: 5px 0px 10px 0px;
	color: #c1ad5d;
}

.testimonials-section h5 {
    margin: 30px 0px 0px 0px;
	color: #686868;
	    border-left: 1px solid #cecece;
    padding-left: 25px;
}


.testimonials-section p {
    margin: 20px 0 0 0;
}


.testimonials-section.odd .left{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 35px 0px 0px;
width: 40%;
}

.testimonials-section.odd .right{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 60%;
}




.testimonials-section.even{
}

.testimonials-section.even .left{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 60%;
}

.testimonials-section.even .right{
position: relative;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 35px;
width: 40%;
}




	@media screen and (max-width: 736px) {


		.testimonials-section h4 {
		    margin: 5px 0px 20px 0px;
		    color: #c1ad5d;
		    text-align: center;
		}

		.testimonials-section h5 {
		    margin: 30px 0px 0px 0px;
		    color: #686868;
		    border-left: 0px solid #cecece;
		    padding-left: 0px;
		    text-align: center;
		}


		.testimonials-section{
		display: block;
		}

		.testimonials-section.odd .left,
		.testimonials-section.odd .right
		{
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
		}
		.testimonials-section.even .left,
		.testimonials-section.even .right
		{
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
		}



	}





/********************************************************/
/******************* PORTFOLIO ***********************/
/********************************************************/



.portfolio-33{
position: relative;
display: block;
margin: 0px auto 50px auto;
padding: 0px 0px 0px 0px;
float: left;
width:33.3333%;
box-sizing: border-box;
}



.portfolio-33-1{
padding: 0px 16px 0px 0px;
}

.portfolio-33-2{
padding: 0px 8px 0px 8px;
}

.portfolio-33-3{
padding: 0px 0px 0px 16px;
}




	@media screen and (max-width: 736px) {

		.portfolio-33{
		width:50%;
		}

		.portfolio-33-odd{
		padding: 0px 10px 0px 0px;
		}

		.portfolio-33-even{
		padding: 0px 0px 0px 10px;
		}

 
	}



.portfolio-33 img{
position: relative;
display: block;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width:100%;
}

.portfolio-33 .title{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0px auto 0px auto;
 padding: 18px 0px 18px 0px;
   color: #c1ad5d;
    text-align: center;
    display: block;
border-bottom: 1px solid #cecece;
    -o-transition:.5s;
    transition: color .5s;
    line-height: 22px;
}

.portfolio-33 .title:hover{
    color: #909090;
    text-decoration: none;
}




/********************************************************/
/******************* PROJECT ***********************/
/********************************************************/



.project-33{
position: relative;
display: block;
margin: 0px auto 24px auto;
padding: 0px 0px 0px 0px;
float: left;
width:33.3333%;
box-sizing: border-box;
}



.project-33-1{
padding: 0px 16px 0px 0px;
}

.project-33-2{
padding: 0px 8px 0px 8px;
}

.project-33-3{
padding: 0px 0px 0px 16px;
}




	@media screen and (max-width: 736px) {

		.project-33{
		width:50%;
		}

		.project-33-odd{
		padding: 0px 10px 0px 0px;
		}

		.project-33-even{
		padding: 0px 0px 0px 10px;
		}

 
	}



.project-33 img{
position: relative;
display: block;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width:100%;
}


.meta-data{
margin: 0px auto 40px auto;
padding: 30px 0px 30px 0px;
border-bottom: 1px solid #cecece;
border-top: 1px solid #cecece;
}
  
.meta-data p{
margin: 10px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.meta-data h4{
margin: 0px auto 0px auto;
padding: 0px 10px 0px 0px;
color: #c1ad5d;
font-size: 13px;
display: inline-block;
}
