html, body {
    height: 100%;
}

body {
    background: #fff url(../images/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    
    color: #331f09;
    font-family: 'futura_lt_btlight';

}

.stretcher {
    width: 100% !important;
    display: inline-block !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

a{
	color: #331f09;
}


.navbar-custom {
    min-height: 42px;
    margin: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top: 60px;
	background: url(../images/top-bg.jpg) repeat-x;
    background-size: cover;
}


.navbar-custom.affix-top{

}

.navbar-custom.affix{
    position: fixed;
}

.navbar-custom.affix .social {
    display: none;
}


.logo-scroll{
    display: none;
}

.navbar-custom .navbar-brand>img{

}

.navbar-custom.affix .navbar-brand>img{
    background: none;
}



.navbar-main {
    /*background: #0d233f;*/

}

.navbar-custom .navbar-brand {
    padding: 0px;
}

.navbar-custom .navbar-toggle {
border-color: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-custom .navbar-nav>li>a {
    color: #351707;
    font-size: 18px;
    font-family: 'uglyquaregular';
    white-space: nowrap;
    font-weight: bold; 
}

.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>.open>a:hover {
    color: #A50D1D;
    background-color: transparent;
}

.navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover{
    color: #A50D1D;
    background-color: transparent;
}

.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus,
    .navbar-custom .navbar-nav>.active>a:hover {
    color: #A50D1D;
    background-color: transparent;
}

.navbar-custom .dropdown-menu{
	background: none;
	border: none;
}

.navbar-custom .dropdown-menu:AFTER {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #351707;
    opacity: 0.66;
}

.navbar-custom .dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-custom .dropdown-menu>li>a:focus, .navbar-custom .dropdown-menu>li>a:hover
    {
    color: #A50D1D;
    text-decoration: none;
}

.navbar-page-subnav {
	position: relative;
	padding: 10px;
	margin-top: 6px;
    text-align: center;

    line-height: 1;
}



.navbar-page-subnav ul {
    padding: 0;
}

.navbar-page-subnav li {	
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.navbar-page-subnav li:BEFORE {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-page-subnav li:FIRST-CHILD:BEFORE {
    content: none;
}

.navbar-page-subnav a {	
	font-family: 'uglyquaregular';
	text-decoration: none;
}

.home-duckpost-title{
	font-family: 'uglyquaregular';
	font-weight: bold;
}

.navbar-page-subnav .active>a, .navbar-page-subnav a:focus,
    .navbar-page-subnav a:hover {

}

.navbar-page-subnav .container-fluid {
    text-align: center;
}

.navbar-page-subnav.navbar .navbar-nav-center {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-reservations {
    display: block;
}

.reservations-button-mobile{
	display: block;
	z-index: 10;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: #351707;
	color: #fff;
	text-decoration: none;
	font-size: 18px; 
}

.navbar-custom .navbar-nav.reservations-button>li>a {
    font-size: 20px;
}

.navbar-custom .logo-v {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    top: -37px;
}

.navbar-custom .logo-v img{
	width: 100%;
}

.navbar-custom .logo-desktop{
    width: 400px;
}

/* footer */
.footer {
	position: relative;
	z-index: 2;
    background: #000;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
}

.footer * {
    color: #fff;
}

.footer ul li a{
    font-family: 'uglyquaregular';
}

.footer a:HOVER{

}

.footer .row>div{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer .social {
	margin-top: 10px;
    margin-bottom: 10px;    
    padding: 4px;    
    margin-left: -15px;
    margin-right: -15px;

}

.footer .social li.socials-mailing-list {
    text-align: center;
}

/* pages */

.carousel-control{
	opacity: .8;
}

.carousel-control:focus, .carousel-control:hover{
	opacity: 1;
}

.social {
    margin-top: -2px;
    margin-right: -2px;
}

.social ul {
    padding: 0;
}

.social li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.social li a {
    display: inline-block;
    height: 25px;
}

.social li img {
    height: 25px;
}

.social li.socials-mailing-list {
    display: block;
    text-align: right;
    margin-top: 5px;
}

.social li.socials-mailing-list a {
    line-height: 30px;

}

.social li.socials-mailing-list a:HOVER, .social li.socials-mailing-list a:FOCUS
    {


}

.content-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    z-index: 1; 
    padding-bottom: 20px;
}

.content-wrapper.is-first-content-wrapper-1{
	padding-bottom: 0px;
}

.content-wrapper-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 4px solid #000;*/
}

.is-first-content-wrapper-0.content-wrapper {

}

.page-image{
	position: relative;
}

.page-bg-image {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.page-layout-photoessay.content-wrapper .page-image{
    z-index: 1;
}

.page-bg-image{

}

.page-bg-image .eb-slide-show{

}


.page-content-row {
    margin: 0;
    padding: 0;
}

.page-content-wrapper-outer {

}

.page-content-wrapper {

}

.page-content-wrapper-inner {
    position: relative;
    /*border: 9px solid #0d233f;*/
}

.page-content-decor-top, .page-content-decor-bottom {
    display: none;
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
}

.page-content-decor-top {
    top: 3px;
    height: 2px;
    border-top: 2px solid #be9d69;
}

.page-content-decor-bottom {
    bottom: 3px;
    height: 46px;
    border-bottom: 2px solid #be9d69;
    background: url(../images/content_decor.png) center top no-repeat;
}

.page-title-wrapper{
    text-align: center;

}

.page-top-image .page-title-wrapper{
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	margin: 0 !important;
	background: none;
}

.page-top-image .page-title{
	padding: 10px;
	margin: 0;
	color: #fff;
}

.page-top-image .page-title-wrapper:BEFORE {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #0093f1;
    opacity: 0.8;
}


.page-title, h1.page-title-2 {
    font-size: 32px;
    font-weight: normal;
}

.page-title {
       padding-top: 10px;
       padding-bottom: 10px;

    /*border-bottom: 2px solid #000;*/

}

.page-title{
    /*font-family: 'archisticonormal';*/
    /*font-family: 'archisticobold';*/
    font-family: 'fff_tusj';    
}

h2.featured-page-title {
    font-family: 'fff_tusj';
    margin-top: 15px;
    margin-bottom: 35px;
}

.page-title-color-white .page-title{
    color: #FFF;
}

.page-title-color-brown .page-title{
    color: #351707;
}

.has-inside-image .page-title{

}



.contact-page-map {
    width: 100%;
    height: 400px;
}

.scroll-page{
    display: block;
    position: fixed;
    z-index: 9999;
    right: 20px;
    height: 44px;
    width: 44px;
    opacity: 0.7;
    padding: 0;
    filter: alpha(opacity = 70);
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.scroll-bottom .glyphicon{
    left: 1px;
    top: 6px;
}


.back-to-top{
	background: url(../images/back_to_top.png) center center no-repeat;
}

.back-to-top .glyphicon{
    left: 1px;
    top: 2px;
    display: none;
}

.scroll-bottom{
    bottom: 20px;
}

.back-to-top {
    display: none;
    bottom: 53px;
}

.back-to-top img {
    width: 100%;
}

.back-to-top:HOVER {
    opacity: 1.0;
    filter: alpha(opacity = 100); /* For IE8 and earlier */
}

.page-image-vertical {
    position: absolute;
    z-index: 1;
    top: 30px;
    bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.page-image-vertical .eb-slide-show {
    top: 8px !important;
    bottom: 8px !important;
}

.page-image-vertical .page-content-decor-top, .page-image-vertical .page-content-decor-bottom
    {
    left: 0;
    right: 0;
    background: none !important;
}

.page-image-vertical-inner {
    display: inline-block;
    position: relative;
    width: 80%;
    height: 100%;
    padding: 6px;
    padding-top: 0;
    padding-bottom: 0;
    background: url(../images/bg-tile.jpg);
    border: 3px solid #000;
}

.page-image-vertical-inner-2 {
    position: relative;
    width: 100%;
    height: 100%;
}


.eb-slide-show-html .page-image-vertical-inner-2 {
    padding-bottom: 7px;
    padding-top: 7px;
}

.eb-slide-show-html-wrapper {
    top: 0px;
    background: none !important;
}

.page-image-vertical-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-control {

}

button.page-content-close {
    display: none;
}

.event-overlay {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}

.event-overlay-new{
    display: block;
    color: #231f20;
}

.event-overlay-new:LINK, .event-overlay-new:VISITED{
    color: #231f20;
}

.event-overlay-new:HOVER, .event-overlay-new:FOCUS,  .event-overlay-new:ACTIVE{
    text-decoration: none;
}

.contact-address .rest-name {
    font-size: 22px;
    text-transform: uppercase;
}

.vjs-default-skin .vjs-big-play-button {

}

.page-uid-home_subpage_lh .page-content-close, .page-uid-steve_herman1 .page-content-close
    {
    display: block;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}

.content-wrapper.collapsed .page-text, .content-wrapper.collapsed .page-content-decor-bottom
    {
    display: none;
}

.content-wrapper.collapsed .page-content-wrapper-inner {
    padding-bottom: 10px;
}

.eb-slide-show-title-wrapper {
    position: absolute;
    z-index: 500;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 1;
}

.eb-slide-show-title-wrapper:AFTER {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.8;
}

.eb-slide-show-dots{
	bottom: 75px;
}


.eb-slide-show-title {
    position: static;
    display: inline-block;
    color: #231f20;
}


.content-wrapper.is-first-content-wrapper-1 .eb-slide-show-title {
    font-size: 30px;
    background: none;
    padding: 10px;
    line-height: 1;
}

.content-wrapper.is-first-content-wrapper-1 .page-image{
    z-index: 1;
}

.instagram-related{
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/instagram.png?2) center center no-repeat;
}


.page-files{
    text-align: center;
}
.page-files a{

    padding: 2px 6px;
    display: inline-block;
}


.page-layout-photoessay.content-wrapper .page-image .eb-slide-show-html-wrapper{
    top: auto;
    max-height: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;

}

.page-layout-photoessay.content-wrapper .page-image .eb-slide-show-html{
    display: inline-block;
    background: url(../images/black-30.png);
    padding: 20px;
    padding-bottom: 40px;

}
.page-inside-image{
    overflow: hidden;
}

.page-inside-video .embed-responsive-16by9>div, .page-inside-video .embed-responsive-16by9>div>div{
    position: static !important;
}

.page-parent-uid-home .page-text .tinymce{
	font-size: 14pt;
	
}

.page-contact-map-wrapper{
	padding-top: 20px;
}

/*.page-uid-home_contact .page-text{
	position: relative;
	
}*/

/*.page-uid-home_contact .page-text:AFTER, .page-uid-home_contact .page-home-contact:AFTER{
	content: ' ';
	display: block;
	background-color: #333;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0; 
	opacity: 0.8;
}*/

.eb-slide-show-dots li{
	width: 14px;
	height: 14px;
}

.eb-slide-show-dots li.selected, .eb-slide-show-dots li:hover{
    background-color: #0d233f;
    background-color: #0093f1;
    width: 16px;
	height: 16px;
}

.eb-slide-show-dots li{
    border-color: #0d233f;
    border-color: #0093f1;
}


.dummy-top{
    position: absolute;
    z-index: -1;
    height: 94px;
    top: -94px;
}


.dropdown-menu-contact{
    left: auto;
    right: 0px;
}

.text-box-color-white .page-text{
    color: #333;
}

.content-wrapper.text-box-color-white{
    background: #0d233f;
}


.eb-slide-show-text-color-blue, .eb-slide-show-text-color-blue *{
    color: #0d233f;
}

.navbar-page-subnav-mobile{
    padding-top: 10px;
    padding-bottom: 10px;
}

.hbspt-form{
    padding: 20px;
}


.hs-form .hs-button:hover {
    color: #9A2C2D !important;
}

.press-date{
    
}

.first-content-uid-press .page-title{
	padding-top: 0;
}

.slideshow-arrow-50p{
    width: 50%;
    top: 0px;
    bottom: 0px;
}


.hours li{
    margin-bottom: 10px;
}

.hours .t{
    font-weight: bold;
}


.page-home-contact-reservations{
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-home-contact-reservations div{
    background: url(../images/home_contact_title_bg.png) center center repeat-x;
    text-align: center;
}

.page-home-contact-reservations a{
    display: inline-block;
    position: relative;
    width: auto;
    padding: 20px;
    background: #fff;
    color: #A37B52;
    font-size: 30px;
}


.page-home-contact-reservations a:BEFORE {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    border: 1px solid #A37B52;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.page-home-contact-reservations a:AFTER {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    border: 1px solid #A37B52;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
}

.bottom-wording{
    background: #BFA9AF;
    padding: 30px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}






.page-home-book-event{
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-home-book-event div{
    display: inline-block;
    text-align: center;
    position: relative;
}

.page-home-book-event div:BEFORE {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    border: 1px solid #A37B52;
    border-top: none;
    border-bottom: none;
    left: 10px;
    top: 0px;
    right: 10px;
    bottom: 0px;
}

.page-home-book-event div:AFTER {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    border: 1px solid #A37B52;
    border-top: none;
    border-bottom: none;
    left: 16px;
    top: 0px;
    right: 16px;
    bottom: 0px;
}

.page-home-book-event a{
    display: inline-block;
    position: relative;
    width: 350px;
    height: 90px;
    color: #000;
    font-size: 30px;
}


.page-home-book-event a:BEFORE {
    content: ' Book An Event ';
    display: block;
    position: absolute;
    z-index: 1;
    border: 1px solid #A37B52;
    border-left: none;
    border-right: none;
    left: 0px;
    top: 10px;
    right: 0px;
    bottom: 10px;
    line-height: 70px;
}

.page-home-book-event a:AFTER {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    border: 1px solid #A37B52;
    border-left: none;
    border-right: none;
    left: 0px;
    top: 16px;
    right: 0px;
    bottom: 16px;
}

.page-home-book-event img{
    display: none;
}


.page-uid-upcoming_events .page-title{
    border: none;
}



.video-js{
    background: #fff !important;
}


.page-uid-get_map .page-content-wrapper-inner{
    padding: 0;
}

a:FOCUS {
    outline: none;
}

.carousel-control {
    color: #B3A57C !important;
}

.awaiting{
    position: relative;
    overflow: hidden;
}

.awaiting:BEFORE {
    content: ' ';
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/overlay.png);
    opacity: 0.6;
}

.awaiting:AFTER {
    content: ' ';
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background: #fff url(../images/loading.gif) no-repeat center center;
    border-radius: 10px;
}

.cboxPhoto{

}

.social-reservations>a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
    background: #803019;
}

.social-reservations>a:HOVER {
    text-decoration: none;
}

.navbar-page-subnav-top {
    padding: 10px;
    color: #231f20;
    position: relative;
    z-index: 1;
}

.navbar-page-subnav-top:BEFORE {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.8;
}

.navbar-page-subnav-top:AFTER{
	content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 100%;
    right: 0px;
	height: 6px;
	background: url(../images/wood.jpg);
	background-attachment: fixed;
}



.page-outer-title, .page-outer-title>a{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}


.page-top-image {
    position: relative;
}

.page-top-image {
  padding-top: 23%;
  display: block;
  content: '';
}

.page-button-wrapper{
    text-align: center;
}

.page-button{
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    margin: 0 auto;
    background: #0093f1;
    text-decoration: none;
    color: #fff;
}

.page-button:HOVER {
    text-decoration: none;
    color: #333 !important;
}

.thumbnail-hover:hover:BEFORE{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
}

.iscroller{
	overflow: hidden;
}

.iscroller .iscroller-item.active{
    border-color: #9A2C2D;
}

.glyphicon-chevron-left, .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    color: #fff !important;
}


/*.carousel-control .glyphicon-chevron-left:AFTER, 
.carousel-control .glyphicon-chevron-right:AFTER, 
.carousel-control .icon-next:AFTER, 
.carousel-control .icon-prev:AFTER{
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.5;  
}*/


.about-top-wrp{
    position: relative;
    top: 18px;
}

/* landing-promo-wrapper */

.landing-promo-wrapper{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 27px;
    bottom: 0px;
    overflow: auto;
}
.landing-promo-image{
    width: 355px;
    height: 442px;
    float: left;
}
.landing-promo-content{
    position: absolute;
    z-index: 1;
    left: 360px;
    top: 10px;
    right: 27px;
    bottom: 10px;
    overflow: auto;
}
.landing-promo-title{
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}
.landing-promo-text{

}
.landing-promo-wrapper .page-files{
    padding-top: 10px;
}

.bottom-nav li{

	text-align: center;
}


.promo-text-wrapper, .promo-text-wrapper a{
	color: #fff;
}

.promo-dsc{
	padding-bottom: 20px;
    font-size: 22px;
}
.promo-html{
	padding-bottom: 20px;
    font-size: 22px;
}

#carousel-promo-box .promo-text-wrapper{
	background: #0093f1;
}

#carousel-promo-box .promo-text{
	font-size: 16px;
}

#carousel-promo-box .carousel-control{
	width: 40px;
}


.promo-title{
	font-size: 36px;
	font-weight: bold;
    font-family: 'uglyquaregular';
}

.content-wrapper.is-first-text-section-0.page-uid-home_locations:BEFORE{
    content: ' ';
    display: block;
    height: 20px;
    background: url(../images/wood.jpg);
    background-attachment: fixed;
}

.content-wrapper.is-first-text-section-0.page-uid-home_locations:AFTER{
	content: ' ';
    display: block;
    height: 14px;
    background: url(../images/wood.jpg);
    background-attachment: fixed;
}


.content-wrapper.page-uid-home_locations{

}

.content-wrapper.page-uid-home_locations>.container-fluid{
	background: url(../images/blackboard.jpg) center center;
}

.content-wrapper.page-uid-home_locations>.container-fluid>.row>div{
	padding: 20px;
	font-size: 18px;
	line-height: 1.2;
}

.home-loaction-name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-wrapper.page-uid-home_locations>.container-fluid>.row>div, .content-wrapper.page-uid-home_locations>.container-fluid>.row>div a{
	color: #fff;
}


.home-loaction-map{
	margin-top: 10px;
}

.partners{
	text-align: center;
	margin-bottom: 30px;
}

.partners li {
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    position: relative;
    width: 320px;
}

.partners li img{
	max-width: 100%;
	max-height: 100%;
}

.partners-overlay{
	display: block;
	position: absolute;	
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/spacer.gif);
}

.partner-image{
	display: table;
	width: 100%;
	height: 150px;
}

.partner-image>div{
	display: table-cell;
	vertical-align: middle;
}

.partner-image>div>div{
	display: inline-block;
	position: relative;
}

.partner-image>div>div>.partner-image-on{
	
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0; 
	opacity: 0;
}

.partners li:HOVER .partner-image>div>div>.partner-image-on{
	opacity: 1;
}


.page-uid-seafood .page-title-wrapper{
	background: none;
	border-bottom: 6px solid #0093f1;

}

.page-uid-seafood .page-title{
	color: #333;
}


.navbar-page-subnav.navbar-page-subnav-locations{
	margin-bottom: 6px;
}

.navbar-page-subnav.navbar-page-subnav-locations:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    height: 6px;
    bottom: -6px;
    left: 0;
    right: 0;
    background: url(../images/wood.jpg);
    background-attachment: fixed;
}

