/**/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);

html {
	width: 100%;
}

.float_right {
	float: right !important;
}

.shopLabelCaption {

	margin-bottom: 6px;

}

.eventimg {
	width: 219px;
}

 a [href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
body {
	font: 11pt 'Roboto Slab', sans-serif;
	font-weight: 300;
	color:#7a7773;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	line-height: 160%;
	/*background: url(../images/bg_bodyb.png) 0 0 repeat #e6ded2;*/
	background-color:#F4F4F4;
}

.main {
	/*background: url(../images/cont_bgb.jpg) 0 0 repeat #f1ece5;*/
	margin-top: 11px;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	color: #333333;
	font-weight: normal; 
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 16px;
	color:  #FA7900;
}

.ok {
	font-weight: bold;
	background-color: #D3FFCD;
	color: #14D400;
	padding: 6px;
}

.content h2 {
	
	/*background: #f5f5f5;*/
	background-color: #EAEAEA;
	color: #222;
	padding: 10px 20px 11px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.content.page1 h2 {
	background: #FBC9A2;
}





.content h2.head1 {
	margin-bottom: 0;
	background: #FA7900;
	color: #fff;
	padding: 12px 24px 11px;
	text-align: center;
}
p {
	margin-bottom: 16px;
}

p.p1 {
	margin-bottom: 15px;
}



address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 
ul.list li {
	font-size: 14px;
	padding-left: 20px;
	line-height: 24px;
	background: url(../images/marker.png) 0 9px no-repeat;
	text-transform: uppercase;
}

/*links*/

a, input.btn {
	text-decoration: none;
	color: #4d4d4c;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

input.btn {

	width: auto;
	height: auto;

}

a:hover, input.btn:hover {
	color: #FA7900;
}

a.link-1 {
	color: #FA7900;
	text-decoration: underline;
}

a.link-1:hover {
	color: #4d4d4c;
}

a.btn, input.btn {
	background: #FFF2E5;
	border: 2px solid #FA7900;
	font-size: 11pt;
	font-weight: 600;
	text-transform:  uppercase;
	color: #FA7900;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	padding: 11px 24px 12px;
}


a.hollow {
	background-color: transparent;
	border: 2px solid #FA7900;
	color: #FA7900;
	padding-top: 9px;
	padding-bottom: 10px;
}

a.btn:hover, input.btn:hover {
	background: #FDCD71;
	color: #DB3807;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-left: 80px;
}
/*
.img_inner {
	margin-top: 5px;
}
*/

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;	

}

.fright {
	float: right !important;	
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	padding-top:14px;
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.text1 {
	color: #4d4d4c;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 11px;
	line-height: 24px;
}

.text1 span{
	font-size: 14px;
	display: block;
	padding-top: 2px;

}

.text2 {
	color: #4d4d4c;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 17px;
	text-transform: uppercase;

}

.text3 {
	color: #FA7900;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
	text-transform: uppercase;
}


/*header*/

header {
	display: block;
	border-bottom: 3px solid #FA7900;
	padding: 23px 0 0px;
}


.menu_block {

	padding-top: 28px;

}


/*
header h1 {
	float: left;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 189px;
	height: 50px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}
*/

/*Content*/

.content.page1 {
padding:40px 0 40px;	
border: none;	
}

.content {
	padding: 40px 0 96px;
	display: block;
}

.blog {
	/*background: url(../images/hor_separator.png) 0 bottom repeat-x;*/

	background-color: #fff;

	padding-bottom: 21px;
	overflow: hidden;
	margin-bottom: 34px;
	padding-right: 20px;


	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;
}


.blog:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog img:hover {
	transition: .3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.blog img:hover {
	background-color: white; opacity: 0.7;
	transition: all .2s ease;
}

.block1 {
	background: #FBC9A2;
	text-align: center;
	padding: 14px 30px 28px;
	margin-bottom: 23px;
}

.block1 p {
	line-height: 18px;
	text-align:  left;
	padding-bottom: 10px;
	margin-top: -4px;
}

.list_box {
	background: #FBC9A2;
	box-shadow: 0px 0px 0px 3px #FA7900;
	border: 9px solid #f7f5ee;
	margin: 3px 3px 25px;
	padding:  21px 21px;
}

.list_box.cont {
	border-top-width: 10px;
	padding:  21px 23px 21px 19px;
}

.list_box.cont h3 {
	padding-bottom: 2px;
}

.list_box.cont img {
	margin-bottom: 16px;
}

.list_box.cont p {
	margin-bottom: 35px;
}

.list_box h3 {
	font-size: 24px;
	line-height: 16px;
	color: #FA7900;
	margin-bottom: 14px;
}

.list_box h3.head1 {
	line-height: 24px;
	margin-top: -3px;
	margin-bottom: 10px;
}


.block2 {
	background: #FBC9A2;
	text-align: center;
	padding: 16px 0px 30px;
	margin-bottom: 43px;
	text-align: center;
	overflow: hidden;
	}
.block2 div {
	float: left;
	display: inline-block;
	margin:  0 16px 0;
	text-align: left;
	margin-bottom: 14px;
	width: 67px;
}

.block2 div img {
	outline: 1px solid #FA7900;
	margin-bottom: 6px;
}

.block2  a {
	margin-top: 19px;
}

.content_box {
	background: #FBC9A2;
	box-shadow: 0px 0px 0px 3px #FA7900;
	border: 9px solid #f7f5ee;
	border-top-width: 10px;
	margin: 3px 3px 43px;
	padding:  21px 21px 31px;
}

.stars {
	background: url(../images/star.png) 0 0 no-repeat;
	width: 13px;
	height: 14px;
	float: left;
	margin-right: 5px;
	margin-top: -6px;
	margin-bottom: 17px;
}
.content_box img.img_inner {
	margin-bottom: 20px;
}

.content_box h3.title{
	color: #FA7900;
	font: bold 24px/16px 'Open Sans', sans-serif;
	margin-bottom: 16px;
}

.block3 {
	margin-bottom: 13px;
}

.inset .clear{
	height: 32px;
}

.inset .text1 {
	letter-spacing: -1px;
}

.inset p.p1 {
	margin-bottom: 16px;
}

.privacy h2 {
	margin-bottom: 13px;
}

.privacy p {
	margin-bottom: 11px;
}
/***Map***/

.map figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-top: 15px;
	margin-bottom: 15px !important;
	margin-top: -12px;
	overflow: hidden;
	width: 100%;
}

.map .text1 {
	margin-bottom: 2px;
}

.map a.link-1 {
	text-decoration: none;
}
.map figure iframe {
	width: 100%;
	height: 268px;
}
.map address {
	line-height: 24px;
	color: #4d4d4c;
	margin-bottom: 20px;
}


address dd span {
	min-width: 70px;
	display: inline-block;

}

#ui-datepicker-div {
	z-index: 999 !important;
}

/* ------------- * Selects * ------------- */

.order_block {
	background: #FBC9A2;
	padding: 16px 18px 30px;
	margin-bottom: 42px;
}

.order_block h3{
	color:  #4d4d4c;
	font: 18px/24px 'Open Sans', sans-serif;
	margin-bottom: 11px;
}

.order_block1 {
	background: #FBC9A2;
	padding: 15px 18px 30px;
	margin-bottom: 42px;
	position: relative;
	top: 3px;
}

.order_block1 h3{
	color:  #4d4d4c;
	font: 18px/24px 'Open Sans', sans-serif;
	margin-bottom: 11px;
	letter-spacing: -1px;
}

#form1 {
}

input,
#form textarea {
	border: 1px solid #FBC9A2 !important;
}

