/* @override http://cafesydney.com/resources/css/style.css */

/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*------------------------
		General
------------------------*/
html,
body{
    font-family:'NewBaskervilleW01-Roman';
    background-color: #000;
}
p{
    font-size: 18px;
}
a{
    color: #fff;
    text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover{
    text-decoration: underline;
}
::-webkit-input-placeholder {
   opacity: 1;
}
:-moz-placeholder {
   opacity: 1;
}
::-moz-placeholder {
   opacity: 1;
}
:-ms-input-placeholder {
   opacity: 1;
}
.product-options ::-webkit-input-placeholder,
.event-enquiry ::-webkit-input-placeholder{
    color: #fff;
}
.product-options :-moz-placeholder,
.event-enquiry :-moz-placeholder{
    color: #fff;
}
.product-options ::-moz-placeholder,
.event-enquiry ::-moz-placeholder{
    color: #fff;
}
.product-options :-ms-input-placeholder,
.event-enquiry :-ms-input-placeholder{
    color: #fff;
}
.signup-form ::-webkit-input-placeholder{
    color: #000;
}
.signup-form :-moz-placeholder{
    color: #000;
}
.signup-form ::-moz-placeholder{
    color: #000;
}
.signup-form :-ms-input-placeholder{
    color: #000;
}
.container{
    width: 1040px;
    margin: 0 auto;
    position: relative;
}
.container:after{
    display: block;
    clear: both;
    content: '';
}
.clearfix{
    display: block;
    clear: both;
}
img{
    max-width: 100%;
    height: auto;
}
.bg-image{
    display: block !important;
    width: 100%;
    visibility: hidden;
}
.valign{
    display: table;
    width: 100%;
    height: 100%;
}
.valign > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.valign > span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.inner-box .valign > div,
.inner-box .valign > span{
    padding: 0;
}
.btn{
    line-height: 24px;
    padding: 0 24px;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
}
.btn2{
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
}
blockquote{
    font-size: 20px;
    margin-bottom: 16px;
    padding: 0 20px;
}
cite{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
}
.show-mobile{
    display: none !important;
}
.toggle-datepicker{
    display: none;
}

/*------------------------
		Header
------------------------*/
header{
    padding: 15px 25px;
    background-color: #fff;
    height: 70px;
}
header:after{
    clear: both;
    content: '';
    display: block;
}
.logo{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 40px;
}
.logo span{
    display: none;
}
.toggle-menu{
    display: none;
}
.main-nav{
    position: relative;
    float: left;
}
.main-nav li{
    float: left;
    margin-right: 20px;
}
.main-nav li:last-child{
    margin-right: 0;
}
.main-nav li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: rgb(28,28,28);
    letter-spacing: 1px;
}
.main-nav li.active > a{
    text-decoration: underline;
}
.main-nav li ul{
    position: absolute;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 990;
    width: 100%;
}

.main-nav li.has-child ul{
	width:-webkit-calc(100vw - 400px);
	width:calc(100vw - 400px);
}

