/**
 * Custom Styles
 */

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,700');

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-family: 'Libre Franklin', sans-serif;
}

.main-container > .row > section.col-sm-12 {
    padding: 0;
}

a, a:link, a:visited {
    color: #516181;
    font-weight: 500;
}

a:hover, a:active, a:focus {
    color: #394867;
}

button, a {
    outline: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #999999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 8px rgba(0, 0, 0, 0.2);
}

.select-wrapper:after {
    color: #999999;
    font-weight: 400;
    padding-right: .5em;
    right: 0;
}

.region-above-content {
    margin-top: 53px;
}

.path-frontpage .region-above-content,
.page-node-type-establishment .region-above-content {
    margin-top: 0;
}

.page-header {
    margin-bottom: 40px;
    border: none;
}

.region-content {
    margin-bottom: 45px;
}

.navbar-toggle {
    margin-top: 31px;
}









header.navbar-static-top {
    position: fixed;
    width: 100%;
    z-index: 1029;
}

.main-container .highlighted {
    margin-top: 96px;
}








.scroll-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
article.basic-page,
div.view-blog-posts.view-id-blog_posts.view-display-id-page_,
.path-user .region-content,
.sitemap,
article.history-content,
article.conservation-content {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 45px;
}

.region-above-content nav.tabs {
    margin-bottom: 30px;
}










.logo img {
    max-height: 80px;
}

.navbar-default {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 3px;
    border-color: rgba(0, 0, 0, 0.2);
    margin-bottom: -3px;
}

.path-frontpage .navbar-default,
.page-node-type-establishment .navbar-default {
    border-width: 3px;
    border-color: rgba(0, 0, 0, 0.2);
    margin-bottom: -3px;
}

.navbar-default > .container-fluid {
    background: #ffffff;
}

.navbar-nav {
    float: right;
    margin: 23px 0 0;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-nav > li {
    margin: 0 15px;
}

.navbar-default .navbar-nav > li > a {
    padding: 15px 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    -webkit-box-shadow: inset 0 -3px 0 0 #394867;
    box-shadow: inset 0 -3px 0 0 #394867;
}

.navbar-default .navbar-nav > .active.dropdown > a:hover,
.navbar-default .navbar-nav > .active.dropdown > a:focus,
.navbar-default .navbar-nav > li.dropdown > a:hover,
.navbar-default .navbar-nav > li.dropdown > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -4px;
    margin-left: -1px;
    padding: 0;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    color: #ffffff;
    font-size: 13px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    background: transparent;
}

/*Menu Dropdown colors */

.dropdown-menu > li:nth-child(1) {background: rgba(35,73,52,1);}
.dropdown-menu > li:nth-child(2) {background: rgba(104,9,26,1);}
.dropdown-menu > li:nth-child(3) {background: rgba(164,85,37,1);}
.dropdown-menu > li:nth-child(4) {background: rgba(98,60,68,1);}
.dropdown-menu > li:nth-child(5) {background: rgba(35,73,52,1);}
.dropdown-menu > li:nth-child(6) {background: rgba(96,85,57,1);}
.dropdown-menu > li:nth-child(7) {background: rgba(52,32,24,1);}
.dropdown-menu > li:nth-child(8) {background: rgba(191,179,6,1);}

.dropdown-menu > li:nth-child(1):hover {background: rgba(35,73,52,0.95);}
.dropdown-menu > li:nth-child(2):hover {background: rgba(104,9,26,0.95);}
.dropdown-menu > li:nth-child(3):hover {background: rgba(164,85,37,0.95);}
.dropdown-menu > li:nth-child(4):hover {background: rgba(98,60,68,0.95);}
.dropdown-menu > li:nth-child(5):hover {background: rgba(35,73,52,0.95);}
.dropdown-menu > li:nth-child(6):hover {background: rgba(96,85,57,0.95);}
.dropdown-menu > li:nth-child(7):hover {background: rgba(52,32,24,0.95);}
.dropdown-menu > li:nth-child(8):hover {background: rgba(191,179,6,0.95);}


















body.user-logged-in .region-above-content {
    margin-bottom: 30px;
}



















section#block-views-block-frontpage-slideshow-block-1 {
    position: relative;
    z-index: 0;
}

section#block-views-block-frontpage-slideshow-block-1 > .container {
    width: 100%;
    padding: 0;
}

section#block-views-block-frontpage-slideshow-block-1,
.largeBannerImage {
    max-width: 1800px;
    margin: 0 auto;
}

