h1{
   font-family: 'Vast Shadow', cursive; 
}
h2{
   font-family: 'Vast Shadow', cursive; 
}
h3{
   font-family: 'Playfair Display', serif;  
}
h4{
   font-family: 'Vast Shadow', cursive;  
}
h5{
   font-family: 'Vast Shadow', cursive;   
}
h6{
   font-family: 'Playfair Display', serif;  
}


li{
   font-family: 'Playfair Display', serif; 
}
p{
   font-family: 'Playfair Display', serif;
   letter-spacing: 1px;
}
button{
    font-family: 'Vast Shadow', cursive;
    font-weight: bold;
}
/* PŁYNNE PRZEWIJANIE STRONY DO GÓRY */
#move-to-top{
	height: 50px;
	width: 50px;
	opacity: 0.8;
	display: none;
	position: fixed;
	top: 85%;
	right: 50px;
	z-index: 3;
	animation-name: opacity_move_top;
	animation-duration: 2s;
	border-radius: 50%;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.8);
    background: greenyellow;
}
@media all and (max-width: 420px){
    #move-to-top{
        height: 35px;
        width: 35px;
        right: 30px;
        top: 92%;
    }
}
#move-to-top:hover{
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.8);
}
#move-to-top:hover > .outline-circle 
.move-to-top-ikons i{
	color: white;
	border-radius: 50%;
}
#move-to-top .outline-circle{
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
@media all and (max-width: 420px){
    #move-to-top .outline-circle{
        height: 35px;
        width: 35px;
    }
}
#move-to-top .outline-circle .move-to-top-ikons{
	height: 50px;
	width: 50px;
	position: relative;
}
@media all and (max-width: 420px){
    #move-to-top .outline-circle .move-to-top-ikons{
        height: 35px;
        width: 35px;
    }
}
#move-to-top .outline-circle 
.move-to-top-ikons i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4.5em;
	cursor: pointer;
	color: white;
}
@media all and (max-width: 420px){
    #move-to-top .outline-circle 
.move-to-top-ikons i{
        font-size: 3em;
    }
}
#header{
    position: relative;
    overflow: hidden;
    background: url("../img/technology-header.jpg") no-repeat top left;
    height: 800px;
    width: 100%;
}
#header .container-fluid{
    background: rgba(255,255,255,0.1);
}
@media all and (max-width: 1200px){
    #header{
        height: 600px;   
    }
}
@media all and (max-width: 992px){
    #header{
        height: 450px;   
    }
}
@media all and (max-width: 768px){
    #header{
        height: 350px;   
    }
}
#header .logo{
    height: 160px;
}
@media all and (max-width: 992px){
    #header .logo{
        height: 60px;
    }
}
#header .logo img{
    position: relative;
    top: 20px;
    width: 80px;
    height: 80px;
}
@media all and (max-width: 992px){
    #header .logo img{
        position: absolute;
        top: 0;
        width: 60px;
        height: 60px;          
    }
}
@media all and (max-width: 768px){
    #header .logo img{
        width: 60px;
        height: 60px;          
    }
}
#header .logo hgroup{
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    display: inline-block;
    margin-left: 5px;
}
#header .logo hgroup h2{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    color: #b10500;
}
@media all and (max-width: 992px){
    #header .logo hgroup h2{
        font-size: 1em;
        margin-left: 70px;
        line-height: 0.1em;
    }
}
@media all and (max-width: 768px){
    #header .logo hgroup h2{
        font-size: 1em;   
    }
}
#header .logo hgroup h3{
    line-height: 0em; 
    color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 0px greenyellow;
    font-size: 1em;
    letter-spacing: 1px;
}
@media all and (max-width: 992px){
    #header .logo hgroup h3{
        font-size: 0.6em;
        margin-left: 70px;
    }
}
@media all and (max-width: 768px){
    #header .logo hgroup h3{
        font-size: 0.6em;   
    }
}
#header .logo hgroup span{
    color: greenyellow;
}

#header .menu{
    height: 160px;
}
@media all and (max-width: 1200px){
    #header .menu{
        display: none;   
    }
}
@media all and (max-width: 768px){
    #header .menu{
        height: 130px;  
    }
}
#header .menu ul{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: table;
}
#header .menu ul li{
    display: table-cell;
    padding: 0px 8px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}
