/**
 |----------------------------------------------------------
 | MAIN CSS
 | Author: Alexandru Coropetchi
 |----------------------------------------------------------
 | @GENERAL
 |		@@HTML TAGS
 |      @@UTILITY CLASSES
 | @HEADER
 |		@MENU
 |		@TOP BAR
 |		@@HEADER INNER
 |		@LOGO
 |
 | @FOOTER
 |
 |
 */

/**
 |----------------------------------------------------------
 | @GENERAL
 |----------------------------------------------------------
 */
/* @@HTML TAGS */
html, body {
	overflow-x: hidden;
	font-family: "Open Sans", Arial, sans-serif;
	color: #333;
	background-color: #FFFFFF;
}
p { font-size: 1.3rem; }
::-webkit-input-placeholder { color: #B6B6B6; }
::-moz-placeholder { color: #B6B6B6; }
:-ms-input-placeholder { color: #B6B6B6; }
:-moz-placeholder { color: #B6B6B6; }

/* @@UTILITY CLASSES */
.container { max-width: 120rem; }

/*.container { max-width: 112rem; }*/

.float-right { float: right !important; }
.nowrap { white-space: nowrap; }

/* @@DISPLAY */
.dblock,
.d-block,
.display-block { display: block; }
.inline-block { display: inline-block; }
.d-none,
.display-none { display: none; }
.dflex,
.d-flex,
.display-flex { display: flex; }

/* @@TEXT ALIGN */
.t-left,
.text-left { text-align: left; }
.t-center,
.text-center { text-align: center; }
.t-right,
.text-right { text-align: right; }
.t-justify,
.text-justify { text-align: justify; }

/* @@TEXT DECORATION */
.line-through { text-decoration: line-through; }

/* @@TEXT ALIGN */
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-left { text-align: left; }
.text-justify { text-align: justify; }

/* TEXT TRANSFORM */
.text-uppercase { text-transform: uppercase; }

/* @@FULL WIDTH */
.full-width { width: 100%; }

/* @@FONT WEIGHT */
.bold { font-weight: bold; }

/* @@IMG RESPONSIVE */
.img-responsive { display: block; width: 100% }

/* @@HORIZONTAL LINE STYLE */
hr { border-color: #d8d8d8; }
hr.hr-dashed { border-top-style: dashed; }
hr.hr-color-black { border-top-color: #333333; }

/* @@TEXT COLORS */
.c-white { color: #FFFFFF; }
.c-black { color: #000; }
.c-red { color: #F44336; }
.c-blue { color: #0462bf; }
.c-grey { color: #333; }
.c-lightgrey { color:#808080; }
.c-labelgrey { color: #ccc; }
.c-green { color: #09B700; }
.c-orange { color: #FF9800; }

/* @@BACKGROUND COLORS */
.bg-red { background-color: #F44336; }
.bg-purple { background-color: #9C27B0; }
.bg-blue { background-color: #2196F3; }
.bg-cyan { background-color: #00BCD4; }
.bg-green { background-color: #4CAF50; }
.bg-yellow { background-color: #FFEB3B; }
.bg-grey { background-color: #EEEEEE; }
.bg-white { background-color: #fff; }

.f-size-10 { font-size: 10px; }
.f-size-12 { font-size: 12px; }

.btn.btn-success { background-color: #4CAF50; }
div.btn.btn-success { cursor: default; }
div.btn.btn-success:hover { background-color: #4CAF50; }

.flx-vc {
	display: flex;
	align-items: center;
}

.mb-20 {
	margin-bottom: 2rem;
}
/* @@CUSTOM COLUMN */

.col-md-5,
.col-md-1p2 { position: relative; }
@media (min-width: 64em) {
	.col-md-5 { width: 20%; float: left; }
	.col-md-1p2 { width: 12.4999%; float: left; }
}


/* @@MEDIUM */
.md-hide { display: none; }
.md-show { display: block; }
@media (min-width: 64em) {
	.md-hide { display: block; }
	.md-show { display: none; }
}

/* @@SMALL */
.sm-hide { display: none; }
.sm-show { display: block; }
@media (min-width: 45em) {
	.sm-hide { display: block; }
	.sm-show { display: none; }
}

/**
 |------------------------------------------------------
 | @HEADER
 |------------------------------------------------------
 | 1. TOP BAR
 |      no class => white
 |		grey
 |		dark
 |
 | 2. HEADER INNER
 |		Can the the classes: menu-bottom, menu-top for positioning
 |
 | 3. LOGO
 | 
 | 4. MENU
 */
/* @@TOP BAR */
.top-bar {
	min-height: 3.8rem;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom: rgba(0,0,0,0.05) 0.1rem solid;
}
.top-bar.dark { background-color: #363839; color: #FFFFFF }
.top-bar.grey { background-color: #fafafa; color: #252525; }
.top-bar ul.top-links {
	list-style: none;
	float: left;
	margin: 0;
}
.top-bar ul.top-links > li {
	display: inline-block;
	padding: 0;
	margin-left: -3px;
	position: relative;
}
.top-bar ul.top-links > li { border-right: rgba(0,0,0,0.05) 0.1rem solid; }
.top-bar ul.top-links > li:last-child { border-right: none; }
.top-bar.dark ul.top-links > li { border-right: rgba(255,255,255,0.1) 0.1rem solid; }
.top-bar.dark ul.top-links > li { border-right: #ececec 0.1rem solid; }
.top-bar ul.top-links > li > a {
	color: #252525;
	padding: 1rem;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.top-bar.dark ul.top-links > li > a { color: #FFFFFF; }
@media (max-width: 980px) {
	.top-bar ul.top-links > li a { font-size: 13px; }
	.top-bar ul.top-links > li span { display: none; }
	.top-bar ul.top-links > li.ontop-social .social-item { width: auto; height: auto; }
	.top-bar ul.top-links > li.ontop-social { float: left !important; margin-left: 0; }
}

/* @@HEADER SOCIAL */
/*
.ontop-social:after,
.ontop-social:before {
	content: "";
	display: table;
	clear: both
}
.ontop-social .social-item {
	float: left;
	background-color: transparent;
	padding: 0.8rem 0.5rem !important;
}
.ontop-social .social-item i { font-size: 14px; }
.ontop-social .social-item.facebook:hover { color: #3b5998; }
.ontop-social .social-item.twitter:hover { color: #50ABF1; }
.ontop-social .social-item.youtube:hover { color: #E62117; }
.ontop-social .social-item.gplus:hover { color: #D34836; }
.ontop-social .social-item.instagram:hover { color: #A61B82; }
.ontop-social .social-item.pinterest:hover { color: #CB2026; }
*/

/*
.top-bar ul.top-links > li.ontop-social {
	padding: 1rem;
}

.top-bar ul.top-links > li.ontop-social a.social-item {
	display: inline-block;
	color: #ffffff;
	padding: 0.4rem;
	width: 2rem;
}
*/

.top-bar ul.top-links > li.ontop-social {
	float: right;
	padding: 0.3rem 0 0 0;
	text-align: right;
	/*border-left: rgba(0,0,0,0.05) 0.1rem solid;*/
	border-right: 0rem none;
	border-left: 0rem none;
}

.top-bar ul.top-links > li.ontop-social a.social-item  {
	float: left;
	background-color: transparent;
	padding: 0.8rem 0.5rem;
}


.top-bar ul.top-links > li.ontop-social a.social-item i {
	font-size: 14px;
}
.top-bar ul.top-links > li.ontop-social a.social-item.facebook:hover {
	color: #3b5998;
}

.top-bar ul.top-links > li.ontop-social a.social-item.twitter:hover {
	color: #50ABF1;
}
.top-bar ul.top-links > li.ontop-social a.social-item.youtube:hover {
	color: #E62117;
}
.top-bar ul.top-links > li.ontop-social a.social-item.gplus:hover {
	color: #D34836;
}
.top-bar ul.top-links > li.ontop-social a.social-item.instagram:hover {
	color: #A61B82;
}

.top-bar ul.top-links > li.ontop-social a.social-item.pinterest:hover {
	color: #CB2026;
}


@media (max-width: 980px) {
	/*
	.top-bar ul.top-links > li a {
		font-size: 13px;
	}
	.top-bar ul.top-links > li span {
		display: none;
	}
	*/

	.top-bar ul.top-links > li.ontop-social .social-item {
		width: auto;
		height: auto;
	}

	.top-bar ul.top-links > li.ontop-social {
		float: left !important;
		margin-left: 0;
	}
}


/* @@HEADER INNER */
.header-inner { margin: 1rem 0; }
.header-inner .container { display: flex; align-items: center; }
.header-inner.menu-bottom .container { align-items: flex-end; }
.header-inner.menu-top .container { align-items: flex-start; }
.header-inner-v2 { margin-top: 1rem; }
.header-inner-v2 .menu-wrapper { border-top: rgba(0,0,0,0.05) 0.1rem solid; }
.header-inner-v2 nav.qc-menu { display: block; margin-left: 0; }
.header-inner-v2 nav.qc-menu > ul > li > a {
	height: 6rem;
	padding: 2rem 1.5rem;
	padding-right: 2.5rem;
	border-left: 0.1rem solid rgba(0,0,0,0.05);
}
.header-inner-v2 nav.qc-menu li.mega-menu ul.dropdown { margin-top: 0; box-shadow: 0 0 2px #ccc; }
.header-inner-v2 nav.qc-menu > ul > li > a:after { margin-right: 1rem; margin-top: 2.2rem; }
.header-banner { margin: 0.5rem 0; }
@media (max-width: 980px) {
	.header-inner .container { display: block; }
	header-inner-v2 a.logo {
		display: table;
		margin: 0 auto;
		text-align: center;
	}
}

/* LOGO */
a.logo { margin-right: 2rem; display: inline-block; }
a.logo img { max-width: 20rem; }
@media(max-width: 1200px)
{
	a.logo {
		margin-left: 2rem;
	}
}

/* MENU */
nav.qc-menu { 
	width: 100%; 
	flex-direction: column;
	margin-top: 0;
	align-items: flex-end
}
nav.qc-menu,
nav.qc-menu > ul { display: flex; }
nav.qc-menu ul { margin-left: auto; align-items: center; }
nav.qc-menu ul > li > a { text-align: center; }
nav.qc-menu ul > li > a.hotel { margin: 0; }
nav.qc-menu li.mega-menu ul.dropdown {
	display: block;
	visibility: hidden;
	transition: 0s 0.3s;
	margin-top: 1rem;
	box-shadow: 0 0 2px #ccc;
}
nav.qc-menu ul > li.mega-menu:hover ul.dropdown { visibility: visible; }
nav.qc-menu li.mega-menu > ul.dropdown { z-index: 99999; }
nav.qc-menu ul.dropdown > li { border: 0; }
nav.qc-menu>ul>li.mega-menu .dropdown a {
	color: #555555;
	text-transform: capitalize;
	font-size: 13px;
	padding: 0.3rem 1rem;
	text-align: left;
}
nav.qc-menu>ul>li.mega-menu .dropdown a:hover { background-color: transparent; }
nav.qc-menu>ul>li.mega-menu h4 {
	font-size: 14px;
	padding: 1rem;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 0.1rem solid #EEEEEE;	
}

nav.qc-menu>ul>li.mega-menu h4 {
	text-align: left;
}

nav.qc-menu>ul>li>a:after { content: ""; }
nav.qc-menu li.mega-menu>ul.dropdown>li { padding-bottom: 2rem; display: block; }
nav.qc-menu>ul>li.mega-menu .dropdown a {
	text-transform: uppercase;
	font-size: 13px;
	padding: 1rem;
	font-weight: 400;
	display: block;
}
nav.qc-menu>ul>li.mega-menu .dropdown a:hover { background-color: #F7F7F7; }
nav.qc-menu > ul > li > a { position: relative; }
nav.qc-menu li.mega-menu a:after { position: absolute; }
nav.qc-menu > ul > li > a:after {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0.8rem;
}

/* 980PX ?? */
.mobile-hide-banner { display: block; }
@media (max-width: 980px) {
	nav.qc-menu {
		width: auto;
		line-height: initial;
		margin-left: 0;
		display: block;
	}
	nav.qc-menu ul { display: none; }
	nav.qc-menu > ul > li > a:after { display: none; }
	#header input[type="checkbox"]:checked ~ nav.qc-menu ul > li a { border-bottom: 0.1rem solid #F7F7F7 !important; }
	.btn-menu:after {
		border-color: #FFFFFF !important;
		background-color: transparent !important;
		color: #555555
	}
	nav.qc-menu ul > li.mega-menu:hover ul.dropdown { visibility: hidden; }
	.mobile-hide-banner { display: none; }
}

/**
 |------------------------------------------------------
 | @FOOTER
 |------------------------------------------------------
 |
 */
#footer { padding: 4rem 0 0 0; }

@media(max-width: 64em) {
	#footer {
		font-size: 1.2rem;		
	}

	#footer .col-md-5 {
		padding-left: 1rem;
		padding-right: 1rem;
		
	}
	
	#footer .footer-contacts,
	#footer .sitemap-wrapper, 
	#footer .footer-address {
		text-align: center;
	}
	#footer .social-container {
		margin-top: 2rem;
	}
	
}





.offer-item-description {
	word-wrap: break-word;
}

.qc-tooltip .tooltip.force-show {
	display: block !important;
}

.price-item .qc-tooltip .tooltip.fee-check-message {
	margin-left: -10rem;
    margin-top: 1rem;
    width: 14.1rem;
}

.price-item .qc-tooltip .tooltip.fee-check-message img {
	display: block;
	width: 100%;
}

.social-item.facebook { background-color: #3b5998; }
.social-item.twitter { background-color: #50ABF1; }
.social-item.youtube { background-color: #e62117; }
.social-item.gplus { background-color: #D34836; }
.social-item.instagram { background-color: #B4785A; }
.social-item.pinterest { background-color: #BD2125; }
.social-item.linkedin { background-color: #0077B5; }

#footer .social-item {
	margin-top: 1rem;
}

.ontop-social {
	float: right;
	padding: 0.3rem 0rem 0rem 0rem;
	text-align: right;
}

.p-right {
	word-wrap: break-word;
	
}

.p-right img {
	display: block;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next,
.owl-prev,
.owl-next {
	display: none;
}


.travel-item-description h1, 
.travel-item-description h2,
.travel-item-description h3,
.travel-item-description h4,
.travel-item-description h5,
.travel-item-description h6 {
    font-size: 1.4rem !important;
}

.travel-item-description * {
    font-size: 1.3rem !important;
	font-family: 'OpenSans' !important;
    word-wrap: break-word !important;
	overflow: visible !important;
	white-space: normal !important;
	/*width: 100% !important;
	padding-left: 0rem !important;
	padding-right: 0rem !important;*/
	
}

.room-box.price-item .price-title,
.room-box.price-item .price-item label {
	font-size: 1.3rem;
}

.transport-item {
	float: left;
	padding-right: 1rem;
}

.three-transport-types .transport-item {
	width: 33%;
}

.top-search .transport-item .label {
	width: 2.6rem;
}

.cs-close-search-triggerer {
	color: #FFFFFF;
	float: right;
	font-size: 24px;
	padding: 0 2rem;
	display: none;
}

.search-form-inner.active .cs-close-search-triggerer {
	display: block;
}

.cs-mobile-search-title {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.trigger-search-popup {
	/*background-color: #512da8;*/
	cursor: pointer;
}
.search-icon {
	padding: 1rem 0.4rem 1rem 1rem;
}
.search-mobile-info {
	padding: 1rem 0rem 1rem 0.4rem;
}


nav.qc-menu li a {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.qc-transport-type {
	text-align: center;
}

.qc-transport-type i { font-size: 2.4rem; padding-top: 0.5rem; }

.three-transport-types.qc-transport-type i { font-size: 2.5rem; }

.three-transport-types {
	padding-top: 0.4rem;
}

@media (max-width: 70em) {
	.qc-transport-type i { padding-bottom: 1rem; }
	.top-searchbar { padding-left: 1.5rem; padding-right: 0.5rem; }
}
@media (max-width: 980px) {
	.btn-menu {
		margin-top: 1rem;
	}
	
	.ontop-social {
		clear: right;
		float: none;
		padding: 1.2rem 0rem;
	}
}
@media (max-width: 63.5rem){
.sitemap-wrapper {
    height: auto;
}
}

@media (max-width: 700px){
	.hotel .price {
		margin-top: 1rem;
	}
	.hotel .price span {
		float: none; 
		margin-right: 0;
	}
	.hotel .price > div {
		float: none;
		margin-top: 0;
	}
	.hotel .price .line-through {
		line-height: initial;
	}
}

.grila-det {
	padding: 0rem 0.5rem;
	/*color: #b01c1c;*/
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
}

.dynamic-content-loader span {
	position: fixed;
	font-family: "CaviarDreamsBold";
	font-size: 5rem;
	color: #33CDFF;
	top: 0;
	margin-top: 4.4rem;
	left: 0;
	z-index: 1002;
	right: 0;
	text-align: center;
	width: 100%;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.bs-tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	/*text-align: start;*/
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 12px;
	word-wrap: break-word;
	opacity: 0;
}

.bs-tooltip.in {
	opacity: 0.9;
}

.bs-tooltip.tooltip-top {
	padding: 5px 0;
	margin-top: -3px;
}

.bs-tooltip.top .tooltip-arrow {
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.bs-tooltip.tooltip-right {
	padding: 0 5px;
	margin-left: 3px;
}

.bs-tooltip.tooltip-right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.bs-tooltip.tooltip-bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.bs-tooltip.tooltip-bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.bs-tooltip.tooltip-left {
	padding: 0 5px;
	margin-left: -3px;
}

.bs-tooltip.tooltip-left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.owl-theme .owl-controls {
	margin-top: 0rem;
}

.owl-item img {
	/*width: 100%;*/
}

.main-slider .owl-item img {
	width: 100%;
}

.categ-box {
	padding: 0.1rem 0.4rem;
	display: inline-block;
}

button.qs-search-btn {
	padding: 0rem 0.4rem;
}

.qs-in-county {
	padding-left: 2.4rem;
}

.two-transport-types .transport-item {
	width: 50%;
}

.three-transport-types .transport-item {
	width: 33%;
}



/*.p-left-10 { padding-right: 1rem; }*/

.radio-horizontal-list {
	margin: 1rem 0;
}
.radio-horizontal-list .qc-checkbox,
.radio-horizontal-list .qc-radio {
	float: left;
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.radio-horizontal-list .qc-checkbox label,
.radio-horizontal-list .qc-radio label {
	font-size: 1.3rem;
}

.custom-off-title {
	position: relative;
	padding-right: 2rem;
}

.custom-off-close {
	position: absolute;
	right: 0.4rem;
	top: 0.2rem;
	display: block;
	cursor: pointer;
	display: none;
}

.constest-recaptcha.g-recaptcha {
	transform: none !important;
}

.trv-itm-replacement {
	background: #fdfdfd url('../../../../res/i/i_loader.gif') no-repeat scroll center center !important;
}

.img-unvail {
	background: #ffffff none repeat scroll 0 0;
    width: 100%;
	height: 18.8rem;
}

.hotel-list { position: relative; }

/* RECOMMENDED HOTEL */
.hotel-recommended {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #F7CB1B;
	z-index: 10;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
	font-size: 1.4rem;
}

.discount-badge {
	position: absolute;
	top: 0rem;
	right: 0rem;
	border-left: 10rem solid transparent;
}

.discount-badge span {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	margin-top: -9rem;
	font-weight: bold;
	font-size: 1.9rem;
	color: #FFFFFF;
	white-space: nowrap;
	margin-right: 1rem;
}

.discount-badge.special-offer span,
.discount-badge.best-deal span {
	transform: rotate(45deg);
	color: #FFFFFF;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2rem;
	margin-right: 0rem;
	text-align: center;
}

@media not all and (min-width: 37.5rem) {
	.discount-badge {
		position: absolute;
		top: 0rem;
		border-left: 7rem solid transparent;
	}

	.discount-badge span {
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		margin-top: -6rem;
		font-weight: bold;
		color: #FFFFFF;
		white-space: nowrap;
		margin-right: 1rem;
		font-size: 1.4rem;
	}
	
	.discount-badge.special-offer span,
	.discount-badge.best-deal span {
		font-size: 1rem;
	}
}

@media (min-width: 980px) {

	.flex-menu .p-top-10 > div.row {
		display: flex;
	}

	nav.flex-menu.qc-menu {
		float: right;
		margin-left: 2rem;
		margin-top: 0;
	}

	nav.flex-menu.qc-menu > ul {
		display: flex;
	}

	nav.flex-menu.qc-menu > ul li {
		text-align: center;
	}
}

.cursor-pointer {
    cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

ul.paginator {
    list-style-type: none;
    margin: 0rem;
    /*padding: 0rem;*/
	padding: 1rem 0rem 0rem 0rem;
}

	ul.paginator li {
		padding: 0rem;
		margin: 0rem;
		display: block;
		float: left;
	}
	
		ul.paginator li a {
			padding: 0.6rem 0.8rem;
			font-family: Arial;
			font-size: 1.2rem;
			color: #333333;
			cursor: pointer;
			display: block;
			border-radius: 0.4rem;
			width: 1.5rem;
			text-align: center;
			margin: 0rem 0rem 1rem 0.4rem;
			border: 0.1rem solid #CCCCCC;
		}
		
		ul.paginator li a.width-auto {
			width: auto;
		}
		
		ul.paginator li a:hover {
			text-decoration: none;
		}

		/*
		ul.paginator li a.selected {
			color: #ffffff;
		}
		*/
		
		ul.cs-use-paginator li a.selected {
			color: #ffffff;
			border: 0rem none;
			padding: 0.7rem 0.8rem;
		}
		
		ul.cs-use-paginator .cs-not-selectable,
		ul.cs-use-paginator .qvb_paginator_page a {
			color: #aaaaaa;
			cursor: auto;
		}


.room-row .price-item .price-col .cc-price {
	font-weight: normal;
	color: #121212;
	text-decoration: line-through;
	display: block;
}



.home-about {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-top: 0.1rem solid #EFEFEF;
	padding-top: 2rem;
	border-bottom: 0.1rem solid #EFEFEF;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.home-about h1 {
	font-weight: 300;
	font-size: 24px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.home-about p {
	font-size: 14px;
	line-height: 1.8;
}

/* BEST DEAL */
.best-deal {
	position: absolute;
	top: 0rem;;
	left: 0;
	content: '';
	display: block;
	overflow: hidden;
	width: 10rem;
	height: 10rem;
	z-index: 100;
}
.best-deal span {
	position: absolute;
  display: block;
  width: 14rem;
  padding: 0.5rem 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;

  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.best-deal::before,
.best-deal::after {
  position: absolute;
  
  content: '';
  display: block;
  
  border-top-color: transparent;
  border-left-color: transparent;
}
.best-deal::before {
  top: 0;
  right: 0;
}
.best-deal::after {
  bottom: 0;
  left: 0;
}
.best-deal span {
  left: 0;
  margin-top: 2rem;
  top: 0;
  margin-left: -3rem;
  transform: rotate(-45deg);
}

.alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}



/* Searchbar on product list */
.sidebar-search {
	padding: 1rem;
    background-color: #fff;
    color: #555;
    border: .1rem solid #ddd;
    -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.05);
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.05);
    border-top: 0;
}
.sidebar-search .search-form-toggle {
	display: none;
	float: right;
	border-radius: 0.2rem;
	width: 3rem;
	height: 3rem;
	text-align:center;
	margin-bottom: 0;
	margin-top: 0.8rem;
}
.sidebar-search .search-box {
	padding: 0.5rem;
}

@media not all and (min-width: 37.5rem) {
	.sidebar-search h2 { float:left; }
}

.ytvidplayer {
	pointer-events: none;
}
.home-video .video-embed-wr {
	height: 100%;
}

.home-video .video-container {
	overflow: hidden;
	height: 100%;
	position: relative;
}
.video-poster {
	display: none;
	position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}

.hide-md { display: block !important; }
.hide-md.display-none { display: none !important; }
.hide-md-inline-block { display: inline-block !important; }
.show-md { display: none !important; }
@media(max-width: 64em) {
	.hide-md-inline-block,
	.hide-md { display: none !important; }
	.cs-filters-map-wrapper { display: none !important; }
	.show-md { display: block !important; }
}


/* HOME VIDEO */
.home-video {
	height: 58rem;
	width: 100%;
	display: block;
	position: relative;
}
.home-video .video {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.home-video .search-wrapper {
	position: absolute;
	z-index: 50;
	width: 100%;
	bottom: 0;
	margin-bottom: 3rem;
	background-color: transparent;
}

.home-video .main-search {
	width: 100%;
	/*background-color: rgba(255, 255, 255, 0.9);
	padding: 1rem;*/
}

@media (max-width:64em) {
	.home-video { height: auto;	 }
	.home-video .video { display: none; }
	.home-video .search-wrapper {
		position: relative;
	}
	.compact-search-main-row { visibility: visible !important; }
}

.selected.destination-header {
	display: block !important;
}

.qc-dropdown ul.dropdown {
	overflow: auto;
}


/* ADDITIONAL SERVICES */
.addtional-service-chk { display: none; }
.addtional-service-chk:checked ~ .additional-service { 
	background-color: #EDF1F7;
}
.add-service-wrapper {
	border-bottom: 0.1rem solid #EDF1F7;
}
.additional-service { 
	padding: 10px; 
	margin-bottom: 0;
}
.add-service-wrapper:last-child {
	border-bottom: 0;
}
.additional-service .add-service-price { text-align: right; font-size: 2.2rem }

.add-service-descr,
.additional-service .add-service-price { 
	padding: 10px; 
}

.add-service-descr h3 { font-size: 2.2rem; margin: 0rem; }
.add-service-img { padding: 10px; position: relative; }
.add-service-img .add-service-checked { 
	position: absolute; 
	top: 0;
	left: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #FE0000;
	border: 0.4rem solid #FFFFFF;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: border-box;
	padding: 0.7rem 1rem;
	display: none;
}
.add-service-img .add-service-checked i {
	color: #FFFFFF;
}
.addtional-service-chk:checked ~ .additional-service .add-service-checked {
	display: block;
}
.btn-add-service { 
	background-color: #FE0000; 
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	width: 5rem;
	float: right;
	padding: 0.7rem 1.8rem;
	margin-top: 2rem;
}
.additional-service .btn-add-service .remove-add-service { display: none; }
.addtional-service-chk:checked ~ .additional-service .btn-add-service span { display: none; }
.addtional-service-chk:checked ~ .additional-service .btn-add-service { 
	background-color: #FFFFFF;
	color: #333333;
}
.addtional-service-chk:checked ~ .additional-service .btn-add-service span.remove-add-service { display: block; }


.toggle-add-serv {
	float: right;
	margin: 1rem 0;
}
.wrapper {
	padding-bottom: 4rem;
}


/*
 |----------------------------------------------------------
 | @HOME BLOG
 |----------------------------------------------------------
 */
.blog-wrapper {
	padding-top: 2rem;
	background-color: #EDEEF0;
	padding-bottom: 4rem;
}
figure { margin: 0; }
.blog-home-section {
	margin: 2rem 0;
}
/* MAIN ARTICLE */
.main-article {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.main-article.two-article figure,
.main-article figure {
	position: relative;
	box-sizing: border-box;
	height: 30rem;
}
.main-article.single-article figure {
	height: 60rem;
}
.home-article-wrapper {
	margin-bottom: 0.2rem;
	padding: 0 0.1rem;
}
.main-article img {
	margin: 0;
	/*height:auto;*/
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: scale(1.01);
	vertical-align: middle;
    display: block;
	object-fit: cover;
	width: 100%;
	height : 100%;
}
.main-article figure:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background-repeat: repeat-x;
}
.main-article:hover img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main-article-info {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	left: 2rem;
	color: #FFFFFF;
}
.article-tag {
	float: left;
	margin-right: 1rem;
}
.article-tag a {
	display: inline-block;
	color: #FFFFFF;
	background-color: #6639b6;
	padding: 0.2rem 0.5rem;
	text-transform: uppercase;
}
.article-tag a:hover {
	text-decoration: none;
}
.main-article-details {
	list-style: none; 
	margin: 0;
	padding: 0;
}
.main-article-details li {
	float: left;
	margin-right: 2rem;
}
.main-article-title a {
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.4;
}

/*
 |----------------------------------------------------------
 | @LIST ARTICLE
 |----------------------------------------------------------
 */
.blog-posts { margin-bottom: 2rem; margin-top: 2rem; }
.blog-post-item {
	margin-bottom: 2rem;
	background-color: #FFFFFF;
	position: relative;
}
.blog-post-item img { display: block; height: 22rem; object-fit: cover; }
.blog-post-info { padding: 1rem 2rem; }
.blog-post-info p { line-height: 2; }
.blog-post-info a { color: #0d55f7; }
.blog-post-title a { font-size: 2rem; color: #333333; }
.blog-post-title a:hover { text-decoration: none; color: #0d55f7; }
.blog-post-details {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
}
.blog-post-details li {
	display: inline-block;
	color: #777777;
	margin-right: 0.5rem;
	font-size: 12px;
}
.blog-post-details li a { color: #777777; font-size: 12px; }
.blog-post-details li a:hover {
	text-decoration: none;
	color: #0d55f7;
}
.blog-post-categories-wrapper {
	position: absolute;
	top: 2rem;
	left: 2rem;
}
.blog-post-tag {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
}
.blog-post-tag a {
	color: #FFFFFF;
	padding: 0.5rem 1rem;
	background-color: #e81c62;
}

.blog-post-tag a:hover {
	text-decoration: none;
}

/*
 |----------------------------------------------------------
 | @SINGLE ARTICLE
 |----------------------------------------------------------
 */
.single-post { margin-top: 2rem; padding: 0 1rem; }
.single-post .single-post-inner { background-color: #FFFFFF; padding: 2rem; }
.single-post .single-post-inner p {
	line-height: 2;
	font-size: 14px;
	text-align: justify;
}
.single-post img { max-width: 100%; }
.blog-list-link {
	max-width: 20rem;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	padding: 2rem;
	text-transform: uppercase;
	position: relative;
}
.blog-list-link i { font-size: 14px; margin-right: 0.5rem; }
.blog-list-link:hover { text-decoration: none; }

/*
 |----------------------------------------------------------
 | @SIDEBAR
 |----------------------------------------------------------
 */
.blog-sidebar {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0rem 0rem 0rem 1rem;
}
.blog-sidebar .sidebar-group {
	background-color: #FFFFFF;
	padding: 2rem;
}
.sidebar-group-title {
	margin-bottom: 2rem;
	border-bottom: 1px dotted #ccc;
}
.sidebar-group-title h2 {
	font-size: 1.8rem;
	top: 0.1rem;
	margin: 0;
	position: relative;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 0.1rem solid #0d55f7;
}
/* SIDEBAR TAGS LIST */
.sidebar-tags-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
}
.sidebar-tags-list li {
	display: inline-block;
}
.sidebar-tags-list li a {
	color: #555555;
	border: 0.1rem solid #DEDEDE;
	border-radius: 0.3rem;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	display: block;
}
.sidebar-tags-list li a:hover {
	text-decoration: none;
	color: #0d55f7;
}

/* SIDEBAR NEWS LIST */
.sidebar-news-list {
	margin: 0;
	list-style: none;
	padding: 0;
}
.sidebar-news-list > li {
	display: block;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid #DFDFDF;
}
.sidebar-news-block {
	padding: 0 1rem;
}
.sidebar-news-block h3 {
	margin: 0;
}
.news-block-title a {
	font-size: 1.4rem;
	color: #555555;
	display: block;
}
.news-block-title a:hover {
	text-decoration: none;
	color: #0d55f7;
}
.news-block-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-block-details li {
	display: inline-block;
	font-size: 12px;
	color: #777777;
}


/* TRANSPORT TABS */
.transport-tabs {
	border: 0.1rem solid #FFFFFF;
	border-top: 0;
	border-right: 0;
}
.transport-tabs .transport-item {
	width: 10rem !important;
	padding: 0.5rem;
	border-right: 0.1rem solid #FFFFFF;
	border-top: 0.1rem solid #FFFFFF;
}
@media(max-width: 64em) {
	.transport-tabs.two-transport-types .transport-item {
		width: 50% !important;
	}
	.transport-tabs.three-transport-types .transport-item {
		width: 33% !important;
	}
}

/* TRANSPORT TABS */
.transport-type-tabs {
	/*border: 0.1rem solid #FFFFFF;*/
	/*border-top: 0;
	border-right: 0;
	*/
}

.transport-type-tabs .transport-type-item {
	width: 10rem !important;
	/*border-right: 0.1rem solid #FFFFFF;
	border-top: 0.1rem solid #FFFFFF;
	*/
	display: inline-block;
}
.transport-type-tabs .transport-type-rad {
	display: none;
}

.transport-type-tabs label {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0.5rem 1rem;
	/*
	border-top: 0.2rem solid #FFFFFF;
	color: #02A9F4 !important;
	*/
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}



.other-offer-item .other-offer-details {
	padding: 1rem;
}
.other-offer-item .other-offer-details h4 {
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: bold;
}
.other-offer-item .other-offer-details .hotel-location {
	font-weight: 600;
	color: #ABABAB;
	font-size: 1.3rem;
}
.other-offer-item .other-offer-details .price {
	font-weight: bold;
	margin-top: 1rem;
}
.other-offer-item .other-offer-details .price .initial-price {
	font-weight: normal;
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 0.5rem;
}
.other-offer-item .other-offer-itm-url {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.other-offers .owl-carousel .owl-nav .owl-prev,
.other-offers .owl-carousel .owl-nav .owl-next {
	font-size: 3rem;
	color: #FFFFFF;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 1rem;
	line-height: 3rem;
}
.other-offer-item .price {
	font-weight: 600;
	font-size: 20px;
}
.other-offer-item-img {
	height: 15rem;
	overflow: hidden;
}
.other-offer-item-img img {
	margin: 0 auto;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

/* BREADCRUMBS */
.breadcrumbs {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 14px;
}
.breadcrumbs .breadcrumb-part {
	font-size: 14px;
}

.input-error {
	border-color: red !important;
}
input ~ .error-block {
	display: none;
	position: relative;
	color: red;
	font-size: 10px;
	opacity: 1;
	top: 0;
}
input.input-error ~ .error-block {
	display: block;
}
label.input-error:before {
	border-color: red !important;
}

label ~ .error-block,
.passenger-form .error-block,
.registration-number-ctrl ~ .error-block {
	display: none;
	position: relative;
	color: red;
	font-size: 10px;
	opacity: 1;
	top: 0;
}

label.input-error ~ .error-block,
.passenger-form.input-error .error-block,
.registration-number-ctrl.input-error ~ .error-block,

.registration-number-ctrl.cs-checkout-show-err-block ~ .error-block,
.passenger-form.cs-checkout-show-err-block ~ .error-block,
label.cs-checkout-show-err-block ~ .error-block, 
.cs-checkout-show-err-block ~ .error-block {
	display: block;
	margin-bottom: 1rem;
}

/*
.passenger-form .error-block {
	display: none;
	position: relative;
	color: red;
	font-size: 10px;
	opacity: 1;
	top: 0;
}


.passenger-form.input-error .error-block {
	display: block;
	margin-bottom: 1rem;
}

.registration-number-ctrl ~ .error-block {
	display: none;
	position: relative;
	color: red;
	font-size: 10px;
	opacity: 1;
	top: 0;
}

.registration-number-ctrl.input-error ~ .error-block {
	display: block;
	margin-bottom: 1rem;
}
*/

.page-main-heading {
	font-size: 2rem;
}

.pr-tours,
.pr-hotels {
	padding-bottom: 4rem;
}

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

.max-width-full {
	max-width: 100%;
}

.item.cs-banner-image,
.cs-banner-link {
	font-size: 0rem;
	line-height: 0;
}

.item.cs-banner-image {
	padding-top: 2rem;
	margin-bottom: 0rem;
}

.cs-banner-link {
    display: block;
}


.margin-all-10 {
	margin: 1rem;
}

/*======================fixes==================================*/

.ms-grp-hide {
	visibility: hidden;
}

.passengers-container .btn-trigger {
	display: none;
}

.search-persons-container {
	display: block;
	position: relative;
	padding: 0rem;
	border: 0rem none;
	box-shadow: none;
}

.open .datepickr-calendar {
	z-index: 10000;
}

.home-search-wrapper .global-search.qc-tab-panel > .tabs-content > .tab-content {
	padding-top: 0rem;
}

.cs-mobile-vacation-type-wr {
	/*padding-right: 0.7rem;*/
}


.home-search-wrapper .global-search.qc-tab-panel .bg-white,
.home-search-wrapper .global-search.qc-tab-panel > .tabs-content > .tab-content {
	background-color: transparent;
}

.home-search-wrapper .search-container .global-search button {
	border: 0rem none;
}

.cs-mobile-vacation-type.qc-dropdown {
	margin-top: 0rem;
    top: 0rem;
    margin-bottom: 0rem;
}

.cs-mobile-vacation-type-label {
	padding: 0rem 1.5rem;
}

.cs-passengers-label,
.cs-children-ages {
	display: none;
}

.passengers-container .search-persons-container label {
	color: #ffffff;
}

@media (max-width: 64em) {
	.home-search-wrapper .search-container .global-search label,
	.top-search .search-form label,
	.search-wrapper .top-search-with-tabs label {
		padding-top: 0.4rem;
		font-size: 1.4rem;
	}
	
	.home-search-wrapper .qc-dropdown > span {
		font-size: 1.3rem;
	}
	
	.tlis--panel-header .open-filters-wrapper {
		margin: 0rem;
		padding-right: 1rem;
	}
	
	.tlis--sort-wrapper > span {
		display: block;
	}
	
	.tlis--panel-header .flights-count-text {
		clear: both;
		margin-bottom: 0rem;
		margin-top: 1rem;
	}
	
	.price-item .room-row .price-title {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	
	.price-item .qc-equal .qc-equal-item {
		height: auto !important;
	}
}

@media (min-width: 64em) {
	
	.cs-children-ages,
	.cs-passengers-label,
	.passengers-container .btn-trigger {
		display: block;
	}

	.passengers-container .search-persons-container label {
		color: #333333;
	}

	.home-search-wrapper .search-container .global-search button {
		/*border: 0.1rem solid #FFFFFF;*/
	}
	
	.home-search-wrapper .global-search.qc-tab-panel .bg-white,
	.home-search-wrapper .global-search.qc-tab-panel > .tabs-content > .tab-content {
		background-color: #ffffff;
	}
	
	.home-search-wrapper .global-search.qc-tab-panel > .tabs-content > .tab-content {
		padding-top: 1.5rem;
	}
	
	.search-persons-container {
		/*display: none;*/
		position: absolute;
		border: 0.1rem solid #CCCCCC;
		-webkit-box-shadow: 0 0.5rem 0.2rem -0.3rem rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 0.5rem 0.2rem -0.3rem rgba(0, 0, 0, 0.12);
		box-shadow: 0 0.5rem 0.2rem -0.3rem rgba(0, 0, 0, 0.12);
		background-color: #FFFFFF;
		z-index: 1000;
		padding: 0.5rem;
		display: none;
		color: #222222;
		margin-top: 0.5rem;
	}
}

.custom-form-heading {
	padding: 5rem 0;
}
.custom-form-heading h1 {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3rem;
	margin: 0;
	margin-bottom: 3rem;
}
.custom-form-heading p,
.custom-form-heading a {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

.custom-panel {
	margin: 1rem 0;
}
.custom-panel .custom-panel-header {
	background-color: #F7F8F9;
	padding: 2rem 1rem;
}
.custom-panel .custom-panel-header h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}
.custom-panel .custom-panel-body {
	padding: 2rem 1rem;
}

.custom-panel .custom-panel-header .qc-checkbox label {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	padding-left: 4.5rem;
}
.custom-panel .custom-panel-header .qc-checkbox label:before {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.2rem solid #4D00B5;
	box-sizing: border-box;
	padding-top: 0.4rem;
	background-color: transparent;
}
.custom-panel .custom-panel-header .qc-checkbox input:checked +label:before {
	background-color: #4D00B5;
	font-size: 1.4rem;
}
.btn-hide,
.custom-panel .custom-panel-body.hide {
	display: none;
}

.hotels-pick input[type="radio"] {
	display: none;
}
.hotels-pick label {
	border: 0.2rem solid #4D00B5;
	padding: 3rem 1rem;
	text-align: center;
	font-size: 16px;
}
.hotels-pick input[type="radio"]:checked ~ label a,
.hotels-pick input[type="radio"]:checked ~ label {
	background-color: #4D00B5;
	color: #FFFFFF;
}
.custom-panel-body .form-group {
	margin: 1rem 0;
}
.custom-panel-body .form-group label {
	font-size: 16px;
	color: #414857;
	font-weight: 600;
}
.custom-panel-body input.timepicki-input,
.custom-panel-body .form-group .form-input {
	width: 100%;
	color: #414857;
	background-color: #F7F8F9;
	border: 0.1rem solid #F7F8F9;
	padding: 1rem 2rem;
	font-size: 16px;
}
.custom-panel-body input.timepicki-input {
	padding: 0.5rem 1rem;
}
.custom-panel-body input.timepicki-input:hover,
.custom-panel-body .form-group .form-input:hover {
	border: 0.1rem solid #F7F8F9;
	background-color: #F7F8F9;
}
.custom-panel-body input.timepicki-input:focus,
.custom-panel-body .form-group .form-input:focus {
	border: 0.1rem solid #4D00B5;
	background-color: #F7F8F9;
}


.hide-room {
	display: none;
}

.customer-fields {
	padding: 1rem;
}

.sm-pl-1 {
	padding-left: 0;
}
@media (min-width: 45em) {
	.sm-pl-1 {
		padding-left: 1rem;
	}
}



#ease-gmap {
	margin-top: 2rem;
	height: 50rem;
	margin-left: 2rem;
}
.ease-logo {
	width: 100%;
	max-width: 20rem;
	margin-top: 2rem; 
}


.offer-on-request-descr {
	display: none;
}

/* AUTO POPUP */
.qc-popup.auto-popup .popup-wrapper .popup-container {
	max-width: 55rem;
	padding: 0 !important;
	color: #333333;
	margin-top: 10rem;
	min-height: 38rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .popup-body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 38rem;
	padding-top: 16rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .popup-close {
	top: 0;
	right: 0;
	margin-top: -3rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .popup-close:before {
	color: #FFFFFF;
	font-size: 2rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container {
	text-align: center;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .MailAgentContainer,
.qc-popup.auto-popup .popup-wrapper .popup-container .mc-field-group,
.qc-popup.auto-popup .popup-wrapper .popup-container .form-group {
	width: 100%;
	max-width: 30rem;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .MailAgentContainer input,
.qc-popup.auto-popup .popup-wrapper .popup-container .mc-field-group input,
.qc-popup.auto-popup .popup-wrapper .popup-container .form-group input {
	border-radius: 1rem;
	border-color: #FFFFFF;
	width: 100%;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .MailAgentContainer label {
	position:absolute;
	top: 0;
	margin-top: -1.5rem;
	left: 0;
	margin-left: 0.5rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .qc-checkbox label {
	color: #333333;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 3rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .qc-checkbox label:before {
	width: 2rem;
	height: 2rem;
	border-radius: 0.5rem;
}
.qc-popup.auto-popup .popup-wrapper .popup-container .MailAgentContainer input[type="submit"] {
	background-color: #4700a7 !important;
	color: #FFFFFF !important;
}
.qc-popup.auto-popup .popup-wrapper .popup-container #mc_embed_signup label {
	display: none;
}

/**
 |----------------------------------------------
 | @FLIGHT TICKETS
 |----------------------------------------------
 */
.flight-tickets {
	background-color: #F3F4F8;
}
.flight-tickets-sort-type {
	background-color: #F0F0F0;
	padding: 0.6rem 1rem;
	display: inline-block;
	width: 4rem;
	text-align: center;
	border: 0.1rem solid #D6D6D6;
	/*height: 3.6rem;*/
	height: 3.8rem;
	box-sizing: border-box;
	border-left: 0;
	margin-left: -0.4rem;
}
.flight-tickets-sort-type:hover {
	text-decoration: none;
}
.flight-tickets-sort-type .zmdi {
	color: #777777;
	font-size: 18px;
	line-height: 1.1;
}
.flight-tickets-sort-type .show {
	display: block;
}
.flight-tickets-sort-type .hide {
	display: none;
}

.sort-flights-wrapper select {
	border-width: 0.1rem;
	border-radius: 0.3rem;
}
.sort-flights-wrapper select:focus,
.sort-flights-wrapper select:hover {
	border: 0.1rem solid #D6D6D6;
}
.sort-flights-group {
	display: inline-block;
}
.clear {
	content: "";
    clear: both;
    display: table
}

.flight-box-row {
	background-color: #FFFFFF;
	margin-bottom: 2rem;
	box-shadow: 0 3px 20px 2px rgba(0,0,0,0.1);
	border: 0.1rem solid #E1E3E9;
	padding: 1rem;
	text-align: center;
}
.fbr--airport {
	font-size: 16px;
	color: #000000;
	display: block;
}
.fbr--date {
	display: block;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.fbr--carrier {
	color: #838A9E;
	font-weight: 600;
	text-align: center;
}

.fbr--carrier img {
	width: 5.5rem;
	display: inline-block;
}

.fbr--price {    
	font-weight: bold;
    font-size: 22px;
    margin-bottom: 1rem;
    display: block;
}

.flights-container .tli--load-more a {
	background-color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: auto;
	margin: 0 auto;
	background-color: #f44336;
	color: #FFFFFF;
	border: 0;
}

.flights-box-rows {
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid #CDCDCD;
	background-color: #FFFFFF;
	padding: 2rem 1rem;
}
.fbrs--airport-to-price {
	display: inline-block;
	font-weight: bold;
}

.flights-container .destination-header {
	background-color: #FFFFFF;
}
.flights-container .list-filter {
	background-color: transparent;
	padding: 2rem 1rem;
}
.flights-container .list-filter.active { background-color: #FFFFFF; }
.fbrs--row {
	padding: 1rem 0;
	border-bottom: 0.1rem solid #D6D6D6;
}
.fbrs--row:last-child {
	border-bottom: none;
}

/**
 |----------------------------------------------
 | @FLIGHT TICKETS :: SEARCH
 |----------------------------------------------
 */
.global-search .flight-search input { font-size: 14px; }
.flight-search .top-searchbar .search-form {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.flight-search .top-searchbar .search-form .search-input-wrapper {
	padding: 0.5rem;
}
.flight-search .top-searchbar .search-form .input {
	border: 0.1rem solid #E1E3E9;
	border-radius: 0.3rem;
	height: 3.5rem;
	/*
	font-size: 14px;
	padding-left: 1rem;
	*/
}

.flight-search .top-searchbar .search-form .input:active,
.flight-search .top-searchbar .search-form .input:focus {
	border-color: #4059bc;
}
.flight-search .top-searchbar .search-form .qc-select .sel-selection {
	border: 0.1rem solid #E1E3E9;
	border-radius: 0.3rem;
	/*
		height: 5rem;
		padding: 0.8rem 1rem;
		line-height: 2.4;
	*/
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}
.flight-search .top-searchbar .search-form .qc-select .select-search {
	padding: 0.5rem;
}
.flight-search .top-searchbar .search-form .qc-select .select-search input[type="text"] {
	border: 0.1rem solid #E1E3E9;
	margin: 0;
}
.flight-search .top-searchbar .search-form .qc-select .select-results > div {
	/*font-size: 13px;*/
	padding: 0.8rem 1rem;
	border-color: #E1E3E9;
}
.flight-search .top-searchbar .search-form .qc-select .select-results > div.selected {
	color: #FFFFFF;
	/*background-color: #512da8;*/
}
.flight-search .top-searchbar .search-form .passengers-container .btn-trigger {
	border: 0.1rem solid #E1E3E9;
	/*
		height: 5rem;
		line-height: 2.4;
		padding: 0.8rem 1rem;
	*/
	box-sizing: border-box;
	border-radius: 0.3rem;
}
.flight-search .top-searchbar .search-form .btn-main {
	/*
	height: 5rem;
	font-size: 14px;
	line-height: 3.4;
	*/
}
/* PASSENGERS DROPDOWN */
.flight-passengers {
	position: relative;
}
.flight-passengers .search-persons-container {
	padding: 0;
	top: 100%;
	margin-top: -0.1rem;
	border-color: #E1E3E9;
}
.flight-passengers .passengers-type-select {
	list-style: none;
}
.flight-passengers .passengers-type-select li {
	border-bottom: 0.1rem solid #E1E3E9;
	padding: 0.5rem;
}
.flight-passengers .passengers-type-select li:last-child {
	border-bottom: 0;
}
.flight-passengers .passengers-type-select .minus-btn,
.flight-passengers .passengers-type-select .plus-btn {
	cursor: pointer;
	padding: 0.5rem 1rem;
	border: 0.1rem solid #512da8;
	margin-top: 0.5rem;
	display: block;
	margin-right: 1rem;
	border-radius: 0.5rem;
	color: #512da8;
}
.flight-passengers .passengers-type-select .plus-btn {
	margin-right: 0;
	margin-left: 1rem;
}
.flight-passengers .passengers-type-select .passenger-type-no {
	text-align: center;
}
.flight-passengers .passengers-type-select .passenger-type-no .passenger-no {
	font-size: 2.8rem;
}
@media(max-width: 64em) {
	.flight-passengers .passengers-type-select li {
		background-color: #FFFFFF;
	}
}

/**
 |----------------------------------------------
 | @FLIGHT TICKETS
 |----------------------------------------------
 */
.flight-ticket-item .flight-route span.arrival-next-day {
	color: red;
}
.flight-tickets-wrapper {
	margin-top: 2.3rem;
}
.flight-tickets-wrapper h1 {
	font-size: 20px;
	margin-bottom: 1rem;
	color: #838A9E;
	color: #333333;
}
.flight-tickets-wrapper h2.flight-tickets-header-text {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.flight-tickets-wrapper h2 .header-airport-name {
	font-size: 12px;
}
.flight-tickets-wrapper h2 .header-flight-date {
	font-size: 12px;
}
.flight-ticket-item {
	margin-bottom: 2rem;
	
}
.flight-ticket-item-box {
	background-color: #FFFFFF;
	border: 0.1rem solid #E1E3E9;
	border-radius: 0.3rem;
	box-shadow: 0 3px 20px 2px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s ease-in-out;
	padding: 0.5rem;
}

.flight-ticket-item hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.flight-ticket-item.flight-ticket-item__checkout {
	box-shadow: none;
	border: 0;
}
.flight-ticket-item .legs-details {
	display: none;
}
.flight-ticket-item .flight-company {
	padding: 10px;
}
.flight-ticket-item .flight-company img {
	max-width: 100%;
	width: 7.5rem;
	padding-top: 1rem;
}
.flight-ticket-item .flight-company span {
	color: #838A9E;
	font-weight: 600;
}
.flight-ticket-item .flight-date {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	/* text-align: center; */
}
.flight-ticket-item .flight-date span {
	color: #838A9E;
	font-size: 12px;
}
.flight-ticket-item .flight-route {
	padding: 1rem;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.flight-ticket-item .flight-route span {
	/*color: #838A9E;*/
	font-size: 12px;
	white-space: nowrap;
}
.flight-ticket-item .flight-route span.flight-time {
	display: block;
	font-size: 16px;
	color: #000000;
}
/* FLIGHT ARROW */
.flight-ticket-item .flight-arrow {
	position: relative;
	width: 100%;
}
.flight-ticket-item .flight-arrow:before {
	height: 2px;
	background-color: #000000;
	content: "";
	bottom: 0;
	left: 0;
	margin-bottom: -0.5rem;
	position: absolute;
	width: 100%;
}
.flight-ticket-item .flight-arrow:after {
	content: "";
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
	margin-bottom: -1rem;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin-top: -5px;
}
.flight-ticket-item .flight-line {
	position: relative;
	width: 100%;
	margin-bottom: 3.5rem;
}
.flight-ticket-item .flight-line:before {
	height: 2px;
	background-color: #838A9E;
	content: "";
	bottom: 0;
	left: 0;
	margin-bottom: -0.5rem;
	position: absolute;
	width: 100%;
	max-width: 10rem;
	left: 50%;
	transform: translateX(-50%);
}
.flight-ticket-item .flight-arrow.reverse:after {
	transform: rotate(-135deg);
    left: 0;
}
.flight-ticket-item .flight-arrow .flight-legs {
	position: absolute;
    top: 0;
    margin-top: 4rem;
    left: 50%;
    transform: translateX(-50%);
	color: #512da8;
	cursor: pointer;
}

.flight-ticket-item .flight-line .flight-legs {
	position: absolute;
    top: 0;
    margin-top: 3rem;
    left: 50%;
    transform: translateX(-50%);
	/*color: #512da8;*/
}

/* PRICE */
.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-align-middle {
	vertical-align: middle;
    display: inline-block;
}
.flight-ticket-item .flight-price {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 1rem;
	display: block;
}

.flights-container {
	padding: 0 1rem;
	padding-bottom: 2rem;
	padding-top: 1rem;
}
.price-item .btn.btn-more-rooms,
.btn-more-rooms {
	height: 3.6rem;
	line-height: 3.6rem;
}
.btn-more-rooms-wrapper {
	text-align: center;
}

/**
 |----------------------------------------------------
 | @FLIGHT TICKETS SIDEBAR FILTERS
 |----------------------------------------------------
 */
.list-filter-item {
	margin-bottom: 2rem;
}
.list-filter-item h2 {
	font-size: 18px;
}
.list-filter-item a {
	color: #838A9E;
}
.list-filter-item a:hover {
	text-decoration: none;
	color: #4059bc;
}
.list-filter-item a i.zmdi-plus {
	display: block;
}
.list-filter-item a i.zmdi-minus {
	display: none;
}
.list-filter-item a.toggled i.zmdi-minus {
	display: block;
}
.list-filter-item a.toggled i.zmdi-plus {
	display: none;
}
.list-filter-item > .row {
	border-bottom: 0.1rem solid	#E1E3E9;
}
.list-filter-item .expand-filters i {
	font-size: 20px;
}
.list-filter-item .filters {
	padding-top: 2rem;
}
.list-filter-item label {
	color: #484b54;
	font-weight: 500;
	font-size: 14px;
}
.list-filter-item .qc-checkbox input[type="checkbox"]:disabled ~ label {
	cursor: not-allowed;
	color: #838A9E;
}
.list-filter-item .qc-checkbox input[type="checkbox"]:disabled ~ label:before {
	background-color: transparent;
}


/* RANGE SLIDER */
.range-slider {
	margin-bottom: 1.5rem;
	margin-top: 1.6rem;
	width: calc(100% - 2rem);
	margin-left: 0.5rem;
}
.range-slider-lower,
.range-slider-upper {
	color: #333;
	font-weight: 500;
	font-size: 14px;
}
.range-slider[disabled="disabled"] .noUi-handle {
	background-color: #B8B8B8; 
	cursor: not-allowed;
}
.range-slider[disabled="disabled"] .noUi-handle:hover {
	width: 2rem;
	height: 2rem;
	top: -0.8rem;
    left: -0.5rem;
}


/* MORE FILTERS */
.filters-item-more.toggled {
	display: block;
}
.filters-item-more-link .filters-see-more {
	display: block;
}
.filters-item-more-link.toggled .filters-see-more {
	display: none;
}
.filters-item-more-link .filters-see-less {
	display: none;
}
.filters-item-more-link.toggled .filters-see-less {
	display: block;
}


/* SEARCH */
/*
.flight-search .search-wrapper {
	background-color: #512da8 !important;
	border-bottom: 0.1rem solid #dedede;
}
.flight-search .search-wrapper h1 {
	color: #FFFFFF;
}
*/


/* TIMELINE */
.timeline {
	padding: 2rem 0;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2rem;
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 4rem;
	left: 4.5rem;
	width: 0.3rem;
	height: calc(100% - 100px);
	background: #c0392b;
}

.timeline .column {
	margin: 80px 40px 40px 80px;
	position: relative;
}
.timeline .column .title .title-info {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.timeline .column .title .title-info:before {
	content: "\f3d9";
	font-family: "Material-Design-Iconic-Font";
	position: absolute;
	left: -55px;
	top: -15px;
	background-color: #EFEFEF;
	font-size: 26px;
	padding: 10px;
	color: #c0392b;
}
.timeline .column .title.departure .title-info:before {
	content: "\f3d9";
	font-family: "Material-Design-Iconic-Font";
}
.timeline .column .title.layover .title-info:before {
	content: "\f337";
	font-family: "Material-Design-Iconic-Font";
}
.timeline .column .title.arrival .title-info:before {
	content: "\f3d8";
	font-family: "Material-Design-Iconic-Font";
}
.timeline .column .title .title-info span {
	display: block;
	color: #838A9E;
	font-weight: normal;
}
.timeline .column .title .title-info small {
	font-weight: normal;
}

.flights-count-text {
	color: #838A9E;
	font-size: 14px;
}

.flights-count-text .flights-count {
	/*color: #673ab7;*/
	font-weight: 600;
}

.flight-filter-badge {
	color: #333333;
	background-color: #DCDDDD;
	margin-right: 1rem;
	padding: 1rem;
	margin-bottom: 1rem;
}
.flight-filter-badge a i {
	color: red;
	margin-left: 1rem;
}
.flight-tickets-header hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.badges-wrapper .owl-item:last-child .flight-filter-badge {
	margin-right: 0;
}
.badges-wrapper .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}
.btn.btn-reset-filters {
	color: #333333;
	background-color: #DCDDDD;
}
.btn.btn-reset-filters:hover {
	color: #333333;
	background-color: #DCDDDD
}

/* FLIGHT LEGS TIMELINE */
.legs-details-header {
	padding: 1rem;
}
.legs-details-body {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding: 1rem;
}
.legs-details-body .legs-timeline {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.legs-details-body .legs-timeline:before {
	content: "";
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0.2rem;
    background-color: #E1E3E9;
}
.legs-details-body .legs-timeline .flight-departure:first-child {
	-webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.legs-details-body .legs-timeline .flight-departure,
.legs-details-body .legs-timeline .flight-arrival {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.8rem;
	/*background-color: #673ab7;*/
    border-radius: 50%;
	text-align: center;
}
.legs-details-body .legs-timeline .flight-arrival i,
.legs-details-body .legs-timeline .flight-departure i {
	font-size: 20px;
	color: #FFFFFF;
	width: 20px;
}

.legs-details-body .legs-sections {
	-webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
	padding: 0 1rem;
}
.legs-sections .leg-section {
	padding: 0 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.legs-sections .leg-section.wait:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -3.3rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    /*background-color: #512da8;*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leg-section .leg-section-date {
	padding: 0 1rem;
}
.leg-section .leg-section-info {
	padding: 0 1rem;
}
.leg-section .leg-section-flight {
	padding: 0 1rem;
}
.leg-section .leg-section-carrier {
	padding: 1rem;
	text-align: left;
	background-color: #F3F4F8;
}
.leg-section .leg-section-flight-number {
	padding: 1rem;
	text-align: center;
	background-color: #F3F4F8;
}
.leg-section .leg-section-duration {
	padding: 1rem;
	text-align: right;
	background-color: #F3F4F8;
}
.leg-section-airport,
.leg-section-time {
	font-weight: 600;
	display: block;
}
.leg-section-location,
.leg-section-day {
	display: block;
}
.leg-section-wait-time,
.leg-section-wait-info {
	/*background-color: #512da8;*/
	padding: 1rem;
	color: #FFFFFF;
}
.leg-section-wait-time {
	text-align: right;
}
.leg-section-carrier-image {
	height: 1.3rem;
	max-width: 100%;
}

.flights-filter-variant {
	font-size: 12px;
	color: #838A9E;
}

/* PASSENGER BAGGAGE */
.baggage-item {
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 14px;
	color: #949496;
	font-weight: 600;
}
.baggage-item input[type="radio"] {
	display: none;
}
.baggage-item label {
	border: 0.2rem solid #E1E3E9;
	padding: 1rem;
	border-radius: 0.3rem;
}
.baggage-item input[type="radio"]:checked ~ label {
	border-color: #512da8;
	color: #512da8;
}
.baggage-item .baggage-item-price {
	color: #212121;
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-top: 1rem;
}



.baggage-quantity-wrapper {
	padding: 0.5rem;
}
.baggage-qantity {
	border: 0.2rem solid #E1E3E9;
	padding: 1rem;
	border-radius: 0.3rem;
	text-align: center;
}
.baggage-info-text {
	font-size: 16px;
}
.baggage-weight {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.baggage-price {
	display: block;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 1rem;
}
.baggage-quantity-btns {
	margin: 0 auto;
	display: inline-block;
}
.baggage-minus,
.baggage-plus,
.baggage-quantity-no {
	float: left;
	display: block;
}
.baggage-quantity-no {
	width: 5rem;
	border: 0.1rem solid #E1E3E9;
	height: 4rem;
	padding: 1rem;
	box-sizing: border-box;
}
.baggage-plus,
.baggage-minus {
	height: 4rem;
	width: 4rem;
	padding: 1rem;
	background-color: #E1E3E9;
	box-sizing: border-box;
}
.baggage-icon {
	position: relative;
}
.baggage-icon i {
	font-size: 80px;
	color: #5B30B2;
}
.baggage-icon .baggage-weight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	margin-top: 0rem;
	color: #FFFFFF;
}
.baggage-icon .baggage-weight.suitcase {
	margin-top: -1rem;
}

.more-baggage-link {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 16px;
}
.more-baggage-wrapper {
	display: none;
}


.plane-tickets-home-wrapper {
	margin-top: 2rem;
	padding-bottom: 2rem;
}

.checkout-flight-breadcrumbs .cd-breadcrumb.triangle li,
.flight-tickets .cd-breadcrumb.triangle li {
	width: 33.3%
}


.cs-popup-content {
	background-color: #ffffff;
	padding: 1rem;
	position: relative;
}

.cs-popup-btn-confirm,
.cs-popup-btn-reject {
	text-decoration: none;
    border-radius: 0.4rem;
    height: 3.6rem;
    line-height: 3.6rem;
    outline: 0;
    padding: 0 2rem;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    cursor: pointer;
    font-weight: normal;
    color: #FFFFFF;   
}

.cs-popup-btn-confirm:hover,
.cs-popup-btn-reject:hover {
	text-decoration: none;
}

.cs-popup-btn-confirm {
	background-color: #18a15f;
	margin-right: 1rem;
}

.cs-popup-btn-reject {
	background-color: #e90b0b;
}

.cs-newsletter-popup-content {
	padding-bottom: 1rem;
}

.cs-gdpr-message {
	
}

.cs-popup-content-format {
	font-size: 1.5rem;
	text-align: center;
}

.cs-message-popup-close {
	display: block;
	position: absolute;
	right: 0.4rem;
	top: 0.2rem;
	cursor: pointer;
	color: #e90b0b;
	font-size: 1.5rem;
}

.cs-testimonial img {
	display: block;
	float: left;
}

.detail-box .cs-off-itm-tooltip i,
.cs-off-itm-tooltip i {
	display: inline-block;
	font-size: 1.4rem;
	color: #4371f9;
	cursor: pointer;
}

.detail-box .cs-off-itm-tooltip .tooltip,
.cs-off-itm-tooltip .tooltip {
	font-size: 1.2rem;
	font-weight: normal;
	white-space: normal;
}

.detail-box .cs-off-itm-tooltip .tooltip h4,
.cs-off-itm-tooltip .tooltip h4 {
	font-size: 1.4rem;
	font-weight: bold;
}

.qc-tooltip .tooltip.cs-tooltip-block {
	display: block !important;
}

.qc-tooltip .tooltip.cs-flight-persons-tooltip {
	left: 0;
	top: 0;
	margin-left: 35px;
	margin-top: 0px;
	width: 14rem;
}

.filter-heading {
	display: none;
}
.list-filter {
	padding: 2rem;
	display: none;
}
@media (min-width: 64em) {
	.list-filter {
		display: block;
	}
}
@media (max-width: 64em) {
	.flight-search .top-searchbar .search-form {
		display: block;
	}	
	.filter-heading {
		display: block;
	}
}
@media (max-width: 45em) {
	.col-sm-3,
	.col-sm-9 {
		height: auto !important;
	}
	.flight-ticket-item .flight-price {
		margin-top: 2rem;	
		margin-bottom: 2rem;
	}
	.flight-ticket-item .flight-company img {
		margin: 0 auto;
	}
	.flight-date-wrapper {
		width: 100%;
		text-align: center;
	}
}




.flight-tickets-header {
	background-color: #FFFFFF;
	border: 0.1rem solid #E1E3E9;
	border-radius: 0.3rem;
	box-shadow: 0 3px 20px 2px rgba(0,0,0,0.1);
	padding: 1rem;
	margin-bottom: 2rem;
}


.btn.btn-flight-details,
.btn.btn-flight-details:focus {
	background-color: #F0F0F0;
	color: #333333;
	font-size: 10px;
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 0.5rem;
	text-transform: none;
}
.btn.btn-flight-details:hover {
	background-color: #DCDDDD;
	color: #333333;
}

.badges-wrapper {
	float: left;
	width: 60%;
}
.flight-filter-badge a i {
	font-size: 16px;
}
@media (max-width: 768px) {
	.badges-wrapper {
		float: none;
		width: 100%;
		margin-top: 1rem;
	}
}


.legs-details-header {
	background-color: #F0F0F0;
}
.legs-details-header h2 {
	float: left;
	font-size: 14px;
}
.legs-details-header .close-leg-details {
	font-size: 20px;
	color: #333333;
}

.open-filters-wrapper {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.open-filters {
	border: 0.1rem solid #D6D6D6;
	padding: 0.8rem 2rem;
	border-radius: 0.5rem;
	color: #333333;
	background-color: #F0F0F0;
	display: block;
	height: 3.8rem;
	box-sizing: border-box;
}
.open-filters:hover {
	text-decoration: none;
}


.flight-close-filters {
	color: #333333;
	background-color: #F0F0F0;
	font-size: 20px;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	display: block;
}

.after-seaxh-text {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
}
.after-seaxh-text:hover {
	text-decoration: none;
}


.search-form-inner.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 1002;
	/*background-color: #4825A2;*/
	padding-top: 1rem;
}
.search-form-inner.active .search-persons-container {
	background-color: transparent;
}
.search-form-inner.active .search-persons-container label {
	color: #FFFFFF !important;
}



.flights-close-search {
	color: #FFFFFF;
	float: right;
	font-size: 24px;
	padding: 0 2rem;
}




.hide-sm {
	display: none;
}
.show-sm {
	display: block;
}
.inline-hide-sm {
	display: none;
}
@media(min-width: 45em) {
	.inline-hide-sm {
		display: inline;
	}
	.show-sm {
		display: none;
	}
	.flight-close-filters {
		display: none;
	}
	.hide-sm {
		display: block;
	}
}
@media(max-width: 45em) {
	.flight-ticket-item .flight-route {
		padding: 0.3rem;
	}
	.flight-item-airport-code {
		font-size: 12px;
	}
	.flight-ticket-item .flight-route span.flight-time {
		font-size: 13px;
	}
	.flight-ticket-item .flight-route span.arrival-next-day {
		font-size: 8px;
		display: block;
	}
	.flight-ticket-item .flight-line .flight-legs {
		font-size: 10px;
	}
	.flight-ticket-item .flight-price {
		text-align: left;
		margin-left: 1rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.vertical-align-middle {
		width: 100%;
	}
	.flight-ticket-item .btn-primary {
		float: right;
		margin-right: 1rem;
	}
	.helper {
		display: inline;
	}
	.sm-margin-top-05 {
		margin-top: 0.5rem;
	}	
	.cs-show-mobile-cancel-fees {
		padding: 1rem 0rem;
		display: block;
	}
	
	.cs-mobile-cancel-fees-payments {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		transition: linear 0.3s;
		background: #ffffff;
		transform: translateX(-100%);
		padding: 1rem;
	}

	.cs-mobile-cancel-fees-payments.active {
		transform: translateX(0);
	}
	
	.cs-close-mobile-cancel-fees-payments {
		color: #333333;
		background-color: #F0F0F0;
		font-size: 20px;
		padding: 0.5rem 1rem;
		margin-bottom: 1rem;
		display: block;
	}
	
	.flight-ticket-item .legs-details {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
	}
	
	.legs-details-body .legs-timeline .flight-departure, 
	.legs-details-body .legs-timeline .flight-arrival {
		padding: 0.5rem;
	}
	.legs-details-body .legs-timeline .flight-arrival i, 
	.legs-details-body .legs-timeline .flight-departure i {
		font-size: 15px;
		width: 15px;
	}
	.legs-sections .leg-section.wait::before {
		left: -2.2rem;
	}
	.legs-details-body .legs-sections {
		padding: 0 0.5rem;
	}
	.leg-section .leg-section-date,
	.legs-sections .leg-section {
		padding: 0 0.5rem;
	}
	.leg-section-airport, 
	.leg-section-location, 
	.leg-section-day,
	.leg-section .leg-section-flight-number,
	.leg-section .leg-section-duration,
	.leg-section-time {
		font-size: 1.1rem;
	}
	.leg-section-day {
		font-size: 0.8rem;
	}
	.leg-section .leg-section-duration,
	.leg-section .leg-section-flight-number,
	.leg-section .leg-section-carrier {
		padding: 0.5rem;
	}
	.leg-section-wait-time, 
	.leg-section-wait-info {
		font-size: 1.1rem;
		padding: 0.5rem;
	}
	
	.sort-flights-wrapper span,
	.open-filters-wrapper span {
		display: block;
	}
	.sort-flights-wrapper {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		margin-left: 0.5rem;
	}
	
	/* SEARCH FORM  */
	/*
	.flight-search .top-searchbar .search-form .qc-select .sel-selection {
		height: 4rem;
		line-height: 1.8;
		padding: 0.5rem 0.8rem;
	}
	.flight-search .top-searchbar .search-form .input {
		height: 4rem;
		padding-left: 0.8rem;
	}
	.flight-passengers .passengers-type-select .passenger-type-no .passenger-no {
		font-size: 2.2rem;
	}
	.flight-passengers .passengers-type-select .passenger-type-no {
		font-size: 10px;
	}
	.flight-passengers .passengers-type-select .minus-btn,
	.flight-passengers .passengers-type-select .plus-btn {
		text-align: center;
		padding: 0.5rem;
	}

	.flight-search .top-searchbar .search-form .btn-main {
		height: 4rem;
		line-height: 2.4;
	}
	*/
	
	/* BREADCRUMBS */
	.breadcrumbs {
		margin-top: 1rem;
		padding: 0rem 1.5rem;
	}
	.breadcrumbs .breadcrumb-part {
		font-size: 12px;
	}
	
	/* CD BREADCRUMBS */
	.cd-breadcrumb {
		margin: 0.5rem auto !important;
	}
	.cd-breadcrumb.triangle li a {
		font-size: 10px;
	}
	
	.fancybox-content {
		vertical-align: top;
	}
	
}

.datepickr-calendar .highlighted .datepickr-day {
	background-color: #257c11;
	border: 0.1rem solid #257c11;
}

@media (max-width: 45em) {
	.hotel-list.item .qc-equal-item {
		height: auto !important;
	}
	
	.cd-breadcrumb.triangle li:last-of-type {
		padding-right: 0rem;
	}
}

.box-offer-img {
	height: 18rem;
	width: 100%;
	object-fit: cover;
}

/*
.header-search {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	position: relative;
}
.header-search:before {
	content: "\f1c3";
	font-family: "Material-Design-Iconic-Font";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-left: 1rem;
}

.header-search input[type="text"] {
	background-color: #EDEEF0;
	border-color: #EDEEF0;
	border-radius: 0.4rem;
	min-width: 30rem;
	padding-left: 4rem;
}
.header-search input[type="text"]:focus,
.header-search input[type="text"]:hover {
	background-color: #EDEEF0;
	border-color: #EDEEF0;
}
*/


/*========================global search====================*/

.cs-c-table {
	display: table;
}

.cs-c-table-cell {
	display: table-cell;
}

.cs-global-search-inner {
	position: relative;
	z-index: 1001;
	/*z-index: 1000;*/
}

.cs-global-search-component {
	margin-bottom: 1rem;
	border-radius: 0.4rem;
	border-style: solid;
	border-width: 0.1rem;
}

.cs-global-search-table {
	/*background-color: #EDEEF0;*/
	display: table;
	width: 100%;
}

.cs-global-search-cell {
	display: table-cell;
}

.cs-global-search.active .cs-global-search-component {
	background-color: #ffffff;
	border-color: transparent;
}

.cs-global-search-table input[type="search"],
.cs-global-search-table input[type="search"]:focus,
.cs-global-search-table input[type="search"]:hover {
	border: 0rem none;
	border-radius: 0.4rem 0rem 0rem 0.4rem;
	/*background-color: #EDEEF0;*/
}

.cs-global-search.active .cs-global-search-table input[type="search"],
.cs-global-search.active .cs-global-search-table input[type="search"]:focus,
.cs-global-search.active .cs-global-search-table input[type="search"]:hover {
	background-color: #ffffff;
}

.cs-global-search-input-cell {
	width: 70%;
}

.cs-global-search-actions-cell {
	width: 30%;
	text-align: right;
	min-width: 7.6rem;
}

.cs-global-search-table .cs-global-search-cell a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding: 0.9rem 1.2rem;
	cursor: pointer;
	font-size: 1.4rem;
}

.cs-global-search-table .cs-global-search-cell a.cs-global-search-clear {
	visibility: hidden;
}

.cs-global-search.active .cs-global-search-table .cs-global-search-cell a.cs-global-search-clear {
	visibility: visible;
}

.cs-global-search-table .cs-global-search-cell a:hover {
	text-decoration: none;
	background-color: #dddddd;
}

.cs-global-search-table .cs-global-search-cell a.cs-global-search-submit:hover {
	border-radius: 0rem 0.4rem 0.4rem 0rem;
}

.cs-global-search-dropdown {
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 0.4rem;
	position: absolute;
	min-width: 100%;
	display: none;
}

.cs-global-search.active .cs-global-search-dropdown {
	display: block;
}

.cs-global-search-dropdown ul.cs-global-search-dropdown-nav li a {
	text-align: left;
}

.cs-global-search-dropdown-section-inner {
	max-height: 20rem;
	overflow-y: auto;
}

.cs-global-search-background-blocker {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
	opacity: 0.4;
}

.cs-global-search.active .cs-global-search-background-blocker {
	display: block;
}

@media(max-width: 64em) {
	
	.cs-global-search {
		padding: 0rem 1.5rem;
		padding-top: 1rem;
	}
	
	nav.qc-menu ul.cs-global-search-dropdown-nav {
		display: block;
	}
	
	.cs-global-search-input {
		width: auto !important;
		min-width: 0 !important;
	}
}

/*========================global search====================*/





.passenger-form {
	padding: 0.5rem;
}

.qc-radio label, .qc-checkbox label {
	padding-left: 3.5rem;
    line-height: 2.3rem;
    font-size: 14px;
    color: #838A9E;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.qc-checkbox label:before {
	font-family: "Material-Design-Iconic-Font";
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0.2rem solid #E1E3E9;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
}
.qc-checkbox input[type="checkbox"]:checked + label:before {
    content: '\f26b';
    text-align: center;
    background-color: #4059bc;
    border: 0.2rem solid #2095F2;
}




/* FEATURED BOX */
.featured-box { padding: 0 1rem; margin-bottom: 2rem; }
.featured-box a:hover { text-decoration: none; }
.featured-box--inner { 
	position: relative; 
	border: 0.1rem solid #E7E7E7;
	border-radius: 0.7rem;
	overflow: hidden;
}
.featured-box--inner .box-offer-img { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; }
.featured-box--link { display: block; }
.featured-box--title { padding: 1rem; padding-bottom: 2rem; }
.featured-box--title-city {
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
}
.featured-box--title-country {
	color: #797E89;
	font-weight: 600;
	font-size: 1.4rem;
}
.featured-box--price-wrapper { color: #797E89; }
.featured-box--price-wrapper .featured-box--price {
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
}
.flights-container .featured-box--inner {
	background-color: #FFFFFF;
}



/* FORM ELEMENTS */
.form-group { padding: 0.5rem; }
.form-label {
	font-weight: 600;
	color: #A5ABC5;
	padding: 0.5rem;
	font-size: 1.3rem;
}
input.chk-input {
	width: 100%;
	font-weight: 600;
}
input.chk-input::-webkit-input-placeholder {
	font-weight: 400;
}
input.chk-input:-ms-input-placeholder {
	font-weight: 400;
}
input.chk-input:-moz-placeholder {
	font-weight: 400;
}
input.chk-input::-moz-placeholder {
	font-weight: 400;
}

.chk-pm-item-wrapper input[type="radio"] {
	display: none;
}
.chk-pm-item {
	margin: 0 0.5rem;
	padding: 2rem;
	border: 1px solid rgba(24,28,33,0.06);
	border-radius: 0.3rem;
}
.chk-pm-item:hover { border-color: #26B4FF; }
.chk-pm-item span { font-weight: 600; }
.chk-pm-item strong { visibility: hidden; }
.chk-pm-item small { color: #a3a4a6; display: block; }
.chk-pm-item-wrapper input[type="radio"]:checked ~ .chk-pm-item { border-color: #26B4FF; }
.chk-pm-item-wrapper input[type="radio"]:checked ~ .chk-pm-item strong { visibility: visible; color: #26B4FF; }
@media (max-width: 680px)
{
	.chk-pm-item-wrapper {
		font-size: 12px;
	}
}
@media (max-width: 45em)
{
	.chk-pm-item small {
		display: none;
	}
}

.cs-gdpr-message {
	font-weight: 600;
	line-height: 1.6;
	font-size: 1.4rem;
}



/* CHECKOUT SIDEBAR OFFER */
.chk-sidebar-offer { padding: 0 1rem; }
.chk-sidebar-offer--title {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.chk-sidebar-offer--price {
	font-weight: bold;
	font-size: 2.4rem;
	text-align: right;
}
.chk-sidebar-offer--subtitle {
	color: #6E768F;
	font-weight: 600;
	font-size: 1.6rem;
}
.chk-sidebar-offer--services li {
	padding: 0.5rem 0;
	font-size: 1.3rem;
	font-weight: 600;
}



.myacc-menu {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.myacc-menu:after {
	content: "";
	display: table;
	clear: both;
}
.myacc-menu .btn-logout:hover,
.myacc-menu .btn-logout {
	background-color: #EDEEF0;
	color: #7261FF;
	font-weight: 600;
	float: right;
}
.btn.btn-myacc-menu:hover,
.btn.btn-myacc-menu {
	background-color: #7261FF;
	font-weight: 600;
	box-shadow: 0 5px 10px rgba(114,97,255, 0.3);
	float: left;
	margin-right: 0.5rem;
}




@media (max-width: 64em) {
	.user-booking--list .qc-equal-item {
		height: auto !important;
	}
}
.user-booking {
	border: 0.1rem solid #E6E6E6;
	margin-bottom: 1rem;
}
.user-booking--col {
	padding: 1rem;
}
.user-booking--order-id {
	color: #ABABAB;
	font-weight: 600;
}
.user-booking--item-status {
	font-size: 1.3rem;
	font-weight: 600;
}
.user-booking--item-description {
	font-weight: 600;
	font-size: 1.3rem;
}
.user-booking--cancel-btn {
	color: #EB413B;
	padding: 0.5rem;
	border-radius: 0.2rem;
	background-color: rgba(235,65,59,0.2);	
	font-weight: 600;
	display: inline-block;
}
.user-booking--cancel-btn:hover {
	text-decoration: none;
}
.user-booking--item-details {
	color: #7261FF;
	background-color: rgba(114,97,255, 0.2);
	padding: 0.5rem;
	white-space: nowrap;
	font-weight: 600;
}

/**
 |----------------------------------------------------
 | @TRAVEL LIST ITEM (HOTEL, TOUR) = TVI (.tvi)
 |----------------------------------------------------
 */
.travel-list-item {
	border-bottom: 0.1rem solid #e8e8e8;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.travel-list-item-img-link { display: block; height: 100%; }
.travel-list-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.travel-list-item-link { float: left; }
.travel-list-item-center.travel-list-item-center-recommended {padding-right: 3rem; }
.travel-list-item-link:hover { text-decoration: none; }
.travel-list-item-title {
	color: #202020;
	font-weight: bold;
	font-size: 20px;
}
.travel-list-item-center { padding: 0 1rem; }
.travel-list-item .stars { float: left; }
.travel-list-item-location {
	color: #ABABAB;
	margin-left: 1rem;
	float: left;
	font-weight: 600;
	font-size: 1.3rem;
}
.travel-list-item-description { color: #ABABAB; margin-top: 1rem; }
.travel-list-item-description p { line-height: 1.7; margin-bottom: 0; }
.travel-list-item-right {
	padding-left: 1rem;
	position: relative;
	height: 100%;
	padding-bottom: 5rem;
}
.travel-list-item-right .price { padding-top: 1rem; }
.travel-list-item-initial-price {
	text-decoration: line-through;
	color: #ABABAB;
	font-size: 15px;
	font-weight: 600;
}
.travel-list-item-price { font-size: 26px; }
.travel-list-item-price .q-price { font-weight: bold; }
.travel-list-item-right .price-per { color: #ABABAB; font-size: 1.2rem; }
.btn-travel-details {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 1rem;
	margin-bottom: 1rem;
	width: calc(100% - 2rem);
}


/* TRAVEL LIST ITEM STATUS */
.travel-list-item-status { font-weight: 600; margin-bottom: 1rem; }
.travel-list-item-status.status-yes { color: #09B700; }
.travel-list-item-status.status-ask { color: #FF9800; }
.travel-list-item-status.status-no { color: #f44336; }
.travel-list-item--category-badge { font-weight: bold; margin-top: 0.5rem; display: inline-block;}

/**
 |----------------------------------------------------
 | @TRAVEL VIEW ITEM (HOTEL, TOUR) = TVI (.tvi)
 |----------------------------------------------------
 */
.tvi--title { font-size: 3rem; font-weight: bold; }
.tvi--location { color: #ABABAB; font-weight: 600; }
.tvi--price { font-size: 3rem; }
.item-right .tvi--price { text-align: right; }
.tvi--price .q-price { font-weight: bold; }
.tvi--price .item-price-info { color: #ABABAB; font-size: 1.4rem; }
.tvi--subtitle { color: #333333; }
.tvi--subtitle.c-red { color: #F44336; }
.tvi--wsearch .search-wrapper.search-price-wrapper .top-searchbar .tvi--subtitle { color: #FFFFFF; }
.tvi--wsearch .search-wrapper.search-price-wrapper .top-searchbar { border: 0; }
.search-wrapper.search-price-wrapper .top-searchbar { border: 0.1rem solid #E6E6E6; }
.btn-show-description { 
	color: #333333;
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.btn-show-description:hover { text-decoration: none; }
.tvi--description {
	position: relative;
}
.tvi--description-text {
	position: relative;
}
.tvi--description[aria-expanded="false"]:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 33%,#fff 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 33%,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(33%,rgba(255,255,255,0)),to(white));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 33%,#fff 100%);
    background-repeat: repeat-x;
    pointer-events: none;
	z-index: 1;
}
.tvi--description-text p { font-size: 1.4rem; line-height: 1.8; }
.tvi--description-full { display: none; }

.tvi--tripadvisor-wrapper { text-align: center; }
.tvi--ta--title {
	color: #3C9E75;
	font-size: 18px;
	margin-bottom: 20px;
}
.tvi--ta--rating-text { 
	background-color: #3C9E75;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5rem;
	text-align: center;
}
.tli--ta--rating-text { 
	background-color: #3C9E75;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2rem 1rem;
	text-align: center;
	display: inline-block;
}
.tvi--tripadvisor-wrapper,
.tli--tripadvisor-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tvi--tripadvisor-wrapper {
	margin-bottom: 10px;
}
.tvi--tripadvisor-wrapper .tli--ta--img,
.tli--tripadvisor-wrapper .tli--ta--img {
	margin-right: 1rem;
}
.tvi--tripadvisor-wrapper .tli--ta--text,
.tli--tripadvisor-wrapper .tli--ta--text {
	margin-left: 10px;
}
.tvi--tas-heading {
	padding: 1rem;
	padding-top: 0rem;
	border-bottom: 0.1rem solid #f1f1f1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.tvi--tas-heading-col-left img,
.tvi--tas-heading-col-left span {
	display: inline-block;
	vertical-align: middle;
}
.tvi--tas--heading-logo {
	max-width: 18rem;
	width: 100%
}
.tvi--tas-heading-reviews-no {
	font-weight: bold;
	font-size: 14px;
	color: #3C9E75;
}
.tvi--tas-heading-ranking {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px;
}
.tvi--tas-body {
	padding: 1rem;
}
.tvi-tas--col {
	padding: 1rem;
}
.tvi--tas--review-link {
	color: grey;
	text-decoration: underline;
}
.tvi--ta--review-link {
	text-align: left;
}
.tvi--ta--review-link a {
	color: grey;
	text-decoration: underline;
}
.tli--ta--title {
	color: #202020;
	margin-bottom: 0.2rem;
	display: block;
}
.tli--ta--link {
	color: grey;
	text-decoration: underline;
}
.ta--filter-image {
	display: inline-block; 
	vertical-align: middle;
}


.tas-progress-wrapper {
	display: flex;
}
.tas-progress-bar {
	background-color: #f1f1f1;
    flex-grow: 1;
	margin-top: 0.5rem;
	height: 1rem;
	margin-right: 1rem;
}
.tas-progress-bar-fill {
	height: 1rem;
	background-color: #3C9E75;
}

.tripadvisor--requirement { text-align: center; margin-top: 0.3rem; }
.tripadvisor--requirement span,
.tripadvisor--requirement img {
	display: inline-block;
}
.tripadvisor--requirement img {
	max-width: 150px;
}
.tripadvisor--requirement span {
	font-size: 11px;
}
.tripadvisor--requirement img { vertical-align: middle; }


/* FLEX AND STUFF */
.flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.flex-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12, .flex-col,
.flex-col-auto, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm,
.flex-col-sm-auto, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md,
.flex-col-md-auto, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg,
.flex-col-lg-auto, .flex-col-xl-1, .flex-col-xl-2, .flex-col-xl-3, .flex-col-xl-4, .flex-col-xl-5, .flex-col-xl-6, .flex-col-xl-7, .flex-col-xl-8, .flex-col-xl-9, .flex-col-xl-10, .flex-col-xl-11, .flex-col-xl-12, .flex-col-xl,
.flex-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.flex-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.flex-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.flex-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.flex-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.flex-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.flex-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.flex-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.flex-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.flex-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.flex-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.flex-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .flex-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .flex-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .flex-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .flex-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .flex-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .flex-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .flex-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .flex-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/**
 |--------------------------------------------------------
 | @TRAVEL LIST ITEM
 |--------------------------------------------------------
 */
.tli-facilities::after,
.tli-facilities::before {
	display: table;
	content: "";
	clear: both;
}
.tli-facilities li {
	float: left;
	width: 50%;
	line-height: 1.7;
}



/**
 |--------------------------------------------------------
 | @COOKIES INFO
 |--------------------------------------------------------
 */
#cookies_info {
	display: none;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	bottom: 0;
	z-index: 999999;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}
#cookies_info.toggled { display: block; }
.cookies_info_btn {
	margin-left: 2rem;
	padding: 0.5rem;
	color: #FFFFFF;
	background-color: #673AB7;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
}
@media (max-width: 45em) {

	#cookies_info, #cookies_info a { font-size: 1rem; }

	.cookies_info_btn {
		/*margin-left: 1rem;*/
		width: 2.5rem;
		height: 2.5rem;
		padding: 0.3rem;
		position: absolute;
		top: -13px;
		left: 0px;
	}
	
	.cookies_info_btn i {
		font-size: 1.8rem;
	}

}



@media (max-width: 64em) {
	.home-owl-slider { display: none; }
}



.after-register h1 {
	font-weight: 600;
}

.owl-slider {
	position: relative;
	margin-bottom: 2rem;
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	margin-bottom: 3rem;
	width: 100%;
}
.owl-carousel .owl-dots .owl-dot.active span {
	border: 0.4rem solid #3DBDBF;
	background: #FFFFFF;
	opacity: 1;
}
.owl-carousel .owl-dots .owl-dot span {
	background-color: #000000;
	z-index: 99999;
	width: 2rem;
	height: 2rem;
	box-sizing: border-box;
	color: #000000;
	margin-top: auto;
	margin-bottom: auto;
	top: 0; 
	bottom: 0;
	opacity: 0.5;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -3rem;
}
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	font-size: 7rem;
	color: #FFFFFF;
	margin-left: 2rem;
}
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
	font-size: 7rem;
	color: #FFFFFF;
	margin-right: 2rem;
}
.offer-description-wrapper {
	position: absolute;
	width: 50%;
	right: 0rem;
	bottom: 0;
	height: 100%;
	padding: 1rem 14rem 0 3rem;
	text-align: right;
}
.offer-description-wrapper,
.offer-description-wrapper h4 { font-weight: bold; }
.offer-description-wrapper h4 { font-size: 2.5rem; }
.offer-description p { font-size: 1.6rem; }
.offer-description .price {
	position: relative;
	font-size: 3rem;
	display: inline-block;
	z-index: 1;
}
.offer-description .price-from {
	position: absolute;
	z-index: 2;
	top: -2rem;
	left: -1.5rem;
	font-size: 1.4rem;
}
.owl-carousel .offer-description { padding: 1rem; }
.owl-carousel .offer-title,
.owl-carousel .offer-title p,
.owl-carousel .offer-title big { font-weight: bold; font-size: 2.4rem; margin: 0; }
.slide-offer-description { font-size: 1.6rem; }
.owl-carousel .slide-btn-wrapper { min-height:5rem; position: relative; }
.owl-carousel .main-slide-btn { 
	border: 0.2rem solid #ffffff;
	box-sizing: border-box;
}

.feature-box--inner-flight {
	background-color: #FFFFFF;
}

.page-title {
	font-weight: bold;
}

.cs-gmap-embed {
	width: 100%;
	min-height: 40rem;
}



/* SHARE BUTTON */
.share-buttons {
	display: none;
	position: absolute;
	list-style: none;
	background-color: #FFFFFF;
	top: 100%;
	margin-top: 1rem;
	left: 0;
	z-index: 9999;
	border-radius: 0.3rem;
	box-shadow: 0 0 2px #ccc;
}
.share-buttons.active {
	display: block;
}
.share-buttons li a {
	color: #333333;
	font-weight: 600;
	padding: 0.8rem 2rem;
	display: block;
	background-color: #FFFFFF;
}
.share-buttons li a:hover {
	text-decoration: none;
}
.share-btn-wrapper {
	position: relative;
}
.share-btn {
	background-color: #FFFFFF;
	border: 0.1rem solid #CCCCCC;
	border-radius: 0.3rem;
	color: #333333;
	padding: 0.8rem 2rem;
	font-weight: 600;
}
.share-btn:hover {
	text-decoration: none;
}




.blog-related-article {
	padding: 1rem;
}
.blog-related-article--title {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.blog-related-article--date,
.blog-related-article--author {
	font-weight: 600;
	color: #797E89;
	display: block;
}
.blog-related-article--date {
	font-size: 10px;
	margin-top: 1rem;
}
.blog-related-article--date:hover,
.blog-related-article--author:hover {
	text-decoration: none;
}

.owl-carousel .owl-stage-outer {
	height: 40rem;
}

.cs-homepage-slideshow .owl-carousel .owl-stage-outer {
	height: 45rem;
}

.pr-hotels .owl-carousel .owl-stage-outer,
.pr-tours .owl-carousel .owl-stage-outer {
	height: auto;
}

.tour-departure {
	padding: 1.5rem 0.6rem;
}

.qc-tooltip .tooltip-display {
	white-space: nowrap;
	display: inline-block;
	width: 10rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

.qc-tooltip .tooltip-display.cs-force-show-tooltip {
	text-overflow: initial;
	overflow: visible;
}

.async_fee_row .qc-tooltip .tooltip-display.cs-force-show-tooltip {
	display: none;
}

.room-box {
	border-bottom: 0.1rem solid #E2E2E2;
}
.price-item .price-title {
	font-weight: 600;
}



/* SMALL :: SM */
@media not all and (min-width: 37.5rem) {
	.travel-list-item-title {
		padding-top: 1rem;
	}
	.travel-list-item-center {
		padding: 0;
	}
	.travel-list-item-right {
		    padding-left: 0;
	}
	.btn-travel-details {
		margin-left: 0;
		width: 100%;
	}
	.discount-badge {
		/*right: 0.2rem !important;*/
		right: 0 !important;
	}
}

.header-schedule-wrapper {
	padding: 1rem !important;
}

.header-schedule {
	/*width: 17rem;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block !important;
	padding: 0 !important;
	line-height: 1;
	position: relative;
	top: 1px;
}

.list-filters-title {
	font-weight: 600;
	font-size: 24px;
	float: left;
	padding-left: 1rem;
}
.cs-hotel-facilities li {	
	list-style-type: none;
}

.cs-hotel-facilities img {
	width: 1.6rem;
	display: inline-block;
	position: relative;
	top: 0.3rem;
}

.cs-hotel-facilities img.cs-facility-icon-hover {
	display: none;
}

.cs-hotel-facilities .cs-facility-row:hover .cs-facility-icon-default {
	display: none;
}

.cs-hotel-facilities .cs-facility-row:hover .cs-facility-icon-hover {
	display: inline-block;
}

.cs-facilities-on-view .cs-facility-row img {
	float: left;
	margin-right: 0.8rem;
}

.utility-green {
	color: #09B700;
}



.tlis--panel-header {
	background-color: #FFFFFF;
	padding: 1rem;
}
.tlis--panel-header h1 {
	font-size: 20px;
	margin-bottom: 1rem;
	color: #333333;
}
.tlis--sort-group {
	display: inline-flex;
}


.flex-vertical-center {
	display: flex;
	align-items: center;
}

.list-filter ul.stars {
	display: inline-block;
}


.tli--load-more {
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.tli--load-more a {
	display: block;
	/*width: 100%;*/
	width: auto;
	display: inline-block;
	font-weight: 600;
	color: #ffffff;
	font-size: 14px;
	/*border: 0.1rem solid #CDCDCD;*/
	border-radius: 0.3rem;
	padding: 1rem;
	text-transform: uppercase;
	box-sizing: border-box;
	/*background-color: #FFFFFF;*/
}
.tli--load-more a:hover {
	/*border-color: #333333;*/
	text-decoration: none;
}

.cs-filter-disabled .qc-checkbox input[type="checkbox"] + label::before,
.cs-filter-disabled.qc-checkbox input[type="checkbox"] + label::before {
	border-color: #E1E3E9;
}

.cs-filter-disabled.qc-checkbox .stars li {
	color: #E1E3E9;
}

.cs-page-content #header,
.cs-page-content #footer,
.cs-page-content #cookies_info,
.cs-page-content .breadcrumb-12221,
.cs-page-content #lz_overlay_wm {
	display: none !important;
}


.cs-reservation-btn-wrapper,
.cs-reservation-btn-col-wrapper {
	text-align: center;
}

.cs-facebook-share-btn,
.cs-google-plus-share-btn,
.cs-twitter-share-btn,
.cs-pinterest-share-btn,
.cs-add-to-wishlist-btn {
    position: relative;
	color: #fff;
	white-space: nowrap;
	border-radius: 3px;
	padding: 0px 4px 0px 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
}

.cs-facebook-share-btn:hover,
.cs-facebook-share-btn:focus,
.cs-google-plus-share-btn:hover,
.cs-google-plus-share-btn:focus,
.cs-twitter-share-btn:hover,
.cs-twitter-share-btn:focus,
.cs-pinterest-share-btn:hover,
.cs-pinterest-share-btn:focus,
.cs-add-to-wishlist-btn:hover,
.cs-add-to-wishlist-btn:focus {
	text-decoration: none;
}

.cs-facebook-share-btn i,
.cs-google-plus-share-btn i,
.cs-twitter-share-btn i,
.cs-pinterest-share-btn i,
.cs-add-to-wishlist-btn i {
	position: absolute;
    z-index: 1;
}

.cs-facebook-share-btn {
	background: #4267b2;
	border: 1px solid #4267b2;
	/*font: normal 100 12px/1.5 Helvetica,Arial,sans-serif;*/
}

.cs-facebook-share-btn:hover,
.cs-facebook-share-btn:focus {
	background: #365899;
	border: 1px solid #365899;
}

.cs-facebook-share-btn i {
	font-size: 13px;
	top: 3px;
	left: 8px;
}

.cs-google-plus-share-btn {
	border: 1px solid rgba(0,0,0,.17);
	color: #262626;
	box-shadow: 0 1px 0 rgba(0,0,0,.05);
	background-color: #fff;
	/*font-family: Roboto,arial,sans-serif;*/
	/*font-weight: 700;*/
	padding-left: 22px;
}

.cs-google-plus-share-btn i {
	color: #db4437;
	font-size: 19px;
	top: 0px;
	left: 4px;
}

.cs-twitter-share-btn {
	background-color: #1b95e0;
	border: 1px solid #1b95e0;
	/*font-weight: 500;*/
	/*font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;*/
}

.cs-twitter-share-btn:hover,
.cs-twitter-share-btn:focus {
	background-color: #0c7abf;
	border: 1px solid #0c7abf;
}

.cs-twitter-share-btn i {
	font-size: 15px;
	top: 3px;
	left: 6px;
}

.cs-pinterest-share-btn {
	background-color: #bd081c;
	/*font-weight: bold;*/
	border: 1px solid #bd081c;
	/*font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;*/
	box-shadow: inset 0 0 1px #888;
}

.cs-pinterest-share-btn:hover,
.cs-pinterest-share-btn:focus {
	background-color: #aa0719;
	border: 1px solid #aa0719;
	box-shadow: none;
}

.cs-pinterest-share-btn i {
	left: 5px;
	top: 3px;
	font-size: 14px;
}

.cs-add-to-wishlist-btn {
	background-color: #7b7b7b;
	padding: 0px 6px 0px 16px;
}

.cs-add-to-wishlist-btn:hover,
.cs-add-to-wishlist-btn:focus {
	background-color: #989898;
}

.cs-add-to-wishlist-btn i {
	left: 5px;
	top: 4px;
}

.cs-categories-badges {
	clear: both;
}

.cs-review-included-services {
	padding-left: 1rem;
}

.cs-homepage-slideshow .owl-carousel .owl-item img {
	width: 100%;
}

.three-transport-types.qc-transport-type i.cs-transport-car {
	font-size: 3.2rem;
	position: relative;
	top: -0.3rem;
}

.testimonial-items .item blockquote {
	height: 13rem;
	overflow: hidden;
}

@media (max-width: 64em) {

	.testimonial-items .item blockquote {
		height: auto;
	}
	.cs-facebook-share-btn,
	.cs-google-plus-share-btn,
	.cs-twitter-share-btn,
	.cs-pinterest-share-btn {
		
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.cs-facebook-share-btn span,
	.cs-google-plus-share-btn span,
	.cs-twitter-share-btn span,
	.cs-pinterest-share-btn span {
		display: none;
	}
	.list-filter {
		padding: 2rem;
		display: block;
		transform: translateX(-100%);
		position: fixed;
		z-index: 999999;
		top: 0;
		background-color: #FFFFFF;
		width: 100%;
		left: 0;
		height: 100%;
		overflow: scroll;
		transition: linear 0.3s;
	}
	.list-filter.active {
		transform: translateX(0);
	}
	html.no-scroll {
		overflow: hidden;
	}
}

.cs-tour-tab-panel .cs-tour-tab-content-inner >.panel:first-child {
	margin-top: 0rem;
}

.cs-tour-tab-panel .cs-tour-tab-content-inner .panel-heading {
	display: none;
}

.cs-multiple-map {
    width: 100%;
    height: 65rem;
    display: block;
    margin-bottom: -4rem;
}

.cs-tour-tab-content-inner-property {
	padding: 1rem;
}

.footer--facebook-page-plugin {
	margin-bottom: 1rem;
}

.cs-price-btn-info-wrapper {
	padding-top: 0.2rem;
}

.cs-price-btn-info {
	display: block;
	color: white;
	border-radius: 1rem;
	font-size: 1.3rem;
	padding: 0.4rem;
	width: 10px;
	text-align: center;
}

.cs-offer-meal-type .cs-offer-meal-type-caption {
	margin-bottom: 0.2rem;
}

.cs-offer-meal-type .grila-det {
	padding: 0rem;
}

.cs-flight-price-extra {
	padding-bottom: 0.5rem;
	text-align: left;
	list-style: none;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}
.cs-flight-price-extra li {
	color: #333;
	font-size: 1.2rem;
	color: #838A9E;
}

.btn.cs-flight-select-btn {
	display: block;
}

.cs-meal-caption {
	/*white-space: nowrap;*/
}

.cs-filter-range-slider {
	padding-bottom: 2rem;
}

.gmap-info-window {
	width: 28rem;
}
.giw--title {
	font-size: 14px;
	font-weight: bold;
	color: #202020;
}
.giw--image {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.giw--content {
	padding: 0 1rem;
}
.giw--content .travel-list-item-price {
	font-weight: bold;
	font-size: 16px;
}
.giw--content .travel-list-item-initial-price {
	font-size: 12px;
	font-weight: normal;
}

#scrolling { /* Carousel Frame */
    overflow: hidden;
}
#scrolling ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#scrolling ul li {
    float: left;
}
#scrolling ul:after {
	clear: both;
	display: table;
	content: '';
}

#filters-map {
	width: 100%;
	height: 20rem;
}
.fancybox-container #filters-map {
	height: 100%;
	margin: 0;
}

.mapLabel {
  box-sizing:border-box;
  background: #05F24C;
  box-shadow: 2px 2px 4px #333;
  border:5px solid #346FF7;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  -webkit-animation: pulse 1s ease 1s 3;
  -moz-animation: pulse 1s ease 1s 3;
  animation: pulse 1s ease 1s 3;
}

/* ANIMATIONS */
@-webkit-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.wishlist-item {
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid #DEDEDE;
	padding: 1rem 0;
}
.wli--info {
	padding: 0 1rem;
}
.wli--title {
	font-weight: bold;
	font-size: 22px;
}
.wli--search-params-header {
	font-weight: bold;
	color: #676767;
	padding: 1rem;
	border-bottom: 0.2rem solid #DEDEDE;
}
.wli--searc-params-item {
	padding: 1rem;
	font-weight: bold;
	border-bottom: 0.1rem solid #DEDEDE;
}
.wli--searc-params-item:last-child {
	border-bottom: 0;
}
.btn.btn-danger {
	background-color: #F44336;
    border-color: #FFCDD2;
    color: #FFFFFF;
}
.btn.btn-danger:hover {
	background-color: #D32F2F;
    border-color: #FFCDD2;
}


.wishlist-btn {
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1rem;
}
.wishlist-btn i {
	color: #FFFFFF;
	font-size: 1.6rem;
}
.wishlist-btn:hover i {
	color: #FF0000;
}
.wishlist-lnk {
	margin-top: 1rem;
	display: block;
}
.wishlist-lnk:hover {
	color: #FF0000;
}

.cs-wishlist-img {
	width: 100%;
	max-width: 20rem;
}

.cs-wishlist-btns {
	text-align: right;
}

.cs-wishlist-hotel-with-url {
	padding-right: 1rem;
}

#filters-map .fancybox-close-small {
	right: auto;
	top: 1rem;
	left: 1rem;
	opacity: 1;
	background-color: #ffffff;
}

.cs-disney-services-wr {
	padding: 0rem 0.5rem;
	font-size: 1.2rem;
}

.wi--badge {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 0.2rem 1rem;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 11px;
}
.wi--badge.wi--badge-hotel { background-color: #FF6F04; }
.wi--badge.wi--badge-tour { background-color: #4CAF50; }
.wi--badge.wi--badge-destination { background-color: #7261FF; }
.cs-wishlist-no-logged-in .login-wrap {
	box-shadow: none;
	max-width: 100%;
	width: 40rem;
	border: 0;
}

@media (min-width: 64em) {
	
	.pr-hotels .badges-wrapper,
	.pr-tours .badges-wrapper {
		width: 70%;
	}

	.pr-hotels .badges-wrapper .owl-carousel .owl-stage,
	.pr-tours .badges-wrapper .owl-carousel .owl-stage {
		display: block;
		max-width: 100%;
	}
}

.filters-carousel.owl-carousel .owl-stage-outer {
	height: auto;
}
.qc-select .sel-selection {
	height: 3.5rem;
	line-height: 1.2;
	padding: 0.8rem 0.6rem;
}


.cancel-date-wrapper {
	position: relative;
}
.btn-cancel-date {
	position: absolute;
	bottom: 0;
	color: #333333;
	right: 0;
	margin-right: 0.5rem;
	margin-bottom: 0rem;
	border-left: 0.1rem solid #CCCCCC;
	padding: 0.8rem 1.5rem;
}

.home-search-form .qc-select .sel-selection {
	border: 0.1rem solid #E1E3E9;
    border-radius: 0.3rem;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
	line-height: 1.2;
	padding: 0.8rem 0.6rem;
}
.home-search-form .search-box {
	padding-right: 0.7rem;
}

.flight-ticket-item .price-btn { margin-left: 5px; }
.flight-tickets-wrapper .tlis--panel-header {
	box-shadow: 0 3px 20px 2px rgba(0,0,0,0.1);
	border: 0.1rem solid #E1E3E9;
}
.tlis--panel.flight-tickets-wrapper {
	border-bottom: 0;
}

.free-baggage-info {
	border: 0.1rem solid #CCCCCC;
	border-radius: 0.4rem;
	padding: 1rem;
}

.chk--baggage-select ~ .select2-container .select2-selection--single  {
	background-color: #e9eef2;
}

.home-search-form .qc-select .sel-selection {
	border-color: var(--main-color);
}

.flight-tickets .owl-carousel {
	margin-top: 1.5rem;
}

.flights-box-rows h2 {
	font-size: 2.4rem;
}

#progress {
  position: absolute;
  z-index: 1000;
  bottom: -8px;
  /*left: 0px;*/
  width: 0%;
  height: 8px;
  background: #9BBD60;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
  border-radius: 3px;
}

/*
#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 4px;
  -moz-box-shadow: #9BBD60 1px 0 6px 1px;
  -ms-box-shadow: #9BBD60 1px 0 6px 1px;
  -webkit-box-shadow: #9BBD60 1px 0 6px 1px;
  box-shadow: #9BBD60 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#progress dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}
*/

.cs-progress-bar-tooltip-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.cs-progress-bar-tooltip-wrapper .cs-progress-bar-tooltip {
    /*top: -24px;*/
	top: 28px;
    transform:translate(-50%, -100%);
    padding: 0.5rem;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: block;
	background-color: #9BBD60;
	color: #ffffff;
	right: -20px;
	width: 36px;
	text-align: center;
}

.cs-progress-bar-tooltip-wrapper .cs-progress-bar-tooltip i {
	/*
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
	*/
	
	position: absolute;
	top: -12px;
	left: 5px;
	margin-left: 0px;
	width: 24px;
	height: 13px;
	overflow: hidden;
}

.cs-progress-bar-tooltip-wrapper .cs-progress-bar-tooltip i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    /*transform:translate(-50%,-50%) rotate(45deg);*/
	transform:translate(-50%,50%) rotate(45deg);
    background-color: #9BBD60;
}

.cs-multi-async-process.cs-fixed-search.fixed {
	padding: 0rem 0rem 1rem;
}

.cs-multi-async-process.cs-fixed-search.fixed .cs-async-wait-message {
	padding: 0rem 2.5rem 0.5rem;
}

.cs-multi-async-process.cs-fixed-search.fixed .cs-progress-bar-wrapper {
	padding: 0rem 2.5rem;
}

.cs-multi-async-process.cs-fixed-search .top-searchbar {
	padding: 0.5rem 2rem 0rem 2rem;
}

.search-wrapper {
	position: relative;
}

.cs-multi-requests-msg {
	color: #ffffff;
}

.cs-filter-apply-btn {
	color: #ffffff;
	display: block;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	z-index: 1000000;
	cursor: pointer;
	font-size: 1.6rem;
}

.cs-filter-apply-btn:hover {
	text-decoration: none;
}

.cs-async-wait-message,
.cs-more-travel-items {
	/*padding: 1rem 2rem;*/
	padding: 0rem 0.5rem 1rem;
	margin: 0rem;
}

.cs-progress-bar-wrapper {
	padding: 0rem 0.5rem;
}

.cs-sp-off-req-on-noresults .panel .panel-title,
.cs-sp-off-req-on-noresults .panel .panel-container {
	padding: 1rem 0rem;
}

.cs-dump-btn {
	font-size: 12px;
	text-decoration: none;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block;
	padding: 3px 10px;
	opacity: 0.60;
	background-color: #0782C1;
	color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	text-decoration: none;
}


.cs-dump-btn:hover {
	text-decoration: none;
}

#owl-blog-slideshow.owl-carousel {
	padding-bottom: 1rem;
}

#owl-blog-slideshow.owl-carousel .owl-stage-outer {
	height: auto;
	max-height: 55rem;
}

#owl-blog-slideshow.owl-carousel .owl-item .cs-blog-owl-image {
	display: block;
	width: 100%;
}

.qc-select .sel-selection::after {
	padding-top: 0.8rem;
	font-size: 1.6rem;
}

.qc-select .select-search {
	padding: 4px;
}

.qc-select .select-search input[type="text"] {
    margin: 0rem;
	padding: 4px;
	border: 1px solid #aaa;
	height: auto;
	line-height: 1.5;
}

.qc-select .select-results > div {
	border-bottom: 0.1rem solid #F4F9FB;
	font-weight: 600;
}


.flight-search .top-searchbar .search-form .qc-select.active .sel-selection {
	border-bottom: 1px solid transparent;
	/*overflow: initial;*/
	overflow: hidden;
}

.flight-box-row .img-responsive {
	width: 7.5rem;
	display: inline-block;
}

.cs-pick-baggages {
	color: #333;
	box-sizing: border-box;
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
}
.cs-pick-baggages:hover {
	text-decoration: none;
}
.pick-baggages-btn-trigger {
	color: #26B4FF;
}
.pick-baggages-btn-trigger .fas {
	transition: transform 0.2s;
}
.pick-baggages-wrapper:hover {
	border-color: #26B4FF;
}
.pick-baggages-wrapper:hover .pick-baggages-btn-trigger {
	color: #333333;
}
.pick-baggages-wrapper {
	border: 0.1rem solid #D6D6D6;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 2rem;
	border-radius: 0.3rem;
}
.pick-baggages-options {
	height: 0;
	overflow: hidden;
	transition: height 0.2s;
}
.pick-baggages-options-inner {
	padding-top: 2rem;
}

.cs-pick-baggages-bolded {
	font-weight: bold;
}

.flight-terms > div {
	margin-bottom: 40px;
}
.flight-terms h2 {
	font-size: 24px;
	font-weight: bold;
}
.flight-terms h4 {
	font-weight: bold;
	font-size: 18px;
	color: #777777;
}
.flight-terms p {
	color: #777777;
}


.cs-offer-option .qc-radio label.cs-offer-option-label {
	display: block;
	padding: 1rem 1rem 1rem 3.5rem;
	border: 1px solid rgba(24,28,33,0.06);
	border-radius: 0.3rem;
}
.chk--oo-carrier-name {
	font-weight: bold !important;
	font-size: 12px;
	line-height: 1 !important;
	color: #838A9E;
}
.chk--oo-fare-class {
	font-weight: bold !important;
	color: #212121;
	display: block;
	font-size: 14px;
}
.cs-offer-option-label {
	color: #838A9E;
	padding: 1rem 1.5rem;
}
.fco--item {
	padding-right: 1rem; 
	display: block; 
	font-weight: 600; 
	font-size: 12px; 
	color: #777777;
}
.cs-fare-class-under-carrier {
	font-size: 12px;
}

.cs-offer-option .qc-radio input[type="radio"]:checked + label.cs-offer-option-label {
	border-color: #26B4FF;
}

.cs-offer-option .cs-avoid-line-break {
	white-space: nowrap;
}

.cs-offer-option .cs-flight-service-details .qc-tooltip, 
.cs-global-service-caption.cs-avoid-line-break.qc-tooltip, 
.cs-included-service.qc-tooltip {
	display: inline-block;
}
.cs-global-service-caption {
	font-size: 10px;
	text-transform: uppercase;
}

.cs-offer-option .qc-radio input[type="radio"] + label::before {
	top: 50%;
    margin-top: -0.8rem;
	margin-left: 1rem;
}
.cs-offer-option .cs-offer-option-details {
	padding-left: 1.5rem;
}

.cs-offer-option .cs-offer-option-pricing,
.cs-offer-option-in-comparisson .cs-offer-option-pricing {
	text-align: right;
	white-space: nowrap;
}
.cs-offer-option-in-comparisson.table-row .table-cell {
	padding: 2rem 0.5rem;
}

.cs-offer-option-in-comparisson-caption {
	border-left: 3px solid transparent;
	padding-left: 1rem;
}

.cs-offer-option-in-comparisson.selected {
	background-color: #EEEEEE;
}

.cs-offer-option-in-comparisson.selected .cs-offer-option-in-comparisson-caption {
	border-left: 3px solid green;
}

.cs-flight-service-caption-on-short-list {
	text-overflow: ellipsis;
	overflow: hidden;
}

.cs-flight-service-details {
	text-overflow: ellipsis;
	overflow: hidden;
}
.popup-offers-options-comparisson { width: 80%; display: none; }
.poo--carrier-name {
	font-weight: bold; 
	color: #838A9E; 
	font-size: 18px;
	margin-top: 20px;
}

.fixed-phone-btn {
	position: fixed;
	right: 0;
	bottom: 140px;
	background: #db353a;
	color: #fff;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	z-index: 9999;
}
.fixed-phone-btn:hover {
	text-decoration: none;
}
.fixed-phon-btn-txt {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.tvi--phone-btn {
	margin: 30px 0;
	background: #db353a;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	display: block;
}
.tvi--phone-btn:hover {
	text-decoration: none;
}
.tvi--phone-number { font-weight: bold; }

.chk--included-service-item { margin-bottom: 20px; }
.chk--service-title-form-to { 
	color: #333333;
	font-weight: 600;
}

/* MOBILE OFFERS OPTIONS */
@media (max-width: 64em) {
	.popup-offers-options-comparisson { width: 100%; display: none; }
	.popup-offers-options-comparisson.fancybox-content { padding: 15px; }
	.mpoo--offers-options .poo--carrier-name {
		font-weight: bold; 
		color: #838A9E; 
		font-size: 16px;
	}
	.ooc--item.selected {
		background-color: #EEEEEE;
	}
	.ooc--item-caption {
		font-weight: 600;
		font-size: 14px;
		padding: 10px;
		display: block;
		cursor: pointer;
		color: #00BCD4;
		position: relative;
	}
	.ooc--item-caption:after {
		font-family: 'Font Awesome 5 Free';
		content: '\f078';
		right: 0;
		position: absolute;
		top: 0;
		margin-top: 10px;
		margin-right: 10px;
	}
	.ooc--item-caption.active:after {
		content: '\f077';
	}
	.ooc--item.selected .ooc--item-caption {
		border-left: 2px solid green;
	}
	.ooc--item-row { display: none; padding: 0 10px; }
	.ooc--item-row.active { display: block; }
	.tvi--phone-btn {
		padding: 10px;
	}
	.tvi--phone-btn-text { font-size: 1.4rem; }
	.tvi--phone-number { font-size: 2rem; }
}

.cs-dynamic-package-controls {
	margin: 1rem 0rem 2rem 0rem;
	/*padding: 0rem 1rem;*/
}

.chk--service-title-form-to i {
    margin: 0rem 1rem;
}

.cs-dynamic-package-selected-option-heading {
	color: #ffffff;
	background-color: #2196f3;
	padding: 1.2rem;
	border-radius: 0.3rem 0.3rem 0rem 0rem;
	font-size: 1.6rem;
}

.cs-flight-ticket-item-dynamic-package-selected .flight-ticket-item-box {
	border-radius: 0rem 0rem 0.3rem 0.3rem;
}

.cs-check-circle {
	float: right;
	color: #09B700;
}

.cs-plane-departure {
	padding-right: 1rem;
	border-right: 0.1rem dotted #ffffff;
	margin-right: 0.6rem;
}

.cs-dynamic-package-results-cnt {
	font-size: 1.2rem;
}

.cs-dynamic-package-switcher-icon {
	font-size: 3rem;
	margin-right: 0.6rem;
	top: 0.4rem;
	position: relative;
}

.cs-dynamic-package-switcher-icon-wr {
	text-align: right;
}

.cs-dynamic-package-panel-switcher {
	padding: 0.5rem 2rem;
	box-sizing: border-box;
	padding: 1.2rem 2rem;
	font-size: 1.8rem;
	cursor: pointer;
	color: #555555;
	background-color: #edeff0;
}

.cs-dynamic-package-panel-switcher.selected {
	color: #ffffff;
}

.cs-dynamic-package-panel-switcher:hover {
	text-decoration: none;
}

.cs-dynamic-package-panel-switcher-details {
	margin: 0rem auto;
}

.cs-dynamic-package-panel-switcher-details .cs-c-table-cell {
	vertical-align: top;
}

.travel-list-item-title {
	cursor: pointer;
}

.cs-passenger-flight-services label {
	color: #333;
	font-size: 1.3rem;
}

.cs-departure-flight-info {
	min-width: 80rem;
}

.cs-ticket-price-breakdown-row {
	padding: 0.5rem 0;
	font-size: 1.3rem;
	font-weight: 600;
}

@media (max-width: 64em) {
	.cs-departure-flight-info {
		min-width: 0;
	}
}

.transport-type {
	padding: 0.2rem 0.5rem;
	color: #FFFFFF;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0.5rem;
	display: inline-block;
}

.top-agregator-bar {
	background-color: #2196f3;
}
.top-right {
	float: right;
	list-style: none;
}
.top-right > li {
    display: block;
    float: left;
}
.top-right > li > a {
	color: #FFFFFF;
	display: block;
	padding: 1rem;
}
.top-right > li > a:hover {
	text-decoration: none;
	background-color: #1976d2;
}

.btn.btn-add-bulk {
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 11px;
}

.iti__flag {background-image: url("https://cdn.travelfuse.ro/shared-resources/intl-tel-input/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("https://cdn.travelfuse.ro/shared-resources/intl-tel-input/flags@2x.png");}
}
.iti { width: 100%; }

.cs-alt-price {
    font-size: 1.2rem;
    white-space: nowrap;
}

.price-offer-comission {
	font-size: 12px;
	display: block;
	font-weight: 600;
}

.room-row .price-item .price-col .cc-price {
	font-size: 13px;
}

.offer-status-texts span {
	border-left: 1px solid #E5E5E5;
	padding-left: 1rem;
}

.offer-status-texts span:first-child {
	border-left: 0;
	padding-left: 0;
}

.cs-add-bulk-offers-tocart {
	margin-bottom: 1rem;
}

.cs-gdpr-approve-descr {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

.cs-gdpr-approve-picker.qc-radio label::before {
	top: 0.4rem;
}
.show-more-offer-options-wrapper {
	text-align: center;
	padding-top: 10px;
}

.price-per-person {
	font-size: 16px;
}
.tvi--price small,
.travel-list-item-price small,
.travel-list-item-initial-price small {
	font-size: 50%;
}

.cs-new-server-badge {
	position: fixed;
	top: 0rem;
	left: 0rem;
	padding: 1rem 2rem;
	background-color: white;
	color: red;
	z-index: 100000;
}