.loader {
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite
}

.welcome-slider {
    display: block
}

.welcome-slider-phone {
    display: none
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.btn-primary, .subtitle, .text, .title, button, label, li {
    font-family: Rubik, sans-serif !important
}

.accordion:focus, .accordion:hover, .expander:focus, .expander:hover, a {
    outline: 0
}

.zoom img, .zoom:hover img {
    transition: all 1s;
    -webkit-backface-visibility: hidden
}

.expander:hover, input[type=checkbox]:hover {
    text-decoration: underline
}

.jf-form {
    margin-top: 28px
}

.jf-form > form {
    margin-bottom: 32px
}

.jf-option-box {
    display: none;
    margin-left: 8px
}

.jf-hide {
    display: none
}

.jf-disabled {
    background-color: #eee;
    opacity: .6;
    pointer-events: none
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 0
}

div.form-group {
    padding: 8px 8px 4px
}

.mainDescription {
    margin-bottom: 10px
}

p.description {
    margin: 0
}

.responsive img {
    width: 100%
}

p.error, p.validation-error {
    padding: 5px
}

p.error {
    margin-top: 10px;
    color: #a94442
}

p.server-error {
    font-weight: 700
}

div.thumbnail {
    position: relative;
    text-align: center
}

.subtitle, .title {
    text-align: center !important
}

div.thumbnail.selected p {
    color: #fff
}

div.thumbnail .glyphicon-ok-circle {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    font-size: 32px
}

.jf-copyright {
    color: #888;
    margin: 16px;
    display: none
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 6px
}

.submit .btn.disabled, .submit .btn[disabled] {
    background: 0 0;
    opacity: .75
}

.checkbox label > span, .form-group.col-1 .control-label, .form-group.col-2 .control-label, .form-group.col-3 .control-label, .form-group.inline .control-label, .radio label > span {
    display: block
}

.form-group.inline div.checkbox, .form-group.inline div.radio {
    display: inline-block
}

.form-group.col-1 div.checkbox, .form-group.col-1 div.radio {
    display: block
}

.form-group.col-2 div.checkbox, .form-group.col-2 div.radio {
    display: inline-flex;
    width: 48%
}

.form-group.col-3 div.checkbox, .form-group.col-3 div.radio {
    display: inline-flex;
    width: 30%
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

html {
    overflow-y: scroll !important
}

a {
    color: #004080
}

a:hover {
    color: #6a452d
}

.modal-dialog {
    max-width: 1500px;
    width: 80%
}

.modal-open {
    padding-right: 0 !important
}

.subtitle, .text, .title {
    word-wrap: break-word;
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

hr {
    margin: 50px 15%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.75), rgba(0, 0, 0, 0))
}

.title {
    color: #444444 !important
}

.subtitle {
    color: #555555 !important
}

.text, button, label, li {
    color: #444444 !important
}

.text {
    text-align: justify !important;
    text-justify: inter-word !important
}

button.close {
    float: right !important;
    z-index: 1;
    position: fixed;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    right: 5px
}

.zoom-container {
    position: relative;
    overflow: hidden
}

li {
    text-align: left
}

.zoom img {
    -moz-transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1)
}

.zoom:hover img {
    -moz-transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05)
}

.carousel-section {
    max-height: 562px
}

.carousel-img {
    height: 562px
}

.carouselRoomImg {
    max-height: 600px;
    max-width: 75%;
    margin: 0 auto
}

.modal {
    z-index: 1050
}

#datepicker {
    z-index: 10000
}

.modal-footer button {
    margin-right: 12.5%
}

.modal-content {
    background-color: #ffffff
}

.modal-title {
    color: #444444
}

.content-text {
    color: #444444
}

th {
    background-color: #cfcfcf;
    color: #000
}

table {
    border: none
}

.tbl-pricing {
    clear: both;
    float: left;
    margin: 0 0 40px 0;
    border-bottom: none !important;
    overflow: hidden;
    display: block;
    overflow-x: auto
}

.tbl-pricing td, .tbl-pricing th {
    font-weight: 700;
    padding: 10px 7px;
    vertical-align: middle;
    text-align: center
}

.tbl-pricing .pricing-room {
    padding: 0;
    text-align: center
}

.btn-primary {
    font-size: 1.1em;
    border-color: #444444;
    background-color: #444444;
    font-weight: 400 !important
}

.btn-primary:hover {
    border-color: #666666;
    background-color: #666666
}

.pricing {
    font-weight: 600;
    width: 120px;
    display: inline-block;
    text-align: left;
    padding: 0 75px
}

table tbody td {
    min-width: 100px
}

.tbl-pricing > tbody > tr:nth-child(even) {
    background: #ffffff;
    color: #000000
}

.tbl-pricing > tbody > tr:nth-child(odd) {
    background: #f6f6f6;
    color: #000000
}

