/* Theme Name: Roosevelt */
 
@font-face {
    font-family: 'book_antiquabold';
    src: url('fonts/antquab-webfont.eot');
    src: url('fonts/antquab-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antquab-webfont.woff2') format('woff2'),
         url('fonts/antquab-webfont.woff') format('woff'),
         url('fonts/antquab-webfont.ttf') format('truetype'),
         url('fonts/antquab-webfont.svg#book_antiquabold') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('fonts/bkant-webfont.eot');
    src: url('fonts/bkant-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bkant-webfont.woff2') format('woff2'),
    url('fonts/bkant-webfont.woff') format('woff'),
    url('fonts/bkant-webfont.ttf') format('truetype'),
    url('fonts/bkant-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
    color: #000000;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	border: 0;
	max-width: 100%;
}
a{
    cursor: pointer;
	color: #9c8045;
    text-decoration: none;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-khtml-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover{
    color: #ffbf00;
	text-decoration: none;
}
p{
    margin-top: 0;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "book_antiquabold";
}
input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* icons */
.sprite{
    background: url("img/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.icon{
    display: inline-block;
    vertical-align: middle;
}

/* alignment */
.valign-outer {
    display: table;
    overflow: hidden;
    position: static;
    width: 100%;
	height: 100%;
}
.valign-middle {
    display: table-cell;
    position: static;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.valign-inner {
    position: relative;
    top: -50%;
}

/* clears */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;}
.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}

.clear-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear-scroll,
.clear-scroll body{
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

/* titles */
.title{
    font-size: 36px;
    line-height: 1.1;
    color: #ffffff;
    font-family: "book_antiquabold";
    text-transform: uppercase;
    padding-bottom: 65px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}
.title .icon-pattern{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -41px;
    width: 82px;
    height: 38px;
    background-position: 0 0;
}
.title.dark{
    color: #000000;
}
.title.dark .icon-pattern{
    background-position: 0 -64px;
}
@media (max-width: 480px){
    .title{
        font-size: 28px;
    }
}

/* button */
.btn{
    padding: 12px 30px;
    display: inline-block;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    background-color: #000000;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -khtml-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.btn:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
}
.btn:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border: 1px solid #ffffff;
    display: block;
}
.btn.btn-light,
.btn.btn-light:hover{
    color: #000000;
    border-color: #ffffff;
}
.btn.btn-light{
    background-color: #ffffff;
}
.btn.btn-light:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-light:before{
    border: 1px solid #000000;
}
.more-wrap{text-align: center;}
.more-info{font-size: 14px;}
.more-info .icon{ margin-right: 7px; margin-top: -4px;}

@media (max-width: 480px){
    .btn{
        font-size: 16px;
    }
}

/* editor */
.editor ul{
    margin-bottom: 20px;
}
.editor ul li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 13px;
}
.editor ul li:before{
    content: '\22C5';
    color: inherit;
    position: absolute;
    left: 0px;
    top: -1px;
}

/* containers */
#wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.container{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0px 20px;
}
.content-md{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ****************************
 * Navigation: Place */
.nav-place ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-place li {
	padding:10px 15px;
	position: relative;
}
.nav-place li a{
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1;
	display: block;
}
.nav-place li a:hover{
	color: #ffffff;
	text-decoration: none;
}
.nav-place li ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
    min-width: 100%;
	padding: 10px 0px;
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 0.25s ease-out 0s;
	-moz-transition: opacity 0.25s ease-out 0s;
	-ms-transition: opacity 0.25s ease-out 0s;
	-o-transition: opacity 0.25s ease-out 0s;
	transition: opacity 0.25s ease-out 0s;
}
.home-nav .icon{
	margin-left: 5px;
}
.nav-place{
	position: absolute;
	left: 30px;
	top: 30px;
}
.nav-place > ul > li:hover ul{
	visibility: visible;
	opacity: 1;
}
.nav-place > ul > li ul a:hover{
	color: #9c8045;
}

/* ****************************
 * Navigation: Main */
.nav-main{
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    padding-left: 210px;
    padding-right: 160px;
    background-color: #141415;
    background-color: rgba(20,20,21,0.95);
}
.nav-main.sticky{
    position: fixed;
    left: 0;
    top: 0;
}
.nav-menu ul{
    padding: 20px 0px;
    display: table;
    margin: 0 auto;
}
.nav-menu ul li{
    float: left;
    padding: 0px 5px;
    position: relative;
}
.nav-menu li:after{
    content: '\22C5';
    color: #ffffff;
    position: absolute;
    right: -3px;
    top: -4px;
}
.nav-menu li:last-child:after{
    display: none;
}
.nav-menu ul li a{
    padding: 0px 3px;
    font-size: 13px;
    font-family: 'book_antiquabold';
    text-transform: uppercase;
    line-height: 14px;
    color: #ffffff;
    display: block;
}
.nav-menu ul li:hover a,
.nav-menu ul li.active a{
    color: #9c8045;
    text-decoration: none;
}