.main-nav li li a{
    color: rgb(102,102,102);
}
.mmenu-options{
    display: none;
}
.right-options{
    float: right;
}
.social-icons{
    text-align: right;
}
.social-icons a{
    background-image: url(../images/social_icons.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 2px;
}
.social-icons a.fb{
    background-position: -23px 0;
}
.right-options .link{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: rgb(28,28,28);
    letter-spacing: 1px;
}

/*------------------------
        Landing Page
------------------------*/
.logo-middle{
    position: absolute;
    text-align: center;
    z-index: 200;
    width: 200px;
    height: 102px;
    margin-left: -100px;
    margin-top: -41px;
    left: 50%;
	top: 50%;
	cursor: hand; cursor: pointer;
}
.logo-middle > div{
/*
    position: absolute;
    width: 100%;
    bottom: -41px;
*/
    z-index: 99;
}
.logo-middle a.enter{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: rgb(219,219,219);
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.logo-middle img{
    display: block;
    margin: 0 auto;
}

.landing-page { height: 100%; overflow: hidden; }
.landing-page .row { 
	overflow: hidden; 
	position: absolute;
	width: 100%; height: 50%;
}
.landing-page .row.top { top: 0; }
.landing-page .row.bottom { bottom: 0; } 

/*.landing-page .row.full-height { 
	position: absolute; 
	width: 100%;
}
.landing-page .row.top { top: -50%; z-index: 199;}
.landing-page .row.bottom { bottom: -50%; } 
*/

.landing-page .row .wrapper {
	position: absolute;
	left: 0; top: 0;
	height: 200%;
	width: 100%;
}

.landing-page .row.bottom .wrapper {
	top: -100%;
}

.landing-page .row .img {
	width: 100%; height: 100%;
	background: transparent; background-size: cover; background-position: center center;
}
/*
.landing-page .row.bottom .img {
	background-position: center -50%;
}
*/


/*------------------------
    Landing Scroller
------------------------*/
div.scrollingHotSpotLeft
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#firstScroller,
#secondScroller
{
    width:100%;
    position: relative;
}
#firstScroller div.scrollableArea img,
#secondScroller div.scrollableArea img
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*------------------------
        Main Screen
------------------------*/
.main-screen{
    position: relative;
    width: 100%;
}
.next-page{
    background-image: url(../images/nav_arrows.jpg);
    width: 36px;
    height: 35px;
    display: block;
    position: fixed;
    right: 0;
    top: 46%;
    z-index: 990;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.next-page.disabled{
    opacity: 0;
}
.prev-page{
    background-image: url(../images/nav_arrows.jpg);
    background-position: right 0;
    width: 36px;
    height: 35px;
    display: block;
    position: fixed;
    left: 0;
    top: 46%;
    z-index: 990;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.prev-page.disabled{
    opacity: 0;
}
.main-screen .row{
    height: 50%;
    position: relative;
}
.main-screen .row.full-height{
    height: 100%;
}
.main-screen .row:after{
    clear: both;
    content: '';
    display: block;
}
.box{
    float: left;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
	display: block;
}

.checkout .totals .box.black{
	width: 60%;
}
.checkout .totals .box.black.last{
	width: 40%;
}

.box.overflow { overflow: auto; }
.box.resize-box .inner-box { overflow: auto; }

.box .inner-box{
    padding: 25px 35px 25px 25px;
    height: 100%;
}

.inner-box ul{
	list-style:circle;
	list-style-position: outside;
	margin-left: 1em;
	padding-bottom: 15px;
}

.inner-box li {
	padding-bottom: 5px;
}

.inner-box h4 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.box.black{
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box.black.cake-description{
	overflow-y: scroll!important;
}

.box.grey{
    background-color: #e7e7e8;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;    
}
.box.rollover:hover{
    background-color: #e7e7e8;
    color: #000;
    background-image: none !important;
}
.box.rollover.grey:hover{
    background-color: #000;
    color: #fff;
    background-image: none !important;
}
.box h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}

.box h5.small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}


.box.video h5{
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 200;
	position: relative;
}
.box h6{
    font-size: 26px;
}
.box p { margin-bottom: 20px; }
.resize-box p:last-of-type { margin-bottom: 0; }

.box.half{
    width: 25%;
}
.box.full{
    width: 100%;
}
div.box > div.box{
    height: 50%;
}
.box .bordered{
    margin-bottom: 0;
}
.box .bordered:before{
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    background-color: #fff;
    margin: 0 auto 20px;
}
.box .bordered:after{
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    background-color: #fff;
    margin: 20px auto 0;
}
.box .bordered.bottom-only:before {
	display: none; margin-bottom: 0;
}
.box .bordered.bottom-only:after {
	margin-bottom: 20px;
}
.m20 { margin-top: 20px; }
.box.grey .bordered:before,
.box.grey .bordered:after {
	background-color: #000;
}
.box.rollover:hover .bordered:after,
.box.rollover:hover .bordered:before{
    background-color: #000;
}
.box.grey.rollover:hover .bordered:before,
.box.grey.rollover:hover .bordered:after {
	background-color: #fff;
}
.box .box-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box .video-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-image: url(../images/play_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
}
.box .view{
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2.2px;
    display: inline-block;
    margin-top: 23px;
    margin-right: 25px; 
}
.box .view:hover{
    color: #828282;
}
.home .box .view { margin-right: 0; }
.rollover .box .view { margin-right: 0;}
.box .sticky{
    position: absolute;
    bottom: 25px;
}
.box .view:hover{
    text-decoration: none;
}
.box.rollover:hover .view,
.grey .view{
    border: 1px solid #000;
    color: #000;
}
.box.grey.rollover:hover .view {
	border: 1px solid #fff;
	color: #fff;
}
.signup-form{
    text-align: center;
    margin-bottom: 25%;
}
.signup-form h5 {
    position: absolute;
    top: 25px;
    width: 100%;
    margin: 0 -25px;
}
.signup-form h6{
    margin-top: 55px;
    margin-bottom: 28px;
}
.box .submit-wrapper{
    bottom: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.box .submit-wrapper input[type='submit']{
    margin-top: 0;
    margin-bottom: 0;
}
.box input[type=text],
.box input[type=email]{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    width: 232px;
    height: 24px;
    line-height: 1;
    display: block;
    margin: 0 auto 24px;
    border: none;
    border-bottom: 1px #000 solid;
    background-color: transparent;
}
.box input[type=submit]{
    height: 24px;
    line-height: 1;
    background-color: transparent;
    padding: 0 30px;
    border: 1px solid #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    margin-top: 44px;
    margin-bottom: 25px;
}
input, select, textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important; 
}
.thanks-message{
    display: none;
}

.testimonial h6 { font-size: 16px; }



/*------------------------
        Gallery
------------------------*/
.fancybox-lock .fancybox-overlay{
    overflow-y: auto;
}
.fancybox-overlay-fixed{
    background-color: #fff;
    top: 70px;
}
.fancybox-opened .fancybox-skin{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-nav{
    position: fixed;
    width: 10%;
}
.fancybox-nav span{
    background-image: url(../images/nav_arrows.jpg);
    background-position: 0 0;
    width: 36px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8040;
    visibility: visible;
}
.fancybox-prev span{
    right: auto;
    left: 0;
    background-position: right 0;
}
.fancybox-close{
    border: 1px solid #000;
    background: #000;
    bottom: 2%;
    color: #fff;
    height: auto;
    line-height: 20px;
    right: 48%;
    top: auto;
    width: 55px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.fancybox-close:hover{
    text-decoration: none;
}

/*------------------------
        Events
------------------------*/
.events-box{
    width: 550px;
}
.events-box p{
    font-size: 16px;
    margin-bottom: 10px;
}
input[type=checkbox].css-checkbox {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:12px;
    height:13px; 
    display:inline-block;
    line-height:13px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align:middle;
    cursor:pointer;
    margin-bottom: 44px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -13px;
}
label.css-label {
    background-image:url(../images/checkbox_icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.event-enquiry{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 420px;
}
.event-enquiry h5{
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}
.checkout input[type=text],
.checkout input[type=email],
.event-enquiry input[type=text],
.event-enquiry input[type=email]{
    height: 24px;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-bottom: 1px #fff solid;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    text-align: left;
}
.event-enquiry input[type=submit]{
    border-color: #fff;
    color: #fff;
    padding: 0 12px;
}
.event-enquiry input[type=submit]:hover {
	color: #828282;
}
.event-enquiry .secondhalf { display: none; }
.datepicker-error { display: none; }
.event-enquiry td.blocked { background-color: #a90a10; cursor: pointer !important; cursor: hand !important; color: white !important; opacity: 1 !important; }
.form-row.half{
    width: 195px;
    margin-right: 30px;
    float: left;
}
.half.last{
    margin-right: 0;
}
.form-row .sep{
    height: 24px;
    display: block;
    border-bottom: 1px #fff solid;
    margin-bottom: 24px;
}
.form-row input.error,
.form-row select.error,
.jstyling-select-s.error {
	margin-bottom: 0;
}
.form-row label.error {
    display: block;
    font-size: 10px;
    margin-bottom: 25px;
    color: red;
    text-transform: uppercase; 
    font-family: "Open Sans",sans-serif;
    letter-spacing: 1px;
}
.no-mobile select{
    cursor: pointer;
    border: none;
    background-color: #000;
    border-color: #000;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}
.no-mobile option{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #000;
    border: none;
    border-color: #000;
    border-bottom: 1px #fff solid;
    font-size: 11px;
    padding: 8px 0;
    letter-spacing: 1px;
}
select{
    width: 100%;
}
.customSelect{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border-bottom: 1px #fff solid!important;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 3px;
    background-image: url(../images/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    text-transform: uppercase;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-appearance: none!important;
     -o-appearance:none!important;
   appearance:none!important;
   
    
}

select::-ms-expand {
    display: none;
}


.customSelectOpen{
    background-image: url(../images/drop_arrow_expanded.png);
}
.datepicker{
    margin-bottom: 24px;
}
.ui-corner-all{
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    max-width: 320px;
}
.ui-widget-header .ui-icon{
    background-image: url(../images/datepicker_arrow_left.jpg);
    background-position: 0 0 !important;
    cursor: pointer;
}
.ui-widget-header .ui-datepicker-next .ui-icon{
    background-image: url(../images/datepicker_arrow_right.jpg);
    background-position: 0 0 !important;
}
.ui-datepicker .ui-datepicker-prev{
    left: 2px !important;
    top: 2px !important;
} 
.ui-datepicker .ui-datepicker-next{
    right: 2px !important;
    top: 2px !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: transparent;
    border: none;
}

.ui-datepicker-today .ui-state-active {
	border: none !important;
}
.ui-datepicker table{
    margin: 0;
    border: 1px rgba(255,255,255,0.5) solid;
    font-size: 1em;
}
.ui-datepicker .ui-datepicker-header{
    padding-bottom: 1em;
}
.ui-datepicker table tr{
    border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.ui-datepicker table tr:last-child{
    border-bottom: none;
}
.ui-datepicker table thead tr,
.ui-datepicker table thead tr:last-child{
    border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.ui-datepicker td{
    padding: 0;
    border-right: 1px rgba(255,255,255,0.5) solid;
}
.ui-datepicker th{
    padding: 0.2em;
    font-weight: 400;
    border-right: 1px rgba(255,255,255,0.5) solid;
}
.ui-datepicker td:last-child,
.ui-datepicker th:last-child{
    border-right: none;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    background: rgba(0,0,0,0);
    border: 1px rgba(255,255,255,0) solid;
    color: #fff;
    text-align: center;
}
.ui-widget-content .ui-datepicker-calendar .ui-state-hover,
.ui-widget-content .ui-datepicker-calendar .ui-state-active{
    border: 1px rgba(255,255,255,1) solid;
}
#overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.enquiry-sent{
    width: 640px;
    background-color: #000;
    margin: 0 auto;
    padding: 61px;
    color: #fff;
}
.enquiry-sent h5 {
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.enquiry-sent p{
    font-size: 16px;
    margin-bottom: 24px;
}

/*------------------------
    Private Dining
------------------------*/
h6.bigger{
    font-size: 28px;
    margin-bottom: 10px;
}
p.smaller,
.product p.smaller{
    font-size: 16px;
}
p.smallest,
.product p.smallest{
    font-size: 13px;
}
.sticky-buttons{
    position: absolute;
    bottom: 25px;
}
.sticky-buttons a.view{
    padding: 0 12px;
    margin-right: 26px;
}
/*
.testimonial h5{
    margin-bottom: 24px;
}
.testimonial h5:after{
    content: '';
    display: block;
    width: 104px;
    margin: 24px auto 0;
    height: 1px; 
    background-color: #fff
}
*/

/*------------------------
    Buy a gift
------------------------*/
.product h5{
    margin-bottom: 0;
}
.product span.price{
    font-family: 'Open Sans', sans-serif;
    color: #828282;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.product h6{
    font-size: 28px;
    margin-bottom: 6px;
}
.product p{
    font-size: 16px;
    line-height: 1.3em;
}
.cart-bar{
    background-color: #404040;
    clear: both;
    padding: 0 25px;
    position: relative;
    z-index: 30;
    height: 25px;
}
.cart-bar:after{
    clear: both;
    content: '';
    display: block;
}
.cart-bar .cart-btn{
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    float: right;
    padding-right: 25px;
}
.cart-bar .back{
    background-image: url(../images/back_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    float: left;
    padding-left: 15px;
}
.product-options{
    margin-top: 35px;
    width: 280px;
}

.product-options.gift-champagne{
    margin-top: 35px;
    width: 450px;
}

.product-options.gift-cake{
    margin-top: 35px;
    width: 360px;
}

.product-options.gift-cake label{
   font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
}

.product-options.gift-champagne label{
   font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
}

.product-options h5{
    padding-bottom: 2px;
    margin-bottom: 12px;
}
.product-options input[type=text],
.product-options input[type=email],
.product-options textarea,
.event-enquiry textarea,
.checkout textarea {
    height: 24px;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-bottom: 1px #fff solid;
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    text-align: left;
}
.event-enquiry textarea,
.product-options textarea,
.checkout textarea {
	line-height: 35px;
	border: none;
	height: 105px;
	font-family: 'Open Sans', sans-serif;
	background: transparent url(../images/textarea-bg.gif) repeat left top;
}
.product-options input[type=submit]{
    border-color: #fff;
    color: #fff;
    padding: 0 12px;
    margin-top: 16px;
}
.product-options input[type=submit]:hover { color: #828282; }

.cake-description h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.cake-description p{
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.3em;
}




/*------------------------
    Shopping Cart
------------------------*/
.shopping-cart{
    height: 100%;
    background-color: #000;
}
.shopping-cart > div{
    width: 710px;
    margin: 0 auto;
}
.shopping-cart table{
    width: 100%;
}
.shopping-cart table th{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    padding: 35px 0;
    border-bottom: 1px #fff solid;
}
.shopping-cart table td{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    padding: 35px 0;
    vertical-align: top;
}
.shopping-cart table td:nth-child(2),
.shopping-cart table td:nth-child(3),
.shopping-cart table th:nth-child(2),
.shopping-cart table th:nth-child(3){
    padding-right: 60px;
    text-align: right;
}
.shopping-cart table td:nth-child(4),
.shopping-cart table th:nth-child(4){
    padding-right: 50px;
    text-align: right;
}
.shopping-cart a.remove{
    background-image: url(../images/remove_product.png);
    width: 9px;
    height: 9px;
    display: inline-block
}
.shopping-cart table .customSelect{
    border-bottom: none;
    width: 25px;
    text-align: left;
}
.shopping-cart table option{
    padding: 5px 0;
    text-align: center;
}
.shopping-cart table td:first-child{
    width: 405px;
}
.shopping-cart table .thumb{
    float: left;
    margin-right: 20px;
}
.shopping-cart table .thumb img { max-height: 113px; max-width: 113px; width: 113px; }
.shopping-cart table h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.shopping-cart table p{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
}
.shopping-cart table tbody tr{
    border-bottom: 1px #fff solid;
}
.shopping-cart .totals{
    padding-top: 35px;
    width: 350px;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.shopping-cart .totals h5{
    font-weight: 600;
}
.shopping-cart .totals .price{
    float: right;
}
.shopping-cart .total-amount{
    margin-bottom: 25px;
}
.shopping-cart .actions{
    float: right;
    clear: both;
    padding-bottom: 30px;
}
.shopping-cart .actions a{
    margin-left: 16px;
    padding: 0 12px;
}
.shopping-cart .actions a:hover {
	text-decoration: none;
	color: #828282;
}
.shopping-cart .totals .customSelect{
    margin-bottom: 20px;
}
#map{
    height: 100%;
}
.contact-info p{
    font-size: 20px;
    margin-bottom: 15px;
}


/*------------------------
        Checkout
------------------------*/

div.checkout {
    height: 100%;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
}
div.checkout > div{
    width: 860px;
    margin: 0 auto;
}

div.checkout .title {
	display: block;
	width: 100%;
	padding-bottom: 30px;
    border-bottom: 1px #fff solid;
    margin: 20px 0 40px;
    
}

div.checkout .box {
	padding-right: 20px;
}
div.checkout .box.last {
	padding-right: 0;
	padding-left: 20px;
}

div.checkout .shipping {
	position: relative;
}
div.checkout .blocker {
	position: absolute;
	z-index: 99;
	width: 100%; height: 300px;
	background: rgba(0,0,0,0.6);
}

div.checkout .form-row.half {
	margin-right: 10px;
}
div.checkout .form-row.last {
	margin-right: 0;
	margin-left: 10px;
}

div.checkout input.css-checkbox[type="checkbox"] + label.css-label { margin-bottom: 0;}

div.checkout .totals {
	margin-top: 35px;
	border-top: 1px solid #666;
	padding: 25px 0 35px;
}

div.checkout textarea {
	background-position: left -5px;
	margin-top: -6px;
	height: 65px;
}

div.checkout .totals{
	clear: both;
    padding-top: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
div.checkout .totals h5{
    font-weight: 600;
}
div.checkout .totals .price{
    float: right;
}
div.checkout .total-amount{
    margin-bottom: 25px;
}



/*------------------------
        Livecam
------------------------*/
.livecam{
    background-color: #fff;
}

/*------------------------
    News & Events
------------------------*/
.article-list li,
.article-entry{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 32px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 0;
}
.article-list li a,
.article-entry a{
	color: #fff;
    text-decoration: underline;
}
.article-list li,
.article-entry span.date{
/*     color: #959595; */
	color: #000;
    margin-left: 4px;
}
.news-post h5{
    margin-bottom: 0;
}
.news-post p{
    font-size: 16px;
}
.news-post span.date{
    font-family: 'Open Sans', sans-serif;
    color: #828282;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
p.bigger{
    font-size: 22px;
}


select.custom-select{
	-moz-appearance: none;
	-webkit-appearance: none;
    background-image: url(../images/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
	color: #fff!important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	display:block; width:100%; height:24px; margin-bottom:24px;background-color: #000;
	border-bottom: 1px solid white; 
	width: 100%; cursor: pointer; text-align:left; font-size:11px; letter-spacing: 2px; font-family: "Open Sans",sans-serif;
}


form.gift-cake .form-row select.custom-select.error {
    margin-bottom: 24px;
    border-bottom: 1px solid red; 
}

form.gift-cake .form-row input.error {
   margin-bottom: 24px;
    border-bottom: 1px solid red; 
}

/*------------------------
        Jstyling
------------------------*/

/**
 * Customize at your own risk
 */ 
.jstyling-select {margin: 0; padding: 0; position:relative; z-index: 0;} 
.jstyling-select-t {white-space: nowrap; overflow: hidden;}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
	.jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
	.jstyling-select-l div:hover {}
	.jstyling-select-l div.disabled {}
	.jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }    
	.jstyling-select.active .jstyling-select-l {display: block;max-height: 150px;}


/**
 * This you can customize
 */
/* Select wrapper */ 
.jstyling-select {width: 100%; cursor: pointer; text-align:left; font-size:11px; letter-spacing: 2px; font-family: "Open Sans",sans-serif;}
/* Select current option */
.jstyling-select-s {
    background-image: url(../images/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;

	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	display:block; width:100%; height:24px; margin-bottom:24px;background-color: #000;
	border-bottom: 1px solid white; 
	}
.jstyling-select-t {width: 100%;text-align: left;  } 
/* Select options list*/
.jstyling-select-l {max-height: 160px; background: #000; border: 0; border-top: 0; top: 40px; left: -1px; } 
	.jstyling-select-l div { line-height: 34px; background: #000; border-bottom: 1px solid white; } 
	.jstyling-select-l div:hover {background: #000;}
	.jstyling-select-l div.disabled {background: #E5E5E5;}
	.jstyling-select-l div.disabled:hover {color: #000000;}
	.jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #E5E5E5;}



.jstyling-select-l { background: #000; top: 24px; left: -1px; right: -1px; width: auto; padding: 0; }
.jstyling-select.active .jstyling-select-l { max-height: 300px; }
.jstyling-select-l div {line-height: 36px; padding: 0 20px; transition: background 400ms ease;text-align: left; font-size: 11px;}
.jstyling-select-l div.item-0 { display: none; }
/* .jstyling-select-l div:hover {background: rgba(255,255,255,.25);} */
.jstyling-select-l div:first-child {border-top: 0}
/* .jstyling-select.disabled {background-color: #E5E5E5;} */


.jstyling-select-l div {
  line-height: 36px;
  padding: 0 20px;
  transition: background 400ms ease;
}




/*------------------------
        Responsive
------------------------*/
@media only screen and (min-width: 1100px) {
    .main-nav{
        display: block !important;
    }
    .main-nav li ul.opened{
        display: block !important;
        visibility: visible !important;
        z-index: 890
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
    .inner-box p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1099px) {
    header{
        padding: 25px;
    }
    .main-nav{
        display: none;
    }
    .social-icons{
        display: none;
    }
    .logo{
        font-family: 'Open Sans', sans-serif;
        color: #000;
        background-image: none;
        text-indent: 0;
        width: auto;
        height: auto;
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 12px;
        position: relative;
        top: -1px;
    }
    .logo:hover{
        text-decoration: none;
    }
    .logo span{
        display: block;
    }
    .toggle-menu{
        background-image: url(../images/mobile_menu.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 21px;
        height: 20px;
        display: block;
        float: left;
        margin-right: 12px;
    }
    .right-options .link{
        line-height: 12px;
        display: block;
        text-align: right;
        width: 100px;
        position: relative;
        top: -1px;
    }
    .mmenu-options{
        display: block;
        padding-top: 26px;
    }
    .main-nav {
        background-color: #fff;
        float: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9998;
        padding: 25px;
    }
    .logo-mobile{
        background-image: url(../images/logo.png);
        width: 98px;
        height: 40px;
        display: block;
        float: left;
    }
    .close-menu{
        background-image: url(../images/close_menu.png);
        width: 10px;
        height: 10px;
        display: block;
        float: right;
    }
    .main-nav ul{
        clear: both;
        padding-top: 20px;
    }
    .main-nav li{
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .main-nav li ul{
        position: relative;
    }
    .main-nav li a{
        line-height: 45px;
        font-size: 12px;
        display: block;
        border-bottom: 1px #000 solid;
    }
    .main-nav li a:hover,
    .main-nav li.active a{
        text-decoration: none;
    }
    .has-child > a{
        background-image: url(../images/menu_arrow_down.png);
        background-position: right center;
        background-repeat: no-repeat;
    }
    .has-child.expanded > a{
        background-image: url(../images/menu_arrow_up.png);
    }
    .has-child ul{
        display: none;
    }
    .main-nav li ul{
        padding-top: 0;
        border-bottom: 1px #000 solid;
    }
    .main-nav li li a{
        line-height: 35px;
        border-bottom: none;
    }
    .mmenu-options .link{
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        color: rgb(28,28,28);
        letter-spacing: 1px;
        display: block;
    }
    .mmenu-options .social-icons{
        display: block;
        float: none;
        text-align: left;
        margin-top: 18px;
        margin-top: 18px;
    }
    .mmenu-options .social-icons a{
        background-image: url(../images/social_icons_mobile.png);
        height: 20px;
        width: 21px;
    }
    .social-icons a.fb{
        background-position: -32px 0;
    }
    .signup-form h6{
        margin-top: 25px;
        font-size: 20px;
    }
    .box input[type=text],
    .box input[type=email]{
        width: 100%;
		height: 20px; 
		margin-bottom: 18px; 
    }
    
    .box input[type="submit"]{
        margin-top: 20px;
/*         margin-bottom: 0; */
    }
    .box.minibox-height h5 { margin-bottom: 10px; }
    .box.minibox-height .view { margin-top: 13px; }
    .events-box{
        width: auto;
    }
    .event-enquiry .box input[type="submit"]{
        margin-top: 50px;
    }
    h6.bigger,
    h6{
        font-size: 22px;
    }
    .product h6{
        font-size: 20px;
    }
    .product .inner-box p{
        font-size: 14px;
    }
    p.bigger{
        font-size: 18px;
    }
    blockquote{
        font-size: 18px;
    }
    
}
@media only screen and (max-width: 1023px) {
	html.livecam,
	html.livecam body, 
	html.livecam .main-screen,
	.main-screen .row.full-height,
	html.virtual_tour,
	html.virtual_tour body, 
	html.virtual_tour .main-screen,
	html.reservation,
	html.reservation body, 
	html.reservation .main-screen	
	{ height: 100% !important; }
    
    .row > .box.half:first-child + .box { width: 50% !important; }
    .row > .box.half:first-child + .box + .box.half { width: 100% !important; }
    
    .buy_a_gift .row > .box.half:first-child + .box + .box.half { width: 50% !important; }
    
    .reservation .box.overflow { height: auto !important; }
    .reservation input[type=checkbox].css-checkbox + label.css-label { margin-bottom: 20px; }
    .reservation .box input[type="submit"] { display: block; margin: 0;}
    
    .gift_card .box.product { height: auto !important; }
    
    div.checkout { margin: 20px; }
    div.checkout > div { width: 100%; }
    div.checkout .box { float: none; height: auto !important; padding: 0; margin-bottom: 40px; }
    div.checkout .box.last { padding: 0; }
    div.checkout .form-row.half { width: 354px; }
    div.checkout .totals .box { float: left; margin-bottom: 0; width: 50%; }
    
    .row{
        height: auto !important;
    }
    .landing-page .row{
        height: 50% !important;
    }
    .box{
        width: 100%;
        height: 400px !important;
    }
    .box.half{
        width: 50%;
    }
    .main-screen:not(.landing-page){
        height: auto !important;
    }
    .cycle-slideshow{
        overflow: auto !important;
    }
    .event-enquiry{
        width: auto;
    }
    .box input[type="submit"]{
        margin-top: 60px;
    }
    .signup-form{
        margin-bottom: 10%;
    }
    .box h6{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .box .submit-wrapper{
        position: relative;
        bottom: auto;
    }
    .form-row.half{
        width: 152px;
    }
}
@media only screen and (max-width: 767px) {
	div.checkout .form-row.half {width: 100%;}
	div.checkout .form-row.last {margin: 0;	}
	div.checkout .totals .box {  clear: both;  }
	div.checkout .totals .box.last { clear: none; }
	
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    header{
        padding: 20px;
        height: 60px;
    }
    p{
        font-size: 16px;
    }
    .box{
        height: auto !important;
        width: 100% !important;
    }
    .box.half,
    .row > .box.half:first-child + .box {
        width: 100% !important;
    }
    .bg-image.hide-mobile{
        display: none !important;
    }
    .box h6{
        font-size: 22px;
    }
    .box h5{
        margin-bottom: 15px;
    }
    .box .inner-box{
        padding: 20px; 
    }
    .minibox-height{
        height: 220px !important;
    }
    .box .sticky { position: relative; bottom: auto; margin-top: 0; }
    .box .view.sticky{
        position: relative;
        bottom: auto;
        margin-top: 40px;
    }
    .events-box{
        width: 100%;
    }
    .event-enquiry{
        width: 100%;
    }
    .toggle-datepicker{
        background-image: url(../images/drop_arrow_expanded.png);
        width: 9px;
        height: 9px;
        display: block;
        float: right;
    }
    .toggle-datepicker.collapse{
        background-image: url(../images/drop_arrow.png);
    }
    .form-row.half{
        margin-right: 8%;
        width: 46%
    }
    .half.last{
        margin-right: 0;
    }
    .event-enquiry input[type=submit]{
        margin-top: 90px;
    }
    .event-enquiry input[type=submit]:hover {
	    color: #828282;
    }
    .sticky-buttons{
        position: relative;
        bottom: auto;
        padding-top: 10px;
    }
    .sticky-buttons .view{
        margin-top: 15px;
    }
    .box.testimonial{
        padding: 30px 20px;
    }
    .product h5{
        margin-bottom: 0;
    }
    .product h6{
        font-size: 16px;
    }
    .product p{
        font-size: 12px;
    }
    .product-options h5{
        margin-bottom: 12px;
    }
    .shopping-cart > div{
        width: 100%;
        padding: 0 20px 20px;
    }
    .shopping-cart table .thumb{
        display: none;
    }
    .shopping-cart table td:nth-child(3),
    .shopping-cart table th:nth-child(3),
    .shopping-cart table td:nth-child(5),
    .shopping-cart table th:nth-child(5){
        display: none;
    }
    .shopping-cart table td:nth-child(2), 
    .shopping-cart table th:nth-child(2){
        padding-right: 30px;
    }
    .shopping-cart table td:nth-child(4), 
    .shopping-cart table th:nth-child(4){
        padding-right: 0;
    }
    .shopping-cart a.remove{
        float: right;
        margin-top: 4px;
        margin-right: 6px;
    }
    .shopping-cart .totals{
        float: none;
        width: 100%;
    }
    .shopping-cart .totals .customSelect{
        width: 60%;
    }
    .grand-total{
        margin-top: 15px;
        padding: 6px 0;
        border-top: 2px #fff solid;
        border-bottom: 2px #fff solid;
    }
    .shopping-cart .totals{
        margin-bottom: 30px;
    }
    .shopping-cart .actions a{
        margin-left: 0;
        margin-bottom: 20px;
    }
    p.bigger{
        font-size: 16px;
    }
    .news-post h5{
        margin-bottom: 0;
    }
    .article-list li,
    .article-entry{
        line-height: 16px;
        margin-bottom: 10px;
    }
    .article-list li,
    .article-entry span.date{
        margin-left: 0;
        display: block;
    }

    .gallery-screen .box .box-link{
        display: none;
    }
    .enquiry-sent{
        width: 90%;
        padding: 10%;
    }
    .next-page,
    .prev-page{
        display: none;
    }
    .sticky-buttons a.view {
          margin-right: 4px;
          padding: 0 8px;
    }
    .signup-form h6{
        margin-top: 36px;
    }
}

.main-screen {
	height: calc(100vh - 135px)!important;
}
.fixed-footer{
	position: fixed;
	z-index: 10;
	background-color: #000;
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	
}
.fixed-footer p{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.fixed-footer p a{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	margin: 0px 10px;
}

.champagne-description h3 span{
	float: right;
}

.champagne-description h3{
	margin: 10px 0px!important;
}
.champagne-description h3.first{
	margin-top: 30px!important;
}


@media only screen and (max-width: 767px) {
	.champagne-description h3 span {
   	 	margin: 5px;
   	 	text-align: left;
   	 	display: block;
   	 	width: 100%;
	}
	.champagne-description h3 span.glass {
   	margin: 0px 0px 15px 5px;
    text-align: left;
    display: block;
    float: left;
    width: 100%;
	}
	.champagne-description h3 span.bottle {
   	margin: 5px;
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    margin-left: 5px!important;
	}
}

.home-box h6 {
	font-size: 20px !important;
}