/*!
 * Bar99
 * designed and coded using the finest Fabric around - www.madewithfabric.com.
 * Feb 2014
*/

::-moz-selection {
    background: #ffffff;
    color: #b33754;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    color: #b33754;
    text-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}

/* ---- Type ---- */

@font-face {
	font-family: 'ClumsyRegular';
	src: url('../webfonts/clumsy-webfont.eot');
	src: local('☺'), 
		 url('../webfonts/clumsy-webfont.woff') format('woff'), 
		 url('../webfonts/clumsy-webfont.ttf') format('truetype'),
		 url('../webfonts/clumsy-webfont.svg#webfontKGJ2JUnY') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h6, #quote cite, .tabs dd > a {
	font-family: 'ClumsyRegular', sans-serif;
	font-weight: normal;
    text-transform: uppercase;	
}

h2, h3  {
	color: #de954e;
}

#menus h2, h3, .info h4 {
	font-family: 'Esteban', serif;
	text-transform: uppercase;
}

h4, h5 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p {
	font-size: 1.2em;
	line-height: 2;
}

/* ---- Base ---- */

body {
	background: url('../img/bg-white.jpg') repeat;
    margin: 0;
	font-family: 'Esteban', serif;
    color: #7d6b59;
    font-weight: 400;
}

.full {
	display: table;
	width: 100%;
	height: 100%;
	margin: auto;
}

ul {
	margin-left: 0;
	list-style: none;
}

a {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.button {
	background: none;
	background: rgba(125, 107, 88, .4);
	border: 5px double #7d6b58;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #7d6b58;
}

#page-expander a:hover, #page-expander a:focus, #contact a.open_drawer:hover, #contact open_drawer:focus, .events-page a:hover, events-page a:focus {
	background-color: rgba(255,255,255,0.4);
	color: #b33754;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* ---- Drawer ---- */

#panel {
	position: fixed;
	width: 100%;
	z-index: 600;
	text-align: center;
}

#page-expander {
	background-color: #de954e;
	border-bottom: 10px solid #c1712f;
	padding: 2em 0 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: -100;
	display: none;
	height: auto;
}

#page-expander section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#page-expander section div {
	display: inline-block;
	vertical-align: top;
	padding: 0 4%;
	text-align: left;
}

#page-expander section .left {
	width: 55%;
}

#page-expander section .right {
	width: 45%;
}

#page-expander section.socials {
	width: 100%;
}

#page-expander p {
	color: #fdfaf6;
}

#page-expander span, .events-page span {
	color: #955e48!important;
}

#page-expander a, .events-page a {
	text-decoration: none;
	color: #fdfaf6;
	border-bottom: none;
	cursor: pointer;
}

.events-page p.locate a {
	color: #fdfaf6;
}

a.close {
	text-align: right;
	display: block;
	padding: .5em;
	text-transform: uppercase;
	float: right;
	margin-bottom: 1em;
}

#page-expander h3, .events-page h3 {
	color: #fdfaf6;
	margin: 0;
}

#page-expander p.greeting, .events-page p.greeting {
	color: #c1712f;
}

#page-expander section div h3 {
	text-align: left;
}

section.top p, section.bottom p, #contact p, p.back a {
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 15%;
}

p.hours {
	background-position: left 77%; 
}

p.locate {
	background-position: left 39%;
}

p.phone {
	background-position: left 51.5%;
}

p.chat {
	background-position: left 27.5%;
}

#page-expander .twitter{
	background-position: left bottom;
}

#page-expander .facebook{
	background-position: center bottom;
}

#page-expander .foursquare{
	background-position: right bottom;
}

/* #page-expander li.music {
	background-position: -413px center;
}
*/

#page-expander form, .events-page fieldset {
	min-height: 300px;
	margin: 0;
}

#page-expander fieldset, .events-page fieldset {
	margin-top: 0;
	padding: 0;
	border: 0;
}

