@font-face {
  font-family: 'Gotham Medium';
  src: url('/font/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('/font/otham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/font/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
       url('/font/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/font/Gotham-Medium.svg#0fbe3a09622d8fb1f474f00917396ba1') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    font: 14px "Arial", "Verdana", "Trebuchet MS", "Tahoma", "Times New Roman";
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea { font-size: 100% }
.bug { border: 1px solid red }

html {
	background-color: #fff;
}

body {
	padding: 125px 0 0 0;
    color: #3d3d3d;
    line-height: 20px;
    text-align: center;
    background: transparent;
    /*background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
	background-image: -webkit-linear-gradient(top, #444444, #999999);
	background-image: -moz-linear-gradient(top, #444444, #999999);
	background-image: -ms-linear-gradient(top, #444444, #999999);
	background-image: -o-linear-gradient(top, #444444, #999999);
	background-image: linear-gradient(to bottom, #444444, #999999);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444', endColorstr='#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444', endColorstr='#999999')";*/
}
/*
** container
**/
div#container {
	display: inline-block;
	background: transparent;
	width: 1570px;
	position: relative;
	z-index: 11;
}
div.lang-container {
	width: 100%;
	position: fixed !important;
	top: 0;
	z-index: 120 !important;	
}

body.nolangs {
	padding-top: 100px !important;
}

/*
** header
**/
div#header {
	background-color: #fff;
	width: 100%;
	height: auto;
	position: fixed;
	top: 23px !important;
	z-index: 103;
}
body.nolangs div#header {
	top: 0 !important;
}
div.header_inner {
	background-color: #fff;
	width: 1080px;
	height: 100px;
	margin: 0 auto;	
}
div.logo {
	display: inline-block;
	width: 320px;
	height: 100px;
	vertical-align: middle;
}
div.logo a.logo_txt,
div.logo a.logo_txt:hover {
	display: block;
	padding: 20px;
	color: #312d2a;
	text-decoration: none;
}
div.logo a.logo_txt strong {
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
}
a.logo_img {
	display: block;
	width: 320px;
	height: 80px;
	margin: 10px 0;
}

/*
** scrollable_img
**/
div.scrollable_img {
	margin-bottom: 10px;
	
	border: 10px solid #fff;

	-webkit-box-shadow: 0 2px 2px -2px #434343;
	   -moz-box-shadow: 0 2px 2px -2px #434343;
	        box-shadow: 0 2px 2px -2px #434343;

	position: relative;
}
div.scrollable_img img {
	width: 100% !important;
	height: auto !important;	
}
div.scrollable_img img#img2,
div.scrollable_img img#img3 {
	position: absolute;
	left: 0;
	top: 0;
}

/*
** content
**/
div#content {
	background-color: #fff;
	margin: 0 10px;
	padding: 0;
	position: relative;
	z-index: 11;
}
div#content-inside {
	background-color: #fff;
}

/*
** container-data
**/
div#container-data {
	display: inline-block;
	width: 1250px;
	vertical-align: top;
}

/*
** side
**/
div#side {
	display: inline-block;
	background: none;
	width: 320px;
	padding: 0 0 0 0;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

/*
** data
**/
div#data {
	background-color: #fff;
	padding: 25px 40px;
}
div.data_left_opacity {
	background-color: #efefef;
	width: 320px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

/*
** menu
**/
div#menus {	
	display: inline-block;
	background-color: #fff;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;	
	vertical-align: middle;
}
div#menus a {
	display: inline-block;
	width: 185px;
	line-height: 16px !important;
	margin: 0;
	padding: 0;		
	color: #3d3d3d;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	background: none;
}
div#menus a:hover,
div#menus a.current {
	background-color: none;
	color: #2cae97;
}
div#menus a span {
	display: inline-block;
	width: 0;
	vertical-align: middle;
}
div#menus a strong {
	display: inline-block;
	line-height: 24px;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}

/*
** menu_side
**/
div.menu_side {
	margin: 0 30px 30px 30px;
}
div.menu_side a,
div.menu_side a:hover {
	display: block;
	background-color: transparent;	
	padding: 15px 0;
	margin: 0;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;	
	border-radius: 0;
	border-bottom: 1px solid #3d3d3d;
}
div.menu_side a:hover,
div.menu_side a.hover {
	color: #218372;
}

/*
** contact
**/
div.contact {
	background-color: none;
	width: 260px;
	padding: 10px 30px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 3;
}
div.contact,
div.contact * {
	line-height: 22px;
	color: #3d3d3d;
	font-size: 15px;
}
div.contact h3 {
	color: #3d3d3d;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;	
	border: none;
}
div.contact a {
	font-weight: bold;
	text-decoration: underline;
}
div.contact a:hover {
	text-decoration: none;
}

