


/* Start:/local/templates/bsigroup_main/components/bitrix/breadcrumb/bsi_breadcrumb/style.css*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/local/templates/bsigroup_main/components/bitrix/breadcrumb/bsi_breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */



/* Start:/local/components/bsigroup/tour.card_adlabs/templates/.default/style.css*/
#select2-drop .select2-results .select2-disabled {
  background: none;
  display: list-item;
  cursor: default;
}

#select2-drop .select2-result-unselectable, #select2-drop .select2-result-unselectable div, #select2-drop .select2-result-unselectable span{
	background: none !important;
	cursor: default !important;
	color: #000 !important;
}

#main_content a.tour_city_fancy {
	text-decoration: none;
}

#main_content a.underline {
	text-decoration: underline;
}


/*_________________________________NEW CODE_10.12.15________________________*/
.tour-panel-cont-holder {
  position: relative;
  min-height: 120px;
}

.content-tabs:after,
.result-content:after,
.result-item-cell:after,
.result-item-row-left:after,
.result-item-row-right:after,
.result-item-row:after,
.tour-result-item:after,
.sort-line:after,
.filter-content-row:after,
.tour-filter:after,
.result-table:after {
  display: block;
  content: '';
  clear: both;
}

.result-table {
  padding: 33px 30px 35px 31px;
  margin: -11px 0 0 0;
  background: #f0f0f0;
}

.result-table-title {
  padding: 0 0 20px 0;
  font-size: 18px;
}

.result-table-cell {
  float: left;
  padding: 0 12px 4px 12px;
  border-left: 1px solid #c0c0c0;
}

.result-table-cell:first-child {
  border-left: none;
  padding-left: 0;
}

.wide .result-table-cell {
  padding: 0 21px 4px 19px;
}

.result-table-title + .result-table-cell {
  padding-left: 0;
  border: none;
}

.result-name {
  padding: 0 0 5px 0;
}

.result-name span {
  font-family: 'ubuntumedium', Arial, Helvetica, sans-serif;
}

#main_content .result-name a {
  margin: 0 0 0 8px;
  color: #e31d1b;
  border-bottom: 1px dashed #e31d1b;
  text-decoration: none;
}

#main_content .result-name a:hover {
  border-color: #f0f0f0;
  text-decoration: none;
}

.result-content-date {
  position: relative;
  margin: 0 0 0 26px;
}

.result-content-date:first-child {
  margin: 0;
}

.result-content-date:before {
  position: absolute;
  content: '';
  top: 4px;
  left: -21px;
  display: block;
  width: 10px;
  height: 8px;
  background: url('/local/templates/bsigroup_main/images/ico/to2.png') no-repeat;
}

.result-content-date:first-child:before {
  display: none;
}

.flight {
  margin-bottom: 28px;
}

.result-edit {
  display: none;
  padding: 30px;
  background: #ffffff;
}

a.result-edit-submit {
  text-decoration: none;
  width: 118px;
  height: 28px;
  line-height: 28px;
  display: block;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  background: #e31d1b;
  text-align: center;
}

a.result-edit-submit:visited {
	color: #ffffff;
}

a.result-edit-submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #c60200;
}

