   
        
    @font-face {
        font-family: 'BebasNeue';
        src: url('/fonts/BebasNeue-Regular.ttf')  format('truetype');
        font-weight: 400;
        font-style: normal;
    }
    .pic{cursor: pointer;}
	.main-viz.home {
        max-height: 100%;
        overflow:hidden;
        /* cursor: pointer; */
    }
    .main-viz.home img.home-hero {
        max-width: 100%;
        /* display: none; */
        opacity: 0;
        transition: opacity 1s linear, transform 10s linear;
        flex: 0 0 100%;
        transform: scale(1);
    }
    .main-viz.home img.home-hero.active {
        display: flex;
        opacity: 1;
        z-index:-1;
        width: 100%;
        height: auto;
        /* transition: transform 10s;
        transform: scale(1.1); */
    }
    .main-viz.home img.home-hero.zoomed {
        /* transition: opacity 1s linear, transform 10s linear; */
        /* transform: scale(1.15); */
        animation:move 10s infinite linear;
    }

    .galleryImg{
        animation:move 3s infinite ease-in-out;
    }

@keyframes  move{
    0%{
        t   ransform: scale(1);
        }
        100%{
            transform: scale(1.15);

        }
    }

    .main-viz.home .home-hero-overlay {
        display: flex;
        align-items: center;
        max-height: 80vh;
    }

    /* @media (min-width: 1024px) {
        .main-viz.home .home-hero-overlay {
            max-height: 80vh;
            height: 80vh;
            min-height: 600px;
        }

        .main-viz.home {
            max-height: 80vh;
            height: 80vh;
            min-height: 600px;
        }
    } */
/*
    @media (min-width: 1600px) {
        .main-viz.home .home-hero-overlay {
            max-height: 80vh;
            height: 80vh;
            min-height: 750px;
        }

        .main-viz.home {
            max-height: 80vh;
            height: 80vh;
            min-height: 750px;
        }
    } */

    @media (max-width: 767px) {
        /* .main-viz.home img.home-hero {
            height: 100%;
            width: auto !important;
        }
        .main-viz.home img.home-hero.active {
            height: 100%;
            width: auto !important;
        } */
        /* .not-full-screen .header-spacer { height: 00px !important; } */
    }

    /* @media( max-width: 767px ) {
        .main-viz.home .home-hero-overlay {
            min-height: 230px;
        }
    } */

    .main-viz.home img.home-hero.absolute {
        position: absolute;
        top: 0;
        bottom:auto;
        width: 100%;
        height: auto;
    }

    .location-wrapper {
        margin-top: 35px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .location-wrapper .location {
        color: #f4f4f5;
    }

    .text-carousel .item, .location-wrapper .location {
        transition: all 1s linear;
    }
    .text-carousel .item:not(.active), .location-wrapper .location:not(.active) {
        opacity: 0;
    }

    .text-carousel .item.active, .location-wrapper .location.active {
        opacity: 1;
    }

    .home-hero-overlay .overlay-container {
        content: '';
        background:rgba(0,0,0,.2);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        top: 0;
    }
    .bottom-arrow {
        z-index: 6;
    }

    .location-wrapper {
        position: absolute;
        bottom: 15px;
        z-index: 6;
    }

    .location-wrapper .h1 {
        font-size: 2rem;
        color: #f4f4f5;
        text-shadow: 2px 2px 2px #000;
        text-transform: uppercase;
        font-weight: 300;
    }

    .location-wrapper span {
        font-size: 1.45rem;
    }

    .home-hero {
        cursor: pointer;
    }

    .title-back.set-abs, .title-front.set-abs, .scroll-btn.set-abs {
        z-index: 10;
    }
    .nye-slider {
        background-size: contain !important; 
        background: url('/img/nye/ACC_NYE_2023_PANEL-min.jpeg');
        display: flex;
        flex-direction: row;
        jusify-content: center;
        align-items: center;
        flex-flow: wrap;
        min-height: 375px;
        cursor: pointer;
        background-position: center bottom;
        background-color: black;
    }
    .carousel-inner .item > section > div { min-height: 375px; }
    .nye-slider .col-md-4 { max-width: 33%; width: 33%;}
    .nye-slider img { max-height: 200px; }
    .nye-slider .h2 { font-size: 5rem; margin-bottom: 0px; line-height: 5rem; letter-spacing: 2px; }
    .nye-slider .h3 { font-size: 3.5rem; margin-bottom: 5px; letter-spacing: 2px; }
    .nye-slider .h3 sup { font-size: 2rem; margin-bottom: 5px; }
    .nye-slider .btn-primary { width: 250px; }
    .nye-slider .gold-text {
        background: -webkit-linear-gradient(#E3CE7B, #F9F2CF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nye-slider .gold-text p {
        font-family: 'BebasNeue';
    }
    .nye-slider .gold-text sup {
        -webkit-text-fill-color: white;
    }
    .nye-slider .btn-primary.white:before { border-color: #FCF8D0 }
    .nye-slider .btn-primary.white { color: #E4CF7A !important }
    .nye-slider .btn-primary.white:hover { color: black !important; border-color: black; }
    .nye-slider .btn-primary.white:hover:before { 
        border-color: black !important;
        background: #E4CF7A !important;
        box-shadow: inset 0 0 0 10px #E4CF7A;
     }
    @media ( max-width: 1200px ) {
        .nye-slider { padding-top: 0px; }
        .nye-slider img { max-height: 150px;}
        .nye-slider .h2 { font-size: 3.5rem !important; line-height: 3.5rem; }
        .nye-slider .h3 { font-size: 20px; }
        .nye-slider .h3 sup { font-size: 1.2rem; }
        .nye-slider .btn-primary { margin-top: -10px; }
        .nye-slider .col-md-12 { width: 100%; }
    }
    @media ( max-width: 991px ) {
        .nye-slider img { max-height: 130px;}
    }
    @media ( min-width: 1800px ) {
        /* .nye-slider { background-size: cover !important; } */
    }

    @media ( min-width: 767px) and ( max-width: 1600px ) {
        /* .nye-slider { background-size: contain !important; } */
    }

    @media ( min-width: 767px ) {
        .main-viz .title-front {
            /* padding-top: 150px; */
        }
        /* .nye-slider img { display: none; } */
    }
    @media (min-width: 767px) and (max-width: 1025px) {
        /* .main-viz.home .home-hero-overlay, .main-viz.home {
            max-height: 50vh;
            min-height: 500px;
        } */
        .main-viz .scroll-btn { bottom: 10% !important; }

        .not-full-screen .main-viz .bottom-arrow {}

        .location-wrapper .h1 {
            font-size: 1.5rem;
        }

        .location-wrapper span {
            font-size: 1rem;
        }

        .main-viz .bottom-arrow {
            bottom: -2px !important;
            height: 25px !important;
        }

        .main-viz.video .title-front {
            padding-top: 75px !important;
        }
    }

	@media  only screen and (min-width: 768px) {
.hide-on-desktop {
    display: none !important;
}
}


    @media ( max-width: 767px) {
	.hide-on-mobile{display:none !important;}
        .nye-slider { justify-content:  start !important; background-position: bottom !important; }
        .nye-slider img { max-height: 125px; margin-top: 25px; margin-bottom: 15px; }
        .nye-slider { 
            background-size: contain !important; 
            background: url('/img/nye/ACC_NYE_2023_PANEL_MOBILE-min.jpeg'); 
            background-position: center top !important;
            background-color: black;
            justify-content: center !important;
        }
        .nye-slider { flex-direction: column; }
        .nye-slider .h2 { font-size: 5.5vw !important; letter-spacing: .25vw; line-height: 8.5vw; }
        .nye-slider .h3, .nye-carousel .nye-slider .h3.mt-2 { font-size: 3vw; letter-spacing: .25vw; line-height: 3vw; }
        .nye-slider .h3 sup { font-size: 1.7vw; letter-spacing: .25vw; }
        .nye-slider .h2 br,.nye-slider .h3 br { display: none; }
        .nye-slider .col-md-4 { width: 90%; max-width: 90%;}
        .n-sm-order-1 { order: 1; padding-top: 0%; }
        .n-sm-order-2 { order: 2; margin-bottom: 40px;}
        .n-sm-order-3 { order: 3; }
        .n-sm-order-1:after { content: ''; bottom: 2vw; width: 40%; left: 30%; height: 1px; position: absolute; background: linear-gradient(#E3CE7B, #F9F2CF); }
        .nye-slider .col-md-12.n-sm-order-2 { margin-top: 35%; margin-bottom: 25px; }
        .nye-slider .btn-primary { max-width: 60%; }
        #myCarousel_new.nye-carousel .carousel-inner .item div:not(.col-md-4):not(.col-md-12)  {
            height: 400px !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #myCarousel_new.nye-carousel .carousel-control .arrow {
            top: 200px !important;
        }
        .main-viz.video .title-front {
            padding-top: 0px !important;
        }

        .main-viz.video.home {
            height: auto !important;
            margin-top: 50px !important;
        }

        .location-wrapper {
            margin-top: 0px;
        }

        .location-wrapper {
            /* width: 100%; */
            /* text-align: center; */
            left: 15px;
            bottom: 0px;
        }

        .location-wrapper .h1 {
            font-size: .9rem;
            color: white;
        }

        .location-wrapper span {
            font-size: .65rem;
            color: white;
        }
    }
    @media ( max-width: 767px ) and ( min-width: 500px ) {
        #myCarousel_new.nye-carousel .carousel-inner .item div:not(.col-md-4):not(.col-md-12) {
            height: 800px !important;
        }
        .nye-slider .col-md-12.n-sm-order-2 { margin-top: 35%; }
    }
    @media ( min-width: 675px) and ( max-width: 767px ) {
        #myCarousel_new.nye-carousel .carousel-inner .item div:not(.col-md-4):not(.col-md-12)  {
            height: 755px !important;
        }
        .nye-slider .col-md-12.n-sm-order-2 { margin-top: 25%; }
    }
    @media ( max-width: 600px ) and ( min-width: 500px ) {
        .nye-slider .col-md-12.n-sm-order-2 { margin-top: 50%; }

    }

    @media (max-width: 767px) {
        .main-viz.set-rel.home {
            margin-top: 0px !important;
        }
        .nye-carousel .h3.mt-2 {
            font-size: 1.5rem;
        }
        .nye-carousel .h2 {
            font-size: 2.25rem;
        }
    }
    @media (min-width: 1025px) and ( max-width: 1199px ) {
        .main-viz .title-front h1 {
            font-size: 4.25rem !important;
        }
        .main-viz .scroll-btn a span {
            font-size: 1.8rem !important;
        }
    }
    @media (min-width: 769px) and ( max-width: 1024px ) {
        .main-viz .title-front h1 {
            font-size: 3.5rem !important;
        }
        .main-viz .scroll-btn a span {
            font-size: 1.5rem !important;
        }
        .nye-slider { background-size: 125% !important; }
    }
    @media ( max-width: 500px ) {
        .nye-slider {  
            justify-content: end !important;
        }
        .n-sm-order-3 { margin-bottom: 15%; }
    }
    @media ( min-width: 768px ) {
        .main-viz .scroll-btn {
            width: 100% !important;
            margin-left: -50% !important;
        }
    }

    
        @media  screen and (max-width: 900px) {
    #video-popup-carousel .item a {
        width:100% !important;
        margin-top:2% !important;
    }
    #video-popup-carousel .item img {
        float:left !important;
        width:50% !important;
    }
    #video-popup-carousel .item span {
        padding:0 !important;
        float:right !important;
        width:50% !important;
        padding-left:10px !important;
        font-size:1.5vh !important;
    }
}
@media  only screen and (min-width: 1200px) {
    #openVideoBox {
    margin: 0 15px;
    color: #c39254;
    background: url(../img/video-icon.png) no-repeat;
    width: 40px;
    height: 47px;
    background-size: cover;
}

