/*Footer-section*/
#footer-section {
    clear: both;
}
.footer-section {
    background: #222222;
    padding: 100px 0;
    padding-bottom: 200px;
    border-top: 1px solid rgba(225, 225, 225, 0.25) !important;
}
.footer-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-section__content-col.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-section__logo-col.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-section__contact-col.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-section-form-col.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-section__contact-row {
    align-items: center;
    display: flex;
}
.footer-section__content-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-section__contact-row .footer-section__contact:nth-of-type(1) {
    margin-right: 12%;
}
.footer-section__contact-col h5 {
    color: #E52336 !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height:1.2;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-section__contact-col h6 {
    color:  #51BCC6 !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}
.footer-section__contact-col a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
    transition: 0.15s ease;
    text-decoration: none;
}
.footer-section__contact-col a:hover {
    text-decoration: none;
    color:#51BCC6 !important;
}
.footer-section__newsletter h5 {
    color: #E52336 !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-section__form-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-section .footer-section__form input[type="email"] {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 3px !important;
    width: 56.5%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
    color:#fff !important;
    margin-bottom: 0 !important;
    height: 50px;
}
.footer-section__form input[type="email"]:focus {
    outline: none;
}
.footer-section__form input[type="email"]::placeholder {
    font-family: Open Sans;
    font-size: 14px !important;
    color:#fff !important;
}
.footer-section__form input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 3px !important;
    border: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #E52336 !important;
    cursor: pointer;
    transition: 0.15s ease;
}
.footer-section__form .footer-section__form-btn-wrapper {
    width: 35.7%;
    margin-left: 30px;
}
.footer-section__form input[type="submit"]:hover {
    background: #E52336 !important;
    color: #fff !important;
}
.footer-section__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 37px;
}
.footer-section__copyright p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    margin:0;
}
.footer-section__copyright p strong {
    color: rgba(255, 255, 255, 0.5) !important;
}
#footer-section .footer-section-policy-wrapper {
    display: flex;
    align-items: center;
}
#footer-section .scroll-top-link {
    position: static;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: visible;
    color: #eeeeee;
    transition: all 0.3s ease-out;
    background: #393939;
    border: 1px solid #606060;
    border-radius: 3px;
}
#footer-section .scroll-top-link.avia_pop_class {
    opacity: 1;
    visibility: visible;
}
#footer-section .footer-section__privacy {
    margin-right: 50px;
}
.footer-section__privacy span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: 0.15s ease;
    color: rgba(255, 255, 255, 0.5) !important;
}
.footer-section__privacy span:hover {
    text-decoration: none;
    color:#51BCC6 !important;
}
.footer-section__logo span.image-overlay.overlay-type-extern {
    display: none;
}
.footer-section__logo a {
    display: block;
}
.footer-section__copyright {
    display: flex;
    align-items: center;
}
.cookies-consent-link {
    display:none;
}
@media screen and (min-width: 992px) {
    #footer-section .footer-section__logo-col .scroll-top-link {
        display: none !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    .footer-section__contact-col a {
        font-size: 12px;
    }
    .footer-section__contact-col h6 {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .footer-section {
        background: #222222;
        padding: 50px 0;
    }
    .footer-section__logo-col {
        margin-bottom: 45px;
    }
    #footer-section .footer-section__form input[type="email"] {
        width: 100%;
        font-size: 16px;
    }
    .footer-section__form .footer-section__form-btn-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top:10px;
    }
    .footer-section__form input[type="submit"] {
        font-size: 16px;
    }
    .footer-section-form-col {
        margin-top: 25px;
    }
    .footer-section__newsletter h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-section__contact-col h5 {
        font-size: 16px;
    }
    .footer-section__contact-col h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-section__contact-col a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-section__info {
        flex-direction: column-reverse;
    }
    .footer-section__privacy span {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .footer-section__copyright p {
        font-size: 14px;
        margin: 0;
    }
    .footer-section__content-col.col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-section__logo-col.col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-section__contact-col.col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-section-form-col.col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-section__form-wrap {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    #footer-section .footer-section__privacy {
        margin-right: 0;
    }
    .footer-section__logo-col.col-sm-12.col-lg-4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-section-policy-wrapper .scroll-top-link {
        display: none !important;
    }
    .footer-section__info {
        margin-top: 50px;
    }
    .footer-section__logo-col {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:400px) {
    .footer-section__contact-col h6 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footer-section__contact-col a {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
}

/*Newsletter-modal*/
.newsletter-modal {
    position: fixed;
    display: none;
    z-index: 999999999;
    padding-top: 0px;
    padding-bottom: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background: rgba(57, 31, 51, 0.75);
}
.newsletter-modal-wrap {
    position: absolute;
    bottom: 50px;
    left:50px;
    max-width: 600px;
    width: 100%;
    border: 0;
    border-radius:3px;
    background: #fff;
    font-size: .875rem;
    background-color: rgba(255,255,255);
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    margin: auto;
    padding: 0;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 0.5s;
    animation-name: animatebottom;
    animation-duration: 0.5s;
}
@-webkit-keyframes animatebottom {
  from {bottom:-300px; opacity:0} 
  to {bottom:50px; opacity:1}
}

@keyframes animatebottom {
  from {bottom:-300px; opacity:0}
  to {bottom:50px; opacity:1}
}
.newsletter-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:18px;
}
.newsletter-modal-wrap button.close {
    font-family: 'Poppins', sans-serif;
    z-index: 9;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
    background: transparent;
    appearance: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: #391F33;
    border-radius: 3px;
    transition: 0.15s ease;
}
.newsletter-modal-wrap button.close:focus {
    outline:none;
}
.newsletter-modal-wrap button.close:hover {
    background:#E52135;
    border: 0;
}
.newsletter-modal-header h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #51BCC6 !important;
    max-width: 428px;
    margin-bottom: 0;
}
.newsletter-modal-content p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 23px;
}
.newsletter-modal-content input#mce-EMAIL {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #E1E1E1 !important;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding:0 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #666666 !important;
}
.newsletter-modal-content input#mce-EMAIL.error {
    border:1px solid #E52336;
}
.newsletter-modal-content input#mce-EMAIL::placeholder {
    font-size: 14px;
    font-family: Open Sans;
    color: #666666 !important;
}
.newsletter-modal-content input#mce-EMAIL:focus {
    outline:none;
}
.newsletter-modal-content #mc-embedded-subscribe {
    background: #51BCC6;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #51bcc6;
}
.newsletter-modal-body {
    padding: 42px 50px 50px 50px;
}
#mc-embedded-subscribe-form {
    margin-bottom: 0 !important;
}
.newsletter-modal-content #mc-embedded-subscribe:focus {
    outline:none;
    box-shadow: none;
}
.newsletter-modal-content #mc-embedded-subscribe:hover {
    background: #E52135;
    border-color: #E52135;
}
.newsletter-modal-content #mc_embed_signup .clear {
    width:100%;
}
@media screen and (max-width: 991px) {
    .newsletter-modal-wrap {
        animation:none;
    }
}
@media screen and (min-width: 701px) { 
    .newsletter-modal-content h2{
        display:none;
    }
}
@media screen and (max-width: 700px) {
    .newsletter-modal-wrap {
        position: absolute;
        bottom:20px;
        left:0;
        right: 0;
        max-width: 92%;
        animation:none;
    }
    .newsletter-modal-header {
        flex-direction: column-reverse;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .newsletter-modal-header h2{
        display:none;
    }
    .newsletter-modal-content h2{
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.3;
        color: #51BCC6 !important;
        max-width:100%;
        margin-bottom: 20px;
    }
    .newsletter-modal-body {
        padding: 20px;
    }
    .newsletter-modal-header h2 {
        max-width: 100%;
    }
}

/*privacy-modal*/
.privacy-modal {
    position: fixed;
    display: none;
    z-index: 99999999999;
    padding-top: 0px;
    padding-bottom: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background: rgba(57, 31, 51, 0.75);
}
.privacy-modal-wrap {
    max-width: 1170px;
    width: 100%;
    border: 0;
    border-radius:3px;
    background: #fff;
    font-size: .875rem;
    background-color: rgba(255,255,255);
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    position:relative;
    margin: 2.75rem auto;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    
}
@-webkit-keyframes animatetop {
 from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
.privacy-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
}
.privacy-modal-wrap button.close {
    font-family: 'Poppins', sans-serif;
    z-index: 9;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
    background: transparent;
    appearance: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: #391F33;
    border-radius: 3px;
    transition: 0.15s ease;
}
.privacy-modal-wrap button.close:focus {
    outline:none;
}
.privacy-modal-wrap button.close:hover {
    background:#E52135;
    border: 0;
}
.privacy-modal-header h2 {
    font-family: Open Sans !important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #666666 !important;
    margin-bottom: 0;
}
.privacy-modal-body {
    padding: 50px 50px 20px 50px;
}
.privacy-modal__content-wrap p {
    margin-bottom: 25px;
    margin-top: 0;
    font-family: Open Sans !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666 !important;
}
.privacy-modal__content-wrap h6 {
    font-family: Open Sans !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #666666 !important;
    margin-top: 0;
    margin-bottom: 5px;
}
.privacy-modal__content-wrap span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 5px;
}
.privacy-modal__content-wrap ul,
.privacy-modal__content-wrap ol {
    padding: 0;
    list-style-type: none;
}
.privacy-modal__content-wrap ul li,
.privacy-modal__content-wrap ol li {
    margin-bottom: 5px;
    margin-top: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
@media screen and (min-width:992px) and (max-width:1280px) {
    .privacy-modal-wrap {
        max-width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .privacy-modal-wrap {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .privacy-modal-body {
        padding: 20px;
    }
    .privacy-modal-header h2 {
        max-width: 100%;
    }
    .privacy-modal-header {
        margin-bottom:30px;
    }
    .privacy-modal__content-wrap p:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px) {
    .privacy-modal-header h2 {
        font-size: 20px;
    }
}
@media screen and (max-width:350px) {
    .privacy-modal-header h2 {
        font-size: 18px;
    }
}
/*Cookie-consent-Modal*/
#cookie-law-info-bar {
    z-index: 9999999999999999999999;
    position: relative;
}
.cli-modal.cli-blowup {
    z-index: 99999999999999;
}
.cli-modal-backdrop.cli-fade.cli-popupbar-overlay.cli-show {
    z-index: 999999999;
}
.cli-bar-message {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 25px;
}
button#cliModalClose {
    font-family: 'Poppins', sans-serif;
    z-index: 9;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
    background: transparent;
    appearance: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: #391F33 !important;
    border-radius: 3px;
    transition: 0.15s ease;
    right: 50px;
    top: 50px;
}
button#cliModalClose:hover {
    background:#E52336 !important;
}
.cli-modal-close svg {
    fill: #fff;
    width: 20px;
}
.cli-modal-content.cli-bar-popup {
    padding: 50px;
}
.cli-tab-container .cli-row {
    overflow:visible;
    max-height:100% !important;
}
.cli-tab-container h4, .cli-tab-container h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 50px;
}
.cli-privacy-content {
    overflow: visible !important;
    max-height:100% !important;
}
.cli-privacy-content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
a.cli-privacy-readmore {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    position: relative;
    text-decoration: none;
}
a.cli-privacy-readmore:after {
    background: url(../images/arrow-down.png);
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    display: block;
    margin: 0;
    border: 0;
    vertical-align: text-bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.cli-tab-header {
    background: rgba(225, 225, 225, 0.25) !important;
    border: 1px solid rgba(102, 102, 102, 0.15);
    box-sizing: border-box;
    border-radius: 3px;
}
.cli-tab-header a.cli-nav-link {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}
.cli-tab-header a.cli-nav-link:hover {
    text-decoration:none !important;
}
.cli-tab-header a:before {
    border-color:#666666;
}
.cli-switch .cli-slider:after {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #391F33;
}
.cli-tab-section .cli-switch input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin: 0;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    min-width: 130px;
    height: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a#wt-cli-accept-all-btn {
    background: #51BCC6 !important;
    min-width: 130px;
    height: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a#wt-cli-accept-all-btn:hover {
    background:#E52336 !important;
}
a#wt-cli-privacy-save-btn {
    background: #51BCC6 !important;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
a#wt-cli-privacy-save-btn:hover {
    background:#E52336 !important;
    opacity:1;
}
.cli-modal-backdrop.cli-fade.cli-popupbar-overlay.cli-show {
    opacity: .9;
    background: rgba(57, 31, 51, 1);
}
.cli-tab-container p, .cli-privacy-content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
table.cookielawinfo-row-cat-table.cookielawinfo-classic {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    width: 100% !important;
    margin: 0;
    border:0 !important;
}
table.cookielawinfo-row-cat-table.cookielawinfo-classic thead th, 
table.cookielawinfo-row-cat-table.cookielawinfo-classic tbody td {
    border: 1px solid #ccc !important;
}
.cli-switch input:checked + .cli-slider {
    background-color: #51bcc6 !important;
}
@media screen and (max-width: 767px) {
    .cli-modal-content.cli-bar-popup {
        padding: 20px;
    }
    button#cliModalClose {
        right: 20px;
        top: 20px;
    }
}
@media screen and (max-width:480px) {
    .cli-tab-container h4, .cli-tab-container h1 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
        min-width: 120px;
    }
    a#wt-cli-accept-all-btn {
        min-width: 120px;
    }
}