.nav-main .nav-place{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 58px;
}
.nav-main .nav-place > ul > li{
    padding: 10px 32px;
    height: 58px;
    text-align: center;
    border-right: 1px solid #1c1c1c;
}
.nav-main .nav-place > ul > li > a{
    padding-top: 25px;
    display: block;
    position: relative;
    background: url("img/logo-sm.png") no-repeat top center;
}
.nav-main .nav-place > ul > li > a .icon{
    position: absolute;
    right: 0;
    top: 50%;
}
.nav-main .nav-place > ul > li ul{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-main .btn-book{
    position: absolute;
    right: 0;
    top: 0;
}
.btn-book{
    background-color: #9c8045;
    font-size: 15px;
    font-family: 'book_antiquabold';
    text-transform: uppercase;
    color: #ffffff;
    line-height: 58px;
    width: 230px;
    text-align: center;
}
.btn-book:hover{
    background-color: #b59146;
    color: #ffffff;
}

.mobile-bar{
    display: none;
    position: fixed;
    z-index: 10;
    top: 35px;
    left: 0px;
    width: 100%;
    padding: 0 20px;
}
.mobile-bar .mobile-nav-btn{
    float: left;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
.mobile-bar .mobile-nav-btn .icon{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ffffff;
    display: block;
    margin: 2px;
    line-height: 36px;
    width: 40px;
}
.mobile-bar .btn-book{
    float: right;
    font-family: "book_antiquabold";
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding: 0 15px;
}
.mobile-nav{
    position: fixed;
    left: -255px;
    top: 0;
    width: 255px;
    height: 100%;
    background: #131414;
    overflow-y: auto;
}
.mobile-nav .nav-place{
    position: relative;
    left: auto;
    top: auto;
}
.mobile-nav .nav-place > ul > li{
    padding: 20px 30px;
    border-bottom: 1px solid #202121;
}
.mobile-nav .nav-place li ul{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mobile-menu ul{
    padding: 15px 30px;
}
.mobile-menu li{
    margin: 8px 0px;
}
.mobile-menu li a{
    font-size: 18px;
    font-family: "book_antiquabold";
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.mobile-menu li a:hover{
    color: #757575;
}

@media (max-width: 1200px) {
    .nav-menu ul li a{font-size: 11px;}
}
@media (max-width: 1024px) {
    .nav-main{display: none;}
    .mobile-bar{display: block;}
}
@media (max-width: 767px) {
    .mobile-bar{
        top: 15px;
    }
}


#open_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.67);
}

#open_form p {
    color: #fff;
}

#open_form a {
    color: #9c8045;
}

#open_form a:hover {
    color: #ffbf00;
    text-decoration: none;
}

   .open_box {
       width: 500px;
    margin: 0 auto;
    margin-top: 70px;
    background-color: #111717;
    padding: 41px;
    position: relative;
}
.close_box {
    background: url("img/icon-close-white.png") !important;
    width: 16px;
    height: 16px;
    top: 30px;
    right: 14px !important;
}

/* ****************************
 * Section: Home */
#home{
    height: 100%;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.home-nav{
    display: table;
    margin: 0 auto;
}
.home-nav li{
    float: left;
    padding: 0px 10px;
    position: relative;
}
.home-nav li:after{
    content: '\22C5';
    color: #ffffff;
    position: absolute;
    right: -3px;
    top: -4px;
}
.home-nav li:last-child:after{
    display: none;
}
.home-nav li a{
    font-family: 'book_antiquabold', sans serif;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-nav li a:hover{
    color: #9c8045;
    text-decoration: none;
}
.logo{
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.logo img{
    display: block;
}

@media (max-width: 767px) {
    .home-nav li{
        float: none;
        padding: 0px;
        margin: 5px 0px;
    }
    .home-nav li:after{
        display: none;
    }
    .home-logo{
        max-width: 70%;
    }
}

/* ****************************
 * Slider */
.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: rgba(255, 255, 255, 0.4);}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #ffffff;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
    bottom: -38px;}
.bx-wrapper .bx-controls-direction a{
    width: 42px;
    height: 50px;
    margin-top: -25px;
    color: #414143;
    z-index: 7000;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover{
    /*background-image: url("img/sprite.png");*/
    background-repeat: no-repeat;
}
#main .bx-wrapper .bx-prev, #venue .bx-wrapper .bx-prev{
	background-image: url("img/btn-prev2.png");
}
#main .bx-wrapper .bx-next, #venue .bx-wrapper .bx-next{
	background-image: url("img/btn-next2.png");
}
#main .bx-wrapper .bx-controls-direction a{
	margin-top: -10px;
}
.bx-wrapper .bx-prev{
	background-image: url("img/btn-prev.png");
    background-position: -42px 0;
    left: -135px;
}
.bx-wrapper .bx-prev:hover{
    background-position: -42px 0;
}
.bx-wrapper .bx-next{
	background-image: url("img/btn-next.png");
    background-position: -42px 0;
    right: -135px;
}

.bx-wrapper .bx-next:hover{
    background-position: 0 0;
}

@media (max-width: 1024px) {
    #main .bx-wrapper .bx-controls-direction a{
		display: none;
	}
}
/*.bx-wrapper .bx-prev:hover{
    background-position: -116px -64px;
}
.bx-wrapper .bx-next:hover{
    background-position: -181px -64px;
}*/

@media (max-width: 979px){
    .bx-wrapper .bx-prev{
        left: -80px;
    }
    .bx-wrapper .bx-next{
        right: -80px;
    }
    .bx-wrapper .bx-controls-direction a{
        top: 25%;
    }
}
@media (max-width: 480px){
    .bx-wrapper .bx-controls-direction a{
        width: auto;
        height: auto;
        margin-top: 0;
        top: auto;
        bottom: 0px;
        text-indent: 0px;
    }
    .bx-wrapper .bx-prev{
        left: 0px;
    }
    .bx-wrapper .bx-next{
        right: 0px;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-next,
    .bx-wrapper .bx-next:hover{
        background: none;
    }
}

/* ****************************
 * Section: Main */
#main{
	width: 100%;
	height: 100%;
	position: relative;
}
#main .logo{
	margin-bottom: 40px;
}
#main .frame{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#main .frame-inner{
	text-align: center;
	padding: 15px 20px 40px;
}
#main .frame-inner .date{
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
#main .frame-inner .text{	
	font-family: 'book_antiquaregular', sans-serif;
	margin: 0;
	color: #ffffff;
}
.frame{
    padding: 11px 37px;
    position: relative;}
