

.navbar-fixed-top .navbar-brand{
    color:white;
    font-size:1.5em;
    opacity:0.8;
    padding-left:50px;
}
.navbar-fixed-top .navbar-brand:hover{
    color:white;
    opacity:1;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s; 
}

.navbar-nav{
    float:right;
    padding-right:100px;
}

.navbar-header{
    padding-left:100px;
}

.navbar-brand{
    background-image: url("../img/logoat.png");
    background-repeat:no-repeat;
    width:250px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left:0;
    margin-top:10px;
    margin-bottom:10px;
}

#bs-example-navbar-collapse-1.navbar-collapse.collapse{
    margin-top:10px;
}

.navbar-fixed-top{
    border:none;
    background:transparent;
    border-radius:0;
    padding-top:40px;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s;
}

.nav-onmove{
    background:#3B3738;
    border-radius:0;
    padding-top:5px;
    padding-bottom;10px;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s;
}

.navbar-fixed-top .navbar-nav>li>a{
    color:white;
}


.navbar-fixed-top .navbar-nav>li>a:focus{
    color:#C63D0F;
    background:transparent;
}


.navbar-fixed-top .navbar-nav>li>a:hover{
    color:#C63D0F;
    background:transparent;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s; 
}
/*icons*/
.icon-btn{
    position:relative;
    top:5px;
    left:10px;
}

.icon-call{
    position:relative;
    top:5px;
    right:8px;
    font-size:30px;
}

.icon-onas{
    position:relative;
    top:2px;
    color:#C63D0F;
    padding-right:10px;
}

.icon-add2{
    position:relative;
    top:2px;
    color:white;
    padding-right:10px;
}

.icon-realizacje{
    color:#C63D0F;
    top:2px;
    position:relative;
    padding-bottom: 20px;
    float:left;
}

.icon-title{
    color:#C63D0F;
    position:relative;
    padding-right:5px;
    top:2px;
    float:left;
}

/*carousel*/

.slide-1, .slide-2, .slide-3
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.carousel-control {
    position: absolute;
    z-index: 5;
    top:45%;
    display: inline-block;
    cursor: pointer;
    background:#374140;
    opacity:0.7;
    height:70px;
    width:70px;
}

.right.carousel-control{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.left.carousel-control{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.carousel-control:hover{
    background:white;
    color:black;
}

.glyphicon-chevron-left:before{
    position:relative;
    right:7px;
    bottom:5px;

}

.glyphicon-chevron-right:before{
    position:relative;
    left:7px;
    bottom:5px;

}

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

#section4 h2{
    text-align:center;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left:50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    font-family: 'Lato', sans-serif;

}
.hero h1 {
    font-size: 4em;    
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    line-height:120%;
}
.t1 h1{
    font-family: 'Raleway', sans-serif;
}
.t2{
    font-family: 'Anton', sans-serif;
}

.t2 h2{
    font-size:3.5em;
}
.t2 a{
    font-family: 'Raleway', sans-serif;
}
.hero h3{
    font-size:1.5em;
    font-family: 'Libre Franklin', sans-serif;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    top:100%;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s; 
    -ms-transition: 0.5s all ease-in-out .1s; 
    -o-transition: 0.5s all ease-in-out .1s; 
    transition: 0.5s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    top:50%;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s; 
    -ms-transition: 0.5s all ease-in-out .1s; 
    -o-transition: 0.5s all ease-in-out .1s; 
    transition: 0.5s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
a.page-scroll{
    color:white;
    text-decoration:none;
    display:inline-block;
    border-radius:0;
}

.btn-fill{
    background: linear-gradient(to right,transparent 50%, #C63D0F 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    border-color:#C63D0F;
    border-radius:2px;
    padding:10px 40px;
    text-shadow:none;
    font-size:1.5em;
    color:white;
}

.btn-fill:hover{
    background-position:left bottom;
    border-color:#C63D0F;
    color:white;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s; 
}

.btn-fill:focus{
    color:white;
    border-color:#C63D0F;
}

.btn-fill3{
    background: linear-gradient(to right,transparent 50%, #C63D0F 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    border-color:#C63D0F;
    border-radius:2px;
    padding:10px 40px;
    text-shadow:none;
    font-size:1.5em;
    color:white;
}

.btn-fill3:hover{
    background-position:left bottom;
    border-color:#C63D0F;
    color:#636262;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url("../img/bg1.JPG"); 
}
.fade-carousel .slides .slide-2 {
    background-image: url("../img/bg2.jpg");
}
.fade-carousel .slides .slide-3 {
    background-image: url("../img/bg3.jpg");
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em;
    margin-top:100px;}    
}


/*section1*/
#section1{
    padding-top:50px;
    padding-bottom:50px;
    background:#C63D0F;
}

.col-1 h2{
    padding-left:100px;
    color:#FDF3E7;
    font-family: 'Archivo Black', sans-serif;
}

.col-1 h3{
    padding-left:100px;
    color:#FDF3E7;
    font-family: 'Lato', sans-serif;
}

.add2 h2{
    color:#FDF3E7;
    font-family:'Archivo Black', sans-serif;
    font-size:2.5em;
}

#section6{
    background:#C63D0F;
    padding-top:50px;
    padding-bottom:50px;
}

.add2 h2{
    padding-left:100px;
    padding-right:100px;
}

.add2 p{
    padding-left:100px;
    padding-right:100px;
    color:#FDF3E7;
    font-size:18px;
    font-family: 'Lato', sans-serif;
}

.center-2{
    display:flex;
    justify-content: center;
}

.btn-fill2{
    background: linear-gradient(to right,#3B3738 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    border-color:#FDF3E7;
    border-radius:2px;
    padding:10px 40px;
    text-shadow:none;
    font-size:1.5em;
    color:#FDF3E7;
}

.btn-fill2:hover{
    background-position:left bottom;
    border-color:#3B3738;
    color:white;
    -webkit-transition: 0.3s all ease-in-out .1s;
    -moz-transition: 0.3s all ease-in-out .1s; 
    -ms-transition: 0.3s all ease-in-out .1s; 
    -o-transition: 0.3s all ease-in-out .1s; 
    transition: 0.3s all ease-in-out .1s; 
}

.btn-fill2:focus{
    color:white;
    border-color:#3B3738;
}

#section2{
    padding-top:70px;
    padding-bottom:70px;
    width:100%;
    background-image: url("../img/bg_onas.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.onas{
    padding:30px 30px;
    border-color:white;
    border-style:solid;
}

.onas h2{
    padding-left:50px;
    color:#FDF3E7;
    font-family: 'Archivo Black', sans-serif;
}

.onas p{
    padding-left:50px;
    font-family: 'Lato', sans-serif;
    color:#FDF3E7;
    font-size:1.5em;
}

.hr1{
    margin-left:50px;
    width:50%;
    background-color: #C63D0F;
    color:#C63D0F;
    height: 2px;
    border:none;
}

.hr2{

    background-color: #C63D0F;
    color:#C63D0F;
    height: 2px;
    border:none;
}

.hr3{
    margin:50 auto;
    width:50%;
    background-color: #C63D0F;
    color:#C63D0F;
    height: 2px;
    border:none;
}
#section3{
    background:#ECECEA;
    padding-top:50px;
    padding-bottom:50px;

}

.realizacje{
    padding-left:50px;
    color:#3B3738;
}

.realizacje h3{
    font-family: 'Lato', sans-serif;

}

.realizacje p{
    font-family: 'Lato', sans-serif;
    font-size:1.1em;
    padding-left:15px;
    border-left: 1px solid #C63D0F;
}


.realizacje-img{
    width:60%;
    height:auto;
}

.realizacje-img2{
    margin-top:30px;
    width:80%;
    height:auto;
}

.realizacje2{
    padding-top:50px;
}

#section4{
    padding-top:50px;
    padding-bottom:50px;
    width:100%;
    background-image: url("../img/bgoferta.JPG");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.well{
    background:transparent;
    border:none;
    padding:0;
}

.align-center{
    text-align:center;
}

#section4 h2{
    padding-left:50px;
    color:#FDF3E7;
    font-family: 'Archivo Black', sans-serif;
    padding-bottom:30px;
}

