/*html[lang=en-gb] #navbarsExampleDefault .navbar-nav li{
	font-size: 12px;
}*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bababa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bababa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bababa;
}

.item-description {
    padding-bottom: 0 !important;
}
.item-description .btn-desc {
    transform: translateY(42px) translateX(-22px);
} 

.collapse-desc .item-description .btn-desc {
    transform: translateY(20px) translateX(-22px);
} 
.country-city-desc {
    position: relative;
    z-index: 4;
    transition: all 1s ease-in-out;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list > li .travel-heading .travel-heading-price span.price{
	background: #ffffff;
	padding: 0px 10px;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	height: 50px;
	box-shadow: unset;
	border: unset;
	border-radius: unset;
	position: relative;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list > li .travel-heading .travel-heading-price span.price span.small-currency{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: lighter;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list > li .travel-heading .travel-heading-price span.per-person-from{
	display: block;	
	font-size: 10px;

}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list > li .travel-description{
	padding: 0 20px 0 0px;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list > li .travel-heading .travel-heading-title h3.title{
	color: #b31929;
}

footer .footer-bottom ul li.menu-title{
	margin-bottom: 10px;
	margin-top: 10px;
}

/* New css 23-04-2019*/
/*.menu-container::after{
	position: absolute;
	content: "";
	width: 116vw;
	height: 25%;
	background: #ffffff;
	transform: skewY(-1deg);
	z-index: -1;
	top: 110px;
	left: calc((100vw - 968px) / -2);
	box-shadow: 0 5px 9px -4px rgb(0, 0, 0, 0.5);	
}*/

.top-nav{
	background: #f48120;
	color: #ffffff;
	position: relative;
	height: 60px;
}
.top-nav::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 36px 5px;
	border-color: transparent transparent #d60b2e transparent;
	left: -5px;
}
.top-nav ul {
	padding-left: 0;	
}
.top-nav ul li{
	display: inline-block;
	list-style: none;
	padding: 0px 15px;
	line-height: 36px;
}

.top-nav ul li a{
	font-size: 12px;
	height: 100%;
	width: 100%;
	display: inline-block;
	line-height: 40px;
}
.top-nav ul li a:hover {
    text-decoration: underline;
}
.top-nav .top-nav-left{
	display: flex;
	line-height: 40px;
}

.top-nav .top-nav-left .top-follow-text{
	font-size: 12px;
	cursor: default;
}

.top-nav .top-nav-right .navbar-nav{
	float: right;
}

.main-nav{
	position: absolute;
	width: calc(100% - 30px);
	left: 0;
	top: -20px;
	margin-left: 15px;
	background: #fff;
}

.main-nav.mobile{
	position: relative;
	width: 100%;
	margin-left: 0;
	background: #fff;
	top: unset;
	left: unset;
}

div.mod-languages ul.lang-inline li{
	padding: 0px;
}

.home-search-module {
	position: absolute;
	width: calc(100% - 30px);
	left: 0;
	top:-200px;
	margin-left: 15px;
}

.home-search-module .home-search-radios{
	color: white;
	font-size: 14px;
	display: flex;
}

.home-search-module .home-search-inputs{
	background: #fff;
	padding: 35px 25px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.top-listing-filters .home-search-module .home-search-inputs{
	padding: 0;
	box-shadow: unset;
}

.home-search-mobile-module .home-search-radios{
	width: 100%;
	background: #d60b2e;
	display: inline-block;
	color: white;
	padding: 10px 20px;
	font-size: 14px;
	position: absolute;
	bottom: 125px;
}

.top-listing-filters .home-search-module{
	position: unset;
}

.home-search-radios label{
	margin-bottom: 0;
	height: 100%;
	width: 100%;
	padding: 8px 30px;
	cursor: pointer;
	font-size: 18px;
}

.top-listing-filters .home-search-radios label{
	display: none;
}

.home-search-radios input[type="radio"]{
	height: 10px;
}

/*.home-search-inputs .inputs input[type="text"]{
	width: 220px;
}*/

.right_content{
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 1;
	max-width: 60%;
	justify-content: center;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding-left: 50px;
	padding-right: 30px;
	color: #ffffff;
}
.right_content > *{
	position: relative;
	z-index: 1;
}

.right_content::before{
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	bottom: 0;
	right: -34%;
	left: inherit;
	opacity: 0.7;
	width: 120%;
	transform: skewX(-17deg);

	-webkit-transition: width 0.25s ease-out;
	-moz-transition: width 0.25s ease-out;
	-ms-transition: width 0.25s ease-out;
	-o-transition: width 0.25s ease-out;
	transition: width 0.25s ease-out;
}

.red.right_content::before{
	background: #d60b2e;
}

.grey.right_content::before{
	background: #624963;
}

.right_content::after{
	position: absolute;
	content: "";
	background: #624963;
	backface-visibility: hidden;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -20%;
	left: inherit;
	opacity: 0.1;
	width: 113%;
	transform: skewX(-10deg);
}

.red.right_content::after{
	background: #624963;
}

.four-boxs > h3{
	text-align: center;
	color: #d60b2e;
	font-weight: 300;
	font-size: 1.9em;
}

.detail-product-page .four-boxs > h3{
	text-align: left;
	font-size: 21px;
	color: #6d6d6d;
	font-weight: 400;
}

.four-boxs a img.bg-image{
	margin-bottom: 0;
	-webkit-transition: transform 0.25s ease-out;
	-moz-transition: transform 0.25s ease-out;
	-ms-transition: transform 0.25s ease-out;
	-o-transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}

.four-boxs a:hover img.bg-image{
	transform: scale(1.1);
}

.four-boxs a:hover .right_content::before{
	width: 130%;
}

.right_content h3{
	text-align: center;
	font-weight: lighter;
	font-size: 30px;
}

.right_content span{
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-style: italic;
}

.four-boxs .main-box{
	position: relative;
	overflow: hidden;
	width: 80%;
	margin-right: 0;
	margin-left: auto;
}

.four-boxs .main-box a, .four-boxs .sub-box a{
	background-color: transparent;
	text-decoration: none;
}

.four-boxs .main-box img.bg-image{
	height: 280px;
	width: 100%;
	object-fit: cover;
}

.four-boxs .sub-box{
	width: 70%;
	position: relative;
	overflow: hidden;
}

.four-boxs .sub-box img.bg-image{
	height: 230px;
	width: 100%;
	object-fit: cover;
}

.four-boxs .sub-box-1{
	margin-top: 15%;
}

.four-boxs .sub-box-2{
	margin-right: 0;
	margin-left: auto;
}

.four-boxs .sub-box-3{
	margin-top: 5%;
}

.right1{
	position: absolute;
	max-width: 230px;
	width: 100%;
	height: 100%;
	right: 0;		
	z-index: 4;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	text-align: right;
	padding-right: 30px;
	padding-left: 50px;
}

.sub-box .right1{
	padding-right: 15px;
	padding-left: 80px;
}

.right1 h3{
	font-weight: 300;
	font-size: 21px;
	margin-top: 30px;
}

.right1 span.corp-readmore {
    position: absolute;
    bottom: 20px;
    float: right;
    right: 30px;
	font-style: italic;
}
.right1 span.read-more{
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-style: italic;
}

.right2{
	position: absolute;
	right: 0;
	width: 190px;
	height: 100%;
	z-index: 2;
	background: #000;
	opacity: 0.1; 
}

.right2:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 230px 50px;
	border-color: transparent transparent #000 transparent;
	top: 0;
	left: -50px;
}

