/*!
 * Theme Name: RiTour Solin
 * Theme URI: https://ritour.solin.hr
 * Author: RiTour
 * Author URI: http://www.interreg-hr-ba-me2014-2020.eu
 * Description: RiTour theme for Solin info point.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: ritour
 * Tags: 
 */
/* owl carousel */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* simple lightbox */
body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    display: none;
    z-index: 1035;
}

.sl-wrapper {
    z-index: 1040;
}

.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}

.sl-wrapper button:hover {
    opacity: 0.7;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
    outline: none;
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem;
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10060;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
    outline: none;
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem;
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem;
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto;
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060;
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
            animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.sl-transition {
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    -o-transition: transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}

/* simplebar */
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* leaflet */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
    background: transparent;
}
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    -webkit-filter: inherit;
            filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(assets/img/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(assets/img/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(assets/img/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* SITE */
/* general */
body {
    background: #f8f8f8;
}

a {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none;
}
/*
a:hover,
a:focus {
    text-decoration: none;
}
*/

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 1.25rem;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 1rem;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.25rem;
}
.h5, h5 {
    font-size: 1rem;
}
.h6, h6 {
    font-size: 1rem;
}
.display-1 {
    font-size: 3rem;
}
.display-2 {
    font-size: 2.75rem;
}
.display-3 {
    font-size: 2.5rem;
}
.display-4 {
    font-size: 2.25rem;
}


/* wordpress base */
.alignnone,
div.alignnone {
    margin: .5rem 0; 
    max-width: 100%; 
    height: auto;
}
.aligncenter, 
div.aligncenter {
    display: block; 
    margin: .5rem auto .5rem auto; 
    max-width: 100%; 
    height: auto;
}
.alignright,
div.alignright {
    float: right; 
    margin: .5rem 0 .5rem .5rem; 
    max-width: 100%; 
    height: auto;
}
.alignleft,
div.alignleft {
    float: left; 
    margin: .5rem .5rem .5rem 0; 
    max-width: 100%; 
    height: auto;
}

img.alignnone {
    margin: 0 auto; 
}
img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 100%; 
    height: auto;
}
img.alignleft {
    float: left; 
    margin: .5rem .5rem .5rem 0; 
    max-width: 100%; 
    height: auto;
}
img.alignright {
    float: right; 
    margin: .5rem 0 .5rem .5rem; 
    max-width: 100%; 
    height: auto;
}
.wp-caption {
    margin: 0;
    padding: 0;
}
.wp-caption-text,
.gallery-caption {
    color: #063eff;
    font-size: 1rem;
    margin: .5rem 0;
    padding: 0;
}
.wp-caption.alignnone {
    width: 100% !important;
    margin: .5rem 0;
}
.wp-caption.aligncenter {
    width: 100% !important;
    margin: .5rem 0;
}
.wp-caption.alignleft {
    margin: .5rem .5rem .5rem 0;
}
.wp-caption.alignright {
    margin: .5rem 0 .5rem .5rem;
}
.wp-caption img {
    border: 1px solid #949494;
    height: auto; 
    margin: 0; 
    padding: 0;
    max-width: 100%; 
    width: auto;
}
.wp-caption img.size-medium,
.wp-caption img.size-large {
    width: 100%; 
    height: auto;
}

/* owl */
.owl-dots {
    text-align: center;
    margin: .85rem auto;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 1.25rem;
    height: .5rem;
    margin: .25rem .5rem;
    background: #C7CAD1;
    display: block;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span {
    background: #0B4390;
}

/* lightbox */
.sl-overlay {
    background: #000;
    opacity: 1;
}
.sl-wrapper .sl-navigation button {
    color: #fff;
}

/* cards */
.card {
    border: none;
}
.card-page {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    background: #0dcfc3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(13, 207, 195, 0.4)), to(rgba(0, 166, 156, 0.7)));
    background: -o-linear-gradient(left, rgba(13, 207, 195, 0.4) 0%, rgba(0, 166, 156, 0.7) 100%);
    background: linear-gradient(90deg, rgba(13, 207, 195, 0.4) 0%, rgba(0, 166, 156, 0.7) 100%);
    overflow: hidden;
}
.card-page .card-img {
    border-radius: 0;
}
.card-page .card-link {
    display: block;
    color: #000;
}
.card-page .card-link:hover {
    text-decoration: none;
}
.card-page .card-body {
    padding: .35rem;
}
.card-page .card-body .card-title {
    font-size: 1.25rem;
    text-align: center;
}
.card-page .card-body .card-description {
    font-size: 1rem;
}

.card-none {
    margin: 2rem auto;
    padding: .5rem;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.card-none .card-header {
    background-color: transparent;
}
.card-none .card-text {
    font-size: 1.25rem;
}

/* site */
.site-header {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 999;
    overflow: hidden;
}
.site-header .img-interreg {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.site-header .img-ritour,
.page-header .img-ritour {
    width: 45px;
    height: auto;
}
.site-header .title,
.page-header .title {
    text-align: left;
    color: #fff;
}
.page-header .lead {
    padding: .5rem 0;
    font-size: 1.2rem;
    color: #fff;
}

.site-footer {
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
    border-top: 1px solid #f8f8f8;
    z-index: 999;
    overflow: hidden;
}
.site-footer .btn-group-nav .btn-icon {
    padding: .4rem 1rem;
    border-radius: 0;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.site-footer .languages {
    text-align: right;
}
.site-footer .languages .list-lang {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .languages .list-lang .list-inline-item {
    margin: 0;
    display: inline-block;
    font-size: 1.25rem;
    color: #383638;
}
.site-footer .languages .list-lang .list-inline-item::after {
    display: inline-block;
    margin: 0 .25rem;
    content: '/';
    font-size: 1.25rem;
}
.site-footer .languages .list-lang .list-inline-item:last-child::after {
    content: '';
}
.site-footer .languages .list-lang .list-inline-item a {
    display: inline-block;
    padding: .35rem 0 .35rem .15rem;
    color: #383638;
    text-transform: uppercase;
}
.site-footer .languages .list-lang .list-inline-item a:hover {
    color: #00a69c;
    text-decoration: none;
}

/* languages */
.page-lang {
    background: url("assets/img/bg-large.jpg") no-repeat;
    background-size: cover;
}
.page-lang hr {
    height: 1px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    margin: 1rem 0;
}

.page-lang .logo {
    margin: 3rem;
    text-align: center;
}

.page-lang .logo .img-logo {
    max-width: 20%;
}

.page-lang .list-lang {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 2rem auto;
}

.page-lang .list-lang .list-item {
    margin-bottom: 1rem;
}

.page-lang .list-lang .btn-lng {
    padding: 1rem 1.5rem;
    background: #fff;
    font-size: 1.25rem;
    line-height: 1;
    color: #063EFF;
    text-align: center;
}
.page-lang .list-lang .btn-lng:hover {
    background: #063EFF;
    color: #FFF;
    text-decoration: none;
}

.page-lang .content,
.page-lang .content p {
    color: #fff;
    font-size: 1rem;
}
.page-lang .content h3 {
    font-size: 1.2rem;
}

/* home */
.page-home .site-main {
    background: url("assets/img/bg-test.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.page-home .menu-carousel-nav .list-inline-item {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #949494;
    cursor: pointer;
}

.page-home .menu-carousel-nav .list-inline-item.active {
    color: #063EFF;
}

.page-home .menu-carousel .owl-stage {
    padding-left: 0 !important;
}

.page-home .menu-carousel .item {
    padding: .5rem 0;
}

.page-home .menu-carousel .card-menu {
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.page-home .menu-carousel .card-menu .card-link {
    position: relative;
    display: block;
}

.page-home .menu-carousel .card-menu .card-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -o-linear-gradient(290deg, rgba(255,255,255,0) 59%, rgba(13,207,195,0.8) 67%, rgba(13,207,195,1) 74%, rgba(0,166,156,1) 100%);
    background: linear-gradient(160deg, rgba(255,255,255,0) 59%, rgba(13,207,195,0.8) 67%, rgba(13,207,195,1) 74%, rgba(0,166,156,1) 100%);
}

.page-home .menu-carousel .card-menu .card-img-overlay {
    display: block;
    width: 100%;
    padding: .75rem;
    top: unset;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.page-home .menu-carousel .card-menu .card-img-overlay .card-title {
    display: inline-block;
    padding: .25rem .5rem;
    margin: 0 0 .5rem 0;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 1);
    font-size: 1.25rem;
    line-height: 1.2;
    color: #063EFF;
}

.page-home .menu-carousel .card-menu .card-img-overlay .card-text {
    font-size: 1rem;
    color: #fff;
    line-height: 1.2;
}

/* map */
.page-map .site-main {
    position: relative;
}
.page-map .site-main .map {
    width: 100%;
    min-height: 460px;
    height: 100%;
}
.page-map .leaflet-popup-content {
    width: 200px;
    height: 150px;
    margin: 15px 5px;
}
.page-map .leaflet-popup-content .info-window .title {
    text-align: center;
    font-size: 1.2rem;
}
.page-map .site-main .location {
    display: block;
    width: 100%;
    max-width: 415px;
    height: 0;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: #0dcfc3;
    background: -o-linear-gradient(45deg, #0dcfc3 0%, #00a69c 100%);
    background: linear-gradient(45deg, #0dcfc3 0%, #00a69c 100%);
    color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: height .4s ease-out;
    -o-transition: height .4s ease-out;
    transition: height .4s ease-out;
    overflow: hidden;
    z-index: 999;
}
.page-map .site-main .location.active {
    height: 170px;
    opacity: 1;
}
.page-map .site-main .location.active.has-gallery {
    height: 280px;
}
.page-map .site-main .location .btn-location-close {
    display: block;
    padding: .5rem;
    font-size: 1.5rem;
    color: #000;
    line-height: 1;
    text-align: right;
    cursor: pointer;
}
.page-map .site-main .location .location-row {
    height: 50px;
    padding: .25rem .5rem;
}
.page-map .site-main .location .location-title {
    margin: 0;
    padding: .5rem;
    font-size: 1.25rem;
}
.page-map .site-main .location .location-info {
    height: 120px;
    padding: .5rem;
    overflow-y: scroll;
}
.page-map .site-main .location .location-gallery {
    display: none;
    margin: 0;
    padding: .5rem;
    background: #fff;
}
.page-map .site-main .location.has-gallery .location-gallery {
    display: block;
    height: 110px;
}

/* page links */
.page-links .site-main .content .link {
    border-bottom: 1px solid #949494;
}
.page-links .site-main .content .link .qrcode .img-qrcode {
    width: 140px;
    height: auto;
    background: #fff;
}

/* archive */
.archive {
    background: url("assets/img/bg-test.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f8f8f8;
}
.archive .listing .item {
    padding: .5rem;
}
.archive .listing .card-default {
    margin: 1rem;
    padding: .5rem;
    background: #fff;
}
.archive .listing .card-default .card-img {
    border-radius: 1rem;
    overflow: hidden;
}
.archive .listing .card-default .card-title .card-link {
    color: #383638;
}
.archive .listing .card-default .card-title .card-link:hover {
    color: #000;
    text-decoration: none;
}

.archive .listing .card-term,
.archive .listing-carousel .card-single {
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .4s ease-out;
    transition: -webkit-box-shadow .4s ease-out;
    -o-transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out, -webkit-box-shadow .4s ease-out;
}
.archive .listing .card-term:hover,
.archive .listing-carousel .card-single:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
}
.archive .listing .card-term .card-link {
    position: relative;
    display: block;
}
.archive .listing .card-term .card-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: #0dcfc3;
    background-image: -o-linear-gradient(290deg, rgba(13, 207, 195, 0) 60%, rgba(0, 166, 156, 0.7) 100%);
    background-image: linear-gradient(160deg, rgba(13, 207, 195, 0) 60%, rgba(0, 166, 156, 0.7) 100%);
    -webkit-transition: background-image .4s linear;
    -o-transition: background-image .4s linear;
    transition: background-image .4s linear;
}
/*
.archive .listing .card-term .card-link:hover::after {
    background-image: #0dcfc3;
    background-image: linear-gradient(160deg, rgba(13, 207, 195, 0.2) 60%, rgba(0, 166, 156, 1) 100%);
}
*/
.archive .listing .card-term .card-link .card-img {
    width: 100%;
    height: auto;
}
.archive .listing .card-term .card-img-overlay {
    display: block;
    width: 100%;
    padding: .5rem;
    top: unset;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.archive .listing .card-term .card-img-overlay .card-title {
    font-size: 1.15rem;
    color: #fff;
    text-align: center;
}

.archive .listing-carousel .owl-stage {
    padding-left: 0 !important;
}
.archive .listing-carousel .card-single .card-link {
    display: block;
}
.archive .listing-carousel .card-single .field {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    padding: .25rem;
    background: rgba(13, 207, 195, 0.95);
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.archive .listing-carousel .card-single-wrapper .card-content .card-title {
    font-size: 1.15rem;
}
.archive .listing-item-info {
    min-height: 350px;
    border: 1px solid #949494;
    background: #fff;
}
.archive .nav-pagination {
    margin: 2rem;
}

/* singular */
.singular .site-header,
.singular .page-header {
    background: url("assets/img/bg-small.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.singular.has-header .site-header {
    background: #fff;
}
.singular .gallery-carousel {
    margin: 1rem auto;
}
.singular .gallery-carousel .image {
    border-radius: 1.5rem;
    overflow: hidden;
}
.singular .content {
    padding: .5rem 0;
    font-size: 1.25rem;
    color: #6F6F77;
}

.singular .content ul,
.singular .content ol {
    padding-left: 40px;
}

.singular .content ul li,
.singular .content ol li {
    margin-bottom: .5rem;
}

.singular .content ul.list-unstyled,
.singular .content ol.list-unstyled {
    padding-left: 0;
}

.singular .content-wrapper .list-info {
    font-size: 1.2rem;
}
.singular .content-wrapper .list-info .info-value {
    color: #063EFF;
}
.singular .content-wrapper .distances {
    margin: 1rem auto;
    background-color: #fff;
    border: 1px solid #949494;
}
.singular .content-wrapper .distances .col-12 {
    border-bottom: 1px solid #949494;
}
.singular .content-wrapper .distances .col-12:last-child {
    border-bottom: none;
}
.singular .content-wrapper .distance .distance-city {
    color: #949494;
    font-size: 1.25rem;
}
.singular .content-wrapper .distance .distance-value {
    color: #000;
    font-size: 1.75rem;
}
.singular .content-wrapper .qrcode,
.singular .content-wrapper .location {
    background-color: #fff;
}
.singular .content-wrapper .qrcode .img-qrcode {
    width: 250px;
    height: auto;
}
.singular .content-wrapper .impressum {
    font-size: 1.25rem;
}
.singular .content-wrapper .field {
    padding: .25rem;
    margin: 1rem 0;
    border-radius: .25rem;
    background: rgba(13, 207, 195, 0.95);
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}

/* sidebar */
.sidebar {
    margin-top: 2rem;
}
.sidebar .widgets {
    background-color: transparent;
}
.sidebar .widgets .widget {
    margin-bottom: 1.5rem;
}
.sidebar .widgets .widget .widget-title,
.sidebar .widgets .widget .widget-title a,
.sidebar .widgets .widget .info-title,
.sidebar .widgets .widget .info-title a {
    padding: .5rem 0;
    color: #00a69c;
}
.sidebar .widgets .widget .widget-title,
.sidebar .widgets .widget .info-title {
    margin: .5rem 0;
    position: relative;
    color: #00a69c;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar .widgets .widget > ul,
.sidebar .widgets .widget > ol,
.sidebar .widgets .widget > div,
.sidebar .widgets .widget > img,
.sidebar .widgets .widget > .form-search,
.sidebar .widgets .widget > .calendar_wrap,
.sidebar .widgets .widget > .gallery {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding: 0;
}
.sidebar .widgets .widget > select {
    margin: 0;
}
.sidebar .widgets .widget a {
    color: #383638;
    line-height: 1.1;
}
.sidebar .widgets .widget a:hover {
    color: #000;
}
.sidebar .widgets .widget select {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    border: 1px solid #949494;
    background-color: transparent;
    border-radius: .25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #383638;
    outline: none;
}

/* sidebar lists */
.sidebar .widgets .widget ul,
.sidebar .widgets .widget ol {
    list-style-type: none;
}
.sidebar .widgets .widget ul.children,
.sidebar .widgets .widget ol.children {
    padding-left: .5rem;
}
.sidebar .widgets .widget > ul li,
.sidebar .widgets .widget > ol li,
.sidebar .widgets .menu .menu-item {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #949494;
    color: #383638;
}
.sidebar .widgets .widget ul li:last-child,
.sidebar .widgets .widget ol li:last-child,
.sidebar .widgets .menu .menu-item:last-child {
    border-bottom: none;
}
.sidebar .widgets .widget ul.children li,
.sidebar .widgets .widget ol.children li {
    border-bottom: none;
    margin-bottom: .25rem;
    padding-bottom: 0;
}
.sidebar .widgets .widget ul li a {
    font-size: 1.25rem;
}

/* date and other meta in default widgets */
.sidebar .widgets .widget ul li .post-date,
.sidebar .widgets .widget ul li .rss-date,
.sidebar .widgets .widget ul li .rssSummary,
.sidebar .widgets .widget ul li cite {
    display: block;
    font-size: 1rem;
    color: #383638;
    text-align: left;
}
.sidebar .widgets .widget ul li cite {
    text-align: right;
}
.sidebar .widgets .widget input[type="text"] {
    color: #383638;
}
.sidebar .widgets .widget input[type="text"]:focus {
    color: #383638;
}

/* calendar widget */
.sidebar .widgets .widget_calendar .calendar_wrap table {
    width: 100%;
}
.sidebar .widgets .widget_calendar .calendar_wrap table caption {
    padding: 0;
    margin: 0 0 .25rem 0;
    text-align: center;
    font-weight: 300;
    color: #383638;
}
.sidebar .widgets .widget_calendar .calendar_wrap table th,
.sidebar .widgets .widget_calendar .calendar_wrap table td {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.sidebar .widgets .widget_calendar .calendar_wrap table a {
    font-size: 1rem;
}
.sidebar .widgets .widget_calendar .calendar_wrap table td#today {
    font-weight: bold;
}
.sidebar .widgets .widget_calendar .calendar_wrap table tfoot #prev,
.sidebar .widgets .widget_calendar .calendar_wrap table tfoot #next {
    padding: .25rem;
}
.sidebar .widgets .widget_calendar .calendar_wrap table tfoot #prev {
    text-align: left;
}
.sidebar .widgets .widget_calendar .calendar_wrap table tfoot #next {
    text-align: right;
}
.sidebar .widgets .widget_calendar .calendar_wrap table #today {
    color: #000;
}

/* gallery widget */
.sidebar .widgets .gallery .gallery-item {
    margin: .5rem auto;
    padding: .25rem;
}
.sidebar .widgets .gallery .gallery-item img {
    width: 100%;
    height: auto;
    border: 1px solid #949494 !important;
}

/* menu widget */
.sidebar .widgets .menu {
    padding-left: 0;
}

/* text widget */
.sidebar .widgets .textwidget ul,
.sidebar .widgets .textwidget ol {
    list-style-type: initial;
}
.sidebar .widgets .textwidget ul li,
.sidebar .widgets .textwidget ol li {
    margin: initial;
    padding: initial;
    border-bottom: none;
    color: #383638;
}

/* rss widget */
.sidebar .widgets .widget_rss .rss-widget-icon {
    display: none;
}

/* search widget */
.sidebar .widgets .widget_search > div {
    border: none;
    padding: 0;
}

/* tag cloud widget */
.sidebar .widgets .tagcloud .tag-cloud-link {
    display: inline-block;
    padding: .5rem .625rem;
    margin-bottom: .25rem;
    border-radius: .25em;
    background-color: #0DCFC3;
    font-size: 1rem !important;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
.sidebar .widgets .tagcloud .tag-cloud-link:hover {
    background-color: #00A69C;
    color: #fff;
    text-decoration: none;
}

/* image widget */
.sidebar .widgets .widget_media_image img {
    width: 100%;
    height: auto;
}

/* video widget */
.sidebar .widgets .widget .wp-video {
    padding: 0;
    background-color: transparent;
}

/* maintenance */
.aiowps-site-lockout-body-content {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0dcfc3;
    background: -o-linear-gradient(45deg, #0dcfc3 0%, #00a69c 100%);
    background: linear-gradient(45deg, #0dcfc3 0%, #00a69c 100%);
}
.aiowps-site-lockout-box {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    border: none;
    margin-top: 0;
}
.aiowps-site-lockout-msg::before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    margin: 10rem auto;
    background: url('assets/img/ritour.svg') no-repeat;
    background-size: contain;
    background-position: center;
}
.aiowps-site-lockout-msg > p {
    margin: 0 auto;
    padding: 1rem;
    background: #fff;
    border-radius: 1.5rem;
    font-size: 3rem;
    color: #383638;
}



@media (orientation: portrait) {
    /* general */
    .flex-column-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .flex-column-between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .flex-column-around {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    /* site */
    .container-grid {
        display: -ms-grid;
        display: grid; 
        height: 100vh; 
        -ms-grid-rows: 80px 1fr 45px; 
        grid-template-rows: 80px 1fr 45px;
    }

    .site-footer {
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .site-main {
        overflow-y: scroll !important;
    }

    /* languages */
    .page-lang .container-grid {
        -ms-grid-rows: 75px 1fr;
        grid-template-rows: 75px 1fr;
    }
    .page-lang .logo .img-logo {
        max-width: 35%;
    }

    /* map */
    .page-map .container-grid {
        -ms-grid-rows: 1fr 45px;
        grid-template-rows: 1fr 45px;
    }
    .page-map .site-main .location-wrapper {
        width: 100%;
        bottom: 10vh;
    }
    .page-map .site-main .map {
        height: 100%;
    }

    /* archive */
    .archive {
        background-attachment: fixed;
    }
}

@media (orientation: landscape) {
    /* site */
    .container-full {
        max-width: 300px;
        margin: 0 auto;
    }
    .card-page {
        margin: 1.5rem auto;
    }
}

@media (min-width: 576px) {
    /* cards */
    .card-page .card-body {
        padding: .5rem;
    }
    .card-page .card-body .card-title {
        text-align: left;
    }
    .card-none {
        margin: 8rem auto;
    }

    /* site */
    .container-grid {
        -ms-grid-rows: 160px 1fr 60px;
        grid-template-rows: 160px 1fr 60px;
    }

    .site-header .img-interreg {
        width: auto;
        max-width: 100%;
        height: 100%;
    }
    .site-header .img-ritour,
    .page-header .img-ritour {
        width: 75px;
        height: auto;
    }
    .site-header .title,
    .page-header .title {
        padding: 1.5rem 0;
    }
    .page-header .lead {
        font-size: 1.25rem;
    }
    .site-footer .btn-group-nav .btn-icon {
        padding: .6rem 1rem;
    }
    .site-footer .languages .list-lang .list-inline-item {
        font-size: 1.35rem;
    }
    .site-footer .languages .list-lang .list-inline-item a {
        padding: .75rem .25rem;
    }
    .site-footer .languages .list-lang .list-inline-item::after {
        margin: 0 .2rem;
        font-size: 1.35rem;
    }

    /* homepage */
    .page-home .menu-carousel {
        margin-bottom: 2rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-title {
        margin-bottom: .75rem;
    }

    /* map */
    .page-map .site-main .location {
        max-width: 576px;
    }
    .page-map .site-main .location.active {
        height: 170px;
        
    }
    .page-map .site-main .location.active.has-gallery {
        height: 320px;
    }
    .page-map .site-main .location.has-gallery .location-gallery {
        height: 150px;
    }

    /* archive */
    .archive .listing-item-info {
        min-height: 260px;
    }
}

@media (min-width: 576px) and (orientation: portrait) {
    /* language */
    .page-lang .container-grid {
        -ms-grid-rows: 160px 1fr;
        grid-template-rows: 160px 1fr;
    }
    /* maps */
    .page-map .container-grid {
        -ms-grid-rows: 1fr 60px;
        grid-template-rows: 1fr 60px;
    }
}

@media (min-width: 576px) and (orientation: landscape) {
    /* site */
    .container-full {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    /* cards */
    .card-page .card-body {
        padding: 1rem;
    }
    .card-page .card-body .card-title {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
    .card-page .card-body .card-description {
        font-size: 1.2rem;
    }
    .card-none {
        width: 80%;
        margin: 8rem auto;
        padding: 1rem;
    }
    .card-none .card-title {
        margin-bottom: 2rem;
    }
    .card-none .card-excerpt {
        margin: 2rem auto;
        font-size: 1.5rem;
    }
    .card-none .btn-link-wrapper {
        text-align: center;
    }
    .card-none .btn-link {
        display: inline-block;
        margin: 2rem auto;
        background: #1db7ae;
        padding: .5rem;
    }

    /* site */
    .site-header .title,
    .page-header .title {
        padding: 2rem 0;
        font-size: 2.5rem;
    }
    .page-header .lead {
        font-size: 1.5rem;
    }
    .site-footer .btn-group-nav .btn-icon {
        padding: .4rem 1rem;
        font-size: 1.75rem;
    }
    .site-footer .languages .list-lang .list-inline-item {
        font-size: 1.5rem;
    }
    .site-footer .languages .list-lang .list-inline-item a {
        padding: .75rem .25rem .5rem .25rem;
    }
    .site-footer .languages .list-lang .list-inline-item::after {
        margin: 0 .25rem;
        font-size: 1.5rem;
    }

    /* languages */
    .page-lang hr {
        margin: 2rem 0;
    }
    .page-lang .logo {
        margin: 5rem;
    }
    .page-lang .logo .img-logo {
        max-width: 50%;
    }
    .page-lang .list-lang {
        max-width: 80%;
    }

    /* homepage */
    .page-home .menu-carousel-nav .list-inline-item {
        padding: .5rem 0;
        font-size: 1.4rem;
    }
    .page-home .menu-carousel-nav .list-inline-item.active {
        color: #949494;
        border-bottom: .25rem solid #063eff;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-title {
        padding: .25rem .75rem;
        margin-bottom: 1rem;
        border-radius: 1rem;
        font-size: 1.5rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-text {
        font-size: 1.25rem;
    }

    /* map */
    .page-map .site-main .map { 
        min-height: 550px;
    }
    .page-map .leaflet-popup-content {
        width: 300px;
        height: 150px;
    }
    .page-map .leaflet-popup-content .info-window .title {
        font-size: 1.2rem;
        text-align: left;
    }
    
    /* archive */
    .archive .listing .card-default {
        margin: 1rem;
        border-radius: 1rem;
    }
    .archive .listing .card-default .card-title {
        font-size: 1.5rem;
    }
    .archive .listing .card-term .card-img-overlay {
        padding: 1.5rem 1rem;
    }
    .archive .listing .card-term .card-img-overlay .card-title {
        font-size: 1.25rem;
    }
    .archive .listing-carousel .card-single .field {
        width: auto;
        max-width: 75%;
        position: absolute;
        top: 10%;
        bottom: unset;
        left: 0;
        padding: .5rem;
        font-size: 1.25rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        text-align: left;
    }
    .archive .listing-carousel .card-single-wrapper .card-content .card-title {
        font-size: 1.25rem;
    }
    .archive .listing-item-info {
        min-height: 240px;
    }

    /* singular */
    .singular .content {
        padding: 1rem 0;
    }
    .singular .content-wrapper .section-title {
        font-size: 1.5rem;
    }
    .singular .content-wrapper .list-info,
    .singular .content-wrapper .distances {
        font-size: 1.25rem;
    }
    .singular .content-wrapper .distances .row .col-12:nth-child(2n+1) {
        border-right: 1px solid #949494;
    }
    .singular .content-wrapper .field {
        display: inline-block;
        padding: .5rem;
        border-radius: 1rem;
        font-size: 1.25rem;
        text-align: left;
    }
    
}

@media (min-width: 768px) and (orientation: portrait) {
}

@media (min-width: 768px) and (orientation: landscape) {
    /* site */
    .container-full {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .h1, .h2, .h3, h1, h2, h3 {
        margin-bottom: 1.5rem;
    }
    .h4, .h5, .h6, h4, h5, h6 {
        margin-bottom: 1.25rem;
    }
    /* general */
    h1, .h1 {
        font-size: 2.25rem;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    h5, .h5 {
        font-size: 1.25rem;
    }
    .display-1 {
        font-size: 4rem;
    }
    .display-2 {
        font-size: 3.5rem;
    }
    .display-3 {
        font-size: 3rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }

    /* cards */
    .card-page {
        border-radius: 2rem;
    }
    .card-page .card-body {
        padding: 1.5rem;
    }
    .card-page .card-body .card-title {
        font-size: 2.25rem;
    }
    .card-page .card-body .card-description {
        font-size: 1.75rem;
    }
    .card-none {
        padding: 2rem;
    }

    /* site */
    .container-grid {
        -ms-grid-rows: 160px 1fr 130px;
        grid-template-rows: 160px 1fr 130px;
    }
    .site-header .img-ritour,
    .page-header .img-ritour {
        width: 115px;
        height: auto;
    }
    .site-header .title,
    .page-header .title {
        padding: 2.5rem 0;
        font-size: 3.5rem;
    }
    .page-header .lead {
        font-size: 2.25rem;
    }

    .site-footer .btn-group-nav .btn-icon {
        padding: 1rem 2rem;
        font-size: 4rem;
    }
    .site-footer .languages .list-lang .list-inline-item {
        font-size: 3rem;
    }
    .site-footer .languages .list-lang .list-inline-item::after {
        margin: 0 1rem;
        font-size: 3rem;
    }
    .site-footer .languages .list-lang .list-inline-item a {
        padding: 1.5rem .5rem 1.5rem .5rem;
    }

    /* languages */
    .page-lang hr {
        margin: 3rem 0;
    }
    .page-lang .logo {
        margin: 2rem 0 10rem 0;
    }
    .page-lang .logo .img-logo {
        max-width: 100%;
        max-height: 420px;
    }
    .page-lang .list-lang {
        margin: 0 auto 4rem auto;
    }
    .page-lang .list-lang .list-item {
        margin-bottom: 2rem;
    }
    .page-lang .list-lang .btn-lng {
        padding: 2rem 3rem;
        font-size: 2rem;
    }
    .page-lang .content,
    .page-lang .content p {
        font-size: 1.5rem;
    }
    .page-lang .content h3 {
        font-size: 2rem;
    }

    /* homepage */
    .page-home .menu-carousel {
        margin-bottom: 3rem;
    }
    .page-home .menu-carousel-nav .list-inline-item {
        font-size: 1.75rem;
        padding: .75rem 0;
    }
    .page-home .menu-carousel .card-menu {
        border-radius: 5rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay {
        padding: 3rem 1.5rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-title {
        padding: .5rem 1.25rem;
        font-size: 1.5rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-text {
        font-size: 1.5rem;
    }

    /* map */
    .page-map.singular .container-grid {
        -ms-grid-rows: 1fr 110px;
        grid-template-rows: 1fr 110px;
    }
    .page-map .site-main .map { 
        min-height: 650px;
    }
    .page-map .leaflet-popup-content {
        width: 450px;
        height: 230px;
    }
    .page-map .leaflet-popup-content .info-window .title {
        font-size: 1.5rem;
    }
    .page-map .leaflet-popup-content .info-window .excerpt {
        font-size: 1.25rem;
    }
    .page-map .site-main .location {
        max-width: 680px;
    }
    .page-map .site-main .location.active {
        height: 370px;
    }
    .page-map .site-main .location.active.has-gallery {
        height: 550px
    }
    .page-map .site-main .location .location-row {
        height: 70px
    }
    .page-map .site-main .location .location-info {
        padding: 2rem;
        height: 300px;
        font-size: 1.35rem;
    }
    .page-map .site-main .location.has-gallery .location-gallery {
        height: 180px;
    }
    .page-map .site-main .location .location-title,
    .page-map .site-main .location .btn-location-close {
        font-size: 2.25rem;
    }
    
    /* page links */
    .page-links .site-main .content .link {
        padding: 1rem 0;
        margin: 2rem 0;
    }

    /* archive */
    .archive .container-grid {
        -ms-grid-rows: 220px 1fr 110px;
        grid-template-rows: 220px 1fr 110px;
    }
    .archive.has-header .container-grid {
        -ms-grid-rows: 160px 1fr 110px;
        grid-template-rows: 160px 1fr 110px;
    }
    .archive .listing .card-term {
        border-radius: 1.5rem;
    }
    .archive .listing .card-term .card-img-overlay {
        padding: 1.35rem;
    }
    .archive .listing .card-term .card-img-overlay .card-title {
        font-size: 2rem;
    }
    .archive .listing-carousel .card-single {
        border-radius: 5rem;
    }
    .archive .listing-carousel .card-single .field {
        padding: 1rem;
        font-size: 1.5rem;
    }
    .archive .listing-carousel .card-single-wrapper .card-content .card-title {
        font-size: 1.5rem;
    }
    .archive .listing-item-info {
        font-size: 1.5rem;
    }

    /* singular */ 
    .singular .container-grid {
        -ms-grid-rows: 325px 1fr 140px;
        grid-template-rows: 325px 1fr 140px;
    }
    .singular.has-header .container-grid {
        -ms-grid-rows: 160px 1fr 110px;
        grid-template-rows: 160px 1fr 110px;
    }
    .singular .content-wrapper .section-title {
        font-size: 2rem;
    }
    .singular .content {
        padding: 1.5rem 0;
        font-size: 1.5rem;
    }
    .singular .content p {
        margin-bottom: 1.5rem;
    }
    .singular .content-wrapper .list-info,
    .singular .content-wrapper .distances {
        font-size: 1.625rem;
    }
    .singular .content-wrapper .distance .distance-city {
        font-size: 1.625rem;
    }
    .singular .content-wrapper .distance .distance-value {
        font-size: 2rem;
    }
    .singular .content-wrapper .field {
        display: inline-block;
        padding: 1rem;
        font-size: 1.5rem;
    }

    /* maintenance */
    .aiowps-site-lockout-msg > p {
        width: 80%;
    }
}
@media (min-width: 992px) and (orientation: portrait) {
}
@media (min-width: 992px) and (orientation: landscape) {
    /* site */
    .container-full {
        max-width: 576px;
    }
}

@media (min-width: 1080px) {
    /* cards */
    .card-none {
        width: 65%;
        margin: 12rem auto;
        padding: 2rem;
    }
    .card-none .card-title {
        margin-bottom: 3rem;
        font-size: 2.5rem;
    }
    .card-none .card-excerpt {
        margin: 2rem auto;
        font-size: 2rem;
    }
    .card-none .btn-link {
        margin: 2.5rem auto;
        padding: 1rem;
        font-size: 1.5rem;
    }

    /* site */
    .site-header .title {
        padding: 3rem 0;
        font-size: 4rem;
    }

    /* languages */
    .page-lang hr {
        margin: 3rem 0 5rem 0;
    }

    /* homepage */
    .page-home .menu-carousel {
        margin-bottom: 5rem;
    }
    .page-home .menu-carousel-nav .list-inline-item {
        font-size: 2rem;
        padding: 1rem 0;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay {
        padding: 3rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-title {
        padding: .75rem 2rem;
        font-size: 2.15rem;
    }
    .page-home .menu-carousel .card-menu .card-img-overlay .card-text {
        font-size: 2rem;
    }

    /* map */
    .page-map .site-main .map { 
        min-height: 1020px;
    }
    .page-map .site-main .location {
        max-width: 960px; 
    }
    .page-map .site-main .location.active {
        height: 370px;
    }
    .page-map .site-main .location.active.has-gallery {
        height: 620px
    }
    .page-map .site-main .location .location-info {
        font-size: 1.5rem;
    }
    .page-map .site-main .location.has-gallery .location-gallery {
        height: 250px;
    }

    /* archive */
    .archive .listing .item {
        padding: 1rem;
        margin: 1.5rem 0;
    }
    .archive .listing-carousel .card-single-wrapper .card-content .card-title {
        font-size: 2rem;
    }
    .archive .listing-item-info {
        min-height: 300px;
    }

    /* maintenance */
    .aiowps-site-lockout-msg > p {
        width: 90%;
    }
}

@media (min-width: 1080px) and (orientation: portrait) {
    /* map */
    .page-map .site-main .location {
        width: 100%;
    }

    /* archive */
    .archive .listing-subcategories {
        margin: 15rem 0;
    }
}

@media (min-width: 1080px) and (orientation: landscape) {
    /* site */
    .container-full {
        max-width: 1080px;
    }
}

@media (min-width: 1200px) and (orientation: landscape) {
    /* map */
    .page-map .site-main .map { 
        min-height: 1910px;
    }
    .page-map .site-main .location {
        width: 50%;
    }

    /* maintenance */
    .aiowps-site-lockout-msg > p {
        width: 50%;
    }
}