@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Lambert
  Version: 1.4
  Last change: 05/10/2015 ]
        +++Fonts +++
        ++++General Styles++++
        ++++Typography ++++
        ++++Page preload ++++
        ++++Content Styles ++++
        ++++Section's++++
        ++++Header ++++
        ++++Navigation ++++
        ++++Home pages ++++
        ++++Page title +++++
        ++++Team ++++
        ++++Menu ++++
        ++++Gallery ++++
        ++++Shop ++++
        ++++Checkout ++++
        ++++Footer ++++
        ++++Twitter++++
        ++++Blog ++++
        ++++Subscribe ++++
        ++++Map ++++
        ++++Promotion  ++++
        ++++Testimonials ++++
        ++++Reservation ++++
        ++++Contact ++++
        ++++Video  ++++
        ++++Contact ++++
        ++++Media ++++
*/
/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900|Cabin:400,700|Droid+Serif:400,700|Playball);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
/*-------------General Style---------------------------------------*/
html{
    overflow-x:hidden !important;
    height:100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background-color:#191919;
    height:100%;
    text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}




/*--------------Button--------------------------------------*/
.btn {
  background: #d1ab71;
  background-image: -webkit-linear-gradient(top, #d1ab71, #b88c4d);
  background-image: -moz-linear-gradient(top, #d1ab71, #b88c4d);
  background-image: -ms-linear-gradient(top, #d1ab71, #b88c4d);
  background-image: -o-linear-gradient(top, #d1ab71, #b88c4d);
  background-image: linear-gradient(to bottom, #d1ab71, #b88c4d);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	display: inline-block;
}

.btn:hover {
  background: #cc9f5c;
  background-image: -webkit-linear-gradient(top, #cc9f5c, #ab8044);
  background-image: -moz-linear-gradient(top, #cc9f5c, #ab8044);
  background-image: -ms-linear-gradient(top, #cc9f5c, #ab8044);
  background-image: -o-linear-gradient(top, #cc9f5c, #ab8044);
  background-image: linear-gradient(to bottom, #cc9f5c, #ab8044);
  text-decoration: none;
}
a.poster-link[href='']{
    display:none;
}
/*--------------GIG Tix Button--------------------------------------*/
#description-whats-on-details a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
	display: inline-block;
	line-height: normal;
}

#description-whats-on-details a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff920a+0,ffaf4b+100 */
background: #ff920a; /* Old browsers */
background: -moz-linear-gradient(top, #ff920a 0%, #ffaf4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff920a 0%,#ffaf4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff920a 0%,#ffaf4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}
#description-whats-on-details ul {
	list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}
#description-whats-on-details ul li {
	display: list-item;
	font-size:16px;
    line-height: 24px;
    padding-bottom: 10px;
}
/*--------------Typography--------------------------------------*/
h1 {
    font-size: 4.46666666667em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.17em;
}
h2 {
    font-size: 3.2em;
    font-weight: 300;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 0.9em;
    font-weight: 200;
}
h5 {
    font-size: 0.8em;
    font-weight: 200;
}
h6 {
    font-size: 0.6em;
    font-weight: 200;
}
p {
    text-align:left;
    font-size:16px;
    line-height:24px;
    padding-bottom:10px;
}
blockquote {
    float:left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
}
blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    color:#494949;
}
/* ---------Page preload--------------------------------------*/
.loader {
    position:fixed;
    top:50% !important;
    left:50%;
    width:50px;
    height:50px;
    margin-left:-25px;
    z-index:100;
    font-size:12px;
    line-height:50px;
    color:#fff;
}
.loader img{
    -webkit-animation:k3d 3.5s infinite linear;
    -moz-animation:k3d 3.5s infinite linear;
    -o-animation:k3d 3.5s infinite linear;
    animation:k3d 3.5s infinite linear
}
@-webkit-keyframes k3d {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(360deg);
        opacity:0.3;
    }
    100%{
        -webkit-transform: rotateY(0deg);
    }
}
@-moz-keyframes k3d {

    0% {
        -moz-transform: rotateY(0deg);
    }
    50% {
        -moz-transform: rotateY(360deg);
        opacity:0.3;
    }
    100%{
        -moz-transform: rotateY(0deg);
    }

}
@-ms-keyframes k3d {


    0% {
        -ms-transform: rotateY(0deg);
    }
    50% {
        -ms-transform: rotateY(360deg);
        opacity:0.3;
    }
    100%{
        -ms-transform: rotateY(0deg);
    }

}
@-o-keyframes k3d {

    0% {
        -o-transform: rotateY(0deg);
    }
    50% {
        -o-transform: rotateY(360deg);
        opacity:0.3;
    }
    100%{
        -o-transform: rotateY(0deg);
    }

}
@keyframes k3d {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
        opacity:0.3;
    }
    100%{
        transform: rotateY(0deg);
    }

}
/* ---------Content Styles--------------------------------------*/
#main{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0;
}
#wrapper{
    float:left;
    position: relative;
    z-index:2;
    width:100%;
    background:#fff;
}
.container{
    max-width: 1224px;
    width:92%;
    margin:0 auto;
    position: relative;
    z-index:2;
}
.content {
    width:100%;
    position:relative;
    z-index:2;
    float:left;
}
.full-height {
    height:100%;
}
.bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-attachment: scroll  ;
    background-position: center  ;
    background-repeat:repeat;
    background-origin: content-box;
    overflow:hidden;
}
.respimg {
    width:100%;
    height:auto;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.2;
    z-index:2;
}
/* --------- Section's--------------------------------------*/
section {
    float:left;
    width:100%;
    position:relative;
    padding:50px 0;
    background:#fff;
}
.parallax-section {
    padding:150px 0;
    color:#fff;
    overflow:hidden;
    margin: 0 0 90px 0;
}
.parallax-section .overlay {
    opacity:0.7;
}
.section-separator {
    float:right;
    width:70%;
    height:6px;
    background:#000;
    margin-right:-20%;
}
.bg-parallax {
    height:150%;
    top:-25%;
}
.parallax-section h2 {
    text-transform:uppercase;
    font-weight:bold;
    font-size:44px;
    letter-spacing:2px;
    padding-bottom:20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.parallax-section h3{
    color:#fff;
    font-size:34px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
section.header-section {
    padding:150px 0;
    border-top:20px solid #fff;
}
.section-title {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.section-title h3 {
    /*font-size:48px;*/
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 34px;
    font-weight: 500;
}
.section-title h4 {
    font-size:20px;
    text-transform:uppercase;
    font-weight:bold;
    /*letter-spacing:1px;*/
    position:relative;
    display:inline-table;
    padding-bottom:20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.inline-popup-content {
		display: none;
	}
.decor-title:before ,  .decor-title:after {
    content:'';
    position:absolute;
    top:12px;
    background:url(/_assets/images/bef-af.png) no-repeat center;
    width:26px;
    height:6px;
}
.decor-title:before {
    left:-46px;
}
.section-title h4:after {
    right:-46px;
}
.triangle-decor {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    z-index: 57;
}
.about-section .link {
    margin-top:20px;
    float:left;
}
.about-section .single-slider-holder {
    margin-top:5px;
}
.bold-separator {
    float:left;
    width:100%;
    margin:20px 0;
    position:relative;
}
.bold-separator span {
    width:6px;
    height:6px;
    display:inline-table;
    background:#191919;
    margin:0 auto;
    border-radius:100%;
}
.bold-separator:before , .bold-separator:after {
    content:'';
    position:absolute;
    width:10%;
    height:1px;
    top:2px;
    opacity:0.3;
}
.bold-separator:before {
    left:30%;
}
.bold-separator:after {
    right:30%;
}
.parallax-section .bold-separator span {
    background:#fff;
}
.align-text {
    text-align:left;
}
.img-wrap {
    position:absolute;
    top:0;
    right:0;
    width:30%;
    overflow:hidden;
    height:100%;
    z-index:4;
}
.no-border {
    border:none !important;
}
.no-padding {
    padding:0 !important;
}
.inner {
    max-width:800px;
    margin:0 auto;
}
.inner  p {
    text-align:center;
}
.link {
    font-size:17px;
    padding:10px 15px;
    display:inline-table;
    font-weight:bold;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    /*letter-spacing:2px;*/
    margin-bottom:20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform:uppercase;
}
.align-link {
    margin-top:30px;
}
.link:hover {
    color:#000;
}
.align-link:hover {
    color:#fff;
}
.section-icon {
    width:60px;
    height:60px;
    line-height:60px;
    margin:10px auto;
    background:rgba(255,255,255,0.21);
    border:2px solid rgba(255,255,255,0.51);
    border-radius:100%;
    font-size:20px;
}
/*------ Header  ------------------------------------------------*/
header{
    position:fixed;
    top:0;
    left:0;
    z-index:20;
    width:100%;
    -webkit-transform: translate3d(0,0,0);
}
.header-inner {
    float:left;
    width:100%;
    position:relative;
    padding:30px 0;
    top:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.header-inner:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.logo-holder {
    float:left;
    position:relative;
    max-width:140px;
}
.logo-holder a {
    margin-top:0px;
    display:block;
    position:relative;
}
.logo-vis {
    position:relative;
    z-index:1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.logo-notvis {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity:0;
}
.logo-sticky  img.logo-vis {
    opacity:0;
}
.logo-sticky img.logo-notvis {
    opacity:1;
}
header.sticky .header-inner:before , header.flat-header .header-inner:before {
    height:100%;

}
header.sticky .header-inner {
    top:-40px;
    padding:25px 0;
}

/* 31 dec 2015*/
.header-inner{
    padding: 15px 0px;
}
header.sticky .header-inner{
    padding: 15px 0px;
}
.nav-holder{
    margin-top: 30px !important;
}
.nav-social{
    top:25px;
}
/* End css 31 dec*/

/*------ Navigation  ------------------------------------------------*/
.nav-holder {
    float:right;
    position:relative;
    margin-top:20px;
}
nav {
    position:relative;
    float:left;
    width:100%;
}
nav li{
    float:left;
    position:relative;
    padding: 10px 14px;
}
nav li a {
    float: left;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    top:0;
    position:relative;
    font-family: 'Droid Serif', serif;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
nav li a img {
	display:none;
}
nav li a:before , nav li a:after {
    content:'';
    position:absolute;
    top:50%;
    margin-top:-2px;
    width:4px;
    height:4px;
    background:#fff;
    border-radius:100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0.1);
    -moz-transform:scale(0.1);
    transform: scale(0.1);
    opacity:0;
}
nav li a:before {
    left:-16px;
}
nav li a:after {
    right:-16px;
}
nav li a.act-link:before , nav li a.act-link:after,
nav li.selected a:before , nav li.selected a:after {
    -webkit-transform: scale(1.0);
    -moz-transform:scale(1.0);
    transform: scale(1.0);
    opacity:1;
}
nav li ul a:before , nav li ul a:after {
    display:none;
}
nav li ul a.act-link,
nav li ul li.selected a {
    color:#000;
    font-weight:600;
}
nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width:150px;
    top: 33px;
    left: 0;
    z-index: 1;    	
    transition: all .2s ease-in-out;
    border:1px solid rgba(255,255,255,0.41);
    background:rgba(255,255,255,0.21);
}
nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
nav li:last-child {
    padding-right:0;
}
.nav-button-holder {
    top:40px;
    right:20px;
    display:none;
    position:absolute;
}
.nav-button {
    float:right;
    width:30px;
    height:24px;
    position:relative;
    margin-top:18px;
    cursor:pointer;
}

.nav-button-holder .vis-m span.three{display: block;}
.nav-button-holder span.one{ float:left;
                             width:100%;
                             height:4px;
                             background:#fff;
                             margin-bottom:2px;     transform: rotate(39deg);    position: relative;    top: 6px;}
.nav-button-holder span.two{transform: rotate(-38deg);float:left;
                            width:100%;
                            height:4px;
                            background:#fff;
                            margin-bottom:2px;}
.nav-button-holder span.three{display: none}
.nav-button-holder .vis-m span {
    float:left;
    width:100%;
    height:4px;
    background:#fff;
    margin-bottom:2px;
    position:relative;
    transform: rotate(0deg);
    top:0;
}
header.sticky nav a ,  header.flat-header nav a{
    color:#000;
}
header.sticky nav li a:before  , header.sticky nav li a:after , header.flat-header nav li a:before , header.flat-header    nav li a:after{
    background:#000;
}
header.sticky .nav-button span  , header.flat-header .nav-button span{
    background:#000;
}
header.sticky nav li ul {
    background:rgba(255,255,255,1);
}
.nav-social {
    float:right;
    width:100%;
    position:relative;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
    top:10px;
}
.nav-social ul {
    float:right;
}
.nav-social li  {
    float:left;
    padding:10px;
}
.nav-social li:last-child {
    padding-right:0;
}
.nav-social li a {
    color:#fff;
    font-size:14px;
}
header.sticky   .nav-social   {
    top:-110px;
}
.subnav {
    float:right;
    margin:37px 6px 0 0 ;
}
.subnav a {
    display:inline-block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    top:0;
    padding-left:16px;
    position:relative;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.subnav div a:hover {
    color: #C59D5F;
}
.subnav a i {
    padding-right:4px;
}
header.sticky nav a , header.sticky .subnav a  , header.flat-header .nav-social li a , header.flat-header .subnav a {
    color:#000;
}
.height-emulator {
    float:left;
    width:100%;
    position:relative;
    z-index:1
}
/*------ Home -------------------------------------------------*/
.hero-link {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:20px;
    background:#fff;
    z-index:15;
}
.hero-link a {
    font-size:24px;
    position:absolute;
    width:50px;
    height:50px;
    left:50%;
    margin-left:-25px;
    margin-top:-20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hero-line {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
    background:#fff;
    z-index:20;
}
.hero-content:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:100%;
    background:#fff;
    z-index:20;
}
.hero-content:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:100%;
    background:#fff;
    z-index:20;
}
.hero-link a:before {
    content:'';
    position:absolute;
    top:-10px;
    left:50%;
    margin-left:-40px;
    width:80px;
    height:80px;
    border-radius:100%;
    background:#fff;
    z-index:-1;
}
.fullheight-carousel-holder {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fullheight-carousel {
    height:100%;
    background:#191919;
    width:100%;
    overflow:hidden;
}
.fullheight-carousel .item , .carousel-item{
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
}
.carousel-item  .overlay  {
    opacity:0.5;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.carousel-link-holder {
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    z-index:5;
}
.carousel-item .bg {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.vis-decor .bg {
    -webkit-transform: scale(1.2);
    -moz-transform:scale(1.2);
    transform: scale(1.2);
}
.vis-decor .overlay {
    opacity:0.7;
}
.carousel-link-holder  h3 {
    font-size:40px;
    letter-spacing:2px;
    position:relative;
    width:100%;
    color:#fff;
    font-weight:bold;
    letter-spacing:3px;
    padding:10px 20px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
.carousel-link-holder  h3 a{
    color:#fff;
}
.carousel-link-holder  h4 {
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing:2px;
    position:relative;
    margin:3px 0 10px 0;
    color:#fff;
    font-weight:bold;
    max-width:350px;
    margin:0 auto;
}
.media-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullheight-carousel-holder .customNavigation {
    position:absolute;
    bottom:40px;
    right:60px;
    z-index:5;
}
.fullheight-carousel-holder .customNavigation a {
    width:40px;
    height:40px;
    margin-right:1px;
    float:left;
    line-height:40px;
    color:#fff;
    font-size:17px;
    cursor:pointer;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.fullheight-carousel-holder .customNavigation a:hover {
    -webkit-transform: scale(0.9);
    -moz-transform:scale(0.9);
    transform: scale(0.9);
}
.hero-title-holder {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:3;
}
.hero-title-holder .overlay {
    opacity:0.4;
}
.hero-title {
    max-width:450px;
    margin:0 auto;
    top:50%;
    position:relative;
    z-index:5;
}
.hero-decor {
    position:absolute;
    left:50%;
    margin-left:-50px;
    width:100px;
    height:50px;
}
.t-dec {
    top:-60px;
}
.b-dec {
    bottom:-70px;
}
.half-circle {
    width: 100px;
    height: 50px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 5px solid rgba(255,255,255,0.51);
    border-top: 0 !important;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.half-circle:before {
    content:'\f005';
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top:-15px;
    margin-left:-10px;
    color:#fff;
    font-size:18px;
}
.hero-title h3 {
    font-size:40px;
    letter-spacing:2px;
    position:relative;
    width:100%;
    margin-bottom:10px;
    color:#fff;
    font-weight:bold;
    letter-spacing:3px;
    padding:10px 0;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
.hero-title h4 {
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing:2px;
    position:relative;
    margin:6px 0 10px 0;
    color:#fff;
    max-width:350px;
    margin:0 auto;
}
.hero-title h4:before , .hero-title h4:after {
    content:'';
    position:absolute;
    top:50%;
    width:75px;
    height:1px;
    opacity:0.6;
}
.hero-title h4:before {
    left:-90px;
}
.hero-title h4:after {
    right:-90px;
}
.hero-title h3 a  , .hero-title h4 a{
    color:#fff;
}
.hero-title h4 a {
    float:right;
}
.hero-title h4 a:hover , .hero-title h4 a:hover i {
    color:#fff;
}
.hero-title h4 a {
    padding-right:0;
}
.slides-pagination {
    z-index:20;
}
.mob-bg {
    display:none;
}
/*------ Page title  ------------------------------------------------*/
.page-title {
    float:left;
    max-width:550px;
    padding:30px 0 10px;
    position:relative;
    border-bottom:6px solid #eee;
}
.page-title h2 {
    float:left;
    max-width:550px;
    font-family:'futurastd-bold';
    text-transform:uppercase;
    padding-bottom:20px;
    font-size:44px;
    text-align:left;
    letter-spacing:2px;
    font-weight:bold;
}
.page-title h3 {
    float:left;
    width:100%;
    line-height:26px;
    font-size:12px;
    text-align:left;
    font-family:'futurastd-bold';
    text-transform:uppercase;
    margin-bottom:10px;
    color:#666;
}
.page-title h3 span {
    float:left;
    max-width:550px;
}
.fullwidth-slider-holder , .single-slider-holder {
    float:left;
    width:100%;
    position:relative;
}
.fullwidth-slider-holder .item {
    position:relative;
}
.full-width-holder {
    float:left;
    width:100%;
    position:relative;
}
.single-slider-holder .customNavigation a {
    position:absolute;
    top:50%;
    width:40px;
    height:40px;
    margin-top:-20px;
    border-radius:100%;
    color:#fff;
    font-size:19px;
    line-height:40px;
    z-index:10;
    background:rgba(51,51,51,0.51);
    cursor:pointer;
}
.single-slider-holder .customNavigation a.next-slide {
    right:6px;
}
.single-slider-holder .customNavigation a.prev-slide {
    left:6px;
}
.slider-text p{
	font-size:12px !important;
	margin:10px 0;
	line-height:normal !important;
}
article {
    float:left;
    margin-top:10px;
    width:100%;
    position:relative;
}
.separator {
    width:56px;
    height:24px;
    margin:10px auto 10px;
    background:url(/_assets/images/separator.png) no-repeat center;
}
.color-separator {
    background:url(/_assets/images/color-separator.png) no-repeat center;
}
.work-time {
    margin:0 auto;
    max-width:1224px;
    position:relative;
}
.work-time:before {
  /* content:'';
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-5px;
    width:10px;
    height:55%;
    background:url(/_assets/images/ver-separator.png) repeat-y;*/
}
.hours {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.big-number {
    margin:50px auto 0;
    position:relative;
}
.big-number a {
    font-size:40px;
    font-weight:bold;
    letter-spacing:1px;
    padding:10px 0;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.big-number a:hover {
    color:#fff;
    /*text-decoration:underline;*/
}
/*------ Team  ------------------------------------------------*/
.team-box {
    float:left;
    width:100%;
    position:relative;
    margin-top:60px;
}
.team-links {
    max-width:800px;
    margin:50px auto;
    position:relative;
}
.team-item {
    float:left;
    width:25%;
    padding:20px;
}
.team-item  a {
    position:relative;
    float:left;
    width:100%;
    height:100%;
}
.team-item  a img {
    border-radius:100%;
}
.chefname {
    font-size:20px;
    font-weight:bold;
    letter-spacing:1px;
    padding:10px 0;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    display:inline-table;
}
.chefinfo {
    display:inline-table;
    font-size:14px;
    font-weight:bold;
}
.white-popup-block {
    max-width: 900px;
    margin: 0 auto;
}
.popup-modal-dismiss {
    float: right;
}
.team-modal {
    float:left;
    width:100%;
    text-align:center;
    position: relative;
    padding: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #fff;
}
.team-modal:before  {
    content:'';
    position:absolute;
    top:3.5%;
    left:3.5%;
    width:92%;
    height:92%;
    opacity:0.5;
}
.team-modal p {
    text-align:center;
}
.team-modal h5    {
    padding:10px 0;
    display:inline-table;
    font-weight:bold;
    letter-spacing:1px;
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:2px;
}
.team-social  li {
    display:inline-block;
    padding:10px;
    font-size:23px;
}
.popup-modal-dismiss {
    position:absolute;
    top:10px;
    right:20px;
    height:50px;
    width:50px;
    background:#fff;
    z-index:2;
    line-height:50px;
    font-size:20px;
}
.team-details {
    position:absolute;
    top:30%;
    left:0;
    width:100%;
    font-weight:bold;
    letter-spacing:1px;
    font-size:18px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    letter-spacing:2px;
    opacity:0;
}
.team-item  a img  , .team-details , .menu-item a {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-item  a:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform:scale(0.9);
    transform: scale(0.9);
    opacity:0.3;
}
.team-item  a:hover .team-details {
    opacity:1;
}
/*------ menu ------------------------------------------------*/
.menu-holder  , .menu-item{
    float:left;
    width:100%;
    position:relative;
}
.menu-item {
    padding:24px 20px;
}
.menu-item-details {
    display:table
}
.menu-item-desc {
    padding-right: 5px; 
    font-family: 'Droid Serif', serif;
    font-weight:bold;
    font-style:italic;
    text-align:left;
    font-size:20px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height:20px;
    text-align:left;
}
.menu-item-dot {
    display: table-cell;
    width: 88%;
    border-bottom: 1px dotted #000;
}
.menu-item-price {
    text-align:left;
    font-size:24px;
    line-height: 24px;
}
.menu-item-prices {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding:10px 0 0 10px;
    text-align:left;
}
.hot-deal:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hot-desc {
    position:absolute;
    top:0;
    left:0;
    padding:0 20px;
    color:#fff;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:2px;
}
.menu-bg {
    position:absolute;
    bottom:0;
    width:650px;
    height:400px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:bottom;
    opacity:0.2;
}
.lbd {
    left:0;
}
.rbd {
    right:0;
}
/*------ Gallery  ------------------------------------------------*/
.gallery-filters {
    float:left;
    width:100%;
}
.gallery-filters  a {
    margin-right:20px;
    line-height: 1;
    color: #666;
    position:relative;
    font-size:17px;
    letter-spacing:2px;
    font-weight:bold;
}
.gallery-items   {
    float:left;
    width:100%;
}
.grid-item-holder , .box-item , .box-item a {
    float:left;
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}
.box-item {
    height:100%
}
#gig-posters .box-item {
    height:100%;
	width: 50%;
	padding: 5px;
}
.hid-port-info .grid-item-holder {
    overflow:hidden;
}
.grid-small-pad  .grid-item-holder{
    padding:10px 20px 10px 0;
}
.gallery-item, .grid-sizer {
    width: 25%;
    position:relative;
}
.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}
.gallery-item img, .grid-sizer img {
    width: 100%;
    height: auto;
    position:relative;
    z-index:1;
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
    width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
    width:33.33333%;
}
.three-coulms .gallery-item-second {
    width:66.66666%;
}
.box-item .overlay {
    z-index:2;
    opacity:0;
    background:#000;
}
.box-item i {
    position:absolute;
    top:-100%;
    left:50%;
    width:30px;
    height:30px;
    z-index:5;
    opacity:0;
    margin-top:-15px;
    font-size:28px;
    line-height:30px;
    margin-left:-15px;
}
.box-item:hover .overlay {
    opacity:0.6;
}
.box-item:hover i {
    top:50%;
    opacity:1;
}
.box-item i , .box-item .overlay {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
/*------ Shop ------------------------------------------------*/
.products {
    float:left;
    width:100%;
    position:relative;
}
.products li.product-cat-mains {
    float:left;
    width:33.33333%;
    padding:20px;
    margin-bottom:20px;
    overflow:hidden;
}
.product-cat-mains h4 {
    float:left;
    width:100%;
    padding:20px 0;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 15px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.product-cat-mains h4 span {
    font-size: 16px;
}
.product-cat-mains h4:hover {
    opacity:0.6;
}
.product-cats {
    padding:10px 0 20px 0;
}
.product-cats li{
    display:inline-block;
    padding:4px 10px;
}
.product-cats li a {
    font-weight:bold;
    font-size:14px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.product-price {
    float:left;
    width:100%;
    padding:20px 0;
    border-top:1px solid #ccc;
    position:relative;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
.product-price span {
    position:relative;
    display:inline-table;
    font-size:18px;
    top:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.product-price a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:24px;
    line-height:64px;
    bottom:-100%;
    opacity:0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
.product-price a:hover , .product-cats li a:hover{
    color:#000;
}
.products li:hover .product-price span   {
    opacity:0;
}
.products li.product-cat-mains:hover .product-price a  {
    opacity:1;
    bottom:0;
}
.product-price:before , .product-price:after{
    content:'';
    position:absolute;
    top:0;
    left:50%;
}
.product-price:before {
    background:#fff;
    width:20px;
    margin-left:-10px;
    margin-top:-6px;
    height:10px;
    z-index:1;
}
.product-price:after {
    width:6px;
    height:6px;
    border-radius:100%;
    margin-left:-3px;
    margin-top:-4px;
    z-index:2;
    background:#000;
}
.orderby {
    padding:8px 6px;
    border-radius:3px;
    margin-bottom:26px;
    font-weight:bold;
}
.content-pagination {
    float:left;
    width:100%;
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 70px;
}
.content-pagination a {
    color: #999;
    display:inline-block;
    font-weight:300;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eee;
}
.content-pagination a.current-page, .content-pagination a:hover {
    color:#fff;
}
.content-pagination  span.content-pagination-num{
    display: inline-block;
    padding:9px 15px;
    color:#666;
    font-size:12px !important;
    text-transform:uppercase;
}
.prevposts-link{
    margin-right:8px;
}
.nextposts-link{
    margin-left:8px;
}
.product-item-holder {
    float:left;
    width:100%;
    position:relative;
    /*border-top:2px solid #eee;*/
    padding:50px 0;
}
.product-slider  .owl-controls{
    margin-top:20px;
}
.product-slider  .item-link {
    position: relative;
    float:left;
    width:100%;
    height: 110px;
    background-size: auto 100% !important;
    margin-bottom:10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    /*border: 1px solid #000;*/


}
.owl-pagination .owl-page{
    width: 33.33%;
    float: left;
    display: inline-block;
}

/*.product-slider{
 border: 1px solid #000;
}*/


.owl-theme .owl-controls .active .item-link {
    opacity:0.6;
}
.product-image  , .product-item , .pr-opt{
    float:left;
    position:relative;
    margin-bottom:20px;
    width:100%;
}
.product-image .customNavigation a {
    position:absolute;
    top:50%;
    width:50px;
    height:50px;
    margin-top:-55px;
    border:2px solid #fff;
    border-radius:100%;
    color:#fff;
    font-size:19px;
    line-height:50px;
    z-index:10;
    cursor:pointer;
}
.product-image .customNavigation a.next-slide {
    right:6px;
}
.product-image .customNavigation a.prev-slide {
    left:6px;
}
.product-item  {
    text-align:left;
}
.product-item  h2 {
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    font-size:44px;
    margin-bottom: 10px;
}
.product-item  h3 {
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:10px;
    font-size:30px;
    margin-bottom: 10px;
}
.product-item  .pr-opt h4 {
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
    font-size:18px;
	padding:0 0 5px 0px
}

.product-item  .catProdAttributeTitle {
    font-family:'Barlow Semi Condensed', Arial, sans-serif;
    font-size:18px;
    padding:0 0 5px 0px
}

.pr-opt {
    border-bottom:1px solid #eee;
}
.product-rating  , .product-item-price{
    float:left;
    width:100%;
    padding:20px 0;
    font-size:14px;
}
.productVolumePricing{
    float:left;
    padding:0 0 10px 0px ;
    font-size:14px;
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
}
.quantity-qty{
	float:left;
	height:50px;
	line-height:50px;
	font-size:16px;
    margin: 0 5px 0 0;
}
.product-rating ul , .product-rating span  {
    float:right;
}
.product-rating span {
    margin-left:4px;
}
.product-rating li {
    display:inline-block;
    padding:1px;
}
.product-item-price {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size:24px
}
.product-item-price span {
    text-decoration:line-through;
    padding-right:10px;
    font-size:15px;
    opacity:0.6;
}
.product-item-price span.catInStock{
	
    text-decoration:none;
    padding-right:0px;
    font-size:24px;
    opacity:1;
}
.product-item p {
    max-width:600px;
}
.quantity {
    float:right;
    padding:10px 0;
    /*width:45%;*/
}
.quantity input {
    background:none;
    border:none;
    -webkit-appearance:none;
    float:left;
    width:50px;
    height:50px;
    background:#262526;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    line-height:50px;
    text-align:center;
}
.quantity a {
    float:left;
    height:50px;
    padding:0 30px;
    line-height:50px;
    font-size:16px;
    letter-spacing:2px;
    font-weight:bold;
    border-radius:4px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    margin-left:15px;
    background:#262526
}
.booking-fee-notice{
	text-align:center;
	padding:5px;
	font-family: 'Source Sans Pro', sans-serif;
    font-size:12px;
}
.product-meta {
    float:left;
    text-align:left;
    margin-top:30px;
}
.sku_wrapper , .posted_in , .tagged_as {
    float:left;
    width:100%;
    margin-bottom:10px;
    font-size:16px;
    font-weight:bold;
}
.product-meta span a {
    padding-left:6px;
}
.tabs-menu {
    height: 30px;
    float: left;
    width:100%;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border:1px solid rgba(0,0,0,.07);
    border-bottom:none;
}
.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #666;
	font-size:16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-menu .current a {
    color: #fff;
}
#tabs-container {
    float: left;
    width: 100%;
    margin-top:10px;
}
.tab {
    float: left;
    width: 100%;
    border-top:1px solid rgba(0,0,0,.07);
}
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
    display: block;
}
/* --------Checkout table------------------------------ */
.checkout-table {
    border: 1px solid #eee;
    float:left;
    width:100%;
    font-size:18px;
    margin-top: 50px !important;
}
.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    border-top: 1px solid #eee;
    padding: 12px;
}
.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 36px;
}
.pr-remove {
    vertical-align: middle !important;
    text-align: center;
}
.order-money {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size:18px;
}
.order-count {
    border:none;
    width:60px;
    height:50px;
    text-align:center;
    font-weight:bold;
}
.product-name {
    font-weight:bold;
}
.coupon-holder {
    float:left;
    width:100%;
    margin-top:30px;
    padding: 12px 12px 20px 12px;
}
.coupon-holder .col-md-12 {
    border-bottom:1px solid #eee;
}

.car_but1 a {
    height: 38px;
    border: none;
     color: #c59d5f;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    font-size: 16px !important;
    -webkit-appearance: none;
    background: rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    line-height: 38px;
    float: right;
}

.car_but2 a{
    float: right;
    margin-top: 30px;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #c59d5f;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    margin-left: 20px;
    font-size: 16px;
    -webkit-appearance: none;
    background: rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




.coupon-holder input#DiscountCode{
    float: left;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -12px;
    background: transparent;
     width: 36%; 
}

.shop-checkout h4 {
    font-family: "Lobster Two","Playball",cursive;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 20px;
    width: 100%;
    float: left;
}

.shop-checkout .input-box label {
    float: left;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
#sameshipping   {margin-top: -2px;vertical-align: middle;}

.item.check-box-footer {
  margin: 15px 0;
}

.coupon-holder input#GiftVoucher{
    float: left;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -12px;
    background: transparent;
    font-weight: normal;
    width: 36%;
    cursor: inherit;

}



.coupon-holder button.btn-a{
    float:left;
    height:38px;
    border:none;
    color:#fff;
    cursor:pointer;
    padding:0 20px;
    background:#262526 !important;
    border-radius:4px;
    margin-left:20px;
    -webkit-appearance: none;
    background:rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.coupon-holder button.btn-uc {
    height:38px;
    border:none;
    color:#fff;
    cursor:pointer;
    padding:0 20px;
    background:#262526 !important;
    border-radius:4px;
    -webkit-appearance: none;
    background:rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart-totals {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin: 30px 0 90px 0;
}
.cart-totals h4 {
    font-size:20px;
    font-weight:bold;
    letter-spacing:1px;
    padding:20px 0;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}


.cart-totals-left h4 {
    font-family: "Lobster Two","Playball",cursive;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
}

.cart-totals  button {
    float:right;
    margin-top:30px;
    height:38px;
    border:none;
    color:#fff;
    cursor:pointer;
    padding:0 20px;
    background:#262526 !important;
    border-radius:4px;
    margin-left:20px;
    -webkit-appearance: none;
    background:rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart-totals  button:hover {
    color:#fff;
}


.shippingDiv select.shippingDropDown {
  width: 200px;
  border: 1px solid #ccc;
  margin-top: 10px;
  height: 30px;
  padding: 5px;
}

#shippingSpan{
    font-size: 15px;
    font-weight: bold;
    color: #c59d5f;
  }  
  #catCartSummary{
	  /*display:none;*/
  }
/*------ Footer  ------------------------------------------------*/
footer {
    float:left;
    width:100%;
    position:relative;
    z-index:5;
    background:#191919;
}
footer:before {
    content:'';
    position:absolute;
    top:-30px;
    left:50%;
    margin-left:-40px;
    width:80px;
    height:80px;
    border-radius:100%;
    background:#191919;
}
footer:after {
    content:'';
    position:absolute;
    top:0;
    left:50%;
    margin-left:-5px;
    width:10px;
    height:10px;
    border-radius:100%;
}
.footer-inner {
    float:left;
    width:100%;
    padding:90px 0;
}
.to-top-holder {
    float:left;
    width:100%;
    background:#262526;
    position:relative;
    padding:40px 0 30px;
}
.to-top  {
    float:right;
    cursor:pointer;
    overflow:hidden;
    position:relative;
}
.to-top span {
    position:relative;
    display:inline-table;
    font-size:18px;
    top:0;
    margin: 0 5px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.to-top i {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:24px;
    line-height:24px;
    top:-100%;
    opacity:0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.to-top:hover span  {
    opacity:0.6;
}
.to-top:hover em  {
    opacity:0.6;
}
.to-top:hover i  {
    opacity:1;
    top:0;
}
.footer-info {
    float:left;
    width:100%;
    padding-bottom:20px;
}
.footer-info h4 {
    float:left;
    width:100%;
    color:#fff;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*letter-spacing: 1px;*/
    padding-bottom:20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer-info p {
    color:#fff;
    font-size:14px
}
.to-top-holder p {
    float:left;
    color:#fff;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    letter-spacing:1px;
}
.footer-social{
    float:left;
    width:100%;
    position:relative;
}
.footer-social h3 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size:34px;
}
.footer-social ul {
    margin-top:20px;
}
.footer-social ul li {
    display:inline-block;
}
.footer-social ul li a {
    float:left;
    width:40px;
    height:40px;
    color:#fff;
    font-size:20px;
}
footer .bold-separator span {
    background:#fff !important;
}
.footer-contacts {
    float:left;
    width:100%;
}
.footer-contacts li {
    display:inline-block;
    padding:0 20px;
    position:relative;
}
.footer-contacts li:before {
    content:'';
    position:absolute;
    top:8px;
    left:0;
    width:5px;
    height:5px;
    border-radius:100%;
    background:#919191;
}
.footer-contacts li a,.footer-contacts li p {
    color:#919191;
    font-size:16px;
    text-align: center;
}
.footer-contacts li:first-child:before {
    display:none;
}
.footer-contacts li a , .footer-social ul li a , .team-social  li a, .popup-modal-dismiss{
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
/*------Twitter ------------------------------------------*/
#twitter-feed {
    float:left;
    width:100%;
    position:relative;
}
#twitter-feed li {
    color:#fff;
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:2px;
}
.twitter-holder  .customNavigation {
    padding-top:20px;
}
.twitter-holder  .customNavigation a {
    color:#fff;
    padding:10px;
    cursor:pointer;
    font-size:19px;
}
.tweet_hashtag {
    display:none;
}

/*------Music Line Up ------------------------------------------*/
.music-lineup{
    color:#fff /*#919191*/;
    font-size:16px;
}
.music-lineup a, .music-lineup h5 a, .music-lineup h5 span{
    color:#C59D5F;
    font-size:16px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    /*letter-spacing: 2px;*/
    padding:0 0 5px 0;
    display:inline-block;
}



/* ------Blog------------------------------------------------------------ */
article , .pagination {
    float:left;
    width:100%;
    position:relative;
}
.single-slider .box-links {
    text-align:center !important;
}
article p {
    float:left;
    width:100%;
    padding-bottom:20px;
}
.display-posts p {
    line-height:25px;
}
article h4 {
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    color: #222222;
    padding-bottom:10px !important;
}
.mas-posts h4 {
    padding-bottom:0 !important;
}
.mas-posts .ms-grid-item {
    margin:0;
    padding:0;
}
.mas-posts article {
    padding:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mas-posts article:hover {
    background:#f4f4f4;
}
article h4 a:hover {
    color:#666;
}
.mas-posts article h4 {
    font-size:18px;
}
.post-media {
    float:left;
    width:100%;
    position:relative;
    margin:20px 0;
    text-align:center !important;
}
.post-meta {
    margin:14px 0 14px 0;
}
.display-posts article {
    border-bottom:1px solid #eee;
    padding:0 0 30px 0;
    margin-bottom:30px;
}
.post-meta li {
    display:inline-block;
    margin-right:8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:15px;
    color:#666;
}
.post-meta li a {
    font-size:15px;
}
.mas-posts article ul.post-meta li {
    margin-bottom:6px;
}
.post-link {
    font-size:18px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-weight:bold;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    letter-spacing:2px;
    margin-bottom:20px;
}
.post-tags {
    float:left;
    width:100%;
    margin-top:40px;
}
.post-tags li , .tagcloud li  {
    display:inline-block;
    margin-right:4px;
}
.post-tags li a , .tagcloud li a {
    float:left;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 10px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
    text-decoration:none;
    color:#444;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags li a:hover , .tagcloud li a:hover {
    color:#fff;
}
.pagination {
    margin-top:20px;
    text-align:center;
    vertical-align: middle;
    border:1px solid rgba(0,0,0,.07);
    border-radius: 4px;
}
.pagination ul   {
    float:left;
    margin:20px 0 30px;
    border:1px solid rgba(0,0,0,.07);
    border-radius: 4px;
}
.pagination  a {
    float:left;
    padding: 12px 18px;
    position:relative;
    font-size:13px;
    color:#666;
    letter-spacing:1px;
    border-right:1px solid rgba(0,0,0,.07);
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.widget {
    float:left;
    width:100%;
    margin-bottom:50px;
}
.widget .customNavigation a {
    text-align:center !important;
}
.searh-holder {
    max-width:450px;
    margin-top:20px;
    position:relative;
}
.searh-inner {
    float:left;
    width:100%;
    position:relative;
}
.search {
    border:1px solid rgba(0,0,0,.07);
    float: left;
    background:none;
    border-radius:none;
    position:relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    color: #000;
    -webkit-appearance: none;
}
.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background:none;
    position:absolute;
    top:0;
    right:0;
    width: 28%;
    height: 40px;
}
.search-submit:hover i {
    opacity:0.5;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border:1px solid rgba(0,0,0,.07);
    border-bottom:none;
}
.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-menu .current a {
    color: #fff;
}
.tab {
    border: 1px solid rgba(0,0,0,.07);
    float: left;
    margin-bottom: 20px;
    width: auto;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}
#tab-1 {
    display: block;
}
.widget-posts li , .widget-comments li {
    padding: 12px 0;
}
.widget-posts-img , .widget-comments-img {
    float:left;
    width:30%;
}
.widget-comments-img  img{
    border-radius:100%;
}
.widget-posts-descr, .widget-comments-descr{
    float:left;
    width:70%;
    padding-left:10px;
}
.widget-comments-descr a {
    font-size:12px;
    letter-spacing:1px;
}
.widget-posts-date  , .widget-comments-date{
    float:left;
    width:100%;
    margin-top:10px;
    color:#666;
}
.widget h3 {
    font-size:26px;
    font-weight:bold;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    letter-spacing:2px;
    margin-bottom:20px;
}
.cat-item{
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.cat-item a{
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#comments{
    text-align:left;
    padding-top: 10px;
}
#comments-title , #reply-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
    color:#666;
}
.comment{
    float: left;
    width: 100%;
}
.comment-body{
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}
.comment-author{
    position: absolute;
    top: 30px;
    left: -66px;
}
.comment-author img{
    border-radius: 100%;
}
.comment .children{
    margin-left: 70px;
}
.fn{
    display: block;
    margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:12px;
    letter-spacing:1px;
    color:#494949;
    padding-bottom:10px;
}
#respond{
    margin-top:40px;
}
#reply-title{
    padding-bottom:30px;
    margin-bottom:5px;
}
.comment-notes{
    margin-top: 10px; color: #a4a4a3;
}
.control-group label, .control-group .controls{
    display: inline-block;
}
.control-group label{
    margin-left: 10px;
    font-weight: 200;
}
.control-group .controls input {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #fff;
    padding-left: 15px;
    color: #a4a4a3;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.control-group .controls textarea {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 180px;
    max-width:600px;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    color: #a4a4a3;
    resize: vertical;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.controls button {
    border: none;
    outline: none;
    margin-top:20px;
    outline: none;
    padding:12px 20px;
    line-height:18px;
    cursor:pointer;
    font-size:12px;
    color:#fff;
    border-radius:24px;
    -webkit-appearance: none;
}
.controls button:hover{
    background:#666;
}
/*------Subscribe ------------------------------------------*/
.subcribe-form{
    margin:0 auto;
    position:relative;
    max-width:300px;
}
.subcribe-form form {
    float:left;
    width:100%;
    position:relative;
    padding-top:20px;
}
#subscribe input.enteremail, #newslatter input.enteremail{
    float:left;
    width:70%;
    height:40px;
    background:none;
    border:none;
    background:rgba(255,255,255,1.0);
    border-right:none;
    padding-left:10px;
    outline:none;
    -webkit-appearance: none;
    border-radius:0;
    color:#000 !important;
}
#subscribe input.enteremail::-webkit-input-placeholder, #newslatter input.enteremail::-webkit-input-placeholder{
    color:#000 !important;
}
#subscribe input.enteremail:-moz-placeholder, #newslatter input.enteremail:-moz-placeholder{
    color:#000 !important;
}
#subscribe input.enteremail::-moz-placeholder, #newslatter input.enteremail::-moz-placeholder{
    color:#000 !important;
}
#subscribe input.enteremail:-ms-input-placeholder, #newslatter input.enteremail:-ms-input-placeholder{
    color:#000 !important;
}
#subscribe .subscribe-button, #newslatter .subscribe-button{
    float:left;
    height:40px;
    background:none;
    border:none;
    width:30%;
    color:#fff;
    cursor:pointer;
    border-radius:0;
    -webkit-appearance: none;
    background:rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#subscribe  .subscribe-button:hover, #newslatter  .subscribe-button:hover {
    color:#000;
}
.subscribe-message {
    width:100%;
    float:left;
    margin-top:20px;
    text-align:left;
    color:#fff;
}
.subscribe-message i {
    font-size:18px;
    padding-right:10px;
}
.subscribe-message.error i {
    color:#e52f40
}
/*------ Epicuest Subscribe Box -------------------------------------------------*/
form.newsletter .fwrp {
	float:left;
	width:30%;
}
form.newsletter .lote_form_page_fields .fwrp {
	float:none;
	width:auto;
}
form.newsletter .lote_form_page_fields{
	float:left;
	width:70%;
}
form.newsletter .emspace.h20{
	display:none;
}
form.newsletter input[type="email"]{
	float:left;
    width:100%;
    height:40px;
    background:none;
    border:none;
    background:rgba(255,255,255,1.0);
    border-right:none;
    padding-left:10px;
    outline:none;
    -webkit-appearance: none;
    border-radius:0;
    color:#000 !important;
}
form.newsletter input[type="submit"]{
	float:left;
    height:40px;
    background:none;
    border:none;
    width:100%;
    color:#fff;
    cursor:pointer;
    border-radius:0;
    -webkit-appearance: none;
    background:#d1ab71;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-size:12px;
    padding: 0;
}
/*------ Map -------------------------------------------------*/
.map-box {
    float:left;
    width:100% ;
    height:400px;
    position:relative;
    overflow:hidden;
}
.map-holder {
    position:absolute;
    width:100%;
    height:550px;
    top:-50px;
    left:0;
    z-index:10;
}
#map-canvas {
    float:left;
    width:100%;
    height:550px;
    position:relative;
}
/*------ Promotion  ------------------------------------------------*/
.promotion-item {
    max-width:1024px;
    margin:20px auto 20px;
}
.promotion-title  {
    float:left;
    width:100%;
}
.promotion-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align:left;
    padding-bottom: 12px;
    float:left;
}
.promotion-title span {
    float:left;
    margin:12px 0 0 10px;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
}
.promotion-details {
    margin-top:20px;
    display:table;
}
.promotion-desc{
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height:15px;
    text-align:left;
}
.promotion-desc {
    padding-right: 5px;
    font-family: 'Droid Serif', serif;
    font-weight:bold;
    font-style:italic;
    text-align:left;
    font-size:20px;
}
.promotion-dot {
    display: table-cell;
    width: 88%;
    border-bottom: 1px dotted #fff;
}
.promotion-price {
    text-decoration: line-through;
    text-align:left;
}
.promotion-discount {
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    padding-left: 3px;
}
.promotion-prices {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding-left:10px;
    text-align:left;
}
/*------ Testimonials  ------------------------------------------------*/
.testimonials-holder {
    max-width:800px;
    margin:0 auto;
    position:relative;
}
.testimonials-holder p {
    text-align:center;
}
.testimonials-holder h4 a {
    padding:20px 0;
    display:inline-table;
    font-size:20px;
    font-weight:bold;
    letter-spacing:1px;
    font-size:16px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    letter-spacing:2px;
}
.testimonials-slider ul {
    float:left;
    width:100%;
    margin:20px 0 20px 0;
}
.testimonials-slider ul li {
    display:inline-block;
    font-size:16px;
}
.testimonials-holder .customNavigation {
    position:relative;
    margin-top:-30px;
}
.testimonials-holder .customNavigation a {
    color:#fff;
    font-size:18px;
    padding:20px 10px;
    display:inline-block;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*------ Reservation  ------------------------------------------------*/
.reservation-form-holder {
    float:left;
    width:100%;
}
#reservation-form h3 {
    float:left;
    width:100%;
    margin-bottom:30px;
    text-align:left;
    font-size:20px;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
    font-family: 'Source Sans Pro', sans-serif;
}
/*------ Contact  ------------------------------------------------*/
.contact-details {
    float:left;
    width:100%;
    padding-top:30px;
    text-align:left;
}
.contact-details h3 {
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold;
    margin-bottom:20px;
}
.contact-details h4 {
    margin-bottom:10px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold;
}
.contact-details ul  {
    padding-bottom:20px;
}
.contact-details ul li a {
    padding:2px 0;
    float:left;
    font-size:13px;
    width:100%;
}
.contact-details ul li a:hover {
    text-decoration:underline;
}
.contact-form-holder {
    max-width:600px;
    margin:0 auto;
}
#contact-form  , #comment-form{
    width:100%;
    float:left;
    margin-top:30px;
}
#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea,
#reservation-form input,
#reservation-form  select,
#reservation-form textarea,
.enq_form input,
.enq_form  select,
.enq_form textarea{
    float:left;
    width: 100%;
    background:none;
    margin-bottom:20px;
    font-size: 14px;
    height:40px;
    border-radius: none;
    position:relative;
    z-index:20;
    padding-left:8px;
    color:#000;
    border:0;
    border:1px solid #ccc;
    border-radius:4px;
}
#contact-form textarea  , #comment-form textarea, .enq_form textarea {
    height:170px;
    resize:none;
    overflow: auto;
    background:none;
    overflow: auto;
    box-shadow: none;
    line-height: 38px;
}
#submit , #submit-res, input[type="Submit"]	{
    border:none;
    background:none;
    padding:15px 40px;
    background:#000;
    line-height:17px;
    cursor:pointer;
    font-size:18px;
    letter-spacing:2px;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    -webkit-appearance: none;
    border-radius:4px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #C59D5F;
}
#submit:hover , #submit-res:hover, input[type="Submit"]:hover{
    color:#fff;
    background: #C59D5F;
}
.reservation-form-holder  #submit-res {
    margin-top:50px;
}
.error_message , #success_page h1 {
    font-size:18px;
    letter-spacing:2px;
    padding-bottom:10px;
}
#success_page h3{
    text-align:left;
    font-size:18px;
}
#success_page p {
    margin-bottom:10px;
    padding:6px 6px 6px 0;
    color:#000;
    font-size:18px;
    letter-spacing:2px;
    text-align:center;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}
