@import url('fadecontent.css');
@import url('cover.css');
@import url('formm.css');
@import url('news.css');
@import url('album.css');

body {
    /*
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    */
    font-family: 'Roboto', sans-serif;
}

h1 {
    color: #5d5d5d;
    font-size: 50px;
    font-weight: 400;
}

p {
    font-size: 16px;
    text-align: justify;
}

a {
    color: #f3702a;
    cursor: pointer;
}

a:hover {
    color: #5d5d5d;
    text-decoration: underline;
}

section {
    padding: 30px 0;
    background: #fff;
}

iframe {
    border: 1px solid #ececec;
}

header {
    height: 162px;
    background-color: rgba(0,0,0,.7);
    background-image: url(../../layouts/24hours/header.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
header a {
    color: #fff;
    font-size: 18px;
}
header a:hover {
    color: #F3702A;
    font-weight: bold;
    background-color: transparent !important;
}
#logo {
    display: inline-block;
    margin-top: 26px;
    /* width: 160px; */
    width: 100%;
    height: 110px;
    background: transparent url(../../layouts/24hours/logo.png) no-repeat center center;
    background-size: contain;

}
.wrapper--social {
    margin-top: 10px;
    width: 100px;
}
.wrapper--social li>a {
    padding: 0 !important;
}
.wrapper--social a {
    color: #F3702A;
}
.wrapper--social a:active, .wrapper--social a:focus {
    background-color: transparent !important;
}
.wrapper--social i {
    display: block;
    width: 50px;
    height: 50px;
}
.wrapper--social i.youtube {
    background: transparent url(../../layouts/24hours/youtube.png) no-repeat center center;
}
.wrapper--social i.facebook {
    background: transparent url(../../layouts/24hours/facebook.png) no-repeat center center;
}
.lang-wrapper {
    margin: 10px 0 0 0;
    width: 100px;
}
.lang-wrapper .nav>li {
    position: relative;
}
.lang-wrapper .nav>li>a {
    padding: 10px 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.lang-wrapper .nav>li.selected>a {
    color: #F3702A;
    font-weight: bold;
}
.lang-wrapper .nav>li span.separator {
    /* padding: 0 0 0 8px; */
    position: absolute;
    top: 10px;
    right: -4px;
    color: #fff;
    font-size: 16px;
}
.lang-wrapper .nav>li:last-child span.separator {
    display: none;
}
.menu-wrapper {
    /* margin-top: 100px; */
    margin-top: 40px;
}
.menu-wrapper li a {
    /* font-size: 16px; */
}
.menu-wrapper li.selected a {
    color: #F3702A;
    font-weight: bold;
}
.menu-wrapper li a:focus {
    background: transparent;
    outline: none;
}
.mobile-menu {
}
.navbar-collapse.collapse {
    display: none !important;
}
#content {
    /* flex: 1; */
    margin-top: 40px;
    padding-bottom: 80px;
    font-size: 16px;
}
.carousel {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    overflow: hidden;
    /* height: 250px; */
}
.wrapper--sponsors {
    height: 110px;
}
#sponsors {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none outside none;
}
#sponsors li {
    float: left;
    display: block;
    margin: 0;
    padding: 5px;
    /* width: 100px; */
    /* height: 180px; */
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
}
#sponsors li img {
    max-width: 100%;
}
footer {
    padding: 20px 0 10px 0;
    /* height: 250px; */
    height: auto;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    background-image: url(../../layouts/24hours/footer/1918.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper--footer-navigation li {
    float: left;
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.wrapper--footer-navigation li a {
    color: #ccc;
}
.wrapper--footer-navigation li a:hover {
    background-color: transparent !important;
}
.wrapper--copyright p {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    text-align: right;
}

/* helpers */
.relative {
    position: relative;
}
.bg-grey {
    background: #f0f0f0;
}
.dojoxLightbox {
    box-sizing: content-box;
}
@media (max-width: 1600px) {
    footer {
        background-image: url(../../layouts/24hours/footer/1600.png);
    }
}
@media (max-width: 1400px){
    footer {
        background-image: url(../../layouts/24hours/footer/1400.png);
    }
}
@media (max-width: 1200px){
    footer {
        background-image: url(../../layouts/24hours/footer/1240.png);
    }
}
@media (max-width: 1024px){
    footer {
        background-image: url(../../layouts/24hours/footer/1024.png);
    }
}
@media (min-width: 1840px){
    .container {
        width: 1800px !important;
    }
}
@media (max-width: 1800px) {
    .container {
        /* width: 1170px !important; */
        width: 100% !important;
    }
    .menu-wrapper li a {
        padding: 10px !important;
        font-size: 15px;
    }
}
@media (max-width: 992px){
    h1 {
        font-size: 40px;
    }
    header {
        background-image: url(../../layouts/24hours/sm/header.jpg);
    }
    #logo {
        width: 160px;
        background-image: url(../../layouts/24hours/sm/logo-header.png);
        background-size: inherit;
    }
    footer {
        background-image: url(../../layouts/24hours/sm/footer.jpg);
    }
    .mobile-menu__wrapper {
        padding: 2px 0;
        /* border: 2px solid #000; */
        border-left: 0;
        border-right: 0;
        /* position: fixed; */
        /* top: 165px; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /* background: rgba(0,0,0,.8); */
    }
    .mobile-menu__wrapper .left {
        width: 50%;
        float: left;
    }
    .mobile-menu__wrapper .right {
        width: 50%;
        float: right;
    }
    .mobile-menu__wrapper .navbar-nav {
        margin: 0 !important;
        float: none !important;
    }
    .mobile-menu__wrapper .navbar-collapse {
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .mobile-menu__wrapper .navbar-nav > li {
        float: none !important;
        /* width: 50%; */
    }
    .mobile-menu__wrapper .navbar-nav > li > a {
        padding: 0 !important;
        padding-left: 30px !important;
        color: #fff !important;
        height: 50px;
        line-height: 50px;
    }
    .mobile-menu__wrapper .navbar-nav > li > a > i {
        display: flex;
        width: 30px;
        height: 100%;
        align-items: center;
    }
    .mobile-menu {
        /* position: absolute; */
        /* top: 4px; */
        /* left: 15px; */
        /* width: 40px; */
        /* height: 30px; */
        /* text-align: center; */
        /* text-decoration: none; */
        display: block;
        float: right;
        margin: 60px 10px 0 0;
        width: 65px;
        height: 40px;
        background: url(../../layouts/24hours/sm/burger.png) center center no-repeat;
    }
    .mobile-text {
        padding-left: 50px;
        color: #000;
        line-height: 30px;
    }
    .mobile-menu:hover, .mobile-menu:focus {
        color: #fff !important;
        text-decoration: none !important;
    }
    #mobile-menu {
        /* position: fixed; */
        position: absolute;
        top: 162px;
        bottom: 0;
        left: -100%;
        right: 0;
        margin: 0 -20px;
        height: 90vh;
        padding-top: 20px !important;
        background: rgba(0,0,0,.8);
        z-index: 99999;
    }
    .mobile-menu__wrapper .social-lang {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .fade-wrapper, .fadeContent > div, .cover {
        height: 300px;
    }
    .fadeContent .text .hero, .cover .text .hero {
        border-width: 2px;
    }
    .fadeContent .text .hero h2, .cover .text .hero h2 {
        font-size: 50px;
    }
    .fadeContent .text .hero p, .cover .text .hero p {
        font-size: 20px;
    }
    a#next-slide div, a#prev-slide div {
        transform: scaleX(.6) scaleY(.6);
    }
    .news.title h1 {
        font-size: 20px;
    }
    .grid__article {
        padding: 0 !important;
    }
    .grid__image img {
        margin: 0 !important;
    }
    .form {
        width: 100%;
    }
    .form .formline label {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
    .form .formline input, .form .formline textarea {
        width: 100%;
    }
    .thumbnail {
        margin: 5px !important;
    }
    .thumbnail:nth-child(4n-3) {
        margin-left: 0 !important;
        /* margin-left: 7px !important; */
    }
    .thumbnail:nth-child(4n) {
        margin-right: 0 !important;
        /* margin-right: 7px !important; */
    }
}

@media (max-width: 768px){
    .container {
        width: 100%;
    }
    h1 {
        font-size: 26px;
    }
    header {
        height: 90px;
        background-image: url(../../layouts/24hours/xs/header.jpg);
    }
    #logo {
        margin-top: 15px;
        width: 90px;
        height: 60px;
        background-image: url(../../layouts/24hours/xs/logo-header.png);
    }
    footer {
        background-image: url(../../layouts/24hours/xs/footer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mobile-menu__wrapper .navbar-nav > li > a {
        padding-left: 15px !important;
        font-size: 16px;
    }
    .moblie-menu__wrapper .lang-wrapper, .mobile-menu__wrapper .wrapper--social {
        width: auto;
    }
    .lang-wrapper {
        width: auto !important;
    }
    .mobile-menu {
        margin: 24px 0 0 0;
        background: url(../../layouts/24hours/xs/burger.png) center center no-repeat;
    }
    .nav-justified {
        width: auto !important;
    }
    .nav-justified > li {
        float: left !important;
        padding: 0 4px !important;
    }
    .lang-wrapper .nav > li > a {
        padding: 10px 2px;
    }
    #mobile-menu {
        position: absolute;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        padding-top: 20px !important;
        background: rgba(0,0,0,.8);
        z-index: 99999;
    }
    #content {
        /* margin: 0; */
    }
    .fade-wrapper, .fadeContent > div, .cover {
        margin: 0;
        height: 200px;
    }
    .fadeContent .text .hero, .cover .text .hero {
        border-width: 2px;
    }
    .fadeContent .text .hero h2, .cover .text .hero h2 {
        margin-bottom: 5px;
        padding-top: 10px;
        font-size: 2.8rem;
    }
    .fadeContent .text .hero p, .cover .text .hero p {
        margin: 0;
        font-size: 1.2rem;
    }
    a#next-slide, a#prev-slide {
        width: 55px;
    }
    a#next-slide div, a#prev-slide div {
        transform: scaleX(.28) scaleY(.28);
    }
    .news.title h1 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .wrapper--footer-navigation li {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 410px){
    .thumbnail {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 45% !important;
    }
    .thumbnail:nth-child(2n) {
        margin-left: 10px !important;
    }
}