input {
	border: none;
	font: normal 12px/16px 'Open Sans', sans-serif;
	color:  #7a7773;
	padding:  5px 10px 7px;
	/*height: 28px;*/
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 /*float: left;*/
 width: 282px; /*100%*/
}

label.inp1 {
	width: 282px;
	margin-bottom: 17px;
}

label.date {
	width: 112px;
	margin-right: 20px;
}

label.date input {
	font-size: 11px !important;
	padding-top: 7px !important;
	color:  #939290;
	background: url(../images/cal_icon.png) right 6px no-repeat #fff;
}

label.date span {
	display: block;
	margin-bottom: 7px;
}

#form1 label {
	display: block;;
	float: left;
}

#form1 label.text {
	margin-bottom: 8px;
}

#form1 label.sel {
	width: 62px;
	margin-top: -1px;
}


#form1 label.sel1 {
	width: 282px;
	margin-right: 47px;
	margin-bottom: 9px;
}

#form1 label.sel2 {
	width: 112px;
	margin-left: 15px;
	margin-bottom: 8px;
}

.form-style .jqTransformHidden {
	display: none;
}

select {
	font-family: 'Open Sans', sans-serif;
	/*color:#939290;*/
	display: block;
	/*font-size:11px;*/
	height:34px;
	padding:5px 4px 7px;
	border: 1px solid #FBC9A2;
	width: 282px;
	background:#ffffff;
	margin-top: 8px;
	position: relative;
	margin-bottom: 8px;
	z-index: 1 !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.order_block #form1 select {
	display: none;
}