.testimonials .item .title {
    min-height:100px;
}
}
   @media  only screen and (max-width: 600px) {

        header.fixed .menu-bar {
            height:100%;
        }
}
#newsletter-form {
    margin: auto !important;
}

/*.pswp {display: none}*/
#myCarousel_new > div > div:nth-child(3) > section > div > div > div.col-md-5.col-md-offset-1 > div > div > img {
    width:100% !important; 
    margin-left:0% !important;
    margin-top:0% !important;
}

@media  only screen and (max-width: 900px) {
    footer .foot-bottom .f-container {
        padding:15px 20px 75px !important;
    }

}
@media  screen and (max-width: 1200px) {
 .venue-menu .menu-list.fixed {
    top: 75px !important;
 }
}

@media (min-width: 481px) and (max-width: 1000px) {
	.row-space { height: auto; }
	.fadein .fadein-item { position: relative !important }
	.testimonials .item .title { margin-top: 5%; }
}

.pika-prev, .is-rtl .pika-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next, .is-rtl .pika-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
#top-rotator .offers {
    transition: none;
    line-height: 15px;
}
@media ( max-width: 1199px ) {
    #top-rotator .offers br {
        display: none;
    }
}
@media ( max-width: 767px ) {
    #top-rotator .offers {
        letter-spacing: 2px;
    }
}
@media ( min-width: 768px ) {
    #top-rotator .offers {
        white-space: nowrap;
    }
}




 
	.error_news {
    color: #fff !important;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 25px;
}
footer .frame-bar .b-input {
    position: relative;
}
	.error,.errormsg,.error_avail {
    color: #fff;
    font-size: 14px;
}
.error_msg {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
	#lblError{color:red;}
#form-header .btn {
	padding: 14px 15px;
	max-width: 185px;
}
#form-header .form-control{
	text-align: left;
	padding: 0 20px 0 10px;
}
.chkAvailerror,.chkAvailerror1{    
	color: red;
    position: absolute;
    left: 12px;
    bottom: -3px;
    font-size: 12px;
}
.contact-form span.error {
    color: red;
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 12px;
}
 span.error {
    color: red;
    position: absolute;
    left: 10px;
    bottom: -2px;
    font-size: 12px;
}
#form-header .form-group {
    position: relative;
    vertical-align: top;
}
.prom-school{
	display: none;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube:hover .play-button {
    background: #a90f0f;
}
.youtube iframe {
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
}
.limit-youtube-height-home, .limit-youtube-height-home iframe {
    max-height:350px !important;
    height:350px !important;
    padding-top: 0 !important;
}
.limit-youtube-height-home img {
    /*margin-top:-20px;*/
}

#availabilitycontactform > div.container-fluid > div:nth-child(2) > div:nth-child(2) > div > span {
    top:43px;
}

#modal-video-popup .more {
    color: rgb(90,90,90);
    margin: 5px;
    font-size: 1.5rem;
    margin-left: 0;
    padding-bottom: 10px;
    line-height: 2em;
}

.not-full-screen .main-viz .bottom-arrow {
    bottom:-1px;
}
.main-viz .title-front {
    overflow: visible;
}
@media  only screen 
and (min-device-width : 375px) 
and (max-device-width : 600px) {
    footer {
        margin-bottom:45px;
    } 
    header.fixed .menu-open.sms {
        right:129px;
    }
    body > header > div.header-wrapper > div.sms.menu-open {
        /* right: 88px; */
        right: 125px;
    }
body > header > div.header-wrapper > div.sms.menu-open > a {
    margin-top:2px;
}
body > header > div.header-wrapper > div.sms.menu-open > a > i.fa.fa-phone {
    float:left;
    margin-top:3px;
}

body > header > div.header-wrapper > div.sms.menu-open > a > i.fa.fa-comment {
    float:right;
}
    .main-viz .bottom-arrow {
        display:none;
    }
    /*.pswp {
        display: none;
    }*/
    .limit-youtube-height-home {
        max-height:300px !important;
    }
    .limit-youtube-height-home img {
        margin-top:0px;
        padding-top:24.5%;
    }
    .youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
    }
}

@media  only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 
    .limit-youtube-height-home img {
        /*margin-top:20px;*/
        padding-top:0;
        top:0;
    }
}

@media  only screen and (min-width: 1100px) {
    .youtube img {
    width: 100%;
    /*top: -16.84%;*/
    left: 0;
    opacity: 0.7;
    }
}
#myCarousel_new > div > div:nth-child(3) > section > div > div > div.col-md-5.col-md-offset-1 > div > div > img,#video-popup-item-03 > div > img {
    width:130%;
    margin-top:-10%;
    margin-left:-19%;
}
#modal-video-popup > div > div, #video-popup-carousel .item, #video-popup-carousel .item span {
    background:#f4f4f5 !important;
    color: rgb(90,90,90) !important;
}
.contact-holder.modal-custom {
    border: 6px solid #96283c !important;
}
#modal-video-popup > div > div > div.close-abs > button > span {
    color:#96283c;
}

@media  only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) {
	.youtube img {
		top: 0;
	}
    .carousel-control .arrow {
        top: 300px !important;
    }
}