.frame .frame-t1{
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_01.png') no-repeat;}
.frame .frame-t2{
    position: absolute;
    top: 0;
    left: 37px;
    right: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_02.png') repeat-x;}
.frame .frame-t3{
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_03.png') no-repeat;}
.frame .frame-b1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_07.png') no-repeat;}
.frame .frame-b2{
    position: absolute;
    bottom: 0;
    left: 37px;
    right: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_08.png') repeat-x;}
.frame .frame-b3{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 11px;
    background: url('img/frame-01/frame1_09.png') no-repeat;}
.frame .frame-m1{
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 11px;
    width: 37px;
    background: url('img/frame-01/frame1_04.png') no-repeat center center;}
.frame .frame-m3{
    position: absolute;
    right: 0px;
    top: 11px;
    bottom: 11px;
    width: 37px;
    background: url('img/frame-01/frame1_06.png') center center no-repeat;}
.frame .frame-inner{
    background: url('img/frame-01/frame1_05.png') repeat;}
.main-slider{
	display: none;
}

@media (max-width: 1024px) {
    #main{ box-shadow: -15px 0 15px rgba(0, 0, 0, 0.6); }
    #main .nav-place{ display: none; }
}

@media (max-width: 767px) {}

@media (max-width: 480px) {
    #main .frame{
        display: none;
    }
    #main .frame-inner{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 9px;
        line-height: 13px;
    }
}

/* ****************************
 * Section: Menus */
#menus{
    padding-top: 85px;
    padding-bottom: 120px;
}
.menu-list{
    margin-left: -10px;
    margin-right: -10px;
}
.menu-list li{
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-list li a{
    display: block;
    margin: 0 auto;
    max-width: 180px;
}
.menu-list .sprite{
    width: 180px;
    height: 180px;
}
#menus .box img:hover{
	opacity: 0.7;
}

@media (max-width: 767px) {
    #menus .content{
        width: 100%;
        max-width: 490px;
        margin: 0 auto;
    }
    .menu-list li{
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	#menus{
    	padding-bottom: 85px;
	}
}

@media (max-width: 480px){
    #menus{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}



/* ****************************
 * Section: Venue */
#venue, #event{
    position: relative;
    /*padding: 110px 0px;*/
    height: 820px;
    background-color: #000000;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#venuebg,#eventbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#venue .container, #event .container{
    position: relative;
    z-index: 2;
}
#venue .content, #event .content{
    width: 100%;
    margin: 0 auto;
    max-width: 460px;
}
#venue .venue-sm, #event .venue-sm{
    display: none;
}

#venue_nav_back, #venue_nav_next, #whatson_nav_back, #whatson_nav_next, #event_nav_back, #event_nav_next{
	display: block;
	height: 49px;
	position: absolute;
	top: 0;
	width: 42px;
	z-index: 10;
}
#venue_nav_back, #venue_nav_next, #event_nav_back, #event_nav_next{
	margin-top: 25%;
}
#whatson_nav_back, #whatson_nav_next{
	margin-top: 19%;
}
#venue_nav_back a, #venue_nav_next a, #whatson_nav_back a, #whatson_nav_next a, #event_nav_back a, #event_nav_next a{
	display: block;
	height: 49px;
	width: 42px;
}
#venue_nav_back, #event_nav_back{
	background-image: url("img/btn-prev2.png");
	left: 30px;
}
#venue_nav_next, #event_nav_next{
    background-image: url("img/btn-next2.png");
    float: right;
    right: 30px;
}
#whatson_nav_back{
    background-image: url("img/btn-prev.png");
	left: 50px;
}
#whatson_nav_next{
    background-image: url("img/btn-next.png");
    background-position: -42px 0;
    float: right;
    right: 50px;
}
#whatson_nav_next:hover {
    background-position: 0 0;
}
#whatson_nav_back:hover {
    background-position: -42px 0;
}

.frame2{
    padding: 120px 16px;
    position: relative;
}
.frame2 .frame-t1,
.frame2 .frame-t3,
.frame2 .frame-b1,
.frame2 .frame-b3{
    position: absolute;
    width: 61px;
    height: 120px;
}
.frame2 .frame-t1{
    left: 0;
    top: 0;
    background: url(img/frame-02/frame_01.png) no-repeat;
}
.frame2 .frame-t2{
    position: absolute;
    left: 61px;
    right: 61px;
    top: 0;
    height: 120px;
    background: url(img/frame-02/frame_02.png) top center no-repeat;
}
.frame2 .frame-t3{
    right: 0;
    top: 0;
    background: url(img/frame-02/frame_03.png) no-repeat;
}
.frame2 .frame-b1{
    left: 0;
    bottom: 0;
    background: url(img/frame-02/frame_07.png) no-repeat;
}
.frame2 .frame-b2{
    position: absolute;
    left: 61px;
    right: 61px;
    bottom: 0;
    height: 120px;
    background: url(img/frame-02/frame_08.png) top center no-repeat;
}
.frame2 .frame-b3{
    right: 0;
    bottom: 0;
    background: url(img/frame-02/frame_09.png) no-repeat;
}
.frame2 .frame-m1{
    position: absolute;
    left: 0;
    top: 120px;
    bottom: 120px;
    width: 18px;
    background: url(img/frame-02/frame_04.png) repeat-y;
}
.frame2 .frame-m3{
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 120px;
    width: 18px;
    background: url(img/frame-02/frame_06.png) repeat-y;
}
.frame2 .frame-inner{
    color: #ffffff;
    padding: 30px 25px 40px 25px;
    background: url(img/frame-02/frame_05.png) repeat;
}
.frame2 .frame-inner p:last-child{
    margin-bottom: 0;
}
.frame2 .frame-inner h2{
    text-align: center;
    color: #ffffff;
    font-family: "book_antiquabold";
    font-size: 36px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
	#whatson_nav_back, #whatson_nav_next {
    	margin-top: 75px;
	}
	#venue_nav_back, #venue_nav_next, #event_nav_back, #event_nav_next{
    	margin-top: 45%;
	}
}
@media (max-width: 767px) {
    #venue, #event{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: auto;
    }
    #venue .container, #event .container{
        padding-left: 0;
        padding-right: 0;
    }
    #venue .content, #event .content{
        max-width: none;
    }
    #venue .venue-lg, #event .venue-lg{ display: none; }
    #venue .venue-sm, #event .venue-sm{ display: block; }
    #venue .venue-title-sm, #event .venue-title-sm{
        padding: 40px 0px;
        background: #171718;}
    #venue .venue-sm .bx-wrapper .bx-pager, #event .venue-sm .bx-wrapper .bx-pager{
        bottom: 10px;
    }
    #venue .venue-title-sm .title, #event .venue-title-sm .title{
        margin: 0;
    }
    #venue .venue-content-sm, #event .venue-content-sm{
        padding: 25px 20px;
        text-align: center;
        background: #171718;
    }
    #venue .venue-content-sm h3, #event .venue-content-sm h3{
        font-size: 18px;
        font-family: 'book_antiquabold';
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 5px;
        color: #ffffff;
        display: none;
    }
    #event .venue-content-sm h3.event_mobile_title_0, #venue .venue-content-sm h3.venue_mobile_title_0{
    	display: block;
    }
    
    #venue .venue-slide-sm, #event .venue-slide-sm{
        width: 100%;
        height: 215px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
	#venue_nav_back, #venue_nav_next, #event_nav_back, #event_nav_next{
		display: none;
	}
}
@media (max-width: 480px){
	#whatson_nav_back, #whatson_nav_next{
    	display: none;
	}
}

