.calendar-events-swiper {
	display: none;
}

.fc-event-container {
	z-index: 100;
}

.publication-cover {
	cursor: pointer;
}

.error-page-content {
	margin: 100px 0;
}

.fa.spinning {
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loader-btn {
	display: none;
}

.contact-alert {
	display: none;
}

.menu-left nav ul {
    margin-top: 20px;
}

.menu-left .menu-bottom {
    width: 88%;
}

.msg-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5005;
    color: #c9ad55;
    background: rgba(40,39,37,0.75);
    padding: 15px 15px 15px 60px;
    display: none;
}

.msg-cookie .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

b {
    font-weight: 700 !important;
}

i {
    font-style: italic !important;
}

.share-line.open ul {
    -webkit-transform: translate(130px, -50%);
    transform: translate(130px, -50%);
}

.share-line .list-inline {
    margin-top: 2px;
}

.header.header-calendar,
header.main-header {
    overflow-x: hidden;
}

.map-points {
    display: none;
}

.map-points.active {
    display: block;
}

html {
    overflow-x: hidden;
}

.homepage-map-height {
    height: 100%;
    max-height: 100vh;
}

@media only screen and (min-width: 1024px) {
    .homepage-map-height {
        height: 600px;
        margin-bottom: 50px;
    }
}

.menu-active {
    font-weight: bold;
}

.search-delete {
    text-transform: none;
    float: right;
    margin-top: 5px;
}