.tour-filter {
  padding: 17px 19px 20px 19px;
  margin: 3px 0 11px 0;
  background: #f0f0f0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tour-filter.active {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-trigger {
  position: relative;
  float: left;
  padding: 0 16px 0 14px;
  margin: 0 0 0 0;
  color: #e31d1b;
  font-family: 'ubuntumedium', Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.filter-trigger.active {
  margin: 13px 0 0 0;
}

.filter-trigger:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: 4px;
  background: url('/local/templates/bsigroup_main/images/ico/ar-red.png') no-repeat 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.filter-trigger.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hidden-trigger {
  display: none;
}

.filter-content {
  overflow: hidden;
  display: none;
}

.filter-content-row {
  min-height: 46px;
  margin: 0 0 9px 0;
  padding: 6px 20px 0 20px;
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.add-filter-btn {
  float: left;
  display: block;
  min-width: 86px;
  padding: 2px 0 0 24px;
  margin: 7px 5px 0 0;
  background: url('/local/templates/bsigroup_main/images/ico/add.png') no-repeat 0 3px;
  font-size: 12px;
  color: #9da3a8;
  text-decoration: none;
}

.add-filter-list {
  overflow: hidden;
}

.add-filter-item {
  position: relative;
  float: left;
  height: 34px;
  padding: 0 10px 0 25px;
  margin: 0 5px 6px 0;
  line-height: 34px;
  background: #f1f1f1;
  border-radius: 3px;
  color: #9da3a8;
}

.add-filter-item a {
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url('/local/templates/bsigroup_main/images/ico/del3.png') no-repeat 6px 6px;
}

.add-filter-item.no-remove {
  padding-left: 10px;
}

.tour-filter .result-edit-submit {
  display: inline-block;
  clear: both;
  margin: 0 6px 0 0;
}

.sort-line {
  height: 38px;
  margin: 0 0 20px 0;
  line-height: 38px;
  background: #f0f0f0;
}

.sort-line-title {
  float: left;
  height: 38px;
  padding: 0 21px;
  font-family: 'ubuntumedium', Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  border-right: 1px solid #dee2e4;
}

.sort-line-item {
  float: left;
  height: 38px;
  border-right: 1px solid #dee2e4;
}

#main_content .sort-line-item a {
  display: block;
  height: 38px;
  padding: 0 20px 0 19px;
  font-size: 12px;
  color: #4e4e4e;
  text-decoration: none;
}

.sort-line-item a:hover,
.sort-line-item a.active {
  background: #e7e7e7;
}

.sort-line-item a:after {
  position: relative;
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  margin: 0 0 -2px 10px;
  background: url('/local/templates/bsigroup_main/images/ico/sort-arrow.png') no-repeat 0 bottom;
}

.sort-line-item a.desc:after {
  background: url('/local/templates/bsigroup_main/images/ico/sort-arrow-desc.png') no-repeat 0 bottom;
}

.sort-line-item a.active:after, .sort-line-item a.desc.active:after {
  background-position: 0 0;
}

.heart-icon {
  display: inline-block;
  margin: 0 2px -4px 5px;
  width: 14px;
  height: 14px;
  background: url('/local/templates/bsigroup_main/images/ico/fav1.png') no-repeat 0 0;
  background-size: 14px 14px;
}

.sort-line-item a.active .heart-icon {
  background: url('/local/templates/bsigroup_main/images/ico/fav3.png') no-repeat 0 0;
}

.favorite-sort a:after {
  display: none;
}

.tour-result-item {
  position: relative;
  padding: 30px 0 14px 0;
  border-top: 1px solid #ebebec;
}

.tour-result-item:first-child {
  padding-top: 0;
  border: none;
}

.result-item-image {
  float: left;
  width: 104px;
}

#main_content .result-item-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

#main_content a.favorite-btn {
  display: block;
  height: 13px;
  font-size: 12px;
  line-height: 13px;
  color: #4e4e4e;
  text-decoration: none;
}

#main_content a.favorite-btn:hover {
	text-decoration: underline;
}
/*
a.favorite-btn:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  margin: 0 10px -1px 0;
  background: url('/local/templates/bsigroup_main/images/ico/fav-btn.png') no-repeat 0 0;
}

a.favorite-btn.active:before {
  background-position: 0 bottom;
}
*/
.result-item-content {
  position: relative;
  float: right;
  width: 978px;
}

.result-item-row {
  padding: 16px 0 17px 0;
  border-top: 1px solid #ebebec;
}

.result-item-row:first-child {
  padding: 0 0 5px 0;
  border: none;
}