/* ****************************
 * Section: Event */
#events{
    background: #ffffff;
    text-align: center;
}
#events .btn-box{
    margin-top: 40px;
}
#events .btn-box .btn{
    margin: 5px;
}
#basic_event{
	padding: 80px 0;
	background-repeat: no-repeat;
    background-size: cover;
}
#event{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.events-slider p {
    text-align: left;
}
@media (max-width: 480px){
    #events .btn-box .btn{
        width: 80%;
    }
	#basic_event{
		padding: 60px 0;
    }
}
@media (max-width: 320px){
    #events .btn-box .btn{
        width: 100%;
    }
}

/* ****************************
 * Section: Gallery */
#gallery{
    padding: 70px 0px;
    background-color: #1b1b1c;
    width: 100%;
    height: auto;
}
.gallery-slide{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.visibleNearby {
    width: 100%;
    height: 450px !important;
    background: transparent;
}

.visibleNearby .rsSlide img {
    /*margin: 0 !important;
    width: 100% !important;
    height: auto !important;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.rsCont{
    padding: 40px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s;
    transform: scale(0.9);
}
.rsActiveSlide .rsCont{
	transform: none;
}

.rsCont h3{
    font-family: "book_antiquaregular";
    font-size: 28px;
    line-height: 1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.rsCont .rsInner{
    overflow: hidden;
    height: 260px;
}
.rsCont .btn-more{
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
    white-space: nowrap;
    border: 1px solid #ffffff;
    border: 1px solid rgba(225,225,225,0.5);
    display: inline-block;
    color: #ffffff;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.rsCont .btn-more:hover{
    border: 1px solid #ffffff;
}
.rsCont .btn-box{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
}
.rsCont .btn-more .icon{
    margin-right: 10px;
}
.rsSlide:hover .rsCont{
    visibility: visible;
    opacity: 1;
}
.rsSlide .rsImg{
    display: block;
}

.rsSlide .gallery-img {
    opacity: 0.45;
    transform: scale(0.9);
    transition: all 0.3s ease-out 0s;
}
.rsActiveSlide .gallery-img {
    opacity: 1;
    transform: scale(1);
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs{
    background: transparent;
}

.gallery-popup{
    display: none;
    height: 100%;
}
.gallery-popup .popup-cont{
    color: #000000;
    height: 90%;
    padding: 30px 60px;
 	margin-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    top: 5%;
}
.gallery-popup .popup-img{
    float: left;
    height: 100%;
    margin-right: 0;
    max-width: 50%;
}
.gallery-popup .popup-cont h3{
    font-family: "book_antiquabold";
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.gallery-popup .popup-thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 0;
    padding-top: 52%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 767px){
    .rsSlide:hover .gallery-img{
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }
}
@media (max-width: 979px){
    .gallery-popup .popup-thumb{
        display: none;
    }
    .gallery-popup .popup-cont h3{
        font-size: 20px;
    }
    .gallery-popup .popup-cont{
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .rsCont{
        visibility: visible;
        opacity: 1;
        top: auto;
        bottom: 0;
        background: #1b1b1c;
        height: auto;
        padding: 25px 5px 0px 5px;
    }
    .rsCont h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .rsCont .rsInner{
        display: none;
    }

    .rsCont .btn-box{
        position: relative;
        bottom: auto;
        left: auto;
    }
    .rsCont .btn-more,
    .rsCont .btn-more:hover{
        border: none;
        color: #dc9210;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        padding: 0;
    }
}

/* ****************************
 * Section: Heritage */
#heritage .section1{
	padding: 70px 0px;  
    text-align: left;
    background-repeat: no-repeat; 
    background-size: cover;    
    color: white;
}
.heritage_link{
	background-image: url(img/watch-btn.png); 
	background-repeat: no-repeat; 
	padding-left: 16px; 
	background-position: 0px 2px;
}
#heritage .content-md{
    width: 100%;
    max-width: 780px;
    margin: 0 auto 10px auto;
}
#heritage .title{
	margin-bottom: 60px;
}
.heritagebox .fancybox-skin{
	box-shadow: none;
	background: none;
}
.heritagebox .fancybox-inner{
	margin-top: 33px;
}
.heritage_content{
	margin-bottom: 70px;
}
.heritage_content img{
	float: left; 
	margin-right: 63px;
}
.heritage_more img{
	float:right; 
	margin-left: 60px;
}
.heritage_more div{
	padding-top: 15px; 
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	#heritage .content-md{
    	margin: 0 auto;
	}
	.heritage_content img{
		margin-right: 40px;
		margin-bottom: 20px;
	}
	.heritage_more img{
		margin-bottom: 20px;
		margin-left: 40px;
	}
	.heritage_content {
    	margin-bottom: 30px;
	}	
}
@media (max-width: 480px) {
	.heritage_content img, .heritage_more img{
		float: none;
	}
	.heritage_content, .heritage_more{
		text-align: center;
	}
	.heritage_content div, .heritage_more div{
		text-align: left;
	}
	#heritage .section1{
		padding-bottom: 0px;
	}
}
/* ****************************
 * Section: Banquetes */