.page-inside-image-location>iframe{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

}

.page-inside-image-location{
	border: 3px solid #0093f1;
}

.page-text-location{
	font-size: 18px;
}

.page-text-location .brand-name{
	font-size: 24px;
	font-weight: bold;
}

.store_manager_name, .assistant_manager_name{
	margin-top: 10px;
	font-weight: bold;
}

.location-hours{
	margin-top: 10px;
	font-weight: bold;
}


.contact-section-title{
	font-size: 24px;
	margin-top: 20px;
}


.charity-promo-text-wrapper{
	background: #331f09;
}

.charity-promo-text, .charity-promo-text a{
	color: #fff;
}

.charity-promo-title{
	font-size: 32px;
	font-family: 'uglyquaregular';
}

.charity-promo-dsc{
	font-size: 19px;
}

.charity-promo-image-wrapper, .charity-promo-text-wrapper{
	position: relative;
}

.charity-promo-image-wrapper:after {
	padding-top: 57.2%;
    display: block;
    content: ' ';
}


#charity-promo-box .carousel-indicators li{
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: none;
	margin: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#charity-promo-box .carousel-indicators li.active{
	background-color: #bb0000;
	border: none;
	margin: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.seal-title{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	background: url(../images/seal_big.png) center center no-repeat;
	background-size: 180px 180px; 
}

