
	     /* ------------- CHATBOT SHOW HIDE -------------------- */
         .divFreshchatContainer {
            display: inline-block!important;
         }
          .divWhatsAppContainer {
            display: none!important;
         }
         .wwwa__cta {display: none!important;}
         
         /* ------------- CHATBOT SHOW HIDE -------------------- */



/* ------------------------------------ LITY --------------- */
/* ------------------------------------ LITY --------------- */
/*! Lity - v2.3.1 - 2018-04-20* http://sorgalla.com/lity/* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 9999999999;
}

    .lity.lity-opened {
        opacity: 1;
    }

    .lity.lity-closed {
        opacity: 0;
    }

    .lity * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

    .lity-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    border: 4px solid #fff;
    transition: all .4s ease;
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
        position: absolute;
        right: -20px;
        top: -20px;
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #fff;
        font-style: normal;
        font-size: 35px;
        font-family: Arial, Baskerville, monospace;
        line-height: 35px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        border: 0;
        /* background: none; */
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 3px solid #fff;
    }

/* .lity-close:active {
        top: 1px;
    }
    */


/* Image */

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

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

.lity-hide {
    display: none;
}
/* ------------------------------------ LITY --------------- */
/* ------------------------------------ LITY --------------- */
/* --------------------------------------------------------------- RESET --------*/
/* ---------------------------------------------------------------- RESET --------*/
/* ---------------------------------------------------------------- RESET --------*/

/* -------------------------------------- FONT STYLES ---------- */
body {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0;
    background: #171717;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

*, div, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    outline: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
   
}

p {
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

h1 {font-size: 90px;}
h2 {font-size: 50px;}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}




/* -------------------------------------- FONT STYLES ---------- */
/* ----------------------------------------- GENERAL ---------- */
* {
    outline: none;
}

/*
* {
    transition: .3s ease-in;
}*/

.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1350px;
    position: relative;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
/* ---------------------------------------------- GENERAL ---------- */
/*------------- ANTIALIAS ----------- */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
/*------------- ANTIALIAS ----------- */
/*-------------- BOX SIZING ---------- */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------- BOX SIZING ---------- */
/* ------------ MICRO CLEARFIX -------- */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    z-index: -1; /* For IE 6/7 (trigger hasLayout) */
}
/* ------------ MICRO CLEARFIX --------- */
/* ------------ IMG & OBJECT SCALE ------ */
img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    width: 100%;
}

.img-scale {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.embed-scale, .object-scale, .video-scale {
    max-width: 100%;
}
/* ------------ IMG & OBJECT SCALE ------ */

/* ---------------------------------------------------------------- RESET --------*/
/* ---------------------------------------------------------------- RESET --------*/
/* ---------------------------------------------------------------- RESET --------*/

/* ------------ PLACEHOLDER -------------------------- */
::-webkit-input-placeholder {
    color: #000;
    font-size: 23px;

}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 23px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-size: 23px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 23px;
}
/* ------------ PLACEHOLDER -------------------------- */


/* ------------ CLEAR FORM FIELD ON CLICK ----------------- */
input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    opacity: 0;
}
/* ------------ CLEAR FORM FIELD ON CLICK ----------------- */


/* --------------------- DISMISS PLACEHOLDER TEXT ON FORM ITEM ENTER ------------- */
input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
textarea:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
/* --------------------- DISMISS PLACEHOLDER TEXT ON FORM ITEM ENTER ------------- */
/* --------------------- CHROME AUTO COMPLETE STYLING ------------- */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 3px solid #000;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    
}
/* --------------------- CHROME AUTO COMPLETE STYLING ------------- */

