/* SEARCH TRANSFER
==================================================================================*/
.activity_search {
	width: 940px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.activity_search h1 {
	color: #28b1a4;
	font-size: 18px;
	margin-bottom: 20px;
}

.activity_search h2 {
	color: #28b1a4;
	font-size: 16px;
	margin: 16px 12px 26px;
}

.activity_search input::-webkit-input-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.activity_search input:-moz-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.activity_search input::-moz-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.activity_search input:-ms-input-placeholder {  
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.activity_search input[type="text"] {
	background-image: url(../../images/destination_icon.png);
    background-position: 300px center;
    background-repeat: no-repeat;
	border: 1px solid #8e8e8e;
	width: 302px;
	height: 20px;
	padding: 8px 15px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-style: normal;
	color: #002a5c;
	vertical-align: top;
}

.activity_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 270px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 68px 26px 8px;
}

.activity_search input[type="button"]:hover {
	background: #002a5c;
}

.activity_search input[type=text]:focus,
.activity_search input[type=password]:focus {
	border-color: #002a5c !important;
}

.activity_search #datepicker1,
.activity_search #datepicker2 {
	width: 108px;
}

.activity_search .ui-datepicker-trigger {
    margin-left: 8px;
	margin-top: 0px;
    cursor: pointer;
}