#graveyard-layer {
     background:rgb(0,0,0);
     background:rgba(0,0,0,0.8);
    /*opacity:0.7;
    */
     width:100%;
     height:100%;
     position:fixed;
     top:0;
     left:0;
     z-index:1000;
}
#graveyard-layer span.close {
     color:#fff;
     font-weight:bold;
     cursor:pointer;
     text-transform:uppercase;
     margin:10px;
     right:0px;
     position:fixed;
}
#graveyard-map {
    /*max-width:640px;
     height:480px;
    */
     margin: 0 auto 0;
     width:95%;
     height:90%;
     z-index: 1;
}
#graveyard-loader {
     position: relative;
     width: 235px;
     top: 50%;
     margin: 0 auto;
     text-align: center;
}
#graveyard-loader span {
     display: inline-block;
     color: #ffffff;
     font-size: 14px;
     padding-bottom: 10px;
}
.google-loader{
    position:relative;
    display:block;
    margin:0 auto;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:gray;
    box-shadow:1px 1px 2px 1px rgba(0,0,0,.2);
    -webkit-animation-name:static;
    -webkit-animation-duration:3s;
    -webkit-animation-timing-function:steps(1);
    -webkit-animation-iteration-count:infinite;
    animation-name:static;
    animation-duration:3s;
    animation-timing-function:steps(1);
    animation-iteration-count:infinite
}
.google-loader:after,.google-loader:before{
    position:absolute;
    content:'';
    display:block;
    border-radius:inherit
}
.google-loader:before{
    -webkit-animation-name:static-half;
    -webkit-animation-duration:3s;
    -webkit-animation-timing-function:steps(1);
    -webkit-animation-iteration-count:infinite;
    animation-name:static-half;
    animation-duration:3s;
    animation-timing-function:steps(1);
    animation-iteration-count:infinite
}
.google-loader:after{
    -webkit-animation-name:flip;
    -webkit-animation-duration:3s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-name:flip;
    animation-duration:3s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    background-color:#226ad9;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 100%;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 100%
}
@-webkit-keyframes flip{
    0%,100.001%{
        background-color:#226ad9;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 100%
    }
    12.5%{
        background-color:#143f81;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 100%
    }
    12.5001%{
        background-color:#e87c6b;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 0
    }
    25%{
        background-color:#cd3820;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    25.001%{
        background-color:#cd3820;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    37.5%{
        background-color:#752012;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:0 0
    }
    37.5001%{
        background-color:#fed165;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:100% 0
    }
    50%{
        background-color:#fcb201;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:100% 0
    }
    50.001%{
        background-color:#fcb201;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    62.5%{
        background-color:#fed165;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 0
    }
    62.5001%{
        background-color:#00321d;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 100%
    }
    75%{
        background-color:#019757;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 100%
    }
    75.001%{
        background-color:#019757;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:100% 0
    }
    89.5%{
        background-color:#02fc91;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:100% 0
    }
    89.5001%{
        background-color:#143f81;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:0 0
    }
    100%{
        background-color:#226ad9;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
}
@keyframes flip{
    0%,100.001%{
        background-color:#226ad9;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 100%
    }
    12.5%{
        background-color:#143f81;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 100%
    }
    12.5001%{
        background-color:#e87c6b;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 0
    }
    25%{
        background-color:#cd3820;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    25.001%{
        background-color:#cd3820;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    37.5%{
        background-color:#752012;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:0 0
    }
    37.5001%{
        background-color:#fed165;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:100% 0
    }
    50%{
        background-color:#fcb201;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:100% 0
    }
    50.001%{
        background-color:#fcb201;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
    62.5%{
        background-color:#fed165;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 0
    }
    62.5001%{
        background-color:#00321d;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(90deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(90deg) rotateY(0deg);
        transform-origin:0 100%
    }
    75%{
        background-color:#019757;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 100%;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 100%
    }
    75.001%{
        background-color:#019757;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:100% 0
    }
    89.5%{
        background-color:#02fc91;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:100% 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:100% 0
    }
    89.5001%{
        background-color:#143f81;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(90deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(90deg);
        transform-origin:0 0
    }
    100%{
        background-color:#226ad9;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0;
        -webkit-transform:rotateX(0deg) rotateY(0deg);
        -webkit-transform-origin:0 0;
        transform:rotateX(0deg) rotateY(0deg);
        transform-origin:0 0
    }
}
.flip 0,.flip 100.001%{
    background-color:#226ad9;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 100%;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 100%
}
.flip 12.5%{
    background-color:#143f81;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0;
    -webkit-transform:rotateX(90deg) rotateY(0deg);
    -webkit-transform-origin:0 100%;
    transform:rotateX(90deg) rotateY(0deg);
    transform-origin:0 100%
}
.flip 12.5001%{
    background-color:#e87c6b;
    border-radius:0 0 30px 30px;
    width:30px;
    height:15px;
    left:0;
    top:15px;
    -webkit-transform:rotateX(90deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(90deg) rotateY(0deg);
    transform-origin:0 0
}
.flip 25%{
    background-color:#cd3820;
    border-radius:0 0 30px 30px;
    width:30px;
    height:15px;
    left:0;
    top:15px;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 0
}
.flip 25.001%{
    background-color:#cd3820;
    border-radius:0 30px 30px 0;
    width:15px;
    height:30px;
    left:15px;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 0
}
.flip 37.5%{
    background-color:#752012;
    border-radius:0 30px 30px 0;
    width:15px;
    height:30px;
    left:15px;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(90deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(90deg);
    transform-origin:0 0
}
.flip 37.5001%{
    background-color:#fed165;
    border-radius:30px 0 0 30px;
    width:15px;
    height:30px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(90deg);
    -webkit-transform-origin:100% 0;
    transform:rotateX(0deg) rotateY(90deg);
    transform-origin:100% 0
}
.flip 50%{
    background-color:#fcb201;
    border-radius:30px 0 0 30px;
    width:15px;
    height:30px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:100% 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:100% 0
}
.flip 50.001%{
    background-color:#fcb201;
    border-radius:0 0 30px 30px;
    width:30px;
    height:15px;
    left:0;
    top:15px;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 0
}
.flip 62.5%{
    background-color:#fed165;
    border-radius:0 0 30px 30px;
    width:30px;
    height:15px;
    left:0;
    top:15px;
    -webkit-transform:rotateX(90deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(90deg) rotateY(0deg);
    transform-origin:0 0
}
.flip 62.5001%{
    background-color:#00321d;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0;
    -webkit-transform:rotateX(90deg) rotateY(0deg);
    -webkit-transform-origin:0 100%;
    transform:rotateX(90deg) rotateY(0deg);
    transform-origin:0 100%
}
.flip 75%{
    background-color:#019757;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 100%;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 100%
}
.flip 75.001%{
    background-color:#019757;
    border-radius:30px 0 0 30px;
    width:15px;
    height:30px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:100% 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:100% 0
}
.flip 89.5%{
    background-color:#02fc91;
    border-radius:30px 0 0 30px;
    width:15px;
    height:30px;
    left:0;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(90deg);
    -webkit-transform-origin:100% 0;
    transform:rotateX(0deg) rotateY(90deg);
    transform-origin:100% 0
}
.flip 89.5001%{
    background-color:#143f81;
    border-radius:0 30px 30px 0;
    width:15px;
    height:30px;
    left:15px;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(90deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(90deg);
    transform-origin:0 0
}
.flip 100%{
    background-color:#226ad9;
    border-radius:0 30px 30px 0;
    width:15px;
    height:30px;
    left:15px;
    top:0;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform-origin:0 0;
    transform:rotateX(0deg) rotateY(0deg);
    transform-origin:0 0
}
@-webkit-keyframes static-half{
    0%,100%{
        background-color:#cd3820;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0
    }
    25%{
        background-color:#fcb201;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0
    }
    50%{
        background-color:#019757;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px
    }
    75%{
        background-color:#226ad9;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0
    }
}
@keyframes static-half{
    0%,100%{
        background-color:#cd3820;
        border-radius:30px 30px 0 0;
        width:30px;
        height:15px;
        left:0;
        top:0
    }
    25%{
        background-color:#fcb201;
        border-radius:0 30px 30px 0;
        width:15px;
        height:30px;
        left:15px;
        top:0
    }
    50%{
        background-color:#019757;
        border-radius:0 0 30px 30px;
        width:30px;
        height:15px;
        left:0;
        top:15px
    }
    75%{
        background-color:#226ad9;
        border-radius:30px 0 0 30px;
        width:15px;
        height:30px;
        left:0;
        top:0
    }
}
.static-half 0,.static-half 100%{
    background-color:#cd3820;
    border-radius:30px 30px 0 0;
    width:30px;
    height:15px;
    left:0;
    top:0
}
.static-half 25%{
    background-color:#fcb201;
    border-radius:0 30px 30px 0;
    width:15px;
    height:30px;
    left:15px;
    top:0
}
.static-half 50%{
    background-color:#019757;
    border-radius:0 0 30px 30px;
    width:30px;
    height:15px;
    left:0;
    top:15px
}
.static-half 75%{
    background-color:#226ad9;
    border-radius:30px 0 0 30px;
    width:15px;
    height:30px;
    left:0;
    top:0
}
@-webkit-keyframes static{
    0%,100%{
        background-color:#226ad9
    }
    25%{
        background-color:#cd3820
    }
    50%{
        background-color:#fcb201
    }
    75%{
        background-color:#019757
    }
}
@keyframes static{
    0%,100%{
        background-color:#226ad9
    }
    25%{
        background-color:#cd3820
    }
    50%{
        background-color:#fcb201
    }
    75%{
        background-color:#019757
    }
}
.static 0,.static 100%{
    background-color:#226ad9
}
.static 25%{
    background-color:#cd3820
}
.static 50%{
    background-color:#fcb201
}
.static 75%{
    background-color:#019757
}

#graveyard-layer .link {
    color: #c19d46;
}

#graveyard-layer .link:hover {
    color: #ddb75d;
}

.sidebar-map{
    height:40vh;
    max-height:475px;
    min-height:300px
}
.sidebar-map.graveyard-finder{
    max-height:300px
}
.sidebar-map.h-100{
    height:100%;
    max-height:100vh;
    -webkit-box-shadow:0 0 12px rgba(0,0,0,0.5) inset;
    box-shadow:0 0 12px rgba(0,0,0,0.5) inset
}
.sidebar-map.h-100 .gm-style-pbc+div{
    -webkit-box-shadow:0 0 24px rgba(0,0,0,0.35) inset;
    box-shadow:0 0 24px rgba(0,0,0,0.35) inset
}
.sidebar-map.map-shadow{
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    min-height:60vh;
    margin-bottom:25px
}
@media (max-width: 991px){
    .sidebar-map{
        margin-bottom:15px
    }
}

.toggle-search {
    cursor: pointer;
}

.search-header h2 {
    margin-bottom: 10px;
}

.search-header h3 {
    margin-top: 0px;
    color: #545351;
    font-size: 22px;
}

.search-header .search-logo {
    margin: 30px;
}

.search-result-row h4 {
    font-size: 22px;
}

.map-wrapper .map-info-fixed {
    right: 45px;
}

.map-wrapper .map-info-fixed:hover {
    background: #000;
}

.map-wrapper .map-info-fixed:hover p {
    color: #ddb75d;
}

.gray-ribbon {
    /*background: #d2d0cb !important;*/
    background: #a19f99 !important;
}

.site-map-image {
    margin-bottom: 10px;
}

.site-map-title {
    font-size: 18px;
    color: #adaca9;
}

.site-map-text {
    margin-top: 10px;
}

.margin-top-40 {
    margin-top: 40px;
}

.lang-selector {
    top: 3px;
    position: relative;
    margin-left: 18px !important;
}

.event-details-box a:hover {
    color: #ddb75d !important;
}

.event-details-box a {
    color: #c19d46;
}

em {
    font-style: italic !important;
}

.p-no-margin p{
    margin-bottom: 0;
}

.tag-full-2 {
    padding: 4px 8px;
    background: #adaca9;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    margin-right: 10px;
    margin-top: 6px;
}
.card-event.full {
    opacity: 0.7;
}
.card-event .tag-full-2 {
    display: none;
}
.full .tag-full-2 {
    display: inline-block;
}

.tag-full-2.big {
    padding: 4px 25px;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}

@media (max-width: 767px) {
    .header-medium.event-header {
        height: 350px !important;
    }
    .tag-full-2.big {
        margin-left: 0;
    }
}

.related-events .card-event {
    width: 100%;
}
@media (min-width: 768px) {
    header.header-medium .text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-direction: row;
    }
    header.header-medium.site .text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -ms-flex-direction: column;
    }
}

.form-checkboxes {
    font-size: 14px;
}

.footer-checkboxes {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
}

.form-checkbox {
    margin-right: 8px !important;
    top: 1px;
    position: relative;
}

#cookieConsentBar .compliance .accept-btn {
    margin-left: 35px;
}

@media (max-width: 767px) {
    #cookieConsentBar .compliance .accept-btn {
        margin-left: 10px;
    }
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 10px;
}