.result-item-row-left {
  position: relative;
  float: left;
  width: 74%;
  min-height: 34px;
  padding: 0 20px 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.result-item-row-right {
  float: right;
  width: 26%;
  min-height: 34px;
  border-left: 1px solid #ebebec;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.result-item-row .h4,
.result-item-row h4 {
  margin-bottom: 0;
}

.result-item-rating {
  padding: 4px 0 0 0;
}

.result-item-cell {
  float: left;
  min-height: 34px;
  padding: 0 13px 0 10px;
  border-right: 1px solid #ebebec;
}

.result-item-plus {
  border-right: none;
  padding-left: 1px;
  padding-right: 25px;
  background: url('/local/templates/bsigroup_main/images/plus.png') no-repeat right 7px top 14px;
}

.result-item-plus:last-child {
  background: none;
}
.result-item-plus:first-child {
  /* padding-right: 0px; */
}

.result-table .result-item-cell {
  height: 18px;
  min-height: 18px;
  border-color: #c0c0c0;
  padding: 0 7px 0 17px;
}

/*.result-table */
.result-item-cell:last-child {
  padding-right: 0;
  border: none;
}

.result-item-cell:first-child {
  padding-left: 0;
}

.result-item-cell .mix-line {
  float: left;
  margin: 8px 7px 0 0;
}

.result-table .result-item-cell .mix-line {
  margin: 1px 7px 0 0;
  padding: 0;
}

.mix-line-name {
  float: left;
  padding: 10px 0 0 0;
}

.result-item-cell .cell-info > span {
  display: block;
}

.result-room-price-cell {
	float: left;
	min-height: 34px;
	padding: 0 25px 0 1px;
}

.result-room-price-cell:last-child {
  padding-right: 0;
}

.result-room-price-cell:first-child {
  padding-left: 0;
}

.result-room-price-cell .cell-info {
  padding: 13px 0 0 0px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  clear: both;
  display: block; 
}

.tour-result-item-prices {
	padding: 0 0 14px;
    position: relative;
	border-top: 1px solid #ebebec;
	width: 838px;
	margin-bottom: 32px;
	color: #000;
    font-size: 14px;
    line-height: 18px;
}

.cell-info-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.cell-info-trigger:before {
  position: absolute;
  content: '';
  top: 16px;
  left: 10px;
  display: block;
  width: 10px;
  height: 6px;
  background: url('/local/templates/bsigroup_main/images/ico/ar-vert.png') no-repeat 0 bottom;
}

.cell-info-trigger.active:before {
  background-position: 0 0;
}

.cell-info-row {
	color: #4e4e4e;
    font-size: 12px;
    line-height: 18px;
}

.selected-tour-right .tour-price,
.tour-result-item .tour-price {
  float: left;
  margin: 8px 0 0 18px;
}

.selected-tour-right .btn-arrow,
.tour-result-item .btn-arrow {
  float: left;
  margin: 3px 0 0 20px;
}

.tour-result-item .btn-arrow.selected {
  margin-top: 0;
}

.tour-result-item:last-child .result-item-row:last-child {
  border-bottom: 1px solid #ebebec;
}

.selected-tour-list {
  position: relative;
  padding: 17px 0 32px 0;
}

.selected-tour-list .dash4 {
  font-size: 15px;
  margin: 0 0 0 6px;
}

.selected-tour-list .result-item-row:first-child {
  padding: 0 0 17px 0;
  border: none;
}

.selected-tour-rating {
  float: left;
  color: #868686;
  margin: 0 0 0 28px;
}

.selected-tour-rating span {
  display: inline-block;
  vertical-align: middle;
}

.selected-tour-rating .rating-line {
  position: relative;
  height: 4px;
  width: 48px;
  background: #dcdcdc;
  border-radius: 2px;
  margin: 0 4px;
}

.selected-tour-rating .rating-line > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 4px;
  background: #e31d1b;
  border-radius: 2px;
}

.selected-tour-list .mix-line {
  margin: 8px 0 3px 0;
}

.selected-tour-right {
  position: absolute;
  top: -10px;
  right: 0;
  width: 22%;
  height: 100%;
  border-left: 1px solid #ebebec;
}

.selected-tour-right-row {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.selected-tour-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.selected-tour-list .tour-result-item {
  padding: 0 0 14px 0;
  border: none;
}

.selected-tour-list .result-item-row:last-child {
  border-bottom: 1px solid #ebebec;
}

.content-tabs {
  margin: 0 0 11px 0;
  border-bottom: 1px solid #ebebec;
}

.content-tabs li {
  position: relative;
  float: left;
  height: 74px;
  padding: 0 35px;
  font-size: 18px;
  line-height: 74px;
  border: 1px solid #ffffff;
}

.content-tabs li.current {
  border: 1px solid #ebebec;
}

.content-tabs li.current:before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
}

#main_content .content-tabs li a {
  display: inline-block;
  line-height: 18px;
  color: #a3a3a3;
  border-bottom: 1px dashed #a3a3a3;
  text-decoration: none;
}

#main_content .content-tabs li a:hover {
  border-color: #ffffff;
  text-decoration: none;
}

#main_content .content-tabs li.current a {
  color: #000000;
}

#main_content .content-tabs li.current a:hover {
  border-color: #a3a3a3;
  cursor: default;
}

.tour-result-list.current-tour {
  padding: 21px 0 20px 0;
}

.item-price-desc {
  /* padding: 0 20px 0 19px; */
  padding: 2px 5px 0 5px; 
  white-space: nowrap;
  clear: both;
  font-size: 12px;
  line-height: 12px;
  color: #737373;
}

.help-holder {
  position: relative;
  display: inline-block;
  color: #ff0000;
}

.help-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 0 0 7px;
}

.help-trigger {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: url('/local/templates/bsigroup_main/images/ico/help2.png') no-repeat 0 0;
  cursor: pointer;
}

.help-popup {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: none;
  width: 408px;
  margin: 0 0 0 -204px;
  padding: 27px 28px 24px 28px;
  line-height: 18px;
  background: #f2f2f2;
  color: #000000;
  font-family: 'ubuntulight', Arial, Helvetica, sans-serif;
  box-shadow: -1.7px 1px 7px rgba(0, 0, 1, 0.25);
  border-radius: 5px;
  cursor: default;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.help-popup.active {
  display: block;
}

.help-popup span {
  font-family: 'ubuntumedium', Arial, Helvetica, sans-serif;
}

.help-popup-title {
  padding: 0 0 14px 0;
  color: #292a33;
  font-size: 18px;
  font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.help-popup-close {
  position: absolute;
  top: 6px;
  right: 13px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/local/templates/bsigroup_main/images/close_popap.png') no-repeat 0 0;
}

.help-popup:before {
  position: absolute;
  content: '';
  bottom: -14px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 -12px;
  border-top: 14px solid #f2f2f2;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

#tour_card_hotel_suggestions .tour-filter a {
	text-decoration: none;
}

#tour_card_hotel_suggestions .tour-filter a.search-clear:hover {
	text-decoration: underline;
}

/* end of NEW CODE*/

#main_content .h4, #main_content h4 {
    font-size: 18px;
    font-weight: normal;
}