.seal-title>div {
    height: 123px;
    width: 120px;
    display: table;
    margin-left: 29px;
    margin-top: 25px;
}

.seal-title>div>div{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	font-family: 'uglyquaregular';
	line-height: 1;	
}

.page-text-private-events{
    margin: 40px auto;
    max-width: 800px;
    position: relative;
    padding: 40px !important;
}
@media ( min-width : 767px ) {
    .page-text-private-events{
        width: 800px;
    }
}

.has-css-bg,
.has-css-bg *{
    color: #fff;
}
.has-css-bg:after{
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #351707;
    opacity: 0.66;
}

.btn-duck{
    position: relative;
    padding: 8px 20px;
    padding-left: 45px;
    color: #FFF;
    border: 1px solid;
    text-transform: uppercase;
    font-size:  20px;
    background: url(../images/duck-logo-sm.png) no-repeat 10px 50%;
}
.btn-duck:after{
    content: ' ';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid;
}
.btn-duck:hover,.btn-duck:focus,.btn-duck:active{
    color: #F00;
    text-decoration: none !important;
    background-image: url(../images/duck-logo-sm-hov.png);
}
.room-row {
    position: relative;
    min-height: 400px;    
}

.room-details-row{
	margin-top: 60px;
}

.room-row>.fullscreen-slideshow{
	z-index: -2 !important; 
}

