/* font-family: "SegoeUIRegular"; */

@font-face {
	font-family: 'SegoeUIRegular';
	src: url('/public/fonts/SegoeUIRegular/SegoeUIRegular.eot');
	src: url('/public/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/SegoeUIRegular/SegoeUIRegular.woff') format('woff'),
		url('/public/fonts/SegoeUIRegular/SegoeUIRegular.ttf')
			format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: "SegoeUIBold"; */

@font-face {
	font-family: 'SegoeUIBold';
	src: url('/public/fonts/SegoeUIBold/SegoeUIBold.eot');
	src: url('/public/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/SegoeUIBold/SegoeUIBold.woff') format('woff'),
		url('/public/fonts/SegoeUIBold/SegoeUIBold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: "SegoeUIItalic"; */

@font-face {
	font-family: 'SegoeUIItalic';
	src: url('/public/fonts/SegoeUIItalic/SegoeUIItalic.eot');
	src: url('/public/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/SegoeUIItalic/SegoeUIItalic.woff') format('woff'),
		url('/public/fonts/SegoeUIItalic/SegoeUIItalic.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: "SegoeUILight"; */

@font-face {
	font-family: 'SegoeUILight';
	src: url('/public/fonts/SegoeUILight/SegoeUILight.eot');
	src: url('/public/fonts/SegoeUILight/SegoeUILight.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/SegoeUILight/SegoeUILight.woff') format('woff'),
		url('/public/fonts/SegoeUILight/SegoeUILight.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: "SegoeUISemiBold"; */

@font-face {
	font-family: 'SegoeUISemiBold';
	src: url('/public/fonts/SegoeUISemiBold/SegoeUISemiBold.eot');
	src: url('/public/fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/SegoeUISemiBold/SegoeUISemiBold.woff') format('woff'),
		url('/public/fonts/SegoeUISemiBold/SegoeUISemiBold.ttf')
			format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	font-family: SegoeUIRegular;
	color: #000;
	position: relative;
	/* min-width: 960px; */
	overflow-x: hidden;
}

/* .container {
  position: relative;
} */

.btn-success {
	background-color: #25cc68 !important;
	border-color: #25cc68 !important;
	font-size: 15px;
}

.btn-success:hover {
	background-color: #14b254 !important;
	border-color: #14b254 !important;
}

#fog {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 99;
}

#excursion-popup,
.popup-window {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	height: 300px;
	z-index: 100;
}

#excursion-popup {
	top: 38%;
	margin-left: -225px;
	height: 50px;
}

.popup-window {
	top: 44%;
	margin-left: -245px;
}

#excursion-popup .inner,
.popup-window .inner {
	background: #f2f2f2;
	position: relative;
	bottom: 50%;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#excursion-popup .close,
.popup-window .close {
	height: 20px;
	width: 20px;
	float: right;
	background-image: url(/public/image/close.png);
	background-repeat: no-repeat;
	background-position: right top;
	opacity: 0.7;
}

#excursion-popup .close:hover,
.popup-window .close:hover {
	opacity: 0.9;
}

#excursion-popup p {
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

#excursion-popup button {
	height: 34px;
	margin-left: 14px;
}

#excursion-popup .popup-input {
	border: none;
	margin-left: 10px;
}

#excursion-popup .form-inline {
	padding: 0 10px;
	padding-bottom: 20px;
}

#excursion-popup .popup-button {
	margin-left: 10px;
}

#excursion-popup .after {
	display: none;
	margin-bottom: 20px;
	font-weight: normal;
}

.popup-window {
	display: none;
}

.popup-window .inner {
	width: 490px;
}

.popup-window .content {
	padding: 15px 30px;
}

.popup-window .news-element-image {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}

.popup-window .news-element-image img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.popup-window .news-element-notice {
	line-height: 1.2em;
	margin-bottom: 20px;
}

.popup-window .news-element-date {
	color: #b3b3b3;
}

/* Houses
===============================*/

.house-content {
	border-bottom: none;
}

.house-content li a {
	font-size: 20px;
	font-weight: bold;
	color: #ff5b00;
	border-bottom: 1px dashed #ff5b00;
	padding: 0;
	margin-right: 30px;
}

.house-content li a:focus,
.house-content li a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #dd3305;
}

.house-content li.active a {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	margin-left: 0px;
}

