/* INNE STYLE ZBIORCZE DOTYCZĄCE RESETU LUB SEKCJI */
:focus{
    outline: none;
    border: none;
}
.left,.right{
    padding: 0px 25px;
}


/* STYLE DO CAŁEJ STRONY */
body{
    background: transparent;
}
p{
    color: rgba(0,0,0,0.7);
}
h2{
    font-family: 'IM Fell Great Primer SC', serif;
    font-weight: bold;
}
h3{
    font-family: 'IM Fell Great Primer SC', serif;
    font-weight: bold;
}
button{
    color: rgba(0,0,0,0.7);
}
/*
#header{
    height: 900px;
}
@media all and (max-width: 1200px){
    #header{
        height: 800px;   
    }
}
*/
/* belt-top */
#header{
    overflow: hidden;
    max-height: auto;
    background: transparent;
}
@media all and (max-width: 768px){
    #header{
        height: auto;
    }
}
#header .belt-top{
    position: relative;
    height: 50px;
    background: #888;
    z-index: 2;
    color: white;
}
#header .belt-top .left{
    padding-top: 7px;
}
#header .belt-top .right .box-i{
    position: relative;
    left: 100%;
    top: 15px;
    transform: translateX(-20%);
}
#header .belt-top .right .box-i > i{
    margin-left: 5px;
}

/* logo and menu */
#header .logo-menu{
    position: relative;
    height: auto;
    z-index: 2;
}
#header .logo-menu .left{
    position: relative;
    height: 150px;
}
#header .logo-menu .left a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#header .logo-menu .left a img{
    position: relative;
    width: auto;
    height: 85px;
}
@media all and (max-width: 768px){
    #header .logo-menu .left a img{
        height: 40px;   
    }
}
#header .logo-menu .left a .box-right h3{
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    color: #f9b707;
    line-height: 1em;
    text-shadow: 0;
}
@media all and (max-width: 768px){
   #header .logo-menu .left a .box-right h3{
        top: -15px;
        font-size: 1em;  
        margin-left: 0px;
    }
}
#header .logo-menu .left a .box-right h3 > span{
    color: black;
    text-shadow: 0;
}
#header .logo-menu .left a .box-right h5{
    position: relative;
    top: -8px;
    display: inline-block;
    font-size: 0.8em;
    color: white;
    margin-left: 15px;
    line-height: 0em;
    letter-spacing: 1px;
}
@media all and (max-width: 768px){
    #header .logo-menu .left a .box-right h5{
        display: block;
        top: -20px;
        font-size: 0.1em;
        width: 200px;
        background: transparent;
        color: white;
        margin-left: 0px;
    }
}
#header .logo-menu .right{
    height: 150px;
}
@media all and (max-width: 992px){
    #header .logo-menu .right{
        display: none;
    }   
}
#header .logo-menu .mobile-nav{
    position: absolute;
    right: 15px;
    top: 38px;
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 3.5em;
    cursor: pointer;
    display: none;
}
@media all and (max-width: 992px){
    #header .logo-menu .mobile-nav{
        display: block;
    }
}
@media all and (max-width: 768px){
    #header .logo-menu .mobile-nav{
        font-size: 2.5em;          
    }
}
#header .logo-menu .right ul{
    position: relative;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    display: table;
}
@media all and (max-width: 1200px){
    #header .logo-menu .right ul{
        position: relative;
        left: 30%;
        top: 50%;         
    }
}
#header .logo-menu .right ul li{
    display: table-cell;
    width: 16%;
}
#header .logo-menu .right ul li a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/* slides */
#header .slider{
    position: relative;
    top: -200px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -210px;
}

#header .slider ul{
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
}
#header .slider ul li{
    position: relative;
    left: 0;
    display: inline-flex;
    list-style: none;
    width: 100%;
}
#header .slider ul li > img{
    position: relative;
    left: 0px;
    height: auto;
    max-height: 920px;
    width: 100vw;
}
@media all and (max-width: 1200px){
    #header .slider ul li > img{
        height: 850px;   
    }
}
@media all and (max-width: 992px){
    #header .slider ul li > img{
        height: 600px;   
    }
}
@media all and (max-width: 768px){
    #header .slider ul li > img{
        height: 400px;   
    }
}
#header .slider > .prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6em;
    color: white;
    z-index: 1;
    opacity: 0.3;
    transition: .5s;
    z-index: 2;
}
#header .slider > .prev:hover{
    text-shadow: 0px 0px 10px black;
    transition: 1s;
    cursor: pointer;
    color: white;
    opacity: 1;
}
#header .slider > .next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6em;
    color: white;
    z-index: 1;
    opacity: 0.3;
    transition: .5s;
    z-index: 2;
}
#header .slider > .next:hover{
    text-shadow: 0px 0px 10px black;
    transition: 1s;
    cursor: pointer;
    color: white;
    opacity: 1;
}
#header .slider .desc{
    position: absolute;
    top: 60%;
    transform: scale(0.8);
    z-index: 2;
    color: white;
    width: 100%;
    display: none;
    opacity: 0;
    transition: 1s;
    z-index: 1;
}
#header .slider .desc.activ{
    display: block;
    transition: 1s;
    animation-name: desc;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: "easeOutExpo";
}
#header .slider .desc .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 150px;
    border: 1px solid #f9b707; 
}
#header .slider .desc h1{
    font-size: 5em;
    width: 100%;
    text-align: center;
    line-height: 0.5;
}
@media all and (max-width: 992px){
    #header .slider .desc h1{
        font-size: 2em;   
        line-height: 1em;
    }
}
@media all and (max-width: 768px){
    #header .slider .desc h1{
        font-size: 2em;   
        line-height: 1em;
    }
}
#header .slider .desc h4{
    position: relative;
    top: -15px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