#banquets{
    background-repeat: no-repeat; 
    background-size: cover;  
}
#banquets .section1{
	padding: 70px 0px;  
    text-align: center;
    color: #fff;    
}
#banquets .section2{
	overflow: hidden; 
	padding: 0px 0 70px;
    color: white;
}
#banquets .section2 .columns{
	width: 70%; 
	margin: auto;
}
#banquets .section2 h3{
	width: 100%; 
	text-align: center; 
	font-size: 28px;
	margin-bottom: 16px;
}
#banquets .section2 .columns div{
	float: left; 
	width: 30%; 
	text-align: center;
	margin-left: 20px;
	font-size: 13px;
}
#banquets .section2 .columns div.first{
	margin-left: 0;
}
#banquets .section2 .columns div div{
	float: none; 
	width: 100%; 
	text-align: left;
	margin: 0;
	font-size: 13px;
}
#banquets .section2 .columns div div p{
	margin-bottom: 14px;
}
#banquets .section2 .columns div ul {
    margin-bottom: 15px;
}
#banquets .section2 .columns div ul li{
	background-image: url(img/menu-dot.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    padding-left: 20px;
}
#banquets .section2 .columns div div.subtitle{
	font-family: "book_antiquabold";
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	#banquets .section2 .columns {
    	width: 90%;
	}
	#banquets .section2 .columns div{
    	margin-left: 15px;
    }	
}
@media (max-width: 767px) {
	#banquets .section2 .columns{
    	padding-left: 20px;
    	padding-right: 20px;
    	width: 100%;
	}
}
@media (max-width: 480px) {
	#banquets .section2 .columns div{
		width: 100%; 
	}
	.block_content{
		text-align: left;
	}	
	#banquets .section2 .columns div{
		margin-left: 0% !important;
	}	
}
/* ****************************
 * Section: What's On */
#whatson{
    position: relative;
}
#whatson .row{
    margin-left: -10px;
    margin-right: -10px;
}
#whatson .col-half{
    float: left;
    width: 50%;
    padding: 0px 18px;
}

#whatson .section1{
    background-color: #ffffff;
    padding: 80px 0px;
    background-image: url("img/groovepaper.png");
    height: 580px;
}
#whatson .section1 .container{
    padding-left: 100px;
    padding-right: 100px;
}
#whatson .section1 h3{
    font-size: 24px;
    line-height: 1.1;
    font-family: "book_antiquabold";
    margin-top: 0;
    margin-bottom: 10px;
}
#whatson .section1 h3 a, #whatson .section1 h3 a:hover, #whatson .title{
	color: #000;
}
#whatson .section1 .news-more{
    /*cursor: default;*/
}
#whatson .section1 .date{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 27px;
}
#whatson .section1 .bx-wrapper .bx-controls-direction a.disabled{
    display: block;
}

#whatson .section1 .bx-wrapper img{
    height: auto;
    max-width: 350px;
    width: 100%;
}
#whatson .section1 .thumb .news-more {
    display: block;
    height: 200px;
    width: 350px;
    background-position: center center;
    background-size: 100% auto;
}
#whatson .section2{
    background-color: #ffffff;
    padding: 80px 0px;
}
#whatson .section2 .btn-box{
    text-align: center;
    margin-top: 35px;
}
#whatson .more-wrap{
    display: none;
}
#whatson .section1 .title{
	margin-bottom: 40px;
}

.news-popup{
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000000;
}
.news-title-sm{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}
.news-date-sm{
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.news-thumb-sm{
    margin-bottom: 20px;
    text-align: center;
}
.news-thumb-sm img{
    display: block;
    width: 100%;
    height: auto;
}
.news-text-sm{
    padding-left: 60px;
    padding-right: 60px;
}

.fb-likes{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #8d8d8d;
    margin-bottom: 25px;}
.fb-likes *{
    display: inline-block;
    vertical-align: middle;
}
.fb-likes span{
    margin-right: 10px;
}

.fb-box{
    border: 1px solid #e8e8e8;
}
@media (max-width: 1024px) {
	#whatson .section1{    
    	height: auto;
	}
}
@media (max-width: 979px) {
    #whatson .col-half{
        float: none;
        width: 100%;
    }
    #whatson .thumb{
        margin-bottom: 30px;
    }
    #whatson .thumb img{
        margin: 0 auto;
    }
    #whatson .section1 h3,
    #whatson .section1 .date{
        text-align: center;
    }
    #whatson .section1 .news-more{
        cursor: pointer;
    }
	.news-title-sm{
	    margin-top: 10px;
	}
	.news-date-sm{
	    margin-bottom: 20px;
	}
	.news-text-sm{
    	padding-left: 20px;
    	padding-right: 20px;
	}


    .fb-box{
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    #whatson .section1 .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    #whatson .section1 .text-inner{
        display: none;
    }
    #whatson .more-wrap{
        display: block;
        text-align: center;
    }
    #whatson .section1 h3{
        font-size: 21px;
    }
	.whatson-slider li {
    	height: 350px;
	}    
}

/* ****************************
 * Section: Contact */
#contact .section1{
    background-color: #1b1b1c;
    padding: 70px 0px;
    color: #ffffff;
    font-size: 16px;

}
#contact .col-1{width: 25%; float: left;}
#contact .col-2{width: 40%; float: left; padding: 0px 40px;}
#contact .col-3{width: 35%; float: left;}
#contact h3{
    font-family: "book_antiquabold";
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}
#contact .col-1 p{
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
#contact .col-1 p .icon{
    position: absolute;
    left: 0;
    top: 5px;
}
#contact .social{
    margin-top: 35px;
}
#contact .social li{
    float: left;
    margin-right: 10px;
}
#contact .social li a{
    display: block;
    color: #ffffff;
    font-size: 40px;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#contact .social li a:hover{
    opacity: 0.7;
}
#contact #section-map{
    height: 510px;
    width: 100%;
}

