@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
}
@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic-webfont.woff') format('woff'),
         url('../fonts/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
}
@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato-lightitalic-webfont.eot');
    src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lightitalic-webfont.woff') format('woff'),
         url('../fonts/lato-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
}
@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato-hairline-webfont.eot');
    src: url('../fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hairline-webfont.woff') format('woff'),
         url('../fonts/lato-hairline-webfont.ttf') format('truetype'),
         url('../fonts/lato-hairline-webfont.svg#latohairline') format('svg');
}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-bla-webfont.eot');
    src: url('../fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bla-webfont.woff') format('woff'),
         url('../fonts/lato-bla-webfont.ttf') format('truetype'),
         url('../fonts/lato-bla-webfont.svg#latoblack') format('svg');
}
@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
}
@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extralight-webfont.woff') format('woff'),
         url('../fonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
}
@font-face{
font-family:'arvoregular';
	src:url('../fonts/arvo-regular-webfont.eot');
	src:url('../fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arvo-regular-webfont.woff') format('woff'),
		url('../fonts/arvo-regular-webfont.ttf') format('truetype'),
		url('../fonts/arvo-regular-webfont.svg#arvo-regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
* { 
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
html{height: 100%;}
body {
	font:12px/20px Arial, Helvetica, sans-serif;
	margin:0;
	background:#7a481c;
	color:#d7d5d3;
	-webkit-text-size-adjust:none;
	height: 100%;
	min-width: 320px;
}
a {
	text-decoration:underline;
	color: #daab24;
	-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
a:hover {
	text-decoration:underline;
	color:#ffc318;
}
a:active {background-color: transparent;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
input{overflow: hidden;}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}



h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{
	font:30px/36px arvoregular, sans-serif;
	text-transform: uppercase;
}
h2{
	font:28px/34px latolight, sans-serif;
	text-transform: uppercase;
}
h3{
	font-size:120%;
}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
.alignleft h2 {
	font-family: latobold, sans-serif;
}
.button {
	color:#cb6103;
	font:20px/24px latolight, sans-serif;
	text-transform:uppercase;
	padding:6px 10px;
	border:1px solid #cb6103;
	display:inline-block;
	vertical-align:top;
	text-decoration: none;
}
.button:hover {
	text-decoration:none;
	color:#9c1519;
	border-color:#9c1519;
} 
.content .button{
	color: #daa81d;
	border-color: #daa81d;
	text-transform: capitalize;
}
.content .button:hover {
	color: #ffc318;
	border-color: #ffc318;
}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
.alignleft{
	float: left;
	margin: 0 20px 0 0;
}
.alignright{
	float: right;
	margin: 0 0 0 20px;
}
.aligncenter{
	text-align: center;
	margin: 0 0 20px;
}
img{vertical-align:top;}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover{cursor:pointer;}
input[type=tel],
input[type=email],
input[type=text],
input[type=password],
input[type=submit],
textarea{-webkit-appearance:none;}
textarea,
input[type=tel],
input[type=email],
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
header, footer, article, section, nav, figure, aside { display: block; }
.alignnone{float: none; }
img.size-full,
img.size-large,
img.size-full{
	display:block;
	height:auto;
	max-width:100%;
}
.content:after,
.container:after,
#nav > .holder:after,
#footer .holder:after,
#nav:after {
	content:"";
	clear:both;
	display:block;
}
#wrapper{
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
#header{
	width: 100%;
	/*position: relative;*/
	position: fixed;
	z-index: 15;
	min-height: 101px;
	background: #71634d url(../images/bg-header.jpg) 50% 0;
	border-bottom: 2px solid #cbcbcb;
}
#header .area{
	position: absolute;
	left: 50%;
	top:0;
	width:407px;
	margin:0 0 0 -206px;
	padding:0;
	height:165px;
	z-index: 10;
}
#menu-menu_right #menu-item-40 div a{
	cursor: default;
}
#menu-menu_right #menu-item-40 div ul a{
	cursor: pointer;
}
.logo{
	display: block;
	margin: 0 auto 15px;
	width:407px;
	height:151px;
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background: url(../images/logo.png) no-repeat;
	position: relative;
	z-index: 25;
}
.logo a{
	height:100%;
	display:block;
}
.accordion h4{
	cursor: pointer;
}
.accordion .text{
	display: none;
	padding: 0 0 10px;
}
#nav{
	width: 100%;
	position: relative;
}
#nav:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	width:100%;
	background: #71634d url(../images/bg-top.png) repeat-x 50% 0;
}
#nav .holder{
	margin: 0 auto;
	max-width:1200px;
	position: relative;
}
#nav .frame{
	float: right;
	width: 50%;
	margin: 0;
	padding:0 0 0 180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#nav .frame:first-child{
	float: left;
	padding:0 180px 0 0;
}
#nav ul{
	display: table;
	margin: 0;
	width: 100%;
	font:15px/19px latolight, sans-serif;
	text-transform: uppercase;
	table-layout: fixed;
}
#nav li{
	display: table-cell;
	list-style: none outside;
	min-width: 100px;
}
#nav li > div {
	position:relative;
}
#nav ul a{
	padding:23px 2px;
	color: #ffc318;
	display: block;
	text-align: center;
	position: relative;
	text-decoration: none;
	white-space:nowrap;
	height:71px;
}
#nav ul div > a:before{
	clear: both;
	display: block;
	content: '';
	border-left: 1px dotted #837d72;
	position: absolute;
	left: 0;
	top: 25%;
	height: 50%;
	width: 1px;
}
#nav ul ul div > a:before{display: none;}
#nav ul li:first-child a:before {border: none; }
#nav ul li a:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	vertical-align:middle;
}
#nav ul a span{
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
}
#nav ul a span:after{
	content: "";
	position: absolute;
	left: 50%;
	margin: 0 0 0 -11px;
	bottom:17px;
	width:22px;
	height:10px;
	background:url(../images/sprite.png) no-repeat -77px -88px;
	display:none;
}
#nav .current-menu-item a,
#nav .active a,
#nav ul > li:hover a{
	background: rgba(0,0,0, 0.5);
	color:#ffc318;
}
#nav .current-menu-item a span:after,
#nav .active a span:after,
#nav ul > li:hover a span:after{
	content: " ";
	display: block;
}
#nav ul ul {
	display:block;
	position:absolute;
	top:-9999px;
	left:0;
	z-index:11;
	padding:0;
	width:203px;
	background: rgba(0,0,0, 0.5);
}
#nav ul > li:hover ul {top:100%;}
#nav ul ul li {
	display:block;
	border:none;
	position:relative;
}
#nav ul ul li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	z-index:3;
	background:rgba(209, 243, 231, 0.2);
}
#nav ul ul li:first-child:before {display:none;}
#nav ul ul a {
	height:auto;
	padding:7px 2px 8px;
	color:#fff;
	white-space:normal;
	text-transform: none;
}
#nav ul ul a:after {display:none;}
#nav ul ul a:hover {
	background: rgba(0,0,0, 0.9);
	position:relative;
	z-index:2;
}
#nav .current-menu-item ul a span:after,
#nav .active ul a span:after,
#nav ul > li:hover ul a span:after,
#nav ul ul a span:after{display:none; }
#nav li div a:first-child:last-child span:after,
#nav li.active div a:first-child:last-child span:after,
#nav li:hover div a:first-child:last-child span:after{
	display: none;
}
#tribe-events-pg-template,
#main{
	margin:0 auto;
	max-width:1200px;
	position: relative;
	padding:149px 0 130px; /*42*/
	z-index: 2;
}
.container p .located-text{
	text-align:left;
	display: block;
}
.located-text a{
white-space: nowrap;
}
#main{
	display: block;
	clear: both;
	content:'';
}
.visual{
	overflow: hidden;
	margin:0 auto 29px;
	border-top: 3px solid #3b6320;
	max-width: 1024px;
}
.visual img{
	width: 100%;
	height: auto;
}
.content{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
body.single  .content em.date{
	display: none;
}
body.single-post  .content em.date{
	display: block;
}
.heading{
	border-bottom: 1px solid #9db18f;
	max-width: 1024px;
	margin: 0 auto 23px;
	padding:5px 0 11px;
	overflow: hidden;
}
.heading h1{
	font:40px/46px arvoregular, sans-serif;
	margin: 0;
	letter-spacing: -1px;
	float: left;
	text-transform: capitalize;
}
.breadcrumbs + h1 {text-transform: capitalize; }
.container{
	padding:22px 0 0;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
.container.layout {padding-top:0;}
.container .photo{width: 50%;}
.container .photo img{
	width: 100%;
	height: auto;
}
.container .info{overflow: hidden;}
.container p{margin: 0 0 18px;}
.alignleft{
	float: left;
	margin: 0 3% 0 0;
}
.alignright{
	float: right;
	margin: 0 0 0 3%;
}
#twocolumns{
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
}
#twocolumns .content{
	float: left;
	width: 67%;
}
#sidebar{
	float: right;
	width: 23.5%;
	margin: 0 0 0 3%;
	padding:9px 0 0;
	font-size: 13px;
}
#sidebar h4{
	font:bold 15px/18px Arial, Verdana, sans-serif;
	color: #4e4d4d;
	text-transform: uppercase;
	margin: 0 0 10px;
	border-bottom: 1px solid #cfe5f6;
	padding: 0 0 8px;
}
#sidebar ul{
	margin: 0 0 20px;
	font: bold 13px/16px Verdana, Geneva, Arial, sans-serif;
	text-transform:capitalize;
	color: #696969;
}
#sidebar li{
	list-style: none outside;
	padding:0 0 2px;
	position: relative;
}
#sidebar li :after{
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
}
#sidebar ul a{
	color: #fff;
	display:inline-block;
	vertical-align:top;
	text-decoration: none;
	padding:0 0 0 15px;
}
.wp-pagenavi{overflow: hidden;}
.wp-pagenavi a,
.wp-pagenavi span{
	float: left;
	margin: 0 4px;
	color: #c5ae60;
	font:20px/24px latolight, sans-serif;
	border: none;
	padding: 1px 0;
	font-weight: normal !important;
}
.wp-pagenavi .current{color: #62b195;}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	float: left;
	width: 24px;
	height: 24px;
	overflow:hidden;
	text-indent:-9999px;
	color: #000;
	position: relative;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after{
	content: "<";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font:38px/24px latolight, sans-serif;
	color: #c5ae60;
	text-indent: 0;
}
.wp-pagenavi .nextpostslink:after{content: ">"; }
.wp-pagenavi .previouspostslink:hover:after,
.wp-pagenavi .nextpostslink:hover:after{color: #23cc92;}
.side-list{
	overflow: hidden;
	margin: 0 0 20px;
}
.side-list li{
	padding: 0 0 3px;
	list-style: none outside;
}
.side-list li:before{
	content:'> ';
	font-size: 13px;
	line-height: 17px;
	color: #4e4d4d;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 7px 0 0;
}
.posts {padding:0 0 45px;}
.link-wrap {
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
}
.post{
	overflow: hidden;
	border-top:1px solid #9db18f;
	padding: 31px 0 30px;
}
.post:first-child{
	border: 0;
	padding-top: 0;
}
.post h2{
	color: #cbc3be;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 4px;
}
.post .photo{
	width:32%;
	margin-top:2px;
}
.post .photo img{
	width: 100%;
	height: auto;
}
.post .info{overflow: hidden;}
.post p{margin: 0 0 16px;}
.post .alignleft{margin-right: 2.2%;}
/* main-gallery */
.main-gallery-area {
	position:relative;
	top:119px;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
	z-index:1;
}
.main-gallery-area .controls {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
.main-gallery iframe,
.main-gallery p{margin-bottom: 0;}
.main-gallery-area .controls-holder {
	max-width: 1200px;
	margin:0 auto;
	height: 100%;
	position: relative;
}
.main-gallery-area .prev,
.main-gallery-area .next {
	position:absolute;
	top:50%;
	left:20px;
	z-index:20;
	width:36px;
	height:69px;
	margin:-35px 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat 0 -131px;
}
.main-gallery-area .next {
	left:auto;
	right:20px;
	background-position: -50px -131px;
}
.main-gallery-area .prev:hover,
.main-gallery-area .prev.hover {background-position: -100px -131px ;}
.main-gallery-area .next:hover,
.main-gallery-area .next.hover {background-position: -150px -131px ;}
.main-gallery {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	margin: 0;
	padding: 0;
}
.main-gallery > li {
/*	position:absolute;*/
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position: static;
	overflow: hidden;
}
.main-gallery > li img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: auto !important;
	z-index:2;
}
.list-content{
	list-style:none;
	margin:0;
	padding:0;
}
.list-content li{
	list-style: none outside;
	padding: 0 0 6px;
}
.btn-calendar{
	position: absolute;
	right:88px;
	top: 18px;
	width:126px;
	height:126px;
	background: rgba(55,91,32, 0.7);
	font:20px/28px latobold, sans-serif;
	text-transform: uppercase;
	border-radius:170px;
	-webkit-border-radius:170px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	z-index: 25;
	outline: none;
}
.home .btn-calendar {
	right:88px;
	top: 140px;
}
.btn-calendar:hover,
.btn-calendar:active,
.btn-calendar:hover:before,
.btn-calendar:active:before{
	text-decoration: none;
	background:  #afcbff;
	background:  #afcbff -moz-radial-gradient(center, ellipse cover,  #afcbff 0%, #115bb5 42%, #0d355c 100%);
	background:  #afcbff -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#afcbff), color-stop(42%,#115bb5), color-stop(100%,#0d355c));
	background:  #afcbff -webkit-radial-gradient(center, ellipse cover,  #afcbff 0%,#115bb5 42%,#0d355c 100%);
	background:  #afcbff -o-radial-gradient(center, ellipse cover,  #afcbff 0%,#115bb5 42%,#0d355c 100%);
	background:  #afcbff -ms-radial-gradient(center, ellipse cover,  #afcbff 0%,#115bb5 42%,#0d355c 100%);
	background:  #afcbff radial-gradient(ellipse at center,  #afcbff 0%,#115bb5 42%,#0d355c 100%);
} 
.btn-calendar:hover{color: #fff;}
.btn-calendar span{
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	padding: 10px 5px;
}
.btn-calendar:before{
	content: "";
	position: absolute;
	left:-14px;
	top:-14px;
	width:154px;
	height:154px;
	border-radius:160px;
	-webkit-border-radius:160px;
	z-index: -1;
	background: rgba(55,91,32, 0.7);
}
.btn-calendar:after{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:124px;
	height:124px;
	border:2px solid #fff;
	border-radius:170px;
	-webkit-border-radius:170px;
}
.column-list{
	overflow: hidden;
	margin: 0 0 20px;
}
.column-list .list-content{
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
}
.column-list .list-content:first-child{margin-left: 0;}
/* slideshow basic styles */
.gallery{
	width: 100%;
	overflow:hidden;
	position:relative;
	margin:0 auto 35px;
	max-width: 1024px;
}
.gallery .fade{
	position: relative;
	width: 100%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery .fade-mask-slideset{width: 100%;}
.gallery .fade-mask-slideset > div{overflow: hidden; }
.gallery .fade-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery .fade-slide.active{z-index: 2;}
.gallery .fade-mask-slideset img{
	width:100%;
	height:auto;
}
.gallery .gallery-new .fade-slide-new > img {
	width: 100%;
	max-height: 100%;
}
.gallery .switcher{
	width:100%;
	position: relative;
	padding:11px 50px 9px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery .switcher .mask{
	position:relative;
	overflow:hidden;
	width: 100% !important;
}
.gallery .switcher .slideset{
	width: 100%;
	overflow:hidden;
}
.gallery .switcher .slide{
	float:left;
	margin:0 3px 0 2px;
	width: 149px;
	list-style: none outside;
	padding: 0;
}
.gallery .switcher .slide span {display: inline-block;}
.gallery .switcher .slide img{
	display:block;
	height:auto;
	height: 82px;
	border: 3px solid #fff;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.gallery .switcher .active img{
	border-color: #ffc318;
}
.gallery .switcher .btn-prev,
.gallery .switcher .btn-next{
	text-indent:100%;
	white-space: normal;
	overflow:hidden;
	width:36px;
	height:69px;
	position:absolute;
	left:0;
	bottom:15px;
	margin:0;
	background: url(../images/sprite.png) no-repeat -200px -131px;
}
.gallery .switcher .btn-next{
	left:auto;
	right:3px;
	background-position: -250px -131px;
}
.gallery .switcher .btn-prev:hover {background-position: -100px -131px; }
.gallery .switcher .btn-next:hover {background-position: -150px -131px; }
.gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 10px;
	color: #333;
}
.gallery-bg {
	background: #f7e7b9;
}
/* hide arrows */
.gallery .switcher {
	padding: 11px 0 9px;
}
.gallery .switcher .btn-prev,
.gallery .switcher .btn-next {
	display: none;
}
.subscribe{margin: 0 0 20px; }
.subscribe form{margin: 0;}
.subscribe p{
	margin: 0 0 10px;
	overflow: hidden;
}
.subscribe br,
.contact-form br{display: none;}
.contact-form .form-item{
	margin: 0 0 10px;
	overflow: hidden;
}
.subscribe label,
.contact-form .form-item label{
	display: block;
	margin: 0 0 5px;
}
.contact-form span.wpcf7-form-control-wrap{display: block; }
.subscribe select,
.contact-form select{
	width: 100%;
	margin: 0;
	height: 20px;
}
.subscribe input[type=email],
.subscribe input[type=text],
.contact-form textarea,
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=text]{
	display: block;
	padding:4px 10px;
	margin:0;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#696969;
	font-size:13px;
	line-height:16px;
	background: #fff;
	height: 25px;
	outline: none;
	border: 1px solid #696969;
	width: 240px;
}
.contact-form textarea{width: 340px;}
.subscribe input[type=email],
.subscribe input[type=text]{margin-bottom: 5px;}
.contact-form textarea{
	padding: 5px 2px 5px 10px;
	max-width: 100%;
	height: 80px;
	min-height: 80px;
}
.subscribe button[type=submit],
.subscribe input[type=submit],
.contact-form input[type=submit]{
	float:left;
	padding:0 6px;
	margin:0;
	border:1px solid #cb6103;
	background: #fff;
	color:#cb6103;
	font: 14px/16px 'latohairline', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 26px;
}
.subscribe button[type=submit]:hover,
.subscribe input[type=submit]:hover,
.contact-form input[type=submit]:hover {
	cursor: pointer;
	color: #9c1519;
	border-color: #9c1519;
}
.page-list{text-transform: uppercase;}
.ai1ec-week-view th,
.ai1ec-oneday-view th,
.ai1ec-month-view th{
	color: #fff !important;
	background: #f7bc08 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
}
.ai1ec-month-view .ai1ec-today,
.ai1ec-week-view .ai1ec-today{
	color: #000 !important;
	text-shadow: none !important;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-multiday .ai1ec-event{
	background-color: #503c19;
}
.ai1ec-filters-container{display: none;}
.ai1ec-container .dropdown-menu,
.ai1ec-container .btn-group .btn:last-child,
.ai1ec-container .btn-group .dropdown-toggle,
.ai1ec-container .btn-group .btn:first-child{
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
.ai1ec-container .ai1ec-load-view.btn,
.ai1ec-container .ai1ec-pagination .btn{
	background: #503c19 !important;
	color: #fff !important;
	text-shadow: none !important;
	border: none !important;
}
.ai1ec-container #ai1ec-view-dropdown a.dropdown-toggle{
	border-radius:0;
	-webkit-border-radius:0;
	background: #fff;
	border: none;
	color: #000;
	-webkit-box-shadow:inset 2px 0 2px -2px rgba(0, 0, 0, 0.5), inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset 2px 0 2px -2px rgba(0, 0, 0, 0.5), inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
	box-shadow:inset 2px 0 2px -2px rgba(0, 0, 0, 0.5), inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}
#ai1ec-current-view .caret{display: none;}
#ai1ec-current-view{
	padding-right: 40px;
	position: relative;
}
#ai1ec-current-view:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	background: url(../images/bg-arrow-large.png) no-repeat 50% 50%;
	-webkit-box-shadow: inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
	box-shadow: inset -2px 0 2px -2px rgba(0, 0, 0, 0.5), inset 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}
.ai1ec-action-week .ai1ec-pagination a,
.ai1ec-action-oneday .ai1ec-pagination a{width: 9em;}
.ai1ec-title-buttons .btn-group{margin-bottom: 10px;}
h2.ai1ec-calendar-title{
	margin-top: 7px !important;
	white-space: normal;
}
.ai1ec-calendar-toolbar td + td{text-align: right;}
.ai1ec-container .btn-toolbar{
	margin: 0 !important;
	padding: 8px 0 !important;
}
.question-post{
	margin: 0 0 20px;
	overflow: hidden;
}
.question-post h3{
	font-family: 'latoblack', sans-serif;
	margin: 0 0 4px;
	text-transform: none;
}
.question-post h3 a{color: #696969;}
.question-post p{margin: 0;}
#footer{
	padding:19px 0 10px;
	background: #72644d url(../images/bg-footer.jpg) 50% 0;
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	color:#fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #cbcbcb;
}
#footer .holder{
	margin: 0 auto;
	max-width:1152px;
	position:relative;
	padding: 0 13px 0 35px;
	text-align: center;
}
#footer .footer-box {
	float: left;
	margin: 19px 20px 0 0;
	text-align: center;
}
#footer .footer-box a {
	display: block;
}
#footer .footer-box a img {
	display: block;
}
#footer .footer-row {
	padding:0 5px 4px 0;
	min-height:45px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -80px 0 0;
}
#footer .footer-row:after {
	content:'';
	display:block;
	clear:both;
}
#footer .footer-row h3.title {
	font: 15px/20px 'arvoregular', Arial, Helvetica, sans-serif;
	color: #dfac25;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#footer .footer-row address {
	font: 16px/22px 'latolight', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#footer .btn-group {padding:0 24px 0 34px;}