.right3{
	position: absolute;
	right: 0;
	width: 155px;
	height: 100%;
	z-index: 3;		
	opacity: 0.7;
	-webkit-transition: width 0.25s ease-out;
	-moz-transition: width 0.25s ease-out;
	-ms-transition: width 0.25s ease-out;
	-o-transition: width 0.25s ease-out;
	transition: width 0.25s ease-out;
}

.four-boxs .main-box .right2{
	width: 228px;
}

.four-boxs .main-box .right3{
	width: 190px;
}

.right3.red{
	background: #af1524;
}

.right3.grey{
	background: #3d3d3d;
}

.right3:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 230px 87px;		
	top: 0;
	left: -87px;
}

.right3.grey:before{
	border-color: transparent transparent #3d3d3d transparent;
}

.right3.red:before{
	border-color: transparent transparent #af1524 transparent;
}

.four-boxs .main-box .right2:before{
	border-width: 0 0 280px 50px;
}

.four-boxs .main-box .right3:before{
	border-width: 0 0 280px 87px;
}

.four-boxs a:hover .right3{
	width: 190px;
}


.four-boxs .main-box a:hover .right3{
	width: 228px;
}

.page-footer{
	background-color: #848484;
	min-width: inherit;
	color: #fff;
	max-width: 200%;
	margin: 0;
}
.footer-container{
	padding: 60px 0 0;
	margin-bottom: 10px;
	background: #848484;
	position: relative;
	/*overflow: hidden;*/
}
.service-footer{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	list-style: none;
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	padding: 0;
}

.service-footer__col{
	margin-bottom: 55px;	
	padding: 0 16px 0 0;
}

.service-footer h4{
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 1;
	margin-bottom: 26px;
	color: inherit;
}

html[lang="en-gb"] .service-footer h4{
	font-size: 18px;
}

.service-footer p{
	font-weight: 300;
	opacity: .7;
	font-size: 15px;
	letter-spacing: 0.43px;
	line-height: 1.667;
	margin: 0;
	padding: 0;
}

.service-footer .membership{
	padding-bottom: 30px;
}

.service-footer a.button-contact-us{
	cursor: pointer;
	display: inline-block;
	color: #f2893f;
	padding: 18px 70px 18px 22px;
	margin: 20px 0;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 0.58px;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	background: #eeeeee;
}


.service-footer__links{
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-footer .service-footer__col.last-child{
	position: relative;
	text-align: center;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.service-footer .service-footer__col.last-child::after{
	content: "";
	position: absolute;
	width: 100vw;	
	transform: skewY(-3deg);
	background: #6d6d6d;
	height: 180%;
	top: -20px;
	z-index: -1;
	left: calc((100vw - 320px) / -2);
}

.lnk-w{
	text-decoration: none;
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.43px;
	line-height: 1.2;
	position: relative;
	padding-left: 18px;
}

.lnk-w:hover{
	text-decoration: underline;
	cursor: pointer;
}

.lnk-w::before{
	content: " ";
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpolyline points='1,1 6.9,7.5 1,14' style='stroke:%23fff;stroke-width:1;fill:none;'/%3E%3C/svg%3E") no-repeat left center;
	width: 8px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}

.follow-us{
	padding: 0;
	list-style-type: none;
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-footer .follow-us__item:first-child .follow-us__link{
	margin-left: 0;
}

.follow-us::before, .follow-us::after{
	content: "";
	display: table;
}

.follow-us::after{
	clear: both;
}

.follow-us__link{
	display: block;
	border: 0;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	background: #3d3d3d;
	border-radius: 50px;
}

.follow-us__link--fb{
	height: 44px;
	width: 44px;
}

.follow-us__link--fb i{
	font-size: 26px;
	padding: 10px;
}

.follow-us__link--fb:hover,.follow-us__link--fb:focus {
 	background: #4267b2;
 	color: #fff;
}

.follow-us__link--fb:hover i,.follow-us__link--fb:focus i{
	color: #fff;
}

.follow-us__link--linkedin{
	height: 44px;
	width: 44px;
}

.follow-us__link--linkedin i{
	font-size: 26px;
	padding: 10px;
}

.follow-us__link--linkedin:hover,.follow-us__link--linkedin:focus {
  	background: #0073b0;
 	color: #fff;
}

.follow-us__link--linkedin:hover i,.follow-us__link--linkedin:focus i {
 	color: #fff;
}

.top-follow-us__link{
	display: block;
	border: 0;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	margin: 10px 0px 10px 10px;
	background: #fff;
	line-height: 20px;
}

.top-follow-us__link--fb{
	height: 20px;
	width: 20px;
}

.top-follow-us__link--fb i{
	font-size: 12px;
	padding: 0px;
	color: #f48120;
}

.top-follow-us__link--fb:hover,.top-follow-us__link--fb:focus {
 	background: #4267b2;
 	color: #fff;
}

.top-follow-us__link--fb:hover i,.top-follow-us__link--fb:focus i{
	color: #fff;
}

.top-follow-us__link--linkedin{
	height: 20px;
	width: 20px;
}

.top-follow-us__link--linkedin i{
	font-size: 12px;
	padding: 0px;
	color: #f48120;
}

.top-follow-us__link--linkedin:hover,.top-follow-us__link--linkedin:focus {
 	background: #0073b0;
 	color: #fff;
}

.top-follow-us__link--linkedin:hover i,.top-follow-us__link--linkedin:focus i{
	color: #fff;
}

.content-footer{
	font-size: 12px;
	line-height: 1.167;
	margin: -3px auto 0;
	padding: 0 15px;
	letter-spacing: .5px;
	font-weight: 300;
	flex-direction: column-reverse;
	display: block;
}

.content-footer::before{
	content: "";
	display: table;
}

.content-footer::after{
	content: "";
	display: table;
	clear: both;
}

.cright-item{
	padding-top: 3px;
	float: left;
}

.sitemap-link{
	border: 0;
	padding: 0;
	float: right;
	padding-top: 3px;
}

.legaladvice{
	list-style: none;
	border: 0;
	padding: 0;
	padding-right: 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.legaladvice a{
	display: block;
	position: relative;
	letter-spacing: 1px;
	padding: 3px 9px 3px 11px;
}

.content-footer .center{
	text-align: center;
}

#lookingFor .looking-box{
	width: 50%;
	margin: 0 auto;
	border: 1px solid #d60b2e;
	padding: 10px 20px;
	position: relative;
}

#lookingFor .looking-box span{
	color: #797979;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
}

#lookingFor .looking-box .search{
	position: absolute;
	height: 100%;
	width: 50px;
	background: #d60b2e;
	right: 0;
	top: 0;
	padding: 13px 10px;
	text-align: center;
}

#lookingFor .looking-box .search:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 25px;
	border-color: transparent transparent #d60b2e transparent;
	top: 0;
	left: -25px;
}

