*{
  font-family: 'ArialMT', sans-serif;
  color: #010101;
}
body>div{
	overflow: hidden;
}
.layout-container{
	max-width: 1170px;
}
.page-layout-container{
	overflow: visible;
}
.cleaner-row{
	clear: both;
}
/*.layout-container-min{
	max-width: 1170px;
	margin: 0 auto 0 auto;
	overflow: auto;
}*/

.layout-container span {
	color: #E2523A;
}

/* Increase width for menu to fit additional content */

.header-menu-row .layout-container {
	max-width: 1370px;
} 

h1{
	font-size: 48px;
	line-height: 1;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #231f20;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h2{
	font-size: 24px;
	line-height: 1;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h3{
	font-size: 16px;
	line-height: 1;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}
h4{
	font-size: 16px;
	line-height: 1;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 15px 0;
	color: #6c6c6c;
	font-family: 'ArialMT', sans-serif;
}
ul{
	list-style: disc;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	/*list-style: disc;*/
	list-style: none;
}
ul>li{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 15px;
	color: #6c6c6c;
	font-family: 'ArialMT', sans-serif;
}
ul>li:before{
	/*content: "• ";*/
	content: " ";
	padding-right: 20px;
	background: url(../images/list_point.png) 0 4px no-repeat;
}

a{
	text-decoration: none;
	font-size: inherit;
}
a:hover{
	text-decoration: underline;
	font-size: inherit;
}
hr{
	height: 5px;
	margin: 60px 0 60px 0;
	border: 0;
}

table{
	border-collapse;
	margin: 0 0 20px 0;
}
table th{
	background: #eeeeee;
	border: 1px solid #777777;
	text-align: center;
	padding: 5px 15px 5px 15px;
}
table td{
	border: 1px solid #777777;
	padding: 5px 15px 5px 15px;
}

.wpcf7-text,.wpcf7-captchar,input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number]{
	line-height: 1;
	font-size: 14px;
	padding: 15px 12px 15px 12px;
	box-sizing: border-box;	
	color: #231f20;
	width: 100%;
	margin-bottom: 5px;
	border: 0;
	font-family: 'ArialMT', sans-serif;

	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	background: #ffffff;
	-webkit-appearance: none;
}
.wpcf7-textarea,textarea{
	line-height: 1.4;
	font-size: 14px;
	padding: 15px 12px 15px 12px;
	box-sizing: border-box;
	color: #231f20;
	width: 100%;
	margin-bottom: 5px;
	border: 0;
	resize: none;
	font-family: 'ArialMT', sans-serif;
	height: 143px;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2) !important;
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2) !important;
	background: #ffffff;
	-webkit-appearance: none;	
}
textarea[name=gift_card_message]{
	height: 100px !important;
}
.wpcf7-submit,input[type=submit]{
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 1;
	padding: 12px 12px 12px 12px;
	vertical-align: top;
	border: 0;
	/*color: #231f20;*/
	color: #ffffff;
	float: right;
	margin: 10px 0 0 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

	background: #e2523a;
	text-transform: uppercase;
}
.wpcf7-submit:hover,input[type=submit]:hover{
	background: #b1341f;
	color: #ffffff;
}
.wpcf7-radio{
	margin-bottom: 5px;
	display: block;	
}
.wpcf7-radio label{
	font-size: 16px;
	color: #2f2f2f;
	font-style: italic;
}
/*.wpcf7-radio input[type=radio]{
	margin: 0 0 0 5px;
	position: relative;
	top: 3px;
}*/
::-webkit-input-placeholder {
   color: #2f2f2f;
}
:-moz-placeholder { /* Firefox 18- */
   color: #2f2f2f;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #2f2f2f;
}
:-ms-input-placeholder {  
   color: #2f2f2f;
}
.captcha-wrapper{
	overflow: auto;
}
.captcha-wrapper>img{
	margin: 10px 0 0 10px;
}
.captcha-wrapper>.captcha{
	float: left;
	width: 100%;
	max-width: 75%;
}
.checkbox-input{
	display: inline-block;
	font-size: 14px;
	color: #636161;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 24px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.checkbox-input:before{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid #ffffff;
	background: #ffffff;
	top: 0;
	left: 0;
}
.checkbox-input>input[type=checkbox]{
    position: absolute;
    left: -9999px;
}
.checkbox-input-checked{

}
.checkbox-input-checked:before{
	background: #636161;
}

.alignleft{
	margin: 0 35px 35px 0;
}
.alignright{
	margin: 0 0 35px 35px;
}
.aligncenter{
	margin: 35px 0 35px 0;
}

.all-site-content{
	background: #ffffff;
}


.site-button{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 15px 8px 15px;
	text-align: center;
	margin: 0;
	background: #e2523a;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	vertical-align: top;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-button:hover{
	text-decoration: none;
	background: #b1341f;
}


.header-row{
	padding: 0 0 0 0;
	overflow: auto;
}
.header-logo{
	float: left;
	width: 100%;
	/*max-width: 559px;*/
	/*max-width: 496px;*/
	max-width: 450px;
	margin: 10px 0 15px 40px;
}
.internal-page-header .header-logo{
	max-width: 210px;
	margin: 0 0 0 20px;
}
.header-logo>img{
	width: 100%;
}
.mobile-header-logo{
	display: none;
}
.header-menu-row{
	background: #c8e0e0;
}
.header-main-menu{
	display: block;
	margin: 0 0 0 0;
}
.header-main-menu>ul{
	list-style: none;
	margin: 0 0 0 0;
}
.header-main-menu>ul>li{
	display: inline-block;
	padding: 0 0 0 0;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.header-main-menu>ul>li:last-child:after{
	display: none;
}
.header-main-menu>ul>li>a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0 0;
	padding: 15px 35px 15px 35px;
	display: inline-block;
	color: #595959;
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-weight: 600;
	border-left: 3px solid #ffffff;
}
.header-main-menu>ul>li>a:hover{
	color: #ffffff;
	text-decoration: none;
}
.header-main-menu>ul>li:last-child>a{
	border-right: 3px solid #ffffff;
}
.header-main-menu>ul>li:before{
	display: none;
}
.header-main-menu>ul>li>ul:before{
	content: "";
	background: url(../images/menu_arrow.png) 0 0 no-repeat;
	height: 6px;
	display: block;
}
.header-main-menu>ul>li>ul{
	position: absolute;
	z-index: 10;
	display: none;
}
.header-main-menu>ul>li:hover>ul{
	display: block;
}
/*.header-main-menu>ul>li>ul>li:first-child{
	border-top: 5px solid #ff5136;
}*/
.header-main-menu>ul>li>ul>li:before{
	display: none;
}
.header-main-menu>ul>li>ul>li{
	padding: 0;
}
.header-main-menu>ul>li>ul>li>a{
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	display: block;
	background: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #3d3d3d;
	border-bottom: 1px solid #c8e0e0;
	font-weight: bold;
}
.header-main-menu>ul>li>ul>li:last-child>a{
	border: 0;
}
.header-main-menu>ul>li>ul>li>a:hover{
	background: #c8e0e0;
	text-decoration: none;
	color: #ffffff;
}

.header-right{
	display: block;
	float: right;
	text-align: right;
	width: 100%;
	max-width: 600px;
	margin: 20px 50px 0 0;
}
.internal-page-header .header-right{
	margin: 15px 20px 0 0;
	max-width: 700px; 
}
.social-link{
	display: inline-block;
	margin-left: 5px;
}
.social-link>img{
	display: none;
	float: left;
}
.social-link>img:first-child{
	display: inline-block;
}
.social-link:hover>img:first-child{
	display: none;
}
.social-link:hover>img:last-child{
	display: inline-block;
}
.header-top-link{
	font-family: 'Josefin Sans', sans-serif;
	color: #595959;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 26px;
	margin: 0 45px 0 0;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.header-top-link:hover{
	font-size: 14px;
	text-decoration: none;
	color: #e2523a;
}
.join-top-link{
	background: url(../images/join.png) 0 4px no-repeat;
	padding-left: 43px;
}
.join-top-link:hover{
	background: url(../images/join-hover.png) 0 4px no-repeat;
}
.login-top-link{
	background: url(../images/login.png) 0 4px no-repeat;
	padding-left: 25px;
}
.login-top-link:hover{
	background: url(../images/login-hover.png) 0 4px no-repeat;
}

.breadcrumbs-row{
	background: #ffffff;
}
.breadcrumbs{	
	/*padding: 15px 0 15px 0;*/
	padding: 5px 0 5px 0;
	width: 100%;
}
.breadcrumbs>ul{
	padding: 0;
	margin: 0;
	text-align: left;
}
.breadcrumbs ul>li{
	display: inline-block;
	color: #398ba2;
	font-size: 11px;
	line-height: 1;
	padding: 0px 14px 0 0;
	margin: 0 12px 0 0;
	background: url(../images/breadcrumbs_delimiter.png) right 0 no-repeat;
	text-transform: uppercase;
}
.breadcrumbs ul>li:before{
	display: none;
}
.breadcrumbs ul>li:last-child{
	border: 0;
	background: none;
}
.breadcrumbs ul>li>a{
	color: #398ba2;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	text-transform: none;
}
.breadcrumbs ul>li>a:hover{
	text-decoration: underline;
}

.slide-info-block{
	position: absolute;
	top: 15px;
	right: 0;
	max-width: 330px;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 11;
}
.slide-info-block-open{
	float: right;
	padding: 10px 20px 10px 20px;
	font-family: 'Josephin Sans', sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	text-transform: uppercase;
	background: #ffffff;
	border-radius: 5px 0 0 5px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}
.slide-info-block-full{
	display: none;
	padding: 25px 30px 25px 30px;
	border-radius: 5px 0 0 5px;
	margin: 3px 0 0 15px;
	background: #ffffff;
}
.slide-info-block-opened .slide-info-block-full{
	display: block;
}
.slide-info-block-opened .slide-info-block-open{
	display: none;
}
.slide-info-title{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	color: #3d3d3d;
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 1;
}
.slide-info-text{
	font-size: 14px;
	line-height: 1.4;
	color: #3d3d3d;
	margin: 0 0 60px 0;
	text-align: left;
}
.slide-info-block-full>a{
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	color: #3d3d3d;
	font-weight: bold;
	background: url(../images/rotator_link.png) right 4px no-repeat;
	padding: 0 22px 0 0;
}
.slide-info-block-full>a:hover{
	color: #e2523a;
	text-decoration: none;
	background: url(../images/rotator_link_hover.png) right 4px no-repeat;
}
.slide-info-block-close{
	font-size: 14px;
	line-height: 1;
	color: #3d3d3d;	
	padding: 7px 7px 7px 7px;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	text-align: center;
	width: 14px;
	left: 0;
	top: -3px;
	cursor: pointer;
	
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);	
}
.swiper-slide>img, .swiper-slide picture img, .swiper-slide picture source{
	float: left;
	width: 100%;
}

