


h1{
    font-family: 'Prata', serif;
}
h2,h3,h5{
    font-family: 'Prata', serif;
    letter-spacing: 1px;
    text-shadow: 0px 0px 0px black;
}
a{
    font-family: 'Prata', serif;
}
p{
    font-family: 'Open Sans', sans-serif;
}

span{
    font-family: 'Prata', serif;
    letter-spacing: 1px;
}
ul li{
    font-family: 'Prata', serif;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.container-fluid{
    padding: 0;
    margin: 0;
}
.container{
    padding: 0;
    margin: 0;
}
.row{
    padding: 0;
    margin: 0;
}

/* ------------------------------------------------------- */

body{

}

/* paralaxes */
#paralaxes{
    position: fixed;
    display: block;
    height: 900px;
    width: 100%;
    z-index: 1;
    background: transparent;
    overflow: hidden;
}
#paralaxes img{
    width: 150%;
}
@media all and (max-width: 768px){
    #paralaxes img{
        width: 300%;
    }    
}



/* top-belt */
#top-belt{
    position: relative;
    display: block;
    height: auto;
    z-index: 2;
    overflow: hidden;
}
#top-belt .left{
    height: 50px;
    overflow: hidden;
    background: white;
}
#top-belt .left .socialmediaIkons{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


#top-belt .right{
    height: 50px;
    overflow: hidden;
    background: white;
}
@media all and (max-width: 768px){
    #top-belt .right{
        height: 100px;
    }
}
#top-belt .right span{
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}
@media all and (max-width: 768px){
    #top-belt .right span{
        position: relative;      
    }
}
#top-belt .right div{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
}
@media all and (max-width: 768px){
    #top-belt .right div{
        position: relative;      
    }
}
#top-belt .right input{
    position: relative;
    width: 120px;
    border: 1px solid rgba(0,0,0,0.3);
}
@media all and (max-width: 768px){
   #top-belt .right input:nth-child(1){
       position: relative;
       margin-left: 15px;  
    }
    #top-belt .right input{
       top: 5px;       
    }
}
#top-belt .right button{
    position: relative;
    border: none;
    padding: 5px 20px;
    background: orange;
    color: white;
    font-weight: bold;
    animation-name: pulse;
    animation-duration: 1s;
}
@media all and (max-width: 768px){
    #top-belt .right button{
        position: relative;
        top: 5px;   
    }
}



/* baners */
#baners{
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: auto;
    background: none;
}
#baners .container-fluid{
    width: 100%;
    background: none;
}
#baners .boxes-image{
    width: 100%;
    height: 250px;
}
@media all and (max-width: 1200px){
    #baners .boxes-image{
        height: 220px;
    }
}
@media all and (max-width: 992px){
    #baners .boxes-image{
        height: 180px;
    }
}
@media all and (max-width: 768px){
    #baners .boxes-image{
        height: 130px;
    }
}
#baners .boxes-image img{
    position: relative;
    right: 0;
    display: block;
    width: 72%;
    height: 100%;
}
@media all and (max-width: 992px){
    #baners .boxes-image img{
        width: 100%;
    }
}


/* abonaments */
#abonaments{
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 2;
}
#abonaments .container-fluid{
    background: white;
}
#abonaments .container-fluid h2{
    position: relative;
    top: 25px;
    left: 30px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1.5em;
    animation-name: fadeInDown;
    animation-duration: 1s;
}
#abonaments .row{
    background: white;
}
#abonaments .row > div{
    background: white;
    height: auto;
    padding: 70px;
}
@media all and (max-width: 1200px){
    #abonaments .row > div{
        padding: 10px 70px;
    }   
}
#abonaments .row > div > .iteam{
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
    height: 560px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 5px black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .5s;
}

