@charset "utf-8";
/* CSS Document */
.branding{margin-left:-70px}
.up-header{padding:30px 0px;}
.nav-container{margin-right:250px;}
.carousel-content{background: rgba(104, 6, 7,0.7); border-radius:10px; position:absolute; padding:20px; font-size:20px;}
.carousel-content h2{font-size:12px;}
.featured-res-slider{display:none;}
.proj-details{background-color:#680607; color:#fff;padding:5px;}
/*.feat-img img{margin-bottom:10px;}*/
.feat-img h2 {font-size:14px}
.featured-res-slider h1 {background-color:#680607; color:#fff; padding:20px 0 20px 10px; margin-top:1px; text-align:center}
.main-content{background-color:#E4E4E4; position:relative; top:-30px; z-index:1; border-radius:10px;-webkit-box-shadow: -1px -10px 30px -2px rgba(0,0,0,0.23);-moz-box-shadow: -1px -10px 30px -2px rgba(0,0,0,0.23);box-shadow: -1px -10px 30px -2px rgba(0,0,0,0.23);}
.page-identity{background-color:#EEE; padding:20px;margin-bottom:10px;}
.btn-primary{ background-color:#650607; border: solid 1px #CC2D11 }
.btn-primary:hover { background-color:#333; border: solid 1px #CC2D11 }
.left-container .row{border-bottom: thin solid #FFF}
.sb-main{padding-left:35px;}
.sb-main div{padding-left:15px;}
.sb-main .row{background-color:#CCC; position:relative; top:20px; margin-bottom:10px; left:50px;}
.sb-main h2{background-color:#02b0b1; padding:5px; color:#fff;}
.welcome{padding-left:20px}
.welcome header{position:relative}
#sq-intro{font-size:70px;color:#650607; position:absolute;top:-40px;left:-54px;}
.welcome p{font-size:16px; padding-left:15px}
.hvr-sweep-to-right{background-color:#02b0b1!important}
.hvr-sweep-to-right:hover{background-color:#02b0b1 !important}
.hvr-sweep-to-right:active{background-color:#02b0b1 !important}
.hvr-sweep-to-right:focus{background-color:#650607 !important}
.hvr-sweep-to-right:before{background-color:#650607 !important}
.vmp{padding:30px 50px;font-size:18px;}
#services-page{font-size:14px;}
#services-page .sb{border-left:1px solid  #CFCFCF; padding-bottom:80px;}
.branding-footer{width:45%; margin: 20px 0}

.nav{margin-top:-20px; margin-left:10px;}

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li {
  font-size: 14px;
  border-bottom: 1px solid #888;
  margin-right: 5px;

}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
    padding:0 10px;
}
 
.nav a:hover {
  background-color: #005f5f;

}
 
.nav a.active {
  color: #CBCBCB ;
  border-bottom: thin solid #CBCBCB;
  cursor: default;
}
 
@media screen and (min-width: 600px) {


  .nav li {
    border-bottom: none;
    line-height: 50px;
    font-size: 12px;
    margin-bottom: 0;

  }
 

  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 


}

/*contacts*/
label { font-weight:normal}

/*light-gallery*/


			 .l-gallery > div a {
				margin-left:0;
                border: 3px solid #FFF;
                border-radius: 3px;
                display: block;
                overflow: hidden;
                position: relative;
                /*float: left;*/
				margin-bottom:30px;
            }
			
			.l-gallery > div a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
			
			
			
            .l-gallery > div  a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
			
/*BACK TO TOP*/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(104, 6, 7,0.7) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:1101;
  border-radius:5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (min-width: 1367px){
  .branding{position:absolute; left:60px;}
  .nav-container{margin-right:0px;}


}


@media screen and (min-width: 981px) and (max-width: 1366px) {
	
	.nav-container{margin-right:30px;}

	

}


@media screen and (max-width: 980px) {
	
	.main-content{top:0}
	.sb-main .row{background-color:#CCC; position:static;margin-bottom:10px;}
	.sb-main{padding-left:10px;}
	.simplefilter li{display:block}
	.page-identity{background-color:#EEE; padding:0px;margin-bottom:0px;}
	.branding{margin-left:0px}
	.nav-container{margin-right:0;}

	

}


@media screen and (min-width: 600px) and (max-width: 900px) {
	.main-content{top:0}
	.sb-main{padding-left:10px;}
	.sb-main .row{background-color:#CCC; position:static; margin-bottom:10px;}
	.simplefilter li{display:block}
	.page-identity{background-color:#EEE; padding:0px;margin-bottom:0px;}
	.branding{margin-left:0}
	.nav-container{margin-right:0;}


}



@media screen and (max-width: 700px) {
	.main-content{top:0}
	#main-slider{display:none;}
	.featured-res-slider{display:block}	
	.sb-main .row{background-color:#CCC; position:static; margin-bottom:10px;}
	.sb-main{padding-left:10px;}
	.simplefilter li{display:block}
	.page-identity{background-color:#EEE; padding:0px;margin-bottom:0px;}
	.branding{margin-left:0;}
	.nav-container{margin-right:0;}


}


@media screen and (max-width: 480px) {
	.main-content{top:0}
	.sb-main .row{background-color:#CCC; position:static;margin-bottom:10px;}
	.sb-main{padding-left:10px;}
	.simplefilter{display:block}
	.page-identity{background-color:#EEE; padding:0px;margin-bottom:0px;}
	#services-page .sb{border-left: none; padding-bottom: 0;}
	.branding{margin-left:0}
	.nav-container{margin-right:0;}
    .nav{margin-top:0px; margin-left:0px;}
    .branding-footer{width:60%; margin: 10px 0}
}



@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