#page-expander #contactform p, .events-page #contactform p {
	padding: 0;
	background: none;
}

#page-expander #success_page, .events-page #success_page {
	background: url('../img/star.png') center top no-repeat;
	text-align: center;
}

#page-expander #success_page p {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 2em;
}

#page-expander fieldset input, #page-expander fieldset textarea, .events-page fieldset input, .events-page fieldset textarea {
	background-color: #de954e;
	background: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	border: 1px solid #fdfaf6;
	color: #fdfaf6;
	font-size: 1em;
	padding: 1em;
	height: auto;
}

.events-page input[type="text"]:focus {
	background: none;
	box-shadow: none;
	border: 1px solid #fdfaf6;
}

#page-expander fieldset textarea, .events-page fieldset textarea {
	resize: vertical;
	height: 85px;
}

#page-expander input#submit, .events-page input#submit {
	padding: 1em 3em;
	border: 4px double #fdfaf6;
	color: #fff;
	margin: 0 50px 0 0;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: .8em;
	float: left;
	cursor: pointer;
	outline: 0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#page-expander input#submit:hover, #page-expander input#submit:focus, .events-page input#submit:hover, .events-page input#submit:hover {
	background: #955e48;
	border-color: #955e48;
}


#page-expander #message, .events-page #message {
	display: inline-block;
	padding: 1em 0;
	color: #b33754;
}

#page-expander #message div, .events-page #message div {
	width: 100%;
	padding: 0;
}

#verify {
	margin-bottom: 30px;
}

::-webkit-input-placeholder {
   color: #fdfaf6;
}

:-moz-placeholder {
   color: #fdfaf6;  
}

::-moz-placeholder {  
   color: #fdfaf6;  
}

:-ms-input-placeholder {  
   color: #fdfaf6  
}

@media only screen and (max-width: 900px) {
	#page-expander section .left {
		width: 100%;
		margin-bottom: 2em;
	}
	
	#page-expander section .right {
		width: 100%;
	}
	
	#page-expander p {
		color: #fdfaf6;
		display: inline-block;
		padding-left: 2em;
		vertical-align: middle;
		margin: 0 2% 1em 0;
	}
	
	#page-expander p.locate {
		margin-right: 0;
	}

	#page-expander p.locate br {
		display: none;
	}
	
	#page-expander section div#message {
		width: 100%;
	}
}



/* ---- Events Page - form ---- */

a.button.mobile {
	display: none;
}

.events-page { 
	text-align: center;
	background: #de954e;
	padding: 2em 0;
	background-repeat: no-repeat;
}

#content {
	 animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s; 
}

.events-page section div {
	display: inline-block;
	vertical-align: top;
	padding: 0 4%;
}

.events-page .column, .columns {
	padding: 0;
}

.events-page section .right {
	width: 100%;
	margin-top: 4em;
	text-align: center;
}

.events-page .left {
	width: 100%;
}

.events-page .right p {
	color: #fdfaf6;
	display: inline-block;
	padding-left: 2em!important;
	vertical-align: middle;
	margin: 0 10px 1em 10px;
}

.events-page p.locate br {
	display: none;
}

.events-page #success_page p {
	background: none;
	padding: 26px 2em!important;
	text-align: center;
}

p.back {
	margin-bottom: 0;
}

p.back a {
	background-position: left 100%;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 37px;
	margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {
	#events .button.open_drawer {
		display: none;
	}
	
	a.button.mobile {
		display: inline-block;
	}
}

@media only screen and (max-width: 460px) {
	.events-page section .right {
		text-align: left;
		margin-top: 2em;
	}

}

/* ---- Hero ---- */

#hero {
	text-align: center;
	background-image: url('../img/hero-image.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
}

.logo {
	background-image: url('../img/logo.png');
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
	width: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 2em;
	margin: 8em 0 .2em;	
}

#hero p {
	font-family: 'ClumsyRegular'; 
	color: #fdfaf6;
	text-transform: uppercase;
	font-size: 2em;
}