.activity_search form {
	background: #e9e9e9;
	background:
		linear-gradient(135deg, transparent 10px, #FFF 0) top left,
		linear-gradient(225deg, transparent 10px, #FFF 0) top right,
		linear-gradient(315deg, transparent 10px, #FFF 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FFF 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	margin: 0;
	width: 924px !important;
	padding: 21px 8px 22px 8px;
}

.activity_search form fieldset {
	position: relative !important;
}

.activity_search form .grid_6 {
	width: 50% !important;
	margin: 0 0 30px 0;
	padding: 0;
}

.activity_search form .grid_2,
.activity_search form .grid_3,
.activity_search form .grid_7 {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
}
.activity_search form .grid_2 {
	width: 191px;
}
.activity_search form .grid_3 {
	width: 202px;
}
.activity_search form .grid_7 {
	width: 531px;
}

.activity_search form label {
	font-weight: bold;
	color: #393939;
	font-size: 16px;
	display: inline-block;
	margin: 0 0 0 12px;
	padding: 0;
	line-height: 42px;
}

.activity_search form label.first {
	width: 66px;
}

.activity_search form label.second {
	width: 78px;
	text-align: right;
	padding-right: 27px;
}

.activity_search form label span {
	font-size: 12px;
}

.activity_search form fieldset {
	position: relative;
}

.activity_search form .trip {
	display: block;
	position: absolute;
	top: 37px;
	right: 249px;
}

.activity_search form #childAge_1,
.activity_search form #childAge_1,
.activity_search form #childAge_3,
.activity_search form #childAge_4,
.activity_search form #childAge_5,
.activity_search form #childAge_6,
.activity_search form #childAge_7,
.activity_search form #childAge_8,{
	margin: 10px;
	display: inline-block;
}

.trip_box {
	display: none;
}

.activity_search form .trip label {
	font-size: 14px;
	margin-left: 0px !important;
}

.top {
	margin-top: 15px !important;
}

.activity_search fieldset .top .chosen-container {
	width: 129px !important;
	margin-top: -5px !important;
	margin-left: 25px;
}

.activity_search fieldset .top .chosen-container-single .chosen-single {
    font-weight: normal;
}

.border {
	border-bottom: 1px solid #e2e2e2;
}

.remove {
	background: url(../../images/remove_out.png) no-repeat center right;
	color: #e60010;
	font-size: 11px;
	text-decoration: none;
	padding-right: 22px;
	line-height: 27px;
	position: absolute;
	right: 0;
	top: 10px;
}
.remove:hover {
	background: url(../../images/remove_over.png) no-repeat center right;
	color: #000;
}

.add {
	background: url(../../images/add_out.png) no-repeat center left;
	color: #28b1a4;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
	margin: 16px 12px 42px 12px;
	display: inline-block;

}
.add:hover {
	background: url(../../images/add_over.png) no-repeat center left;
	color: #002a5c;
}

.additional {
	text-align: center;
	border-top: 1px dashed #cdcccc;
	border-bottom: 1px dashed #cdcccc;
	padding: 15px 0;
}

.additional #objA2,
.additional .group_2_a_out {
	color: #002a5c;
	font-weight: bold;
	font-size: 16px;
	background: url(../../images/add_arrow_out.png) no-repeat center right;
	padding-right: 35px;
	text-decoration: none;
}

.additional #objA2.group_2_a_over {
	background: url(../../images/add_arrow_over.png) no-repeat center right;
}

.additional #objDIV2 {
	display: none;
	width: 924px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.additional input[type=radio] + label {
    background: url(../../images/radio_out.png) no-repeat left center;
	height: 20px;
	width: 20px;
	display:block;
	cursor:pointer;
	float: left;
	margin-right: 5px !important;
}
.additional input[type=radio]:checked + label {
    background: url(../../images/radio_over.png) no-repeat left center;
}

a.jqTransformCheckbox {
	background: transparent url(../../images/form-elements.png) no-repeat -10px -50px;
	vertical-align: middle;
	height: 18px;
	width: 21px;
	display: inline-block;
	/* display: -moz-inline-block; */
	position: relative;
	bottom: 0px;
	margin-right: 5px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformCheckbox.jqTransformChecked {
	background-position: -9px -75px;
}
a.jqTransformChecked { background-position: -10px -4px;}


input[type=checkbox],
input[type=radio]{
	display: none;
}

.jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -9px -27px transparent;
    vertical-align: middle;
    height: 20px;
    width: 20px;
	display: inline-block;
	margin-top: 0px;
	margin-left: -10px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformChecked {
    background-position: -9px -2px;
}

.small .jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -12px -126px transparent;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    display: block;
}

.small a.jqTransformChecked {
    background-position: -12px -105px;
}

.additional .grid_5,
.additional .grid_4,
.additional .grid_3 {
	display: inline-block;
	padding: 0;
	margin: 20px 0px 10px 0px !important;
	min-height: 226px
}

.additional .grid_5 {
	width: 478px !important;
}
.additional .grid_4,
.additional .grid_3 {
	width: 222px !important;
	border-left: 1px solid #e2e2e2;
}

.additional h3 {
	color: #393939;
	font-weight: bold;
	margin: 9px 7px 19px 7px;
	display: block;
	font-size: 16px;
}

.additional .grid_4 h3,
.additional .grid_3 h3 {
	margin: 9px 40px 19px 40px;
}

.additional .grid_5 ul {
	display: inline-block;
	margin: 0px 7px 0px -7px;
	padding: 0;
	list-style: none;
	width: 469px;
}

.additional .grid_5 ul li {
	display: inline-block;
	width: 47%;
	color: #002a5c;
	font-size: 13px;
	padding-bottom: 5px;
	float: left;
}

.additional .grid_4 ul,
.additional .grid_3 ul {
	display: inline-block;
	margin: 0px 7px 0px 27px;
	padding: 0;
	list-style: none;
	width: 134px;
}

.additional .grid_4 ul li,
.additional .grid_3 ul li {
	display: block;
	color: #002a5c;
	font-size: 13px;
	padding-bottom: 5px;
}

ul li .stars {
	background: url(../../images/stars.png) no-repeat left top;
	display: inline-block;
	height: 13px;
	margin-left: 5px;
}

/*-------- Hotel Search --------*/
.activity_search fieldset .chosen-container {
    font-size: 14px;
	width: 69px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.activity_search fieldset .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_select.png) no-repeat scroll right center transparent;
    background-size:30px 30px!important;
}

.activity_search fieldset .chosen-container-single .chosen-single div {
    width: 30px;
}

.activity_search fieldset .chosen-container-single .chosen-single {
    height: 40px;
    border: 1px solid #8e8e8e;
	color: #002a5c;
    line-height: 39px;
	font-weight: bold;
}

.activity_search fieldset .chosen-single.chosen-default {
	color: #dbdad7 !important;
}

.activity_search fieldset .chosen-container .chosen-results li {
	font-size: 12px;
}

/* SEARCH RESULTS
==================================================================================*/


.inside_search h1 {
	background: #28b1a4;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	line-height: 36px;
	border-bottom: 1px solid #a93003;
}

.inside_search h1 img {
	vertical-align: middle;
}

.inside_search .container {
	border: 1px solid #e0e0e0;
	border-top: 0;
	background: #fff;
	padding: 0 5px 6px 6px;
}

