body {
font-family:OpenSans;
font-size:16px;
line-height:28px;
color:#352e33;
overflow-y: visible !important;
}
.gray {
background-color:#352e33;
color:#ffffff;
}
b {
font-family:OpenSans-Semibold;
}
a {
	color:inherit;
}
p {
margin-top:0;
margin-bottom:25px;
}
a:hover {
	text-decoration:none;
}
.clearfix::after {
	content:"";
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
header {
padding:15px 0;
}
.content {
	position:relative;
	z-index:1;
}
section, footer {
	padding:48px 0;
}
section#sect-contact {
	padding-bottom:0;
}
section {
background-color:#ffffff;
}
h1 {
	margin-top:0;
	margin-bottom:36px;
}
h2 {
}
h2 span {
	color:#aaaaaa;
	font-size:12px;
	line-height:18px;
}
h2 span::before {
	content:" ";
}
a, a:visited, a:focus {
	outline:none;
}
.logo-wrap {
	display:block;
}
.slide-bottom-layer {
position:absolute;
bottom:0;
left:0;
width:100%;
background-image:url(../img/slide_bottom_layer.png);
background-repeat:repeat-x;
background-size:1px 100%;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul.menu li {
	display:block;
	float:left;
}
ul.menu li a {
	display:block;
	padding:10px 16px;
	font-family:OpenSans-Semibold;
	color:#ffffff;
	cursor:pointer;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.menu li a:hover {
	background-color:#e3a84d;
	color:#352e33;
}
ul.menu li a.active {

}
ul.lang li a {
color:#ffffff;
}
#sect-main {
	background-color:#ffffff;
}
#sect-main a { color: #ff9000; }
#sect-main a:hover {text-decoration: underline;}

a.big-link {
	cursor:pointer;
}
a.big-link, a.big-link * {
	display:block;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.big-link-img {
	height:162px;
	position:relative;
	overflow:hidden;
}
.big-link-title {
	position:absolute;
	bottom:16px;
	left:16px;
	color:#ffffff;
	text-shadow:1px 1px #000000;
	opacity:0.85;
	font-size:24px;
	line-height:30px;
}
.big-link-img img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
a.big-link:hover .big-link-img img {
	width:110%;
	top:-7%;
	left:-5%;
}
a.big-link:hover .big-link-line-fill {
	width:100%;
}
.big-link-line {
	height:3px;
	background-color:#80432c;
}
.big-link-line-fill {
	height:3px;
	background-color:#e98446;
	margin-left:auto;
	margin-right:auto;
	width:0%;
}
#sect-contact {
	position:relative;
	z-index:2;
}
.map-wrap {
	position:relative;
	height:600px;
	text-align: center;
	background-color: #ddd;
}
.map-mask {
	position:absolute;
	top:0;
	height:600px;
	opacity:0;
	background-color:#ffffff;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.map-mask:hover {
	opacity:0.5;
}
.map-left {
	left:0;
}
.map-right {
	right:0;
}
.carousel-control.right,
.carousel-control.left {
	background:none;
}
#sect-reserve input[type=text],
#sect-reserve input[type=password],
#sect-reserve input[type=email],
#sect-reserve textarea {
	width:100%;
	background:none;
	color:#ffffff;
	border:solid 2px #854329;
	margin-bottom:17px;
	padding:10px;
}
#sect-reserve input[type=submit],
#sect-reserve input[type=button] {
	border:none;
	background:none;
	background-color:#e3a84d;
	color:#352e33;
	padding:15px 32px;
	border-radius:5px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