#lookingFor .looking-box .search i.fa-search{
	transform: rotate(90deg);
	color: #fff;
	font-size: 25px;
}

.explore-box > *{
	z-index: 1;
}

.explore-box{
	position: relative;
	overflow: hidden;
}

/*.explore-box.first::after{
	position: absolute;
	content: "";
	background: #fff;
	backface-visibility: hidden;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -60%;
	left: inherit;
	opacity: 0.3;
	width: 100%;
	transform: skewX(-15deg);
	transition: 0.25s;
}*/

.explore-box.first .more{
	font-weight: lighter;
	position: absolute;
	bottom: 10px;
	left: 43%;


}

.explore-box.first .more::after{
	content: " ";
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpolyline points='1,1 6.9,7.5 1,14' style='stroke:%23fff;stroke-width:1;fill:none;'/%3E%3C/svg%3E") no-repeat left center;
	width: 8px;
	height: 10px;
	position: absolute;
	right: -12px;
	top: 8px;
}

.explore-box.first .content{
	position: absolute;
	top: 35%;
	width: 100%;
	height: auto;
	text-align: center;
}

.explore-box.first .content h3{
	margin-bottom: 0;
	font-weight: 400;
}

.explore-box.first .content span{
	font-weight: lighter;
}



.explore-box .content{
	position: absolute;
	height: 100%;
	width: 100%;
}

.content .content-header{		
	position: absolute;
	color: #131312;		
	margin: 10px auto;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	width: 95%;
	z-index: 2;
	font-size: 14px;	
}

.content .content-header::after{
	content: "";
	position: absolute;
	background-color: #ffffff;
	opacity: 0.5;
	width: 100%;
	height: 100%;		
	top: 0;
	left: 0;
	z-index: -1;
}

.content .content-desc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.right4{
	position: absolute;
	height: 100%;
	width: 30%;
	right: 0;
	background: #ffffff;
	opacity: 0.3;

	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.right4:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 250px 87px;
	border-color: transparent transparent #ffffff transparent;
	top: 0;
	left: -87px;
}
.explore-box-1 .content-desc .product-desc{
	font-size: 12px;
	display: inline-block;
	width: 70%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 74px;
}

.explore-box-1 .content-desc .product-desc::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #cf7e2c;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}

.explore-box-2 .content-desc .product-desc{
	font-size: 12px;
	display: inline-block;
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 74px;
}

.explore-box-2 .content-desc .product-desc::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #405db2;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}

.explore-box-3 .content-desc .product-desc{
	font-size: 16px;
	font-weight: lighter;
	display: inline-block;
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 74px;
}

.explore-box-3 .content-desc .product-desc::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #37b4d1;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}

.content-desc .product-info{		
	display: inline-block;
	width: 30%;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d53135;
	height: 74px;
	z-index: 2;
}

.content-desc .product-info::before{		
	content: "";
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 74px 25px;
	border-color: transparent transparent #d53135 transparent;
	top: 0;
	left: -25px;
	z-index: 2;
}

.product-info .flight-code{
	font-size: 12px;
	display: block;
	text-align: center;
}

.product-info .price{
	font-size: 16px;
	font-weight: lighter;
	display: block;
	text-align: center;
}

.product-info .type{
	font-size: 8px;
	display: block;
	text-align: center;
}

.explore-box{	
	height: 250px;
	color: #ffffff;
}

.explore-package .explore-box-1{
	background: #cf7e2c;
}

.explore-clubmed .explore-box-1{
	background: #405cad;
}