@media  only screen and (min-width: 1201px)
and (max-width: 1250px) {
    #check-avail {
		padding: 3px 3px;
		font-size: .9em;
    }
}
@media  only screen and (min-width: 1451px)
and (max-width: 1570px) {
    body > header > div.header-wrapper > div.logo-bar > a.offers.phone.send-sms > span {
		display:none;

    }
}
@media  only screen and ( max-width: 1600px ) {
    body > header > div.header-wrapper > div.logo-bar > div.offers.phone.send-sms > a > span {
        display: flex !important;
    }
}
@media  only screen and (min-width: 1100px) {
    #openVideoBox {
        background: url(../img/acclab_video_button.svg) no-repeat !important;
        background-size: cover !important;
    }
}
.contact-holder .form-item {
    padding: 0px 10px !important;
}
.g-recaptcha {
    padding: 0 15px;
}
@media (max-width: 767px) {
	.mobhide{ display:none !important;}
}
@media (min-width: 768px) {
	.mobhide{ display:block !important;}
}
#myCarousel_new .carousel-control {
  top: 0;
  width: 5% !important;
}
@media  only screen and (min-width: 768px) and (max-width: 1200px) {
    header .menu-bar.active {
        height: 100%;
    }
    header.fixed {
        /*overflow:hidden;*/
    }

    header.fixed .menu-open {
        height:80px;
    }

    .footer-awards-icons {
        right: -35px;
    }
}
._g-recaptcha {
    display: inline-block;
}

/** Loading Spinner */

form .overlay,
#modal-check-avail .overlay {
    background: #464646;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    z-index: 2019;
}

#modal-check-avail .overlay {
    opacity: 1;
    background: #1e1e1e;
}

form .overlay .spinner,
#modal-check-avail .overlay:after {

    position: relative;
    top: 25%;
    height: 280px;
    width: 280px;
    margin:0px auto;
    -webkit-animation: rotation 1.5s infinite linear;
    -moz-animation: rotation 1.5s infinite linear;
    -o-animation: rotation 1.5s infinite linear;
    animation: rotation 1.5s infinite linear;
    border-left:6px solid rgba(199, 161, 104,.35);
    border-right:6px solid rgba(199, 161, 104,.35);
    border-bottom:6px solid rgba(199, 161, 104,.35);
    border-top:6px solid rgba(199, 161, 104,1);
    border-radius:100%;
}

#modal-check-avail .overlay:after {
    content: '';
    position: absolute;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
}

form .overlay .spinner.small {
    height: 40px;
    width: 40px;
    top: 10%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes  rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.alert.alert-banner {
    text-align: center;
    margin-bottom: 0px;
    background: #f4f4f5;
    letter-spacing: 3px;
    color: white;
    font-family: "AGaramond", sans-serif;
    height: 50px;
    border-radius: 0px;
    padding: 0.65em 0.5em 0.3em 0.5em;
    display: flex; 
    align-content: center;
    align-items: center;
}

header .alert.alert-banner .header-wrapper {
    width: 100%;
}


header .alert.alert-banner .offers.phone {
    margin-left: 0%;
}

header .alert.alert-banner .header-wrapper .offers {
    height: auto;
}
header .alert.alert-banner .header-wrapper .offers span:not(.num) {
    font-size: 1.6rem;
}

header .alert.alert-banner .logo-bar .offers i {
    font-size: 1.6rem;
    color: #96283c;
}

header.fixed .alert.alert-banner {
    display: none;
}
header .menu-bar .mobile-menu-logo {
    display: none;
}
.no-break {
    white-space: nowrap;
}
@media  screen and (min-width: 1500px) {
    header .alert.alert-banner .header-wrapper {
        padding: 0 66px;
    }
}

@media  screen and (min-width: 1200px) and (max-width:1500px ) {
    .alert.alert-banner .logo-bar {
        padding-left: 76px;
    }
}

@media  screen and (min-width: 1500px) {
    .alert.alert-banner .logo-bar {
        padding-left: 68px;
    }
}

@media  screen and (min-width: 1920px ) {
    .alert.alert-banner .logo-bar {
        padding-left: 77px;
    }
}

@media  screen and (min-width: 1200px) {
    header:not(.fixed) .main-header.header-wrapper .offers {
        /* display: none; */
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    header .alert.alert-banner {
        padding: 0px;
        height: 40px;
    }
    header .alert.alert-banner .header-wrapper{
        justify-content: center;
    }
    header .alert.alert-banner .logo-bar:first-of-type,
    header .alert.alert-banner .logo-bar:last-of-type {
        display: none;
    }
    header:not(.fixed) {
        height: 140px;
    }
}


@media  screen and (min-width: 1201px) {
    header {
        height: 145px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    }

    header.fixed {
        /* height: 115px; */
    }

    .desktop-hidden {
        display: none
    }
}

@media  screen and (max-width: 1200px) {
    header {
        height: 100px;
    }
    header .menu-bar .mobile-menu-logo {
        display: block;
        margin-bottom: 30px;
    }
    header .menu-bar.active {
        justify-content: flex-start;
    }
    /* .fa.fa-comment.hidden-xl.hidden-md.hidden-sm,
    .fa.fa-phone.hidden-xl.hidden-md.hidden-sm {
        display: none;
    } */
}
@media  screen and (min-width: 991px) and (max-width: 1200px) {
    header .menu-open.sms .fa.fa-phone,
    header .menu-open.sms .fa.fa-comment { 
        display: none
    }
}
@media  screen and (max-width: 767px) {
    .alert.alert-banner {
        height: 40px;
        font-size: 11px;
        display: block;
        letter-spacing: 2.5;
    }

    header .alert.alert-banner  {
        display: block;
    }
    header .alert.alert-banner .logo-bar:first-of-type {
        display: none;
    }
    header .alert.alert-banner .header-wrapper {
        justify-content: center;
    }
    .header-spacer {
        height: 40px !important;
    }

    header {
        height: 110px;
    }

    .mobile-hidden {
        display: none
    }
    .txt-center .h2, .txt-center h2, .txt-center .h4, .txt-center h4 {
        font-size: 2.25rem;
    }
}
@media (max-width: 768px) and (min-width: 767px ) {
    header:not(.fixed) {
        height: 110px !important;
    }
}
@media ( max-width: 767px ) {	
    header .logo-bar .logo {	
        width: 190px;	
        padding: 0px;	
    }	
}
@media (max-width: 385px) {
    header .menu-open.sms, header.fixed .menu-open.sms {
        right: 115px;
    }
    header .menu-open.sms .offers.phone.send-sms i {
        margin-right: 3px;
    }
    header .logo-bar .logo img {
        max-width: 180px;
        height: auto;
        margin-left: -10px;
    }
}
@media (max-width: 350px) {
    header .logo-bar .logo img {
        margin-left: -35px;
    }
    header .menu-open.sms .offers.offer {
        margin-right: 0px;
    }
    header .menu-open.sms, header.fixed .menu-open.sms {
        right: 105px;
    }
    header .logo-bar .logo img {
        max-width: 115px;
    }
}
/* SMS Oversides */
@media (max-width: 992px) {
    header .menu-open.sms {
        width: 60px;
    }
}
@media (min-width: 500px) and (max-width: 766px) {
    header.fixed .sms.menu-open {
        /* width: 65px; */
    }
}
@media ( max-width: 768px ) {
    header .menu-open.sms {
        /* right: 100px; */
        width: 90px;
    }
    header.fixed .menu-open.sms {
        right: 130px;
    }
}
@media ( max-width: 500px ) {
    header:not(.fixed) .menu-open.sms {
        /* right: 100px; */
        /* width: 65px; */
        width: 90px;
    }
    header:not(.fixed) .menu-open.sms .offers.offer {
        /* margin-left: 7px;
        margin-bottom: -1px; */
    }
}
@media  only screen and (max-width: 1475px) and (min-width: 1200px) {
    body > header.fixed > div.header-wrapper > div.logo-bar > a.offers.phone.send-sms > span { display: flex !important; }
    header .logo-bar .offers.offer.hiring-banner { display: none; }
}
@media ( max-width: 767px ) and ( min-width: 406px ) {
    header .menu-open.sms .offers.phone.send-sms {
        position: relative;
        top: -2px;
    }
}
@media ( max-width: 405px ) {
    header:not(.fixed) .menu-open.sms .offers.offer {
        margin-left: 7px;
        margin-bottom: -1px;
    }
    body > header > div.header-wrapper > div.sms.menu-open {
        width: 65px;
    }
}
@media ( max-width: 991px ) {
    .contact .contact-holder {
        width: 100%;
    }
}
#modal-check-avail .add-checkbox,
#modal-check-avail-offers .add-checkbox {
    opacity: 1;
}
#modal-check-avail .add-checkbox label,
#modal-check-avail-offers .add-checkbox label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
}
#modal-check-avail .sm-only,
#modal-check-avail-offers .sm-only {
    display: none
}