#footer .btn-group:after {
	content:'';
	display:block;
	clear:both;
}
#footer .btn {
	float:right;
	margin:0;
	text-transform:uppercase;
	font:23px/28px latolight, sans-serif;
	padding:0 7px;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
#footer .btn:hover {
	border-color:#00ffd8;
	color:#00ffd8;
}
#footer .btn-group .btn:first-child {float:left;}
#footer .social-networks{
	width: 80px;
	float: right;
	margin: -6px 0 0;
}
.social-networks li{
	float:left;
	margin:0 0 8px 8px;
	list-style:none outside;
}
.social-networks a{
	display:block;
	margin:0;
	width:31px;
	height:30px;
	overflow:hidden;
	white-space: normal;
	text-indent: 100%;
	background: url(../images/sprite.png) no-repeat 0 100px;
	outline: none;
}
.social-networks .facebook{background-position:0 0;}
.social-networks .twitter{background-position:-39px 0;}
.social-networks .google{background-position: 0 -40px;}
.social-networks .pinterest{background-position: -39px -40px;}
.social-networks .facebook:hover{background-position:-77px 0;}
.social-networks .twitter:hover{background-position:-117px 0;}
.social-networks .google:hover{background-position:-77px -40px;}
.social-networks .pinterest:hover{background-position:-117px -40px;} 
.footer-nav{
	float: left;
	max-width: 280px;
}
.footer-nav ul {
	margin: 0 -12px 0 0;
	overflow: hidden;
	text-transform: uppercase;
	font: 14px/18px 'latolight', Arial, Helvetica, sans-serif;
	text-align: right;
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 23px 4px 0;
	position: relative;
}
.footer-nav li:after{
	display: block;
	content: '';
	position: absolute;
	left: -13px;
	top: 3px;
	width: 1px;
	height: 13px;
	background: #fff;
}
.footer-nav .hide-separator:after{
	display: none;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
}
.footer-nav a:hover {
	text-decoration: underline;
}
#footer .footer-set {
	float: right;
}
#footer .footer-set:after {
	content:'';
	display:block;
	clear:both;
}
#footer .travel {
	position:absolute;
	top:-10px;
	right:68px;
	width:248px;
}
#footer .travel .alignright {margin:0 0 0 3px;}
#footer .travel .description {
	overflow:hidden;
	padding:3px 0 0;
	text-align:right;
	font:12px/15px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
}
#footer .set-wrap {
	float:left;
	padding:0 40px 0 0;
}
#footer .set-wrap .info {
	max-width:250px;
	text-align:center;
	text-transform:uppercase;
	font:10px/14px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
}
#footer .set-wrap .title {
	display:block;
	font-size:12px;
}
#footer .set-info {
	overflow:hidden;
	padding:11px 0 0;
}
#footer .set-wrap .info p {margin:0;}
#footer .set-wrap .info p a{
	color:#fff;
}
#footer .links-list {
	margin:0 -10px 0 0;
	float:left;
	text-transform:uppercase;
	font:12px/14px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
}
#footer .links-list li {
	float:left;
	list-style:outside none;
	position:relative;
	margin:0 22px 0 0;
}
#footer .links-list li:before {
	content:'|';
	position:absolute;
	left:-13px;
	top:0;
}
#footer .links-list a {
	text-decoration:none;
	color:#fff;
}
#footer .links-list a:hover {text-decoration:underline;}
#footer .text-list {
	margin:0;
	overflow:hidden;
	text-align:right;
	font-size:0;
	letter-spacing:-4px;
}
#footer .text-list li {
	list-style:outside none;
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	font:10px/16px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
	text-transform:uppercase;
	position:relative;
	padding:0 0 0 12px;
}
#footer .text-list li:before {
	content:'•';
	position:absolute;
	left:2px;
	top:-1px;
	font-size:12px;
}
#footer .text-list li:first-child:before {display:none;}
#footer .text-list a {
	color:#fff;
	text-decoration:none;
}
#footer .text-list a:hover {text-decoration:underline;}
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-calendar thead th{background: #503c19 !important;}
#tribe-bar-form input[type=text]{
	color: #000 !important;
	font-weight: normal !important;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .entry-content .tribe-events-button, .tribe-events-button.tribe-inactive, .entry-content .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover{
	background-color: #e8a519 !important;
}
.post-item:after {
	content:'';
	display:block;
	clear:both;
}
.post-item {padding:0 0 20px;}
.breadcrumbs {
	margin: 0 auto 10px;
	max-width: 1024px;
	color: #f3f2f2;
	text-transform: capitalize;
}
.breadcrumbs a{color: #fff;}
#ssba {overflow:hidden;}
.textwidget {
	display: inline;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
}
.thumbs .bx-viewport {
	margin-bottom: 16px;
}
.main-gallery-area .bx-wrapper {
	height: 100%;
}
.main-gallery-area .bx-wrapper img {
	max-width: none;
}
.main-gallery-area .bx-viewport {
	height: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 120px;
	width: 100%;
	z-index: 2;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
/*	background: url(../images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff url(../images/sprite.png) no-repeat -28px -88px;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 10px;
	margin: 0 9px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #daa81d url(../images/sprite.png) no-repeat 0 -88px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	/*left: 10px;*/
	/*background: url(../images/controls.png) no-repeat 0 -32px;*/
}
.bx-wrapper .bx-next {
	/*right: 10px;*/
	/*background: url(../images/controls.png) no-repeat -43px -32px;*/
}
.bx-wrapper .bx-prev:hover {
	/*background-position: 0 0;*/
}
.bx-wrapper .bx-next:hover {
	/*background-position: -43px 0;*/
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
@media only screen and (max-width: 1160px) {
	#footer .footer-row {
		margin: 0 -40px 0 0;
	}
	#footer .travel {right:10px;}
	#footer .social-networks {right:267px;}
	#footer .btn-group {padding:0 10px 0 0;}
	#footer .btn {
		font-size:18px;
		float:left;
		margin:0 0 0 20px;
	}
	#footer .set-wrap {padding:0 20px 0 0;}
}
@media only screen and (max-width: 1059px) and (min-width: 1021px) {
	.content {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 1020px) {
	#header {
		position: absolute;
		position: fixed;
	}
	#header .area{
		position: static;
		padding:0;
		height:auto;
		overflow: hidden;
		width: auto;
		margin: 0;
		background: none;
		min-height: 0;
		border-radius:0;
		-webkit-border-radius:0;
	}
	#header .area:after{display: none;}
	.logo{
		margin:0 auto;
		width:359px;
		height:133px;
		background: url(../images/logo-tablet.png) no-repeat;
	}
	#nav {
		margin: -16px 0 0;
	}
	#nav .frame:first-child,
	#nav .frame{padding: 0; }
	#nav .frame li:first-child a:before{display: block;}
	#nav .frame li:first-child a:hover:before,
	#nav .frame:first-child li:first-child a:before{display: none;}
	#nav:before {background: none; }
	#nav ul a{
		padding: 3px 2px;
		height:60px;
	}
	#nav ul a:before{
		height: 78%;
		margin-top: -28%;
	}
	#nav ul div > a:before {
		top: auto;
		bottom: 5%;
		height: 90%;
	}
	#nav .frame li {border-width:0 0 0 3px;}
	#nav .frame li:first-child {border:none;}
	#nav .frame:first-child li {border-width:0 3px 0 0;}
	.btn-calendar{
		right:70px;
		top:20px;
	}
	.home .btn-calendar{
		right:70px;
		top:302px;
	}
	#nav .frame + .frame ul li:first-child:hover a:before,
	#nav .frame + .frame ul li:first-child a:before {
		border-left: 1px dotted #837d72;
		z-index: 20;
		display: block;
	}
	#nav ul a span:after {
		background: none;
	}
	.main-gallery-area {
		top: 0;
		position: static;
	}
	.main-gallery-area .prev,
	.main-gallery-area .next {top:53%;}
	.main-gallery-area .prev {left:8px;}
	.main-gallery-area .next{right:8px;}
	.content{padding: 0 10px;}
	#twocolumns{padding: 0 10px;}
	#twocolumns .content{padding: 0;}
	#tribe-events-pg-template{padding:20px 0 200px;}
	#main{padding:203px 0 200px;}
	#footer{padding:22px 0 0;}
	#footer .holder{
		padding: 0;
	}
	#footer .footer-row {
		margin: 0;
	}
	.footer-nav {
		margin: 26px 0 0;
		max-width: 400px;
	}
	#footer .footer-box {
		width:162px;
		padding:9px 28px 0 10px;
		bottom:0;
		left:-55px;
		margin: 24px 20px 0 15px;
	}
	#footer .btn-group {
		float:left;
		padding:0;
		margin:0 0 0 -8px;
	}
	#footer .btn {
		font-size:23px;
		margin:0 9px;
	}
	#footer .footer-row {padding:0 100px;}
	#footer .social-networks {
		position:static;
		float:right;
		margin:3px 12px 0 -5px;
	}
	#footer .footer-row address {
		margin: 0;
	}
	.social-networks li {margin:0 0 10px 9px;}
	#footer .footer-set {
		margin: -11px -9px 0 0;
	}
	.footer-nav {
		margin: 30px 0 0;
	}
	.footer-nav ul {
		margin: 0 -6px 0 0;
	}
	#footer .set-wrap {
		float:none;
		padding:0 0 7px;
	}
	#footer .set-wrap:after {
		content:'';
		display:block;
		clear:both;
	}
	#footer .set-info {padding:0;}
	#footer .set-wrap .info {
		float:left;
	}
	#footer .travel {
		position:static;
		float:right;
		margin:-14px 0 0;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 168px;
	}
}
@media only screen and (min-width: 768px) {
	#nav .popup{display: block !important;}
	#nav .popup.js-slide-hidden{
		position: static !important;
	}
	#nav .opener,
	#nav .title{display: none;}
}
@media only screen and (max-width: 767px) {
	#header{
		overflow: visible;
		z-index: 25;
		border:none;
		position: static;
	}
	#header .area{padding:4px 0 0;}
	.logo{
		float: none;
		margin:0 auto 17px;
		width:320px;
		height:137px;
		background: url(../images/logo-mobile.png) no-repeat;
	}
	#nav{
		padding:16px 6px 16px 16px;
		overflow: visible;
		width: auto;
		background: #000;
	}
	#nav > .holder{position: static;}
	#nav:after{
		content:"";
		clear:both;
		display:block;
	}
	#nav .frame li:first-child a:before,
	#nav:before{display: none;}
	#nav .title{
		float: left;
		color: #fff;
		text-transform: uppercase;
		font: 20px/28px 'arvoregular', 'Times New Roman', Times, serif;
		max-width: 70%;
	}
	#nav .opener{
		float: right;
		margin:3px 9px 0 0;
		width:24px;
		height:24px;
		overflow:hidden;
		text-indent:100%;
		white-space: normal;
		background: url(../images/sprite.png) no-repeat -276px 0;
	}
	#nav .popup{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 999;
		background: #333;
		display: none;
	}
	#nav .frame:first-child,
	#nav .frame{
		width: auto;
		float: none;
	}
	#nav ul{
		display: block;
		font-size: 15px;
		line-height: 20px;
	}
	#nav li{
		display: block;
		min-width: 0;
	}
	#nav .frame li{border: none;}
	#nav ul a:after,
	#nav ul a:before,
	#nav ul br{display: none;}
	#nav ul a{
		padding: 11px 16px;
		margin:-1px 0;
		height: auto;
		text-align: left;
		white-space: normal;
		color:#ffc318;
		background: #000;
	}
	#nav .frame + .frame ul li:first-child:hover a:before,
	#nav .frame + .frame ul li:first-child a:before,
	#nav ul div > a:before {
		border: none;
	}
	#nav ul a span:after {display:none !important;}
	#nav ul ul {display:none !important;}
	#main {padding: 20px 0 200px; }
	.container .photo{
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.container.layout{
		display: table;
		width: 100%;
	}
	.container.layout .info{
		width: 100%;
		display:table-header-group;
	}
	.container.layout .photo{
		display:table-footer-group;
		width: 100%;
	}
	.heading{
		text-align: center;
		margin:0 10px 23px;
	}
	.heading h1{
		float:none;
		width:100%;
		margin:0;
	}
	.alignleft,
	.alignright{
		margin: 0 0 15px;
		float: none;
		display: block;
		width:100%;
	}
	.posts {padding:0;}
	.link-wrap {padding:0 0 20px;}
	.post .photo{
		width: 100%;
	}
	#twocolumns{
		display: table;
		table-layout: fixed;
	}
	#twocolumns .content{
		display: table-header-group;
		float:none;
		width:100%;
	}
	#sidebar{
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.main-gallery-area{
		position: static;
		height: auto;
	}
	.main-gallery-area .bx-viewport{height: auto !important;}
	.main-gallery > li img{
		position: static !important;
		margin: 0 !important;
		display: inline !important;
		height: auto !important;
		width: 100% !important;
	}
	.main-gallery > li{height: auto;}
	.main-gallery-area .controls{
		position: static;
		padding:0;
	}
	.main-gallery-area .prev,
	.main-gallery-area .next{
		display: none;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 3px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	.main-gallery-area .next {
		background-position:-200px -100px;
		right:9px;
		left:auto;
	}
	.main-gallery-area .prev.hover {background-position:-330px -100px;}
	.main-gallery-area .next.hover {background-position:-300px -100px;}
	h1 {
		font-size:40px;
		line-height:46px;
	}
	.btn-calendar{
		position: relative;
		display: block;
		margin: 0 auto 10px;
		right: 0;
		top: 0;
		height: 135px;
		width: 135px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		z-index: 1;
	}
	.home .btn-calendar{
		right:auto;
		top:5px;
		position: relative;
	}
	.btn-calendar:after{
		width: 110px;
		height: 110px;
		left: 10px;
		top: 10px;
	}
	.btn-calendar:before ,
	.btn-calendar:hover:before,
	.btn-calendar:active:before {
		background: none;
	}
	.btn-calendar span{
		padding: 10px;
		height: 115px;
	}
	.content .otw-bare-bones{display: none;}
	#footer {
		border:none;
		padding:18px 0 0;
	}
	#footer .holder {padding:0;}
	#footer .footer-box {
		text-align:center;
		position:static;
		margin:0;
		background:none;
		padding:0 0 10px;
		width:100%;
		height:auto;
		float: none;
	}
	#footer .footer-box a {
		display: block;
	}
	#footer .footer-row address,
	#footer .footer-row h3.title {
		font-size: 12px;
		line-height: 16px;
	}
	#footer .footer-box a img {
		display: block;
		margin: 0 auto;
	}
	#footer .footer-box .wrap {
		display:inline-block;
		vertical-align:top;
		text-align:left;
		width:240px;
		padding:76px 50px 10px 61px;
		height:152px;
		background:url(../images/bg-footer-box.png) no-repeat 0 -390px;
	}
	#footer .footer-box .reservation {
		font-size:31px;
		line-height:38px;
		margin:0 0 24px;
	}
	#footer .footer-box .label {
		font-size:19px;
		line-height:20px;
	}
	#footer .footer-box .phone {
		font-size:35px;
		line-height:36px;
	}
	#footer .footer-set {padding-bottom:10px;}
	#footer .btn-group {
		float:none;
		margin:0;
		padding:28px 0 0;
		text-align:center;
	}
	#footer .btn,
	#footer .btn-group .btn:first-child {
		float:none;
		display:inline-block;
		vertical-align:top;
		font-size:30px;
		line-height:36px;
		margin:0 10px 30px;
		min-width:222px;
	}
	#footer .social-networks{
		margin:-4px auto 0;
		padding:0 0 3px;
		text-align:center;
		letter-spacing:-4px;
		font-size:0;
		float: none;
		width: auto;
	}
	#footer .social-networks li {
		float:none;
		display:inline-block;
		vertical-align:top;
		letter-spacing:0;
		margin:0 9px 8px;
	}
	.social-networks a{
		width:48px;
		height:48px;
		text-align:left;
		background: url(../images/sprite.png) no-repeat;
	}
	.social-networks .facebook{background-position:0 -220px;}
	.social-networks .twitter{background-position:-59px -220px;}
	.social-networks .google{background-position:-120px -220px;}
	.social-networks .pinterest{background-position:-180px -220px;}
 	.social-networks .facebook:hover{background-position:0 -272px;}
	.social-networks .twitter:hover{background-position:-59px -272px;}
	.social-networks .google:hover{background-position:-120px -272px;}
	.social-networks .pinterest:hover{background-position:-180px -272px;} 
	#footer .set-wrap {
		padding:0;
		width:100%;
		display:table;
	}
	#footer .footer-row {
		padding: 0 0 34px;
	}
	#footer .footer-set {
		float: none;
	}
	.footer-nav {
		margin: 0 auto 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		float: none;
	}
	.footer-nav ul {
		text-align: center;
	}
	.footer-nav ul li {
		margin: 0 23px 1px 0;
	}
	.footer-nav ul li:first-child:after {
		display: none;
	}
	#footer .travel {
		display:table-header-group;
		float:none;
		width:100%;
		text-align:center;
	}
	#footer .travel .wrap {
		display:inline-block;
		vertical-align:top;
		min-width:300px;
		padding:0 0 28px;
	}
	#footer .travel .alignright {
		width:108px;
		height:auto;
		float:right;
		margin:0 17px 0 3px;
	}
	#footer .travel .description {
		font-size:14px;
		line-height:18px;
		padding:4px 0 0;
	}
	#footer .set-wrap .info {
		float:none;
		display:table-footer-group;
		font-size:12px;
		line-height:16px;
	}
	#footer .set-wrap .title {
		font-size:14px;
		line-height:16px;
	}
	#footer .set-info {
		padding:18px 0 0;
		text-align:center;
	}
	#footer .set-info ul {
		display:inline-block;
		vertical-align:top;
		float:none;
		padding:0 0 18px;
		margin:0;
	}
	#footer .links-list {font:15px/20px latolight, Arial, Helvetica, sans-serif;}
	#footer .links-list li {margin:0 7px;}
	#footer .links-list li:before {
		left:-9px;
		top:-1px;
	}
	#footer .links-list li:first-child:before {display:none;}
	#footer .set-info .text-list {
		text-align:center;
		display:block;
	}
	#footer .text-list li {
		font-size:12px;
		line-height:16px;
		padding:0 9px;
		vertical-align:top;
	}
	#footer .text-list li:before {left:-6px;}
	#footer .text-list li.hidden-sep:before {display:none;}
	#tribe-events-pg-template{padding:20px 0;}
	.visual {margin:0 0 20px;}
	.form-contact,
	.subscribe{margin: 0 auto 20px;}
	#footer{position: relative;}
	#footer:after{display: none;}
	.otw-bare-bones{
		margin: 0 auto 30px;
		width: 220px;
	}
	.otw-widget-form-wrap{padding: 75px 0 0;}
	.powered-by-open-table{
		margin: 0 0 0 -72px;
		left: 50%;
		background-position: 50% 0 ;
	}
	.otw-widget-form{
		margin: 0 auto;
		width: 185px;
	}
	.otw-widget-form .otw-input-wrap:nth-child(2),
	.otw-widget-form .otw-input-wrap:first-child,
	.otw-widget-form .otw-button-wrap,
	.otw-widget-form .otw-input-wrap{
		float: none;
		width: 100%;
		margin: 0 0 18px;
	}
	.otw-widget-form .otw-input-wrap:after,
	.otw-widget-form .otw-button-wrap:after{
		content:"";
		clear:both;
		display:block;
	}
	.otw-widget-form .otw-button-wrap{text-align: center;}
	.otw-widget-form input[type=submit]{
		width: auto;
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		float: none;
	}
	.ai1ec-action-month .ai1ec-pagination a{width: 4em;}
	.ai1ec-event-popup .ai1ec-event-summary{display: none !important;}
	.ai1ec-event-popup{
		border-radius:0.3em !important;
		-webkit-border-radius:0.3em !important;
	}
	.ai1ec-month-view .ai1ec-event-popup-bg,
	.ai1ec-week-view .ai1ec-event-popup-bg,
	.ai1ec-oneday-view .ai1ec-event-popup-bg{margin: 0 !important;}
	#ssba {padding:0 0 20px;}
	.fade-slide-new {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		}
