/*������*/
@font-face {
    font-family: Helvetica Neue;
    src: url(/css/fonts/CircularStd-Book.otf);
}

@font-face{
    font-family: Circular Std;
    src: url(/css/fonts/circular_std/CircularStd-Bold.otf);
}

@font-face {
    font-family: "Circular Std Book";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/public/fonts/CircularStd-Book.eot");
    src: url("/public/fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/public/fonts/CircularStd-Book.woff") format("woff"), url("/public/fonts/CircularStd-Book.woff2") format("woff2"), url("/public/fonts/CircularStd-Book.ttf") format("truetype");
  }

.row{
    margin:0;
}


/*start page*/
#start-page-fix-navbar{
    height: 64px;
    width: 100%;
    position: fixed;
    top:0;

}


    #start-page-navbar-background{
        background: url(/img/down-field-cut.png) center no-repeat;
        background-size: cover;
        background-attachment: scroll;
        width: 100%;
        position: absolute;
        height: 64px;
        box-shadow: 0px -23px 51px 13px #000000;
        opacity: 0;
        transition: opacity 1s ease-in, height 0.5s ease-in;
        -webkit-transition: opacity 1s ease-in, height 0.5s ease-in;
        -moz-transition: opacity 1s ease-in, height 0.5s ease-in;
        -o-transition: opacity 1s ease-in, height 0.5s ease-in;


    }
    .start-page-navbar-slogan{
        font-family: 'Roboto Slab', serif;
        font-size: 22px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #ffffff;
        text-align: center;
        opacity: 0;
        transition: opacity 1s ease-in, line-height 0.5s ease-in;
        -webkit-transition: opacity 1s ease-in, line-height 0.5s ease-in;
        -moz-transition: opacity 1s ease-in, line-height 0.5s ease-in;
        -o-transition: opacity 1s ease-in, line-height 0.5s ease-in;


    }
    .start-page-navbar-slogan > a{
        color: white;
    }
    .start-page-navbar-slogan > a:active{
        color: #8c8c8c;
    }

    #start-page-navbar-fix{
        height: 74px;
        transition: height 0.5s ease-in;
        -webkit-transition: height 0.5s ease-in;
        -moz-transition: height 0.5s ease-in;
        -o-transition: height 0.5s ease-in;

    }