#homepage-rotator .swiper-pagination{
	bottom: 22px;
}
.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: #3d3d3d !important;
	border: 0 !important;
	border-radius: 100% !important;
	margin: 0 3px 0 3px !important;
}
.swiper-pagination-bullet-active{
	background: #e2523a !important;
}
#homepage-rotator .swiper-button-prev{
	width: 19px !important;
	height: 40px !important;
	background: url(../images/rotator_left.png) 0 0 no-repeat !important;
	top: auto;
	bottom: 25px;
	left: auto;
	right: 60px;
}
#homepage-rotator .swiper-button-prev:hover{
	background: url(../images/rotator_left_hover.png) 0 0 no-repeat !important;
}
#homepage-rotator .swiper-button-next{
	width: 19px !important;
	height: 40px !important;
	background: url(../images/rotator_right.png) 0 0 no-repeat !important;
	top: auto;
	bottom: 25px;
	left: auto;
	right: 25px;
}
#homepage-rotator .swiper-button-next:hover{
	background: url(../images/rotator_right_hover.png) 0 0 no-repeat !important;
}
.search-panel{
	position: absolute;
	bottom: 70px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 10;
}
.search-panel>div{
	display: inline-block;
	max-width: 900px;
	width: 100%;
	position: relative;
	text-align: left;
}
.search-panel input[type=text]{
	color: #595959;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	padding: 13px 20px 12px 20px;
	line-height: 1;
	box-sizing: border-box;
	height: auto;
	margin: 0;

	/*-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);*/

	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.5);	

	background: #ffffff;
	width: 100%;
}
.search-panel input[name=search]{
	/*max-width: 58.5%;*/
	max-width: 92.7%;
}
.search-panel input[name=check-in]{
	max-width: 17.1%;
}
.search-panel input[name=check-out]{
	max-width: 17.1%;
}
.search-panel input[type=text]::-webkit-input-placeholder {
   color: #595959;
   font-size: 36px;
}
.search-panel input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #595959;
   font-size: 36px;
}
.search-panel input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #595959;
   font-size: 36px;
}
.search-panel input[type=text]:-ms-input-placeholder {
   color: #595959;
   font-size: 36px;
}
.search-panel input.search-check-field{
	font-size: 14px;
	padding: 26px 50px 26px 20px;
	text-transform: uppercase;
	vertical-align: top;
	background: #ffffff url(../images/search_calendar_icon.png) right center no-repeat !important;
}
.ui-datepicker{
	z-index: 1000 !important;
}
.search-panel input.search-check-field::-webkit-input-placeholder {
   font-size: 14px;
}
.search-panel input.search-check-field:-moz-placeholder { /* Firefox 18- */
   font-size: 14px;
}
.search-panel input.search-check-field::-moz-placeholder {  /* Firefox 19+ */
   font-size: 14px;
}
.search-panel input.search-check-field:-ms-input-placeholder {
   font-size: 14px;
}
.search-panel input[type=submit]{
	/*width: 65px;*/
	width: 100%;
	max-width: 7.3%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*background: transparent url(../images/search_icon.png) center center no-repeat;*/
	background: #e2523a url(../images/search_icon.png) center center no-repeat;
	margin: 0;
}