/* 
	.fade-slide .alignleft {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fade-slide .gallery-new {
		width: 100%;
		height: auto;
		display: block;
	}
	.fade-slide .gallery-new .fade-slide-new,
	.fade-slide .gallery-new .gallery-inner {
		position: relative;
		display: block;
	}
	.fade-slide .gallery-new .fade-slide-new > img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	} */
}
@media only screen and (max-width: 600px) {
	#tribe-events-content table.tribe-events-calendar{font-size: 9px !important;}
	body.home{
		background:#000;
	}

}
@media only screen and (max-width: 768px) {
	.main-gallery iframe{
		height:610px !important;

	}

}
@media only screen and (max-width: 1140px) {
	body.home{
		background:#000;
	}
	.main-gallery iframe{
		height:710px !important;

	}

}
@media only screen and (max-width:480px){
	.heading h1{
		font-size: 25px;
		line-height: 28px;
	}
	.heading .btn-calendar{
		font-size: 15px;
		line-height: 19px;
	}
	.gallery .switcher{
		padding: 8px 42px 9px;
	}
	.gallery .switcher .btn-prev{left: 3px; }
	.gallery .switcher .btn-next{right: 3px; }
	h2.ai1ec-calendar-title{white-space: normal; }
	.column-list .list-content{
		width: auto;
		margin: 0;
		float: none;
	}
	.contact-form textarea{width: 100%;}
	.main-gallery iframe{
	height:220px !important;

	}

}

.popup-link {
	display: inline-block;
	vertical-align: top;
	padding: 2px 7px;
	background: #f8d05c;
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
		-webkit-box-shadow: 0 8px 6px -6px #a19265;
	   -moz-box-shadow: 0 8px 6px -6px #a19265;
	        box-shadow: 0 8px 6px -6px #a19265;

}
.popup-link:hover {
	background: #ffc318;
	text-decoration: none;
	color: #333;
}
.popup-box {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	max-width: 600px;
}
.popup-box ul {
	margin: 0;
	padding: 10px 20px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f7e7b9;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #f7e7b9;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }