* {
    border: 0;
    border-radius: 0;
}
body {
    font-family: Nunito, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 800;
}
.h1,
h1 {
    font-size: 2.5em;
}
.h2,
h2 {
    font-size: 2em;
}
.h3,
h3 {
    font-size: 1.7em;
}
.h4,
h4 {
    font-size: 1.3em;
}
.h5,
h5 {
    font-size: 1.2em;
}
.h6,
h6 {
    font-size: 1.1em;
}
hr {
    border-top-color: #ddd;
}
a:hover {
    text-decoration: none;
}
.img-full {
    width: 100% !important;
    height: auto;
}
@media (max-width: 767px) {
    .contentWrapper .img-full {
        margin-bottom: 15px;
    }
}
.img-bordered {
    border: 1px solid #f8f8f8;
}
.img-responsive > img {
    max-width: 100%;
    height: auto;
}
.img-placeholder {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
}
.text-sm {
    font-size: 0.8em !important;
}
.text-default {
    color: #333;
}
.text-muted {
    color: #777;
}
.text-hints {
    color: #eee;
}
.text-primary {
    color: #d13239;
}
.text-secondary {
    color: #266093;
}
.clear + .clear {
    margin-top: 10px;
}
.m1 {
    margin: 1em !important;
}
.mT0 {
    margin-top: 0 !important;
}
.mB0 {
    margin-bottom: 0 !important;
}
.mTB0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mT10px {
    margin-top: 10px !important;
}
.mB10px {
    margin-bottom: 10px !important;
}
.mB1 {
    margin-bottom: 1em !important;
}
.mB2 {
    margin-bottom: 2em !important;
}
.mB3 {
    margin-bottom: 3em !important;
}
.mT1 {
    margin-top: 1em !important;
}
.mT2 {
    margin-top: 2em !important;
}
.mT3 {
    margin-top: 3em !important;
}
.pB1 {
    padding-bottom: 1em !important;
}
.pB2 {
    padding-bottom: 2em !important;
}
.pB3 {
    padding-bottom: 3em !important;
}
.pT1 {
    padding-top: 1em !important;
}
.pT2 {
    padding-top: 2em !important;
}
.pT3 {
    padding-top: 3em !important;
}
.clear,
.clearfix {
    clear: both;
}
.clear:before,
.clearfix:before {
    display: table;
    clear: both;
    content: "";
}
blockquote {
    background-color: #fff;
}
.page-header,
.page-subheader {
    padding-bottom: 1em 0;
    margin: 1em 0 2em 0;
    border-bottom: 1px solid #ddd;
}
.jumbotron {
    background-color: #fff;
}
.input-group .input-group-addon {
    border: 0;
}
.input-group .input-group-addon.image {
    padding: 0;
}
.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 0;
}
.well-default {
    background-color: #f8f8f8;
}
.col-lg-12:before,
.col-md-12:before,
.col-sm-12:before,
.col-xs-12:before {
    display: table;
    clear: both;
    content: " ";
}
.row.showcase {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.row.showcase > [class^="col-"] {
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
    flex: 0 0 auto;
}
.row.showcase > [class^="col-"] > .thumbnail {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.flex {
    display: flex;
}
.flex.flex-row {
    flex-direction: row;
}
.flex.flex-column {
    flex-direction: column;
}
.flex .align-center {
    align-items: center;
    align-self: center;
}
.flex .justify-center {
    justify-content: center;
}
.table {
    margin-bottom: 10px;
}
legend {
    padding: 1em 0 0.5em;
    margin: 1em 0;
    color: #d13239;
}
.form-control {
    background-color: #eee;
    border: 0;
    box-shadow: none;
}
.form-group:last-child {
    margin-bottom: 0;
}
p.readmore > a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #266093;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: 5px;
}
p.readmore > a:hover {
    background-color: #1c466a;
}
.btn {
    border: 0;
    border-radius: 0;
}
.btn.btn-facebook,
.btn.btn-instagram,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-youtube {
    padding: 11px 21px;
    font-weight: 700;
    color: #fff !important;
    white-space: nowrap;
    border: 0 !important;
}
.btn.btn-facebook {
    background-color: #3c5a99;
}
.btn.btn-facebook:hover {
    background-color: #2e4474;
}
.btn.btn-instagram {
    background: #405de6;
    background: -moz-linear-gradient(top, #405de6 0, #e1306c 100%);
    background: -webkit-linear-gradient(top, #405de6 0, #e1306c 100%);
    background: linear-gradient(to bottom, #405de6 0, #e1306c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405de6', endColorstr='#e1306c', GradientType=0);
}
.btn.btn-youtube {
    background-color: red;
}
.btn.btn-youtube:hover {
    background-color: #c00;
}
.btn.btn-primary {
    background-color: #d13239;
}
.btn.btn-primary:hover {
    background-color: #aa262c;
}
.btn.btn-secondary {
    background-color: #266093;
}
.btn.btn-secondary:hover {
    background-color: #1c466a;
}
.btn-default {
    color: #fff;
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #909090;
    border-color: #909090;
}
.btn-inverse {
    color: #fff;
    background-color: #454545;
    border-color: #454545;
}
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open .dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: grey;
    border-color: grey;
}
.btn-inverse.active,
.btn-inverse:active,
.open .dropdown-toggle.btn-inverse {
    background-image: none;
}
.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}
.panel,
.panel-body,
.panel-heading {
    background-color: transparent;
    border: none;
}
.panel-heading {
    padding: 5px 15px;
    margin-bottom: 1px;
    font-weight: 600;
}
.modal-body,
.modal-footer,
.modal-header {
    padding: 15px;
}
.popover-title {
    padding: 0 1em;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}
.popover-content {
    padding: 0.5em 1em;
}
.thumbnail {
    background-color: #fff;
}
.alert {
    background-color: rgba(0, 0, 0, 0.1);
}
.homeLink {
    display: flex;
    align-items: center;
}
.homeLink img {
    width: auto;
    height: 34px;
    margin: 3px 10px;
}
@media (min-width: 768px) {
    .homeLink img {
        height: 50px;
        margin: 0;
    }
}
.navbar-toggle {
    position: absolute !important;
    top: 10px;
    left: 10px;
    z-index: 100;
    float: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #444;
    border: none;
    align-items: center;
    justify-content: center;
}
.navbar-collapse {
    padding: 0;
}
@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
    }
}
.navbar-collapse .navbar-nav {
    margin: 0;
}
@media (max-width: 767px) {
    .navbar-collapse .navbar-nav {
        position: relative;
        z-index: 1;
        margin: 0 15px;
        background: #fff;
        border-top: 5px solid #d13239;
        border-bottom: 3px solid #266093;
    }
}
@media (max-width: 767px) {
    .navbar-collapse .navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
}
.navbar-nav li a {
    transition: all 0.15s ease-in-out;
}
.navbar-nav li.open > a,
.navbar-nav li.open > a:focus,
.navbar-nav li.open > a:hover,
.navbar-nav li:focus > a,
.navbar-nav li:focus > a:focus,
.navbar-nav li:focus > a:hover,
.navbar-nav li:hover > a,
.navbar-nav li:hover > a:focus,
.navbar-nav li:hover > a:hover {
    font-weight: 700;
    background: 0 0;
}
.navbar-nav li > a:focus,
.navbar-nav li > a:hover {
    font-weight: 700;
    background: 0 0;
}
@media (min-width: 768px) {
    .navbar-nav a {
        color: #fff !important;
    }
}
@media (max-width: 991px) {
    .navbar-nav .nav > li > a {
        padding: 8px 10px;
    }
}
@media (min-width: 768px) {
    .dropdown-menu {
        width: auto;
        min-width: 230px;
        padding: 0;
        margin: 0;
        word-break: break-all;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .dropdown-menu > li > a {
        padding: 6px 18px;
    }
    .dropdown-menu > li:hover > a {
        color: #fff;
        background-color: #d13239;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }
    .dropdown-submenu > a:after {
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        margin-top: -4px;
        content: " ";
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-left-color: #777;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover a:after {
        border-left-color: #777;
    }
    .dropdown-submenu.active:hover > a:after {
        border-left-color: #777;
    }
    .dropdown-left > li .dropdown-menu {
        right: 0;
        left: auto;
    }
    .dropdown-left .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: auto;
    }
    .dropdown-left .dropdown-submenu > a:after {
        right: auto;
        left: 8px;
        border-width: 4px 4px 4px 0;
        border-right-color: #777;
        border-left-color: transparent;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .dropdown-menu > li > a {
        white-space: nowrap;
    }
}
.breadcrumb {
    padding: 0;
    margin: 1em 0;
    font-size: 0.8em;
    line-height: 2;
    background-color: transparent;
}

@media (min-width: 768px) {
 body.fixed-top > header {
       position: fixed;
          z-index: 1;
        width: 100%;
 
    }
}
@media (max-width: 767px) {
body > header {
  z-index: 111;
  position: relative;
  background: #fff;
}
   body.fixed-top > header {
       position: fixed;
          z-index: 1;
        width: 100%;
        background: #fff;
    }
    body > header .homeLink img {
        height: 55px;
        margin: 0;
    }
    body > header .bannerWrapper .swiper-container .swiper-slide img {
        height: 210px;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    body > header {
        background-color: #d13239;
    }
}
body > header > .container {
    position: relative;
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
}
@media (min-width: 768px) {
    body > header > .container {
        width: auto;
    }
}
@media (max-width: 767px) {
    body > header > .container {
        justify-content: center;
    }
    body > header > .container .homeLink img {
        height: 75px;
        margin: 30px 0;
    }
}
@media (min-width: 768px) {
    body > header > .container > nav {
        width: 100%;
        flex: 1 1 100%;
    }
    body > header > .container > nav,
    body > header > .container > nav.collapse {
        display: flex !important;
    }
    body > header > .container > nav .navbar-nav {
        display: flex;
        width: 100%;
        flex: 1;
    }
    body > header > .container > nav .navbar-nav .nav.menu {
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    body > header > .container > nav.collapse {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    }
    body > header > .container > nav.collapse[style] {
        height: auto !important;
    }
    body > header > .container > nav.collapse.in {
        position: absolute;
        top: 50px;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 1000;
        background-color: #fff;
    }
}
.bannerWrapper {
    position: relative;
    z-index: 0;
}
@media (min-width: 768px) {
    .home .bannerWrapper .video[style] {
        display: block !important;
    }
}
.bannerWrapper .swiper-container {
    z-index: 1;
}
.bannerWrapper .swiper-container .swiper-slide {
    position: relative;
}
.bannerWrapper .swiper-container .swiper-slide img {
    height: 290px;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 767px) {
    .bannerWrapper .swiper-container .swiper-slide img {
        height: 330px;
        background-position: center bottom;
    }
}
.bannerWrapper .swiper-container .swiper-slide .caption {
    display: none;
}
.bannerWrapper .swiper-container .swiper-slide .hallmark {
    display: none;
}
.bannerWrapper .chronoforms {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.bannerWrapper .chronoforms .form {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.bannerWrapper .chronoforms .form button,
.bannerWrapper .chronoforms .form input {
    border: 0 !important;
    border-radius: 0 !important;
}
.bannerWrapper .chronoforms .form button {
    margin-top: 22px;
    white-space: nowrap;
    flex: 1;
}
@media (max-width: 991px) {
    .bannerWrapper .chronoforms .form button {
        margin: 0 15px;
        flex: 1 1 100%;
    }
}
@media (max-width: 767px) {
    .bannerWrapper .chronoforms .form button {
        margin: 10px 0 0;
    }
}
.bannerWrapper .chronoforms .form .field {
    position: relative;
    margin: 15px;
}
@media (max-width: 767px) {
    .bannerWrapper .chronoforms .form .field {
        margin: 5px 0;
    }
}
.bannerWrapper .chronoforms .form .field label {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.bannerWrapper .chronoforms .form .field.date,
.bannerWrapper .chronoforms .form .field.room {
    flex: 2;
}
.bannerWrapper .chronoforms .form .field.guest {
    flex: 1;
}
.bannerWrapper .chronoforms .form .field.error label {
    color: red;
}
.bannerWrapper .chronoforms .form .field .ui.prompt {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.bannerWrapper .arrowDown {
    display: none;
}
@keyframes LinearUpDown {
    0%,
    100% {
        bottom: 10px;
    }
    50% {
        bottom: 0;
    }
}
.componentWrapper {
    padding: 0 0 40px 0;
}
@media (min-width: 768px) {
    .componentWrapper {
        padding: 40px 0 80px 0;
    }
}
.footer {
    padding: 20px 0 30px;
    background-color: #343434;
}
.footer .container {
    display: flex;
    flex-direction: row;
}
@media (max-width: 767px) {
    .footer .container {
        flex-direction: column;
    }
}
.footer .container .module-wrapper {
    padding: 10px;
    flex: 1;
}
@media (max-width: 767px) {
    .footer .container .module-wrapper {
        margin-bottom: 30px;
    }
}
.footer .container .module-wrapper .module-header {
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
}
@media (max-width: 767px) {
    .footer ._menu {
        order: 2;
    }
}
.footer ._menu a {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
}
.footer ._menu a:hover {
    color: #d13239;
    background-color: transparent;
}
@media (max-width: 767px) {
    .footer .social {
        order: 1;
    }
}
.footer .social a {
    display: inline-block;
    padding: 10px;
}
.footer .social img {
    width: 32px;
    height: auto;
}
.postFooter {
    font-size: 0.8em;
    line-height: 2;
    color: #777;
    text-align: center;
    background-color: #000;
}
.postFooter p {
    margin: 0;
}
.scrollTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    border: none;
    opacity: 0;
    transition: opacity ease 0.3s;
}
.scrollTop.in {
    opacity: 1;
}
.ui.popup.calendar {
    padding: 0;
    border: 0;
}
.ui.popup.calendar:before {
    border: 0;
}
.category-desc + .items-leading,
.category-desc + .items.row {
    padding-top: 3em;
    margin-top: 3em;
}
.items-leading > [class^="leading-"] + [class^="leading-"] {
    padding-top: 1em;
    margin-top: 1em;
}
@media (max-width: 767px) {
    .blog .items .item + .item {
        padding-top: 2em;
        margin-top: 2em;
    }
}
.item-101 {
    display: none !important;
}
form#bookingBox {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
    form#bookingBox {
        display: none;
    }
}
.home form#bookingBox {
    bottom: 0;
    display: block;
}
form#bookingBox div#bb_resBookingBox {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-direction: row;
    background-color: transparent !important;
    flex-wrap: wrap;
    align-items: center;
}
form#bookingBox div#bb_resBookingBox p {
    min-width: auto;
    padding: 0;
    margin: 15px;
    font-size: 13px;
    flex: 1;
}
form#bookingBox div#bb_resBookingBox p.bbres_fieldset3,
form#bookingBox div#bb_resBookingBox p.bbres_fieldset4 {
    position: relative;
    flex: 2;
}
form#bookingBox div#bb_resBookingBox p.bbres_fieldset3 .ui-datepicker-trigger,
form#bookingBox div#bb_resBookingBox p.bbres_fieldset4 .ui-datepicker-trigger {
    top: auto;
    right: 15px;
    bottom: 8.5px;
}
form#bookingBox div#bb_resBookingBox p label {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
form#bookingBox div#bb_resBookingBox #eZ_adult,
form#bookingBox div#bb_resBookingBox #eZ_chkin,
form#bookingBox div#bb_resBookingBox #eZ_chkout {
    width: 100%;
    padding: 10px 14px;
    color: #343434 !important;
    border: 0 !important;
}
form#bookingBox div#bb_resBookingBox #eZ_adult {
    -webkit-appearance: none;
    border-radius: 5px;
    -moz-appearance: none;
    appearance: none;
}
form#bookingBox div#bb_resBookingBox #bb_resBtn {
    padding: 11px 21px;
    margin-top: 22px;
    font-weight: 700;
    color: #fff !important;
    white-space: nowrap;
    background: #d13239 !important;
    border: 0 !important;
    flex: 1;
}
form#bookingBox div#bb_resBookingBox #bb_resBtn:hover {
    background: #bf2b31 !important;
}
form#bookingBox div#bb_resBookingBox .ui-datepicker-trigger {
    margin-top: 0;
}
@media (max-width: 767px) {
    .home form#bookingBox {
        bottom: -209px;
    }
    form#bookingBox div#bb_resBookingBox {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    form#bookingBox div#bb_resBookingBox p {
        width: 90%;
        margin: 10px 0;
    }
    form#bookingBox div#bb_resBookingBox #bb_resBtn {
        margin: 0;
    }
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #266093 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header > a span:after,
#ui-datepicker-div.ui-datepicker .ui-datepicker-header > a span:before {
    background-color: #fff !important;
}
#ui-datepicker-div.ui-datepicker td a.ui-state-active {
    color: #fff !important;
    background: #d13239 !important;
}
.stories h2 {
    padding: 0;
    margin: 0;
}
.stories h2 img {
    margin: 80px auto;
}
.stories.brand-secondary {
    background-color: #266093;
}
.stories.brand-orange {
    background-color: #f8b003;
}
.stories .items {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    flex-direction: column;
}
.stories .items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767px) {
    .stories .items .item {
        flex-direction: column;
    }
}
.stories .items .item .image img {
    width: 100%;
    height: auto;
}
.stories .items .item .content,
.stories .items .item .image {
    width: 50%;
    flex: 1;
    justify-content: center;
}
@media (max-width: 1199px) {
    .stories .items .item .content,
    .stories .items .item .image {
        width: 100%;
    }
}
.stories .items .item .caption {
    padding: 0 70px;
    color: #fff;
}
@media (max-width: 1199px) {
    .stories .items .item .caption {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .stories .items .item .caption {
        padding: 30px 10px 60px;
    }
}
.stories .items .item .caption h3 {
    margin: 0 0 20px;
    font-size: 3em;
}
@media (max-width: 991px) {
    .stories .items .item .caption h3 {
        font-size: 2em;
    }
}
@media (max-width: 767px) {
    .stories .items .item .caption h3 {
        font-size: 2.5em;
    }
}
.stories .items .item .caption p {
    font-size: 1.3em;
}
@media (max-width: 1199px) {
    .stories .items .item .caption p {
        font-size: 1.1em;
    }
}
@media (max-width: 767px) {
    .stories .items .item .caption p {
        font-size: 1.2em;
    }
}
.stories .items .item .caption a {
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .stories .items .item:nth-child(even) .image {
        order: 2;
    }
    .stories .items .item:nth-child(even) .content {
        order: 1;
    }
    .stories .items .item:nth-child(even) .content .caption {
        padding: 0 70px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .stories .items .item:nth-child(even) .content .caption {
        padding: 0 30px;
    }
}
.stories .items .item:nth-child(1) {
    margin-top: 0;
}
@media (min-width: 768px) {
    .stories .items .item:nth-child(6) {
        margin-top: -250px;
    }
}
.stories .hallmark {
    width: 470px;
    height: 470px;
    margin-top: -200px;
}
@media (max-width: 1199px) {
    .stories .hallmark {
        margin-top: -150px;
        margin-bottom: -50px;
    }
}
@media (max-width: 767px) {
    .stories .hallmark {
        display: none;
    }
}
.stories .hallmark img {
    width: 100%;
    height: auto;
}
body.component {
    padding-top: 15px;
    padding-bottom: 15px;
}
body.component .page-header,
body.component h1 {
    padding: 0;
    margin: 10px 0 15px 0;
    border: 0;
}
body.home {
    overflow-x: hidden;
}
@media (min-width: 768px) {
    body.home .bannerWrapper .home-banner {
        display: none;
    }
}
body.home .bannerWrapper .swiper-container .swiper-slide img {
    height: 330px;
    background-size: cover;
}
body.home .bannerWrapper .swiper-container .swiper-slide .caption {
    position: absolute;
    bottom: 200px;
    left: 50%;
    z-index: 1;
    display: none;
    width: 100%;
    color: #fff;
    background: 0 0;
    transform: translateX(-50%);
}
body.home .bannerWrapper .swiper-container .swiper-slide .caption h1 {
    margin: 0;
    font-size: 58px;
    font-weight: 600;
    color: #266093;
}
body.home .bannerWrapper .swiper-container .swiper-slide .caption h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #d13239;
}
@media (min-width: 768px) {
    body.home .bannerWrapper .swiper-container .swiper-slide img {
        height: 810px;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption {
        display: block;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption h1 {
        position: relative;
        z-index: 1;
        font-size: 110px;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption h2 {
        position: relative;
        z-index: 1;
        font-size: 70px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.home .bannerWrapper .swiper-container .swiper-slide .caption {
        padding-bottom: 100px;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption .hallmark {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 0;
        transform: translateX(-50%);
    }
}
@media (min-width: 1200px) {
    body.home .bannerWrapper .swiper-container .swiper-slide img {
        height: 910px;
        background-size: contain;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption h1 {
        font-size: 110px;
    }
    body.home .bannerWrapper .swiper-container .swiper-slide .caption h2 {
        font-size: 70px;
    }
}
body.home .bannerWrapper .swiper-container .swiper-slide .hallmark {
    display: block;
    width: 230px;
    height: 230px;
    margin: 0 auto;
}
body.home .bannerWrapper .swiper-container .swiper-slide .hallmark img {
    width: 100%;
    height: auto;
}
body.home .bannerWrapper .chronoforms {
    bottom: 80px;
}
@media (max-width: 767px) {
    body.home .bannerWrapper .chronoforms .form {
        padding: 0 10px;
        flex-direction: column;
    }
    body.home .bannerWrapper .chronoforms .form .field,
    body.home .bannerWrapper .chronoforms .form input {
        width: 100%;
        flex: 1;
    }
}
body.home .bannerWrapper .arrowDown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    display: block;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    transform: translateX(-50%);
    animation: LinearUpDown 2s linear infinite;
}
body.home .contentWrapper {
    overflow-x: hidden;
}
body.home .whatAboutUs {
    padding: 50px 0 250px;
    background: url(../img/home-what-about-us.jpg);
    background-color: #266093;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 767px) {
    body.home .whatAboutUs {
   
    }
}
body.home .whatAboutUs .container .col-xs-12 {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1200px) {
    body.home .whatAboutUs .container .col-xs-12 {
        flex-direction: row;
    }
}
@media (max-width: 1199px) {
    body.home .whatAboutUs .container .col-xs-12 {
        align-items: flex-start;
    }
}
body.home .whatAboutUs .container .col-xs-12 h1 {
    margin: 0;
    font-size: 6em;
}
@media (max-width: 1199px) {
    body.home .whatAboutUs .container .col-xs-12 h1 {
        margin-bottom: 30px;
        font-size: 4em;
    }
}
@media (max-width: 767px) {
    body.home .whatAboutUs .container .col-xs-12 h1 {
        margin-bottom: 20px;
        font-size: 3em;
    }
}
body.home .whatAboutUs .container .col-xs-12 .content {
    font-size: 1.5em;
}
@media (min-width: 1200px) {
    body.home .whatAboutUs .container .col-xs-12 .content {
        padding-left: 70px;
    }
}
@media (max-width: 767px) {
    body.home .whatAboutUs .container .col-xs-12 .content {
        font-size: 1.3em;
    }
}
body.home .whatAboutUs .container .col-xs-12 .content p {
    margin-bottom: 1.5em;
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 {
    padding-bottom: 50px;
    margin-top: -150px;
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 .images {
    display: flex;
    margin: 0 -10px;
    flex-direction: row;
}
@media (max-width: 767px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 .images {
        flex-wrap: wrap;
    }
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 .images .image {
    width: 25%;
    padding: 0 10px;
}
@media (max-width: 767px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 .images .image {
        width: 50%;
        padding: 0 10px 20px;
        margin: 0;
    }
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 .images .image img {
    width: 100%;
    height: auto;
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 h1 {
    width: 75%;
    margin-bottom: 20px;
    font-size: 3.2em;
}
@media (max-width: 1199px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 h1 {
        width: 65%;
    }
}
@media (max-width: 767px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 h1 {
        width: 100%;
        font-size: 3em;
    }
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 p {
    width: 75%;
    margin-bottom: 20px;
    font-size: 1.5em;
}
@media (max-width: 1199px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 p {
        width: 65%;
    }
}
@media (max-width: 767px) {
    body.home .makeYourNextGreatEscapade .container .col-xs-12 p {
        width: 100%;
        font-size: 1.2em;
    }
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 a {
    font-size: 1.3em;
    font-weight: 800;
    text-decoration: underline;
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 a:hover {
    text-decoration: underline;
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 .hallmark {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: -1;
    width: 400px;
    height: 400px;
    transform: translateX(200px);
}
body.home .makeYourNextGreatEscapade .container .col-xs-12 .hallmark img {
    width: 100%;
    height: auto;
}
body.home .componentWrapper {
    padding: 0;
    color: #fff;
    background-color: #d13239;
}
body.home .componentWrapper > .container {
    width: auto !important;
    max-width: 1600px;
    padding: 0 !important;
}
body.home .componentWrapper a {
    color: #fff;
}
body.home .blog.home {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 1199px) {
    body.home .blog.home {
        padding: 50px 0;
        flex-direction: column;
        align-items: flex-start;
    }
}
body.home .blog.home .page-header,
body.home .blog.home .page-subheader {
    padding: 0 15px;
    margin: 0;
    border: 0;
    flex: 1;
}
body.home .blog.home .page-subheader {
    flex: 0;
}
body.home .blog.home h1 {
    padding: 0;
    margin: 0;
    font-size: 6em;
}
@media (max-width: 1199px) {
    body.home .blog.home h1 {
        margin: 0 0 30px;
        font-size: 4em;
    }
}
@media (max-width: 767px) {
    body.home .blog.home h1 {
        font-size: 3em;
    }
}
body.home .blog.home .items-leading {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    flex: 2;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px) {
    body.home .blog.home .items-leading {
        flex-direction: column;
        flex: 1;
    }
}
body.home .blog.home .items-leading > [class^="leading-"] + [class^="leading-"] {
    margin-top: 0;
}
body.home .blog.home .items-leading > div {
    display: flex;
    width: 50%;
    min-height: 300px;
    padding: 40px;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    flex-direction: column;
    background-position: center center;
    background-size: cover;
    justify-content: center;
}
@media (max-width: 767px) {
    body.home .blog.home .items-leading > div {
        width: 100%;
        margin-bottom: 10px;
    }
}
body.home .blog.home .items-leading > div .page-header {
    padding: 0;
    margin: 0 0 15px;
    border: 0;
    flex: 0 0 auto;
}
body.home .blog.home .items-leading > div .page-header > h2 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 500;
}
body.home .blog.home .items-leading > div .page-header > h2:hover {
    text-decoration: underline;
}
body.home .blog.home .items-leading > div:nth-child(1) {
    background-image: url(../img/bunk-bed-internal.jpg);
}
body.home .blog.home .items-leading > div:nth-child(2) {
    background-image: url(../img/private-room-studio.jpg);
}
body.home .blog.home .items-leading > div:nth-child(3) {
    background-image: url(../img/shared-rooms.jpg);
}
body.home .blog.home .items-leading > div:nth-child(4) {
    background-image: url(../img/family-rooms.jpg);
}
body.home .postContent {
    background-color: #f8b003;
}
@media (max-width: 767px) {
    body:not(.home) > header .homeLink img {
        height: 55px;
        margin: 0;
    }
    body:not(.home) .bannerWrapper .swiper-container .swiper-slide img {
        height: 210px;
        background-size: cover;
    }
}
body.activities .items-row .item .page-subheader {
    height: 90px;
}
body.activities .items-row .item .page-subheader + p {
    height: 150px;
}
body.opis .item-page .thumbnail .pictures {
    margin-right: -2px;
    margin-left: -2px;
}
body.opis .item-page .thumbnail .pictures [class^="col-"] {
    padding-right: 2px;
    padding-left: 2px;
}
body.food-drink .componentWrapper {
    padding-bottom: 0;
}
body.food-drink .componentWrapper .page-header {
    padding-bottom: 0;
    margin-bottom: 0;
}
.rooms .room + .room {
    padding-top: 2em;
    margin-top: 2em;
}
.rooms .room .thumb {
    width: 100%;
    overflow: hidden;
}
.rooms .room .btn-primary {
    margin-top: 2em;
}
ul.amenities {
    display: flex;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 767px) {
    ul.amenities {
        max-width: none;
    }
}
ul.amenities > li {
    display: flex;
    width: 120px;
    margin: 10px;
    font-size: 12px;
    flex-direction: column;
}
@media (max-width: 767px) {
    ul.amenities > li {
        width: 95px;
        margin: 10px 5px;
    }
}
ul.amenities > li img {
    max-width: 100%;
    height: auto;
}
.opissss .bannerWrapper img {
    height: 440px !important;
}
.opissss #bookingBox {
    top: 200px;
    bottom: auto;
}
.opissss .contentWrapper {
    margin-top: -150px;
}
.opissss .contentWrapper .page-header {
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
    border: 0;
}
#mapCanvas {
    min-height: 350px;
}
.chronoforms6_credits {
    display: none;
}
.instagram-feed,
.sigFreeClassic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.instagram-feed > .sigFreeThumb,
.instagram-feed > .thumb,
.sigFreeClassic > .sigFreeThumb,
.sigFreeClassic > .thumb {
    display: flex;
    width: 33.3333% !important;
    margin: 0 !important;
    transition: all 0.15s ease-in-out;
    flex: 0 0 auto;
}
@media (min-width: 768px) {
    .instagram-feed > .sigFreeThumb,
    .instagram-feed > .thumb,
    .sigFreeClassic > .sigFreeThumb,
    .sigFreeClassic > .thumb {
        width: 25% !important;
    }
}
@media (min-width: 992px) {
    .instagram-feed > .sigFreeThumb,
    .instagram-feed > .thumb,
    .sigFreeClassic > .sigFreeThumb,
    .sigFreeClassic > .thumb {
        width: 20% !important;
    }
}
@media (min-width: 1200px) {
    .instagram-feed > .sigFreeThumb,
    .instagram-feed > .thumb,
    .sigFreeClassic > .sigFreeThumb,
    .sigFreeClassic > .thumb {
        width: 16.6666% !important;
    }
}
@media (min-width: 1600px) {
    .instagram-feed > .sigFreeThumb,
    .instagram-feed > .thumb,
    .sigFreeClassic > .sigFreeThumb,
    .sigFreeClassic > .thumb {
        width: 14.2857% !important;
    }
}
.instagram-feed > .sigFreeThumb a,
.instagram-feed > .thumb a,
.sigFreeClassic > .sigFreeThumb a,
.sigFreeClassic > .thumb a {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    padding: 2px !important;
    background-color: transparent;
    align-items: center;
}
.instagram-feed > .sigFreeThumb img,
.instagram-feed > .thumb img,
.sigFreeClassic > .sigFreeThumb img,
.sigFreeClassic > .thumb img {
    width: 100% !important;
    height: 100% !important;
    transition: all 0.15s ease-in-out;
}
.instagram-feed > .sigFreeThumb.tag,
.instagram-feed > .thumb.tag,
.sigFreeClassic > .sigFreeThumb.tag,
.sigFreeClassic > .thumb.tag {
    align-items: center;
}
.instagram-feed > .sigFreeThumb.tag h1,
.instagram-feed > .thumb.tag h1,
.sigFreeClassic > .sigFreeThumb.tag h1,
.sigFreeClassic > .thumb.tag h1 {
    width: 100%;
    text-align: center;
}
@media (max-width: 1599px) {
    .instagram-feed > .sigFreeThumb.tag h1,
    .instagram-feed > .thumb.tag h1,
    .sigFreeClassic > .sigFreeThumb.tag h1,
    .sigFreeClassic > .thumb.tag h1 {
        font-size: 2em;
    }
}
@media (max-width: 1199px) {
    .instagram-feed > .sigFreeThumb.tag h1,
    .instagram-feed > .thumb.tag h1,
    .sigFreeClassic > .sigFreeThumb.tag h1,
    .sigFreeClassic > .thumb.tag h1 {
        font-size: 1.7em;
    }
}
@media (max-width: 991px) {
    .instagram-feed > .sigFreeThumb.tag h1,
    .instagram-feed > .thumb.tag h1,
    .sigFreeClassic > .sigFreeThumb.tag h1,
    .sigFreeClassic > .thumb.tag h1 {
        font-size: 1.7em;
    }
}
@media (max-width: 767px) {
    .instagram-feed > .sigFreeThumb.tag h1,
    .instagram-feed > .thumb.tag h1,
    .sigFreeClassic > .sigFreeThumb.tag h1,
    .sigFreeClassic > .thumb.tag h1 {
        font-size: 0.9em;
    }
}
.instagram-feed > .sigFreeThumb:hover,
.instagram-feed > .thumb:hover,
.sigFreeClassic > .sigFreeThumb:hover,
.sigFreeClassic > .thumb:hover {
    background-color: #d13239;
}
.instagram-feed > .sigFreeThumb:hover h1,
.instagram-feed > .thumb:hover h1,
.sigFreeClassic > .sigFreeThumb:hover h1,
.sigFreeClassic > .thumb:hover h1 {
    color: #fff;
}
.instagram-feed > .sigFreeThumb:hover img,
.instagram-feed > .thumb:hover img,
.sigFreeClassic > .sigFreeThumb:hover img,
.sigFreeClassic > .thumb:hover img {
    border: 5px solid #fff;
    transition: all 0.15s ease-in-out;
    transform: scale(0.88);
}
ol.faq {
    margin-top: 1em;
}
ol.faq strong {
    font-weight: 1.2em;
}
ol.faq li + li {
    margin-top: 1em;
}
ol.faq + h3 {
    padding-top: 1.5em;
    margin-top: 1.5em;
}
@media (max-width: 767px) {
    .fancybox-container .fancybox-stage .fancybox-slide {
        padding: 44px 10px;
    }
}
.be-main .be-box .be-checkIn-checkOut .chkInOut input.checkInCheckOutGroup.fte-form-control {
    color: #333333;
}
header + .bannerWrapper {
    z-index: 2;
}
@media (max-width: 767px) {
    body > header {
        z-index: 3;
    }
    body > header > .container .homeLink {
        margin-right: 45px;
    }
    body > header > .container .homeLink img {
        height: 30px;
        margin: 6px 0;
    }
    a.book_now {
        position: absolute;
        right: 7px;
    }
 
}
a.book_now {
    background: #266093;
    color: #fff !important;
    padding: 10px 15px !important;
    white-space: nowrap;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
}
a.book_now:hover {
    color: #000 !important;
    background: #1b3c68 !important;
}

body.food-drink .res_form_box {
    position: relative !important;
}