@font-face {
    font-family: 'Constantia';
    src: url('../fonts/Constantia-Italic.woff2') format('woff2'),
        url('../fonts/Constantia-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Constantia';
    src: url('../fonts/Constantia-Bold.woff2') format('woff2'),
        url('../fonts/Constantia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Constantia';
    src: url('../fonts/Constantia-BoldItalic.woff2') format('woff2'),
        url('../fonts/Constantia-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
} 
 
body{
	font-family: 'Constantia';
	font-size: 14px;
} 
a{
	color: inherit;
}
a:hover{
	color:#ff0000
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
h2{  
	color: #73645e;
	font-family: 'Constantia'; 
}
h2 a:hover{  
	color: #ff0000
}
.pageloadoverlay-wrap{
	width: 100%;
	height: 100%;
	background: #eeeeee;
	position: fixed;
	z-index: 999999;
}
.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 999999;
} 
.pageload-overlay.show {
	visibility: visible;
} 
.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
} 
.pageload-overlay svg path {
	fill: #ff0000;
} 
.pageloadoverlay-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.pageloadoverlay-wrap .text-percentage{
	position: absolute;
	top: 50%;
	margin-top: -40px; 
	width: 100%;
	left: 0;
	text-align: center;
	display: block;
	font-size: 24px;
	font-family: 'Constantia'
}
.pageloadoverlay-wrap  .width-percentage{
    height: 5px;
    left: 50%;
    letter-spacing: 3px;
    margin: -5px 0 0 -160px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    /*width: 320px;*/
    width: 0px;
	background: #ff0000;
	display: block;
} 
.desktop{
	display: block;
}
.mobileOnly{
	display: none;
}
#dumy_ajaxloadedcontent{
	display: none;
}
.header-wrap{
	height: 76px;
	width: 100%;
	background-size: cover;
	position: fixed;
	z-index: 5;
}
.header-wrap-left{
	width: 50%;
	float: left;
	background: url('../images/headbgLeft.png') right bottom repeat-x;
	background-size: cover;
	height: 90px; 
}
.header-wrap-left .hwln-logo-wrap{
	position: absolute;
	top: -5px;
	right: 0;
	width: 230px;
}
.header-split-nav{
	display: none;
}
.header-wrap-right{
	width: 50%;
	float: right;
	background: url('../images/headbgRight.png') right bottom repeat-x;
	background-size: cover;
	height: 90px;
}
.header-wrap ul{
	padding: 0;
	list-style: none;
	font-family: Constantia;
	font-weight: bold;
	font-size: 16px;
	margin-top: 27px; 
	padding-bottom: 10px;
	text-transform: uppercase;
}
.header-wrap ul li{
	float: left;
    font-size: 14px;
    letter-spacing: 1px;
} 
.main-nav-left{
	float: right; 
	margin-right: 20px
}
.main-nav-right{
	float: left; 
	margin-left: 20px 
}
.nav-more{
	position: relative
} 
.nav-more > a{
	float: left;
	margin-right: 0 !important;
} 
.nav-more ul{
	position: absolute;
	margin: 0; 
	border-bottom: 0;
	top: 50px; 
	padding: 20px 0px 10px;  
	right: 0;
	background: url("../images/submenubg.png") top;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transform: tra(.7);
	visibility: hidden; 
	opacity: 0;  
	-moz-transform: matrix(1, 0, 0, 1, 0, 20);
	-o-transform: matrix(1, 0, 0, 1, 0, 20);
	-ms-transform: matrix(1, 0, 0, 1, 0, 20);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 20);
} 
.nav-more ul li{
	display: block;
	padding: 5px 15px;
	float: none;
	margin: 0;
}
.nav-more ul li a{
	display: block; 
	white-space: nowrap;
} 
.nav-more ul a:hover{
	color: #ff0000;
}
.header-wrap ul a,.mpw-hero li a{
	text-decoration: none !important;
	color: #fff;
    -webkit-transition: all .4s;
    -moz-transition:  all .4s;
    -o-transition:  all .4s;
    transition:  all .4s; 
	border-bottom: 3px solid rgba(255,255,255,0);
} 
.header-wrap div > ul > li > a{
	margin: 0 8px;
}
.header-wrap div > ul > li{
    border-bottom: 2px solid #ff0000;
    padding-bottom: 5px;
	height: 25px;
}
.mpw-hero .current-menu-item a,
.header-wrap div > ul > li li a:hover,
.header-wrap ul .current-menu-item > a,
.header-wrap div > ul > li > a:hover{
    color: #ff0000; 
}
.menu-page-wrap .divider-1{
	top: auto; 
	bottom: -10px;
}
.nav-more .current-menu-item a{
	border: none !important;
	padding-bottom: 0px !important;
	color: #ff0000;
}

