body {
	background: url(../img/filldark.gif);
	font-family: verdana,arial,​helvetica,​sans-serif;
	font-size: 10pt;
}
h1, h2 {
	margin: 0px;
	font-weight: normal;
	line-height: normal;
}
select, input {
	border: 1px solid #bbbbbb;
	padding: 4px 6px 4px 6px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
a {
	color: #8040ff;
	font-size: 10pt;
}

.content_1 {
	padding: 0px 20px;
}

.flexinp {
	width: 100%;
	box-sizing: border-box;}

.clr {
	background: none;
	clear: both;
}

.search_form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}
.search_form select{
	width: 100%;
}
.search_form > div {
	padding: 20px 10px 10px 10px;
	width: 100%;
}

/* header line */
.header1 {
	width: 100%;
	height: 130px;
	background: url(../img/topfill.jpg) center repeat-x;
}
.header1 div{
	width: 100%;
	height: 130px;
	background: url(../img/top.jpg) center no-repeat;
}
.header2 {
	width: 100%;
	height: 42px;
	background: url(../img/menufill.jpg) repeat-x;
	text-align: center;
}
.header2 a {
	color: #FFF8DC;
	text-decoration: none;
	font-size: 11pt;
}
/* end header line */

.menu	{
	padding: 8px 10px 2px 10px;
}
.menu:hover	{padding: 6px 10px 0px 10px;}
.menu a:not(.active):hover,
.menu a:not(.active):focus {
	transition: color 200ms linear, text-shadow 500ms linear;
	color: white;
	text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 rgba(255, 245, 228, 0.5);
}