.explore-clubmed .explore-box-1:after{
	content: "";
	background-image: url('/templates/travel/images/clubmed-trans.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 140px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.explore-box-2{
	background: #405db2;
	height: 250px;
	color: #ffffff;
}

.explore-box-3{
	background: #37b4d1;
	height: 250px;
	color: #ffffff;
}

.explore-box a img.bg-image{
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin-bottom: 0;
	-webkit-transition: transform 0.25s ease-out;
	-moz-transition: transform 0.25s ease-out;
	-ms-transition: transform 0.25s ease-out;
	-o-transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}

.explore-box a:hover img.bg-image{
	transform: scale(1.1);
}

/*.explore-box.first:hover::after{
	right: -110%;
}*/

.explore-box.first:hover .right4{
	width: 0;
}

.explore-box.first:hover .right4::before{
	border-width: 0;
}

h3.home-module-header{
	text-align: center;
	font-weight: 300;
	font-size: 1.9em;
	color: #d60b2e;
}

.margin-bottom-15{
	margin-bottom: 30px;
}

.list-icon-item{
	list-style: none;
	padding-left: 0;
}

.list-icon-item .icon-item{
	display: inline-block;
}

.icon-messenger{
	text-indent: -99em;
	display: block;
	overflow: hidden;
	background: #777 no-repeat center;
	background-image: url("/templates/travel/images/messenger.png");
	background-size: 15px 15px;
	width: 30px;
	height: 30px;
	text-align: left;
	border-radius: 50px;
}

.icon-envelope{
	text-indent: -99em;
	display: block;
	overflow: hidden;
	background: #777 no-repeat center;
	background-image: url("/templates/travel/images/envelope.png");
	background-size: 15px 15px;
	width: 30px;
	height: 30px;
	text-align: left;
	border-radius: 50px;
}

.icon-document{
	text-indent: -99em;
	display: block;
	overflow: hidden;
	background: #777 no-repeat center;
	background-image: url("/templates/travel/images/document.png");
	background-size: 15px 15px;
	width: 30px;
	height: 30px;
	text-align: left;
	border-radius: 50px;
}

.icon-share{
	text-indent: -99em;
	display: block;
	overflow: hidden;
	background: #777 no-repeat center;
	background-image: url("/templates/travel/images/share2.png");
	background-size: 15px 15px;
	width: 30px;
	height: 30px;
	text-align: left;
	border-radius: 50px;
}

.toolTip .toolTipText a{
	display: inline-block;
	text-align: center;
	padding: 2px;
	width: 30px;
}

.product-item ul.item-parts{
	list-style: none;
	display: flex;
	padding-left: 0;
	height: 230px;
}

.item-parts .item-part{
	display: inline-block;
}

.item-parts .item-part-1{
	width: 30%;
	transition: all 150ms linear;
}

.item-parts .item-part-2{
	width: 50%;
	transition: all 150ms linear;
}

.item-parts .item-part-3{
	width: 20%;
	position: relative;
}

.item-part-2 .part-2-box{
	height: 100%;
	width: 100%;
	padding: 30px;
	position: relative;
}

.part-2-box .product-title{
	color: #b31929;
	font-size: 21px;
	font-weight: 700;
}

.part-2-box .product-desc p{
	color: #606060;
	font-size: 12px;
}

.product-icons{
	position: absolute;
	bottom: 20px;
	z-index: 2;
}

.airline-text{
	font-size: 12px;
	padding-right: 10px;
	margin-top: 5px;
}

.promotion-text{
	font-size: 12px;
	padding-right: 10px;
	margin-top: 5px;
}

.custom-list{
	list-style: none;
	padding-left: 0;
}

.flex{
	display: flex;
}

.airline-icon img{
	max-width: 120px;
	max-height: 40px;
}

.airline-item{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 1px;
}

.promotion-item{
	background: #d8d8d8;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 1px;
}

.promotion-icon img{
	height: 14px;
}

.airline-box{
	padding-right: 20px;
}

.item-part-3 .part-3-box{
	width: calc(90% - 25px);
	/*height: 100%;*/
	position: absolute;
	/*top: 0;*/
	left: calc( 10% + 12.5px);
	z-index: 2;
	transition: all 150ms ease;
}

.item-part-3 .part-3-box.part-3-box-2 {
	z-index: 5;
	bottom: 0;
}

.item-part-3 .part-3-blur{
	width: 10%;
	height: 100%;
	float: right;
	background: #d60b2e;
	position: relative;
	transition: all 150ms linear;
}

.item-part-3 .part-3-blur:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 230px 25px;
	top: 0;
	left: -25px;
	border-color: transparent transparent #d60b2e transparent;
}

.desktop.active .item-part-3 .part-3-blur:before{
	content: none;
}

.part-3-box .product-price-info{
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 120px;
}

.product-price-info .per-person-from{
	display: block;
	font-size: 12px;
}

.product-price-info .product-price{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	padding-left: 18px;
	position: relative;	
}

.product-price .small-currency{
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: 18px;
	font-weight: 400;
}

.media-item{
	padding-right: 5px;
}

.items-travel-list > li{
	transition: all 150ms ease;
}

ul.items-travel-list > li:hover {
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/*.items-travel-list li:hover .item-parts .item-part-1{
	width: 0;
}

.items-travel-list li:hover .item-parts .item-part-2{
	width: 80%;
}

.items-travel-list li:hover .item-part-3 .part-3-blur{
	width: 100%;
}

.items-travel-list li:hover .item-part-3 .product-price-info .per-person-from{
	color: #fff
}

.items-travel-list li:hover .item-part-3 .product-price-info .product-price{
	color: #fff
}

.items-travel-list li:hover .media-item .icon-messenger{
	background-color: #fff;
	background-image: url("/templates/travel/images/messenger-red.png");
}

.items-travel-list li:hover .media-item .icon-envelope{
	background-color: #fff;
	background-image: url("/templates/travel/images/envelope-red.png");
}

.items-travel-list li:hover .media-item .icon-document{
	background-color: #fff;
	background-image: url("/templates/travel/images/document-red.png");
}

.items-travel-list li:hover .media-item .icon-share{
	background-color: #fff;
	background-image: url("/templates/travel/images/share2-red.png");
}*/

.items-travel-list li.active{
	transform: scale(1.13);
}

.items-travel-list li.active .item-parts .item-part-1{
	width: 0;
}

.items-travel-list li.active .item-parts .item-part-2{
	width: 80%;
}

.items-travel-list li.active .item-part-3 .part-3-blur{
	width: 100%;
}

.items-travel-list li.active .item-part-3 .product-price-info .per-person-from{
	color: #fff
}

.items-travel-list li.active .item-part-3 .product-price-info .product-price{
	color: #fff
}

.items-travel-list li.active .item-part-3 .product-price-info .days-nights{
	color: #fff
}

.items-travel-list li.active .media-item .icon-messenger{
	background-color: #fff;
	background-image: url("/templates/travel/images/messenger-red.png");
}

.items-travel-list li.active .media-item .icon-envelope{
	background-color: #fff;
	background-image: url("/templates/travel/images/envelope-red.png");
}

.items-travel-list li.active .media-item .icon-document{
	background-color: #fff;
	background-image: url("/templates/travel/images/document-red.png");
}

.items-travel-list li.active .media-item .icon-share{
	background-color: #fff;
	background-image: url("/templates/travel/images/share2-red.png");
}

.top-listing-filters{
	background: #fff;
	position: relative;	
}

.top-filters{
	display: flex;
	min-height: 50px;
}

.top-filters .sorting-box{
	padding: 13px 0;
	position: relative;
	width: 100%;
}

.top-filters .city-box{
	display: flex;
	padding: 20px 0;
	margin-right: 0px;
	position: relative;
	width: 100%;
}

.top-filters .city-box .search-text{
	font-size: 16px;
	padding: 6px;
	display: inline-block;
	width: auto;
}

.top-filters .city-box .custom-list{
	width: 93%;
}

.top-filters .sorting-box .sorting-text{
	background: #f48120;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 10px;
	display: inline-block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
} 

.top-filters .sorting-box .sorting-dropdown{
	float: right;
}

.top-filters .sorting-box .sorting-dropdown .dropdown-toggle{
	line-height: 28px;
	font-size: 14px;
	padding: 5px 10px 5px 70px;
	border: 1px solid #f48120;
	border-radius: 5px;
	position: relative;
}

.top-filters .sorting-box .sorting-dropdown .dropdown-toggle::after{
	content: "";
	color: #f48120;
	border-top: .4em solid;
	vertical-align: 0.2em;
	margin-left: 1em;
}

.top-filters .sorting-box .sorting-dropdown ul.dropdown-menu.show{
	padding: 0;
	width: 200px;
}

.top-filters .sorting-box .sorting-dropdown ul.dropdown-menu.show li{
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #ddd;
}

.top-filters .sorting-box .sorting-dropdown ul.dropdown-menu.show li:hover{
	background: #ddd;
}

.top-filters .top-filter{
	display: flex;
}

.top-filters .top-filter-1{
	width: 67%;
	margin-right: 5px;
}

.top-filters .top-filter-2{
	width: 33%;
	padding: 20px 0;
	justify-content: flex-end;
}

.top-filters .top-filter-3{
	width: 140px;	
	min-height: 70px;
	padding-right: 0;
}

.top-filters .top-filter-3.top-filter-category{
	width: 165px;	
}

.top-filter .filter-city{
	display: inline-block;
	border-radius: 5px;
	color: #f48120;
	margin: 4px 0px;
	border: 1px solid #f48120;
	font-size: 16px;
}

.top-filter .filter-city:hover{
    color: #ffffff;
    background: #f48120;
}

.top-filter .filter-city a{
	padding: 2px 20px;
}

.top-filter .filter-other-destination a{
	display: inline-block;
	padding: 2px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #f48120;
	margin: 4px 0px;
	border: 1px solid #f48120;
}

.top-filter .filter-other-products a{
	display: inline-block;
	padding: 2px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #f48120;
	margin: 4px 0px;
	margin-left: 5px;
	border: 1px solid #f48120;
}

.top-filter .filter-other-destination a:hover, .top-filter .filter-other-products a{
    color: #ffffff;
    background: #f48120;
}

.top-filter .filter-city.active{
	background: #f48120;
	color: #fff;
}

.top-filter .active{
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #d30b2e;
	border-radius: 5px;
	position: relative;
}

.top-filter.top-filter-2 .custom-list {
    padding: 25px 0px;
}

.top-filters .active .fa-check{
	padding-right: 5px;
}

.top-filter-3{
	text-align: center;
	font-size: 14px;
}

.top-filter-4{
	text-align: center;
	font-size: 14px;
	width: 180px;
	/*margin-right: 5px;*/
}

.box-shadow{
	-webkit-box-shadow: 0 5px 5px -3px rgba(21,21,21,0.4);
	-moz-box-shadow: 0 5px 5px -3px rgba(21,21,21,0.4);
	box-shadow: 0 5px 5px -3px rgba(21,21,21,0.4);
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 10px;
	left: 0;
	bottom: 0;
}

.breadcrumbs.travel_product{
	background: #f2f2f2;
}

#relatedProducts .four-boxs > h3{
	text-align: left;
	color: #6d6d6d;
	font-size: 20px;
}

