#overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 63, 28, 0.65);

	/* Position */
	position: fixed;
	top: 	0;
	left: 	0;
	z-index: 9990;
	}

.modal {
	display: none;
	width: 600px;
	margin: 0 auto;
	background: #ffffff;
	border: 0;
	max-width: 100%;

	/* Position */
	position: fixed;
	top: 	100px;
	right: 	0;
	left: 	0; 
	bottom: unset;
	z-index: 9999;
	}
	.modal .modal-close {
		width: 24px;
		height:24px;
		background: url("/img/icons/control/close-window.png") center center no-repeat;

		text-decoration: none;

		/* Position */
		position: absolute;
		top: 	10px;
		right: 	10px;
		z-index: 10;

		opacity: 0.75;
		}
	.modal .modal-close:hover{
		opacity: 1.0;
		}

	.modal .modal-content {
		padding: 20px;
		background-color: #fbf8f0;
		border: 0;
		}
		.modal label {
			margin-bottom: 5px;
			}
		.modal .spinner {
			display: none;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.3) url("/img/spinner.gif") no-repeat scroll center center ;

			/* Position */
			position: absolute;
			z-index: 99;
			}

		.modal .caption {
			margin: 0 0 30px 0;
			padding: 20px 0 25px 0;

			/* Font */
			font-family: 'CharterC';
			font-size: 18px;
			letter-spacing: 2.5px;
			font-weight: normal;
			font-style: normal;
			color: #411f00;

			text-align: center;
			text-transform: uppercase;

			/* Position */
			position: relative;
			}

		.modal .caption::after {
			content: "";

			display: block;
			width: 140px;
			height: 1px;
			margin: 0 auto;

			background-color: #795c35;

			opacity: 0.5;

			/* Positon */
			position: absolute;
			right: 0;
			bottom: 0;
			left: 0;
			}

		.modal a {
			font-family: 'CharterC';
			font-size: 14px;
			letter-spacing: 1.5px;
			font-weight: normal;
			font-style: normal;
			color: #795c35;
		}

		.modal form input,
		.modal form textarea,
		.modal form label.upload {
			display: block;
			width: 100%;
			max-width: 100%;
			margin-top: 3px;
			margin-bottom: 10px;
			padding: 8px 10px;
			border: 1px solid #ebe0bd;

			/* Font */
			font-family: 'CharterC';
			font-size: 14px;
			letter-spacing: 1.5px;
			font-weight: normal;
			font-style: normal;
			color: #795c35;

			/* Box sizing */
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			}
		.modal form textarea{
			width: 100%;
			min-width: 100%;
			max-width: 100%;

			height: 	180px;
			min-height: 180px;
			max-height: 180px;
			}

		.modal-controls{
			padding: 10px 0 0 0;
			text-align: center;
			}
		.modal-controls button {
cursor: pointer;
height: 35px;
margin: 10px auto ;
   margin-left: 0px;
text-decoration: none;
border:0px;
background:#b98f41;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0 20px 0 20px;
font-family: 'CharterC';
font-size: 11px;
letter-spacing: 1.5px;
font-weight: normal;
font-style: normal;
color: #fff;
text-transform: uppercase;
text-align: center;
vertical-align: middle;
	}

		.modal-errors {
			display:none;
			margin-top: 20px;
			padding: 10px;
			
			background:#cc2516;;

			/* Font */
				font-family: 'CharterC';
			color:white;
			}

		.modal-result {
			display:none;
			margin-top: 20px;
			padding: 10px;
			
			background: #f0f0f0;;

			/* Font */
					font-family: 'CharterC';
			font-weight: bold;
			color: #505050;
			}
.form__input-wrapper, .form__btn-wrapper {display: inline-block;}
.contacts .consult-box__btn, .modal-open {overflow: inherit;}
#policy-window, #personal-window {
    overflow: auto;
    max-height: 90%;
    top: 50px;
}


.page__footer .modal {padding: 0;}


div[class^="x-tl-booking-widget"] {
			display:none;
}

.tt__item {text-align: center;}
.tt__item .tt__icon-wrapper {justify-content: center;}

.mt-15 {    margin-top: 15px;}

a.book-btn {width:max-content}
a.book-btn:hover {color:#fff}

#block-search-programma {
	width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    background: transparent;
    padding: 0 30px;
}


element.style {
}
#content a {
    color: #411f00;
}



