﻿/* PALETTE */

/* LIGHT RED #ed1a41 */
/* DARK RED #9d0517 */
/* LIGHT GRAY #a7a8ac */
/* DARK GRAY #77787b */

/* FONTS */
@font-face {
    font-family: "flexslider-icon";
    src: url('../../Scripts/flexSlider/flexslider-icon.woff');
}

@font-face{
    font-family: Icons;
    src:url('../fonts/custom.woff');
}

@font-face {
    font-family: PalanquinBold;
    src: url('../fonts/Palanquin-Bold.ttf') format('truetype');
}

@font-face {
    font-family: PalanquinReg;
    src: url('../fonts/Palanquin-Regular.ttf') format('truetype');
}

@font-face {
    font-family: PalanquinThin;
    src: url('../fonts/Palanquin-Thin.ttf') format('truetype');
}


.pq-bold{
    font-family:PalanquinBold !important;
}

.pq-reg {
    font-family: PalanquinReg !important;
}

.pq-thin {
    font-family: PalanquinThin !important;
}

/* CUSTOM ICONS */

.cus {
    position: relative;
    display: block;
    top: 50%;
}

.ico-home:after{
    content:"";
    display:block;
    position:absolute;
    top:calc(50% - 7px);
    left:-17px;
    width:15px;
    height:15px;
    background-image:url('../img/home-icon.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.mail:after {
    font-family: Icons;
    content: "\e901";
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 35px;
    color: #a7a8ac;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.phone:after {
    font-family: Icons;
    content: "\e902";
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 35px;
    color: #a7a8ac;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* WIDTH FIX */

.wrapper{
    position:relative;
}

.tainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1680px;
}

.standard {
    display: block;
}

.row.standard {
    display: flex;
}

.sidebar{
    display:none;
}

.mobile {
    display: none;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, 
.col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, 
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, 
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, 
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, 
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left:10px;
    padding-right:10px;
}*/

.col-400 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}


/* BODY: font, size, etc*/

body {
    font-family: PalanquinReg !important;
    letter-spacing: 0.25px;
    background-color: #fff;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover {
        color: #ed1a41;
        text-decoration: none !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/* ANIMATION */


/* SWITCH TO STANDARD */

.standard {
    display: block;
}

.mobile {
    display: none;
}


/* *** HEADERS *** */

/* TOP BAR */

/* Header links */

.top-wrapper {
    background-color: #f6f6f6;
    padding:7.5px 0px;
}
    .top-bar .col {
        color: #a7a8ac;
    }

.header-main{
    position:relative;
    z-index:9999;
}

.lang-link {
    display: inline-block;
    font-size: 14px;
    padding: 3px;
    color: #a7a8ac;
}

.lang-link.active{
    color: #ed1a41;
}

/* PRIMARY NAVIGATION - PAGES */

.header-nav .navbar-nav {
    font-size: 20px;
    text-transform: uppercase;
}

.header-nav .nav-link {
    background-color: #fff;
    padding: 0.75rem 1rem 1.25rem 1rem;
}

.header-nav .nav-link:hover {
    color: #fff;
    background-color: #ed1a41;
}

.header-nav .active .nav-link {
    font-family:PalanquinBold;
    color: #9d0517;
}

    .header-nav .active .nav-link:hover {
        background-color: #fff;
        color: #9d0517;
    }

.header-button {
    display: block;
    height:42px;
    position: relative;
}

.header-button p{
    margin:0;
}

.header-button.mail{
    padding-left:60px;
}

.header-button.phone{
    padding-left:45.25px;
}

    .header-button:hover {
        color: #77787b;
    }

    .header-button:hover:after {
        color: #9d0517;
    }

/* IMAGE CONTAINERS */

.lone-header {
    height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    /*background-attachment: fixed;*/
}

.image-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
}

.holder {
    height: 100%;
    width: 100%;
}

/* Page title & subtitle */

.red-box {
    padding: 25px;
    color: #fff;
    background: rgba(157, 5, 23, 0.675);
}

.page-title{
    text-transform:uppercase;
}