.room-row-buttons {
    text-align: justify;
    min-height: 400px;
    padding-top: 104px;
    text-align: center;
    padding-bottom: 100px;
}

.room-row-buttons>div{
	display: inline-block; 
	text-align: center;
	vertical-align: middle;
}

.room-row-buttons .enquiry-form-btn{
	padding: 30px;
	margin: 0;	
	
}

.room-row-buttons .enquiry-form-btn>a {
    padding: 48px;
    padding-left: 87px;
    padding-right: 30px;
    background: url(../images/duck.png) no-repeat 30px 50%;
    font-size: 30px;
}

.room-text{
    /*position: absolute;*/
    position: relative;    
    z-index: 10;
    text-transform: uppercase;
    font-size: 20px;
    padding: 60px 40px;
}
.room-text h3{		 
    font-size: 24px;    
}

.room-text>div{
		display: table;
		min-height: 280px;
		width: 100%;
	}

	.room-text>div>div{
		display: table-row;	
	}
	.room-text>div>div>div{
		display: table-cell;
		vertical-align: middle;
	}
	
	.room-text>div>div.first>div{
		vertical-align: top;
	}
	
	.room-text>div>div.last>div{
		vertical-align: bottom;
		padding-top: 10px;
		padding-bottom: 10px;
	}

