@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-11-27, 15:28:48
    Author     : Konrad
*/
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * 0.8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * 0.8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #17a2b8;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * 0.8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * 0.8) * 2);
    height: calc(1.9375rem * 0.8);
    line-height: calc(1.9375rem * 0.8);
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * 0.8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * 0.8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * 0.8) * 2);
    height: calc(3rem * 0.8);
    line-height: calc(3rem * 0.8);
    text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * 0.8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * 0.8) - calc(2px * 2));
    height: calc(calc(3rem * 0.8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * 0.8);
}
.switch + .switch {
    margin-left: 1rem;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px !important;
    }
}

.shutter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

a {
    color: #333;
    font-weight: 500;
    transition: 0.3s all;
}
a:hover,
a:active,
a:focus {
    color: #c09677;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.btn-link {
    color: #111;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s all;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #c09677;
    text-decoration: none;
}

.form-control {
    border-radius: 0px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
    border-color: #999;
}

.btn-primary {
    color: #fff;
    background: #c09677;
    border-color: #c09677;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #7d4d37 !important;
    border-color: #7d4d37 !important;
}
.btn-primary:focus,
.btn-primary:active {
    box-shadow: 0 0 0 0.2rem rgba(255, 88, 27, 0.25) !important;
}

.main-nav {
    color: #fff;
    font-size: 22px;
    padding: 25px 40px;
    transition: 0.3s all;
}
.main-nav a {
    color: #fff;
}
.main-nav .menu a {
    padding: 0 8px;
}
.main-nav .menu a.dropdown-toggle {
    position: relative;
}
.main-nav .menu a.dropdown-toggle::after {
    position: relative;
    display: inline-block;
    top: unset;
    top: unset;
    right: unset;
    transform: unset;
}
.main-nav .menu .dropdown-menu {
    border-radius: 0;
    background: #000;
}
.main-nav .menu .dropdown-menu a:hover {
    background: #c09677;
    color: #fff;
}
.main-nav .languages {
    text-transform: uppercase;
    text-align: right;
}
.main-nav .languages a {
    font-size: 22px;
    font-weight: 300 !important;
    padding: 0 5px;
}
@media (max-width: 768px) {
    .main-nav .languages a {
        font-size: 16px;
    }
}
.main-nav .languages .accessibility-nav {
    display: inline-block;
}
.main-nav .languages .accessibility-nav .accessibility-change-font {
    position: relative;
    display: inline-block;
}
.main-nav .languages .accessibility-nav .accessibility-change-font span {
    font-size: 14px;
}
.main-nav .logo-nav {
    opacity: 0;
    transition: 0.3s all;
}
.main-nav.shrink {
    background: rgba(0, 0, 0, 0.8);
}
.main-nav.shrink .logo-nav {
    opacity: 1;
}

/*sections front*/
section .content {
    padding: 60px 30px;
}
section .content img {
    max-width: 100%;
    height: auto;
}
section.page-content {
    font-size: 16px;
}
section.page-content .section-title {
    font-weight: 400;
    text-transform: uppercase;
}
section.page-content .sidebar .sidebar-item {
    border: 1px solid #c09677;
}
section.page-content .sidebar .sidebar-item .sidebar-title {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    background: #c09677;
    text-align: center;
    padding: 15px;
}
section.page-content .sidebar .sidebar-item .sidebar-content {
    padding: 10px;
}
section.page-content .sidebar .sidebar-item .sidebar-footer {
    padding: 10px;
}
section.page-content .sidebar .sidebar-item .sidebar-menu {
    margin: 0;
}
section.page-content .sidebar .sidebar-item .sidebar-menu > li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
section.page-content .sidebar .sidebar-item .sidebar-menu > li a.current {
    padding-left: 20px;
    color: #c09677;
    background: #eee;
}
section.page-content .sidebar .sidebar-item .sidebar-menu > li a:hover {
    color: #c09677;
}
section.page-content .sidebar .sidebar-item .btn-more {
    color: #c09677;
    border: 2px solid #c09677;
    background: transparent;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}
