.people_range_layer {
	margin-top: 3px;
	position: absolute;
	width: 100%;
	min-height: 100px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 1000;
	display: none;
	box-shadow: 3px 3px 10px #444;
}

.night_range_layer {
	position: absolute;
	top: 11px;
	width: 306px;
	left: 50%;
	margin-left: -153px;
	min-height: 100px;
	background: #f1eff4;
	border: 2px solid #A42439;
	border-radius: 4px;
	padding: 8px 0 20px;
	z-index: 1000;
	display: none;
}

.night_range_table {
	width: 226px;
	margin: 0 auto;
	border-top: 1px solid #dddfe3;
    border-left: 1px solid #dddfe3;
}
.night_range_table:after,.night_range_table:before {
	content: '';
	display: table;
	clear: both;
}

.night_range_layer .dt-range-wg__title {
	color: #21242e;
	padding: 13px 0 16px;
}

.night_range_layer_cell {
	text-align: center;
	float: left;
	cursor: pointer;
	background: #fff;
	color: #000;
    border-right: 1px solid #dddfe3;
	border-bottom:1px solid #dddfe3;
    height: 29px;
    width: 32px;
	font-size: 10.67px;
	line-height: 29px;
}

.night_range_layer_cell:hover {
	color: #ed1c24;
}

.night_range_layer_cell_active {
	background: #ed1c24;
    color: #fff !important;
}

.night_range_layer_cell_select {
	background: #FFA3A3 !important;
	color: #FFF !important;
}

.search .column {
	margin-bottom: 15px;
	width: 33%;
}

.search .column:last-of-type {
	margin-bottom: 0;
}

.search .column-right {
	float: right;
	margin-right: 10px;
}