@media only screen and (max-width: 660px) {

	#hero p {
		font-size: 1.2em;
	}

}

@media only screen and (max-width: 480px) {
	.logo {
		margin: 3em 0 .2em;
	}
	
	.logo:before {
		height: 3px;
	}
	
	.logo:after {
		height: 3px;
		bottom: 65%;
	}
}


/* ----  Navigation ---- */

#nav-bar {
	position: fixed;
	z-index: 500;
	border-bottom: 1px solid #fcf4ed;
	background: #fdfaf6;
	width: 100%;
	
}

#nav {
	text-align: center;
	height: 70px;
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	margin-bottom: 0;
}

#nav li {
	margin: 0 30px;
	display: inline-block;
	zoom: 1;
}

#nav a {
	font-family: 'Esteban', serif;
	letter-spacing: 2px;
	color: #7d6b59;
	font-size: 18px;
	line-height: 70px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

#nav a:hover {
	color: #de954e;
}

.fadin {
	display: none;
}

.fadin span {
	position: absolute;
	float: none;
	text-indent: -9999px;
	display: block;
}

.fadin span.left {
	background: url('../img/nintey.png') no-repeat 0 0 transparent;
	width: 113px;
	height: 35px;
	left: 3%;
	top: 30%;
}

.fadin span.right {
	background: url('../img/nine.png') no-repeat 0 0 transparent;
	width: 70px;
	height: 35px;
	right: 3%;
	top: 30%;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #7d6b59;
    color: #FFF;
}

.side-nav {
	padding: 0;
	margin: 0;
	font-family: inherit;
}

.side-nav .open {
    display: none;
    float: left;
    width: 31px;
    height: 22px;
    margin-right: 10px;
    background: url('../img/menu.png') center center no-repeat;
    text-indent: -999999px;
    border: 0;
}

@media only screen and (max-width: 900px) {

	.side-nav .open { 
	 	display: block;
	 	float: right;
	 	padding: 2em 0; 
	}
	
	#nav {
		display: none;
	}
	
	#pageslide { 
		width: 200px; 
	}
	#pageslide #nav li { 
		padding: 15px 0;
		margin: 0;
		width: 100%; 
	}
	
	#pageslide #nav li a { 
		color: #FFF; 
		border: none;
		line-height: normal; 
	}
	
	#pageslide #nav li a:hover, #pageslide #nav li a:focus {
		color: #56493d
	}
	
	#nav { 
		display: none; 
	} 
	
	.fadin span.left {
		background: url('../img/99.png') no-repeat 0 0 transparent;
		width: 15px;
		height: 38px;
		left: 3%;
		top: 20%;
	}
	
	.fadin span.right {
		display: none;
	}

}


/* ---- Intro ---- */

#about {
	text-align: left;
	padding: 6em 0;
	overflow: hidden;
}

#about h2 {
	text-align: center;
	margin-bottom: 1em;
}

p.greeting {
	margin-bottom: 0.8em;
	text-transform: uppercase;
	color: #E5DACE;
	font-size: .9em;
	text-align: center;
}

#about h5 {
	font-family: 'Esteban', serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #7d6b59;
	letter-spacing: normal;
	border-bottom: 1px solid #c1b79a;
}

ul.hours {
	margin: 1em 0;
}

ul.hours li {
	font-size: 1.2em;
	color: #c1b79a;
	margin: .5em 0;
}

ul.hours li span {
	color: #7d6b59;
}

p.locate span {
	color: #c1b79a;
}

p.hours span {
	color: #7d6b59;
}

#about [class*="column"]+[class*="column"]:last-child {
	padding: 0 6em;
}

#about .columns {
	width: 50%;
}

p.locate a {
	/* font-style: italic; */
	color: #7d6b59;
}

p.locate a:hover, p.locate a:focus {
	/* text-decoration: underline; */
	color: #b33754;
}