#header .menu ul li a{
    text-decoration: none;
    color: white;
}
#header .menu ul li a > span{
    position: relative;
    top: 5px;
    display: block;
    height: 3px;
    width: 100%;
    background: #b10500;
    content: "";
    display: none;
}
#header .menu ul li a > span.active{
    display: block;
}
#header .mobile{
    position: relative;
    height: 160px;
    display: none;
}
@media all and (max-width: 1200px){
    #header .mobile{
        display: block;
        height: 160px;
    }
}
@media all and (max-width: 992px){
    #header .mobile{
        display: block;
        height: 60px;
    }
}
#header .mobile i{
    position: absolute;
    top: 50%;
    right: 0px;
    color: white;
    transform: translateY(-50%);
    border: 2px solid white;
    padding: 5px;
    border-radius: 3px;
}


#header .slogan{
    position: relative;
    left: 50px;
    top: 40%;
    color: white;
    transform: translateY(-50%);
    width: 500px;
}
@media all and (max-width: 992px){
   #header .slogan{
        top: 55%;  
    }
}
@media all and (max-width: 768px){
   #header .slogan{
        width: 100%;
        top: 65%;
        left: 0px;
        padding: 0px 25px;
    }
}
@media all and (max-width: 420px){
    #header .slogan h1{
        font-size: 1.2em;
    }
    #header .slogan p{
        font-size: 1em;
    }
}
#header .slogan button{
    position: relative;
    top: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
    background: #b10500;
    font-size: 1em;
    transition: .5s;
}
#header .slogan button:hover{
    background: greenyellow;
    color: black;
    font-weight: bold;
    transition: .5s;
}

#header .boxing{
    position: absolute;
    top: 30%;
    right: 25px;
    width: 300px;
    height: 200px;
}
@media all and (max-width: 992px){
    #header .boxing{
        display: none;
    }
}
#header .boxing .rotator{
    width: 300px;
    transform-style: preserve-3d;
}
#header .boxing .rotator .front{
    position: relative;
    display: block;
    width: 300px;
    border: 2px solid greenyellow;;
    background: black;
    border-radius: 5px;
    color: white;
    padding: 0px 25px;
    backface-visibility: hidden;
    opacity: 0.7;
}
#header .boxing .rotator .front h2{
    color: #b10500;
    text-align: center;
    transform: translate3d(0, 0, 50px);
}
#header .boxing .rotator .front p{
    position: relative;
    color: white;
    width: 100%;
    text-align: center;
    transform: translate3d(0, 0, 30px);
    text-transform: uppercase;
    letter-spacing: 1px;
}
#header .boxing .rotator .back{
    transform-style: preserve-3d;
    backface-visibility: hidden;
    overflow: hidden;
    padding: 10px 25px;
    border: 2px solid greenyellow;;
    border-radius: 5px;
}
#header .boxing .rotator .back p{
    color: white;
}
#header .boxing .rotator .back button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/*
#header .front,
#header .beck{
    border: 2px solid red;
    padding: 20px;
}
#header .boxing .beck{
}
/*
#header .boxing .itm{
    position: absolute;
    top: 50%;
    margin-top: 25px;
    border: 1px solid white;
    padding: 5px 15px;
}
#header .boxing .iner-cards{
    position: relative;
    text-align: center;
    transition: .8s;
    transform-style: preserve-3d;
}
#header .boxing .iteam-front,
#header .boxing .iteam-beck{
    position: absolute;
    backface-visibility: visible;
    transform-style: preserve-3d;
}
#header .boxing:hover .iner-cards{
    transform: rotateX(180deg);
}
#header .boxing .iteam-front{
    background-color: black;
}
#header .boxing .iteam-beck{
    background-color: red;
    color: white;
    transform: rotateX(180deg);
}
#header .boxing .iteam-front p,
#header .boxing .iteam-beck p{
    transform: translate3d(0, 0, 54px);
}
*/

