
/* ==========================================================================
   typography  styles
   ========================================================================== */

body {
    background: #fff;
    color: #5E5E5E;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: auto !important;
    width: 100%;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}



.small {
    font-size: 12px; /* 75% of the baseline */
}

.large {
    font-size: 20px; /* 125% of the baseline */
}

p {
    font-family: 'Open Sans',sans-serif;
    line-height: 1.7em;
    margin: 0.5em 0;
}


h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0.5em 0;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h1, h2 {
    color: #000;
    font-size: 28px;
    text-transform:uppercase;
    margin: 0.5em 0;
}
.home h1 {
    text-transform: capitalize;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
    text-decoration: underline;
}


a {
    color: #333;
    text-decoration: none;
    outline: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;

}

.center {
    text-align: center;
}


.btn-primary,
.button,
.submit-button, .featured a {
    background-color: #DE118D;
    border-color: #c39d54;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 45px;
    font-size: 18px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {

}

.btn-default {
    background: #B8CA52;
    border-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding:5px 10px;
    color: #fff;

}


.btn-default:hover,
.btn-default:focus{


}

/*stars*/
.stars-holder {
    margin: -10px auto 0;
}
.separator-star {
    clear: both;
    font-size: 0;
    height: 26px;
    margin: 26px 0;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.separator-star-h:before {
    text-align: center;
}

.separator-star-h:before {
    background-color: #000000;
    content: "";
    display: inline-block;
    height: 2px;
    margin-bottom: 30px;
    margin-top: 7px;
    position: relative;
    vertical-align: top;
    width: 10px;
}
.separator-star-h .fa-stack {
    color: #111;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.separator-star-h .fa-stack .fa-circle-o {

    font-size: 14px;
    top: 6px;

}
/**/

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #c39d54;
}



/* ==========================================================================
   jquery ui color change styles
   ========================================================================== */

.ui-datepicker-header  {background: none repeat scroll 0 0 #C39D54 !important;}
.ui-widget-header { color: #fff!important}
.hasDatepicker {
    background: url("../images/cal.gif") no-repeat scroll 103px center #FFFFFF !important;
    cursor: pointer;
}

.ui-widget {
    font-size: 75% !important;
}

/*preloader style*/

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.status {
    background-image: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}


.site-holder {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    float: none;
}

.container {
    max-width: 980px;
}


.logo {
    /*background: url("/files/images/logoSanta.png") no-repeat scroll 0 0 transparent;*/
    background: url("/files/images/logo.png") no-repeat scroll 0 0 transparent;
    height: 108px;
    left: 48.6%;
    margin-left: -55px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 108px;
    z-index: 2;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}


/*==========================================================
                    pnav
============================================================*/


.navbar-default {
    background: none;
    border-radius: 0;
    border: none;
    position: relative;
    /*  padding-top: 50px;*/
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}
.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-style: 14px;
    text-transform: uppercase;
    padding: 45px 16px;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #e3e3e3;
}

.navbar-default .navbar-nav.navbar-right > li > a {
    padding-left: 11px;
    padding-right: 14px;

}
.navbar-default .navbar-nav > .active > a
{
    color: #c39d54;
    background: none;
}
.navbar-nav > li > ul {
    display: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #c39d54;
    background: none;

}

.navbar-nav >li.active > a {
    border-top: 4px solid #c39d54;
}

.navbar-nav >li >a:hover, .navbar-nav >ul >li.active >a {
    color: #c39d54;
}

.navbar-nav >li >a {
    border-top: 4px solid #FFFFFF;
    float: left;
    padding: 50px 9px 30px;
}

.navbar-right > li.last > a {
    border-right: medium none;
}

.navbar-right > li.first > a {
    border-left: 1px solid #e3e3e3;
}

/*==========================================================
                    dropdown menu
============================================================*/

.navbar-default .navbar-nav > li > ul {
    display: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    top: 110px;
    left: 0;
    list-style: none;
    position: absolute;
    z-index: 3;
    padding: 0;
    margin: 0;

}
.navbar-default .navbar-nav > li > ul > ul {
    display: none;
}
.navbar-default .navbar-nav > li > ul > li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.navbar-default .navbar-nav > li > ul > li > a {
    background: none repeat scroll 0 0 #cdb471;
    background: none repeat scroll 0 0 rgba(205,180,113,0.9);
    border-bottom: 1px solid #dbc387;
    color: #fff;
    float: left;
    padding: 5px 10px;
    width: 180px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: lighter;
}

.navbar-default .navbar-nav > li > ul > li > a:hover {
    background: #534b3d;
    color: #fff;
}


.navbar-default .navbar-nav > li.hover ul {
    display: block;
}

.navbar-default .navbar-nav > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left:180px;
    background: none repeat scroll 0 0 #534b3d;
    background: none repeat scroll 0 0 rgba(83,75,61,0.85);

    width: 180px;
}
.navbar-default .navbar-nav > li > ul > li > ul > li {
    border-bottom: 1px solid #98938B;
    left: 0;
    margin-left: -39px;
    padding: 4px 10px;
}
.navbar-default .navbar-nav > li > ul > li > ul > li > a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > ul > li > ul> li > a:hover {
    color: #C39D54;

}

/* tnav */

.tnav-container > ul > li > a{
    display: none;
}

.tnav-container > ul > li.active > ul > li > a {
    display: inline-block;
    padding: 3px 10px;
}


.tnav-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.tnav-container > ul {
    width: 100%;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    display: inline-block;
    list-style: none outside none;
    margin: 5px 0 25px;
    padding: 0;
    text-align: center;
}
.tnav-container ul li {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
}

.tnav-container ul li a {
    color: #888888;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
}

.tnav-container > ul >li > ul {
    display: none;
}

.tnav-container > ul >li.active > ul {
    display: block;
}


.tnav-container > ul > li > ul > li > a:hover,
.tnav-container > ul > li > ul > li.active a {
    color: #ec008d;
}


.page-content-holder nav.tnav-container-not-pnav {
    display: none;
}

/*==========================================================
                    home banner slide bar
============================================================*/

.banner {
    position: relative;
}

.banner-bar {
    margin-top: -45px;
    text-align: center;
}

.bar {
    border: 4px solid #ffffff;
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 39px;
    z-index: 10;
    cursor: pointer;
}

.slider_container li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slider_container li:first-child {
    position: relative;
    display: block;
    float: left;
}


#slider_container  {
    position: relative;
    z-index: 1;
    min-height: 498px;
}