#views_slideshow_cycle_teaser_section_frontpage_slideshow-block_1,
#views_slideshow_cycle_teaser_section_frontpage_slideshow-block_1 * {
    width: 100% !important;
}

















section#block-bookingblock,
.establishmentBooking {
    background: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07), 0 15px 35px 0 rgba(46,46,84,0.1);
    z-index: 999;
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}

section#block-bookingblock {
    padding: 35px 35px 25px;
}

.establishmentBooking {
    padding: 35px 35px 30px;
}

section#block-bookingblock > .container {
    width: auto;
    padding: 0;
}

section#block-bookingblock .form-group,
.establishmentBooking .form-group {
    display: inline-block;
    width: 100%;
}

section#block-bookingblock .form-item,
.establishmentBooking .destinationSelect {
    float: left;
    width: 65%;
    margin: 0;
}

section#block-bookingblock .form-item label,
.establishmentBooking .destinationSelect label {
    display: none;
}

section#block-bookingblock .form-item select.form-control,
section#block-bookingblock .bookNowButton button,
.establishmentBooking .destinationSelect select.form-control,
.establishmentBooking .bookNowButton button {
    height: 54px;
    padding: 11px 20px;
    line-height: 32px;
    width: 100%;
}

section#block-bookingblock .form-item select.form-control,
.establishmentBooking .destinationSelect select.form-control {
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

section#block-bookingblock .form-item .select-wrapper:after,
.establishmentBooking .destinationSelect .select-wrapper:after {
    padding-right: 20px;
}

section#block-bookingblock .bookNowButton,
.establishmentBooking .bookNowButton {
    float: right;
    width: 33%;
    margin: 0;
}

section#block-bookingblock .bookNowButton button,
.establishmentBooking .bookNowButton button {
    color: #ffffff;
    background: rgba(57,72,103,0.9);
    border: none;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

section#block-bookingblock .bookNowButton button:hover,
section#block-bookingblock .bookNowButton button:focus,
section#block-bookingblock .bookNowButton button:active,
.establishmentBooking .bookNowButton button:hover,
.establishmentBooking .bookNowButton button:focus,
.establishmentBooking .bookNowButton button:active {
    background: rgba(57,72,103,1);
}























section#block-welcomeblock {
    padding: 80px 0;
    background: transparent url(../images/dots-div.png) repeat-x bottom left;
}

section#block-welcomeblock > .container {
    max-width: 1030px;
}

section#block-welcomeblock h1 {
    margin: 0 0 40px 0;
    font-size: 48px;
    font-weight: 400;
}

section#block-welcomeblock .field--name-body a.btn {
    height: 48px;
    padding: 8px 50px;
    line-height: 32px;
    color: #555555;
    background: transparent;
    border: 2px solid #555555;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0 0;
}


section#block-welcomeblock .field--name-body a.btn:hover,
section#block-welcomeblock .field--name-body a.btn:focus,
section#block-welcomeblock .field--name-body a.btn:active {
    color: #ffffff;
    background: #555555;
}





















section#block-views-block-establishment-block-block-1 {
    padding: 20px 0 40px;
}

.path-frontpage section#block-views-block-establishment-block-block-1 {
    padding: 80px 0;
}

section#block-views-block-establishment-block-block-1 > .container {
    width: 100%;
    max-width: 1800px;
}

section#block-views-block-establishment-block-block-1 h2.block-title {
    display: none;
}

.path-frontpage section#block-views-block-establishment-block-block-1 h2.block-title {
    display: block;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
    font-weight: 400;
}

.view-establishment-block > .view-content {
    margin-left: -12px;
    margin-right: -12px;
}