.modal-checkboxes .form-check-inline {
    margin-left: 10px;
}

.modal-checkboxes .form-check-inline input {
    position: relative;
    top: 1px;
}

@media (max-width: 767px) {
    #cookieConsentBar {
        text-align: center;
        display: block;
    }

    #cookieConsentBar .compliance {
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}

.cms-content a {
    color: #ddb75d;
}

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

.cms-content table {
    border: 1px solid #999;
}

.cms-content table tr {
    border: 1px solid #999;
}

.cms-content table td {
    padding: 5px;
    border: 1px solid #999;
}

.collapse-item-inner a {
    color: #c19d46;
}

.collapse-item-inner a:hover {
    color: #ddb75d !important;
}

.collapse-item table {
    margin-bottom: 20px;
}

.collapse-item table p {
    margin: 5px;
}

.collapse-item table {
    border: 1px solid #ddd;
    width: 100%;
}

.collapse-item table tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.collapse-item table td {
    border: 1px solid #ddd;
}

.collapse-item table.td-50 td {
    width: 50%;
}

.site-map-image {
    padding-bottom: initial;
    height: auto;
}
.site-map-image .site-map-title {
    margin-bottom: 0;
}
.site-map-image img {
    position: relative;
}


@media (min-width: 768px) {
    header.header-medium .text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .align-items-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
}

