* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

html {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

#to-top {
    background-color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    position: fixed;
    opacity: 0;
    display: none;
}

#to-top div {
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 14px;
    height: 14px;
    transform: rotate(225deg);
    margin: 9px auto;
}

#to-top:hover {
    border-color: #000;
    background-color: #000;
}

#to-top:hover div {
    border-color: #fff;
}

a {
    cursor: pointer;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

p a {
    color: #920700;
    font-weight: 500;
    text-decoration: underline;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-title {
    border-bottom: 2px solid #cacaca;
    color: #920700;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin: 0;
}

.section-title span {
    position: relative;
}

.section-title span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    background-color: #920700;
    width: 100%;
    height: 2px;
}

.section-title_wrapper {
    padding: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
    .section-title_wrapper {
        padding: 0;
    }
}

.header {
    padding: 20px 0 0 0;
}

.header > .container,
.footer > .container{
    background-color: #fff;
    position: relative;
}


@media (min-width: 0px) and (max-width: 991px) {
    .header {
        padding-bottom: 0;
    }

    .header .container {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .header > .container {
        padding-bottom: 15px;
    }


}

.header-top {
    padding-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .header-top {
        margin: 0;
    }
}

.header-logo {
    display: inline-block;
}

.header-poster_button {
    position: absolute;
    margin-top: 10px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Roboto", sans-serif;
    color: #f9f9f9;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding: 11px;
    background-color: #920700;
}

.header-poster_button:hover {
    color: #fff;
    -webkit-box-shadow: 0px 10px 12px -7px #e2e2e2;
    box-shadow: 0px 10px 12px -7px #e2e2e2;
}

.header-poster_img {
    float: right;
}

@media (min-width: 0px) and (max-width: 991px) {
    .top-bar {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 10px;
    }
}

.top-bar_list {
    float: right;
}

@media (min-width: 0px) and (max-width: 991px) {
    .top-bar_list {
        float: none;
    }
}

.top-bar_list-item {
    display: inline-block;
    margin-left: 10px;
    line-height: 13px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .top-bar_list-item {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-bar_list-item {
        margin-left: 10px;
    }
}

.top-bar_list-item:first-child {
    margin-left: 0;
}

.top-bar_list-link {
    font-family: "Roboto", sans-serif;
    color: #969a9e;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

@media (min-width: 0px) and (max-width: 991px) {

    .newsletter_item:first-of-type {
        margin-top: 15px;
    }

    .top-bar_list-link {
        display: inline-block;
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
}

.nav_list-link {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #2e363d;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}

.nav_list-link .fa {
    display: none;
}

@media (min-width: 0px) and (max-width: 991px) {
    .nav_list-link {
        width: 100%;
        padding: 10px 0;
        color: #2e363d;
    }

    .nav_list-link .fa {
        float: right;
        display: block;
        color: #c5c5c5;
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav_list-link {
        font-size: 16px;
    }
}

.nav_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-right: 15px;
    padding-top: 12px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .nav_form {
        display: block;
        position: relative;
        padding: 0 15px;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.nav_input-text {
    width: 100%;
    padding: 0px 5px;
    color: #2e363d;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    max-width: 155px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cbcdce;
    margin-right: 5px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .nav_input-text {
        max-width: 100%;
        padding-right: 30px;
    }
}

.nav_search-button {
    color: #fff;
    border: none;
    padding: 0px 10px;
    font-size: 16px;
    background-color: #920700;
}

@media (min-width: 0px) and (max-width: 991px) {
    .nav_search-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        background-color: transparent;
        color: #920700;
        font-size: 14px;
        padding: 0;
    }

    .nav_search-button .fa {
        font-size: 18px;
    }
}

.footer_contact {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaebeb;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_contact {
        margin-bottom: 2px;
        padding: 40px 0;
    }

    .footer-newsletter {
        padding: 0 0 15px 0;
    }
}

.footer_form {
    position: relative;
    max-width: 380px;
    width: 100%;
    display: inline-block;
}

.footer_input-label {
    color: #2e363d;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-right: 40px;
    margin-bottom: 0;
}

.footer_input-text {
    width: 100%;
    font-family: "Roboto", sans-serif;
    border: 1px solid #2e363d;
    height: 48px;
    padding-left: 10px;
    padding-right: 50px;
}

.footer_mail-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #2e363d;
}

.footer_social {
    float: right;
    margin-top: 4px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_social {
        float: none;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_social-wrapper {
        padding: 0;
    }
}

.footer_social-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-right: 30px;
    display: inline-block;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_social-title {
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_social-title {
        margin-right: 25px;
    }
}

.footer_social-icon-wrapper {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #eaebeb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer_social-icon-wrapper:hover {
    color: #fff;
}

.footer_social-icon {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #969a9e;
}

.footer_social .fa {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer_social-icon-twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
}

.footer_social-icon-twitter:hover .fa-twitter {
    color: #fff;
}

.footer_social-icon-facebook:hover {
    background-color: #3b5999;
    border-color: #3b5999;
}

.footer_social-icon-facebook:hover .fa-facebook {
    color: #fff;
}

.footer_social-icon-google-plus:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.footer_social-icon-google-plus:hover .fa-google-plus {
    color: #fff;
}

.footer_social-icon-rss:hover {
    background-color: #f26522;
    border-color: #f26522;
}

.footer_social-icon-rss:hover .fa-rss {
    color: #fff;
}

.footer_content {
    padding: 45px 0 30px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eaebeb;
}

.footer_title {
    color: #2e363d;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_title {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.footer_list-link {
    color: #2e363d;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.footer_bottom {
    padding: 30px 0;
    border-top: 1px solid #eaebeb;
}

.footer_bottom-copyright {
    color: #9a9a9a;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_bottom-copyright {
        margin-bottom: 30px;
    }
}

.footer_bottom-list {
    float: right;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_bottom-list {
        float: none;
    }
}

.footer_bottom-list-item {
    display: inline-block;
    margin-left: 20px;
}

.footer_bottom-list-item:first-child {
    margin-left: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer_bottom-list-item {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        line-height: 30px;
    }
}

.footer_bottom-list-link {
    color: #2e363d;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.content {
    position: relative;
    background-color: #fff;
}

.cpauthenticated .gptad{
    display: none;
}

.banners {
    padding: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners {
        margin-bottom: 30px;
    }
}

.top-banner {
    padding: 0;
}

.detailseite .content-banner {
    margin-bottom: 15px;
}

.content-banner {
    text-align: center;
    margin: 0 0 50px 0;
}

@media (min-width: 768px) {

}

@media (min-width: 0px) and (max-width: 1024px) {
    .content-banner {
        margin-bottom: 25px;
    }
}

@media (max-width: 649px) {
    #div-gpt-ad-billboard-1 {
        display: none;
    }
}

.content-banner-left {
    width: 100%;
    max-width: 200px;
    overflow-x: hidden;
    position: absolute;
    left: -20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
}

@media (min-width: 1600px) {
    .content-banner-left {
        display: block;
    }
}

.content-banner-right {
    position: absolute;
    left: 100%;
    margin-left: 5px;
}


.sidebar_banner {
    margin-bottom: 50px;
    overflow: hidden;
    text-align: left;
}

@media (min-width: 0px) and (max-width: 991px) {
    .sidebar_banner {
        margin-bottom: 35px;
    }
}

@media (min-width: 0px) and (max-width: 1199px) {
    .sidebar_banner {
        text-align: center;
    }
}

.sidebar_banner-img {
    width: 100%;
    width: 300px;
    display: inline-block;
}

.sidebar_submenu ul {
    padding: 15px 10px 0 0;
}

.sidebar_submenu ul a {
    color: #2e363d;
    font-size: 20px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_submenu ul a {
        font-size: 16px;
        line-height: 32px;
    }
}

.sidebar section {
    margin-bottom: 50px;
}

.sidebar_submenu ul a .fa {
    font-weight: 400;
}

.sidebar_e-mag {
    text-align: center;
}

.sidebar_e-mag-content-wrapper {
    display: inline-block;
}

.sidebar_e-mag-img-wrapper {
    float: left;
    margin-right: 10px;
}

.sidebar_e-mag h3 {
    font-family: "Roboto", sans-serif;
    color: #0c538b;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar_e-mag-button {
    display: inline-block;
    padding: 8px 10px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    float: left;
    font-weight: 400;
    margin-left: 20px;
    line-height: 18px;
    background-color: #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #920700;
}

.sidebar_e-mag-button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

.sidebar_list {
    margin-bottom: 45px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .sidebar_list {
        margin-bottom: 30px;
    }
}

.sidebar_list-item {
    position: relative;
    padding: 8px 0 10px 35px;
    border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
    .article .article_img-wrapper, .detail .article_img-wrapper {
        margin-right: 30px;
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_list-item {
        padding-left: 30px;
    }
}

.sidebar_list-item:first-child {
    padding-top: 15px;
}

.sidebar_list-item:first-child .sidebar_list-number {
    top: 15px;
}

.sidebar_list-item:last-child {
    border-bottom: none;
}

.sidebar_list-number {
    position: absolute;
    color: #920700;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    left: 0px;
    top: 8px;
}

.sidebar_list-link {
    color: #1d1e20;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_list-link {
        font-size: 14px;
    }
}

.sidebar_list-date {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
}

.sidebar_list-category {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
}

.sidebar_news {
    margin-bottom: 40px;
}

.sidebar_news img {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar_news-content {
    padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_news-content {
        padding: 0;
    }
}

.sidebar_news-category {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sidebar_news h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_news h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.sidebar_news h3 a {
    color: black;
}

.sidebar_news p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_news p {
        font-size: 14px;
    }
}

.sidebar_news p a {
    color: #920700;
    font-weight: 500;
    text-decoration: underline;
}

.sidebar_news p a:hover {
    color: #920700;
    text-decoration: none;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .sidebar_partners {
        padding-bottom: 40px;
    }
}

.sidebar_partners .section-title {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .sidebar_partners-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .active > .dropdown-menu {
        display: block;
    }
}

.sidebar_partners-link {
    display: inline-block;
    margin-bottom: 10px;
}

.news-top {
    margin-bottom: 50px;
}

.news.b-space {
    margin-top: 30px;
}

.news_item {
    padding: 20px 15px 10px 0px;
    border-bottom: 1px solid #eaebeb;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news_item {
        padding: 20px 0 10px;
    }
}

.news_item a {
    display: block;
}

.news_item a:after {
    content: "";
    display: block;
    clear: both;
}

.news-img_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.news-img_wrapper.star-icon:before {
    content: url("../img/star-icon.png");
    display: block;
    position: absolute;
    right: 15px;
    top: -7px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news_img {
        width: 100%;
    }
}

.news-info_wrapper h3 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #0c538b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news-info_wrapper h3 {
        font-size: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-info_wrapper h3 {
        font-size: 16px;
    }
}

.news-info_wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news-info_wrapper p {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-info_wrapper p {
        font-size: 14px;
    }
}

.news-info_wrapper p span,
a.internal-ad p span {
    color: #920700;
    text-decoration: underline;
    font-weight: 500;
}

.news-info_date {
    color: #969a9e;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
}

.news-info_category {
    color: #969a9e;
    font-size: 13px;
    font-weight: 400;
}

.news_button-container {
    padding: 20px 15px 80px 0;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news_button-container {
        padding: 20px 0 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.news_button-container .news_button {
    margin-left: 30px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .news_button-container .news_button {
        margin: 0;
    }
}

.news_button-container .news_button:first-child {
    margin-left: 0;
}

.news_button {
    display: inline-block;
    padding: 8px 10px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: #920700;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

.carousel.b-space {
    margin-top: 55px;
}

.content-carousel_wrapper {
    margin-bottom: 45px;
    padding: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_wrapper {
        margin-bottom: 5px;
    }
}

.content-carousel_wrapper .owl-carousel {
    padding: 30px 60px 70px;
    background-color: #f6f6f6;
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_wrapper .owl-carousel {
        padding: 20px 5px 30px;
    }
}

.content-carousel_item h3 {
    margin-top: 0;
    color: #0c538b;
    letter-spacing: 0.2px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_item h3 {
        font-size: 18px;
    }
}

.content-carousel_item p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_item p {
        font-size: 14px;
        line-height: 22px;
    }
}

.content-carousel_item p a {
    color: #920700;
    font-weight: 500;
    text-decoration: underline;
}

.content-carousel_item p a:hover {
    color: #920700;
    text-decoration: none;
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_item p a {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel_img {
        margin: 10px 0;
    }
}

.content-carousel .owl-stage-outer {
    position: relative;
    z-index: 10;
}

.content-carousel .owl-nav {
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 70px;
}

.content-carousel .owl-prev {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-carousel .owl-next {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .content-carousel .owl-prev {
        top: 50%;
    }

    .content-carousel .owl-next {
        top: 50%;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .content-carousel .owl-prev,
    .content-carousel .owl-next {
        top: auto;
        bottom: -70px;
    }

    .content-carousel .owl-next {
        position: absolute;
        top: auto;
        bottom: -70px;
    }

    .content-carousel .owl-prev img,
    .content-carousel .owl-next img {
        height: 20px;
        width: auto;
    }
}

.content-carousel .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
}

.content-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #464646;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.content-carousel .owl-dot.active {
    background-color: #920700;
}

@media (min-width: 0px) and (max-width: 991px) {
    .detailseite .content-carousel {
        margin-bottom: 45px;
    }

    #magazine-essence .image-wrapper {
        text-align: left !important;
        margin-bottom: 20px;
    }
}

.events {
    margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .events {
        margin-bottom: 35px;
    }

}

.events-top {
    margin-top: 30px;
}

.events_list {
    margin-bottom: 20px;
}

.events_list-wrapper {
    padding: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
    .events_list-wrapper {
        padding: 0;
    }
}

.events_list li {
    padding: 30px 15px;
    border-bottom: 1px solid #eaebeb;
}

@media (min-width: 0px) and (max-width: 767px) {
    .events_list li {
        padding: 25px 0;
    }
}

.events-place_wrapper {
    display: inline-block;
}

@media (min-width: 0px) and (max-width: 767px) {
    .events-place_wrapper {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .events-place_wrapper {
        margin-bottom: 15px;
    }
}

.calendar-widget {
    display: table;
}

.calendar-widget > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #920700;
    line-height: 24px;
}

.events-date {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #920700;
    line-height: 24px;
}

.events-date > span {
    text-align: center;
    display: block;
    line-height: 18px;
}

div.events-icon {
    padding-right: 10px;
}

div.place-icon {
    padding: 0 13px 0 3px;
}

.events-place {
    display: table;
}

.events-place > div {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #920700;
    line-height: 24px;
}

.events h3 {
    color: #0c538b;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

.events p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.events p a,
.article ul.check li a {
    color: #920700;
    font-weight: 500;
    text-decoration: underline;
}

.events p a:hover,
.article ul.check li a:hover {
    color: #920700;
    text-decoration: none;
}

.events_button {
    display: inline-block;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: #920700;
    padding: 8px 10px;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.events_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

.lexicon {
    padding: 20px 0 20px 0;
    background-color: #f6f6f6;
    margin-bottom: 75px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .lexicon {
        padding-bottom: 40px;
        margin-bottom: 0px;
    }
}

.lexicon_wrapper{
    background-color: #fff;
}

@media (min-width: 0px) and (max-width: 991px) {
    .lexicon_wrapper {
        padding: 0 15px;
    }
}

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

.lexicon-info_wrapper {
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lexicon_img {
    float: left;
    max-width: 109px;
    margin-right: 20px;
}

.lexicon_text {
    color: black;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .lexicon_text {
        font-size: 14px;
        line-height: 22px;
    }
}

.lexicon-form_wrapper {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 991px) {
    .lexicon-form_wrapper {
        width: 100%;
    }
}

.lexicon_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.lexicon_input-text {
    width: 100%;
    max-width: 460px;
    height: 40px;
    border: 1px solid #ced0d2;
    margin-right: 25px;
    padding: 5px 20px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .lexicon_input-text {
        margin-right: 10px;
    }
}

.lexicon_search-button {
    background-color: #920700;
    color: #fff;
    border: none;
    font-size: 26px;
    width: 70px;
    height: 44px;
    padding: 2px 10px;
}

.newsletter {
    margin-bottom: 55px;
    clear: both;
}

.old-text {
    margin-bottom: 55px;
}

.newsletter.b-space {
    margin-top: 55px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.newsletter_banner {
    max-width: 300px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter_banner {
        margin: 0 auto;
    }
}

.newsletter_item {
    padding: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter_item {
        padding: 0;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter_banner-img {
        width: 100%;
    }
}

.newsletter .newsletter_content {
    background-color: #f6f6f6;
    padding: 20px 10px 60px;
}

.newsletter .newsletter_content h2 {
    margin-top: 0;
    color: #920700;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter .newsletter_content h2 {
        font-size: 28px;
    }
}

.newsletter .newsletter_content p {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter .newsletter_content p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.newsletter .newsletter_content form {
    position: relative;
    width: 100%;
}

.newsletter .newsletter_content input[type="text"] {
    width: 100%;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    height: 47px;
    border: 1px solid #969a9e;
    padding: 0 40px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter .newsletter_content input[type="text"] {
        padding-left: 10px;
    }
}

.newsletter .newsletter_content button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    background-color: transparent;
    border: none;
    color: #920700;
    font-size: 24px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .newsletter .newsletter_content {
        padding: 20px 15px 25px;
    }
}

.special-themes_item {
    padding: 20px 15px 10px 0px;
    border-bottom: 1px solid #eaebeb;
}

@media (min-width: 0px) and (max-width: 991px) {
    .special-themes_item {
        padding: 20px 0 10px;
    }
}

.special-themes-img_wrapper {
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .special-themes-img_wrapper {
        width: 100%;
    }
}

.special-themes-img_wrapper.star-icon:before {
    content: url("../img/star-icon.png");
    display: block;
    position: absolute;
    right: 15px;
    top: -7px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .special-themes_img {
        width: 100%;
    }
}

.special-themes-info {
    padding-top: 20px;
}

.special-themes-info_category {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
}

.special-themes-info_title {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #0c538b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .special-themes-info_title {
        font-size: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .special-themes-info_title {
        font-size: 16px;
    }
}

.special-themes-info_text {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

@media (min-width: 0px) and (max-width: 991px) {
    .special-themes-info_text {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .special-themes-info_text {
        font-size: 14px;
    }
}

.special-themes-info_text-link {
    color: #920700;
    text-decoration: underline;
    font-weight: 500;
}

.special-themes-info_text-link:hover {
    color: #920700;
    text-decoration: none;
}

.special-themes_button {
    display: inline-block;
    padding: 8px 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: #920700;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.special-themes_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

.article .article_date, .detail .article_date {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
}

.article .article_category, .detail .article_category {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
}

h1 {
    margin-top: 0;
    color: #0c538b;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article h1, .detail h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.article h2, .detail h2 {
    color: #000;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.article .article_img-wrapper,
.detail .article_img-wrapper,
.article-img-wrapper-small {
    display: inline-block;
    float: left;
}

.article-img-wrapper-small {
    width: 300px;
    margin: 0 30px 10px 0;
}

.article-img-wrapper-small img {
    width: 100%;
    height: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
    .article .article_img-wrapper, .detail .article_img-wrapper {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

}

.article .article_img-wrapper img, .detail .article_img-wrapper img {
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 30px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article .article_img-wrapper img, .detail .article_img-wrapper img {
        width: 100%;
        margin-bottom: 5px;
    }
}

.article .article_img-wrapper p,
.detail .article_img-wrapper p,
.article-img-wrapper-small p {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .article .article_img-wrapper, .detail .article_img-wrapper {
        width: 50%;
        margin-right: 30px;
    }

}

.article p, .detail p {
    color: #000;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.article p a, .detail p a, .sidebar_news-content a {
    color: #920700;
    text-decoration: underline;
}

.article p a .fa, .detail p a .fa, .sidebar_news h3 a {
    text-decoration: none;
}

.article p a:hover, .detail p a:hover, .sidebar_news-content a:hover {
    color: #920700;
    text-decoration: none;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article p, .detail p {
        font-size: 14px;
        line-height: 22px;
    }
}

.article table, .detail table {
    width: 100%;
    margin-bottom: 30px;
}

.article table th, .detail table th {
    text-align: center;
    padding: 5px;
    border: 0.59px solid #ccc;
    color: #005ba1;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.article table th:nth-child(2n+1), .detail table th:nth-child(2n+1) {
    background-color: #f8f8f8;
}

.article table td, .detail table td {
    text-align: center;
    color: #005ba1;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px;
    border: 0.59px solid #ccc;
}

.article table td:nth-child(2n+1), .detail table td:nth-child(2n+1) {
    background-color: #f8f8f8;
}

.article ul, .detail ul {
    margin-bottom: 30px;
}

.article ul li, .detail ul li {
    position: relative;
    list-style: none;
    color: black;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 34px;
    padding-left: 10px;
}

.article ul.check li {
    font-weight: normal;
}

.article ul li .fa, .detail ul li .fa {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    font-size: 5px;
    color: #005ba1;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article ul li, .detail ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .article ul li .fa, .detail ul li .fa {
        top: 8px;
    }
}

.article_carousel, .detail_carousel {
    padding: 30px 0 20px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article_carousel-item, .detail_carousel-item {
        padding: 0 60px;
    }
}

.article_carousel .owl-nav .fa, .detail_carousel .owl-nav .fa {
    font-size: 20px;
    color: #920700;
    display: inline-block;
    line-height: 52px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article_carousel .owl-nav .fa, .detail_carousel .owl-nav .fa {
        font-size: 35px;
        color: #920700;
    }
}

.article_carousel .owl-prev, .article_carousel .owl-next, .detail_carousel .owl-prev, .detail_carousel .owl-next {
    width: 26px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.article_carousel .owl-prev, .detail_carousel .owl-prev {
    left: 0;
}

.article_carousel .owl-next, .detail_carousel .owl-next {
    right: 0;
}

.article_button, .detail_button {
    display: inline-block;
    padding: 8px 10px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 18px;
    background-color: #920700;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article_button:hover, .detail_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article_button, .detail_button {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 40px;
    }
}

.article_comments, .detail_comments {
    margin-left: 10px;
    margin-right: 70px;
    color: #898989;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 991px) {
    .article_comments, .detail_comments {
        margin-right: 20px;
    }
}

.article_breadcrumbs {
    display: inline-block;
    margin-bottom: 15px;
}

.article_breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin-right: 3px;
}

.article_breadcrumbs li:after {
    content: '\f105';
    margin-left: 3px;
    font-family: FontAwesome;
}

.article_breadcrumbs li:first-child {
    padding-left: 0;
}

.article_breadcrumbs li:last-child {
    color: #920700;
}

.article_breadcrumbs li:last-child:after {
    content: '';
}

.article_breadcrumbs a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

ul.article_icon-list {
    margin-bottom: 0;
    float: right;
}

ul.article_icon-list li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    padding: 0;
    color: #a3a3a3;
}

ul.article_icon-list li .fa {
    font-size: inherit;
    position: static;
    color: inherit;
}

.article_bottom-content {
    margin-bottom: 30px;
}

.article_bottom-content ul {
    display: inline-block;
    margin-bottom: 0;
}

.article_bottom-content ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.article_bottom-content ul li a {
    color: #0c538b;
    font-size: 14px;
}

.article_bottom-content ul li .fa {
    position: static;
    color: #0c538b;
    font-size: 14px;
}

.comments .section-title b {
    color: #000;
}

.comments_wrapper {
    padding: 40px 0;
}

.comments_wrapper .comments_item:last-child {
    margin-bottom: 0;
}

.comments_item {
    margin-bottom: 30px;
}

.comments_item h3 {
    color: #373737;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}

.comments_item p {
    color: #888;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 1200px) {
    #to-top {
        opacity: 0.8;
    }

    .comments_item {
        margin-right: 95px;
    }
}

.comments_button {
    display: inline-block;
    padding: 8px 10px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 18px;
    background-color: #920700;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.comments_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

@media (min-width: 0px) and (max-width: 991px) {
    .comments_button {
        margin-top: 25px;
    }
}

.comments_form {
    padding-bottom: 60px;
}

.comments_form-title {
    color: #920700;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.comments_form-input {
    width: 100%;
    max-width: 270px;
    padding: 0 20px;
    height: 40px;
    margin-bottom: 30px;
    margin-right: 30px;
    color: #b5b5b5;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #b5b5b5;
    opacity: 1;
}

.comments_form-input::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.comments_form-input:-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.comments_form-input::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.comments_form-input:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.comments_form-textarea {
    width: 100%;
    resize: vertical;
    padding: 10px 20px;
    margin-bottom: 25px;
    color: #b5b5b5;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #b5b5b5;
    opacity: 1;
}

.comments_form-textarea::-webkit-input-placeholder {
    color: #b5b5b5;
}

.comments_form-textarea:-moz-placeholder {
    color: #b5b5b5;
}

.comments_form-textarea::-moz-placeholder {
    color: #b5b5b5;
}

.comments_form-textarea:-ms-input-placeholder {
    color: #b5b5b5;
}

.comments_form-submit {
    display: inline-block;
    padding: 8px 10px;
    color: #920700;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.comments_form-submit:hover {
    color: #fff;
    background-color: #920700;
}

.more-day {
    padding-bottom: 40px;
}

.more-day hr {
    margin: 0 15px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.more-day_item {
    padding: 20px 0;
}

.more-day_item p {
    color: #1d1e20;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.more-day_item img {
    width: 100%;
}

.more-day_date {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .more-day_date {
        margin-bottom: 0px;
    }
}

.more-day_category {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .more-day_category {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.more-brandname {
    padding-bottom: 50px;
}

.more-brandname .section-title {
    color: #005ba1;
}

.more-brandname .section-title span:after {
    background-color: #005ba1;
}

.more-brandname hr {
    margin: 0 15px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.more-brandname_item {
    padding: 20px 0;
}

.more-brandname_item p {
    color: #1d1e20;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.more-brandname_item img {
    width: 100%;
}

.more-brandname_date {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .more-brandname_date {
        margin-bottom: 0px;
    }
}

.more-brandname_category {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .more-brandname_category {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.more-brandname_button {
    display: inline-block;
    padding: 8px 10px;
    color: #fffefe;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: #920700;
    margin-top: 30px;
    border: 1px solid #920700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more-brandname_button:hover {
    background-color: #fff;
    border: 1px solid #920700;
    color: #920700;
}

.archive_wrapper {
    padding: 30px 0;
    width: 100%;
    max-width: 670px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .archive_wrapper {
        max-width: 100%;
    }
}

.archive_tab-list {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: table;
    width: 100%;
}

.archive_tab-list > li > a {
    padding: 0;
    color: #969a9e;
    border: none;
    font-size: 20px;
    font-weight: 400;
}

.archive_tab-list > li > a:hover {
    background-color: transparent;
}

.archive_tab-list > li > a:focus {
    border: none;
    padding: 0;
}

.archive_tab-list > li.active > a {
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 400;
}

.archive_tab-list > li.active > a:hover {
    border: none;
    padding: 0;
}

.archive_tab-list > li.active > a:focus {
    border: none;
    padding: 0;
}

.archive .nav-tabs > li.active > a {
    color: #8f1932;
}

.archive .nav-tabs > li {
    display: table-cell;
    float: none;
}

.archive_tab-content .fade {
    display: none;
}

.archive_tab-content .fade.active {
    display: block;
}

.archive_item {
    display: table-cell;
    text-align: center;
    padding-right: 7px;
}

.archive_item-list {
    display: table;
}

.archive_item-list .archive_item:last-child {
    margin-right: 0;
}

.archive_title {
    color: black;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400;
}

.archive .fs-scrollbar-active .fs-scrollbar-content {
    padding: 0;
}

.archive .fs-scrollbar-horizontal .fs-scrollbar-bar {
    border: none;
}

.archive .fs-scrollbar-track {
    background-color: #eaebeb;
    height: 4px;
    border-top: none;
    overflow: visible;
}

.archive .fs-scrollbar-handle {
    background-color: #920700;
    height: 10px;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.archive_img {
    width: 153px;
}

.archive_tab table {
    width: 100%;
}

.archive_tab table td {
    text-align: center;
}

#archiveNext, #archivePrev {
    margin-top: -5px;
}

.pagination-wrapper {
    text-align: center;
    padding: 30px 0;
}

.pagination-wrapper .pagination {
    display: inline-block;
}

.pagination-wrapper .pagination > li > a {
    border: none;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.pagination-wrapper .pagination > li > a:hover {
    background-color: #920700;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagination-wrapper .pagination > li.disabled a {
    opacity: 0.5;
    color: #323232;
}

.pagination-wrapper .pagination > li.active a {
    background-color: #920700;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagination-wrapper .pagination > li:first-child a:hover {
    background-color: transparent;
    color: #920700;
}

.pagination-wrapper .pagination > li:last-child a:hover {
    background-color: transparent;
    color: #920700;
}

.p20 {
    padding: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.comments_item.off {
    display: none;
}

#scrollbar {
    min-height: 300px;
    height: 300px;
    position: relative;
}

#scrollbarSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -50px;
    z-index: 100;
}

#archivePrev, #archiveNext {
    cursor: pointer;
    padding: 10px;
}

.required:after {
    content: "*";
}

.springer-nature-footer {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 30px 0 30px 0 !important;
    font-size: 11px !important;
    color: #4e4e4e !important;
}

.springer-nature-footer-reverse {
    background-color: #56626c !important;
    color: #fff !important;
}

.springer-nature-footer p {
    padding: 9px 0 0 0 !important;
    margin: 0 !important;
    width: 100%;
    display: inline-block;
}

.springer-nature-footer a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.springer-nature-footer a.springer-nature-footer-logo {
    background: url(/sixcms/media.php/759/logo-springernature-grey.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 128px;
    height: 12px;
}

.springer-nature-footer-reverse a.springer-nature-footer-logo {
    background: url(/sixcms/media.php/759/logo-springernature-white.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 128px;
    height: 12px;
}

.springer-nature-footer p a {
    text-decoration: underline !important;
    background-color: inherit !important;
    display: inline !important;
}

.springer-nature-footer a:hover, .springer-nature-footer a:focus, .springer-nature-footer a:active {
    color: inherit !important;
}

.footerNav {
    position: absolute;
    top: -7px;
    right: 0;
}

@media (max-width: 400px) {
    .springer-nature-footer {
        margin: 50px 0 0 0;
        padding: 15px;
        font-size: 10px;
    }

    .springer-nature-footer p {
        padding: 10px 0 0 0 !important;
    }

    .footerNav {
        position: static;
        margin: 0 0 30px 0;
    }

    .article-img-wrapper-small {
        width: 100%;
        display: block;
        float: none;
        margin: 0 30px 10px 0;
    }
}

.only-print {
    display: none;
}

select.form-control,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    padding-left: 10px;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select.form-control {
    position: relative;
}

.search-form .row {
    margin: 0 -7px;
}

.form-group-wr {
    padding: 0 7px;
}

.form-group-search {
    position: relative;
}

.form-group-search label {
    display: block;
    position: absolute;
    left: 11px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #9a9a9a;
}

.form-group-search .form-control {
    padding-left: 30px;
    width: 100%;
}

.form-control, .select-form-control {
    width: 100%;
    border: 1px solid #9a9a9a;
    height: 48px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 400;
}

.form-control::-webkit-input-placeholder, .select-form-control::-webkit-input-placeholder {
    color: #9a9a9a;
}

.form-control:-moz-placeholder, .select-form-control:-moz-placeholder {
    color: #9a9a9a;
}

.form-control::-moz-placeholder, .select-form-control::-moz-placeholder {
    color: #9a9a9a;
}

.form-control:-ms-input-placeholder, .select-form-control:-ms-input-placeholder {
    color: #9a9a9a;
}

div.checkboxesLeft .checkbox input[type=checkbox] {
    position: static;
    margin-left: 0;
}

div.checkboxesLeft .checkbox label {
    padding-left: 5px;
}

div.checkboxesLeft .appendSpace {
    margin-bottom: 50px;
}

div.checkboxesLeft .has-error .appendSpace {
    margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

.article .article li {
    list-style-type: disc;
    margin-left: 20px;
}

ul.check {
    margin: 10px 0 20px 0;
    z-index: 10;
    position: relative;
}

ul.check li {
    background: url(/assets/img/check.png) no-repeat 0px 5px;
    margin: 0 !important;
    padding-left: 23px;
    line-height: 25px;
    list-style-type: none !important;
}

.navbar-header .navbar-toggle {
    background-color: #fff;
    border: 0;
    padding-top: 0;
}

.navbar-header a img {
    margin-left: 15px;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #0c538b;
    border: 0;
}

.navbar-header .navbar-toggle:hover {
    background: #fff;
}

.navbar-header > img {
    margin: 0 0 0 15px;
}

@media (min-width: 992px) {

    #main-navbar .navbar-collapse {
        padding: 0;
    }

    header .navbar {
        border: 0;
        margin: 0 -15px 0 -15px;
        min-height: 0;
        position: relative;
    }

    #main-navbar {
        margin: 0 -15px 0 -15px;
    }

    #main-navbar .nav > li > a.nav_list-link {
        padding: 10px;
        line-height: 30px;
    }

    #main-navbar {
        position: relative;
        margin-bottom: 30px;
        margin: 0 -15px 30px;
        -webkit-box-shadow: 0px 10px 5px -7px #e2e2e2;
        box-shadow: 0px 10px 5px -7px #e2e2e2;
        padding: 0;
        background: #f6f6f6;
    }

    #main-navbar .nav > li.open > a, #main-navbar .nav > li > a:focus, #main-navbar .nav > li > a:hover, #main-navbar .nav > li.active > a {

        background-color: #cacaca;
    }

    #main-navbar .dropdown, .dropup {
        position: static;
    }

    #main-navbar .dropdown-menu {
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 10px 5px -7px #e2e2e2;
        box-shadow: 0px 10px 5px -7px #e2e2e2;
        left: 0;
        right: 0;
        width: 100%;
        margin: 2px 0 0;
        padding: 5px 0;
        top: 48px;
        background-color: #cacaca;
    }

    #main-navbar .dropdown-menu > li a {
        padding: 0;
        border-bottom: 2px solid #cacaca;
        font-size:15px
    }

    #main-navbar .dropdown-menu > .active > a,
    #main-navbar .dropdown-menu > .active > a:focus,
    #main-navbar .dropdown-menu > .active > a:hover,
    #main-navbar .dropdown-menu > li > a:focus,
    #main-navbar .dropdown-menu > li > a:hover {
        background-color: #cacaca;
        color: #333;
        border-bottom: 2px solid #920700;
        text-decoration: none;
    }

    #main-navbar .dropdown-menu > li {
        float: left;
        margin: 0 15px;
    }
}

@media (min-width: 1170px) {
    #main-navbar .nav > li {
        margin: 0 5px;
    }

    #main-navbar .nav > li:first-of-type {
        margin: 0 5px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav_list-link {
        font-size: 16px;
    }

    #main-navbar .nav > li {
        margin: 0;
    }
}

@media (max-width: 991px) {
    #main-navbar .nav > li {
        border-bottom: 1px solid #e2e2e2;
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }

    #main-navbar .nav > li.top-bar_list-item {
        border: 0;
    }

    #main-navbar .nav > li.open > a,
    #main-navbar .nav > li.active > a,
    #main-navbar .nav > li > a:focus {
        border-bottom: 4px solid #920700;
        background-color: #fff;
    }

    header .navbar-header {
        box-shadow: 0 10px 5px -7px #e2e2e2;
        padding: 0 15px;
    }

    header .container-fluid {
        margin: 0 -15px;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #0c538b;
    }
}

dl.profile dt {
    font-weight: bold;
    text-align: left;
    line-height: 2
}

dl.profile dd,
dl.event-data {
    line-height: 2;
}

dl.event-data dd {
    padding-bottom: 1em;
}

.floatright {
    float: right;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.mb25 {
    margin-bottom: 25px;
}

article.item .count {
    height: 20px;
}

#newsletterRegistration #additionalInfos {
    display: none;
}

#additionalInfosControl {
    display: none;
    margin-bottom: 15px;
}

#newsletterRegistration #additionalInfosControl a {
    float: right;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.colorLikeLink {
    color: #920700;
}

#newsletterRegistration a,
#UserRegistration a {
    color: #920700;
    text-decoration: underline;
}

#newsletterRegistration .agbExplanation,
#UserRegistration .agbExplanation {
    padding-left: 20px;
    margin-bottom: 25px;
}

.iconBox {
    border: 1px solid #eee;
    box-shadow: 4px 4px 4px #ddd;
    display: block;
    white-space: nowrap;
    padding-left: 24px;
}

.iconBox i {
    width: 35px;
    height: 35px;
    float: left;
    font-size: 20px;
    line-height: 64px;
    color: #0c538b;
}

.iconBox h2 {
    margin: 0 0 0 20px;
    line-height: 64px;
    color: #0c538b;
}

.relative {
    position: relative;
}

.galleryInfo {
    height: 50px;
    background: rgba(255, 255, 255, .8);
    line-height: 50px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    top: 0;
    left: 15px;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.galleryInfo div {
    position: absolute;
    top: 0;
    right: 45px;
}

/* Ads */
@media (max-width: 767px) {
    .ads-ba-cad{
        min-height: 150px;
    }

    .ads-ba-cad2{
        min-height: 150px;
    }
}


@media (min-width: 768px) {
    .ads-ba-flb {
        min-height: 275px;
    }

    .ads-ba-bs {
        min-height: 90px;
    }

    .ads-ba-cad{
        min-height: 300px;
    }

    .ads-ba-cad2{
        min-height: 265px;
    }


}