html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #333;
}

/* top navigation */
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-custom {
    background: url(../images/top_bg.png);
    background: #fff;
    min-height: 96px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
reservation
}

.navbar-custom:BEFORE{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background: #fff;
    border: 2px solid #61717b;
    border-right: none;
    border-left: none;
}




.page-uid-home:BEFORE{
    content: '';
    display: block;
    height: 6px;
    background: #fff;
    border: 2px solid #61717b;
    border-right: none;
    border-left: none;
    margin-bottom: 1px;
}

.page-uid-home:AFTER {
content: '';
display: block;
height: 6px;
background: #fff;
border: 2px solid #61717b;
border-right: none;
border-left: none;
margin-bottom: 1px;
}


.navbar-custom.affix-top{

}

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

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


.logo-scroll{
    display: none;
}

.navbar-custom .navbar-brand>img{
	height: 82px;	
}

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



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

}

.navbar-custom .navbar-brand {
    padding: 10px 15px;
}

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

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

.navbar-custom .navbar-nav>li>a {
    color: #333333;
    font-size: 18px;
}

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

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

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

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

.navbar-custom .dropdown-menu:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
}

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

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

.navbar-page-subnav {
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
}

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

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

.navbar-page-subnav li:BEFORE {
    font-size: 20px;
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}

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

.navbar-page-subnav a {
    color: #231f20;
    text-decoration: none;
}

.navbar-page-subnav .active>a, .navbar-page-subnav a:focus,
    .navbar-page-subnav a:hover {
    color: #877e79;
}

.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;
}

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

.top-reservations-button, .bottom-mailing-list{
		
    height: 30px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;    
    border: 2px solid #61717b;	
}

.bottom-mailing-list{
	display: inline-block;
	font-size: 14px;
}

.top-reservations-button{
	font-size: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 34px;
}

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

.navbar-custom .logo-v img{
    height: 42px;
    width: 183px;
}

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

/* footer */
.footer {   
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 16px;
    border-top: 1px solid #61717b;
}

.footer * {
    color: #61717b;
}

.footer .copy{
	display: block;
	font-size: 11px;
	padding-top: 10px;
} 

.footer .copy:before{
	
}

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

.footer .social {
    margin: 0;
    margin-left: -4px;
    margin-top: 5px;
}

.footer-section-name{
	font-weight: bold;
}

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

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

.social ul {
    padding: 0;
}

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

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

.social li img {
    height: 30px;
}

.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;
}

.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, .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;
}

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

h1.page-title {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #61717b;
}

.page-title{

}

.has-inside-image .page-title{

}


.home-video {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

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

.scroll-page{
    display: block;
    position: fixed;
    z-index: 9999;
    left: 2px;
    height: 20px;
    width: 30px;
    opacity: 0.7;
    padding: 0;
    filter: alpha(opacity = 70);
    font-size: 30px;
    line-height: 1;
    overflow: hidden;
    color: #61717b;


    text-align: center;
}

.scroll-bottom .glyphicon{
    top: -7px;
}

.back-to-top .glyphicon{
    top: -3px;
}

.scroll-bottom{
    bottom: 53px;
}

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

.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: 30px;
    text-align: center;
}

.eb-slide-show-title {
    position: static;
    display: inline-block;
}

.content-wrapper.is-first-content-wrapper-1 .eb-slide-show-title {
    font-size: 28px;
    background: none;
}

.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;
    padding: 0;
}

.page-inside-video{
    overflow: hidden;
    padding: 0;
}

.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;
}


a:before:hover, a:before:focus, a:hover, a:focus, a:hover *, a:focus * {
    color: #877e79 !important;
}

.eb-slide-show-dots li.selected, .eb-slide-show-dots li:hover{
    background-color: #61717b;
}

.eb-slide-show-dots li{
    border-color: #61717b;
}


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


.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{
    display: none;
}


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

.hours .t{

}


.contact-section-title-wrapper{
    margin-bottom: 10px;
}

.contact-section-title{
    color: #333;
    font-size: 30px;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
}

.hours-title{
    font-size: 28px;
}