.form-style .jqTransformSelectWrapper {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:11px;
	height:28px;
	padding: 1px 0 0px;
	border: none;
	background:#ffffff;
	margin-top: 8px;
	position: relative;
	margin-bottom: 8px;
	z-index: 1 !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	
}


.select1, .select2 {
	position: relative;	
}

.form-style h2 {
	margin-top: 41px;	
}

.form-style .jqTransformSelectWrapper div {
	font-family: 'Open Sans', sans-serif;
	color:#939290;
	font-size:11px;
	line-height:16px;
	white-space: nowrap;
}
.form-style .jqTransformSelectWrapper div span {
	display:block;
	width:100% !important;
	cursor:pointer;
	padding:5px 0px 7px 12px;
	padding-right: 25px;
	overflow: hidden;
	color: #939290 !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.lab1 span:first-child+span .jqTransformSelectWrapper{
	width: 80px !important;	
}

.form-style .jqTransformSelectWrapper a.jqTransformSelectOpen {
	cursor:pointer;
	display: block;
	position:absolute;
	background: url(../images/select_icon.png) 0 0 no-repeat;
	top: 5px;
	right: 3px;
	width: 17px;
	height: 19px;
}
.form-style .jqTransformSelectWrapper div:hover a.jqTransformSelectOpen {
	opacity: 0.5;
}
.form-style .jqTransformSelectWrapper ul {
	position: absolute;
	top: 28px;
	left: -1px;
	background: #fff;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index: 999 !important;
	width: 100% !important;
	border:1px solid #e3e3e3;
	width: 100%;
}

.form-style .jqTransformSelectWrapper ul li {
	text-align: center;
}

.form-style .jqTransformSelectWrapper ul li a {
	font-family: 'Open Sans', sans-serif;
	color:#939290;
	font-size:11px;
	display: block;
	line-height:16px;
}

.form-style .jqTransformSelectWrapper ul li a:hover {
	background: #FBC9A2;
}



.form-style .jqTransformSelectWrapper ul li a.selected {
	background: #f7f5ee;
}

#form1 a.btn {
	margin-top: 22px;
}


.order_block1 #form1 a.btn {
	margin-top: 12px;
}

label.check {
	width: #FA7900;
	padding-top: 28px;
	width: 150px;
	font-weight: bold;
}

label.check span {
	cursor: pointer;
}

.jqTransformCheckboxWrapper {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #FA7900;
	display: block;
	float: left;	
	margin-top: 2px;
	margin-right: 10px;
	position: relative;
}

.jqTransformCheckboxWrapper a {
	width: 8px;
	height: 8px;
	position:  absolute;
	top: 1px;
	left: 1px;
}

.jqTransformCheckboxWrapper a:hover, .jqTransformCheckboxWrapper a.jqTransformChecked {
	background: #FA7900;
}
/************Footer***********/

footer {
	padding: 0px 0 45px;
	display: block;
	font-size: 10px;
	font-size: 12px;
	line-height: 25px;

	color: #F3F5F6;
/*	background-color: #ddd;*/
	background: #8b8b8b; /* Old browsers */
	background: -moz-linear-gradient(top, #8b8b8b 0%, #a0a0a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8b8b8b 0%,#a0a0a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8b8b8b 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
}

footer a {
	color: #88857f;	
}

footer a:hover {
	color: #FA7900;	
}

footer .socials  {
	overflow: hidden;
	padding-top: 4px;
}

footer .socials a {
	display: inline-block;
	margin-bottom: 12px;
}

footer .socials a .icon{
	float: left;
	margin-right: 9px;
	width: 30px;
	margin-top: -2px;
	height: 30px;
	background: url(../images/socials.png) 0 0 repeat;
}

footer .socials a .icon.fb {
	background-position: 0 -40px;
}

footer .socials a .icon.rss {
	background-position: 0 bottom;
}


footer h4{
	font-size: 14px;
	/*line-height: 30px;*/
	color: #F3F5F6;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 11px;
	padding-top: 31px;

}


/* gallery */


#slider{
  overflow: hidden;
  height: auto;
  background: #FFEAD1;
  color: #f7f5ee;
  border: 3px solid #FA7900;
  border-top: none;
}

#slider h2 {
	margin-bottom: 23px;
	padding-top: 20px;
}
#flexslider {
	margin-right: 0px;
	padding: 11px 10px 20px;
	border-left: 3px solid #FA7900;
	float: right;
	width: 594px;
}

/*carousel*/


#carousel {
  overflow: hidden;
  margin-bottom: 0px;
  width:298px;
  padding-left: 10px;
}
#carousel .slides {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 308px !important;
  transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  left: 0 !important;
  margin-left: 0 !important;
  
}


