
* {
    outline: none;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
}

.horizontal-centered {
    margin: 0 auto !important;
}

.full-width {
    width: 100% !important;
    float: none !important;
}

html, body {
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
}

html {
    background-color: white;
}

#main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.container {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.content {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

#header {
    width: 100%;
    height: 105px;
    position: relative;
    display: block;
}

#header_container {
    width: 100%;
    height: 35px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 5px black;
    color: white;
    background-color: #db3232;
    font-size: 2em;
    font-weight: bold;
}

#header_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

    #header_content span {
        width: 400px;
        height: 100%;
        position: relative;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 35px;
        padding-left: 30px;
        box-sizing: border-box;
    }

#showCalcPanel {
    width: 200px;
    height: 100%;
    position: relative;
    display: block;
    float: right;
    font-size: 14px;
    background-color: white;
    color: #db3232;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    border: none;
    cursor: pointer;
    transition: all 0.1s;
}

    #showCalcPanel:hover {
        background-color: #EAEAEA;
    }

#header_menu {
    width: 100%;
    height: 90px;
    position: relative;
    display: block;
    margin-top: 10px !important;
}

#header_menu_container {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    padding: 15px 30px;
    box-sizing: border-box;
}

#header_logo {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

    #header_logo img {
        width: auto;
        height: 100%;
        position: relative;
        display: block;
        border: none;
    }

#header_menu_buttons {
    width: 1000px;
    height: 100%;
    position: relative;
    display: block;
    float: right;
}

#header_menu_buttons_bg_line {
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    left: 0%;
    top: 20px;
    background-color: #d9d9d9;
    z-index: 0;
}

#header_menu_buttons_list {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    list-style: none;
    z-index: 99;
}

.header_menu_button {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    float: left;
}

.header_menu_button_link {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    padding: 40px 17px 5px 17px;
    font-size: 15px;
    font-weight: 500;
    color: #2F2F2F;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    background-image: url(/images/page/header-btn-bg.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center 12px;
    transition: all 0.2s;
}

    .header_menu_button_link:hover {
        background-size: 25px auto;
        background-position: center 10px;
        color: #db3232;
    }

.page-size {
    width: 1280px !important;
}

#main-slider {
    width: 100%;
    height: 480px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px !important;
}

#main-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#main-slider-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.slider-item {
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 2px;
}

.slider-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: #EEE;
}

.slider-item:first-child {
    width: 60%;
    height: 100%;
    left: 0%;
    top: 0%;
}

.slider-item:nth-child(2) {
    width: 40%;
    height: 60%;
    left: 60%;
    top: 0%;
}

.slider-item:nth-child(3) {
    width: 20%;
    height: 40%;
    left: 60%;
    top: 60%;
}

.slider-item:last-child {
    width: 20%;
    height: 40%;
    left: 80%;
    top: 60%;
}

.slider-image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 0;
}

    .slider-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        overflow: hidden;
        z-index: 0;
        transition: all 0.6s;
        left: 0%;
        top: 0%;
    }

.slider-box:hover .slider-image img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.slider-data {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
    transition: all 0.6s;
}

.slider-box:hover .slider-data {
    background-color: rgba(0, 0, 0, 0.9);
}

.slider-header {
    width: 100%;
    height: auto;
    min-height: 35px;
    max-height: 60px;
    position: absolute;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    text-align: left;
    padding: 5px 10px !important;
    line-height: 25px;
    left: 0px;
    bottom: 60px;
}

.slider-content {
    width: 100%;
    height: auto;
    min-height: 18px;
    max-height: 48px;
    position: absolute;
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    text-align: left;
    padding: 5px 10px !important;
    line-height: 16px;
    left: 0px;
    bottom: 10px;
}

#main_text_container {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin-top: 20px !important;
}

#main_text_content {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

#main_text_header {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    font: 800 48px 'Cormorant Infant SemiBold';
    font-style: italic;
    color: #c60303;
    text-decoration: none;
    text-align: center;
}

#main_text_text {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #6D738A;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

#carousel_slider {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 15px !important;
    box-sizing: border-box;
    /*border: 1px solid #D9D9D9;*/
}

#carousel_container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#carousel_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.carousel-box {
    width: 255.5px;
    height: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 5px;
    float: left;
}

