/* ================================== 
	1. CONSTRUCTION 
   ================================== */
.main-nav{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.rev_slider img{
    width:100%
}

.rev_slider::after{ 
    width: 100%;
	height:30%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
    z-index:100;
    display:block;
    transition:all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 4%, rgba(0,0,0,30) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); 
}

hr.left-short{
    width: 80px;
    border-top: 3px solid #FFBB02;
    margin: 10px 0px 10px 0px;
}

.about-frontpage{
    margin-top: 20px;
}

.about-frontpage p{
    line-height: 1.7;
    color: #808080;
    margin: 10px 0px 30px 0px;
}

.front-picture img{
    width: 100%;
}

.construction-icon{
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 100px;
}

.construction-icon img{
    width: 100%;
}

.inner-quick-services h5{
    font-weight: 600;
    font-size: 18px;
}

.inner-quick-services p{
    margin: 0px;
}

.inner-quick-services{
    margin: 30px 20px 30px 20px;
    clear: both;
}

.front-stripe{
    padding: 0px 10px 0px 10px;
    color: #FFF;
    overflow: hidden;
}

.stripe-icon{
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 100px;
}

.stripe-icon img{
    width: 100%;
}

.inner-stripe-1{
    padding: 25px;
    height: 120px;
    background: #ffc933;
}

.inner-stripe-2{
    padding: 25px;
    background: #FFBB02;
    height: 120px;
}

.inner-stripe-3{
    padding: 25px;
    background: #ffc933;
    height: 120px;
}

.construction-services{
    background: #FFFF;
    height: 260px;
    padding: 40px 20px 0px 20px;
    margin: 15px 0px 15px 0px;
}

.construction-services .service-icon{
    width: 50px;
    height: 50px;
    margin: auto;
}

.construction-services .service-icon img{
    width: 100%;
}

.construction-services h6{
    text-align: center;
    margin: 15px 0px 10px 0px;
    font-weight: 600;
}

.construction-services p{
    text-align: center;
    font-size: 13px;
    color: #808080;
}

.construction-parallax { 
    background-image: url("http://placehold.it/1920x1080");
    height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.parallax-content{
    bottom: 50px;
    color: #FFF;
    max-width: 650px;
}

.parallax-content h1{
    font-weight: 600;
    font-size: 50px;
}

.counter-facts{
    margin-top: 30px;
}

.inner-facts{
    width: 200px;
    height: 70px;
    display: inline-block;
    margin-right: 10px;
}

.facts-icon{
    float: left;
    margin-right: 15px;
    width: 40px;
}

.facts-icon img{
    width: 100%;
}

.inner-facts .counter{
    margin: 0px;
    text-align: left;
    padding: 0px;
    color: #FFF;
    font-weight: 600;
}

.inner-facts p{
    margin-top: 5px;
}

.span-team {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F9F9F9;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.span-team > img,
.span-team a > img {
    margin-right: auto;
     margin-left: auto;
    width: 100%;
}

.span-team .caption {
    color: #333;
    text-align: right;
    background: #F9F9F9;
    height: 112px;
}

.span-team .caption p{
    padding: 0px 10px 0px 0px;
    text-align: right;
}

.span-team .caption h6{
    padding: 10px 10px 0px 0px;
}

.bar-social{
    width: 28px;
    height: 112px;
    background: #FFBB02;
    float: left;   
    padding: 8px 0px 8px 0px;
}

.inner-bar-social{
    width: 28px;
    height: 25px;
    text-align: center;
    color: #FFF;
    transition: 0.3s;
}

.inner-bar-social .fa{
    color: #FFF;
    transition: 0.3s;

}

.inner-bar-social:hover{
    color: #FFBB02;
    background: #FFF;
}

.inner-bar-social:hover .fa{
    color: #FFBB02;
}

.testimonial-parallax { 
    background-image: url("http://placehold.it/1920x1080");
    height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

.testimonial-parallax .gallery-cell{
    background: transparent;
    color: #FFF;
    padding: 0px 100px 0px 100px;
}

/* ========== #FILTER GALLERY ========== */
.section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filters .nav-items{
    width: 250px;
    margin: 0px auto 20px auto;
}

.nav .nav-item{
    display: inline-block;
    margin-right: 10px;
}

.section .nav-item{
  position: relative;
  padding: 0 2px;
  margin: 0 2px;
  font-size: 14px;
  color: #808080;
  text-decoration: none;
  line-height: 1.5;
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#01B9AF;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: #D9A404;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 20px);
          flex: 1 0 calc(100% - 20px);
  
}

@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) );
            flex: 0 0 calc((100% / 3) );
  }
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image{
  margin: 2px;
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #FFF;
  background: #333;
  border-color: #333;
}

h3.project-info-title{
    font-family: 'Open Sans', sans-serif;
}
h3.project-info-title{
    font-family: 'Open Sans', sans-serif;
}

.project-info-button p {
    color: #fff;
}

.project-image .magnific-img img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    border-radius: 0px;
    
}

.project-image .magnific-img {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.magnific-img img  a:link {
    text-decoration: none;
    color: transparent;
}

.magnific-img img a:visited {
    text-decoration: none;
    color: transparent;
}

.magnific-img img a:hover {
    text-decoration: none;
    color: transparent;
}

.magnific-img img a:active {
    text-decoration: none;
    color: #000;
}

.construction-big-img{
    position: relative;
}

.construction-big-img::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(217, 164, 4, 0) 0, #D9A404 100%);
  margin-top: -300px;
  height: 300px;
  width: 100%;
  content: '';
}