.house-content li.active a:focus,
.house-content li.active a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #000;
}

.delimeter {
	border-top: 2px solid #e6e6e6;
	padding-top: 30px;
}

.heading {
	font-size: 32px !important;
	font-weight: bold !important;
	margin-bottom: 5px;
}

/* Map
===============================*/

.map .map-container {
	padding: 30px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.map > span {
	font-size: 18px;
}

.map .map-container .map-popup {
	position: absolute;
	top: 55px;
	right: 140px;
	width: 300px;
	padding: 28px;
	/*background-color: #fce900;*/
	background-color: #fff87d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
}

.ymaps-2-1-50-controls__toolbar_right {
	display: none;
}

.ymaps-2-1-50-searchbox {
	display: none;
}

.map .map-container .map-popup:hover {
	background-color: #fff87d;
	cursor: pointer;
}

.map .map-container .map-popup p {
	line-height: 1.4em;
	font-size: 18px;
	margin-bottom: 20px;
}

.map .map-container .map-popup span {
	color: #000;
	border-bottom: 1px dashed #000;
	font-size: 16px;
}

.map .map-container .map-popup:focus span,
.map .map-container .map-popup:hover span {
	text-decoration: none;
	border-bottom: none;
}

#map {
	height: 250px;
	width: 100%;
}

/* News
===============================*/

.news-container {
	padding: 30px 0;
}

.news-container .news-element {
	padding: 10px 10px 15px 10px;
}

.col-md-4.col-sm-12.news-element:hover {
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.35);
}

.news-container .news-element.first {
	/*padding-left: 0px;
  padding-right: 30px;*/
}

.news-container .news-element.last {
	/*padding-left: 30px;
  padding-right: 0px;*/
}

.news .news-element-image {
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news .news-element-image img {
	width: 100%;
}

.news .news-element-date {
	color: #b3b3b3;
}

.news .news-element-notice {
	width: 100%;
	text-align: justify;
	overflow: hidden;
	height: auto;
	transition: max-height 0.5s ease-out;
	max-height: 64px;
}

.news .news-element-notice.openn {
	max-height: 1000px;
}

.news .news-element-more {
	color: #ff5b00;
	font-size: 16px;
	border-bottom: 1px dashed #ff5b00;
	cursor: pointer;
}

.news .news-element-more:focus,
.news .news-element-more:hover {
	text-decoration: none;
	border-bottom: none;
	color: #dd3305;
}

/* Docs
===============================*/

.docs {
	margin-bottom: 40px;
}

.docs p.docs-heading {
	font-size: 20px;
}

.docs p.more-docs > a {
	text-decoration: none;
	font-size: 16px;
	color: #ff5b00;
	border-bottom: 1px dashed #ff5b00;
}

.docs p.more-docs a:hover,
.docs p.more-docs a:focus {
	border-color: transparent;
	color: #dd3305;
}

.docs-content {
	border-bottom: none;
	margin-bottom: 20px;
}

.docs-content li a {
	font-size: 20px;
	font-weight: bold;
	color: #ff5b00;
	border-bottom: 1px dashed #ff5b00;
	padding: 0;
	margin-right: 30px;
}

.docs-content li a:focus,
.docs-content li a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #dd3305;
}

.docs-content li.active a {
	border-color: transparent;
	color: #000 !important;
	margin-left: 0px;
}

.docs-content li.active a:focus,
.docs-content li.active a:hover {
	border-color: transparent;
	color: #dd3305;
}

.doc-item {
	text-align: center;
	overflow: hidden;
	margin: 20px 0;
	height: 200px;
}

.doc-item.first {
	padding-left: 0;
}

.doc-item.last {
	padding-right: 0;
}

.doc-image {
	width: 170px;
}

.doc-item > a {
	display: block;
}

