/* FOOTER SECTION */
.footer-section {
    margin-top: 30px;
    overflow: hidden;
}

/* E-Newsletter and Visitors Guide Panel */
.enews_vguide_container .enews,
.enews_vguide_container .vguide {
    border-top: 1px solid #007483;
    display: flex;
    padding: 0 15px;
}

.enews_vguide_container .img-cont {
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.enews_vguide_container .image-wrapper {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #80bc00;
    position: relative;
}

.enews_vguide_container .image-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
}

.enews_vguide_container .text-cont {
    width: 100%;
}

.enews_vguide_container .text-cont .enews-vguide-title {
    text-transform: uppercase;
    margin-top: 15px;
    color: #011e41;
    font-weight: bold;
    margin-bottom: 10px;
}

.enews_vguide_container .text-cont .enews-vguide-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #6f7273;
}

.enews_vguide_container .enews-vguide-wrapper {
    display: block;
    position: relative;
}

.enews_vguide_container .enews-vguide-wrapper a {
    width: 100%;
    display: block;
}

.enews_vguide_container .enews-vguide-text {
    padding-right: 30px;
}

.enews_vguide_container .enews-vguide-text i {
    display: none;
}

.enews_vguide_container .enews-vguide-arrow {
    width: 30px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.enews_vguide_container .enews-vguide-arrow i {
    font-size: 20px;
    color: #cf5818;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer-section .footer-content {
    position: relative;
    z-index: 2;
}

.footer-section .footer-inner {
    padding: 30px 15px;
    position: relative;
}

.footer-section .footer-inner::after {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color:rgba(0, 116, 131, 0.6);
}

.footer-section .footer-inner .contact-col {
    margin-bottom:30px;
    text-align: center;
}

.footer-section .footer-inner .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.footer-section .footer-inner .contentRender_name_plugins_core_textbox p {
    margin-bottom: 0;
    color: #fff;
    line-height: 25px;
}

.footer-section .footer-inner .contentRender_name_plugins_core_textbox a {
    color: #fff
}

.footer-section .nav-col {
    display: none;
}

.footer-section .partners {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-section .partners img {
    padding: 0 5px;
    max-height: 80px;
}

@media screen and (max-width: 370px){
    .footer-section .partners img {
        padding: 0 5px;
        max-height: 50px;
    }
}

.footer-section .custom-button {
    justify-content: center;
}

.footer-section .lang-cont {
    width: 100%;
}

.footer-section .copyright-cont {
    padding-bottom: 75px;
    position: relative;
    z-index: 2;
}

.footer-section .copyright-cont img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.footer-section .copyright p {
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.footer-section .footer-logo-cont {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 5;
    border-radius: 50%;
}

.footer-section .footer-logo-cont .footer-logo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
}

.footer-section .footer-bottom {
    border-top: 10px solid #fff;
    position: relative;
    background-color: #011e41;
    height: 250px;
    z-index: 1;
}

.footer-section .footer-bottom .social-panel {
    margin: auto;
    margin-top: 60px;
    text-align: center;
    padding: 0 15px;
    max-width: 600px;
}

.footer-section .social-panel .left-section,
.footer-section .social-panel .right-section {
    width: 100%;
}

.footer-section .social-panel .subtitle {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
}

.footer-section .social-panel .title {
    color: #80bc00;
    font-size: 49px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 14px;
}

@media (min-width: 1025px) {
    .footer-section {
        margin-top: 120px;
    }

    .enews_vguide_container .enews,
    .enews_vguide_container .vguide {
        flex-basis: 50%;
        border-top: none;
        max-width: 600px;
    }

    .enews_vguide_container .enews {
        border-right: 1px solid #007483;
    }

    .enews_vguide_container .links-cont {
        display: flex;
        border-top: 1px solid #007483;
        justify-content: center
    }

    .enews_vguide_container .image-wrapper {
        height: 70px;
        width: 70px;
    }

    .enews_vguide_container .image-wrapper i {
        font-size: 38px;
    }

    .enews_vguide_container .text-cont {
        padding: 15px 0;
    }

    .enews_vguide_container .text-cont .enews-vguide-text {
        padding-right:0;
    }

    .enews_vguide_container .text-cont .enews-vguide-title {
        font-size: 35px;
        font-weight: normal;
    }

    .enews_vguide_container .text-cont .enews-vguide-subtitle {
        font-size: 18px;
        line-height: 20px;
    }

    .enews_vguide_container .text-cont .enews-vguide-subtitle i {
        display: inline-block;
        color: #cf5818;
    }

    .enews_vguide_container .enews-vguide-arrow {display: none}

    .footer-section .footer-inner {
        position: relative;
    }

    .footer-section .footer-content {
        display: flex;
        padding: 20px 0;
        max-width: 1260px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .footer-section .footer-content .left-col,
    .footer-section .footer-content .right-col{
        flex-basis: 50%;
        display:flex;
        flex-wrap:wrap;
    }

    .footer-section .footer-content .left-col .contact-col,
    .footer-section .footer-content .right-col .contact-col {
        flex-basis: 50%;
        padding: 0 15px;
        margin-bottom:30px;
        text-align: left;
    }

    .footer-section .nav-col,
    .footer-section .partner-col,
    .footer-section .button-col {
        flex-basis: 33.33%;
        display: flex;
    }

    .footer-section .partner-col {
        justify-content: center;
    }

    .footer-section .partners img {
        padding: 0 10px;
    }

    .footer-section .partner-col .partners,
    .footer-section .button-col {
        flex-direction: column;
    }

    .footer-section .partner-col .partners .top-partners {
        display: flex;
        margin-bottom:15px;
    }

    .footer-section .nav-col li {
        line-height: 25px;
    }

    .footer-section .button-col .contentRender_name_plugins_common_button {
        display: flex;
        justify-content: flex-end
    }

    .footer-section .footer-logo-cont {
        width: 200px;
        height: 200px;
    }

    .footer-logo-cont > img {
        width: 100%;
    }

    .footer-section .copyright-cont {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0 200px;
    }

    .footer-section .footer-bottom .social-panel {
        display: flex;
        margin-top: 75px;
        max-width: 1290px;
    }

    .footer-section .social-panel .left-section,
    .footer-section .social-panel .right-section {
        width: 50%;
        margin: 0 auto;
    }

    .footer-section .social-panel .left-section {
        margin-left: auto;
    }

    .footer-section .social-panel .right-section {
        margin-right: auto;
    }

    .footer-section .social-panel .subtitle {
        font-size: 60px;
    }

    .footer-section .social-panel .title {
        font-size: 91px;
        line-height: 40px
    }
}

@media (max-width: 64em) {
    .mobile-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 101;
    }

    .mobile-fixed .mobileAd{
        text-align: center;
    }
}
