/* New Main Application
=======================================================================================*/
.main-title {
	background: #28b1a4;
	position: relative;
	z-index: 0;
}
.main-title::after,
.main-title:after {
	width: 0;
	height: 0;
	border-top: 55px solid #28b1a4;
	border-right: 40px solid transparent;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 0;
	content: '';
	display: block;
}
.main-title h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 22px;
	line-height: 55px;
}

.origin {
	background: #a2eae4;
	line-height: 55px;
	margin-left: -10px;
	margin-right: 0;
	padding-left: 20px;
}
.origin span {
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0 0 0 30px;
	line-height: 50px;
}
.origin .select {
	display: inline-block;
	width: auto;
	margin-left: 20px;
}

.origin .select .chosen-container {
	line-height: 32px;
	margin-top: -2px;
}

.origin .select .chosen-single {
	width: 182px;
	height: 32px;
	background: #fff;
	color: #393939;
	font-size: 16px;
}

.origin .select .chosen-single span {
	margin: 0;
	padding: 0;
	color: #393939;
	line-height: 32px;
	font-style: normal;
}

.origin .select .chosen-container-single .chosen-single div {
	width: 25px;
}

.origin .select .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../../images/arrow_passenger.png) no-repeat scroll right center;
	background-size:25px 21px!important;
	
}

.origin .select .chosen-container.chosen-with-drop .chosen-drop {
	left: 0px;
	width: 182px;
}

.package {
	margin-top: 25px;
	background: #FEFDFB;
	

}

.package > * {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
}

.package .img img {
	width: 100%;
	height:100%;
	box-shadow: 5px 0px 5px #888888;
}

.package .price {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 78px;
	text-align: right;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 0 10px;
	background: #28b1a4;
	box-shadow: 2px 0px 4px #888888;
	-moz-border-radius: 2px; 
    border-radius: 0 20px 0 0;
}

.package .price span {
	display: block;
	font-size: 14px;
	margin-top: 9px;
	font-weight: 400;
}


.package .details h2 {
	color: #002a5c;
	font-size: 21px;
	font-weight: 600;
	padding: 3px 7px 3px;
}

.package .details ul {
	width: 202px;
	display: block;
	margin-left: 14px;
}

.package .details ul li {
	border-bottom: 1px solid #20c4f4;
}

.package .details ul li:hover {
	border-bottom: 1px solid #28b1a4;
}

.package .details ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #002a5c;
	font-size: 12px;
}

.package .details ul li a:hover {
	color: #28b1a4;
}

.package .details ul li a span {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.top_sellers,
.top_destinations {
	margin-top: 40px;
	margin-bottom: 50px;
}