.carousel-image {
    width: 100%;
    height: 70%;
    position: relative;
    display: block;
}

    .carousel-image img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        border: none;
    }

.carousel-data {
    width: 100%;
    height: 30%;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2F2F2F;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-box:hover .carousel-data {
    text-decoration: underline;
}

.page-header {
    width: 1280px;
    height: 25px;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.page-description {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    color: #484848;
    text-decoration: none;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: white;
    margin: 0 auto;
    line-height: 22px;
    z-index: 999;
}

    .page-description img {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        left: 0%;
        top: 0%;
        z-index: 0;
    }

    .page-description span {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        left: 0%;
        top: 0%;
        z-index: 99;
        background-color: rgba(255, 255, 255, 0.7);
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        line-height: 180px;
        padding: 20px;
        box-sizing: border-box;
    }

.page-line {
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0%;
    top: 12px;
    background-color: #d9d9d9;
    z-index: 0;
}

.page-header span, .page-header h1 {
    width: auto;
    height: 100%;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: #6D738A;
    text-decoration: none;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: white;
    margin: 0 auto;
    line-height: 22px;
    z-index: 999;
}

#mail_list_main {
    width: 100%;
    height: 150px;
    position: relative;
    display: block;
    margin-top: 30px !important;
}

#mail_list_container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background-color: #EEE;
    overflow: hidden;
    border-radius: 5px;
}

#mail_list_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#mail_list_main_header {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #484848;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

#mail_list_main_details {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6D738A;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

#mail_list_main_form {
    width: 502px;
    height: 35px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px !important;
    border-radius: 5px;
    border: 1px solid #6D738A;
    overflow: hidden;
    box-sizing: border-box;
}

    #mail_list_main_form input {
        width: 440px;
        height: 100%;
        position: relative;
        display: block;
        float: left;
        border: none;
        font-size: 14px;
        font-weight: 500;
        box-sizing: border-box;
        line-height: 33px;
        padding: 0px 10px;
        background-color: white;
        color: #2F2F2F;
    }

    #mail_list_main_form button {
        width: 60px;
        height: 100%;
        position: relative;
        display: block;
        float: right;
        border: none;
        font-size: 24px;
        font-weight: 500;
        box-sizing: border-box;
        line-height: 33px;
        padding: 0px 10px;
        background-color: #2F2F2F;
        color: white;
        cursor: pointer;
        transition: all 0.1s;
    }

        #mail_list_main_form button:hover {
            background-color: #6D738A;
        }

#social-main {
    width: 30px;
    height: auto;
    position: fixed;
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -105px;
    background-color: #6D738A;
    z-index: 999;
}

    #social-main a {
        width: 100%;
        height: 30px;
        position: relative;
        display: block;
        overflow: hidden;
        color: white;
        text-decoration: none;
        text-align: center;
        transition: all 0.1s;
    }

        #social-main a:hover {
            background-color: #2F2F2F;
        }

        #social-main a i {
            width: 30px;
            height: 30px;
            position: relative;
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: 30px;
            float: left;
        }

        #social-main a span {
            width: 70px;
            height: 30px;
            position: relative;
            display: none;
            padding: 0px 5px;
            box-sizing: border-box;
            font-size: 10px;
            overflow: hidden;
            float: left;
            line-height: 30px;
            text-align: left;
        }

    #social-main:hover {
        width: 100px;
    }

        #social-main:hover a span {
            display: block;
        }

#activity_list_main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin-top: 20px !important;
}

.activity_list_bg {
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    left: 50%;
    background-color: #d9d9d9;
    z-index: 0;
}

    .activity_list_bg .evt-box-icon {
        width: 21px;
        height: 21px;
        position: absolute;
        display: block;
        left: -10px;
        background-color: #d9d9d9;
        border-radius: 50%;
    }

#activity_list_content {
    z-index: 999;
}

.activity_month {
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
}

.activity_month_text {
    width: 160px;
    height: 40px;
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding-left: 0px 10px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
}

.activity_box {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.a_left {
    width: 50% !important;
    float: left !important;
}

.a_right {
    width: 50% !important;
    float: right !important;
}

.acivity_content {
    padding: 30px;
    box-sizing: border-box;
}

.activity_icon {
    width: 86px;
    height: 128px;
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid #EEE;
    padding: 3px;
}

    .activity_icon img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        border: none;
    }

