@import url(../css/slick.css);

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    position: relative;
    padding-top: 115px;
    min-height: 100vh;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    main {
        padding-top: 102px;
    }
}

main.inner {
    background: #f6f6f6;
}

main.home {
    padding-top: 0;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fixcontent {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.container {
    margin: 0 auto;
}

.section, .section--gray, .section--white, .section--posts {
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .section, .section--gray, .section--white, .section--posts {
        padding: 25px 0;
    }
}

@media (max-width: 767.98px) {
    .section, .section--gray, .section--white, .section--posts {
        padding: 15px 0;
    }
}

.section--gray {
    background: #f6f6f6;
}

.section--white {
    background: #fff;
}

.section--posts {
    padding-bottom: 30px;
    margin-bottom: 90px;
}

.section__content.content_width {
    background: none;
    padding: 0;
}

.section__content--alone {
    margin-bottom: 90px;
}

.heading, .heading--inner, .heading--white, .heading--black {
    padding-bottom: 45px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .heading, .heading--inner, .heading--white, .heading--black {
        padding-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .heading, .heading--inner, .heading--white, .heading--black {
        padding-bottom: 15px;
    }
}

.heading--inner {
    padding-bottom: 15px;
}

.heading--white {
    color: #fff;
}

.heading--black {
    color: #000;
    padding-top: 50px;
}

.heading__title, .heading__title--center {
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: inherit;
}

.heading__title--center {
    text-align: center;
}

.heading--centred {
    text-align: center;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .heading--centred {
        padding: 30px 0;
    }
}

.heading--centred .title {
    font-size: 34px;
    font-size: 2.125rem;
}

.dropdown, .lang__toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important;
}

.dropdown:after, .lang__toggle:after {
    content: '';
    margin-top: -2px;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
}

.overlay {
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.bg, .bg--full, .bg--small {
    height: 770px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.bg:before, .bg--full:before, .bg--small:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 48, 48, 0.6);
    z-index: 1;
}

.bg--full {
    height: 100%;
}

.bg--small {
    height: 305px;
}

.bg__body {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
}

.bg__body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.admin-bar .header {
    top: 32px;
}

.hamburger {
    display: block;
    border: 1px solid #fff;
}

.hamburger-box {
    top: 2px;
}

.hamburger__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider__arrow {
    background: transparent;
    border: none;
    font-size: 0;
    padding: 0;
}

.slider__arrow:hover svg {
    fill: #fff;
}

.slider__arrow svg {
    width: 100%;
    max-width: 53px;
    height: 100%;
    max-height: 40px;
    fill: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider__dots {
    margin: 0 65px;
}

.slider__dots .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20px;
    padding: 0;
}

.slider__dots li {
    font-size: 0;
    min-width: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider__dots li.slick-active {
    margin: 0 10px;
}

.slider__dots li.slick-active button {
    width: 15px;
    height: 15px;
    background: none;
}

.slider__dots li button {
    font-size: inherit;
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
}

.footer__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.footer__nav {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer__nav .menu {
    margin: 0;
    list-style-type: none;
    height: 100%;
    padding: 0;
}

.footer__nav li {
    padding-bottom: 10px;
}

.footer__nav li:last-of-type {
    padding-bottom: 0;
}

.footer__nav a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 20px;
    position: relative;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.footer__nav a:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    height: 100%;
    width: 3px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer__nav a:hover {
    color: #000066;
}

.footer__nav a:hover:before {
    background: #000066;
}

.footer__title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.footer__address {
    display: block;
    position: relative;
    padding-top: 24px;
    line-height: 1.98;
}

.footer__address:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 230px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding-top: 55px;
}

@media (max-width: 991.98px) {
    .footer__bottom {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        /*padding-top: 0;*/
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.social__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.social__item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social__item:last-of-type {
    margin-right: 0;
}

.social__item img {
    max-width: 18px;
    max-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kama_breadcrumbs {
    color: #818282;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #818282;
    padding-bottom: 3px;
}

@media (max-width: 991.98px) {
    .kama_breadcrumbs {
        display: none;
    }
}

.kama_breadcrumbs a {
    color: inherit;
}

.kama_breadcrumbs .kb_sep {
    margin: 0 7px;
}

.kama_breadcrumbs .kb_title {
    text-decoration: underline;
}

@keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    z-index: 10;
}

.loader__icon {
    background: #000;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: animationFrames ease-in-out 1s;
    -moz-animation: animationFrames ease-in-out 1s;
    -o-animation: animationFrames ease-in-out 1s;
    animation: animationFrames ease-in-out 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.loader__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    z-index: 1;
}

.loader__icon div {
    position: absolute;
    width: 50%;
    height: 50%;
}

.loader__icon .sage {
    background: #96AB84;
    top: 0;
    left: 0;
}

.loader__icon .azure {
    background: #000066;
    top: 0;
    right: 0;
}

.loader__icon .tradewind {
    background: #60B1AB;
    bottom: 0;
    left: 0;
}

.loader__icon .whiskey {
    background: #D1AA6A;
    bottom: 0;
    right: 0;
}

/*404*/
.not-found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .not-found {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        padding: 40px 0;
    }
}

.not-found__num {
    font-size: 220px;
    font-size: 13.75rem;
    font-weight: 700;
    color: #60B1AB;
    margin-right: 30px;
    line-height: .75;
}

@media (max-width: 991.98px) {
    .not-found__num {
        margin-bottom: 30px;
        margin-right: 0;
        font-size: 130px;
        font-size: 8.125rem;
    }
}

.not-found__num span:first-child {
    color: #9FA6C3;
}

.not-found__num span:last-of-type {
    color: #D1AA6A;
}

.not-found__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-size: 1.125rem;
}

.not-found__description h3 {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.not-found__btn {
    margin-top: auto;
    margin-bottom: 15px;
    max-width: 266px;
}

@media (max-width: 991.98px) {
    .not-found__btn {
        margin: 30px auto 0;
    }
}

/*404 END*/
/*back-top*/
.back-top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.back-top__toggle {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1rem;
}

.back-top__toggle:hover {
    color: #fff;
}

.back-top__toggle svg {
    fill: #fff;
    width: 17px;
    height: 33px;
    position: absolute;
    bottom: -6px;
    left: -40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.back-top__toggle-wrapper {
    position: absolute;
    right: -45px;
    bottom: 120px;
    width: 50px;
    height: 50px;
}

/*back-top END*/
.pdf-logo {
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdf-logo span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
}

.pdf-logo img {
    width: 35px;
    height: 35px !important;
}

.user-menu .footer__nav {
    border-left: 2px solid rgba(33, 97, 46, 0.2);
}

.user-menu .footer__nav a {
    color: #21612e;
}

.user-menu .footer__nav a:hover {
    color: #21612e;
}

.user-menu .footer__nav a:hover:before {
    background-color: #21612e;
}
.event {
    /*calendar*/
    /*calendar END*/
}

.event__wrapper {
    padding: 40px 30px 10px 0;
}

@media (max-width: 991.98px) {
    .event__wrapper {
        padding: 40px 40px 10px;
    }
}

.event__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

@media (max-width: 575.98px) {
    .event__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 40px;
    }
}

.event__date {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 1px solid #818282;
    color: #818282;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .event__date {
        margin-bottom: 15px;
    }
}

.event__date .day {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
}

.event__date .month {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

.event__description {
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    .event__description {
        padding-left: 0;
        width: 100%;
    }
}

.event__description .title {
    display: block;
    color: #1E1F1F;
    font-weight: 700;
    margin-bottom: 5px;
}

.event__description .title:hover {
    text-decoration: underline;
}

.event__description .address {
    color: #818282;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event__description .address:after {
    content: '';
    width: 47px;
    height: 3px;
    background: #000066;
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .event__description .address:after {
        position: absolute;
        margin-left: 0;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.event__info {
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .event__info {
        padding-top: 0;
    }
}

.event__slider {
    position: relative;
}

.event__slider .posts__item--event {
    margin: 0 3px;
}

.event__slider .slider__arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event__slider .slider__arrow.next {
    left: auto;
    right: 30px;
}

@media (max-width: 991.98px) {
    .event__list {
        padding-top: 40px;
    }
}

.event__calendar .azure {
    background: #000066;
}

.event__calendar .cadet-blue {
    background: #9FA6C3;
}

.event__calendar .sage {
    background: #96AB84;
}

.event__calendar .tradewind {
    background: #60B1AB;
}

.event__calendar .whiskey {
    background: #D1AA6A;
}

.event__calendar .calendar-dow-header th {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 !important;
}

.event__calendar .calendar-dow-header th:first-of-type {
    background: #9FA6C3 !important;
}

.event__calendar .calendar-dow-header th:nth-of-type(2) {
    background: #60B1AB !important;
}

.event__calendar .calendar-dow-header th:nth-of-type(3) {
    background: #D1AA6A !important;
}

.event__calendar .calendar-dow-header th:nth-of-type(4) {
    background: #96AB84 !important;
}

.event__calendar .calendar-dow-header th:nth-of-type(5) {
    background: #000066 !important;
}

.event__calendar .calendar-dow-header th:nth-of-type(6) {
    background: #ad92cb !important;
}

.event__calendar .calendar-dow-header th:last-of-type {
    background: #0077a1 !important;
}

.event__calendar .calendar-dow {
    border-bottom: 1px solid #818282 !important;
}

.event__calendar div.zabuto_calendar tr.calendar-dow-header th,
.event__calendar div.zabuto_calendar tr.calendar-dow td {
    padding: 0;
}

.event__calendar div.zabuto_calendar .table tr td div.day {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px auto;
    font-size: 15px;
    font-size: 0.9375rem;
}

.event__calendar div.zabuto_calendar .table tr td div.day.today {
    background: #eb212e;
}

.event__calendar div.zabuto_calendar .badge-event {
    padding: 0;
    font-size: 15px;
    background: transparent;
}

.event__calendar div.zabuto_calendar div.calendar-month-navigation svg {
    fill: #818282;
    width: 8px;
    height: 13px;
}

.event__calendar .calendar-month-header td {
    background: transparent !important;
}

.event__calendar .calendar-month-header td:first-of-type {
    text-align: left;
}

.event__calendar .calendar-month-header td:last-of-type {
    text-align: right;
}

.event__calendar div.zabuto_calendar .badge-today,
.event__calendar div.zabuto_calendar div.legend span.badge-today {
    background: transparent;
}

.event__calendar div.zabuto_calendar .table tr.calendar-month-header td {
    padding-bottom: 20px;
}
.brands .slick-slide.slick-current .brands__item {
    border-left: 1px solid #818282;
}

.brands__item {
    position: relative;
    height: 206px;
    width: 100%;
    border: 1px solid #818282;
    border-left: 0;
    margin-bottom: 1px;
}

@media (max-width: 575.98px) {
    .brands__item {
        height: 145px;
    }
}

.brands__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}