.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
* html .ui-autocomplete {
	height: 300px;
}
.ui-autocomplete.ui-widget-content {
	border: 1px solid #439400 !important;
	font-size: 12px;
}
.filters.search-box, .filters-search.search-box {
	position: relative;
}
.filters.search-box .remove-search, .filters-search.search-box .remove-search {
	cursor: pointer;
	font-weight: normal;
	position: absolute;
	right: 17px;
	top: 17px;
	display: none;
}
.filters.search-box .search-go, .filters-search.search-box .search-go {
	background: #ffffff;
	cursor: pointer;
	font-weight: normal;
	height: 19px;
	padding-left: 4px;
	padding-top: 3px;
	position: absolute;
	right: 11px;
	top: 14px;
	width: 22px;
}
.page-loader-custom {
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	display: none;
	min-height: 140px;
	min-width: 100px;
}
.page-loader-custom1 {
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	display: none;
	min-height: 140px;
	min-width: 100px;
}
/*
.page-loader-custom .loader {
	margin: -56px 0 0 -25px;
}
.page-loader-custom .loader-text {
	top: 46%;
}*/
.box-tours .roundedOne span p {
	display: inline-block;
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 105px;
}
/******** start code 23-02-2017  ********/
.page-adventure .group-result .green {
	color: #dd7026;
}
.page-adventure #reset-checkboxes-custom.btn-reset:hover, .page-adventure .group-view-r .list-num:hover {
	background: #554741 none repeat scroll 0 0 !important;
	border: 1px solid #554741 !important;
	color: #ffffff!important;
}
.page-adventure #reset-checkboxes-custom.btn-reset {
	border: 1px solid #dd7026 !important;
}
.page-adventure .fav-heart, .adv-model .fav-heart {
	background: rgba(0, 0, 0, 0) url("../img/top-page/heart-adventure01.png") no-repeat scroll 0 0;
}
.page-adventure .fav-heart:hover, .adv-model .fav-heart:hover {
	background: rgba(0, 0, 0, 0) url("../img/top-page/heart-adventure02.png") no-repeat scroll 0 0;
}
.page-adventure .fav-heart.acitve {
	background: rgba(0, 0, 0, 0) url("../img/top-page/heart-adventure02.png") no-repeat scroll 0 0;
}
.page-adventure .tours-sortby {
	background: #dd7026 none repeat scroll 0 0 !important;
	border: 1px solid #dd7026 !important;
}
.page-adventure .tours-sortby:hover {
	background: #554741 none repeat scroll 0 0 !important;
	border: 1px solid #554741 !important;
}
.page-adventure #reefine .list-share .popByUrl:hover, .page-adventure #reefine .list-share .popByUrl:focus, .adv-model .compare-product-share .btn-coffee.btn-border:hover {
	background: #554741 none repeat scroll 0 0 !important;
	border: 1px solid #554741 !important;
	color: #ffffff !important;
}
.page-adventure .btn-coffee.btn-border, .adv-model .compare-product-share .btn-coffee.btn-border {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 1px solid #dd7026 !important;
	color: #dd7026 !important;
}
.page-adventure #reefine .pagination > li > a, .page-adventure #reefine .pagination > li > span {
	border-color: #dd7026;
	color: #dd7026;
}
.page-adventure #reefine .pagination > li.active a, .page-adventure #reefine .pagination > li.active span, .page-adventure #reefine .pagination > li.focus a, .page-adventure #reefine .pagination > li a:hover, .page-adventure #reefine .pagination > li span:hover {
	background: #dd7026 none repeat scroll 0 0;
	color: #ffffff;
}
.page-adventure #reefine .list-share .popByUrl i.fa.fa-share-alt:hover {
	color: #fff !important;
}
.grid-item .list-group-item-heading {
	display: none;
}
.list-group-item.item.grid-item .list-group-item-heading {
	display: block!important;
}
.product.selected .compare-overlay {
	z-index: 999 !important;
}
.page-adventure .button.list-num {
	color: #dd7026 !important
}
/******** end code 23-02-2017  ********/