@media ( min-width: 768px ) {
    #modal-check-avail .col-sm-4,
    #modal-check-avail-offers .col-sm-4 {
        min-height: 100px;
    }
    #modal-check-avail :has(.help-block.with-errors ul) .col-sm-4,
    #modal-check-avail-offers :has(.help-block.with-errors ul) .col-sm-4 {
        min-height: 110px;
    }
    #modal-check-avail .col-sm-4 .form-group,
    #modal-check-avail-offers .col-sm-4 .form-group {
        margin-bottom: 0px;
    }
    #modal-check-avail  .send-btn,
    #modal-check-avail-offers  .send-btn {
        padding-top: 25px;
    }
}
@media ( max-width: 767px ) {
    #modal-check-avail .mobile-flex,
    #modal-check-avail-offers .mobile-flex {
        display: flex;
        flex-direction: column;
    }
    #modal-check-avail .sm-only,
    #modal-check-avail-offers .sm-only {
        display: block;
    }
    #modal-check-avail .sm-hidden,
    #modal-check-avail-offers .sm-hidden {
        display: none;
    }
}
@media ( max-width: 991px ) and ( min-width: 767px ) {	
    body > header > div.header-wrapper > div.logo-bar > div.offers.phone.send-sms >a > span {	
        display: flex !important	
    }	
}
.scrollToTop {
    bottom: 90px;
}
.tf-v1-popover-button svg path {
    fill: #fff !important;
}
@media ( max-width: 415px ) {
    .tf-v1-popover-button {
        bottom: 60px !important;
    }
    .scrollToTop {
        bottom: 120px;
    }
    .tf-v1-close.tf-v1-close-icon,
    .tf-v1-popover-close.tf-v1-close-icon {
        color: #96283c !important;
    }
    /* #check-avail-mobile {
        height: 100px;
    } */
    /* #check-avail-mobile .check-avail {
        background: white;
        color: #96283c;
    } */
}

@media ( min-width: 768px ) {
    .tf-v1-popover.open {
        min-width: 600px !important;
    }
}

@media ( min-height: 800px ) and ( min-width: 650px ) {
    .tf-v1-popover.open {
        min-height: 600px !important;
        max-height: 90vh !important;
    }
}

@media ( min-width: 480px ) and ( max-width: 767px ) and ( min-height: 650px ) {
    .tf-v1-popover.open {
        min-width: 450px !important;
        min-height: 450px !important;
        max-height: 90vh !important;
    }
}

@media ( max-width: 767px ) {
    /* body:has(.tf-v1-iframe-wrapper)  */
    body .uwy.userway_p5 .uai {
        bottom: 58px;
    }
    body .uwy {
        z-index: 10000;
    }

    .iframe-modal .modal-iframe-container,
    .iframe-modal iframe {
        min-height: 98vh;
    }
}

.iframe-modal .modal-iframe-container,
.iframe-modal iframe {
    width: 100%;
    height: 100%;
}

.iframe-modal .close-abs {
    position: absolute;
    right: 0px;
}

.iframe-modal .close-abs .close {
    position: relative;
    top: 8px;
    right: 14px;
}

.iframe-modal .close-abs .close {
    color: black;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
    font-size: 26px;
}

@media ( min-width: 1154px ) {
    .iframe-modal .close-abs .close {
        color: white;
    }
}

@media ( min-width: 768px ) {
    .iframe-modal {
        width: 85vw; 
        height: 90vh;
    }
}