.room-text-full{
    /*position: absolute;*/
    /*float: right;*/
    position: relative;
    height: 100%;
    z-index: 10;
    text-transform: uppercase;
    font-size: 20px;
    /*padding: 60px 40px;*/
    padding: 0;

    display: none;
}

.room-text-full > div{
    position: absolute;
    left: 40px;
    right: 40px;
    top:60px;
    bottom:60px;
    overflow: auto;
}

.room-detail{
    margin-top: 20px;
}

.room-detail h2{
    font-weight: normal;
    margin: 10px 0;
}
.room-more{
    text-align: center;
    display: block;
    margin-top: 10px;
}
.room-more span{
    font-size: 40px;
}
.room-menu {
    text-align: center;
}

.room-menu .carousel-control span, .room-menu .carousel-control span {
    color: #000 !important;
}

.room-menu .menu-item,
.room-menu .itemimage{
    position: relative;
    width: 300px;     
}
.room-menu .itemimage{
    height: 225px;
}
.room-menu .menu-item{
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
}

.room-menu .menu-text{
    padding: 20px 30px;
    height: 92px;
    overflow: hidden;
}
.room-menu .menu-text h3{
    font-weight: normal;
}
.room-menu *:hover,
.room-menu .menu-text,
.room-menu .menu-text *{
    color: #331f09 !important;
    text-decoration: none !important;
}