#start-page{
    background: url(/img/rectangle-2.png) center no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    margin:0;
    
    
}

        #start-page-orange-line{
            position: absolute;
            height: 6px;
            width: 100%;
            background-color: #ff6d00;
        }
            .start-page-landing-container{
                width: 75%;


            }
                .start-page-landing-text-container{
                    width: 50%;
                    margin-bottom: 170px;
                    margin-top: 172px;
                    float: left;

                }
                    .start-page-landing-title{
                        font-size: 40px;
                        color: #fff;
                        font-weight: bolder;
                    }
                    .start-page-landing-description{
                        font-size: 22px;
                        font-family: "Roboto Slab", serif;
                        color: #fff;
                        font-weight: 100;
                        margin-bottom: 34px;
                    }
                    .start-page-signup-span{
                        padding: 0px 6px;
                        border-radius: 20px;
                        color: #ff6d00;
                        background-color: #fff;
                    }
            .start-page-landing-iphone-container{
                width: 50%;
                margin-top: 172px;
                float: left;

            }
            .start-page-landing-iphone{
                height: 360px;
                margin: -30px;
            }
                .start-page-landing-video-container{
                    display: block;
                    height: 248px;
                    position: absolute;
                    width: 422px;
                    background-color: white;
                    margin: 10px 51px;
                }
                    .start-page-landing-video{
                        height: 100%;
                        width: 100%;
                    }

    #start-page-tv{
        position: absolute;
        right: 0;
        height: 93%;
        width: auto;
    }

        #start-page-inscriptions{
            padding: 0;
            width: 74%;
            height: 100%;
            border: 0;
        }

            #start-page-navbar{
                height: 74px;

            }
                #start-page-logo{
                    height: 100%;

                }
                    #start-page-lingo-fill{
                       
                        position: absolute;
                        border-radius: 50%;
                        color: #fff;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        font-weight: lighter; 
                        text-align: center;
                        bottom:0;
                        height: 44px;
                        line-height: 44px;
                        width: 44px;
                        background-color: #ff6d00;
                    }
                    #start-page-lingo-nofill{
                       
                        position: absolute;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        text-align: center;
                        bottom:0;
                        height: 44px;
                        line-height: 44px;
                        color: #ff6d00;
                        z-index: 1;
                    }
                    #start-page-login{
                        height: 44px;
                        text-align: center;
                        line-height: 44px;
                        font-family: Helvetica Neue;
                        font-size: 15px;
                        position: absolute;
                        bottom:0;
                        color: #fff;
                        right: 173px;
                    }
                    #start-page-login:active{
                        color: darkgray;
                    }
                    #start-page-register-button{
                        width: 133px;
                        height: 44px;
                        text-align: center;
                        line-height: 44px;
                        color: #ff6d00;
                        border-radius: 2px;
                        background-color: #ffffff;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        position: absolute;
                        bottom:0;
                        right: 15px;
                        text-decoration: none;
                        
                    }
                    #start-page-register-button:hover{
                        background-color: gainsboro;
                    }
                    #start-page-register-button:active{
                        background-color: darkgrey;
                    }
                #start-page-slogan-top{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    height: 30%;
                    margin-bottom: -20px;

                } 
                    #start-page-slogan-top > div{
                    position: absolute;
                    bottom: 0;
                    font-family: Circular Std;
                    
                   
                }
                #start-page-slogan-bottom{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    font-family: Circular Std;
                }
                #start-page-slogan-blue{
                    font-family: Helvetica Neue;
                    position: relative;
                    top: 15px;
                    color: #45c0ff;
                    font-size: 18px;
                }
                .start-page-signup-button{
                    position: relative;
                    font-family: Helvetica Neue;
                    color: #fff;
                    width: 184px;
                    height: 48px;
                    border-radius: 2px;
                    background-color: #ff6d00;
                    text-align: center;
                    line-height: 48px;
                    font-size: 18px;
                    display: inherit;
                    text-decoration: none;
                    
                    
                }
                .start-page-signup-button.loading {
                    background-image: url(/public/assets/img/icons/white-loader.gif);
                    background-repeat: no-repeat;
                    background-size: 10%;
                    background-position: center right 15%;
                    -webkit-transition: none;
                    transition: none;
                    text-decoration: none;
                    color: #fff;
                  }
                  .start-page-signup-button.loading> span > img{
                      visibility: hidden;
                  }
                .start-page-signup-button:hover{
                    background-color: #E74C04;
                    text-decoration: none;
                    color: #fff;
                }
                .start-page-signup-button:active{
                    background-color: #B93C04;
                    text-decoration: none;
                    color: #fff;
                }
                .start-page-signup-button > span > img{
                    margin-left: 8px;
                    margin-top: -2px;
                }
/*slider-page*/
.slider-page{
    width: 100%;
    
}