#contact .form-row{
    margin-bottom: 13px;
}
#contact .form-control{
    display: block;
    width: 100%;
    border: 1px solid #ffffff;
    background: transparent;
    height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia;
    font-style: italic;
    color: #858586;
}
#contact textarea.form-control{
    height: 110px;
    resize: none;
}
#contact .form-btn{
    text-align: right;
}
#contact .wpcf7-not-valid-tip{
    display: none !important;
}
#contact .form-control.wpcf7-not-valid{
    border-color: #ff6363;
}

.wpcf7-response-output{
    background-color: transparent !important;
    border: none !important;
    color: #9c8045;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0 !important;
    padding: 0px 0px 0px 40px !important;
    position: relative;
}
.wpcf7-response-output:before{
    content: "\e60c";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 2px;
    color: #9c8045;
}
.wpcf7-response-output.wpcf7-validation-errors{
    color: #ff7070;
}
.wpcf7-response-output.wpcf7-validation-errors:before{
    color: #ff7070;
}
#newsletter_success, #newsletter_error{
	display: none;
}
#newsletter_success{
	color: #9c8045;
}
#newsletter_error{
	color: #ff7070;
}
#contact .wpcf7 .wpcf7-response-output, #contact .wpcf7 .wpcf7-response-output::before {
    color: #44aa55;
}
#contact .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, #contact .wpcf7 .wpcf7-response-output.wpcf7-validation-errors::before {
    color: #ff7070;
}
@media (max-width: 767px) {
    #contact .col-1{
        width: 45%;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    #contact .col-2{
        width: 55%;
        padding-left: 10px;
        padding-right: 0;
        padding-bottom: 40px;
    }
    #contact .col-3{
        padding-top: 40px;
        border-top:  1px solid #323233;
        width: 100%;
        float: none;
        clear: both;}
    #contact .newsletter{
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    #contact .col-1{
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    #contact .col-2{
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    #contact .col-3{
        padding-top: 0px;
        border-top:  none;}
    #contact .newsletter{
        width: 100%;
    }
    #contact #section-map{
        height: 300px;
    }
}


/* ****************************
 * Section: Footer */
#footer{
    background-color: #1b1b1c;
    padding: 30px 0px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}
#footer p{
    margin: 0;
}
.foot-links a,
.foot-links span{
    display: inline-block;
    vertical-align: middle;
}
.foot-links span{
    color: #292929;
    margin: 0 7px;
}
.foot-popup{
    display: none;
    padding: 40px 60px;
    color: #000000;
    background-color: #ffffff;
}
@media (max-width: 979px) {
	.foot-popup{
    	padding: 25px 30px;
	}
}
/* ****************************
 * Popup: Enquiry */
.popup-enquiry{
    display: none;
    width: 100%;
    height: 715px;
    /*max-width: 500px;*/
    padding: 25px 50px;
    background-color: #111717;
}
.popup-enquiry h2{
    color: #000000;
    font-size: 32px;
    font-family: "book_antiquabold";
    line-height: 1;
    margin-bottom: 35px;
    text-align: center;
}
.popup-enquiry .form-row{
    margin-bottom: 17px;
}
.popup-enquiry .form-row > label{
    width: 85px;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}
.ui-datepicker{
    font-size: 12px;
}
.popup-enquiry .form-item .icon-calendar{
    position: absolute;
    right: 10px;
    top: 7px;
    color: #000000;
    font-size: 16px;
}
.popup-enquiry .form-item,
.popup-enquiry .form-check,
.popup-enquiry .form-bottom{
    margin-left: 95px;
    position: relative;
}
.popup-enquiry .form-item input,
.popup-enquiry .form-item textarea,
.customSelect{
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #a7a7a7;
    font-family: "Lato", sans-serif;
    font-style: normal;
    display: block;
    width: 100%;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.popup-enquiry .form-item input:focus,
.popup-enquiry .form-item textarea:focus,
.customSelect.customSelectFocus,
.customSelect.customSelectOpen{
    border-color: #000000;
    color: #000000;
}
.form-select select{
    padding: 0;
    width: 100%;
    display: block;
    height: 30px;
}
.customSelectInner {
    display: block !important;
    width: 100% !important;
    background: url(img/icon-arrow.png) no-repeat right;
}
.popup-enquiry .form-item textarea{
    height: 110px;
}
.popup-enquiry .form-select{
    width: 98px;
    margin-right: 8px;
    float: left;
}
.popup-enquiry .form-bottom span{
    float: left;
    color: #cfcfcf;
    padding-top: 10px;
}
.popup-enquiry .form-bottom button{
    float: right;
    padding-top: 10px;
}
.popup-enquiry .wpcf7-not-valid-tip{
    display: none !important;
}
.popup-enquiry .form-item .wpcf7-not-valid{
    border-color: #ff6363;
}
.popup-enquiry .wpcf7-response-output{
    background-color: #e5ff88 !important;
    color: #000000;
    padding: 24px 24px 24px 45px !important;
    position: relative;
    margin: 25px 0 0 0 !important;
}
.popup-enquiry .wpcf7-response-output:before{
    left: 15px;
    top: 21px;
    color: #000;
    font-size: 20px;
}
.popup-enquiry .wpcf7-response-output.wpcf7-validation-errors{
    color: #000000;
    background-color: #ffecec !important;
}
.popup-enquiry .wpcf7-response-output.wpcf7-validation-errors:before{
    color: #ff4343;
}
#enquirycheckbox .prettycheckbox, #enquirycheckbox2 .prettycheckbox {
    float: left;
}
#enquirycheckbox .prettycheckbox label, #enquirycheckbox2 .prettycheckbox label {
    display: none;
}