.ui-slider {
	position: relative;
	text-align: left;
	background: rgba(255, 255, 255, .4);
	border-radius: 3px;
	margin: 0 -1px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	background: #fff;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f00;
	background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.price_range_inputs {
	margin-bottom: 9px;
	text-align: center;
}

.price_range_inputs input {
	width: 45%;
	display: inline-block;
	cursor: default;
}

.price_range_inputs .input__price-left {
	float: left;
}

.price_range_inputs .input__price-right {
	float: right;
}

.price_range_inputs span {
	display: inline-block;
	width: 6%;
	text-align: center;
	line-height: 46px;
}

@media(min-width: 769px) {
	.price_range_inputs input {
		width: 50%;	
	}
	
	.price_range_inputs .input__price-left,
	.price_range_inputs .input__price-right {
		height: 20px !important;
		line-height: 20px !important;
		background: 0 0;
		color: #fff;
		padding: 0;
		float: none;
	}

	.price_range_inputs .input__price-left {
		text-align: left;
	}

	.price_range_inputs .input__price-right {
		text-align: right;
	}
	
	.price_range_inputs span {
		display: none;
	}
}

@media(max-width: 480px) {
	.price_range_inputs span {
		line-height: 36px;
	}
}

.tours__tour {
	box-shadow: 0px 0px 10px #aaa;
	margin-bottom: 17px !important;
}

.tours__tour:hover {
	box-shadow: 0px 0px 10px #a00 !important;
	border: 1px solid #f00 !important;
	margin: 0px;
	background: #f0f0f0;
}

.tours__tour__desc {
	padding-bottom: 15px;
	font: 14px/20px "PT Sans", sans-serif;
}

.tours__tour__opts {
	font-size: 12px;
	padding-bottom: 10px;
}

.box_tour__title-desc {
	color: #21242e;
	font: 10px/16px 'Roboto',Arial,sans-serif;
	letter-spacing: 0.5px;
}

.box_tour__section_hd {
	padding-bottom: 15px;
}

.tour_detail_info {
	display: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.tour_detail_info_text {
	font-size: 14px;
}

.tour_detail_info_text ul li {
	position: relative;
	padding-left: 25px;
}

.tour_detail_info_text ul li:before {
	content: '–';
	position: absolute;
	top: 0;
	left: 10px;
}

.tour_detail_info_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.box_tour__tbs-bd_1 {
	padding-right: 0px;
}

.tour_detail_head {
}

.tour_detail_head_line {
	padding: 5px 10px;
	border-left: 2px solid #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.tour_detail_variants {
	margin-bottom: 20px;
	background: #f9f9f9;
	display: none;
	font-size: 14px;
}

.tour_detail_variants_line {
	padding: 5px 10px;
	font-weight: 400;
	border-left: 2px solid #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

.tour_detail_variants:nth-child(even) .tour_detail_variants_line {
	background: #eee;
}

.tour_detail_variants_price {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.tour_detail_variants_buy {
	display: inline-block;
	cursor: pointer;
	background-image: url(i/circle-arrow-right-g.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
	color: #fff !important;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0;
	transition: .2s;
}

.tour_detail_variants_buy:hover {
	background-image: url(i/circle-arrow-right.png);
}

.box_tour__tbs {
	margin-bottom: 15px;
}

.box_tour__section_ft__txt-error {
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	display: none;
}

.ui-progressbar {
	margin-top: 35px;
	height: 2em;
	text-align: left;
	overflow: hidden;
	background: rgba(255, 255, 255, .4);
	margin-right: 10px;
}

.ui-progressbar .ui-progressbar-value {
	margin: 0;
	height: 100%;
	background: #f00;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-state-highlight a:hover {
	color: inherit !important;
}

.tours__tour__img img {
	width: 160px;
	margin: 40px;
}

@media (max-width: 768px) {
	.search>.row>.column+.column,
	.search .column+.column {
		padding-top: 5px;
	}
	.ui-progressbar {
		margin-right: 0;
	}
	.search .column-right {
		float: none;
		margin-right: 0;
	}
	.tours__tour__img img {
		margin: 23px;
		max-width: 230px;
		width: auto;
	}
}

@media (max-width: 660px) {
	.box_tour__section {
		padding: 20px 15px 15px !important;
		margin: 0;
	}
	.box_tour__gallery {
		margin-bottom: 20px;
		top: 0;
		margin: 20px auto 5px;
	}
	.box.box_tour { padding-top: 20px; }
}

@media (max-width: 640px) {
	.tours__tour__price-head,
	.tours__tour__price {
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.box_tour__gallery__main-img {
		margin: 0 auto;
		max-width: 100%;
	}
}

@media (max-width: 450px) {
	.box_tour__tbs__tb {
		white-space: normal;
		height: auto;
		padding: 9px 10px 10px !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 400px) {
	.tours__tour__img img {
		max-width: 95%;
	}
	.tours__tour .column:nth-child(1) {
		width: 220px;
	}
	.tour_detail_variants_buy {
		width: 20px;
    	height: 20px;
	}
}

@media (max-width: 350px) {
	.tours__tour__img img {
		margin: 14px 23px;
		max-height: 108px;
	}
	.box_tour__tbs {
		margin-left: 0;
		margin-right: 0;
	}
}

.br-theme-bars-stars {
	margin-top: 15px;
}

.br-theme-bars-stars a {
	display: inline-block;
	padding: 10px;
	background-image: url("sprites/sprite.png");
	background-position: -75px -231px;
}

.br-theme-bars-stars a.br-active {
	background-position: -94px -231px;
}

.br-theme-bars-stars a.br-selected {
	background-position: -94px -231px;
}

.manycol-field-double {
	float: left;
	box-sizing: border-box;
	width: 48%;
}

.mf .column:last-child {
	padding-top: 2px;
	padding-bottom: 2px;
}

.mf__tb-box_air .mf__ok {
	margin-top: 21px;
}

@media (max-width: 1023px) and (min-width: 768px) {
	.mf .column:last-child {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.mf .column:last-child {
		padding: 2px 9px;
	}
	.mf__tb-box_air .mf__ok {
		margin-top: 0;
	}
}

.box_tour__title-desc {
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 18px;
}

.box_tour__gallery .column:first-child {
	display: none;
}

.box_tour__gallery .column a {
	background-size: cover;
}

.people_layer_title {
	font-size: 14px;
	color: #333;
	padding: 5px;
	background: #eee;
}

.br-theme-bars-people {
	padding: 5px;
	background: #ccc;
}

.br-theme-bars-people .br-widget {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.br-theme-bars-people a {
	display: inline-block;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #777;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	width: 25%;
}

.br-theme-bars-people a:after {
	content: '';
	display: block;
	height: 23px;
	width: 11px;
	margin: 0 auto;
	background-image: url(i/adult.png);
	background-position: left center;
	background-repeat: repeat-x;
}

.people_layer_child a:after {
	background-image: url(i/child.png);
}

.br-theme-bars-people a[data-rating-value="0"] {
	text-decoration: underline;
}

.br-theme-bars-people a[data-rating-value="0"]:after {
	display: none;
	width: 0;
}

.br-theme-bars-people a[data-rating-value="2"]:after {
	width: 22px;
}

.br-theme-bars-people a[data-rating-value="3"]:after {
	width: 33px;
}

.br-theme-bars-people a[data-rating-value="4"]:after {
	width: 44px;
}

.people_layer_child .br-theme-bars-people a.br-curren {
	color: #f00;
}

.br-theme-bars-people a.br-current:after {
	background-image: url(i/adult-red.png);
}

.people_layer_child a.br-current:after {
	background-image: url(i/child-red.png);
}

.people_layer_child_age {
	padding: 8px 5px;
	box-sizing: border-box;
	background: #ccc;
}

.people_layer_child_age_col {
	box-sizing: border-box;
	float: left;
	padding: 0 4px;
	width: 33%;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

.people_layer_child_age_col select {
	border-radius: 8px;
	font-size: 11px;
	background: #eee;
	height: 25px;
	max-width: 100%;
}

.people_layer_child_age_col:first-child {
	background: none;
	box-shadow: none;
	display: none;
}

.people_layer_child_age:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media (min-width: 1024px) {
	.mf__tb-box_tour .br-theme-bars-people a {
		width: auto;
	}
}

.page_tour_info {
    border:1px solid #ddd;
    margin:10px;
    font-size:13px;
}
.page_tour_info_line {
    box-sizing:border-box;
    background:#fefefe;
}
.page_tour_info_line:nth-child(even) {
	background: #eeeeee;
}
.page_tour_info_col
{
    float:left;
    padding:5px;
    box-sizing:border-box;
}
.page_tour_info_col1
{
    min-width:150px;
    color:#444;
    font-weight:bold;
}
.page_tour_info_line:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.js_page_fade_layer {
    position: fixed;
    background: #fff;
    opacity: .5;
    z-index: 50000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.form-required {
	margin-left: 3px;
	color: #ed1c24;

}