#abonaments .row > div > .iteam:hover{
    transition: .5s;
    box-shadow: 0px 0px 15px orange;
    cursor: pointer;
}
@media all and (max-width: 1200px){
    #abonaments .row > div > .iteam:nth-child(1){
        margin-top: 25px;
    }
}
#abonaments .row > div > .iteam > h3{
    position: relative;
    left: 15px;
    top: 25px;
    transition: .5s;
}
#abonaments .row > div > .iteam:hover > h3{
    transition: .5s;
    color: orange;
}
#abonaments .row > div > .iteam > p{
    position: relative;
    left: 15px;
    top: 45px;
    width: 90%;
}
#abonaments .row > div > .iteam > .coin-promotion{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 50px;
    width: 100%;
}
#abonaments .row > div > .iteam > .coin-promotion > .timer{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}
#abonaments .row > div > .iteam > .coin-promotion > .promotion{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    color: black;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
}
#abonaments .row > div > .iteam:hover > .coin-promotion > .promotion{
    color: orange;
    transition: .5s;
}
#abonaments .row > div > .iteam > .coin-promotion > .stars{
    position: absolute;
    left: 50%;
    top: 160%;
    transform: translateX(-50%);
    color: black;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;   
}
#abonaments .row > div > .iteam-one{
    position: relative;
    left: 45px;
}
@media all and (max-width: 1200px){
    #abonaments .row > div > .iteam-one{
        left: 0;
    }
}
#abonaments .row > div > .iteam-three{
    position: relative;
    left: -45px;
}
@media all and (max-width: 1200px){
    #abonaments .row > div > .iteam-three{
        left: 0;
    }
}
#abonaments .row > div > .iteam > .bottom-desc{
    position: absolute;
    bottom: -520px;
    height: 560px;
    background: black;
    width: 100%;
    z-index: 2;
}
#abonaments .row > div > .iteam > .bottom-desc h3{
    position: relative;
    top: 7px;
    color: white;
    text-align: center;
}
#abonaments .row > div > .iteam > .bottom-desc > .content{
    padding-top: 25px;
    background: url("../img/tlo-site.png") no-repeat;
    height: 100%;
}
#abonaments .row > div > .iteam > .bottom-desc > .content > ul{
    position: relative;
    top: 25px;
    text-transform: none;
}
#abonaments .row > div > .iteam > .bottom-desc > .content > ul li{
    text-transform: none;
}
#abonaments .row > div > .iteam > .bottom-desc > .content > button{
    position: relative;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    background: white;
    display: block;
    width: 120px;
    height: 50px;
    border: none;
    transition: .5s;
    font-weight: bold;
}
#abonaments .row > div > .iteam > .bottom-desc > .content > button:hover{
    background: orange;
    transition: .5s;
    color: white;
}

/* products */
#products{
    overflow: hidden;
    z-index: 2;
    position: relative;
    display: block;
    height: auto;
}
#products .oneRow{
    position: relative;
    top: 100px;
    margin-top: 15px;
}
#products .twoRow{
    position: relative;
    top: 100px;
}
@media all and (max-width: 1200px){
    #products .oneRow{
        position: relative;
        top: 0px;
        margin-top: 15px;
    }
    #products .twoRow{
        position: relative;
        top: 0px;
    }  
}
#products .boxes .iteam{
    width: 100%;
    background: white;
    min-height: 420px;  
    display: block;
    padding: 15px;
    opacity: 0.2;
    transition: .5s;
}
#products .boxes .iteam:hover{
    opacity: 1;
    transition: .5s;
    cursor: pointer;
    box-shadow: 0px 0px 15px orange;
}
@media all and (max-width: 1200px){
    #products .boxes .iteam{
        margin-top: 10px;
    }   
}
#products .boxes .iteam > .img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#products .boxes .iteam > .img img{
    position: relative;
    width: 100%;
}
@media all and (max-width: 1200px){
    #products .boxes .iteam > .img img{
        width: 350px;
        height: 200px;
    }   
}
@media all and (max-width: 550px){
    #products .boxes .iteam > .img img{
        width: 100%;
        height: auto;
    }   
}
#products .boxes .iteam > p{
    margin: 15px 0px;
}
#products .boxes .iteam > h5{
    position: relative;
    width: 100%;
}
#products .boxes .iteam > h5 > span{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 0.8em;
    color: green;
}
#products .boxes .iteam button{
    position: absolute;
    bottom: 15px;
    right: 35px;
    height: 30px;
    width: 80px;
    border: none;
    background: orange;
    font-weight: bold;
    color: white;
}
#products .paginations{
    position: relative;
    left: 10px;
    top: 13px;
    display: block;
    border: 1px solid white;
    padding: 5px;
    color: white;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 22px;
}
#products .pagination a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
#products .pagination > .active{
    background: rgba(255,255,255,0.2);
}