.homepage-tabs-title{
	padding: 45px 0 35px 0;
	background: #c8e0e0;
	color: #595959;
	font-size: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 1px;
}
.homepage-tabs-content{
	position: relative;
	overflow: auto;
	display: none;
}
.homepage-tabs-item-wrapper{
	/*display: none;*/
}
.homepage-tabs-content>img{
	width: 100%;
	float: left;
}
.homepage-tab-content-text{
	background: url(../images/tab_text_bg.png) 0 0 repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px 0 60px 0;
}
.homepage-tab-content-text>div{
	color: #595959;
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	margin-left: 80px;
	margin: 0 285px 0 80px;
}
.homepage-tab-content-text>.site-button{
	position: absolute;
	right: 90px;
	top: 50%;
	margin-top: -16px;
}
.homepage-tabs-content-1 .site-button{
	background: #009f6c;
}
.homepage-tabs-content-2 .site-button{
	background: #008ca4;
}
.homepage-tabs-content-3 .site-button{
	background: #dfe877;
}
.homepage-tabs-content-4 .site-button{
	background: #72ddef;
}
.homepage-tabs-content-5 .site-button{
	background: #ff3e45;
}
.homepage-tabs-content-6 .site-button{
	background: #ff8d3a;
}
.homepage-active-tab-content>.homepage-tabs-content{
	display: block;
}
.homepage-tabs-button{
	display: inline-block;
	width: 16.66%;
	position: relative;
	cursor: pointer;
}
.homepage-tabs-button:before{
	width: 100%;
	content: "";
	height: 15px;
	margin-top: -15px;
	display: none;
}
.homepage-active-tab-button:before{
	display: block;
}
.homepage-tabs-button>img{
	width: 100%;
}
.homepage-tabs-button:last-child{
	width: 16.7%;
}
.homepage-tabs-button-1{
	background: #009f6c;
}
.homepage-tabs-content-1:after{
	background: url(../images/arrows/1.png) center 0 no-repeat;
}
.homepage-tabs-button-1:before{
	background: url(../images/arrows/1.png) center 0 no-repeat;
}
.homepage-tabs-button-2{
	background: #008ca4;
}
.homepage-tabs-button-2:before{
	background: url(../images/arrows/2.png) center 0 no-repeat;
}
.homepage-tabs-content-2:after{
	background: url(../images/arrows/2.png) center 0 no-repeat;
}
.homepage-tabs-button-3{
	background: #dfe877;
}
.homepage-tabs-button-3:before{
	background: url(../images/arrows/3.png) center 0 no-repeat;
}
.homepage-tabs-content-3:after{
	background: url(../images/arrows/3.png) center 0 no-repeat;
}
.homepage-tabs-button-4{
	background: #72ddef;
}
.homepage-tabs-button-4:before{
	background: url(../images/arrows/4.png) center 0 no-repeat;
}
.homepage-tabs-content-4:after{
	background: url(../images/arrows/4.png) center 0 no-repeat;
}
.homepage-tabs-button-5{
	background: #ff3e45;
}
.homepage-tabs-button-5:before{
	background: url(../images/arrows/5.png) center 0 no-repeat;
}
.homepage-tabs-content-5:after{
	background: url(../images/arrows/5.png) center 0 no-repeat;
}
.homepage-tabs-button-6{
	background: #ff8d3a;
}
.homepage-tabs-button-6:before{
	background: url(../images/arrows/6.png) center 0 no-repeat;
}
.homepage-tabs-content-6:after{
	background: url(../images/arrows/6.png) center 0 no-repeat;
}
.homepage-tabs-button-label{
	font-family: 'Josefin Slab', sans-serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
	position: absolute;
	bottom: 12.6%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.homepage-tabs-contents .homepage-tabs-button{
	display: none;
}
.homepage-tabs-contents{
	position: relative;
	top: 1px;
	z-index: 10;
}

.page-content{
	margin: 35px 0 90px 0;
}
.page-content a{
	/*color: #81c341;*/
	/*color: #0c4862;*/
}
.page-main-header{
	padding: 0 0 15px 0;
	border-bottom: 3px solid #c8e0e0;
	margin: 0 0 40px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #595959;
	font-size: 48px;
	font-weight: normal;
}

.left-column{
	float: left;
	width: 100%;
	max-width: 74%;
}
.right-column{
	float: right;
	width: 100%;
	max-width: 23%;
}

.sidebar-block{
	margin: 0 30px 60px 0;
	clear: both;
	overflow: auto;
}
.sidebar-block:last-child{
	margin-bottom: 0;
}
.sidebar-block-title{
	color: #00b4f1;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar-block-text{
	color: #555555;
	font-size: 18px;
	font-family: 'ArialMT', sans-serif;	
}
.sidebar-block>a{
	color: #231f20;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	display: block;
	line-height: 1;
	padding: 12px 0 12px 0;
	font-weight: bold;
}
.sidebar-block.sidebar-menu>a{
	color: #ffffff;
	text-transform: uppercase;
	background: #00b5f4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	margin: 0 0 5px 0;
}
.sidebar-block.sidebar-menu>a:hover{
	background: #ff0090;
	text-decoration: none;
}
.sidebar-block>a>img{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.sidebar-block>a>span{
	display: inline-block;
	vertical-align: top;
	color: #231f20;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 26px;
}
.sidebar-block>a:hover>span{
	text-decoration: underline;
}
.sidebar-form p{
	margin: 0;
}
.sidebar-form .captcha-wrapper{
	margin-bottom: 15px;
}
.sidebar-form .wpcf7-textarea,.sidebar-form textarea{
	height: 120px;
}
.sidebar-form input[type=submit]{
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}

.contact-blocks{
	margin: 0 -10px 0 -10px;
}
.contact-block{
	width: 560px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 80px 10px;
	position: relative;
	padding: 0 5px 0 5px;
}
.contact-block-title{
	color: #000000;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-block-content{
	padding: 20px 20px 20px 20px;

	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.15);
	margin: 0 0 40px 0;
}
.contact-block-content img{
	width: 100%;
	margin: 0 0 15px 0;
}
.contact-block-content-address{
	color: #7d7d7d;
	font-family: 'ArialMT', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.contact-block-store-hours{
	width: 100%;
	max-width: 170px;
	float: left;
	margin: 0 30px 0 0;
}
.contact-block-phone-fax{

}
.contact-block-store-hours-title{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.contact-block-phone-fax>span{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;	
}
.contact-block-store-hours, .contact-block-phone-fax{
	font-family: 'ArialMT', sans-serif;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 1.8;
}
.contact-delimiter{
	background: #ebebeb;
	height: 3px;
	margin: 0 0 60px 0;
}
.form-left{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.form-right{
	width: 100%;
	max-width: 48.7%;
	float: right;
}

.page-archive-top{
	clear: both;
	overflow: auto;
	padding: 0 0 45px 0;
	margin: 0 0 50px 0;
	border-bottom: 3px solid #c8e0e0;
}
.tags-list-block{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.categories-list-block{
	width: 100%;
	max-width: 48.7%;
	float: right;
}
.small-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	margin: 0 0 0 0;	
	text-transform: none;
}
.medium-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	margin: 0 0 15px 0;	
	text-transform: uppercase;
}
.big-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 48px;
	margin: 0 0 40px 0;	
	text-transform: uppercase;
}
.purchase-ads-title{
	margin-bottom: 0;
}
.small-note{
	color: #636161;
	font-size: 14px;
	margin-bottom: 20px;
}
.tags-list{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;	
}
.tags-list a{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
}
.categories-list-block-item{
	background: #c8e0e0;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	padding: 20px 15px 20px 15px;
	overflow: auto;
	margin: 0 0 15px 0;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.categories-list-block-item>.input-wrapper{
	width: 100%;
	max-width: 80%;
	float: left;
}
.categories-list-block-item>.site-button{
	float: right;
	height: 40px;
	max-width: 15%;
	width: 100%;
	line-height: 24px;
	box-sizing: border-box;
	padding: 8px 0 8px 0;
}
.news-item{
	margin: 0 0 50px 0;
	overflow: auto;
	padding: 0 0 40px 0;
	border-bottom: 3px solid #c8e0e0;
	/*max-width: 48.7%;*/
	max-width: 565px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
/*.news-item:nth-child(odd) {
	float: left;
}
.news-item:nth-child(even) {
	float: right;
}*/
.news-item:nth-child(odd) {
	margin-right: 15px;
}
.news-item:nth-child(even) {
	margin-left: 15px;
}
.news-item img{
	margin: 0 0 25px 0;
	width: 100%;
}
.news-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1;
}
.news-item-title:hover{
	font-size: 24px;
}
.news-item-date{
	margin: 0 0 20px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
}
.news-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
.news-item-text a{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
}
.news-item-tags{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.news-item-tags a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 18px;
	line-height: 1.2;
}
.news-item-categories{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 0 0;
}
.news-item-categories a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 18px;
	line-height: 1.2;
}

.news-page-content .left-column{
	max-width: 65.8%;
}
.news-page-content .right-column{
	max-width: 31.6%;
}
.news-page-content .tags-list-block{
	margin: 15px 0 0 0;
	max-width: 100%;
}
.news-page-image{
	margin: 35px 0 0 0;
}
.news-page-image>img{
	width: 100%;
}
.news-page-tags{
	margin: 35px 0 0 0;
	font-size: 18px;
	color: #636161;
	line-height: 1.4;
	font-family: 'Josefin Sans', sans-serif;
}
.news-page-tags>a{
	font-size: 18px;
	color: #636161;
	line-height: 1.4;
	font-family: 'Josefin Sans', sans-serif;
}
.news-page-bottom-text{
	margin: 35px 0 0 0;
	font-size: 18px;
	color: #636161;
	line-height: 1.4;
	font-family: 'Josefin Sans', sans-serif;
}

.page-top-block{
	overflow: auto;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #c8e0e0;
}

.specials-page-content{
	margin-top: 0;
}
.specials-page-content .page-main-header{
	margin-top: 55px;
}
.specials-page-content .g{
	border: 0 !important;
}
.packages-page-content{
	margin-top: 0;
}
.packages-page-content .page-main-header{
	margin-top: 55px;
}
.packages-page-content .g{
	border: 0 !important;
}
.first-banner-row .g{
	padding-top: 0  !important;
}
.last-banner-row .g{
	padding-bottom: 0 !important;
}
.specials-page-content .left-column{
	max-width: 48.7%;
}
.specials-page-content .right-column{
	max-width: 48.7%;
}
.specials-page-content .categories-list-block{
	max-width: 100%;
}
.specials-list{
	clear: both;
	padding: 45px 0 0 0;
	overflow: auto;
}
.specials-item{
	margin: 0 0 40px 0;
	overflow: auto;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #c8e0e0;
	width: 100%;
}
.specials-item-header{
	overflow: auto;
	clear: both;
	margin: 0 0 10px 0;
}
.specials-item-left{
	width: 100%;
	float: left;
	max-width: 64.9%;
}
.specials-item-right{
	width: 100%;
	float: right;
	max-width: 29.8%;
}
.specials-item-right>.site-button{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.specials-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1;
}
.specials-item-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.specials-item-info{
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
}
.specials-item-info>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 18px;
	line-height: 1;
}
.specials-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
	clear: both;
}

.packages-page-content .left-column{
	max-width: 48.7%;
}
.packages-page-content .right-column{
	max-width: 48.7%;
}
.packages-page-content .categories-list-block{
	max-width: 100%;
}
.packages-list{
	clear: both;
	padding: 45px 0 0 0;
	overflow: auto;
}
.packages-item{
	margin: 0 0 40px 0;
	overflow: auto;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #c8e0e0;
	width: 100%;
}
.packages-item-header{
	overflow: auto;
	clear: both;
	margin: 0 0 10px 0;
}
.packages-item-left{
	width: 100%;
	float: left;
	max-width: 64.9%;
}
.packages-item-right{
	width: 100%;
	float: right;
	max-width: 29.8%;
}
.packages-item-right>.site-button{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.packages-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1;
}
.packages-item-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.packages-item-info{
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
}
.packages-item-info>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 18px;
	line-height: 1;
}
.packages-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
	clear: both;
}

.vendors-list{
	clear: both;
	padding: 45px 0 0 0;
	overflow: auto;
}
.vendor-categories{
	text-align: center;
}
.vendors-category-button{
	margin: 0 5px 5px 5px;
}
.vendors-category-block-title{
	padding: 0 0 10px 0;
	border-bottom: 3px solid #c8e0e0;
	margin: 0 0 30px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	overflow: auto;
	display: block;
}
.vendors-category-block-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.vendors-item{
	margin: 0 0 30px 0;
	overflow: auto;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #c8e0e0;
	width: 100%;
}
.vendors-item-header{
	overflow: auto;
	clear: both;
	margin: 0 0 10px 0;
}
.vendors-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1;
}
.vendors-item-info{
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
}
.vendors-item-info a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;	
}
.vendors-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
	clear: both;
}

.events-filter input{
	max-width: 80%;
	padding: 12px 52px 12px 12px;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	text-transform: uppercase;
	background: #ffffff url(../images/calendar_icon.png) right 0 no-repeat;
}
.events-filter input::-webkit-input-placeholder {
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	text-transform: uppercase;
}
.events-filter input:-moz-placeholder { /* Firefox 18- */
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	text-transform: uppercase;
}
.events-filter input::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	text-transform: uppercase;
}
.events-filter input:-ms-input-placeholder {
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	text-transform: uppercase;
}

.gift-cards-page .left-column{
	max-width: 48.7%;
}
.gift-cards-page .right-column{
	max-width: 48.7%;
}
.gift-cards-page .input-wrapper{
	max-width: 100%;
	float: none;
	overflow: auto;
}
.gift-cards-page .small-title{
	margin-top: 10px;
}
.gift-cards-page .site-button{
	max-width: 100%;
	float: right;
	width: auto;
	margin: 15px 0 0 0;
	padding-left: 12px;
	padding-right: 12px;
}