/* ------------ LIST -------------------------- */
ul        {list-style-type: none;}
/* ------------ LIST -------------------------- */
/* ------------ LINK -------------------------- */
a:hover   {text-decoration: none; color: #fff;  }
a:link {
    text-decoration: none;
    color: #fff;
}
a:visited {
    text-decoration: none;
    color: #fff;
}
a:active {
    text-decoration: none;
    color: #fff;
}
/* ------------ LINK -------------------------- */




/* ---------------------------------- CSS3 ANIMATE IT ------------ */
/* ---------------------------------- CSS3 ANIMATE IT ------------ */

/* ---------------------------------- CSS3 ANIMATE IT ------------ */
/* ---------------------------------- CSS3 ANIMATE IT ------------ */



/* -------------------- HEADER BADGE ------------------------- */
.header-promo-badge {
    width: 200px;
    position: absolute;
    right: 50px;
    top: 120px;

    transform: rotate(10deg);
}

/* -------------------- HEADER BADGE -------------------------- */




/* ---------------------------------------------- MENU DESKTOP -------------------- */
/* ---------------------------------------------- MENU DESKTOP -------------------- */
.menu-desktop-main-container-outer {
    width: 100%;
    position: fixed;
    z-index: 9999999999;

}
.menu-desktop-deal-container-outer {
    background: #000;
    width: 100%;
    float: left;
    padding: 2px 0 0px 0;
    height: auto;
    transition: all .4s ease;
}
.menu-desktop-deal-container-outer-hidden {
    display: none;
    transition: all .4s ease;
}

/* -------- SPINNING STAR ---------- */
.menu-desktop-dealbar-logo-outer { float: left}
.menu-desktop-dealbar-logo-star {width: 36px; float: left;
}
.menu-desktop-dealbar-logo-letters {
    width: 220px;
    float: left;
}
/* -------- SPINNING STAR ---------- */
.menu-desktop-link-container-outer {
    width: 100%;
    float: left;
    transition: all .4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}
.menu-desktop-link-container-outer-dark {
    background: rgba(0, 0, 0, 0.86);
}

.menu-desktop-logo {width: 250px; float: left}
.menu-desktop-deal-text {
    float: right;
    padding-top: 6px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
}
.menu-desktop-deal-text span{
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 19px;
}
.menu-desktop-link-container-inner {
    width: 100%;  
}
.menu-desktop-link-container-inner-item {
    width: 20%;
    text-align: center;
    float: left;
    text-transform: uppercase;
    /*font-weight: 900;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);*/
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px;
}
    .menu-desktop-link-container-inner-item:hover {
        transition: all 0.3s ease;
    }

a {
    color: #fff;

}


/* --------------- Gradient --------------- */
.gradient1 {
    width: 100%;
    height: auto;
    color: #fff;
   background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/
    /* ------------ STATIC --------------
    background: #aa267e;
    background: -moz-linear-gradient(left, #aa267e 1%, #47348e 100%);
    background: -webkit-linear-gradient(left, #aa267e 1%,#47348e 100%);
    background: linear-gradient(to right, #aa267e 1%,#47348e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa267e', endColorstr='#47348e',GradientType=1 );---*/
}


.gradientStag {
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(-45deg, #111f70, #37baf5, #015496, #5fc2e0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}


.gradientHen {
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(-45deg, #df25ff, #a31a4f, #e54acd, #60126d);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;

}
.gradientHome {
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(-45deg, #9C27B0, #E73C7E, #68bcff, #0a5794);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.gradientTeam {
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(-45deg, #009688, #1bbc9a, #0d5d49, #6dc34a);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.gradientCorporate {
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(-45deg, #E91E63, #FFC107, #FF5722, #FF9800);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* --------------- Gradient --------------- */



/* -------------- DROPDOWN MENU ---------------------------- */
.dropbtn {
    background: none !important;
    border: none !important;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    transition: all .4s ease;
    width: 100%;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
    border: none;
    color: #fff !important;
    width: 100%;
    text-align: center;
    transition: all .4s ease;
    font-size: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 24px;
        letter-spacing: -1px;
    }

        .dropdown-content a:hover {
            transition: all .4s ease;
            font-weight: 900;
            background: #fff;
            color: #000;
            
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* -------------- DROPDOWN MENU ---------------------------- */

/* ---------------------------------------------- MENU DESKTOP -------------------- */
/* ---------------------------------------------- MENU DESKTOP -------------------- */



/* ---------------------------------------------- MOBILE  MENU -------------------------- */
/* ---------------------------------------------- MOBILE  MENU -------------------------- */
/* --------------- OVERLAY MENU --------------- */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 200000000000;
    top: 0;
    left: 0;
    background-color: #151515 ;
    overflow-y: hidden;
    transition: 0.1s;
    opacity: 1;
    color: #fff;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 300px;
    text-align: left;
    margin-top: 30px;
    margin: 30px auto;
    text-transform: uppercase;
    color: #1b1b1b;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 35px;
    display: block;
    transition: 0.3s;
    line-height: 1;
    color: #1b1b1b;
}

    .overlay a:hover, .overlay a:focus {
        color: rgb(123, 123, 123);
    }

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 50px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}




a.overlay-dropdown-item {
    font-size: 26px;
    line-height: 1.2;
}

/* --------------- OVERLAY MENU --------------- */
.menu-outer-container-mobile {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 9999999;
    display: none;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    transition: all .4s ease;
}

.menu-outer-container-mobile-dark {
    background: rgba(0, 0, 0, 0.76);
    /* border-bottom: 1px solid rgba(12, 12, 12, 0.25098039215686274); */
}

.menu-outer-container-mobile-scroll {
    border-bottom: 2px solid rgba(41, 42, 44, 0.86);
    transition: all .4s ease;
    background: rgba(255, 255, 255, 0.96);
}

.menu-left-container-mobile {
    float: left;
    position: absolute;
    z-index: 99999;
    transition: all .4s ease;
    padding-top: 5px;
}



.menu-right-container-mobile {
    width: 100px;
    float: right;
    text-align: right;
    color: #fff;
}

/* -------- SPINNING STAR ---------- */
.menu-desktop-dealbar-logo-outer {
    float: left
}

.menu-desktop-dealbar-logo-star {
    width: 36px;
    float: left;
}

.menu-desktop-dealbar-logo-letters {
    width: 220px;
    float: left;
}

.menu-dropdown-container-mobile {
    width: 100%;
    float: left;
}

.menu-dropdown-item-mobile {
    width: 100%;
    float: left;
    font-weight: 100 !important;
    font-size: 16px !important;
    line-height: 1.2;
    padding: 8px 8px 8px 45px !important;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

.sidenav a:hover {
    /*padding: 8px 8px 8px 38px;*/
    transition: all .4s ease;
    /*background: rgba(255, 255, 255, 0.11);*/
}

.sidenav a {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

.menu-mobile-link-item {
    float: right;
    padding: 0 20px 0px 20px;
    letter-spacing: 0;
    display: inline;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #ffffff;
}

    .menu-mobile-link-item span {
        font-size: 20px;
        padding: 0 0 0 20px;
        margin-top: 6px;
        display: block;
        float: right;
    }
.menu-mobile-dropdown-container {
    width: 100%;
    margin: 10px 0;
}
.menu-mobile-dropdown-container-item {
    font-size: 28px !important;
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3411764705882353);
}
/* ---------------------------------------------- MOBILE  MENU -------------------------- */
/* ---------------------------------------------- MOBILE  MENU -------------------------- */








/* ----------------- RETURN TO TOP ------------------ */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 17px;
        top: -3px;
        font-size: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: -10px;
        }
/* ----------------- RETURN TO TOP ------------------ */

/* ---------------------------------------------- HEADER -------------------------- */





/* ---------------------------------------------- HEADER -------------------------- */
.header-img-desktop {
    width: 100%;
   /* float: left;*/
}
.header-img-tablet {
    width: 100%;
   /* float: left;*/
    display: none;
}
.header-img-mobile {
    width: 100%;
   /* float: left;*/
    display: none;
}

.header-img-container {
    /*display: inline-block;*/
    position: relative;
}

/*.header-desktop-text-container {
    bottom: 0;
    cursor: pointer;

    left: 0;

    padding: 0 0 100px 0;
    position: absolute;
    width: 100%;
    text-align: center;
}*/
.header-desktop-text-container {
    bottom: 50px;
    cursor: pointer;
    /* font-size: 2.25rem; */
    left: 0;
    /* line-height: 1; */
    /* padding: 0 0 100px 0; */
    position: absolute;
    width: 100%;
    text-align: center;
}

.header-desktop-text-container-logo {
    max-width: 900px;
}



.header-desktop-text-container-btn-row {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}




.header-desktop-watch-video-btn {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.30980392156862746);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
}
.header-desktop-watch-video-btn:hover {
    background: #000;
}

.header-desktop-book-now-btn {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 0 5px;
    cursor: pointer;

    background: rgba(0, 0, 0, 0.30980392156862746);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
}


    .header-desktop-book-now-btn:hover {
        background: #000;
    }

/* ---------------------------------------------- EVENTS PAGE -------------------------- */
.header-desktop-main-title {
    font-size: 170px;
    letter-spacing: -3px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.788235294117647);
    font-family: 'Roboto', sans-serif;

}
.header-desktop-main-title-large {
    font-size: 140px;
    letter-spacing: -3px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.788235294117647);
    font-family: 'Roboto', sans-serif;
}
.header-desktop-sub-title {
    font-size: 35px;
    line-height: 1;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.8313725490196079);
    font-family: 'Roboto Condensed', sans-serif;
}
.header-desktop-knockout-logo {
    width: 450px;
}
/* ---------------------------------------------- EVENTS PAGE -------------------------- */




/* ---------------------------------------------- HEADER -------------------------- */
/* ---------------------------------------------- HEADER -------------------------- */





/* -------------------------------------- SEPERATOR BANNER -------------------------- */
.seperator-banner-outer {
    width: 100%;
    float: left;
    padding: 0px 0 0 0;
    border-top: 8px solid #fff;
}
.seperator-banner-left {
    width: 50%;
    float: left;
    padding-right: 50px;
   /* border-right: 2px solid #222121;*/
}
.seperator-banner-right {
    width: 50%;
    float: left;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 50px 0 50px 50px;
    /*border-left: 3px solid #000;*/
    min-height: 220px;
    background-image: url('img/SeperatorLine.jpg');
    background-repeat: repeat-y;
    margin: 50px 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes seperator-banner-title {
    0% {
        color: white;
        text-shadow: 1px 3px 9px #000;
    }

    50% {
        color: #171717;
        text-shadow: none;
    }

    100% {
        color: white;
        text-shadow: 1px 3px 9px #000;
    }
}

/* Standard syntax */
@keyframes seperator-banner-title {
    0% {
        color: white;
        text-shadow: 1px 3px 9px #000;
    }

    50% {
        color: #171717;
        text-shadow: none;
    }

    100% {
        color: white;
        text-shadow: 1px 3px 9px #000;
    }
}
.seperator-banner-flashing-text {
    color: #fff;
    position: relative;
    -webkit-animation-name: seperator-banner-title; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: seperator-banner-title;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}


.seperator-banner-left-sub-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}
.seperator-banner-main-title {
    font-weight: 900;
    font-size: 120px;
    color: #fff;
    line-height: 1;
    letter-spacing: -4px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 90px;
}
.seperator-banner-main-title-large {
    font-weight: 900;
    font-size: 120px;
    color: #fff;
    line-height: 1;
    letter-spacing: -6px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 90px;
}


/* ------------- BANNER FULL WIDTH ----------------- */
.seperator-banner-full-width {
    width: 100%;
    float: left;
    padding: 30px 0 60px 0;
}
.seperator-banner-full-width-btn {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: none;
    display: inline-block;
    line-height: 1.2;
    float: left;
    width: 23%;
    margin: 0 1%;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .4s ease;
}
.seperator-banner-full-width-btn:hover {
    color: #000;
    background: #fff;
}
/* ------------- BANNER FULL WIDTH ----------------- */


.seperator-banner-address {
    font-size: 30px;
    font-weight: 900;
}
.seperator-banner-number {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -3px;
}



/* -------------------------------------- SEPERATOR BANNER -------------------------- */





/* -------------------------------------- BUTTONS ---------------------------------- */
.btn-white-text-white-border {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: none;
    display: inline-block;
    line-height: 1.2;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
}

    .btn-white-text-white-border:hover {
    background: #ffffff;
    transition: all .4s ease;
    color: #000;
    }


.btn-black-text-black-border {
    padding: 12px 20px;
    border: solid 2px rgb(21, 21, 21);
    color: rgb(21, 21, 21)!important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: none;
    display: inline-block;
    line-height: 1.2;
}

    .btn-black-text-black-border:hover {
        background: rgb(21, 21, 21);
        transition: all .4s ease;
        color: #fff !important;
    }
/* -------------------------------------- BUTTONS ---------------------------------- */




/* -------------------------------------- HELPER CLASSES---------------------------------- */
.BG-white {background: #fff;}
.BG-black {
    background-color: rgb(21, 21, 21);
}

.TXT-white {
    color: #fff;
}

.TXT-black {
    color: rgb(21, 21, 21);
}
/* -------------------------------------- HELPER CLASSES---------------------------------- */





@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'big_noodle_titling';
    src: url('fonts/big_noodle_titling.woff') format('woff');
}


@font-face {
    font-family: 'BigNoodleTitling Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('BigNoodleTitling Oblique'), url('big_noodle_titling_oblique.woff') format('woff');
}





/* -------------------------------------- LOCATION SLIDER -------------------------- */
.location-slider-wrapper {
    padding: 10px 0 20px 0;
}

.location-slider-item {
    width: 800px;
    height: 569px;
    border: 8px solid #fff;
    cursor: pointer;
}
.location-slider-btn-row {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.location-slider-btn {
    float: right;
    width: 280px;
    padding: 10px 0;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    font-weight: 900;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.30980392156862746);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;

}

    .location-slider-btn:hover {
        background: #171717;
        transition: all .4s ease;
    }


.location-slider-btn-book-now {
    background: #171717;
}

    .location-slider-btn-book-now:hover {
        background: #171717;
        transition: all .4s ease;
    }


/* ---------------- Location slider SVGs-------------------------- */
.path {
    stroke: #fff;
    fill: #fff;
    stroke-dasharray: 650;
    opacity: 10;
    animation: animate dash 5s linear alternate infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        fill: none;
        stroke-dashoffset: 650;
    }


    30% {
        opacity: 10;
        fill: none;
        stroke-dashoffset: 650;
    }

    90% {
        fill: rgba(255,255,255,0);
    }

    100% {
        opacity: 10;
        fill: rgba(255,255,255,1);
        stroke-dashoffset: 650;
    }

}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;


}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

/* ---------------- Location slider SVGs-------------------------- */


.slider-side-image {width: 158px!important;}

/* -------------------------------------- LOCATION SLIDER -------------------------- */




/* ------------------------------- EVENT - LOCATION GRID -------------------------- */
.event-location-grid-row {width: 100%; float: left;}
.event-location-grid-left {
    width: 50%;
    float: left;
    min-height: 650px;
    border-top: 8px solid #151515;
    border-right: 4px solid #151515;
}
.event-location-grid-right {
    width: 50%;
    float: left;
    min-height: 650px;
    border-top: 8px solid #151515;
    border-left: 4px solid #151515;
}
.event-location-grid-logo-left {
    width: 500px;
    float: left;
    padding: 50px 0 0 50px;

}
.event-location-grid-logo-right {
    width: 500px;
    float: right;
    padding: 50px 0 0 50px;
}

.event-location-grid-text-container {width: 600px; margin: 0 auto;}
.event-location-grid-title {
    font-weight: 600;
    font-size: 65px;
    margin-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -4px;
}
.event-location-grid-title-large {
    font-weight: 900;
    font-size: 100px;
    margin-top: 50px;
    letter-spacing: -4px;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
}
.event-location-grid-tip {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.event-location-grid-text {
    margin-bottom: 15px;
    font-size: 21px;

}
/* ---- ICON BAR --------- */
.event-location-grid-icon-bar {
    margin: 50px 0;
}

/* ---- BTN BAR --------- */
.event-location-grid-btn-bar {
    margin: 50px 0;
}
.event-location-grid-btn-bar-btn-black {
    padding: 12px 20px;
    border: solid 6px #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: none;
    display: inline-block;
    line-height: 1.2;
    float: left;
    width: 48%;
    margin: 0 1%;
    color: #000 !important;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .4s ease;
}
    .event-location-grid-btn-bar-btn-black:hover {
        color: #fff!important;
        background: #000;
    }
.event-location-grid-btn-bar-btn-white {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: none;
    display: inline-block;
    line-height: 1.2;
    float: left;
    width: 48%;
    margin: 0 1%;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .4s ease;
}
.event-location-grid-btn-bar-btn-white:hover {
    color: #000 !important;
    background: #fff;
}



.event-location-grid-show-mobile {
    display: none;
}
/* ------------------------------- EVENT - LOCATION GRID -------------------------- */


/* ------------------------------- GALLERY GRID -------------------------- */
.gallery-grid-row {width: 100%; float: left;}
.gallery-grid-item {
    width: 25%;
    float: left;
    border: 4px solid #151515;
}
/* ------------------------------- GALLERY GRID -------------------------- */




/* ------------------------------- FAQ ACCORDION -------------------------- */
.FAQ-accordion-outer-container  {width: 100%; padding-bottom: 100px;}


.FAQ-accordion {
    background-color: #151515;
    color: #444;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 32px;
    transition: 0.4s;
    border-top: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    font-weight: 900;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

    .FAQ-active, .FAQ-accordion:hover {
        background-color: none;
    }

.FAQ-accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.FAQ-active:after {
    content: "\2212";
}

.FAQ-panel {
    padding: 0 0px;
    background-color: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-out;
    font-size: 20px;
    color: #fff;
}
.FAQ-text {padding: 50px 0; font-size: 24px!important; font-weight: 400;}

/* ------------------------------- FAQ ACCORDION -------------------------- */





/* ---------------------------------------------- DROP DOWN SELECT LOCATION -------------------------- */
.select-style {
    border: 4px solid #000;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    /*background: #ffffff url(img/icon-select.png) no-repeat 90% 50%;*/
    background: #ffffff;
    font-size: 35px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

    .select-style select {
        padding: 10px 8px;
        width: 130%;
        border: 2px solid #000;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .select-style select:focus {
            outline: none;
        }
option {
    font-size: 30px;
    font-weight: 900;

}
/* ---------------------------------------------- DROP DOWN SELECT LOCATION -------------------------- */


/* ---------------------------------------------- CONTACT FORM -------------------------- */


/* ----------------------- COUNTDOWN CLOCK -------------------- */
span#clock {
    color: #f50000;
}
/* ----------------------- COUNTDOWN CLOCK -------------------- */

.contact-form-header-container {
    /* background: #2d74e5;
    background: -moz-linear-gradient(45deg, #2d74e5 1%, #cc02be 100%);
    background: -webkit-linear-gradient(45deg, #2d74e5 1%,#cc02be 100%);
    background: linear-gradient(45deg, #2d74e5 1%,#cc02be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d74e5', endColorstr='#cc02be',GradientType=1 );*/
    border-top: 8px solid #fff;
    padding: 25px 0 50px 0;
    /*border-top: 8px solid #fff;
    background: #151515;
    background: #aa267e;
    background: -moz-linear-gradient(left, #aa267e 1%, #47348e 100%);
    background: -webkit-linear-gradient(left, #aa267e 1%,#47348e 100%);
    background: linear-gradient(to right, #aa267e 1%,#47348e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa267e', endColorstr='#47348e',GradientType=1 );*/
}
.contact-form-header-text {
    width: 100%;
    text-align: center;
    font-size: 130px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-form-header-subtext {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-form-body-container-outer {width: 100%; float: left; background:#fff; color: #000;}
.contact-form-body-container-left {
    width: 50%;
    float: left;
    padding: 50px 50px 50px 0;
}
.contact-form-body-container-right {
    width: 50%;
    float: left;
    padding: 50px 0 50px 50px;
}
.contact-form-body-container-title {
    font-weight: 900;
    font-size: 70px;
    color: #000;
    letter-spacing: -3px;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-form-body-container-timer {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-form-body-left-row {
    width: 100%;
    float: left;
    padding: 20px 0px 0 0;
}
.contact-form-body-left-row-icon {
    width: 10%;
    float: left;
}
.contact-form-body-left-row-text {
    width: 80%;
    float: left;
    font-size: 22px;
    padding: 0 0 0 20px;
    line-height: 1.6;
}
/* THIS IS THE BLACK FORM STYLING 
.contact-form-input {
    width: 100% !important;
    /* border: none; 
    padding: 20px 20px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    background: #fff !important;
    border-radius: 2px !important;
    background: #000 !important;
    border: none !important;
    color: #fff;
    height: auto !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-form-message {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    border: none;
    padding: 20px 20px;
    margin-bottom: 2px;
    font-size: 23px;
    height: 100px;
    background: #000 !important;
    border: none;
    color: #fff;
}*/



.contact-form-input {
    width: 100% !important;
    border: 3px solid #000;
    padding: 20px 20px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    background: #fff !important;
    border-radius: 2px !important;
    height: auto !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.contact-form-message {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    border: 3px solid #000;
    padding: 20px 20px;
    margin-bottom: 2px;
    font-size: 23px;
    height: 100px;
    background: #fff !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}

.contact-form-submit-btn {
    float: right;
    width: 50%;
    padding: 20px 0;
    border: solid 8px #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    font-weight: 900;
    margin: 10px 0 0 0;
    cursor: pointer;
    border-radius: 5px;
    background: #171717;
    color: #fff !important;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
}



    .contact-form-submit-btn:hover {
        background: #fff;
        color: #000!important;
        transition: all .4s ease;
    }

.contact-form-row {width: 100%; float: left;}
.contact-form-number-of-people {width: 50%;}
.contact-form-row-left {
    width: 50%;
    float: left;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
        padding: 20px 20px 20px 0;
}
.contact-form-row-right {
    width: 50%;
    float: left;
}
.contact-form-two-thirds {
    width: 66.6666%;
    float: left;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 20px 20px 0;
}
.contact-form-two-thirds-no-text {
    width: 66.6666%;
    float: left;

}
.contact-form-row-left span {
    width: 50PX;
    float: right;
}

.contact-form-one-third{
    width: 33.33333%;
    float: left;
}
.contact-form-one-third-text {
    width: 33.33333%;
    float: left;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px;
}


.alert.alert-success {
    font-size: 30px;
    color: #4CAF50;
}


.contact-form-three-quaters {width: 75%; float: left;    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 0px 20px 0;}
.contact-form-one-quater {width: 25%; float: left;}



.booking-form-checkbox {
 -webkit-appearance: checkbox;
width: 40px;
height: 40px;
margin-top: 30px;
float: right;}


						
/* ------------ STRIPE FORM ----------------- */
.contact-form-full-width-lable {
    color: #000 !important;
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    margin: 10px 0 8px 0;
}
.stripe-payments-img-container {width: 100%; margin-top: 15px;}
/* ------------ STRIPE FORM ----------------- */



/* ---------------------------------------------- CONTACT FORM -------------------------- */





/* ---------------------------------------------- CUSTOMERS -------------------------- */
.customers-container-outer {
    width: 100%;
    float: left;
    padding: 60px 0 80px 0;
    background: #000;
    border-top: 8px solid #fff;
}
.customers-container-title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    margin: 0 0 30px 0;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
}
.customers-container-grid-item {
    width: 16.6666%;
    float: left;
    text-align: center;
}
/* ---------------------------------------------- CUSTOMERS -------------------------- */






/* ---------------------------------------------- SUB FOOTER -------------------------- */
.sub-footer-outer-container {
    width: 100%;
    float: left;
    background-image: url('img/BG-Footer-Overlay-min.jpg'); 
    background-size: cover;
    padding: 100px 0;
}
/* --------------- LEFT ------------------- */
.sub-footer-container-left {
    width: 50%;
    float: left;
}

.sub-footer-container-left-logo {
    padding: 0 80px 50px 0;
}
.sub-footer-links-column-left   {width: 33.3333%; float: left;}
.sub-footer-links-column-middle {
    width: 33.3333%;
    float: left;
}
.sub-footer-links-column-right {
    width: 33.3333%;
    float: left;
}
.sub-footer-link-title {
    width: 100%;
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sub-footer-link {
    width: 100%;
    float: left;
    cursor: pointer;
    color: #999999 !important;
    transition: all .4s ease;
}
    .sub-footer-link:hover {
        color: #fff !important;
    }



/* --------------- right------------------- */
.sub-footer-container-right {
    width: 50%;
    float: left;
}
.sub-footer-social-title {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 140px 0 0 50px;
    text-align: right;
}
.sub-footer-social-container {
    width: 100%;
    float: left;
}
.sub-footer-social-item {
    width: 90px;
    float: right;
    margin: 0 0 0 20px;
}
/* ---------------------------------------------- SUB FOOTER -------------------------- */
/* ---------------------------------------------- FOOTER -------------------------- */
.footer-container {
    width: 100%;
    float: left;
    padding: 60px 0 20px 0;
    position: relative;
    text-align: center;
}

.footer-container-title {
    color: #fff;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding: 0 0 50px 0;
    font-family: 'Roboto Condensed', sans-serif;
}



.footer-grid-row {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    display: inline-block;
    margin: 0 10%;
}

.footer-grid-item {
    width: 25%;
    float: left;
    cursor: pointer;
}

.footer-container-bottom-bar {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.footer-container-bottom-left {
    width: 50%;
    float: left;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-container-bottom-right {
    width: 50%;
    float: right;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-company-logos {max-width: 250px;}

/* ---------------------------------------------- FOOTER -------------------------- */



/* ---------------------------------------------- BLOG -------------------------- */
.latest-news-item-container {
    width: 23%;
    float: left;
    margin: 50px 1%;
    border: 4px solid #fff;
    background: #171717;
    text-align: center;
    box-shadow: 8px 7px 11px rgb(0, 0, 0);
    min-height: 600px;
    position: relative;
}
.latest-news-item-container-img-container {
    width: 100%;
    float: left;
    position: relative;

}
.latest-news-item-container-img {
    width: 100%;
    float:left;
}
.latest-news-item-container-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 50px;
}
.latest-news-item-container-text {
    padding: 20px;
}
.latest-news-item-container-btn-container {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.latest-news-item-container-btn {
    padding: 12px 20px;
    border: solid 6px #fff;
    color: #000!important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0 0 0px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    line-height: 1.2;
    width: 80%;
    margin: 10px auto 20px auto;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .4s ease;
    display: inline-block;
 
  
    bottom: 0;
}

.latest-news-item-container-btn:hover {

    color: #fff!important;
    background: #171717;

}
.latest-news-single-page-left-container {width: 75%; float: left; padding: 100px 50px 100px 0;}
.latest-news-single-page-right-container {
    width: 25%;
    padding: 100px 0 100px 50px;
    float: left;
}
.latest-news-other-article-links {
    width: 100%;
    float: left;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(193, 193, 193) !important;
}


    .latest-news-other-article-links:hover {
        color: #fff !important;
        border-bottom: 1px solid #fff;
        transition: all .4s ease;
    }

.latest-news-main-title {
    font-size: 85px;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.788235294117647);
    font-family: 'Roboto', sans-serif;
}

.latest-news-menu-title {
    width: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}


/* ---------------------------------------------- BLOG -------------------------- */




/* ----------------------------------- TEXT PAGES INCLUDING BLOG STYLES ----------------------- */
.text-page-container-narrow {
    width: 100%;
    /* float: left; */
    max-width: 900px;
    margin: 100px auto;
    /* width: 900px; */
}
.text-page-title-large {
    width: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 65px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
}
.text-page-title-medium {
    width: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.text-page-title-small {
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
}
.text-page-intro-paragraph {
    
    font-size: 25px;

    margin-bottom: 15px;
}
.text-page-normal-paragraph {
    font-size: 20px;
    margin-bottom: 15px;
}
.text-page-bold-text-small {
    font-size: 18px;
    font-weight: 900;
}
.text-page-bold-text-medium {
    font-weight: 900;
    font-size: 30px;
}
.text-page-date-small {
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 114px;
    line-height: 1.6;
    font-weight: 900;
}
.text-page-img-full-width {
    width: 100%;
    float: left;
}
.text-indented-list {
    margin-left: 35px;
    margin-bottom: 20px;
}
.text-indented-list-item {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    /* font-family: 'Raleway', sans-serif; */
    margin-top: 0;
    margin-bottom: 10px;
    /* color: #fff; */
    /* font-family: "Proxima Nova",sans-serif; */
    /* color: rgba(42,51,68,.9); */
    list-style: circle;
}
/* ----------------------------------- TEXT PAGES INCLUDING BLOG STYLES ----------------------- */


								
	                          /**
								  * STRIPE SYLING *
 								*/
 								.StripeElement {
									box-sizing: border-box;
									height: auto;
									padding: 10px 12px;
									border: 1px solid transparent;
									border-radius: 4px;
									background-color: white;
									box-shadow: 0 1px 3px 0 #e6ebf1;
									-webkit-transition: box-shadow 150ms ease;								
									transition: box-shadow 150ms ease;	

									
									box-sizing: border-box;
									height: auto;
									padding: 10px 12px;
									border: 3px solid #000;
									border-radius: 0;
									background-color: white;
									box-shadow: 0 1px 3px 0 #e6ebf1;
									-webkit-transition: box-shadow 150ms ease;
									transition: box-shadow 150ms ease;
									padding: 20px 20px 20px 20px!important;
								}

								.StripeElement--focus {
								box-shadow: 0 1px 3px 0 #cfd7df;
								}

								.StripeElement--invalid {
								border-color: #fa755a;
								}

								.StripeElement--webkit-autofill {
								background-color: #fefde5 !important;
								}
								
							
								.ElementsApp, .ElementsApp .InputElement {
									color: #32325d!important;
									font-size: 22px!important;
									font-family: 'Roboto Condensed', sans-serif!important;
									text-transform: uppercase!important;
								}











/* ---------------------------------------- RESPONSIVE -------------------------- */
/* ---------------------------------------- RESPONSIVE -------------------------- */
/* ---------------------------------------- RESPONSIVE -------------------------- */




/* ---------------------------------------------------------- 1600px-------------------- */
@media screen and (max-width:1600px) and (min-width:0) {

    /* ----------------- SEE INSIDE ------------ */
    .see-inside-text-block-item-left {
        padding: 100px 5% 20px 5%;
    }

    .see-inside-text-block-item-right {
        padding: 100px 5% 20px 5%;
    }
    /* ----------------- SEE INSIDE ------------ */


}
/* ---------------------------------------------------------- 1600px-------------------- */



/* ---------------------------------------------------------- 1550px-------------------- */
@media screen and (max-width:1550px) and (min-width:0) {

    /* ----------------- GENERAL------------ */
    .wrap {
        width: 90%;
    }
    /* ----------------- GENERAL------------ */


    /* --------------- EVENT LOCATION GRID ----------------- */
    .event-location-grid-text-container {
        width: 500px;
    }
    .event-location-grid-title-large {
        font-size: 90px;
        margin-top: 30px;
        letter-spacing: -2px;
    }
    /* --------------- EVENT LOCATION GRID ----------------- */


}
/* ---------------------------------------------------------- 1550px-------------------- */


/* ---------------------------------------------------------- 1400px-------------------- */
@media screen and (max-width:1400px) and (min-width:0) {

    /* ----- BLOG -------------- */
    .latest-news-item-container-btn {
        font-size: 26px;
    }
    .latest-news-menu-title {
        font-size: 40px;
    }
    .latest-news-single-page-left-container {
        width: 70%;
        padding: 80px 25px 80px 0;
    }
    .latest-news-single-page-right-container {
        width: 30%;
        padding: 80px 0 80px 25px;
        float: left;
    }
    .latest-news-other-article-links {
        font-size: 28px;
    }
    .latest-news-item-container {
        min-height: 650px;
    }
    /* ----- BLOG -------------- */

}
/* ---------------------------------------------------------- 1400px-------------------- */







/* ---------------------------------------------------------- 1200px-------------------- */
@media screen and (max-width:1200px) and (min-width:0) {
    /* ----------------- GENERAL------------ */
    .wrap {
        width: 95%;
    }
    /* ----------------- GENERAL------------ */



    /* ----------------- MENU ------------ */
    .menu-desktop-deal-text {
        font-weight: 400;
        font-size: 15px;
    }
    /* ----------------- MENU ------------ */



    /* ------------ HEADER ------------ */
    .header-desktop-text-container-logo {
        width: 600px;
    }
    /* ------------ HEADER ------------ */


    /* --------------- SEPERATOR BAR ------------------ */
    .seperator-banner-full-width-btn {
        border: solid 4px #fff;
        font-size: 24px;
    }

    .seperator-banner-number {
        font-size: 50px;
    }

    .seperator-banner-address {
        font-size: 23px;
    }
    .seperator-banner-main-title-large {
        font-size: 100px;
    }
    /* --------------- SEPERATOR BAR ------------------ */


    /* ------------------- EVENT LOCATION GRID -------------- */
    .event-location-grid-text-container {
        width: 90%;
    }


    .event-location-grid-btn-bar-btn-black {
        padding: 10px 8px;
        border: solid 5px #000;
        font-size: 24px;
    }

    .event-location-grid-btn-bar-btn-white {
        padding: 10px 8px;
        border: solid 5px #fff;
        font-size: 24px;
    }

    .event-location-grid-tip {
        font-size: 23px;
        line-height: 1.3;
    }

    .event-location-grid-text {
        font-size: 20px;
    }

    .event-location-grid-title {
        font-size: 55px;
        margin-top: 40px;
        letter-spacing: -3px;

    }
    /* ------------------- EVENT LOCATION GRID -------------- */



    /* ------------------- BOOK NOW -------------- */
    .contact-form-body-container-left {
        padding: 50px 20px 50px 0px;
    }

    .contact-form-body-container-right {
        padding: 50px 0 50px 20px;
    }

    .contact-form-submit-btn {
        width: auto;
        padding: 20px 20px;
    }

    .contact-form-body-left-row-text {
        padding: 0 0 0 20px;
    }


    /* ------------------- BOOK NOW -------------- */


    /* ------------------- SLIDER -------------- */
    .location-slider-item {
        width: 650px;
        height: 480px;
        border: 6px solid #fff;
    }

    .slider-side-image {
        width: 133.2px !important;
  
    }

    .location-slider-btn {
        float: right;
        width: 220px;
        padding: 10px 0px;
        border: solid 6px #fff;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 34px;
        text-align: center;
        line-height: 1;
        font-weight: 900;
        margin: 0 5px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.30980392156862746);
        border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
        box-shadow: 1px 4px 0px -26px rgb(0, 0, 0);
        font-family: 'Roboto Condensed', sans-serif;
    }
    /* ------------------- SLIDER -------------- */
	
	/* -------------------- HEADER BADGE ------------------------- */
.header-promo-badge {
    width: 170px;
    position: absolute;
    right: 10px;
    top: 120px;

    transform: rotate(10deg);
}

/* -------------------- HEADER BADGE -------------------------- */

}
/* ---------------------------------------------------------- 1200px-------------------- */




/* ---------------------------------------------------------- 992px-------------------- */
@media screen and (max-width:992px) and (min-width:0) {


    /* ------------------  HEADER ------------------ */
    .header-desktop-main-title-large {
        font-size: 100px;
    }
    /* ------------------  HEADER ------------------ */


    /* ----------------- SEPERATOR BARS ------------ */
    .seperator-banner-main-title {
        font-size: 100px;
    }
    .seperator-banner-main-title-large {
        font-size: 80px;
    }
    /* ----------------- SEPERATOR BARS ------------ */


    /* ------------------- EVENT LOCATION GRID -------------- */
    .event-location-grid-title-large {
        font-size: 80px;
        margin: 30px 0 10px 0;
        letter-spacing: -2px;
        line-height: .9;
    }
    .event-location-grid-title {
        font-size: 48px;
        margin-top: 30px;
        letter-spacing: -1px;
        line-height: 0.9;padding: 20px 0;
    }
    /* ------------------- EVENT LOCATION GRID -------------- */
    

    /* ----------------- FOOTER------------ */
    .footer-grid-row {
        max-width: 100%;
        margin: 0;
    }

    .footer-grid-item {
        width: 25%;
        padding: 0 30px;
    }

    .footer-container-title {
        padding: 0 0 20px 0;
    }

    .footer-container-bottom-left {
        font-size: 22px;
    }

    .footer-container-bottom-right {
        font-size: 22px;
    }
    /* ----------------- FOOTER------------ */

    /* -------- BLOG --------------------- */
    .latest-news-item-container {
        width: 48%;
        min-height: 680px;
        margin: 25px 1% 25px 1%;
    }
    .latest-news-main-title {
        font-size: 65px;
    }


   /* -------- BLOG --------------------- */


 
    /* -------- CONTACT FORM --------------- */   
	.contact-form-two-thirds {
    		font-size: 19px !important;
	}
	.contact-form-row-left {
    		font-size: 19px !important;
	}
	.contact-form-full-width-lable {
    		font-size: 19px !important;

	}
.contact-form-three-quaters {
    		font-size: 19px !important;
}
    /* -------- CONTACT FORM --------------- */



}
/* ---------------------------------------------------------- 992px-------------------- */


/* ---------------------------------------------------------- 860px-------------------- */
@media screen and (max-width:860px) and (min-width:0) {

    /* -------- MENU --------------- */
    .menu-desktop-deal-text {
        display: none;
    }
    /* -------- MENU --------------- */




    /* ------------ HEADER ------------------------ */
    .header-desktop-text-container {
        bottom: 25px;
    }
    .header-desktop-watch-video-btn {
        padding: 10px 15px;
       font-size: 30px;
    }
    .header-desktop-book-now-btn {
        padding: 10px 15px;
        font-size: 30px;
    }
    .header-desktop-knockout-logo {
        width: 380px;
    }




    /* ------------ HEADER  ------------------------ */




    /* --------------- SEPERATOR BAR ------------------ */
    .seperator-banner-full-width-btn {
        font-size: 22px;
        padding: 12px 5px;
    }
    .seperator-banner-number {
        font-size: 40px;
        letter-spacing: -1px;
    }

 
    /* --------------- SEPERATOR BAR ------------------ */


    /* ------------------ EVENT LOCATION GRID ------------- */
    .event-location-grid-left {
        background-position-x: -200px!important;
    }
    .event-location-grid-right {
        background-position-x: -200px !important;
    }
    .event-location-grid-title-large {
        font-size: 70px;
    }
    .event-location-grid-tip {
        font-size: 20px;
    }
    .event-location-grid-text {
        font-size: 19px;
    }
    .event-location-grid-icon-bar {
        margin: 20px 0 10px 0;
    }

    /* ------------------ EVENT LOCATION GRID ------------- */



    /* ------------------ FAQ's ------------- */
    .FAQ-accordion {
        font-size: 26px;
    }
    .FAQ-text {
        padding: 20px 0;
        font-size: 20px !important;
    }
    /* ------------------ FAQ's ------------- */


    /* ------------------ BOOK NOW ------------- */
    .contact-form-header-text {
        font-size: 100px;
    }
    .contact-form-header-subtext {
        font-size: 30px;
    }
    /* ------------------ BOOK NOW ------------- */



    /* ------------------- BOOK NOW -------------- */
    .contact-form-body-left-row-text {
        padding: 0 0 0 10px;
        line-height: 1.4;
        font-size:20px;
    }
    /* ------------------- BOOK NOW -------------- */



    /* ------------------ SUB FOOTER ------------- */
    .sub-footer-container-left {
        width: 100%;
    }
    .sub-footer-container-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    .sub-footer-social-title {
        text-align: center;
        padding: 30px 0 0 0px;

    }
    .sub-footer-link {
        text-align: center;
    }
    .sub-footer-link-title {
        text-align: center;
    }

    .sub-footer-social-container {
        width: 100%;
        float: left;
        text-align: center;
        width: 300px;
        margin: 0 auto;
        float: none;

    }


    .sub-footer-social-container {
        width: 100%;
        float: left;
        text-align: center;
        width: 300px;
        margin: 0 auto;
        float: none;
    }
    .sub-footer-social-item {
        width: 31.333%;
        float: left;
        margin: 0 1%;
    }
    .sub-footer-container-left-logo {
        padding: 0 200px 20px 200px;

    }
    .sub-footer-outer-container {
        padding: 50px 0;
    }
    .sub-footer-social-container {
        width: 200px;
    }
    /* ------------------ SUB FOOTER ------------- */

    /* ------------------- SLIDER -------------- */
    .location-slider-item {
        width: 500px;
        height: 400px;
        border: 5px solid #fff;
        cursor: pointer;
    }
    .slider-side-image {
        width: 111px !important;
    }
    .location-slider-btn-row {
        bottom: 15px;
        right: 15px;
    }
    .location-slider-btn {
        width: auto;
        padding: 08px 8px;
        border: solid 5px #fff;
        font-size: 31px;

    }
    /* ------------------- SLIDER -------------- */



}
/* ---------------------------------------------------------- 860px-------------------- */



/* ---------------------------------------------------------- 768px-------------------- */
@media screen and (max-width:768px) and (min-width:0) {


    /* ---------------- MENU ----------------- */
    .menu-desktop-main-container-outer {display: none;}
    .menu-outer-container-mobile {display: inline;}
    /* --------- HEADER VIDEO HOMEPAGE -------- */
    #overlay {
        height: auto!important;
    }
    /* ---------------- MENU ----------------- */



    /* ---------------- HEADER ----------------- */

    .header-img-container {
        height: auto;
    }
    /*.header-desktop-text-container {
        top: 200px;
    }*/
    .header-desktop-knockout-logo {
        width: 350px;
    }
    .header-desktop-main-title {
        font-size: 120px;
    }
    .header-desktop-book-now-btn {
        border: solid 5px #fff;
        font-size: 26px;
    }
    .header-desktop-watch-video-btn {
        border: solid 5px #fff;
        font-size: 26px;
    }
    .header-desktop-text-container-logo {
        width: 90%;
    }
    .header-text-container-respond {
        position: absolute;
        bottom: 100px !important;
        top: auto;
    }
    .header-img-desktop {
        display: none;
    }

    .header-img-tablet {
        width: 100%;
        display: inline-block;
    }
    /* ---------------- HEADER ----------------- */


    /* ----------------- SEPERATOR BARS ------------- */
    .seperator-banner-left {
        width: 100%;
        padding-right: 0;
    }
    .seperator-banner-right {
        width: 100%;
        min-height: 0;
        background-image: none;
        padding: 20px 0 30px 0;
    }
    .seperator-banner-main-title {
        font-size: 80px;
        letter-spacing: -2px;
    }

    .seperator-banner-full-width-btn {
        font-size: 21px;
        padding: 10px 8px;
        border: solid 4px #fff;
        color: #fff;
        line-height: 1.2;
        float: left;
        width: auto;
        margin: 0 1%;
    }
    .seperator-banner-main-title {
        margin-top: 50px;
    }
    .seperator-banner-right {
        margin: 10px 0 20px 0;
    }

    .seperator-banner-main-title-large {
        margin-top: 30px;
        font-size:70px;
        letter-spacing: -4px;
    }


    /* ----------------- SEPERATOR BARS ------------- */


    /* ------------------ EVENT LOCATION GRID ------------- */
    .event-location-grid-left {
        background-position-x: -300px !important;
    }

    .event-location-grid-right {
        background-position-x: -300px !important;
    }

    .event-location-grid-title-large {
        font-size: 60px;
    }

    .event-location-grid-tip {
        font-size: 19px;
    }

    .event-location-grid-text {
        font-size: 18px;
    }
    .event-location-grid-btn-bar-btn-black {
        font-size: 21px;
        width: 49%;
        margin: 0 .5%;
        border: solid 4px #000;
    }
    .event-location-grid-btn-bar-btn-white {
        font-size: 21px;
        width: 49%;
        margin: 0 .5%;
        border: solid 4px #fff;
    }
    .event-location-grid-btn-bar {
        margin: 0;
    }
    /* ------------------ EVENT LOCATION GRID ------------- */

    /* ------------------ CUSTOMERS GRID ------------- */
    .customers-container-grid-item {
        width: 33.33333%;
    }
    /* ------------------ CUSTOMERS GRID ------------- */


    /* ------------------ BOOK NOW ------------- */
    .contact-form-body-container-left {
        display: none;
    }
    .contact-form-body-container-right {
        padding: 30px 0;
        width: 100%;
    }
    .contact-form-body-container-title {
        display: none;
    }
    /* ------------------ BOOK NOW ------------- */


    /* ------------------- SLIDER -------------- */
    .location-slider-item {
        width: 460px;
        height: 380px;
        border: 5px solid #fff;
        cursor: pointer;
    }
    .slider-side-image {
        width: 104.6px !important;
    }
    .location-slider-btn {
        width: auto;
        padding: 08px 8px;
        border: solid 5px #fff;
        font-size: 27px;
    }
    /* ------------------- SLIDER -------------- */


    /* ----------------- SUB FOOTER ------------- */
    .sub-footer-container-left-logo {
        padding: 0 100px 20px 100px;
    }
    /* ----------------- SUB FOOTER ------------- */


    /* ----------------- FOOTER ------------- */
    .footer-container-title {
        font-size: 22px;

    }
    .footer-grid-item {
        padding: 0 10px;
    }
    .footer-container-bottom-left {
        font-size: 17px;
    }
    .footer-container-bottom-right {
        font-size: 17px;
    }
    /* ----------------- FOOTER ------------- */


    /* ----- BLOG -------------- */
    .latest-news-menu-title {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 1;
        margin-bottom: 0px;
    }
    .latest-news-other-article-links {
        font-size: 22px;
        padding: 8px 0;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.37);

    }
    .latest-news-single-page-right-container {
        width: 30%;
        padding: 50px 0 50px 10px;
        float: left;
    }
    .latest-news-single-page-left-container {
        width: 70%;
        padding: 50px 10px 50px 0;
    }
    /* ----- BLOG -------------- */
	
	
	
	/* ------------------------------ PROMO BADGE -------------------- */
	.header-promo-badge {
		top: 80px;

	}
		/* ------------------------------ PROMO BADGE -------------------- */


}
/* ---------------------------------------------------------- 768px-------------------- */








/* ---------------------------------------------------------- 600px-------------------- */
@media screen and (max-width:600px) and (min-width:0) {
    /* ----------- GENERAL -------- */
    .wrap {
        width: 98%;
    }
    /* ----------- GENERAL -------- */



    /* ------------------  HEADER ------------------ */
    .header-desktop-main-title-large {
        font-size: 80px;
    }
    /* ------------------  HEADER ------------------ */



    /* ----------------- SEPERATOR BARS ------------- */
    .seperator-banner-full-width-btn {
        font-size: 18px;
        padding: 10px 8px;
        margin: 0 2% 4% 2%;
        border: solid 3px #fff;
        width: 46%;
        float: left;
    }

      /* ----------------- SEPERATOR BARS ------------- */


    /* ------------------ EVENT LOCATION GRID ------------- */
    .event-location-grid-left {
        width: 100%;
        float: left;        
        border-right: none;
        padding-bottom: 50px;
        background-position-x: 0px !important;
        min-height: 500px;
    }
    .event-location-grid-hide-mobile {display: none;}
    .event-location-grid-show-mobile{display: inline-block;}
    .event-location-grid-right {
        width: 100%;
        float: left;
        border-right: none;
        padding-bottom: 50px;
        background-position-x: 0px !important;
        min-height: 500px;
    }
    .event-location-grid-right {
        border-left: none;
    }
    .event-location-grid-title-large {
        font-size: 80px;
        margin: 50px 0 10px 0;
    }
    .event-location-grid-logo-left {
        width: 370px;
        float: left;
        padding: 20px 0 0 20px;
    }
    .event-location-grid-logo-right {
        width: 370px;
        float: right;
        padding: 20px 0 0 20px;
    }
    .event-location-grid-btn-bar-btn-black {
        font-size: 25px;
        border: solid 5px #000;
    }
    .event-location-grid-btn-bar-btn-white {
        font-size: 25px;
        border: solid 5px #fff;
    }
    /* ------------------ EVENT LOCATION GRID ------------- */



    /* ----------------------------- GALLERY GRID ----------------- */
    .gallery-grid-item {
        width: 50%;
    }
    /* ----------------------------- GALLERY GRID ----------------- */


    /* ------------------ BOOK NOW ------------- */
    .contact-form-header-text {
        font-size: 80px;
    }
    .contact-form-header-subtext {
        font-size: 28px;
    }
    /* ------------------ BOOK NOW ------------- */


    /* ------------------- SLIDER -------------- */
    .location-slider-item {
        width: 420px;
        height: 330px;
        border: 5px solid #fff;
        cursor: pointer;
    }
    .slider-side-image {
        width: 91px !important;
    }
    .location-slider-btn-row {
        bottom: 10px;
        right: 5px;
    }
    .location-slider-btn {
        border: solid 4px #fff;
        font-size: 27px;
    }
    /* ------------------- SLIDER -------------- */


    /* --------- CONTACT FORM -------------------- */
    .contact-form-submit-btn {
        width: 100%;

    }
.contact-form-submit-btn {
    width: 100%;
    padding: 20px 20px;
}
    /* --------- CONTACT FORM -------------------- */

    /* ------------ SUB FOOTER ---------------- */
    .sub-footer-outer-container {
        background-image: url('img/BG-Footer-Overlay-mobile-min.jpg');
    }

    /* ------------ SUB FOOTER ---------------- */


    /* ----- BLOG -------------- */
    .latest-news-item-container-btn {
        font-size: 32px;
    }
    .latest-news-item-container {
        width: 98%;
        margin: 25px 1% 25px 1%;
        min-height: 680px;
    }
    .latest-news-single-page-left-container {
        width: 100%;
        padding: 50px 0px 25px 0;
    }
    .latest-news-single-page-right-container {
        width: 100%;
        padding: 25px 0px 50px 0;
    }
    /* ----- BLOG -------------- */
    
       /* ------------- CHATBOT SHOW HIDE -------------------- */
    
        /* - FRESHCHAT ---- */
         .divFreshchatContainer {
            display: none!important;
         }
            div#fc_frame {
                display: none!important;
            }
            
     	 /* - WHATSAPP ---- */       
         .divWhatsAppContainer {
            display: inline-block!important;
         }
         .wwwa__cta {display: inline-block!important;}
         
         /* ------------- CHATBOT SHOW HIDE -------------------- */

}
/* ---------------------------------------------------------- 600px-------------------- */


/* ---------------------------------------------------------- 480px-------------------- */
@media screen and (max-width:480px) and (min-width:0) {


    /* --------------- HEADER ----------- */

    .header-img-tablet {
        display: none!important;
    }
    .header-img-mobile {
        display: inline-block!important;
    }
    /* --------------- HEADER ----------- */


    /* ----------- SEPERATOR BARS ---------- */

    /* ----------- SEPERATOR BARS ---------- */


    /* --------- CONTACT & BOOKING FORM ------------------- */
    .contact-form-row-left {line-height:1;}
        .contact-form-row-left span {
            display: none;
        }
    /* --------- CONTACT & BOOKING FORM ------------------- */

}
/* ---------------------------------------------------------- 480px-------------------- */






/* ---------------------------------------------------------- 390px-------------------- */
@media screen and (max-width:390px) and (min-width:0) {


    /* ----------- FOOTER --------------- */
    .footer-container-title {
        padding: 0 10px 20px 10px;
    }
    /* ----------- FOOTER --------------- */



    /* ----------- HEADER --------------- */
    .header-img-mobile {
        height: 550px;
    }
    .header-desktop-watch-video-btn {
        padding: 9px 8px!important;

    }
    .header-desktop-book-now-btn {
        padding: 9px 8px!important;
    }

    .header-desktop-watch-video-btn {
        font-size: 19px;
    }
    .header-desktop-book-now-btn {
        font-size: 19px;
    }
    .header-text-container-respond {

        bottom: 50px !important;

    }


    .header-desktop-main-title-large {
        font-size: 57px;
        letter-spacing: -2px;
    }


    /* ----------- HEADER --------------- */
    /* ---------- SEPERATOR BARS ------------- */
    .seperator-banner-main-title {
        font-size: 70px;
        margin-top: 35px;
    }

    .seperator-banner-full-width {
        padding: 0px 0 35px 0;
    }
    .seperator-banner-address {
        font-size: 20px;
    }
    .seperator-banner-number {
        font-size: 45px;
        margin-top: 10px;
    }

    /* ---------- SEPERATOR BARS ------------- */



    /*-------- EVENT LOCATION GRID ------------ */
    .event-location-grid-title-large {
        font-size: 59px;
        margin: 30px 0 10px 0;
    }
    .event-location-grid-left {
        background-position-x: -100px !important;
    }
    .event-location-grid-right {
        background-position-x: -100px !important;
    }

    /*-------- EVENT LOCATION GRID ------------ */


    /* ------------ FAQs ------------------- */
    .FAQ-accordion {
        font-size: 20px;
        padding-right: 20px;
    }
    /* ------------ FAQs ------------------- */



    /* ------------- CUSTOMERS GRID ------------- */
    .customers-container-grid-item {
        width: 33.333%;
    }
    .customers-container-title {
        font-size: 30px;
    }
    .customers-container-outer {
        padding: 40px 0 50px 0;
    }
    /* ------------- CUSTOMERS GRID ------------- */


    /* ----------- CONTACT FORM ------------------ */
    .contact-form-header-text {
        font-size: 60px;
        letter-spacing: -1px;
    }
    .contact-form-submit-btn {
        width: 100%;
	margin: 20px 0;

    }
    /* ----------- CONTACT FORM ------------------ */


    /* ------------------- SLIDER -------------- */
    .location-slider-item {
        width: 330px;
        height: 320px;
        border: 5px solid #fff;
        cursor: pointer;
    }
    .slider-side-image {
        width: 88px!important;
    }
    .location-slider-btn-row {
        width: 90%;
    }
    .location-slider-btn {
        font-size: 21px;
        padding: 8px 11px;
    }
    /* ------------------- SLIDER -------------- */


    /* ----------------- SUB FOOTER ------------- */
    .sub-footer-container-left-logo {
        padding: 0 50px 20px 50px;
    }
    .sub-footer-link-title {

        font-size: 18px;

    }
    .sub-footer-link {
        font-size: 16px;
        padding: 3px 0;
    }

    /* ----------------- SUB FOOTER ------------- */



    /* ----------------- FOOTER ------------- */
    .footer-grid-item {
        width: 50%;
    }
    .footer-grid-item {
        padding: 10px 20px;
    }
    .footer-container {
        padding: 40px 0 20px 0;
    }
    /* ----------------- FOOTER ------------- */




}
/* ---------------------------------------------------------- 390px-------------------- */




/* ---------------------------------------- RESPONSIVE -------------------------- */
/* ---------------------------------------- RESPONSIVE -------------------------- */
/* ---------------------------------------- RESPONSIVE -------------------------- */


/* TEMP HIDING STUFF 
.customers-container-outer, .event-location-grid-tip, .event-location-grid-icon-bar {
	display: none;
} */