#sect-reserve input[type=submit]:hover,
#sect-reserve input[type=button]:hover {
	background-color:#80432c;
	color:#e3a84d;
}
textarea {
	resize:none;
}
.data-table {
	border:dotted 1px #dddddd;
	width:100%;
}
.data-table tr {
	border-top:dotted 1px #dddddd;
}
.data-table tr:first-child {
	border-top:none;
}
.data-table tr th {
	background-color:#eeeeee;
	padding:4px 10px;
	font-size:11px;
	font-weight:normal;
}
.data-table tr td {
	font-size:12px;
	padding:4px 10px;
	color:#aaaaaa;
}
.data-price {
	text-align:right;
	line-height:32px;
	margin-top:32px;
}
.data-price .sum {
	color:#e98446;
	font-weight:bold;
	font-size:48px;
}
.data-price .curr {
	color:#352e33;
	font-weight:bold;
	font-size:24px;
}
.tocenter {
	text-align:center;
}
.tocenter > * {
	display:inline-block;
}
.pad {
	padding:20px 0;
}
.foot-menu li {
display:inline-block;
margin-right:15px;
}
.foot-menu li a {
font-size:14px;
color:#e9a644;
cursor:pointer;
}
.copy {
	background-color:#613a2b;
	padding:20px 0;
}
.copy * {
	color:#e9a644;
	text-align:center;
	font-size: 11px;
}
/* COLLAPSE RESET */
.panel {
margin-bottom:3px;
}
.panel-heading {
	padding:0;
	border-radius:0;
}
.panel-default > .panel-heading {
	background-color:#ffffff;
}
.panel-group .panel {
	border-radius:0;
	border:none;
	position:relative;
}
.panel-title > a {
	display:block;
	padding:25px;
	font-size:24px;
	margin-bottom:3px;
	line-height:34px;
	text-decoration:none !important;
	background-color:#eaa644;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.panel-title > a:hover {
	background-color:#f2843e;
}
.panel-body {
padding:25px;
margin-bottom:3px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border:solid 1px #eaa644;
border-radius:3px;
}
/* COLLAPSE RESET END */
@media (max-width:767px) {
body {
	font-size:18px;
	line-height:28px;
}
h1 {
text-align:center;
}
.bgswitch {
top:0 !important;
}
.head-space {
	height:0 !important;
}
.sect-space {
height:auto !important;
}
header {
padding:0;
}
.logo-wrap {
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
	padding:25px;
	background-color:#362e33;
}
ul.menu, ul.lang {
	overflow:hidden;
}
ul.menu li, ul.lang li {
border-top:solid 1px #e3a84d;
}
ul.lang li a {
	display:block;
	cursor:pointer;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.menu li a, ul.lang li a {
	height:64px;
	padding-top:18px;
	text-align:center;
	color:#e3a84d;
	font-family:OpenSans-Semibold;
}
ul.menu li a:hover, ul.lang li a:hover {
color:#5d3a2c;
background-color:#e3a84d;
}
ul.menu li, ul.lang li {
	float:none;
}
.toggle {
	width:72px;
	height:72px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:20px 0;
	margin-left:auto;
	margin-right:auto;
}
#menu-toggle {
	background-image:url(../img/toggle_menu.png);
}
#lang-toggle {
	background-image:url(../img/toggle_lang.png);
}
#sect-reserve input[type=text],
#sect-reserve input[type=password],
#sect-reserve input[type=email],
#sect-reserve textarea {
	padding:20px;
	font-size:24px;
}
.m-space {
margin-bottom:25px;
}
.big-link {
margin-bottom:15px;
}
.big-link-img {
	height:auto;
}
.big-link-img img {
	position:static;
	width:100% !important;
}
#sect-reserve input[type=submit],
#sect-reserve input[type=button] {
font-size:24px;
float:none;
height:76px;
}
.foot-menu li a {
display:block;
padding:15px;
background:none;
}
}
@media (min-width:768px) {
.bgswitch {
	position:fixed !important;
	width:100%;
	left:0;
	top:0;
	z-index:1;
}
.slide-top-layer {
position:absolute;
top:0;
left:0;
width:100%;
height:138px;
background-image:url(../img/slide_top_layer.png);
background-repeat:repeat-x;
}
ul.menu, ul.lang {
	height:auto !important;
}
ul.menu {
padding-top:26px;
}
ul.lang {
	padding-top:25px;
}
ul.lang li a {
	font-size:12px;
	color:#ffffff;
}
ul.lang li a::after {
	content:"\00a0\00bb";
}
ul.lang li a.active {

}
ul.lang li a.active::after {
	content:"";
}
ul.lang li a:hover {
color:#e3a84d;
}
header {
	top:-138px;
}
header.fixed {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:99;
	animation-name:slideDown;
    animation-duration:1s;
	animation-iteration-count:1;
	background-image:url(../img/head_bg.png);
	background-repeat:repeat;
}
@keyframes slideDown {
	0% {top:-94px}
	100% {top:0px}
}
}
@media (min-width:768px) and (max-width:991px) {
ul.menu li a {
padding:10px 10px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.big-link-img {
height:132px;
}
}
@media (min-width:1200px) {
}
#sect-prices table tr td:nth-child(2) {padding-left:20px;text-align:right;}
#sect-prices ul {list-style-type: square; margin-left: 20px;}
#gallery { overflow-y: hidden !important; }
#emailMessage{margin-left: 15px; margin-bottom: 10px;}

.copy a:hover, .copy a:focus { color: #e9a644; text-decoration: underline; }