.recipes-list{
	margin: 45px 0 0 0;
}
.recipes-item{
	margin: 0 0 40px 0;
	overflow: auto;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #c8e0e0;
	width: 100%;
}
.recipes-item>a{
	display: block;
	width: 100%;
	max-width: 19.2%;
	float: left;
}
.recipes-item>a>img{
	width: 100%;
}
.recipes-item-info{
	float: right;
	width: 100%;
	max-width: 77.1%;
}
.recipes-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	line-height: 1;
}
.recipes-item-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.recipes-item-submitted{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.recipes-item-submitted>a{
	color: #e2523a;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.recipes-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
	clear: both;
}
.recipe-left-column{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.recipe-right-column{
	width: 100%;
	max-width: 48.7%;
	float: right;
}
.recipe-step-item{
	/*border-bottom: 3px solid #c8e0e0;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;*/
}
.recipe-step-item:last-child{
	border-bottom: 0;
	margin: 0;
}

.recipe-step-item h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #636161;
	font-family: 'Josefin Sans', sans-serif;
}
.recipe-step-item-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}
.recipe-step-item-ingridients{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
.recipe-step-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 0 0;
}
.recipe-images-gallery{
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0 0 50px 0;
}
.recipe-gallery-prev{
	background-image: url(../images/small_rotator_left.png) !important;
	width: 20px !important;
	height: 48px !important;
	background-size: 20px 48px !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
}
.recipe-gallery-prev:hover{
	background-image: url(../images/small_rotator_left.png) !important;
}
.recipe-gallery-next{
	background-image: url(../images/small_rotator_right.png) !important;
	width: 20px !important;
	height: 48px !important;
	background-size: 20px 48px !important;
	top: 0 !important;
	right: 0 !important;
	margin-top: 0 !important;
}
.recipe-gallery-next:hover{
	background-image: url(../images/small_rotator_right.png) !important;
}
.recipe-current-image{
	margin: 0 0 10px 0;
}
.recipe-current-image>img{
	width: 100%;
}
.recipe-page-submitted{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 40px 0;
}
.recipe-page-submitted>a{
	color: #e2523a;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}

#news-rotator{
	clear: both;
	margin-bottom: 40px;
}
#news-rotator .swiper-button-prev{
	background-image: url(../images/rotator_left.png);
	width: 34px;
	height: 40px;
	background-size: 34px 40px;
}
#news-rotator .swiper-button-prev:hover{
	background-image: url(../images/rotator_left_hover.png);
}
#news-rotator .swiper-button-next{
	background-image: url(../images/rotator_right.png);
	width: 34px;
	height: 40px;
	background-size: 34px 40px;
}
#news-rotator .swiper-button-next:hover{
	background-image: url(../images/rotator_right_hover.png);
}

.team-list-row{
	margin: 75px 0 200px 0;
}
.team-list{
	margin: 0 -15px 0 -15px;
}
.team-member{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px 15px;
	position: relative;
}
.team-member>a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.team-member-name{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	display: block;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.wpcf7-response-output{
	clear: both;
}
.wpcf7-form-control-wrap{
	display: block;
}
.form-left>br{
	display: none;
}

.homepage-header-row{
	position: relative;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.5);	
	overflow: auto;
}
.homepage-header-row>img{
	width: 100%;
	float: left;
}
.homepage-logo{
	position: absolute;
	width: 100%;
	max-width: 633px;
	top: 27%;
	left: 50%;
	margin: 0 0 0 -316px;
}
.homepage-logo>img{
	width: 100%;
	margin-bottom: 35px;
}
.homepage-logo>a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homepage-text-row{
	padding: 80px 0 70px 0;
}
.homepage-text{
	color: #000000;
	font-size: 24px;
	line-height: 1.4;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	text-align: center;
}

.text-blocks-row{
	padding: 90px 0 90px 0;
}
.text-blocks-main-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 55px 0;
	color: #595959;
	padding: 0 0 35px 0;
	text-align: center;
	border-bottom: 4px solid #ebebeb;
	text-transform: uppercase;
}
.text-blocks{
	margin: 0 -15px 0 -15px;
	text-align: center;
}
.text-block{
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 270px;
	box-sizing: border-box;
	text-align: center;
}
.text-block-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 15px 0;
	text-align: center;
	color: #636161;
	text-transform: uppercase;
}
.text-block-text{
	font-size: 14px;
	color: #636161;
	text-align: center;
	margin: 0 0 25px 0;
}

.featured-blocks-row{
	padding: 75px 0 90px 0;
	background: #ebf5f5;
}
.featured-blocks-main-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 55px 0;
	color: #595959;
	padding: 0 0 30px 0;
	text-align: center;
	border-bottom: 4px solid #d4ebeb;
	text-transform: uppercase;
}
.featured-blocks{
	margin: 0 -15px 0 -15px;
	text-align: center;
}
.featured-block{
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 570px;
	box-sizing: border-box;
	text-align: center;
}
.featured-block>.left-column{
	max-width: 47.3%;
}
.featured-block>.left-column a{
	display: block;
	padding: 5px;
	border-radius: 3px;
	overflow: auto;
	background: #ffffff;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	margin: 0 5px 5px 5px;*/
}
.featured-block>.left-column img{
	width: 100%;
	float: left;
}
.featured-block>.right-column{
	max-width: 47.3%;
	text-align: left;
	position: relative;
	min-height: 270px;
}
.featured-block>.right-column>.site-button{
	position: absolute;
	left: 0;
	bottom: 5px;
}
.featured-block-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 15px 0;
	text-align: left;
	color: #636161;
	text-transform: uppercase;
}
.featured-block-text{
	font-size: 14px;
	color: #636161;
	text-align: left;
	margin: 0 0 25px 0;
}

/*.homepage-map-row>img{
	width: 100%;
}*/
.homepage-map-row{
	position: relative;
}
#searchMap{
	height: 500px;
}
.search-map-form{
	background: #c8e0e0;
	border: 5px solid #ffffff;
	max-width: 270px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px 20px 10px;
	position: absolute;
	top: 50px;
	left: 10%;
}
.search-map-form-title{
	color: #595959;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.search-map-form input[type=text]{
	color: #595959;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	padding: 15px 12px 15px 12px;
	line-height: 1;
	box-sizing: border-box;
	height: auto;
	margin: 0;

	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
	background: #ffffff;
	width: 100%;
	margin: 0 0 5px 0;
}
.search-map-form input[type=submit]{
	color: #ffffff;
}
.select-input{
  float:left;
  margin: 0 0 5px 0;
  width: 100%;
}
.select-input .si-current {
  display:block;
  font-family: 'Josefin Sans', sans-serif;
  font-size:14px;  
  cursor:pointer;
  color: #000000;
  padding: 0 10px 0 10px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  border: 0;
  position: relative;
  width: 100%;
  background: #ffffff url(../images/select-arrow.png) right 0 no-repeat;

  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
}
/*.select-input .si-current:after {
	position: absolute;
	width: 37px;
	height: 31px;
	background: url(../images/select-arrow.png) 0 0 no-repeat;
	z-index: 99;
	top: -3px;
	right: -3px;
	content: "";
	border: 3px solid #d5d5d5;
	border-left: 0;
}*/
.select-input .si-list {
	display: none;
	border: 0;
	border-top: 0;
	/*background: #ffffff;*/
	background: #eeeeee;
	position:absolute;
	z-index: 100;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	overflow-y: auto;

}
.select-input .si-list span{
  display:block;
  height:35px;
  line-height: 35px;
  padding: 0 10px 0 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size:14px;
  cursor:pointer; 
  /*background: #ffffff;*/
  background: #eeeeee;
  font-weight:normal;
  color: #000000;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
}
.select-input .si-list span:hover{
  background:#ff5136;
  color: #ffffff;
}