@media (max-width: 767px) {
    .popup-enquiry{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 480px){
    .popup-enquiry h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .popup-enquiry .form-row{
        margin-bottom: 10px;
    }
    .popup-enquiry .form-row > label{
        float: none;
        display: block;
        width: 100%;
        padding-top: 0;
        margin-bottom: 5px;
        text-align: left;
    }
    .popup-enquiry .form-item,
    .popup-enquiry .form-check,
    .popup-enquiry .form-bottom{
        margin-left: 0;
    }
    .popup-enquiry .form-select{
        margin-bottom: 5px;
    }
    .popup-enquiry .form-bottom{
        text-align: center;
    }
    .popup-enquiry .form-bottom span{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .popup-enquiry .form-bottom button{
        float: none;
        display: inline-block;
    }
    
	.enquiry-bottom{
		width: 180px;
		margin: auto;
	}
    .popup-enquiry .form-info{
        width: 195px;
    }	
}

/* ****************************
 * Book page */
 .book_page{
 	background: #111717;
 	overflow: hidden;
 }
 .book_page a{
 	display: block;
 	margin: 20px;
 	color: #fff;
 }
 .book_page iframe{ 
 	border: 0px;
 }
/* ****************************
 * Prettycheckbox */
.prettycheckbox{
    display:block;
    padding:0;
    margin: 0;}
.prettycheckbox label{
    float: none !important;
    margin: 0 0 0 20px !important;}
.prettycheckbox>a{
    height:13px;
    width:13px;
    display:block;
    float:left;
    cursor:pointer;
    margin: 4px 0 0 0;
    background:url('img/icon-checkbox.png') no-repeat;}
.prettycheckbox>a:focus{
    outline:0 none}
.prettycheckbox label{
    display:block;
    float:left;
    margin:6px 5px;
    cursor:pointer}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled{cursor:not-allowed}
.prettycheckbox>a{background-position:-16px 0}
.prettycheckbox>a.checked{background-position: 0px 0}

/* ****************************
 * Popup: mobile */
.fancybox-inner{
    overflow-x: hidden !important;
}
.fancybox-close{
    background: url("img/icon-close.png");
    width: 16px;
    height: 16px;
    top: 30px;
    right: 20px;
}
.newsbox .fancybox-close{
    top: 20px;
}
.heritagebox .fancybox-close, .enquirybox .fancybox-close{
    background: url("img/icon-close-white.png");
    top: 20px;
}
.close-popup{
	color: #fff; 
	font-size: 16px; 
	top: 10px; 
	position: relative;
}
.fancybox-skin{
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.popup-sm{
    display: none;
    padding: 20px;
    background: #ffffff;
    color: #000000;
}
.popup-sm h2{
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
}

/* ****************************
 * Facebook Feed */
#cff .cff-item{
    width: 48%;
    float: left;
    clear: none;
    padding: 0;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
#cff .cff-item:nth-child(even){
    float: right;
}
#cff .cff-item:nth-child(odd){
    clear: left;
}
#cff .cff-author{
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}
#cff .cff-author .cff-page-name.cff-author-date{
    color: #000000;
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
}
#cff .cff-author .cff-date{
    color: #a9a9a9;
    font-family: "Lato";
    font-size: 13px;
    font-weight: normal;
}
#cff .cff-post-text{
    margin: 0;
    padding: 15px;
}
#cff .cff-viewpost-link, #cff .cff-viewpost-facebook{
    float: right;
    color: #5675cc;
    font-size: 13px;
    padding: 17px;
}
.cff-likebox{
    display: none;
}
#cff .cff-post-links{
    display: none;
}
@media (max-width: 767px) {
    #cff .cff-item{
        width: 100%;
    }
}


#drphil{
    padding-top: 130px;
    padding-bottom: 130px;
    color: #ffffff;
}
#cocktail-classes{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    /*.sprite,
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next,
    .bx-wrapper.bx-prev:hover,
    .bx-wrapper .bx-next:hover{background-image: url("img/sprite@2x.png"); background-size: 223px 113px;}*/
    .nav-main .nav-place > ul > li > a{ background-image: url('img/logo-sm@2x.png'); background-size: 111px 20px;}
    .fancybox-close{background-image: url('img/icon-close@2x.png'); background-size: 16px 16px;}
    .heritagebox .fancybox-close, .enquirybox .fancybox-close{background-image: url('img/icon-close-white@2x.png');}
   
    .frame .frame-t1{ background-image: url('img/frame-01/frame1_01@2x.png'); background-size: 37px 11px;}
    .frame .frame-t2{ background-image: url('img/frame-01/frame1_02@2x.png'); background-size: 1px 11px;}
    .frame .frame-t3{ background-image: url('img/frame-01/frame1_03@2x.png'); background-size: 37px 11px;}
    .frame .frame-m1{ background-image: url('img/frame-01/frame1_04@2x.png'); background-size: 37px 500px;}
    .frame .frame-m3{ background-image: url('img/frame-01/frame1_06@2x.png'); background-size: 37px 500px;}
    .frame .frame-b1{ background-image: url('img/frame-01/frame1_07@2x.png'); background-size: 37px 11px;}
    .frame .frame-b2{ background-image: url('img/frame-01/frame1_08@2x.png'); background-size: 1px 11px;}
    .frame .frame-b3{ background-image: url('img/frame-01/frame1_09@2x.png'); background-size: 37px 11px;}

    .frame2 .frame-t1{background-image: url(img/frame-02/frame_01@2x.png); background-size: 61px 121px; }
    .frame2 .frame-t2{background-image: url(img/frame-02/frame_02@2x.png); background-size: 400px 121px;}
    .frame2 .frame-t3{background-image: url(img/frame-02/frame_03@2x.png); background-size: 61px 121px;}
    .frame2 .frame-m1{background-image: url(img/frame-02/frame_04@2x.png); background-size: 19px 1px;}
    .frame2 .frame-m3{background-image: url(img/frame-02/frame_06@2x.png); background-size: 18px 1px;}
    .frame2 .frame-b1{background-image: url(img/frame-02/frame_07@2x.png); background-size: 61px 120px;}
    .frame2 .frame-b2{background-image: url(img/frame-02/frame_08@2x.png); background-size: 400px 120px;}
    .frame2 .frame-b3{background-image: url(img/frame-02/frame_09@2x.png); background-size: 61px 120px;}
    
	#whatson .section1{background-image: url("img/groovepaper_@2x.png"); background-size: 300px 300px;}    
}
.booking-text-before{
	color: #f7f7f7;
}

