/* FONTS */

@font-face {
    font-family: 'Amplitude-Light';
    src: url('./fonts/Amplitude-Light.eot');
    src: url('./fonts/Amplitude-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Amplitude-Light.woff') format('woff'),
    url('./fonts/Amplitude-Light.ttf') format('truetype'),
    url('./fonts/Amplitude-Light.svg#Amplitude-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Amplitude';
    src: url('./fonts/Amplitude-Medium.eot');
    src: url('./fonts/Amplitude-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Amplitude-Medium.woff') format('woff'),
    url('./fonts/Amplitude-Medium.ttf') format('truetype'),
    url('./fonts/Amplitude-Medium.svg#Amplitude-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Amplitude';
    src: url('./fonts/Amplitude-Regular.eot');
    src: url('./fonts/Amplitude-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Amplitude-Regular.woff') format('woff'),
    url('./fonts/Amplitude-Regular.ttf') format('truetype'),
    url('./fonts/Amplitude-Regular.svg#Amplitude-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BODY BACKGORUND COLOR */
body {
    background-color: #FFF;
    font-family: Amplitude;
}

/* NAVBAR */
header {
    height: 100px;
    background: #FFF;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.35);
}

header nav ul {
    padding: 0 !important;
    margin-top: 12px;
}

header nav ul li {
    padding: 10px;
    background: #FFF;
    font-size: 25px;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header nav ul li a,
header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:active,
header nav ul li a:visited {
    color: #414141;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

input, input:hover, input:focus, input:active {
    outline: none;
}

.button-center, .button-center:focus {
    display: block;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

.button-center.collapsed {
    color: #9CAC4A;
}

.text-center {
    text-align: center;
}

.nav-element {
    height: 80px;

}

.nav-brand {
    background: url("img/logo.png") center center no-repeat;
    background-size: contain;
}

.navbar-toggler {
    font-size: 2.5rem !important;
    margin-top: 15px !important;
}

.navbar {
    padding: 0;
    padding-top: 5px;
}

.break-in {
    overflow: auto;
}

.break-in p,
.break-in h5 {
    word-break: break-word;
}

/* CONTENT */
.content {
    min-height: calc(100vh - 430px);
    margin: 0;
    padding: 0;
    margin-top: 100px;
}

.content a {
    color: #C0CA35;
}

small.mute {
    font-size: 12px;
}

/* MAP SECTION */
.map-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.map-wrap > div {
    padding: 0 !important;
}

.map {
    width: 100%;
    height: 90vh;
    height: calc(100vh - 100px);
    /*background: url("img/map.jpg") center center no-repeat;*/
    /*background-size: cover;*/
}

#mainMap {
    width: 100%;
    height: 100%;
}

/* MAP MENU */
.map-menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

.map-menu ul {
    padding: 0 !important;
    font-size: 20px;
    overflow-y: auto;
}

.map-menu ul li {
    list-style-type: none;
    width: 100%;
    height: 70px;
    background: #e6ee9c;
    border-bottom: 1px solid #CCDC3B;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.map-menu ul li span {
    display: block;
    height: 70px;
    padding-top: 20px;
    padding-left: 80px;
    font-weight: 500;
}

.map-menu ul li span.span-child {
    font-weight: 400;
}

.map-menu ul li.open {
    height: auto;
    border: none;
}

.map-menu ul li i.square {
    width: 32px;
    height: 32px;
    background: #FFF;
    border-radius: 8px;
    position: absolute;
    left: 20px;
    top: 19px;
}

.map-menu ul li.open i.square {
    background: #CDDC39;
    border: 6px solid #FFF;
    box-sizing: border-box;
}

.map-menu ul li ul {
    height: auto;
}

i.arrow {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 40px;
    transform: rotate(90deg);
    color: #98961B;
}

i.arrow:before {
    font-style: normal;
    content: "\203A";
}

.open i.arrow:before {
    content: "\2039";
}

.map-menu ul li ul li {
    text-transform: uppercase;
    background: #F9FBE6;
}

.map-menu ul li ul li.active {
    background: #F8FDBA;
}

.map-menu ul li ul li span {
    padding-left: 20px;
}

.map .map-arrowdown {
    position: absolute;
    bottom: 45px;
    z-index: 1020;
    color: black;
    padding-left: 45%
}

.map input.map-search {
    position: absolute;
    top: 20px;
    left: 55px;
    z-index: 1020;
    width: 95%;
    width: calc(100% - 65px);
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 5px;
    background: #FFF url('../images/search.png') top right no-repeat;
    padding-left: 10px;
    padding-right: 35px;
    color: #666;
}

.map input.map-search:focus, .map input.map-search:active {
    border: 2px solid #CCDC3B;
    outline: none;
}

.trans-img {
    opacity: 0.78;
}

.green {
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 15px;
    background: #c0ca33;
}

.light-green {
    background: #f2f6cd;
}

.light-green .col-md-4 {
    padding: 15px !important;
}

.light-green h1 {
    font-weight: 100;
    font-size: 55px;
}

.light-green h2 {
    font-weight: 500;
    font-size: 30px;
}

.light-green p {
    font-weight: 400;
    font-size: 15px;
    color: #999;
}

.light-green .btn-half {
    font-size: 28px;
    font-weight: 600;
    padding: 2px 35px 2px 35px;
}

.white {
    background: #FFF;
}

.white h1 {
    font-weight: 100;
    font-size: 55px;
}

.white p {
    font-size: 30px;
    color: #666;
}

.with-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.with-small-padding {
    padding-top: 20px;
    padding-bottom: 50px;
}

.with-smaller-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.with-margin {
    margin: 30px auto;
}

.btn-half, .btn-quarter {
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #C0CA35;
    border: 4px solid #FFF;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.btn-half:hover, .btn-quarter:hover {
    background: #FFF;
    color: #C0CA35;
    border: 4px solid #C0CA35;
}

.btn-half.inverse, .btn-quarter.inverse {
    border: 4px solid #C0CA35;
    background: #FFF;
    color: #C0CA35;
}

.btn-half.inverse:hover, .btn-quarter.inverse:hover {
    border: 4px solid #FFF;
    background: #C0CA35;
    color: #FFF;
}

.btn-half.darker, .btn-quarter.darker {
    background: #B0B42C;
}

.btn-half.darker:hover, .btn-quarter.darker:hover {
    border: 4px solid #B0B42C;
    background: #FFF;
    color: #B0B42C;
}

.btn-half.big {
    font-size: 25px;
    padding: 5px 85px 5px 85px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    text-align: center;
    margin: -20px auto 30px auto;
    color: #9F9D26;
}

h1.gray {
    color: #A8A9AD;
}

h2 {
    text-align: center;
    color: #B0B42C;
    margin: 30px auto;
}

h2.no-top {
    margin-top: 0;
}

section p {

}

.centered {
    text-align: center;
}

a {
    width: 100%;
    color: #414141;
}

a:hover {
    color: #B0B42C;
}

a, a:hover, a:active, a:focus, a:visited,
button, button:hover, button:active, button:focus, button:visited {
    text-decoration: none;
    outline: none;
}

.bundle {
    border: 6px solid #E8F0A5;
    background: #F8FAE2;
    margin: 0 auto 40px auto;
    padding-bottom: 30px;
    float: none;
}

footer {
    background: #CDDC39;
    color: #FFF;
}

footer h3 {
    font-weight: 200;
}

footer .container {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 50px;
}

footer .logo {
    min-height: 200px;
    background: url("img/logo.png") center 50px no-repeat;
    background-size: 100px;
}

footer a, footer a:active, footer a:focus, footer a:visited {
    color: #FFF;
    font-weight: 100;
}

footer a:hover {
    color: #414141;
}

@media (max-width: 767px) {
    footer .text-right,
    footer .text-left {
        text-align: center !important;
    }

    #packages .btn-half.big {
        padding: 0;
    }
}

.copy {
    background: #CDDC39;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 0 0 50px 0;
    font-weight: 100;
}

.row {
    margin: 0;
}

.progress {
    height: 50px;
    background-color: transparent;
}

.prog {
    background-color: #EEE;
    background-image: url("img/arrow-right-step.png"), url("img/arrow-left-step.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top right, top left;
    color: #666;
    font-size: 24px;
    padding-top: 16px;
    padding-left: 35px;
    height: 50px;
    text-align: left;
}

.prog:first-child {
    background-image: url("img/arrow-right-step.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.prog:last-child {
    background-image: url("img/arrow-left-step.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.prog.active {
    color: #FFF;
    background-color: #CDDC39;
}

.max-width {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.poi-upload {
    font-size: 24px;
}

.bright-green {
    background: #E6ED9D;
}

.poi-upload input, .poi-upload select {
    width: 100%;
    border: 2px solid #CDDC39;
    background: #FFF;
    padding: 0 10px;
    color: #444;
}

.poi-upload .validate_error {
    border: 2px solid #ff0000;
}

.poi-tabs {
    list-style-type: none;
    margin-bottom: 0;
}

.poi-tabs li {
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

.poi-tabs li:hover {
    color: #B0B42C;
}

.poi-tabs li.active {
    background: #E6ED9D;
}

.poi-tabs .x {
    padding: 6px 6px 7px 6px;
    cursor: pointer;
}

.poi-tabs .x:hover {
    color: #B0B42C;
}

.poi-tabs li.active + .x {
    background: #E6ED9D;
}

label {
    font-size: 16px;
}

.text-light {
    font-weight: 200;
    padding-left: 40px;
}

.separator {
    width: 100%;
    height: 1px;
    margin: 15px auto;
    background-color: #CDDC39;
}

.separator.large {
    height: 4px;
}

.green-text {
    color: #9F9D26;
}

.square-box {
    width: 32px;
    height: 32px;
    margin: 4px;
    background: #EEE;
    border-radius: 8px;
    float: left;
    cursor: pointer;
}

.square-box.checked {
    background: #CDDC39;
    border: 6px solid #EEE;
    box-sizing: border-box;
}

.square-box.validation_error {
    border: 3px solid #ff0000;
    box-sizing: border-box;
}

.square-box.accept_box {
    display: inline-block;
    margin: 0;
    float: none;
}

.pad {
    padding-left: 20px;
    letter-spacing: 1pt;
}

.pad.accept {
    line-height: 32px;
    display: inline-block;
    vertical-align: super;
    padding-left: 10px;
}

.smaller {
    width: 25%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.warning {
    color: #EB1C24;
}

.lang, .lang:hover, .lang:focus, .lang:active, .lang:visited {
    text-transform: none;
    cursor: pointer;
}

.lang span {
    font-weight: 200;
}

.lang-select {
    position: fixed;
    width: 200px;
    top: 100px;
    list-style-type: none;
    background: #FFF;
    padding: 10px;
    z-index: 1000;
    border: 1px solid #ccc;
    border-top: 0;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.lang-select li.active a {
    color: #9F9D26;
}

.lang-select li.active a:hover {
    color: #B0B42C;
}

.chevron {
    position: relative;
    display: inline-block;
    height: 16px;
    padding-left: 4px;
}

.chevron:before,
.chevron:after {
    position: absolute;
    display: block;
    content: "";
    border: 10px solid transparent;
}

.chevron:before {
    top: 4px;
    border-top-color: #98961B;
}

.chevron:after {
    top: 0;
    border-top-color: #FFF;
}

.open .chevron {
    transform: scaleY(-1);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                             supported by Chrome and Opera */
}

/* jQuery UI custom */
.ui-datepicker-header {
    background: #E6ED9D;
}

.ui-datepicker-calendar td a.ui-state-default {
    background: #F9FBE6;
}

.ui-datepicker-calendar td a.ui-state-highlight {
    background: #E6ED9D;
    border: 1px solid #F9FBE6;
}

.ui-datepicker-calendar td a.ui-state-active {
    background: #E6ED9D;
    color: #333;
    border: 1px solid #333;
}

/* Select2 custom */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    line-height: 36px;
}

/* Leaflet custom */
.leaflet-popup-tip {
    background: #cddc39 !important;
}

.leaflet-popup-content-wrapper {
    background: #F9FBE6;
    border-radius: 0;
}

.leaflet-popup-content {
    font-size: 20px;
    font-weight: 300;
}

.leaflet-popup-content b {
    font-weight: bold;
}

.leaflet-popup-content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCDC3B;
    margin: 15px 0;
    padding: 0;
}

.leaflet-popup-content .links {
    white-space: nowrap;
}

.leaflet-popup-content .links a {
    margin: 0 10px;
    display: inline-block;
    width: 45px;
}

.leaflet-popup-content .links a:first-child {
    margin: 0 10px 0 0;
}

.leaflet-popup-content .links a:last-child {
    margin: 0 0 0 10px;
}

.leaflet-marker-pane img.leaflet-marker-icon {
    /*background: url(/images/marker.png) center center no-repeat;*/
}

/* hide paypal button */
.paypal-button-widget {
    display: none;
}

.spinner {
    background-image: url(/images/spinner.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10% !important;
}

.disabled {
    cursor: not-allowed !important;
    border-color: #EEE !important;
    color: #EEE !important;
}

.disabled:hover {
    border-color: #EEE !important;
    background: #fff !important;
}

@media all and (max-width: 767px) {
    .collapse:not(.show) {
        display: none !important;
    }

    .prog {
        font-size: 20px;
        padding-left: 20px;
    }

    .paybutton {
        margin-top: 20px;
    }

    .footer-link {
        text-align: center;
    }

    .app-icon {
        text-align: center !important;
        margin-top: 10px;
    }

    .map-menu ul li span {
        font-size: 16px;
    }

    .white h1 {
        font-size: 25px;
    }
}

@media all and (max-width: 1106px) and (min-width: 767px) {
    .col-md-2.lang {
        font-size: 15px;
    }

    .col-md-2 a {
        font-size: 15px;
    }

    .nav-brand {
        margin-top: auto;
        height: 65px;
    }

    .map-menu ul li span {
        font-size: 16px;
    }
}

/* Language selector (dropdown) */
.language-select-style {
    border: 2px solid #ccc;
    width: 90%;
    padding: 5px;
    background-color: #fff;
    color: #414141;
}

.language-select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.cookie_check {
    padding: 10px 20px;
    flex-direction: column;
}

.cookie_check .form-check {
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    clear: both;
}

.open-more {
    font-weight: bold;
    cursor: pointer;
}

.cookie-details {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 0;
}

.cookie_check input {
    margin-left: 0;
}

.accept-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);

    width: 100%;
    align-items: center;
}

.accept-row > *:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
}

.accept-row > *:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1;
}

@media screen and (max-width: 500px) {
    .accept-row{
        display: flex;
        flex-direction: column;
    }
    .accept-row > *{
        width: 100%;
        margin: 10px 0 !important;
    }
}