#carousel .slides  li {
  width: 276px !important;
	padding: 10px 11px;
	display: block;
	color: #4d4d4c;
	overflow: hidden;
	cursor: pointer;
}

#carousel .slides  li:hover, #carousel .slides  li.flex-active-slide{
	background: #FBC9A2;
	color: #7a7773;
}

#carousel .slides  img {
	float: left;
	margin-right: 10px;
}

.eventhighlightDate {
	font-size: 14px;
	text-transform:  uppercase;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-weight: 300;
	color:  rgb(250,121,0);
}

.eventhighlightTitle {
	font-size: 14px;
	text-transform:  uppercase;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-weight: 600;
	color:  #4d4d4c;
	margin-bottom: 5px;
}

.eventhighlightSubTitle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.caption {
	color: #7a7773;
	background: #FBC9A2;
	margin-top: 11px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 16px;
	overflow: hidden;
	padding-bottom: 10px;
}

.caption .place {
	color:  #4d4d4c;
	font-size: 14px;
	line-height:  16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.caption .price {
	float: right;
	font: 600 30px/16px 'Open Sans', sans-serif;
	color:  #4d4d4c;
	margin-right: 22px;
	padding-top: 12px;
}

.caption .price span {
	font-size: 14px;
	position: relative;
	top: 3px;
	right: 2px;
}

.caption a {
	float: right;
	margin-top: -2px;
	padding-right: 34px !important;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.vis_pc {
	display: none;
}

#form1 label.sel1, #form1 label.sel2 {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

#flexslider {
	width: 398px;
	padding-bottom: 121px;
	position: relative;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map address {
	float: left;
	margin-right: 70px;	
}


.camera_wrap .camera_pag {
	position: absolute;
	top: 25px !important;
	right: 0px;
}
.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 20px !important;
	height: 20px !important;
}
.pad1 {
	padding: 0;
}

label.inp1 {
	width: 100%;
}

label.date {
	width: 43%;
	margin-bottom: 10px;
}

label.sel {
	width: 43% !important;
}

.jqTransformSelectWrapper {
 width: 100% !important;
}
label.check {
	width: 	188px;
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.blog {
	padding-right: 0;
}

.blog p, .blog .text1, .blog .text2, .blog .text3 {
	padding-left: 14px;
	padding-right: 14px;
}

.inset .clear {
	height: 0;
}

.inset .grid_4 {
	margin-bottom: 32px !important;
}

.inset .grid_4.mb0 {
	margin-bottom: 0px !important;
}

.block2 div{
	width: 80%;
	float: none;
	margin: 0 auto;	
	padding-bottom: 10px;
}

.block2 div img {
	width: 100% ;
}

label.date {
	margin-right: 0;
	width: 100%;
}

label.sel {
	padding-top: 10px;
	width: 100% !important;
}

.fleft {
	margin-right: 0 !important;
}

.extra_wrapper {
	overflow: visible;
}

.flex-direction-nav {
	display: block;
	position: absolute;
	width: 100%;
	top:38%;
	margin-top: -13px;
	height: 25px;
}

.flex-direction-nav li {
	float:  right;
}

.flex-direction-nav li:first-child {
	float:  left;;
}

.flex-direction-nav li a {
	display: block;
	width: 19px;
	height: 37px;
	display: block;
	background: url(../images/prevnext.png) 0 0 repeat;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.flex-direction-nav li a.flex-prev {
	background-position: 0 0;
	margin-left: 20px;
}

.flex-direction-nav li a.flex-prev:hover {
	background-position: 0 bottom;
}

.flex-direction-nav li a.flex-next {
	background-position: right 0;
	margin-right: 43px;
}

.flex-direction-nav li a.flex-next:hover {
	background-position: right bottom;
}




h1 a, h1 a img {
	width: 100% !important;
	height:  auto !important;
}

#carousel {
	display: none !important;
}

#flexslider {
	padding-bottom: 10px;
}
.camera_wrap {
	min-height: 285px !important;	
}

.map address {
	float: left;
	margin-right: 30px;	
}

.img_inner {
	width: 100%;
}

header h1 {
	float: none;	
}
h1 a {
	margin: 0 auto;
}

.noresize {
	width: auto !important;	
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

.img_inner.fleft {
	margin-bottom: 20px;
}

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

 body {
min-width:300px;
}


#flexslider {
	width: 274px;
}

.header_top .fright {
	float: left !important;	
}
 
 .map figure iframe {
	width: 100%;
	height: 150px;
}

.menu_block {
		float: none !important;
		margin: 0 15px !important;	
		
	}
	
	.camera_wrap {
		height: 204px !important;
		 	
	}

 }