.a_left .activity_icon {
    float: right;
}

.a_right .activity_icon {
    float: left;
}

.activity_data {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.a_left .activity_data {
    padding-right: 110px;
    text-align: right;
}

.a_right .activity_data {
    padding-left: 110px;
    text-align: left;
}

.activity_date {
    width: auto;
    height: 30px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    background-color: #EEE;
    color: #2F2F2F;
    line-height: 30px;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 15px;
}

.activity_type {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6D738A;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0px 20px;
    line-height: 30px;
    margin-top: 5px;
}

.activity_name {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #db3232;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0px 20px;
    line-height: 30px;
}

.activity_place {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6D738A;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0px 20px;
    line-height: 30px;
}

.a_left .activity_date {
    float: right;
}

.a_right .activity_date {
    float: left;
}

.a_left .activity_type, .a_left .activity_place, .a_left .activity_name, .a_left .activity_description {
    float: right;
    text-align: right;
}

.a_right .activity_type, .a_right .activity_place, .a_right .activity_name, .a_right .activity_description {
    float: left;
    text-align: left;
}

.activity_description {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0px;
    line-height: 30px;
    margin-top: 10px;
}

.activity-see-all {
    width: 220px;
    height: 40px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    background-color: #db3232;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    border-radius: 22px;
    margin-top: 15px !important;
    transition: all 0.2s;
}

    .activity-see-all:hover {
        background-color: #db3232;
    }

.col-quarter {
    width: 25% !important;
}

.col-half {
    width: 50% !important;
}

.footer {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin-top: 20px;
}

.footer-top {
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    border-top: 1px solid #d9d9d9;
}

.footer-bottom {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    border-top: 1px solid #d9d9d9;
    background-color: #F5F5F5;
}

.footer-box {
    height: auto;
    position: relative;
    display: block;
    min-height: 300px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.footer-header {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    padding: 10px 10px 3px 10px;
    text-align: left;
    overflow: hidden;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    box-sizing: border-box;
    border-bottom: 1px dashed #6D738A;
}

.footer-link {
    width: 100%;
    height: 28px;
    position: relative;
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #6D738A;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 28px;
}

    .footer-link:hover {
        color: #2F2F2F;
    }

    .footer-link i {
        width: 20px;
        height: 20px;
        position: relative;
        display: block;
        font-size: 12px;
        line-height: 20px;
        margin-top: 2px;
        float: left;
        border: 1px solid #6D738A;
        text-align: center;
    }

    .footer-link span {
        width: 100px;
        height: 28px;
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 28px;
        float: left;
        text-align: left;
        padding-left: 10px;
    }

.footer-content {
    padding-top: 10px;
    font-size: 14px;
    color: #2F2F2F;
    padding-bottom: 15px;
}


.article-box {
    width: 100%;
    height: 112px;
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 5px;
    color: #6D738A;
    text-decoration: none;
    /*    float: left;
    margin-left: 0.9%;*/
    margin-top: 20px;
}

.article-icon {
    width: 100px;
    height: 100%;
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: white;
    line-height: 100px;
    float: left;
}

    .article-icon i {
        height: 100%;
        line-height: 100px;
    }

    .article-icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.article-data {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    float: left;
    padding-left: 115px;
    padding-top: 10px;
    left: 0%;
    top: 0%;
    right: 0px;
    box-sizing: border-box;
}

.article-title {
    width: 100%;
    min-height: 25px;
    max-height: 50px;
    height: auto;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #db3232;
    text-align: left;
    text-decoration: none;
    line-height: 21px;
}

.article-authors {
    width: 100%;
    height: auto;
    min-height: 18px;
    max-height: 36px;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #2F2F2F;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
}

.article-source {
    width: 100%;
    height: 26px;
    position: absolute;
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #6D738A;
    text-align: right;
    text-decoration: none;
    line-height: 26px;
    bottom: 0px;
    right: 10px;
    padding: 0px;
}

.article-image {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

#calculatorPanel {
    position: absolute;
    right: 5px;
    width: 500px;
    height: auto;
    background-color: #f8f8f8;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    padding: 20px;
    display: none;
    overflow-y: auto;
    z-index: 99999999;
    top: 40px;
}

#togglePanelBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tab {
    padding: 10px;
    cursor: pointer;
    background: #ddd;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}

    .tab.active {
        background: #fff;
        font-weight: bold;
        border-bottom: 2px solid white;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="number"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.calculateBtn {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#results {
    margin-top: 20px;
}

.hamburger, .mobile-logo, .mobile-closer {
    display: none;
}

@media screen and (max-width: 1100px) {
    .hamburger {
        width: 100px;
        height: 100px;
        position: absolute;
        display: block;
        right: 30px;
        top: 30px;
        background-color: white;
        border: 1px solid #6D738A;
        color: #db3232;
        font-size: 50px;
        z-index: 9999;
        box-sizing: border-box;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        line-height: 98px;
    }

    .partner-container {
        width: 100% !important;
        float: none !important;
    }

    #header_container {
        height: 60px;
    }

    #header_content span {
        width: 50%;
        line-height: 60px;
        font-size: 28px;
        font-weight: normal;
    }

    #header_content a {
        width: 50%;
        line-height: 60px;
        font-size: 28px;
        font-weight: bold;
    }

    #header_content i {
        line-height: 60px !important;
    }

    #header {
        height: 170px;
    }

    #header_menu {
        height: 135px;
    }

    #header_logo {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 auto;
    }

        #header_logo img {
            width: auto;
            height: 100%;
            position: relative;
            display: block;
            border: none;
            margin: 0 auto;
        }

    #header_menu_buttons {
        width: 100%;
        height: 100%;
        position: fixed;
        display: block;
        border: 1px solid #6D738A;
        box-sizing: border-box;
        background-color: white;
        left: 100%;
        top: 0%;
        z-index: 999999;
        transition: all 0.5s;
    }

    .active {
        left: 0% !important;
    }

    .mobile-logo {
        width: 100%;
        height: 200px;
        position: relative;
        display: block;
        list-style: none;
        margin: 50px 0px 0px 0px;
        padding: 40px;
        box-sizing: border-box;
        border: none;
    }

        .mobile-logo a {
            width: 479px;
            height: 100%;
            position: relative;
            display: block;
            margin: 0 auto;
        }

            .mobile-logo a img {
                width: auto;
                height: 100%;
                position: relative;
                display: block;
                border: none;
            }

    #header_menu_buttons_bg_line {
        display: none;
    }

    .header_menu_button {
        width: 100%;
        height: 200px;
        position: relative;
        display: block;
        background-color: white;
        text-align: left;
        font-size: 36px;
        text-decoration: none;
        line-height: 198px;
        padding: 0px;
        box-sizing: border-box;
        border-bottom: 2px solid #6D738A;
    }

        .header_menu_button:nth-child(2) {
            border-top: 2px solid #6D738A;
            height: 202px !important;
            margin-top: 150px !important;
        }

    .header_menu_button_link {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        background-color: white;
        text-align: left;
        font-size: 48px;
        text-decoration: none;
        line-height: 198px;
        padding: 0px 200px;
        background-position: 130px center;
        background-size: 30px auto;
    }

    .mobile-closer {
        width: 100px;
        height: 100px;
        position: absolute;
        display: block;
        right: 30px;
        top: 30px;
        background-color: white;
        border: 1px solid #6D738A;
        color: #db3232;
        font-size: 70px;
        z-index: 9999;
        box-sizing: border-box;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        line-height: 98px;
    }

    #social-main {
        margin: 0px !important;
        width: 80px;
    }

        #social-main a {
            height: 80px !important;
            line-height: 80px !important;
        }

            #social-main a i {
                width: 80px;
                height: 80px;
                font-size: 36px;
                line-height: 80px;
            }

            #social-main a span {
                display: none;
            }
}

.partner-box {
    width: 33.333%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.partner-box-container {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

    .partner-box-container * {
        outline: none;
        border: none;
        text-decoration: none;
    }

.partner-box img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    left: 0%;
    top: 0%;
    z-index: 9;
}

.partner-box span {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: -100%;
    top: 0%;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    align-content: center;
    z-index: 9999;
    line-height: 20px;
    transition: all 0.2s;
}

.partner-box:hover span {
    left: 0% !important;
}

.partner-container {
    width: 50%;
    float: left;
}

@media screen and (max-width: 1100px) {
    .news-title, .page-header span, .page-header h1 {
        font-size: 3.3em !important;
    }

    .news-text {
        font-size: 2.1em !important;
    }
}