.centered-btns_tabs {
    bottom: 18px;
    display: inline-block;
    float: left;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.centered-btns_tabs li {
    display: inline-block;
    text-align: center;
    float: none;
}
.centered-btns_tabs a {
    background: none;
    border:none;
    display: inline-block;
    border-radius:0;
    background-color: #fff;
    list-style: none outside none;
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 39px;
    z-index: 10;
    cursor: pointer;
    box-shadow: none;
    height: 7px;
    outline: none;
}


.centered-btns_tabs .centered-btns_here a {
    background-color: #333;
}



/*==========================================================
                    featured
s===========================================================*/


.featured {
    bottom: 60px;
    left: 70px;
    position: absolute;
    width: 435px;
    z-index: 2;
    display: none;
}

.USA .featured {
    display: block;
}


.featured ul li {
    min-height: 100px;
}
.featured h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 54px;
    height: 35px;
    text-shadow: 0 0 3px #000000;
    text-transform: none;
}
.featured .centered-btns_tabs {
    display: none;
}




/*==========================================================
                    searchbox
s===========================================================*/

.searchbox-container {
    display: inline-block;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
    right: 0;
}

.searchbox-trigger {
    background: #EC008D;
    background: none repeat scroll 0 0 rgba(236, 0, 141, 0.65);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 800;
    line-height: 37px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 225px;
    text-align: center;
}

.searchbox-trigger .fa-calendar-check-o {
    font-size: 21px;
    margin-left: 30px;
}

.fa.fa-angle-down {
    float: right;
    font-size: 25px;
    margin-top: 7px;
}

.tiny-form  {
    background: #030104;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    float: left;
    position: absolute;
    right: 0;
    top: 30px;
    width: 225px;
    z-index: 3;
    padding: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;

}
.tiny-form.top-site {
    height: 0;
    float: left;
    overflow: hidden;
}
.tiny-form.top-site.active {
    height: auto;
}

.closeSearchBox {
    width: 25px;
    height: 25px;
    color: #f2f2f2;
    cursor: pointer;
    padding: 0 14px 0 0;

}
.closeSearchBox:hover {
    color: #fff;

}
.tiny-form > div {
    float: left;
}
.tiny-form .form-builder-wrapper .field-wrapper {
    overflow: hidden;
    width: 75%;
}
.tiny-form label,
.tiny-form .label {
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
}
.tiny-form .form-builder-wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_dropdown
{
    padding: 2px 0;
    margin: 0;
    border: none;
    text-align: center;
}
.home .tiny-form .form-builder-wrapper .field-wrapper input[type="text"],
.home .tiny-form #bke_searchbox_wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_dropdown {

    color: #000;
}

.secondary .tiny-form .form-builder-wrapper .field-wrapper input[type="text"] {
    background: #dbdbdb;
    color: #333;

}

#bke_searchbox_wrapper {
    display: inline-block;
    padding: 2%;
    width: 96%;
}
.tiny-form #bke_searchbox_wrapper .field-wrapper,
.tiny-form #bke_searchbox_wrapper .field-wrapper .label,
.tiny-form #bke_searchbox_wrapper .field-wrapper input ,
.tiny-form #bke_searchbox_wrapper .submit-wrapper {
    float: left;
}
.tiny-form #bke_searchbox_wrapper .field-wrapper .label {
    width: 30%;
    text-align: left;
}
.tiny-form #bke_searchbox_wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_dropdown {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 4%;
    padding: 4px 6% 4px 0;
    width: 66%;
}
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_drop  {
    float: right;
    padding-left: 20px;
}
.tiny-form #bke_searchbox_wrapper .field-wrapper,
.tiny-form #bke_searchbox_wrapper .submit-wrapper  {
    clear: both;
    width: 100%;
}

.submit-wrapper .submit-button {
    margin-top: 0;
    float: right;
    width: 66%;
    background-color: #DE118D;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
}
.tiny-form .form-builder-wrapper .field-wrapper input[type=text]:focus,
.tiny-form .form-builder-wrapper .field-wrapper select:focus,
.tiny-form .form-builder-wrapper .field-wrapper textarea:focus,
.tiny-form .form-builder-wrapper .field-wrapper input[type=text]:hover,
.tiny-form .form-builder-wrapper .field-wrapper select:hover,
.tiny-form .form-builder-wrapper .field-wrapper textarea:hover
{
    border:none;
}

/*==========================================================
                    new bke style on left
s===========================================================*/

.tiny-form.right-hand-side {
    top: 3px;
    display: none;

}



/*==========================================================
                    content
s===========================================================*/

.page-content-holder {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}