/* REPAIR PRODUKTS */
#repeair-produkts{
    position: relative;
    height: auto;
    overflow: hidden;
}
#repeair-produkts h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2em;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    padding-bottom: 45px;
}
/* first line */
#repeair-produkts .left,
#repeair-produkts .center,
#repeair-produkts .right{
    padding: 85px 15px;
    overflow: hidden;
}
@media all and (max-width: 420px){
    #repeair-produkts .left,
    #repeair-produkts .center,
    #repeair-produkts .right{
        padding: 0px 15px;
        overflow: hidden;
    }    
}
#repeair-produkts .box{
    border: 1px solid none;
    height: auto;
    width: 100%;
    padding: 35px 25px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
}
#repeair-produkts .box i{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 3.5em;
    color: greenyellow;
    text-shadow: 0px 0px 0px black;
}
#repeair-produkts .box p{
    margin-top: 25px;
    text-align: center;
    color: rgba(0,0,0,0.9);
}
#repeair-produkts .box-left{
    position: relative;
    left: -400px;
    opacity: 0;
}
#repeair-produkts .box-center{
    position: relative;
    top: -400px;
    opacity: 0;
}
#repeair-produkts .box-right{
    position: relative;
    left: 400px;
    opacity: 0;
}
/* two line */
#repeair-produkts .box-left-two{
    position: relative;
    left: -400px;
    opacity: 0;
}
#repeair-produkts .box-center-two{
    position: relative;
    top: 400px;
    opacity: 0;
}
#repeair-produkts .box-right-two{
    position: relative;
    left: 400px;
    opacity: 0;
}

@media all and (max-width: 420px){
    
}
/* O NAS */
#o-nas{
    position: relative;
    overflow: hidden;
    background: #1A1A1A;
    color: white;
    padding: 35px 25px 35px 25px;
    z-index: 1;
}
@media all and (max-width: 768px),
@media all and (max-width: 420px){
    #o-nas .left{
        height: 160px;
    }
}
#o-nas h5{
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 2em;
}
#o-nas h6{
    text-transform: uppercase;
    margin-left: 25px;
    line-height: 0;
}
#o-nas .socialmedia{
    position: relative;
    top: 25px;
    left: 25px;
}
#o-nas .socialmedia > img{
    display: inline-block;
    height: 25px;
    width: 25px;
}

/* CENNIK */
#cennik{
    display: block;
    overflow: hidden;
    padding: 50px 25px;
    background: #3D3E44;
    color: white;
}
#cennik hgroup{
    padding-bottom: 50px;
}
#cennik h4{
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0,0,0,0.6);
}
@media all and (max-width: 420px){
    #cennik h4{
        font-size: 0.9em;   
    }
}
#cennik h5{
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 2em;
}
#cennik h6{
    text-transform: uppercase;
    margin-left: 25px;
    line-height: 0;
}
#cennik .container{
    width: 85%;
}
@media all and (max-width: 420px){
    #cennik .container{
        width: 100%;
    }       
}
#cennik .left .phones,
#cennik .left .computers,
#cennik .left .tv{
    display: none;
    opacity: 0;
    background: white;
    color: black;
    padding: 15px 25px 20px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
#cennik .left span{
    position: relative;
    top: 5px;
    border: 1px solid greenyellow;
    padding: 5px 15px;
    background: greenyellow;
}

#cennik .right-navi{
    overflow: hidden;
}
#cennik .right-navi ul{
    position: relative;
    left: 450px;
    list-style: none;
    background: #1A1A1A;
    padding-top: 5px;
    padding-right: 5px;
}
#cennik .right-navi ul li{
    border: 2px solid red;
    margin-top: 5px;
    padding: 10px 25px;
    background: #b10500;
    text-transform: uppercase;
    cursor: pointer;
}

#cennik .right-navi ul li span > i{
    position: relative;
    right: 10px;
}
#cennik .right-navi .more{
    position: relative;
    left: 450px;
    top: -10px;
    display: block;
    padding: 15px 20px;
    background: #1A1A1A;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

/* REFERENCJE PRACOWNIKÓW */
#reference{
    position: relative;
    overflow: hidden;
    padding: 25px 0px 65px 0px;
}
#reference h2{
    text-align: center;
    margin-bottom: 65px;
    text-transform: uppercase;
}
#reference .owl-carousel{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    text-align: center;
}
#reference .owl-carousel i{
    position: relative;
    top: 20px;
    color: rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin-left: 2px;
    margin-right: 2px;
}
#reference .owl-carousel .owl-prev,
#reference .owl-carousel .owl-next{
    outline: none;
    border: none;
    background: none;
    
}
#reference .owl-carousel .owl-dots{
    position: relative;
    top: 35px;
}

/* NEED HELP */
#help{
    position: relative;
    overflow: hidden;
    height: auto;
    background: url("../img/help.png") no-repeat top left;
    background-size: cover;
    color: white;
    padding: 50px;
}
#help .box{
    position: relative;
    padding: 0px 120px;
}
@media all and (max-width: 768px),
@media all and (max-width: 420px){
    #help .box{
        padding: 0px 25px;
    }
}
#help h3{
    color: #b10500;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