#message fieldset , #message2  {
    border:none;
}
/*------ Video ------------------------------------------------*/
.media-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 0;
    z-index: 1;
}
.video-container video {
    width: 100%;
}
.video-iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-iframe iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.media-container.video-parallax {
    height:150%;
    top:-25%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-mask {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    z-index:1;
}
/*------ css-animation - ------------------------------------------------*/
.transition{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fl-l {
    float:left;
}

/*add 2015-12-28*/
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}
.event-images {
    float: left;
    padding: 35px 0;
}
.gallery_vedio {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    float: none;
    margin: 0 auto;
}
.gallery_vedio iframe, .gallery_vedio object, .gallery_vedio embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.glry_img .photogalleryTable{
    display:none;
}
.gallery_images {
    padding-top: 0;
}
.new_glry .slick-slide img {
    max-height: 500px;
    /*width: 950px;*/
    overflow: hidden;
    margin: 0 auto;
}
.new_glry_nav img {
    height: 65px;
    overflow: hidden;
    width: 112px;
    cursor: pointer;
}
a.imghoverwrap{
    position: relative;
    display: inline-block;
}
a.imghoverwrap:hover .imghover{
    opacity: 1;
}
.imghover{
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top:0px;
    left:0px;
    display: block;
    opacity: 0;
    height: 100% /*500px*/;
    /*transition: all 400ms linear 0s;*/
}
#contact-form #submit{
    float: left;
}
.map-box iframe{
    width: 100%;
}
.location_map{
    padding: 90px 0 0;
}
.functions-img {
    float: left;
    padding: 10px 0 0;
    /*min-height: 175px;*/
}
.box-item a {
    float: none;
    width: auto;
}
#newslatter #subscribe-button{
    color: #C59D5F;
}
#newslatter #subscribe-button em{
    float: right;
    padding-right: 15px;
}
h3.event_heading{
    font-family: 'Lobster Two', 'Playball',cursive;
    font-size: 48px;
    color: #C59D5F;
}
.contact-details a{
    transition: all 400ms linear 0s;
}
.contact-details a:hover{
    color: #C59D5F
}
.long_live_div {
    padding-bottom: 35px;
}
/*end add 2015-12-28*/