.feature-link {
    font-size: 18px;
    line-height: 16px;
    margin-left: auto;
    margin-right: 15px;
    display: block;
    height: 20px;
    width: 110px;
    color: #fff;
    font-family:PalanquinThin;
    position: relative;
    margin-top:50px;
}

    .feature-link:hover {
        color: #a7a8ac;
    }

    .feature-link:after {
        font-family: Icons;
        content: "\e900";
        position: absolute;
        top: 1px;
        right: -15px;
        font-size: 18px;
        color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .feature-link:hover:after {
        color: #a7a8ac;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.home-page{
    padding-top:60px;
}
/* CONTENT */
.separator-col {
    height: 50px;
}

.left-title {
    width: 140px;
    position: relative;
    padding-top:33px;
    padding-right:40px;
    color:#9d0517;
    text-transform:uppercase;
    font-family:PalanquinBold;
}

.left-title:after {
    content:"";
    display:block;
    position:absolute;
    top:20px;
    right:20px;
    height:3px;
    width:80px;
    background-color:#9d0517;
}

.right-title {
    width: 140px;
    position: relative;
    padding-top: 33px;
    padding-left: 40px;
    color: #9d0517;
    text-transform: uppercase;
    font-family: PalanquinBold;
}

    .right-title:after {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        left:20px;
        height: 3px;
        width: 80px;
        background-color: #9d0517;
    }

.center-title {
    text-align: center;
    padding: 33px 15px 25px 15px;
    text-transform: uppercase;
    color: #9d0517;
    font-family: PalanquinBold;
}

.center-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: calc(50% - 40px);
    height: 3px;
    width: 80px;
    background-color: #9d0517;
}

.with-icons img{
    margin-bottom:10px;
}

.with-icons .col-6{
    margin-bottom:30px;
}

.with-icons p{
    margin-bottom:0px;
}

.img-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

/**/

.image-column{
    padding-top:60%;
}

.text-column{
    padding:40px 40px 10px 40px;
    padding-top:60px;
}

.text-column h2 {
    word-spacing: 1000px;
    font-family:PalanquinBold;
    text-transform:uppercase;
    margin-bottom:10px;
}

    .text-column.text-right p {
        text-align-last: right;
    }

.block-row{
    margin-bottom:40px;
}

.reverse-blocks {
    flex-direction: row-reverse;
}

.text-column:before{
    content:"";
    display:block;
    width:150px;
    height:5px;
    background-color:#9d0517;
    position:absolute;
    top:40px;
    left:-75px;
    right:unset;
    z-index:10;
}

.text-right.text-column:before{
    right:-75px;
    left:unset;
}

.text-column .home-module-link{
    color:#9d0517;
    font-family:PalanquinBold;
    padding-right:10px;
    position:relative;
}

    .text-column .home-module-link::after {
        font-family: Icons;
        content: "\e900";
        position: absolute;
        top: 3px;
        right: -10px;
        font-size: 18px;
    }

/**/

.block-title{
    margin-bottom:30px;
}

.block-title h3{
    color: #9d0517;
    text-transform: uppercase;
    font-family: PalanquinBold;
}

.col-logos{
    padding:0px 3px 0px 3px;
}

    .col-logos:hover {
        color: #9d0517;
    }

.member-link {
    position: relative;
    padding-top: 60%;
    background-color: #f6f6f6;
    border: none;
}

.selected .member-link {
    border: 2px solid #9d0517;
    margin:-2px;
}

.member-link .info{
    position:absolute;
    bottom: 25px;
    left:10px;
    right:10px;
    text-align:center;
    font-family:PalanquinBold;
    transform:translateY(50%);
}

.member-link .info.no-logo p{
    background:rgba(255,255,255,0.75);
}