.theross-container {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.theross-container .item {
    width:300px;
    margin: 0 auto;
}

.theross-container .item .item-bg img {

}



/*==========================================================
              theross container four columns
s===========================================================*/


.four-columns-holder {
    padding-top: 22px;
}

.four-columns-holder .item {
    /*  padding-bottom: 40px;*/
    position: relative;
    text-align: center;
    overflow: hidden;

}

.container .four-columns-holder .item  {
    opacity: 0;
    filter: alpha(opacity=100);
}

.container .four-columns-holder .item  {
    opacity: 1\9;
}
.home .four-columns-holder .item {
    width: 100%;
}

.four-columns-holder.offers-holder .content-overlay {
    top: 20%;

}

.four-columns-holder.offers-holder .item img {
    opacity: 0.6;
}

.four-columns-holder.offers-holder  .content-overlay p {
    display: inline-block;
    height: 95px;
    max-width: 281px;
    overflow: hidden;
}
.four-columns-holder .item img {



}
.four-columns-holder .item:hover img{
    /*  opacity: 0.5;
      filter: alpha(opacity=50);*/
    /* Webkit for Chrome and Safari */
    /*  -webkit-transform: scale(1.03, 1.03);
      -webkit-transition-duration: 500ms;
      -webkit-transition-timing-function: ease-out;*/

    /* Webkit for Mozila Firefox */
    /*  -moz-transform: scale(1.03, 1.03);
      -moz-transition-duration: 500ms;
      -moz-transition-timing-function: ease-out;*/
    /* Webkit for IE( Version: 11, 10 ) */
    /*  -ms-transform: scale(1.03, 1.03);
      -ms-transition-duration: 500ms;
      -ms-transition-timing-function: ease-out;*/

}

.four-columns-holder .content-overlay {
    border: medium none;
    border-radius: 0 0 0 0;
    bottom: 62px;
    float: left;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 220px;
}

.four-columns-holder .content-overlay a:hover{
    color: #cccccc;
}
.four-columns-holder .content-overlay .cocktails{
    background: url("../images/carouse-bg1.png") no-repeat scroll 0 0 transparent;
}
.four-columns-holder .content-overlay .whatsup{
    background: url("../images/carouse-bg2.png") no-repeat scroll 0 0 transparent;
}
.four-columns-holder .content-overlay .vouchers{
    background: url("../images/carouse-bg3.png") no-repeat scroll 0 0 transparent;
}
.four-columns-holder .content-overlay .playtime{
    background: url("../images/carouse-bg4.png") no-repeat scroll 0 0 transparent;
}
.four-columns-holder .content-overlay .Discover{
    background: url("../images/carouse-bg4.png") no-repeat scroll 0 0 transparent;
}

.four-columns-holder .content-overlay .gold{
    background: url("../images/carouse-bg3.png") no-repeat scroll 0 0 transparent;
}

.four-columns-holder .content-overlay .black{
    background: url("../images/carouse-bg4.png") no-repeat scroll 0 0 transparent;
}

.four-columns-holder .item {

    opacity: 0;
    filter: alpha(opacity=0);
    float: none;
    margin: 0 auto;
    position: inherit;
    width: 220px;
    height: 325px;
}


.four-columns-holder .content-overlay .btn-default {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 15px;
    padding: 0;
    text-align: left;
    width: 190px;
    display: inline-block;
}

.four-columns-holder .owl-buttons div{
    position: absolute;
    top: 38%

}

.four-columns-holder .owl-buttons .owl-prev {
    left: 0;
    margin: 5px -3px !important;
}

.four-columns-holder .owl-buttons .owl-next {
    margin: 5px -3px !important;
    right: 0;
}

.content-overlay .fa.fa-angle-right {
    float: right;
    margin-top: 0;
}




/*==========================================================
                    home reviews
s===========================================================*/



.full-width-one-column-holder {
    float: left;
    position: relative;
    width: 100%;
}

.review-content .title {
    color: #333333;
    font-size: 24px;
    margin-bottom: 2px;
}

.review-author {
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
}


.star-rating .fa.fa-star {
    color: #B4CC46;
    font-size: 24px;
}

.reviews-carousel-holder .owl-theme .owl-controls .owl-buttons .owl-prev, .reviews-carousel-holder .owl-theme .owl-controls .owl-buttons .owl-next,
.inbox .owl-controls .owl-buttons .owl-prev, .inbox .owl-controls .owl-buttons .owl-next  {
    background: none repeat scroll 0 0 transparent;
    color: #CCCCCC;
    font-size: 48px;
}
.reviews-carousel-holder .owl-theme .owl-controls .owl-buttons .owl-prev{
    margin-left: -20px;
}

.reviews-carousel-holder .owl-theme .owl-controls .owl-buttons .owl-next  {
    margin-right: -20px;
}

.inbox .owl-controls .owl-buttons .owl-prev{
    margin-left: -10px;
    top: 120px;
}

.inbox .owl-controls .owl-buttons .owl-next  {
    margin-right: -14px;
    top: 120px;
}

.reviews-trigger .close-article,
.reviews-trigger .active-article .open-article {
    display: block;
}

.reviews-trigger .open-article,
.reviews-trigger .active-article .close-article {
    display: none;
}


.reviews {
    background: #3e3728;
    color: #7b756a;
    padding-bottom: 30px;
    position: relative;
}

.reviews h1 {
    color: #fff;
}

.reviews article {
    display: none;
}

.reviews-trigger > .btn {
    background-color: #B8CA52;
    border: medium none;
    border-radius: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 20px;
    width: 200px;
}

.reviews .shadow {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}


.reviews-trigger {
    background: url("../images/shadow.png") no-repeat scroll 0 0 transparent;
    display: block;
    /*  position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 100;
    margin-top: 45px;
    height:10px;
}

.click-prev, .click-next {
    background-color: #C5C7C8;
    height: 40px;
    position: absolute;
    top: 55%;
    width: 27px;
    z-index: 3;
}

.reviews-carousel-holder .owl-buttons div, .inbox  .owl-buttons div{
    position: absolute;
    top: 0%

}

.reviews-carousel-holder .owl-buttons .owl-prev, .inbox .owl-buttons .owl-prev {
    left: 0;
}

.reviews-carousel-holder .owl-buttons .owl-next, .inbox .owl-buttons .owl-next {
    right: 0;
}


.review {
    display: inline-block;
    height: 180px;
    padding: 0 15px;
    text-align: center;
}
.starR {
    height: 22px;
    width: 141px;
    margin-bottom: 10px;
}

/*==========================================================
                    footer
===========================================================*/



/*footer-three-column*/
.footer-three-columns  {
    background-color: #333;
    color: #999999;
}

.footer-three-columns h3 {
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: bold;

}
.footer-three-columns,
.footer-three-columns .container a,
.footer-three-columns .container p {
    color:#999;
    font-size: 13px;
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-list li {
    width: 100%;
    display: inline-block;
}
.contact-list i,
.contact-list a,
.contact-list p {
    float: left;
    font-size: 14px;
    margin: 0;
    color: #999999;
}

.contact-list a:hover {
    color: #fff;
}
.contact-list i {
    font-size: 16px;
}
.contact-list i {
    padding:2px 5px 0 0;
}

.google-logo,
.google-logo p,
.google-logo span {
    float: left;
}
.google-logo {
    padding: 3px 0 0 3px;
}
.google-translate-flags > a {
    float: left;
    padding: 0 2px;
}
.google-translate-flags img {
    float: left;
}

.google-logo p {
    color: #727272;
    font-size: 12px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.google-logo span {
    background: url(/files/images/google-logo.png) left top no-repeat;
    text-indent: -9999px;
    width: 60px;
}

.google-translate-flags {
    float: left;
}

.google-translate-footer .goog-te-gadget-simple{
    background-color: #333;
    border: none;
}

.google-translate-footer .goog-te-gadget-simple .goog-te-menu-value span {
    color: #999;
}

/*footer logos*/


.footer-logo {
    background: url("/files/images/footer-logo.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    margin: 20px;
    width: 56px;
}

.footer-logos {
    width: 100%;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    display: block;
    background-color: #333;
}

.footer-logos ul {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.footer-logos ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.footer-logos ul li a {
    padding:20px 15px;
    vertical-align: middle;
    height: 100%;
    float: left;
    display: block;
    position: relative;
}

footer {
    border-top: 1px solid #D6D6D6;
    display: inline-block;
    width: 100%;
}

nav ul {
    list-style: none outside none;
}

.b-w {
    position: relative;
    display: block;
}

.footer-links ul {
    display: inline
}

.footer-links ul li {
    float: left;
    padding: 20px 0 5px;
    list-style:none;
}
/*.footer-links ul li:after {
  content: '|';
  color: #727272;
}*/
.footer-links ul li.last:after {
    content: '';
}

.footer-links ul li a {
    color: #333333;
    float: left;
    font-size: 14px;
    line-height: 25px;
    margin-left: 3px;
    padding: 0 9px 10px;
    text-transform: uppercase;
}

.footer-links ul li a:hover{
    color: #888;
}

.footer-links ul li.first a {
    padding-left: 0;
}
.footer-copy-right {
    clear: both;
    float: left;
    padding: 0 0 20px;
    font-size: 13px;
    color: #727272;
}

.footer-icons-holder p,
.footer-icons-holder ul {
    float: right;
}

/*.footer-icons-holder ul {
  font-size: 12px;
  list-style: none outside none;
  margin: 0;
  padding: 15px 0 0;
}
*/



.footer-icons-holder ul {
    font-size: 11px;
    list-style: none outside none;
    margin-top: 15px;
    vertical-align: middle;
    width: 100%;
}

.footer-icons-holder ul li {
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.footer-icons-holder .fa-inverse {
    color: #FFFFFF;
    font-size: 1em;
    margin-top: 2px;
}
.footer-icons-holder .fa-stack-2x {
    color: #A3A3A3;
}
.footer-icons-holder a:hover .fa-stack-2x {
    color: #ec008d;
}
.footer-icons-holder p {
    color: #727272;
    font-size: 13px;
    margin-top: 25px;
    margin-right: 5px;
}

.fa-stack-2x {
    font-size: 2.3em;
}
#trip {
    background: url("/files/images/trip.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    margin-left: 0.2em;
    margin-top: 0.5em;
    width: 24px;
}

.footer-left {
    float: left;
}

.footer-link-holder {
    float: right;
    padding: 20px 0;
}


.footer-logo img {
    padding: 20px;
}


.good-food-logo {
    background: url("/files/images/good-food.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 49px;
    width: 60px;
}

.NF-logo {
    background: url("/files/images/NF.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    margin-bottom: 11px;
    width: 65px;
}

address {
    padding: 20px 0;
    font-size: 13px;
}


/*==========================================================
                   searchbox-content
===========================================================*/

.searchbox-content {
    background: url("../images/Dark65.png") repeat scroll left top transparent;
    float: left;
    height: 110px;
    left: 0;
    margin-top: -110px;
    position: relative;
    width: 100%;
    padding: 15px;
}

.label {
    font-weight: normal;
}

.searchbox-content .hasDatepicker {
    background: url("../images/cal.gif") no-repeat scroll 95% center #FFFFFF !important;
    cursor: pointer;
    margin-left: 3px !important;
}
.searchbox-content #bke_searchbox_wrapper .field-wrapper input[type="text"],
#bke_searchbox_wrapper .field-wrapper .bke_dropdown {
    border: medium none;
    font-size: 11px;
    padding: 7px;
    margin: 3px 1px;
}

.bke_drop {
    height: 27px;
}


.searchbox-content .label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.searchbox-content .bke_drop {
    display: none;
}


.searchbox-content .submit-wrapper .submit-button {
    background-color: #DE118D;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    margin-right: 17px;
    margin-top: -34px;
    padding: 7px 10px;
    width: 38%;
}

.searchbox-content select {
    height: 30px;
    width: 55px;
}
/*==========================================================
                    home box menu
===========================================================*/


.box .item {
    margin: 0 auto;
    position: relative;
    width: 300px;
}


.box .item-title {
    background: url("../images/Dark65.png") repeat scroll left top transparent;
    color: #fff;
    font-style: 20px;
    height: 100%;
    left: 0;
    padding-top: 16%;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}


.box .item-title:hover {
    color: #cccccc;
    background-color: rgba(51,51,51,.0);
}


.box .fa.fa-angle-right {
    float: right;
    font-size: 27px;
    text-align: right;
}

.sleep-box .item-title, .eat-box .item-title {
    top: 130px;

    height: 70px;
    padding: 22px 28px;
}

.ourstory-box .item-title, .videogallery-box .item-title {

    height: 90px;
    padding: 32px 28px;
}

.ourstory-box .item, .eat-box .item{
    margin-top: 20px;
}


/*==========================================================
                    insidebox
===========================================================*/


.theross {
    display: inline-block;
    width: 100%;

}
.inbox {
    margin-top: 45px;
    width: 100%;
}

.inbox .item {
    width: 300px;
    margin: 0 auto;
}

.insidebox-bg {
    background: url("../images/insidebox-bg.png") no-repeat scroll 0 center transparent;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

    border-top: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

    display: inline-block;
    height: 156px;
    /*  left: 37px;*/
    position: relative;
    text-align: center;
    top: 80px;
    width: 300px;
    padding: 20px;
}


.content-overlay > img {
    margin-top: -150px;
    top: 0;
}

.inbox .content-overlay {
    bottom: 0;
    /*  margin-top: -150px;*/
}

.insidebox-text {
    height: 140px;
    margin: 0 auto;
    width: 100%;
}

.insidebox-title{
    font-family: 'Love Ya Like A Sister', cursive;
    color: #ffee96;
    font-size: 40px;
    text-shadow: 0 0 3px #383838;
}

.insidebox-text a:hover{
    color: #B8CA52;

}

.insidebox-descript {
    color: #FFFFFF;
    font-family: 'Playball',cursive;
    font-size: 24px;
    text-shadow: 0 0 3px #383838;
}


/*==========================================================
                    map
===========================================================*/

#slider {
    height: 498px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    display: inline-block;
}


#location {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#map {

    height: 480px;
    width: 100%;
    display: inline-block;
}


#map_directions_controls {
    background: url("../images/Dark81.png") repeat scroll left top transparent;
    bottom: 5px;
    height: 50px;
    padding: 3px 3px 9px 5px;
    position: absolute;
    right: 0;
}

#map_directions_controls label,#map_directions_controls input {
    margin:5px;
    padding:5px;
    float: left;
    font-weight: normal;
}
#map_directions_controls #fromAddress  {
    margin-top: 6px;
}
#map_directions_controls .button2 {
    margin-top: 8px;
}
#map_directions_controls label {
    color:#fff;
    font-weight: normal;
}

#map_directions_controls .button {
    cursor:pointer;
}