.construction-big-img img{
    width: 100%;
}

.construction-news-big .media-body{
    margin-top: -140px;
    position: absolute;
    max-width: 450px;
    padding: 0px 40px 0px 40px;
    color: #FFF;
}

.construction-news-big .media-body p{
    color: #FFF;
}

.construction-news-big h6.media-heading{
    color: #FFF;
}

.construction-news-box{
    height: 150px;
    margin-bottom: 12px;
}

.construction-news-box .media .media-left .media-object{
    width: 225px;
}

.construction-news-box .media .media-left .media-object img{
    width: 100%;
}

p.post-details{
    font-size: 13px;
    color: #808080;
    margin-bottom: 7px;
}

.media-body p{
    color: #999999;
}

.customers{
    padding: 0px;
}

.slick-dots {
  text-align: center;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  display: none;  

}
.slick-dots li.slick-active button {
  background-color: #999;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #fff;
  border: solid 1px #999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #999;
}

.responsive{
    clear: both;
}

.responsive div img{
    margin-left: auto;
    margin-right: auto;
}

.next, .prev {
display: none !important;
}

.span-item img{
    width: 100%;
}


/* ========== #TO BE REPLACE ON THE CSS PAGE ========== */

/* ================== 
	1.5. LOADER. 
   ================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #FFBB02;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #FFBB02;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #FFBB02;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

hr.center{
    width: 80px;
    border-top: 3px solid #FFBB02;
    margin: 15px auto 15px auto;
}

.footer-categories h6{
	color: #FFBB02;
}

.subscribe-footer h6{
	color: #FFBB02;
	margin-bottom: 10px;
}

.newsletter-box .button {
  	width: 25%;
  	height: 38px;
  	background-color: #FFBB02;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	font-family: inherit;
  	font-weight: 500;
  	color: inherit;
  	letter-spacing: 1px;
  	cursor: pointer;
  	color: #FFF;
  	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.cd-top {
  background-color: #FFBB02;    
}

.icon-fa:hover{
    background: #FFBB02;
	border: solid 1px #FFBB02;
}

.social-top .fa:hover{
	color: #FFBB02;
}

.flickity-page-dots .dot.is-selected {
  background: #FFBB02;
}

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:0%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-5px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:30px;height:5px;margin:0 8px;background:#FFF;border-radius:0%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}


@media (max-width:1200px) {
.inner-quick-services{
    margin: 10px;
}
    
.inner-stripe-1, .inner-stripe-2, .inner-stripe-3{
    padding: 30px 15px 30px 15px;
    height: 100%;
}
    
}

@media (max-width:1100px) {
    
.about-frontpage{
    margin-top: 0px;
}
    
.inner-quick-services{
    margin: 5px;
}

.inner-quick-services p{
    margin: 0px;
    line-height: 1.4;
}
    
}

@media (max-width:992px) {
.inner-stripe-1, .inner-stripe-2, .inner-stripe-3{
    padding: 30px;
    height: 100%;
}
    
.testimonial-parallax { 
    padding: 80px 0px 80px 0px;
}

.testimonial-parallax .gallery-cell{
    padding: 0px 20px 0px 20px;
}
    
.construction-news-big{
    margin-bottom: 30px;
}
    
.construction-services{
    height: 100%;
    padding: 40px 20px 50px 20px;
}
    
}

@media (max-width:768px) {
.parallax-content h1{
    font-size: 40px;
}
    
.parallax-content{
    color: #FFF;
    max-width: 100%;
}
    
.testimonial-parallax { 
    padding: 50px 0px 50px 0px;
    height: 100%;
}

.testimonial-parallax .gallery-cell{
    padding: 0px 10px 0px 10px;
}
    
}


@media (max-width:576px) {
    
.parallax-content{
    float: right;
    bottom: 10px;
    position: absolute;
    color: #FFF;
    max-width: 100%;
}
    
.inner-quick-services h5{
    font-size: 16px;
}
    
.construction-parallax { 
    height: 550px; 
    padding-top: 80px; 
}
    
.inner-facts{
    width: 200px;
    height: 70px;
    display: block;
    margin: 15px 0px 15px 0px;
}
    
.inner-facts .counter{
    font-size: 30px;
}
    
.inner-facts p{
    margin-top: 0px;
}

.testimonial-parallax .gallery-cell{
    padding: 0px 10px 0px 10px;
}
    
.testimonial-quote p{
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
    
.construction-news-box .media .media-left .media-object{
    width: 150px;
}
    
p.post-details{
    font-size: 12px;
    margin-bottom: 4px;
}
    
.media-body p{
    font-size: 13px;
}
    
.construction-news-big .media-body{
    max-width: 95%;
    color: #FFF;
}
  
}

@media (max-width:450px) {
    
.construction-parallax { 
    height: 600px; 
}
    
.parallax-content h1{
    font-size: 30px;
    line-height: 1.2;
    margin: 5px 0px 10px 0px;
}
    
.construction-news-box .media .media-left .media-object{
    width: 100%;
    margin-bottom: 10px;
}

.media-left,
.media-right,
.media-body {
  display:block;
  vertical-align: top;
}
    
.media-left,
.media > .pull-left {
  padding-right: 0px;
}
.construction-news-box{
    height: 100%;
    margin-bottom: 20px;
}
    
}
