#homePic {
    max-width: 100%;
    margin: 0 auto 10px;
}

.picRotateContainer {
    margin-block: 50px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    aspect-ratio: 2/1;
}

.picRotate {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    aspect-ratio: 2/1;
}

.picRotatePic {
    width: 100%;
    transition: all 0.3s ease;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.contentContainer {
    line-height: 1.5;
}

.footerOh {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #333;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    background: #fff;
}

.footerOh a {
    font-size: 12px;
}

.footerOh img {
    margin: 10px 0;
}

.packagesContainer {
    font-weight: bold;
    padding: 10px;
}

.packagesButton {
    width: 80px !important;
    height: 55px;
    padding: 7px;
    margin: 0 5px 0 20px !important;
    float: right;
}

#currency_convert {
    font-size: 16px;
    width: 300px;
}

#sort {
    font-size: 16px;
    margin: 10px 0 0;
}

#resultsInfo {
    margin: 10px;
}

.roomDates {
    font-size: 16px;
    font-weight: bold !important;
    margin: 5px 15px 15px 15px;
}

#book_btn {
    display: block;
    min-height: 50px;
}

.roomTitle {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #38c;
    padding: 5px 10px;
    margin: 0;
}

.ui-content {
    margin: 0;
    padding: 9px;
}

.ui-footer {
    z-index: 9999;
}

.container {
    padding: 0 10px;
}

.testiPage {
    font-weight: normal !important;
    font-size: 16px;
    vertical-align: top !important;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.testiPage LI {
    vertical-align: top;
    line-height: 22px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}

.testiBy {
    font-weight: bold;
    text-align: right;
    color: #666;
    margin-top: 20px;
}

.testiBy span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.testiCount {
    width: 34px;
    height: 34px;
    border-radius: 55px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 32px;
}

.slick-prev::before, .slick-next::before {
    font-family: FontAwesome !important;
    z-index: 1045 !important;
    font-size: 32px !important;
}

.slick-prev::before {
    /* fa-arrow-circle-left */
    content: "\f0a8" !important;
}

.slick-next::before {
    /* fa-arrow-circle-right */
    content: "\f0a9" !important;
}

.slick-prev {
    position: absolute;
    left: 10px !important;
    z-index: 945 !important;
    font-size: 32px !important;
    height: 36px !important;
    width: 36px !important;

}

.slick-next {
    position: absolute;
    right: 0 !important;
    font-size: 32px !important;
    height: 36px !important;
    width: 36px !important;
}

.slick-dots li button:before {
    font-family: FontAwesome !important;
    content: "\f111" !important;
    font-size: 10px !important;
}

/*Strip the ul of padding and list styling*/
.mobileMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Create a horizontal list with spacing*/
.mobileMenu li {
    display: inline-block;
    float: left;
}

/*Style for menu links*/
.mobileMenu li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: rgba(29, 74, 134, 1);
    text-decoration: none;
}

/*Hover state for top level links*/
.mobileMenu li:hover a {
    transition: all 0.3s ease;
    background: #286FC8;
    color: #fff;
    text-decoration: none;
}

/*Style for dropdown links*/
.mobileMenu li:hover ul a {
    background: #000;
    height: 50px;
    line-height: 50px;
}

/*Hover state for dropdown links*/
.mobileMenu li:hover ul a:hover {
    color: #fff;
    background: #286FC8;
}

/*Hide dropdown links until they are needed*/
.mobileMenu li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Make dropdown links vertical*/
.mobileMenu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.mobileMenu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
.mobileMenu li a:hover + .hidden, .hidden:hover {
    display: block;
    z-index: 9999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: rgb(29, 74, 134);
    text-align: center;
    padding: 15px 0 0 9px;
    display: none;
    border: 1px solid rgb(29, 74, 134);
    border-radius: 5px;
    width: 40px;
    height: 35px;
    line-height: 25px;
    box-sizing: border-box;
    float: right;
    margin: 7px 10px 0 0;
}

/*Hide checkbox*/
.header input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.header input[type=checkbox]:checked ~ #menu {
    display: block;
}

.show-menu span {
    background: rgb(29, 74, 134);
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 20px;
}

