/*------------------------------------*\
    Box Sizing
\*------------------------------------*/

* {
    box-sizing: border-box;
}

/*------------------------------------*\
    Wrappers
\*------------------------------------*/

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    max-width: 1150px;
    width: 100%;
}

/*------------------------------------*\
    Bootstrap
\*------------------------------------*/

.row {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

[class*="col-xxs-"] {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    [class*="col-lg-"] {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/*------------------------------------*\
    Clearfix - Apply clearing without adding additional markup
\*------------------------------------*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

/*------------------------------------*\
    Slick
\*------------------------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    right: 0px;
    bottom: -43px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.js-homeslider .slick-dots {
    left: -1134px;
    margin-bottom: 27px;
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cacaca;
    border: 1px #cacaca solid;
    background-color: #cacaca;
    border-radius: 50%;
    /*transform:rotate(45deg);*/
    cursor: pointer;
}

.slick-dots li:not(:last-child) {
    margin-right: 15px;
}

.slick-dots .slick-active {
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
}

.slick-dots li button {
    display: none;
}


/*------------------------------------*\
    Trumps
\*------------------------------------*/

@-ms-viewport {
    width: device-width;
}

/*------------------------------------*\
    Images
\*------------------------------------*/

.img-responsive {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    margin-bottom: -6px;
}

/*------------------------------------*\
    Hiding
\*------------------------------------*/

.hide,
.hidden-xxs-up {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }

    .menu-section ol li {
        line-height: 20px;
        font-size: 15px;
        padding-left: 90px;
    }

    .menu-section p {
        margin-top: 0;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*------------------------------------*\
    Text alignment
\*------------------------------------*/

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

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

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

/*------------------------------------*\
    Positioning
\*------------------------------------*/

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*--------------------------------*\
	Where To Use
\*--------------------------------*/

.wtu-section-body {
	float:left; 
	width: 100%; 
	padding-bottom:50px;
}

.grid-container {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 10px;
    font-family: 'montserrat';
    padding-bottom: 25px;
}

.grid-item {
    border: 2px solid black;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    font-family: 'montserrat-bold';
    font-size: 12px;
	padding: 10px;
}

.grid-item img {
    width: 15px;
}

.grid-item.active,
.grid-item:hover {
    color: #c99e62 !important;
    border: 2px solid #c99e62;

}

.grid-item.active img:nth-child(2),
.grid-item:hover img:nth-child(2) {
    opacity: 0;
}

.grid-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item-content,
.grid-item img,
.grid-item span {
    transition: transform 0.3s;
}

.wtu-btn {
	cursor: pointer;
}

.wtu-btn {
    position: relative;
    z-index: 0;
}

.wtu-btn img {
    position: absolute;
    left: 10px;
    z-index: 3;
    opacity: 1;
}

.pdlft {
	margin-left: 20px !important;
}

.pdlft-restaurant {
	margin-left: 25px !important;
}

.pdlft-big {
	margin-left: 30px !important;
}

.pdlft-small {
	margin-left: 15px !important;
}

.wtu-slider .slick-slide img {
    width: 100%;
	height: auto;
}

@media(min-width: 600px) {
    .grid-container {
        grid-template-columns: 32% 32% 32%;
	}
    .grid-item img {
        width: 20px;
        margin-right: 5px;
        padding-top: 1px
    }
}

@media(min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
	}

    .wtu-slider .slick-slide img {
        width: 588px !important;
    }
}

.wtu-slider-prev {
    width: 24px !important;
    height: auto !important;
    cursor: pointer;
    margin: 0 !important;
    top: calc(50% - 12px) !important;
    left: -28px !important;
    line-height: auto !important;
    border-left: 0;
    position: absolute;
}

.wtu-slider-next {
    width: 24px !important;
    height: auto !important;
    cursor: pointer;
    margin: 0 !important;
    top: calc(50% - 12px) !important;
    right: -28px !important;
    line-height: auto !important;
    border-left: 0;
    position: absolute;
}

.slider-container {
    position: relative !important;
}

.bordered-box {
    border-radius: 10px;
    box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.50);
    padding: 20px;
    margin-top: 10px;
}

.fadeleft {
    margin-left: 0;
    opacity: 0;
    transition: all 1000ms ease-in-out;

}

.wtu-slider .slick-dots li {
    width: 15px !important;
    height: 15px !important;
}

.page-id-20 a {
    color: #000000;
}

.spacer {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/*------------------------------------*\
                END
\*------------------------------------*/

@media (min-width: 1025px) {
    .page-id-134 .nav-primary ul.main-menu>li:nth-child(2)>a {
        color: #c99e62;
    }

    .page-id-24 .nav-primary ul.main-menu>li:nth-child(3)>a {
        color: #c99e62;
    }

    .page-id-26 .nav-primary ul.main-menu>li:nth-child(4)>a {
        color: #c99e62;
    }

    .page-id-28 .nav-primary ul.main-menu>li:nth-child(6)>a {
        color: #c99e62;
    }

    .page-id-32 .nav-primary ul.main-menu>li:nth-child(7)>a {
        color: #c99e62;
    }


    .page-id-16 .nav-primary .main-menu .desktop-hover.mvhighlight span.hasachild {
        color: #c99e62;
    }

    .page-id-16 .nav-primary ul.separator>li:nth-child(1)>a {
        color: #fff;
        background-color: #c99e62;
    }

    .page-id-18 .nav-primary .main-menu .desktop-hover.mvhighlight span.hasachild {
        color: #c99e62;
    }

    .page-id-18 .nav-primary ul.separator>li:nth-child(2)>a {
        color: #fff;
        background-color: #c99e62;
    }

    .page-id-20 .nav-primary .main-menu .desktop-hover.mvhighlight span.hasachild {
        color: #c99e62;
    }

    .page-id-20 .nav-primary ul.separator>li:nth-child(3)>a {
        color: #fff;
        background-color: #c99e62;
    }

    .page-id-22 .nav-primary .main-menu .desktop-hover.mvhighlight span.hasachild {
        color: #c99e62;
    }

    .page-id-22 .nav-primary ul.separator>li:nth-child(4)>a {
        color: #fff;
        background-color: #c99e62;
    }
}

/*frames page*/
.page-id-26 .global-section {
    margin-top: 50px;
}

.framepage-slider {
    margin-top: 30px;
}

.framepage-slider-img {
    height: auto !important;
    width: 100% !important;
    float: left;
    object-fit: cover;
    object-position: center;
}

.frames-category {
    text-align: center;
    width: 100%;
}

.frames-h1 {
    text-align:center;
}

.category-btn {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c99e62;
    width: calc(23% - 8px);
    margin: 8px;
    padding: 8px 12px;
    text-align: center;
    color: black;
    cursor: pointer;
    transition: color 0.3s, border-color 0.3s;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
}

.category-btn:nth-child(9),
.category-btn:nth-child(10),
.category-btn:nth-child(11) {
    width: calc(23% - 8px);
    border-width: 1px;
}

.category-btn:hover {
    background-color: #c99e62;
    border-color: #c99e62;
    color: #fff;
}

.category-btn.active {
    background-color: #c99e62;
    border-color: #c99e62;
    color: #fff;

}

.pdf-viewer {
    text-align: center;
    margin-top: 20px;
    /* Adjust the margin as needed */
}

.pdf-viewer iframe {
    border: none;
    /* Remove iframe border */
    max-width: 100%;
    height: 500px;
    /* Set the initial height */
}

.frames-img {
    grid-template-columns: 25% 25% 25% 25%;
    display: grid;

}

.frames-img li {
    padding: 20px;
}

.frames-img li video {
    margin-bottom: 14px;
}

@media screen and (max-width: 868px) {
    .frames-img {
        grid-template-columns: repeat(2, 1fr);
    }

    .frames-img li {
        padding: 10px;
    }

    .category-btn {
        width: 60%;
    }

    .category-btn:nth-child(9),
    .category-btn:nth-child(10),
    .category-btn:nth-child(11) {
        width: 60%;
    }
}

@media (min-width: 1025px) {
    .frames-img li>div {
        width: 255px;
    }

    .frames-img img.img-responsive {
        height: 100%;
        width: auto;
    }
}

/*end*/

/*------------------------------------*\
   Hospitality
\*------------------------------------*/

.banner-thumb img {
    max-width: 100%;
}
.img-height{
	height: auto;
	width: 1110px;
}
.img-question{
	height: auto;
	width: 730px;
}

.img-margin {
    padding: 50px 0px;
    text-align: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.hospitality-section h3 {
    font-size: 30px;
    line-height: 2.75rem;
    margin: 0 0 30px !important;
}

.hospitality-section p {
    margin: 0 0 28px 0 !important;
}

.display-cont {
    justify-content: center;
    align-items: center;
}

.display-cont img {
    width: 100%
}

.hosp-padding {
    padding-bottom: 30px;
}

a.host-mail {
    color: #333;
    font-weight: 600;
}

.multiple-box-shadow img.oled-logo {
    width: 280px !important;
}

.hospitality-section .p-mb-none p {
    margin-bottom: 0 !important;
}

.more-question img {
    box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.50);
}

@media(max-width: 1024px) {
    .hospitality-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1025px) {
    .banner-content {
        position: absolute;
        color: #f4f4f4;
        top: calc(42vw - 313px);
        margin-right: auto;
        left: calc(30vw - 308px);
    }

    .banner-thumb img {
        text-align: center;
    }

    a.host-mail {
        color: #333;
        font-weight: 600;
    }

    .hosp-img {
        padding-top: 20px;
    }

    .hospitality-section h3 {
        font-size: 35px;
        line-height: 2.75rem;
        margin: 30px 0 5px;
    }

    .multiple-box-shadow img.oled-logo {
        float: left !important;
        width: auto !important;
        height: 100%;
    }

    .overlap-img {
        position: absolute;
        color: #f4f4f4;
        margin-left: 50%;
        bottom: calc(25vw - 255px);
        padding-right: 20px;
    }
    .display-cont {
        display: flex;
    }
}

.page-id-26 p {
    margin-top: 0;
    text-align: left !important;
}

.page-id-26 .frames-img .img-responsive {
    margin-bottom: 7px;
}

.page-id-26 ul.frames-img li span {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .page-id-26 p {
        font-size: 13px;
    }
}


/*------------------------------------*\
    Footer - Cookie Consent
\*------------------------------------*/

.cky-consent-bar { padding: 20px !important; }
.cky-title { display: none !important; }
.cky-notice-des,
.cky-notice-btn-wrapper { padding: 0 !important; }
.cky-notice-des p {
	text-align: center !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: 'montserrat-regular' !important;
}
.cky-notice-des p a {
	color: #e1aa57 !important;
    font-family: 'montserrat-medium' !important;
	font-size: 14px !important;
}
.cky-notice-btn-wrapper button {
	font-family: 'montserrat-regular' !important;
	font-size: 13px !important;
	border-radius: 0 !important;
	margin-top: 10px !important;
}

@media(min-width: 769px) {
	.cky-notice-btn-wrapper button { margin-top: 0 !important; }
	.cky-notice-des p { text-align: left !important; }
}

.cookie-consent-container {
    position: fixed;
    width: 100vw;
    z-index: 4;
    bottom: 0;
    left: 0;
    background-color: rgb(10, 10, 10);
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    padding: 20px;
}

.cookie-consent-content p {
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-family: 'montserrat-regular';
    font-size: 14px;
    line-height: 18px;
}

.cookie-consent-content p a {
    color: #c99e62;
    font-family: 'montserrat-bold';
}

.cookie-consent-btn {
    text-align: center;
}

.cookie-consent-btn span {
    cursor: pointer;
    font-family: 'montserrat-regular';
    font-size: 13px;
    color: #000;
    background-color: rgb(223, 169, 93);
    padding: 9px 12px;
    display: block;
    margin-top: 15px;
}

@media(min-width: 400px) {
    .cookie-consent-btn span {
        display: inline-block;
    }

    .cookie-consent-btn span:first-child {
        margin-right: 5px;
    }
}

@media(min-width: 1025px) {
    .cookie-consent-container {
        display: grid;
        grid-template-columns: 70% 30%;
    }

    .cookie-consent-btn span {
        margin-top: 0;
    }

    .cookie-consent-btn {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .cookie-consent-btn>div {
        margin: 0 auto;
    }
}

/*------------------------------------*\
    Footer - WhatsApp
\*------------------------------------*/

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-color: #fff;
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 11px 0 0 13px;
}

.whatsapp-icon img {
    max-width: 35px !important;
    width: 100% !important;
    height: auto !important;
}