@media only screen and (max-width: 900px) {

	#about {
		text-align: center;
	}

	#about .columns {
		width: 100%;
	}

	#about [class*="column"]+[class*="column"]:last-child {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		margin-top: 1.5em;
	}
	
	.opening-hours, .address {
		float: left;
		width: 50%;
	}
	
	.opening-hours {
		border-right: 4px double #c1b79a;
	}
	
	#about h5 {
		border-bottom: none;
	}

}

@media only screen and (max-width: 480px) {
	
	#about {
		padding: 3em 0;
	}
	
	ul.hours li span {
		display: block;
	}
	
	.opening-hours {
		border-right: none;
		border-bottom: 4px double #c1b79a;
	}
	
	.address {
		margin-top: 1em;
	}
	
	.opening-hours, .address {
		width: 100%;
	}
}

/* ---- Tabs ---- */

.tabs {
	position: relative;
}

.tabs .lines {
	border-color: #c1b79a;
	top: 3%;
}

.tabs h3 {
	text-align: center;
	color: #c1b79a;
	margin-bottom: 1em;
}

.tabs dd > a {
	background: none;
	color: #ffffff;
	font-size: 5em;
	padding: 2.3em 0; 
}

.tabs .active a:before {
	background-color: #ffffff;
	display: block;
	content: "";
	height: 10px;
	margin: 0 auto;
	width: 23%;
	bottom: 35%;
	position: absolute;
	left: 38%;
	/*box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

.tabs .active a:after {
	background-color: #ffffff;
	display: none;
	content: "";
	height: 10px;
	margin: 0 auto;
	width: 23%;
	bottom: 35%;
	position: absolute;
	right: 38%;
	/*box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

.tabs dd.active a {
	background: none;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

.tabs dd > a:hover {
	background: none;
}

.tabs dd {
	width: 50%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.menu-block {
	clear: both;
	float: left;
	margin-bottom: 5%;
	padding-bottom: 5%;
	margin-right: 5%;
	width: 45%;
	position: relative;
}

@media only screen and (max-width: 900px) {
	.tabs dd a {
		font-size: 3em;
	}
}

@media only screen and (max-width: 660px) {

	.tabs dd a {
		font-size: 2em;
	}
	
	.tabs .active a:after {
		display: none;	
	}
	
	.tabs .active a:before {
		width: 22%;
		bottom: 25%;
		left: 40%;
	}
}

/* ---- Menus ---- */

#menus {
	background-color: #de954e;
	max-width: 100%;
	color: #fff;
}

#menus .large-12 {
	width: 80%;
	margin: 0 auto;
	float: none;
}

#menus h2, #menus h3 {
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: .2em;
	margin-bottom: 4%;
}

.menu-block:nth-child(2n) {
	clear: right;
	float: right;
	margin-right: 0;
}

.tabs-content > .content {
	padding: 4em 0;
}

#menus ul {
	float: left;
	width: 100%;
	margin-bottom: 2.75em;
}

#menus ul li {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	display: inline;
	padding: 0 .375em 0 0;
	font-size: 1.2em;
	font-weight: 600;
}

#menus ul li em {
	float: right;
	font-style: normal;
	padding: 0 .375em;
	list-style: none;
	font-size: 1.125em;
}

#menus i {
	line-height: 1.5em;
	float: left;
	padding-top: .275em;
	font-size: 1.125em;
	color: #8b5623;
}

#menus .full-block {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

#menus .full-block h3 {
	background: none;
}

#menus .full-block .lines {
	top: 16%;
	width: 26%;
	border-color: #fff;
}

#menus a.button {
	background: none;
	border-color: #fcf4ed;
	color: #fcf4ed;
}

#menus a.button:hover, #menus a.button:focus {
	background: #fcf4ed;
	color: #de954e;
}

.menu-slideshow, .menu-slideshow-bar {
	position: absolute;
	width: 363px;
	height: 267px;
	bottom: 0;
	left: 10%;
}

.menu-slideshow span, .menu-slideshow-bar span {
	position: absolute;
	z-index: 100;
}