#hotels_in_tour_card {
	padding: 0px;
	margin-bottom: 11px;
}

#hotels_in_tour_card .result-table {
	margin: 0px;
	padding: 16px 30px 18px 19px;
}

.hotels-edit .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #ccc; background-color: rgba(204,204,204,0.75);
	filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

.hotels-edit .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #ccc; background-color: rgba(204,204,204,0.85);
	filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.hotels-edit .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.hotels-edit .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #ccc; background-color: rgba(204,204,204,0.9);
	filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

#main_content .result-item-image img.hotel-fav-icon {
    display: inline-block;
    height: 13px;
    margin: 0 10px 0 0;
    width: 18px;
}

.tour-room-name {
	display: inline-block;
}

.help-holder .cell-info-row {
	color: #ff0000;
}

.pseudo_custom {
	background: rgba(0, 0, 0, 0) url('/local/templates/bsigroup_main/images/ico/pseudo_custom.png') no-repeat scroll 0 0; 
	padding-left: 20px; 
	cursor: pointer;
}

.pseudo_custom.active {
	background-position: 0 -16px;
}

label.disabled {
	color: #ccc;
}

.result-edit label {
	cursor: pointer;
}

.cust1.disabled, label.disabled {
	cursor: default;
}

.expired_tour_label {
	font-size: 18px; 
	margin-left: 30px; 
	margin-top: 8px; 
	color: #e72428;
}

#main_content .expired_tour_label a {
	color: #e72428;
}

div.price_note {
	clear: both;
    margin-left: 385px;
	color: #4c4c4c;
	font-size: 12px;
}

.price_note.bsi_red {
	color: #E72428;
}

.float-cont.tourpage-panel-pad {
    padding-bottom: 15px;
}

#select2-drop .select2-results .select2-result.hd div, #select2-drop .select2-results .select2-result.sd div, #select2-drop .select2-results .select2-highlighted.hd, #select2-drop .select2-results .select2-highlighted.sd, #select2-drop .select2-results .select2-disabled.hd div {
    color: #bababa !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#select2-drop .select2-results .select2-result.sd div {
    color: #000 !important;
}

.mix-persons {
	float: left;
	margin-right: 5px;
}

.mix-persons img.small-ico2 {
	margin-right: 0px;
}

.mix-plus {
	float: left;
	margin-right: 5px;
}

.disabled_filter {
	padding: 0 0 5px;
}

.disabled_filter span {
	margin-left: 0px; 
	color: #727a81; 
	border-bottom: 1px dashed #727a81; 
	line-height:1.3em; 
	font-size: 14px;
}

.scroll-content-hotel .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 50px;
}

.tourpage-desc {
	text-align: justify;
}
/* End */



/* Start:/local/components/bsigroup/tour.card_desription_by_days/templates/.default/style.css*/
div.days_switch {
	padding: 10px 0;
}

div.days_switch a.dashed {
	text-decoration: none !important;
	margin-right: 10px;
	display: inline-block;
}

div.days_switch a.dashed.selected {
	border-bottom: 0px !important;
	cursor: default;
}
/* End */



/* Start:/local/components/bsigroup/form.sendmail.simple/templates/.default/style.css*/
#consult_form__wrapper {
    width: auto;
    background: #f4f4f3;
    padding: 20px 50px 10px 40px;
    margin: 10px 0 10px 0;
}

#consult_form__wrapper label {
    display: block;
    margin: 0 0 10px 0;
}

#consult_form .error {
    border-color: red !important;
}

.cf_error {
    border-color: red !important;
}

#consult_form__wrapper #cf_addinfo {
    width: 500px;
}

#consult_form__wrapper .def-form {
    padding:  5px 0 0 0;
    margin-bottom: 0;
}

#consult_form__wrapper .def-form input.inputtext {
    margin-bottom: 0;
    width: 50%;
}
/* End */
/* /local/templates/bsigroup_main/components/bitrix/breadcrumb/bsi_breadcrumb/style.css */
/* /local/components/bsigroup/tour.card_adlabs/templates/.default/style.css */
/* /local/components/bsigroup/tour.card_desription_by_days/templates/.default/style.css */
/* /local/components/bsigroup/form.sendmail.simple/templates/.default/style.css */