.social-text-wrapper {
        margin-bottom: 25px;
    }

    .social-text-wrapper .h3 {
        font-family: "Open Sans", sans-serif;
        font-size: 2rem;
        letter-spacing: .1rem;
        color: #96283c;
        word-spacing: 4px;
    }

    .social-text-wrapper .h3 a:hover,
    .social-text-wrapper .h3 a:focus {
        color: #5a5a5a
    }

    footer .footer-no-wrap {
        white-space: nowrap;
    }

    @media ( min-width: 768px ) and ( max-width: 1252px ) {
        footer .foot-bottom .copy,
        footer .foot-bottom span,
        footer .foot-bottom .f-container a {
            font-size: .95rem;
        }

        footer .foot-bottom .contact-data {
            padding-right: 15px;
        }
    }

    @media ( min-width: 768px ) and ( max-width: 1080px) {
        footer .foot-bottom .contact-data {
            padding-left: 15px;
        }
    }




    .simple-booking-container {
        max-width: 1400px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .simple-booking-container:not(.is-thank-you) .h2 {
        color: rgb(90,90,90);
        font-size: 4rem;
    }
    .simple-booking-container.is-contact .h2 {
        /* font-weight: 400; */
    }
    .simple-booking-container .txt-center {
        padding: 45px 30px;
    }
    .simple-booking-container .booking-img-wrapper {
        text-align: center;
    }
    .simple-booking-container .booking-img {
        max-width: 100%;
    }
    .simple-booking-container .sm-only {
        display: none;
    }
    .simple-booking-container.is-contact .h2 {
        font-size: 2.6rem;
    }
    .simple-booking-container.is-contact .txt-center {
        padding: 0px;
    }
    .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact .txt-center {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    .booking-img-wrapper {
        height: 400px;
        background-size: contain;
        display:flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .booking-img-wrapper .text-wrapper p {
        line-height: 1.9rem;
    }
    .booking-img-wrapper .text-wrapper {
        padding-top: 50px;
        margin-top: 120px;
    }
    /* .booking-img-wrapper:first-of-type .text-wrapper { */
    .booking-img-wrapper .text-wrapper {
        max-width: 280px;
        text-align: left !important;
    }
    .booking-img-wrapper:nth-of-type(2) .text-wrapper { 
        padding-left: 35px;
    }
    .booking-img-wrapper:nth-of-type(3) .text-wrapper  {
        padding-left: 50px;
    }
    .booking-img-wrapper .text-wrapper .h3 {
        color: #96283c !important;;
        margin-bottom: 0px;
        font-size: 2.6rem !important;
        line-height: 2.3rem;
        text-align: left !important;
    }
    .simple-booking-container .booking-img-wrapper {
        background-size: 105% !important;
    }

    @media ( max-width: 1100px ) and ( min-width: 991px ) {
        .booking-img-wrapper .text-wrapper .h3 {
            font-size: 2.2rem !important;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            /* line-height: 1.6rem !important; */
        }
    }

    /* .simple-booking-container .text-wrapper p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    } */

    .simple-booking-container.is-contact .text-wrapper .h3 {
        font-size: 1.8rem !important;
        line-height: 2.2rem;
    }
    .simple-booking-container.is-contact .booking-img-wrapper:nth-of-type(3) .text-wrapper {
        padding-left: 30px;
    }
    @media ( min-width: 768px ) {
        .simple-booking-container .mobile {
            display: none;
        }
    }
    @media ( min-width: 991px) {
        .simple-booking-container.is-contact .text-wrapper p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper {
            margin-top: 50px;
        }
    }

    @media ( max-width: 1200px ) and ( min-width: 992px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.7rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.9rem;
        }
        .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }
    @media ( max-width: 1024px ) {
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 3.3rem
        }
    }
    @media ( max-width: 991px ) and ( min-width: 768px ) {
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper {
            margin-top: 50px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.3rem;
        }
    }
    @media ( max-width: 767px ) {
        .simple-booking-container .row.mobile.mt-2  {
            margin-top: 12px;
        }
        .simple-booking-container .txt-center {
            padding: 15px 30px;
        }
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 2.7rem;
        }
        .simple-booking-container .booking-img {
            max-width: 110%;
        }
        .simple-booking-container .sm-only {
            display: block;
        }
        .simple-booking-container.is-contact .h2 {
            font-size: 2.25rem;
        }
        #modal-check-avail .simple-booking-container.is-contact .txt-center {
            padding: 0px 0px;
        }
        #modal-check-avail .simple-booking-container.is-contact {
            padding: 20px 0px 0px 0px;
            margin-bottom: 0px;
        }
        .simple-booking-container.is-contact {
            padding: 15px 0px 0px 0px;
        }

        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
        .simple-booking-container .booking-img-wrapper {
            height: auto;
            background-size: 115% !important;
            background-position: 20% !important;
        }
        .simple-booking-container .text-wrapper {
            padding: 10px;
        }
        .booking-img-wrapper:nth-of-type(3) .text-wrapper {
            padding-left: 30px;
        }
        .simple-booking-container .h3 {
            color: #96283c !important;;
        }
        .simple-booking-container.is-contact .h2 {
            display: none;
        }

        .simple-booking-container .booking-img {
            padding-right: 15px;
        }
        #modal-check-avail .simple-booking-container .booking-img {
            padding-right: 10px;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.4rem !important;
            line-height: 170% !important;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2.6rem !important;
            line-height: 1.2;
            text-align: left;
            margin-bottom: 5px;
        }
        .simple-booking-container:not(.is-contact) .row.mobile {
            margin-left: 7vw;
        }
        /* .simple-booking-container.is-contact .row.mobile {
            padding-left: 15px;
        }
        #modal-check-avail .simple-booking-container.is-contact .row.mobile {
            padding-left: 0px;
        } */
    }
    @media ( min-width: 501px ) and ( max-width: 767px ) {
        .simple-booking-container .row.mobile {
            display: flex;
            align-items: center;
        }
        .simple-booking-container .row.mobile .col-xs-8 {
            padding-left: 25px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2rem !important;
            line-height: 1.2;
        }
    }
    /* @media ( min-width: 501px) and ( max-width: 650px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.2rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.5rem !important;
            line-height: 1.2rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.4rem !important;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: auto;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: 1rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.1rem !important;
            line-height: 1.1;
        }
        .simple-booking-container.is-contact  .booking-img-wrapper .text-wrapper {
            margin-top: 6vw;
            margin-bottom: 8vw;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: .8rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.2rem !important;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1rem !important;
        }
        .simple-booking-container:not(.is-contact) .booking-img-wrapper:not(:first-of-type) .text-wrapper {

        }
        .simple-booking-container .booking-img-wrapper:first-of-type .text-wrapper {
            padding-top: 45px;
            padding-left: 20px;
            padding-bottom: 10px;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top: -40px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top: -20px;
        }
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    } */




 
    .simple-booking-container {
        max-width: 1400px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .simple-booking-container:not(.is-thank-you) .h2 {
        color: rgb(90,90,90);
        font-size: 4rem;
    }
    .simple-booking-container.is-contact .h2 {
        /* font-weight: 400; */
    }
    .simple-booking-container .txt-center {
        padding: 45px 30px;
    }
    .simple-booking-container .booking-img-wrapper {
        text-align: center;
    }
    .simple-booking-container .booking-img {
        max-width: 100%;
    }
    .simple-booking-container .sm-only {
        display: none;
    }
    .simple-booking-container.is-contact .h2 {
        font-size: 2.6rem;
    }
    .simple-booking-container.is-contact .txt-center {
        padding: 0px;
    }
    .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact .txt-center {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    .booking-img-wrapper {
        height: 400px;
        background-size: contain;
        display:flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .booking-img-wrapper .text-wrapper p {
        line-height: 1.9rem;
    }
    .booking-img-wrapper .text-wrapper {
        padding-top: 50px;
        margin-top: 120px;
    }
    /* .booking-img-wrapper:first-of-type .text-wrapper { */
    .booking-img-wrapper .text-wrapper {
        max-width: 280px;
        text-align: left !important;
    }
    .booking-img-wrapper:nth-of-type(2) .text-wrapper { 
        padding-left: 35px;
    }
    .booking-img-wrapper:nth-of-type(3) .text-wrapper  {
        padding-left: 50px;
    }
    .booking-img-wrapper .text-wrapper .h3 {
        color: #96283c !important;;
        margin-bottom: 0px;
        font-size: 2.6rem !important;
        line-height: 2.3rem;
        text-align: left !important;
    }
    .simple-booking-container .booking-img-wrapper {
        background-size: 105% !important;
    }

    @media ( max-width: 1100px ) and ( min-width: 991px ) {
        .booking-img-wrapper .text-wrapper .h3 {
            font-size: 2.2rem !important;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            /* line-height: 1.6rem !important; */
        }
    }

    /* .simple-booking-container .text-wrapper p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    } */

    .simple-booking-container.is-contact .text-wrapper .h3 {
        font-size: 1.8rem !important;
        line-height: 2.2rem;
    }
    .simple-booking-container.is-contact .booking-img-wrapper:nth-of-type(3) .text-wrapper {
        padding-left: 30px;
    }
    @media ( min-width: 768px ) {
        .simple-booking-container .mobile {
            display: none;
        }
    }
    @media ( min-width: 991px) {
        .simple-booking-container.is-contact .text-wrapper p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper {
            margin-top: 50px;
        }
    }

    @media ( max-width: 1200px ) and ( min-width: 992px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.7rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.9rem;
        }
        .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }
    @media ( max-width: 1024px ) {
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 3.3rem
        }
    }
    @media ( max-width: 991px ) and ( min-width: 768px ) {
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper {
            margin-top: 50px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.3rem;
        }
    }
    @media ( max-width: 767px ) {
        .simple-booking-container .row.mobile.mt-2  {
            margin-top: 12px;
        }
        .simple-booking-container .txt-center {
            padding: 15px 30px;
        }
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 2.7rem;
        }
        .simple-booking-container .booking-img {
            max-width: 110%;
        }
        .simple-booking-container .sm-only {
            display: block;
        }
        .simple-booking-container.is-contact .h2 {
            font-size: 2.25rem;
        }
        #modal-check-avail .simple-booking-container.is-contact .txt-center {
            padding: 0px 0px;
        }
        #modal-check-avail .simple-booking-container.is-contact {
            padding: 20px 0px 0px 0px;
            margin-bottom: 0px;
        }
        .simple-booking-container.is-contact {
            padding: 15px 0px 0px 0px;
        }

        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
        .simple-booking-container .booking-img-wrapper {
            height: auto;
            background-size: 115% !important;
            background-position: 20% !important;
        }
        .simple-booking-container .text-wrapper {
            padding: 10px;
        }
        .booking-img-wrapper:nth-of-type(3) .text-wrapper {
            padding-left: 30px;
        }
        .simple-booking-container .h3 {
            color: #96283c !important;;
        }
        .simple-booking-container.is-contact .h2 {
            display: none;
        }

        .simple-booking-container .booking-img {
            padding-right: 15px;
        }
        #modal-check-avail .simple-booking-container .booking-img {
            padding-right: 10px;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.4rem !important;
            line-height: 170% !important;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2.6rem !important;
            line-height: 1.2;
            text-align: left;
            margin-bottom: 5px;
        }
        .simple-booking-container:not(.is-contact) .row.mobile {
            margin-left: 7vw;
        }
        /* .simple-booking-container.is-contact .row.mobile {
            padding-left: 15px;
        }
        #modal-check-avail .simple-booking-container.is-contact .row.mobile {
            padding-left: 0px;
        } */
    }
    @media ( min-width: 501px ) and ( max-width: 767px ) {
        .simple-booking-container .row.mobile {
            display: flex;
            align-items: center;
        }
        .simple-booking-container .row.mobile .col-xs-8 {
            padding-left: 25px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2rem !important;
            line-height: 1.2;
        }
    }
    /* @media ( min-width: 501px) and ( max-width: 650px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.2rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.5rem !important;
            line-height: 1.2rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.4rem !important;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: auto;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: 1rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.1rem !important;
            line-height: 1.1;
        }
        .simple-booking-container.is-contact  .booking-img-wrapper .text-wrapper {
            margin-top: 6vw;
            margin-bottom: 8vw;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: .8rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.2rem !important;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1rem !important;
        }
        .simple-booking-container:not(.is-contact) .booking-img-wrapper:not(:first-of-type) .text-wrapper {

        }
        .simple-booking-container .booking-img-wrapper:first-of-type .text-wrapper {
            padding-top: 45px;
            padding-left: 20px;
            padding-bottom: 10px;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top: -40px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top: -20px;
        }
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    } */




 
    .contact-holder .frame {
        padding: 40px 20px !important;
    }
    .contact .contact-holder .add-checkbox label {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.2rem;
    }
    .contact .pic-holder {
        padding: 0px;
    }
   
    @media ( min-width: 768px ) {
        .contact .contact-holder .col-sm-4 {
            min-height: 102px;
        }
        .contact .contact-holder:has(.help-block.with-errors ul) .col-sm-4 {
            min-height: 110px;
        }
        .contact .contact-holder .col-sm-4 .form-group {
            margin-bottom: 0px;
        }
    }
    @media ( min-width: 768px ) {
        .contact .contact-holder .btn-primary.inverted {
            width: calc(100% - 25px);
        }
    }
    @media ( min-width: 950px ) {
        .contact .contact-holder {
            min-width: 710px;
        }
    }
    @media ( max-width: 767px ) {
        .contact .contact-holder .mobile-flex {
            display: flex;
            flex-direction: column;
        }
        .contact .contact-holder .sm-hidden {
            display: none;
        }
        .contact-holder .frame {
            padding: 40px 20px !important;
        }
    }





    .simple-booking-container {
        max-width: 1400px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .simple-booking-container:not(.is-thank-you) .h2 {
        color: rgb(90,90,90);
        font-size: 4rem;
    }
    .simple-booking-container.is-contact .h2 {
        /* font-weight: 400; */
    }
    .simple-booking-container .txt-center {
        padding: 45px 30px;
    }
    .simple-booking-container .booking-img-wrapper {
        text-align: center;
    }
    .simple-booking-container .booking-img {
        max-width: 100%;
    }
    .simple-booking-container .sm-only {
        display: none;
    }
    .simple-booking-container.is-contact .h2 {
        font-size: 2.6rem;
    }
    .simple-booking-container.is-contact .txt-center {
        padding: 0px;
    }
    .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact .txt-center {
        padding: 15px 0px;
    }
    #modal-check-avail .simple-booking-container.is-contact {
        padding: 15px 0px;
    }
    .booking-img-wrapper {
        height: 400px;
        background-size: contain;
        display:flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .booking-img-wrapper .text-wrapper p {
        line-height: 1.9rem;
    }
    .booking-img-wrapper .text-wrapper {
        padding-top: 50px;
        margin-top: 120px;
    }
    /* .booking-img-wrapper:first-of-type .text-wrapper { */
    .booking-img-wrapper .text-wrapper {
        max-width: 280px;
        text-align: left !important;
    }
    .booking-img-wrapper:nth-of-type(2) .text-wrapper { 
        padding-left: 35px;
    }
    .booking-img-wrapper:nth-of-type(3) .text-wrapper  {
        padding-left: 50px;
    }
    .booking-img-wrapper .text-wrapper .h3 {
        color: #96283c !important;;
        margin-bottom: 0px;
        font-size: 2.6rem !important;
        line-height: 2.3rem;
        text-align: left !important;
    }
    .simple-booking-container .booking-img-wrapper {
        background-size: 105% !important;
    }

    @media ( max-width: 1100px ) and ( min-width: 991px ) {
        .booking-img-wrapper .text-wrapper .h3 {
            font-size: 2.2rem !important;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            /* line-height: 1.6rem !important; */
        }
    }

    /* .simple-booking-container .text-wrapper p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    } */

    .simple-booking-container.is-contact .text-wrapper .h3 {
        font-size: 1.8rem !important;
        line-height: 2.2rem;
    }
    .simple-booking-container.is-contact .booking-img-wrapper:nth-of-type(3) .text-wrapper {
        padding-left: 30px;
    }
    @media ( min-width: 768px ) {
        .simple-booking-container .mobile {
            display: none;
        }
    }
    @media ( min-width: 991px) {
        .simple-booking-container.is-contact .text-wrapper p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper {
            margin-top: 50px;
        }
    }

    @media ( max-width: 1200px ) and ( min-width: 992px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.7rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.9rem;
        }
        .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }
    @media ( max-width: 1024px ) {
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 3.3rem
        }
    }
    @media ( max-width: 991px ) and ( min-width: 768px ) {
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper {
            height: 250px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper {
            margin-top: 50px;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.3rem;
        }
    }
    @media ( max-width: 767px ) {
        .simple-booking-container .row.mobile.mt-2  {
            margin-top: 12px;
        }
        .simple-booking-container .txt-center {
            padding: 15px 30px;
        }
        .simple-booking-container:not(.is-thank-you) .h2 {
            font-size: 2.7rem;
        }
        .simple-booking-container .booking-img {
            max-width: 110%;
        }
        .simple-booking-container .sm-only {
            display: block;
        }
        .simple-booking-container.is-contact .h2 {
            font-size: 2.25rem;
        }
        #modal-check-avail .simple-booking-container.is-contact .txt-center {
            padding: 0px 0px;
        }
        #modal-check-avail .simple-booking-container.is-contact {
            padding: 20px 0px 0px 0px;
            margin-bottom: 0px;
        }
        .simple-booking-container.is-contact {
            padding: 15px 0px 0px 0px;
        }

        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
        .simple-booking-container .booking-img-wrapper {
            height: auto;
            background-size: 115% !important;
            background-position: 20% !important;
        }
        .simple-booking-container .text-wrapper {
            padding: 10px;
        }
        .booking-img-wrapper:nth-of-type(3) .text-wrapper {
            padding-left: 30px;
        }
        .simple-booking-container .h3 {
            color: #96283c !important;;
        }
        .simple-booking-container.is-contact .h2 {
            display: none;
        }

        .simple-booking-container .booking-img {
            padding-right: 15px;
        }
        #modal-check-avail .simple-booking-container .booking-img {
            padding-right: 10px;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: 1.4rem !important;
            line-height: 170% !important;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2.6rem !important;
            line-height: 1.2;
            text-align: left;
            margin-bottom: 5px;
        }
        .simple-booking-container:not(.is-contact) .row.mobile {
            margin-left: 7vw;
        }
        /* .simple-booking-container.is-contact .row.mobile {
            padding-left: 15px;
        }
        #modal-check-avail .simple-booking-container.is-contact .row.mobile {
            padding-left: 0px;
        } */
    }
    @media ( min-width: 501px ) and ( max-width: 767px ) {
        .simple-booking-container .row.mobile {
            display: flex;
            align-items: center;
        }
        .simple-booking-container .row.mobile .col-xs-8 {
            padding-left: 25px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container .text-wrapper p:not(.h3) {
            font-size: 1.1rem;
            line-height: 1.5rem;
        }
        .simple-booking-container .text-wrapper p.h3 {
            font-size: 2rem !important;
            line-height: 1.2;
        }
    }
    /* @media ( min-width: 501px) and ( max-width: 650px ) {
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .9rem;
            line-height: 1.2rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.5rem !important;
            line-height: 1.2rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.4rem !important;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    }
    @media ( max-width: 500px ) {
        .simple-booking-container.is-contact .booking-img-wrapper {
            height: auto;
        }
        .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: 1rem;
        }
        .booking-img-wrapper .text-wrapper p.h3 {
            font-size: 1.1rem !important;
            line-height: 1.1;
        }
        .simple-booking-container.is-contact  .booking-img-wrapper .text-wrapper {
            margin-top: 6vw;
            margin-bottom: 8vw;
        }
        .simple-booking-container.is-contact .booking-img-wrapper .text-wrapper p:not(.h3) {
            font-size: .6rem;
            line-height: .8rem;
        }
        .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1.2rem !important;
        }
        #modal-check-avail .simple-booking-container.is-contact .text-wrapper .h3 {
            font-size: 1rem !important;
        }
        .simple-booking-container:not(.is-contact) .booking-img-wrapper:not(:first-of-type) .text-wrapper {

        }
        .simple-booking-container .booking-img-wrapper:first-of-type .text-wrapper {
            padding-top: 45px;
            padding-left: 20px;
            padding-bottom: 10px;
        }
        .simple-booking-container .booking-img-wrapper:not(:first-of-type) {
            margin-top: -40px;
        }
        .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top: -20px;
        }
        #modal-check-avail .simple-booking-container.is-contact .booking-img-wrapper:not(:first-of-type) {
            margin-top:-30px;
        }
    } */




                 .togo-slide-header-mobile {
                     font-size: 270%;
                     font-size: 40px;
                 }
                 #myCarousel_new #testimonials-section .item {
                     background: transparent;
                 }
                 #myCarousel_new .testimonials .logo {
                     padding-bottom: 0px;
                     margin-bottom: 0px;
                 }
                 #myCarousel_new .testimonials .logo:after {
                     display: none;
                 }
                 @media ( min-width: 1498px ) {
                    #myCarousel_new .testimonials .item .title {
                        min-height: auto;
                    }
                 }
                 @media    screen and ( min-width: 992px) {
                    .flex-slide {
                        display: flex;
                        justify-content: center;
                        align-items: center; 
                    }
                 }
                 @media    screen and ( max-width: 1178px) and (min-width: 992px) {
                     .togo-slide-header-mobile {
                         font-size: 32px;
                     }
                 }
                @media    screen and (max-width: 767px) {
                    .mobile-hidden {
                        display: none;
                    }
                    .togo-slide-header-mobile {
                        font-size: 125% !important;
                    }
                    #myCarousel_new .frame-box .frame-inner {
                     padding: 30px 30px 80px;
                 }
                }
            
            
            
           
    @media (min-width: 767px) and ( max-width:1500px ) {
        .compare-btns {
            flex-direction: column;
            align-items: flex-start !important;
        }
        .compare-bar {
            z-index: 1500;
        }
        .compare-bar .compare-min {
            padding: 0px;
        }
    }
    
    
    