.menu-slideshow > div, .menu-slideshow-bar > div { 
	position: absolute;
	left: 6px;
	top: 1px;
}

#mains {
	padding-bottom: 18em;
}

#frame {
	padding: 10em 0 0 0;
}

@media only screen and (max-width: 900px) {
	.menu-block {
		width: 100%;
	}
	
	.menu-slideshow, .menu-slideshow-bar, #frame {
		display: none;
	}
	
	#mains {
		padding-bottom: 5%;
	}
}

@media only screen and (max-width: 600px) {
	#menus .full-block .lines {
		display: none;
	}
}


/*---- Slider ---- */

#slides { 
	position: relative; 
}

#slides {
	position: relative;
}

#slides > div { 
    position: absolute; 
}


#ninety_nine {
	width: 100%;
	height: 577px;
	max-height: 577px !important;
	position: relative;
}

.rsBullets {
	height: auto;
	line-height: 6px;
	overflow: hidden;
	padding-top: 4px;
	position: absolute;
	left: 1%;
	bottom: 10%;
	text-align: center;
}

.rsNavItem {
	margin: 10px 0;
}

#ninety_nine .rsBullet.rsNavSelected span {
	background-position: center 88.4%;
}

#ninety_nine .rsBullet span {
	background-image: url('../img/icons.png');
	background-position: center 80.4%;
	display: block;
	height: 20px;
	width: 20px;
	background-size: 100%;
}


/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */

.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}


@media only screen and (max-width: 700px) {
	.rsNavItem {
		margin: 10px;
		display: inline-block;
	}
	
	.rsBullets {
		left: 0;
		right: 0;
		bottom: 1%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/*---- Events ---- */

#events {
	background-image: url('../img/events-4.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 6em 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#events h2 {
	color: #b33754;	
}

#events .block {
	color: #b33754;
	margin: 2em 0;
}

.event-box {
	margin: 2em auto;
	text-transform: uppercase;
	text-align: center;
}

ul.event-box li.box {
	background: rgba(253, 250, 246, .8);
	background-image: url('../img/scroll.png');
	background-position: center 47%;
	background-repeat: no-repeat;
	background-size: 30%;
	width: 32%;
	margin-right: 2%;
	display: inline-block;
}

ul.event-box .box .info {
	margin: 0.5em;
	padding: 2.5em .5em;
	border: 4px double #c3b295;
	text-align: center;
	color: #c3b295;
}

ul.event-box .box .info .day {
	margin-top: 3em;
	color: #7d6b59;
}

.event-box .box .info h4 {
	color: #7d6b59;
}

.info ul {
	margin-left: 0;
}

ul.day li {
	font-family: 'Muli', sans-serif; 
	letter-spacing: 2px;
}

ul.time li {
	font-weight: 600;
}

#events p {
	color: #ffffff;
}

@media only screen and (max-width: 900px) {
	#events .block {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	ul.event-box li.box {
		width: 45%;
	}
}

@media only screen and (max-width: 600px) {
	
	ul.event-box li.box {
		width: 65%;
		margin-bottom: 2em;
		margin-right: 0;
	}
}


@media only screen and (max-width: 400px) {
		ul.event-box li.box {
			width: 85%;
		}
}

/*---- Quote ---- */

#quote {
	background-image: url("../img/green-bg.jpg");
	background-repeat: repeat;
	background-color: #919c6c;
	max-width: 100%;
	text-align: center;
	padding: 6em 0;
}

#quote h2, #quote cite {
	color: #ffffff;
}

#quote cite:before {
	background-color: #ffffff;
	display: block;
	content: "";
	height: 3px;
	margin: 0 auto 20px;
	width: 10%;
}

#quote cite {
	font-size: 1.5em;
	font-style: normal;
}

#overlay {
	
}

/*---- Contact Details ---- */