.cid-qwYGTl41gN .navbar{padding:.5rem 0;background:#ffffff;transition:none;min-height:77px;}
.cid-qwYGTl41gN .navbar-dropdown.bg-color.transparent.opened{background:#ffffff;}

.dropdown-menu {
    background: #ffffff !important;
}

.dropdown:hover > .dropdown-menu {
    display: block
}

.dropdown-item {
    line-height: 1.8 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.dropdown-menu {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .8s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.card {
    -webkit-box-shadow: 13px 13px 15px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 13px 13px 15px -9px rgba(0, 0, 0, .75);
    box-shadow: 13px 13px 15px -9px rgba(0, 0, 0, .75);
    padding: 0 !important;
    margin: 1rem !important
}

.wide-card {
    width: 60%
}

a {
    font-weight: 400
}

.nav-dropdown .link {
    font-weight: 400;
    color: #444444 !important;
    font-family: Rubik, sans-serif
}

.nav-dropdown .link:hover {
    font-weight: 400;
    color: #333333 !important;
    font-family: Rubik, sans-serif
}

.dropdown-menu .dropdown-item {
    font-weight: 400;
    padding: 0
}

.language-link:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .5))
}

.nav-item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.dropdown-item {
    transition: all 1s ease-in-out
}

.dropdown-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.navcontainer {
    padding: 5px;
    border-radius: 25px;
    background-color: #ffffff
}

.speciallink {
    display: inline
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.activities-carousel {
    max-width: 75%;
    text-align: center;
    margin: 0 auto
}

.specialcarcontrol {
    bottom: auto;
    margin-top: 50px
}

.specialcarcontroltext {
    color: #7e6253;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

.footer-link {
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px
}

.footer-link:hover {
    background: radial-gradient(#cdb2a2, #cdb2a2);
    border-radius: 20px
}

.transport:hover {
    background: radial-gradient(#cfeeff, #cfeeff);
    border-radius: 20px
}

.custom-select.is-valid ~ .invalid-feedback, .custom-select.is-valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .form-control.is-valid ~ .invalid-tooltip, .was-validated .custom-select:valid ~ .invalid-feedback, .was-validated .custom-select:valid ~ .invalid-tooltip, .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-tooltip {
    display: none
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.invalid-room {
    border-color: red !important;
    box-shadow: none !important
}

.invalid-feedback-room {
    display: block !important
}

.form-group {
    margin-bottom: 0
}

.form-group .invalid {
    border-color: red
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1em;
    height: 2.5em;
    min-height: 2.5em
}

.expandable, .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden
}

.accordion, .expander {
    cursor: pointer;
    float: left;
    text-align: left;
    border: none;
    height: calc(2.25rem + 2px);
    outline: 0;
    width: 100%
}

.fb-required {
    color: red
}

.accordion {
    background-color: transparent;
    transition: .4s;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion:hover {
    background-color: #b5b5b5
}

.expandable, .expander, .panel {
    background-color: transparent
}

.panel {
    transition: max-height .2s ease-out
}

.expander {
    transition: .4s
}

.expandable {
    transition: max-height .2s ease-out
}

.insetshadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, .3);
    top: 0;
    left: 0
}

.cid-qwYGTl41gN .nav-brand {
    height: 4rem !important
}

.prev-img {
    height: 562px
}

@media screen and (max-width: 700px) {
    .prev-img {
        height: 280px
    }
}

@media (max-width: 1200px) {
    .specialcarcontrol {
        bottom: auto;
        margin-top: 10px
    }

    .specialcarcontroltext {
        display: none
    }
}

@media (max-width: 1100px) {
    #navbarSupportedContent {
        padding-right: 15px !important
    }
}

@media (max-width: 991px) {
    .lang-li-link-1, .li-link-0 {
        height: 0;
        width: 50px
    }

    .navcontainer {
        padding: 0;
        border-radius: 0;
        background-color: transparent
    }

    .lang-li-link-1 {
        margin-left: 70px
    }

    .lang-li-link-2 {
        margin-left: 125px;
        width: 50px
    }

    .speciallink {
        display: block
    }

    .wide-card {
        width: 100%
    }
}

@media (min-width: 600px) and (max-width: 1300px) {
    .carouselRoomImg {
        max-width: 95%;
        width: 95%
    }

    .text {
        text-align: left !important
    }
}

@media (max-width: 600px) {
    .welcome-slider {
        display: none
    }

    .welcome-slider-phone {
        display: block
    }

    .activities-carousel, .carouselRoomImg {
        max-width: 100%;
        width: 100%
    }

    .carousel-section {
        max-height: 300px
    }

    .carousel-img {
        height: 300px
    }

    .modal-dialog {
        width: 100%;
        margin: 10px
    }

    .text {
        text-align: left !important
    }

    .card-box {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .activities-carousel {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .card {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .footer-link {
        margin-left: auto;
        margin-right: auto
    }

    .col-md-12, .container, .modal-body, .panel {
        padding-left: 0;
        padding-right: 0
    }

    .modal-content {
        margin-right: 20px
    }

    button.close {
        float: right !important;
        z-index: 1;
        position: fixed;
        width: 40px !important;
        height: 40px !important;
        opacity: 1 !important;
        right: 25px
    }

    .content-text, .subtitle {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .cid-qwYGTl41gN .nav-brand {
        height: 2.2rem !important
    }
}