@import url(../font/font.css);
:root {
    --default-font: "Inter", sans-serif;
    --serif-font: "Georgia", serif;
    --transition: 0.2s ease-in-out;
    --text-color: hsl(0, 0%, 0%);
    --link-color: hsl(360, 75%, 40%);
    --link-color-hover: hsl(210, 95%, 20%);
    --disabilities-bg: hsl(20, 55%, 10%);
    --disabilities-color: hsl(0, 0%, 100%);
}

body {
    background: #b49c61 url(../images/bg.jpg) repeat;
    font-feature-settings: "calt" 1, "ss03" 1, "cv01" 1, "cv02" 1, "cv05" 1,
        "cv08" 1, "cv11" 1;
}

.container {
    position: relative;
}

.disabilities {
    width: 100%;
    background: var(--disabilities-bg);
    text-align: right;
    padding: 0.2em;
}

.disabilities button {
    background: none;
    border: none;
    padding: 0;
}

.disabilities,
.disabilities button {
    color: var(--disabilities-color);
    font-size: 0.95em;
}

.disabilities .fonts button {
    padding-left: 0.2em;
}

.disabilities-separator {
    padding: 0 0.4em;
}

#fonta {
    font-size: 0.8em;
}

#fontaa {
    font-size: 0.9em;
}

#fontaaa {
    font-size: 1em;
    font-weight: 600;
}

.top-wrapper {
    width: 100%;
    height: auto;
    background: #371d0d url(../images/bg-top.jpg) repeat;
    margin-bottom: 6px;
    box-shadow: inset 0 0 30px 0 #000;
}

.header-wrapper {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 7px 2px rgb(0 0 0 / 45%);
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
}

header {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    column-gap: 20px;
}

.logo {
    margin: 20px;
}

.logo img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .logo {
        width: max-content;
        margin: 20px 0;
    }
    .logo img {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@media (min-width: 992px) {
    header {
        flex-direction: row;
    }
}

/*********************************************
***************** POSITION TOP ***************
*********************************************/

/***************** TOP MENU ***************/

.navbar {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-toggle {
    background-color: #8a6c4d;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar ul {
    display: block;
    list-style: none;
}

.navbar #headerNav {
    list-style: none;
    padding: 20px 0 0 0;
    background: #8a6c4d;
    border-radius: 4px;
}

.navbar ul a {
    color: #fff;
    font-family: var(--serif-font);
}

.navbar ul .parent > a {
    font-size: 18px;
}

.navbar #headerNav > li {
    border-bottom: 1px solid #fff;
    margin: 0 20px 20px 20px;
    padding: 0 20px 20px 20px;
}

.navbar .dropdown {
    padding: 0;
    position: static;
}

.navbar .dropdown .dropdown {
    padding: 0 0 0 10px;
}

.navbar .dropdown li {
    padding-top: 10px;
}

/*.navbar ul {
	left: 0!important;
}*/