#contact {
	position: relative;
	background-color: #c3b295;
	max-width: 100%!important;
	text-align: center;
	padding: 1em 0;
	text-transform: uppercase;
	overflow: hidden;
}

#contact p {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5%;
	margin-bottom: 0;
}

#contact p.locate {
	margin-left: 2%;
}

#contact p.locate span {
	color: #7d6b59;
}

#contact ul {
	margin: 0;
}

#contact ul li {
	display: inline-block;
	border-right: 4px double #7d6b59;
	padding: 0 2%;
	color: #7d6b59;
	font-family: 'Muli', sans-serif;
}

#contact ul li:last-child {
	border-right: none;
}

#contact ul a {
	color: #7d6b59;
	padding: .5em;
}

#socials {
	margin: 4em 0;
}

#socials ul {
	display: inline-block;
}

#socials ul li {
	width: 300px;
	text-transform: uppercase;
	padding: 0 2%;
	color: #7d6b59;
	font-family: 'Muli', sans-serif;
	display: inline-block;
}

#socials ul li a {
	padding: 1em 3em;
	border: 4px double #fdfaf6;
	color: #fff;
	margin: 0 2%;
	display: block;
	letter-spacing: 2px;
}

#socials .facebook:hover, #socials .facebook:focus {
	border-color: #4c5f90;
	background: #4c5f90;
}

#socials .instagram:hover, #socials .instagram:focus {
	border-color: #4f7693;
	background: #4f7693;
}

#socials .twitter:hover, #socials .twitter:focus {
	border-color: #17addd;
	background: #17addd;
}

#socials .tripadvisor:hover, #socials .tripadvisor:focus {
	border-color: #6f9c2e;
	background: #6f9c2e;
}

footer .lines.social.leftlines, footer .lines.social.rightlines {
	top: 51px;
}

@media only screen and (max-width: 1257px) {
	#socials ul li {
		width: 500px;
		margin-bottom: 2em;
	}
}

footer h3 {
	color: #fdfaf6;
}

.lines {
	position: absolute;
	top: 50%;
	width: 40%;
	height: 6px;
	display: block;
	border-top: 1px solid #99846e;
	border-bottom: 1px solid #99846e;
}

.rightlines {
	right: 0;
}

.leftlines {
	left: 0;
}

footer {
	position: relative;
	background-color: #7d6b59;
	max-width: 100%!important;
	padding: 2em 0 5em 0;
	text-align: center;	
	background-image: url('../img/oh-dear.png');
	background-repeat: no-repeat;
	background-position: center center;
}

footer h2 {
	color: #fdfaf6;
}

footer #fabric {
	margin-top: 15em;
}

#fabric h5 {
	font-family: 'Old Standard TT', serif;
	color: #99846d;
}

#contact ul li.mobile {
	display: none;
}

a.fabric {
	background: url('../img/fabric.png') no-repeat 0 0 transparent;
	height: 35px;
	width: 158px;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-top: 13px;
	margin-right: auto;
}

p.copy {
	display: inline-block;
	color: #99846d;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	margin-top: 4em;
}

@media only screen and (max-width: 1048px) {
	footer {
		background-position: center 64%;
	}
	
	footer #fabric {
		margin-top: 9em;
	}
	
	.lines {
		top: 63%;
		width: 36%;
	}
	
	footer .lines.social.leftlines, footer .lines.social.rightlines {
		top: 5.8%;
		width: 28%;
	}
		
}

@media only screen and (max-width: 1024px) {
	#contact ul li.mobile {
		display: inline-block;
	}
	
	#contact ul li.toggle {
		display: none;
	}
}

@media only screen and (max-width: 530px) {
	#socials ul li {
		width: 300px;
	}
	
	footer .lines.social.leftlines, footer .lines.social.rightlines {
		width: 20%;
	}
	
	.lines {
		width: 25%;
	}	
}

@media only screen and (max-width: 600px) {
	#contact ul li {
		width: 100%;
		border-right: 0;
		margin-bottom: 1em;
	}
}