.contact-section-title:after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 6px;
    background: #fff;
    border: 2px solid #61717b;
    border-right: none;
    border-left: none;
    margin-bottom: 1px;
}



.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;
}

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

.page-home-contact-reservations a:HOVER, .page-home-book-event a:HOVER {
    text-decoration: none;
}

.page-uid-upcoming_events.content-wrapper.is-first-text-section-0:BEFORE {
    background-color: #845b66;
}


.page-parent-uid-media.content-wrapper.is-first-text-section-0:BEFORE {
    background: #61717b;
    height: 2px;
}


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


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

a:FOCUS {
    outline: none;
}

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

.home-contact-address .colorboxMap{
    color: #5F2737;
}

.home-contact-address{
    font-size: 18px;
}

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


.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: 26px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-size: 16px;
    border: 2px solid #61717b;
}

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

.navbar-page-subnav-top {
    position: relative;
    padding: 10px;
    color: #333;
    border: 2px solid #61717b;
    border-left: none;
    border-right: none;
}

.navbar-page-subnav-top:BEFORE{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 2px;
    border: 2px solid #61717b;
    border-left: none;
    border-right: none;
}

.page-outer-title, .page-outer-title>a{
    font-size: 40px;
}


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

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

.page-button-wrapper{
    text-align: center;
}
.page-button{
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}

.page-button:AFTER{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #61717b;
    opacity: 0.75;
}

.page-button:HOVER {
    text-decoration: none;
}

.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 .iscroller-item.active{
    border-color: #9A2C2D;
}


.page-instagram-image {
    padding: 0 !important;
}


.page-uid-social_media_feeds_new h1.page-title {
    margin-top: 10px;
    border-bottom: none;
}

.floor-plan-image img{
    max-width: 100%;
}

.page-text .page-inside-image{
    float: none !important;
}

.page-inside-form .mailing-form-wrapper{
    position: relative;
    padding: 40px;
    border: 2px solid #61717b;
}

.page-inside-form .mailing-form-wrapper:BEFORE{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
    border: 2px solid #61717b;
}

.page-uid-events .page-title, .page-uid-news .page-title{
    text-align: left !important;
}

.page-title .event-date{

}

.page-uid-home .page-text{
    position: relative;
    padding: 0;
}

.page-uid-home_events .container-fluid{
    display: none;
}
.page-uid-home_events .page-content-wrapper-inner{
    padding: 0;
}

.gift-card-form{
    max-width: 700px;

}
.page-uid-news1{
    display: none;
}