.doc-inner {
	height: 200px;
	border: 1px solid #f2f2f2;
	/* margin-left: 20px; */
	/* display: table-cell; */
	vertical-align: middle;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.doc-inner:hover {
	background-color: #f2f2f2;
}

.doc-inner p {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

.doc-inner:hover p,
.doc-inner:focus p,
.doc-item a:hover,
.doc-item a:focus {
	text-decoration: none;
}

/* Condition
===============================*/

.condition-item {
	padding: 0 30px;
	margin: 30px 0;
	text-align: center;
}

.condition-item.first {
	padding-left: 0;
}

.condition-item.last {
	padding-right: 0;
	padding-left: 25px;
}

.condition-inner {
	background-color: #fff87d;
	overflow: hidden;
	height: 270px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
}

.condition-inner .title {
	font-size: 44px;
	font-weight: bold;
	color: #a4303b;
	margin-bottom: 10px;
	margin-top: -5px;
}

.condition-inner .description a {
	color: #000;
	text-decoration: underline;
}

.condition-inner .description a:focus,
.condition-inner .description a:hover {
	text-decoration: none;
}

/* Excursion
===============================*/

.excursion {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 257px;
	background-size: cover;
	background-position: center;
}

.excursion img {
	width: 100%;
}

.excursion-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 64%;
	padding-top: 58px;
}

.excursion-inner .excursion-button {
	margin-left: 15px;
}

.excursion-inner .excursion-title {
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.excursion-inner .excursion-phone input {
	border: none;
}

.excursion-inner .after {
	display: none;
	font-weight: normal;
}

/* Footer
===============================*/

footer {
	padding-top: 60px;
	height: 160px;
	width: 100%;
	background-image: url(/public/image/footer.png);
	background-repeat: no-repeat;
}

.footer-left {
	padding-top: 10px;
}

.footer-right a {
	text-decoration: none;
}

.footer-right span {
	border-bottom: 1px solid;
	color: #000;
}

.footer-right a:focus span,
.footer-right a:hover span {
	border-color: transparent;
}

.carousel_wrapper {
	width: 100%;
	overflow: hidden;
}

.lb-caption {
	display: block;
	opacity: 1 !important;
	bottom: 0;
	position: relative;
	color: white;
	/*background: #393640;*/
	/* width: calc(100% - 8px); */
	width: 100%;
	/* margin-bottom: 4px; */
	text-align: left;
	z-index: 9999999;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 25px;
	min-height: 122px;
	/* text-align: justify; */
	background: none;
}

.lb-dataContainer {
	display: none;
	position: absolute;
	top: -28px;
}

.lb-container {
	padding: 0;
	border: none;
}

.house-carousel .item-bottom {
	margin-top: 15px;
}

.lb-caption .captab {
	display: table;
	min-height: 108px;
}

.lb-caption .captab div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.condition .condition-item .condition-inner {
	/* width: 285px; */
	width: 100%;
}

.condition-item.center {
	padding-left: 13px;
}

.ymaps-2-1-47-controls__toolbar_left {
	display: none !important;
}

.lb-closeContainer {
	display: inline-block;
	position: absolute;
	width: 43px;
	height: 43px;
	top: 0;
	right: -59px;
	z-index: 999999999999;
	cursor: pointer;
}

.lb-close {
	display: inline-block;
	width: 43px;
	height: 43px;
	color: white;
	font-size: 40px;
	font-weight: 100;
	vertical-align: top;
	line-height: 40px;
}

.lb-close:hover {
	text-decoration: none;
	color: #cbcbcb;
}

@media (max-width: 992px) {
	.condition .condition-item .condition-inner {
		width: 100%;
	}
	.condition-item,
	.condition-item.center,
	.condition-item.first,
	.condition-item.last {
		padding-left: 0;
		padding-right: 0;
	}
	.excursion-inner {
		padding-top: 5%;
	}
}

@media (max-width: 768px) {
	.map .map-container .map-popup {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		padding: 15px;
		border-radius: 0;
	}
	.excursion-inner {
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		padding: 15px;
	}
	.excursion-inner .excursion-button {
		margin-left: 0;
	}
	.heading {
		font-size: 24px !important;
	}
	.house-content li:last-child a {
		margin-right: 0;
	}

	.lb-closeContainer {
		right: 0;
	}
	.lb-nav a.lb-next {
		margin-right: 0;
		width: 36%;
	}
	.lb-nav a.lb-prev {
		margin-left: 0;
	}
}
.close-map {
	float: right;
    font-size: 21px;
    height: 20px;
    width: 20px;
    float: right;
    background-image: url(/public/image/close.png);
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.7;
    font-weight: 700;
    line-height: 1;
    top: 10px;
    color: #000;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    z-index: 999999999999999999999999;
    position: absolute;
}