
.row{
    margin:0;
}
.container{
    height: 100%;
    border-bottom: 1px solid #d5d2dd;
}

/*start page*/
#start-page-fix-navbar{
    height: 64px;
    width: 100%;
    position: fixed;
    background: url(img/Bitmap-cut.png) center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    top:0;
    display: none;

}
    #start-page-navbar-fix{
        height: 54px;

    }
#start-page{
    background: url(img/rectangle-2.png) center no-repeat;
    height: 80%;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    margin:0;
    
    
}
    #start-page-fireworks{
        background: url(img/bitmap.png) center no-repeat;
        height: 100%;
        width: auto;
        background-size: cover;
        background-attachment: scroll;
        opacity: 66%;
        margin:0;
    }
        
        #start-page-orange-line{
            position: absolute;
            height: 6px;
            width: 100%;
            background-color: #ff6d00;
        }
    #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;
                    }
                    #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: darkslategrey;
                    }
                    #start-page-register-button{
                        width: 133px;
                        height: 44px;
                        text-align: center;
                        line-height: 44px;
                        color: black;
                        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: var(--main-font);
                    
                   
                }
                #start-page-slogan-bottom{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    font-family: var(--main-font);
                }
                #start-page-slogan-blue{
                    font-family: Helvetica Neue;
                    position: relative;
                    top: 15px;
                    color: #45c0ff;
                    font-size: 18px;
                }
                #start-page-signup-button{
                    position: relative;
                    margin-top: 50px;
                    font-family: Helvetica Neue;
                    color: #fff;
                    width: 224px;
                    height: 44px;
                    border-radius: 2px;
                    background-color: #ff6d00;
                    text-align: center;
                    line-height: 44px;
                    font-size: 18px;
                    display: inline-block;
                    text-decoration: none;
                    
                    
                }
/*slider-page*/
#slider-page{
    height: 100%;
    width: 100%;
    
}
    #slider-page-slogan{
        height: 45%;
        
    }
        .page-slogan-title{
            font-family: var(--main-font);
            text-align: center;
            font-size: 50px;
            padding-top: 10%;
            padding-left: 10%;
            padding-right: 10%;
            line-height: 1.2;
            color: #3b8ecb;
        }
        .page-slogan-inscription{
            font-family: Helvetica Neue;
            text-align: center;
            font-size: 15px;
            color: #20114a;
            padding-top: 15px;
            padding-left: 10%;
            padding-right: 10%;
        }
    #slider-page-slider{
        height: 50%;
    }
    /* slider */
    #slider{
        margin: 0;
        padding: 0;
        
        
    }
        

        #slider_box>ul>li {
            float: left;
            display: block;
            height: 200px;
            
            
        }
            .slider-img{
                height: 65%;
                width: 100%;
                box-shadow: 0 0 10px rgba(0,0,0,0.5);
                
                
            }
            .slider-country{
                height: 25%;
                width: 100%;
                
                
            }
                .slider-country-text{
                    height: 10%;
                    
              
                }
                .slider-page-conteiner-photo{
                    height: 100%;
                    padding: 0;
                    text-align: center;
                    display: table;
                    
                }
                    .slider-page-conteiner-photo > div{
                        display: table-cell;
                        vertical-align: middle;
                        padding: 0;
                        

                    } 

        #slider_box>ul {
            padding-top: 20px;
            padding-left: 0;
            overflow: hidden;
            width: 1000%;
            -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
            
        }

        #slider_box {
            overflow: hidden;
            position: relative;
            
           
        }

        #left_nav {
            float: left;
        }

        #nav_slider>div {
            
            height: 50px;
        }

        #right_nav {
            float: right;
        }

        #nav_slider {
            overflow: hidden;
            position: relative;
            padding-left: 15%;
            padding-right: 15%;
            top: -150px;
        }

        #slider {
            overflow: hidden;
            width: 615px;
            margin: 0 auto;
        }

        .img_4 {
            position:relative;
            bottom: 10px;
            height: 230px !important;
            width: 110px !important;
            border: 1px solid #20114a;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.34);
            
        }
        
/*simple page*/
#simple-page{
    height: 100%;
    width: 100%;
    
    
}
    #simple-page-slogan{
    }
        #simple-page-slogan-title{
            padding-top: 5%;
        }
        #laptop{
            max-height: 68%;
            max-width: 65%;
        }
        #laptop-mob{
            display: none;
        }