.inside_search .container form fieldset {
	display: block;
	padding: 0px;
	font-size: 11px;
	color: #393939;
}

.inside_search .container fieldset p {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 5px 5px 0px 0px !important;
	padding-bottom: 10px !important;
}

.inside_search .container fieldset p span {
	float: left;
	display: inline-block;
	margin-top: -14px !important;
	margin-right: 5px !important;
	margin-left: 10px;
}
.inside_search .container fieldset p label {
	float: left;
	display: inline-block !important;
    margin-top: 0px !important;
    font-weight: normal !important;
	font-size: 11px !important;
}

.inside_search label {
    margin-top: 7px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.inside_search input {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #28b1a4;
    font-size: 12px;
    padding: 5px 10px;
    width: 186px;
    margin: 5px 0px 0px;
}

.inside_search #datepicker1,
.inside_search #datepicker2 {
    width: 70px;
}

.inside_search #datepicker2 {
	margin-bottom: 20px;
}

.inside_search fieldset .chosen-container {
    font-size: 12px;
	width: 71px !important;
	margin: -2px 0 0 2px;
}

.inside_search fieldset .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_select_small.png) no-repeat scroll right center transparent;
    background-size:19px 19px!important;
}

.inside_search fieldset .chosen-container-single .chosen-single div {
    width: 19px;
}

.inside_search fieldset .chosen-container-single .chosen-single {
    height: 27px;
    border: 1px solid #e0e0e0;
	color: #28b1a4;
    line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

.inside_search fieldset .chosen-single.chosen-default {
	color: #28b1a4 !important;
	font-weight: normal !important;
	font-style: normal;
}

.inside_search fieldset .chosen-container .chosen-results li {
	font-size: 12px;
	color: #28b1a4 !important;
}

.inside_search fieldset .chosen-container .chosen-drop {
  border: 1px solid #e0e0e0;
}

.inside_search fieldset .chosen-container .chosen-results li.highlighted {
	background: #f1f1f1;
	color: #28b1a4;
}

.inside_search fieldset h2 {
	color: #28b1a4;
	font-size: 14px;
	margin: 10px 0 5px;
	padding: 0;
}

.inside_search .box {
	display: inline-block;
	margin-bottom: 12px;
	width: 47%;
	margin-right: 5px;
}

.inside_search .box.first {
    width: 26%;
}
.inside_search .box.third {
	width: auto;
    min-width: 47%;
	max-width: 100%;
}
.inside_search .box label {
    margin-top: 7px !important;
    font-weight: bold !important;
    display: block !important;
    font-size: 14px !important;
}

.inside_search fieldset.border .box .chosen-container {
	width: 42px !important;
	margin: 5px 0 0 0;
}

.inside_search fieldset .box .chosen-container {
	width: 54px !important;
	margin: 5px 0 0 0;
}

.inside_search .box p {
	margin-top: 10px !important;
}

.inside_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	 
}
.inside_search input[type="button"]:hover {
	background: #002a5c;
}

/* SEARCH RESULTS
	Filters
==================================================================================*/
.filters {
    margin: 20px 0px 0px;
    padding: 0px;
}

.filters h1 {
    background: none repeat scroll 0% 0% #002a5c;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 36px;
    border-bottom: 1px solid #002a5c;
    font-weight: bold;
}

.sideblock {
	padding:0px;
	margin-bottom: 5px;
	background: #fff;
	border: 2px dotted #ccc;
}

.sideblock .sidehead {
	padding: 8px 2px 0px ;
}

.sideinsider {
	padding: 10px 10px;
	display: none;
}

.sideblock h2 {
	color:#393939;
	font-size:16px;
	margin: 0;
	padding-bottom: 10px;
	font-weight:bold;
	background: url(../../images/sidetog.png) no-repeat 187px -60px transparent;
	cursor:pointer;
	border-bottom: 1px solid #e2e2e2;
}

.sideblock h2.togled {
	background-position: 187px 0px;
}

.sideblock h2 span {
	color:#6a6a6a;
	font-size:12px;	
	float: right;
	font-weight:normal;
}

.sideblock .ranger-tittle {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	display: inline-block;
}

.sideblock .right {
	float: right;
	text-align: right;
}

.sideblock .center {
	float: none;
	text-align: center;
}

.sideblock .ranger {
	border: 0 !important;
	background: transparent !important;
	width: 68px !important;
	display: inline-block;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
	color: #002a5c !important;
	font-size: 14px !important;
	font-weight: bold;
}