/*
** footer
**/
div#footer-container {
	background-color: transparent !important;
	width: 100%;
	text-align: center;
}
div#footer {
	display: inline-block;
	background-color: #2cae97;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	line-height: 24px;
	color: #fff;
	position: relative;
}
div.footer_inner {
	position: relative;
	z-index: 10;
}
div.footer_left_opacity {
	background-color: #efefef;
	width: 320px;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
div.footer_left_inner {
	position: relative;
	z-index: 2;
}
div#footer * {
	color: #fff;
}
div#footer div.webgenerator {
	top: 35px !important;
	right: 10px;
}
div.lang {
	background: none;
	background-color: #fff;
	top: 80px !important;
	right: 20px !important;
}
div.lang a {
	display: block;
	margin: 3px 1px;
	padding: 0 0 !important;
	width: 19px !important;
}
span.copy {
	display: inline-block;
	width: 290px;
	margin-left: 30px;	
	font-size: 14px;
	vertical-align: middle;
}

/*@media only screen and (min-width: 1400px) and (max-width: 2048px) {
	div#container {
		width: 1400px;
	}
	div#container-data {
		width: 1080px;
	}
	div#menu a strong {
		font-size: 18px;
	}	
	#container div.list {
		width: 50%;		
	}	
	#container form.form label span.title,
	#container form.form div.label span.title {
		width: 100px;
	}
	#container form.form input.btn {
		margin-left: 110px;
	}
	#container form.form label.textarea textarea.comment {
		width: 735px;
		height: 200px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
	div#container {
		width: 1100px;
	}
	div#footer {
		width: 1050px;	
	}
	div#side {
		width: 240px;
	}
	div#container-data {
		width: 810px;
	}
	div.header_inner {
		height: 60px;
	}
	div#menu {
		height: 56px;
	}
	div#menu a strong {
		line-height: 16px;
		font-size: 16px;
	}
	div#menu a {
		width: 195px;
	}
	div#menu a span {
		height: 50px;
	}
	#container div.detail div.list_container {
		width: 100%;
	}
	#container div.list {
		width: 100%;		
	}
	#container div.detail_gallery div.box_gallery {
		width: 32%;
	}
	#container form.form label.textarea textarea.comment {
		width: 300px;
		height: 100px;
	}
}*/
	div#container {		
		width: 1100px;
		margin: 0 auto;
	}
	div#footer {
		width: 1080px;	
	}
	div#container-data {
		width: 750px;
	}
	div#menus a strong {
		line-height: 16px;
		font-size: 16px;
	}
	#container div.list {
		width: 50%;		
	}	
	#container form.form label span.title,
	#container form.form div.label span.title {
		width: 100px;
		text-align: left;
	}
	#container form.form input.btn {
		margin-left: 110px;
	}
	#container form.form label.textarea textarea.comment {
		width: 735px;
		height: 200px;
	}
@media only screen and (max-width: 1100px) {
	div#container {
		width: 980px;		
	}
	div#content {
		margin: 0 !important;
	}
	div#footer {
		width: 980px;	
	}
	div.header_left {
		width: 980px !important;	
	}
	div#side {
		width: 320px;
	}
	div#container-data {
		width: 600px;
		padding: 20px 30px;
	}
	div#data table {
		margin: 0 !important;
	}
	div#data {
		padding: 0;
	}
	div.header_inner {
		width: 920px;
		height: 100px;
	}
	div#menus a {
		width: 145px;
	}
	div#menus a strong {
		line-height: 16px;
		font-size: 14px;
	}	
	#container div.detail div.list_container {
		width: 100%;
	}
	#container div.list {
		width: 100%;		
	}
	#container div.detail_gallery div.box_gallery {
		width: 31%;
	}
	#container form.form label.textarea textarea.comment {
		width: 300px;
		height: 100px;
	}
	div.swiper-container {
		width: 100% !important;
	}
	#container form.form label span.title,
	#container form.form div.label span.title {
		text-align: right;
	}
}

/*
** ul
**/
ul {
	margin: 5px 0 10px 20px;
}

/*
**	additional
**/
.marked { font-weight: bold }
.pointer { cursor: pointer }
.fleft { float: left }
.fright { float: right }
.clear { clear: both }
.tcenter { text-align: center }
.tright { text-align: right }
.tleft { text-align: left }
#container .iblock { display: inline-block }
#container .vmiddle { vertical-align: middle }
#container .mt10 { margin-top: 10px }
#container .mr5 { margin-right: 5px }
#container .pb5 { padding.bottom: 5px }
div { line-height: 20px }
p {
	padding: 5px 0;
	line-height: 20px;
}