/*stores page*/
#stores-page-bar{
        height: 100px;
        background-color: #3b8ecb;
        
       
    }
        
            #stores-page-bar-label{
                margin-left: 15%;
                float:left;
                font-family: var(--main-font);
                font-size: 20px;
                color: #fff;
                
                line-height: 100px;
                
            }
            #stores-container{
                float:right;
                width: 50%;
                height: 100px;
            }
                #stores{
                    height: 100px;
                    margin-left: 10%;
                }
                #stores-mob{
                    display: none;
                }
/*shows page*/
#shows-page{
    width: 100%;
    
}
    
    .shows-page-content-container{
        height: 50%;
        border-bottom: 1px solid #d5d2dd;
    }
        .shows-page-content{
        }
            .shows-page-slogan-conteiner{
                height: 100%;
            }
                .shows-page-slogan-title{
                    padding: 0;
                    padding-top: 8%;
                    padding-left: 10%;
                    
                    text-align: left;
                    
                }
                .shows-page-slogan-inscription{
                    padding: 0;
                    padding-left: 10%;
                    text-align: justify;
                }
            .shows-page-conteiner-photo{
                height: 100%;
                padding: 0;
                text-align: center;
                display: table;
            }
                .shows-page-conteiner-photo > div{
                    display: table-cell;
                    vertical-align: middle;
                    padding: 0;
                    
                } 
                    .shows-page-photo{
                         height: 68%;
                    }
                    .shows-page-photo-icon{
                        height: 55%;
                    }
                
    .conteiner-shows-page-one{
            border-bottom-width:  0;
    }
/*opinion page*/
#opinion-page{
}
    #opinion-page-container{
        border-bottom: 0; 
        height: auto;
        padding-bottom: 30px;
    }
        #opinion-page-photo{
            padding-top: 30px;
        }
            #opinion-page-photo>img{
                width: 90%
            }
        #opinion-page-quote{
            padding-top: 5%;
            color: #20114a;
            font-family: var(--main-font);
            font-size: 16px;
        }
        #opinion-page-prof{
            margin-bottom:  0;
            font-family: var(--main-font);
            font-size: 16px;
            color: #20114a;
            
        }
        #opinion-page-position{
            font-family: var(--main-font);
            font-size: 16px;
            color: #3b8ecb;
            margin-bottom: 30px;
        }
/*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: var(--main-font);
                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{
                width: 74%;
                margin: auto;
                max-width: 1048px;
                background-color: #1f1f26;
                height: 80px;
                padding-left: 30px;
                padding-right: 30px;
            }
            .footer-logger-container{
                width: 100%;
                background-color: #1f1f26;
            }
            .footer-logger{
                padding-top: 30px;
                height: 100px !important;
            }

                .footer-copyright{
                    border-top: 1px solid #c7c4d2;
                    color: #c7c4d2;
                    padding-top: 10px;
                    padding-left: 10%;
                    font-size: 17px;
                    font-family: Helvetica Neue;
                }
                .footer-copyright-logger{
                    border: none;
                    padding-left: 100px;
                }
                .img-footer-logger{
                    float: left;
                }
.footer-a{
    color:#c7c4d2;
}

/*media rules*/

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

/*rules start page*/

@media (max-width: 767px) {
    
    #start-page-navbar{
        height: 54px;
    }
    #start-page-inscriptions{
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
    }
    #start-page-login{
        right: 150px;
    }
    #start-page-register-button{
        width: 120px;
        font-size: 14px;

    }
    #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: 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*/
@media (max-width: 1200px){
    #nav_slider{
        padding:0;
    }
}
@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%;
    }
    .footer-right{
        padding-left: 5%;
    }
}

@media (max-width: 500px){
    #footer-right{
        width: 100%;
    }
}

@media (max-width: 450px){
    .footer-copyright-logger{
        padding: 0px;
        width: 257px;
        margin: auto;
        padding-left: 50px;

    }
    #footer-right{
        padding-left: 15px;
        padding-right: 15px;
    }
    #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: 300px){
    .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{ 
        height: auto;
    }   
    #footer-line{
        margin-top:20px;
    }
    
}