.sideblock .ui-slider-horizontal {
    height: 6px !important;
}

.sideblock .ui-corner-all,
.sideblock .ui-corner-bottom,
.sideblock .ui-corner-right,
.sideblock .ui-corner-br {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-bottom,
.sideblock .ui-corner-left,
.sideblock .ui-corner-bl {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-top,
.sideblock .ui-corner-right,
.sideblock .ui-corner-tr {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-top,
.sideblock .ui-corner-left,
.sideblock .ui-corner-tl {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.sideblock .ui-widget-header {
    background: none repeat scroll 0% 0% #fff !important;
}

.sideblock .ui-state-default,
.sideblock .ui-widget-content .ui-state-default,
.sideblock .ui-widget-header .ui-state-default {
    background: #002a5c !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	cursor: pointer;
	width: 15px !important;
	height: 15px !important;
}

.sideblock .ui-state-active,
.sideblock .ui-widget-content .ui-state-active,
.sideblock .ui-widget-header .ui-state-active {
	border: 0 !important;
	background: #28b1a4 !important;
	color: #fff !important;
}

.sideblock .ui-state-default:hover,
.sideblock .ui-widget-content .ui-state-default:hover,
.sideblock .ui-widget-header .ui-state-default:hover {
	border: 0 !important;
	background: #28b1a4 !important;
	color: #fff !important;
}

.sideblock #slider-range1,
.sideblock #slider-range6,
.sideblock #slider-range7 {
	width: 190px !important;
	margin-left: 10px;
}

.sideblock #slider-range2,
.sideblock #slider-range3,
.sideblock #slider-range4,
.sideblock #slider-range5 {
	width: 180px !important;
	margin-left: 10px;
}

.sideblock .sideinsider h3 {
	background: url(../../images/arrow_bg.png) no-repeat left center #fff;
	color: #002a5c;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 20px;
	margin-top: 10px;
}

.sideblock .sideinsider h3:first-child {
	margin-top: 0;
}

.activity-results {
	display: block;
	width: 700px;
	margin-top: 20px;
}

.activity-result {
	display: table;
	width: 696px;
	margin-bottom: 20px;
	margin-top: 30px;
	border: 2px solid #002a5c;
	position: relative;
	background: #fff;
}

.activity-result h1 {
	background: #002a5c;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

.activity-result .rating {
	display: inline-block;
	background: url(../../images/star_bg.png) top right no-repeat #f2f2f2;
	padding: 0 14px 0 10px;
	margin-right: 12px;
	height: 40px;
	float: left;
}

.activity-result .rating .stars {
	background: url(../../images/rating.png) center right no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
}

.activity-result .rating .stars.one {
	width: 14px;
}

.activity-result .rating .stars.two {
	width: 33px;
}

.activity-result .rating .stars.three {
	width: 51px;
}

.activity-result .rating .stars.four {
	width: 70px;
}

.activity-result .rating .stars.five {
	width: 87px;
}

.activity-result .price {
	background: url(../../images/price_bg_new.png) no-repeat left bottom;
	position: absolute;
	display: block;
	top: -10px;
	right: 0px;
}

.activity-result .price .price_bg {
	background: #28b1a4;
	box-shadow: 0px 1px 10px #FFF;
	border-radius: 20px 0 20px 0;
	font-size: 28px;
	color: #fff;
	padding: 0px 7px;
	margin-left: 20px;
}

.activity-result .price p {
	font-size: 11px;
	color: #fff;
}

.activity-result .price h2 {
	font-size: 30px;
	color: #fff;
}

.activity-result .photos {
	width: 150px;
	padding: 9px;
	display: block;
	float: left;
	position: relative !important;
}
#activityDate_chosen{
	width: 186px!important;
}
#activityAllowedHoursSelect_chosen{
	width: 225px!important;
}

#preview {
	position: absolute;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	z-index: 999;
}

.activity-result .photos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}

.activity-result .photos ul li {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	width: 48px;
}

.activity-result .photos ul li a {
	cursor: default;
}

.activity-result .content {
	width: 528px;
	padding: 9px 0;
	display: block;
	float: left;
}