/*add 2016-01-11 /13*/
.product-main .product-title {
      height: 70px;
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0 !important;
}
.products_pro .product-title {
      height: 70px;
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.product-main .productItem {
    padding: 20px;
}
.productSubmitInput {
    background-color: #FFFFFF;
    border: medium none;
    color: #C59D5F;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lobster Two', 'Playball',​cursive;
    line-height: 64px;
}
.productSubmitInput:hover {
    background-color: #FFFFFF;
    border: medium none;
    color: #000000;
    cursor: pointer;
}
.menu-cntnr{
    display: inline-block;
    /*min-height: 205px;*/
}
table.cart{
    font-size: 14px;
}
table.cart tr th {
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}
table.cart th.quantity, table.cart td.quantity{
    text-align: left;
}
table.cart th, table.cart td{
    text-align: left;
}
table.cart .productitemcell {
    height: 40px;
    line-height: 40px;
    margin: 0;
}
table.cart .quantity input{
    height: 35px;
}
table.cart .sttl{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
table.cart td.quantity input.update {
    border-radius: 5px;
    font-weight: bold;
    margin: 0 0 0 3px;
    width: 85px;
    color: #FFFFFF;    
    background: none repeat scroll 0 0 #262526;
}
select.productSelectInput{
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 45%;
}
.productAttributes{
	padding:10px 0;
	width:45%;
}
.catProdAttributeTitle{
    font-size: 16px;
}
.catProdAttributeItem select{
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
input#GiftVoucher,
table.cart .quantity input,
.cart-qt input{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}
.addtocrt {
    margin: 0 5px;
    cursor: pointer;
}
.cmmnt-authr{
    display: block;
    font-size: 16px;
}
.comnt-ulbdy{
    border-bottom: 1px solid #EEEEEE;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.cmt-bdy{
    margin-left: 0;
}



input.update[type="button"] {
    float: left;
    height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    background: #262526 !important;
    border-radius: 4px;
    margin-left: 20px;
    -webkit-appearance: none;
    background: rgba(255,255,255,1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input.update[type="button"]:hover, .car_but1 a:hover, .car_but2 a:hover{
    color: #C59D5F !important;    
}

.car_but2 a:hover , .car_but1 a:hover{color: #fff !important}

/*add 2016-01-19 */

h2.menu_head {
    color: #C59D5F;
    font-family: 'Lobster Two', 'Playball',cursive;
    text-transform: capitalize;
    font-size: 3.46667em;
    font-weight: 400;
    line-height: 1.17em;
}

/*end add 2016-01-11 */

/*add 2016-02-11 / 12 */
.long_live_sec{
    padding-top: 75px;
}
.courtesy_bus p {
    padding: 0;
}
.courtesy_bus .bus_routs .single-slider {
    padding: 35px 55px 0;
}
.imperial_story .border-left {
    border-left: 1px solid #979797;
}
.imperial_div {
    display: block;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    border-bottom:solid 1px #ccc;
}
.music-lineup .imperial_div {
border-bottom:none;
}
.imperial_div .fa.fa-calendar {
    display: inline-block;
    float: left;
    font-size: 35px;
    color:#C59D5F;
}
.imperial_div .fa.fa-star {
    display: inline-block;
    float: left;
    font-size: 35px;
    color:#C59D5F;
}
.imperial_div .fa.fa-ticket {
    display: inline-block;
    float: left;
    font-size: 70px;
    color:#C59D5F;
}
.imperial_div p.Other{
	display:none;
}
.footer-info .imperial_div .fa.fa-ticket {
    font-size: 35px;
}
.imperial_div.featured_select {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,fafafa+20,f1f1f1+58,e6e6e6+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #fafafa 20%, #f1f1f1 58%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fafafa 20%,#f1f1f1 58%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefefe 0%,#fafafa 20%,#f1f1f1 58%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    border: 0px;
    -webkit-box-shadow: 0px 1px 2px 3px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 1px 2px 3px rgba(204, 204, 204, 0.7);
    box-shadow: 0px 1px 2px 3px rgba(204, 204, 204, 0.7);
}
.footer-info .imperial_div.featured_select {
	background:none !important;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow:none
}

.imperial_div > div {
    display: inline-block;
}
.imperial_div h4 {
    /*letter-spacing: 2px;*/
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-bottom:0;
    /* font-family: 'Lobster Two', 'Playball',cursive;*/
    color: #C59D5F;
}
.imperial_div p {
    /*display: inline-block;*/  /*Billy 05/07/2019*/
    float: left;
    padding: 0;
	width:100%;  /*Billy 05/07/2019*/
}
.imperial_art, .kids_room, .long_live_sec, .courtesy_bus{
    padding-top: 0
}
.venue_item {
    display: block;
    float: left;
    padding-top: 40px;
    width: 100%;
}
.venue_item .section-title > h3 {
    padding-top: 15px;
}
.venue_item .venue_img_holder {
    padding: 0 20px;
}
.bottle_shop_inner {
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.menu-cntnr .menu-item {
    padding: 0px 0 15px;
}
.slick-prev::before, .slick-next::before {
    color: black !important;
}  
.bus_routs strong {
    font-weight: bold;
}
/* 12 feb css*/
.bus_routs .single-slider-holder h2 {
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.fc-border-separate tr.fc-last th {
    padding: 10px;
    background: #C59D5F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.fc-header-title h2{
    margin-bottom: 20px;
}

.fc-event {
    border: 1px solid #B99761 !important;
    background-color: #B99761 !important;
    color: #fff;
    font-size: .95em !important;
}
.item-img{position: relative;}
.item-img > span{
    position: absolute; 
    left: 0px;
    bottom: 0px;
    background-color: #333;
    width:100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.bck_lnk{
    margin-bottom: 30px;
    text-align: center;
}

.bck_lnk a {
    border: 2px solid #333;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    background-color: transparent;
}
.bck_lnk a:hover{
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}
/*end css 12 feb*/

/*end add 2016-02-11 / 12 */

/*add 2016-02-13 */
.grid {
    margin: 30px auto;
    padding: 0;
}

.grid li {
    display: block;
    float: left;
    width: 31%;
    height: 250px;
    margin: 0px 5px 5px 5px;
}
.grid li a,
.grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    height: 245px;
    position: relative;
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}
.carousel-link-holder > h4 {
    padding: 0 30px;
}
.imghover i {
    color: #f2f1f0 !important;
    font-size: 32px;
    transition: all 600ms linear 0ms;
}
@-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
.pt_lit_link {
    display: block;
    padding-bottom: 30px;
}
.weekly_img .fancybox {
    padding-bottom: 0px;
}
.weekly_img .fancybox .respimg {
    /*max-height: 376px;*/
}
.weekly_img .imghover {
    /*height: 376px;*/
}
/*end add 2016-02-13 */

/*2016-03-01*/
.music-lineup h5 {
    padding-bottom: 18px;
}
.music-lineup h5 span {
    font-size: 13px;
}
/*end 2016-03-01*/
/*2016-03-09 / 10*/
.menu_pck {
    float: left;
    padding-bottom: 50px;
    text-align: left;
}
.menu_pck > a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.menu_pck > a:hover {
    color: #c59d5f;
}
.enq_form > div{
    float: none;
    margin: 0 auto;
}
.enq_form #submit {
    display: block;
    float: left;
    height: auto;
    width: 25%;
}
.txt-center{
    text-align: center;
}
.function_values {
    float: left;
    padding: 25px 0;
}
.function_values.slider-content {
    float: none;
    padding: 25px 0;
}
.bus_routs {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.bus_routs .bus_rout{
    padding-bottom: 10px;
    float: left;
}
.bus_routs .bus_rout h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 5px;
}
.bottle_shop > div img {
    float: left;
    padding-bottom: 15px;
}
h3 a.opn_hrs{
    color: #c59d5f;
}
.enq_form label,
#contact-form label {
    float: left;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
}
.enq_form .recapcha_div, 
#contact-form .recapcha_div {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.enq_form .captchaimg,
#contact-form .captchaimg {
    float: left;
    padding-right: 10px;
}
.enq_form #CaptchaV2.cat_textbox,
#contact-form #CaptchaV2.cat_textbox {
    margin-bottom: 0;
}
.web_srch_res .tabledefault {
    text-align: left;
    width: 100%;
    font-size: 15px;
}
.web_srch_res .tabledefault tr td strong {
    font-weight: bold;
}
.web_srch_res .tabledefault tbody tr td {
    padding-bottom: 8px;
}
.slick-prev, .slick-next{
    z-index: 1;
}
.txt-lft{
    text-align: left !important;
}

.product-name a{color: #c59d5f !important;}



.cartLink {
  float: left;
  padding-bottom: 100px;
  text-align: center;
  width: 100%;

font-family: "Lobster Two","Playball",cursive;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
margin-top: 30px;



}

.product-cat-mains img {
    max-width: 100%;
}






.shop-form .form {
    margin: 0 -15px;
    display: block;
}
.shop-form .form .item {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
}
.shop-form .form .item textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px;
}
.shop-form .form .item label{
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
}
.shop-form .form .item input, .shop-form .form .item select{
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.shop-form .form .item.check-box-footer input {
    width: auto;
    margin: 0 10px 0 0;
    height: auto;
}
.shop-form .form .item.check-box-footer{
    font-size: 16px;
}
.shop-form .form input#catwebformbutton {
    float: left;
    margin: 0 0 0 10px;
}
.product-price a input[type="submit"]{
    background: transparent !important;
    padding: 0 !important; 
    color: #000 !important;
    font-size: 24px !important;
}

.full_div{width: 100% !important;margin-bottom: 20px;}

.full_div textarea {
  width: 49% !important;
}
.full_div .cat_textbox { 
  width: 49% !important;
}

.shop-receipt, .shop-quote-receipt {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  text-align: center;
}
.error {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.shop-receipt p , .shop-quote-receipt p {
    text-align: center;
}

.shop-receipt h4 , .shop-quote-receipt h4 {
    font-size:20px;
    text-transform:uppercase;
    font-weight:bold;
    /*letter-spacing:1px;*/
    position:relative;
    display:inline-table;
    padding-bottom:20px;
    font-family: 'Source Sans Pro', sans-serif;
}
/*end 2016-03-09 / 10*/

/*start 2016-09-11 - dd */

.product-main .products{padding: 30px 0 0 ;}


.entry > .grid > .item {
  width: 50%;
}
.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 1;
}
.grid .item {
    display: block;
    float: left;
    padding: 2px;
    width: 33%;
    opacity: 1;
}
.grid .item a,.grid .item img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.grid.effect-2 .item.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}



/*end 2016-09-11 - dd */

/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1536px) {
    .menu-bg {
        width:50%;
        height:80%;
    }
}

@media screen and (max-width: 1200px){
    nav li a{
        font-size: 11px;
    }
    nav li{
        padding: 10px 9px;
    }
}
@media only screen and  (max-width: 1036px) {
    .mob-bg {
        display:block;
    }
    .nav-button-holder {
        display: block;
        top: 27px;
        right: 14px;
    }
    header.sticky .header-inner{
        top: -20px;
    }
    .nav-holder {
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#191919;
        padding:20px 0 10px;
        display:none;
        height:auto;
        overflow:auto;
    }
    nav ul li {
        float:left;
        width:100%;
        margin-bottom:10px;
        text-align:left;
        left:0;
        opacity:1;
        right: 0;
    }
    nav li a.act-link:before , nav li a.act-link:after,
    nav li.selected a:before , nav li.selected a:after {
        left:7px;
    }
    .hero-title-holder {
        width:100%;
    }
    .hero-title {
        top:45%;
        float:none;
        margin: 0 auto;
        border-right:none;
        padding:50px;
    }
    .hero-title h3 {
        font-size:22px;
    }
    .hero-title h4 {
        font-size:12px
    }
    .page-title {
        padding-bottom:20px;
    }
    .page-title h2 {
        font-size:30px;
    }
    .gallery-item {
        width:50% !important;
    }
    header.sticky nav a ,  header.flat-header nav a{
        color:#fff;
    }
    nav a:before , nav a:after , .work-time:before , .hero-title h4:before , .hero-title h4:after {
        display:none;
    }
    .nav-social {
        margin-right:20px;


    }
    .subnav {
        margin:45px 40px 0;
    }
    .map-holder {
        top:0;
    }
    .bg-parallax  , .media-container.video-parallax{
        height:100%;
        top:0;
    }
    .team-modal img {
        margin:30px 0
    }
    nav li ul {
        margin: 0;
        padding-left:0;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width:100%;
        display:none;
        top:0;
        left: 0;
        z-index: 1;    	
        border:none;

    }
    nav li ul li  {
        padding:3px 0;
    }
    nav li ul li:first-child {
        margin-top:10px;
    }
    nav li:hover > ul {
        display: block;
    }

    /*31 dec 2015*/
    .nav-social{
        float: none;
    }
    .logo-holder{
        top:20px;
    }
    header.sticky .header-inner{
        padding: 30px 0px;
    }
    .about-section .single-slider-holder {
        margin-top: 0px;
    }
    nav li a{
        font-size: 14px;
    }
    /*end css*/
}
@media only screen and  (max-width: 991px) {
    #home-whats-on .t-right, #home-whats-on .t-left,
    .event-images .t-right, .event-images .t-left{
        text-align: center;
    }
    .event-images{
        float: none;
    }
    .event-images .t-right img, .event-images .t-left img{
        padding-bottom: 15px;
    }
    table.cart input#DiscountCode, input#GiftVoucher {
        width: 35px;
    }
    table.cart td.quantity input.update {
        width: 62px;
    }
    .long_live_sec .section-title {
        margin-top: 75px;
    }
    .weekly_img{
        padding-top: 60px;
        float: left;
    }    
    .weekly_img .imghover {
        height: auto;
    }
    .weekly_img .fancybox .respimg {
        width: auto;
    }
    .weekly_img .box-item:hover i {
        opacity: 0;
    }
    .about-section .single-slider-holder {
        margin-top: 10px;
    }
    .long_live_sec .respimg{
        padding-bottom: 15px;
    }
    .venue_item .venue_img_holder {
        padding: 10px 15px 0;
    }
    .weekly_img {
        width: 100%;
    }
    .weekly_img .box-item {
        width: 50%;
    }
    .product-main .product-title{
        height: 99px;
    }
    .products_pro .product-title {height: 99px;
    }
    #catCartDetails .cart-totals { margin: 10px 0 50px; }
}
@media only screen and  (max-width: 768px) {
    section {
        padding: 40px 0;
    }
    .long_live_sec .section-title {
        margin-top: 50px;
    }
    .header-inner{
        padding: 8px 0px;
    }
    header.sticky .header-inner{
        padding: 30px 0;
    }    
    .grid.section_gallery_ul li {
        width: 48.5%;
    }
    section.venues .venue_item:last-child {
        padding-bottom: 30px;
    }
    .products li.product-cat-mains{
        padding: 15px;
        margin: 0;
    }
	.inline-popup-content {
		display: block;
	}
}
@media only screen and  (max-width: 756px) {
    .team-item  , .three-coulms .gallery-item , .three-coulms .grid-sizer , .three-coulms .gallery-item-second , .products li.product-cat-mains{
        width:50% !important;
    }
    .slides-pagination {
        display:none;
    }
    .slides-navigation {
        bottom:30px;
        right:10px;
    }
    .get-in-touch{
        padding-top: 25px;
    }
    .menu-item-details {
        display: block;
    }
    .menu-item-desc{   
        display: block;
        width: 100%;
        white-space: inherit;
    }
    .menu-item-dot {
        display: block;
        width: 100%;
    }        
    .nav-holder {
        padding:15px 0;
        height:195px;
    }
    .nav-button span{}
    .grid.section_gallery_ul li {
        width: 47.5%;
    }
    .shop-form .form .item textarea{
        margin: 0 0 15px;
    }
    .shop-form .form .item{width: 100%;}
    .full_div textarea , .full_div .cat_textbox {width: 100% !important;}  
    .checkout-table > tbody > tr > td, .checkout-table > tbody > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th, .checkout-table > thead > tr > td, .checkout-table > thead > tr > th{
        padding: 7px;
    }
}
@media only screen and  (max-width: 640px) {
    .fc-header-title h2 { 
        font-size: 2.5em;
        line-height: 22px;
    }
    .nav-social{
        right: 20px;
    }
    .logo-holder{
        left:20px;
    }    
    table.cart td.quantity input.update{
        margin: 4px 0;
    }
    .grid.section_gallery_ul li {
        width: 48%;
    }
}
@media only screen and  (max-width: 639px) {
    .weekly_img .box-item {
        width: 100%;
    }
}
@media only screen and  (max-width: 540px) {
    .team-item  , .chefinfo , .team-item  , .three-coulms .gallery-item , .three-coulms .grid-sizer , .three-coulms .gallery-item-second , .products li.product-cat-mains{
        width:100% !important;
    }
    .grid-small-pad  .grid-item-holder{
        padding:10px;
    }
    #wrapper {
        padding:0;
    }
    .parallax-section h2  , .section-title h3 , .big-number a{
        font-size:28px;
    }
    .to-top-holder p  , .to-top{
        width:100%;
        text-align:center;
    }
    #home-whats-on .t-right img, #home-whats-on .t-left img,
    .event-images .t-right img, .event-images .t-left img, .functions-img img{
        width: 100%;
        height: auto;
    }
    h3.event_heading{
        font-size: 50px;
    }
    .get-in-touch{
        padding-top: 60px;
    }
}