.home-box-item .home-box-item-hover{
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.home-box-item .home-box-item-hover:AFTER{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.63;
    background: #000;
}

.home-box-item .home-box-item-hover-event{
    opacity: 1;
}
.home-box-item-events .eb-slide-show-dots{
    bottom: 5px;
}
.home-box-item .home-box-item-hover-event *{
    color: #000;
    text-align: center;
}

.home-box-item .home-box-item-hover-event h3{
    text-transform: uppercase;
    font-size: 26px;
}
.home-box-item .home-box-item-hover-event .event-date{
    font-size: 20px;
}
.home-box-item .home-box-item-hover-event .text{
    margin-top: 20px;
    font-size: 18px;
    position: relative;
}
.home-box-item .home-box-item-hover-event .more{
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    font-size: 20px;
    font-weight: bold;
}

.home-box-item .home-box-item-hover-event{
    height: auto;
    width: auto;
    left: 14%;
    right: 14%;
    top: 13%;
    bottom:13%;
    overflow: hidden;
    background: url(../images/bg-title-home.jpg) 0 0 repeat;
    padding: 15px 15px 45px 15px;
}
.home-box-item .home-box-item-hover-event:AFTER{
    border: 3px solid #61717b;
    background: none;
    height: auto;
    width: auto;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    opacity: 1;
    z-index: -2;
}

@media ( max-width : 1400px ) and ( min-width: 768px ) {
    .home-box-item .home-box-item-hover-event h3{ font-size: 24px;}
    .home-box-item .home-box-item-hover-event .event-date{font-size: 18px;}
    .home-box-item .home-box-item-hover-event .text{font-size: 16px;}
    .home-box-item .home-box-item-hover-event .more{font-size: 18px;}
}

@media ( max-width : 1250px ) and ( min-width: 768px )  {
    .home-box-item .home-box-item-hover-event h3{ font-size: 22px;}
    .home-box-item .home-box-item-hover-event .event-date{font-size: 16px;}
    .home-box-item .home-box-item-hover-event .text{font-size: 14px; margin-top: 5px;}
    .home-box-item .home-box-item-hover-event .more{font-size: 16px;}
}

@media ( max-width : 1050px ) and ( min-width: 768px )  {
    .home-box-item .home-box-item-hover-event h3{ font-size: 18px;}
    .home-box-item .home-box-item-hover-event .event-date{font-size: 14px;}
    .home-box-item .home-box-item-hover-event .text{font-size: 13px; margin-top: 0;}
    .home-box-item .home-box-item-hover-event .more{font-size: 14px;}
}

@media ( max-width : 950px ) and ( min-width: 768px )  {
    .home-box-item .home-box-item-hover-event h3{ font-size: 15px;}
    .home-box-item .home-box-item-hover-event .event-date{font-size: 13px;}
    .home-box-item .home-box-item-hover-event .text{font-size: 12px; margin-top: 0;}
    .home-box-item .home-box-item-hover-event .more{font-size: 13px;}
}

@media ( max-width: 768px )  {
    .home-box-item .home-box-item-hover-event h3{ font-size: 15px;}
    .home-box-item .home-box-item-hover-event .event-date{font-size: 13px;}
    .home-box-item .home-box-item-hover-event .text{font-size: 12px; margin-top: 0;}
    .home-box-item .home-box-item-hover-event .more{font-size: 13px;}

    .home-box-item .home-box-item-hover-event{
        /*position: relative;*/
        height: auto;
        width: auto;
        left: 4%;
        right: 4%;
        top: 3%;
        bottom:3%;
        overflow: hidden;
        background: url(../images/bg-title-home.jpg) 0 0 repeat;
        padding: 10px 10px 40px 10px;
    }
    .home-box-item .home-box-item-hover-event:AFTER{
    }
}





.home-box-item .home-box-item-hover>span{
    display: table;
    height: 100%;
    width: 100%;
}

.home-box-item .home-box-item-hover>span>b{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff !important;
}

.home-box-item:HOVER .home-box-item-hover{
    opacity: 1;
}

.home-box-item:after {
    padding-top: 52.846153846%;
    display: block;
    content: '';
}

.home-box-item .eb-slide-show-html-wrapper{
    position: static;
}

.home-box-item{
    border: 1px solid #fff;
}

.vertical-centered-1{
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    position: absolute !important;
    left: 30px;
    right: 30px;
}
.vertical-centered{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}
.vertical-centered:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.vertical-centered > div {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}

.portfolio-modal .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.portfolio-modal .carousel-caption {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px
}

.portfolio-modal .dsc {
    font-size: 18px
}

.portfolio-modal .carousel-control {
    top: 50%;
    bottom: auto;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-top: -25px;
    padding: 0px;
    opacity: 0.9;
    background: none
}

.portfolio-modal .carousel-control>span {
    position: static;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 1px;
    font-size: 50px
}

.portfolio-modal .carousel-control:HOVER {
    color: #b90404;
    opacity: 1
}

.portfolio-modal .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    z-index: 10;
    top: 5px;
    font-size: 0px;
    font-weight: normal;
    color: #000;
    line-height: 1;
    right: 5px
}

.portfolio-modal .close>span:after {
    font-size: 30px;
    /*font-family: FontAwesome;*/
    content: "x";
}

.portfolio-modal .close:HOVER {
    color: #ba930d;
}

.portfolio-modal .carousel-control:HOVER span {
    color: #ba930d;
}

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

.portfolio-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: rgba(0,0,0,0.86)
}

.portfolio-modal .carousel,.portfolio-modal .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.portfolio-modal .carousel-inner>.item {
    height: 100%
}

.portfolio-modal .carousel-caption {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px
}








.sevenrooms-modal .modal-content {
	height: 100%;
}

.sevenrooms-modal .modal-content>iframe {
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 761px;
}