.box { /*основной блок /media */
	width: 990px;
	margin: 0 auto;
}
.box_0 {
	width: 990px;
	margin: 0 auto;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.box_menu, .box_1, .box_2 {
	margin: 0 auto;
}
.box_menu {
	width: 240px;
	text-align: center;
}
.box_menu .thotel, .thotel_cat {
	width: 100%;
}
.box_2 {
	flex-grow: 5;
	margin-left: 18px;
}
.box_1 {
	flex-grow: 5;
}
.box_news {
	flex-grow: 1;
	margin-left: 18px;
}
/* post-cart view */
.box1, .box2, .box3, .box4, .box5, .box6 {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box1 {
	background: url(../img/filllight.gif);
}
.box2 {
	background: url(../img/box_t.gif) top left repeat-x;
}
.box3 {
	background: url(../img/box_r.gif) right top repeat-y;
}
.box4 {
	background: url(../img/box_b.gif) bottom left repeat-x;
}
.box5 {
	background: url(../img/box_l.gif) left top repeat-y;
	padding: 10px;
}
.box6 {
	border: 1px solid dimgrey;
	padding: 10px;
}
/* end post-cart view */

/* -------------- buttons ------------*/
/* action button */
.bbutton {
	border: 0px;
	padding: 0px 15px 0px 15px;
	height: 28px;
	text-decoration: none;
	color: #336666;
	text-align: center;
	line-height: 20px;
	/*  display: block;
      margin: 20px auto; */
}
.bbutton:not(.active) {
	box-shadow: inset 0 1px 1px rgba(33, 66, 66, 0.2), inset 0 -1px 0px rgba(33, 66, 66, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #ffffff;
	background-image: linear-gradient(#bfe3e2, #7da59f);
	/*text-shadow: 0 0 21px rgba(123, 106, 128, 0.5), 0 0 10px rgba(223, 206, 228, 0.4);*/
	text-shadow: -1px -1px 6px rgba(90, 116, 118, 0.5), 1px 1px 4px rgba(223, 206, 228, 0.9);
}
.bbutton:not(.active):hover,
.bbutton:not(.active):focus {
	transition: color 300ms linear, text-shadow 500ms linear;
	color: #fff;
	text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 rgba(255, 245, 228, 0.5), 0 0 2px #2a153c;;
}
/* end action button */

/* hotel name-button in search */
.thotel, .thotel_cat {
	border: 0px;
	border-radius: 15px;
	padding: 0px 13px 0px 13px;
	height: 26px;
	text-decoration: none;
	color: #fff0ff;
	text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.thotel:not(.active), .thotel_cat:not(.active) {
	box-shadow: inset 0 1px 1px rgba(66, 33, 66, 0.2), inset 0 -1px 0px rgba(66, 33, 66, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #ffffff;
	background-image: linear-gradient(#a86b81, #522334);
	text-shadow: 0 0 21px rgba(123, 106, 128, 0.5), 0 0 10px rgba(223, 206, 228, 0.4);
}
/* end hotel name-button in search */

.bdelete {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
}
/*end ------------ buttons ------------*/

/* table line hlight */
.t_dark {
	background: #e0d9b9;}
.t_light {}

.tr_search:nth-child(odd) {
	background: #e0d9b9;
}
/* end table line hlight */
#search_res_list {

}
.htext {
	text-align: justify;	}

.htext span {
	color: #800000;
	font-weight: bold;}

li .htext_i {
	color: #800000;
	font-weight: normal;}

.htext_i {
	font-style: italic;
	font-weight: normal;}

.list, .list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* hotel service columns*/
.block {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	padding: 0px 0px 5px 0px;
}
dl,dt,dd {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

.block:after, dl:after {
	clear: both;
}
.block div:nth-child(even):after {
	clear: both;
}

dl {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

dd {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.block > div {
	clear: both;
	display: block;
	vertical-align: top;
	padding: 6px 0px 12px 0px;
}

.block dt{
	color: #800000;
	font-weight: bold;
	display: inline-block;
	float: left;
}
.block dd {
	vertical-align: top;
	padding: 0px 10px 0px 20px;
	display: inline-block;
	float: left;
}
/* end hotel service columns */


@media (max-width: 990px) {
	.box {
		width: 100%;
	}

	.block {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

/* titles */
.title_line {
	box-sizing: content-box;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #955;
	border-top: 1px solid #955;
	background-color: #995555;
	background-clip: content-box;
}
.t1 h1 {
	color: white;
	font-size: 11pt;
	padding: 5px 18px;
/*	text-shadow: 2px 2px 3px rgba(80, 0, 0, 0.3), 0 -1px 0 rgba(200, 50, 50, 0.5);*/
	white-space: nowrap;
}

.t1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.t1 img:first-child{ padding-left: 8px;}
.t1 div {
	color: white;
	padding-right: 10px;
}
.t1 div:after {
	clear: both;
}

.t2 { /* title2 line*/
	position: relative;
	height: 6px;
	margin: 30px 0px 10px 0px;
}
.t2 h2 { /* title2 text overline*/
	display: block;
	position: absolute;
	left: 60px;
	top: -12px;
	z-index: 1;
	font-size: 11pt;
	background: rgba(0, 0, 0, 0) url("../img/filllight.gif");
	padding: 6px 10px;
	color: #800000;
	text-shadow: 2px 2px 3px rgba(80, 0, 0, 0.3), 0 -1px 0 rgba(200, 50, 50, 0.5);
	font-size: 11pt;
	white-space: nowrap;
}
/* end titles */

.rgt {text-align: right;}
.lft {text-align: left;}
.pd4 {padding: 4px;}
.w80 {width: 80px;}
.nw {white-space: nowrap;}
.err {border: 1px solid red;}  /* error script hlight */

.hotellist {
	width: 100%;}
.hotellist	td {	vertical-align: top;}
.hotellistitem	{
	width: 770px;
	font-size: 10pt;
	margin-left: 20px;}
.roomds {
	padding-bottom: 20px;
}
.hotellistitem	table {width: 100%;}
.hotellistitem	td, .hotellistitem	th {
	border: 1px solid #e6c7a7;
	padding: 2px;
	font-size: 10pt;
}

.hotelimg img	{
	border: 1px solid darkred;
	width: 100px;
	height: 100px;
}
.search_room {
	width: 100%;
	border: 1px solid #e6c7a7;
	background: #e0d9b9;
}
.search_room td{
	padding: 2px 4px 2px 10px;
	font-size: 10pt;
}
.frm, .frm td	{padding: 6px 2px 6px 2px;
	font-size: 10pt;}

.roomlist {
	display: flex;
	flex-flow: column nowrap;
}
.roomlist > div {
	display: flex;
	flex-flow: column nowrap;
	margin: 10px 0px 30px 0px;
}
.roomeq {
/*	display: flex;
	flex-flow: row wrap;
	justify-content: center;*/
	column-count: 2;
	margin: 0px 10px;
	padding: 8px 20px;
	border-radius: 10px;
	border: 1px solid #e6c7a7;
}
.roomeq li{
	/*display: flex;*/
	margin: 2px 6px;
	list-style: none;
}
.roomdetail {
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	display: flex;
	flex-flow: row nowrap;
	margin: 10px 10px;
}
.roomdetail > div:nth-child(1){
	flex-grow: 2;
}
.roomdetail > div:nth-child(2){
	display: flex;
	flex-flow: column nowrap;
    width: 500px;
}
.roomcost {
	margin: 10px 10px 0px 10px;
	padding: 8px 0px;
}
.roomcost span {
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #e6c7a7;
	background-color: #955;
	color: white;
	padding: 8px 20px;
}
.roomsleep {
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}
.fline {
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	display: flex;
	flex-flow: row nowrap;
	padding: 0 0 10px 0;
}
.fline > div:nth-child(2) {
	padding-left: 6px;
	margin: auto;
	margin-left: 0px;
}

.radio_buttons {
	width: 100%;
}
.radio_buttons div {
	width: 100%;
}
.radio_buttons input {
	position: absolute;
	left: -9999px;
}
.radio_buttons label:not(.bclear) {
	display: block;
	width: 100%;
	white-space: nowrap;
	border: 0px;
	border-radius: 15px;
	padding: 0px;
	height: 30px;
	text-decoration: none;
	color: #fff0ff;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: inset 0 1px 1px rgba(66, 33, 66, 0.2), inset 0 -1px 0px rgba(66, 33, 66, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #ffffff;
	background-image: linear-gradient(#a86b81, #522334);
	text-shadow: 0 0 21px rgba(123, 106, 128, 0.5), 0 0 10px rgba(223, 206, 228, 0.4);
}
.bclear {
	display: block;
	line-height: 30px;  }

#hotelsearchbutton {
	width: 100%;
}
.radio_buttons input:checked + label:not(.bclear) {
	/*background-image: linear-gradient(#955, #522);*/

	background: none;
	color: black;
	font-weight: bold;

	/*background: #955;
	font-weight: bold;*/
}
.roomhide {
	opacity: 0.3;
}
.roomshow {
	opacity: 1;
}