/* start 06-03-2017 */
.fav-heart.fav-yes {
	background: rgba(0, 0, 0, 0) url("../img/top-page/heart-02.png") no-repeat scroll 0 0;
}
.page-adventure .fav-heart.fav-yes {
	background: rgba(0, 0, 0, 0) url("../img/top-page/heart-adventure02.png") no-repeat scroll 0 0;
}
#container .item .caption-h4 > span.favloading, #sr-list .item .caption-h4 > span.favloading {
	background: #ffffff;
	border: 1px solid #80b157;
	color: #80b157;
	font-size: 13px;
	padding: 1px 10px;
	position: absolute;
	right: 0;
	z-index: 9999;
	display: none;
}
.page-adventure #container .item .caption-h4 > span.favloading {
	color: #dd7026;
	border: 1px solid #dd7026;
}
.favloading span {
	animation: 900ms linear 0s normal none infinite running spinner;
	border-color: #80b157 rgba(128, 177, 87, 0.08) rgba(0, 0, 0, 0.08) rgba(128, 177, 87, 0.8);
	border-radius: 50%;
	border-style: dashed;
	border-width: 1px;
	display: block;
	height: 15px;
	margin: 2px;
	width: 15px;
}
.daytrips .favloading {
	top: 22px;
}
.details-page-fav:hover span {
	animation: 900ms linear 0s normal none infinite running spinner;
	border-color: rgb(246, 78, 39) rgba(246, 78, 39, 0.08) rgba(246, 78, 39, 0.08) rgba(246, 78, 39, 0.8);
	border-radius: 50%;
	border-style: dashed;
	border-width: 1px;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	width: 18px;
}
.details-page-fav span {
	animation: 900ms linear 0s normal none infinite running spinner;
	border-color: #ffffff rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border-style: dashed;
	border-width: 1px;
	display: inline-block;
	height: 18px;
	text-indent: -99236px;
	vertical-align: middle;
	width: 18px;
}
.fav-yes-details.btn-green {
	background-color: #898989 !important;
}
.details-page-fav.fav-yes-details.btn-green:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	color: #898989 !important;
}
.details-page-fav.btn-icon-green-3:hover i {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.details-page-fav.fav-yes-details.btn-icon-green-3:hover i {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #898989 !important;
}
/* end 06-03-2017 */

#container .list-share a.popByUrl:hover {
	background: #80b157 none repeat scroll 0 0 !important;
	color: #ffffff !important;
	cursor: pointer;
}
#hero .style-icons {
	margin: 0 10px;
}
#print-modal .modal-lg {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
#print-modal .modal-header {
	padding: 10px 10px 0;
}
#iframe-tour-details {
	border: 1px solid #dddddd;
}
#print-modal .modal-body {
	padding: 10px;
}
.similar-tours .broken-image-here {
	background-image: none;
}
#imageFullScreen {
	width: 100%;
}
#videoModal.modal .modal-header {
	padding: 10px 15px 0;
}
/*  21-03-2017 */
#imgContainer {
	width: 100%;
	height: 410px;
}
#zoomMapModal .modal-lg {
	width: 1200px;
	margin: 0 auto;
}
#positionButtonDiv {
	background: rgba(58, 56, 63, 0.8) none repeat scroll 0 0;
	border: 1px solid #100000;
	color: #ffffff;
	position: absolute;
	right: 10px;
	text-align: left;
	top: 10px;
	width: 60px;
}
.positionButtonSpan {
	display: block;
	height: 60px;
	position: relative;
	text-align: center;
	width: 60px;
}
#topPositionMap {
	left: 22px;
	position: absolute;
	top: 5px;
}
#bottomPositionMap {
	bottom: 5px;
	left: 22px;
	position: absolute;
}
#leftPositionMap {
	left: 3px;
	position: absolute;
	top: 25px;
}
#rightPositionMap {
	position: absolute;
	right: 5px;
	top: 25px;
}
#zoomInButton {
	float: left;
	margin-left: 10px;
}
#zoomOutButton {
	float: right;
	margin-right: 10px;
}
#page-zoomer {
	position: relative;
}
.map-zoom-btn {
	display: block;
	height: 20px;
	padding-top: 5px;
	width: 60px;
}
#page-zoomer {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	border-right: solid 1px #EBE7E7;
	border-left: solid 1px #EBE7E7;
	min-height: 410px;
}
#pageContent {
	overflow: hidden;
	/*    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;*/
	width: 100%;
}
#positionButtonDiv .fa {
	cursor: pointer;
}
.drop-travel-guide{ float: none; margin: 0px auto; }	
.drop-travel-guide li > a , .dropdown-useful-style li > a { font-size: 13px;  padding: 3px 0;}
#videoModal .modal-dialog {  margin: 100px auto 0;  }