/*list-shows page*/
.list-shows{
    background-color: #f0f0f0;
}
.list-shows-container{
    position: relative;
    display: block;
    width: 762px;
    margin: auto;
    padding-bottom: 27px;
}
    .list-shows-title{
        display: inline-block;
        height: 50px;
        line-height: 50px;
        color: #ff6d00;
        margin-top: 47px;
        font-size: 35px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .list-shows-text{
        display: inline-block;
        text-align: center;
        width: 100%;
        font-size: 22px;
        font-family: "Roboto Slab", serif;
        color: #20114a;
        font-weight: lighter;
        margin-top: 23px;
    }

    .list-shows-text-more{
        color: #20114a;
        position: absolute;
        bottom: 27px;
        right: 7px;
        width: 135px;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        margin-bottom: 0;
    }

    .list-shows-img{
        width: 606px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 17px;

    }
    .list-shows-img img {
        width: 100%;
    }
    .list-shows-img-mobile{
        display: none;
    }
    .list-shows-img-desktop{
        display: block;
    }
    .list-shows-registration {
        display: block;
        position: relative;
    }
    .list-shows-link{
        color: #ff6d00;
        font-family: 'Circular Std Book';
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        text-decoration: underline;
        margin-top: 0;
        margin-bottom: 47px;
    }

/*mobile-screen page*/
.mobile-screen-title-container{
    display: table;
    width: 100%;
}
.mobile-screen-title{

    font-size: 30px;
    line-height: 50px;
    width: auto;
    display: inline-block;
    margin-top: 45px;
    font-weight: bold;
    color: #20114a;
    height: 54px;
    border-bottom: 3px #20114a solid;

}
.mobile-screen-title-table{
    display: table-cell;
    text-align: center;
}
.mobile-screen-img-container{
    display: block;
    margin-top: 63px;
    width: 789px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.mobile-screen-img{
    width: 100%;
}
.mobile-screen-descriptions{
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: solid 2px #9b9b9b;
    padding-bottom: 64px;
}
.mobile-screen-description{
    font-family: "Roboto Slab", serif;
    margin-right: 55px;
}
#mobile-screen-description-right{
    margin-right: 0;
}

.mobile-screen-description-icon-container{
    width: 34px;
    float: left;
    margin-right: 14px;
}
.mobile-screen-description-icon{
    width: 100%;
}
.mobile-screen-description-text-container{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.mobile-screen-description-title{
    color: #20114a;
    white-space: nowrap;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.mobile-screen-description-text{
    color: #20114a;
    white-space: nowrap;
    display: block;
    font-size: 22px;
    font-weight: lighter;

}
.mobile-screen-cut-img{
    display: none;
}
.mobile-screen-description-mobile{
    display: none;
    font-family: "Roboto Slab", serif;
}
.mobile-screen-descriptions-mobile{
    display: none;
}
.landing-line{
    width: 75%;
    margin: auto;
    border-bottom: 1px solid darkgrey;
}
/* try lingopie page */

.try-lingopie-page{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
}
.try-lingopie-page-slogan{
    font-family: "Roboto Slab", serif;
    color: #20114a;
    float:left;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
}
.try-lingopie-button-container{
    float: right;
    height: 120px;
    display: table;
}
.try-lingopie-button-container-table{
    display: table-cell;
    vertical-align: middle;
}
/*footer page*/
#footer-page{
    background-color:  #1f1f26;;
}
    #footer-container{
        height: auto;
        padding: 0;
    }
        #footer-row-one{
            height: 290px;

        }
            #footer-one-slogan{
                padding-top: 55px;
                padding-bottom: 10px;
                font-family: Circular Std;
                font-size: 45px;
                color: #fff;
            }
            #footer-one-inscription{
                padding-right: 33px;
                padding-left: 33px;
                color: #20114a;
                font-size: 16px;

            }
            #footer-one-available{
                padding: 20px;
                padding-bottom: 40px;
                max-width: 100%
            }
        #footer-row-two{
            padding-top: 40px; 
            height: auto;
            background-color: #1f1f26;
            padding-bottom: 40px;
        }
            #footer-label{
            }
            .footer-lingo{
                padding-top: 16px;
            }    
                .footer-lingo>p {
                    color: #c7c4d2;
                    font-size: 14px;
                    font-family: Helvetica Neue;
                }
                    .footer-lingo>p>span{
                        font-family: Circular Std;
                        font-size: 18px;
                        color: #3b8ecb;
                    } 
            #footer-line{
                margin:0;
                color: black;
                width:90%;

            }
            
            #footer-right{
                padding-left: 10%;
                padding-right: 10%;
                width: 100%;
                background-color: #1f1f26;
                height: 80px;
            }
                #footer-right>div{
                    border-top: 1px solid #c7c4d2;
                    color: #c7c4d2;
                    padding-top: 10px;
                    padding-left: 10%;
                    font-size: 17px;
                    font-family: Helvetica Neue;
                }


.footer-a{
    color:#c7c4d2;
}
/*media rules*/