.logo-holder {
    position: absolute;
    top: 30%;
    left: 50%;
    width:100%;
    height:50%;
    transform: translate(-50%,-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.just-a-link {
    color: #9d0517;
    font-family: PalanquinBold;
    display: block;
    margin: 20px 0px;
    padding-right: 10px;
    position: relative;
    text-align: center;
}

.just-a-link:hover{
    color:#77787b;
}

    .just-a-link::after {
        font-family: Icons;
        content: "\e900";
        position: absolute;
        top: -1px;
        right: -10px;
        font-size: 18px;
    }

/* PAGE CONTENT */

.page-content, .page-content p{
    font-family: PalanquinThin !important;
}

.imageless-header {
    -webkit-box-shadow: 0 3px 2.5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 2.5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 2.5px 1px rgba(0,0,0,0.2);
    height: 5px;
    margin-top:-5px;
}

.news-content .news-title{
    text-transform:uppercase;
    font-family:PalanquinBold;
    margin-bottom:40px;
    position:relative;
}

.news-content .news-title::after{
    content:"";
    display:block;
    width:195px;
    height:4px;
    background-color:#9d0517;
    position:absolute;
    bottom:-24px;
}

.date {
    color: #9d0517;
    text-align: right;
}

.burgundy-pills{
    color:#9d0517;
    background:transparent !important;
}

/* NEWS */

.news-row{
    margin-bottom:15px;
}

.news-row .col-8{
    padding:15px 15px 30px 15px;
}

.news-image {
    position: relative;
    padding-top: 66%;
}

.news-image::after{
    content:"";
    position:absolute;
    top:56px;
    right:-20px;
    display:block;
    width:145px;
    height:4px;
    background-color:#9d0517;
}

.news-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.to-news{
    color: #9d0517;
    position:relative;
    font-family:PalanquinBold;
}

    .to-news:after {
        font-family: Icons;
        content: "\e900";
        position: absolute;
        top: 3px;
        right: -20px;
        font-size: 18px;
    }

    .news-row p{
        text-align:justify;
    }

.pagination-burgundy li {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    margin: 0 2.5px 10px 2.5px;
    font-size: 18px;
    font-family: PalanquinBold;
    color: #9d0517;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pagination-burgundy li a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color: #9d0517;
}

    .pagination-burgundy li.active a,
    .pagination-burgundy li.active:hover a,
    .pagination-burgundy li.active:hover {
        color: #fff;
        background-color: #9d0517;
    }

    .pagination-burgundy li:hover a,
    .pagination-burgundy li:hover {
        color: #fff;
        background-color: #ed1a41;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.PagedList-skipToLast, .PagedList-skipToFirst, .PagedList-skipToNext, .PagedList-skipToPrevious {
    font-size:24px !important;
    line-height:23px;
}

.invest-block{
    margin-bottom:30px;
}

    .invest-block h4 {
        text-transform: uppercase;
        font-family: PalanquinBold;
        margin-bottom:20px;
    }

    .invest-block .content {
        background-color: #e8e9eb;
        border-bottom: 3px solid #9d0517;
        padding: 25px;
    }

.latest-row{
    margin-bottom:15px;
}

.latest-news-box h4 {
    display:block;
    width:100%;
    padding:15px;
    font-family:PalanquinBold;
    text-transform:uppercase;
    color: #fff;
    text-align:center;
    background-color:#9d0517;
    margin:0 auto;
    margin-bottom: 15px;
}

.latest-image{
    position:relative;
    padding:35%;
    overflow:hidden;
}

    .latest-image .image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.latest-row:hover .image {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.latest-news-box h5{
    text-transform:uppercase;
    position:relative;
}

.latest-news-box h5::after {
    content:"";
    display:block;
    width:40px;
    height:3px;
    background-color:#9d0517;
    position:absolute;
    bottom:-15px;
}

/* Document links */

.attachment-list {
    list-style:none;
    padding:0px;
    width:100%;
    margin-top:20px;
}

.attachment-link {
    color: #9d0517;
    display:block;
    width:100%;
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom:30px;
}

.attachment-link::before {
    font-family:Icons;    
    position:absolute;
    font-size:40px;
    left:0;
    top:50%;
    transform: translateY(-50%);
}

    .attachment-link.doc::before {
        content: "\e903";
    }

    .attachment-link.pdf::before {
        content: "\e905";
    }

    .attachment-link.excel::before {
        content: "\e904";
    }

    .attachment-link.word::before {
        content: "\e906";
    }

    .attachment-link::after {
        font-family: Icons;
        content: "\e900";
        display: block;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }




/* Contact */

.red-title{
    color:#9d0517;
    text-transform:uppercase;
    font-family:PalanquinBold;
}

.input-field {
    display: block;
    height: 47px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding: 3px 0 0 13px;
    padding-right: 0px;
    border: 2px solid #9d0517;
    font-size: 16px;
    color: #454545;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}

.input-phone {
    /*padding-left: 50px;*/
    background: transparent;
}

.input-validation-error {
    border: 2px solid red;
    color: red;
}

.field-validation-error {
    color: red;
}

.phone-prepend {
    display: block;
    height: 47px;
    padding: 7.5px 10px;
    width: 65px;
    margin-top: -42px;
    font-size: 16px;
    color: #999;
}

.input-area {
    display: block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding: 3px 0 0 13px;
    padding-right: 0px;
    border: 2px solid #9d0517;
    font-size: 16px;
    color: #454545;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}

.contact-decor, .contact-content {
    min-height: 580px;
}

.contact-image{
    position:relative;
    width:100%;
    height:100%;
}

    .contact-image .image {
        position: absolute;
        top: -50px;
        left: 0;
        bottom: -40px;
        right: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.contact-btn {
    color: #fff;
    font-family:PalanquinBold;
    font-size:1.25rem;
    display: block;
    text-transform:uppercase;
    background-color: #9d0517;
    height: 47px;
    border: none !important;
    position: relative;
    width: 100%;
    outline: none !important
}

.contact-btn.reverse {
    color: #9d0517;
    background-color: #fff;
}

.contact-info {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact-info h5{
    font-family:PalanquinBold;
}

.contact-info ul{
    list-style:none;
    padding-left:30px;
}

    .contact-info ul li {
        position:relative;
    }

.contact-info .location li::before{
    content:"\e907";
    font-family:Icons;
    position:absolute;
    left:-30px;
    top:0;
}

    .contact-info .phone-1 li::before {
        content: "\e909";
        font-family: Icons;
        position: absolute;
        left: -30px;
        top: 0;
    }

    .contact-info .fax-1 li::before {
        content: "\e90a";
        font-family: Icons;
        position: absolute;
        left: -30px;
        top: 0;
    }

    .contact-info .mail-1 li::before {
        content: "\e908";
        font-family: Icons;
        position: absolute;
        left: -30px;
        top: 0;
    }

/* MODULE */

.module{
    margin-bottom:30px;
}

.element-logo {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: #f6f6f6;
}

.image-container{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.element-title {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-family: PalanquinBold;
}

    .element-title:not(.no-background) {
        color: #9d0517;
        background-color: rgba(255,255,255,0.75);
        padding: 10px;
    }

    .element-title.no-background {
        color: #000;
        background-color: transparent;
        padding: 0;
    }

.element-info {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-family: PalanquinBold;
}

.element-text {
    min-height: 200px;
    padding: 20px;
}

    .element-text.br-l {
        border-left: 2px solid #9d0517;
        border-bottom: 2px solid #9d0517;
    }

    .element-text.br-r {
        border-right: 2px solid #9d0517;
        border-bottom: 2px solid #9d0517;
    }

/* Footer navigation */
.newsletter-box {
    background-color: #9d0517;
    color: #fff;
    padding: 20px;
}

.newsletter-box p{
    width: 40%;
    margin:0 auto;
}

#newsletter-message{
    height:24px;
}

#eeeeh {
    display: flex;
    height: 57px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #eeeeh.activated {
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.newsletter-input {
    width: 45%;
    height: 57px;
    margin: 25px auto;
    border: 2px solid #fff;
    position: relative;
    box-sizing:content-box;
}

    .newsletter-input #sub-form {
        height: 100%;
    }

.newsletter-message .field-validation-error {
    padding-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
}

.newsletter-mail {
    display: flex;
    height: 57px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 10px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 17px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.activated .newsletter-mail {
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input.newsletter-mail::placeholder {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.activated input.newsletter-mail::placeholder {
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.input-btn {
    display: flex;
    height: 57px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    color: #fff;
    font-family: PalanquinBold;
    padding: 10px;
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    border-radius: 0px;
    position: absolute;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.activated .input-btn {
    color: #9d0517;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.input-btn{
    border:none !important;
    outline:none !important;
}

.activated .input-btn:hover {
    color:#454545;
}

/**/


.footer-nav .navbar-nav {
    font-size: 20px;
    text-transform: uppercase;
}

.footer-nav .nav-link {
    background-color: #fff;
    padding: 0.75rem 1rem 1.25rem 1rem;
}

    .footer-nav .nav-link:hover {
        color: #ed1a41;
    }

.footer-nav .active .nav-link {
    font-family: PalanquinBold;
}

    .footer-nav .active .nav-link:hover {        
        background-color: #fff;
        color: #000;
    }

@media (max-width:992px) {
    .header-main h2 {
        font-size: 1.75rem;
    }

    .col-logos {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* NAVBAR FIX */

@media (min-width: 769px)
{
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width:768px)
{
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4,
    .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
    .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
    .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
    .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
    .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
    .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
    .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,
    .col-400 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: unset;
        width:100%;
    }
}

@media (max-width:768px) {
    /* SIDEBAR */

    .sidebar {
        display: block;
        position: fixed;
        right: -100%;
        left: 100%;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 99999;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .sidebar.toggled {
            right: 0;
            left: 0;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .sidebar .container {
            padding: 27px;
        }

        .sidebar .nav-link {
            font-family: PalanquinBold;
            font-size: 20px;
            text-transform: uppercase;
            text-align: center;
        }

        .sidebar .logo-svg {
            position: absolute;
            bottom: 27px;
            left: 50%;
            transform: translateX(-50%);
        }

    /**/

    .top-wrapper {
        display: none;
    }

    .standard {
        display: none;
    }

    .row.standard {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container.mobile {
        padding: 15px;
    }

    /* HEADER */

    .logo {
        position: relative;
        padding: 0 15px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 100%;
    }

    .title {
        position: relative;
        padding: 0 15px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .menu a,
    .close-menu a {
        display: block;
        font-size: 40px;
        line-height: 37px;
        color: #9d0517 !important;
    }

    .menu {
        position: relative;
        padding: 0 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .close-menu {
        position: relative;
        padding: 0 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .lone-header {
        min-height: 480px;
        height: 100vw;
    }

    .red-box {
        padding: 10px;
        color: #fff;
        background: rgba(157, 5, 23, 0.675);
        margin: 0 -15px;
    }

    /* CONTENT */

    .image-column {
        width: 100%;
        position: relative;
        padding-top: 60%;
    }

    .text-column {
        padding: 15px;
    }

        .text-column::before {
            content: "";
            display: none;
        }

    .carousel-control-next, .carousel-control-prev {
        bottom: unset;
        color: #ed1a41;
        font-size: 30px;
        transform: translateY(-50%);
    }

        .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
            color: #9d0517;
        }

    .logo-holder {
        position: absolute;
        top: 45%;
        left: 50%;
        width: calc(80% - 30px);
        height: 250px;
        transform: translate(-50%,-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .description {
        text-align: justify;
        text-align-last: unset !important;
    }

    #pages {
        margin-bottom: 10px;
    }

    .just-a-link::after {
        font-family: Icons;
        content: "\e900";
        position: absolute;
        top: 0px;
        margin-left: 10px;
        right: unset;
        font-size: 18px;
    }

    .reverse-blocks {
        flex-direction: row;
    }

        .reverse-blocks .text-right {
            text-align: left !important;
        }

        .reverse-blocks .text-column.text-right p {
            text-align-last: unset !important;
        }

    .left-title {
        padding-top: 0px;
        padding-right: 15px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 100%;
    }

    .right-title {
        padding-top: 0px;
        padding-left: 15px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 100%;
    }

    .with-icons {
        margin: 0 !important;
    }

    .page-content .col-12 .row .col:not(.center-title) {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        width: 100%;
        margin-bottom: 20px;
    }

    .left-title::after, .right-title::after {
        content: "";
        display: none;
    }

    /* NEWS */

    .news-image::after {
        content: "";
        display: none;
    }

    .latest-row .col-4.pr-0 {
        padding-right: 15px !important;
    }

    /* CONTACT */

    .contact-decor, .contact-content {
        min-height: unset;
    }

    .contact-image {
        position: relative;
        height: 100vw;
    }

        .contact-image .image {
            position: absolute;
            top: -50px;
            left: 0;
            bottom: 15px;
            right: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

    .contact-info {
        color: #fff;
        position: absolute;
        top: calc(50% - 25px);
        left: 50%;
        transform: translate(-50%,-50%);
    }

    /* MODULE */

    .row.module.flex-row-reverse {
        flex-direction: row !important;
    }


    /* SUBSCRIBE */

    .newsletter-input {
        width: 100%;
        height: 40px;
        margin: 25px auto;
        border: 1px solid #fff;
        position: relative;
    }

    .newsletter-box p {
        width: 100%;
        margin: 0 auto;
    }

    #eeeeh {
        height:auto;
        flex-wrap: wrap;
    }

    .newsletter-mail {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: unset;
        width: 100%;
        position:relative;
        left: unset;
    }

    .input-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: unset;
        width: auto;
        float:left;
        z-index:unset;
        position:relative;
        text-align:center;
        right:unset;
    }

    /* FOOTER */

    .footer .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content:center;
    }
}

@media (max-width:320px)
{
    .container.mobile .title h4{
        display:none;
    }
}

.newsletter-mail:focus {
    outline:none !important;
    box-shadow:none !important;
}

svg {
    width: 100%;
    height: 100%
}