.page-uid-private_events  .page-content-wrapper-inner {
    padding-right: 15px;
    padding-left: 15px;
}

#vid1 iframe,
#vid1{
    width: 100%;
    position: absolute;
    height: 100%;
}
.video-overlay{
    width: 100%;
    position: absolute;
    height: 100%;
    top:0;
    left:0;
    z-index:1000;
}

.content-wrapper-blog{
	padding-bottom: 30px;
	min-height: 100%;
}

.content-wrapper.is-first-text-section-0.page-parent-uid-home:BEFORE{
	content: none;
}

.page-home-menu{
	position: relative;
}

.home-duckpost-signup{
	padding-top: 40px;
	padding-bottom: 40px; 
}


.home-duckpost-signup button, .home-duckpost-signup button:hover{
	background: #bb0000;
	color: #fff;
	border: none;
}

.home-duckpost-signup button:hover{
	color: #333;
}

.home-duckpost-signup input{
	background: #E5DECB;
	border: none;
}

.home-duckpost-signup>form{
	width: 700px;
	max-width: 100%;
	margin: 0 auto;	
	
}

.home-duckpost-signup>form *{
	font-size: 24px;
}

.home-duckpost-signup>form .form-control{
	height: 46px;
}


.charity-promo-table{
	display: table;
	height: 100%;
	width: 100%; 
}