.responsive {
  width: 100%;
  height: auto;
}



    @media  screen and (max-width: 900px) {
    #video-popup-carousel .item a {
        width:100% !important;
        margin-top:2% !important;
    }
    #video-popup-carousel .item img {
        float:left !important;
        width:50% !important;
    }
    #video-popup-carousel .item span {
        padding:0 !important;
        float:right !important;
        width:50% !important;
        padding-left:10px !important;
        font-size:1.5vh !important;
    }
}
@media  only screen and (min-width: 1200px) {
    #openVideoBox {
    margin: 0 15px;
    color: #c39254;
    background: url(../img/video-icon.png) no-repeat;
    width: 40px;
    height: 47px;
    background-size: cover;
}

.testimonials .item .title {
    min-height:100px;
}
}
   @media  only screen and (max-width: 600px) {

        header.fixed .menu-bar {
            height:100%;
        }
}
#newsletter-form {
    margin: auto !important;
}

/*.pswp {display: none}*/
#myCarousel_new > div > div:nth-child(3) > section > div > div > div.col-md-5.col-md-offset-1 > div > div > img {
    width:100% !important; 
    margin-left:0% !important;
    margin-top:0% !important;
}

@media  only screen and (max-width: 900px) {
    footer .foot-bottom .f-container {
        padding:15px 20px 35px !important;
    }

}
@media  screen and (max-width: 1200px) {
 .venue-menu .menu-list.fixed {
    top: 75px !important;
 }
}