/*
**	links
**/
a {
    color: #2cae97;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*
** headers
**/
h1, h2 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	font-family: "Gotham Medium";
	color: #3d3d3d;
	text-transform: uppercase;
	border: none;
}
h1 strong {
	font-size: 20px;
	text-transform: none; 
}
h1 a,
h1 a:hover {
	text-decoration: none;
}
h3 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	color: #312d2a;
	font-size: 18px;
	font-weight: bold;
	font-family: "Gotham Medium";
}
h4 {
	margin-bottom: 10px;
	color: #312d2a;
	font-size: 16px;
	font-weight: bold;
	font-family: "Gotham Medium";
}

/*
** list
**/
div.list {	
	display: inline-block;
	width: 50%;
	margin-top: -5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-top: 5px solid #ebe7e0;	
}
#container div.list_double div.list {
	width: 50%;
}
div.list_first {
	margin-top: -21px;
	margin-left: -30px;
	margin-right: -30px;
	border-top: 5px solid #ebe7e0;	
}
div.list_left_border {
	margin-left: -5px;
	padding-right: 5px;
	border-left: 5px solid #ebe7e0;
}
#container div.list_container {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}	
#container div.detail div.list {
	width: 100%;
}
div.list_last {
	border-bottom: 5px solid #ebe7e0;
}
a.title,
a.title:hover,
span.atitle {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #312d2a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.title span.date {
	float: right;
	color: #312d2a;
	font-size: 13px;
}
span.date_detail {
	display: block;
	margin: -10px 0 15px 0;
	color: #312d2a;
	font-size: 13px;	
}
#container a.detail,
#container a.detail:hover,
#container input.detail,
#container input.detail:hover,
#container button.detail,
#container button.detail:hover {
	display: inline-block;
	background-color: #2cae97;
	margin-top: 10px;
	padding: 8px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	border-radius: 4px;
}
#container a.detail:hover,
#container input.detail:hover,
#container button.detail:hover {
	background-color: #518abb;
}

/*
** detail
**/
div.list_inner {
	padding: 15px 30px;
}

/*
** box
**/
table.box {
	width: 100%;
}
td.img {
	/*background-color: #ebe7e0;*/
	padding: 0;
	text-align: center;
	vertical-align: top;
}
td.img a,
td.img a:hover {
	text-decoration: none;
	margin: 0;
}

/*
** table
**/
table.table {
	border-collapse: collapse;
}
table.table td,
table.table th {
	position: relative;
	height: 60px;
	font-size: 16px;
	color: #218372;
	text-align: center;
	vertical-align: middle;
}
table.table td.current {
	background-color: #2cae97;
	border: 1px solid #fff !important;
}
table.table td.current a {
	color: #fff;
}	
table.table td.today {
	background-color: #efefef;
	color: #2cae97;
}
table.table th {
	font-size: 18px;
}
table.table td a,
table.table td a:hover {
	display: block;
	line-height: 60px;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}
table.table_price td {
	height: auto !important;
	vertical-align: middle !important;
}
table.table_price td a,
table.table_price td a:hover {
	display: inline !important;
	line-height: 100% !important;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;	
}
table.table_price td {
	padding: 10px !important;
}
table.table td a:hover {
	background-color: #2cae97;
	color: #fff;
}
table.table td.today a,
table.table td.today a:hover {	
	color: #2cae97 !important;	
}
table.table td.fake {
	background: #f0f0f0 !important;
}
table.table td.fake a {
	color: #2cae97;
}
table.table td,
table.table th {
	background-color: #fff;
	border: 1px solid #2cae97;
}
table.table th {
	background-color: #218372;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #c9d6e2;
}
table.table th:last-child {
	border-right: 1px solid #218372;
}
table.table td:last-child {
	border-right: 1px solid #2cae97 !important;
}
table.table tr:last-child td {
	border-bottom: 1px solid #2cae97 !important;
}
div.calendar_header {
	width: 600px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
}
div.calendar_header strong {
	color: #2cae97;
	font-size: 22px;
}
div.calendar_header a,
div.calendar_header a:hover {
	text-decoration: none;
}