.tours-dp.tours-dp-adv .green ,.tours-dp.tours-dp-adv #itinerary .green-2{ color: #dd7026; } 
.tours-dp.tours-dp-adv button.details-page-fav.btn-green {
    background: #f06810 none repeat scroll 0 0 !important;
    border-color: #f06810 !important;
    color: #ffffff !important;
}
.tours-dp.tours-dp-adv button.details-page-fav:hover i, .tours-dp.tours-dp-adv .btn-icon-green:hover i{ color: #ffffff !important; background:none;}
.tours-dp.tours-dp-adv button.details-page-fav:hover {
    background-color: #54433b !important;
    border: 1px solid #54433b !important;
    color: #ffffff !important;
}
.tours-dp.tours-dp-adv button.details-page-fav.fav-yes-details.btn-green {
    background: #898989 none repeat scroll 0 0 !important;
    border-color: #898989 !important;    
}

.tours-dp.tours-dp-adv .btn-icon-green {
    background: #ffffff none repeat scroll 0 0!important;
    border: 1px solid #de7026!important;
    color: #5d6162!important;
}
.tours-dp.tours-dp-adv .btn-useful.btn-guide-download {
    background: #ffffff url("../../assets/img/top-page/icon-download-brown.png") no-repeat scroll 12px 5px!important;
    border: 1px solid #de7026!important;
    color: #5d6162;
}
.tours-dp.tours-dp-adv  .btn-useful.btn-guide-download:hover {
	background: #564842  url("../../assets/img/top-page/icon-download-white.png") no-repeat scroll 12px 5px!important;
    background-color: #564842!important;
    color: #ffffff!important;
}
.tours-dp.tours-dp-adv .btn-icon-green i, .tours-dp.tours-dp-adv .dropdown-wrap i {  color: #5d6162!important;}
.tours-dp.tours-dp-adv .btn-icon-green:hover { background: #564842 none repeat scroll 0 0!important; color: #ffffff!important;}
.tours-dp.tours-dp-adv #itinerary .black-noline a{ color: #5e6163; font-weight: bold; text-decoration: none;}
.tours-dp.tours-dp-adv #itinerary .black-noline a:hover {  color: #dd7026; }
.tours-dp.tours-dp-adv .tb-first { background: #564842 none repeat scroll 0 0; color: #ffffff;}
.tours-dp.tours-dp-adv .table-bordered.table-striped.table-condensed.cf thead.cf tr th {  background: #564842;}

.tours-dp.tours-dp-adv #tabs.ui-tabs .ui-tabs-nav li { background: #de7026!important;}
.tours-dp.tours-dp-adv #tabs.ui-tabs .ui-tabs-nav li.ui-state-active { background: #564842!important;}
.tours-dp.tours-dp-adv #tabs.ui-tabs .ui-tabs-nav {border-bottom: 7px solid #564842!important; padding: 0!important;}
.wrap-adventure-highlight #highlight h4 {  color: #564842;}


.tours-dp.tours-dp-adv .wrap-adventure-tabs .ui-state-active, .tours-dp.tours-dp-adv .wrap-adventure-tabs .ui-widget-content .ui-state-active,.tours-dp.tours-dp-adv  .wrap-adventure-tabs .ui-widget-header .ui-state-active {
    background: #564842 none repeat scroll 0 0!important;
    border: 1px solid #0d4f42;
    color: #ffffff!important;
}
.tours-dp.tours-dp-adv .wrap-adventure-tabs .ui-icon.iconOpen {
    background: rgba(0, 0, 0, 0) url("../../assets/img/top-page/icon-arrow-up-brown.png") no-repeat scroll 0 0!important;

}
.tours-dp.tours-dp-adv .wrap-adventure-tabs .ui-icon.iconClosed {
    background: rgba(0, 0, 0, 0) url("../../assets/img/top-page/icon-arrow-down-brown.png") no-repeat scroll 0 0!important;
}
.tours-dp.tours-dp-adv .wrap-adventure-tabs .bt-expand-collapse-1, .tours-dp.tours-dp-adv .wrap-adventure-tabs .bt-expand-collapse-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    border: medium none!important;
    color: #564842!important;
    float: none!important;
    font-size: 18px!important;
    font-weight: 500!important;
    opacity: 1!important;
}
.caption-h4 span.icon-heart-grid.green.grid-view-heart{top:0px!important;}