#map_directions {
    clear: both;
    display: block;
    width: 545px;
    margin: 0 auto;
}

.submit-button {
    background: none repeat scroll 0 0 #C39D54;
    border: 0 none;
    color: #FFFFFF;
    margin-left: 5px;
    padding: 4px;
    cursor:pointer;
    font-size: 14px;
}

#toAddress {
    padding-left: 10px;
}



/*==========================================================
                    sitemap
===========================================================*/


.sitemap {
    margin: 20px 0 0 35px;
}

.sitemap, .sitemap ul, .sitemap li, .sitemap li a {
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.sitemap li {
    padding: 5px 10px;
    font-weight: 700;
}

.sitemap a {
    text-transform: uppercase;
}

.sitemap > li ul {

}
ul.sitemap li ul li ul {
    /*  display: none;*/
}

.sitemap ul {
    margin: 0 0 0 30px;
}
.sitemap li ul li a {

    /*  font-size: 12px;*/
    color: #333;
}
.sitemap i {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.sitemap li ul li ul li a {
    color: #888888;
    font-size: 11px;
}

.sitemap ul,.sitemap li {
    clear:both;
}

article .sitemap li {
    list-style:none;
    font-weight:700;
    padding:10px 0;
}


.sitemap li ul li {

    font-weight:600;
    padding:5px 0;
    /*list-style: disc;*/

    ul {
        li {
            list-style: circle outside none;
            font-weight: 500;
        }

    }
}

.sitemap ul > li > ul {
    margin: 5px 0 0 -10px;
}

.sitemap ul > li > ul >li > a{
    font-size: 13px;
    font-weight: normal;
}


.sitemap ul > li >ul> li:before, .sitemap ul > li >ul> li> ul> li:before {
    color: #333333;
    display: block;
    float: left;
    left: -7px;
    list-style: none outside none;
    margin-left: -7px;
    position: relative;
    text-align: left;
}
.sitemap ul > li >ul> li:before{
    content: "•";
}
.sitemap ul > li >ul> li> ul> li:before {
    color: #888888;
    content: "-";
}


/*==========================================================
                   grid_gallery
===========================================================*/

ul.font-size-zero {
    font-size: 0px;
}
ul.font-size-zero li {
    font-size: 16px;
}


.grid_gallery {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: inline-block;
    text-align: center;
    white-space: normal;
    list-style: none;
    width: 100%;
}

.grid_gallery li {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
}

.grid_gallery a {

    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: normal;

}

/*.lt-ie9 .grid_gallery a{
  width: 25%;
  float: left;
  height: auto;
  display: inline-block;
}*/

.grid_gallery a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-image-title{
    clear: both;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;


}

.gallery-icons-holder {
    left: 50%;
    margin-left: -32px;
    margin-top: 25%;
    position: absolute;
    top: 0;
    width: 148px;
}

.st_sharethis_large,
.gallery-image-open-it {
    float: left;


}
.gallery-image-open-it {
    font-size: 28px;
}
.st_sharethis_large{
    margin-top: 4px;
}

.gallery-image-open-it .fa.fa-circle {
    color: #C39D54;
}
.grid_gallery  img {
    width: 100%;
    height: auto;
}
.gallery-image-overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(69,69,69);
    background-color: rgba(69,69,69,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.grid_gallery a.fancybox:hover .gallery-image-overlay-holder, .gallery-image-overlay-holder {
    opacity: 1;
    filter: alpha(opacity=100);


}

.grid_gallery a.fancybox-media:hover .gallery-image-overlay-holder, .gallery-image-overlay-holder {
    opacity: 1;
    filter: alpha(opacity=100);


}

.lt-ie9  .gallery-image-overlay-holder {

}

.stLarge {
    background-image: url(/files/images/shareThisIcon.png)!important;
    width: 64px!important;
    height: 64px!important;
}
.stButton .stLarge:hover {
    background-position: 0 0!important;
}


.fa.fa-play.fa-stack-1x.fa-inverse {
    left: 3px;
    top: 5px;
}

.maingallery {
    background-color: rgba(195, 157, 84, 0.85);
    filter: alpha(opacity=0.85);
    height: 40px;
    margin-top: -40px;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.maingallery > a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
}

.maingallery > a:hover {
    color: #000000;
    text-transform: uppercase;
}

.three-columns-holder.col-sm-4.col-md-4.wow.fadeInUp.animated {
    margin-bottom: 20px;
}
/*==========================================================
                  News
===========================================================*/

.news-items-holder {
    clear:both;
    border-bottom:1px solid #eaeaea;
    padding-bottom:15px;
    width:100%;
    float:left;
    position:relative;
    margin:10px 0;
}

.newsintro {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    width: 800px;
}

.newsintro h3 {
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
    padding-bottom: 17px;
}

.newsintro h3 a {
    font-size:20px;
    color:#333;
    font-weight:400;
}

.newsintro img {
    width: 245px;
}

.newsintro .push-right {
    float: right;
    width: 460px;
    text-align: left;
}

.push-right .submit-button {
    padding: 8px 30px;
    margin-left: 0;
    margin-top: 5px;
}

.newsintro .push-right .news-date {
    color:#000;
    font-style:italic;
    text-align:left;
}

.newsintro .push-right .news-date strong {
    font-style:normal;
    margin-right:4px;
}

.newsintro .push-right .newsContent {
    line-height:20px;
    float:left;
    height:56px;
    overflow:hidden;
    font-size:14px;
    margin:10px 0;
}

.news-detail-holder .content-area {
    text-align:left;
}

.news-detail-holder .content-area h3,.news-detail-holder .content-area h4,.news-detail-holder .content-area h5,.news-detail-holder .content-area h6 {
    margin:6px 0;
}
.news-detail-holder small {
    font-weight: bold;
    font-style: italic;
}
.news-detail-holder .content-area P {
    margin:5px 0;
}

.news-detail-holder .content-area ul {
    padding:3px 0 0 20px;
}

.news-detail-holder .content-area ul li {
    line-height:14px;
    padding:2px;
}

.news-detail-holder .newsimgthumb {
    width:100%;
    padding:10px 0;
}


.paginationDiv a.page-on {
    background: #333;
    color: #fff;
}

.social-icons {
    width:100%;
    float:left;
    position:relative;
    padding:10px 0;
}

.social-icons .social-icons-holder {
    width:193px;
    margin:0 auto;
}

.social-icons .social-icons-holder .addthis_toolbox {
    float:left;
    width:150px;
    overflow:hidden;
    padding:1em 0;
}

.likeButtons li {
    display:inline-block;
    padding:0 5px;
}

.likeButtons .facebook {
    margin-top:-5px;
}

.paginationDiv a {
    border-radius:2px 5px;
    font-size:15px;
    border:1px solid #ddd;
    font-family:Lora,serif;
    color:#556270;
    margin:0 5px;
    padding:3px 10px;
}



.news-detail-holder .submit-button {
    margin: 20px 0;
    padding: 10px 45px;
}





/*==========================================================
                    special offers page
===========================================================*/


.promotions-holder {
    padding-bottom: 91px;
}

.promotions-holder .row {
    display: inline-block;
    text-align: center;
}

.promotions-holder .row .item {
    display: inline-block;
    float: none;
    max-width: 320px;
    padding-bottom: 36px;
}

.promotions-holder .row .item .image-holder {
    width: 300px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.promotions-holder .row .item .image-holder img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #71160d;
}

.image-overlay a {
    margin-top: 25%;
    display: block;
}

.image-overlay a h2 {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}

.image-overlay a .double-arrow-icon {
    float: left;
    width: 100%;
    height: 35px;
    background: url(../images/icon_double_arrow.png) center center no-repeat;
}

.promotions-holder .row .item h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0 0;
}

.promotions-holder .row .item h2 a {
    color: #383b3d;
}



.gallery-image-overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(69,69,69);
    background-color: rgba(69,69,69,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.grid_gallery a.fancybox:hover .gallery-image-overlay-holder {
    opacity: 1;
    filter: alpha(opacity=100);


}

.grid_gallery a.fancybox-media:hover .gallery-image-overlay-holder {
    opacity: 1;
    filter: alpha(opacity=100);


}

.offer {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.fa-angle-double-right:before {
    color: #C39D54;
}

.viewmore {
    color: #C39D54;
    font-size: 15px;
    line-height: 1.4em;
}


.line {
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    line-height: 12px;
}

.line a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #888888;
    display: inline-block;
    font-size: 11px;
    padding: 0 12px;
    position: relative;
    text-transform: none;
    top: 5px;
}



/*==========================================================
                    second navi show
===========================================================*/


.snav-holder {
    width: 100%;
    float: left;
    position: relative;
}
.lt-ie9 .snav-holder {
    width: 100%;
}

.hiden-menu-page .snav-holder {
    margin-top: 0;
}

.hiden-menu-page  h1 {
    margin-top: 30px;
}

.snav-holder ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.snav-holder ul li {
    display: inline-block;
    text-align: center;
}
.snav-holder >ul >li:after {
    content: "|";
    color: #59414e;
}

.snav-holder ul li a {
    color: #888888;
    font-size: 14px;
    font-weight: lighter;
    line-height: 40px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.snav-container> ul> li.active a:hover,
.snav-holder ul li.active a,
.snav-container> ul> li.active > ul > li.active >a ,
.snav-container > ul > li > ul > li.active >ul > li.active > a
{
    background: none repeat scroll 0 0 #ADADAD;
    border: 1px solid #ADADAD;
    color: #FFFFFF;
}


.snav-container > ul  ul {

}

.snav-container > ul > li.active > a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #888888;
    font-weight: normal;
}

.snav-container > ul > li.active > ul > li > a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #888888;
    margin: 0 3px;
}

.snav-container > ul > li > ul {
    width: auto;
    padding: 0;
}
.snav-container > ul > li > ul > li >ul{
    display: none;
}
.snav-container > ul > li > ul > li.active >ul{
    /* display: inline-block;*/
    display: none;
    padding: 0;
    width: auto;
}
.snav-container > ul > li > ul > li.active >ul > li > a {
    font-size: 13px;
    background: none;
    color: #ccc;
}

.snav-container > ul > li > ul > li.active >ul > li.active > a {
    background-color: #333;
    color: #fff;
}
/*==========================================================
                    bootstrap.min.css
===========================================================*/


.navbar {
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right:0 ;
}

.container {
    padding-left:0px;
    padding-right: 0px;
}


.banner-container {
    height: 498px;
    color: inherit;
    margin-bottom: 20px;
    max-width: 940px;
    position: relative;
    margin: 0 auto;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -8px;
}




.palign {
    display: inline-block;
    text-align: left;
}


/*.reviews-carousel-holder.col-xs-12.col-sm-12.col-md-12 {
  height: 135px;
  overflow: hidden;
}*/




/*  Large devices Desktops (≥1200px)*/
@media only screen and  (min-width: 1200px) {


}

/*Medium devices Desktops (≥992px)*/
@media (min-width: 992px) and (max-width: 1199px) {



}

/*Small devices Tablets (≥768px)*/
@media (min-width: 768px) and (max-width: 991px) {



    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 45px 7px;
    }

    .navbar-default .navbar-nav.navbar-right > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 4px;
    }

    .navbar-right > li.last > a {
        border: none;
    }
    .banner-container {
        height: auto;
    }

    #slider_container {
        min-height: inherit;
    }

    .searchbox-content {
        height: 95px;
        margin-top: -94px;
        padding: 5px;
        width: 100%;
    }

    .searchbox-content .label {
        font-size: 12px;
    }

    .searchbox-content .hasDatepicker {
        width: 130px;
    }

    .searchbox-content select {
        height: 30px;
        width: 45px;
    }
    .searchbox-content .submit-wrapper .submit-button {
        font-size: 11px;
        padding: 7px 10px;
        margin-top:-32px;
    }

    .theross-container .item {
        width: 100%;
    }

    .theross-container .item .item-bg img {
        width:100%;
    }

    .sleep-box .item > img {
        width: 100%;
    }

    .sleep-box {
        height: 150px;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .sleep-box .item-title, .eat-box .item-title {
        font-size: 15px;
        height: 55px;
        top: 98px;
        padding: 18px 28px;
    }


    .ourstory-box {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .ourstory-box .item > img {
        width: 100%;
    }

    .ourstory-box .item-title, .videogallery-box .item-title {
        font-size: 15px;
        padding: 24px 28px;
    }


    .videogallery-box {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }
    .videogallery-box .item > img {
        width: 100%;
    }

    .ourstory-box .item > img {
        width: 100%;
    }

    .eat-box {
        height: 170px;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .eat-box .item > img {
        width: 100%;
    }


    .box .fa.fa-angle-right {
        font-size: 18px;

    }

    .footer-links ul li {
        display: inline-block;
        list-style: none outside none;
        padding: 20px 0 5px;
    }

    .forefooter {
        display: inline-block;
        margin: 0px auto 0 200px;
        text-align: center;
        width: 100%;
    }

    .footer-icons-holder ul {
        margin-top: 0;
    }

    .footer-links ul {
        display: inline-block;
    }


    .footer-links {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .footer-links ul li a {
        padding: 0 20px;
        margin-left: 0;
    }


    .inbox .content-overlay > img {
        width: 100%;
    }

    .insidebox-descript {
        font-size: 20px;
    }


    .insidebox-title {
        font-size: 30px;
    }


    .insidebox-bg {
        height: 135px;
        width: 100%;
    }


    .inbox .content-overlay {
        /*      margin-top: -145px;*/
        position: relative;
    }

    .inbox .owl-controls .owl-buttons .owl-prev {
        margin-left: 10px;
        top: 100px;
    }

    .inbox .owl-controls .owl-buttons .owl-next  {
        margin-right: 10px;
        top: 100px;
    }

}
/* Extra small devices Phones (<768px)*/
@media only screen and (max-width: 767px) {


    .site-holder {
        padding: 10px;
        overflow: hidden;
    }

    .featured {
        display: none;
    }

    .theross-container .item {
        padding-bottom: 20px;
    }

    .four-columns-holder .content-overlay .btn-default {
        font-size: 16px;
    }


    .nav > li {
        margin: 0 auto;
        padding: 0 5px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .navbar-default .navbar-nav > li > a {
        border-right: none;
        padding: 10px;
    }

    .navbar-nav > li.active > a {
        border-top: none;
    }

    .navbar-default .navbar-nav > li > ul > li > a {
        display: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-top: 55px;
        width: 100%;
        border: none;
    }

    .navbar-right > li.first > a {
        border-left: none;
    }

    .navbar-nav > li > a {
        float: none;
    }

    .navbar-default .navbar-nav.navbar-right > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-toggle {
        border-radius: 0;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        transition :all 0.2s linear 0s;
    }

    .tnav-container {
        /* display: none;*/
    }


    .banner-container {
        display: inline-block;
        height: 125px;
        margin: 64px auto;
        width: 100%;
    }
    .centered-btns_tabs {
        display: none;
    }


    #slider_container {
        min-height: 135px;
    }

    .newsintro {
        width: 100%;
    }

    .newsintro .push-right {
        float: right;
        text-align: left;
        width: 100%;
    }

    .inbox .content-overlay > img {
        width: 100%;
    }

    .insidebox-bg {
        height: 155px;
        left: 0;
        top: 80px;
        width: 100%;
    }

    .inbox .content-overlay {
        display: inline-block;
        /*      margin-top: -125px;*/
        position: relative;
        width: 100%;
    }

    #map_directions_controls {
        height: 90px;
    }

    #map_directions {
        width: 100%;
    }
    .inbox .owl-controls .owl-buttons .owl-prev {
        margin-left: 0px;
    }

    .inbox .owl-controls .owl-buttons .owl-next  {
        margin-right: 2px;
    }


    footer {
        padding-top: 20px;
    }
    .footer-left1 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .footer-links ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-links ul li {
        display: inline-block;
        float: none;
        padding: 0;
    }
    .footer-icons-holder ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-links ul li a {
        font-size: 11px;
        margin-left: 0;
        padding: 0 4px;
        text-align: center;
    }
    .footer-icons-holder {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .footer-icons-holder ul li {
        display: inline-block;
        float: none;
        padding: 0 5px 20px 0;
    }

    /*    .forefooter {
          display: inline-block;
          margin: 0 auto 0 190px;
          text-align: center;
          width: 100%;
        }
    */
    .footer-link-holder {
        padding: 0;
        float: none;
        text-align: center;
    }


    .loosetext.required {
        width: 100%;
    }

    .phone.required {
        width:  100%;
    }

    .email.required {

        width:  100%;
    }


}




.footer-link-holder > img {
    margin-bottom: 39px;
}

#fld-what_is_the_name_of_the_restaurant_in_the_ross input[type=radio] { margin-left:-83px!important; }



.frm-bldr {
    text-align: left;
}

.se-ticks p {
    color: #fff;
}
.se-ticks {
    padding-left: 25px;
    text-align: left;
    width: 100%;
}
.second {

    position: relative;
}
.closeSearchBox{
    position: absolute;
    bottom: -3px;
    right: 5px;
}

/* FLOATING BANNER
------------------------------------------------------------------------------- */
#flbanner-wrapper {
    position: absolute;
    top: 125px;
    width: 420px;
    z-index: 100;
    padding-bottom: 20px;
    overflow: hidden;
    max-height: 458px;
}
.flbanner {
    width: 400px;
    background: #111;
    text-align: center;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 3px 3px 4px 0px rgba(255,255,255,0.4);
    box-shadow: 3px 3px 4px 0px rgba(255,255,255,0.4);
    position: relative;
    left: -400px;
    color: #999;
}
.flbanner .content{
    padding: 15px 15px 25px;
    color: #ffffff;
}
.flbanner img{
    border-bottom: 3px solid #fff;
}
.flbanner h1,
.flbanner h2{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    margin: 0px;
}
.flbanner .btn,
.flbanner .btn:hover{
    background: #DE118D;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.flbanner .bt-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #111;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}
.flbanner .flprice{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-size: 16px;
}
.ie8 .flbanner .bt-close,
.ie9 .flbanner .bt-close {
    display: none;
}

.flbanner .bt-close {
    background: 0 0 #111;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    width: 24px;
    font-size: 19px;
    font-family: Arial;
    color: #fff;
}

/*read more*/

.rd-more-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-link-holder img {
    vertical-align: top;
}

.snav-container  .owl-buttons{
    position: absolute;
    top: -16px;
    width: 100%;
} 
.snav-container  .owl-buttons .owl-next {
    right: 0;
    position: absolute;
}
.snav-container  .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
}
.snav-holder ul li a {
    color: #888888;
    font-size: 14px;
    font-weight: lighter;
    line-height: 40px;
    padding: 7px 15px;
    text-transform: uppercase;
    background-color: #dfdfdf;
}

.page-content-holder[data-readmore] {
    margin-bottom: 26px;
}

.snav-container > ul ul {
    display: none;
}

.page-content-holder a {
    color: #c39d54;
}
.page-content-holder a:hover {
    color: #8a6d3b;
}

/* ===== Swinging Tag ===== */
#swinging-tag {
    position: absolute;
    z-index: 10;
    right:60px;
    top: 36px;
    width: 135px;
    height: 185px;
    background: url(../images/christmasSwingingTag.png) bottom no-repeat;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