#relatedProducts .right1{
	padding-right: 0;
	padding-left: 0;
	margin-right: 10px;
	width: 40%;
}

#relatedProducts .right1 .product-title-box{
	position: absolute;
	top: 40px;
}

#relatedProducts .right1 .product-title-box span.read-more{
	position: absolute;
	bottom: -10px;
	right: 5px;
	font-style: italic;
	font-size: 12px;
}

#relatedProducts .sub-box .right1 .product-title-box span.read-more{
	font-size: 10px;
}

#relatedProducts .right1 .product-price-box{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#relatedProducts .right1 .product-price-box span.per-person-from{
	position: relative;
	display: block;
	font-style: unset;
	bottom: unset;
	right: unset;
	font-size: 12px;
	text-align: right;
}

#relatedProducts .sub-box .right1 .product-price-box span.per-person-from{
	font-size: 10px;
}

#relatedProducts .right1 .product-price-box span.product-price{
	position: relative;
	display: block;
	font-style: unset;
	bottom: unset;
	right: unset;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
}

#relatedProducts .sub-box .right1 .product-price-box span.product-price{
	font-size: 24px;
	font-weight: 700;
}

#relatedProducts .right1 h3{
	font-size: 1.1rem;
}

#relatedProducts .sub-box .right1 h3{
	font-size: 0.95rem;
}

.product-title-box .city-name{
	font-size: 14px;
	padding-top: 10px;
}

/*.product-title-box .city-name{
	font-size: 13px;
	padding-top: 10px;
}*/

.hot-cities .right1{
	justify-content: flex-start;
	padding-right: 0;
	padding-left: 0;
	margin-right: 10px;
	width: 40%;
}

.hot-cities .right1 .product-price-box{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.hot-cities .right1 .product-price-box span.product-price{
	position: relative;
	display: block;
	font-style: unset;
	bottom: unset;
	right: unset;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
}

.hot-cities .right1 h3{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
}

.hot-cities .sub-box .right1 h3{
	font-size: 14px;
}
/*.hot-cities .right1 h3{
	font-size: 15px;
	font-weight: 700;
}*/

.hot-cities .right1 span.read-more{
	position: relative;
	bottom: 0;
	right: 0;
	display: block;
	text-align: left;
	font-size: 12px;
}

.hot-cities .right1 .product-price-box span.per-person-from{
	position: relative;
	display: block;
	font-style: unset;
	bottom: unset;
	right: unset;
	font-size: 12px;
	text-align: right;
}

.hot-cities .right1 .product-price-box span.per-person-from{
	font-size: 10px
}

.hot-cities .right1 .product-price-box span.product-price{
	font-size: 24px;
	font-weight: 700;
}

.product-price-box .flight-code{
	position: absolute;
	bottom: 5px;
	left: -60px;
	font-size: 14px;
}

.hot-cities .img-theme{
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 80px;
	z-index: 3;
}

.explore-box img.bg-image{
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.explore-box .blur1{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 75px;
	width: 100%;	
	opacity: 0.8;
	z-index: 1;
}

.explore-package .explore-box .blur1{
	background: #dda56c;
}

.explore-clubmed .explore-box .blur1{
	background: #5371c4;
}

.explore-box .blur1:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 375px;	
	bottom: 75px;
}

.explore-package .explore-box .blur1:before{
	border-color: transparent transparent #dda56c transparent;
}

.explore-clubmed .explore-box .blur1:before{
	border-color: transparent transparent #5371c4 transparent;
}

.explore-box .blur2{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 110px;
	width: 100%;	
	opacity: 0.8;
	z-index: 2;
}

.explore-package .explore-box .blur2{
	background: #cf7e2c;
}

.explore-clubmed .explore-box .blur2{
	background: #405cad;
}

.explore-box .blur2:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 375px;
	bottom: 110px;
}

/*.explore-box h3.box-header:before{
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}
*/
/*.explore-box h3.box-header{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
	width: 100%;
}*/

.explore-box .box-header{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	z-index: 3;
}

.explore-box .box-header h3.box-title{
	margin: 0;
	font-size: 14px;
	color: #000;
	position: relative;
	padding: 10px;
}

.explore-box .box-header h3.box-title:before{
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
}

.explore-package .explore-box .blur2:before{
	border-color: transparent transparent #cf7e2c transparent;
}