.header-wrap{
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}
.header-wrap.nav-hide{ 
	-moz-transform: matrix(1, 0, 0, 1, 0, -100);
	-o-transform: matrix(1, 0, 0, 1, 0, -100);
	-ms-transform: matrix(1, 0, 0, 1, 0, -100);
	-webkit-transform: matrix(1, 0, 0, 1, 0, -100);
	visibility: hidden;
	opacity: 0;
}
.header-wrap-long-nav{
	background: url('../images/_innerHead.png') center bottom repeat-x; 
	background-size: cover;
}

.hwln-logo-wrap{
	float: left;
	display: block;
	margin: 21px 15px 15px 0px;
}

.header-wrap-long-nav ul{
	margin-top: 20px;
	padding-top: 10px;
	float: right;
}		
.header-wrap-long-nav .nav-more ul{
	top: 6px;
	left: -45px;
} 
.header-split-nav .sub-menu::before{
	content:'';
	position: absolute;
	height: 20px;
	width:100%; 
	top: -20px;
}
.logo-wrap{
	position: absolute;
	margin-left: -168px;
	left: 50%;
	top: 0;
	width: 336px;
	height: auto;
	display: block; 
	z-index: 5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.logo-wrap .inner-logo{
	display: none;
}
.logo-wrap.lw-inner .inner-logo{
	display: block;
}
.logo-wrap.lw-inner .home-logo{
	display: none;
}
.logo-wrap img{
	max-width: 100%;
	display: block;
	height: auto
}
.logo-wrap.small{
	width: 190px;
	margin-left: -95px;
}
.slider-wrap{
	width: 100%;
	overflow: hidden; 
	position: relative;
	z-index: 2;  
} 
.bxslider{
	list-style: none;
	padding: 0;
}
.bxslider-height-ctr {
	height: 545px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.bx-wrapper{
	margin-bottom: 0;
} 
.bx-wrapper .bx-prev{
	background: url('../images/_arrowLeft.png') no-repeat !important; 
	width: 54px !important;
	height: 60px !important;
	display: block;
}
.bx-wrapper .bx-next{ 
	background: url('../images/_arrowRight.png') no-repeat !important; 
	width: 54px !important;
	height: 60px !important;
	display: block;
}
video#bgvid {
	min-width: 100%; min-height: 100%;
	width: 100%; height: auto; z-index: -100;
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	position: absolute;
}  
video { 
	display: block; 
}
.is_2{
	background: url('../images/slides/bar_braddocks_9445.jpg') center top no-repeat;
	background-size: cover;
}
.bx-wrapper .bx-viewport{
	left: 0 !important;;
}
.bx-wrapper ul{
	margin: 0;
}
.bx-viewport{
	border: 0 !important;
}
.divider-1{
	height: 19px;
	width: 100%;
	background: url('../images/_devider1.png') center no-repeat;
	position: absolute;
	z-index: 2;
	top: -5px;
}
.divider-2{
	height: 23px;
	width: 100%;
	background: url('../images/_devider-2.png') center no-repeat;
	position: absolute;
	z-index: 2;
	bottom: -10px;
}
.divider-3{
	height: 32px;
	width: 100%;
	background: url('../images/_devider.png') center no-repeat;
	position: absolute;
	z-index: 2;
	bottom: -20px;
}
.divider-4{
	background: url('../images/_devider4.png') center no-repeat;
	height: 13px;
	width: 100%;
	margin: 5px 0;
}
.divider-5{
	background: url('../images/__devider3.png') center no-repeat;
	height: 13px;
	width: 100%;
	margin: 5px 0 20px;
}
.hc-join-us{
	width: 287px;
	height: 412px;
	background: url('../images/slides/formbg.png') no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: 240px;
	margin-top: 110px;
}
.hc-join-us .map{
	width: 100%;
	height: auto;
	display: block;
}
.hc-join-us h2{
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 0;
}
.reservation-table{
	width: 230px;
	margin-left: 30px;
	margin-top: 10px;
}
.reservation-table .map{ 
	width: 235px;
	max-width: none;
	margin-left: -3px;
}
.rt-form .rt-input{
	border: 1px solid #cccccc;
	font-size: 8px; 
	width: 170px;
	background: rgba(255,255,255,.2);
}
.rt-form .rt-input label{
	font-family: 'Constantia';
	float: left;
}
.rt-form .submit{
	background: url('../images/slides/submit.png') no-repeat; 
	width: 76px;
	height: 23px;
	font-size: 8px;
	font-family: 'Constantia';
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	border: none
}

.rt-form .rt-input select,.rt-form .rt-input input[type='text']{
	font-family: 'Constantia';
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: right;
} 
.rt-input.rtf-party,.rt-input.rtf-time{
	background: rgba(255,255,255,.2) url('../images/slides/select.jpg') right no-repeat; 
	overflow: hidden;
}
.rt-input.rtf-date{
	background: rgba(255,255,255,.2) url('../images/slides/callendar.jpg') right no-repeat; 
	overflow: hidden;
}
.rt-input label{
	margin-top: 5px;
	margin-left: 5px;
}
.rt-input.rtf-party select{
	width: 80px !important;
	margin-right: -20px;
} 
.rtf-date .datepicker{
	width: 120px !important;
}
.rtf-time select{
	width: 135px !important;
	margin-right: -20px;
}
.rt-form{
	width: 180px;
	margin-left: 20px;
}
.rt-form > span{
	font-size: 8px !important;
	margin-bottom: 5px;
}
.hc-dual-col{
	position: relative;
}
.hc-box-1{
	background: url('../images/contentBg1.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.hc-box-2{ 
	/*background: url('../images/contentBg2.jpg') top no-repeat;
	background-size: cover;*/
	overflow: hidden;
	position: relative;
}

.hc-box-2 .bg-box{
    position: absolute;
    width: 100%;
}

.bg-box#mid-d{
	background: url('../images/bg_centerTile.png') top;
    background-size: 100%;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
}

.bg-box#top-d{
	background: url('../images/bg_centerTop.png') top;
    background-size: 100%;
    background-repeat: no-repeat;
	top: 0;
	height:250px;
}