.activity-result .content .row {
	width: 510px;
	display: block;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.activity-result .content p {
	margin-top: 10px;
}

.activity-result .content .description_section_text {
	margin-bottom: 15px !important;
	margin-top: 10px !important;
}

.activity-result .content .description_section_title {
	margin-top: 0;
	font-weight: bold;
}

.description .description_section_title {
	margin-top: 0;
	font-weight: bold;
}

.activity-result .content .description {
	width: 510px;
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
}

.activity-result .content .address {
	background: url(../../images/pin.png) no-repeat center left;
	padding-left: 18px;
	color: #28b1a4;
	line-height: 14px;
	display: inline-block;
}

.activity-result .content .item {
	background: url(../../images/time.png) no-repeat center left;
	padding-left: 25px;
	color: #4A4B4C;
	line-height: 14px;
	display: inline-block;
}

.activity-result .content .distance {
	background: url(../../images/distance.png) no-repeat center left;
	padding-left: 25px;
	color: #4A4B4C;
	line-height: 14px;
	display: inline-block;
}

.activity-result .content .map {
	font-weight: bold;
	color: #4a4b4c;
	background: url(../../images/earth.png) no-repeat center left;
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin-right: 9px;
}

.activity-result .content .guestprice {
	font-weight: bold;
	color: orange;
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin-right: 9px;
}

.activity-result .check_details {
    border-bottom: 1px solid #E2E2E2;
    display: inline-table;
    font-size: 12px;
    min-height: 110px;
    width: 302px;
}

.activity-result .check_details h2 {
    border-bottom: 1px solid #E2E2E2;
    color: #002A5C;
    font-size: 14px;
    margin: 14px 0;
    padding-bottom: 10px;
}

.activity-result .check_details p {
    margin-bottom: 8px;
}

.activity-result .check_details span {
    color: #28B1A4;
}

.activity-result .content .map:hover {
	color: #002a5c;
	background: url(../../images/earth_over.png) no-repeat center left;
}

.activity-result .content .objA5 {
	font-weight: bold;
	color: #4a4b4c;
	background: url(../../images/users.png) no-repeat center left;
	padding-left: 25px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
}

.activity-result .content .objA5:hover {
	color: #002a5c;
	background: url(../../images/users_over.png) no-repeat center left;
}

.activity-result .content .objA6,.activity-result .content .objA6:hover {
	color: #fff !important;
	background: url(../../images/users_selected.png) no-repeat center left
		!important;
	font-weight: bold;
	padding-left: 25px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding: 12px 22px;
}

.activity-result .content .objDIV5 {
	position: absolute;
	display: none;
	background: rgba(37, 91, 145, 0.96);
	width: 100%;
	top: 42px;
	left: 0;
	z-index: 99;
}

.activity-result .content .objDIV5 .hide {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.activity-result .content .objDIV5 .hide span {
	font-size: 14px;
}

.objDIV5 .row {
	display: block;
	width: 100% !important;
}

.objDIV5 ul {
	width: 270px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 55px;
	margin-bottom: 35px;
}

.objDIV5 ul:last-child {
	margin-left: 0px;
	vertical-align: top;
}

.objDIV5 ul li {
	border-bottom: 1px dashed #61a8e5;
}

.objDIV5 ul li:hover {
	border-bottom: 1px dashed #ffb300;
}

.objDIV5 ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.objDIV5 ul li a:hover {
	color: #ffb300;
}

.objDIV5 ul li a span {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #ffb300;
}

.activity-result #objMoreDescription {
	color: #002a5c;
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	display: inline;
}

.activity-result #objMoreDescription:hover {
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
}

.activity-result #objMoreDescription.group_7_a_over {
	display: none;
}

.activity-result .description .hide {
	background: url(../../images/detail_arrow_up.png) no-repeat right center;
	color: #28b1a4;
	padding-right: 14px;
	display: inline-block;
	text-decoration: none;
}

.activity-result #objMoreDescription {
	position: relative;
}

.activity-result .content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #002a5c;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px dashed #cdcdcc;
	width: 527px;
}

.activity-result .content .rooms {
	width: 528px;
	display: block;
	margin: 0;
	padding: 0;
}

.activity-result .content .rooms .room {
	border-bottom: 1px dashed #cdcdcc;
	width: 100%;
	height: 50px;
}

.activity-result .content .rooms .room .details {
	display: inline-block;
	float: left;
	padding: 5px 0 0 0;
	width: 50%;
}

.activity-result .content .rooms .room .details h3 {
	font-size: 14px;
	color: #28b1a4;
	font-weight: bold;
}

