.tour_filter {
	padding: 0;
/* 	padding: 64px 0 0; */
}
.tour_filter .params {
	margin: 0 0 32px;
	padding: 0;
	border: 0;
}
.tour_filter .params .param {
	float: left;
	margin-right: 24px;
}
.tour_filter .params .param .date-text {
	width: 22px;
	display: inline-block;
}
.tour_filter .params .param.date {
	margin: 12px 24px 12px 0;
}

.tour_filter .params .param .date input[type=text] {
	cursor: pointer;
	background-image: url(images/dates.png);
	background-position: 148px center;
	background-repeat: no-repeat;
	position: relative;
}
.datepicker.hasDatepicker {
	position: absolute;
	z-index: 200;
}

.tour_filter .filter_ret {
	height: 33px;
	line-height: 32px;
	font-size: 11.5px;
}

.select2-container {
	width: 222px;
	margin: 12px 0 !important;
	display: block !important;
}
.select2-container:focus {
	outline: none;
}
.select2-drop-active {
	border: 1px solid #F3A448 !important;
	border-top: none !important;
}
.select2-container .select2-choice {
	height: 26px !important;
	padding: 7px 12px !important;
	background: #f8f5ec !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: inset rgba(0,0,0,.14) 0 2px 3px !important;
	color: #bababa !important;
	font-size: 15px !important;
}
.select2-container .select2-choice:active,
.select2-container .select2-choice:focus {
	outline: none;
}
.select2-results {
	background: #f8f5ec;
	padding: 0 !important;
	margin: 0 !important;
}
.select2-results li {
	padding: 0 !important;
}
.select2-results .select2-highlighted {
	background: #F3A448 !important;
}
.select2-search { padding: 4px !important; }
.select2-no-results { text-align: center; }

.select2-arrow {
	background: url(images/select-arrow.png) 0 14px no-repeat !important;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px !important;
	border: none !important;
}
.select2-container .select2-choice .select2-arrow b { background: none !important; display: none!important; }
html body .select2-container .select2-choice abbr {
	left: 6px !important;
	top: 12px !important;
	background: url('images/close.png') right top no-repeat !important;
	height: 17px !important;
	width: 17px !important;
}
.select2-container .select2-choice > .select2-chosen {
	padding-left: 14px !important;
}

/*selectbox*/
@CHARSET "UTF-8";


.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #bababa;
	outline: none;
	text-decoration: none;
	line-height: 42px;
}
.sbToggle{
	background: url(images/select-arrow.png) 0 13px no-repeat;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f8f5ec;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 243px;
	z-index: 1;
	overflow-y: auto;
	left: 1px;
	height: 178px;
	border-radius: 8px;
}
.sbOptions li{
	padding: 0 4px;
	background: none;
	margin: 0
}
.sbOptions a{
	border-bottom: dotted 1px #ccc;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #646465;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 0;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}