/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


/* ==========================================================================
   Font Face Starts Here
   ========================================================================== */

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/otham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Light.svg#bf16822e282b4d885cff891f3a65335d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Book.svg#7510147900d23fa3ad697e74bf146ea2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Medium.svg#bdc473fae2f64b1c45b8886bcff81bae') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Bold.svg#6a327a217ddd10461b1acdc4d224fee0') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Janda';
  src: url('../fonts/JandaElegantHandwriting.eot'); /* IE9 Compat Modes */
  src: url('../fonts/JandaElegantHandwriting.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/JandaElegantHandwriting.woff') format('woff'), /* Modern Browsers */
       url('../fonts/JandaElegantHandwriting.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/JandaElegantHandwriting.svg#f672e114b8f57b0f0447edc45d6adef2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-2s2w4m');
  src:url('../fonts/icomoon.eot?#iefix-2s2w4m') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?-2s2w4m') format('truetype'),
    url('../fonts/icomoon.woff?-2s2w4m') format('woff'),
    url('../fonts/icomoon.svg?-2s2w4m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e603";
}
.icon-facebook2:before {
  content: "\e600";
}
.icon-instagram2:before {
  content: "\e601";
}
.icon-tripad:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\ea91";
}

/* ==========================================================================
   Font Face Ends Here
   ========================================================================== */

form
{
	height:100% !important;
}

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{
    float: left;
    padding: 1% 1% 0;
    width: 98%;
    height: auto;
    margin: 0;
}

.main-wrapper{
    position: relative;
    width: 100%;
    /*max-width: 1800px;*/
    margin: 0 auto;
    overflow: hidden;
}

.main-wrapper-inner{
    position: relative;
    width: 100%;
    /*max-width: 1800px;*/
    margin: 0 auto;
    overflow: hidden;
}

.menu-icon{
    background: url(../img/icon-menu.png) no-repeat 0 0 / contain;
    display: none;
    height: 6%;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 7%;
    z-index: 10;
    cursor: pointer;
}


/* ==========================================================================
   Header Styles Starts Here
   ========================================================================== */

.main-header{
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 17px 0;
}

.main-header .main-navigation{
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: middle;
    text-align: center;
}