.show-menu span:before,
.show-menu span:after {
    background: rgb(29, 74, 134);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.show-menu span:before {
    top: 5px;
}

.show-menu span:after {
    top: -5px;
}

.header input[type=checkbox]:checked ~ .show-menu span {
    background: transparent;
}

.header input[type=checkbox]:checked ~ .show-menu span:before {
    transform: rotate(-45deg);
    top: 0;
}

.header input[type=checkbox]:checked ~ .show-menu span:after {
    transform: rotate(45deg);
    top: 0;
}

.logo {
    height: 35px;
}

.header {
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.footer {
    max-width: 1004px;
    margin: 0 auto;
    background: rgb(29, 74, 134)
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    border-bottom: 1px solid #ccc;
}

.linkWhite {
    color: #fff;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.linkWhite:hover {
    color: #ccc;
    background: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.maxLeft {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 10px 0;
}

.mainContainer {
    background: #F8F5F0F0;
    max-width: 1004px;
    margin: 70px auto 0;
    padding: 0 5px 5px;
    line-height: 1.5;
    box-shadow: 0 0 37px 5px rgba(0, 0, 0, 0.6);
}

.title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 10px 0;
    margin: 10px 5px;
    font-family: 'Open Sans', sans-serif;
}

.titleSmall {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 0 0 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.resBoxContainer {
    padding: 15px 5px 10px;
}

.resBoxHeader {
    padding: 0;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.resBoxSelect {
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 10px;
    height: 30px !important;
    overflow: hidden;
    border-radius: 3px;
    font-size: 16px !important;
}

.resBoxHorzCal {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 0;
}

.buttonSection {
    width: 100%;
}

.bookingBoxSection {
    position: relative;
}

.resBoxes {
    position: absolute;
    top: 22px;
    left: 35px;
    display: block;
    z-index: 2;
}

#bookingBoxButton {
    margin: 32px 0 0;
}

.roomLink {
    display: block;
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.roomLink:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

.roomName {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    min-height: 35px;
    margin: 0 0 10px;
    line-height: 22px;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-shadow: none;
}

.roomNameLeft {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 10px 5px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.roomNameLeft:hover {
    transition: all 0.3s ease;
    text-decoration: none;
}

.roomSubTitle {
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
}

.roomContainer {
    border-radius: 7px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.modernContainer {
    border-radius: 7px;
    margin-bottom: 15px;
    position: relative;
}

.roomInnerContainer {
    padding: 0 10px 10px 0;
}

.picRotate:after, .packagesButton:after, .modernContainer:after, .roomInfo:after, .roomInfoLeft:after {
    content: "";
    display: table;
    clear: both;
}

.roomInfo {
    padding: 10px;
}

.roomInfoLeft {
    position: relative;
    margin: 0 0 0 10px;
}

.roomInfo span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}

.roomPicture {
    display: inline-block;
    margin: 0 auto 0 auto;
    height: 250px;
    position: relative;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.single-item {
    z-index: 1041;
    width: 300px;
    margin: 10px auto 40px auto !important;
}

.roomButton {
    text-shadow: none;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 7px;
    box-sizing: border-box;
    margin: 20px 0 10px 0;
    font-size: 14px;
    width: 100%;
    height: 30px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
    display: block;
}

.buttonLeft {
    width: calc(100% - 20px);
}

.roomButton:hover {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.roomButton:active {
    padding: 0;
}

.roomAmenities {
    margin: 10px 20px 5px 10px;
    font-size: 12px;
}

.guestbookContainer {
    display: none;
}

.newsletterContainer {
    display: none;
}

@media only screen and (max-width: 320px) {
    #picFix {
        width: 300px;
        margin-left: -6px;
    }
}

@media only screen and (max-width: 600px) {
    #gridResponsive > section {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 960px) {
    /*Make dropdown links appear inline*/
    .mobileMenu {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        display: none;
        z-index: 9999;
    }

    /*Create vertical spacing*/
    .mobileMenu li {
        border-bottom: 1px solid #286FC8;
    }

    /*Make all menu links full width*/
    .mobileMenu li {
        width: 100%;

    }

    /*Display 'show menu' link*/
    .show-menu {
        display: block;

    }
}

@media only screen and (min-width: 640px) {
    .picRotateContainer {
        transition: all 0.3s ease;
    }

    .picRotate {
        transition: all 0.3s ease;
    }

    #homePic {
        width: 200px;
        float: right;
        margin: 0 0 20px 30px;
    }

    .header {
        margin: 0 auto 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .footer {
        border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;
        padding: 7px;
        box-sizing: border-box;
    }

    .footerOh {
        margin: 30px;
    }

    .mainContainer {
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    #sort {
        margin: 0;
    }

    .resBoxContainer {
        padding: 15px 10px 0 10px;
        height: 140px;
    }

    .roomPicture {
        margin: 10px 10px 0 10px;
        float: right;
    }

    .single-item {
        float: right;
        margin: 10px 10px 30px 10px;
    }

    #roomAmenities { font-size: 14px;}

    .bookingBoxSection {
        width: 170px;
        display: inline-block;
        position: relative;
    }

    .resBoxes {
        position: absolute;
        top: 32px;
        left: 35px;
        display: block;
        z-index: 2;
    }

    #resPeople {
        top: -62px;
        position: absolute;
    }

    .buttonSection { width: 50px !important;}

    #resBoxButton { position: absolute; top: 210px; left: 363px; width: 260px;}

    .resBoxButton { position: absolute; top: 210px; left: 363px; width: 260px;}
}

@media only screen and (min-width: 900px) {
    .picRotateContainer {
        transition: all 0.3s ease;
    }

    .picRotate {
        transition: all 0.3s ease;
    }

    #book_btn {
        margin-right: 0 !important;
    }

    #sortContainer {
        float: right;
    }

    #currencyContainer {
        float: left;
    }

    .packagesButton {
        width: 120px;
        margin: 0 0 0 15px !important;
        height: 45px;
    }

    #maxPackages {
        float: right;
        margin: 4px 15px 0 0;
    }

    #picFix {
        margin: 0 20px 0 -15px !important;
    }

    .packagesContainer {
        padding: 10px;
    }

    #resultsInfo {
        margin: 10px 10px 30px 0;
    }

    #book_btn {
        min-height: 30px;
    }

    #book_btn:active {
        padding: 7px;
    }

    .roomDates {
        margin: 10px 0 20px 15px;
    }

    #resBoxButton { position: absolute; top: 210px; left: 15px; width: 270px;}

    .resBoxButton { position: absolute; top: 210px; left: 15px; width: 270px;}

    #resPeople {
        top: -61px;
        position: absolute;
    }

    .mfp-arrow-right {
        position: absolute;
        top: 0;
        left: 160px;
        right: 0;
        margin: 0 auto}

    .mfp-arrow-right:active {
        position: absolute;
        top: 0;
        left: 160px;
        right: 0;
        margin: 0 auto
    }

    .mfp-arrow-left {
        position: absolute;
        top: 0;
        left: 0;
        right: 160px;
        margin: 0 auto
    }

    .mfp-arrow-left:active {
        position: absolute;
        top: 0;
        left: 0;
        right: 160px;
        margin: 0 auto
    }

    .contentContainer {
        min-height: 960px;
    }

    .footer ul li {
        display: inline-block;
        border: none;
    }

    .bookingBoxSection {
        position: relative;
        width: 282px !important;
    }

    .guestbookContainer {
        margin: 0 20px 20px 0;
        display: block;
        padding: 20px 0;
        box-sizing: border-box;
    }

    #picLeft {
        float: left;
        width: 300px;
    }

    .single-item {
        margin: 0 20px 30px 15px !important;
    }

    .roomInnerContainer {
        padding: 0 10px 10px 0;
        height: 95px;
        overflow: auto;
        margin: 0 10px 10px 0 !important;
    }

    .roomInfo {
        padding: 0 10px 10px 10px;
    }

    .roomInfoLeft {
        padding: 0;
        margin: 0;
    }

    .roomContainer {
        padding: 0;
        min-height: 264px;
    }

    .roomNameLeft {
        margin: 0 10px 5px 0;
    }

    .roomAmenities {margin: 10px 20px 5px 0;}

    .newsletterContainer {
        padding: 0;
        margin: 0 20px 30px 0;
        display: block;
    }

    .mobileMenu {
        float: right;
    }

    .mobileMenu li a {
        padding: 0 20px;
        font-size: 16px;
    }

    .mobileMenu li a:hover + .hidden, .hidden:hover {
        position: absolute;
    }

    .buttonLeft {float: right; width: 300px; margin: auto; position: absolute; bottom: 10px; right: 10px; }
}

@media only screen and (min-width: 1004px) {
    #resBoxButton { position: absolute; top: 280px; left: 0;}

    #resPeople {
        top: -10px;
        position: absolute;
    }

    #resBoxVerticalContainer {
        padding: 20px;
        height: 300px;
        width: 270px;
    }

    .mainContainer {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .responsiveCol {
        margin: 0;
        box-sizing: border-box;
        vertical-align: top;
        width: 290px;
        display: inline-block;
        position: relative;}

    .contentContainer {
        padding: 0 0 0 20px;
        box-sizing: border-box;
        width: 670px;
        display: inline-block;}
}

@media only screen and (min-width: 1204px) {
    .picRotateContainer {
        transition: all 0.3s ease;
    }

    .picRotate {
        transition: all 0.3s ease;
    }
}

@media only screen and (max-width: 800px) {
    #homeSections section {
        padding: 10px 10px 10px 20px !important;
        width: 100% !important;
        border-top: 1px solid #ccc;
    }
}