.charity-promo-table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.accolades{
	margin-bottom: 20px;
}

.accolades-quote{
	font-size: 24px !important;
	line-height: 24px !important;
}

.accolades-title{
	font-size: 18px;
	font-family: 'futura_lt_btlight';
	font-weight: bold; 
}

.accolades-image{
	margin-top: 10px;
}

.accolades-image>img{	
	max-width: 200px;
}


.content-wrapper.white-tint-1:AFTER{
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;	
	left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.8;	 
}

.back-to-parent{
	margin-left: 20px;
	padding-left: 40px;
	line-height: 20px;
	background: url(../images/back.png) 0 center no-repeat;
	background-size: 30px 20px;	
}


a:hover:before, a:focus:before, a:hover, a:focus, a:hover *, a:focus * {
    color: #A50D1D !important;
    text-decoration: none;
}

.content-wrapper.first-content-uid-events, .first-content-uid-social_feed_facebook{
	padding-bottom: 30px;
}

.content-wrapper.page-uid-home_contact{
	padding-bottom: 0px;
}


.press-publication{
	font-size: 28px;
	font-family: 'fff_tusj';
}

.tinymce img, .tinymce iframe, .tinymce object{
	max-width: 100%;
}

.tinymce img{
	height: auto;
}

#navigation-modal .modal-header>img{
	height: 61px;	
}

#navigation-modal.modal{
	bottom: 45px;
	
	background: #fff url(../images/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    /*background-size: cover;*/
}

#navigation-modal .modal-dialog{
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

#navigation-modal .modal-content {	
	height: auto;
    min-height: 100%; 
    
    background: none; 
            
    border: none;    
    border-radius: 0;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 60px;
}


#navigation-modal .modal-body{
	position: absolute;
    left: 0px;
    top: 70px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: auto;
}


#navigation-modal .modal-dialog .close{
	display: block;
	position: absolute;
	z-index: 2;	
	right: 20px;
	top: 10px;
	font-size: 40px;
	color: #331f09;
	opacity: 1; 
}


.navbar-mobile{
	margin: 0;
	padding: 10px;
	font-size: 20px;
	font-family: 'Futura Md BT';
}