@media (max-width: 767px) {
    .row{
        margin-right: 0;
        margin-left: 0;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/

/*rules start page*/

@media (max-width: 1110px) {
    #start-page-register-button{
        background-color: transparent;
        right: -15px;
        color: #ffffff;
    }
    #start-page-register-button:active{
        background-color: transparent;
    }
    #start-page-register-button:hover{
        background-color: transparent;
    }
    #start-page-login{
        display: none;
    }
    .start-page-navbar-slogan{
        display: none;
    }
    .start-page-landing-text-container{
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .start-page-landing-iphone-container{
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .start-page-landing-video-container{
        position: relative;
        width: 100%;
        height: auto;
        margin: 50px 0;
    }
    .start-page-landing-video{
        height: auto;
    }
    .mobile-screen-img{
        display: none;
    }
    .mobile-screen-cut-img{
        display:block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    .mobile-screen-descriptions{
        display: none;
    }
    .try-lingopie-page-slogan{
        display: none;
    }
    .landing-line{
        display: none;
    }
    .try-lingopie-button-container{
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .mobile-screen-description-mobile{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-screen-descriptions-mobile{
        display: block;
    }
    .mobile-screen-descriptions-mobile{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .mobile-screen-description-mobile{
        height: 50px;
        color: #1f1f26;
        font-weight: lighter;
        opacity: 0.8;
        width: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 18px;

    }
    .mobile-screen-description-line{
        width: 100px;
        border-bottom: 1px solid #ff6d00;
        margin-right: auto;
        margin-left: auto;
    }
    .mobile-screen-img-container{
        width: auto;
    }
}
@media (max-width: 900px) {
    .mobile-screen-descriptions-mobile{
        width: 100%;
    }
    .mobile-screen-cut-img{
        width: 75%;
    }
    .list-shows-img-desktop{
        display: none;
    }
    .list-shows-img-mobile{
        display: block;
    }
    .list-shows-img{
        width: 90%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .list-shows-container{
        width: auto;
    }
    .list-shows-text {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .list-shows-text-more{
        position: absolute;
        bottom: 7vw;
        right: 0;
        width: 45vw;
        font-size: 6vw;
        margin-bottom: 0;
    }
    .try-lingopie-button-container-table{
        display: block;
        padding-top: 25px;
    }
    .try-lingopie-button-container{
        display: block;
    }
    .start-page-signup-button{
        width: auto;
    }
}
@media (max-width: 767px) {
    
    #start-page-navbar{
        height: 54px;
    }
    #start-page-inscriptions{
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
    }
    #start-page-register-button{
        width: 120px;
        font-size: 16px;
        
    }
    #start-page-login{
        right: 150px;
    }
    #start-page-login:active{
        color: darkslategrey;
    }
    #start-page-tv{
        width: 150px;
    }
   
    
    #start-page-slogan-top > div{
        font-size: 35px;
        width: 100%;
        text-align: center;
    } 
    #start-page-slogan-top{
        height: 35%;
    }
    
    #start-page-slogan-bottom{
        font-size: 35px;  
        text-align: center;
    }
    #start-page-slogan-blue{
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;

    }
    #start-page-signup-button{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 650px) {
    .list-shows-title{
        height: auto;
        line-height: normal;
    }

}
@media (max-width: 500px) {
    .start-page-landing-container{
        width: 100%;
        padding: 0;
    }
    .start-page-landing-text-container{
        margin-top: 100px;
        padding: 0 15px;
    }
    .start-page-landing-video-container{
        margin: 0;
        margin-top: 35px;
    }
    .start-page-landing-title{
        font-size: 30px;
    }
    .start-page-landing-description{
        font-size: 21px;
        opacity: 0.8;
        margin-top: 20px;
    }
    .start-page-landing-description > br{
        display: none;
    }
    .list-shows-img{
        margin-bottom: 11px;
    }
    .list-shows-container{
        padding-bottom: 0;
    }
    .list-shows-text{
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .list-shows-title{
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-shows-link {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .mobile-screen-cut-img{
        width: 100%;
    }
    .mobile-screen-img-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .try-lingopie-page{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-screen-description-mobile{
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 1.6;
        color: #20114a;
    }
    .mobile-screen-title{
        height: auto;
        font-size: 25px;
        border: 0;
        margin-top: 40px;
        color: #20114a;
    }
    .mobile-screen-img-container{
        margin-top: 40px;
    }

    .mobile-screen-description-line{
        width: 50px;
    }

}
@media (max-width: 270px){
    #start-page-slogan-top > div {
        font-size: 30px;
    }
    #start-page-slogan-bottom{
        padding-top: 2%;
        font-size: 30px;
    }
} 
@media (max-height: 500px){
    #start-page-slogan-top{
        height: 30%;
    }
    #start-page-slogan-top > div{
        font-size: 30px;
        width: 100%;
        text-align: center;
    } 
    
    
    #start-page-slogan-bottom{
        padding-top: 1%;
        font-size: 30px;  
        text-align: center;
    }
    #start-page-slogan-blue{
        margin-left: 0;
        margin-right: 0;
        text-align: center;

    }
    #start-page-signup-button{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    #start-page-slogan-blue{
        top:0;
    }
    
}
@media (max-height: 300px){
    #start-page-slogan-top{
        height: 20%;
    }
    #start-page-slogan-top > div{
        font-size: 30px;
        
    } 
    
    
    #start-page-slogan-bottom{
        padding-top: 1%;
        font-size: 30px;  
        
    }
    
}
@media (max-height: 250px){
    #start-page-signup-button{
        margin-top: 0;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-height: 210px){
    #start-page{
        height: 210px;
    }
    #start-page-tv{
        height: 240px;
    }
}
@media (max-width:250px){
    #start-page{
        width: 250px;
    }
    #start-page-tv{
        display:none;
    }
}