/* addAcount */
#addAcount{
    position: relative;
    overflow: hidden;
    display: block;
    background: white;
    z-index: 2;
}
#addAcount h3{
    display: none;
    text-transform: uppercase;
}
#addAcount h3.animated{
    display: block;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
#addAcount .left,
#addAcount .right{
    padding: 25px 25px 45px 25px;
}
#addAcount .right input{
    padding-left: 15px;
}

/* about us */
#about-us{
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
    z-index: 2;
}
#about-us img{
    position: absolute;
    filter: brightness(48%);
    width: 100%;
    z-index: 1;
}
#about-us .left,
#about-us .right{
    padding: 25px;
    z-index: 2;
    color: white;
}

@media all and (max-width: 992px){
    #about-us .left{
        height: 50px;
    }
    #about-us .right{
        height: auto;
    }
}
@media all and (max-width: 768px){
    #about-us .left{
        display: none;
    }
    #about-us .right{
        height: auto;
    }
}

#about-us .left .iteam,
#about-us .right .iteam{
    opacity: 0.3;
    display: none;
}
#about-us .left .active,
#about-us .right .active{
    animation-name: showIteam;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    display: block !important;
}

#about-us .left .image{
    display: block;
    height: 400px;
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media all and (max-width: 1200px){
    #about-us .left .image{
        height: 300px;
    }   
}
@media all and (max-width: 1100px){
    #about-us .left .image{
        height: 280px;
    }   
}
@media all and (max-width: 992px){
    #about-us .left .image{
        height: auto;
    }   
}
#about-us .left .image img{
    opacity: 0;
}
@media all and (max-width: 992px){
    #about-us .left .image img{
        width: 100%;
    }   
}
#about-us .left .image img.active{
    opacity: 1;
}


#about-us .right .next-page{
    color: orange;
    text-align: center;
}
#about-us .right .next-page i{
    border: 1px solid orange;
    padding: 2px 5px;
}

/* maps */
#maps{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#maps iframe{
    display: block;
    width: 100%;
    height: 550px;
}

/* partners */
#partners{
    position: relative;
    display: block;
    height: 260px;
    width: 100%;
    z-index: 2;
    background: black;
    opacity: 0.7;
    overflow: hidden;
}
#partners .owl-carousel{
    padding: 0;
    height: 260px;
    position: relative;
    z-index: 1;
    text-align: center;
}
#partners .item{
    display: block;
    width: 100%;
    height: 260px;
}
#partners .item i{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6em;
    color: white;
    z-index: 2;
    width: 100%;
}

#partners .owl-carousel .owl-nav{
    display: block;
    z-index: 1;
    text-align: center;
    margin-top: 35px;
    background: transparent;
}

#partners .owl-carousel .owl-nav .owl-prev i{
    position: absolute;
    top: 50%;
    left: -100px;
    font-size: 2em;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 2px 15px;
    border-radius: 5px;
    color: white;
    transform: translateY(-50%);
    z-index: 1;
    background: #1B1B1B;
}
#partners .owl-carousel .owl-nav .owl-next i{
    position: absolute;
    top: 50%;
    right: -100px;
    font-size: 2em;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 2px 15px;
    border-radius: 5px;
    color: white;
    transform: translateY(-50%);
    background: #1B1B1B;
}
#partners .owl-carousel .owl-nav .owl-prev:focus,
#partners .owl-carousel .owl-nav .owl-next:focus{
    border: 0px;
    outline: 0px;
}

/* footer */
footer{
    position: relative;
    display: block;
    z-index: 2;
    background: white;
}
footer .row > div{
    padding: 35px 25px 25px 55px;
}
footer .row > div ul li{
    position: relative;
    left: -30px;
    list-style: none;
}
footer .row > div a{
    text-decoration: none;
    color: rgba(0,0,0,0.8);
}