.activity-result .content .rooms .room .details p {
	margin: 0;
	padding: 0;
}

.activity-result .content .rooms .room .offer {
	float: left;
	display: inline-block;
	position: relative;
	width: 101px;
	height: 50px;
}

.activity-result .content .rooms .room .offer .text {
	background: url(../../images/offer_icon.png) no-repeat center 8px;
	color: #fff;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 101px;
	top: 0;
	left: 0;
	z-index: 1;
}

.activity-result .content .rooms .room .offer .skew {
	-moz-transform: skewX(-14deg);
	-webkit-transform: skewX(-14deg);
	-o-transform: skewX(-14deg);
	-ms-transform: skewX(-14deg);
	transform: skewX(-14deg);
	background: #ffb300;
	position: absolute;
	width: 101px;
	height: 50px;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

.activity-result .content .rooms .room .price {
	background: url(../../images/price_corner.png) no-repeat scroll left center
		#F3F3F3;
	display: inline-block;
	float: right;
	height: 50px;
	padding-left: 18px;
	position: static;
	text-align: center;
	width: 80px;
}

.activity-result .content .rooms .room .price em {
	padding-top: 8px;
	display: block;
	font-size: 12px;
}

.activity-result .content .rooms .room .price p {
	font-weight: bold;
	font-size: 17px;
	color: #002a5c;
	margin-top: 0px;
}

.activity-result .content .rooms .room .radio {
	background: url(../../images/select_corner.png) no-repeat scroll left
		center #E1E1E1;
	display: inline-block;
	float: right;
	height: 50px;
	margin-right: 0;
	padding-left: 20px;
	position: relative;
	text-align: center;
	width: 38px;
}

.activity-result input[type=radio] {
	display: none;
}

.activity-result input[type=radio]+label {
	background: url(../../images/radio_out.png) no-repeat left center;
	height: 20px;
	width: 20px;
	display: block;
	cursor: pointer;
	float: left;
	margin: 14px 8px;
}

.activity-result input[type=radio]:checked+label {
	background: url(../../images/radio_over.png) no-repeat left center;
}

.activity-result .content h2 span {
	font-size: 13px;
	font-weight: normal;
}

.activity-result .hidden {
	display: none;
}

.activity-result .hiddenrooms {
	display: none;
}

.activity-result .fast {
	display: block;
}

.activity-result .content .rooms .morerooms {
	float: right;
	border-bottom: 1px solid #e2e2e2;
	width: 160px;
	line-height: 23px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #002a5c;
	background: url(../../images/more_arrow_down.png) no-repeat center right;
}

.activity-result .content .rooms .morerooms:hover,.activity-result .content .rooms .morerooms.open
	{
	background: url(../../images/more_arrow_up.png) no-repeat center right;
}

.activity-result .content .rooms .hide {
	float: right;
	border-bottom: 1px solid #e2e2e2;
	width: 148px;
	line-height: 23px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #002a5c;
	background: url(../../images/more_arrow_up.png) no-repeat center right;
}

/* .activity-result #objDIV8, */
/* .activity-result #objDIV9 { */
/* 	display: none; */
/* 	width: 528px; */
/* } */
.activity-result .book {
	width: 696px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}

.activity-result .bookLanguage {
	width: 696px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}

.activity-result .book a {
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin: 10px;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
}

.activity-result .book a:hover {
	background: #002a5c;
}


.activity-result .bookDates {
	width: 696px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}

.activity-result .activity-result .bookPassengers {
	width: 716px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}

.activity-result .bookDates .button {
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin: 10px;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
}

.activity-result .bookDates .button:hover {
	background: #002a5c;
}

/*--------------------- Content - Pages ---------------------*/
.pager {
	width: 700px;
	background: #fff;
	text-align: center;
	position: relative;
}

.pager ul {
	list-style: none;
	display: inline-block;
	padding: 10px;
	margin-left: 50px;
    margin-right: 50px;
}

.pager ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #002a5c;
}

.pager ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #002a5c;
	text-decoration: none;
	padding: 5px;
}

.pager ul li a:hover,
.pager ul li a.active {
	color: #28b1a4;
}

.pager ul li a.prev,
.pager ul li a.next {
	position: absolute;
	top: 6px;
	font-weight: normal;
}