.main-header .main-navigation ul{
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.main-header .main-navigation ul li{
    float: left;
    margin: 0 12px 0 0;
    padding: 0;
    border-right: 2px solid #000;
    font-family: 'Gotham Book', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}

.main-header .main-navigation ul li:last-child, .main-header .main-navigation ul li:last-child a{
    border: none;
    margin: 0;
}

.main-header .main-navigation ul li a{
    color: #000;
    text-decoration: none;
    margin: 0 12px 0 0;
}

.main-header .main-navigation ul li a:hover, .main-header .main-navigation ul li a.active{
    color: #c2b093;
}


.main-header .social-navigation{
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}

.main-header .social-navigation ul{
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-header .social-navigation ul li{
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}

.main-header .social-navigation ul li:last-child{
    margin: 0;
}

.main-header .social-navigation ul li a{
    color: #c2b093;
    text-decoration: none;
    outline: none;
}

.main-header .social-navigation ul li a:hover{
    color: #000;
}


.send-postcard{
    display: inline-block;
    padding: 5px 25px 3px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
}

.send-postcard:hover{
    background: #8f8276;
}


/* ==========================================================================
   Wrapper Style Starts Here
   ========================================================================== */

.wrapper-container{
    position: relative;
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.wrapper{
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    /*max-width: 1800px;*/
    float: left;
}

.wrapper-contents{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.home{
    background: url(../img/home-background.jpg) no-repeat center bottom / cover;
    width: 100%;
    text-align: center;
    display: table;
}

.center{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.center-links{
    width: auto;
    padding: 0;
    margin: 0;
    opacity: 0;
    display: inline-block;

    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.center-links .logo{
    float: left;
    margin: 0;
    padding: 0 50px;
    outline: none;
    border: none;
    background: #676268;
}

.center-links .logo img{
    max-width: 100%;
}

.center-links .restaurant-container{
    float: left;
    height: 400px;
    background: #fff;
    padding: 0px; 
    display: none;
    width: 190px;
    min-height: 249px;
    cursor: pointer;
}

.center-links .lounge-container{
    float: left;
    height: 400px;
    background: #dedede;
    padding: 0px; 
    display: none;
    width: 190px;
    min-height: 249px;
    cursor: pointer;
}

.center-links .restaurant-container .restaurant{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 19px;
    font-weight: 200;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin: 140px 0 0;
    padding:25px 0 10px;
    outline: 0;
    cursor: pointer;
}

.center-links .lounge-container .lounge{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 19px;
    font-weight: 200;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin: 140px 0 0;
    padding: 25px 0 5px;
    outline: 0;
}

.center-links .restaurant-container .restaurant:hover{
    /*background: url(../img/restaurant-arrow.png) no-repeat center top #cacaca;*/
}

.center-links .lounge-container .lounge:hover{
    /*background: #cacaca;*/
}

.center-links .restaurant-container ul{
    float: left;
    width: 80%;
    padding: 0 0 0 20%;
    margin: 0;
    list-style-type: none;
    display: none;
}

.center-links .lounge-container ul{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 27%;
    width: 73%;
    display: none;
}

.center-links .restaurant-container ul li, .center-links .lounge-container ul li{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Gotham Medium', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.center-links .restaurant-container ul li a, .center-links .lounge-container ul li a{
    color: #000;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.center-links .restaurant-container ul li a:hover, .center-links .lounge-container ul li a:hover{
    color: #c2b093;
}

.reserve-container{
    background: #aca094 none repeat scroll 0 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: -100%;
    width: 190px;
    min-height: 249px;
    height: 400px;
}

.reserve-now{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 19px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 150px 0 0;
    padding: 25px 0 10px;
}

.reserve-now:hover{
    /*background: url(../img/reserve-arrow.png) no-repeat center top #908377;*/
}

.reserve-now-inner{
    background: #aca094;
    position: absolute;
    right: 0;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 19px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 14px 16px;
    z-index: 100;
    display: block;
}

.reserve-now-inner:hover{
    background: #988877;
}

.reserve-now-container-mobile{
    display: none;
    position: relative;
    z-index: 1000;
}

.close-reservation-mobile{
    display: none;
}

.close-reservation{
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    cursor: pointer;
    display: none;
}

.close-reservation-inner{
    background: #aca094;
    position: absolute;
    right: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
    display: none;
    margin: 0;
    padding: 18px 14px 16px;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.close-reservation-inner span::before{
    margin-right: 10px;
}

.close-reservation-inner:hover{
    background: #988877;
}


/* ==========================================================================
   Right Panel Style Starts Here
   ========================================================================== */
.reservation-container{
    position: absolute;
    background: #f7f8f9;
    right: 0;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 99994;
}

.reservation-form{
    width: 80%;
    float: left;
    padding: 0 10%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20px;
}

#reservation-form-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 80%;
  padding: 0 0 20px 0;
}

.reservation-form-inner{
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#inner-form-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 95%;
  padding: 0 0 20px 0;
}

#reservation-form-inner .iScrollIndicator{
    background: #dedede !important;
}

.reservation-form .breadcrumbs{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.reservation-form .breadcrumbs li{
    float: left;
    width: auto;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    color: #aca094;
    font-size: 14px;
    font-weight: 400;
    border-right: 2px solid #aca094;
    line-height: normal;
}

.reservation-form .breadcrumbs li a{
    color: #aca094;
    font-weight: 400;
    text-decoration: none;
}

.reservation-form .breadcrumbs li:last-child{
    border: none;
}

.reservation-form h3, .reservation-form-inner h3, .left-content-big h3, .inner-contents h3{
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
}
 .inner-contents h3{
     float:none;
     text-align:center;
 }

.reservation-form h4, .reservation-form-inner h4, .left-content-big h4, .inner-contents h4{
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 20px;
    padding: 0;
}

.reservation-form p, .reservation-form-inner p, .left-content-big p{
    float: left;
    width: 100%;
    color: #999999;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 20px;
    padding: 0;
}

.reservation-form .left, .reservation-form-inner .left{
    border-right: 1px solid #aca094;
    float: left;
    height: 100%;
    padding: 0 8% 0 0;
    width: 42%;
    margin: 0 0 30px 0;
    position: relative;
}

.reservation-form .right, .reservation-form-inner .right{
    float: left;
    height: 100%;
    padding: 0 0 0 8%;
    width: 41%;
}

.reservation-form .forms p, .reservation-form-inner .forms p{
    color: #808080;
    margin: 0 0 5px;
    font-size: 16px;
}

.reservation-form .forms .mandatory, .reservation-form-inner .mandatory{
    float: left;
    width: 100%;
    color: #aca094;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 0;
}

.reservation-form .forms .input-container, .reservation-form-inner .forms .input-container{
    float: left;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    color: #797979;
    position: relative;
}

.reservation-form .forms .two-inputs .selectboxit-container, .reservation-form-inner .forms .two-inputs .selectboxit-container{
    width: 23%;
    margin: 0 2% 0 0;
    float: left;
}

.reservation-form .forms .input-container input[type=text], .reservation-form-inner .forms .input-container input[type=text]{
    background: #aca094;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    float: left;
    margin: 0;
    padding: 10px 10px;
    width: 98%;
    border: none;
    outline: 0;
    box-sizing: border-box;
}

.reservation-form .forms .input-container .dark-bg, .reservation-form-inner .forms .input-container .dark-bg{
    background: #aca094 !important;
}

.reservation-form .forms .input-container .cc-num, .reservation-form-inner .forms .input-container .cc-num{
    width: 98% !important;
    margin: 0 0 5px 0 !important;
}

.reservation-form .forms .input-container .cc-num:last-child, .reservation-form-inner .forms .input-container .cc-num:last-child{
  
    margin: 0;

}

.reservation-form .forms .input-container .expiry, .reservation-form-inner .forms .input-container .expiry{
    width: 30% !important;
}

.reservation-form .forms .input-container .small, .reservation-form-inner .forms .input-container .small{
    width: 100% !important;
    margin: 0 2% 0 0 !important;
}

.reservation-form .forms .input-container .small-textbox, .reservation-form-inner .forms .input-container .small-textbox{
    width: 29% !important;
    margin: 0 2% 0 0 !important;
}

.reservation-form .forms .input-container .normal, .reservation-form-inner .forms .input-container .normal{
    width: 73% !important;
}

.reservation-form .forms .input-container .normal2, .reservation-form-inner .forms .input-container .normal2{
    width: 67% !important;
}

.reservation-form .forms .input-container .date, .reservation-form-inner .forms .input-container .date{
    background: url(../img/icon-calendar.png) no-repeat 97% center #aca094 !important;
}

.reservation-form .forms .input-container .clock, .reservation-form-inner .forms .input-container .clock{
    background: url(../img/icon-time.png) no-repeat 97% center #ccc !important;
}

.reservation-form .forms .input-container label, .reservation-form-inner .forms .input-container label{
    color: #797979;
    float: left;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: 0 2% 0 0;
}

.reservation-form .forms .input-container textarea, .reservation-form-inner .forms .input-container textarea{
    background: #aca094;
    float: left;
    width: 92%;
    padding: 10px 3%;
    margin: 0;
    height: 100px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    resize: none;
    border: none;
}

.reservation-form .forms .input-container label.signup, .reservation-form-inner .forms .input-container label.signup{
    font-size: 12px;
    font-style: normal;
    color: #b8b8b8;
    float: none;
    margin: 0;
    padding: 0;
}

.operation-hours, .contacts{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.operation-hours:last-child, .contacts:last-child{
    margin-bottom: 40px;
}

.operation-hours h6{
    color: #000;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 2px;
    padding: 0;
}

.operation-hours p{
    color: #808080 !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
}

.operation-hours p span{
    float: left;
    width: 37%;
}

.contacts h6{
    color: #808080;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 2px;
    padding: 0;
}

.contacts p{
    color: #000 !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
}

.find-us{
    background: url(../img/icon-location.png) no-repeat left 3px;
    float: left;
    width: 100%;
    color: #aca094;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 23px;
    margin: 10px 0 0 0;
}

.tabs-main-container{
    position: relative;
    float: left;
    height: 85%;
    width: 100%;
    overflow: hidden;
}

.tabs-container{
    width: 100%;
    float: left;
    padding: 0;
    height: 100%;
    position: absolute;
}

#menu-tabs-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
  padding: 0;
}


/* ==========================================================================
   Inner Pages Style Starts Here
   ========================================================================== */
.inner{
    width: 100%;
    background: #dedede;
}

.left-panel{
    width: 17%;
    margin: 0;
    padding: 0;
    position: relative;
    background: #dedede;
    height: 100%;
    z-index: 100;
    float: left;
    display: block;
}

.left-panel .inner-logo{
    background: #676268 none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 45%;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

.left-panel .inner-logo img{
    max-width: 100%;
    max-height: 100%;
}

.the-restaurant{
    float: left;
    width: 100%;
    padding: 7% 0%;
    background: #fff;
    margin: 0;
}

.the-lounge{
    float: left;
    width: 100%;
    padding: 10% 0%;
    background: none;
    margin: 0;
}

.the-restaurant .restaurant-inner,
.the-lounge .lounge-inner{
    float: left;
    width: 88%;
    text-align: left;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 3px;
    padding: 2% 5% 1% 9%;
}

.the-restaurant .restaurant-inner:hover{
    background: #a3a3a3;
    color: #fff;
}

.the-lounge .lounge-inner:hover{
    background: #fff;
    color: #a3a3a3;
}

.the-restaurant ul,
.the-lounge ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

.the-restaurant ul li{
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Gotham Medium', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #a3a3a3;
    text-transform: uppercase;
    margin: 0 0 3px;
    padding: 0;
    line-height: 1.2em;
}

.the-restaurant ul li a{
    color: #a3a3a3;
    width: 85%;
    padding: 2% 5% 1% 10%;
    margin: 0;
    text-decoration: none;
    float: left;
    outline: 0;
}

.the-restaurant ul li a:hover, .the-restaurant ul li a.active{
    background: #a3a3a3;
    color: #fff;
}

.the-lounge ul li{
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Gotham Medium', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 3px;
    padding: 0;
    line-height: 1.2em;
}

.the-lounge ul li a{
    color: #fff;
    width: 85%;
    padding: 2% 5% 1% 10%;
    margin: 0;
    text-decoration: none;
    float: left;
}

.the-lounge ul li a:hover, .the-lounge ul li a.active{
    background: #fff;
    color: #a3a3a3;
}

.inner-header{
    float: left;
    height: 45%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 83%;
    background: #f7f7f7;
}

.no-header-image{
    height: auto;
    overflow: initial;
}

.inner-header figure{
    float: left;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.inner-header figure img{
    position: absolute;
    //top: 0;
    bottom:0;
    width: 100%;
    height: auto;
}

.inner-header figure .inner-header-logo{
      position: absolute;
      display: none;
      width: 12%;
      height: auto;
      padding: 0 20px;
      background-color: #676268;
      left: 39%;
}

.inner-header figure .inner-header-logo img{
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
}

.inner-header .breadcrumbs{
    left: 5%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    width: 79%;
    z-index: 100;
}

.inner-header .breadcrumbs li{
    float: left;
    width: auto;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-right: 2px solid #fff;
    line-height: normal;
}

.inner-header .breadcrumbs li a{
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.inner-header .breadcrumbs li a:hover{
    color: #fff;
    font-weight: bold;
}

.inner-header .breadcrumbs li:last-child{
    border: none;
}

.inner-header .black li{
    color: #000;
    border-right: 2px solid #000;
}


.inner-header .black li a{
    color: #000;
}

.inner-header .black li a:hover{
    color: #000;
    font-weight: bold;
}

.inner-contents{
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    height: 55%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 83%;
}

.full-height{
    height: 100%;
}

.inner-left-contents{
    background: #f7f7f8 none repeat scroll 0 0;
    float: left;
    height: 55%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.inner-left-contents-container{
    float: left;
    width: 100%;
    padding: 0;
    margin: 3% 0 0;
    height: 85%;
    position: relative;
    overflow: hidden;
}

#inner-left-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
  padding: 0;
}

.inner-right-contents{
    /*background: #fff none repeat scroll 0 0;*/
    float: left;
    height: 55%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.inner-right-contents-container{
    float: left;
    width: 100%;
    padding: 0;
    margin: 3% 0 0;
    height: 85%;
    position: relative;
    overflow: hidden;
}

#inner-right-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
  padding: 0;
}

.inner-right-contents .left-form{
    float: left;
    width: 48%;
    margin: 30px 2% 0 0;
    padding: 0;
}

.inner-right-contents .right-form{
    float: left;
    width: 48%;
    margin: 30px 0 0;
    padding: 0;
}

.listing-contents{
    float: left;
    width: 90%;
    padding: 0 5%;
    margin: 2% 0 0 0;
    height: 85%;
    overflow: hidden;
    position: relative;
}

.exclusive{
    padding: 0 0 0 5%;
    width: 95%;
}

#listing-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 90%;
  padding: 0;
  top: 0;
}

#listing-scroller.exclusive{
    padding: 0;
    width: 90%;
}

.vacancy-container{
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0;
}

.vacancy-container:last-child{
    margin: 0 0 30px;
}

.vacancy-container .vacancy{
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    padding: 0;
}

.vacancy-container .vacancy:last-child{
    margin: 0 0 0 2%;
}

.vacancy-container .vacancy:first-child{
    margin: 0 2% 0 0;
}

.vacancy-container .vacancy h6{
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}

.vacancy-container .vacancy .apply-button{
    float: right;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #aca094;
    padding: 1% 10%;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}


.vacancy-container .vacancy .apply-button:hover{
    background: #988877;
}

.left-content{
    float: left;
    height: 78%;
    margin: 3% 0 0;
    overflow: hidden;
    padding: 0 0 0 5%;
    position: relative;
    width: 45%;
}

#left-content-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 85%;
  padding: 0;
  top: 0;
}

.left-content-big{
    float: left;
    height: 100%;
    width: 63%;
    padding: 0 5%;
    margin: 0;
    position: relative;
}

.left-content-big-container{
    float: left;
    width: 100%;
    margin: 10% 0 0;
    height: 80%;
    overflow: hidden;
    position: relative;
}

.left-content-big .menu-span{
    float: left;
    width: 100%;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #676268;
    margin: 0 0 15px;
    padding: 0;
}

.left-content-small{
    float: left;
    height: 100%;
    margin: 0;
    padding: 0 5%;
    position: relative;
    width: 42%;
}

.left-content-small-container{
    float: left;
    width: 100%;
    margin: 10% 0 0;
    height: 85%;
    overflow: hidden;
    position: relative;
}

.left-content-small .menu-span{
    float: left;
    width: 100%;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #676268;
    margin: 0 0 15px;
    padding: 0;
}

.left-content h1, .inner-contents h1{
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 25px;
    padding: 0;
}

.inner-left-contents h1, .inner-right-contents h1{
    float: left;
    width: 95%;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 25px;
    padding: 0;
}

.left-content h1:first-child, .inner-contents h1:first-child, .inner-left-contents h1:first-child, .inner-right-contents h1:first-child{
    margin-top: 0px;
}

.left-content p, .inner-contents p{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #999;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    /*
    text-align: justify;
        */
}

.inner-left-contents p, .inner-right-contents p{
    float: left;
    width: 95%;
    font-size: 20px;
    font-weight: 400;
    color: #999;
    margin: 0 0 20px;
    padding: 0;
}

.left-content p:last-child, .inner-contents p:last-child, .inner-left-contents p:last-child, .inner-right-contents p:last-child{
    margin: 0;
}

.right-content{
    float: left;
    height: 78%;
    margin: 0;
    padding: 3% 0 0;
    position: relative;
    width: 50%;
}

.right-content figure{
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 3%;
    width: 100%;
    box-sizing: border-box;
}

.right-content figure img{
    width: 100%;
}

.right-content-small{
    float: left;
    width: 29%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.right-content-small img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.right-content-big{
    float: left;
    width: 48%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.right-content-big img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.inner-form-container{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.inner-form-container .reservation-form{
    height: 100%;
    padding: 0;
    width: 100%;
    top: 0;
}

.inner-form-container .reservation-form h4,
.inner-form-container .reservation-form p{
    padding-right: 10%;
    width: 90%;
}


.contents{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    height: 100%;
}

.contents-container{
    float: left;
    width: 100%;
    margin: 2% 0 0;
    height: 85%;
    overflow: hidden;
}

.contents-container h1{
    float: left;
    width: 90%;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0 0 25px;
    padding: 0 5%;
    display: none;
    text-transform: uppercase;
}

.contents h1{
    text-align: left;
    width: 100%;
}

.contents h2{
    text-align: left;
    width: auto;
    float: left;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 3%;
    padding: 0 0 0 4%;
    text-transform: uppercase;
}

.contents .filter{
    float: right;
    width: 30%;
    text-align: right;
}

.contents .filter label{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #808080;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 1.2em;
}

.contents .filter .select-container{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.contents .filter select{
    display: inline-block;
    vertical-align: middle;
}

.contents .filter  .selectboxit-container *{
    white-space: inherit;
}

.contents .filter  .selectboxit-container .selectboxit{
    width: 95% !important;
    height: 28px;
    white-space: nowrap;
    text-align: left;
    padding-left: 5px;
}

.contents .filter .selectboxit-list li{
    text-indent: 0;
}

.contents .filter .selectboxit-container span, .contents .filter .selectboxit-container .selectboxit-options a{
    height: auto;
    line-height: 1.5em;
    padding: 5px 5px 3px 10px;
}

.contents .filter .selectboxit-container{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.contents .filter .selectboxit-container .selectboxit-options{
    min-width: 0 !important;
    width: 100% !important;
}

.contents .filter .selectboxit-option-icon-container {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.contents .filter .selectboxit-text{
    padding-left: 0 !important;
    width: 87%;
}

.contents .filter .selectboxit-arrow-container{
    top: 30%;
    width: 14px;
}



/***** Image Gallery *****/
.image-gallery{
    display: inline-block;
    margin: 0;
    width: 32%;
    padding: 0;
    position: relative;
}

.image-gallery a{
    border: none;
    outline: 0;
}

.slider-thumbs{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.thumbs:hover img{
    border: 5px solid #676268;
    width: 80%;
}

/***** Downloads Gallery *****/
.downloads-gallery{
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    height: 100%
}

.downloads-gallery a{
    border: none;
    outline: 0;
}

.downloads{
    display: inline-block;
    margin: 0;
    padding: 0 50px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.downloads .slick-list, .downloads .slick-track{
    height: 100%;
}

.downloads .download-content{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    outline: 0;
    border: none;
    text-align: center;
}

.downloads .download-item{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 50%;
    margin: 0 0 -1px;
    overflow: hidden;
}

.downloads .download-item img{
    max-width: none;
    height: 100%;
    width: 100%;
}

.downloads .download-item .download-image{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: auto;
    width: auto;
}

.downloads .download-item:last-child{
    margin: 0;
}

.downloads .pt{
    background: #484549;
}

.downloads .pdf{
    background: #000;
}

.downloads .left-icon{
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 15% !important;
    width: auto !important;
}

.downloads .download-icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 15% !important;
    width: auto !important;
}


/***** Liquors Collection Gallery *****/
.collection-gallery{
    display: inline-block;
    height: 80%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.collection-gallery a{
    border: none;
    outline: 0;
}

.collection{
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0 50px;
    text-align: center;
    width: 100%;
}

.collection .slick-list, .collection .slick-track{
    height: 100%;
}

.collection .collection-content{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    outline: 0;
    border: none;
    text-align: center;
    cursor: pointer;
}

.collection .collection-item{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 0 -1px;
    overflow: hidden;
    cursor: default;
    height: 100%;
}

.collection .collection-item a{
    float: left;
    height: 100%;
    outline: 0 none;
    text-align: center;
}

.collection .collection-item a img{
    display: inline-block;
    height: 80%;
    max-height: 350px;
    max-width: 100%;
}

.collection .collection-item a span{
    float: left;
    margin: 5% 0 0;
    width: 80%;
    padding: 0 10%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 15%;
}

.collection-item-description{
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 3% 5%;
    background: #aca094;
    z-index: 100;
    float: left;
    display: none;
    box-sizing: border-box;
}

.collection-item-description h6{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    float: left;
    width: 90%;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
}

.collection-item-description p{
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.collection-item-description p:last-child{
    margin: 0 0 10px 0;
}

.collection .collection-item:last-child{
    margin: 0;
}

.collection .slick-prev, .collection .slick-next{
    top: 32%;
}

.collection-scroller{
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  width: 85%;
  padding: 0;
}

.collection-close{
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 200;
    display: none;
}

.collection-open{
    color: #aca094;
    font-size: 32px;
    position: absolute;
    right: 4px;
    top: -5px;
    z-index: 199;
    display: block;
    line-height: normal;
}

.downloads .slick-prev, .collection .slick-prev{
    left: 5px;
}

.downloads .slick-next, .collection .slick-next{
    right: 5px;
}


/* ==========================================================================
   Footer Style Starts Here
   ========================================================================== */
footer{
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 200;
}

footer a.language-button{
    float: right;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    color: #f2f2f2;
    margin: -2px 40px 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.inner-footer a.language-button{
    color: #000;
}

footer a:hover, footer a.active{
    color: #c2b093 !important;
}

footer .right-links{
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 10px;
	margin-right: 30px;
}

footer .left-links{
    float: left;
    width: auto;
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
}

footer .right-links li, footer .left-links li{
    float: left;
    font-family: 'Gotham Book', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    line-height: normal;
}

.inner-footer .right-links li, .inner-footer .left-links li{
    border-right: 1px solid #000;
    color: #000;
}

footer .right-links li:last-child, footer .left-links li:last-child{
    padding: 0;
    margin: 0;
    border: none;
}

footer .right-links li a, footer .left-links li a{
    text-decoration: none;
    font-family: 'Gotham Book', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.inner-footer .right-links li a, .inner-footer .left-links li a{
    color: #000;
}


/* ==========================================================================
   Popup Style Starts Here
   ========================================================================== */

.tandc-container{
    width: 80%;
    display: none;
    padding: 10%;
    float: left;
    text-align:justify;
}
.tandc-cont{
    width: 80%;
	display: none;
    padding: 10%;
    float: left;
}

.newsletter-container, .presskit-container, .applyNow-container{
    width: 80%;
	display: none;
    padding: 10% 10% 11%;
    float: left;
}

.thankyou-container, .applythankyou-container, .contactyou-container, .excludive-container, .voucher-container, .logvoucher-container {
    width: 70%;
    display: none;
    padding: 15% 15% 16%;
    float: left;
}
 

.tandc-container h3, .newsletter-container h3, .presskit-container h3, .applyNow-container h3{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.tandc-container h3, .newsletter-container h3, .presskit-container h3, .applyNow-container h3{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.tandc-container h3{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 26px 0 20px 0;
    padding: 0;
}

.tandc-container p, .newsletter-container p, .presskit-container p, .applyNow-container p{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0 0 10px 0;
    padding: 0;
}

.tandc-container .required, .newsletter-container .required, .presskit-container .required, .applyNow-container .required, .thankyou-container .required{
    color: #676268;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.thankyou-container h3{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

.thankyou-container p{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.popup-forms{
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

.popup-forms .input-container, .left-form .input-container{
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    position: relative;
}

.popup-forms .input-container input[type=text]{
    float: left;
    width: 92%;
    padding: 10px;
    background: #aca094;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    border: none;
    outline: 0;
}

.left-form .input-container input[type=text]{
    float: left;
    width: 90%;
    padding: 10px;
    background: #aca094;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    border: none;
    outline: 0;
    box-sizing: border-box;
}

.sometext{
    float: left;
    width: 97%;
    padding: 10px;
    background: #ccc;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    border: none;
    outline: 0;
    box-sizing: border-box;
}

.right-form .input-container textarea{
    float: left;
    width: 98%;
    padding: 10px;
    background: #aca094;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    border: none;
    resize: none;
    min-height: 196px;
    box-sizing: border-box;
    outline: 0;
}

button[type=submit]{
    background: #aca094 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 5px 0 0;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    width: 98%;
    box-sizing: border-box;
    outline: 0;
}
.button[type=submit]{
    background: #aca094 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 5px 0 0;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    width: 98%;
    box-sizing: border-box;
    outline: 0;
}

button[type=submit]:hover{
    background: #988877;
}
.button[type=submit]:hover{
    background: #988877;
}

.NFI-wrapper {
    display: block !important;
    margin: 0;
    position: relative;
    width: 100%;
}

.NFI-button{
    background: none;
    color: #808080;
    padding: 6px 0 6px 10px;
    text-align: left !important;
    width: 97%;
    z-index: 9;
}

.NFI-current{
    max-width: none;
    position: absolute !important;
    width: 100%;
    z-index: 10;
    height: 100% !important;
}

.NFI-filename{
    background: #fafafa none repeat scroll 0 0 !important;
    border: 1px solid #f1f1f1 !important;
    padding: 8px 10px 4px !important;
    position: absolute;
    width: 93% !important;
    z-index: 0;
    color: #808080 !important;
}

.error-message{
    float: left;
    width: 99%;
    color: #aa0606;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    margin: 5px 0 0 0;
    padding: 0 0 0 1%;
    display: none;
}

.error{
    border-bottom: 2px solid #f80b0b !important;
}


.send-postcard-container{
    display: none;
    float: left;
    height: 100% !important;
    padding: 0;
    width: 100%;
    overflow: auto;
    background: #FFF;
}

.postcard-container-steps{
    float: left;
    height: 100%;
    vertical-align: top;
    width: 26%;
}

.steps-container{
    background: #aca094 none repeat scroll 0 0;
    height: 100%;
    /*overflow: hidden;*/
    width: 100%;
}

.steps{
    background: #aca094 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 100%;
    margin: 0;
    padding: 35% 0 0;
    text-align: center;
    width: 100%;
    position: relative;
}

.steps .close-postcard{
    display: none;
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    position: absolute;
    left: 5px;
    top: 5px;
}

.steps ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.steps ul li{
    float: left;
    padding: 13% 5%;
    margin: 0;
    width: 90%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.steps ul li:first-child{
    border-top: 1px solid #fff;
}

.steps ul li.active{
    background: #fff;
    color: #aca094;
}


.step1{
    display: block;
}

.fancybox-send-postcard .step1 .continue{
    margin-bottom: 30px;
}

.step2{
    display: none;
}

.step3{
    display: none;
}

.step4{
    display: none;
}

.postcard-thankyou{
    display: none;
}

.step-contents{
    float: left;
    width: 58%;
    overflow: hidden;
    padding: 6% 8% 0;
    height: 100%;
    background: #fff;
    position: relative;
}

.step-contents h6{
    float: left;
    width: auto;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #aca094;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 1px solid #aca094;
    text-transform: uppercase;
}

.step-contents h5{
    float: left;
    width: 100%;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.step-contents textarea{
    float: left;
    margin: 40px 0 0 0;
    padding: 2%;
    width: 90%;
    height: 320px;
    border: 1px solid #d5cfc9;
    resize: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #aca094;
    overflow: hidden;
    outline: 0;
}

.step-contents span{
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #b6b5b5;
    width: 100%;
}

.step-contents .characters{
    float: right;
    margin: 5px 0 0 0;
    padding: 0 30px 0 0;
    font-family: 'Gotham Book', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #aca094;
    width: 90%;
    text-align: right;
}

.step-contents .from-form{
    float: left;
    width: 100%;
    margin: 25px 0 20px 0;
    padding: 0;
}

.step-contents .from-form h5, .step-contents .to-form h5{
    margin: 0 0 10px 0;
}

.step-contents .to-form{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.step-contents .input-container{
    float: left;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    color: #797979;
}

 
.step-contents .input-container input[type=text]{
    background: #aca094;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    float: left;
    margin: 0;
    padding: 8px 3%;
    width: 285px;
    border: none;
    outline: 0;
    display:inline;
    white-space:nowrap;
}

.step-contents .your-postcard{
    float: left;
    margin: 30px 0 30px 0;
    padding: 2px 13px 13px;
    min-width: 500px;
    min-height: 350px;
    border: 1px solid #dfe0e0;
    background: #f9f9f9;
    position: relative;
}

.your-postcard .logo-stamp{
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.your-postcard .logo-stamp .postcard-logo{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}

.your-postcard .logo-stamp .stamp{
    position: absolute;
    right: 5px;
    top: 10px;
}

.your-postcard .postcard-image{
    float: left;
    margin: 0 3% 0 0;
    max-height: 238px;
    max-width: 47%;
    padding: 0;
    position: relative;
}

.your-postcard .postcard-image img{
    max-width: 100%;
}

.your-postcard .postcard-image .postcard-logo{
    display: none;
    position: absolute;
    top: 3%;
    left: 3%;
    width: 15%;
}

.your-postcard .message-container{
    border-left: 1px solid #aca094;
    float: left;
    height: 215px;
    margin: 5px 0 0;
    padding: 10px 0 0 3%;
    width: 46%;
}

.your-postcard .message-container h6{
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border: none;
    text-transform: none;
}

.your-postcard .message-container h6 span{
    float: none;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}


.your-postcard .message-container h6:last-child{
    text-align: right;
}

.your-postcard .message-container p{
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    word-wrap: break-word;
}

.postcards-gallery {
    display: none;
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.postcards {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 99%;
}

.postcards .postcard-content {
    border: medium none;
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.postcards .postcard-item {
    cursor: pointer;
    float: left;
    height: 165px;
    margin: 0 0 30px;
    max-width: 227px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.postcards .postcard-item img{
    max-width: 100%;
}

.postcards .postcard-item .postcard-check{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/postcard-check.png) no-repeat 0 0 / cover;
    display: none;
    top: 0;
    left: 0;
}

.postcards .slick-prev, .postcards .slick-next {
    top: 42%;
}

.postcards .slick-prev{
    left: -10%;
}

.postcards .slick-next{
    right: -4%;
}

.submit-postcard{
    float: right;
    padding: 3px 50px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 10px;
    display: block;
}

.continue{
    float: right;
    padding: 3px 50px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 10px;
    display: block;
}

.back{
    float: right;
    padding: 3px 50px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 0;
    display: block;
}

.send-another{
    float: left;
    padding: 3px 50px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    margin: 40px 0 0;
    display: block;
}

.continue:hover, .back:hover, .submit-postcard:hover, .send-another:hover{
    background: #8f8276;
}

.iScrollIndicator{
    background: #dedede !important;
}




/* ==========================================================================
   Mobile Menu Style Starts Here
   ========================================================================== */
.mobile-menu-container{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;   
    background: url(../img/fancybox_overlay.png) repeat 0 0;
    z-index: 99995;
    opacity: 0;
}

.mobile-menu{
    float: left;
    width: 290px;
    height: 94%;
    padding: 4% 0;
    background: #fff;
    overflow: auto;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu ul li{
    float: left;
    width: 80%;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 19px;
    color: #000;
    margin: 0 0 15px;
    padding: 0 10%;
    text-transform: uppercase;
}

.mobile-menu ul li:last-child{
    margin: 0;
}

.mobile-menu ul li a.active{
  color: #aca094;
}  

.mobile-menu ul li a{
    color: #000;
    text-decoration: none;
}

.mobile-menu ul li ul{
    margin: 5px 0 0 0;
    display: none;
}

.mobile-menu ul li ul li{
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 10px;
} 

.mobile-menu ul li ul li a{
    color: #717171;
}

.mobile-menu ul li ul li a.active{
  color: #aca094 !important;
}

.send-postcard-mobile{
    float: left;
    padding: 10px 10%;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 19px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
    margin: 15px 0 0 0;
}

.social-navigation-mobile{
    position: relative !important;
    width: auto !important;
    padding: 0 0 0 10% !important;
    margin: 20px 0 0 0 !important;
    list-style: none !important;
}

.social-navigation-mobile li{
    float: left !important;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    width: auto !important;
    padding: 0 !important;
}

.social-navigation-mobile li:last-child{
    /*border-right: 1px solid #c2b093;*/
    padding: 0 15px 0 0 !important;
}

.social-navigation-mobile li a{
    color: #c2b093 !important;
    text-decoration: none !important;
    outline: none !important;
}

.language-button-mobile{
    float: left;
    margin: 18px 0 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 200;
    width: auto;
    padding: 0;
    color: #c2b093 !important;
    text-decoration: none !important;
    outline: none !important;
}

.close-menu{
    color: #fff;
    font-size: 22px;
    float: left;
    cursor: pointer;
    display: none;
    margin: 15px 0 0 4px;
}




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    text-align: center;
}


.input-container  ::-webkit-input-placeholder { color: #fff; opacity: 1; }

.input-container  :-moz-placeholder { color: #fff; opacity: 1; }

.input-container  ::-moz-placeholder { color: #fff; opacity: 1; }

.input-container  :-ms-input-placeholder { color: #fff; opacity: 1; }

.NFI-wrapper ::-webkit-input-placeholder { color: #808080 !important; opacity: 1; }

.NFI-wrapper :-moz-placeholder { color: #808080 !important; opacity: 1; }

.NFI-wrapper ::-moz-placeholder { color: #808080 !important; opacity: 1; }

.NFI-wrapper :-ms-input-placeholder { color: #808080 !important; opacity: 1; }

.credit-card-field, .credit-card-field-inner{
  display: block;
}

.comments-field-contact{
  
  display: block;
  outline: 0;

}

.comments-field, .comments-field-inner{
    display: none;
}

.time-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.postcard-error{
    position: absolute;
    width: 80% !important;
    box-sizing: border-box;
    font-family: 'Gotham', sans-serif !important;
    font-weight: 200 !important;
    font-size: 13px !important;
    color: #e81d1d !important;
    top: 3%;
    display: none;
    padding: 0 0 0 0 !important;
}


a[href^=tel]{
    color: #000;
    text-decoration: none;
}


#date-picker, #date-picker-inner{
  position: absolute;
  z-index: 99999;
  top: 34px;
  width: 100%;
}


.selectboxit-container select{
    width: 100% !important;
}
.validation_error{
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #b6b5b5;
    width:2px !important;
    
}

.contactlink{
    display: inline-block;
    padding: 5px 25px 3px;
    vertical-align: middle;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    background: #aca094;
    text-decoration: none;
    text-transform: uppercase;
    z-index:999999;
}



.leftlink
{
     z-index:999999;
}

.carrierupload
{
    background-color: #aca094;
    color: #;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    
    box-sizing: border-box;
    outline: 0;

}


.spanadjust
{
    line-height:34px
}

#fileuploadedspan
{
    padding-top: 3px;
}

.buttonasp {
    float: right;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #aca094;
    padding: 1% 10%;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
/*Added newly*/
.not-active {
   pointer-events: none;
   cursor: default;
}


#menu1 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu1 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu li a:visited {
	color: #888;
	display: block;
	background: url(../img/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu1 li a:hover, #menu li a:active {
	color: #283A50;
	background: url(../img/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
.gdpr-policy-txt p{
	text-align:left;
	font-size:12px !important;
	margin-top:12px !important;
	margin:0;
}

.gdpr-policy-txt p a{
	color: inherit;
}