@media all and (max-width: 768px),
@media all and (max-width: 420px){
    #help h3{
        font-size: 1.4em;
    }   
}
#help p{
    text-align: center;
    text-transform: uppercase;  
}
@media all and (max-width: 768px),
@media all and (max-width: 420px){
    #help p{
        font-size: 0.9em;   
    }
}
#help button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    padding: 15px 30px;
    background: greenyellow;
    border: 0;
    color: black;
    text-transform: uppercase;
}
@media all and (max-width: 768px),
@media all and (max-width: 420px){
    #help button{
        padding: 10px 20px;   
    }
}
#help button:hover{
    background: yellow;
}

/* PARTNERS */
#partners{
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 55px 150px;
}
@media all and (max-width: 420px){
    #partners{
        padding: 35px 150px 75px 150px;
    }
}
#partners .iteam span{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 200px;
    height: 90px;
    background: white;
    cursor: pointer;
    transition: .5s;
}
@media all and (max-width: 420px){
    #partners .iteam span{
        margin-top: 55px;
    }
}
#partners .iteam span:hover{
    box-shadow: 0px 0px 5px black;
    border-radius: 5px;
}
#partners .iteam span img{
    position: absolute;
    height: 88px;
    width: 198px;
    border-radius: 5px;
}
#partners .iteam span .filters{
    opacity: 1;
}

/* FAST CONTACT */
#fast-contact{
    display: block;
    overflow: hidden;
    padding: 50px 25px;
    background: #3D3E44;
    color: white;
}
#fast-contact h4{
    position: relative;
    left: 13px;
    margin-bottom: 35px;
    font-size: 1.5em;
}
#fast-contact .left input{
    margin-top: 5px;
    display: block;
    padding: 15px 25px;
    width: 70%;
    color: rgba(0,0,0,0.5);
    border-radius: 5px;
    border: none;
    outline: none;
}
@media all and (max-width: 420px){
    #fast-contact .left input{
        width: 100%;   
    }
}
#fast-contact .left textarea{
    margin-top: 25px;
    width: 70%;
    height: 200px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 15px 25px;
    color: rgba(0,0,0,0.5);
}
@media all and (max-width: 420px){
    #fast-contact .left textarea{
        width: 100%;   
    }
}
#fast-contact .left button{
    position: relative;
    top: 10px;
    background: #b10500;
    padding: 15px 35px;
    border: none;
    transition: .5s;
    border-radius: 5px;
}
@media all and (max-width: 420px){
    #fast-contact .left button{
        left: 50%;
        transform: translateX(-50%);
    }
}
#fast-contact .left button:hover{
    background: greenyellow;
    transition: .5s;
    color: black;
}

#fast-contact .right > .iteam{
    margin-top: 15px;
    height: 55px;
}
@media all and (max-width: 420px){
    #fast-contact .right > .iteam{
        height: 100px;   
    }
}
#fast-contact .right > .iteam > .ikon{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#fast-contact .right > .iteam > .ikon > i{
    font-size: 3em;
}
@media all and (max-width: 420px){
    #fast-contact .right > .iteam > .ikon > i{
        margin-bottom: 5px;  
    }
}
#fast-contact .right > .iteam > .data{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#fast-contact .right > .iteam > .data > p{
    font-weight: bold;
    line-height: 0em;
    margin-top: 10px;
}
#fast-contact .right > .iteam > .data > span{
    position: relative;
    text-transform: uppercase;
    font-size: 0.8em;
}
#fast-contact .right > p{
    margin-top: 25px;
    width: 75%;
}
@media all and (max-width: 420px){
    #fast-contact .right > p{
        position: relative;
        top: 25px;
    }
}

/* FOOTER */
footer{
    display: block;
    overflow: hidden;
    padding: 50px 25px;
    color: black; 
}
footer form input{
    padding: 15px 25px;
    width: 50%;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.1);
}
footer form input:focus{
    border: 1px solid rgba(0,0,0,0.1);
    outline: none;
}
footer form button{
    position: relative;
    top: -1px;
    padding: 16px 45px;
    border-radius: 30px;
    border: none;
    background: #b10500;
    color: white;
    transition: .5s;
}
@media all and (max-width: 420px){
    footer form button{
        padding: 16px 15px;
        font-size: 0.8em;
    }
}
footer form button:hover{
    background: greenyellow;
    transition: .5s;
    color: black;
}
footer .socialmedia p{
    width: 50%;
}
footer .socialmedia img{
    width: 30px;
    height: 30px;
}