.pager ul li a.prev {
	left: 10px;
	background: url(../../images/prev.png) no-repeat center left;
	padding-left: 20px;
}
.pager ul li a.next {
	right: 10px;
	background: url(../../images/next.png) no-repeat center right;
	padding-right: 20px;
}

.pager ul li a.prev:hover {
	background: url(../../images/prev_over.png) no-repeat center left;
}
.pager ul li a.next:hover {
	background: url(../../images/next_over.png) no-repeat center right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .transfer-result .price {
		top: -15px;
		right: -2px;
	}

	::i-block-chrome, .transfer_search input::-webkit-input-placeholder {
		font-size: 15px !important;
	}

	.transfer-result .price {right: -2px;}
}

@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {
	.transfer-result .price {top: -13px;}
}

.activity-result .bookPassengers {
	width: 716px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}


.activity-result .bookPassengers h1 {
	color: #fff;
	font-size: 14px;
	background: #002a5c;
	padding: 10px 20px;
}

.activity-result .bookPassengers h1 span {
	font-weight: normal;
}

.activity-result .bookPassengers h1 .details {
	float: right;
	font-size: 12px;
	font-style: italic;
	margin-top: 2px;
}

.activity-result .bookPassengers h2 {
	border-bottom: 1px solid #e2e2e2;
	color: #28b1a4;
	font-size: 14px;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.activity-result .bookPassengers .require {
	font-size: 11px;
	color: #141414;
	font-style: italic;
	margin: 4px 0 !important;
	float: right;
	font-weight: normal;
}

.activity-result .bookPassengers .require.alone {
	margin: -7px 0 4px 0px !important;
}

.activity-result .bookPassengers fieldset {
	display: inline-block;
	margin-bottom: 14px;
	vertical-align: top;
}

.activity-result .bookPassengers fieldset:nth-child(5n+1),.activity-result .bookPassengers fieldset:nth-child(11)
	{
	margin-right: 0px;
}

.activity-result .bookPassengers fieldset h3 {
	display: block;
	color: #393939;
	font-size: 14px;
	margin-bottom: 5px;
}

.activity-result .bookPassengers fieldset input[type=text] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8e8e8e;
	height: 24px;
	width: 122px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #002a5c;
}

.activity-result .bookPassengers fieldset .post {
	width: 80px !important;
}

.activity-result .bookPassengers fieldset .phone {
	width: 98px !important;
}

.activity-result .bookPassengers fieldset input::-webkit-input-placeholder
	{
	color: #bdbab4 !important;
	font-size: 13px !important;
	font-style: italic !important;
	font-weight: normal !important;
}

.activity-result .bookPassengers fieldset input:-moz-placeholder {
	color: #bdbab4 !important;
	font-size: 13px !important;
	font-style: italic !important;
	font-weight: normal !important;
}

.activity-result .bookPassengers fieldset input::-moz-placeholder {
	color: #bdbab4 !important;
	font-size: 13px !important;
	font-style: italic !important;
	font-weight: normal !important;
}

.activity-result .bookPassengers fieldset input:-ms-input-placeholder {
	color: #bdbab4 !important;
	font-size: 13px !important;
	font-style: italic !important;
	font-weight: normal !important;
}

.activity-result .bookPassengers .boxes {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 14px;
	margin-top: -5px !important;
}

.activity-result .bookPassengers .fields {
	border-bottom: 1px solid #e2e2e2;
}

.activity-result .bookPassengers .fields h5 {
	margin: 14px 0;
	font-size: 14px;
}

.activity-result .bookPassengers  fieldset .jqTransformRadio {
	width: 31px;
	height: 33px;
	display: inline-block;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
}

.activity-result .bookPassengers  fieldset .chosen-single {
	width: 140px;
	margin-right:100px;
}

.activity-result .bookPassengers  fieldset .chosen-drop {
	width: 200px;
}

.activity-result .bookPassengers  fieldset .male .jqTransformRadio {
	background: url(../../images/male_out.png) no-repeat left center !important;
}

.activity-result .bookPassengers  fieldset .male a.jqTransformChecked {
	background: url(../../images/male_over.png) no-repeat left center
		!important;
}

.activity-result .bookPassengers fieldset .female .jqTransformRadio {
	background: url(../../images/female_out.png) no-repeat left center
		!important;
}

.activity-result .bookPassengers fieldset .female a.jqTransformChecked {
	background: url(../../images/female_over.png) no-repeat left center
		!important;
}