.special-item2 {
    display: block;
    width: 32%;
    margin-bottom: 35px;
    margin-right: 2%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.special-item2:hover {
	text-decoration:none;
}
.special-item2:nth-child(3n) {
    margin-right: 0;
}

.special-item-photo2 {
    width: 100%;
    height: 265px;
    outline: 2px solid #411f00;
    outline-offset: -20px;
    background-color: #ecd9b0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.special-item-img-overlay {
    width: 100%;
    height: 100%;
    background: rgba(235,215,177,0.4);
}
.special-item-img-overlay:hover {
    width: 100%;
    height: 100%;
    background: rgba(235,215,177,0.7);
}
.special-item-text {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
   font-family: sans-serif;
    font-weight: 400;
    color: #411f00;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.special-item2 {
		width: 49%;
		margin-right: 2%;
	}
	.special-item2:nth-child(2n) {
    margin-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width : 991px) {
	.special-item2 {
		width: 49%;
		margin-right: 2%;
	}
	.special-item2:nth-child(2n) {
    margin-right: 0;
	}


}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.special-item2 {
		width: 100%;
		margin-right: 0;
	}
}


.pt__table td {
    text-align: left; 
    padding: 8px 8px;
}

.pt__table td p, .pt__table th p{
	margin-bottom:0;
}
.facilities {
	padding-bottom:20px;
}

.facilities img {
    width: 45px;
    height: auto;
    float: left;
}

.facilities p {
    margin-left: 65px;

}

.luxe .row {
    margin-top: 10px;
    margin-bottom: 0;
}

.luxe .botton-ol {
	position: relative;
    background: #ebd8b0;
    color: #7d592c;
    padding: 10px;
    width: 150px;
    height: 50px;
    line-height: 35px;
    text-align: center;
    float: left;
    left: 0px;
    top: 15px;
    font-weight: 700;
    font-size: 18px;
}
.luxe .ts__cal {
    margin-top: 10px;
}
.luxe-descr p {font-size:18px}

@media screen and (max-width: 768px) {
	.luxe .botton-ol {
		width: auto;
		line-height: 35px;
		padding: 10px 44px;
		max-width: 200px;
		margin: 0 auto 35px;
		float: none;
	}
.luxe .ts__cal {
    margin: 10px auto 20px;
    width: 220px;
    text-align: left;
}
}

.slider {
    min-height: 350px;
}
.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
	color: #411f00;
}

.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}

/*
.owl-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';

}
*/

.owl-theme .owl-nav .owl-prev a {
	background:url(../img/icon-ios7-arrow-left.svg);
	display: inline-block;
    background-size: 100%;
    width: 64px;
    height: 64px;
    margin-bottom: -8px;
    margin-right: 12px;
}
.owl-theme .owl-nav .owl-next a {
	background:url(../img/icon-ios7-arrow-left.svg);
	display: inline-block;
    background-size: 100%;
    width: 64px;
    height: 64px;
    margin-bottom: -8px;
    margin-right: 12px;
	transform: rotate(180deg);
}

/*
.owl-nav .owl-next a:before {
    content: '\f002';
}
*/

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}

@media screen and (max-width: 768px) {
	.slider {
		min-height: 250px;
	}
}

table.table-discount tr td p, table.table-discount tr th p { 
	margin-bottom: 0;
}

table.table-discount tr.rowspan td:nth-child(1) p,
table.table-discount tr.rowspan td:nth-child(2) p:nth-child(1),
table.table-discount tr:not(.rowspan) td:nth-child(1) p:nth-child(1)
 {
    text-decoration: none !important ;
    font-weight: 800 !important ;
}


table.table-discount tr td p:nth-child(1) {
    text-decoration: line-through;
    font-weight: 500;
}

table.table-discount tr.rowspan td:not(:nth-child(2)) p:nth-child(2),
table.table-discount tr:not(.rowspan) td:not(:nth-child(1)) p:nth-child(2)
 {
	font-size:20px;
}

table.table-discount-long tr td, table.table-discount-long tr th { 
	text-align:center;
}


table.table-discount-long tr.rowspan td:nth-child(1),
table.table-discount-long tr.rowspan td:nth-child(2),
table.table-discount-long tr:not(.rowspan) td:nth-child(1)
 {
    text-decoration: none !important ;
    font-weight: 800 !important ;
	font-size:14px !important;
}

table.table-discount-long tr.rowspan td:nth-child(3n),
table.table-discount-long tr:not(.rowspan) td:nth-child(3n+2)
 {
    text-decoration: line-through;
    font-weight: 500;
}

table.table-discount-long tr.rowspan td:not(:nth-child(3n)),
table.table-discount-long tr:not(.rowspan) td:not(:nth-child(3n+2))
 {
	font-size:18px;
}

.collapse-wrapper .collapse-title {
	font-family: Montserrat;
}

.collapse-table .collapse-wrapper.shown .collapse-title {
    background-color: #d7b46a;
	color:#fff;
}
.collapse-wrapper .collapse-content {
    background-color: #d7b46a;
}    

.scrollUp{
  position:fixed;
  bottom:25px;
  right:25px;
  display:none;
  width:50px;
  height:50px;
  background:url(../img/scrollUp.png);
}
.scrollUp:hover{
  cursor:pointer;
}