section.page-content .sidebar .sidebar-item .btn-more:hover {
    background: #c09677;
    color: #fff;
}
section.page-content .sidebar .sidebar-item .btn-more-invert {
    background: #c09677;
    color: #fff;
    border: 2px solid #c09677;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}
section.page-content .sidebar .sidebar-item .btn-more-invert:hover {
    background: transparent;
    color: #c09677;
}
section.page-content .news-item {
    margin-bottom: 25px;
    border-radius: 0;
}
section.page-content .news-item .card-img-top {
    border-radius: 0;
    transition: 0.3s all;
}
section.page-content .news-item .card-body {
    padding: 0;
}
section.page-content .news-item .card-title {
    margin: 0;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
}
section.page-content .news-item:hover .card-img-top {
    opacity: 0.6;
}
section.page-content .news-item .news-label {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 997;
    padding: 8px 15px;
    top: 15px;
}
section.page-content .news-item .excerpt {
    padding: 15px;
    font-weight: 400;
}
section.page-content .gallery-item {
    border-radius: 0;
}
section.page-content .gallery-item .card-body {
    text-align: center;
    padding: 0;
}
section.page-content .gallery-item a {
    display: block;
}
section.page-content .gallery-item .card-title {
    padding: 15px;
    margin-bottom: 0;
    font-size: 18px;
}
section.page-content .text {
    text-align: justify;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
section.page-content .event-info {
    border: 2px solid #c09677;
    padding: 20px;
    margin-right: 1px;
}
section.page-content .event-info .title {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 26px;
}
section.page-content .event-info .subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
section.intro {
    background: #000;
    background-size: cover;
    background-position: center center;
    height: auto;
    min-height: 100vh;
    color: #fff;
    /*arrow animation*/
}
section.intro .row {
    height: 100vh;
    font-weight: 300;
    font-size: 18px;
}
section.intro .row h1,
section.intro .row h2,
section.intro .row h3,
section.intro .row h4 {
    font-weight: 300;
}
section.intro .arrow-container {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}
section.intro .arrow-container .arrow {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}
section.intro .arrow-container .arrow:before {
    position: absolute;
    left: 50%;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;
}
@keyframes arrow {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-10px, -10px);
    }
}
section.intro-page {
    background: url("../img/intro_background.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    color: #fff;
}
section.footer {
    background: #333;
    color: #fff;
    font-weight: 300;
}
section.footer .title {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 58px;
}
section.footer .title.title__hours {
    margin-bottom: 30px;
}
@media (max-width: 769px) {
    section.footer .title {
        margin-bottom: 15px;
    }
}
section.footer .column-menu {
    position: relative;
}
section.footer .column-menu li {
    position: relative;
}
section.footer .column-menu a {
    color: #fff;
    font-weight: 300;
    position: relative;
}
section.footer .column-menu a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0px;
    height: 1px;
    background: #c09677;
    transition: 0.3s all;
}
section.footer .column-menu a:hover {
    color: #c09677;
    padding-left: 8px;
}
section.footer .column-menu a:hover::after {
    width: 5px;
}
section.footer .column-menu span {
    color: #c09677;
    position: absolute;
    left: -20px;
    top: 2px;
}
@media (max-width: 769px) {
    section.footer .column-menu span {
        position: relative;
        left: 0;
    }
}
@media (max-width: 769px) {
    section.footer .footer-logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media (min-width: 769px) {
    section.footer .footer-logo-etno {
        margin-left: 60px;
    }
}
@media (max-width: 769px) {
    section.footer .footer-col {
        text-align: center;
        margin-bottom: 25px;
    }
}
section.footer .btn-media {
    color: #c09677;
    font-size: 20px;
    margin-right: 15px;
}
section.footer .btn-media:hover {
    color: #fff;
}
section.news .title-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.news .title-content .section-title {
    color: #111;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
section.news .title-content .section-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}
section.news .title-content .section-title::before {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: #c09677;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
section.news .news-item {
    border-radius: 0;
}
section.news .news-item .card-img-top {
    border-radius: 0;
    transition: 0.3s all;
}
section.news .news-item .card-body {
    padding: 0;
}
section.news .news-item .card-title {
    margin: 0;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
}
section.news .news-item:hover .card-img-top {
    opacity: 0.6;
}
section.news .news-item .news-label {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 997;
    padding: 8px 15px;
    top: 15px;
}
section.news .news-item .excerpt {
    padding: 15px;
    font-weight: 400;
}
section.news .btn-more {
    margin-top: 30px;
    color: #c09677;
    border: 2px solid #c09677;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s all;
}
section.news .btn-more:hover {
    background: #c09677;
    color: #fff;
}
section.events .title-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.events .title-content .section-title {
    color: #111;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
section.events .title-content .section-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}
section.events .title-content .section-title::before {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: #c09677;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
section.events .btn-more {
    margin-top: 30px;
    color: #c09677;
    border: 2px solid #c09677;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s all;
}
section.events .btn-more:hover {
    background: #c09677;
    color: #fff;
}
section.events .btn-more-invert {
    background: #c09677;
    color: #fff;
    border: 2px solid #c09677;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}
section.events .btn-more-invert:hover {
    background: transparent;
    color: #c09677;
}
section.gallery {
    background: url("../img/bg_stripes.png");
}
section.gallery .title-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.gallery .title-content .section-title {
    color: #111;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
section.gallery .title-content .section-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}
section.gallery .title-content .section-title::before {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: #c09677;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
section.gallery .gallery-item {
    display: block;
    border: 2px solid transparent;
}
section.gallery .gallery-item .card-title {
    font-size: 18px;
}
section.gallery .gallery-item:hover {
    border: 2px solid #c09677;
}
section.gallery .btn-more {
    margin-top: 30px;
    color: #c09677;
    border: 2px solid #c09677;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s all;
}
section.gallery .btn-more:hover {
    background: #c09677;
    color: #fff;
}

#searchModal .btn-more {
    color: #c09677;
    border: 2px solid #c09677;
    background: transparent;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}
#searchModal .btn-more:hover {
    background: #c09677;
    color: #fff;
}
#searchModal .btn-more-invert {
    background: #c09677;
    color: #fff;
    border: 2px solid #c09677;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}
#searchModal .btn-more-invert:hover {
    background: transparent;
    color: #c09677;
}

/*pagination*/
.pagination {
    justify-content: center;
}

.page-link {
    color: #c09677;
}
.page-link:hover {
    color: #fff;
    border-color: #c09677;
    background: #c09677;
}

.page-item.active .page-link {
    background: #c09677;
    border-color: #c09677;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #c09677;
}

.switch input:checked + label::before {
    background-color: #c09677;
}

/*push menu*/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1031;
    background: #fff;
    color: #111;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar .btn-dismiss {
    padding: 0;
    font-size: 22px;
    background: transparent;
}
#sidebar .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
#sidebar .sidebar-footer {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
#sidebar.active {
    left: 0;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li.active a {
    color: #fff;
    background: #c09677;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}
#sidebar ul li a:hover {
    color: #c09677;
}
#sidebar ul li a .caret {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#sidebar ul .submenu a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #eee;
}
#sidebar ul .submenu a:hover {
    color: #c09677;
    background: #eee;
}
#sidebar ul a[aria-expanded="true"] {
    color: #c09677;
    background: #111;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#map {
    height: 450px;
    width: 100%;
}

