<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: #999999;	
}

body {	
    color: #312d2a;
    line-height: 20px;
    text-align: center;
    background-color: 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-color: transparent;
	width: 1570px;
}

/*
** header
**/
div#header {
	background-color: transparent;
	width: 100%;
	height: auto;
	position: relative;
}
div.header_inner {
	background-color: #ebe7e0;
	margin: 0 10px;
	height: 50px;
}
div.logo {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 100;
}
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;
}

/*
** scrollable_img
**/
div.scrollable_img {
	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: #ebe7e0;
	margin: 0 10px;
	padding: 10px 10px 20px 10px;
}
div#content-inside {
	background-color: #ebe7e0;
}

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

/*
** side
**/
div#side {
	display: inline-block;
	background-color: #ebe7e0;
	width: 270px;
	padding: 0 10px 0 0;
	vertical-align: top;
}

/*
** data
**/
div#data {
	background-color: #fff;
	padding: 20px 30px 30px 30px;
}

/*
** menu
**/
div#menu {
	background-color: #44749d;
	margin: 0 10px;
	padding: 2px 0;
	text-align: center;	
}
div#menu a {
	display: inline-block;
	width: 19.6%;
	line-height: 16px !important;
	margin: 2px;
	padding: 0;	
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border-bottom: 1px solid #335776;
	vertical-align: middle;

	background-color: #5682a7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#44749d), to(#5682a7));
	background-image: -webkit-linear-gradient(top, #44749d, #5682a7);
	background-image: -moz-linear-gradient(top, #44749d, #5682a7);
	background-image: -ms-linear-gradient(top, #44749d, #5682a7);
	background-image: -o-linear-gradient(top, #44749d, #5682a7);
	background-image: linear-gradient(to bottom, #44749d, #5682a7);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44749d', endColorstr='#5682a7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44749d', endColorstr='#5682a7')";

	text-shadow: 0 1px 1px #182531;
}
div#menu a:hover,
div#menu a.current {
	background-color: green;
	background-color: #5682a7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5682a7), to(#44749d));
	background-image: -webkit-linear-gradient(top, #5682a7, #44749d);
	background-image: -moz-linear-gradient(top, #5682a7, #44749d);
	background-image: -ms-linear-gradient(top, #5682a7, #44749d);
	background-image: -o-linear-gradient(top, #5682a7, #44749d);
	background-image: linear-gradient(to bottom, #5682a7, #44749d);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5682a7', endColorstr='#44749d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5682a7', endColorstr='#44749d')";
}
div#menu a span {
	display: inline-block;
	width: 0;
	height: 70px;
	vertical-align: middle;
}
div#menu a strong {
	display: inline-block;
	line-height: 24px;
	padding: 8px 10px;
	font-size: 16px;
	vertical-align: middle;
}

/*
** menu_side
**/
div.menu_side {
	width: 100%;
	margin-bottom: 25px;
}
div.menu_side a,
div.menu_side a:hover {
	display: block;
	background-color: #cad7e3;	
	padding: 17px 10px;
	margin: 0 0 2px 0;
	color: #44749d;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border-radius: 3px;
	border-bottom: 1px solid #bcb9b3;
}
div.menu_side a:hover,
div.menu_side a.hover {
	background-color: #bdc9d5;
}

/*
** contact
**/
div.contact {
	background-color: #fff;
	padding: 10px;
	color: #312d2a;
}

/*
** footer
**/
div#footer {	
	background-color: #ebe7e0 !important;
	margin: 0 10px 0 10px;
	padding: 35px 20px 20px 20px;
	line-height: 24px;
	color: #fff;
	position: relative;
}
div#footer * {
	color: #fff;
}
div#footer div.webgenerator {
	top: 17px;
	right: 10px;
}
/*div.lang {
	background: none;
	background-color: #fff;
	top: 50px !important;
	right: 0 !important;
}
div.lang a {
	display: block;
	margin: 3px 1px;
	padding: 0 0 !important;
	width: 19px !important;
}*/

/*@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#side {
		width: 240px;
	}
	div#container {		
		width: 1100px;
		margin: 0 auto;
	}
	div#container-data {
		width: 810px;
	}
	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;
		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#side {
		width: 220px;
	}
	div#container-data {
		width: 710px;
	}
	div#menu a strong {
		line-height: 16px;
		font-size: 14px;
	}
	div#menu a {
		width: 19.4%;
	}
	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: 31%;
	}
	#container form.form label.textarea textarea.comment {
		width: 300px;
		height: 100px;
	}
	#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: #44749d;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*
** headers
**/
h1, h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #312d2a;
	font-weight: bold;
	border-bottom: 1px solid #44749d;
}
h1 a,
h1 a:hover {
	text-decoration: none;
}
h3 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	color: #312d2a;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #44749d;
}
h4 {
	margin-bottom: 10px;
	color: #312d2a;
	font-size: 16px;
	font-weight: bold;
}

/*
** 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;
	border-bottom: 1px solid #44749d;
}
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;	
}
a.detail,
a.detail:hover {
	display: inline-block;
	background-color: #44749d;
	margin-top: 10px;
	padding: 8px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 4px;
}
a.detail:hover {
	background-color: #518abb;
}

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

/*
** 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: #44749d;
	text-align: center;
	vertical-align: middle;
}
table.table td.current {
	background-color: #c9d6e2;
}
table.table td.today {
	background-color: #44749d;
}
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 td a:hover {
	background-color: #44749d;
	color: #fff;
}
table.table td.today a,
table.table td.today a:hover {	
	color: #fff !important;	
}
table.table td.fake {
	background: #f0f0f0 !important;
}
table.table td,
table.table th {
	background-color: #fff;
	border: 1px solid #44749d;
}
table.table th {
	background-color: #44749d;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #c9d6e2;
}
table.table th:last-child {
	border-right: 1px solid #44749d;
}
div.calendar_header {
	width: 600px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
}
div.calendar_header strong {
	color: #44749d;
	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,
form.form_modern input.btn {
	background-color: #44749d;
	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 0;
	width: 30%;
	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;
}

/*
** 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;
}

/*
** img_txts
**/
div.img_txts {	
	display: none;
	width: 50%;	
	height: 120px;
	margin: 0 auto;
	position: absolute;	
	text-align: center;
	z-index: 10;
	bottom: 80px;
	left: 50%;
	margin: 0 0 0 -25%;
}
div.img_txts div.opacity {
	background: #fff;
	height: 180px;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
div.img_txts div.opacity2 {
	background: #fff;
	height: 170px;
	opacity: 0.7;
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}
div.img_txt {
	display: none;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0;
}
div.img_txt table {
	margin-top: 20px;
	position: relative;
	z-index: 10;
}
div.img_txt_inner {
	margin: 0 20px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}
.swiper-pagination {
	display: inline-block !important;
	margin: 150px 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: #44749d;
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
}
div.img_txts a.btn:hover {
	color: #fff;
}
div.img_txts a.btn span {
	background: transparent;
	border: 1px solid #44749d;
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;	
}
div.img_txts a.btn:hover span {
	background-color: #518abb;
}
div.img_txts a.btn strong {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
div.pictograms {
	display: none;
	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 {
	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.swiper-container img {
	width: 100% !important;
	height: auto !important;	
}

/*
** menu_side
**/
div.menu_side a.icons:before {
	display: none;
	margin: 0 12px 0 3px;
	font-size: 22px;
	vertical-align: bottom;
}

/*
** footer
**/
div#footer.footer_default {
	background-color: #44749d !important;
	padding-top: 20px;
}

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

/*
** reformat
**/
/*
** Box
**/
div.box {
	width: 615px;
	height: 95px;
	margin: 10px 5px 5px 0;
	position: relative;	
	padding-bottom: 8px;
}
div.details {
	margin-top: 10px;
}
span.date {
	float: right;
}
div.box_long {
	width: 520px;
}
div.cat,
div.gallery {
	width: 122px;
	text-align: center;
	height: auto;
	padding: 0 23px;
	margin: 20px 2px 0 2px;
	font-size: 11px;
}
div.cat span {
	font-size: 11px;
}
div.gallery {
	height: 110px;
}
div.box img,
div.details img {
	margin-right: 5px;
}
div.box div.lead {
	margin: 3px 0;
}
div.box a img.border {
	margin-right: 20px;
}
div.params {
	width: 465px;	
}
div.price {
	margin-top: 5px;
}
div.box div.price {
	font-weight: bold;
	margin-top: 0;
}
div.box a.btn,
div.box a.btn2 {
	display: inline-block;
	margin: 5px 20px 0 0;
	font-weight: bold;
	/*position: absolute;
	left: 145px;
	bottom: 10px;*/
}
div.box a.btn2 {
	left: 195px;
}
div.box a.title {
	display: inline-block;
	width: auto;
	background: none;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
div.box a.title:hover {
	text-decoration: none;
}
div.box.cat {
	display: inline-block;
	width: 115px !important;
}

/*
** gallery
**/
div.clearfix {
	width: 100% !important;
}
div.gallery {
	display: inline-block !important;
	vertical-align: middle;
}

/*
** table
**/
table.table {
	width: 500px !important;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.table_price {
	width: 100% !important;
}
table.table td,
table.table th {
	padding: 5px;
	width: 10%;
}
table.table td.tright,
table.table th.tright {
	text-align: right;
}
table.table th {
	font-weight: bold;
}
table.table td div.desc {
	margin: 5px 2px;
	font-size: 11px;
}
table.table td a {
	font-weight: bold;
	text-decoration: underline;
}
table.table td a:hover {
	text-decoration: none;
}

/*
** map 
**/
div#map {
	width: 99% !important;
}

/*
** ref
**/
div.ref div.params {
	width: 100%;
}
div.ref a.btn {
	left: 0;	
}
div.blog_list div.params {
	margin-bottom: 20px !important;
}
</pre></body></html>