.explore-clubmed .explore-box .blur2:before{
	border-color: transparent transparent #405cad transparent;
}

.explore-box .explore-content{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	z-index: 3;
}

.explore-content .img-theme{
	position: absolute;
	width: 70px;
	right: 10px;
	top: -75px;
}

.explore-content .desc{
	padding: 0 10px;
	font-size: 18px;
}

html[lang=en-gb] .explore-content .desc{
	padding: 0 10px;
	font-size: 14px;
}

.explore-content .desc p{
	font-size: 12px;
}

.explore-content .city{
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
	font-size: 14px;
}

.explore-content .flight-price{
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: table;
}

.explore-content .flight-price .flight-code{
	font-size: 12px;
	text-align: right;
    display: table-cell;
    vertical-align: bottom;
    line-height: 26px;
    padding-right: 10px;
}

.explore-content .flight-price .price-box{
	display: flex;
	flex-direction: column;
}

.flight-price .price-box .type{
	font-size: 10px;
}

.hot-cities .explore-box .blur1{
	background: #000;
	height: 150px;
	opacity: 0.2;
}

.our-businesses .explore-box .blur1{
	background: #000;
	height: 100px;
	opacity: 0.2;
}

.hot-cities .explore-box .blur1:before{	
	border-color: transparent transparent #000 transparent;
	border-width: 0 0 20px 100vw;
	bottom: 150px;
}

.our-businesses .explore-box .blur1:before{	
	border-color: transparent transparent #000 transparent;
	border-width: 0 0 20px 100vw;
	bottom: 100px;
}

.hot-cities .explore-box .blur2.red{
	background: #af1524;
	height: 120px;
}

.our-businesses .explore-box .blur2.red{
	background: #af1524;
	height: 70px;
}

.hot-cities .explore-box .blur2.grey{
	background: #3d3d3d;
	height: 120px;
}

.our-businesses .explore-box .blur2.grey{
	background: #3d3d3d;
	height: 70px;
}

.hot-cities .explore-box .blur2.red:before{
	border-color: transparent transparent #af1524 transparent;
	border-width: 0 0 90px 100vw;
	bottom: 120px;
}

.our-businesses .explore-box .blur2.red:before{
	border-color: transparent transparent #af1524 transparent;
	border-width: 0 0 90px 100vw;
	bottom: 70px;
}

.hot-cities .explore-box .blur2.grey:before{
	border-color: transparent transparent #3d3d3d transparent;
	border-width: 0 0 90px 100vw;
	bottom: 120px;
}

.our-businesses .explore-box .blur2.grey:before{
	border-color: transparent transparent #3d3d3d transparent;
	border-width: 0 0 90px 100vw;
	bottom: 70px;
}

.hot-cities .explore-content .img-theme{
	left: unset;
	right: 10px;
	top: -100px;
}

.hot-cities .explore-box .explore-content{
	height: 110px;
}

.hot-cities .explore-box .blur3{
	height: 55px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;	
	background: #fff;
	opacity: 0.5;
	z-index: 1;
}

.our-businesses .explore-box .explore-content{
	left: unset;
	right: 10px;
	width: 45%;
	text-align: right;
	font-size: 20px;
}

.our-businesses .explore-box{
	height: 200px;
}

.top-filter-3 a, .top-filter-4 a{
	border: 1px solid #d30b2e;
	border-radius: 30px;
	padding: 2px 15px;
	color: #d30b2e;
	margin: 10px 2px;
}

.home-search-inputs .inputs {
	display: flex;
	position: relative;
}
.home-search-inputs .inputs .input {
	width: 20%;
	position: relative;
	margin-right: 10px;
}

.home-search-inputs .inputs .d-input {
	width: 20%;	
	margin-right: 10px;
}

.home-search-inputs .inputs .input > i{
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 20px;
	color: #898888;
}

.home-search-inputs .inputs .d-input .top-calendar{
	position: relative;
	height: 100%;
	width: 100%;
}

.home-search-inputs .inputs .input .top-calendar > i{
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 20px;
	color: #898888;
}
.home-search-inputs .inputs .d-input i{
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 20px;
	color: #bababa;
}

.inputs .input input[type="text"], .cruise-group input[type="text"]{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	outline: none;
}

.cruise-group input[type="text"]{
	max-height: 24px;
}

.package-group input[type="text"]{
	padding-left: 40px;
}

.inputs.package-group .input input[type="text"]{
	border: 0.7px solid #898888;
}

.inputs.package-group .d-input input[type="text"]{
	border: 0.7px solid #898888;
	width: 100%;
	height: 100%;
	outline: none;
}

.inputs.package-group .input input::placeholder {	
    color: #898888;	
}

.inputs.package-group .d-input input::placeholder {	
    color: #898888;	
}

.cruise-group .search-field{
	height: 100%;
	background: #fff;
	border: 0.7px solid #898888;
	cursor: pointer;
}

.cruise-group .search-field:hover, .cruise-group .search-field:focus, .cruise-group .search-field:active, .cruise-group .search-field.active{	
	border: 0.7px solid #f48120;	
}

.cruise-group .departure-field{
	height: 100%;
	background: #fff;
	border: 0.7px solid #898888;
	cursor: pointer;
	position: relative;
}

.cruise-group .departure-field.active, .cruise-group .departure-field:hover, .cruise-group .departure-field:focus, .cruise-group .departure-field:active{
	border: 0.7px solid #f48120;
}

.cruise-group .search-field .placeholder{
	display: flex;
	padding-left: 40px;
	align-items: center;
	height: 100%;
	color:#898888;
}

.product-search-module .cruise-group .search-field .placeholder{
	padding-left: 0px;
}

.cruise-group .departure-field .placeholder{
	display: flex;
	padding-left: 40px;
	align-items: center;
	height: 100%;
	color:#898888;
}
.cruise-group .search-field.active .placeholder{
	display: none;
}
.cruise-group .departure-field.active .placeholder{
	display: none;
}

.cruise-group .search-field .selected-text{
	display: none;
}
.cruise-group .departure-field .selected-text{
	display: none;
}

.cruise-group .search-field.active .selected-text, .cruise-group .departure-field.active .selected-text{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 40px;
	padding-right: 20px;
}

.cruise-group .search-field.active .selected-text .text-container, .cruise-group .departure-field.active .selected-text .text-container{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cruise-group .search-field.active .selected-text .text-container .pointer, .cruise-group .departure-field.active .selected-text .text-container .pointer{
	display: inline-block;
	padding: 0 5px;
}
.home-search-radios input[type="radio"] {
	display: none;
}
.home-search-radios span {
	position: relative;
	background: #f48120;
	margin-right: 2px;
}
.home-search-radios span.active {
	background: #fff;
	color: #f48120;
}
.home-search-radios i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #fff;
}
.home-search-radios input[type="radio"]:checked~i::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 5px;
	background: #549eaa;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-search-inputs .inputs a:last-child {
	margin-right: 0;
}