.view-establishment-block > .view-content .views-row {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.view-establishment-block > .view-content .views-row:nth-child(4n+1) {
    clear: left;
}

.view-establishment-block .estInner {
    background: #eeeeee;
}

.view-establishment-block .estTitle,
.view-establishment-block .estBody,
.view-establishment-block .estLocation {
    padding: 0 20px;
}

.view-establishment-block .estTitle {
    margin: 30px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-establishment-block .estTitle a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    vertical-align: bottom;
}

.view-establishment-block .estTitle::before {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 500px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

.view-establishment-block .view-content .views-row:nth-child(1) .estTitle::before {background-color: #234934;}
.view-establishment-block .view-content .views-row:nth-child(2) .estTitle::before {background-color: #68091a;}
.view-establishment-block .view-content .views-row:nth-child(3) .estTitle::before {background-color: #a45525;}
.view-establishment-block .view-content .views-row:nth-child(4) .estTitle::before {background-color: #623c44;}
.view-establishment-block .view-content .views-row:nth-child(5) .estTitle::before {background-color: #234934;}
.view-establishment-block .view-content .views-row:nth-child(6) .estTitle::before {background-color: #9a845f;}
.view-establishment-block .view-content .views-row:nth-child(7) .estTitle::before {background-color: #cc6600;}
.view-establishment-block .view-content .views-row:nth-child(8) .estTitle::before {background-color: #bfb306;}

.view-establishment-block .estLocation {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

.view-establishment-block .estBody {
    margin: 20px 0 40px;
    line-height: 24px;
}

.view-establishment-block .estButtons {
    display: flex;
    width: 100%;
}

.view-establishment-block .estView,
.view-establishment-block .estBook {
    float: left;
    width: 50%;
}

.view-establishment-block .estView a,
.view-establishment-block .estBook a {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 48px;
    padding: 8px 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
}

.view-establishment-block .estView a {
    color: #394867;
    background: rgba(195,200,209,0.8);
}

.view-establishment-block .estView a:hover,
.view-establishment-block .estView a:active,
.view-establishment-block .estView a:focus {
    background: rgba(195,200,209,1);
}

.view-establishment-block .estBook a {
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(57,72,103,0.9);
}

.view-establishment-block .estBook a:hover,
.view-establishment-block .estBook a:active,
.view-establishment-block .estBook a:focus {
    background: rgba(57,72,103,1);
}























#footerContainer {
    background: #222222;
    color: #cccccc;
    font-size: 13px;
    padding: 60px 0 40px;
    margin-top: 0 !important;
}

#footerContainer > .container {
    padding: 0;
}

.footerColumn section > .container {
    width: auto;
    padding: 0;
}

#footerContainer a,
#footerContainer h2.block-title {
    color: #ffffff;
}

#footerContainer h2.block-title {
    margin: 0 0 40px;
    font-size: 16px;
    text-transform: uppercase;
}

#footerContainer ul li,
#footerContainer p {
    margin: 0 0 20px;
}

#footerContainer ul {
    list-style-type: none;
    padding: 0;
}

#block-socialmediafooterblock .socialLink {
    margin-right: 10px;
}

#block-socialmediafooterblock .socialLink img {
    height: 32px;
}

#block-footer4 .field--name-body p:last-of-type {
    margin-top: 72px;
}











.establishmentNameBlock {
    padding: 100px 0 80px;
}

.establishmentNameBlock > .container {
    width: 100%;
    max-width: 1000px;
}

.establishmentNameBlock .title h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 30px;
}

.establishmentNameBlock .description {
    font-size: 16px;
    line-height: 28px;
}

.establishmentNameBlock .TA_selfserveprop {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

#CDSWIDSSP {width: 100% !important;}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}














.establishmentQuickLinks {
    padding: 15px 0;
    background: #ffffff;
    box-shadow: none;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    z-index: 1029;
}

.establishmentQuickLinks.stickyMenu {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07), 0 15px 35px 0 rgba(46,46,84,0.1);
}

body.menuIsSticky {
    margin-top: 83px;
}

.establishmentQuickLinks .row {
    margin-left: -5px;
    margin-right: -5px;
}

.establishmentQuickLinks .row .quickLink {
    padding-left: 5px;
    padding-right: 5px;
}

.establishmentQuickLinks .quickLink a {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: transparent;
    border: 1px solid #394867;
    color: #394867;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.establishmentQuickLinks .quickLink a:hover,
.establishmentQuickLinks .quickLink a:focus,
.establishmentQuickLinks .quickLink a:active {
    background: #394867;
    color: #ffffff;
}

.establishmentQuickLinks.stickyMenu .quickLink.bookNowQuickLink a {
    color: #ffffff;
    background: rgba(57,72,103,0.9);
}

.establishmentQuickLinks.stickyMenu .quickLink.bookNowQuickLink a:hover,
.establishmentQuickLinks.stickyMenu .quickLink.bookNowQuickLink a:active,
.establishmentQuickLinks.stickyMenu .quickLink.bookNowQuickLink a:focus {
    background: rgba(57,72,103,1);
}












.establishmentSection {
    margin-top: 60px;
    padding: 0 0 20px;
}

.establishmentSection h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
}

.establishmentSection p {
    margin: 0 0 20px;
    line-height: 24px;
}
















article.establishment .sectionTitleWrapper {
    padding: 20px 0;
    margin-bottom: 30px;
    background: rgba(57,72,103,0.6);
}

article.establishment h2.sectionTitle {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

article.establishment .shiftTopColumn {
    margin-top: -115px;
}









.establishmentContactArea .mainSplurb {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.establishmentContactArea .contactIcon,
.establishmentContactArea .contactNumber {
    display: inline-block;
    vertical-align: middle;
}

.establishmentContactArea .contactIcon {
    width: 50px;
    margin-right: 15px;
}

.establishmentContactArea .contactNumber {
    font-size: 28px;
    line-height: 50px;
}

#establishment-contact-form > .row.form-group {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}

#establishment-contact-form > .row.form-group#edit-middle-row {
    margin-bottom: 20px;
}

#establishment-contact-form > .row.form-group > .form-group {
    padding: 0 5px;
}

#establishment-contact-form input.form-text,
#establishment-contact-form input.form-email,
#establishment-contact-form textarea.form-textarea {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 16px;
}

