* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'core';
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background: #201920;
    color: #fff;
}





/* Top Header */

#top_header {
    background: rgba(0,0,0,0.7);
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 5;
    height: 40px;
}

#top_header .qtranxs_language_chooser {
    display: inline-block;
}

#top_header .qtranxs_language_chooser li {
    display: inline-block;
    margin-right: 10px;
}

#top_header .qtranxs_language_chooser li.active a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}



/* Slider */

#MainScreen {
    height: 100%;
    z-index: 1;
    position: relative;
}

.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cbp-bislideshow li {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
       -moz-transition: opacity 1s;
            transition: opacity 1s;
}

.cbp-bislideshow li img {
    display: none;
}

#gradient {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 280px;
    background-image: -webkit-linear-gradient(to top, rgba(33, 26, 33, 1), rgba(33, 26, 33, 0.9), rgba(33, 26, 33, 0) 100%);
    background-image:    -moz-linear-gradient(to top, rgba(33, 26, 33, 1), rgba(33, 26, 33, 0.9), rgba(33, 26, 33, 0) 100%);
    background-image:     -ms-linear-gradient(to top, rgba(33, 26, 33, 1), rgba(33, 26, 33, 0.9), rgba(33, 26, 33, 0) 100%);
    background-image:      -o-linear-gradient(to top, rgba(33, 26, 33, 1), rgba(33, 26, 33, 0.9), rgba(33, 26, 33, 0) 100%);
    background-image:         linear-gradient(to top, rgba(33, 26, 33, 1), rgba(33, 26, 33, 0.9), rgba(33, 26, 33, 0) 100%);
}



/* Main Header */

#main_header {
    position: absolute;
    z-index: 2;
    top: 100%;
    height: 100px;
    line-height: 100px;
    width: 100%;
    margin-top: -100px;
    background: rgba(0,0,0,0.3);
}

#header {
    margin-top: 40px;
    height: 100px;
    width: 100%;
    line-height: 100px;
}

#main_header .mainmenu li,
#header .mainmenu li {
    display: inline-block;
    margin-left: 40px;
}

#main_header .mainmenu li a,
#header .mainmenu li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.current-menu-item a {
    color: #ea3601 !important;
}




/* Mobile header */

#mobile_menu {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    height: 60px;
    z-index: 3;
    width: 100%;
}

#mobile_menu #mobile_logo {
    float: left;
}


#mobile_menu_open {
    float: right;
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}


.menumobile {
    position: absolute;
    background: #eee;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}

.menumobile li a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.menumobile li a:hover {
    color: #000 !important;
}





.mobile_langs {
    float: right;
    line-height: 60px;
    padding: 0 10px;
}

.mobile_langs li {
    display: inline-block;
}

.mobile_langs li a {
    padding: 0 5px;
}

.mobile_langs .active a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}









/* Events on main */

#events {
    position: absolute;
    width: 100%;
    bottom: 120px;
    z-index: 2;
}




/* Carousel */

#special {
    background-image: url('../img/red.specials.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.carousel_item .icon {
    width: 80px;
    height: 160px;
    float: left;
    text-align: center;
    font-size: 30px;
}





@media only screen and ( max-width : 960px ) {
    
    #events {
        bottom: 20px;
    }
    
    .page {
        margin-top: 60px !important;
    }
    
    #footer span {
        display: block;
        margin: 10px 0;
    }
    
    #gradient {
        opacity: 0.7;
    }
    
    #special {
        background-attachment: scroll;
    }
    
    #gradient {
        height: 200px;
        opacity: 0.2;
    }
    
}