@media (min-width: 481px) and (max-width: 1000px) {
	.row-space { height: auto; }
	.fadein .fadein-item { position: relative !important }
	.testimonials .item .title { margin-top: 5%; }
}

.pika-prev, .is-rtl .pika-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next, .is-rtl .pika-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
#top-rotator .offers {
    transition: none;
    line-height: 15px;
}
@media ( max-width: 1199px ) {
    #top-rotator .offers br {
        display: none;
    }
}
@media ( max-width: 767px ) {
    #top-rotator .offers {
        letter-spacing: 2px;
    }
}
@media ( min-width: 768px ) {
    #top-rotator .offers {
        white-space: nowrap;
    }
}


.section-margin {
    margin-top: 40px;
    margin-bottom: 40px
}
.intro-about .intro-about-info {
    padding-right: 50px;
}
.section-title-2 {
    position: relative;
}
.orange-font {
    color: #c62c4f;
}
.intro-about p {
    margin-bottom: 10px;
}
.intro-about-info-bottom h2 {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: .5px;
}
b, strong {
    font-weight: bolder;
}
.intro-about-info-bottom h2 {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: .5px;
}
.intro-about p {
    margin-bottom: 10px;
}
.intro-about .box-img {
    height: 100%;
    padding-left: 50px;
}
.p-relative {
    position: relative;
}
.over-hidden {
    overflow: hidden;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}

[data-dsn-grid=move-up],[data-dsn-grid=moveUp] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    will-change: transform;
    -webkit-transform: rotateX(2deg);
    transform: rotateX(2deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.cover-bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box-img .exper {
    background-color: #c62c4f;
}
.intro-about .box-img .exper {
    bottom: 0;
    left: 0;
    padding: 60px;
    overflow: hidden;
}
.v-light:not(.no-light) .background-theme {
    background-color: #c62c4f;
}
.intro-about .box-img .exper .numb-ex .word-text {
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    line-height: 85px;
}
.intro-about .box-img .exper h4 {
    color: #fff;
}

.shap-section {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 190px;
}


.shap-section img {
    opacity: .15;
}

.intro-about .box-img .exper h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}


.contact-box.box-text {
    background: #96273b !important;
}

 .box-text h5 {
    color: #fff;
}
.box-text {
    top: 100px;
    padding: 30px;
}


.box-text h5 {
    margin-bottom: 25px;
}

.contact-info-item {
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 400px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-info-item strong {
    min-width: 100px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat";
}


.strong {
    font-weight: bolder;
}

.contact-info-item .dott {
    margin-right: 10px;
    margin-left: 10px;
}


.form-group i {
    font-size: 22px;
    vertical-align: middle;
    color: #f3601b;
    font-weight: 600;
}

.form-group input.form-check-input {
    width: 22px;
    height: 22px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.form-group span {
    font-size: 18px;
    padding: 0 20px 0 0;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.rate .form-group label {
    padding-right: 16px;
    width: 16%;
    padding-left: 0;
}


  
.venue-about .logo .h3::after {
  content: '';
  display: block;
  position: relative;
  bottom: 0px;
  left: 50%;
  width: 40px;
  margin-left: -15px;
  height: 2px;
  background: #96273b;
  margin-top: 10px;
}

.justify-content-center {
    justify-content: center!important;
}






/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}










.our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+4) {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (max-width: 575px) {
    .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+2) {
        margin-top:30px
    }
}

.our-blog.our-blog-classic .blog-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 80px 25px;
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .our-blog.our-blog-classic .blog-item {
        padding:30px 25px
    }
}