div[class*='col-'] .highlighted-box {
    margin-bottom: 15px
}

.highlighted-box {
    position: relative
}

.highlighted-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    top: auto;
    background: linear-gradient(transparent, rgba(0,0,0,0.5) 15%, #000);
    transition: all .3s
}

.highlighted-box a {
    display: block;
    height: 275px
}

.highlighted-box .title {
    position: absolute;
    line-height: 1;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Lora-r', sans-serif;
    font-weight: 500
}

.highlighted-box.sm::before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(transparent, rgba(0,0,0,0.5) 50%, #000);
    pointer-events: none
}

.highlighted-box.sm a {
    height: 220px
}

.highlighted-box.sm .title {
    bottom: 20px;
    font-size: 18px
}

.highlighted-box.sm img {
    position: absolute;
    right: 10px;
    top: 10px;
    filter: brightness(0) invert(1);
    width: 45px;
    max-width: 25%
}

.highlighted-box:hover::before {
    height: 100%
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-cover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    top: auto;
    background: linear-gradient(transparent, rgba(0,0,0,0.35) 15%, #000);
    transition: all .3s
}

.btn-download.imageless-download:after {
    background-image: none !important;
    cursor: default !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

@media (max-width: 768px) {
    .pb-90 {
        padding-bottom: 180px !important;
    }
}