
/*************** SLIDER OVER **************/
@media (min-width: 700px){
    header.carousel.high {
        height: 60%;
    }
}
header.carousel.high {
    height: 80%;
    max-height:750px;
}

#slider-over {
    position: absolute;top:70px;width:100%;z-index:400;background:transparent
}
@media (max-width: 700px) {
    #slider-over {top:10px;}
}
#slider-over .slogan {color:white;}
#slider-over .slogan h1 {font-size:40px;margin-top:0px}
@media (max-width: 1000px) {
        #slider-over .slogan h1 {font-size:30px;}
}

@media (max-width: 700px) {
        #slider-over .slogan h1 {font-size:40px;}
}


#slider-over a.btn {    
    color:white;
    padding:10px;
    border:1px solid #fff;
    background-color:transparent;
    display:inline-block;
    text-transform:uppercase;
}
#slider-over .slogan span {
    display:block;
    margin-bottom:0px;
}
#slider-over .slogan {
    margin:15px 0px
}

/*FIRMA*/


#firma {
    background:#4b4b4b;
    color:white;
    padding:20px 0px 60px 0px;
    font-size:120%;line-height:1.6em;text-align:center;
}
#firma h2 {
    color:white
}
.firma-icon {
    background:#777;color: #fff;
    margin: 0 auto;
    font-size: 250%;
    border: 0px solid #545454;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    
    padding: 10px;
    padding-top: 20px;
    vertical-align: middle;
margin-top:20px;margin-bottom:10px}
.firma-desc {
    color:#555;
    margin-top:15px;line-height:1.4em
}
.firma-link {
    font-family: Sintony;
    font-weight: 800;
    color:#eee;
    text-transform:uppercase;
    padding:10px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.firma-link:hover {
    color:white;
    text-decoration: none;
    transform:scale(1.1); 
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1);
    border:2px solid white;
    border-radius: 3px;
}
.firma-link:focus {
    color:white;
}
.firma-link span {padding:0px 8px;}
.firma-section-head {text-transform: uppercase;font-weight:700;font-family: Sintony,arial;color:#ccc;letter-spacing:.01em}


.firma-col {}
.firma-col:last-child {border:none}

.firma-opis-hid {display:none}
/*************** ZASTOSOWANIA ***************/


#slider-over .cechy-zastosowania {border:1px solid white;padding:25px;}
#slider-over .cechy-zastosowania ul li a {padding:5px 3px;color:white}


.section-header {margin-right:12px;margin-left:12px}

.cols {-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
   -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;}


/***************** ANIMATED NUMBERS   /****************/

#animated-number {background:#fff;margin:30px 0px}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  background:#eee;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

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


#testimonial {
  background: #aaa;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
}
#testimonial .row {
    margin-left:10px;margin-right:10px;
}
@media(max-width:600px) {
    #testimonial {
        padding: 20px 00px;
    }
    #testimonial .row {
        margin-left:0px;margin-right:0px;
    }
}
#testimonial h4 {  
    margin-bottom: 0;
}
#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
    margin-top: 10px;
}

.btn-primary {background:#888;border:none}






.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}





/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }   
}