.separator {
    background: url("../img/bg_separator.png");
    height: 133px;
}

/*to top*/
#toTop {
    position: fixed;
    bottom: 5px;
    right: 15px;
    color: #c09677;
    font-size: 28px;
}

/*table*/
.table .fit {
    white-space: nowrap;
    width: 1%;
}

/*fullcalendar*/
.events .fc-button {
    background: transparent;
    color: #c09677;
    border: 2px solid #c09677;
    box-shadow: none;
    border-radius: 0 !important;
    height: auto;
    margin: 0;
    padding: 8px;
    outline: none;
}
.events .fc-button:hover {
    background: #c09677;
    color: #fff;
    cursor: pointer;
}
.events #calendar .fc-day-header {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px;
}
.events #calendar .fc-unthemed .fc-content,
.events #calendar .fc-unthemed .fc-divider,
.events #calendar .fc-unthemed .fc-list-heading td,
.events #calendar .fc-unthemed .fc-list-view,
.events #calendar .fc-unthemed .fc-popover,
.events #calendar .fc-unthemed .fc-row,
.events #calendar .fc-unthemed tbody,
.events #calendar .fc-unthemed td,
.events #calendar .fc-unthemed th,
.events #calendar .fc-unthemed thead {
    border-color: #eee;
}
.events #calendar .fc-day-grid-event .fc-content,
.events #calendar .fc-icon,
.events #calendar .fc-row.fc-rigid,
.events #calendar .fc-time-grid-event {
    /*white-space: inherit;*/
}
.events #calendar .fc-prev-button {
    margin-right: 5px !important;
}
.events #calendar .fc-toolbar h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}
.events #calendar .fc-day-grid-event {
    border-radius: 0;
}
.events #calendar .fc-day-grid-event .fc-title {
    font-weight: 400;
}
.events #calendar .fc-day-grid-event .fc-time {
    font-weight: 500;
}
.events #calendar .fc-day-grid-event:hover {
    cursor: pointer;
}
.events #calendar #event-info {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 997;
    font-size: 16px;
}
.events #calendar #event-info.active {
    display: flex;
    height: 100% !important;
}
.events #calendar #event-info .btn-dismiss {
    padding: 0;
    font-size: 28px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
}
.events #calendar #event-info .title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.events #calendar #event-info h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.events .legend {
    margin-top: 10px;
    font-size: 12px;
}
.events .legend .color {
    background: #6e1c1c;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}
.events .events-slider .slick-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 997;
}
.events .events-slider .slick-button.slick-button-left {
    right: 55px;
}
.events .events-slider .slick-button .fc-icon {
    position: relative;
    top: -0.05em;
    margin: 0 0.2em;
    vertical-align: middle;
}
.events .events-slider .event-slide {
    margin-top: 55px;
    border: 2px solid #c09677;
    padding: 20px;
    margin-right: 1px;
}
.events .events-slider .event-slide .title {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0;
}
.events .events-slider .event-slide .subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.featured-sites .slick-track {
    display: flex;
}
.featured-sites .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