#establishment-contact-form input.form-text,
#establishment-contact-form input.form-email {
    height: 55px;
}

#establishment-contact-form #edit-submit,
form#contact-message-contact-us-form #edit-submit {
    margin-top: 15px;
    padding: 15px 45px;
    background: transparent;
    border: 1px solid #394867;
    color: #394867;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

#establishment-contact-form #edit-submit:hover,
#establishment-contact-form #edit-submit:focus,
#establishment-contact-form #edit-submit:active,
form#contact-message-contact-us-form #edit-submit:hover,
form#contact-message-contact-us-form #edit-submit:focus,
form#contact-message-contact-us-form #edit-submit:active {
    background: #394867;
    color: #ffffff;
}

#establishment-contact-form .captcha {
    display: inline-block;
    width: 100%;
}

#establishment-contact-form .captcha .panel-body {
    float: right;
}









.page-node-type-establishment #footerContainer {
    margin-top: 60px;
}










.openGallery,
.establishmentDirectionsArea .map-wrapper {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07), 0 15px 35px 0 rgba(46,46,84,0.1);
    border: 5px solid #ffffff;
}

.openGallery a.galleryButton,
.establishmentDirectionsArea .map-wrapper a.mapButton {
    position: absolute;
    width: 300px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -150px;
    padding: 15px 25px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    z-index: 1028;
}

.openGallery a.galleryButton:hover,
.openGallery a.galleryButton:focus,
.openGallery a.galleryButton:active,
.establishmentDirectionsArea .map-wrapper a.mapButton:hover,
.establishmentDirectionsArea .map-wrapper a.mapButton:focus,
.establishmentDirectionsArea .map-wrapper a.mapButton:active {
    background: rgba(0,0,0,0.7);
}














.establishmentDirectionsArea .map-wrapper .gm-bundled-control,
.establishmentDirectionsArea .map-wrapper .geolocation-map-container .gm-style > div > div > div:nth-child(4)  {
    display: none;
}
























#drupal-modal {
    padding-right: 0 !important;
}

.modal-dialog {
    width: auto;
    margin: 14px;
}

.modal-dialog .modal-body {
    overflow: auto !important;
}

.gallery-dialog-wrapper .singleImageDisplay {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 18vh;
    max-height: 600px;
    margin-bottom: 10px;
}

.gallery-dialog-wrapper .singleImageDisplay .fullImage {
    display: none;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.gallery-dialog-wrapper .singleImageDisplay .fullImage.activeImage {
    display: inline-block;
}

.gallery-dialog-wrapper .galleryNavigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.gallery-dialog-wrapper .galleryNavigation img {
    width: 100%;
    height: auto;
}

.gallery-dialog-wrapper .galleryNavigation.nextImage {
    right: 0;
}

.gallery-dialog-wrapper .galleryNavigation.previousImage {
    left: 0;
}

.gallery-dialog-wrapper .thumbsDisplay {
    text-align: center;
}

.gallery-dialog-wrapper .thumbsDisplay .galleryImage {
    display: inline-block;
    cursor: pointer;
}

.gallery-dialog-wrapper .thumbsDisplay .galleryImage img {
    border: 3px solid #ffffff;
}

.gallery-dialog-wrapper .thumbsDisplay .galleryImage img.activeImage {
    border: 3px solid #394867;
}






.map-dialog-wrapper .geolocation-map-container {
    height: calc(100vh - 140px) !important;
}

















.below-content {
    margin-top: 30px;
}

















.path-contact .main-container > .row > section.col-sm-12 {
    text-align: center;
}

.path-contact .main-container > .row > section.col-sm-12 * {
    text-align: left;
}

.path-contact .region-content {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 45px;
    padding: 0 15px;
}

.path-contact .region-content .container {
    width: auto;
    padding: 0;
}










#block-headofficecontactdetails {
    float: left;
    width: 48%;
}