.hc-wrap-food{
	background: url('../images/foodjpg.jpg') no-repeat;
	background-size: cover;
	height: 456px;
}
.hc-wrap-drinks{
	background: url('../images/drinkjpg.jpg') no-repeat;
	background-size: cover;
	height: 456px;
}
.cc-box{
	padding: 25px 0;
	font-family: 'Constantia';
	font-size: 16px;
	color: #333333;
}
.cc-box p{
	margin-bottom: 25px;
}
.good-stuff{
	margin-top: 35px;
}
h1.title-1{
	font-size: 22px; 
	background-size: cover;
	line-height: 1; 
	margin-bottom: 15px;
	font-family: 'Constantia';
    font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
h2.food-sub-title{
	color: #666666;
	font-size: 48px;
	font-family: 'Constantia';
	font-weight: bold;
	text-align: center;
}
.content-bx-2{ 
	font-size: 24px;
	color: #666666;
	line-height: 1.2;
}
.content-bx-2 p{ 
	font-family: 'Constantia';
	font-weight: bold;
}
.content-bx-2 h3{
	font-family: 'Constantia';
	font-size: 42px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0;
    color: #333;
    font-weight: bold;
}
.hc-wrap-food .content-bx-2{
	padding: 40px 70px 0px 40px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	background: url("../images/contentBg2.png") no-repeat;
	width: 403px;
	height: 352px;
}
.hc-wrap-drinks .content-bx-2{ 
	width: 378px;
	height: 354px;
	background: url("../images/contentBg3.png") no-repeat;
	padding: 20px 40px 40px 40px;	
	margin: 40px 0px 0px 70px;
}
.button-2{
	background: url('../images/_button2.png') no-repeat;
	height: 31px;
	width: 100px;
	line-height: 31px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}
.button-2:hover{
	color: #333 !important;
}
.footer-wrap{ 
	background: url('../images/footerBg.jpg') bottom no-repeat;
	background-size: cover;
	font-size: 12px;
	overflow-x: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footlogo{
	width: 350px;
	margin: 30px 0 0px;
} 
.foot-cb{
	color: #ffffff;
    font-family: 'Constantia';
}
.foot-cb h4{
	font-size: 16px;
	color :#ff0000;
	font-family: 'Constantia';
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;
}
.foot-cb .td-img{
	width: 42px;
	border-bottom: 2px solid #ff0000;
	text-align: center;
}
.foot-cb .td-text{
	padding: 0 10px 10px;
}
.foot-cb  table{
	width: 350px;
	margin: 0 auto;
}
.foot-cb.right table{
	margin: 0 0 0 30px;
}
.foot-cb  table tr{
	margin-bottom: 25px
}
.foot-cb  table .f-tr-marg{
	height: 20px
}
.foot-cb  table .td-email,
.foot-cb  table .ho-box{
	border-bottom: 0;
}
.foot-cb  table .td-email input{
	background: rgba(255,255,255,.75);
	border: 2px solid rgba(54,54,54,.75);
	outline: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	font-size: 12px;
	color: #333333;
	font-family: 'Constantia';
	font-style: italic;
	padding: 3px 5px;
	width: 230px;
	max-width: 90%;
}
.foot-cb  table .td-email input::-webkit-input-placeholder {
	color: #333333;
}
.foot-cb  table .td-email input:-moz-placeholder { /* Firefox 18- */
	color: #333333;
}
.foot-cb  table .td-email input::-moz-placeholder {  /* Firefox 19+ */
	color: #333333;
}
.foot-cb  table .td-email input:-ms-input-placeholder {  
	color: #333333;
}
.f-sep{
	border: 1px solid #ff0000; 
}
.f-sep.right{
	margin-left: 20px
}
.f-sep.left{
	margin-right: 20px
}
.ho-box h5{
	font-family: 'Constantia';
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0px 5px 0px
}
.ho-box  p{
	font-size: 11px;
	font-family: 'Constantia';
	font-style: italic
}
.ho-box  small{ 
	font-family: 'Constantia';
	font-style: italic
}
.footer-links{
	border-top: 2px solid #4c4946;
	padding: 20px 0;
	margin-top: 20px;
}
.footer-links ul{
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 5px
}
.footer-links ul li{
	float: left;
	margin-right: 15px;
}
.footer-links ul li{
	font-size: 8px;
	color: #fff
}
.sagelogo{
	float: right
}
.footer-links ul li a{ 
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-page-wrap-cover{
	position:relative;
	width: 100%;
	z-index: 3;
	top: 0
} 			
.mpw-hero{ 
	padding-top: 150px;
	padding-bottom: 70px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition:  all 1s;
	-o-transition:  all 1s;
	transition:  all 1s; 
}
.haveScroll .mpw-hero{
	padding-top: 70px; 
	padding-bottom: 20px;
} 
.mpw-hero h1{
	margin: 0;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.mpw-hero ul{
	list-style: none;
	padding: 0;
}
.mpw-hero li{
	display: inline-block;
	margin: 0px 20px;
}
.mpw-hero li a{
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-content-box .wprmm_menu .menu_manager h2{
	font-size: 18px;
	color: #73645e;
	font-family: 'Constantia';
	margin: 5px 0;
}
.menu_manager p{ 
	font-size: 12px;  
}
.menu-content-box h3{
	font-size: 14px;
	color: #333333;
	font-family: 'Constantia';
	font-weight: bold;
	margin: 5px 30px 5px 0 !important;
	text-transform: uppercase; 
	display: block !important;
}
.menu-content-box h3 small{
	margin-left: 10px;
	font-size: 80%
}
.menu-content-box .wprmm_menu ul li span.menu_price{
	font-family: 'Constantia';
	display: inline-block;
	margin-left: 40px;
	font-style: normal;
	float: none;
	position: absolute;
	right: 0;
	top: -3px;
}
.menu_manager li{
	position: relative;
}
.mobile-location{
	background: url('../images/mobilejoinbg.jpg') top;
	position: relative;
	padding: 25px 0;
	background-size: cover;
}
.mobile-location-box{
	background: url('../images/mobilelocationboxbg.png');
	width: 464px;
	height: 213px;
	position: relative;
	margin: 0 auto
}

.mobile-location-box .map{
	position: absolute;
	right: 20px;
	top: 24px;
}
.mobile-location-box .rt-form{
	width: 160px;
	margin: 35px 0 0 25px;
}
.mobile-location-box h2{
	font-size: 20px;
	margin: 0
}
.really_simple_twitter_widget{
	padding: 0;
	list-style: none;
}
.really_simple_twitter_widget a{
	color: #ff0000;
}
.twitter-timestamp{
	display: block;
	color: #ff0000;
}
.hcb-social{
	margin-bottom: 10px;
}
.hcb-social a{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 25px;
	height: 25px; 
	display: block;
	line-height: 24px;
	float: left;
	margin-right: 8px; 
    -webkit-transition: all .4s;
    -moz-transition:  all .4s;
    -o-transition:  all .4s;
    transition:  all .4s; 
	text-align: center;
}
.hcb-social a:hover{
	border-color: #ff0000;
	color: #ff0000
}
#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
.blog-single-wrap .blog-thumbnail {
    display: inline-block;
    float: left;
    margin: 0 20px 40px 0;
    padding: 0;
    width: 200px;
}
.blog-single-wrap .blog-thumbnail img{
	max-width: 100%;
	height: auto;
	display: block;
	
}
.blog-single-wrap .blog-box {
    display: inline-block;
    width: 500px;
}
.blog-single-wrap .blog-box h2 {  
    margin: 0 0 15px;
}
.blog-single-wrap .blog-box h2 {
    font-family: "Constantia";
    font-style: normal;
    font-weight: 800;
    margin: 0 0 15px;
}
.blog-post-devider {  
    margin: 35px 0;
} 
.cc-form-wrap{
	margin: 45px 0;
}
#cc-submit { 
	background: rgba(0,0,0,.3); 
    border-image: none;
    border-radius: 2px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #141412 !important;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none !important;
}
#cc-submit:hover {
	background: rgba(0,0,0,.6);
    outline: medium none;
}
#cc-message {
    color: #ff0000;
    display: none;
    font-size: 22px;
    margin: -15px 0 20px;
}
#cc-loader {
    display: none;
}
.logo-mobile{
	display: none;
}
.guide-to-whsk-wrap p{
	font-size: 12px;
}
.guide-to-whsk-wrap h4{
	font-weight: 600;
	margin: 15px 0;
}
.gallery-item{
	margin: 10px !important;
}
.sc_category h3{
	font-family: "Constantia"!important; 
    font-size: 32px;
    text-align: left;
    background: transparent!important;
    color: #666666!important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
}
.sage-logo{
	max-width: 100%;
	float: right;
}
#menu_wrap{
    padding-top: 15px;
}
.sc_category p{
    font-weight: normal!important;
    font-size: 14px;
    font-family: 'Constantia'!important;
	font-weight: bold;
    margin: 5px 30px 5px 0!important;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #555 !important;
}
.sc-menu-item-name-price{
    font-family: 'AkzidenzGroteskBE-LightCn' !important; 
    float: right;
}
.sc-menu-item-name{
    font-weight: normal!important;
    font-size: 14px;
    font-family: 'Constantia'!important;
	font-weight: bold;
    margin: 5px 30px 5px 0!important;
    text-transform: uppercase;
    display: block;
	margin-right: 30px;
}
.sc_category_description{ 
	color: #333333!important;
    font-family: 'Constantia';
    font-size: 16px !important;
    margin-bottom: 30px!important;
    display: block;
    margin: 15px 0 !important;
}
.menu-foot-note{
	margin: 25px 0;
	text-align: center;
    background: transparent !important;
    color: #AA272F;
    font-style: italic;
}
#gallery-1 .gallery-item{
	width: 150px !important;
}
#gallery-1 .gallery-item a{
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.form-reservations{
	font-size: 11px;
}
.form-reservations select{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d0d0+0,dad9d9+100 */
	background: #d0d0d0; /* Old browsers */
	background: -moz-linear-gradient(top, #d0d0d0 0%, #dad9d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d0d0d0 0%,#dad9d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d0d0d0 0%,#dad9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#dad9d9',GradientType=0 ); /* IE6-9 */
}
.form-reservations select, .form-reservations input[type="text"], .form-reservations label, #meteor-slideshow *{
	*box-sizing: content-box !important;
}
.form-reservations input[type="submit"]{
	color: #fff;
	*width: 116px;
}
.form-reservations input[type="text"], .form-reservations select, .form-reservations option{
	color: #000000; 
	border: none;
	border-radius: 0px;
	width: 106px;
	
}
.form-reservations input[type="text"]{
	margin-bottom: 12px;
} 
.form-reservations label{
	line-height: 28px;
	float: left;
	font-size: 20px;
}
.wpcf7-text,.wpcf7-select {
    width: 387px;
    max-width: 100%;
    padding: 5px;
    line-height:1em;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button-2 {
    border: none;
    line-height: 1em;
    font-size: 18px;
}
a.button-2.otmtg-sc {
    background-size: cover;
    font-size: 16px;
    padding: 10px 15px;
}
@media only screen and (min-width : 993px) {
	.sc_category .col-sm-6 { 
		padding-right: 25px;
	}
}
@media screen and (min-width: 960px) { 
	.container{
		width: 960px !important
	}
}
@media screen and (min-width: 768px) { 
	.menu-content-box > p {
		float: left;
		width: 50%;
		padding: 5px;
	}
}
@media screen and (max-width: 960px) {	 
	.bxslider-height-ctr.video video{
		display: none
	}
	.form-reservations-wrap h4{
		text-align: center;
	}
	.foot-cb table{
		width: 100% !important;
	}
	.form-reservations{ 
		padding: 0 !important;
	}
	.bxslider-height-ctr.video{
		background: url('../images/slides/pouring2.jpg');
		background-size: cover;
		background-position: center;
	}
	.header-split-nav{
		display: block;
	}
	.sage-logo{
		float: none;
		margin: 0 auto;
		display: block;
		position: relative;
		left: -15px;
	}
	.logo-mobile{
		position: absolute;
		left: 50%;
		margin-left: -80px;
		top: 10px;
		display: block
	}
	.mpw-hero .current-menu-item a{
		padding-bottom: 2px;
	} 
	.mpw-hero li a:hover
	{ 
		padding-bottom: 2px;
	}
	.header-wrap.nav-hide{
	    opacity: 1;
		-ms-transform: none; /* IE 9 */
		-webkit-transform: none; /* Chrome, Safari, Opera */
		transform: none;
		visibility: visible;
	}
	.header-wrap-long-nav{
		display: none;
	}
	.size-1of2 {
		width: 100%;
		padding: 0;
	}
	.desktopOnly,
	.main-nav-left,
	.main-nav-right,
	.menu-page-wrap{
		display: none
	}
	.menu-food-menu-container,
	.menu-drink-menu-container{
		display: none;
	}
	.menu-page-wrap-cover{
		display: block;
		position: relative;
	}
	.mobileOnly{
		display: block;
	} 
	.bxslider-height-ctr{
		height: 303px;
	}
	.header-wrap-right{
		display: none
	}
	.header-wrap-left{
		width: 100% !important;
		background: url('../images/mobileHead.png') center no-repeat  !important;
		background-size: cover !important;
		height: 52px;
	} 
	.logo-wrap{
		display: none;
	}
	.bx-wrapper .bx-controls-direction a{
		transform: scale(.7);
		-moz-transform:: scale(.7);
		-o-transform:: scale(.7);
		-ms-transform:: scale(.7);
		-webkit-transform:: scale(.7);
	} 
	.mobile-find{
		text-align: center;
		position: fixed;
		width: 100%;
		top: 52px;
		z-index: 10;
		background: url('../images/mobileContactBg.png') top no-repeat;
		background-size: cover;
		height: 41px;
	}
	.mobile-find a{
		display: inline-block;
	}
	.good-stuff{
		display: block;
		margin: 0 auto;
	}
	.container{
		padding: 0 15px;
	}
	.content-bx-2{
		float: none !important;
		margin: 0 auto !important; 
	}
	.hc-wrap-food,.hc-wrap-drinks{
		padding-top: 50px;
		overflow-x: hidden;
	}
	.f-sep.left{
		margin-right: 0;
	}
	.f-sep.right{
		display: none;
	}
	.foot-cb.right table{
		margin: 0 auto;
	}
	.footer-links ul{
		display: none;
	}
	.footlogo{
		margin: 40px auto 0px;
		text-align: center;
	}
	.footlogo img{
		margin: 0;
	}
	.sagelogo{
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.foot-cb.right{
		margin-top: 25px;
	} 
	.foot-cb table .td-img.td-email{
		border-bottom: 2px solid #ff0000;
		padding-bottom: 25px;
	}
	h2.food-sub-title{
		font-size: 36px;
	}
	.mpw-hero{
		padding-top: 130px;
		padding-bottom: 40px;
	} 
	.mpw-hero h1{
		font-size: 42px
	}
	.mpw-hero li{
		display: block;
		margin: 10px 20px;
	}
	body{
		overflow-x: hidden
	}
  
}

@media screen and (max-width: 490px) { 
	.content-bx-2{
		width: 360px !important;
		font-size: 22px; 
		background-position: center !important;
	} 
	#gallery-1 .gallery-item{
		width: 130px !important;
	}
}
@media screen and (max-width: 450px) {
	.sage-logo{
		float: none;
		margin: 0; 
		left: 0;
	}
	.content-bx-2 p{
		padding-right: 10px;
	}
	.foot-time{
		margin: 0 !important;
	}
	.foot-cb table,.foot-cb .td-img{
		width: auto;
	}
	.content-bx-2{ 
		padding: 40px 15px 40px 30px!important;
		max-width: 90%;
		margin: 0 auto!important;
		height: auto !important;
		background-size: cover !important;
	}
	.hc-wrap-drinks,.hc-wrap-food{
		height: auto;
		padding-bottom: 40px
	}
	.mobile-location-box .map{ 
		position: relative;
		right: auto; 
		top: 10px;
		margin-left: 40px;
	}
	.mobile-location{
		overflow: hidden
	}
	.mobile-location-box .rt-form{
		margin: 35px 0 0 40px; 
	}
	.mobile-location-box{
		width: 250px;
	} 
	.mobile-location-box{
		width: 287px;
		height: 412px;
		background: url('../images/slides/formbg.png') no-repeat;
		background-size: cover; 
	}
}