/*modal*/
.modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-header .close {
    padding: 10px 15px;
    font-size: 2.5rem;
    font-weight: 300;
}

/*scrollbar*/
.mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.mCSB_dragger_bar {
    background-color: #333 !important;
}

/*cookies*/
.cookie-consent {
    background: #fff;
    padding: 20px;
}
.cookie-consent .cookie-consent__message {
    font-size: 13px;
    display: table-cell;
}
.cookie-consent .cookie-consent__agree {
    padding: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    display: table-cell;
}
.cookie-consent .cookie-consent__wrapper {
    display: table;
}
@media (max-width: 768px) {
    .cookie-consent .cookie-consent__wrapper {
        display: block;
    }
    .cookie-consent .cookie-consent__message {
        display: block;
    }
    .cookie-consent .cookie-consent__agree {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
}

/*shop*/
.menu-shop-categories > li a {
    position: relative;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}
.menu-shop-categories > li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background: #c09677;
    transition: 0.3s all;
}
.menu-shop-categories > li a:hover::after {
    width: 100%;
}
.menu-shop-categories > li a.active {
    color: #c09677;
}
.menu-shop-categories > li a.active::after {
    width: 100%;
}

.product-item .card {
    margin-bottom: 25px;
    border: 1px solid transparent;
}
.product-item .card .title {
    text-align: center;
    font-size: 20px;
}
.product-item .card .price {
    text-align: center;
    font-weight: 700;
}
.product-item .card .card-footer {
    border-top: none;
    background: transparent;
    padding: 0;
}
.product-item .card .card-footer .row {
    margin: 0;
}
.product-item .card .card-footer .col {
    padding: 0;
}
.product-item .card .btn-add-cart {
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.product-item .card:hover {
    border: 1px solid #c09677;
}

#addCartModal .info {
    text-align: center;
    font-weight: 500;
}
#addCartModal .summary {
    text-align: center;
}
#addCartModal .summary .info-cart {
    text-align: left;
}
#addCartModal .summary .info-cart span {
    font-weight: 500;
}
#addCartModal .summary .btn {
    border-radius: 0;
    display: block;
    text-transform: uppercase;
}