/*////////////////////////////////////////////////////////////////////////////*/

/*rules slider-page and start-page*/
@media (max-width: 1200px){
    #nav_slider{
        padding:0;
    }
    .start-page-landing-iphone{
        display: none;
    }
    .start-page-landing-video-container{
        background-color: transparent;
    }
}
@media (max-width: 700px){
    #slider-page{
        height: auto;
    }
    #nav_slider{
        padding-left: 5%;
        padding-right: 5%;
    }
    #slider-page-container{
        height: auto;
    }
    #slider-page-slogan{
        height: auto;
    }
    .page-slogan-title{
        font-size: 35px;
    }
    .page-slogan-inscription{
        font-size: 13px;
    }
    #slider{
        margin-top: 10px;
        width: 277px;
    }
    
}
@media (max-width: 400px){
    #nav_slider{
        padding: 0;
        
    }
    #slider{
        width: 206px;
    }
    #slider_box>ul>li{
        height: 150px;
    }
    .slider-page-conteiner-photo>div>img {
        width: 80%;
    }
    .slider-country-text{
        font-size: 11px;
    }
    .img_4 {
        bottom: 10px;
        height: 180px !important;
        width: 80px !important;
    }
    .page-slogan-title{
        font-size: 30px;
        padding-left:0;
        padding-right: 0;
    }
    .page-slogan-inscription{
        font-size: 12px;
    }
}
@media (max-width: 280px){
    #nav_slider{
        top: 0px;
    }
}
@media (max-height: 570px){
    #slider-page{
        height: auto;
    }
    #slider-page-container{
        height: auto;
    }
    #slider-page-slogan{
        height: auto;
    }
}
@media (min-height: 660px){
    #slider-page{
        height: 660px;
    }
}

/*////////////////////////////////////////////////////////////////////////////*/
/*simple page*/
@media (max-width: 1000px){
    #simple-page{
        
        margin-left: auto;
        margin-right: auto;
    }
    #simple-page-container{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #laptop{
        height: auto;
        width: 100%;
    }
}
@media (max-width: 850px){
    #laptop{
        padding: 0;
        padding-top: 8%;
    }
}
@media (max-width: 700px){
    #simple-page{
        padding: 0;
        margin: 0;
    }
    #simple-page-container{
        padding:0;
        margin:0;
    }
    #simple-page-slogan{
        padding: 0;
    }
    #laptop{
        display:none;
    }
    #laptop-mob{
        padding: 15px;
        display: block;
        width: 100%;
    }
}
@media (max-width: 450px){
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }
    #laptop-mob{
        
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-height: 550px){
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }
    
}
@media (min-height: 660px){
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*stores bar*/
@media (max-width: 760px){
    
    #stores-page-bar{
        height: 120px;
    }
    #stores-page-bar-label{
        width: 100%;
        padding:0;
        margin:0;
        text-align: center;
        line-height: 50px;
    }
    #stores-container{
        text-align: center;
        height: 60px;
        width: 100%;
    }
    #stores{
        display: none;
        
       /* margin-left: auto;
        margin-right: auto;*/
    }
    #stores-mob{
        display:block;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
}
@media(max-width:330px){
    #stores{
        height: auto;
        width: 80%;
    }
    #stores-page-bar-label{
                
        font-size: 15px;


    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*shows page*/

