/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);



html {
	width: 100%;
}
.float_right {
	float: right !important;
}
 a [href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/16px 'Open Sans', sans-serif;
	color:#7a7773;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) 0 0 repeat #e6ded2;
}

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

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


.content h2 {
	
	background: #efebe0;
	color: #d9a658;
	padding: 10px 20px 11px;
	margin-bottom: 15px;
}

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





.content h2.head1 {
	margin-bottom: 0;
	background: #d9a658;
	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 {
	text-decoration: none;
	color: #4d4d4c;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #d9a658;
}

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

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

a.btn {
	background: #d9a658;
	font: normal 18px/16px 'Open Sans Condensed', sans-serif;
	text-transform:  uppercase;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 12px;
}

a.btn:hover {
	background: #e0d9cb;
	color: #d9a658;
}

/*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 {
	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: 600;
	margin-bottom: 17px;
	text-transform: uppercase;

}
/*header*/

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


header h1 {
	float: left;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 378px;
	height: 101px;
	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;
	padding-bottom: 21px;
	overflow: hidden;
	margin-bottom: 15px;
}

.block1 {
	background: #efebe0;
	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: #efebe0;
	box-shadow: 0px 0px 0px 3px #c4b9a2;
	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: #d9a658;
	margin-bottom: 14px;
}

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


.block2 {
	background: #efebe0;
	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 #c4b9a2;
	margin-bottom: 6px;
}

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

.content_box {
	background: #efebe0;
	box-shadow: 0px 0px 0px 3px #c4b9a2;
	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: #d9a658;
	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: #efebe0;
	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: #efebe0;
	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 {
}

#form1 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: 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;
}

#form1 select {
	font-family: 'Open Sans', sans-serif;
	color:#939290;
	display: block;
	font-size:11px;
	height:28px;
	padding:5px 4px 7px;
	border: none;
	width: 100%;
	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: #efebe0;
}



.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: #c4b9a2;
	padding-top: 28px;
	width: 150px;
	font-weight: bold;
}

label.check span {
	cursor: pointer;
}

.jqTransformCheckboxWrapper {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #c4b9a2;
	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: #c4b9a2;
}
/************Footer***********/

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

footer a {
	color: #88857f;	
}

footer a:hover {
	color: #d9a658;	
}

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: #4d4d4c;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 11px;
	padding-top: 31px;

}


/* gallery */


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

#slider h2 {
	margin-bottom: 23px;
	padding-top: 20px;
}
#flexslider {
	margin-right: 0px;
	padding: 11px 10px 20px;
	border-left: 3px solid #c4b9a2;
	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: #efebe0;
	color: #7a7773;
}

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

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

.caption {
	color: #7a7773;
	background: #efebe0;
	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: 7px;
	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;
}

.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;
		 	
	}

 }