/**
 * Join Popup
 */
.fancybox-jpopup  .fancybox-skin{
	background: transparent;
}

.fancybox-jpopup.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0px 0px 40px 0 rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 40px 0 rgba(0,0,0,0.8);
	box-shadow: 0px 0px 40px 0 rgba(0,0,0,0.8);
}

.fancybox-jpopup .fancybox-close {
	top: 30px;
	right: 30px;
}
 
#jpopup {
	display: none;
	color: #000;
	width: 700px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 19px;
	padding: 30px 50px 20px 70px;	
	background-color: #ffffff;
}

#jpopup h2 {
	font-size: 32px;
	line-height: 1;
	margin: 0 0 30px 0;
}

.jpopup-text {
	width: 48%;
	padding-right: 7%;
	float: left;
}
.jpopup-form {
	width: 52%;
	float: left;
}

.jform-group {
	margin-bottom: 12px;
}

.jform-label {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	display: block;
	margin-bottom: 4px;
}

.jform-control {
	color: #000;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	border: 1px solid #bfbfbf !important;	
	width: 100%;	
	height: 32px;
	padding: 5px;
	display: block;	
}

textarea.jform-control  {
	height: 110px;
}

.jform-control:focus,
.jform-control:active {
	outline: none;	
}

.jform-control:focus {
	border-color: #363636;
}

.jform-control-radio {
	display: inline-block;
}

.jform-txt {
	color: #b4b4b4;
	display: block;
	font-size: 9px;
	line-height: 1.1;	
	text-align: right;
	margin-top: 5px;
}

.jform-control-radio  .wpcf7-list-item {
	display: inline-block;
	margin:8px 20px 8px 0;	
}

.jform-control-radio label{	 
	 display:block;
	 cursor:pointer;
	 line-height: 16px;
	 position:relative;
	 padding:0 0 0 22px;	 	 	 
}
 
.jform-control-radio input[type=radio]{
    display:none;
}

.jform-control-radio .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
}

.jform-control-radio .wpcf7-list-item-label:before {
	content: '';
    top: 0;
    left: -25px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
}

.jform-control-radio input[type=radio]:checked+.wpcf7-list-item-label:after{
	content: '';
    top: 3px;
    left: -22px;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: #000
}

.jform-foot {
	margin-top: 25px;
	text-align: right;
	position: relative;
}

.jform-foot span {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	margin-right: 20px;
}

.jform-foot .ajax-loader {
	position: absolute;
	right: 6px;
	bottom: 14px;
}

.jform-btn {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 10px 25px;
    display: inline-block;
	vertical-align: middle;
    background: #000;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #000;
	text-transform: uppercase;
}

.jform-group input[type="file"] {
	width: 180px;
}

.jform-files {
	font-size: 14px;
	color: #b4b4b4;
}

#jpopup_thank_you {
	display: none;
}

.jpopup-ty {
	text-align: center;
}

.jpopup-ty  .btn {
	min-width: 120px;
}

#jpopup .wpcf7-not-valid-tip{
    display: none !important;
}
#jpopup .jform-control.wpcf7-not-valid{
    border-color: #ff6363 !important;
}
#jpopup .wpcf7-response-output{
    background-color: #e5ff88 !important;
    color: #000000;
    padding: 24px 24px 24px 45px !important;
    position: relative;
    margin: 25px 0 0 0 !important;
}
#jpopup .wpcf7-response-output:before{
    left: 15px;
    top: 21px;
    color: #000;
    font-size: 20px;
}

#jpopup .wpcf7-response-output.wpcf7-validation-errors{
    color: #000000;
    background-color: #ffecec !important;
}

#jpopup .wpcf7-response-output.wpcf7-validation-errors:before{
    color: #ff4343;
}

@media(max-width:767px) {
	#jpopup {
		width: 480px;
		padding: 40px 30px;
	}
	
	.jpopup-text,
	.jpopup-form {
		width: 100%;
		float: none;		
	}
	
	.jpopup-text {
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media(max-width:480px) {
	#jpopup {
		width: 300px;
		padding: 40px 30px;
	}
	
	.fancybox-jpopup .fancybox-close {
		top: 20px;
		right: 20px;
	}
	
	.jform-foot span {
		margin-right: 0;
	}
	
	.jform-btn {
		width: 100%;
		margin-top: 10px;
	}
	
	#jpopup .wpcf7-response-output {
		padding: 10px 10px 10px 30px !important;
	}
	
	#jpopup .wpcf7-response-output:before {
		left: 5px;
		top: 7px;
	}
}
.MGLField input
    {display: block;
    width: 100%;
    border: 1px solid #ffffff;
    background: transparent;
    height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia;
    font-style: italic;
    color: #858586;}
 .MGLField input[type=checkbox]
 {display: inline;
    height: 20px;
    width: auto;
    -webkit-appearance: checkbox;
 }
.MGLField textarea
{display: block;
    width: 100%;
    border: 1px solid #ffffff;
    background: transparent;
    height: 120px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia;
    font-style: italic;
    color: #858586;}
#MGLSubmit input[type=submit]{background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border-color: rgb(255, 255, 255);
padding: 12px 30px;
display: inline-block;
font-size: 18px;
margin-top: -20px;
font-family: "Lato", sans-serif;
text-transform: uppercase;
line-height: 1;
position: relative;
cursor: pointer;
border: 1px solid #000000;
-o-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-khtml-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;}
.MGLPoweredBy{display: none}