@media all and (max-width: 992px){
    #header .slider .desc h4{
        font-size: 1em; 
        line-height: 1.3em;
    }
}
@media all and (max-width: 768px){
    #header .slider .desc h4{
        font-size: 0.7em; 
        line-height: 1.3em;
    }
}
#header .slider .desc button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 180px;
    height: 60px;
    background: #f9b707;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
    letter-spacing: 2px;
}
@media all and (max-width: 992px){
    #header .slider .desc button{ 
        width: 140px;
        height: 50px;          
    }
}
@media all and (max-width: 768px){
    #header .slider .desc button{ 
        width: 120px;
        height: 40px;          
    }
}
#header .slider .desc button:hover{
    color: white;
    background: black;
    transition: .5s;
}

/* O NAS */
#o-nas{
    position: relative;
    top: 0px;
    display: block;
    height: auto;
    background: white;
    padding: 45px 75px 80px 75px;
    z-index: 2;
    margin-bottom: -270px;
}
@media all and (max-width: 1200px){
    #o-nas{
        position: relative;
        top: 0px;          
    }
}
@media all and (max-width: 992px){
    #o-nas{
        position: relative;      
    }
}
@media all and (max-width: 768px){
    #o-nas{
        position: relative;
        top: 0px;
        padding: 45px 5px 110px 5px;
        height: auto;
    }
}

#o-nas .belt{
    position: relative;
    top: 10px;
    left: 0px;
    border: 1px solid #f9b707;
    display: block;
    width: 84px;
}
#o-nas .left h3{
    letter-spacing: 3px;
}
#o-nas .left h5{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
#o-nas .left button{
    position: relative;
    top: 10px;
    display: block;
    width: 180px;
    height: 60px;
    background: #f9b707;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
    letter-spacing: 2px;
    cursor: pointer;
}
@media all and (max-width: 992px){
   #o-nas .left button{
        left: 50%;
        transform: translateX(-50%);
    }
}
#o-nas .left button:hover{
    position: relative;
    color: white;
    background: black;
    transition: .5s;
}
#o-nas .right img{
    position: relative;
    top: 25px;
    width: 640px;
    height: 380px;
    padding-left: 25px;
}
@media all and (max-width: 1200px){
    #o-nas .right img{
        top: 55px;
        padding-left: 0px;
        width: 100%;
    }
}
@media all and (max-width: 992px){
    #o-nas .right img{
        top: 55px;
        padding-left: 0px;
        width: 100%;
    }
}


/* STATISTIC */
#statistic{
    position: relative;
    top: 0px;
    height: 1000px;
    display: block;
    margin-bottom: -300px;
}
@media all and (max-width: 1200px){
    #statistic{
        height: 1420px;
    }
}
@media all and (max-width: 992px){
    #statistic{
        display: none;
    }
}
@media all and (max-width: 768px){
    #statistic{
        display: block;
        height: 1420px;
    }
}
#statistic .container-fluid{
}
#statistic .row{
    position: relative;
    z-index: 2;
}
#statistic .box-stat{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 430px;
    width: 100%;
}
#statistic .box-stat .box span{
    font-size: 4em;
    font-weight: bold;
    color: #f9b707;
}
#statistic .box-stat h5{
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f9b707;
}
#statistic .parallax-element{
    height: 1600px;
}
@media all and (max-width: 1200px){
    #statistic .parallax-element{
        height: 900px;
    }    
}
@media all and (max-width: 768px){
    #statistic .parallax-element{
        position: relative;
        margin-top: 210px;
    }
}