footer .row > div:nth-child(1) h3 span{
    color: orange;
}
footer .row > div:nth-child(1) p{
    font-weight: bold;
}

footer .row > div:nth-child(3) h5,
footer .row > div:nth-child(2) h5{
    margin-bottom: 15px;
}
footer .row > div:nth-child(3) p{
    font-weight: bold;
}


/* Cookie */
#cookie .outline-box{
    display: block;
    position: fixed;
    bottom: 50px;
    left: -455px;
    height: auto;
    width: 450px;
    background: white;
    z-index: 2;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 20px 35px;
    box-shadow: 0px 0px 15px orange;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media all and (min-width: 1201){
    #cookie .outline-box{
        display: none;   
    }
}
#cookie .outline-box > button{
    width: 140px;
    height: 40px;
    display: inline-block;
}
#cookie .outline-box > button:nth-child(2){
    border: none;
    background: green;
}
#cookie .outline-box > button:nth-child(2) > a{
    display: block;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    text-decoration: none;
}
#cookie .outline-box > button:nth-child(3){
    background: red;
    border: none;
}
#cookie .outline-box > button:nth-child(3) > a{
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-decoration: none;
}

/* navigation */
#navigation{
    position: fixed;
    right: 0px;
    bottom: -185px;
    display: block;
    overflow: hidden;
    z-index: 10;
    background: white;
    width: 300px;
}
@media all and (max-width: 1200px){
    #navigation{
        display: none;
    }
}
#navigation .row ul{
    position: relative;
    left: -20px;
}
#navigation .row ul li{
    list-style: none;
}
#navigation .row ul li a{
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
#navigation .row ul li a:hover{
    color: orange;
}
#navigation .row ul li i{
    width: 20px;
    margin-right: 5px;
}


/* navigation-mobile */
#navigation-mobile{
    display: none;
}
@media all and (max-width: 1200px){
    #navigation-mobile{
        display: block;
        overflow: hidden;
        background: white;
        z-index: 2;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
    }
    #navigation-mobile ul{
        display: table;
        width: auto;
        height: 50px;
    }
    #navigation-mobile ul li{
        display: table-cell;
        vertical-align: middle;
        margin-left: 10px;
    }
    #navigation-mobile ul li a{
        color: black;
        padding: 2px 10px;
    }
    #navigation-mobile ul li a i{
        display: none;
    }
}




.slideMenuOneShow{
    animation-name: slideMenuOneshow;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.slideMenuOneHidden{
    animation-name: slideMenuOneHidden;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.slideMenuTwo{
    animation-name: slideMenuTwo;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#navigation .title h6{
    position: relative;
    top: 2px;
    margin-left: 5px;
}








#addAcount .right input{
    width: 100%;
    display: inline-block;
    height: 50px;
    margin-top: 10px;
}
#addAcount .right button{
    position: relative;
    top: 20px;
    border: none;
    width: 80px;
    height: 35px;
    background: orange;
    font-weight: bold;
}

/* boxCookie */
#boxCookie{
    position: fixed;
    bottom: -101px;
    display: block;
    height: auto;
    width: 100%;
    background: white;
    border-top: 1px solid rgba(0,0,0,0.3);
    overflow: hidden;
    z-index: 999;
}
@media all and (max-width: 1200px){
    #boxCookie{
        display: none;   
    }
}
#boxCookie .left{
    position: relative;
    min-height: 100px;
}
#boxCookie .left p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#boxCookie .right{
    position: relative;
    min-height: 100px;
}
#boxCookie a{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 5px 28px;
    background: red;
    color: white;
    text-decoration: none;
}
@media all and (max-width: 1500px){
    #boxCookie a{
        padding: 5px 15px; 
    }
}
@media all and (max-width: 1300px){
    #boxCookie a{
        padding: 5px 15px;
        font-size: 0.9em;
    }
}
#boxCookie .right .only-functions{
    background: #ff5f00;
}
#boxCookie .right .acept{
    background: green;
}
#boxCookie .right .closed{
    background: red;
}