#block-headofficecontactdetails h2.block-title {
    font-size: 24px;
    margin: 0 0 20px;
}

#block-headofficecontactdetails .field--name-body {
    line-height: 28px;
}

#headOfficeMap {
    margin-top: 20px;
}













form#contact-message-contact-us-form {
    float: right;
    width: 48%;
    padding: 35px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07), 0 15px 35px 0 rgba(46,46,84,0.1);
}

form#contact-message-contact-us-form #edit-preview {
    display: none;
}













#block-contactdetailsblock {
    margin-top: 50px;
    background: rgba(57,72,103,0.1);
    padding: 50px 0 0;
}

#block-contactdetailsblock .col-xs-12 {
    margin-bottom: 40px;
}

#block-contactdetailsblock h2 {
    font-size: 18px;
    margin: 0 0 20px;
}

#block-contactdetailsblock p {
    line-height: 28px;
}














.navbar-default .navbar-nav > li.last > a {
    padding: 15px 25px;
    color: #ffffff;
    background: rgba(57,72,103,0.9);
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav > .last.active > a,
.navbar-default .navbar-nav > .last.active > a:hover,
.navbar-default .navbar-nav > .last.active > a:focus,
.navbar-default .navbar-nav > li.last > a:hover,
.navbar-default .navbar-nav > li.last > a:focus {
    box-shadow: none;
    background: rgba(57,72,103,1);
    color: #ffffff;
}














.textPageWrapper {
    font-size: 16px;
}

.textPageWrapper p, .textPageWrapper h4 {
    margin-left: 30px;
}

.textPageWrapper p {
    margin-bottom: 15px;
}

.textPageWrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.textPageWrapper h2,
.textPageWrapper h3 {
    margin: 40px 0 30px;
}

















form.contact-form .captcha,
form.establishment-contact-form .captcha {
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
}

form.contact-form .captcha .panel-heading,
form.contact-form .captcha .help-block,
form.establishment-contact-form .captcha .panel-heading,
form.establishment-contact-form .captcha .help-block {
    display: none;
}

form.contact-form .captcha .panel-body,
form.establishment-contact-form .captcha .panel-body {
    padding: 0;
}





























/* -----------------------------------------------
* Timeline
* --------------------------------------------- */
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #394867;
    left: 50%;
    margin-left: -1.5px;
}
.timeline li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
    text-align: right;
}
.timeline li:before, .timeline li:after {
    content:" ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li:before, .timeline li:after {
    content:" ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline li .timeline-badge {
    color: #394867;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline li:nth-child(even) .timeline-panel {
    float: right;
}
.timeline li:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline li:nth-child(even) .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #394867 !important;
}
.timeline-badge a:hover {
    color: #394867 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-image {
    padding: 15px 15px 0;
    display: inline-block;
    width: 100%;
}
.timeline-image img {
    max-width: 100%;
    float: right;
}
.timeline li:nth-child(even) .timeline-image img {
    float: none;
}
.timeline-body {
    padding: 10px 15px;
}
.timeline-body p {
    margin-bottom: 0;
}
.timeline-body h2 {
    font-size: 22px;
    margin: 0 0 10px;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline li:nth-child(even) {
    float: right;
    clear: right;
    text-align: left;
}
.timeline li:nth-child(even) .text-right {
    text-align: left;
}
.timeline li:nth-child(2) {
    margin-top: 60px;
}
.timeline li:nth-child(even) .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 20px;
    }
    ul.timeline li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline li .timeline-panel {
        width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }
    ul.timeline li .timeline-badge {
        left: 8px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline li .timeline-panel {
        float: right;
    }
    ul.timeline li .timeline-panel:before,
    .timeline li:nth-child(even) .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -16px;
        right: auto;
    }
    ul.timeline li .timeline-panel:after,
    .timeline li:nth-child(even) .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline li:nth-child(even) {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline li:nth-child(even) .timeline-badge {
        left: 8px;
    }
}
/* -----------------------------------------------
* Timeline
* --------------------------------------------- */













#user-login-form {
    max-width: 350px;
    margin: 50px auto 80px;
}













#modal-div-pop-up .modal-dialog {
    max-width: 1140px;
    margin: 14px auto;
}