/* SERVICE */
#service{
    position: relative;
    top: 0px;
    display: block;
    height: auto;
    background: white;
    padding: 45px 75px 80px 75px;
    z-index: 10;
    background: white;
    z-index: 2;
}
@media all and (max-width: 992px){
    #service{
        top: 200px;
        padding: 65px 75px 200px 75px;   
    }
}
@media all and (max-width: 768px){
    #service{
        top: 0px;
        padding: 65px 75px 80px 75px;   
    }
}
#service .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #f9b707;
    display: block;
    width: 100px;   
}
#service h2{
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
#service .item .left{
    display: block;
    overflow: hidden;
    background: #f9b707;
    height: 70px;
    border-radius: 50%;
    border-color: transparent;
}
@media all and (max-width: 1200px){
   #service .item .left{
       position: relative;
       left: 50%;
       transform: translateX(-50%);
       width: 70px;  
    }
   #service .item{
        margin: 10px 0px;
    }
}
@media all and (max-width: 992px){
    #service .item .right h3{
        text-align: center;
    } 
    #service .item .right p{
        text-align: center;
    }  
}
#service .item .left i{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: white;
}
#service .item .left .filters{
    position: absolute;
    left: -80px;
    top: 0;
    display: block;
    background: black;
    width: 101%;
    height: 101%;
}

/* VALUATION */
#valuation{
    position: relative;
    top: 0px;
    height: 335px;
    background: #f9b707;
    padding: 85px 35px 85px 35px;
    z-index: 2;
}
@media all and (max-width: 992px){
    #valuation{
        position: relative;
        top: 0px;         
    }
}
@media all and (max-width: 768px){
    #valuation{
        position: relative;
        top: 0px;    
        padding: 85px 8px 85px 8px;
    }
}
#valuation h3{
    text-align: center;
    color: white;
    font-family: inherit;
    line-height: 1.2em;
    text-shadow: 0px 0px 1px black;
}
@media all and (max-width: 768px){
    #valuation h3{
        font-size: 1.1em;
        line-height: 1.3em;
    }
}
#valuation button{
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 185px;
    height: 55px;
    background: white;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 1.3em;
}
#valuation button:hover{
    background: black;
    color: #f9b707;
}
#valuation .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100px;
    border: 1px solid white;
}

/* ORDERS */
#orders{
    position: relative;
    top: 0px;
    background: white;
    height: auto;
    padding: 75px 35px 75px 35px;
    z-index: 2;
}
@media all and (max-width: 992px){
    #orders{
        position: relative;
        top: 0px;
    }
}
@media all and (max-width: 768px){
    #orders{
        padding: 75px 0px 75px 0px;      
    }
}
#orders .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #f9b707;
    display: block;
    width: 100px;   
}
#orders h2{
    text-align: center;
}
#orders .box{
    display: block;
    padding: 35px 40px;
}
#orders .box .item{
    position: relative;
    top: 0;
    background: white;
}
#orders .box .item img{
    width: 100%;
    height: 320px;
}

/* NEWS */
#news{
    position: relative;
    top: 0px;
    background: #F8F8F8;
    height: auto;
    padding: 0;
    z-index: 2;
}
@media all and (max-width: 992px){
    #news{
        position: relative;
        top: 0px;         
    }
}
#news .container-fluid{
    padding: 0;
}
#news .row{
    padding: 0;
    margin: 0;
}
#news .box{
    padding: 0;
    margin: 0;
}

 /* flip card */
#news .flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 5000px; /* ogólna perspektywa dotycząca całego okalającgo kontenera z parametrem 5000px - perspektywa 3d */
}

/* główny kontener okalający dwie strony karty przód i tył, ważne aby w nim okreslic transform-style z wartością perspective-3d. Pozwoli to po obrocie uzyskać drugą stronę odwracanej karty */
#news .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* po najechaniu na cały kontener karty obracany jest w nim kontener oklalający iner-card z dwiema stronami karty front and back */
#news .flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}

/* Position the front and back side */
#news .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  cursor: pointer;
}

/* Style the front side (fallback if image is missing) */
#news .flip-card-front {
    background-color: #bbb;
    color: black;
    transform-style: preserve-3d;
}
#news .flip-card-front img{
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(60%);
}
#news .flip-card-front h2{
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    color: white;
    font-size: 1.6em;
    transform: translate(-50%, -50%) translate3d(0, 0, 54px);
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px black, 0px 0px 15px #f9b707;
}
#news .flip-card-front p{
    position: absolute;
    top: 150px;
    color: white;
    transform: translate3d(0, 0, 54px);
}

/* Style the back side */
#news .flip-card-back {
    width: 100%;
    height: 300px;
    color: #f9b707;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