@media (min-width: 430px) and (max-width: 520px) {
    .imperial_div .fa.fa-ticket { font-size: 55px;}

}


@media only screen and  (max-width: 480px) {
    .new_glry_nav img {
        width: 105px;
    }
    .cart-tbl{
        overflow-x: scroll;
    }
    .imperial_div .fa.fa-calendar {
        font-size: 30px;
    }
    .enq_form #submit {
        padding: 15px;
        width: 27%;
    }
    .grid.section_gallery_ul li {
        width: 97.5%;
    }
    .shop-form .form .item.check-box-footer{
        font-size: 14px;
    }
}
@media only screen and  (max-width: 430px) {
    .imperial_div > div {
        width: 91%;
    }
    .imperial_div .fa.fa-calendar {
        padding: 0 3px;
    }    
    .nav-holder {
        height: auto;
    }
    .bottle_shop_inner > div.col-xs-6{
        width: 100%;
    }
    .fc-view {
        overflow-x: visible !important;
    }
}
@media only screen and  (max-width: 360px) {
    .fc-header-title h2 {
        font-size: 2em;
    }
    h3.event_heading{
        font-size: 44px;
    }
    .grid.section_gallery_ul li {
        width: 96.5%;
    }

    .coupon-holder input#DiscountCode {
   width: 65%;}

   .coupon-holder input#GiftVoucher {width: 65%;}

   select.productSelectInput { width: 100%;}
    .productAttributes { width: 100%;}
}
@media only screen and  (max-width: 320px) {
    .carousel-link-holder h3 {
        font-size: 35px;
    }
    .new_glry_nav img {
        width: 95px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size:cover;
        background-position:center;
    }
}

