@import 'normalize.min.css';



/**********************************************************
*                       EDITABLE                          *
**********************************************************/

body {
    font-family: Arial, sans-serif;
    color: #696868;
    font-size: 15px;
}

.container-fluid {
    padding: 0;
}

.row{
    margin: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

a.title {
    text-decoration: underline;
    color: #da251e;
    font-weight: bold;
    text-align: center;
}

.page-title {
    margin-bottom: 20px;
}

/******************* HEADER *******************/

header {
    padding: 10px 0 0 0;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}

header .desktop-flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .h-logo img {
    max-width: 200px;
}

header .social a {
    display: inline-block;
    /*margin-left: 5px;*/
    margin: 0 0 0 4px;
    font-size: 25px;
    color: #da251e;
    height: 25px;
}

header .social a:last-child {
    margin-left: 0;
}

header .social a:active {
    color: #666666;
}

header .languages {
    text-align: center;
}

header .languages .dropdown-toggle {
    padding: 0;
    background-color: transparent;
    color: #696868;
}

header .languages .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: auto !important;
}

header .languages .dropdown-menu .dropdown-item {
    padding: 0 15px;
}

header .search-wrapper {
    text-align: center;
}

header .search-wrapper button {
    background-color: transparent;
    color: #da251e;
}

@media(max-width: 350px) {
    header .site-logo {
        display: block;
        margin: 0 auto 10px;
    }
}

@media(min-width: 992px) {
    header .social a {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

    header .social a:hover {
        color: #666666;
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    header .h-logo {
        text-align: left;
    }
}

@media(max-width: 992px) {
    header .h-menu {
        order: 3;
    }
}

/*@media(max-width: 1119px) and (min-width: 992px) {*/
/*    header .h-menu {*/
/*        order: 3;*/
/*    }*/
/*}*/

/*@media(min-width: 1200px) {*/
/*    header .h-menu {*/
/*        order: 2;*/
/*    }*/

/*    header .h-social-lang {*/
/*        order: 3;*/
/*    }*/
/*}*/

/******************* FOOTER *******************/

footer {
    padding: 30px 0 15px;
    background-color: #282828;
    text-align: center;
}

footer .social a {
    padding: 10px;
    color: #dddddd;
    font-size: 25px;
}

footer .rights {
    color: #999999;
}

footer .rights a {
    display: inline-block;
    margin-left: 3px;
    color: #da251e;
}

footer #email-subscribe-field {
    padding: 6.4px 5px;
    margin-bottom: 10px;
}

footer input[type="submit"] {
    background-color: #da251e;
    height: 36px;
}

footer .footer-menu a:active,
footer .rights a:active {
    text-decoration: underline;
    color: #da251e;
}

footer .social a:active {
    color: #da251e;
}

@media(min-width: 992px) {
    footer .footer-menu a,
    footer .social a,
    footer .rights a {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

    footer .footer-menu a:hover,
    footer .rights a:hover {
        text-decoration: underline;
        color: #da251e;
    }

    footer .social a:hover {
        color: #da251e;
    }
}

#footerMenu a {
    display: inline-block;
}

/****************** SLIDER *********************/

#slider {
    height: 100%;
}

#slider .slides-wrapper {
    height: 100% !important;
    max-height: 100% !important;
    background-color: #ffffff !important;
}

#slider .slides-wrapper .slide .slide-image {
    background-size: contain !important;
}

#slider a.slide-prev {
    left: 50px !important;
    height: 40px !important;
}

#slider a.slide-next {
    right: 50px !important;
    height: 40px !important;
}

#slider .slider-navigation {
    background-color: transparent !important;
}

#slider .slider-navigation i {
    display: block;
    font-size: 48px;
    line-height: 40px;
    color: #666666 !important;
}

#slider .slider-navigation:active i {
    color: #da251e !important;
}

#slider .slider-bullets .slider-bullet {
    background-color: rgba(218, 37, 30, 0.5) !important;
    border: 2px solid #da251e !important;
}

#slider .slider-bullets .slider-bullet:hover,
#slider .slider-bullets .slider-bullet.active {
    background-color: #da251e !important;
}

@media (max-width: 768px) {
    .slider-wrapper {
        height: 320px !important;
    }
}

@media(min-width: 768px) and  (max-width: 992px) {
    .slider-wrapper {
        height: 420px !important;
    }
}

@media(min-width: 993px) {
    .slider-wrapper {
        height: calc(100vh - 130px);
    }

    #slider .slider-navigation:hover i {
        color: #da251e !important;
    }
}

@media(min-width: 1200px) {
    .slider-wrapper {
        height: calc(100vh - 92px);
    }
}

/***************** SEARCH FORM *****************/

#searchOverlay {
    background-color: rgba(218, 37, 30, 0.96);
}

#searchOverlay button {
    background-color: transparent;
    position: fixed;
    top: 40px;
    right: 5%;
}

#searchOverlay button i {
    font-size: 50px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper {
    width: 80%;
    max-width: 800px;
    z-index: 999;
}

#searchOverlay .search-form-wrapper h3 {
    margin-bottom: 70px;
    font-size: 60px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper .field {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
}

#searchOverlay .search-form-wrapper button {
    position: absolute;
    right: 0;
    bottom: -60px;
    background-color: transparent;
    font-size: 30px;
}

#searchOverlay .search-form-wrapper button i {
    color: #ffffff;
}

.article-tabs ul li,
.page-content ul li {
    list-style-type: disc;
}

.article-tabs ol li,
.page-content ol li {
    list-style-type: decimal;
}