.home-search-inputs .inputs a i{
	padding: 0 10px;
	font-size: 16px;
}

.home-search-inputs .inputs .home-search-button {
	text-align: center;
	color: #fff;
	background: #549eaa;
	padding: 10px;
	font-size: 20px;
	border-radius: 0;
	box-shadow: none;
	flex: 1 1 auto;
}
.hr_line {
	border-color: rgba(21, 21, 21, 0.5);
}
.itemBackToTop {
	display: none !important;
}
.itemView {
	padding: 40px !important;
	background: #fff;
	margin-bottom: 40px !important;
}
.breadcrumb {
	margin: 0 0 10px;
	padding: 0;
	margin-top: 12px;
}
.itemTitle {
	color: #d42c30;
	font-size: 24px;
}
.breadcrumb-item + .breadcrumb-item::before {
	padding: 0 5px;
}
.home-hot-cities {
}
.home-hot-cities .right_content span {
	position: static;
	font-style: normal;
}
.home-hot-cities .price {
	position: absolute;
	bottom: 0px;
	right: 30px;
	display: flex;
	align-items: flex-end;
}
.home-hot-cities .price p {
	margin-bottom: 15px;
}
.home-hot-cities .city {
	position: absolute;
	top: 17px;
	right: 30px;
}
.home-hot-cities h3 span {
	font-size: 14px;
}
.home-hot-cities h3 {
	text-align: left;
	font-size: 24px;
}
.home-hot-cities .price-type {
	font-size: 16px;
	margin-right: 10px;
}
.home-hot-cities .price-name {
	font-size: 12px;
}
.home-hot-cities .price-val {
	font-size: 37px;
	line-height: 0;
}
/*Tho CSS*/

.top-filter .other-products{
	width: 180px;
}

.service-footer__col.last-child{
	padding: 0;
	position: relative;
}