/*
** form
**/
form.form label,
form.form div.label {
	display: inline-block;
	min-height: 30px;
	margin-bottom: 8px;
	position: relative;
}
form.form label span.title,
form.form div.label span.title {
	display: inline-block;	
	width: 130px;
	text-align: right;
	vertical-align: middle;
}
form.form .marked span.title {
	font-weight: bold;
}
form.form label input,
form.form label textarea {
	background-color: #f7f5f3;
	width: 300px;
	height: 10px;
	margin-left: 5px;
	padding: 10px;
	border: 1px solid #ebe7e0;
	border-radius: 4px;
	vertical-align: middle;
}
form.form label.textarea {
	height: auto;
}
form.form label.textarea textarea.comment {
	width: 765px;
	height: 200px;
}
form.form label.textarea textarea {
	height: 100px;
	vertical-align: top;	
}
form.form label.error input,
form.form label.error textarea,
form.form div.error input,
form.form div.error textarea {
	border-color: #f70029;
}
form.form label span.error,
form.form div span.error {
	display: none;
	background-color: #f70029;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;	
	position: absolute;
	top: 0;
	right: -34px;
}
form.form label.error span.error,
form.form div.error span.error {
	display: inline-block;
	vertical-align: middle;
}
form.form input.btn {
	background-color: #2cae97;
	margin-left: 140px;
	padding: 10px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
form.form input.btn:hover {
	background-color: #4a7fac;
}
form.form div.chb {
	display: inline-block;
	vertical-align: top;
}
form.form div.chb label {
	display: block;
	margin-bottom: 0;
	padding-right: 10px;
}
form.form div.chb label input {
	width: auto;
	height: auto;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}
form.form div select {
	width: 320px;
}

/*
** error
**/
div.error {
	margin-bottom: 10px;
}
div.error,
div.error * {
	color: #f70029;
}

/*
** box_gallery
**/
div.box_gallery {
	display: inline-block;
	margin: 0 5px 20px 5px;
	width: 31%;
	height: auto;
	text-align: left;
	vertical-align: top;
}
div.full_width div.list {
	width: 100%;
}
div.full_width div.box_gallery {
	width: 23%;
}
div.box_gallery img {
	margin-bottom: 5px;
}

/*
** back
**/
a.back {
	display: inline-block;
	margin-top: 20px;
}

/*
** banner
**/
div.banner {
	margin: 30px;
}

/*
** price
**/
div.price {
	margin: 8px 0;
}

/*
** pager
**/
div.pager {
	margin-top: 20px;
	text-align: center;
}
div.pager a,
div.pager strong {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
div.pager a.arrow,
div.pager a.arrow:hover {	
	background-color: #cad7e3;
	text-decoration: none;
}

/*
** detail_gallery
**/
div.detail_gallery div.box_gallery {
	width: 24%;
}

/*
** header_left
**/
div.header_left {
	width: 1080px;
	height: 670px;
	margin: 0 auto;
	position: relative;
}
div.header_left_opacity {
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	width: 320px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
div.header_left_inner {
	width: 320px;
	position: relative;
	z-index: 2;
}

/*
** img_txts
**/
.swiper-container div.img_txts {	
	width: 260px !important;
	height: 70px;
	margin: 0 0 0 0 !important;
	padding: 90px 30px 10px 30px !important;
	position: relative !important;
	left: auto !important;
	z-index: 10;
}
div.img_txt {
	display: none;
	font-size: 16px;
	text-align: center;
	position: relative;
}
div.img_txt table {
	width: 100%;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}
div.img_txt_inner {
	margin: 0;
	height: 40px;
	text-align: center;
}
.swiper-pagination {
	display: inline-block !important;
	margin: 120px 0 0 0;
	position: static !important;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 5px;
	border: 1px solid #000 !important;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
}
div.img_txts a.btn,
div.img_txts a.btn:hover {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 25px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	position: relative;
}
div.img_txts a.btn:hover {
	color: #fff;
}
div.img_txts a.btn span {
	background: #2cae97;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;	
}
div.img_txts a.btn:hover span {
	background-color: #2cae97;
}
div.img_txts a.btn strong {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
div.pictograms {
	display: inline-block;
	margin-left: -20px;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 10;
}
a.logo_icons,
a.logo_icons:hover {
	display: inline-block;
	margin-bottom: 20px;
	color: #000;
	font-size: 50px;
	text-decoration: none;
}

/*
** swiper-container
**/
div.swiper-container {	
	display: block;
	width: 100%;
	position: relative;
}
div.swiper-container img {
	width: 100% !important;
	height: auto !important;	
}

/*
** menu_side
**/
div.menu_side a.icons:before {
	margin: -2px 10px 0 10px;
	font-size: 22px;
	vertical-align: bottom;
}

/*
** footer
**/
div#footer-container.footer_default,
div#footer-container.footer_default #footer  {
	background-color: #2cae97 !important;	
}

div#footer-container.footer_default #footer  {
	padding: 40px 0 40px 0;
}

/*
** content
**/
div#content {
	background-color: #fff;
	border-bottom: none !important;
}

/*
** detail
**/
div.list_inner {
	padding: 15px !important;
}

/*
** box_gallery
**/
div.box_gallery {
	margin: 0 5px 20px 0;
	width: 30%;
}

/*
** detail_gallery
**/
div.detail_gallery div.box_gallery {
	width: 32%;
}

/*
** dflex
**/
table.dflex td {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
table.dflex td table td {
	display: table-cell;
	padding: 5px;
}