#section5{
    padding-top:70px;
    padding-bottom:70px;
}

#section5 h2{
    text-align:center;
    font-family: 'Archivo Black', sans-serif;
    font-size:2.5em;
}

.form-block{
    width:70%;
    margin-top:25px;
}

.form-control{
    margin-bottom:10px;
}

.contact-info{
    text-align:right;
}

.contact-info h3{
    font-family: 'Lato', sans-serif;
    font-size:2em;
    color:#C63D0F;
    font-weight:bold;
    letter-spacing: 0.05em;
}

.contact-info p{
    font-size:1.8em;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    color:#636262;
}

.oferta h3{
    color:white;
    margin-left:50px;
}

.oferta p{
    color:white;
    font-size:1.3em;
    margin-left:50px;
}
.ofertap2{
    display:flex;
    align-items: center;
}
.ofertap2 p {
    color:white;
    font-size:1.3em;
}

#info{
    padding-top:70px;
    padding-bottom:70px;
    width:100%;
    background-image: url("../img/bginfo.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

#info h2{
     text-align:center;
    font-family: 'Archivo Black', sans-serif;
    font-size:2.5em;
}

.off-title{
    font-size:1.5em;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#636262;
    text-align:center;
}

.info-col{
    padding:0 100px;
}

.title{
      font-size:1.4em;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    color:#636262;
}

.description{
    font-size:1.2em;
     font-family: 'Lato', sans-serif;
    font-weight:300;
    color:black;
}

@media screen and(min-width:960px)
{
    .center{
        display:flex;
        align-content: center;
    }
}

.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.larr .icon-bar:nth-of-type(1) {
	transform: translate3d(0px,6px,0) rotate(45deg);
	transform-origin: left top;
	width: 11px;
}

.navbar-toggle.larr .icon-bar:nth-of-type(3) {
	transform: translate3d(0px,-6px,0) rotate(-45deg);
	transform-origin: left bottom;
	width: 11px;
}
/* END ANIMATED LEFT ARROW */

.navbar-inverse .navbar-toggle{
    border:solid 1px white;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background:transparent;
    border:1px solid white;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1000px)
{
    .navbar-header{
        padding-left:15px;
    }
    .add2 p{
        padding-left:0px;
        padding-right:0px;
    }
    .add2 h2{
        padding-left:0px;
        padding-right:0px;
    }
    .info-col{
        padding:0px;
    }
    .navbar-fixed-top{
        padding-top:10px;
    }
    
    .btn-fill{
     margin-top:10px;
        margin-bottom:30px;
    }
    
    .btn-fill2{
        margin:0 auto;
    }
    
    .col-1 h2{
        padding-left:0;
    }
    
    .col-1 h3{
        padding-left:0;
    }
    
    .col-2{
        text-align:center;
    }
    
    .onas{
        padding:15px 15px;
        border:none;
    }
    
    .onas h2{
        padding-left:0;
    }
    .onas p{
        padding-left:0;
    }
    
    .realizacje{
        padding-left:0;
    }
    
    #section4 h2{
        padding-left:0;
    }
    
    .form-block{
        width:100%;
    }
    
    .contact-info{
        text-align:center;
    }
    
   
    .nav-onmove{
        padding-top:20px;
    }
    
}