/*20-08-2017 css changes*/

.infocol{margin-top: 80px;}
.infocol h5 {font-family: 'Barlow Semi Condensed', Arial, sans-serif;color: #C59D5F;font-size: 22px;font-weight: 600;}
.mrgbbtm75{margin-bottom: 75px;}
.infocol a {
	color:#fff;
}




/*new style 1-10-2018*/
/*font-family: 'Nunito', sans-serif;  font-family: 'Barlow Semi Condensed', sans-serif;*/
.newhomedesign header{position: relative;}
.newhomedesign header .header-inner{float: none; background: #fff;    padding: 15px 0px 0;}
.newhomedesign header nav li a{color: #000;font-family: 'Barlow Semi Condensed', sans-serif;  font-weight: 500;      font-size: 16px;    letter-spacing: 0; }
.newhomedesign header nav li a:hover{    color: #C59D5F;}
.newhomedesign .fullheight-carousel-holder{    transform: inherit !important;}
.newhomedesign .subnav a{color: #000;}
.newhomedesign .logo-vis{opacity: 0;}
.newhomedesign .logo-notvis{opacity: 1;}
.newhomedesign header.sticky {    position: fixed;}
.newhomedesign .nav-social li a{color: #000;}
.newhomedesign .nav-social{width: auto;}
.newhomedesign .nav-holder {    margin-top: 20px !important;}
.newhomedesign .subnav{    margin: 31px 6px 0 0;}
.newhomedesign header.sticky .header-inner{top:0;}


.footer-part{color: #fff; padding: 50px 0; font-size: 16px;font-family: 'Nunito', sans-serif; text-align: left; font-size: 14px;}
.footer-part h2{font-family: 'Barlow Semi Condensed', sans-serif;  font-weight: 500;  color: #fff;font-size: 30px; letter-spacing: 0; margin: 0; text-align: center; display: block; text-transform: uppercase;}
.footer-part h3, .footer-part .footer-social h3{font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; color: #fff; font-size: 20px;letter-spacing: 0; margin: 0 0 10px; text-align: left; display: block; text-transform: uppercase;}
.footer-part p a{color:#ffffff;}
.footer-part h6{font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600;color: #C59D5F;  font-size: 12px;letter-spacing: 0; margin: 0 0 5px; text-align: left; display: block; text-transform: uppercase;}
.footer-part p{font-size: 14px; margin-bottom: 10px; line-height:normal;}
.footer-part h6 a {color: #C59D5F;}
.footer-left-colm a{color: #fff; font-size: 14px;}
.footer-left-colm div{margin-bottom: 10px;}
.footer-center-part{padding: 60px 30px 0;}
.footer-newsletter-colm p{font-size: 20px; font-weight: 300; padding: 0;}
.footer-newsletter-colm form.newsletter input[type="submit"]{font-family: 'Nunito', sans-serif; text-transform: uppercase;font-size: 13px;    letter-spacing: 0;}
.newhomedesign .to-top-holder p{font-family: 'Nunito', sans-serif; letter-spacing: 0;    font-size: 14px;}
.newhomedesign .to-top-holder p span{color: #fff;}
.newhomedesign .to-top span{    font-family: 'Barlow Semi Condensed', sans-serif;text-transform: uppercase;font-weight: bold;letter-spacing: 0;font-size: 15px;}
.footer-part .footer-social ul{margin: 0;}
.footer-part .footer-social ul p{display: none;}
.footer-img-left{    margin: -40px 0 0 0;}
.footer-social-part{padding-left: 40px;}
.address-field,.phone-field,.email-field{padding-left: 25px; position: relative;}
.address-field:before{ content: "\f041"; font-family: 'FontAwesome'; position: absolute; top: 0; left: 0; color:#fff; font-size: 18px;}
.phone-field:before{ content:"\f095"; font-family: 'FontAwesome'; position: absolute; top: 0; left: 0; color:#fff; font-size: 18px;}
.email-field:before{ content: "\f0e0"; font-family: 'FontAwesome'; position: absolute; top: 0; left: 0; color:#fff; font-size: 16px;}
.footer-part img{max-width: 100%;}

.newhomedesign .new-about-section{    max-width: 950px;margin: 0 auto;float: none;clear: both;}
.newhomedesign section.header-section{    padding: 220px 0;    margin: 0;}
.new-about-section .section-title h3{font-family: 'Barlow Semi Condensed', sans-serif;color: #000 !important;text-transform: uppercase;letter-spacing: 0;font-size: 34px;font-weight: 500;}
.newhomedesign .new-about-section .content p{font-family: 'Nunito', sans-serif;    font-weight: 300;}
.function-gallery-section{padding: 50px 0; margin: 0 auto;clear: both;}
.function-content.text-center p{text-align: center;}
.features-bootom-section {max-width: 800px; margin: 0 auto 0px; }
.features-bootom-section h4{font-family: 'Nunito', sans-serif;font-weight: 700;text-transform: uppercase;font-size: 18px;margin-bottom: 10px;margin-top: 30px;}
.features-bootom-section p{text-align: center;}
.make-an-enquiry{padding-top: 30px;}
.make-an-enquiry a{    display: inline-block;border: 1px solid #333;border-radius: 3px;text-transform: uppercase;text-align: center;padding: 13px 25px;color: #000;font-family: 'Nunito', sans-serif;margin:5px 15px;font-size: 12px;font-weight: bold; }
.make-an-enquiry a:hover{background: #333; color: #fff;}
.function-gallery-img ul{margin: 0 0 30px; padding: 0;}
.function-gallery-img ul:after{clear: both; width: 100%; display: block; float: none; content: '';}
.function-gallery-img ul li{float: left; width: 25%;  position: relative;}
.function-gallery-img ul li:before{content: ''; padding-top: 100%; display: block;}
.function-gallery-img ul li a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;padding: 1px;}
.function-gallery-img ul li img{max-width: 100%;height: 100%;width: 100%;object-fit: cover;}

.white-popup-block{position: relative;}
.white-popup-block .section-title{background: #fff; padding: 40px 0; text-align: center;}



.weddings-video{margin: 50px 0; position: relative;}
.weddings-video:before{padding-top: 56.25%; display: block; content: '';}
.weddings-video iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.weddings-video img{max-width: 100%;}
.weddings-gallery-img{padding: 50px 0;}
.weddings-gallery-img ul{margin: 0 0 30px; padding: 0;}
.weddings-gallery-img ul:after{clear: both; width: 100%; display: block; float: none; content: '';}
.weddings-gallery-img ul li{float: left; width: 25%;  position: relative; padding: 10px;}
.weddings-gallery-img ul li .weddings-gallery:before{content: ''; padding-top: 100%; display: block;}
.weddings-gallery-img ul li .weddings-gallery{position: relative;}
.weddings-gallery-hover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center;    background: #fff; display: none;    border: 1px solid #000;}
 .weddings-gallery-hover span{display: table;    vertical-align: middle;    height: 100%;    width: 100%;}
 .weddings-gallery-hover a{display: table-cell; vertical-align: middle; font-size: 24px; color: #000; font-family: 'Barlow Semi Condensed', sans-serif; text-transform: uppercase; font-weight: 600;}
.weddings-gallery-img ul li img{max-width: 100%;height: 100%;width: 100%;object-fit: cover;position: absolute; top: 0; left: 0; }
.weddings-gallery-img ul li .weddings-gallery:hover .weddings-gallery-hover{display: block;}

.wedding-enquiries-form .section-title p{text-align: center; margin-top: 20px;}
.weddings-coordinator{clear: both; padding:50px 0;    text-align: left;}
.coordinator-img{position: relative;}
.coordinator-img:before{content: ''; padding-top: 100%; display: block;}
.coordinator-img img{max-width: 100%;height: 100%;width: 100%;object-fit: cover;position: absolute; top: 0; left: 0;}
.weddings-coordinator .color-separator{margin-left: 0;}
.make-an-enquiry .phone-number{    display: inline-block;    margin-left: 10px;    color: #000;    font-weight: 600;}
.make-an-enquiry .phone-number a{border: 0; padding: 0;}
.make-an-enquiry .phone-number a:hover{background: transparent;     color: #C59D5F;}
.weddings-coordinator .section-title{margin-top: -20px;}
.function-gallery-section:after{clear: both; content: ''; display: block; width: 100%;}
.newhomedesign  .nav-social li{padding: 5px;}
.newhomedesign .nav-social li a{font-size: 24px;}
.newhomedesign header.sticky .nav-social {    top: 0;}
.newhomedesign header.sticky .header-inner{    float: none;    background: #fff;    padding: 10px 0px 10px;}
 .footer-social .footer-social-part ul li a{    width: 30px;font-size: 26px;}
.spaces-section{padding: 50px 0; clear: both;}
 .weddings-gallery-slider{padding: 0px; clear: both; margin-bottom: 70px !important;position: relative;}
   .weddings-gallery-slider .slick-prev{ left: 44%;}
   .weddings-gallery-slider .slick-next{ right: 44%;}
   .weddings-gallery-slider .slick-prev:before{content: "\f104"; font-family: 'FontAwesome';}
.weddings-gallery-slider .slick-next:before{content: "\f105";font-family: 'FontAwesome';}
   .weddings-gallery-slider .slick-prev,  .weddings-gallery-slider .slick-next{top: 105%;}
.weddings-gallery-slider img{max-width: 100%;}

.wedding-enquiries-form .enq_form{max-width: 880px; margin: 0 auto;}
.wedding-enquiries-form .enq_form input{border-radius: 0; height: 60px;box-shadow: none;    margin-bottom: 30px;}
.wedding-enquiries-form .enq_form label{font-family: 'Nunito', sans-serif; font-weight: bold; display: block; padding: 0;    margin: 0 0 10px;}
.wedding-enquiries-form .enq_form label span{color: red;}
.wedding-enquiries-form  .enq_form textarea{border-radius: 0;    margin-bottom: 30px;}
.wedding-enquiries-form .enq_form #submit{    width: 150px;    color: #fff; font-family: 'Nunito', sans-serif; font-weight: normal;   text-transform: uppercase;}
.instagram-feed .section-title p{text-align: center;}
.instagram-feed .weddings-gallery-img{clear: both;    padding: 0;}
.instagram-feed .weddings-gallery-img ul li{padding: 5px;width: 20%; }
.instagram-feed .instagram-img{position: relative;}
.instagram-feed .instagram-img:before{content: ''; padding-top: 100%; display: block;}
.instagram-feed .instagram-img a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} 

.pagingInfo{
    margin-top: -53px;
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
}

.wedding-gallery-div{max-width: 100% !important; margin: 0px !important; width: 100% !important; padding: 0px !important}
.wedding-gallery-div .item{padding: 10px; width: 33.33333333%;}

@media (min-width: 991px) and (max-width: 1270px) {
    .infocol{margin-top: 20px;}
    .infocol .mrgbbtm75{margin-bottom: 20px;}
    
    
    .footer-center-part {    padding: 60px 0px 0;}
}
@media only screen and (min-width: 1037px){
    .newhomedesign header .header-inner .container{display: -webkit-box;display: -moz-box;display: -webkit-flex;   display: -ms-flexbox;   display: flex;   width: 100%;   -webkit-justify-content: space-between;   -ms-justify-content: space-between;   justify-content: space-between;   -ms-flex-align: center;   -webkit-align-items: center;   -moz-align-items: center;   -ms-align-items: center;   -o-align-items: center;   align-items: center;}
    .newhomedesign .subnav {    margin: 10px 6px 0 0;}
    .newhomedesign .nav-holder{margin-top: 0 !important;}
    .newhomedesign .nav-social{top: 0;}
   
}
@media only screen and (max-width: 1036px){
.newhomedesign .logo-holder {   top: -6px;}
.newhomedesign .nav-button-holder .vis-m span,.nav-button-holder span.one,.nav-button-holder span.two{background:#000;}
.newhomedesign header {    position: relative;}
 .newhomedesign .nav-button{margin-top: 0;}
 .newhomedesign .nav-social {    width: auto;    position: absolute;    right: 80px;    top: 10px;}
 .newhomedesign .subnav {    margin: 25px 6px 0 0;}
 .newhomedesign header.sticky .nav-social {    top: 10px;}
 .newhomedesign .subnav {    margin: 25px 6px 0 0;    position: absolute;      right: 50px;    top: 0;}
  .newhomedesign .subnav a{padding-left: 0;}
 .newhomedesign .nav-holder{top:50px;}
 .newhomedesign header nav li a{color: #fff;}
 .footer-img-left{margin: 0;}
 .footer-left-colm div{    word-break: break-all;}
}
@media screen and (max-width: 900px) {
    .grid .item {width: 50%;}
  .entry {box-shadow: none;}
  .entry > .grid > .item {width: 50%;}
}
@media (min-width: 768px) and (max-width: 995px) {
    .infocol{margin-top: 20px;}
    .infocol .mrgbbtm75{margin-bottom: 20px;}
    
      .footer-center-part {    padding: 30px 0px 0;}
}
@media screen and (max-width: 767px) {
    .infocol{margin-top: 20px;}
    .infocol .mrgbbtm75{margin-bottom: 20px;}
    
    .footer-center-part {    padding: 0px 0px 0;}
    .newhomedesign .subcribe-form {    margin: 0;}
    .footer-part h2{font-size: 22px;}
    
    .function-gallery-img ul li, .weddings-gallery-img ul li{width: 33.33%;}
    .newhomedesign .section-title h3{font-size: 22px;}
    .newhomedesign section.header-section {    padding: 150px 0; }
    .weddings-coordinator .section-title{margin-top: 20px;}
    .weddings-gallery-hover a{font-size: 18px;}
    .weddings-gallery-img {    padding: 10px 0;}
    .weddings-video {    margin: 20px 0;}
    
    .function-gallery-section{      padding: 20px 0;}
    .instagram-feed .weddings-gallery-img ul li{width: 50%; }
    .wedding-enquiries-form .enq_form input{height: 40px;}
    .weddings-gallery-slider .slick-prev, .weddings-gallery-slider .slick-next {    top: 113%;}
    .weddings-gallery-slider .slick-prev {    left: 34%;}
    .weddings-gallery-slider .slick-next {    right: 34%;}
    .wedding-gallery-div .item{ width: 49.95%;}
}
@media screen and (max-width: 481px) {
    .function-gallery-img ul li, .weddings-gallery-img ul li{width: 50%;}
    .make-an-enquiry .phone-number{ margin-left: 0px; }
    .weddings-coordinator .make-an-enquiry{text-align: center;}
     .instagram-feed .weddings-gallery-img ul li{width: 50%; }
     .newhomedesign .logo-holder {    top: 3px; left: 0; max-width: 100px;}
      .grid .item {width: 100%;}
  .entry {padding: 20px 0;}
  .entry > p {padding: 10px;}
  .entry > .grid > .item {width: 100%;}
}
/*end css*/