.cart-checkout-summary .card {
    border-radius: 0;
    margin-bottom: 30px;
}
.cart-checkout-summary .card .card-header {
    background: transparent;
}
.cart-checkout-summary .card .card-header .card-title {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.cart-checkout-summary .cart-checkout-table td {
    vertical-align: middle !important;
}
.cart-checkout-summary .cart-checkout-table td p {
    margin: 0;
}
.cart-checkout-summary .cart-checkout-table .product-quantity {
    width: 80px;
    text-align: center;
}
.cart-checkout-summary .cart-checkout-table .btn-counter {
    font-size: 10px;
    border: 1px solid #ccc;
    margin-top: 5px;
    border-radius: 0px;
    padding: 5px 12px;
    background: #fff;
}
.cart-checkout-summary .cart-checkout-table .summary-checkout {
    font-size: 20px;
    font-weight: 500;
}

section.single-product .product-title {
    font-size: 32px;
}
section.single-product .btn-add-cart {
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
}
section.single-product .price {
    font-weight: 500;
    font-size: 24px;
}
section.single-product .product-small-info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
section.single-product .product-content {
    margin-top: 30px;
}
section.single-product .product-content .nav.nav-tabs {
    border-bottom: 1px solid #eee;
}
section.single-product .product-content .nav.nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
section.single-product .product-content .nav.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #c09677;
}
section.single-product .product-content .tab-content {
    padding: 15px 0;
}

/*preloader*/
.card-body {
    position: relative;
}

.preloader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.preloader .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
}

.sitemaptree .collapse,
.sitemaptree .collapsing {
    padding-left: 15px;
    margin-left: 8px;
    border-left: 2px solid #eee;
}

/*my account front*/
.my-account .btn-account {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 15px;
}
.my-account .btn-account i {
    display: block;
    font-size: 48px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.my-account .btn-account:hover {
    border: 1px solid #c09677;
}
.my-account .btn-account.disabled {
    color: #eee;
}
.my-account .sidebar .btn-account {
    border: 1px solid #c09677;
    text-align: left;
}
.my-account .sidebar .btn-account i {
    display: unset;
    font-size: 18px;
}
.my-account .sidebar .btn-account.active {
    color: #c09677;
}
.my-account .btn-action {
    border: 1px solid #c09677;
    border-radius: 0;
}
.my-account .btn-action:hover {
    color: #c09677;
}

/*cb slideshow*/
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: "";
    background: transparent url(../img/slideshow/pattern.png) repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    -ms-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 72s linear infinite 0s;
    -moz-animation: titleAnimation 72s linear infinite 0s;
    -o-animation: titleAnimation 72s linear infinite 0s;
    -ms-animation: titleAnimation 72s linear infinite 0s;
    animation: titleAnimation 72s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../storage/photos/shares/slideshow/1.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../storage/photos/shares/slideshow/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../storage/photos/shares/slideshow/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../storage/photos/shares/slideshow/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../storage/photos/shares/slideshow/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../storage/photos/shares/slideshow/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) span {
    background-image: url(../storage/photos/shares/slideshow/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(8) span {
    background-image: url(../storage/photos/shares/slideshow/8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow li:nth-child(9) span {
    background-image: url(../storage/photos/shares/slideshow/9.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow li:nth-child(10) span {
    background-image: url(../storage/photos/shares/slideshow/10.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(10) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(11) span {
    background-image: url(../storage/photos/shares/slideshow/11.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

.cb-slideshow li:nth-child(11) div {
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

.cb-slideshow li:nth-child(12) span {
    background-image: url(../storage/photos/shares/slideshow/12.jpg);
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

.cb-slideshow li:nth-child(12) div {
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

/*
.cb-slideshow li:nth-child(n + 2) span { 
  background-image: url(../img/slideshow/2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
  background-image: url(../img/slideshow/3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
  background-image: url(../img/slideshow/4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; 
}
.cb-slideshow li:nth-child(2) div { 
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; 
} */
/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    10% {
        opacity: 1;
    }
    13% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    10% {
        opacity: 1;
    }
    13% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }
    10% {
        opacity: 1;
    }
    13% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    10% {
        opacity: 1;
    }
    13% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    3% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    10% {
        opacity: 1;
    }
    13% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

/*accessibility*/
.accessibility-contrast {
    color: #fff;
    background: #000;
}
.accessibility-contrast section.news .section-title {
    color: #fff;
}

.accessibility-font section.page-content .text {
    font-size: 1.25em;
    font-size: 1.25rem;
}

/*# sourceMappingURL=style.css.map */