.homepage-bottom-banner-row{
	padding: 80px 0 60px 0;
}
.homepage-bottom-banner-row>div{
	text-align: center;
}
.bottom-banner-text{
	color: #636161;
	font-size: 48px;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets-row{
	background: #30484f;
	padding: 65px 0 45px 0;
}
.footer-widgets{
	margin: 0 -15px 0 -15px;
	text-align: center;
}
.footer-widget{
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 270px;
	box-sizing: border-box;
	text-align: left;
}
.footer-widget-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 30px 0;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.footer-widget-text{
	font-size: 24px;
	color: #ffffff;
	text-align: left;
	margin: 0 0 0 0;
}
.footer-widget-text>a{
	color: #ffffff;
	font-size: 24px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	margin: 0 0 25px 0;
	display: block;
	text-transform: uppercase;
}
.footer-widget-text>a:last-child{
	margin-bottom: 0;
}
.footer-widget-text>a:hover{
	color: #e2523a;
	text-decoration: none;
}
.footer-news-item{
	margin: 0 0 20px 0;
}
.footer-news-item>a{
	color: #ffffff;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	margin: 0 0 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-news-item>div{
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
}
.footer-signup-form{
	clear: both;
	overflow: auto;
	margin-bottom: 60px;
	max-width: 400px;
}
.footer-signup-form>input[type=text]{
	width: 100%;
	padding: 10px 12px 10px 12px;
	box-sizing: border-box;
	font-size: 14px;
	background: #ffffff;
	color: #3d3d3d;
	border: 0;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.footer-signup-form>input[type=submit]{
	float: right;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 15px 8px 15px;
	text-align: center;
	margin: 0;
	background: #e2523a;
	font-size: 16px;
	text-transform: uppercase;
}
.footer-signup-form>input[type=submit]:hover{
	background: #b1341f;
}
.footer-signup-form ::-webkit-input-placeholder {
   color: #3d3d3d;
}
.footer-signup-form :-moz-placeholder { /* Firefox 18- */
   color: #3d3d3d;
}
.footer-signup-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #3d3d3d;
}
.footer-signup-form :-ms-input-placeholder {  
   color: #3d3d3d;
}
.footer-signup-form-sended{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 30px 0;
	text-align: left;
	color: #ffffff;
}
.footer-signup-form-alert{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 30px 0;
	text-align: left;
	color: #ffffff;
}

.copyright-row{
	padding: 20px 0 20px 0;
	background: #10191c;
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.copyright-row div{
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.copyright-row a{
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.copyright-row a:hover{
	text-decoration: underline;
}
.copyright-row>div>a{
	float: right;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.copyright-text{
	display: inline-block;
	margin-right: 80px;
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.seo-links{
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.seo-links>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 0 0;
}
.seo-links a:last-child{
	margin-right: 0;
}

.inn-left-column{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.inn-right-column{
	width: 100%;
	max-width: 48.7%;
	float: right;
}
.inn-detail-header{
	margin: 0 0 30px 0;
	clear: both;
	overflow: auto;
}
.inn-detail-buttons{
	float: left;
	width: 100%;
	/*max-width: 200px;*/
	max-width: 48.7%;
}
.inn-detail-buttons>.site-button{
	width: 100%;
	padding: 10px 12px 10px 12px;
	margin: 0 0 10px 0;
}
.inn-detail-socials{
	float: right;
	width: 100%;
	/*max-width: 200px;*/
	max-width: 48.7%;
	text-align: right;
}
.inn-detail-socials>a{
	display: inline-block;
	margin: 0 0 0 20px;
}
.inn-detail-item{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 7px 0 7px 0;
	overflow: auto;
	clear: both;
}
.inn-detail-item-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	float: left;
	/*max-width: 170px;*/
	max-width: 29%;
	width: 100%;
	height: 100%;
}
.inn-detail-item-content{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 70%;
	float: right;
}
.inn-detail-item-content>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
}
.inn-full-description{
	padding: 0 0 0 0;
	clear: both;
}
.inn-full-description, .inn-full-description p{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
}
.inn-events-item{
	margin: 0 0 20px 0;
}
.inn-events-item-date{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 14px;
}
.inn-events-item-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
}
.inn-events-item-title:hover{
	font-size: 18px;
}
.features-blocks{
	margin: 35px 0 0 0;
	border-top: 3px solid #c8e0e0;
}
.features-block-title{
	border-bottom: 3px solid #c8e0e0;
	line-height: 40px;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/down-arrow.png) right 0 no-repeat;
	cursor: pointer;
}
.features-block-content{
	text-align: left;
	padding: 10px 0 10px 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	display: none;
}
.features-block-content a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
}
.feature-block-opened .features-block-content{
	display: block;
}
.feature-item{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;	
}
.inn-images-gallery{
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0 0 50px 0;
}
.inn-gallery-prev{
	background-image: url(../images/small_rotator_left.png) !important;
	width: 20px !important;
	height: 48px !important;
	background-size: 20px 48px !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
}
.inn-gallery-prev:hover{
	background-image: url(../images/small_rotator_left.png) !important;
}
.inn-gallery-next{
	background-image: url(../images/small_rotator_right.png) !important;
	width: 20px !important;
	height: 48px !important;
	background-size: 20px 48px !important;
	top: 0 !important;
	right: 0 !important;
	margin-top: 0 !important;
}
.inn-gallery-next:hover{
	background-image: url(../images/small_rotator_right.png) !important;
}
.inn-current-image{
	margin: 0 0 10px 0;
}
.inn-current-image>img{
	width: 100%;
}

.where-to-stay-page{
	margin-top: 0;
}
.inn-list-left-column{
	width: 100%;
	max-width: 20%;
	float: left;
}
.inn-list-right-column{
	width: 100%;
	max-width: 78%;
	float: right;
	position: relative;
}
.page-top-search-panel{
	padding: 15px 0 15px 0;
	overflow: auto;
	border-bottom: 3px solid #c8e0e0;
}
.page-top-search-panel>.pages-block{
	float: left;
	width: 100%;
	max-width: 48.7%;
}
.pages-block{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 32px;
}
.page-top-search-panel>.site-button{
	float: right;
}
.page-top-search-panel>.pages-block>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 20px 0 0;
}
.page-top-search-panel>.pages-block>a.current-page{
	color: #e2523a;
}
.page-top-search-form{
	display: none;
	padding: 20px 0 20px 0;
	border-bottom: 3px solid #c8e0e0;
	overflow: auto;
}
.page-top-search-form-opened{
	display: block;
}
.inn-list{
	margin: 0 -20px 0 -20px;
}
.inn-item{
	width: 100%;
	/*max-width: 370px;*/
	/*max-width: 290px;*/
	max-width: 435px;
	box-sizing: border-box;
	margin: 50px 20px 0 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.inn-item-image{
	display: block;
	margin: 0 0 10px 0;
}
.inn-item-image>img{
	width: 100%;
}
.inn-item>.site-button{
	width: 200px;
	clear: both;
	margin: 0 0 8px 0;
}
.inn-item-full{
	display: block;
	overflow: auto;
	vertical-align: top;
	/*margin: 50px 20px 0 20px;*/
	margin: 50px 0 0 0;
	padding: 0 20px 50px 20px;
	border-bottom: 3px solid #c8e0e0;
	max-width: 100%;
}
.inn-item-column1{
	width: 100%;
	max-width: 31.6%;
	box-sizing: border-box;
	margin: 0 2.6% 0 0;
	float: left;
	text-align: left;
}
.inn-item-column2{
	width: 100%;
	max-width: 31.6%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}
.inn-item-column2 img{
	width: 100%;
}
.inn-item-column3{
	width: 100%;
	max-width: 31.6%;
	display: inline-block;
	box-sizing: border-box;
	float: right;
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	text-align: left;
}
.inn-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	/*color: #636161;*/
	color: black;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
.inn-item-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.inn-item-address{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.inn-item-address>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
}
.inn-item-phone{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.inn-item-phone>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
}
.inn-item-column1>.site-button{
	width: 200px;
	clear: both;
	margin: 0 0 8px 0;
}

.member-area-left-column{
	float: left;
	max-width: 20%;
	width: 100%;
	border-right: 5px solid #e5e5e5;
}
.member-area-right-column{
	float: right;
	max-width: 75%;
	width: 100%;
}

.member-area-menu{

}
.member-area-menu li:before{
	display: none;
}
.member-area-menu>li{
	padding-bottom: 5px;
}
.member-area-menu>li>a{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.member-area-menu>li>ul{
	padding: 10px 0 10px 20px;
	margin: 0;
}
.member-area-menu>li>ul>li{
	padding-bottom: 5px;
}
.member-area-menu>li>ul>li>a{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.member-area-stats-form{
	margin-bottom: 30px;
}
input[name=stats_start],input[name=stats_end]{
	width: 100px;
	margin: 0 20px 0 0;
	padding: 12px 12px 11px 12px;
}
.member-area-stats-form input[type=submit]{
	float: none;
	margin: 0;
}
.member-area-table th{
	background: #ff5136;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 12px 12px 12px 12px;
	border: 0;
}
.member-area-table td{
	color: #000000;
	text-align: center;
	padding: 12px 12px 12px 12px;
	font-size: 14px;
	border: 0;
}
.member-area-table tr:nth-child(odd) td{
	background: #f1f1f1;
}
.member-area-table tr:nth-child(even) td{
	background: #e1e1e1;
}
.member-area-table a{
	font-weight: bold;
	color: #000000;
}
.add-new-link{
	font-weight: bold;
	font-size: 14px;
	margin: 0 20px 0 0;
}
.add-new-link:hover{
	font-size: 14px;
}

#stats_chart{
	width: 100% !important;
	height: 400px;
}

.member-area-input-wrapper{
	overflow: auto;
	margin: 0 0 5px 0;
}
.member-area-input-wrapper>.input-label{
	float: left;
	width: 100%;
	max-width: 20%;
	padding: 8px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}
.member-area-input-wrapper>.input-wrapper{
	float: right;
	width: 100%;
	max-width: 78%;
}
.member-area-input-wrapper>.input-static-info{
	float: right;
	width: 100%;
	max-width: 78%;
	padding: 8px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}
.member-area-input-wrapper>.input-wrapper input[type=text]{
	padding: 8px 12px 8px 12px;
	margin: 0;
}
.member-area-input-wrapper>.input-wrapper textarea{
	padding: 8px 12px 8px 12px;
	margin: 0;
	float: left;
}
.member-area-error-field .input-label{
	color: #ff0000;
}
.member-area-error-field .input-label{
	color: #ff0000;
}
.member-area-error-field input[type=text],.member-area-error-field textarea{
	background: #ffdddd;
}

.member-area-features-group{
	clear: both;
	margin: 0 0 20px 0;
}
.member-area-features-group-title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.member-area-features-group .input-wrapper{
	font-size: 14px;
	padding: 5px 0 5px 0;
}
.member-area-features-column1{
	width: 31%;
	float: left;
	margin: 0 20px 20px 0;
}
.member-area-features-column2{
	width: 31%;
	float: left;
	margin: 0 20px 20px 0;
}
.member-area-features-column3{
	width: 31%;
	float: left;
	margin: 0 20px 20px 0;
}
.member-area-checkboxes .input-wrapper{
	font-size: 14px;
	padding: 5px 0 5px 0;
}

.member-area-inn-main-image{
	float: left;
	width: 100%;
	max-width: 48%;
}
.member-area-inn-main-image img{
	width: 100%;
}
.member-area-inn-main-image-progress{
	width: 100%;
	height: 3px;
	margin: 0 0 10px 0;
	display: none;
	background: #e5e5e5;
}
.member-area-inn-main-image-progress>div{
	width: 0%;
	background: #005500;
	height: 3px;
	background: #ff5136;
}
.member-area-inn-main-image-container>img{
	border: 3px solid #dddddd;
}
.member-area-inn-images{
	float: right;
	width: 100%;
	max-width: 48%;
}
.member-area-inn-images img{
	width: 100%;
	border: 3px solid #dddddd;
	box-sizing: border-box;
}
.fileinput-button{
	position: relative;
    overflow: hidden;
    display: inline-block;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.fileinput-button span{
	color: #ffffff;
}
.fileinput-button input{
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.member-area-inn-images>div{
	overflow: auto;
}
.member-area-inn-images .image-item{
	display: block;
	position: relative;
	width: 100%;
	/*max-width: 30%;*/
	max-width: 175px;
	float: left;
	margin: 0 5px 5px 0;
	cursor: move;
}
.member-area-inn-images .image-item>img{
	float: left;
}
.image-item .image-item-actions{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	padding: 30px 0 0 0;
	box-sizing: border-box;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	background: url(../images/tab_text_bg.png) 0 0 repeat;
}
.image-item:hover .image-item-actions{
	display: block;
	opacity: 1;
}
.member-area-inn-images .image-item-archive{
	cursor: pointer;
	/*font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 20px 0 20px;
	color: red;*/
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.member-area-inn-images .image-item-bring-back{
	cursor: pointer;
	/*font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 20px 0 20px;
	color: red;*/
	font-size: 12px;
	position: absolute;
	bottom: 35px;
	right: 3px;
}
.member-area-inn-images .image-item-remove{
	cursor: pointer;
	/*font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 20px 0 20px;
	color: red;*/
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.member-area-inn-images-container .image-item-archive{
	display: inline-block;
}
.member-area-inn-images-container .image-item-bring-back{
	display: none;
}
.member-area-inn-images-container .image-item-remove{
	display: none;
}
.member-area-inn-images-archive-container .image-item-archive{
	display: none;
}
.member-area-inn-images-archive-container .image-item-bring-back{
	display: inline-block;
}
.member-area-inn-images-archive-container .image-item-remove{
	display: inline-block;
}
.member-area-inn-images-archive-container .image-item{
	cursor: auto;
}
.member-area-inn-images .photo-item-remove{
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.member-area-inn-images-progress{
	width: 100%;
	height: 3px;
	margin: 0 0 10px 0;
	display: none;
	background: #e5e5e5;
}
.member-area-inn-images-progress>div{
	width: 0%;
	background: #005500;
	height: 3px;
	background: #ff5136;
}
.member-area-inn-images-title{
	font-family: 'Josefin Sans', sans-serif;,
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.specials-table{
	width: 100%;
}
.specials-table th{
	text-align: left;
}
.specials-table tr>td:first-child{
	width: 80%;
	text-align: left;
}

.packages-table{
	width: 100%;
}
.packages-table th{
	text-align: left;
}
.packages-table tr>td:first-child{
	width: 80%;
	text-align: left;
}

.events-table{
	width: 100%;
}
.events-table th{
	text-align: left;
}
.events-table tr>td:first-child{
	width: 80%;
	text-align: left;
}

.targets-table{
	width: 100%;
}
.targets-table th{
	text-align: left;
}
.targets-table tr>td:first-child{
	width: 80%;
	text-align: left;
}

.jobs-table{
	width: 100%;
}
.jobs-table th{
	text-align: left;
}
.jobs-table tr>td:first-child{
	width: 80%;
	text-align: left;
}

.jobs-page-content .left-column{
	max-width: 48.7%;
}
.jobs-page-content .right-column{
	max-width: 48.7%;
}
.jobs-page-content .categories-list-block{
	max-width: 100%;
}
.jobs-page-content .page-top-block{
	margin: 0 0 30px 0;
}
.job-details{
	margin: 0 0 15px 0;
}
.job-details-title{
	font-family: 'Josefin Sans', sans-serif;,
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
	max-width: 170px;
	margin: 0 20px 0 0;
}
.job-details-value{
	font-family: 'Josefin Sans', sans-serif;,
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	margin: 0 0 0 0;
}
.jobs-top-block>.left-column{
	max-width: 58.7%;
}
.jobs-top-block>.right-column{
	max-width: 38.7%;
}
.jobs-filter{
	background: #c8e0e0;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	padding: 20px 15px 20px 15px;
	overflow: auto;
	margin: 0 0 15px 0;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.jobs-filter>.input-wrapper{
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px 0;
	overflow: auto;
}
.jobs-filter>.site-button{
	float: right;
	height: 40px;
	width: 100%;
	line-height: 24px;
	box-sizing: border-box;
	padding: 8px 0 8px 0;
	max-width: 25%;
}
.job-salaries>input[name=job_min_salary]{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.job-salaries>input[name=job_max_salary]{
	width: 100%;
	max-width: 48.7%;
	float: right;
}
.jobs-filter>.job-type-checks{
	margin: 0 0 20px 0;
}
.job-type-checks>div{
	margin: 0 0 5px 0;
}
.job-type-checks>div>.checkbox-input{
	width: 100%;
	max-width: 48.7%;
	box-sizing: border-box;
}
.job-type-checks>div>.checkbox-input:last-child{
	float: right;
}
.jobs-list{
	margin: 0 -15px 0 -15px;
}
.jobs-item{
	/*margin: 0 15px 50px 15px;*/
	margin: 0 0 50px 0;
	overflow: auto;
	padding: 0 0 40px 0;
	border-bottom: 3px solid #c8e0e0;
	/*max-width: 48.7%;*/
	/*max-width: 570px;*/
	width: 100%;
	/*display: inline-block;*/
	display: block;
	vertical-align: top;
}
/*.jobs-item:nth-child(odd) {
	float: left;
}
.jobs-item:nth-child(even) {
	float: right;
}*/
.jobs-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1;
}
.jobs-item-title:hover{
	font-size: 24px;
}
.jobs-item-text{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.jobs-item-text a{
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
}
.jobs-item-categories{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 0 0;
}
.jobs-item-categories a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 14px;
	line-height: 1.2;
}
.jobs-item .job-details-title{
	font-size: 16px;
	width: auto;
}
.jobs-item .job-details-value{
	font-size: 14px;
}
.job-details-value>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #e2523a;
	font-size: 18px;
}

.member-area-tabs{
	overflow: auto;
	/*background: #dddddd;*/
	background: #ffffff;
}
.member-area-tab{
	display: inline-block;
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #595959;
	cursor: pointer;
	font-family: 'Josefin Sans', sans-serif;
	background: #c8e0e0;
	text-transform: uppercase;
	font-weight: 600;
}
.member-area-tab:hover{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.member-area-active-tab{
	background: #ffffff;
	border: 2px solid #c8e0e0;
	border-bottom: 0;
}
.member-area-active-tab:hover{
	color: #000000;
}
.member-area-inn-item{
	overflow: auto;
	clear: both;
	margin: 0 0 30px 0;
	background: #ffffff;
	display: none;
	padding: 20px;
	border: 2px solid #c8e0e0;
}
.member-area-active-inn-item{
	display: block;
}
.member-area-inn-item-title{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0 0 10px 0;
}
.member-area-inn-item-title:hover{
	color: #000000;
	font-size: 24px;
}
.member-area-inn-left{
	width: 100%;
	max-width: 30%;
	float: left;
}
.member-area-inn-left>img{
	border: 3px solid #dddddd;
	width: 100%;
}
.member-area-inn-right{
	width: 100%;
	max-width: 65%;
	float: right;
}
.member-area-inn-right ul{
	float: left;
	max-width: 32%;
	width: 100%;
	margin: 0 0 0 2%;
}
.member-area-inn-right ul:first-child{
	margin-left: 0;
}
.member-area-inn-right ul>li:before{
	display: none;
}
.member-area-inn-right ul>li{
	/*padding: 0 5px 5px 5px;*/
	padding: 0 0 10px 0;
}
.member-area-inn-right ul>li>a{
	font-size: 18px;
	/*color: #000000;
	font-weight: bold;*/
	width: 100%;
	box-sizing: border-box;
}
.member-area-inn-right .member-area-table{
	margin: 0 0 0 5px;
}
.billing-address-section{
	overflow: visible;
}
.billing-address-section>h3{
	float: left;
	margin: 0 10px 0 0;
}
.billing-address-section>a{
	color: #e2523a;
}

.login-form-wrapper{
	max-width: 400px;
	margin: 0 auto 0 auto;
}
.member-area-inn-buttons{
	overflow: auto;
	clear: both;
}
.member-area-inn-stats-preview{
	margin: 30px 0 0 0;
	overflow: auto;
	clear: both;
}
.left-stats-preview{
	width: 100%;
	max-width: 48%;
	float: left;
}
.right-stats-preview{
	width: 100%;
	max-width: 48%;
	float: right;
}
.stats-by-days,.stats-by-months,.stats-by-years{
	width: 100%;
	float: left;
	max-width: 32%;
	margin: 0 1% 0 0;
}
.stats-by-years{
	margin: 0;
}
.stats-by-days>.member-area-table,.stats-by-months>.member-area-table,.stats-by-years>.member-area-table{
	width: 100%;
}
.member-area-inn-stats-preview .member-area-table{
	width: 100%;
	margin: 0;
	border: 0;
}

.form-fields-group{
	margin: 0 auto 10px auto;
	background: #f0f0f0;
	padding: 20px 20px 20px 20px;
	max-width: 800px;
	overflow: auto;
}
.form-fields-group-title{
	font-size: 21px;
	color: #000000;
	margin: 0 0 15px 0;
	border-bottom: 3px solid #e0e0e0;
}
.edit-inn-form{
	max-width: 800px;
	margin: 0 auto 0 auto;
}

.flying-chat{
	background: #e2523a;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 5px 0 0 5px;
	position: fixed;
	top: 40%;
	right: 0;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	z-index: 100;

	display: none;
}

.header-image-row>img{
	width: 100%;
}

.back-to-dashboard-wrapper{
	margin: 0 0 10px 0;
}

.no-items-message{
	font-size: 14px;
	padding: 10px 0 10px 0;
}

.sell-ads-page .left-column{
	max-width: 48.7%;
}
.sell-ads-page .right-column{
	max-width: 48.7%;
}
.sell-ads-page .categories-list-block{
	max-width: 100%;
}
.sell-ads-list{
	margin: 0 0 0 0;
}
.sell-ads-item{
	width: 100%;
	box-sizing: border-box;
	display: block;
	overflow: auto;
	vertical-align: top;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	border-bottom: 3px solid #c8e0e0;
	max-width: 100%;
}
.sell-ads-item>.site-button{
	width: 200px;
	clear: both;
	margin: 0 0 8px 0;
}
.sell-ads-item-column1{
	width: 100%;
	max-width: 33.3%;
	box-sizing: border-box;
	margin: 0 0 0 0;
	float: left;
	padding-right: 15px;
}
.sell-ads-item-column2{
	width: 100%;
	max-width: 33.4%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.sell-ads-item-column2 img{
	width: 100%;
}
.sell-ads-item-column3{
	width: 100%;
	max-width: 33.3%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: #636161;
	line-height: 1.4;
	padding-left: 15px;
}
.sell-ads-item-title{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.sell-ads-item-title:hover{
	font-size: 24px;
	text-decoration: none;
}
.sell-ads-item-address{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.sell-ads-item-phone{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.sell-ads-item-column1>.site-button{
	max-width: 200px;
	clear: both;
	margin: 0 0 8px 0;
	width: 100%;
	box-sizing: border-box;
}
.price-wrapper>div{
	width: 100%;
	max-width: 48.7%;
	float: left;
}
.price-wrapper>div:last-child{
	float: right;
}

.sell-ad-detail-item{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 7px 0 7px 0;
	overflow: auto;
	clear: both;
}
.sell-ad-detail-item-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 270px;
	width: 100%;
}

.advanced-search-form{
	margin: 20px 0 0 0;
}
.advanced-search-form .input-wrapper{
	overflow: auto;
	margin: 0 0 20px 0;
}
.advanced-search-form-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.amenities-group{
	margin: 0 0 20px 0;
}
.amenities-group-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	cursor: pointer;
	background: url(../images/plus.png) right 0 no-repeat;
	padding-right: 30px;
}
/*.amenities-group-items{
	display: none;
}
.amenities-group-open .amenities-group-items{
	display: block;
}*/
.amenities-group-open .amenities-group-title{
	background: url(../images/minus.png) right 0 no-repeat;
}
.amenities-group-items label{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1;
	display: block;
	cursor: pointer;
}
.amenities-group-items label{
	display: none;
}
.amenities-group-open .amenities-group-items label{
	display: block;
}
.amenities-group-items label.checked-check-item{
	display: block;
}
.advanced-search-form .input-wrapper{
	margin-bottom: 5px;
}
.advanced-search-form .input-wrapper>label{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}
.advanced-search-form .input-wrapper>label>input[type=checkbox]{
	float: right;
	margin-right: 9px;
}
.advanced-search-form-button{
	background: #c8e0e0 url(../images/search_icon.png) center center no-repeat;
	width: 50px;
	height: 50px;
	display: none;

	position: fixed;
	z-index: 1000;
	cursor: pointer;
	left: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.input-range-wrapper{
	overflow: auto;
	margin-bottom: 10px;
}
.input-range-wrapper>.input-wrapper:first-child{
	float: left;
	max-width: 48.7%;
}
.input-range-wrapper>.input-wrapper:last-child{
	float: right;
	max-width: 48.7%;
}

.input-file-wrapper input[type=file]{
	display: none;
}
.input-file-wrapper>div{
	overflow: auto;
	cursor: pointer;
}
.input-file-wrapper .current{
	line-height: 1;
	font-size: 14px;
	padding: 15px 12px 15px 12px;
	box-sizing: border-box;	
	color: #636161;
	width: 100%;
	margin-bottom: 5px;
	border: 0;
	font-family: 'ArialMT', sans-serif;
	text-transform: uppercase;

	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	background: #ffffff;
	float: left;
	max-width: 75.4%;
}
.input-file-wrapper .site-button{
	float: right;
	max-width: 24.6%;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding-top: 14px;
	padding-bottom: 14px;
}
.ui-datepicker-header{
	background: #e2523a !important;
	border: 0 !important;
}
.ui-datepicker-title{
	font-family: 'Josefin Sans', sans-serif !important;
	color: #ffffff !important;
	font-size: 16px;
	text-transform: uppercase;
	background: #e2523a;
}
.ui-datepicker-title>*{
	color: #ffffff !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
.ui-datepicker-prev,.ui-datepicker-next{
	border: 0 !important;
}
.ui-datepicker-calendar{
	border-collapse: collapse !important;
}
.ui-datepicker-calendar td{
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
}
.ui-state-default{
	background: #ffffff !important;
	border: 1px solid #eeeeee !important;
}
.ui-state-hover{
	background: #f2633a !important;
	border: 1px solid #f2633a !important;
	color: #ffffff !important;
	font-weight: bold !important;
	/*top: 2px !important;*/
	
}
.ui-datepicker-prev>span{
	display: none !important;
}
.ui-datepicker-prev{
	background: url(../images/small_white_rotator_left.png) center center no-repeat !important;
}
.ui-datepicker-next>span{
	display: none !important;
}
.ui-datepicker-next{
	background: url(../images/small_white_rotator_right.png) center center no-repeat !important;
}
.ui-datepicker-prev-hover{
	/*left: 2px !important;*/
	background: #f2633a url(../images/small_white_rotator_left.png) center center no-repeat !important;
}
.ui-datepicker-next-hover{
	/*right: 2px !important;*/
	background: #f2633a url(../images/small_white_rotator_right.png) center center no-repeat !important;
}


.amount-card-2{
	display: none;
}
.amount-card-3{
	display: none;
}
.amount-card-4{
	display: none;
}
.amount-card-5{
	display: none;
}

.tribe-bar-views-list li:before{
	display: none;
}
.tribe-events-notices li:before{
	display: none;
}
.tribe-events-sub-nav li:before{
	display: none;
}
.tribe-events-present>div{
	background-color: #e2523a !important;
}
.event-detail-item{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	line-height: 1.8;
}
.event-detail-item a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
}
.event-detail-item-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	max-width: 200px;
}
.tribe-events-meta-group dl{
	display: block;
}
.tribe-events-meta-group dt{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	text-transform: uppercase;
}
.tribe-events-meta-group dd{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin-bottom: 10px;
}
.tribe-events-meta-group a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
}
.tribe-events-address *{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
}

#where-to-stay-map{
	height: 300px;
}

.member-area-notice{
	margin: 0 0 20px 0 ;
	font-weight: bold;
}
.member-area-notice>a{
	color: #e2523a;
}
.member-area-payments{
	margin: 0 0 20px 0;
}
.member-area-payments-title{
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #00b665;
}
.payments-item{

}
.payments-item-title{
	font-weight: bold;
	width: 100%;
	max-width: 300px;
	display: inline-block;
}
.payments-item-status{
	color: #e2523a;
	font-weight: bold;
	display: inline-block;
}

.image-to-small-message{
	margin: 20px 0 0 0;
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}

.member-area-message{
	margin: 0 0 20px 0;
	color: #000000;
	font-weight: bold;
	font-size: 16px;	
}
.member-area-message-alert{
	color: #ff0000;
}

.redemption-content-details{
	margin: 30px 0 30px 0;
}
.redemption-content-detail-item{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1;
}
.redemption-content-detail-item>span{
	display: inline-block;
	margin: 0 20px 0 0;
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: normal;
}
.check-giftcard-form{
	max-width: 800px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

.where-to-stay-map-fixed #where-to-stay-map{
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.where-to-stay-map-fixed .header-menu-row{
	margin-bottom: 300px;
}

.g{
	max-width: 1170px !important;
	width: 100% !important;
	border-top: 3px solid #c8e0e0;
	border-bottom: 3px solid #c8e0e0;
	padding: 14px 0 14px 0 !important;
}
.g-col:last-child{
	float: right;
}

.member-area-inn-details .inn-detail-item-title{
	max-width: 100%;
	text-align: left;
}
.member-area-inn-details .inn-detail-item-content{
	max-width: 100%;
	text-align: right;
}

.form-inn-secondary-contact{
	overflow: auto;
	margin: 0 0 20px 0;
}
.form-inn-secondary-contact .remove-secondary-contact-button{
	float: right;
	cursor: pointer;
}
.add-secondary-contact-button{
	cursor: pointer;
}

.form-inn-additional-email{
	overflow: auto;
	margin: 0 0 20px 0;
}
.form-inn-additional-email .remove-additional-email-button{
	float: right;
	cursor: pointer;
}
.add-additional-email-button{
	cursor: pointer;
}

.form-inn-additional-phone{
	overflow: auto;
	margin: 0 0 20px 0;
}
.form-inn-additional-phone .remove-additional-phone-button{
	float: right;
	cursor: pointer;
}
.add-additional-phone-button{
	cursor: pointer;
}

.resource-item{
	margin: 0 0 30px 0;
}
.resource-item>a{
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #000000;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
}

.input-wrapper-double>input{
	max-width: 100px;
	margin-right: 20px;
}
.ui-timepicker-list>li:before{
	display: none;
}

.search-results-message{
	color: #636161;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px 20px 0 20px;
	border-bottom: 3px solid #c8e0e0;
	padding: 0 0 15px 0;
}

.specials-wrapper{

}
.specials-list-left-column{
	width: 100%;
	max-width: 20%;
	float: left;
}
.specials-list-right-column{
	width: 100%;
	max-width: 78%;
	float: right;
}
.specials-list-right-column .g-col{
	width: 100%;
	max-width: 48.7%;
}
.specials-list-right-column .g-col img{
	width: 100%;
}
.page-special-search-panel{
	padding: 15px 0 15px 0;
	overflow: auto;
}
.page-special-search-panel-top{
	border-bottom: 3px solid #c8e0e0;
	border-top: 3px solid #c8e0e0;
}
.page-special-search-panel-bottom{
	border-top: 3px solid #c8e0e0;
	border-bottom: 3px solid #c8e0e0;
}
.page-special-search-panel>.site-button{
	float: right;
}
.page-special-search-panel>.pages-block>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 20px 0 0;
}
.page-special-search-panel>.pages-block>a.current-page{
	color: #e2523a;
}
.search-specials-list{
	overflow: auto;
	margin: 40px 0 20px 0;
}

.packages-wrapper{

}
.packages-list-left-column{
	width: 100%;
	max-width: 20%;
	float: left;
}
.packages-list-right-column{
	width: 100%;
	max-width: 78%;
	float: right;
}
.packages-list-right-column .g-col{
	width: 100%;
	max-width: 48.7%;
}
.packages-list-right-column .g-col img{
	width: 100%;
}
.page-package-search-panel{
	padding: 15px 0 15px 0;
	overflow: auto;
}
.page-package-search-panel-top{
	border-top: 3px solid #c8e0e0;
	border-bottom: 3px solid #c8e0e0;
}
.page-package-search-panel-bottom{
	border-top: 3px solid #c8e0e0;
	border-bottom: 3px solid #c8e0e0;
}
.page-package-search-panel>.site-button{
	float: right;
}
.page-package-search-panel>.pages-block>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 20px 0 0;
}
.page-package-search-panel>.pages-block>a.current-page{
	color: #e2523a;
}
.search-packages-list{
	overflow: auto;
	margin: 40px 0 20px 0;
}

.jobs-wrapper{

}
.jobs-list-left-column{
	width: 100%;
	max-width: 20%;
	float: left;
}
.jobs-list-right-column{
	width: 100%;
	max-width: 78%;
	float: right;
}
.jobs-list-right-column .g-col{
	width: 100%;
	max-width: 48.7%;
}
.jobs-list-right-column .g-col img{
	width: 100%;
}
.page-job-search-panel{
	padding: 15px 0 15px 0;
	overflow: auto;
}
.page-job-search-panel-top{
	border-bottom: 3px solid #c8e0e0;
	border-top: 3px solid #c8e0e0;
}
.page-job-search-panel-bottom{
	border-top: 3px solid #c8e0e0;
	border-bottom: 3px solid #c8e0e0;
}
.page-job-search-panel>.site-button{
	float: right;
}
.page-job-search-panel>.pages-block>a{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 20px 0 0;
}
.page-job-search-panel>.pages-block>a.current-page{
	color: #e2523a;
}
.search-jobs-list{
	overflow: auto;
	margin: 40px 0 20px 0;
}

.filter-inn-checks label{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1;
	display: block;
	cursor: pointer;
}
.filter-inn-checks-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1;
	text-transform: uppercase;
}

.filter-experience-checks label{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1;
	display: block;
	cursor: pointer;
}
.filter-experience-checks-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1;
	text-transform: uppercase;
}

.filter-jobtype-checks label{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1;
	display: block;
	cursor: pointer;
}
.filter-jobtype-checks-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1;
	text-transform: uppercase;
}

.purchase-membership-variants{
	display: none;
}
.purchase-membership-variants-open{
	display: block;
}

.inn-featured-icon{
	width: 69px;
	height: 69px;
	background: url(../images/featured-icon.png) center center no-repeat;
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;
}

.paper-gift-certificates-wrapper{
	overflow: auto;
}
.paper-gift-certificates-wrapper .left-column{
	max-width: 40%;
}
.paper-gift-certificates-wrapper .left-column>img{
	width: 100%;
}
.paper-gift-certificates-wrapper .right-column{
	max-width: 59%;
}

.product-list-wrapper{
	padding-top: 30px;
	overflow: hidden;
}
.products{
	margin-left: -15px;
	margin-right: -15px;	
}
.products>li:before{
	display: none;
}
.products>li{
	display: inline-block;
	width: 100%;
	max-width: 265px;
	margin: 0 15px 30px 15px;
	vertical-align: top;
	box-sizing: border-box;
}
.products>li img{
	width: 100%;
}
.products>li h3{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1;
	text-transform: uppercase;
}
.products>li .price{
	display: none;
}

.woocommerce-pagination{

}
.woocommerce-pagination>ul>li:before{
	display: none;
}
.woocommerce-pagination>ul>li{
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}
.woocommerce-pagination>ul>li>a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}

.popup-contact-form{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}
.popup-contact-form-open{
	display: block;
}
.popup-contact-form-blanket{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/slider-block-bg.png) 0 0 repeat;
}
.popup-contact-form-window{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	margin-left: -200px;
	background: #ffffff;
	/*border: 5px solid #bbbbbb;*/
	border: 3px solid #c8e0e0;
	padding: 20px;
	box-sizing: border-box;
}
.popup-form-title{
	font-size: 32px;
	margin: 0 0 20px 0;
}
.popup-contact-form input::-webkit-input-placeholder {
	color: #000000;
}
.popup-contact-form input:-moz-placeholder { /* Firefox 18- */
	color: #000000;
}
.popup-contact-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #000000;
}
.popup-contact-form input:-ms-input-placeholder {
	color: #000000;
}
.popup-contact-form textarea::-webkit-input-placeholder {
	color: #000000;
}
.popup-contact-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #000000;
}
.popup-contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000000;
}
.popup-contact-form textarea:-ms-input-placeholder {
	color: #000000;
}
.popup-form-alert{
	color: red;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.popup-form-message{
	text-align: center;
	display: none;
}
.popup-form-message-text{
	color: green;
	text-align: left;
	margin-bottom: 10px;
}
.popup-form-close-link{
	/*display: inline-block;
	padding: 10px 0 10px 0;
	font-weight: bold;*/
	cursor: pointer;
}
.popup-contact-form-sended{

}
.popup-contact-form-sended .popup-form-message{
	display: block;
}
.popup-contact-form-sended .popup-form-fields{
	display: none;
}

.blue-delimiter{
	background: #c8e0e0;
	height: 3px;
}

.tags-list-block>.widget-title{
	font-family: 'Josefin Sans', sans-serif;
	color: #636161;
	font-size: 24px;
	margin: 0 0 5px 0;	
	text-transform: uppercase;
}

.loading-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/slider-block-bg.png) 0 0 repeat;
}
.loading-layer>img{
	margin: 20px 0 0 20px;
}

.search-specials-results{
	position: relative;
}
.search-packages-results{
	position: relative;
}
.search-jobs-results{
	position: relative;
}

.tribe-events-tickets{
	border: 1px solid #dddddd !important;
	border-collapse: collapse;
}
.tribe-events-tickets td{
	border: 1px solid #dddddd !important;
}
.wccpf_fields_table{
	border: 0 !important;
	margin-bottom: 0 !important;
}
.wccpf_fields_table td{
	border: 0 !important;
}
.wccpf_label{
	width: 150px !important;
}