@media (min-width: 768px) {
    .position-top {
        padding: 0px;
    }
    .navbar {
        margin: 0;
        flex-grow: 1;
        min-height: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar .container {
        padding: 0;
    }
    .navbar ul {
        list-style: none;
        padding-left: 0;
    }
    .navbar #headerNav {
        margin: 0;
        padding: 0;
        background: none;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        justify-content: center;
    }
    .navbar ul li {
        position: relative;
        transition: background 0.2s;
        margin-bottom: 10px;
    }
    .navbar #headerNav > li {
        width: auto;
        margin-bottom: 0;
        border: none;
        margin: 0;
        padding: 0 0 0 14px;
        background: url(../images/menu-icon.png) center left no-repeat;
    }
    .navbar #headerNav > li > a {
        color: #fff;
        font-size: 15px;
        padding: 0;
        line-height: 1.2;
        text-decoration: none;
    }
    .navbar #headerNav > li > a:hover,
    .navbar #headerNav > li > a:focus {
        color: #f2cd98;
        text-decoration: underline;
        transition: var(--transition);
    }
    .navbar ul ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        background: #f9bf4f;
        border-radius: 2px;
        min-width: 160px;
        padding: 10px;
        padding-bottom: 0;
    }
    .navbar #headerNav > li:hover > ul,
    .navbar #headerNav > li.sfHover > ul {
        display: block;
    }
    .navbar .dropdown {
        padding: 10px 10px 0 10px;
        position: absolute;
    }
    .navbar .dropdown .dropdown {
        padding: 10px 10px 0 10px;
    }
    .navbar .dropdown li {
        padding-top: 0px;
    }
    .navbar ul ul a {
        font-size: 15px;
        line-height: 21px;
        padding: 4px 8px;
        text-align: left;
        text-decoration: none;
        display: block;
        cursor: pointer;
        color: #432415;
    }
    .navbar ul ul li:hover > a,
    .navbar ul ul li a:focus {
        background: #513727;
        border-radius: 3px;
        color: #fff;
        transition: var(--transition);
    }
    .navbar ul ul ul {
        top: -10px;
        left: 100%;
    }
    .navbar ul li:hover,
    .navbar ul li.sfHover {
        transition: none;
    }
    .navbar ul.sf-arrows .child .sf-with-ul {
        padding-right: 2.5em;
    }
    /* styling for both css and generated arrows */
    .navbar ul.sf-arrows .child .sf-with-ul:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dfeeff;
        /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255, 255, 255, 0.5);
    }
    .navbar ul.sf-arrows > li > .sf-with-ul:focus:after,
    .navbar ul.sf-arrows > li:hover > .sf-with-ul:after,
    .navbar ul.sf-arrows > .child.sfHover > .sf-with-ul:after {
        border-top-color: white;
        /* IE8 fallback colour */
    }
    /* styling for right-facing arrows */
    .navbar ul.sf-arrows ul .child .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dfeeff;
        /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255, 255, 255, 0.5);
    }
    .navbar ul.sf-arrows ul .child li > .sf-with-ul:focus:after,
    .navbar ul.sf-arrows ul .child li:hover > .sf-with-ul:after,
    .navbar ul.sf-arrows ul .child .sfHover > .sf-with-ul:after {
        border-left-color: white;
    }
    .navbar #headerNav > li > ul > .sub-pointer {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 5px 6px;
        border-color: transparent transparent #f9bf4f transparent;
        position: absolute;
        top: -5px;
        left: 9px;
    }
    .navbar #headerNav > li > ul ul .sub-pointer {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar #headerNav {
        justify-content: flex-end;
    }
}

/*********************************************
******************* SLIDER *******************
*********************************************/

.position-slider {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

#slider {
    margin: 0 !important;
    overflow: hidden;
    box-shadow: none;
    background: none;
    /*border-radius: 5px;*/
}

.position-slider .nivo-caption {
    padding: 9px 10px;
    background: none;
    font-size: 18px;
    font-family: var(--default-font);
}

.position-slider.theme-default .nivo-controlNav {
    padding: 20px 20px 15px 20px;
}

@media (min-width: 768px) {
    .slider-wrapper {
        margin: 0 -20px;
    }
    .slider-container {
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 248px;
    }
}

@media (min-width: 992px) {
    .slider-container {
        margin-top: 0;
        min-height: 212px;
    }
    .position-slider {
        padding-left: 6px;
    }
}

@media (min-width: 1200px) {
    .slider-container {
        min-height: 256px;
    }
}

/*********************************************
************ BREADCRUMBS ************
*********************************************/

.breadcrumbs {
    color: #585858;
    padding: 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.breadcrumbs a {
    color: #585858;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs span.breadcrumbs-prefix {
    margin-left: 0;
}

/*********************************************
************** POSITION FEATURE **************
*********************************************/

.position-feature {
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}

.position-feature,
.position-feature p,
.position-feature span,
.position-feature h1,
.position-feature h2,
.position-feature h3,
.position-feature h4,
.position-feature h5 {
    color: #fff;
}

.position-feature a {
    color: #ccc;
}

.position-feature a:hover,
.position-feature a:focus {
    color: #ccc;
    /*text-decoration:none;*/
}

/*********************************************
******************* CONTENT ******************
*********************************************/

.content {
    padding-bottom: 20px;
    padding-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******** CONTENT INSIDE *********/

.content-inside {
    height: 100%;
    border-top: 5px solid hsl(40, 95%, 65%);
    background: #fff;
}

.content-inside img {
    display: inline-block;
    height: auto !important;
    max-width: 100%;
}

.content-inside a:hover {
    text-decoration: underline;
}

.go-to-menu {
    padding: 5px;
}

.go-to-menu a {
    background: #8a6c4d;
    border: none;
    border-radius: 2px;
    color: #fff;
}

/******** CONTENT NEWS ************/

.content-inside .content-news .content-news-item {
    width: 100%;
    position: relative;
    margin-bottom: 47px;
}

.content-inside .content-news .content-news-item:after {
    position: absolute;
    content: "";
    background: url(../images/separator.png) top center no-repeat;
    width: 100%;
    height: 17px;
    bottom: -40px;
    left: 0;
}

.content-inside .content-news .content-news-item-header {
    font-weight: 300;
    color: #3c2208;
    margin-bottom: 0.3em;
}

.content-inside .content-news .content-news-item-utilities {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    margin-left: 1px;
}

.content-inside .content-news .content-news-item-content {
    padding-bottom: 20px;
    overflow: hidden;
}

.content-inside .content-news .content-news-item-content .thumbnail-news {
    max-width: 20%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-inside
    .content-news
    .content-news-item-content
    .content-news-read-more {
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-top: 10px;
    padding: 3px 20px;
    background: #4e2b1a;
    font-size: 13px;
    position: relative;
    float: right;
    transition: var(--transition);
    text-decoration: none;
}

.content-inside
    .content-news
    .content-news-item-content
    .content-news-read-more
    .content-news-read-more-icon {
    display: none;
}

.content-inside
    .content-news
    .content-news-item-content
    .content-news-read-more:hover,
.content-inside
    .content-news
    .content-news-item-content
    .content-news-read-more:focus {
    color: #f2cd98;
    background: #000;
}

/************* CONTENT SUBPAGE **************/

.content-subpage-header {
    margin: 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d5d5d5;
}

.content-subpage-header h1 {
    font-weight: 300;
}

.content-subpage-utilities,
.content-subpage-utilities a {
    font-size: 12px;
    color: #595959;
}

.content-subpage-utilities > div {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dfdfdf;
}

.content-subpage-utilities > div:first-child,
.content-subpage-utilities > .clearfix {
    padding: 0;
    margin: 0;
    border-left: none;
}

.content-subpage-utilities a {
    padding-left: 5px;
}

.content-subpage-utilities a:hover {
    color: #333;
}

.content-subpage-text {
    overflow: hidden;
}

.content-homepage {
    padding-top: 30px;
}

.subpage-separator {
    height: 1px;
    background: #ebebeb;
    margin: 30px 0;
}

.subpage-header {
    text-align: center;
    font-weight: 300;
    margin-bottom: 26px;
}

/************ CONTENT GALLERIES LIST *******/

.content-gallery-item-utilities {
    font-size: 12px;
    color: #595959;
}

.content-galleries > div {
    margin-bottom: 15px;
}

.content-galleries .thumbnail {
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 5px;
}

.content-galleries .thumbnail:hover {
    transition: var(--transition);
}

.content-galleries h3,
.content-galleries h4 {
    margin-top: 0;
}

.image-overlay {
    position: relative;
}

.image-overlay .image-overlay-mask {
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity var(--transition);
    backface-visibility: hidden;
}

.image-overlay:hover .image-overlay-mask {
    opacity: 0.7;
    transition: opacity var(--transition);
    backface-visibility: hidden;
}

.image-overlay-mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.image-overlay-mask span {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
}

@media (max-width: 767px) {
    .content-galleries > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/********** CONTENT GALLERY IMAGES ***********/

.fr-window canvas {
    left: -3000px !important;
}

.fr-window-fresco .fr-close .fr-close-icon {
    width: 23px;
    height: 23px;
}

.fr-close {
    right: 25px;
}

.gallery-images > div > div {
    margin-bottom: 20px;
}

.gallery-images .thumbnail {
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
}

.gallery-images .thumbnail:hover,
.gallery-images .thumbnail:focus {
    /*background:#fbf3c7;*/
    background: rgb(146, 96, 91);
    border: 1px solid rgb(146, 96, 91);
    transition: var(--transition);
}

.gallery-images .thumbnail:after {
    display: none;
}

.gallery-images .thumbnail:hover:after {
    width: 0%;
}

/************ CONTENT ATTACHMENTS LIST *******/

.attachments_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attachments_list-item {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.attachments_list-item-title {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.attachments_list-item-utilities {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

/*********************************************
************* POSITION INSIDETOP *************
*********************************************/

/*********************************************
*********** POSITION INSIDEBOTTOM ************
*********************************************/

.eventslist-day {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.eventslist-event {
    margin-bottom: 5px;
    overflow: hidden;
}

.eventslist-event p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #b8aca5;
}

.eventslist-event h4 {
    margin-top: 0;
}

/*********************************************
***** POSITION BOTTOMFIRST BOTTOMSECOND ******
*********************************************/

/*.position-bottom-first-second {

}

.position-bottom-first-second > div {

}*/

.position-bottom-first-second > .col-lg-6 {
    /*padding:0;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .position-bottom-first-second > .col-lg-6 {
        padding-right: 0;
    }
    .position-bottom-first-second > .col-lg-6:first-child {
        padding-left: 0;
    }
}

/*
.counter h4 {
	margin: 0 0 5px 0;
}*/

.addon-box-inside-bottom.counter {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px,
        rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
    border-radius: 2px;
    padding: 13px;
    min-height: 140px;
}

.addon-box-inside-bottom.counter h4 {
    margin: 0 0 5px 0;
}

.counter p {
    margin-bottom: 2px;
}

/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/

.position-right-container {
    margin-bottom: 15px;
    background: rgb(123, 81, 50);
    background: linear-gradient(
        to right,
        rgba(123, 81, 50, 1) 0%,
        rgba(54, 30, 18, 1) 100%
    );
}

@media (min-width: 768px) {
    .position-side-left {
        padding-left: 0;
        padding-top: 10px;
    }
    .position-side-right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
    .position-side-left {
        padding-right: 30px;
    }
    .position-side-right {
        padding-left: 30px;
    }
}

.addon-box {
    padding: 20px;
}

.addon-box .addon-box-header {
    /*margin-top:0;*/
    margin-top: -5px;
    margin-bottom: 18px;
    color: #696969;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px solid #acacac;
    text-align: center;
}

.addon-box.addon-box-side-right .addon-box-header {
    color: #fff;
}

.addon-box-side-right,
.addon-box-side-right p {
    color: #fff;
}

.addon-box .addon-box-content img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.addon-box.addon-box-side-left {
    margin-bottom: 20px;
}

.addon-box-side-left.textmodule {
    border-top: 5px solid hsl(40, 95%, 65%);
    background: #fff;
}

.position-side-right .addon-box {
    border-top: 5px solid hsl(40, 95%, 65%);
}

.position-side-right .addon-box a {
    color: #ffe090;
}

.position-side-right .addon-box a:hover,
.position-side-right .addon-box a:focus {
    color: #fff;
}

/*************** MENU ************************/

.addon-box .sf-menu,
.addon-box .sf-menu ul {
    list-style: none;
}

.addon-box.menu-box {
    padding: 0px;
    border-top: 5px solid #f9bf4f;
    background: rgb(54, 30, 18);
    background: linear-gradient(
        to right,
        rgba(54, 30, 18, 1) 0%,
        rgba(123, 81, 50, 1) 100%
    );
}

.addon-box .sf-menu {
    margin: 0;
    padding: 0;
}

.addon-box .sf-menu a {
    color: #fff;
    display: block;
    font-family: var(--serif-font);
    text-decoration: none;
}

.addon-box .sf-menu > li > a {
    background: url(../images/menu-icon.png) left center no-repeat;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
}

.addon-box .sf-menu > li {
    padding-left: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #c4c4c4;
    transition: var(--transition);
}

.addon-box .sf-menu > li:last-child {
    border: none;
}

.addon-box .sf-menu a:hover,
.addon-box .sf-menu a:focus {
    color: #f2cd98;
    text-decoration: underline;
}

.addon-box .sf-menu ul {
    margin: 0;
    padding: 0 10px 10px 22px;
}

.addon-box .sf-menu ul ul {
    left: 0 !important;
    padding: 0px 10px 0px 10px;
}

.addon-box .sf-menu ul li a {
    border-bottom: 1px solid #825d42;
    padding: 8px 0;
    font-size: 0.9rem;
}

.addon-box .sf-menu .glyphicon {
    top: -1px;
    font-size: 9px;
    color: #b3b3b3;
}

/************ Survey *******************/

.addon-box-side-left.surveymodule {
    padding-top: 8px;
    border-top: 5px solid #f9bf4f;
    background: rgb(54, 30, 18);
    background: linear-gradient(
        to right,
        rgba(54, 30, 18, 1) 0%,
        rgba(123, 81, 50, 1) 100%
    );
}

.addon-box-side-left.surveymodule .addon-box-header {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    padding: 1px 5px 2px 1px;
    margin-left: -1px;
    border-bottom: 1px solid #a7a3b5;
    text-align: center;
}

.addon-box-side-left.surveymodule legend,
.addon-box-side-left.surveymodule label {
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.addon-box-side-left.surveymodule .surveymodule-buttons {
    text-align: center;
}

.addon-box-side-left.surveymodule .btn {
    background: #331506;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: var(--transition);
}

.addon-box-side-left.surveymodule .btn:hover,
.addon-box-side-left.surveymodule .btn:focus {
    background: #000;
    color: #f2cd98;
    transition: var(--transition);
    text-decoration: underline;
}

.flash-error,
.flash-success {
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background: rgb(226, 70, 70);
    text-align: center;
}

.flash-success {
    background: rgb(57, 119, 27);
}

/***************** SEARCH *******************/

#search-form {
    position: relative;
}

#search-input {
    background: #f1f1f1;
    padding: 7px 29px 5px 8px;
    width: 100%;
    color: #000;
    border: 2px solid #f1f1f1;
    border-radius: 40px;
    height: 34px;
    font-size: 13px;
}

#search-input:focus {
    background: #fff;
    border: 2px solid hsl(40, 95%, 65%);
    box-shadow: 0 0 10px 0px hsl(40, 95%, 65%);
}

#search-form button {
    height: 33px;
    position: absolute;
    right: 7px;
    top: 1px;
    width: 30px;
    padding: 0 0 0 7px;
    background: none;
    border: none;
}

#search-form button span {
    color: #4f2b15;
}

/*********************************************
******************* FOOTER *******************
*********************************************/

footer {
    background: hsl(40, 95%, 65%);
    padding: 15px 0;
}

footer > .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer > .container::before,
footer > .container::after {
    display: none;
}

footer,
footer p,
footer a {
    color: hsl(30, 85%, 15%);
}

@media (min-width: 768px) {
    footer > .container {
        flex-direction: row;
    }
    footer p:last-child {
        margin: 0;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- calendar -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.calendar__header {
    display: flex;
    line-height: 1;
    color: #fff;
    fill: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
    padding: 0 6px;
}

.calendar__monthyear {
    flex-grow: 1;
}

.calendar__btn-back-yr {
    order: -2;
}

.calendar__btn-back-mth {
    order: -1;
}

.calendar__switch-date-btn {
    border: none;
    background: none;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    padding: 0;
    transition: 0.2s ease-in-out;
}

.calendar__switch-date-btn svg {
    height: 13px;
}

.calendar__switch-date-btn:hover,
.calendar__switch-date-btn:focus {
    fill: rgb(255, 236, 169);
    opacity: 1;
}

.calendar__body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar__body > * {
    text-align: center;
    padding: 7px 0px;
    position: relative;
    line-height: 1;
}

.calendar__weekday,
.calendar__today {
    font-weight: bold;
    font-size: 0.8em;
}

.calendar__today li {
    font-weight: normal;
}

.calendar__hasitems {
    cursor: pointer;
}

.calendar__hasitems:hover .calendar__items,
.calendar__hasitems:focus-within .calendar__items {
    opacity: 1;
    z-index: 100;
}

.calendar__items {
    background: hsla(0, 0%, 0%, 90%);
    position: absolute;
    top: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    width: 170px;
    text-align: left;
    z-index: -1;
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.calendar__weekday1 .calendar__items {
    left: 0;
}

.calendar__weekday2 .calendar__items {
    left: -100%;
}

.calendar__weekday3 .calendar__items {
    left: -200%;
}

.calendar__weekday4 .calendar__items {
    left: -250%;
}

.calendar__weekday5 .calendar__items {
    right: -200%;
}

.calendar__weekday6 .calendar__items {
    right: -100%;
}

.calendar__weekday7 .calendar__items {
    right: 0;
}

.calendar__item {
    padding: 5px 0;
    font-size: 0.8rem;
    line-height: 1.3;
}

.calendar__item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 30%);
}

.calendar__item a {
    display: block;
    color: hsl(0, 0%, 100%);
}

.calendar__item a:hover,
.calendar__item a:focus {
    color: hsl(60, 100%, 50%);
    outline-offset: 0.25rem;
}

.calendar__day {
    font-size: 0.8em;
}

.calendar__day:not(.calendar__outofmonth) {
    background: #000;
    color: #fff;
    border-radius: 3px;
}

.calendar__day.calendar__hasitems {
    background: #ffe099;
    color: #000;
}

.calendar__day.calendar__today {
    background: #a12a12;
    color: #fff;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- modal -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.dialog-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.dialog-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dialog-container[aria-hidden="true"] {
    display: none;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43, 46, 56, 0.9);
    animation: fade-in 200ms both;
}

.dialog-content-wrapper {
    background-color: rgb(255, 255, 255);
    margin: auto;
    z-index: 2;
    position: relative;
    animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
    max-width: 90%;
    width: 800px;
    border-radius: 2px;
    max-height: 90%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes slide-up {
    from {
        transform: translateY(10%);
    }
}

.dialog-content {
    overflow: scroll;
    max-height: 90vh;
    padding: 0 1em 1em 1em;
}

.dialog-close-wrapper {
    padding: 0.5em;
    text-align: right;
}

.dialog-close {
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 3px 9px 5px 9px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
}

.dialog-close:hover,
.dialog-close:focus {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 700px) {
    .dialog-content {
        padding: 0 2em 2em 2em;
    }
    .dialog-close-wrapper {
        padding: 1em;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- pagination -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.pagination {
    margin: 20px 0 30px 0;
    padding-top: 1.3rem;
    padding: 0 15px;
    display: block;
}

.pagination__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__link {
    background: none;
    color: #492807;
    fill: #492807;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 13px;
    display: block;
}

.pagination__link:hover,
.pagination__link:focus,
.pagination__item--current .pagination__link {
    background: none;
    color: #76591d;
    fill: #76591d;
    text-decoration: underline;
}

.pagination__item--current .pagination__link {
    font-weight: bold;
}

.pagination__icon {
    height: 9px;
    margin: 0 -5px;
}

.pagination__icon--reversed {
    transform: rotateY(180deg);
}

.pagination__item:first-child:not(.pagination__item--first) {
    margin-left: auto;
}

.pagination__item--first {
    margin-right: auto;
}

.pagination__item:last-child:not(.pagination__item--last) {
    margin-right: auto;
}

.pagination__item--last {
    margin-left: auto;
}

/*********************************************
******************* CONTACT FORM ********************
*********************************************/

.form-control.error {
    color: #fff;
    background: rgb(226, 70, 70);
    border: 1px solid rgb(226, 70, 70);
}

form label {
    font-weight: 100;
}

form label.required {
    font-weight: bold;
}

form label span.required {
    color: red;
}

.addon-box.clock {
    height: 290px;
}

@media (min-width: 768px) {
    .addon-box.clock {
        height: 330px;
    }
}

@media (min-width: 992px) {
    .addon-box.clock {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .addon-box.clock {
        height: 150px;
    }
}

.addon-box .clock {
    display: block;
}

#clock-inner {
    padding: 0 50px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- cookies -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.cookies[hidden] {
    display: none;
}

.cookies {
    position: fixed;
    bottom: 0;
    padding: 0 1em 1em 1em;
    margin: 0 auto;
    width: 100vw;
    display: flex;
    z-index: 9999;
}

.cookies__inside {
    border-radius: 5px;
    background: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    padding: 1em 1.5em;
    text-align: center;
    margin: 0 auto;
}

.cookies__desc {
    margin-bottom: 1em;
    color: hsl(0, 0%, 100%);
}

.cookies__desc a {
    color: hsl(25, 100%, 70%);
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.cookies__desc a:hover,
.cookies__desc a:focus {
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.cookies__btn-agree {
    border: none;
    background: hsl(25, 100%, 90%);
    color: hsl(0, 0%, 0%);
    border-radius: 3px;
    padding: 0.2em 0.5em;
    transition: 0.2s ease-in-out;
}

.cookies__btn-agree:hover,
.cookies__btn-agree:focus {
    background: hsl(0, 0%, 100%);
}

.cookies *:focus {
    outline: 3px solid hsl(25, 100%, 90%);
    outline-offset: 0.25rem;
}