.navbar-mobile .dropdown-menu{
	font-size: 20px;
}

.navbar-mobile.nav a{
	background: none !important;
}

.page-uid-accolades .page-title{
	/*font-family: 'uglyquaregular';*/	
	font-family: 'fff_tusj';
}


.first-content-uid-featured_event_details{
	min-height: 100%;
	margin-bottom: -134px;
	padding-bottom: 134px !important;	
}

.private-party-boxes-cnt-1 .events-thumbnails .thumbnail{
	max-width: 578px;
}

.private-party-boxes .events-thumbnails .events-text{
	height: 170px;
}

.private-party-boxes .events-thumbnails .events-dsc{
	padding-top: 5px;
}

.private-party-boxes .events-thumbnails .events-image:after {
    padding-top: 41.15%;    
}

.private-party-boxes .events-thumbnails .events-text-inner {
    height: 106px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1;
    overflow: hidden;
}


.content-wrapper.has-video .page-image{
	overflow: hidden;
	margin-bottom: -42px;
}

.content-wrapper.has-video .page-image .home-video{
	display: block !important;		 
}

.content-wrapper.has-video .page-image:after{
	padding-top: 56.25% !important;
}	
.content-wrapper.has-video .page-image .home-video{
	height: 100% !important;
	width: 100% !important;
	
}
.ytp-watermark{
	display: none !important;
}

.content-wrapper.has-video{
	overflow: hidden;
}
	
/*	
@media ( max-width : 767px ) {	
	.content-wrapper.has-video .page-image:after{
		padding-top: 56.25%;
	}	
	.content-wrapper.has-video .page-image .home-video{
		height: 100% !important;
		width: 100% !important;
		
	}
}	

@media ( min-width : 768px ) {
	.content-wrapper.has-video .page-image:after{
		content: none;
	}
	
	
	.content-wrapper.has-video .page-image{
		height: 100%; 
	}
	.content-wrapper.has-video{
		height: 100%; 
	}	
}
*/

.sunrize{
	position: absolute;
    z-index: 100;
    left: 20px;
    top: 10px;
    width: 240px;
    background: url(../images/sunrisesunset.png) center center no-repeat;
    background-size: 69px 74px;
    text-align: center;    
    height: 45px;
    display: none;
}

.sunrize div{	
	width: 100px;
	color: #FFD064;
    font-size: 16px;
    text-transform: uppercase;
}

.sunrize div:nth-child(1){	
	float: left;
}
.sunrize div:nth-child(1):before{
	content: "Sunrise";
	display: block; 
}
.sunrize div:nth-child(2){	
	float: right;
}
.sunrize div:nth-child(2):before{
	content: "Sunset";
	display: block; 
}

footer .sunrize-wrapper{
	height: 45px;
	margin-bottom: 20px;
}

footer .sunrize{
	position: relative;
	left: 0px;
	margin: 0 auto;
		
}





@media (max-width: 768px){
		&.vertical-centered{
			&>div{			
				display: inherit;
			}
		
			&:before{
				content: none;
			}			
		
		    
		
		}
}

#happenings-promo{
	display: flex;
	align-items: center;
	-webkit-display: flex;
	-webkit-align-items: center;
}

#happenings-promo img{
	width: 100%;
}

#happenings-promo .close {
    margin-top: -22px;
    margin-right: -21px;
    color: #fff;
    opacity: 1;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

#happenings-promo .close:HOVER{
    color: #000;
}

#happenings-promo .modal-content{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;

}




#happenings-promo h1{
    color: #000;
    padding: 10px;
}

#happenings-promo .dsc{
    padding: 10px;
    text-align: center;
}

#happenings-promo .submit-btn{
    background: none;
    color: #000;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 18px;
}

#happenings-promo .submit-btn:HOVER{
    background: #000;
    color: #fff;
}

#happenings-promo .modal-header {
  position: relative;
  height: 50px;

  background: #B8A888;
  border: 0;

}

#happenings-promo .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

#happenings-promo .modal-body {
  font-weight: 300;

}

#happenings-promo .modal-footer {
  padding: 10px;
  background: #f1f3f5;
}