.our-blog.our-blog-classic .blog-item .after-bg {
    top: 0;
    left: 0;
    opacity: .05;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.our-blog.our-blog-classic .blog-item .after-bg img {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg {
    opacity: .1
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg img {
    opacity: 1
}

.our-blog.our-blog-classic .blog-item:hover .after-bg {
    opacity: .1
}

.our-blog.our-blog-classic .blog-item:hover .after-bg img {
    opacity: 1
}

.our-blog.our-blog-classic .blog-item .box-content {
    padding: 0
}

.our-blog.our-blog-classic .blog-item .box-content .entry-date {
    font-weight: 600;
    margin-bottom: 20px
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist {
    left: auto;
    bottom: auto;
    margin-top: 20px
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text {
    font-weight: 700
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text::before {
    height: 1.5px
}

.our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+4) {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (max-width: 575px) {
    .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+2) {
        margin-top:30px
    }
}

.our-blog.our-blog-sub .blog-item {
    padding: 30px 25px;
    overflow: hidden;
    height: 400px
}

.our-blog.our-blog-sub .blog-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(280deg,rgba(255,255,255,.5),transparent 75%);
    background: -o-linear-gradient(280deg,rgba(255,255,255,.5),transparent 75%);
    background: linear-gradient(170deg,rgba(255,255,255,.5),transparent 75%);
    -webkit-transform: skew(-10deg) translateX(50%);
    -ms-transform: skew(-10deg) translateX(50%);
    transform: skew(-10deg) translateX(50%);
    opacity: .9;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 2
}

.our-blog.our-blog-sub .blog-item .after-bg {
    opacity: 1
}

.our-blog.our-blog-sub .blog-item .after-bg img {
    opacity: 1
}

.our-blog.our-blog-sub .blog-item .box-content {
    position: relative;
    z-index: 2
}

.our-blog.our-blog-sub .blog-item .box-content .box-content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.our-blog.our-blog-sub .blog-item .box-content .entry-date {
    color: #fff;
    margin-bottom: auto
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date {
    color: #000
}

.our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #a56433;
    line-height: .8
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
    color: #f58634
}

.our-blog.our-blog-sub .blog-item .category {
    margin-bottom: 20px
}

.our-blog.our-blog-sub .blog-item .category a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.2px
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .category a {
    color: #0009
}

.our-blog.our-blog-sub .blog-item .title-block {
    margin-bottom: 0
}

.our-blog.our-blog-sub .blog-item .link-vist {
    margin-top: 10px
}

.our-blog.our-blog-sub .blog-item:hover:before {
    -webkit-transform: skew(-10deg) translateX(25%);
    -ms-transform: skew(-10deg) translateX(25%);
    transform: skew(-10deg) translateX(25%)
}

.our-blog.our-blog-sub .blog-item:hover .after-bg {
    opacity: 1
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text {
    color: #000
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text:before {
    background-color: #000
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-arrow svg * {
    stroke: #000
}


.blog-sub-item .title-block a {
    color: #fff
}

.blog-sub-item .link-custom .link-text {
    color: #fff!important
}

.title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .title-block {
        margin-bottom:15px
    }
}



.box-content {
    position: relative;
    z-index: 2
}
.box-content{padding:0}

.box-content .box-content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.title-block {
    margin-bottom: 0
}

.title-block a {
    color: #fff
}

.title-block a span {
    font-size: 13px
}


.title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}












































ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.container > .left {
  width: 30%;
  max-width: 300px;
}
.container > .right {
  position: relative;
  flex-grow: 1;
  background-color: #f5d500;
  color: #d50a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  font-weight: bold;
}
.menu input[type=radio],
.menu-toggle {
  display: none;
}
.menu .collapsed-menu {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height .1s ease-out,
              opacity 0.1s ease-in;
}
.menu > li > label,
.collapsed-menu li {
  display: block;
  cursor: pointer;
  padding: 0.7em;
}
.collapsed-menu li {
  padding-left: 2em;
}
.menu > li > label:hover,
.collapsed-menu li:hover {
  background-color: #d9d9d9; 
}
.menu input[type=radio]:checked ~ .collapsed-menu {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  transition: max-height .35s ease-out,
              opacity 0.1s ease-in 0.2s;
}

@media(max-width: 640px) {

  .menu-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    left: 20px;
    top: 20px;
  }
  .menu-toggle div {
    width: 35px;
    height: 5px;
    background-color: #555;
    margin: 6px 0;
  }
}


.prl-30 {
  padding:30px 3em;
}



.category-title {
    text-transform: capitalize;
	margin: 5px 0 0px 0;
	font-size: 20px;
	position: relative;
}

@media screen and (max-width: 1480px) {
.category-title {
    font-size: 20px;
    margin-bottom: 10px;
}
}

.category-title span:after {
    background: #C52031;
}
.category-title span:after {
    content: "";
    height: 1px;
    width: 30%;
    bottom: -12px;
    position: absolute;
    left: 0;
    border-radius: 4px;
}


@media screen and (max-width: 1280px) {
    .grid-container {  grid-gap: 18px;  grid-template-columns: 48% 48%;}
    .foodmenu.grid-item.bg-white {padding: 12px;}
    .img-wrap {margin-right:10px;}
    .content-detail-wrap .foodpric-text{font-size: 14px;}
    .content-detail-wrap .foodpric-text .strikethrough {font-size: 12px;color: #666;}
    .item-list-main h4:before{margin-right: 2px;}
    .adonPrice .strikethrough-addon{text-decoration: line-through;font-size: 12px;color: #666;}
    .adonPrice .discount-price{margin-bottom: 0;color: #333;font-size: 13px;font-weight: 600;}
    .img-wrap { height: 90px;width: 90px; flex-basis: 90px;max-width: 90px;}
}
@media screen and (max-width:1279px) {
    .grid-container {display: block;}
    .foodmenu.grid-item.bg-white { margin: 0 0 20px 0;}
}
@media screen and (max-width: 1199px) {
    .grid-container{display: block;}
    .foodmenu.grid-item.bg-white{margin: 0 0 20px 0}
    .img-wrap {height:80px;width:80px;flex-basis:80px;max-width:80px;}
    .footer-social-links{margin:15px 0 0 0;}
}


.foodmenu.grid-item.bg-white {
    border-radius: 6px;
    list-style: none;
    padding: 12px 12px;
}

.bg-white {
    background-color: #fff;
}

.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.content-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex: 1;
    display: flex;
    padding: 0;
    max-width: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.item-list-main h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 4px 0;
    max-height: inherit;
    text-overflow: unset;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: visible;
    max-width: 100%;
    white-space: normal;
}


.item-list-main h4.veg:before {
    background-image: url(../img/ic_veg.svg);
    background-repeat: no-repeat;
}

.item-list-main h4.veg:before, .item-list-main h4.nonvg:before, .item-list-main h4.veg-egg:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin: 3px 6px 0px 0px;
    vertical-align: text-top;
}


.foodmenu .menu-item-text {
    line-height: 20px;
    color: #666;
    font-size: 1.1rem;
}

.menu-item-price-wrap {
    padding: 3px 0 0 0;
}

@media screen and (max-width: 1280px) {
.content-detail-wrap .foodpric-text {
    font-size: 14px;
}
}

@media screen and (max-width: 1280px) {
.content-detail-wrap .foodpric-text .strikethrough {
    font-size: 12px;
    color: #666;
}
}


.colorfontclass {
    color: #C52031!important;
}


.grid-container {
    grid-gap: 18px;
    grid-template-columns: 48% 48%;
}


.grid-container {
    display: grid;
    grid-gap: 27px;
    grid-template-columns: 49% 49%;
    padding: 0;
}


@media screen and (max-width: 1280px) {
.img-wrap {
    height: 90px;
    width: 90px;
    flex-basis: 90px;
    max-width: 90px;
}
}




.count {
    position: absolute;
    height: 20px;
    width: 20px;
    display: inline-flex;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #85cb33;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-size: 14px;
    border-radius: 400px;
    transition: all ease 1s;
    z-index: 1;
  }
}

.cart {
  position: absolute;
  top: 20%;
  left: 20%;
  margin: auto;
  border-radius: 4px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  margin: 15px;
  font-size: 20px;
  background-color: #212121;
  color: #efefef;
 }  
  
  .count {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #85cb33;
    border-radius: 500px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    color: #100b00;
    transform: translate(50%, -50%);
    z-index: 1;
  }
}














input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
.table tr,
.table tr td{
	vertical-align: middle;
}
.button-container{
	display: flex;
	align-items: center;
}
.button-container .form-control{
	max-width: 80px;
	text-align: center;
	display: inline-block;
	margin: 0px 5px;
}
#myTable .form-control{
	width: 48px;
    width: 3rem;
    margin: 0 8px;
    margin: 0 0.5rem;
    text-align: center;
    padding: 0;
	display: inline-block;
}
.cart-qty-plus,
.cart-qty-minus{
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #ced4da;
    border-radius: .25rem;
    line-height: 4px;
}
.cart-qty-plus:hover,
.cart-qty-minus:hover{
	background-color: #5161ce;
	color: #fff;
}
.img-prdct{
	width: 50px;
	height: 50px;
/* 	background-color: #5161ce; */
	border-radius: 4px;
}
.img-prdct img{
  width: 100%;
}





.cartheader {
    font-size: 28.8px;
    font-size: 1.8rem;
    padding: 24px;
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.primaryBg {
    background-color: #d2ab50 !important;
    color: #fff !important;
}


.cartItemList {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 19.2px;
    font-size: 1.2rem;
}







.cart .offerInput>input {
    width: 50%;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.spacer {
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: hidden;
}

.btn.btn-primary {
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.totalContainer {
    font-weight: 700;
    padding: 32px;
    padding: 2rem;
    font-size: 20.8px;
    font-size: 1.3rem;
    display: -ms-flexbox;
    display: flex;
}
.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.proceed {
    cursor: pointer;
    height: 96px;
    height: 6rem;
    font-size: 28.8px;
    font-size: 1.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}



.mb-10 {
	margin-bottom: 20px;
}





































.category{
  position:relative;
  top:-5px;
  left:10px;
  color:#20e3b2;
  font-weight:200;
  margin-bottom:-20px;
}
.well{  
  background:transparent;
  border-style:none;
}
.btn{
  border-style:none;
  
}
.col-md-3:hover{
  box-shadow: 1px 5px 25px #ccc;

}
.thumbnail
{
    margin-bottom: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}
.inner{
  margin-left:0px;
}


.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px; 
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{ 
    box-shadow: 0px 1px 25px #ccc;
}

.item.list-group-item .list-group-image
{
    margin-right:5px;
    
}
.item.list-group-item .thumbnail
{   
    margin-bottom: 0px;
  
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px; 

}


.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
   float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.btn-details{
  background:transparent;
  border-style:solid;
  border-color:lightgrey;
  border-radius:0%;
  width:125px;
  top:11px;
  left:5px;
  color:black;
}
.btn-details:hover{
  background:lightgrey;
  color:white;
}
.lead{
  font-weight:700;
  font-size:18px;
}

.btn-success{
  overflow:hidden;
  border-radius:0%;
  border-style:none;
  width:125px;
  height:33px;
background: #96273b;
}

@keyframes scalewidth {
  0% {
width: 0%;
}
  100%{
width : 100%;
}
}




.left_category_nav {
    overflow-y: auto;
    overflow-x: hidden;
}



.menuView .search {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
}

.menuView .search .form-group {
    padding: 1.5rem;
    padding-bottom: 0;
    width: 66%;
}