#news .flip-card-back img{
    filter: grayscale(10px);
    filter: brightness(40%);
}
#news .flip-card-back h2{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%) translate3d(0, 0, 54px);
    font-size: 1em;
    width: 100%;
    text-shadow: 0px 0px 1px black; 
}
#news .flip-card-back p{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 2;
    width: 80%;
    transform: translateX(-50%) translate3d(0, 0, 54px);
    text-shadow: 0px 0px 1px black;
}
#news .flip-card-back img{
    width: 100%;
    height: 100%;
}
#news .flip-card-back a{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transform: translateX(-50%) translate3d(0, 0, 54px);
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 15px;
    background: #f9b707;
    color: black;
    border: 1px solid #f9b707;
    letter-spacing: 1px;
    transition: .5s;
}
#news .flip-card-back a:hover{
    background: black;
    color: white;
    transition: .5s;
    border: 1px solid black;
}

/* GUARANTEES */
#guarantees{
    position: relative;
    top: 0px;
    height: auto;
    padding: 0;
    background: #f9b707;
    color: white;
    z-index: 2;
}
@media all and (max-width: 992px){
    #guarantees{
        position: relative;
        top: 0px;         
    }
}
#guarantees .left{
    padding-top: 25px;
}
#guarantees .left p{
    font-weight: bold;
    color: rgba(0,0,0,0.7);
}

#guarantees .left .belt{
    position: relative;
    top: 12px;
    left: 0%;
    display: block;
    width: 110px;
    border: 1px solid white; 
}

#guarantees .right{
    display: block;
    position: relative;
    height: 200px;
}
#guarantees .right .box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#guarantees .right .box .box-ikon{
    width: 370px;
}
#guarantees .right .fa-clock,
#guarantees .right .fa-shield-alt,
#guarantees .right .fa-gg{
    font-size: 2.5em;
    margin-right: 10px;
    margin-left: 10px;
}
#guarantees .right .box-desc{
    position: relative;
    left: 15px;
}
#guarantees .right a{
    text-decoration: none;
}

/* PARALAX STATIC FILTER */
#paralaxa{
    background: transparent;
}
#paralaxa img{
    position: fixed;
    filter: brightness(50%);
    z-index: 1;
    display: none;
}
/* CONTACT */
#contact{
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 2;
    color: white;
    padding-top: 50px;
}

@media all and (max-width: 768px){
    #contact{
        top: 0;
        padding: 40px 5px 0px 5px;
    }
}
#contact .left p{
    color: white;
    font-size: 1.4em;
    color: rgba(255,255,255,0.7);
}
#contact .left table tr td{
    width: auto;
    height: 35px;
    font-size: 1.3em;
}
#contact .left table tr td:nth-child(1){
    color: #f9b707;
    font-weight: bold;
}
#contact .left table tr td:nth-child(2){
    padding: 0px 25px;
}


#contact .right{
}
#contact .right form{
    display: block;
    width: 100%;
    height: 200px;
    background: transparent;
}
#contact .right div:nth-child(1){
    margin-top: 30px;   
}
#contact .right div:nth-child(2){
    width: 100%;
    margin-top: -25px;
    margin-bottom: 10px;
}
#contact .right form input{
    display: block;
    width: 100%;
    height: 50px;
    color: white;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
    outline: none;
    padding-left: 50px;
}
#contact .right form .form-input label{
    position: relative;
    top: 46px;
    left: 15px;
    color: white;
    z-index: 2;
    font-size: 1.5em;
    opacity: 0.7;    
}
#contact .right form textarea{
    width: 100%;
    height: 150px;
    opacity: 0.8;
    color: white;
    padding-left: 50px;
    padding-top: 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
#contact .right form textarea:focus{
    border: 1px solid rgba(255,255,255,0.7);
}
#contact .right form .form-teaxarea label{
    position: relative;
    top: 50px;
    left: 15px;
    color: white;
    z-index: 2;
    font-size: 1.5em;
    opacity: 0.7;
}
#contact .right form button{
    position: relative;
    top: 5px;
    left: 0;
    display: block;
    width: 180px;
    height: 60px;
    background: #f9b707;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
    letter-spacing: 2px;   
}
#contact .right form button:hover{
    color: white;
    background: black;
    transition: .5s;  
}

/* MAPS */
#maps{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: white;
    z-index: 2;
    color: white;
    padding: 0;
    margin-top: 200px;
}
@media all and (max-width: 1200px){
    #maps{
        margin-top: 280px;   
    }
}
/* FOOTER */
#footer{
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    background: #888;
    z-index: 2;
    color: white;
    padding: 0;  
}
@media all and (max-width: 768px){
    #footer{
        top: 0px;
    }
}
#footer .left{
    position: relative;
    height: 60px;
}
#footer p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#footer .right{
    position: relative;
    height: 60px;
}
#footer .right .box-i{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
#footer .right .box-i > i{
    margin-left: 5px;
    color: rgba(0,0,0,0.7);
}



