<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 400;
}
h1 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
}
h2 {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 25px;
}
h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}
h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.title-line {
	padding: 0 25%;
	position: relative;
}
.title-line:before,
.title-line:after {
	margin-top: -1px;
	width: 20%;
	border-bottom: 2px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
}
.title-line:before {
	padding-left: 10px;
	left: 0;
}
.title-line:after {
	padding-right: 10px;
	right: 0;
}
p {
	margin-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lead {
	margin-bottom: 0;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
.well {
	margin-bottom: 0;
	padding: 0;
	min-height: 20px;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.well h3 {
	font-size: 40px;
	line-height: 40px;
}
.well h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}
.well .lead {
	font-size: 18px;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
	outline: none;
	opacity: 0.75;
}
a img {
	border: none;
}
dl {
	margin-bottom: 0;
}
dd,
dt {
	line-height: 20px;
}
dt {
	font-weight: 400;
}
.dl-horizontal dt {
	width: 120px;
	text-align: inherit;
	font-style: italic;
	opacity: 0.75;
}
.real-estate .dl-horizontal dt {
	width: 160px;
}
.dl-horizontal dd {
	margin-left: 120px;
}
hr {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 19px;
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	clear: both;
}
hr.half-hr {
	margin-bottom: 5px;
	padding-bottom: 4px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.row-separator {
	margin: 0 auto 20px;
	width: 1130px;
}
.main-content .row-separator {
	width: 740px;
}
.tpl-full-width .row-separator,
.tpl-full-width .main-content .row-separator {
	width: 100%;
}
.icon-small {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.icon-medium {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
}
.icon-big {
	font-size: 70px;
	line-height: 70px;
	text-align: center;
}
/* PARALLAX */
.parallax-container {
	height: 100%;
	background-attachment: fixed;
}
/* ALERT */
.alert {
	margin-bottom: 20px;
	padding: 20px;
	border: none;
	border-radius: 0;
	color: #333;
}
.alert .fa {
	width: 4%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
}
.alert p,
.alert ul {
	width: 94%;
	float: right;
}
.alert-success {
	background-color: #EFB;
}
.alert-info {
	background-color: #BFF;
}
.alert-warning {
	background-color: #FFB;
}
.alert-danger {
	background-color: #FCC;
}
/* COLLAPSE BOX */
.expandable {
	margin-bottom: 20px;
	overflow: auto;
	box-sizing: content-box;
}
.expandable .scrollbar-inner {
	max-height: inherit !important;
}
.expandable .expandable-content {
	margin-right: 40px;
	/*height: 400px;*/
	display: block;
}
/* BREADCRUMB */
.breadcrumb {
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	list-style: none;
}
.page-title .breadcrumb,
.page-title-module .breadcrumb {
	margin-bottom: 10px
}
.breadcrumb &gt; .active {
	color: #999;
}
/* PAGINATION */
.pagination-list {
	margin-bottom: 20px;
	float: right;
}
.pagination {
	margin: 0;
	border-radius: 0;
	float: right;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
	margin-left: -1px;
	padding: 4px 10px;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 20px;
	color: #999;
}
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1);
	color: #333;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1);
	color: #333;
}
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:focus,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; span:hover {
	color: #999;
	background: none;
	border-color: rgba(0, 0, 0, 0.1);
}
/* BUTTON */
.btn {
	padding: 10px;
	background: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
.btn-group-lg &gt; .btn,
.btn-lg {
	padding: 20px;
	border-radius: 0;
	font-size: 18px;
	line-height: 20px;
}
.btn-group-sm &gt; .btn,
.btn-sm {
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}
.btn-default {
	color: #FFF;
	background: rgba(0, 0, 0, 0.25);
}
.btn:hover,
.btn-default:hover {
	color: #FFF;
	background: #999;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary.focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.open &gt; .dropdown-toggle.btn-primary:hover {
	background: #333;
}
.btn-primary:hover {
	background: inherit;
	border-color: inherit;
	color: inherit;
	opacity: 0.75;
}
.btn-primary .fa {
	margin-right: 10px;
}
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
	background: #AD0;
}
.btn-success:hover {
	background: #7A0;
}
.btn-info,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus {
	background: #0CC;
}
.btn-info:hover {
	background: #099;
}
.btn-warning,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus {
	background: #FC0;
}
.btn-warning:hover {
	background: #B90;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
	background: #F33;
}
.btn-danger:hover {
	background: #B22;
}
.btn:active,
.btn:focus,
.btn:active:focus {
	outline: none;
	box-shadow: none;
}
/* FORM */
legend {
	margin-bottom: 20px;
	border-bottom: none;
	font-size: 20px;
	line-height: 20px;
	color: inherit;
}
label {
	margin-bottom: 10px;
	font-weight: 400;
	display: block;
}
.form-group {
	margin-bottom: 20px;
}
.form-control,
.multy-password input[type=password] {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 40px;
	color: #333;
}
.minimal-form .form-control,
.minimal-form .multy-password input[type=password] {
	padding: 0;
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 40px;
	color: #333;
}
.multy-password label:first-child + input[type=password] {
	margin-bottom: 20px;
}
.form-group.sel-city input[type=text] {
	padding: 0;
	width: 100%;
	height: 30px;
	border: none;
	line-height: 30px;
	float: left;
}
textarea.form-control {
	padding: 9px 10px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 120px;
	line-height: 20px;
}
.form-control:focus,
.form-group.sel-city input[type=text] {
	border-color: #666;
	box-shadow: none;
	outline: 0;
}
.has-success .form-control,
.has-success .form-control:focus {
	border-color: #AD0;
	box-shadow: none;
}
.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #FC0;
	box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #F33;
	box-shadow: none;
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.has-success .form-control-feedback {
	color: #AD0;
}
.has-warning .form-control-feedback {
	color: #FC0;
}
.has-error .form-control-feedback {
	color: #F33;
}
.form-valute .checkbox {
	margin-bottom: 0;
}
.checkbox,
.checkbox + .checkbox,
.radio,
.radio + .radio {
	margin-top: 0;
	margin-bottom: 0;
}
form .checkbox.last {
	margin-bottom: 20px;
}
.checkbox label {
	font-weight: 400;
	font-size: 12px;
	cursor: inherit;
}
.checkbox label i {
	color: #FC0;
}
.radio label {
	margin-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	cursor: inherit;
}
.radio div {
	margin-bottom: 20px;
}
.radio div input[type=radio] {
	margin-right: 7px;
	margin-left: 0;
	position: inherit;
	float: left;
}
.radio div label {
	margin-bottom: 0;
}
/* BLOCKQUOTE */
blockquote {
	margin: 20px 0;
	padding: 10px 0 10px 20px;
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	font-size: inherit;
}
/* FB COMMENTS */
.fb-connect {
	padding: 20px;
	background: #359;
	color: #FFF;
}
.fb-connect .fa {
	margin-right: 20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left;
}
.fb-connect p {
	line-height: 40px;
	color: #FFF;
	float: left;
}
.fb-connect .btn.btn-primary {
	background: #333;
	color: #FFF;
	float: right;
}
.fb-connect .btn.btn-primary:hover {
	opacity: 0.75;
}
/* SHARE */
.share-container.social-icon {
	margin-top: 20px;
	margin-right: 0;
	padding: 20px;
	width: 100%;
	background: rgba(0, 0, 0, 0.05);
}
.share-container.social-icon ul li:first-child {
	margin-right: 20px;
	line-height: 40px;
}
/* TABLE */
.table {
	margin-bottom: 0;
}
.table &gt; thead &gt; tr &gt; th {
	border-bottom: none;
	font-weight: 400;
}
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
	padding: 10px 10px 10px 0;
	line-height: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table &gt; thead &gt; tr &gt; td:last-child,
.table &gt; thead &gt; tr &gt; th:last-child {
	padding-right: 0;
	text-align: right;
}
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th {
	padding: 9px 10px 10px 0;
	line-height: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table &gt; tbody &gt; tr &gt; td:last-child,
.table &gt; tbody &gt; tr &gt; th:last-child {
	padding-right: 0;
	text-align: right;
}
/* PROGRESS BAR */
.progress {
	margin-top: 10px;
	margin-bottom: 0;
	height: 30px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 0;
	box-shadow: none;
}
.progress-container .progress:first-child,
.progress-container .progress-title:first-child {
	margin-top: 0;
}
.progress-title {
	margin-top: 20px;
}
.progress-title span {
	float: right;
}
.progress-bar {
	line-height: 30px;
	background: #333;
	box-shadow: none;
}
/* SINGLE IMAGE */
.single-img,
.single-img img {
	margin: auto;
	width: 100%;
	height: auto;
	border: none;
	display: block;
	overflow: hidden;
}
.single-img:hover {
	opacity: 1;
}
.single-img img:hover {
	opacity: 0.75;
}
.single-img.img-thumbnail {
	padding: 9px;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	line-height: 20px;
	display: block;
}
.single-img.img-rounded {
	border-radius: 100%;
}
.textarea-description img {
	margin: auto;
	width: 100%;
	height: auto;
	border: none;
	display: block;
	overflow: hidden;
}
.textarea-description ul {
	list-style: disc;
	list-style-position: inside;
}
/* LABEL */
.label {
	padding: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	border-radius: 0;
	display: inline-block;
}
.label-default {
	background: rgba(0, 0, 0, 0.25);
}
/* INLINE LIST */
.list-inline {
	margin-bottom: 0;
	margin-left: 0;
}
.list-inline &gt; li {
	margin: 0;
	padding: 0;
}
.list-inline &gt; li span {
	margin-right: 10px;
}
/* GROUP LIST */
.list-group {
	margin-bottom: 0;
	padding-left: 0;
}
.list-group.list-group-bg .list-group-item {
	margin-top: 20px;
	padding-top: 19px;
}
.list-group-item {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 9px 0 0;
	background: inherit;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group.list-group-bg .list-group-item:first-child,
.list-group-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-item i {
	margin-right: 10px;
}
.list-group-item .fa-times {
	margin-right: 0;
	line-height: 20px;
	float: right;
}
.list-group-item .fa-times:hover {
	opacity: 0.5;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background: inherit;
	border-color: rgba(0, 0, 0, 0.1);
	color: inherit;
}
.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
	color: #333;
}
/* MAIN INFO */
.main-info.text-left a.single-img {
	margin-right: 5%;
	margin-bottom: 20px;
	width: 45%;
	float: left;
}
.main-info.text-right a.single-img {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 5%;
	width: 45%;
	float: right;
}
/* MEDIA OBJECT */
.media {
	margin-top: 0;
}
/* PANEL */
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel {
	margin-bottom: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.panel-heading {
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-default &gt; .panel-heading {
	background: none;
	border: none;
	color: inherit;
}
.panel-body {
	margin-top: 10px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.05);
}
.panel-group .panel-heading + .panel-collapse &gt; .list-group,
.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border-top: none;
}
/* PAGE TITLE */
.page-title h1,
.page-title-module h1 {
	margin-bottom: 0;
}
.page-title h2,
.page-title-module h2 {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
}
.page-title div,
.page-title-module div,
.page-title p,
.page-title-module p {
	margin-top: 20px;
}
.cat-description {
	margin-bottom: 20px;
}
.page-title .page-error,
.page-title-module .page-error {
	margin-top: 0;
}
.page-title .page-error h1,
.page-title-module .page-error h1 {
	margin-right: 20px;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	font-size: 60px;
	line-height: 150px;
	text-align: center;
	float: left;
}
.page-title .page-error h2,
.page-title-module .page-error h2 {
	margin-top: 0;
	padding-top: 30px;
	line-height: 30px;
}
/* IFRAME */
.frame-default,
.frame-default iframe {
	border: none;
	display: block;
}
/* VIDEO */
.video-product video {
	width: 100%;
	display: block;
}
/* MAP */
.col-md-12 &gt; .section-col &gt; .map-container-modal {
	position: relative;
}
.col-md-12 &gt; .section-col &gt; .map-container-modal .locations {
	padding: 20px;
	width: 505px;
	height: 320px;
	background: #FFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	overflow: auto;
	position: absolute;
	top: 40px;
	right: 60px;
}
.locations .panel {
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.locations .panel:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.locations .panel hr {
	margin-bottom: 20px;
	padding-bottom: 19px;
}
.map-container .get-route {
	margin-top: 20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.05);
}
.map-container .get-route .close-map {
	width: 40px;
	display: block;
	float: right;
}
.map-container .get-route .close-map i {
	margin-right: 0;
}
.map-container .direction-holder .route {
	margin-top: 20px;
	margin-bottom: 20px;
}
.map-container .direction-holder table {
	width: 100%;
}
.captha-container {
	margin-bottom: 20px;
}
.captha-container img {
	margin-right: 10px;
	float: left;
}
.captha-container input {
	padding: 5px 10px;
	width: 140px;
	height: 50px;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 50px;
	color: #333;
	float: left;
}
.captha-container input:focus {
	border-color: #666;
	box-shadow: none;
	outline: 0;
}
/* TO TOP */
.return-to-top {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.25);
	line-height: 40px;
	color: #FFF;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 1000;
}
.return-to-top:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
/* RESPONSIVE */
@media (min-width: 992px) and (max-width: 1199px) {
	.row-separator {
		width: 930px;
	}
	.main-content .row-separator {
		width: 606px;
	}
	.main-content .call-free {
		margin-left: 20px;
	}
	.col-md-12 &gt; .section-col &gt; .map-container-modal .locations {
		width: 405px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.row-separator,
	.main-content .row-separator {
		width: 710px;
	}
	.col-md-12 &gt; .section-col &gt; .map-container-modal {
		position: inherit;
	}
	.col-md-12 &gt; .section-col &gt; .map-container-modal .locations {
		padding: 0;
		width: inherit;
		height: inherit;
		background: none;
		box-shadow: none;
		overflow: inherit;
		position: inherit;
		top: inherit;
		right: inherit;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
		line-height: 25px;
	}
	h2 {
		font-size: 22px;
		line-height: 20px;
	}
	h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.dl-horizontal dd {
		margin-bottom: 10px;
	}
	.row-separator,
	.main-content .row-separator {
		width: inherit;
	}
	.call-free {
		margin-bottom: 20px;
		float: right;
		clear: right;
	}
	.fb-connect .fa {
		display: none;
	}
	.fb-connect p {
		margin-bottom: 10px;
		line-height: 20px;
		text-align: center;
		float: none;
	}
	.fb-connect .btn.btn-primary {
		display: block;
		float: none;
		clear: both;
	}
	.expandable {
		padding: 20px 0 20px 20px;
	}
	.expandable .expandable-content {
		margin-right: 20px;
	}
	.page-title .page-error,
	.page-title-module .page-error {
		text-align: center;
	}
	.page-title .page-error h1,
	.page-title-module .page-error h1 {
		margin: 0 auto 20px;
		float: none;
	}
	.page-title .page-error h2,
	.page-title-module .page-error h2 {
		padding-top: 0;
	}
	.col-md-12 &gt; .section-col &gt; .map-container-modal {
		position: inherit;
	}
	.col-md-12 &gt; .section-col &gt; .map-container-modal .locations {
		padding: 0;
		width: inherit;
		height: inherit;
		background: none;
		box-shadow: none;
		overflow: inherit;
		position: inherit;
		top: inherit;
		right: inherit;
	}
}</pre></body></html>