#modal-div-pop-up .modal-dialog img {
    margin-bottom: 20px;
}


















.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}










section#block-views-block-history-block-1 {margin-top: -45px;}



















#block-videoheader {
    height: 550px;
    overflow: hidden;
}

#block-videoheader > .container {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

#block-videoheader iframe {
    margin-top: -260px;
    width: 1900px !important;
}

@media (max-width: 1200px) {
    #block-videoheader iframe {
        margin-left: -350px;
    }
}

@media (max-width: 1100px) {
    #block-videoheader iframe {
        margin-left: -400px;
    }
}

@media (max-width: 1000px) {
    #block-videoheader iframe {
        margin-left: -450px;
    }
}

@media (max-width: 900px) {
    #block-videoheader iframe {
        margin-left: -500px;
    }
}

@media (max-width: 800px) {
    #block-videoheader iframe {
        margin-left: -550px;
    }
}

@media (max-width: 700px) {
    #block-videoheader {
        height: 450px;
    }
    #block-videoheader iframe {
        margin-top: -310px;
        width: 1500px !important;
        margin-left: -400px;
    }
}

@media (max-width: 600px) {
    #block-videoheader iframe {
        margin-left: -450px;
    }
}

@media (max-width: 500px) {
    #block-videoheader {
        height: 350px;
    }
    #block-videoheader iframe {
        margin-top: -135px;
        width: 1250px !important;
        height: 625px;
        margin-left: -375px;
    }
}

@media (max-width: 400px) {
    #block-videoheader iframe {
        margin-left: -425px;
    }
}

@media (max-width: 300px) {
    #block-videoheader {
        height: 250px;
    }
    #block-videoheader iframe {
        margin-top: -85px;
        width: 850px !important;
        height: 425px;
        margin-left: -275px;
    }
}

@media (max-width: 200px) {
    #block-videoheader iframe {
        margin-left: -325px;
    }
}




















.videoButtonBlock {
    position: relative;
    height: 550px;
}

#block-homevideobuttonheader.videoButtonBlock {
    background: transparent url('../images/home-cover.jpg') no-repeat top center;
}
#block-lodgevideobuttonheader.videoButtonBlock {
    background: transparent url('../images/lodge-cover.jpg') no-repeat top center;
}
#block-neurasvideobuttonheader.videoButtonBlock {
    background: transparent url('../images/neuras-cover.jpg') no-repeat top center;
}
#block-kanaanvideobuttonheader.videoButtonBlock {
    background: transparent url('../images/kanaan-cover.jpg') no-repeat top center;
}
#block-timbilavideobuttonheader.videoButtonBlock {
    background: transparent url('../images/timbila-cover.png') no-repeat top center;
}
#block-harnasvideobuttonheader.videoButtonBlock {
    background: transparent url('../images/harnas-cover.png') no-repeat top center;
}

.videoButtonBlock button.header-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -109px;
    margin-top: -25px;
    padding: 15px 30px;
    text-align: center;
    color: rgba(57,72,103,1);
    background: rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

.videoButtonBlock button.header-btn span {
    margin-right: 7px;
}

.videoButtonBlock button.header-btn:hover {
    color: rgba(255,255,255,1);
    background: rgba(57,72,103,1);
    text-decoration: none;
}

#headerVideoModal .modal-dialog {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 7%;
    padding: 40px 8px;
    box-sizing: border-box;
    margin: 0;
}

#headerVideoModal .modal-dialog .modal-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;

    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1025;

    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#headerVideoModal .modal-header {
    background: transparent;
    border: none;
    padding: 10px 0;
}

#headerVideoModal .modal-header .close {
    margin-top: 0;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}

#headerVideoModal .modal-body {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.modal-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;

    border: none;
}




























.mohssPopup {
    display: none;
}

.simple-popup-blocks-global .block > .container {
    width: auto !important;
    padding: 0 !important;
}

#spb-mohssPopup .spb-popup-main-wrapper {
    width: 100% !important;
    max-width: 600px !important;
    padding: 0;
    border: none;
    margin-left: -300px;
    margin-top: -200px;
    background: transparent;
}

.vbbPage .largeBannerImage {
    display: none;
}











.bookNowLinkWrapper a {
    color: #ffffff;
    background: rgba(57,72,103,0.9);
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 14px;
    font-weight: 700;
    text-decoration: none;
}

.bookNowLinkWrapper a:hover,
.bookNowLinkWrapper a:active {
    background: rgba(57,72,103,1);
}












#block-2025timbilaspecial {
  display: none;
}