@media(max-width:1200px){
    #shows-page{
        height: auto;
    }
    .shows-page-conteiner-photo{
        margin-top: 15px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .shows-page-slogan-conteiner{
        height: auto;
    }
    .shows-page-content-container{
        height: auto;
    }
    .shows-page-content{
       padding-top: 15px;
       padding-bottom: 15px;
    }
    .shows-page-content{
        height: auto;
    }
    #container-shows-one{
        height: auto;
    }
    #container-shows-two{
        height: auto;
    }
    .shows-page-photo{
        height: 60%;               
    }
    .shows-page-slogan-title{
        padding: 0;
        text-align: center;
    }
    .shows-page-slogan-inscription{
        padding: 0;
    }
}
@media (max-width: 800px){
    .shows-page-photo{
        height: auto;
        width: 80%;
    }
    .shows-page-slogan-title{
        text-align: center;
    }
    .shows-page-slogan-inscription{
        padding: 0;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/* opinion page */
/*/////////////////////////////////////////////////////////////////////////////*/
/* footer page */
@media (max-width: 410px){
    #footer-one-slogan{
        font-size: 25px;

    }
    .footer-lingo{
        text-align: center;
    }
}
@media (max-width:768px){
    #footer-row-two{
        margin-right: 0;
        margin-left: 0;
        display: block;
    }   
    #footer-line{
        margin-top:20px;
    }
    #footer-label, .footer-lingo{
        max-width: 100%;
    }
    
}

.footer {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c7c4d2;
    background-color: #1f1f26;
    padding-top: 2.14286em;
    padding-bottom: 2.14286em;
}

.footer .l-container {
    width: 100%;
    padding-right: 4.28571em;
    padding-left: 4.28571em;
    margin-right: auto;
    margin-left: auto;
    max-width: 137.14286em;
}

@media (min-width: 768px) {
    .footer .hidden-gt-xs {
        display: none !important;
    }

    .footer-copy {
        font-size: 1.28571em;
    }
}

@media (max-width: 767.98px) {
    .footer .l-container {
        max-width: 95.3125vw;
        padding-right: 3.90625vw;
        padding-left: 3.90625vw;
    }
}

.footer p {
    text-align: left;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer-content {
    position: relative;
    padding-left: 6.21429em;
    padding-top: 1.28571em;
    padding-bottom: 1.28571em;
}

.footer-logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

@media (max-width: 767.98px) {
    .footer {
        font-size: 3.75vw;
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }
    .footer-content {
        padding-left: 24.21875vw;
        padding-top: 2.8125vw;
        padding-bottom: 2.8125vw;
    }
}

.l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Footer */
.footer {
    font-size: 1.28571rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c7c4d2;
    background-color: #1f1f26;
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
}

.footer p {
    text-align: left;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer-content {
    position: relative;
    padding-left: 6.21429rem;
    padding-top: 1.28571rem;
    padding-bottom: 1.28571rem;
}

.footer-logo {
    width: 5.12857rem;
    height: 3.21429rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

.footer-menu {
    color: #f0f0f0;
    margin-left: -0.625em;
    margin-right: -0.625em;
}

.footer-menu>li {
    padding-left: 0.625em;
    padding-right: 0.625em;
}

.footer-menu>li>a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: inherit;
}

.footer-menu>li>a:hover,
.footer-menu>li>a:focus,
.footer-menu>li>a:active,
.footer-menu>li>a.active {
    color: #ff6f00;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .footer {
        font-size: 3.75vw;
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }

    .footer-content {
        padding-left: 24.21875vw;
        padding-top: 2.8125vw;
        padding-bottom: 2.8125vw;
    }
}

.footer-register {
    /* registration page */
    font-family: 'Circular Std Book';
    font-size: 1.14286rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0;
}

.footer-register .footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-flow: dense;
    grid-gap: 2.94444%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-top: 2.71429rem;
    padding-bottom: 2.71429rem;
}

.footer-register .footer-logo {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 1080.98px) {
    .footer-register {
        font-size: 3.4375vmin;
    }

    .footer-register .footer-content {
        grid-gap: 0.46875vmin 2.34375vmin;
        padding-top: 5.3125vmin;
        padding-bottom: 5.3125vmin;
    }

    .footer-register .footer-menu {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        grid-row: 2/2;
    }

    .footer-register .footer-logo {
        width: 18.28125vmin;
        height: 11.25vmin;
    }
}