.service-footer__col.last-child::before{
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 100vw;
	border-color: transparent transparent rgba(109,109,109, 1) transparent;

}
.service-footer__col.last-child h4{
	text-align: center;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 1;
	margin-bottom: 26px;
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f48120;
  -webkit-transform-origin: 80px 82px;
  transform-origin: 80px 82px;
}
.lds-eclipse {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.cruise-group .home-search-results{
	position: absolute;
	top: 55px;
	left: 0px;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	width: 350px;
	background: #fff;
	/*transition: 1.5s ease-in-out;*/
	z-index: 4;
	/*-webkit-animation: fadeinout 2s ease-in-out;
    animation: fadeinout 2s ease-in-out;*/
    /*transform-origin: 32px 32px 0;
    transform: scale3d(0.8, 0.8, 1); 
    transition: opacity 250ms cubic-bezier(0.8, 0, 0.6, 1) 0ms, transform 250ms cubic-bezier(0.8, 0, 0.6, 1) 0ms;
    animation: 250ms ease 0s 1 normal none running fadeinout;*/
}



.cruise-group .home-date-filter{
	position: absolute;
	position: absolute;
	top: 55px;
	right: 0px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	width: 900px;
	background: #fff;
	transition: 1.5s ease-in-out;
	z-index: 4;
}
.home-search-results .results-header{
	display: flex;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #E0E0E0;
	display: none;
}
.home-search-results .results-body{
	height: auto;
	max-height: 400px;
	overflow: auto;
}
.home-search-results .results-header .left-header{
	width: 20px;
	display: flex;
	justify-content: center;
}
.home-search-results .results-header .left-header .fa{
	color: #bababa;
	font-size: 24px;
	padding: 0;
}
.home-search-results .results-header .right-header{
	width: 350px;
	padding-left: 20px;
	flex: 1 1 auto;
}
.results-header .right-header .items-selected .gscp_a{
	padding: 0 8px;
	margin: 0 4px 4px 0;
	background:#e8f0fe;
	color:#1a73e8;
	border-radius: 16px;
	display: inline-flex;
	height: 32px;
	align-items: center;
}
.results-header .right-header .items-selected .gscp_a:hover{
	background: #d2e3fc;
}
.results-header .right-header .items-selected .gscp_c{
	width: 3rem;
	font: 500 14px/20px "Google Sans", Roboto, HelveticaNeue, Arial, sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.results-header .right-header .items-selected .gscp_d{
	background: url('../images/google_close_btn.png') no-repeat 100% 50%/16px;
	height: 16px;
	width: 16px;
	text-indent: 30px;
	overflow: hidden;
}
.home-search-results .new-search-input{
	padding: 0;
	height: 24px;
}
.home-search-results .new-search-input:focus, .home-search-results .new-search-input:hover{
	outline: none;
}

.home-search-results .results-body .listbox{
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
}
.home-search-results .results-body .listbox .listitem{
	display: flex;
	align-items: center;	
	height: 48px;
	cursor: pointer;
}
.home-search-results .results-body .listbox .listitem:hover{
	background: #f8f9fa;
}
.home-search-results .results-body .listbox .listitem .search-checkbox{
	background : url('../images/google_checkbox_unchecked.png') no-repeat center/24px;
	background-size: contain;
	height: 24px;
	width: 24px;
	outline-color: transparent;
	box-sizing: content-box;
	-moz-appearance: none;
	margin: 0 10px 0 18px;
	-webkit-appearance: none;
	cursor: pointer;
}
.home-search-results .results-body .listbox .listitem .search-checkbox:checked{
	background-image : url('../images/google_checkbox_checked.png');
}
.home-search-results .results-body .listbox .listitem .item-name{
	display: block;
	/* flex: 1 1 auto; */
	padding: 0 15px;
	color: #898888;
	width: 90%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-search-results .results-bottom{
	padding: 20px 10px 20px 0px;	
    float: right;	
    justify-content: center;
}
.home-search-results .results-bottom .btn{
	margin: 0 10px;
	padding: 10px 30px;
}
.results-bottom .confirm-btn{
	background: #0080ff;
	color: #fff;
	border: 1px solid #0080ff;
}
.results-bottom .clear-btn{
	background: #fff;
	color: #0080ff;
	border: 1px solid #0080ff;
}

.cruise-group .search-cruise-departure .results-body{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	/*margin: 48px 0 36px;*/
	padding: 20px 0;
	align-items: stretch;
	/*-webkit-animation: fadeinout 2s ease-in-out;
	animation: fadeinout 2s ease-in-out;*/
}
.cruise-group .search-cruise-departure .list_content{
	position: relative;
	display: flex;
}
.cruise-group .search-cruise-departure .list_content.months, .cruise-group .search-cruise-departure .list_content.durations{	
	width: 17.5%;	
}	
.cruise-group .search-cruise-departure .list_content.years {	
    width: 12.5%;	
}
.cruise-group .search-cruise-departure .list_content hr{
	margin: 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-right: solid 1px #ccc;
}
.cruise-group .search-cruise-departure .list_content.months .list, .cruise-group .search-cruise-departure .list_content.durations .list{	
	width: 100%;	
	margin: 0px 20px;	
}	
.cruise-group .search-cruise-departure .list_content.years .list{	
	margin: 0 auto;	
}
.cruise-group .search-cruise-departure .list_content .list h4{
	display: block;	
	margin: 14px 0px;		
	font-weight: 700;	
	font-style: normal;	
	font-size: 16px;
	text-transform: none;
}
.search-cruise-departure .list_content .list ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-cruise-departure .list_content[data-slug="dates"] .list ul{
	display: grid;
	grid-template-columns: auto auto;
}
.search-cruise-departure .list_content .list ul li{
	display: block;
}
.search-cruise-departure .list_content[data-slug="dates"] .list ul li:nth-child(-n+6){
	margin-right: 30px;
}
.search-cruise-departure .list_content .list ul li a{
	display: block;	
	margin-bottom: 9px;	
	font-size: 14px;	
	color:#898888;
}
.search-cruise-departure .list_content .list ul li a.active{
	font-weight: bold;
	color: #000000;
}
.unavailable, .unavailable-year, .unavailable-month, .unavailable-duration{
	color:rgba(153,153,153,.26) !important;
	pointer-events: none !important;
}

.home-search-results.first-selected .results-body .listbox .listitem{
	pointer-events: none;
}
.home-search-results.first-selected .results-body .listbox .listitem .item-name{
	color: rgba(153,153,153,.26);
}
.home-search-results.first-selected .results-body .listbox .listitem.active{
	pointer-events: inherit;
}
.home-search-results.first-selected .results-body .listbox .listitem.active .item-name{
	color: inherit;
}

.unavailable-cruise-destination, .unavailable-cruise-line, .unavailable-cruise-ship{
	display: none !important;
	/*color:rgba(153,153,153,.26) !important;
	pointer-events: none !important;*/
}

.home-search-results .unavailable-year, .home-search-results .unavailable-month, .home-search-results .unavailable-duration{
	display: none !important;
}

.search-cruise-departure .unavailable-cruise-destination, .search-cruise-departure .unavailable-cruise-line, .search-cruise-departure .unavailable-cruise-ship{
	display: block !important;
	color:rgba(153,153,153,.26) !important;
	pointer-events: none !important;
}

.product-search-module .search-field, .product-search-module .departure-field{
	display: flex;
	width: 200px;
	background:#fff;
	border: 1px solid #4b4b4b;
	padding: 5px;
	margin: 0 5px;
	color: #818181;
	cursor: pointer;
}

.product-search-module .search-field .placeholder, .product-search-module .departure-field .placeholder{ 
	display: flex;
	align-items: center;
	height: 100%;
	color: #bababa;
	padding-left: 0;
}

.product-search-module .search-box .pulldown-group .home-search-results{
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(171, 171, 171, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(171, 171, 171, 0.75);
	box-shadow: 0px 0px 5px 2px
	rgba(171, 171, 171, 0.75);
	width: 450px;
	background:#fff;
	border-radius: 16px;
	transition: 1.5s ease-in-out;
	z-index: 4;
}
.product-search-module .cruise-group .search-field .selected-text, .product-search-module .cruise-group .departure-field .selected-text{
	padding-left: 0px;	
}

.product-search-module .cruise-group .search-field.active .placeholder, .product-search-module .cruise-group .departure-field.active .placeholder{
	display: none;
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}

.home-search-inputs .inputs .input.input-calendar{
	position: initial;
}

.package-group .departures{
	position: absolute;;
	top: 55px;
	left: unset;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	width: 900px;
	background: #fff;
	transition: 1.5s ease-in-out;
	z-index: 4;
}

.package-group .departures .results-body{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: stretch;
	padding: 20px 0;
}

.package-group .departures .list_content{
	position: relative;
	display: flex;
}

.package-group .departures .list_content.years{
	width: 12.5%;
}

.package-group .departures .list_content.months, .package-group .departures .list_content.durations{
	width: 17.5%;
}

.package-group .departures .list_content.years .list{
	margin: 0 auto;
}

.package-group .departures .list_content.months .list, .package-group .departures .list_content.durations .list{
	width: 100%;
	margin: 0px 20px;
}

.package-group .departures .list_content .list h4{
	display: block;
	margin: 14px 0px;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-transform: none;
}

.departures .list_content .list ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.departures .list_content[data-slug="dates"] .list ul{
	display: grid;
	grid-template-columns: auto auto;
}

.departures .list_content .list ul li{
	display: block;
}

.departures .list_content .list ul li a{
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	color:#898888;
}

.package-group .departure-field{
	height: 100%;
	background:#fff;
	border: 0.7px solid #898888;
	cursor: pointer;
	position: relative;
}

.package-group .departure-field .placeholder{
	display: flex;
	padding-left: 40px;
	align-items: center;
	height: 100%;
	color: #898888;
}

.package-group .departure-field .selected-text{
	display: none;
}

.package-group .search-field.active .selected-text .text-container, .package-group .departure-field.active .selected-text .text-container{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.package-group .search-field.active .selected-text .text-container .pointer, .package-group .departure-field.active .selected-text .text-container .pointer{
	display: inline-block;
	padding: 0 5px;
}

.package-group .search-field.active .selected-text, .package-group .departure-field.active .selected-text{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 40px;
	padding-right: 20px;
}

.package-group .departure-field.active .placeholder{
	display: none;
}

.departures .list_content .list ul li a.active{
	font-weight: bold;
	color: #000000;
}

.package-group .departure-field.active{
	border: 0.7px solid #f48120;
}

.inputs.package-group .input input[type="text"].active{
	border: 0.7px solid #f48120
}

.new-cruise-search-results a.no-results p{
	padding: 15px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#898888;
	margin: 0;
}

.unavailable-package-country, .unavailable-package-city, .unavailable-package-airline, .unavailable-package-theme{
	display: none !important;
}
.departures .unavailable-package, .departures .unavailable-package-country, .departures .unavailable-package-city, .departures .unavailable-package-airline, .departures .unavailable-package-theme{
	display: block !important;
	color: rgba(153,153,153,.26) !important;
	pointer-events: none !important;
}
.package-group .input .unavailable-year, .package-group .input .unavailable-month, .package-group .input .unavailable-duration{
	display: none !important;
}