/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
	font-family: 'Garamond Premiere Pro';
	src: url("../fonts/garamond-premier-pro/l_300_normal") format("woff2"), url("../fonts/garamond-premier-pro/d_300_normal.woff") format("woff"), url("../fonts/garamond-premier-pro/a_300_normal") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: 'Garamond Premiere Pro';
  src:  url("../fonts/garamond-premier-pro/l_300_italic") format("woff2"),
        url("../fonts/garamond-premier-pro/d_300_italic.woff") format("woff"),
        url("../fonts/garamond-premier-pro/a_300_italic") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
	font-family:"garamond-premier-pro-caption";
	src:url("../fonts/garamond-premier-pro-caption/l_400_italic") format("woff2"),
		url("../fonts/garamond-premier-pro-caption/d_400_italic.woff") format("woff"),
		url("../fonts/garamond-premier-pro-caption/a_400_italic") format("opentype");
	font-style:italic;
	font-weight:400;
}

@font-face {
	font-family: 'Garamond Premiere Pro Light';
	src: url("../fonts/GaramondPremrPro-LtDisp.woff2") format("woff2"), url("../fonts/GaramondPremrPro-LtDisp.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 900';
	src: url("../fonts/MuseoSans-900.woff2") format("woff2"), url("../fonts/MuseoSans-900.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 700';
	src: url("../fonts/museo-sans/l_700_normal") format("woff2"), url("../fonts/museo-sans/d_700_normal.woff") format("woff"), url("../fonts/museo-sans/a_700_normal") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 500';
	src: url("../fonts/museo-sans/l_500_normal") format("woff2"), url("../fonts/museo-sans/d_500_normal.woff") format("woff"), url("../fonts/museo-sans/a_500_normal") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 300';
	src: url("../fonts/museo-sans/l_300_normal") format("woff2"), url("../fonts/museo-sans/d_300_normal.woff") format("woff"), url("../fonts/museo-sans/a_300_normal") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 100';
	src: url("../fonts/museo-sans/l_100_normal") format("woff2"), url("../fonts/museo-sans/d_100_normal.woff") format("woff"), url("../fonts/museo-sans/a_100_normal") format("opentype");
	font-weight: 100;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Garamond Premiere Pro", sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	color: #4A4A4A;
	font-weight: 500;
}
html[lang="zh-hans"] h1, html[lang="zh-hans"] h2, html[lang="zh-hans"] h3, html[lang="zh-hans"] h4, html[lang="zh-hans"] h5, html[lang="zh-hans"] h6 {
    font-family: Microsoft YaHei;
    font-weight: 400;
}

h1 {
	font-size: 72px;
	color: #4A4A4A;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 50px;
	}
}

h2 {
	font-size: 64px;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 36px;
	}
}

h3 {
	font-size: 36px;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 24px;
	}
}

h4 {
	font-size: 30px;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	h4 {
		font-size: 18px;
	}
}

h5 {
	font-size: 24px;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	h5 {
		font-size: 18px;
	}
}

h6 {
	font-size: 18px;
	color: #B00016;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	h6 {
		font-size: 14px;
	}
}

.vistajet_heading_column {
	margin-bottom: 40px;
	font-family: "Garamond Premiere Pro", sans-serif;
}

.vistajet_heading_column .vistajet_heading_primary {
	font-size: 72px;
	margin-bottom: 0;
}

.vistajet_heading_column .vistajet_heading_primary:first-letter {
	text-transform: capitalize;
}

@media screen and (max-width: 767px) {
	.vistajet_heading_column .vistajet_heading_primary {
		font-size: 50px;
	}
}

.vistajet_heading_column .vistajet_heading_secondary {
	font-size: 44px;
}

@media screen and (max-width: 767px) {
	.vistajet_heading_column .vistajet_heading_secondary {
		padding-left: 0;
		font-size: 50px;
	}
	.vistajet_heading_column .vistajet_heading_secondary::after {
		display: none;
	}
}

.vistajet_heading_column .vistajet_heading_third {
	font-family: "Museo Sans 700", sans-serif;
	color: #B00016;
	font-size: 12px;
}

@media screen and (max-width: 767) {
	.vistajet_heading_column .vistajet_heading_third {
		font-size: 14px;
	}
}

.vistajet_heading_column.vistajet_heading_secondary_column h1 {
	font-size: 36px;
}

.vistajet_heading_column.vistajet_heading_secondary_column h1.vistajet_heading_primary {
	font-size: inherit;
}

.vistajet_heading_column.vistajet_heading_secondary_column p {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 12px;
}

.vistajet_heading_underline {
	font-size: 64px;
	padding-left: 0;
	text-transform: initial;
}

.vistajet_center_block .vistajet_heading_secondary {
	font-size: 64px;
	padding-left: 0;
	text-transform: initial;
}

.vistajet_underline_remove::after {
	display: none;
}

.vistajet_vertical_line {
	background: transparent;
	position: relative;
	margin-bottom: 140px;
}

.vistajet_vertical_line::before {
	left: 0;
}

.vistajet_vertical_line::after {
	right: 0;
}

@media screen and (max-width: 767px) {
	.vistajet_vertical_line::after,
	.vistajet_vertical_line::before {
		display: none;
	}
}

.vistajet_vertical_line::before,
.vistajet_vertical_line::after {
	content: '';
	height: 1px;
	position: absolute;
	width: 30%;
	top: 50%;
	bottom: 50%;
	border-bottom: #B00016 1px solid;
}

.vistajet_heading_column .vistajet_heading_primary,
.vistajet_heading_column .vistajet_heading_secondary,
.vistajet_heading_underline,
.vistajet_center_block .vistajet_heading_secondary {
	line-height: 1.1;
	letter-spacing: 1.05px;
	position: relative;
}

h6,
.vistajet_heading_column .vistajet_heading_third,
.vistajet_sub_small_heading {
	text-transform: uppercase;
	letter-spacing: 0.49px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.vistajet_heading_column .vistajet_heading_secondary:empty::after,
.vistajet_heading_column .vistajet_heading_secondary::after,
.vistajet_heading_column.vistajet_heading_secondary_column h1.vistajet_heading_primary::after,
.vistajet_heading_underline:empty::after,
.vistajet_heading_underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	box-sizing: border-box;
	height: 0.1px;
	width: 100px;
	border: 0.6px solid #B00016;
}

.vistajet_center_block .vistajet_heading_secondary:empty::after,
.vistajet_center_block .vistajet_heading_secondary::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	box-sizing: border-box;
	height: 0.1px;
	width: 100px;
	border: 0.6px solid #B00016;
	margin: 0 auto;
}

header {
	background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

header .vistajet-top-menu {
	padding-top: 15px;
	position: relative;
}

header .vistajet-top-menu .vistajet-humburgur-icon {
	color: #4A4A4A !important;
}

header .vistajet-top-menu .vistajet-humburgur-icon .svg-menu-circle {
	display: none;
}

header .vistajet-top-menu .uk-navbar-right ul li a {
	color: #4A4A4A;
	text-transform: capitalize;
	font-size: 15px;
	font-family: "Museo Sans 300", sans-serif;
	-webkit-tap-highlight-color: transparent;
}

header .vistajet-top-menu .uk-navbar-right ul li a.vistajet-login-active {
	color: #B2000B;
}

header .vistajet-top-menu .uk-navbar-right ul li:last-child {
	display: none;
}

@media screen and (max-width: 991px) {
	header .vistajet-top-menu .uk-navbar-right ul li {
		display: none;
	}
	header .vistajet-top-menu .uk-navbar-right ul li:last-child {
		display: block;
	}
}

header .vistajet-top-menu .vistajet-logo img {
	height: 40px;
}

.vistajet_logout_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1001 !important;
	background-color: rgba(250, 250, 250, 0.8);
	pointer-events: none;
}

.vistajet_overlay_drawer_blur {
	filter: blur(5px);
}

#vistajet-humburgur-list {
	z-index: 2000;
}

#vistajet-humburgur-list .uk-offcanvas-bar {
	opacity: 0;
	display: flex;
	justify-content: space-between;
}

#vistajet-humburgur-list .vistajet_app_version {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.vistajet_offcanvas {
	z-index: 2000;
}

.vistajet_offcanvas .uk-offcanvas-bar {
	background-color: #B82E3F;
	box-shadow: 10px 2px 27px 0 rgba(135, 0, 0, 0.5);
	overflow: visible;
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 959px) {
	.vistajet_offcanvas .uk-offcanvas-bar {
		overflow: auto;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_offcanvas .uk-offcanvas-bar {
		width: 100%;
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .vistajet_white_logo {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
	display: none;
}

.vistajet_offcanvas .uk-offcanvas-bar .vistajet_white_logo img {
	width: 100px;
}

@media screen and (max-width: 639px) {
	.vistajet_offcanvas .uk-offcanvas-bar .vistajet_white_logo {
		display: block;
		margin-top: 0;
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
	right: 30px;
	top: 25px;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-search {
	width: 260px;
	margin: 40px auto 0;
}

@media screen and (max-width: 639px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-search {
		margin: 0 auto;
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-search input,
.vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_textarea {
	border-radius: 7px;
	opacity: 0.6;
	border-color: transparent;
	background-color: #C35C69;
	color: #ffffff;
	font-size: 12px;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-search input::-webkit-input-placeholder,
.vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_textarea::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 15px;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-search input:focus,
.vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_offcanvas .uk-offcanvas-bar .uk-search .vistajet_textarea:focus {
	opacity: 0.8;
	background-color: #C35C69;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default {
	display: block;
	width: 100%;
	margin-top: 40px;
}

@media screen and (max-width: 639px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default {
		margin-top: 0;
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li {
	margin-bottom: 0;
	position: relative;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2.04px;
	padding: 10px 0;
	margin-bottom: 5px;
	text-transform: none;
	min-height: auto;
	font-family: "Museo Sans 300", sans-serif;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li a .vistajet_chevron_icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li a {
		padding: 13px 0;
		margin-bottom: 0px;
	}
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li a .vistajet_chevron_icon {
		transform: translateY(-50%) rotate(90deg);
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li a:hover {
	background: #B00016;
	color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 959px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li.uk-open a .vistajet_chevron_icon {
		transform: translateY(-50%) rotate(-90deg);
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li .uk-navbar-dropdown {
	width: 0;
	padding: 0;
	background: none;
	color: none;
	top: 0 !important;
	left: 0 !important;
	margin: 0;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul {
	padding: 5px 0;
	position: absolute;
	left: 350px;
	top: 0;
	bottom: auto;
	border-radius: 0 7px 7px 0;
	opacity: 0.8;
	background-color: #B00016;
	box-shadow: 6px 6px 10px 0 rgba(103, 2, 2, 0.5);
	text-align: left;
	width: 220px;
}

@media screen and (max-width: 959px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul {
		left: 270px;
	}
}

@media screen and (max-width: 959px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul {
		position: unset;
		right: 0;
		left: 0;
		text-align: center;
		border-radius: 0;
		background-color: rgba(176, 0, 22, 0.5);
		box-shadow: none;
		width: 100%;
	}
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul li {
	margin-bottom: 0;
}

.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul li a {
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	margin-bottom: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.vistajet_offcanvas .uk-offcanvas-bar .uk-nav-default li ul li a {
		padding: 10px 10px 10px 10px;
		margin-bottom: 0;
	}
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar {
	background: linear-gradient(180deg, #CACACA 0%, #9A9A9A 100%);
	box-shadow: -2px 9px 27px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
	.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .vistajet_white_logo {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default {
	margin-top: 50px;
	overflow-y: visible;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li.uk-open {
	background-color: #d8d8d8;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li a {
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li a {
		margin-bottom: 0;
		padding: 15px 0;
	}
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li a:hover {
	background-color: #d8d8d8;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li .vistajet_user_name {
	margin-top: -30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2.04px;
	padding: 10px 0;
	text-transform: capitalize;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li .vistajet_user_name:hover {
	background-color: transparent;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li ul {
	right: 350px;
	border-radius: 7px 0 0 7px;
	left: auto;
	background: linear-gradient(180deg, #CACACA 0%, #9A9A9A 100%);
	box-shadow: 6px 6px 10px 0 rgba(119, 119, 119, 0.1);
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default li ul li a:hover {
	background-color: transparent;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default .vistajet_user_logout {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2.04px;
	padding: 10px 0;
	margin-bottom: 5px;
	cursor: pointer;
	top: 0;
	left: 0;
	text-align: center;
	right: 0;
}

.vistajet_offcanvas.vastajet_user_offcanvas .uk-offcanvas-bar .uk-nav-default .vistajet_user_logout:hover {
	background: #D8D8D8;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Museo Sans 300', sans-serif;
	color: #4A4A4A;
	letter-spacing: 0.47px;
	font-size: 14px;
}

body.uk-offcanvas-container {
	overflow-y: hidden !important;
}

a {
	color: #4A4A4A;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #4A4A4A;
}

a:focus {
	outline: none;
}

ul {
	padding-left: 20px;
}

ul li {
	font-size: 14px;
	letter-spacing: 0.54px;
	line-height: 1.8;
	margin-bottom: 20px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

@media screen and (max-width: 991px) {
	.noMarginLeftAircraftDropdown {
		margin-left: 0 !important;
	}
}

.noPaddingBottom {
	padding-bottom: 0 !important;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.vistajet_press_releases_column {
	width: 100%;
	position: relative;
}

.vistajet_press_releases_column .uk-search {
	position: absolute;
	right: 120px;
	top: 40px;
}

@media screen and (max-width: 960px) {
	.vistajet_press_releases_column .uk-search {
		width: 100%;
		right: 0;
		position: relative !important;
		top: 0;
		margin-bottom: 40px;
	}
}

.vistajet_press_releases_column .uk-search input,
.vistajet_press_releases_column .uk-search .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_press_releases_column .uk-search .vistajet_textarea {
	box-sizing: border-box;
	border: 5px solid #FFFFFF;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	min-width: 228px;
}

.vistajet_press_releases_column .notFoundMessage {
	text-align: center;
	color: #929eaa;
	font-family: "Museo Sans 500", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_press_releases_column .notFoundMessage {
		margin-top: -50px;
	}
}

.vistajet_press_releases_column .vistajet_monthly_statement_list {
	max-height: 700px;
	overflow-y: auto;
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul {
	margin-bottom: 70px;
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul li {
	padding-left: 65px;
	position: relative;
	margin-bottom: 25px;
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul li::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-pdf.svg) no-repeat;
	height: 27px;
	width: 24px;
	position: absolute;
	left: 20px;
	top: -3px;
	background-size: 100%;
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul li a {
	font-family: "Garamond Premiere Pro", sans-serif;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.vistajet_press_releases_column .vistajet_monthly_statement_list ul li a {
		font-size: 14px;
	}
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul li a span {
	padding-left: 5px;
	font-family: "Garamond Premiere Pro Light", sans-serif;
}

.vistajet_press_releases_column .vistajet_monthly_statement_list ul li a span::before {
	content: '';
	border-left: 2px solid #666666;
	margin-right: 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_press_releases_column .vistajet_monthly_statement_list ul li a span::before {
		border-left: 1px solid #666666;
	}
}

.vistajet_timeline_seventeen {
	background-image: url(../img/thumbnails/vistajet_100000_flights.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 0 40px;
	background-size: 40%;
	background-position: top right;
}

@media screen and (max-width: 640px) {
	.vistajet_timeline_seventeen {
		background-size: 80%;
	}
}

.vistajet_timeline_social {
	background-color: #F9F5F0;
	padding: 70px 0;
	margin-top: 100px;
}

.vistajet_timeline_social .vistajet_social_links li {
	display: inline-block;
	margin: 10px 15px;
}

.vistajet_timeline_social .vistajet_social_links li a img {
	width: 20px;
}

.vistajet_mr_above_content {
	clear: both;
}

.vistajet_mr_above_content .vistajet_card {
	margin-bottom: 60px;
}

.vistajet_mr_above_content .vistajet_card h5 {
	margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
	.vistajet_mr_above_content .vistajet_card h5 {
		margin-top: 20px;
	}
}

.vistajet_mr_above_content .vistajet_card h3 {
	color: #B00016;
}

.vistajet_mr_above_content p {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.vistajet_mr_above_content p {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.vistajet_mr_above_content p {
		font-size: 14px;
	}
}

.vistajet_mr_above_content a {
	display: block;
}

@media screen and (max-width: 991px) {
	.vistajet_mr_above_content a {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.vistajet_mr_above_content a {
		font-size: 14px;
	}
}

.vistajet_mr_above_content a.vistajet_button_default {
	font-size: 16px;
}

.vistajet_mr_above_content .vistajet_download_pack {
	position: absolute;
	left: 0;
	border-radius: 0 0 10px 10px;
	padding: 20px 0;
	bottom: -55px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_mr_content_fix_margin_left {
	margin-left: -15px !important;
}

.vistjet_timeline .timeline_background_contain {
	background-size: contain;
	background-attachment: unset;
}

@media screen and (max-width: 639px) {
	.vistjet_timeline .timeline_2016 {
		padding: 0px !important;
	}
	.vistjet_timeline .timeline_2012,
	.vistjet_timeline .timeline_2013,
	.vistjet_timeline .timeline_2018 {
		margin-top: 0px !important;
	}
}

.vistjet_timeline header {
	position: relative;
}

.vistjet_timeline header .vistajet_with_background {
	padding-bottom: 100px;
}

@media screen and (max-width: 639px) {
	.vistjet_timeline header .vistajet_with_background {
		padding-bottom: 20px;
	}
}

.vistjet_timeline header #2008 {
	background-size: contain;
}

.vistjet_timeline footer {
	padding: 70px 0 0px;
}

.vistajet_news_blog img {
	width: 100%;
	object-fit: cover;
/* 	max-height: 166px; */
	height: 100%;
}

.vistajet_news_blog .vistajet_featured_news img {
	max-height: 450px;
}

.vistajet_news_blog p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.vistajet_news_blog.vistajet_news_blog_room img {
	max-height: 200px;
}

@media screen and (max-width: 750px) {
	.vistajet_news_blog.vistajet_news_blog_room a {
		display: block;
	}
	.vistajet_news_blog.vistajet_news_blog_room img {
		max-height: 53.333vw;
	}
}

.vistajet_widgets_blog .vistajet_w_instagram img {
	margin-bottom: 30px;
}

.vistajet_widgets_blog .vistajet_w_instagram iframe {
	margin-bottom: 50px;
}

.vistajet_widgets_blog .vistajet_w_facebook {
	overflow-x: hidden;
}

.vistajet_widgets_blog .vistajet_w_facebook img {
	margin-bottom: 30px;
}

.vistajet_widgets_blog .vistajet_w_facebook iframe {
	margin-bottom: 50px;
}

.vistajet_widgets_blog .vistajet_w_twitter img {
	margin-bottom: 30px;
	display: block;
}

.vistajet_widgets_blog .vistajet_w_twitter div::-webkit-scrollbar {
	width: 0;
}

.vistajet_widgets_blog .vistajet_w_twitter div::-webkit-scrollbar-thumb {
	background: transparent;
}

@media screen and (max-width: 480px) {
	.vistajet_news_inside h1 {
		font-size: 30px;
	}
}

.vistajet_news_inside .vistajet_news_inner img {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.vistajet_news_inside .vistajet_news_inner img:first-child {
	margin-top: 0;
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.vistajet_news_inside .vistajet_news_inner p,
.vistajet_news_inside .vistajet_news_inner h5,
.vistajet_news_inside .vistajet_news_inner h6,
.vistajet_news_inside .vistajet_news_inner ul {
	width: 90%;
	margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
	.vistajet_news_inside .vistajet_news_inner p,
	.vistajet_news_inside .vistajet_news_inner h5,
	.vistajet_news_inside .vistajet_news_inner h6,
	.vistajet_news_inside .vistajet_news_inner ul {
		width: auto;
	}
}

.vistajet_news_inside .vistajet_news_inner ul li ul li {
	margin-top: 20px;
	list-style-type: disc;
}

.vistajet_news_inside .vistajet_news_inner iframe,
.vistajet_news_inside .vistajet_news_inner video {
	margin: 30px auto 40px;
	display: block;
	width: 100%;
	max-height: 315px;
	min-height: 315px;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.vistajet_news_inside .vistajet_news_inner iframe,
	.vistajet_news_inside .vistajet_news_inner video {
		margin: 40px auto 20px;
	}
}

.vistajet_news_inside .vistajet_other_stories p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.vistajet_news_inside .vistajet_other_stories p {
		text-align: left;
	}
}

.vistajet_news_inside .vistajet_other_stories img {
	height: 138px;
	width: 100%;
	object-fit: cover;
}

.visatjet_404_page .vistajet_button_primary {
	color: #ffffff;
	border-radius: 5px;
	font-family: "Museo Sans 300", sans-serif;
	font-size: 18px;
}

.vistajet_video_background video {
	width: 100%;
}

@media screen and (max-width: 767px) {
	body.vistajet_with_full_background.vistajet_background_hide_sm {
		background-image: none !important;
	}
}

body.vistajet_with_full_background header .vistajet_with_background:not(.vistajet_background_cover) {
	background-color: transparent !important;
}

body:not(.vistajet_with_full_background) {
	background: transparent !important;
}

@media screen and (max-width: 640px) {
	.header_timeline::before {
		background: none !important;
	}
	.background_image_height_auto_at_mobile {
		height: auto !important;
		padding-bottom: 0 !important;
	}
}

.vistajet_with_background {
	padding-bottom: 200px;
}

.vistajet_with_background:first-child {
	height: 100vh;
	padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
	.vistajet_with_background:first-child {
		height: 100%;
		padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 639px) {
	body:not(.page-template-template-about):not(.page-template-template-ferrari):not(.page-template-template-pets):not(.page-template-template-wine) .vistajet_with_background {
		background: transparent !important;
	}
}

.vistajet_with_background:not(.vistajet_background_cover) {
	padding-bottom: 50px;
	background: #ffffff !important;
	height: auto;
}

@media screen and (max-width: 768px) {
	.vistajet_with_background {
		padding-bottom: 20px;
	}
}

.vistajet_homepage_header:first-child {
	height: 78vh;
}

@media screen and (max-width: 767px) {
	.vistajet_homepage_header:first-child {
		height: 50vh !important;
		padding-bottom: 50px !important;
	}
}

.vistajet_homepage_header .vistajet_playicon {
	top: 40%;
}

.vistajet_homepage_header .vistajet_playicon img {
	width: 150px;
}

@media screen and (max-width: 767px) {
	.vistajet_homepage_header .vistajet_playicon {
		top: 30%;
	}
	.vistajet_homepage_header .vistajet_playicon img {
		width: 100px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_homepage_header {
		background: url(../../globalassets/vistajet_hero_banner_03.jpg) no-repeat top center !important;
		background-size: cover !important;
	}
}

.vistajet_background_egde {
	position: relative;
}

body.vistajet_with_full_background,
.vistajet_with_background:first-child,
.vistajet_background_cover {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 44.74%, rgba(251, 251, 251, 0.75) 90.67%, #FFFFFF 100%);
	background: url(images/bg.html) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100% !important;
}

.vistajet_center_block {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.vistajet_our_office_location {
		display: none;
	}
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon {
	padding: 0;
	background: transparent;
	color: #B00016;
	font-family: "Garamond Premiere Pro", sans-serif;
	font-size: 12px;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon svg {
	display: none;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	height: 9px;
	width: 9px;
	background-color: #C35C69;
	border-radius: 50px;
	margin: 0 auto;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon.vistajet_london_marker {
	font-size: 20px;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon.vistajet_london_marker:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	height: 13px;
	width: 13px;
	border-radius: 50px;
	margin: 0 auto;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_marker.svg);
	background-repeat: no-repeat;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon.vistajet_london_marker::after {
	display: none;
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon:hover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	height: 13px;
	width: 13px;
	border-radius: 50px;
	margin: 0 auto;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_marker.svg);
	background-repeat: no-repeat;
}

.vistajet_collapse_column {
	margin-top: 35px;
}

.vistajet_collapse_column .uk-inline {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.vistajet_collapse_column .uk-inline:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 999;
}

.vistajet_collapse_column .uk-inline a {
	transition: all .2s ease-in-out;
}

.vistajet_collapse_column .uk-inline a .vistajet_heading_primary {
	color: #ffffff;
	font-size: 36px;
	font-family: "Garamond Premiere Pro", sans-serif;
	background: linear-gradient(180deg, rgba(191, 191, 191, 0.63) 0%, rgba(140, 4, 21, 0.63) 100%);
}

.vistajet_collapse_column .uk-inline a .vistajet_heading_primary:hover {
	background: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_collapse_column .uk-inline a .vistajet_heading_primary {
		font-size: 20px;
	}
}

.vistajet_collapse_column .uk-inline a img {
	width: 100%;
	max-height: 336px;
	object-fit: cover;
}

.vistajet_craft_list {
	text-align: center;
}

.vistajet_craft_list a {
	opacity: 0.43;
	display: inline-block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.vistajet_craft_list a:hover {
	opacity: 1;
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.vistajet_craft_list a:hover p {
	color: #B00016;
}

.vistajet_craft_list a:hover p small {
	color: #4A4A4A;
}

.vistajet_craft_list a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 500px) {
	.vistajet_craft_list a img {
		max-width: 150px;
	}
}

.vistajet_craft_list a p small {
	display: block;
}

.configuration {
	color: #4A4A4A;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.vistajet_exco_bio .uk-container img {
	text-align: center;
	width: 80%;
}

@media screen and (max-width: 640px) {
	.vistajet_exco_bio .uk-container img {
		width: 100%;
	}
}

@media screen and (max-width: 959px) {
	.vistajet_exco_bio .uk-container img {
		width: 50%;
	}
}

@media screen and (max-width: 959px) {
	.vistajet_exco_bio .uk-container .vistajet_heading_column {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_exco_bio .uk-container .vistajet_heading_column .vistajet_heading_primary {
		font-size: 48px;
	}
}

.vistajet_exco_bio .uk-container .vistajet_heading_column .vistajet_heading_secondary::after {
	display: none;
}

.vistajet_exco_list {
	text-align: center;
	display: block;
}

.vistajet_exco_list img {
	margin-bottom: 15px;
	text-align: center;
}

.vistajet_exco_list h3 {
	margin-bottom: 12px;
}

.vistajet_exco_list h5 {
	font-family: "Museo Sans 700", sans-serif;
	color: #B00016;
	font-size: 14px;
}

.vistajet_perfect_craft {
	border-left: 1px solid #C9C9C9;
	padding: 30px 15px 30px 70px;
}

.vistajet_perfect_craft h4 {
	font-size: 14px;
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_perfect_craft .vistajet_planshadows {
	background-image: url(https://www.vistajet.com/Static/img/icons/vistajet_planshadow._icon.svg);
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin-bottom: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_perfect_craft .vistajet_planshadows {
		background-position: center;
	}
}

.vistajet_perfect_craft ul li {
	margin-bottom: 10px;
}

.vistajet_perfect_craft hr {
	border: 1px solid #C9C9C9;
	margin: 30px 0 30px -70px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_perfect_craft {
		padding: 30px 15px 30px 30px;
	}
	.vistajet_perfect_craft hr {
		margin: 30px 0 30px -30px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_perfect_craft {
		border-top: 1px solid #C9C9C9;
		border-left: none;
		padding: 30px 15px 0;
		margin-top: 30px;
	}
	.vistajet_perfect_craft hr {
		margin: 30px -15px 30px -15px;
	}
}

.vistajet_membership_content {
	width: 80%;
	margin: 30px auto 0;
}

@media screen and (max-width: 959px) {
	.vistajet_membership_content {
		width: 100%;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_membership_content {
		margin: 0px auto 0;
	}
}

.vistajet_aircraft_cost_list_dropdown {
	margin-bottom: 30px;
	font-size: 20px;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_traget_text {
	height: 24px;
	width: 22%;
	color: #4A4A4A;
	font-size: 20px;
	letter-spacing: 0.3px;
	line-height: 24px;
}

.vistajet_aircraft_cost_list_dropdown input,
.vistajet_aircraft_cost_list_dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_aircraft_cost_list_dropdown .vistajet_textarea {
	font-size: 12px;
	box-sizing: border-box;
	width: 147px;
	border: none;
	outline: none;
	border-bottom: 1px solid #979797;
	padding-left: 10px;
	font-family: "Museo Sans 100", sans-serif;
	margin: 0 10px;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container {
	border: none !important;
	border-bottom: thin solid #979797 !important;
	margin-bottom: 20px !important;
	position: relative !important;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container:focus {
	outline: none;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_input_wrapper {
	border: none;
	margin: 0;
	font-size: 20px;
	color: #666;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-1492t68 {
	margin-left: 0;
	margin-right: 25px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 26px;
	color: #4A4A4A;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-xp4uvy {
	width: calc(100% - 25px) !important;
	color: #4A4A4A;
	padding: 0px 10px 0 0 !important;
	font-size: 20px !important;
	font-family: "Museo Sans 300", sans-serif !important;
	height: 26px !important;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1492t68 {
	margin-left: 0 !important;
	margin-right: 25px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 26px;
	color: #4A4A4A;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_select_input .css-2o5izw .css-xp4uvy {
	width: calc(100% - 25px) !important;
	color: #4A4A4A;
	padding: 0px 10px 0 0 !important;
	font-size: 20px !important;
	font-family: "Museo Sans 300", sans-serif !important;
	height: 26px !important;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_select_container i {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}

.vistajet_aircraft_cost_list_dropdown select {
	width: 100%;
	border: none;
	font-size: 20px;
	border-radius: 0 !important;
	background: transparent;
	box-sizing: border-box;
	font-family: "Museo Sans 300", sans-serif;
	color: #666;
	outline: none;
	height: 34px;
	cursor: pointer;
	position: relative;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.vistajet_aircraft_cost_list_dropdown select:focus {
	outline: none;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_per_year_input {
	font-size: 20px;
	font-family: "Museo Sans 300", sans-serif;
	color: #4A4A4A;
	padding-left: 0;
	outline: none;
	border-radius: 0;
	font-weight: 300;
	width: 113px;
}

@media screen and (max-width: 639px) {
	.vistajet_aircraft_cost_list_dropdown .vistajet_per_year_input {
		width: 110px;
	}
}

.vistajet_aircraft_cost_list_dropdown .vistajet_per_year_text {
	font-size: 20px;
	line-height: 40px;
	color: #808080;
}

.vistajet_aircraft_cost_list_dropdown .vistajet_per_year_input[type=number]::-webkit-inner-spin-button,
.vistajet_aircraft_cost_list_dropdown .vistajet_per_year_input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.vistajet_aircraft_comparison {
	width: 100%;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_aircraft_comparison .vistajet_additional_text {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

.vistajet_aircraft_comparison .vistajet_aircraft_display {
	margin: 0 auto;
	text-align: center;
	max-width: 450px;
	width: 100%;
}

.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils {
	margin: 50px auto 0;
	max-width: 900px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils {
		text-align: center;
	}
}

.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils h3 {
	text-align: center;
	color: #B00016;
	font-size: 36px;
	margin-bottom: 40px;
}

.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils h4 {
	color: #B00016;
	font-family: "Museo Sans 300", sans-serif;
	font-size: 20px;
}

.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils ul {
	padding-left: 0;
}

.vistajet_aircraft_comparison .vistajet_aircraft_comparison_deatils ul li {
	list-style-type: none;
}

.vistajet_aircraft_comparison_text {
	color: #9B9B9B;
	font-size: 12px;
	max-width: 960px;
	margin: 50px auto 0;
	max-width: 960px;
	width: 100%;
}

.vistajet_skeleton_card {
	padding: 18px 24px;
	margin-bottom: 24px;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.vistajet_skeleton_card::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-top: 15px;
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
}

.vistajet_skeleton_card .vistajet_location_guide {
	display: inline-block;
	width: 35%;
	height: 10px;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
	margin-bottom: 10px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_skeleton_card .vistajet_location_guide {
		width: 35%;
	}
}

.vistajet_skeleton_card .vistajet_location_guide span {
	width: 60%;
	height: 10px;
	margin-top: 15px;
	display: block;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
}

.vistajet_skeleton_card .vistajet_location_guide:nth-child(2) {
	text-align: right;
}

.vistajet_skeleton_card .vistajet_location_guide:nth-child(2) span {
	text-align: right;
	float: right;
}

.vistajet_skeleton_card .vistajet_available_date {
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
	margin: 50px auto 0;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_skeleton_card .vistajet_available_date {
		width: 100%;
	}
}

.vistajet_skeleton_map {
	width: 100%;
	height: 470px;
	border-radius: 6px;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_skeleton_button {
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 14px 70px;
	border-color: transparent;
	display: inline-block;
	margin-top: 15px;
	border-radius: 6px;
	text-align: center;
}

.vistajet_skeleton_button span {
	width: 60px;
	height: 15px;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
}

@keyframes shine-lines {
	0% {
		background-position: -100px;
	}
	40%,
	100% {
		background-position: 140px;
	}
}

@keyframes shine-avatar {
	0% {
		background-position: -32px;
	}
	40%,
	100% {
		background-position: 208px;
	}
}

.vistajet_skeleton_airport .vistajet_location_guide {
	display: inline-block;
	width: 88px;
	height: 10px;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
	margin-bottom: 10px;
}

.vistajet_skeleton_airport .vistajet_location_guide span {
	width: 40px;
	height: 10px;
	margin-top: 15px;
	display: block;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine-avatar 1.6s infinite linear;
}

.vistajet_skeleton_airport .vistajet_location_guide:nth-child(2) {
	text-align: right;
}

.vistajet_skeleton_airport .vistajet_location_guide:nth-child(2) span {
	text-align: right;
	float: right;
}

@media screen and (max-width: 767px) {
	.vistajet_skeleton_airport .vistajet_location_guide {
		width: 70px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_skeleton_airport .vistajet_location_guide {
		width: auto;
	}
}

.vistajet_button_default {
	color: #B00016;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}

.vistajet_button_default:hover,
.vistajet_button_default:focus {
	border-color: transparent;
	background-color: #ad3f4d;
    color: #fff;
	outline: none;
}

.uk-button:hover, button:hover {
    background-color: #7d0010;
    color: #fff;
}

.vistajet_button_default,
.vistajet_button_primary,
.vistajet_button_large,
.vistajet_button_outline {
	border-radius: 5px;
	background-color: #c35c69;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 14px 50px;
	line-height: 1.4;
	border-color: transparent;
	text-transform: none;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	font-family: "Museo Sans 500", sans-serif;
	white-space: nowrap;
	font-weight: normal;
	cursor: pointer;
	color: #FFF;
}

.vistajet_button_primary {
	color: #ffffff;
	background-color: #C35C69;
}

.vistajet_button_primary:hover,
.vistajet_button_primary:focus {
	border-color: transparent;
	background: #C35C69;
	color: #ffffff;
}

.vistajet_button_large {
	color: #B00016;
}

.vistajet_button_large:hover,
.vistajet_button_large:focus {
	border-color: transparent;
	background: #ffffff;
}

.vistajet_button_large {
	padding: 20px 15px;
}

.vistajet_icon {
	position: relative;
}

.vistajet_icon.vistajet_download_icon::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-download.svg);
}

.vistajet_icon.vistajet_download_icon::before {
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	background-size: 60%;
	top: 0;
	right: 0;
}

.vistajet_button_outline {
	box-shadow: none;
	border: 2px solid #C35C69;
	color: #C35C69;
}

.vistajet_button_wrapper .vistajet_button_default {
	margin: 15px 10px 0;
}

@media screen and (max-width: 640px) {
	.vistajet_button_wrapper {
		display: block;
	}
	.vistajet_button_wrapper .vistajet_button_default {
		margin: 15px 0 0 0;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_full_width_button {
		width: 100% !important;
	}
}

.disable_stepper_button {
	opacity: 0.3;
}

.vistajet_playicon img {
	width: 200px;
}

.vistajet_plus_icon {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_plus_icon.svg) no-repeat;
}

.vistajet_card {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_card.vistajet_card_active {
	background-color: #C35C69;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_card.vistajet_card_active .vistajet_location_guide,
.vistajet_card.vistajet_card_active .vistajet_available_date {
	color: #ffffff;
	opacity: 1;
}

.vistajet_card.vistajet_card_active .vistajet_location_guide span,
.vistajet_card.vistajet_card_active .vistajet_available_date span {
	color: #ffffff;
}

.vistajet_card.vistajet_card_active::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_arrow_right_white.svg) no-repeat;
}

.vistajet_card_dropoff {
	padding: 18px 24px;
	margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
	.vistajet_card_dropoff {
		padding: 18px 14px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_card_dropoff {
		padding: 18px 24px;
	}
}

.vistajet_card_dropoff::before {
	content: "";
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-arrow-right.svg) no-repeat;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
}

.vistajet_card_dropoff .vistajet_location_guide {
	display: inline-block;
	color: #4A4A4A;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 88px;
	line-height: 1.4;
}

.vistajet_card_dropoff .vistajet_location_guide:nth-child(2) {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.vistajet_card_dropoff .vistajet_location_guide {
		width: 65px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_card_dropoff .vistajet_location_guide {
		width: auto;
	}
}

.vistajet_card_dropoff .vistajet_location_guide span {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #929eaa;
}

.vistajet_card_dropoff .vistajet_available_craft {
	clear: both;
	text-align: center;
}

.vistajet_card_dropoff .vistajet_available_craft img {
	display: block;
	text-align: center;
	margin: 60px auto 15px;
	max-width: 130px;
	width: 100%;
}

.vistajet_card_dropoff .vistajet_available_craft .vistajet_planshadows {
	background-image: url(https://www.vistajet.com/Static/img/icons/vistajet_planshadow._icon.svg);
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 10px;
}

.vistajet_card_dropoff .vistajet_available_date {
	opacity: 0.68;
	color: #4A4A4A;
	font-size: 10px;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}

.vistajet_card_dropoff .vistajet_available_date span {
	color: #B00016;
}

@media screen and (max-width: 767px) {
	.vistajet_card_dropoff .vistajet_available_date {
		font-size: 9px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_card_dropoff .vistajet_available_date {
		font-size: 10px;
	}
}

.vistajet_card_dropoff .vistajet_location_detail {
	margin-top: 30px;
	margin-bottom: 10px;
}

.vistajet_card_dropoff .vistajet_location_detail small span {
	display: block;
}

.vistajet_card_dropoff.vistajet_flight_availability {
	padding: 15px 20px;
	cursor: default;
}

.vistajet_card_dropoff.vistajet_flight_availability pre {
	margin: 0;
}

.vistajet_card_dropoff.vistajet_flight_availability small {
	font-size: 10px;
}

.vistajet_card_dropoff.vistajet_flight_availability .vistajet_available_date {
	margin-top: 0;
}

.vistajet_card_dropoff.vistajet_flight_availability .vistajet_jet_view {
	margin: 20px auto 0;
	text-align: center;
}

.vistajet_card_dropoff.vistajet_flight_availability .vistajet_jet_view img {
	margin-bottom: 15px;
}

.vistajet_card_dropoff.vistajet_flight_availability .vistajet_jet_view small {
	color: #4A4A4A;
	font-size: 10px;
	display: block;
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details {
	min-width: 300px;
	padding: 0;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details::before {
	display: none;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_card_offer_map_content {
	padding: 24px 20px 0;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_card_offer_map_content::before {
	content: "";
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-arrow-right.svg) no-repeat;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_available_craft small {
	font-size: 16px;
	text-decoration: underline;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_available_date {
	font-size: 14px;
	margin-bottom: 5px;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_available_date span {
	display: block;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_button_primary {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	font-size: 18px;
}

.vistajet_card_dropoff.vistajet_card_offer_map_details .vistajet_available_date span {
	display: block;
}

.vistajet_offer_card_two .vistajet_card_dropoff {
	padding: 18px 16px;
}

.vistajet_offer_card_two .vistajet_card_dropoff .vistajet_location_guide {
	width: 70px;
}

.vistajet_card_with_bottom_border {
	overflow: hidden;
}

.vistajet_card_with_bottom_border::after {
	content: '';
	position: absolute;
	background: url("../img/icons/vistajet_line_icon.png") repeat;
	bottom: 0;
	width: 100%;
	height: 2px;
	left: 0;
	overflow: hidden;
	background-position: 7px 0;
}

.vistajet_card_with_bottom_border h5 {
	font-size: 22px;
	color: #C35C69;
}

.vistajet_card_with_bottom_border h4 {
	margin: 0;
}

.vistajet_card_with_bottom_border p {
	margin: 0;
	line-height: 16px;
}

.vistajet_progress_bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	margin: 0;
}

.vistajet_progress_bar::-webkit-progress-bar {
	background-color: #979797;
}

.vistajet_progress_bar::-moz-progress-bar {
	background-color: #979797;
}

.vistajet_progress_bar::-webkit-progress-value {
	background-color: #C35C69;
}

.vistajet_progress_bar::-ms-fill {
	background-color: #C35C69;
}

@media screen and (max-width: 638px) {
	.vistajet_card_offer_map_content .vistajet_location_guide.uk-float-left {
		width: 88px !important;
	}
	.vistajet_card_dropoff .vistajet_location_truncate.uk-float-left {
		width: 88px !important;
	}
}

.vistajet_expanded_content {
	border-color: transparent;
	background: transparent;
	outline: none;
	position: relative;
	padding: 0;
	width: 100%;
	text-align: left;
}

.vistajet_expanded_content:hover::before {
	border-color: transparent;
}

.vistajet_expanded_content::before {
	border-color: transparent;
}

.vistajet_expanded_content span {
	height: 26px;
	width: 26px;
	display: inline-block;
	transition-timing-function: ease-in;
	transition: 0.6s;
	cursor: pointer;
}

.vistajet_expanded_content span.vistajet_close_icon {
	transform: rotate(45deg);
}

.vistajet_offer_page_active {
	font-weight: bold;
}

.vistajet_offer_page_active li.uk-active a {
	color: #B00016 !important;
}

.vistajet_blur_column {
	padding: 30px 30px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_blur.svg);
	background-color: rgba(255, 255, 255, 0.66);
	border-radius: 3px;
	position: relative;
	z-index: 99;
}

@media screen and (max-width: 640px) {
	.vistajet_blur_column {
		background: none;
		padding: 0px;
	}
}

.vistajet_blur_column #blur-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background-position: center -70px;
	filter: blur(5px) grayscale(1);
}

.vistajet_uk-pagination {
	margin-bottom: 30px;
}

.vistajet_uk-pagination li a {
	color: #929eaa;
	font-size: 18px;
}

.vistajet_uk-pagination li a:hover {
	color: #929eaa;
}

.vistajet_uk-pagination li a:focus {
	color: #929eaa;
}

.vistajet_uk-pagination li a.uk-active {
	color: #B00016;
	font-weight: bold;
}

p {
	font-size: 14px;
	letter-spacing: 0.54px;
	line-height: 1.8;
	margin-bottom: 20px;
}

pre {
	font-family: "Museo Sans 300", sans-serif;
	display: block;
	white-space: pre;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 0.54px;
	line-height: 1.8;
	margin-bottom: 20px;
	background: transparent;
	border-color: transparent;
	padding: 0;
	overflow-x: hidden;
}

small {
	letter-spacing: 0.54px;
	line-height: 1.8;
}

hr {
	box-sizing: border-box;
	height: 1px;
	border: 0.5px solid #B00016;
	background: #B00016;
}

.vistajet_sorry_we_couldnt {
	color: #B00016;
	font-size: 20px;
}

.vistajet_sorry_we_couldnt a {
	color: #B00016;
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_sorry_we_couldnt_info_icon {
	margin: 0px 0 0 0;
	width: 25px;
}

.vistajet_sorry_we_couldnt_info_text {
	font-size: 14px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.vistajet_sub_small_heading {
	font-family: "Museo Sans 700", sans-serif;
	color: #B00016;
	font-size: 18px;
	text-transform: initial;
	margin: 0;
	padding: 0;
	border: none;
	cursor: text !important;
}
h6.vj-intro{
	font-family: "Museo Sans 700", sans-serif;
}
.vistajet_sub_small_heading:hover {
	color: #B00016;
}

.vistajet_sub_small_heading:focus {
	color: #B00016;
}

.vistajet_sub_small_heading i {
	display: none;
}

@media screen and (max-width: 639px) {
	.vistajet_sub_small_heading {
		cursor: pointer !important;
		width: 100%;
		background: #B00016;
		text-align: left;
		padding: 15px 30px;
		color: #ffffff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.vistajet_sub_small_heading:hover {
		background: #B00016;
		color: #ffffff;
	}
	.vistajet_sub_small_heading:focus {
		background: #B00016;
		color: #ffffff;
	}
	.vistajet_sub_small_heading i {
		display: inline-block;
	}
}

.vistajet_our_office_location .vistajet_offices_marker .uk-icon {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.vistajet_heightlighted_heading {
	font-size: 18px;
	text-decoration: underline;
}

.vistajet_hidden_content {
	display: none;
	margin-bottom: 20px;
}

.vistajet_align_left_m {
	float: left;
}

.vistajet_align_right_m {
	float: right;
}

.vistajet_color_white {
	color: #ffffff;
}

.vistajet_color_black {
	color: #000;
}

.vistajet_color_grey {
	color: #4A4A4A;
}

.vistajet_color_lightgrey {
	color: #CBCBCB;
}

.vistajet_color_red {
	color: #B00016;
}

.vistajet_color_red a {
	color: #B00016;
}

.vistajet_video_background {
	position: relative;
}

.vistajet_skip {
	font-size: 16px;
	color: #B00016;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.vistajet_skip {
		display: none;
	}
}

.vistajet_skip {
	text-transform: uppercase;
	letter-spacing: 0.49px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.vistajet_chart_status {
	align-items: center;
	flex-direction: row;
	display: inline-flex;
	margin-right: 30px;
}

.vistajet_chart_status p {
	margin: 0;
	font-size: 14px;
}

.vistajet_chart_status p::before {
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
	background: #B00016;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.vistajet_chart_status.vistajet_chart_status_gray p::before {
	content: '';
	background: #CBCBCB;
}

@media screen and (max-width: 959px) {
	.vistajet_chart_status {
		margin-right: 10px;
	}
}

.vistajet_storelink_container {
	text-align: left;
	margin-top: 30px;
}

.vistajet_storelink_container a {
	display: inline-block;
	margin-right: 5px;
}

.vistajet_storelink_container a img {
	height: 28px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-1 {
	margin-left: 8.333%;
}

.col-xs-offset-2 {
	margin-left: 16.667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.333%;
}

.col-xs-offset-5 {
	margin-left: 41.667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.333%;
}

.col-xs-offset-8 {
	margin-left: 66.667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.333%;
}

.col-xs-offset-11 {
	margin-left: 91.667%;
}

.start-xs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.middle-xs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.bottom-xs {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.last-xs {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.videocontainer {
	width: 100%;
	position: relative;
	height: 750px;
	overflow: hidden;
	z-index: 10;
}

.videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
}

.nav_header {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.videobg::before {
	content: '';
	background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
	width: 100%;
	height: 100%;
	position: absolute;
}

@media all and (max-width: 320px) {
	.videocontainer {
		height: 250px;
	}
}

@media all and (max-width: 768px) and (min-width: 321px) {
	.videocontainer {
		height: 370px;
	}
}

@media only screen and (min-width: 48em) {
	.container {
		width: 46rem;
	}
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 62em) {
	.container {
		width: 61rem;
	}
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-1 {
		margin-left: 8.333%;
	}
	.col-md-offset-2 {
		margin-left: 16.667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.333%;
	}
	.col-md-offset-5 {
		margin-left: 41.667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333%;
	}
	.col-md-offset-8 {
		margin-left: 66.667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.333%;
	}
	.col-md-offset-11 {
		margin-left: 91.667%;
	}
	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 75em) {
	.container {
		width: 71rem;
	}
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_map_hidden {
		height: 0 !important;
	}
}

.vistajet_mt_xsmall {
	margin-top: 5px !important;
}

.vistajet_mt_small {
	margin-top: 10px !important;
}

.vistajet_mb_small {
	margin-bottom: 10px !important;
}

.vistajet_mb_xsmall {
	margin-bottom: 5px !important;
}

.gray_hr {
	border: 0.5px solid #d8d8d8;
	background: #d8d8d8 !important;
}

.vistajet_tooltip {
	position: relative;
}

.vistajet_tooltip .vistajet_tooltip_icon {
	width: 26px;
	height: 23px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_tooltip_info.svg) no-repeat;
	position: absolute;
	background-size: 60%;
	background-position: top center;
}

.vistajet_tooltip .vistajet_tooltip_box {
	width: 150px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.11), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	position: absolute;
	visibility: hidden;
	transform: translateX(-85%);
	padding: 10px 15px;
	z-index: 2;
}

.vistajet_tooltip .vistajet_tooltip_box span {
	font-size: 12px;
	font-style: normal;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_tooltip:hover .vistajet_tooltip_box {
	visibility: visible;
}

.vistajet_valid_error {
	margin: 10px 0 0 !important;
	font-size: 10px !important;
	color: #C35C69 !important;
	font-family: "Museo Sans 500", sans-serif !important;
	line-height: 1.1 !important;
}

.vistajet_personal_data_toggle {
	border: none;
	outline: none;
	margin: 0;
	text-decoration: underline;
	padding: 0;
	cursor: pointer;
	background: transparent;
}

#vistajet_personal_data {
	padding: 20px;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

#vistajet_personal_data .uk-icon {
	position: absolute;
	right: 15px;
	cursor: pointer;
}

#vistajet_personal_data h3 {
	font-size: 20px;
	font-family: "Museo Sans 300", sans-serif;
	padding-left: 20px;
}

#vistajet_personal_data ul li {
	margin-bottom: 10px;
	display: inline-block;
	border-right: 1px solid #d8d8d8;
	width: calc(92% / 3 - 20px);
	margin-right: 20px;
}

#vistajet_personal_data ul li:last-child {
	border-right: none;
}

@media screen and (max-width: 767px) {
	#vistajet_personal_data ul li {
		width: calc(92% / 1);
		border: none;
		margin-right: 0;
	}
}

.vistajet_spinner .uk-spinner {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	background: #ffffffed;
	z-index: 1000;
	border-radius: 4px;
}

.vistajet_spinner .uk-spinner svg {
	top: 50%;
	position: absolute;
	left: calc(50% - 15px);
}

.uk-spinner svg {
	color: #B00016;
}

.vistajet_screen_wrapper {
	min-height: calc(100vh - 325px);
}

.vistajet_iconnav_dropdown {
	padding: 5px 15px;
	max-width: 260px;
}

.vistajet_iconnav_dropdown a span {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 14px;
	color: #9B9B9B;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_truncate_one_line,
.vistajet_table_text_truncate {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.vistajet_table_text_truncate {
	line-height: 26px;
}

@media screen and (max-width: 639px) {
	.vistajet_table_text_truncate {
		line-height: 22px;
	}
}

.vistajet_max_width_130 {
	max-width: 130px !important;
}

.vistajet_year_hours {
	position: absolute;
	right: 0;
	left: 10px;
	top: 110px;
	color: #B00016;
	font-size: 56px;
	letter-spacing: 0.72px;
	line-height: 57px;
	font-family: 'Museo Sans 700', sans-serif;
	margin: 0;
}

.vistajet_per_year {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #4A4A4A;
	position: absolute;
	top: 160px;
	right: 0px;
	left: 10px;
	margin: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_program_builder_wrapper .vistajet_card {
		padding: 30px 15px;
	}
}

.vistajet_program_builder_wrapper .vistajet_primary_program .vistajet_button_default[disabled] {
	opacity: 1;
}

.vistajet_program_builder_wrapper .vistajet_primary_program .vistajet_plan_a_program {
	box-shadow: none;
	border: thin solid #d8d8d8;
}

.vistajet_scroll_center {
	box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset, -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

.vistajet_scroll_left {
	box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

.vistajet_scroll_right {
	box-shadow: -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

@media screen and (max-width: 639px) {
	.vistajet_text_black {
		color: #4A4A4A !important;
	}
	.vistajet_text_black h2,
	.vistajet_text_black h3,
	.vistajet_text_black h4,
	.vistajet_text_black span,
	.vistajet_text_black p {
		color: #4A4A4A !important;
	}
	.vistajet_text_black h2 span,
	.vistajet_text_black h3 span,
	.vistajet_text_black h4 span,
	.vistajet_text_black span span,
	.vistajet_text_black p span {
		color: #4A4A4A !important;
	}
	.page-template-template-about h2.vistajet_heading_secondary.vistajet_color_white {
		color: #fff !important;
	}
	.page-template-template-about .vistajet_text_black p span {
		color: #fff !important;
	}
}

.vistajet_screen_quotes {
	min-height: 100vh;
}

.vistajet_qoutes_content_wrapper {
	min-height: calc(100vh - 395px);
}

.vistajet_pointer_none {
	pointer-events: none !important;
}

@media screen and (max-width: 639px) {
	.vistajet_block_button {
		padding: 14px 0 !important;
		width: 100% !important;
	}
}

.vistajet_museo_700 h1 {
	font-family: "Museo Sans 700", sans-serif !important;
	font-size: 36px !important;
}

.vistajet_faq_dropdown {
	outline: none;
	padding: 14px 15px 14px 22px;
	letter-spacing: 0.54px;
	font-family: "Museo Sans 300", sans-serif !important;
	font-size: 18px !important;
	background: #B00016 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	margin-bottom: 35px;
}

.vistajet_faq_dropdown .vistajet_chevron_down {
	transform: rotate(90deg) !important;
}

.vistajet_faq_dropdown .vistajet_chevron_down .vistajet_chevron_right_gray {
	display: none;
}

.vistajet_faq_dropdown.uk-open {
	background: #ffffff !important;
	color: #d8d8d8 !important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15) !important;
}

.vistajet_faq_dropdown.uk-open .vistajet_chevron_down {
	transform: rotate(-90deg) !important;
}

.vistajet_faq_dropdown.uk-open .vistajet_chevron_down .vistajet_chevron_right_white {
	display: none;
}

.vistajet_faq_dropdown.uk-open .vistajet_chevron_down .vistajet_chevron_right_gray {
	display: inline-block;
}

.vistajet_faq_dropdown_card {
	top: 68px !important;
	box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.15) !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px !important;
}

.vistajet_faq_dropdown_card ul li {
	border-bottom: 1px solid #e0e0e0;
}

.vistajet_faq_dropdown_card ul li a {
	padding-left: 10px;
}

.vistajet_faq_dropdown_card ul li:last-of-type {
	border-bottom: none !important;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.vistajet_offer_max_width {
		max-width: 23% !important;
	}
	.vistajet_offer_button_alignment {
		margin-left: 6%;
		max-width: 8% !important;
	}
}

@media screen and (min-width: 960px) {
	.vistajet_offer_max_width {
		max-width: 22% !important;
	}
	.vistajet_offer_max_width:nth-child(3) {
		max-width: 25% !important;
	}
	.vistajet_offer_button_alignment {
		margin-left: 6%;
		max-width: 8% !important;
	}
}

.vistajet_lightbox_thumbnail {
	width: 235px;
	height: 141px;
	object-fit: cover;
}

@media screen and (max-width: 700px) {
	.vistajet_lightbox_thumbnail {
		height: 100px;
	}
}

@media screen and (max-width: 500px) {
	.vistajet_lightbox_thumbnail {
		height: 50px;
	}
}

@media screen and (max-width: 400px) {
	.vistajet_lightbox_thumbnail {
		height: 40px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_gallery .responsive_thumbnail {
		text-align: center !important;
	}
}

.vistajet_full_screen_spinner_loader {
	position: absolute;
	left: calc(100vw - 50% - 15px);
	top: calc(100vh - 50% - 15px);
}

@media screen and (max-width: 639px) {
	#HowtoFlyProgramRow .vistajet_heading_column,
	#HowtoFlyProgramRow p,
	#HowtoFlyProgramRow .vistajet_button_default {
		margin-left: 30px;
		margin-right: 30px;
	}
	#HowtoFlyProgramRow .vistajet_button_default {
		width: 90% !important;
	}
}

#HowtoFlyProgramRow .vistajet_left_block:last-child img {
	float: right;
}

.offer_plan_flight_btn {
	margin-top: 0;
}

.visatjet_flight_option {
	margin-bottom: 18px;
	font-size: 18px;
}

.visatjet_flight_option a {
	font-size: 16px;
	margin-right: 20px;
	font-family: "Museo Sans 100", sans-serif;
}

.visatjet_flight_option a.visatjet_flight_active {
	font-family: "Museo Sans 700", sans-serif;
	font-size: 18px;
}

.vistajet_primary_form input.vistajet_border_top_transparent,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_top_transparent.vistajet_textarea {
	border-top-color: transparent;
}

.vistajet_primary_form input.vistajet_border_bottom_transparent,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_bottom_transparent.vistajet_textarea {
	border-bottom-color: transparent;
}

.vistajet_primary_form input.vistajet_border_left_transparent,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_left_transparent.vistajet_textarea {
	border-left-color: transparent;
}

.vistajet_primary_form input.vistajet_border_right_transparent,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_right_transparent.vistajet_textarea {
	border-right-color: transparent;
}

.vistajet_primary_form input.vistajet_border_top_hidden,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_top_hidden.vistajet_textarea {
	border-top: none;
}

.vistajet_primary_form input.vistajet_border_bottom_hidden,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_bottom_hidden.vistajet_textarea {
	border-bottom: none;
}

.vistajet_primary_form input.vistajet_border_left_hidden,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_left_hidden.vistajet_textarea {
	border-left: none;
}

.vistajet_primary_form input.vistajet_border_right_hidden,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_border_right_hidden.vistajet_textarea {
	border-right: none;
}

.vistajet_primary_form input.vistajet_button_primary,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_button_primary.vistajet_textarea {
	width: auto;
	margin-bottom: 0;
	height: 40px;
	padding: 0 40px;
	border-radius: 5px;
	outline: none;
	border-color: transparent;
	cursor: pointer;
}

.vistajet_primary_form textarea {
	resize: none;
	height: 130px;
	width: 100%;
	border: thin solid #d8d8d8;
	margin-bottom: 30px;
	border-radius: 4px;
	font-size: 13px;
	color: #4A4A4A;
	text-indent: 10px;
	padding-top: 10px;
	outline: none;
	font-family: inherit;
}

.vistajet_primary_form textarea::-webkit-input-placeholder {
	color: #4A4A4A;
	font-size: 13px;
}

.vistajet_primary_form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #4A4A4A;
	font-size: 13px;
}

.vistajet_primary_form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #4A4A4A;
	font-size: 13px;
}

.vistajet_primary_form textarea:-ms-input-placeholder {
	color: #4A4A4A;
	font-size: 13px;
}

@media screen and (max-width: 640px) {
	.vistajet_primary_form .vistajet_safari::-webkit-input-placeholder {
		text-indent: 11px;
	}
}

.vistajet_primary_form.vistajet_primary_program .vistajet_checkbox_top_auto_remove {
	margin-top: 0 !important;
}

.vistajet_primary_form.vistajet_primary_program .vistajet_button_default:disabled,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_default[disabled],
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary:disabled,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary[disabled] {
	background-color: #cfcfcf;
	color: #ffffff;
	cursor: not-allowed;
}

.vistajet_primary_form.vistajet_primary_program .vistajet_button_default:disabled:hover,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_default:disabled:focus,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_default[disabled]:hover,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_default[disabled]:focus,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary:disabled:hover,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary:disabled:focus,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary[disabled]:hover,
.vistajet_primary_form.vistajet_primary_program .vistajet_button_primary[disabled]:focus {
	background-color: #cfcfcf;
	color: #ffffff;
	cursor: not-allowed;
	opacity: 1;
}

.vistajet_checkbox {
	margin-top: 40px !important;
}

@media screen and (max-width: 640px) {
	.vistajet_checkbox {
		margin-top: 30px !important;
	}
}

.vistajet_checkbox.vistajet_checkbox_top_auto {
	margin-top: 30px !important;
}

.vistajet_checkbox label {
	font-size: 12px;
}

.vistajet_checkbox label:focus {
	outline: none;
}

.vistajet_checkbox label input,
.vistajet_checkbox label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_checkbox label .vistajet_textarea {
	height: 13px;
	width: 13px;
	margin-right: 10px;
}

.vistajet_checkbox label input:focus,
.vistajet_checkbox label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_checkbox label .vistajet_textarea:focus {
	outline: none;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
	background-color: #B00016 !important;
	border-color: transparent;
	border-radius: 2px;
	background-size: 80%;
}

.vistajet_checkbox label input,
.vistajet_checkbox label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_checkbox label .vistajet_textarea,
.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile label input,
.vistajet_checkbox_user_profile label input,
.vistajet_checkbox_user_profile label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_checkbox_user_profile label .vistajet_textarea {
	box-sizing: border-box;
	border: thin solid #979797;
	border-radius: 1px;
}

.vistajet_primary_form .vistajet_input_wrapper {
	width: 100%;
	position: relative;
	border: thin solid #d8d8d8;
	margin-bottom: 30px;
	border-radius: 4px;
	font-size: 13px;
	color: #4A4A4A;
	font-family: 'Museo Sans 300', sans-serif !important;
}

.vistajet_primary_form .vistajet_input_wrapper input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea {
	width: 100%;
	display: block;
	position: relative;
	z-index: 99;
	padding: 0 10px;
	border: none;
	background-color: transparent !important;
	outline: none;
	transform: translateY(0);
	opacity: 0;
	transition: .25s ease-in-out;
	height: 33.5px;
	box-sizing: border-box;
	color: #4A4A4A;
	font-size: 13px;
	font-family: "Museo Sans 300", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper input,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper input:focus,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus,
.vistajet_primary_form .vistajet_input_wrapper input:not([value=""]),
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:not([value=""]) {
	transform: translateY(0);
	opacity: 1;
}

.vistajet_primary_form .vistajet_input_wrapper input:focus+label,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus+label,
.vistajet_primary_form .vistajet_input_wrapper input:not([value=""])+label,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:not([value=""])+label {
	transform: scale(0.9) translateY(-22px);
	background: #ffffff;
	padding: 0 5px;
	left: 5px;
	font-size: 12px;
	top: 11px;
	z-index: 100;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea {
	height: auto;
	margin: 0;
	border-radius: 0;
	text-indent: 0;
	resize: none;
	padding: 5px 10px 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::placeholder {
	color: #d8d8d8;
	opacity: 1;
	/* Firefox */
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d8d8d8;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d8d8d8;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea~label {
	transform: scale(0.9) translateY(-22px);
	background: #ffffff;
	padding: 0 5px;
	left: 5px;
	font-size: 12px;
	top: 11px;
	z-index: 100;
}

.vistajet_primary_form .vistajet_input_wrapper label {
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 1;
	height: 16px;
	font-size: 13px;
	width: auto;
	transform-origin: top left;
	transform: scale(1);
	transition: .25s ease-in-out;
	color: #4A4A4A;
}

.vistajet_primary_form .vistajet_input_wrapper img {
	margin: 0 5px 0 0;
}

.vistajet_primary_form .vistajet_input_wrapper p {
	position: absolute;
	left: 0;
	top: 36px;
	font-size: 10px !important;
	line-height: 10px !important;
	color: #C35C69;
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_password_show,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_password_hide {
	padding: 0 5px;
	display: inline-block;
	height: 33.5px;
	width: 20px;
	margin: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_password_show::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_password_hide::before {
	content: '';
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_password_show_icon.svg") no-repeat;
	width: 20px;
	height: 33.5px;
	display: inline-block;
	background-size: 20px 33px;
	cursor: pointer;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_password_hide::before {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_password_hide_icon.svg") no-repeat;
	background-size: 20px 33px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new {
	position: relative;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .vistajet_textarea {
	opacity: 1;
	font-size: 13px;
	font-family: "Museo Sans 300", sans-serif;
	color: #979797;
	padding: 0 10px 0 35px;
	cursor: pointer;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new input,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .vistajet_textarea {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	left: 10px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker {
	padding: 0;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border: none;
	margin-top: 0;
	border-radius: 5px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table {
	border-spacing: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead {
	background: #C35C69;
	color: #ffffff;
	border-radius: 5px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr:first-child th:hover,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr:first-child th:hover,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr:first-child th:hover {
	background: #C35C69;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr .rdtPrev,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr .rdtPrev,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr .rdtPrev {
	text-align: right;
	border-top-left-radius: 5px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr .rdtNext,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr .rdtNext,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr .rdtNext {
	border-top-right-radius: 5px;
	text-align: left;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr .rdtPrev,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr .rdtPrev,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr .rdtPrev,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr .rdtNext,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr .rdtNext,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr .rdtNext {
	font-size: 28px;
	width: 32px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table thead tr .rdtSwitch,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table thead tr .rdtSwitch,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table thead tr .rdtSwitch {
	font-size: 12px;
	font-family: "Museo Sans 100", sans-serif;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table tbody td.rdtToday::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table tbody td.rdtToday::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table tbody td.rdtToday::before {
	border: none;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table tbody td.rdtActive,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table tbody td.rdtActive,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table tbody td.rdtActive {
	background: none;
	color: #ffffff;
	text-shadow: none;
	position: relative;
	z-index: 10;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtDays table tbody td.rdtActive::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table tbody td.rdtActive::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table tbody td.rdtActive::before {
	content: '';
	width: 28px;
	height: 28px;
	background: #C35C69;
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table tbody td.rdtToday::before {
	border: none;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtMonths table tbody td.rdtActive::before {
	content: '';
	width: 60px;
	height: 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table tbody td.rdtToday::before {
	border: none;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_picker_new .rdtPicker .rdtYears table tbody td.rdtActive::before {
	content: '';
	width: 60px;
	height: 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

.vistajet_primary_form.vistajet_contact_us_form {
	margin-top: 35px;
}

.vistajet_primary_form.vistajet_contact_us_form .vistajet_spinner {
	min-height: 465px;
}

.vistajet_primary_form.vistajet_contact_us_form .vistajet_input_wrapper {
	margin-bottom: 0;
}

.vistajet_input_with_icon {
	display: flex;
}

.vistajet_input_with_icon .vistajet_input_wrapper {
	border-radius: 0;
}

.vistajet_input_with_icon .vistajet_input_wrapper input,
.vistajet_input_with_icon .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_with_icon .vistajet_input_wrapper .vistajet_textarea {
	height: 41px;
}

.vistajet_input_with_icon .vistajet_input_wrapper label {
	top: 12px;
}

.vistajet_input_with_icon .vistajet_input_icon {
	min-width: 44px;
	height: 43px;
	background: #9B9B9B;
	outline: none;
	border: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vistajet_input_with_icon .vistajet_input_icon::before {
	content: "";
	display: inline-block;
	position: relative;
}

.vistajet_input_with_icon .vistajet_input_icon~.vistajet_input_icon {
	border-radius: 0;
}

.vistajet_input_with_icon .vistajet_dollar_icon::before {
	width: 13px;
	height: 23px;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_dollar_icon.svg") no-repeat;
	background-size: contain;
}

.vistajet_input_with_icon .vistajet_check_icon {
	background: #C35C69;
}

.vistajet_input_with_icon .vistajet_check_icon::before {
	width: 20px;
	height: 15px;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_check_bold_icon.svg") no-repeat;
	background-size: contain;
}

.vistajet_input_with_icon .vistajet_check_icon:disabled,
.vistajet_input_with_icon .vistajet_check_icon[disabled] {
	background: #E4A9B0;
}

.vistajet_input_with_icon .vistajet_close_white_icon {
	background: #C35C69;
}

.vistajet_input_with_icon .vistajet_close_white_icon::before {
	width: 16px;
	height: 16px;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_close_white_icon.svg") no-repeat;
	background-size: contain;
}

.vistajet_input_with_icon .vistajet_lock_icon::before {
	width: 16px;
	height: 23px;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_lock_icon.svg") no-repeat;
	background-size: contain;
}

.vistajet_input_with_icon .vistajet_spinner {
	background: #C35C69;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 44px;
	height: 43px;
}

.vistajet_input_with_icon .vistajet_spinner svg {
	color: #ffffff;
}

.vistajet_copy_text_wrapper {
	margin: 0 0 15px 0;
}

.vistajet_copy_text_wrapper h6 {
	font-size: 14px;
	font-family: "Museo Sans 100", sans-serif;
	color: #4A4A4A;
	line-height: 17px;
	margin: 0;
	text-transform: none;
}

.vistajet_copy_text_wrapper p {
	font-size: 18px;
	color: #4A4A4A;
	font-family: "Museo Sans 300", sans-serif;
	line-height: 22px;
	margin: 0;
	letter-spacing: 0.24px;
}

.vistajet_copy_text_wrapper .vistajet_copy_icon {
	background: transparent;
	outline: none;
	border: none;
	padding: 0;
	height: 19px;
}

.vistajet_copy_text_wrapper .vistajet_copy_icon::before {
	content: "";
	width: 16px;
	height: 22px;
	display: inline-block;
	position: relative;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_copy_icon.svg") no-repeat;
	background-size: contain;
	top: 0;
	left: 5px;
}

@media screen and (max-width: 479px) {
	.vistajet_copy_text_wrapper h6 {
		font-size: 13px;
	}
	.vistajet_copy_text_wrapper p {
		font-size: 16px;
		display: inline;
	}
}

.vistajet_primary_form .vistajet_outer_error {
	font-size: 10px !important;
	line-height: 12px;
	color: #C35C69;
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_primary_form .vistajet_radio {
	display: block;
	cursor: pointer;
	user-select: none;
	text-align: left;
}

.vistajet_primary_form .vistajet_radio+.radio {
	margin-top: 7px;
}

.vistajet_primary_form .vistajet_radio input,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea {
	display: none;
}

.vistajet_primary_form .vistajet_radio input+span,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea+span,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea+span {
	display: inline-block;
	position: relative;
	padding-right: 5px;
}

.vistajet_primary_form .vistajet_radio input+span:before,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea+span:before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea+span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	background: #d8d8d8;
}

.vistajet_primary_form .vistajet_radio input+span:after,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea+span:after,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea+span:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_check_icon.svg") no-repeat;
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 4px;
	opacity: 0;
	transform: scale(0, 0);
	transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
	background-size: 13px 13px;
}

.vistajet_primary_form .vistajet_radio input:checked+span::before,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea:checked+span::before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea:checked+span::before {
	background: #C35C69;
}

.vistajet_primary_form .vistajet_radio input:checked+span:after,
.vistajet_primary_form .vistajet_radio .vistajet_input_wrapper .vistajet_textarea:checked+span:after,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_radio .vistajet_textarea:checked+span:after {
	opacity: 1;
	transform: scale(1, 1);
}

.vistajet_primary_form .vistajet_back_button {
	margin-top: 15px;
	padding: 0px;
	text-transform: none;
}

.vistajet_primary_form .vistajet_select_wrapper {
	position: relative;
}

.vistajet_primary_form .vistajet_select_wrapper .uk-select:not([multiple]):not([size]) {
	background: none;
	border: thin solid #d8d8d8;
	padding: 0 0 0 10px;
	height: 35.5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: relative;
	z-index: 10;
}

.vistajet_primary_form .vistajet_select_wrapper .uk-select:not([multiple]):not([size])+label {
	position: relative;
	bottom: 46px;
	z-index: 15;
	left: 5px;
	padding: 0 5px;
	font-size: 12px;
	background: #ffffff;
}

.vistajet_primary_form .vistajet_select_wrapper i {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input {
	-webkit-tap-highlight-color: transparent;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input.css-10nd86i {
	padding-left: 0;
	outline: none;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input+label {
	font-size: 12px;
	background: #ffffff;
	transform: scale(0.9) translateY(-22px);
	height: 16px;
	z-index: 1;
	padding: 0 5px;
	top: 11px;
	left: 5px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z {
	height: 33.5px;
	min-height: auto;
	border: 1px solid transparent;
	outline: none;
	padding: 0 0;
	cursor: pointer;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 {
	z-index: 10;
	padding: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-1492t68 {
	display: none;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-xp4uvy {
	width: 100%;
	height: 33.5px;
	margin: 0;
	padding: 6px 10px 0 10px;
	cursor: pointer;
	max-width: 100%;
	font-size: 13px;
	font-family: "Museo Sans 100", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-xp4uvy {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-xp4uvy>div span {
	margin: 0 5px 0 0;
	position: relative;
	top: 8px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-1g6gooi {
	margin: 0px;
	padding: 0 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-vj8t7z .css-1hwfws3 .css-1g6gooi {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw {
	height: 33.5px;
	border: 1px solid transparent;
	box-shadow: none;
	min-height: auto;
	padding: 0 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 {
	padding: 0;
	z-index: 10;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1492t68 {
	margin-left: 10px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-xp4uvy {
	width: 100%;
	height: 33.5px;
	margin: 0;
	padding: 6px 10px 0 10px;
	cursor: pointer;
	max-width: 100%;
	font-size: 13px;
	font-family: "Museo Sans 100", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-xp4uvy {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-xp4uvy>div span {
	margin: 0 5px 0 0;
	position: relative;
	top: 8px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1g6gooi {
	margin: 0px;
	padding: 0 10px;
	width: 100%;
}

@media screen and (max-width: 639px) {
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1g6gooi {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1g6gooi div {
	width: 100%;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1g6gooi input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-2o5izw .css-1hwfws3 .css-1g6gooi .vistajet_textarea {
	width: 100% !important;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv {
	z-index: 103;
	left: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn {
	max-height: 250px;
	padding-top: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-v73v8k,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-v73v8k,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-v73v8k {
	padding: 10px 7px 10px 10px !important;
	margin: 0;
	width: 100% !important;
	background: transparent !important;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-v73v8k .country-list-input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-v73v8k .country-list-input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-v73v8k .country-list-input {
	top: 0px;
	display: flex;
	align-items: center;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-v73v8k>div .flag-icon-style,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-v73v8k>div .flag-icon-style,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-v73v8k>div .flag-icon-style {
	margin: 0 5px 0 0;
	position: relative;
	top: -3px;
	height: 12px;
	width: 20px;
	background-size: cover;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-wqgs6e,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-wqgs6e,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-wqgs6e {
	padding: 10px 7px 10px 10px !important;
	background: #F9F5F0;
	margin: 0;
	width: 100% !important;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-wqgs6e .country-list-input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-wqgs6e .country-list-input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-wqgs6e .country-list-input {
	top: 0px;
	display: flex;
	align-items: center;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-wqgs6e>div .flag-icon-style,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-wqgs6e>div .flag-icon-style,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-wqgs6e>div .flag-icon-style {
	margin: 0 5px 0 0;
	position: relative;
	top: -3px;
	height: 12px;
	width: 20px;
	background-size: cover;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-z5z6cw,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-z5z6cw,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-z5z6cw {
	padding: 10px 7px 10px 10px !important;
	background: transparent;
	color: #C35C69 !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-11unzgr .css-z5z6cw>div span,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-z5z6cw>div span,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-z5z6cw>div span {
	margin: 0 5px 0 0;
	position: relative;
	top: 8px;
}

.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input input,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .vistajet_textarea {
	left: 0;
	cursor: pointer;
	width: 0;
	padding: 0;
}

.vistajet_primary_form .vistajet_input_wrapper i {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}

.iti-mobile .intl-tel-input .country-list {
	width: 83% !important;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number label {
	transform: scale(0.9) translateY(-22px);
	background: #ffffff;
	padding: 0 5px;
	left: 5px;
	font-size: 12px;
	top: 11px;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input {
	width: 100%;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input .flag-container:hover .selected-flag {
	background: transparent;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input .flag-container .selected-flag:focus {
	outline: none;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input .flag-container .country-list {
	width: 100%;
	white-space: normal;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input .flag-container .country-list .country {
	display: flex;
	align-items: center;
}

.vistajet_primary_form .vistajet_input_wrapper.vistajet_input_phone_number .intl-tel-input .flag-container .country-list .country-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.3;
	flex: 1;
}

.vistajet_switch {
	display: inline;
}

.vistajet_switch .switch {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 12px;
	outline: none;
}

.vistajet_switch .switch input,
.vistajet_switch .switch .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_switch .switch .vistajet_textarea {
	opacity: 0;
	width: 0;
	height: 0;
}

.vistajet_switch .switch input:checked+.slider,
.vistajet_switch .switch .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:checked+.slider,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_switch .switch .vistajet_textarea:checked+.slider {
	background-color: #ccc;
}

.vistajet_switch .switch input:focus+.slider,
.vistajet_switch .switch .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus+.slider,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_switch .switch .vistajet_textarea:focus+.slider {
	box-shadow: none;
}

.vistajet_switch .switch input:checked+.slider:before,
.vistajet_switch .switch .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:checked+.slider:before,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_switch .switch .vistajet_textarea:checked+.slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
	background-color: #C35C69;
}

.vistajet_switch .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.vistajet_switch .switch .slider::before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 0px;
	bottom: 0.5px;
	top: -0.8px;
	background-color: #e9e9e9;
	-webkit-transition: .4s;
	transition: .4s;
}

.vistajet_switch .switch .round {
	border-radius: 34px;
}

.vistajet_switch .switch .round::before {
	border-radius: 50%;
}

.vistajet_table table tbody tr {
	cursor: pointer;
}

.vistajet_table table tbody tr:hover {
	background: #d8d8d84d;
}

.uk-notification-top-center {
	width: 100%;
	left: 0;
	top: 90px;
	margin: 0;
}

.uk-notification-top-center .uk-notification-message {
	margin: 0;
	background: #C35C69;
	text-align: center;
	color: #ffffff;
	padding: 12px 15px;
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	line-height: 22px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.uk-notification-top-center .uk-notification-message {
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	.uk-notification-top-center .uk-notification-message {
		font-size: 10px;
	}
}

.uk-notification-top-center .uk-notification-message .uk-notification-close {
	display: none;
}

.disclaimer_bar {
	background: #9B9B9B;
	position: fixed;
	z-index: 200;
	bottom: 70px;
	padding: 10px 0;
	margin: 0;
	left: 0;
	width: 100%;
}

.disclaimer_bar a {
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	opacity: 1;
}

.disclaimer_bar a:hover {
	color: #ffffff;
}

@media screen and (max-width: 959px) {
	.disclaimer_bar a {
		right: 10px;
		top: 20%;
	}
}

.disclaimer_bar p {
	color: #ffffff;
	margin: 0 75px 0 15px;
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	padding: 0 15px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.disclaimer_bar p {
		font-size: 14px;
		margin: 0 20px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 639px) {
	.disclaimer_bar p {
		margin: 0 15px;
		padding: 0 20px 0 0;
		font-size: 10px;
	}
}

.vistajet_input {
	font-size: 16px;
	outline: none;
	position: relative;
	width: inherit;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.vistajet_input {
		border-bottom: 0.5px solid #D8D8D8;
	}
}

.vistajet_input::after {
	content: '';
	position: absolute;
	height: 34px;
	width: 1px;
	right: 0;
	border-right: 0.5px solid #D8D8D8;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.vistajet_input::after {
		display: none;
	}
}

.vistajet_input.vistajet_form_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_form_icon.svg) no-repeat;
}

.vistajet_input.vistajet_to_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_to_icon.svg) no-repeat;
}

.vistajet_input.vistajet_date_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: 70%;
}

.vistajet_input.vistajet_time_picker_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_access_time_icon.svg) no-repeat;
}

.vistajet_input.vistajet_stepper_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_person_outline_icon.svg) no-repeat;
	left: -10px !important;
	background-size: 90% !important;
}

.vistajet_input.vistajet_craft_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_craft_icon.svg) no-repeat;
}

.vistajet_input input::-webkit-input-placeholder,
.vistajet_input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_input .vistajet_textarea::-webkit-input-placeholder {
	color: #4A4A4A;
}

.vistajet_input input::-moz-placeholder,
.vistajet_input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_input .vistajet_textarea::-moz-placeholder {
	color: #4A4A4A;
}

.vistajet_input input:-ms-input-placeholder,
.vistajet_input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_input .vistajet_textarea:-ms-input-placeholder {
	color: #4A4A4A;
}

.vistajet_input input:-moz-placeholder,
.vistajet_input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_input .vistajet_textarea:-moz-placeholder {
	color: #4A4A4A;
}

.vistajet_input.vistajet_craft_icon::after {
	border-right: transparent;
	width: 13px;
	background-repeat: no-repeat;
	background-position: center right;
	height: 10px;
}

.vistajet_input .vistajet_how_many_times {
	font-size: 16px;
	margin-top: 6px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.vistajet_border_none {
	border: none;
}

.vistajet_input.vistajet_form_icon::before,
.vistajet_input.vistajet_to_icon::before,
.vistajet_input.vistajet_date_icon::before,
.vistajet_input.vistajet_time_picker_icon::before,
.vistajet_input.vistajet_stepper_icon::before,
.vistajet_input.vistajet_craft_icon::before {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	/* top: 50%; */
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	background-size: contain;
	background-position: center left;
	min-height: 38px;
}

#spa-planAFlight-container {
	position: relative;
	z-index: 99;
}

.visatjet_send {
	border: none;
	color: #fff;
	width: 100%;
	background: transparent;
	font-size: 0;
	outline: none;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_submit_icon.svg) no-repeat;
	/* height: 58px; */
	border-left: 0.5px solid #D8D8D8;
	position: relative;
	background-position: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	height: 38px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.visatjet_send {
		height: 46.5px;
		padding: 2px 0;
		background: none;
		font-size: 16px;
		border-left: transparent;
		background: #C35C69;
		color: #ffffff;
	}
}

@media screen and (max-width: 767px) {
	.offer_search_button {
		height: 46px !important;
		padding: 0 !important;
	}
}

.vistajet_rest_filter_button {
	top: 60px;
	color: #B00016;
	text-transform: capitalize;
	font-size: 14px;
	position: absolute;
	right: 0;
}

.vistajet_rest_filter_button::before {
	border-color: transparent;
}

@media screen and (max-width: 767px) {
	.vistajet_rest_filter_button {
		bottom: -35px;
		top: auto;
	}
}

.vistajet_input_border_none {
	border-right: none;
}

.vistajet_removeflight {
	position: absolute;
	border: none;
	outline: none;
	background-color: #f8f8f8;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 12px 8px 12px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	top: 10px;
	right: -32px;
	font-size: 0;
	height: 34px;
	width: 32px;
	display: none;
	cursor: pointer;
}

.vistajet_removeflight::before {
	content: '';
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_close_icon.svg) no-repeat;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	background-size: 74%;
	right: 8px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	.vistajet_removeflight {
		top: -10px;
		right: -10px;
		height: 35px;
		width: 35px;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.vistajet_removeflight::before {
		background-size: contain;
		width: 12px;
		height: 12px;
		position: relative;
		right: 0;
		top: 0;
	}
}

.vistajet_plan_a_fleet_form:hover .vistajet_removeflight,
.vistajet_plan_a_program:hover .vistajet_removeflight {
	display: block;
}

.vistajet_offer_spinner .uk-spinner {
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #B00016;
	text-align: center;
}

.disable-dbl-tap-zoom {
	touch-action: manipulation;
}

.vistajet_offer_form {
	margin-bottom: 50px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	border-radius: 4px;
	position: relative;
	transition: all 1s ease;
}

.vistajet_offer_form hr {
	display: none;
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form {
		padding-left: 25px;
		padding-right: 25px;
	}
	.vistajet_offer_form hr {
		display: block;
		border: 0.5px solid #D8D8D8;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_offer_form hr {
		display: none;
	}
}

.vistajet_offer_form .vistajet_padding_small {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.vistajet_offer_form .vistajet_aircraft_picker .uk-dropdown {
	border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form .vistajet_aircraft_picker .uk-dropdown {
		width: 100%;
		left: 0 !important;
	}
}

.vistajet_offer_form.vistajet_plan_a_fleet_form {
	margin-bottom: 10px;
}

.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_aircraft_picker .uk-dropdown {
	margin-left: -62px;
	left: auto !important;
}

@media screen and (max-width: 767px) {
	.vistajet_offer_form.vistajet_plan_a_fleet_form {
		padding-bottom: 10px;
	}
}

.vistajet_offer_form.vistajet_plan_a_fleet_form:first-child {
	margin-top: -35px;
}

@media screen and (max-width: 1024px) {
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_time_picker_icon::before {
		left: -10px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker input,
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker .vistajet_textarea {
		padding-left: 12px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper .inlineDiv {
		width: 18px;
		font-size: 16px;
		margin: 0 2px;
	}
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_input.vistajet_to_icon::after,
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_input.vistajet_time_picker_icon::after,
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_input.vistajet_craft_icon::after {
		display: none;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_time_picker_icon::before {
		left: 0;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker input,
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_timepicker .vistajet_textarea {
		padding-left: 25px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper .vistajet_passengers_lable {
		display: inline-block;
		margin-right: 10px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper .inlineDiv {
		width: 28px;
		padding: 1px 0;
		margin: 0 4px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper_icon::before {
		left: 0 !important;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper {
		left: 25px;
		top: 8px;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_craft_icon {
		border-bottom: none;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .react-datepicker-wrapper {
		display: inline-block;
		width: 100%;
		border-right: 1px solid #d8d8d8;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper {
		left: 0;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper .vistajet_passengers_lable {
		margin-left: 23px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper .vistajet_count_passengers .inlineDiv {
		width: 46px;
		padding: 3px 0;
		margin: 0 12px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper_icon {
		width: 72px;
	}
	.vistajet_offer_form.vistajet_plan_a_fleet_form .vistajet_stepper_icon .vistajet_passengers_picker {
		left: 5px;
		width: 72px;
	}
}

.vistajet_offer_form.vistajet_offer_component .vistajet_aircraft_picker {
	padding-left: 20px !important;
	padding-top: 22px;
	padding-bottom: 4px;
	width: 100%;
	border: none;
	outline: none;
	color: #4A4A4A;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
}

.vistajet_offer_form.vistajet_offer_component .vistajet_aircraft_picker .vistajet_aircraft_selector strong {
	color: #4A4A4A;
	left: 5px;
	top: 1px !important;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vistajet_offer_form.vistajet_offer_component .vistajet_aircraft_picker::before {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	background-position: center left;
	min-height: 38px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_craft_icon.svg) no-repeat;
	background-size: 100%;
}

.vistajet_offer_form.vistajet_offer_component .vistajet_aircraft_picker .vistajet_aircraft_selector {
	display: block;
}

@media screen and (max-width: 767px) {
	.vistajet_offer_form.vistajet_offer_component {
		background: linear-gradient(-180deg, #ffffff 81%, #c55b68 0);
	}
}

.vistajet_offer_form.vistajet_plan_a_program {
	margin-bottom: 20px;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown {
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	min-width: 105%;
	padding-bottom: 15px;
	border-radius: 0 0 5px 5px;
	left: -15px !important;
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown {
		left: 0 !important;
		min-width: 100%;
	}
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-rail {
	height: 2px;
	background: #837777;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-track {
	height: 2px;
	background: #B00016;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-dot {
	height: 6px;
	width: 6px;
	top: -2px;
	background-color: #979797;
	border-color: #979797;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-dot-active {
	border-color: #C35C69;
	height: 6px;
	width: 6px;
	background-color: #C35C69;
	top: -2px;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-handle {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	border-color: transparent;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .rc-slider .rc-slider-mark-text {
	height: 19px;
	color: #4A4A4A !important;
	font-size: 16px;
	letter-spacing: 0.47px;
	line-height: 19px;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .vistajet_return_flights_checkbox {
	margin-left: -5px;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .vistajet_return_flights_checkbox input,
.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .vistajet_return_flights_checkbox .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .vistajet_return_flights_checkbox .vistajet_textarea {
	height: 16px;
	width: 16px;
	border: 1px solid #9B9B9B;
	border-radius: 3px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_program_time_slider_dropdown .vistajet_return_flights_checkbox label {
	font-size: 14px;
	margin-left: 8px;
	height: 14px;
	width: 132px;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.47px;
	line-height: 14px;
	font-family: "Museo Sans 100", sans-serif;
}

.vistajet_offer_form.vistajet_plan_a_program .vistajet_stepper_icon::after {
	border: none;
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form.vistajet_plan_a_program .vistajet_input::after {
		border: 1px solid transparent;
	}
	.vistajet_offer_form.vistajet_plan_a_program .vistajet_input.vistajet_stepper_icon::before {
		left: 0 !important;
	}
	.vistajet_offer_form.vistajet_plan_a_program .vistajet_passengers_picker .vistajet_count_passengers {
		display: inline-block;
		float: right;
		margin-right: 10px;
	}
	.vistajet_offer_form.vistajet_plan_a_program .vistajet_stepper_icon {
		border-bottom-color: transparent;
	}
}

@media screen and (max-width: 991px) {
	.vistajet_mobile_icons {
		width: 16px;
		height: 16px;
		margin: 8px;
	}
}

@media screen and (max-width: 991px) {
	.vistajet_mobile_stepper {
		margin: 0px 8px;
	}
}

.rc-slider-tooltip {
	z-index: 9999;
}

.rc-slider-tooltip .rc-slider-tooltip-arrow {
	border-top-color: #ffffff !important;
}

.rc-slider-tooltip .rc-slider-tooltip-inner {
	color: #b20009;
	height: 29px;
	width: 34px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	font-size: 16px;
}

.vistajet_plan_a_flight_button {
	float: right;
}

.vistajet_plan_a_flight_button button {
	border-radius: 4px;
	padding: 10px 40px;
	margin-left: 15px;
}

.vistajet_plan_a_flight_button .vistajet_button_disable {
	background-color: #cfcfcf;
	color: #ffffff;
	cursor: not-allowed;
}

@media screen and (max-width: 355px) {
	.vistajet_plan_a_flight_button .vistajet_button_default {
		padding: 10px 30px;
	}
}

.vistajet_plan_a_flight_date_wrapper .react-datepicker-popper {
	left: -20px !important;
	transform: translate3d(0px, 58px, 0px) !important;
	margin-top: 0 !important;
}

@media screen and (max-width: 959px) {
	.vistajet_plan_a_flight_date_wrapper .react-datepicker-popper {
		left: 0 !important;
	}
}

.vistajet_offer_aircraft_dropdown .airCraftdropDownClassWrapper {
	top: 45px !important;
	left: -18px !important;
}

.vistajet_aircraft_departure_picker .vistajet_aircraft_picker {
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_aircraft_departure_picker .vistajet_aircraft_picker {
		padding: 0px 0 0px 20px !important;
		margin: 5px 0 0px 0;
		background: transparent;
		line-height: 45px !important;
	}
	.vistajet_aircraft_departure_picker .vistajet_aircraft_picker::before {
		top: 50%;
		transform: translateY(-50%);
	}
}

.vistajet_direct_form .uk-grid-margin {
	margin-top: 0px;
}

.vistajet_direct_form .vistajet_add_credit_card {
	font-size: 16px;
	color: #C35C69;
	text-decoration: underline;
	margin: 15px 0 0 0;
	display: inline-block;
}

.vistajet_direct_form .vistajet_select_credit_card .vistajet_input_wrapper {
	margin-bottom: 0;
}

.vistajet_direct_form .vistajet_select_credit_card+.vistajet_select_credit_card {
	margin-top: 15px;
}

.vistajet_direct_form .vistajet_select_credit_card .vistajet_card_number {
	font-size: 16px;
	color: #4A4A4A;
	margin: 0 30px 0 10px;
	line-height: 17px;
	display: inline-block;
}

.vistajet_direct_form .vistajet_select_credit_card .vistajet_card_number .vistajet_credit_card_dots {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #4A4A4A;
	border-radius: 50%;
	margin: 0px 2px 3px;
}

.vistajet_direct_form .vistajet_radio span {
	top: 3px;
	height: 20px;
	width: 20px;
}

.vistajet_registration_form .uk-grid-margin {
	margin-top: 0px;
}

.vistajet_registration_form .vistajet_checkbox.vistajet_checkbox_top_auto {
	margin-top: 15px !important;
}

.vistajet_registration_form ul {
	margin: 15px 0 15px 30px;
}

.vistajet_registration_form ul li {
	margin: 0;
	font-size: 12px;
}

.vistajet_welcome_screen .vistajet_heading_primary {
	font-size: 60px;
}

.vistajet_bs_card {
	max-width: 660px;
	margin: 0 auto;
	width: 100%;
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.vistajet_bs_body .vistajet_tooltip .vistajet_tooltip_icon {
	width: 24px;
	height: 24px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_tooltip_info.svg) no-repeat;
	position: absolute;
	background-size: 90%;
	background-position: top center;
	right: 0;
	top: -88px;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body .vistajet_tooltip .vistajet_tooltip_icon {
		width: 20px;
		height: 20px;
		top: -86px;
	}
}

.vistajet_bs_body .vistajet_date_column .react-datepicker-wrapper::after {
	content: '';
	box-sizing: border-box;
	height: 5px;
	width: 5px;
	border-style: solid;
	border-color: #a6a6a6;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	left: 88px;
	top: 6px;
	/*  @media screen and (max-width: 767px) {
                    height: 0.6vw;
                    width: 0.6vw;
                } */
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body .vistajet_date_column .react-datepicker-wrapper::after {
		height: 5px;
		width: 5px;
		right: -8px;
		margin-right: 0px;
	}
}

.vistajet_bs_body .vistajet_date_column .react-datepicker-popper {
	transform: translate3d(22px, 20px, 0px) !important;
	margin-top: 0;
}

.vistajet_bs_body .vistajet_timepicker {
	position: relative;
}

.vistajet_bs_body .vistajet_timepicker::after {
	content: '';
	box-sizing: border-box;
	height: 5px;
	width: 5px;
	border-style: solid;
	border-color: #a6a6a6;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	right: auto;
	top: 4px;
	left: 40px;
	z-index: 50;
	cursor: pointer;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body .vistajet_timepicker::after {
		top: 8px;
	}
}

.vistajet_bs_body .vistajet_timepicker span {
	color: #5B5B5B;
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_bs_body .vistajet_loc input,
.vistajet_bs_body .vistajet_loc .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_loc .vistajet_textarea {
	width: 70px !important;
}

.vistajet_bs_body .vistajet_loc::before {
	content: 'loc';
	position: absolute;
	left: 36px;
	top: 0;
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
	color: #5B5B5B;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body .vistajet_loc::before {
		top: 3px;
		left: 44px;
	}
}

.vistajet_bs_body .vistajet_loc::after {
	content: '';
	left: 60px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body .vistajet_loc::after {
		left: 66px !important;
	}
}

.vistajet_bs_body .vistajet_cp_column .vistajet_aircraft_picker .vistajet_aircraft_selector strong::after {
	content: '';
	box-sizing: border-box;
	height: 5px;
	width: 5px;
	border-style: solid;
	border-color: #a6a6a6;
	border-width: 0px 1px 1px 0px;
	transform: rotate(-45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	right: -7px;
	top: 4.5px;
}

.vistajet_bs_body .vistajet_cp_column .vistajet_aircraft_picker .vistajet_aircraft_selector.uk-open strong::after {
	transform: rotate(45deg);
	right: -10px;
}

.vistajet_head_column {
	padding: 23px 10px 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 16px;
	position: relative;
}

.vistajet_head_column h5 {
	color: #B00016;
	font-size: 24px;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	top: 22px;
	display: inline-block;
	max-width: 300px;
	margin: 0 auto;
}

.vistajet_head_column .vistajet_back {
	border: none;
	font-family: "Museo Sans 300", sans-serif;
	letter-spacing: 0.38px;
	position: relative;
	padding-left: 14px;
	color: #4A4A4A;
	cursor: pointer;
	font-size: 14px;
	padding-top: 3px;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_head_column .vistajet_back span {
		display: none;
	}
}

.vistajet_head_column .vistajet_back::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg) no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	position: absolute;
	top: calc(50% - 5px);
	display: inline-block;
	border: none;
	left: 0;
}

@media screen and (max-width: 640px) {
	.vistajet_head_column .vistajet_back::before {
		/*   height: 5px;
                width: 5px; */
	}
}

@media screen and (max-width: 640px) {
	.vistajet_head_column .vistajet_back::before {
		/*  height: 5px;
                width: 5px; */
	}
}

.vistajet_operated_by_column {
	font-size: 12px;
	text-align: center;
	margin: 10px auto 0;
	color: #6A6A6A;
}

.vistajet_operated_by_column span {
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_multicities_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_multicity_icon.svg) no-repeat !important;
	height: 24px !important;
	top: -3px !important;
}

.vistajet_return_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_return_icon.svg) no-repeat !important;
	height: 24px !important;
	top: -2px !important;
}

.vistajet_not_announced {
	color: #DEDEDE;
}

.vistajet_bs_thankyou_card .vistajet_bs_head {
	border-color: transparent;
	padding: 23px 30px 0;
	margin-bottom: 0;
}

.vistajet_bs_thankyou_card .vistajet_bs_head p {
	width: 100%;
	margin: 0 auto 30px;
	line-height: 1.4;
}

.vistajet_bs_thankyou_card .vistajet_bs_body {
	padding: 0 30px 20px !important;
}

.vistajet_bs_thankyou_card .vistajet_back_home_column {
	padding-bottom: 1px;
	padding-top: 10px;
	display: block;
}

.vistajet_order_status_column {
	font-family: "Museo Sans 500", sans-serif;
	margin-bottom: 15px;
}

.vistajet_order_status_column .uk-float-left {
	font-size: 16px;
}

.vistajet_select_contract_column {
	color: #969696;
	font-size: 14px;
	text-align: center;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	border: transparent;
}

.vistajet_select_contract_column .css-vj8t7z {
	border-color: transparent;
	color: #969696;
	justify-content: center;
	align-items: center;
}

.vistajet_select_contract_column .css-vj8t7z:hover {
	border-color: transparent;
}

.vistajet_select_contract_column .css-vj8t7z .css-1hwfws3 .css-1492t68 {
	font-style: italic;
	text-align: center;
	width: 100%;
	color: #969696;
}

.vistajet_select_contract_column .css-vj8t7z .css-1hwfws3 .css-1492t68::after {
	content: '';
	box-sizing: border-box;
	height: 5px;
	width: 5px;
	border-style: solid;
	border-color: #a6a6a6;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	margin-left: 10px;
	top: 5px;
}

@media screen and (max-width: 639px) {
	.vistajet_select_contract_column .css-vj8t7z .css-1hwfws3 .css-14uuagi {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_select_contract_column .css-15k3avv {
	top: -10px;
}

.vistajet_select_contract_column .css-wqgs6e {
	border-radius: 4px;
	background-color: transparent !important;
	width: 94%;
	margin: 0 auto;
	color: #C35C69;
	font-size: 13px;
	padding: 10px 15px !important;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_select_contract_column .css-z5z6cw {
	color: #C35C69 !important;
	background-color: #C7C7C7 !important;
}

.vistajet_select_contract_column .css-2o5izw {
	box-shadow: none !important;
	border-color: transparent !important;
}

.vistajet_select_contract_column .css-xp4uvy {
	font-family: "Museo Sans 500", sans-serif;
	color: #969696;
	display: block;
	text-align: center;
	width: 100%;
}

.vistajet_date_column {
	position: relative;
}

.vistajet_date_column span {
	padding-left: 22px;
	color: #969696;
}

.vistajet_date_column span::before {
	content: "";
	height: 20.77px;
	width: 18px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-position: center left;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: 85%;
	background-position: top left;
}

.vistajet_date_column span.vistajet_multi_dates {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.vistajet_date_column span.vistajet_multi_dates {
		display: block;
		padding-left: 20px;
		position: relative;
	}
	.vistajet_date_column span.vistajet_multi_dates::before {
		display: none;
	}
}

.vistajet_date_column span.vistajet_multidate_pipe {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.vistajet_date_column span.vistajet_multidate_pipe {
		display: none;
	}
}

.vistajet_departure_column {
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
}

.vistajet_departure_column .vistajet_departure_left,
.vistajet_departure_column .vistajet_departure_center,
.vistajet_departure_column .vistajet_departure_right {
	font-size: 18px;
	color: #4A4A4A;
}

.vistajet_departure_column .vistajet_departure_left small,
.vistajet_departure_column .vistajet_departure_center small,
.vistajet_departure_column .vistajet_departure_right small {
	display: block;
}

.vistajet_departure_column .vistajet_departure_left,
.vistajet_departure_column .vistajet_departure_right {
	font-family: "Museo Sans 500", sans-serif;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vistajet_departure_column .vistajet_departure_left small,
.vistajet_departure_column .vistajet_departure_right small {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vistajet_departure_column .vistajet_departure_center {
	text-align: center;
	height: 17px;
	color: #696969;
	font-size: 14px;
	padding-top: 17px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	top: 8px;
}

@media screen and (max-width: 480px) {
	.vistajet_departure_column .vistajet_departure_center {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.vistajet_departure_column .vistajet_departure_center {
		margin-left: -15px;
	}
}

.vistajet_departure_column .vistajet_departure_center::before {
	content: "";
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-arrow-right.svg) no-repeat;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
	background-size: 80%;
	top: 4px;
}

.vistajet_departure_column .vistajet_departure_selector.vistajet_departure_text {
	padding: 0 10px;
	border: 1px solid #C7C7C7;
	border-radius: 4px !important;
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: inherit;
	height: 38px;
	vertical-align: middle;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vistajet_departure_column .vistajet_departure_selector.vistajet_departure_text small {
	display: block;
	font-size: 10px;
}

.vistajet_departure_column .vistajet_departure_selector .css-2o5izw {
	border-color: transparent !important;
	border-radius: 4px !important;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	outline: none !important;
	background: #ffffff;
	box-shadow: -7px -2px 14px 0 rgba(221, 221, 221, 0.5);
	height: 44px;
	vertical-align: middle;
	line-height: 44px;
}

.vistajet_departure_column .vistajet_departure_selector .css-2o5izw .css-1hwfws3 {
	background-color: #FFFFFF;
	box-shadow: 6px 6px 14px 0 rgba(221, 221, 221, 0.5);
	height: 44px;
	line-height: 30px !important;
	border-radius: 4px;
}

.vistajet_eta_column {
	width: 100%;
	display: block;
	color: #5B5B5B;
	font-size: 12px;
	margin-bottom: 15px;
}

.vistajet_cp_column {
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.vistajet_cp_column .vistajet_passengers_column {
		display: none;
	}
}

.vistajet_cp_column .vistajet_passengers_column .vistajet_passengers_lable {
	display: none;
}

.vistajet_cp_column .vistajet_passengers_column span {
	position: relative;
	min-width: 30px;
	display: block;
	text-align: right;
	font-size: 16px;
	letter-spacing: 0.62px;
	line-height: 1.2;
}

.vistajet_cp_column .vistajet_passengers_column span::before {
	content: "";
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_person_outline_icon.svg) no-repeat;
	transform: translateX(-50%);
	width: 20px;
	height: 16px;
	background-size: 80%;
	top: 0;
	background-position: left top;
	left: 0;
}

.vistajet_cp_column .vistajet_passengers_column .vistajet_passengers_picker {
	font-size: 16px;
	outline: none;
	position: relative;
	min-height: auto;
	left: 0;
	top: 5px;
}

.vistajet_cp_column .vistajet_passengers_column .vistajet_passengers_picker .inlineDiv {
	height: 26.17px;
	width: 26px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	line-height: 1.6;
	margin: 0 7px;
}

.vistajet_cp_column .vistajet_passengers_column .vistajet_passengers_picker .inlineDiv::before {
	left: -30px;
	top: 4px;
}

.vistajet_cp_column .vistajet_aircraft_picker {
	margin-top: 10px;
}

.vistajet_cp_column .vistajet_aircraft_column img {
	max-width: 90px;
	margin-right: 5px;
}

.vistajet_cp_column .vistajet_aircraft_column small {
	display: inline-block;
	margin-top: 10px;
}

.vistajet_divider {
	margin-top: 28px;
	box-sizing: border-box;
	height: 0.9px;
	display: block;
	width: 100%;
	border: 0.5px solid #DEDEDE;
}

.vistajet_back_home_column p {
	font-size: 12px;
}

.vistajet_back_home_column p a {
	color: #C35C69;
	text-decoration: underline;
}

.vistajet_bs_head {
	padding: 23px 10px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 16px;
}

.vistajet_bs_head h5 {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	display: inline-block;
}

.vistajet_bs_head .vistajet_back {
	height: 17px;
	width: 32px;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.38px;
	line-height: 17px;
	border: none;
	outline: none;
}

.vistajet_bs_body {
	padding: 0px 25px;
}

.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container input,
.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea {
	min-height: auto;
	padding-left: 0;
	color: #969696;
	font-size: 14px;
	width: 110px;
	background: transparent;
	position: relative;
	z-index: 50;
}

.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container input::-webkit-input-placeholder,
.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea::-webkit-input-placeholder {
	color: #969696;
	font-size: 14px;
	font-style: italic;
}

.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container input::-moz-placeholder,
.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea::-moz-placeholder {
	color: #969696;
	font-size: 14px;
	font-style: italic;
}

.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container input:-ms-input-placeholder,
.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea:-ms-input-placeholder {
	color: #969696;
	font-size: 14px;
	font-style: italic;
}

.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container input:-moz-placeholder,
.vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea:-moz-placeholder {
	color: #969696;
	font-size: 14px;
	font-style: italic;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker {
	min-height: auto;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker input,
.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_textarea {
	padding-left: 0;
	min-height: auto;
	color: #5B5B5B;
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
	width: 65px;
	position: relative;
	z-index: 60;
	background: transparent;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker input::-webkit-input-placeholder,
.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_textarea::-webkit-input-placeholder {
	color: #969696;
	font-size: 12px;
	font-style: italic;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker input::-moz-placeholder,
.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_textarea::-moz-placeholder {
	color: #969696;
	font-size: 12px;
	font-style: italic;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker input:-ms-input-placeholder,
.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_textarea:-ms-input-placeholder {
	color: #969696;
	font-size: 12px;
	font-style: italic;
}

.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker input:-moz-placeholder,
.vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_body .vistajet_eta_column .vistajet_timepicker .vistajet_textarea:-moz-placeholder {
	color: #969696;
	font-size: 12px;
	font-style: italic;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_body {
		padding: 0 15px;
	}
}

.vistajet_bs_foot {
	width: 631px;
	background-color: #C35C69;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%;
}

.vistajet_bs_foot button {
	margin-top: 0;
	font-size: 18px;
	outline: none;
	cursor: pointer;
}

.vistajet_button_column {
	margin: 35px auto 15px;
	text-align: center;
}

.vistajet_button_column button {
	width: calc(50% - 20px);
	margin: 10px 5px;
}

@media screen and (max-width: 767px) {
	.vistajet_button_column button {
		width: calc(100% - 20px);
	}
}

.vistajet_button_column .vistajet_button_disable {
	background-color: #cfcfcf;
	cursor: default;
	color: #ffffff;
	cursor: not-allowed;
}

.vistajet_valid_error:empty {
	display: none;
}

.visjat_remove_leg {
	border: none;
	color: #B00016;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.vistajet_bs_body .vistajet_flight_booking_column {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.vistajet_bs_body .vistajet_flight_booking_column+.vistajet_flight_booking_column {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}

.vistajet_aircraft_selector {
	display: block;
	cursor: pointer;
}

.paf_card_height {
	min-height: 230px;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_card .vistajet_bs_body {
		padding: 0px 15px;
	}
}

@media screen and (max-width: 1199px) {
	.vistajet_flight_booking_column .vistajet_timepicker .uk-dropdown {
		min-width: 125px;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_flight_booking_column .vistajet_timepicker .uk-dropdown {
		padding: 10px 10px 5px 15px;
		left: 0 !important;
	}
}

.vistajet_flight_booking_column .vistajet_timepicker .uk-dropdown .uk-grid {
	justify-content: center;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-vj8t7z input,
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-vj8t7z .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-vj8t7z .vistajet_textarea {
		font-size: 16px !important;
		font-family: "Museo Sans 100", sans-serif !important;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-2o5izw input,
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-2o5izw .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-10nd86i .css-2o5izw .vistajet_textarea {
		font-size: 16px !important;
		font-family: "Museo Sans 100", sans-serif !important;
	}
}

.vistajet_bs_card .vistajet_flight_booking_column .vistajet_departure_column .vistajet_departure_selector .css-15k3avv {
	word-wrap: break-word;
}

@media screen and (max-width: 639px) {
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_eta_column .vistajet_timepicker input,
	.vistajet_bs_card .vistajet_flight_booking_column .vistajet_eta_column .vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs_card .vistajet_flight_booking_column .vistajet_eta_column .vistajet_timepicker .vistajet_textarea {
		font-size: 16px !important;
		font-family: "Museo Sans 100", sans-serif !important;
	}
}

.vistajet_bs {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_bs .vistajet_date_picker {
	position: relative;
}

.vistajet_bs .vistajet_date_picker::before {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	/* top: 50%; */
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	background-size: contain;
	background-position: center left;
	min-height: 38px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: 7%;
	background-position: center left;
}

.vistajet_bs .vistajet_date_picker input,
.vistajet_bs .vistajet_date_picker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_bs .vistajet_date_picker .vistajet_textarea {
	color: #969696;
	font-size: 14px;
}

.vistajet_bs .vistajet_date_icon::before {
	z-index: 1;
	background-size: 90% !important;
}

.vistajet_bs .vistajet_input.border {
	border: 1px solid #C7C7C7;
	border-radius: 4px;
}

.vistajet_bs .vistajet_input:after {
	border: transparent;
}

.vistajet_bs .padding-small-left {
	padding-left: 10px !important;
}

.vistajet_bs .vistajet_stepper_icon {
	max-width: 90px;
}

.vistajet_bs .vistajet_stepper_icon .vistajet_passengers_picker {
	text-align: right;
	right: 0;
	left: 0;
}

.vistajet_bs .vistajet_date_picker {
	font-size: 13px;
}

.vistajet_bs .vistajet_aircreaft_list .uk-dropdown {
	width: 50%;
}

.vistajet_bs .vistajet_aircraft_picker .uk-dropdown {
	width: 50%;
}

.vistajet_duration_time {
	text-align: center;
}

.vistajet_duration_time span {
	vertical-align: middle;
	margin-top: 20px;
	display: inline-block;
}

.vistajet_duration_time::before {
	content: "";
	position: absolute;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet-arrow-right.svg) no-repeat;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
}

.vistajet_quote_card {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF;
	position: relative;
}

.vistajet_quote_card .vistajet_head_column {
	padding-bottom: 23px;
}

.vistajet_quote_card .vistajet_head_column h5 {
	font-size: 30px;
	max-width: 300px;
}

.vistajet_quote_card .vistajet_details_column {
	position: relative;
	text-align: center;
}

.vistajet_quote_card .vistajet_details_column::before {
	content: '';
	position: absolute;
	background: url("../img/icons/vistajet_horizontal_line.png") repeat;
	width: 2px;
	height: 100%;
	left: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_details_column::before {
		display: none;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_details_column {
		border-top: 3px dotted #969696;
		padding-top: 20px;
	}
}

.vistajet_quote_card .vistajet_details_column .vistajet_requested span {
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_card .vistajet_details_column .vistajet_status {
	font-family: "Museo Sans 500", sans-serif;
	font-size: 18px;
	margin: 15px 0;
}

.vistajet_quote_card .vistajet_details_column .vistajet_operated {
	font-size: 12px;
}

.vistajet_quote_card .vistajet_details_column .vistajet_operated span {
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_card .vistajet_details_column .vistajet_usd_column {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 0;
}

.vistajet_quote_card .vistajet_ref_column span {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 12px;
}

.vistajet_quote_card .vistajet_departure_column {
	margin-top: 15px;
	margin-bottom: 5px;
}

.vistajet_quote_card .vistajet_usd_column {
	font-family: "Museo Sans 700", sans-serif;
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	color: #6E6E6E;
	font-size: 24px;
	letter-spacing: 0.29px;
	line-height: 29px;
	padding: 16px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vistajet_quote_card .vistajet_select_payment_column {
	padding: 0 25px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_select_payment_column {
		padding: 0 15px;
	}
}

.vistajet_quote_card .vistajet_select_payment_column .vistajet_spm {
	color: rgba(74, 74, 74, 0.73);
	font-size: 18px;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_card .vistajet_select_payment_column .credit-card-flag {
	width: 32px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
}

.vistajet_quote_card .vistajet_billing_address {
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_card .vistajet_billing_address p {
	font-size: 18px;
	color: #6E6E6E;
}

.vistajet_quote_card .vistajet_billing_address p span {
	display: block;
	color: rgba(74, 74, 74, 0.73);
	font-size: 14px;
}

.vistajet_quote_card .vistajet_agree_column {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}

.vistajet_quote_card .vistajet_agree_column label {
	font-size: 12px;
	color: #9B9B9B;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_agree_column .vistajet_terms_condition {
		padding-bottom: 20px;
	}
}

.vistajet_quote_card .vistajet_agree_column input.vistajet_button_default,
.vistajet_quote_card .vistajet_agree_column .vistajet_primary_form .vistajet_input_wrapper .vistajet_button_default.vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_quote_card .vistajet_agree_column .vistajet_button_default.vistajet_textarea {
	color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_agree_column input.vistajet_button_default,
	.vistajet_quote_card .vistajet_agree_column .vistajet_primary_form .vistajet_input_wrapper .vistajet_button_default.vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_quote_card .vistajet_agree_column .vistajet_button_default.vistajet_textarea {
		width: 100%;
		margin-top: 0;
		position: absolute;
		left: 0;
		border-radius: 0 0 5px 5px;
		font-size: 18px;
		height: 55px;
	}
}

.vistajet_quote_card .vistajet_agree_column input.vistajet_button_default:disabled,
.vistajet_quote_card .vistajet_agree_column .vistajet_primary_form .vistajet_input_wrapper .vistajet_button_default.vistajet_textarea:disabled,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_quote_card .vistajet_agree_column .vistajet_button_default.vistajet_textarea:disabled {
	background-color: #CFCFCF;
	color: #ffffff;
	cursor: not-allowed;
}

.vistajet_quote_card .vistajet_agree_column input.vistajet_button_default:disabled:hover,
.vistajet_quote_card .vistajet_agree_column .vistajet_primary_form .vistajet_input_wrapper .vistajet_button_default.vistajet_textarea:disabled:hover,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_quote_card .vistajet_agree_column .vistajet_button_default.vistajet_textarea:disabled:hover {
	background-color: #CFCFCF;
	color: #ffffff;
}

.vistajet_quote_card .vistajet_agree_column .vistajet_disclaimer_text {
	width: 100%;
	display: block;
}

.vistajet_quote_card .vistajet_agree_column .vistajet_disclaimer_text p {
	font-size: 12px;
	color: #9B9B9B;
}

.vistajet_quote_card .vistajet_agree_column .vistajet_disclaimer_text p button {
	outline: none;
	border: none;
	color: #B00016;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 0;
	background: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_agree_column .vistajet_button_default {
		width: 100%;
		margin-top: 15px;
	}
}

.vistajet_quote_card .vistajet_divider {
	margin-top: 30px;
	margin-bottom: 30px;
}

.vistajet_quote_card .vistajet_tooltip .vistajet_tooltip_icon {
	background-size: 60% !important;
	background-position: top right !important;
	top: 0;
	right: -20px;
}

.vistajet_quote_card .vistajet_tooltip .vistajet_tooltip_icon .vistajet_tooltip_box {
	width: 350px !important;
}

.vistajet_quote_card .vistajet_tooltip .vistajet_tooltip_icon .vistajet_quote_cost_tooltip {
	left: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_tooltip .vistajet_tooltip_icon .vistajet_quote_cost_tooltip {
		width: 241px !important;
		left: 40px;
	}
}

.vistajet_quote_card .vistajet_empty_state {
	padding: 40px 15px 40px 15px;
	text-align: center;
	width: 100%;
	display: block;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.vistajet_quote_card .vistajet_empty_state p {
	margin-bottom: 0;
}

.vistajet_quote_card .vistajet_empty_state .vistajet_button_default {
	margin: 0;
	width: 195px;
	padding: 10px 0;
	font-size: 14px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_empty_state .vistajet_button_default {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

.vistajet_quote_card .vistajet_empty_state_active {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_empty_state_active {
		flex-direction: column;
	}
}

.vistajet_quote_card .vistajet_empty_state_active .vistajet_empty_text {
	text-align: left;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_card .vistajet_empty_state_active .vistajet_empty_text {
		text-align: center;
	}
}

.vistajet_quote_card .vistajet_bottom_spinner {
	padding: 15px 0 0 0;
}

.vistajet_active_quotes_wrapper {
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.vistajet_active_quotes_wrapper .vistajet_bs_body {
	padding: 25px 25px;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_bs_body {
		padding: 25px 15px;
	}
}

.vistajet_active_quotes_wrapper+.vistajet_active_quotes_wrapper {
	margin-top: 20px;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_subject_text {
		margin: 0 0 15px 0px;
	}
}

.vistajet_active_quotes_wrapper .vistajet_subject_text span {
	font-size: 14px;
	color: #9B9B9B;
	font-family: "Museo Sans 100", sans-serif;
	letter-spacing: 0.25px;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_subject_text span {
		font-size: 12px;
	}
}

.vistajet_active_quotes_wrapper .vistajet_by_quote_button {
	padding: 10px 0;
	width: 200px;
	font-size: 14px;
	letter-spacing: 0.54px;
	font-family: "Museo Sans 300", sans-serif;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.vistajet_active_quotes_wrapper .vistajet_by_quote_button {
		width: 170px;
	}
}

.vistajet_active_quotes_wrapper button:disabled,
.vistajet_active_quotes_wrapper button[disabled] {
	background: #d8d8d8;
	cursor: not-allowed;
}

.vistajet_active_quotes_wrapper .vistajet_status {
	font-size: 22px !important;
	margin: 30px 0 !important;
}

.vistajet_active_quotes_wrapper .vistajet_details_column {
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	padding: 25px 0 25px 0;
	margin: 0 0 0 0px;
}

.vistajet_active_quotes_wrapper .vistajet_details_column .vistajet_requested {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: "Museo Sans 300", sans-serif;
	letter-spacing: 0.33px;
	color: #4A4A4A;
}

.vistajet_active_quotes_wrapper .vistajet_details_column .vistajet_requested strong {
	font-family: "Museo Sans 500", sans-serif;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.vistajet_active_quotes_wrapper .vistajet_details_column .vistajet_requested {
		font-size: 15px;
	}
}

.vistajet_active_quotes_wrapper .vistajet_details_column .vistajet_expires {
	color: #C35C69;
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_active_quotes_wrapper .vistajet_details_column .vistajet_usd_column {
	font-size: 22px;
}

.vistajet_active_quotes_wrapper .vistajet_edit_email_button_row {
	display: flex;
	align-items: center;
}

.vistajet_active_quotes_wrapper .vistajet_edit_email_button_wrapper {
	display: inline-block;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_edit_email_button_wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

.vistajet_active_quotes_wrapper .vistajet_edit_email_button_wrapper .vistajet_button_default {
	margin: 0;
	width: 175px;
	padding: 10px 0;
	font-size: 14px;
}

.vistajet_active_quotes_wrapper .vistajet_edit_email_button_wrapper .vistajet_button_default+.vistajet_button_default {
	margin: 0 0 0px 15px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_active_quotes_wrapper .vistajet_edit_email_button_wrapper .vistajet_button_default {
		width: 45%;
	}
}

.vistajet_active_quotes_wrapper .vistajet_map_button_wrapper {
	display: inline-block;
	text-align: right;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_map_button_wrapper {
		display: none;
	}
}

.vistajet_active_quotes_wrapper .vistajet_link_text_button {
	color: #C35C69;
	font-size: 16px;
	font-family: "Museo Sans 100", sans-serif;
	background: none;
	outline: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.vistajet_active_quotes_wrapper .vistajet_close_map_button {
	border: thin solid #B00016;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	z-index: 100;
	left: 10px;
	background: transparent;
	cursor: pointer;
}

.vistajet_active_quotes_wrapper .vistajet_close_map_button:focus {
	outline: none;
}

.vistajet_active_quotes_wrapper .vistajet_close_map_button img {
	width: 10px;
	height: 10px;
}

.vistajet_active_quotes_wrapper .vistajet_offer_map {
	position: relative;
	width: 100% !important;
	border-radius: 5px !important;
	margin: 1px 0 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_active_quotes_wrapper .vistajet_offer_map {
		display: none;
	}
}

.vistajet_active_quotes_wrapper .vistajet_cp_column .vistajet_passengers_column {
	margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
	.vistajet_active_quotes_wrapper .vistajet_cp_column .vistajet_passengers_column {
		display: block;
	}
}

.vistajet_quote_summery_wrapper .vistajet_bs_body {
	padding: 25px 0;
}

.vistajet_quote_summery_wrapper .vistajet_bs_body .vistajet_quote_summary_detail_card {
	padding: 0 25px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_bs_body .vistajet_quote_summary_detail_card {
		padding: 0 15px;
	}
}

.vistajet_quote_summery_wrapper .vistajet_bs_body .vistajet_quote_summary_detail_card .vistajet_details_column .vistajet_p_b_10 {
	padding: 0 0 10px 0;
}

.vistajet_quote_summery_wrapper .vistajet_bs_body .vistajet_quote_summary_detail_card .vistajet_details_column .vistajet_usd_column {
	padding: 20px 0 0 0;
}

.vistajet_quote_summery_wrapper .vistajet_head_column {
	margin: 0;
	height: 66px;
	padding: 0 60px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_head_column {
		padding: 0 40px;
	}
}

.vistajet_quote_summery_wrapper .vistajet_head_column h5 {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 24px;
}

.vistajet_quote_summery_wrapper .vistajet_head_column .vistajet_back {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 20px;
	width: 60px;
	height: 66px;
}

.vistajet_quote_summery_wrapper .vistajet_head_column .vistajet_back::before {
	content: '';
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg") no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	position: absolute;
	top: calc(50% - 6px);
	display: inline-block;
	border: none;
	left: 8px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_head_column .vistajet_back span {
		display: none;
	}
}

.vistajet_quote_summery_wrapper .vistajet_billing_address_text {
	font-size: 16px;
	color: #cacaca;
	font-family: "Museo Sans 500", sans-serif;
	margin: 0 10px 0px 0;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_subject_text {
		margin: 0 0 15px 0px;
	}
}

.vistajet_quote_summery_wrapper .vistajet_subject_text span {
	font-size: 14px;
	color: #9B9B9B;
	font-family: "Museo Sans 100", sans-serif;
	letter-spacing: 0.25px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_subject_text span {
		font-size: 12px;
	}
}

.vistajet_quote_summery_wrapper .vistajet_add_credit_card {
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_summery_wrapper .vistajet_add_credit_card_wrapper {
	display: inline-block;
	margin: 0;
}

.vistajet_quote_summery_wrapper .vistajet_add_credit_card_wrapper .vistajet_add_credit_card {
	margin: 0;
}

.vistajet_quote_summery_wrapper .vistajet_map_button_wrapper {
	text-align: right;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_map_button_wrapper {
		display: none;
	}
}

.vistajet_quote_summery_wrapper .vistajet_link_text_button {
	color: #C35C69;
	font-size: 16px;
	font-family: "Museo Sans 100", sans-serif;
	background: none;
	outline: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.vistajet_quote_summery_wrapper .vistajet_cp_column .vistajet_passengers_column {
	margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
	.vistajet_quote_summery_wrapper .vistajet_cp_column .vistajet_passengers_column {
		display: block;
	}
}

.vistajet_quote_summery_wrapper .vistajet_offer_map {
	position: relative;
	width: 100% !important;
	border-radius: 5px !important;
	margin: 20px 0 30px 0;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_offer_map {
		display: none;
	}
}

.vistajet_quote_summery_wrapper .vistajet_close_map_button {
	border: thin solid #B00016;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	z-index: 100;
	left: 10px;
	background: transparent;
	cursor: pointer;
}

.vistajet_quote_summery_wrapper .vistajet_close_map_button:focus {
	outline: none;
}

.vistajet_quote_summery_wrapper .vistajet_close_map_button img {
	width: 10px;
	height: 10px;
}

.vistajet_quote_summery_wrapper .vistajet_details_column .vistajet_requested {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: "Museo Sans 300", sans-serif;
	letter-spacing: 0.33px;
	color: #4A4A4A;
}

.vistajet_quote_summery_wrapper .vistajet_details_column .vistajet_requested strong {
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_quote_summery_wrapper .vistajet_details_column .vistajet_expires {
	color: #C35C69;
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_quote_summery_wrapper .vistajet_details_column .vistajet_usd_column {
	font-size: 22px;
}

.vistajet_quote_summery_wrapper .vistajet_offer_summary_wrapper {
	padding: 0 25px;
}

@media screen and (max-width: 639px) {
	.vistajet_quote_summery_wrapper .vistajet_offer_summary_wrapper {
		padding: 0 15px;
	}
	.vistajet_quote_summery_wrapper .vistajet_offer_summary_wrapper .vistajet_ref_column span {
		font-size: 12px;
	}
}

.vistajet_icon_width {
	width: auto !important;
}

.vistajet_input_datepicker::after {
	content: '';
	position: absolute;
	height: 34px;
	width: 1px;
	right: 0;
	border-right: 0.5px solid #9B9B9B;
	top: 31%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(0%);
}

@media screen and (max-width: 767px) {
	.vistajet_input_datepicker {
		border-bottom: 0.5px solid #c2c2c2;
		height: 46.5px;
		padding: 2px 0;
		top: 0;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_input_datepicker::after {
		display: none;
	}
}

.react-datepicker-wrapper {
	position: relative;
}

.react-datepicker-wrapper .react-datepicker__input-container {
	position: relative;
	width: 100%;
}

.react-datepicker-wrapper .react-datepicker__input-container input,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea {
	border: none;
	outline: none;
	color: #4A4A4A;
	min-height: 36px;
	padding-left: 20px;
	line-height: 1.2;
	cursor: pointer;
}

.react-datepicker-wrapper .react-datepicker__input-container input::-webkit-input-placeholder,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea::-webkit-input-placeholder {
	text-align: left;
	color: #4A4A4A;
}

.react-datepicker-wrapper .react-datepicker__input-container input::-moz-placeholder,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea::-moz-placeholder {
	text-align: left;
	color: #4A4A4A;
}

.react-datepicker-wrapper .react-datepicker__input-container input::-moz-placeholder,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea::-moz-placeholder {
	text-align: left;
	color: #4A4A4A;
}

.react-datepicker-wrapper .react-datepicker__input-container input:-ms-input-placeholder,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea:-ms-input-placeholder {
	text-align: left;
}

.react-datepicker-wrapper .react-datepicker__input-container input.vistajet_date_icon,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_date_icon.vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_date_icon.vistajet_textarea {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: 7%;
	background-position: center left;
}

.react-datepicker-wrapper .react-datepicker__input-container div {
	font-style: normal !important;
}

.react-datepicker-wrapper .react-datepicker__input-container div.vistajet_date_icon {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: 15px;
	background-position: center left;
}

.react-datepicker-wrapper .react-datepicker__input-container .react-datepicker__close-icon {
	display: none;
}

.react-datepicker-wrapper .react-datepicker__input-container .react-datepicker__triangle {
	display: none;
}

.react-datepicker-popper {
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	border-radius: 5px;
	font-family: "Museo Sans 500", sans-serif;
}

.react-datepicker-popper .react-datepicker {
	font-family: 'Museo Sans 300', sans-serif;
	border-color: transparent;
}

.react-datepicker-popper .react-datepicker .react-datepicker__triangle {
	display: none;
}

.react-datepicker-popper .react-datepicker .react-datepicker__navigation--next {
	top: 20px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_white.svg) no-repeat;
	border: none;
	background-size: contain;
	width: 16px;
	height: 16px;
	right: 24px;
	outline: none;
}

.react-datepicker-popper .react-datepicker .react-datepicker__navigation--previous {
	top: 20px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_left_white.svg) no-repeat;
	border: none;
	background-size: contain;
	width: 16px;
	height: 16px;
	left: 32px;
	outline: none;
}

.react-datepicker-popper .react-datepicker .react-datepicker__current-month {
	margin-top: 0;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 15px;
	padding: 8px 0;
}

.react-datepicker-popper .react-datepicker .react-datepicker__header {
	/* height: 57px; */
	/* width: 271px; */
	border-radius: 5px 5px 0 0 !important;
	background-color: #C35C69 !important;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 12px 0 0 0 !important;
	color: #fff;
	border-bottom: transparent;
}

.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected,
.react-datepicker-popper .react-datepicker .react-datepicker__day--selected {
	color: #4A4A4A;
	background: transparent;
	font-family: "Museo Sans 500", sans-serif;
}

.react-datepicker-popper .react-datepicker .react-datepicker__day--today {
	color: #4A4A4A;
	background: transparent;
	font-family: "Museo Sans 500", sans-serif;
}

.react-datepicker-popper .react-datepicker .highlighted_date.react-datepicker__day.react-datepicker__day--selected {
	background: #d25567 !important;
}

.react-datepicker-popper .react-datepicker .highlighted_date {
	letter-spacing: 0.5px;
	line-height: 15px !important;
	border-radius: 50% !important;
	padding: 5px 2px !important;
	height: 16px !important;
	width: 23px !important;
	background-color: #cfcfcf !important;
	color: #fff !important;
	font-weight: normal !important;
}

.react-datepicker-popper .react-datepicker .react-datepicker__day-names div {
	color: white;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
	font-family: "Museo Sans 100", sans-serif;
}

.vistajet_timepicker {
	min-height: 38px;
}

.vistajet_timepicker input,
.vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea {
	cursor: pointer;
	border: none;
	outline: none;
	color: #4A4A4A;
	min-height: 36px;
	padding-left: 22px;
	line-height: 1.2;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.vistajet_timepicker input,
	.vistajet_timepicker .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea {
		max-width: 70px;
	}
}

.vistajet_timepicker .uk-dropdown {
	border-radius: 0 0 4px 4px !important;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1) !important;
	min-width: 120px;
	padding: 10px 15px 5px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_timepicker .uk-dropdown small {
	display: block;
	height: 16px;
	width: 40px;
	color: #4A4A4A;
	letter-spacing: 0.56px;
	line-height: 12px;
	margin-bottom: 11px;
	border-bottom: 1px solid #f2f2f2;
	margin-left: -10px;
	text-indent: 10px;
	border-radius: 0;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_timepicker .uk-dropdown .uk-first-column {
	padding-left: 40px;
	width: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1112px) {
	.vistajet_timepicker .uk-dropdown .uk-first-column {
		padding-left: 38px;
		width: 36px;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_timepicker .uk-dropdown .uk-first-column {
		padding-left: 28px;
	}
}

.vistajet_timepicker .uk-dropdown .uk-first-column+div {
	width: 25px;
	padding-left: 20px;
	margin-top: 0;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist {
	width: 40px;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist ul {
	position: relative;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist ul.t_line {
	border-right: 1px solid #F2F2F2;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist ul li {
	margin-bottom: 0;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist ul li li {
	height: 15px;
	width: 15px;
	color: #4A4A4A;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 15px;
	margin-bottom: 15px;
	font-family: "Museo Sans 100", sans-serif;
}

.vistajet_timepicker .uk-dropdown .vistajet_select_timepickerlist ul li li:hover {
	color: #C35C69;
	cursor: pointer;
}

.vistajet_passengers_picker {
	font-size: 16px;
	outline: none;
	position: relative;
	min-height: 38px;
	left: 13px;
	top: 5px;
}

@media screen and (max-width: 767px) {
	.vistajet_passengers_picker {
		left: 0;
	}
}

.vistajet_passengers_picker .vistajet_passengers_lable {
	display: none;
}

@media screen and (max-width: 991px) {
	.vistajet_passengers_picker .vistajet_passengers_lable {
		display: inline-block;
		padding-left: 10px;
		line-height: 2;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_passengers_picker .vistajet_passengers_lable {
		padding-left: 20px;
	}
}

.vistajet_passengers_picker .vistajet_count_passengers {
	display: inline-block;
}

.vistajet_passengers_picker .vistajet_count_passengers button {
	border: none;
	background-color: transparent;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.vistajet_passengers_picker .vistajet_count_passengers .inlineDiv {
	display: inline-block;
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 28px;
	padding: 1px 0;
	margin: 0 4px;
	border-radius: 4px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.vistajet_passengers_picker .vistajet_count_passengers {
		float: right;
		left: 0;
	}
}

.passenger-container .add-pax-cont {
	margin-top: 40px;
}

.passenger-container .counter {
	margin: 20px 0 20px 0;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
}

@media only screen and (max-width: 425px) {
	.passenger-container .counter {
		margin: 0;
	}
}

.passenger-container .pax-list {
	margin-bottom: 16px;
	overflow-y: auto;
	flex-grow: 1;
}

.passenger-container .pax-list .pax-tba {
	color: #c60c30;
}

.passenger-container .pax-list .list-container {
	padding: 0px;
	max-height: 250px;
}

@media only screen and (max-width: 425px) {
	.passenger-container .pax-list .list-container {
		max-height: 150px;
	}
}

.passenger-container .pax-list .flight-pax {
	font-weight: bold;
	margin-bottom: 5px;
}

@media only screen and (max-width: 425px) {
	.passenger-container .pax-list .flight-pax p {
		margin: 5px 0 0 0;
	}
}

.passenger-container .pax-list .list {
	margin: 0px;
}

.passenger-container .pax-list .list .list-item {
	display: block;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	min-height: 45px;
	overflow: hidden;
	cursor: pointer;
}

.passenger-container .pax-list .list .list-item .info {
	padding: 6px;
}

.passenger-container .pax-list .list .list-item .info p {
	width: 90%;
	display: block;
	float: left;
	font-size: 14px;
}

.passenger-container .pax-list .list .list-item .info a {
	width: 10%;
	display: block;
	float: left;
}

.passenger-container .pax-list .list .list-item .list-name {
	font-size: 15px;
	font-style: italic;
	cursor: pointer;
}

.passenger-container .pax-list .list .list-item .list-name .pax-status {
	color: #C60C30;
	position: relative;
}

.passenger-container .pax-list .list .list-item .pax-name {
	font-style: normal;
}

.passenger-container .pax-list .list .list-item .list-image {
	text-align: center;
	font-size: 20px;
	max-height: 45px;
}

.passenger-container .pax-list .list .list-item .list-image .profile-pic-passenger {
	border-radius: 50%;
	width: 25.5px;
	height: 25.5px;
	vertical-align: -webkit-baseline-middle;
}

.passenger-container .pax-list .list .list-item .list-image .leadpax-icon {
	width: 15px;
	position: relative;
	left: 10px;
	bottom: 35px;
}

.passenger-container .pax-list .list .list-item .list-image img {
	width: 100%;
}

.passenger-container .pax-list .list .list-item .left-arrow {
	transform: rotate(90deg);
	float: right;
	width: 18px;
	margin-top: 10px;
}

@media only screen and (max-width: 425px) {
	.passenger-container .pax-list .list .list-item .left-arrow {
		margin-top: 6px;
	}
}

.passenger-container .pax-list .list .list-icons {
	float: right;
	max-height: 25px;
}

.passenger-container .pax-list .list .list-icons span {
	margin: 0 2px;
}

.passenger-container .pax-list .list .list-icons .disable-lead-pax-icon {
	cursor: auto;
}

.passenger-container .pax-list .list .list-icons .lead-pax-icon:hover {
	background-color: #ccc;
}

.passenger-container .pax-list .list .list-icons .passport-view-icon:hover {
	background-color: #ccc;
}

.passenger-container .pax-list .list .list-icons .remove-passenger {
	cursor: default;
}

.passenger-container .pax-list .list .list-icons img {
	padding: 5px;
}

.passenger-container .pax-list .list .list-icons .remove-passenger {
	padding: 5px;
	position: relative;
	top: -8px;
}

.passenger-container .pax-list .pax-tba {
	color: red;
}

.passenger-container .pax-list .list {
	margin: 0px;
}

.passenger-container .pax-list .list .list-item {
	display: block;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
}

.passenger-container .pax-list .list .list-item .info p {
	width: 90%;
	display: block;
	float: left;
	font-size: 14px;
}

.passenger-container .pax-list .list .list-item .info a {
	width: 10%;
	display: block;
	float: left;
}

.passenger-container .my-pax-section {
	margin-top: 20px;
}

.passenger-container .add-pax {
	min-height: 350px;
}

@media only screen and (max-width: 425px) {
	.passenger-container .popup-header h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.passenger-container {
		max-height: 430px;
		overflow: auto;
	}
}

.passenger-passport {
	max-width: 745px;
	margin-bottom: 45px;
	margin: 0 auto;
}

.DOB {
	font-weight: bold;
}

.passport-name {
	font-weight: bold;
	word-wrap: break-word;
}

.grey-color {
	color: #B8B8B8;
}

.dark-grey-color {
	color: #8B8B8B;
}

.padding-top-10 {
	padding-top: 5px;
}

.img-circle {
	border-radius: 50%;
}

.pax-rows {
	width: 100%;
}

.passports.list-passports {
	font-size: 13px;
}

.passports.list-passports .flag-style {
	margin: 0 5px 0 0;
	width: 1.5em;
	height: 1.1em;
}

.list-passports tr td {
	padding: 0.5rem 0rem;
	position: relative;
}

.list-passports tr td .column-item {
	position: absolute;
	top: 10px;
}

.table-headings th {
	padding: 0rem 0.5rem;
}

.list-passports .close-passport-btn {
	width: 20px;
	height: 20px;
	display: block;
}

.list-passports .close-passport-btn>i {
	position: relative;
	top: 2px;
	font-size: 14px;
	margin-top: 1px;
}

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

button.btn.btn--pax-selector {
	padding: 8px 13px !important;
	border-radius: 4px !important;
	font-size: 22px !important;
}

.image-font {
	font-size: 45px;
}

.blank-passports {
	font-size: 15px;
	font-style: italic;
	margin: 10px 0;
}

.pax-table {
	display: flex;
	flex-flow: column;
	height: 100%;
	width: 100%;
	height: 130px;
	overflow-y: auto;
}

.pax-table thead {
	flex: 0 0 auto;
	width: calc(100% - 0.9em);
}

.pax-table thead th {
	padding: 0.3rem 0rem;
}

.pax-table tbody {
	flex: 1 1 auto;
	display: block;
}

.pax-table tbody tr {
	width: 100%;
}

.pax-table thead,
.pax-table tbody tr {
	display: table;
	table-layout: fixed;
}

.vistajet_offer_form input,
.vistajet_offer_form .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_offer_form .vistajet_textarea {
	font-size: 16px;
	font-family: "Museo Sans 300", sans-serif;
	cursor: pointer;
}

.vistajet_offer_form .css-10nd86i {
	padding-left: 20px;
	box-sizing: unset;
}

.vistajet_offer_form .vistajet_input {
	color: #4A4A4A;
}

.vistajet_offer_form .vistajet_input .css-vj8t7z {
	border: none;
}

.vistajet_offer_form .vistajet_input .css-vj8t7z .css-1hwfws3 {
	padding: 2px 8px 0 0;
	cursor: pointer;
}

.vistajet_offer_form .vistajet_input .css-vj8t7z .css-1hwfws3 .css-1492t68 {
	color: #4A4A4A;
	top: 52%;
	font-size: 16px;
}

.vistajet_offer_form .vistajet_input .css-15k3avv {
	position: absolute;
	width: 103%;
	left: -10px;
}

@media screen and (max-width: 991px) {
	.vistajet_offer_form .vistajet_input .css-15k3avv {
		width: 100%;
		left: 0;
	}
}

.vistajet_offer_form .css-2o5izw {
	background-color: transparent !important;
	border-color: transparent !important;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	outline: none !important;
}

.vistajet_offer_form .css-1hwfws3 {
	padding: 2px 8px 0 0;
}

.vistajet_offer_form .vistajet_aircraft_picker {
	padding-left: 13px;
	padding-top: 5px;
	display: block;
	width: 100%;
	cursor: pointer;
}

.vistajet_offer_form .vistajet_aircraft_picker .vistajet_aircraft_selector img {
	display: none;
}

.vistajet_offer_form .vistajet_aircraft_picker .vistajet_aircraft_selector strong {
	font-size: 16px;
	cursor: pointer;
}

.vistajet_offer_form .vistajet_input.vistajet_craft_icon::after {
	top: 30px;
}

.vistajet_offer_form .vistajet_timepicker .uk-dropdown {
	left: -15px !important;
}

.vistajet_offer_form .vistajet_timepicker .uk-dropdown .uk-first-column+div {
	padding-left: 19px;
}

.vistajet_offer_form .vistajet_timepicker .uk-dropdown .uk-grid-margin.uk-first-column {
	margin-top: 0;
	padding-left: 19px;
}

.vistajet_offer_form .css-1sontr1 {
	padding-left: 20px;
	box-sizing: unset;
}

.vistajet_offer_form .css-1sontr1 .css-162g8z5 {
	border: none;
}

.vistajet_offer_form .css-1sontr1 .css-162g8z5 .css-1492t68 {
	margin-left: 0;
	color: #b8b8b8;
}

.vistajet_offer_form .css-1sontr1 .css-162g8z5 .css-1492t68 .css-142w6gm {
	padding-right: 2px;
}

.css-v73v8k,
.css-wqgs6e,
.css-z5z6cw {
	font-size: 13px !important;
	letter-spacing: 0.5px;
	line-height: 1.4;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 98% !important;
	margin: 0 auto;
	padding: 10px 15px !important;
	color: inherit !important;
}

.css-wqgs6e {
	border-radius: 4px;
	background-color: #EAEAEA !important;
}

.css-15k3avv {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	border-radius: 5px !important;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1) !important;
	border: none;
	z-index: 999 !important;
}

.css-1wy0on6 {
	display: none !important;
}

.css-11unzgr,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn {
	max-height: 250px !important;
}

.css-xp4uvy {
	padding-right: 2px;
}

.css-1sontr1 .css-162g8z5 {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.5);
}

.css-z5z6cw {
	background-color: transparent !important;
	color: inherit;
	cursor: default;
	display: block;
	font-size: inherit;
	padding: 8px 12px;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

.intl-tel-input {
	position: relative;
	display: inline-block;
	width: 100%;
}

.intl-tel-input * {
	box-sizing: unset;
	-moz-box-sizing: unset;
}

.intl-tel-input .hide {
	display: none;
}

.intl-tel-input .v-hide {
	visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.intl-tel-input input[type=tel],
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea[type=tel],
.intl-tel-input input[type=text],
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
	z-index: 9999999 !important;
	outline: none;
	width: 100%;
	background-color: #ffffff !important;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 0 0 4px 4px !important;
	border-top-color: transparent !important;
}

.intl-tel-input .country-list li {
	margin-bottom: 5px;
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px;
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
	color: #999;
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
	vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container {
	right: auto;
	left: 0;
	width: 100%;
}

.intl-tel-input.allow-dropdown .selected-flag {
	width: 46px;
	outline: none;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[disabled]+.flag-container:hover,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[readonly]+.flag-container:hover,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[readonly]+.flag-container:hover {
	cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[disabled]+.flag-container:hover .selected-flag,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[readonly]+.flag-container:hover .selected-flag,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
	display: table;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea {
	padding-left: 76px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea[type=text] {
	padding-left: 76px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
	width: 70px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea {
	padding-left: 84px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea[type=text] {
	padding-left: 84px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 78px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea {
	padding-left: 92px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea[type=text] {
	padding-left: 92px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 86px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea {
	padding-left: 100px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea[type=text] {
	padding-left: 100px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
	width: 94px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.intl-tel-input.iti-container:hover {
	cursor: pointer;
}

@media (max-width: 500px) {
	.intl-tel-input .country-list {
		white-space: normal;
	}
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px;
	line-height: 1.5em;
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

.iti-flag.be {
	width: 18px;
}

.iti-flag.ch {
	width: 15px;
}

.iti-flag.mc {
	width: 19px;
}

.iti-flag.ne {
	width: 18px;
}

.iti-flag.np {
	width: 13px;
}

.iti-flag.va {
	width: 15px;
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0;
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0;
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0;
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0;
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0;
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0;
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0;
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0;
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0;
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0;
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0;
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0;
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0;
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0;
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0;
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0;
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0;
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0;
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0;
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0;
}

.iti-flag.np {
	background-color: transparent;
}

@media only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.iti-flag {
		background-size: 5630px 15px;
	}
}

@media only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.iti-flag {
		background-image: url(../../img/icons/flags/flags%402x.html);
	}
}

.vistajet_craft_picker .css-wqgs6e,
.vistajet_craft_picker .css-v73v8k {
	padding: 5px 2px;
}

.vistajet_craft_picker .css-15k3avv {
	margin-top: 0;
	min-width: 210px;
}

.vistajet_craft_picker .css-15k3avv p {
	margin-bottom: 0;
	font-size: 13px;
	display: block !important;
}

.vistajet_craft_picker .vistajat_select_aircraft_dropdown p {
	display: none;
}

@media screen and (max-width: 766px) {
	.offer_aircraft_selector_padding .vistajet_aircraft_selector {
		padding-bottom: 22px !important;
	}
}

.vistajet_aircraft_picker .vistajet_aircraft_selector img {
	max-width: 74px;
	width: 100%;
}

.vistajet_aircraft_picker .vistajet_aircraft_selector strong {
	color: #6A6A6A;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	left: 11px;
}

.vistajet_aircraft_picker .uk-dropdown {
	padding: 5px 0 0;
	max-height: 200px;
	overflow-y: scroll;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1) !important;
	overflow-x: hidden;
	width: 100%;
	z-index: 999;
	min-width: 250px;
	max-width: 250px;
}

@media screen and (max-width: 767px) {
	.vistajet_aircraft_picker .uk-dropdown {
		width: 100%;
	}
}

.vistajet_aircraft_picker .uk-dropdown ul {
	width: 100%;
	padding-left: 0;
	margin-bottom: 3px;
}

.vistajet_aircraft_picker .uk-dropdown ul li {
	position: relative;
	list-style-type: none;
	color: #4A4A4A;
	line-height: 15px;
	padding: 14px 5px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	cursor: pointer;
}

.vistajet_aircraft_picker .uk-dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}

.vistajet_aircraft_picker .uk-dropdown ul li img {
	max-width: 74px;
	width: 100%;
	float: left;
	margin-right: 10px;
}

.vistajet_aircraft_picker .uk-dropdown ul li strong {
	font-weight: normal;
	line-height: 1.2;
	display: block;
}

.vistajet_aircraft_picker .uk-dropdown ul li strong .vistajet_info_icon {
	position: relative;
	cursor: pointer;
}

.vistajet_aircraft_picker .uk-dropdown ul li strong .vistajet_info_icon i {
	position: absolute;
	height: 16px;
	width: 16px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_tooltip_info.svg) no-repeat;
	background-size: contain;
	left: 3px;
	right: auto;
}

.vistajet_aircraft_picker .uk-dropdown ul li small {
	color: #6A6A6A;
	position: relative;
	font-size: 9px;
	margin-top: 0;
	display: block;
}

.vistajet_aircraft_picker .uk-dropdown ul li:hover {
	border-radius: 4px;
	background-color: #EAEAEA;
}

.disable_aircraft {
	opacity: 0.3;
	cursor: default !important;
}

.disable_aircraft:hover {
	background: none !important;
}

.vistajet_offer_not_selected {
	margin-bottom: 20px;
}

.vistajet_offer_not_selected span img {
	margin-right: 10px;
	width: 25px;
}

#vistajet_offer_map_default {
	height: 490px;
	width: 20.5vw;
	border-radius: 6px;
	overflow: hidden;
}

@media screen and (max-width: 3840px) {
	#vistajet_offer_map_default {
		width: 16.5vw;
	}
}

@media screen and (max-width: 1920px) {
	#vistajet_offer_map_default {
		width: 33vw;
	}
}

@media screen and (max-width: 1680px) {
	#vistajet_offer_map_default {
		width: 37vw;
	}
}

@media screen and (max-width: 1440px) {
	#vistajet_offer_map_default {
		width: 43.5vw;
	}
}

@media screen and (max-width: 1366px) {
	#vistajet_offer_map_default {
		width: 65vw;
	}
}

@media screen and (max-width: 1366px) {
	#vistajet_offer_map_default {
		width: 45.5vw;
	}
}

@media screen and (max-width: 1280px) {
	#vistajet_offer_map_default {
		width: 48.5vw;
	}
}

@media screen and (max-width: 1024px) {
	#vistajet_offer_map_default {
		width: 47.7vw;
	}
}

@media screen and (max-width: 959px) {
	#vistajet_offer_map_default {
		width: 60.7vw;
	}
}

@media screen and (max-width: 639px) {
	#vistajet_offer_map_default {
		height: 480px;
		width: 100%;
	}
	#vistajet_offer_map_default div div {
		display: none;
	}
	#vistajet_offer_map_default .uk-position-center-left div {
		display: block !important;
	}
}

#vistajet_offer_map_primary {
	height: 600px;
	width: 18.5vw;
	border-radius: 6px;
	overflow: hidden;
}

@media screen and (max-width: 3840px) {
	#vistajet_offer_map_primary {
		width: 23.5vw;
	}
}

@media screen and (max-width: 1920px) {
	#vistajet_offer_map_primary {
		width: 47vw;
	}
}

@media screen and (max-width: 1680px) {
	#vistajet_offer_map_primary {
		width: 53vw;
	}
}

@media screen and (max-width: 1440px) {
	#vistajet_offer_map_primary {
		width: 62vw;
	}
}

@media screen and (max-width: 1366px) {
	#vistajet_offer_map_primary {
		width: 65vw;
	}
}

@media screen and (max-width: 1266px) {
	#vistajet_offer_map_primary {
		width: 70vw;
	}
}

@media screen and (max-width: 1024px) {
	#vistajet_offer_map_primary {
		width: 68vw;
	}
}

@media screen and (max-width: 959px) {
	#vistajet_offer_map_primary {
		width: 94vw;
	}
}

@media screen and (max-width: 639px) {
	#vistajet_offer_map_primary {
		height: 500px;
		width: 100%;
	}
	#vistajet_offer_map_primary div div {
		display: none;
	}
	#vistajet_offer_map_primary .uk-position-center-left div {
		display: block !important;
		left: 0;
	}
}

@media screen and (max-width: 639px) {
	#map_container {
		position: relative;
		text-align: left;
	}
}

@media screen and (max-width: 639px) {
	#vistajet_offer_map_primary,
	#vistajet_offer_map_default {
		width: 95vw !important;
		height: 530px;
	}
	#vistajet_offer_map_primary .uk-position-center-left,
	#vistajet_offer_map_default .uk-position-center-left {
		width: 100%;
	}
	#vistajet_offer_map_primary .uk-position-center-left>div:nth-child(1),
	#vistajet_offer_map_default .uk-position-center-left>div:nth-child(1) {
		margin: 0 auto !important;
		display: block;
	}
}

@media screen and (min-width: 640px) {
	#vistajet_offer_map_primary .uk-position-center-left,
	#vistajet_offer_map_default .uk-position-center-left {
		padding-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	#vistajet_offer_map_primary .uk-position-center-left>div:nth-child(1),
	#vistajet_offer_map_default .uk-position-center-left>div:nth-child(1) {
		width: 100%;
	}
	#vistajet_offer_map_primary .uk-position-center-left .remove_padding_small_device,
	#vistajet_offer_map_default .uk-position-center-left .remove_padding_small_device {
		padding: 0 !important;
	}
	#vistajet_offer_map_primary .uk-position-center-left .remove_margin_small_page,
	#vistajet_offer_map_default .uk-position-center-left .remove_margin_small_page {
		margin: 0 !important;
	}
	#vistajet_offer_map_primary .uk-position-center-left .vistajet_card_dropoff.vistajet_card_offer_map_details,
	#vistajet_offer_map_default .uk-position-center-left .vistajet_card_dropoff.vistajet_card_offer_map_details {
		min-width: unset;
	}
}

@media screen and (min-width: 401px) {
	#vistajet_offer_map_primary .uk-position-center-left>div:nth-child(1),
	#vistajet_offer_map_default .uk-position-center-left>div:nth-child(1) {
		width: 350px;
	}
	#vistajet_offer_map_primary .uk-position-center-left .remove_padding_small_device,
	#vistajet_offer_map_default .uk-position-center-left .remove_padding_small_device {
		padding: 0 !important;
	}
	#vistajet_offer_map_primary .uk-position-center-left .remove_margin_small_page,
	#vistajet_offer_map_default .uk-position-center-left .remove_margin_small_page {
		margin: 0 !important;
	}
}

.vistajet_default_offer_not_found {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	margin-left: 75px;
}

.vistajet_default_offer_not_found img {
	margin-right: 10px;
}

@media screen and (max-width: 960px) {
	.vistajet_default_offer_not_found {
		margin-top: 0;
		margin-left: 0;
	}
}

.vistajet_default_offer_not_found+#vistajet_offer_map_default {
	height: 340px;
	margin-left: 75px;
}

@media screen and (max-width: 960px) {
	.vistajet_default_offer_not_found+#vistajet_offer_map_default {
		display: none;
		height: auto;
		margin-left: 0;
	}
}

.vistajet_default_offer_not_found+.vistajet_offer_map_primary {
	height: 340px;
	margin-left: 75px;
}

@media screen and (max-width: 960px) {
	.vistajet_default_offer_not_found+.vistajet_offer_map_primary {
		display: none;
		height: auto;
		margin-left: 0;
	}
}


/*!
 * https://github.com/arqex/react-datetime
 */

.rdt {
	position: relative;
}

.rdtPicker {
	display: none;
	position: absolute;
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	z-index: 99999 !important;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #f9f9f9;
}

.rdtOpen .rdtPicker {
	display: block;
}

.rdtStatic .rdtPicker {
	box-shadow: none;
	position: static;
}

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

.rdtPicker table {
	width: 100%;
	margin: 0;
}

.rdtPicker td,
.rdtPicker th {
	text-align: center;
	height: 28px;
}

.rdtPicker td {
	cursor: pointer;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: 0.166rem;
}

.rdtPicker td.rdtToday:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
	background: #eeeeee;
	cursor: pointer;
}

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
	color: #999999;
}

.rdtPicker td.rdtToday {
	position: relative;
}

.rdtPicker td.rdtToday:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #428bca;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
	background-color: #428bca;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.rdtPicker td.rdtActive.rdtToday:before {
	border-bottom-color: #fff;
}

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
	color: #999999;
}

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.rdtPicker .dow {
	width: 14.2857%;
	border-bottom: none;
	padding: 2px;
	font-weight: 400;
	font-size: 12.8px;
}

.rdtPicker th.rdtSwitch {
	font-weight: bold;
	font-size: 13px !important;
	width: 100px;
}

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
	font-size: 21px;
	vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
	display: block;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.rdtPicker thead tr:first-child th {
	cursor: pointer;
	padding: 2px;
}

.rdtPicker thead tr:first-child th:hover {
	background: #eeeeee;
}

.rdtPicker tfoot {
	border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
	border: none;
	background: none;
	cursor: pointer;
}

.rdtPicker button:hover {
	background-color: #eee;
}

.rdtPicker thead button {
	width: 100%;
	height: 100%;
}

td.rdtMonth,
td.rdtYear {
	height: 50px;
	width: 25%;
	cursor: pointer;
}

td.rdtMonth:hover,
td.rdtYear:hover {
	background: #eee;
}

.rdtCounters {
	display: inline-block;
}

.rdtCounters>div {
	float: left;
}

.rdtCounter {
	height: 100px;
}

.rdtCounter {
	width: 40px;
}

.rdtCounterSeparator {
	line-height: 100px;
}

.rdtCounter .rdtBtn {
	height: 40%;
	line-height: 40px;
	cursor: pointer;
	display: block;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.rdtCounter .rdtBtn:hover {
	background: #eee;
}

.rdtCounter .rdtCount {
	height: 20%;
	font-size: 1.2em;
}

.rdtMilli {
	vertical-align: middle;
	padding-left: 8px;
	width: 48px;
}

.rdtMilli input,
.rdtMilli .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .rdtMilli .vistajet_textarea {
	width: 100%;
	font-size: 1.2em;
	margin-top: 37px;
}

.rdtDayPart {
	margin-top: 43px;
}

.datepicker--modified {
	border: 1px solid #ccc;
	padding: 4px;
}

.passengerDateBorder {
	border: 1px solid #ccc;
}

.DateFixedPicker .rdtPicker {
	position: fixed !important;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
	margin-left: -8px;
	position: absolute;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	margin-left: -8px;
	position: absolute;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px;
}

.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
	content: "";
	z-index: -1;
	border-width: 8px;
	left: -8px;
	border-bottom-color: #aeaeae;
}

.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	content: "";
	z-index: -1;
	border-width: 8px;
	left: -8px;
	border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
	top: 0;
	margin-top: -8px;
	border-top: none;
	border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
	border-top: none;
	border-bottom-color: #f0f0f0;
	top: -1px;
	border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
	bottom: 0;
	margin-bottom: -8px;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	bottom: 0;
	margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	border-bottom: none;
	border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	border-bottom: none;
	border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	bottom: -1px;
	border-top-color: #aeaeae;
}

.react-datepicker,
.react-datepicker-wrapper {
	display: inline-block;
}

.react-datepicker {
	font-family: "Museo Sans 300", sans-serif;
	font-size: .8rem;
	background-color: #fff;
	color: #000;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
	left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
	border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
	border-radius: 0.3rem;
}

.react-datepicker__triangle {
	position: absolute;
	left: 50px;
}

.react-datepicker-popper {
	z-index: 200 !important;
}

.react-datepicker-popper[data-placement^=bottom] {
	margin-top: 10px;
}

.react-datepicker-popper[data-placement^=top] {
	margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
	margin-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
	left: auto;
	right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
	margin-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
	left: 42px;
	right: auto;
}

.react-datepicker__header {
	text-align: center;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aeaeae;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	padding-top: 8px;
	position: relative;
}

.react-datepicker__header--time {
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
	display: inline-block;
	margin: 0 2px;
}

.react-datepicker-time__header,
.react-datepicker__current-month {
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: 0.944rem;
}

.react-datepicker-time__header {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.react-datepicker__navigation {
	background: none;
	line-height: 1.7rem;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	width: 0;
	padding: 0;
	border: .45rem solid transparent;
	z-index: 1;
	height: 10px;
	width: 10px;
	text-indent: -999em;
	overflow: hidden;
}

.react-datepicker__navigation--previous {
	left: 10px;
	border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled {
	border-right-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__navigation--previous--disabled:hover {
	border-right-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__navigation--next {
	right: 10px;
	border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
	right: 80px;
}

.react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled {
	border-left-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__navigation--next--disabled:hover {
	border-left-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__navigation--years {
	position: relative;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.react-datepicker__navigation--years-previous {
	top: 4px;
	border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
	border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
	top: -4px;
	border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
	border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
	float: left;
}

.react-datepicker__month {
	margin: .4rem;
	text-align: center;
}

.react-datepicker__time-container {
	float: right;
	border-left: 1px solid #aeaeae;
	width: 70px;
}

.react-datepicker__time-container--with-today-button {
	display: inline;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	position: absolute;
	right: -72px;
	top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
	position: relative;
	background: #fff;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
	width: 70px;
	overflow-x: hidden;
	margin: 0 auto;
	text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
	list-style: none;
	margin: 0;
	height: calc(195px + 0.85rem);
	overflow-y: scroll;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
	height: 30px;
	padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
	cursor: pointer;
	background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
	background-color: #216ba5;
	color: #fff;
	font-weight: 700;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
	background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
	color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
	cursor: default;
	background-color: transparent;
}

.react-datepicker__week-number {
	color: #ccc;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
	cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
	border-radius: .3rem;
	background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
	white-space: nowrap;
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
	color: #000;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: 0.166rem;
}

.react-datepicker__day {
	cursor: pointer;
}

.react-datepicker__day:hover {
	border-radius: .3rem;
	background-color: #f0f0f0;
}

.react-datepicker__day--today {
	font-weight: 700;
}

.react-datepicker__day--highlighted {
	border-radius: .3rem;
	background-color: #3dcc4a;
	color: #fff;
}

.react-datepicker__day--highlighted:hover {
	background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
	color: #f0f;
}

.react-datepicker__day--highlighted-custom-2 {
	color: green;
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected {
	border-radius: .3rem;
	background-color: #216ba5;
	color: #fff;
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
	border-radius: .3rem;
	background-color: #2a87d0;
	color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
	background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
	background-color: #f0f0f0;
	color: #000;
}

.react-datepicker__day--disabled {
	cursor: default;
	color: #ccc;
}

.react-datepicker__day--disabled:hover {
	background-color: transparent;
}

.react-datepicker__input-container {
	position: relative;
	display: inline-block;
}

.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
	border: 1px solid transparent;
	border-radius: 0.3rem;
}

.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
	cursor: pointer;
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow {
	border-top-color: #b3b3b3;
}

.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow {
	border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
	border-top-color: #b3b3b3;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	border-top-color: #ccc;
	float: right;
	margin-left: 20px;
	top: 8px;
	position: relative;
	border-width: 0.45rem;
}

.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
	background-color: #f0f0f0;
	position: absolute;
	width: 50%;
	left: 25%;
	top: 30px;
	z-index: 1;
	text-align: center;
	border-radius: .3rem;
	border: 1px solid #aeaeae;
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
	cursor: pointer;
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
	height: 150px;
	overflow-y: scroll;
}

.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
	line-height: 20px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
	border-top-left-radius: .3rem;
	border-top-right-radius: 0.3rem;
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: 0.3rem;
}

.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
	background-color: #ccc;
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
	border-bottom-color: #b3b3b3;
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
	border-top-color: #b3b3b3;
}

.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
	position: absolute;
	left: 15px;
}

.react-datepicker__close-icon {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: 0;
	padding: 0;
	vertical-align: middle;
	position: absolute;
	height: 16px;
	width: 16px;
	top: 25%;
	right: 7px;
}

.react-datepicker__close-icon:after {
	background-color: #216ba5;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	content: "\D7";
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 1;
	margin: -8px auto 0;
	padding: 2px;
	position: absolute;
	right: 0;
	text-align: center;
}

.react-datepicker__today-button {
	background: #f0f0f0;
	border-top: 1px solid #aeaeae;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 5px 0;
	clear: left;
}

.react-datepicker__portal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
	width: 3rem;
	line-height: 3rem;
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
	font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
	border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
	border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled {
	border-right-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
	border-right-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
	border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled {
	border-left-color: #e6e6e6;
	cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
	border-left-color: #e6e6e6;
	cursor: default;
}

@media (max-height: 550px),
(max-width: 400px) {
	.react-datepicker__portal .react-datepicker__day,
	.react-datepicker__portal .react-datepicker__day-name,
	.react-datepicker__portal .react-datepicker__time-name {
		width: 2rem;
		line-height: 2rem;
	}
}

.react-datepicker-wrapper .react-datepicker__input-container input,
.react-datepicker-wrapper .react-datepicker__input-container .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container .vistajet_textarea {
	font-family: "Museo Sans 300", sans-serif;
}

.flag-icon-style {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

.country-name {
	top: 6px !important;
}

.country-list-input {
	position: relative;
	top: -4px;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.flag-icon-ad {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AD.svg");
}

.flag-icon-ae {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AE.svg");
}

.flag-icon-af {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AF.svg");
}

.flag-icon-ag {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AG.svg");
}

.flag-icon-ai {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AI.svg");
}

.flag-icon-al {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AL.svg");
}

.flag-icon-am {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AM.svg");
}

.flag-icon-ao {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AO.svg");
}

.flag-icon-aq {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AQ.svg");
}

.flag-icon-ar {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AR.svg");
}

.flag-icon-as {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AS.svg");
}

.flag-icon-at {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AT.svg");
}

.flag-icon-au {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AU.svg");
}

.flag-icon-aw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AW.svg");
}

.flag-icon-ax {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AX.svg");
}

.flag-icon-az {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/AZ.svg");
}

.flag-icon-ba {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BA.svg");
}

.flag-icon-bb {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BB.svg");
}

.flag-icon-bd {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BD.svg");
}

.flag-icon-be {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BE.svg");
}

.flag-icon-bf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BF.svg");
}

.flag-icon-bg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BG.svg");
}

.flag-icon-bh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BH.svg");
}

.flag-icon-bi {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BI.svg");
}

.flag-icon-bj {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BJ.svg");
}

.flag-icon-bl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BL.svg");
}

.flag-icon-bm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BM.svg");
}

.flag-icon-bn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BN.svg");
}

.flag-icon-bo {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BO.svg");
}

.flag-icon-bq {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BQ.svg");
}

.flag-icon-br {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BR.svg");
}

.flag-icon-bs {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BS.svg");
}

.flag-icon-bt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BT.svg");
}

.flag-icon-bv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BV.svg");
}

.flag-icon-bw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BW.svg");
}

.flag-icon-by {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BY.svg");
}

.flag-icon-bz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/BZ.svg");
}

.flag-icon-ca,
.flag-icon-ca-bc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CA.svg");
}

.flag-icon-cc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CC.svg");
}

.flag-icon-cd {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CD.svg");
}

.flag-icon-cf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CF.svg");
}

.flag-icon-cg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CG.svg");
}

.flag-icon-ch {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CH.svg");
}

.flag-icon-ci {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CI.svg");
}

.flag-icon-ck {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CK.svg");
}

.flag-icon-cl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CL.svg");
}

.flag-icon-cm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CM.svg");
}

.flag-icon-cn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CN.svg");
}

.flag-icon-co {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CO.svg");
}

.flag-icon-cr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CR.svg");
}

.flag-icon-cu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CU.svg");
}

.flag-icon-cv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CV.svg");
}

.flag-icon-cw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CW.svg");
}

.flag-icon-cx {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CX.svg");
}

.flag-icon-cy {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CY.svg");
}

.flag-icon-cz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/CZ.svg");
}

.flag-icon-de {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DE.svg");
}

.flag-icon-dj {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DJ.svg");
}

.flag-icon-dk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DK.svg");
}

.flag-icon-dm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DM.svg");
}

.flag-icon-do {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DO.svg");
}

.flag-icon-dz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/DZ.svg");
}

.flag-icon-ec {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/EC.svg");
}

.flag-icon-ee {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/EE.svg");
}

.flag-icon-eg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/EG.svg");
}

.flag-icon-eh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/EH.svg");
}

.flag-icon-er {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ER.svg");
}

.flag-icon-es {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ES.svg");
}

.flag-icon-et {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ET.svg");
}

.flag-icon-fi {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FI.svg");
}

.flag-icon-fj {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FJ.svg");
}

.flag-icon-fk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FK.svg");
}

.flag-icon-fm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FM.svg");
}

.flag-icon-fo {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FO.svg");
}

.flag-icon-fr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/FR.svg");
}

.flag-icon-ga {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GA.svg");
}

.flag-icon-gb {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GB.svg");
}

.flag-icon-gd {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GD.svg");
}

.flag-icon-ge {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GE.svg");
}

.flag-icon-gf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GF.svg");
}

.flag-icon-gg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GG.svg");
}

.flag-icon-gh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GH.svg");
}

.flag-icon-gi {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GI.svg");
}

.flag-icon-gl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GL.svg");
}

.flag-icon-gm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GM.svg");
}

.flag-icon-gn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GN.svg");
}

.flag-icon-gp {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GP.svg");
}

.flag-icon-gq {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GQ.svg");
}

.flag-icon-gr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GR.svg");
}

.flag-icon-gs {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GS.svg");
}

.flag-icon-gt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GT.svg");
}

.flag-icon-gu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GU.svg");
}

.flag-icon-gw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GW.svg");
}

.flag-icon-gy {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GY.svg");
}

.flag-icon-hk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HK.svg");
}

.flag-icon-hm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HM.svg");
}

.flag-icon-hn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HN.svg");
}

.flag-icon-hr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HR.svg");
}

.flag-icon-ht {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HT.svg");
}

.flag-icon-hu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/HU.svg");
}

.flag-icon-id,
.flag-icon-id2,
.flag-icon-id3 {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ID.svg");
}

.flag-icon-ie {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IE.svg");
}

.flag-icon-il {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IL.svg");
}

.flag-icon-im {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IM.svg");
}

.flag-icon-in {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IN.svg");
}

.flag-icon-io {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IO.svg");
}

.flag-icon-iq {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IQ.svg");
}

.flag-icon-ir {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IR.svg");
}

.flag-icon-is {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IS.svg");
}

.flag-icon-it {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/IT.svg");
}

.flag-icon-je {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/JE.svg");
}

.flag-icon-jm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/JM.svg");
}

.flag-icon-jo {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/JO.svg");
}

.flag-icon-jp {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/JP.svg");
}

.flag-icon-ke {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KE.svg");
}

.flag-icon-kg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KG.svg");
}

.flag-icon-kh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KH.svg");
}

.flag-icon-ki {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KI.svg");
}

.flag-icon-km {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KM.svg");
}

.flag-icon-kn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KN.svg");
}

.flag-icon-kp {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KP.svg");
}

.flag-icon-kr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KR.svg");
}

.flag-icon-kw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KW.svg");
}

.flag-icon-ky {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KY.svg");
}

.flag-icon-kz,
.flag-icon-kz1 {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/KZ.svg");
}

.flag-icon-la {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LA.svg");
}

.flag-icon-lb {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LB.svg");
}

.flag-icon-lc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LC.svg");
}

.flag-icon-li {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LI.svg");
}

.flag-icon-lk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LK.svg");
}

.flag-icon-lr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LR.svg");
}

.flag-icon-ls {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LS.svg");
}

.flag-icon-lt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LT.svg");
}

.flag-icon-lu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LU.svg");
}

.flag-icon-lv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LV.svg");
}

.flag-icon-ly {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/LY.svg");
}

.flag-icon-ma {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MA.svg");
}

.flag-icon-mc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MC.svg");
}

.flag-icon-md {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MD.svg");
}

.flag-icon-me {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ME.svg");
}

.flag-icon-mf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MF.svg");
}

.flag-icon-mg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MG.svg");
}

.flag-icon-mh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MH.svg");
}

.flag-icon-mk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MK.svg");
}

.flag-icon-ml {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ML.svg");
}

.flag-icon-mm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MM.svg");
}

.flag-icon-mn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MN.svg");
}

.flag-icon-mo {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MO.svg");
}

.flag-icon-mp {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MP.svg");
}

.flag-icon-mq {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MQ.svg");
}

.flag-icon-mr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MR.svg");
}

.flag-icon-ms {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MS.svg");
}

.flag-icon-mt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MT.svg");
}

.flag-icon-mu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MU.svg");
}

.flag-icon-mv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MV.svg");
}

.flag-icon-mw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MW.svg");
}

.flag-icon-mx {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MX.svg");
}

.flag-icon-my {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MY.svg");
}

.flag-icon-mz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/MZ.svg");
}

.flag-icon-na {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NA.svg");
}

.flag-icon-nc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NC.svg");
}

.flag-icon-ne {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NE.svg");
}

.flag-icon-nf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NF.svg");
}

.flag-icon-ng {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NG.svg");
}

.flag-icon-ni {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NI.svg");
}

.flag-icon-nl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NL.svg");
}

.flag-icon-no {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NO.svg");
}

.flag-icon-np {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NP.svg");
}

.flag-icon-nr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NR.svg");
}

.flag-icon-nu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NU.svg");
}

.flag-icon-nz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/NZ.svg");
}

.flag-icon-om {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/OM.svg");
}

.flag-icon-pa {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PA.svg");
}

.flag-icon-pe {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PE.svg");
}

.flag-icon-pf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PF.svg");
}

.flag-icon-pg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PG.svg");
}

.flag-icon-ph {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PH.svg");
}

.flag-icon-pk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PK.svg");
}

.flag-icon-pl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PL.svg");
}

.flag-icon-pm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PM.svg");
}

.flag-icon-pn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PN.svg");
}

.flag-icon-pr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PR.svg");
}

.flag-icon-ps {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PS.svg");
}

.flag-icon-pt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PT.svg");
}

.flag-icon-pw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PW.svg");
}

.flag-icon-py {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/PY.svg");
}

.flag-icon-qa {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/QA.svg");
}

.flag-icon-re {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/RE.svg");
}

.flag-icon-ro {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/RO.svg");
}

.flag-icon-rs {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/RS.svg");
}

.flag-icon-ru {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/RU.svg");
}

.flag-icon-rw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/RW.svg");
}

.flag-icon-sa {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SA.svg");
}

.flag-icon-sb {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SB.svg");
}

.flag-icon-sc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SC.svg");
}

.flag-icon-sd {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SD.svg");
}

.flag-icon-se {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SE.svg");
}

.flag-icon-sg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SG.svg");
}

.flag-icon-sh {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SH.svg");
}

.flag-icon-si {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SI.svg");
}

.flag-icon-sj {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SJ.svg");
}

.flag-icon-sk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SK.svg");
}

.flag-icon-sl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SL.svg");
}

.flag-icon-sm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SM.svg");
}

.flag-icon-sn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SN.svg");
}

.flag-icon-so {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SO.svg");
}

.flag-icon-sr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SR.svg");
}

.flag-icon-ss {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SS.svg");
}

.flag-icon-st {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ST.svg");
}

.flag-icon-sv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SV.svg");
}

.flag-icon-sx {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SX.svg");
}

.flag-icon-sy {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SY.svg");
}

.flag-icon-sz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/SZ.svg");
}

.flag-icon-tc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TC.svg");
}

.flag-icon-td {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TD.svg");
}

.flag-icon-tf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TF.svg");
}

.flag-icon-tg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TG.svg");
}

.flag-icon-th {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TH.svg");
}

.flag-icon-tj {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TJ.svg");
}

.flag-icon-tk {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TK.svg");
}

.flag-icon-tl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TL.svg");
}

.flag-icon-tm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TM.svg");
}

.flag-icon-tn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TN.svg");
}

.flag-icon-to {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TO.svg");
}

.flag-icon-tr {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TR.svg");
}

.flag-icon-tt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TT.svg");
}

.flag-icon-tv {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TV.svg");
}

.flag-icon-tw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TW.svg");
}

.flag-icon-tz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/TZ.svg");
}

.flag-icon-ua {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/UA.svg");
}

.flag-icon-ug {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/UG.svg");
}

.flag-icon-um {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/UM.svg");
}

.flag-icon-us {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US.svg");
}

.flag-icon-us-sc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-SC.svg");
}

.flag-icon-us-nm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US.svg");
}

.flag-icon-us-ga {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-GA.svg");
}

.flag-icon-us-nm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-NM.svg");
}

.flag-icon-us-pa {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-PA.svg");
}

.flag-icon-us-md {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-MD.svg");
}

.flag-icon-us-fl {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-FL.svg");
}

.flag-icon-us-ny {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-NY.svg");
}

.flag-icon-us-mi {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-MI.svg");
}

.flag-icon-us-ma {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/US-MA.svg");
}

.flag-icon-uy {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/UY.svg");
}

.flag-icon-uz {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/UZ.svg");
}

.flag-icon-va {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VA.svg");
}

.flag-icon-vc {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VC.svg");
}

.flag-icon-ve {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VE.svg");
}

.flag-icon-vg {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VG.svg");
}

.flag-icon-vi {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VI.svg");
}

.flag-icon-vn {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VN.svg");
}

.flag-icon-vu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/VU.svg");
}

.flag-icon-wf {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/WF.svg");
}

.flag-icon-ws {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/WS.svg");
}

.flag-icon-ye {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/YE.svg");
}

.flag-icon-yt {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/YT.svg");
}

.flag-icon-za {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ZA.svg");
}

.flag-icon-zm {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ZM.svg");
}

.flag-icon-zw {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/ZW.svg");
}

.flag-icon-eu {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/EU.svg");
}

.flag-icon-gb-eng {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GB-ENG.svg");
}

.flag-icon-gb-sct {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GB-SCT.svg");
}

.flag-icon-gb-wls {
	background-image: url("https://www.vistajet.com/Static/img/icons/flags/new_flags/GB-WLS.svg");
}

.intl-tel-input {
	position: relative;
	display: inline-block;
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.intl-tel-input .hide {
	display: none;
}

.intl-tel-input .v-hide {
	visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea,
.intl-tel-input input[type=tel],
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea[type=tel],
.intl-tel-input input[type=text],
.intl-tel-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input .vistajet_textarea[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px;
}

@media (max-width: 500px) {
	.intl-tel-input .country-list {
		white-space: normal;
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
	color: #999;
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
	vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container {
	right: auto;
	left: 0;
	width: 100%;
}

.intl-tel-input.allow-dropdown .selected-flag {
	width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[disabled]+.flag-container:hover,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[readonly]+.flag-container:hover,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[readonly]+.flag-container:hover {
	cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[disabled]+.flag-container:hover .selected-flag,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[readonly]+.flag-container:hover .selected-flag,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown .vistajet_textarea[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
	display: table;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .vistajet_textarea[type=text] {
	padding-left: 76px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
	width: 70px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .vistajet_textarea[type=text] {
	padding-left: 84px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 78px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .vistajet_textarea[type=text] {
	padding-left: 92px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 86px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=tel],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=text],
.vistajet_primary_form .vistajet_input_wrapper .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .vistajet_textarea[type=text] {
	padding-left: 100px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
	width: 94px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.intl-tel-input.iti-container:hover {
	cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px;
	line-height: 1.5em;
}

.iti-flag.be {
	width: 18px;
}

.iti-flag.ch {
	width: 15px;
}

.iti-flag.mc {
	width: 19px;
}

.iti-flag.ne {
	width: 18px;
}

.iti-flag.np {
	width: 13px;
}

.iti-flag.va {
	width: 15px;
}

@media only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.iti-flag {
		background-size: 5630px 15px;
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0;
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0;
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0;
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0;
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0;
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0;
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0;
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0;
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0;
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0;
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0;
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0;
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0;
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0;
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0;
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0;
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0;
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0;
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0;
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0;
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

@media only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.iti-flag {
		background-image: url(../img/icons/flags/flags%402x.png);
	}
}

.iti-flag.np {
	background-color: transparent;
}

.vistajet_account_statement .vistajet_card {
	border-radius: 5px;
}

.vistajet_account_statement .vistajet_side_tab_list {
	border-right: 1px solid #d8d8d8;
	font-size: 0;
}

.vistajet_account_statement .vistajet_side_tab_list li {
	margin: 0;
}

.vistajet_account_statement .vistajet_side_tab_list li a {
	color: #979797;
	padding: 21px 0 21px 25px;
	font-size: 16px;
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_account_statement .vistajet_side_tab_list li.uk-active {
	background: #d8d8d84d;
}

.vistajet_account_statement .vistajet_side_tab_list li.uk-active a {
	color: #C35C69;
}

@media screen and (max-width: 639px) {
	.vistajet_account_statement .vistajet_side_tab_list {
		font-size: 0;
		display: flex;
		min-height: 100% !important;
		border-right: none;
		margin-bottom: 15px;
	}
	.vistajet_account_statement .vistajet_side_tab_list li {
		flex: 1;
		text-align: center;
	}
	.vistajet_account_statement .vistajet_side_tab_list li a {
		font-size: 13px;
		padding: 15px 0 0 0;
	}
	.vistajet_account_statement .vistajet_side_tab_list li.uk-active {
		background: transparent;
	}
	.vistajet_account_statement .vistajet_side_tab_list li.uk-active a {
		border-bottom: 2px solid #C35C69;
		display: inline-block;
	}
	.vistajet_account_statement .vistajet_side_tab_list li.vistajet_unbilled_flight {
		flex: 1.5;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_account_statement .vistajet_side_tab_list li a {
		padding: 15px 0px 15px 25px;
		font-size: 14px;
	}
}

.vistajet_other_flight {
	padding: 10px 15px 30px 30px !important;
}

.vistajet_main_outer_heading {
	font-family: "Museo Sans 700", sans-serif;
	letter-spacing: 2.25px;
}

@media screen and (max-width: 639px) {
	.vistajet_main_outer_heading {
		letter-spacing: 1px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_main_outer_heading {
		letter-spacing: 1.5px;
		font-size: 28px;
	}
}

.vistajet_statement_content {
	padding: 40px 15px 30px 15px;
}

.vistajet_statement_content li {
	margin: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_statement_content {
		padding: 15px 15px 30px 15px;
	}
}

.vistajet_statement_content .unbilled_airport_loader .vistajet_skeleton_airport span {
	display: none;
}

.vistajet_statement_content .unbilled_airport_loader .vistajet_skeleton_airport .vistajet_location_guide {
	padding: 10px 0;
	width: 300px;
	height: 5px;
	margin-bottom: 0px;
}

@media screen and (max-width: 639px) {
	.vistajet_statement_content .vistajet_msg_error_margin {
		margin-top: 20px;
	}
}

.vistajet_balance_detail,
.vistajet_top_up_section {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 35px 0;
}

.vistajet_balance_detail .vistajet_skeleton_airport span,
.vistajet_top_up_section .vistajet_skeleton_airport span {
	display: none;
}

.vistajet_balance_detail .vistajet_skeleton_airport .vistajet_location_guide,
.vistajet_top_up_section .vistajet_skeleton_airport .vistajet_location_guide {
	margin: 10px 0 0 0;
	width: 150px;
	height: 20px;
}

.vistajet_top_up_section {
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
}

.vistajet_top_up_section h4 {
	font-size: 22px;
	font-family: "Museo Sans 700", sans-serif;
	line-height: 27px;
	color: #767676;
}

@media screen and (max-width: 639px) {
	.vistajet_top_up_section h4 {
		text-align: right;
		font-size: 20px;
	}
}

.vistajet_top_up_section h5 {
	margin: 0;
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	line-height: 19px;
	color: #9B9B9B;
}

.vistajet_top_up_section .vistajet_button_default {
	margin: 0;
	padding: 0;
	width: 155px;
	height: 41px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 639px) {
	.vistajet_top_up_section {
		flex-direction: column;
		padding: 0 0 25px 0;
	}
	.vistajet_top_up_section .vistajet_balance_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 10px 0 0 0;
	}
	.vistajet_top_up_section .vistajet_button_default {
		margin: 10px 0 0 0;
	}
}

.vistajet_bold_text {
	font-size: 16px;
	font-family: "Museo Sans 700", sans-serif;
	color: #4A4A4A;
}

@media screen and (max-width: 639px) {
	.vistajet_bold_text {
		font-size: 12px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_bold_text {
		font-size: 14px;
	}
}

.vistajet_dark_text {
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	color: #4A4A4A;
}

@media screen and (max-width: 639px) {
	.vistajet_dark_text {
		font-size: 12px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_dark_text {
		font-size: 13px;
	}
}

.vistajet_dark_sub_heading {
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	color: #4A4A4A;
}

@media screen and (max-width: 639px) {
	.vistajet_dark_sub_heading {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_dark_sub_heading {
		font-size: 15px;
	}
}

.vistajet_light_text {
	font-size: 16px;
	font-family: "Museo Sans 100", sans-serif;
	color: #4A4A4A;
}

@media screen and (max-width: 639px) {
	.vistajet_light_text {
		font-size: 12px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_light_text {
		font-size: 14px;
	}
}

.vistajet_small_text {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #4A4A4A;
}

@media screen and (max-width: 639px) {
	.vistajet_small_text {
		font-size: 12px;
	}
}

.vistajet_eye_icon,
.vistajet_pdf_icon,
.vistajet_list_icon,
.vistajet_edit_icon,
.vistajet_chevron_right_icon,
.vistajet_more_icon {
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.vistajet_eye_icon::before,
.vistajet_pdf_icon::before,
.vistajet_list_icon::before,
.vistajet_edit_icon::before,
.vistajet_chevron_right_icon::before,
.vistajet_more_icon::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_password_show_icon.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	position: relative;
	top: 6px;
}

.vistajet_pdf_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_pdf_icon.svg) no-repeat;
	background-size: contain;
	top: 3px;
	width: 20px;
}

.vistajet_list_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_list_icon.svg) no-repeat;
	background-size: contain;
	top: 5px;
	width: 18px;
}

.vistajet_edit_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_edit_icon.svg) no-repeat;
	background-size: contain;
	top: 0;
	width: 20px;
	height: 21px;
}

.vistajet_chevron_right_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_right.svg) no-repeat;
	background-size: contain;
	top: 2px;
}

.vistajet_more_icon {
	width: 15px;
	-webkit-tap-highlight-color: transparent;
}

.vistajet_more_icon::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_more_icon.svg) no-repeat;
	background-size: contain;
	top: -2px;
	width: 6px;
}

.vistajet_back_arrow::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_back_arrow_icon.svg) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: contain;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

@media screen and (max-width: 959px) {
	.vistajet_back_arrow::before {
		margin-right: 6px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_back_arrow::before {
		width: 12px;
		height: 14px;
		top: 3px;
	}
}

.vistajet_bottom_button_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vistajet_bottom_button_wrapper .vistajet_button_default {
	padding: 0;
	width: 220px;
	height: 41px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 639px) {
	.vistajet_bottom_button_wrapper {
		display: block;
	}
	.vistajet_bottom_button_wrapper .vistajet_button_default {
		width: 100%;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_bottom_button_wrapper .vistajet_button_default {
		width: 190px;
	}
}

.vistajet_hours {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 40px;
}

@media screen and (max-width: 639px) {
	.vistajet_hours {
		font-size: 30px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_hours {
		font-size: 34px;
	}
}

.vistajet_red_text {
	color: #C35C69;
}

.vistajet_green_text {
	color: #B8E986;
}

.vistajet_time_duration_container {
	padding: 0 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_time_duration_container {
		margin-top: 20px !important;
		padding: 0;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_time_duration_container {
		padding: 0;
	}
}

.vistajet_time_duration_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vistajet_time_progress {
	height: 8px;
	margin: 5px 0 0 0;
}

.vistajet_time_progress::-webkit-progress-bar {
	background-color: #B8E986;
}

.vistajet_time_progress::-moz-progress-bar {
	background-color: #B8E986;
}

.vistajet_time_progress::-webkit-progress-value {
	background-color: #C35C69;
}

.vistajet_time_progress::-ms-fill {
	background-color: #C35C69;
}

.vistajet_aircraft_tab {
	background: #C35C69;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	overflow-x: auto;
	white-space: nowrap;
	/* width */
	/* Handle */
}

.vistajet_aircraft_tab a {
	font-size: 20px;
	font-family: "Museo Sans 300", sans-serif;
	color: #4A4A4A;
	color: #ffffff;
	margin: 0 15px;
	display: inline-block;
	padding: 18px 0;
}

.vistajet_aircraft_tab a.active {
	font-size: 20px;
	font-family: "Museo Sans 700", sans-serif;
	color: #4A4A4A;
	color: #ffffff;
}

@media screen and (max-width: 639px) {
	.vistajet_aircraft_tab a {
		font-size: 14px;
		font-family: "Museo Sans 300", sans-serif;
		color: #4A4A4A;
		color: #ffffff;
		margin: 0 10px;
	}
	.vistajet_aircraft_tab a.active {
		font-size: 14px;
		font-family: "Museo Sans 700", sans-serif;
		color: #4A4A4A;
		color: #ffffff;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_aircraft_tab a {
		font-size: 16px;
		font-family: "Museo Sans 300", sans-serif;
		color: #4A4A4A;
		color: #ffffff;
		margin: 0 10px;
	}
	.vistajet_aircraft_tab a.active {
		font-size: 16px;
		font-family: "Museo Sans 700", sans-serif;
		color: #4A4A4A;
		color: #ffffff;
	}
}

.vistajet_aircraft_tab::-webkit-scrollbar {
	height: 3px;
}

.vistajet_aircraft_tab::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
}

.vistajet_stepper_wrapper {
	display: block;
	position: relative;
	margin: 15px 0 5px 0;
}

.vistajet_stepper_wrapper:focus {
	outline: none;
}

.vistajet_stepper_wrapper .uk-slider-items {
	position: relative;
	z-index: 50;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow,
.vistajet_stepper_wrapper .vistajet_stepper_right_arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	z-index: 55;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow::before,
.vistajet_stepper_wrapper .vistajet_stepper_right_arrow::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_left_white.svg) no-repeat;
	width: 8px;
	height: 12px;
	background-size: contain;
	display: inline-block;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow.disabled,
.vistajet_stepper_wrapper .disabled.vistajet_stepper_right_arrow {
	background: #f2f2f2;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow.disabled::before,
.vistajet_stepper_wrapper .disabled.vistajet_stepper_right_arrow::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_left_gray.svg) no-repeat;
	background-size: contain;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_stepper_wrapper .vistajet_stepper_left_arrow,
	.vistajet_stepper_wrapper .vistajet_stepper_right_arrow {
		width: 30px;
		height: 30px;
	}
	.vistajet_stepper_wrapper .vistajet_stepper_left_arrow::before,
	.vistajet_stepper_wrapper .vistajet_stepper_right_arrow::before {
		width: 7px;
		height: 10px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_stepper_wrapper .vistajet_stepper_left_arrow,
	.vistajet_stepper_wrapper .vistajet_stepper_right_arrow {
		width: 20px;
		height: 20px;
	}
	.vistajet_stepper_wrapper .vistajet_stepper_left_arrow::before,
	.vistajet_stepper_wrapper .vistajet_stepper_right_arrow::before {
		width: 6px;
		height: 9px;
	}
}

.vistajet_stepper_wrapper .vistajet_stepper_right_arrow {
	margin: 0;
}

.vistajet_stepper_wrapper .vistajet_stepper_right_arrow::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_white.svg) no-repeat;
	background-size: contain;
}

.vistajet_stepper_wrapper .vistajet_stepper_right_arrow.disabled::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_gray.svg) no-repeat;
	background-size: contain;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow.uk-invisible,
.vistajet_stepper_wrapper .uk-invisible.vistajet_stepper_right_arrow,
.vistajet_stepper_wrapper .vistajet_stepper_right_arrow.uk-invisible {
	visibility: visible !important;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow.uk-invisible.disabled,
.vistajet_stepper_wrapper .uk-invisible.disabled.vistajet_stepper_right_arrow,
.vistajet_stepper_wrapper .vistajet_stepper_right_arrow.uk-invisible.disabled {
	cursor: not-allowed;
}

.vistajet_stepper_wrapper .vistajet_stepper_left_arrow.uk-hidden,
.vistajet_stepper_wrapper .uk-hidden.vistajet_stepper_right_arrow,
.vistajet_stepper_wrapper .vistajet_stepper_right_arrow.uk-hidden {
	display: flex !important;
}

.vistajet_stepper_wrapper .vistajet_stepper_step {
	background: #d8d8d8;
	color: #ffffff;
	width: 41px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	float: left;
	font-size: 24px;
	margin: 0 30px;
	position: relative;
	z-index: 2;
}

.vistajet_stepper_wrapper .vistajet_stepper_step.active {
	background: #C35C69;
}

.vistajet_stepper_wrapper .vistajet_stepper_step.disabled {
	background: #f2f2f2;
	color: #d7d7d7;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_stepper_wrapper .vistajet_stepper_step {
		width: 35px;
		height: 35px;
		font-size: 20px;
		margin: 0 20px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_stepper_wrapper .vistajet_stepper_step {
		width: 25px;
		height: 25px;
		font-size: 16px;
		margin: 0 12px;
	}
}

.vistajet_stepper_wrapper ul li::before {
	content: "";
	background: url(../img/icons/vistajet_line_small_icon.png) repeat;
	position: absolute;
	top: 20px;
	width: 100%;
	height: 2px;
	left: 33px;
	right: 0;
	background-position: 0 0;
	z-index: 1;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_stepper_wrapper ul li::before {
		top: 18px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_stepper_wrapper ul li::before {
		top: 12px;
	}
}

.vistajet_stepper_wrapper ul li:last-child::before {
	background: none;
}

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

.vistajet_invoices p {
	display: inline-block;
	margin: 0;
}

.vistajet_date_range_wrapper .vistajet_date_range {
	display: inline-block;
}

.vistajet_date_range_wrapper .vistajet_date_range p {
	font-size: 15px;
	font-family: "Museo Sans 300", sans-serif;
	color: #4A4A4A;
	display: inline-block;
	margin: 0 10px 0 0;
	letter-spacing: 0.5px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_date_range_wrapper .vistajet_date_range p {
		font-size: 14px;
		font-family: "Museo Sans 300", sans-serif;
		color: #4A4A4A;
		margin: 0 5px 0 0;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_date_range_wrapper .vistajet_date_range p {
		font-size: 12px;
		font-family: "Museo Sans 300", sans-serif;
		color: #4A4A4A;
		margin: 0 5px 0 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	.vistajet_date_range_wrapper .vistajet_date_range p {
		letter-spacing: 0;
	}
}

.vistajet_date_range_wrapper .vistajet_date_range input,
.vistajet_date_range_wrapper .vistajet_date_range .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_range_wrapper .vistajet_date_range .vistajet_textarea {
	width: 100px;
	text-align: center;
	margin: 0;
	padding: 0 0;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #C9C9C9;
	font-size: 15px;
	height: 40px;
	color: #4A4A4A;
}

.vistajet_date_range_wrapper .vistajet_date_range input::-webkit-input-placeholder,
.vistajet_date_range_wrapper .vistajet_date_range .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_range_wrapper .vistajet_date_range .vistajet_textarea::-webkit-input-placeholder {
	color: #C9C9C9;
}

@media screen and (max-width: 639px) {
	.vistajet_date_range_wrapper .vistajet_date_range input,
	.vistajet_date_range_wrapper .vistajet_date_range .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_range_wrapper .vistajet_date_range .vistajet_textarea {
		width: 70px;
		height: 30px;
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	.vistajet_date_range_wrapper .vistajet_date_range input,
	.vistajet_date_range_wrapper .vistajet_date_range .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_input_wrapper .vistajet_date_range_wrapper .vistajet_date_range .vistajet_textarea {
		font-size: 10px;
		width: 50px;
		height: 30px;
	}
}

.vistajet_date_range_wrapper .vistajet_date_range+.vistajet_date_range {
	margin-left: 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_date_range_wrapper .vistajet_date_range+.vistajet_date_range {
		margin-left: 5px;
	}
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown {
	padding: 0;
	margin: 2px 0 0 0;
	min-width: 110px;
	top: 100px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown {
		top: 122px !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown {
		top: 95px !important;
	}
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown .vistajet_calender_placeholder {
	position: relative;
	font-size: 14px;
	border-bottom: thin solid #d8d8d8;
	padding: 15px 0;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown .vistajet_calender_placeholder i::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_date_icon.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: 2px;
	left: 0px;
	width: 14px;
	height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul {
	width: auto;
	height: 160px;
	overflow-y: auto;
	white-space: nowrap;
	text-align: center;
	/* width */
	/* Handle */
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul li {
	font-size: 13px;
	padding: 5px 10px;
	cursor: pointer;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul li.active {
	background: #C35C69;
	color: #ffffff;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul li.disabled {
	color: #d8d8d8;
	cursor: not-allowed;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul::-webkit-scrollbar {
	width: 0;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown ul::-webkit-scrollbar-thumb {
	background: #ffffff;
	border-radius: 0;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown .vistajet_date_divider {
	position: relative;
}

.vistajet_date_range_wrapper .vistajet_date_range .vistajet_date_range_dropdown .vistajet_date_divider::before {
	content: "";
	width: 0px;
	padding: 0px 1px;
	height: 100%;
	background: #d8d8d8;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vistajet_reset_date {
	background: transparent;
	padding: 0px 5px 0 15px;
	display: inline-block;
	border: none;
	outline: none;
}

@media screen and (max-width: 639px) {
	.vistajet_reset_date {
		padding: 0px 0px 0 5px;
	}
}

.vistajet_reset_date::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/ic_cancel.svg) no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 2px;
}

.vistajet_table_wrapper {
	/* Height */
	/* Handle */
}

.vistajet_table_wrapper::-webkit-scrollbar {
	height: 3px;
}

.vistajet_table_wrapper::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}

.vistajet_direct_account_balance {
	max-width: 630px;
}

.vistajet_direct_account_balance .vistajet_card {
	border-radius: 5px;
}

@media screen and (max-width: 639px) {
	.vistajet_direct_account_balance .vistajet_statement_content>p {
		text-align: center;
	}
}

@media screen and (min-width: 640px) {
	.vistajet_direct_account_balance .top_up_direct_empty {
		margin: -8px 0 0 0;
		float: right;
	}
}

.vistajet_top_up {
	background: transparent;
	box-shadow: none !important;
	position: relative;
}

.vistajet_top_up .vistajet_card {
	padding: 0 30px;
}

.vistajet_top_up .vistajet_card+.vistajet_card {
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
}

.vistajet_top_up .vistajet_card_with_bottom_border {
	position: relative;
	border-radius: 17px;
}

.vistajet_top_up .vistajet_top_up_header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vistajet_top_up .vistajet_top_up_header h4 {
	margin: 0;
	font-size: 24px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
	max-width: 400px;
}

.vistajet_top_up .vistajet_top_up_header a {
	position: absolute;
	left: 20px;
	font-size: 12px;
}

.vistajet_top_up .vistajet_top_up_header a::before {
	content: "";
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg) no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	margin-right: 3px;
	position: relative;
	top: 2px;
	display: inline-block;
	background-size: contain;
}

.vistajet_top_up .vistajet_upper_card_content {
	margin: 63px 0 0 0;
	padding-top: 35px;
}

.vistajet_top_up .vistajet_bottom_button_wrapper {
	justify-content: flex-end;
}

.vistajet_top_up .vistajet_bottom_button_wrapper .vistajet_button_default+.vistajet_button_default {
	margin-left: 15px;
}

.vistajet_top_up .vistajet_bottom_button_wrapper .vistajet_button_primary:disabled,
.vistajet_top_up .vistajet_bottom_button_wrapper .vistajet_button_primary[disabled] {
	background: #E4A9B0;
}

@media screen and (max-width: 640px) {
	.vistajet_top_up .vistajet_bottom_button_wrapper {
		display: block;
	}
	.vistajet_top_up .vistajet_bottom_button_wrapper .vistajet_button_default {
		width: 100%;
	}
	.vistajet_top_up .vistajet_bottom_button_wrapper .vistajet_button_default+.vistajet_button_default {
		margin-left: 0;
		margin-top: 15px;
	}
}

.vistajet_top_up .vistajet_content_text_wrapper {
	margin: 30px 0;
}

.vistajet_top_up .vistajet_content_text_wrapper .vistajet_content_text {
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B;
	line-height: 14px;
	margin: 10px 0 10px 0;
}

.vistajet_top_up .vistajet_form_heading {
	font-size: 18px;
	font-family: "Museo Sans 500", sans-serif;
	margin: 0 0 5px 0;
}

@media screen and (max-width: 479px) {
	.vistajet_top_up .vistajet_card {
		padding: 0 15px;
	}
	.vistajet_top_up .vistajet_top_up_header {
		height: 50px;
	}
	.vistajet_top_up .vistajet_upper_card_content {
		margin: 50px 0 0 0;
	}
}

.vistajet_top_up .vistajet_input_wrapper input[disabled],
.vistajet_top_up .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[disabled],
.vistajet_primary_form .vistajet_top_up .vistajet_input_wrapper .vistajet_textarea[disabled] {
	cursor: not-allowed;
}

.copied-placeholder {
	padding: 4px;
	background: #9B9B9B;
	color: white;
	border-radius: 2px;
	font-size: 10px;
	position: relative;
	top: 2px;
	left: 11px;
}

@media screen and (max-width: 639px) {
	.topUpModalDirect {
		padding-left: 0;
		padding-right: 0;
	}
	.topUpModalDirect .vistajet_screen_wrapper {
		padding: 0;
	}
	.topUpModalDirect .vistajet_screen_wrapper .vistajet_input_with_icon .vistajet_input_icon {
		min-width: 40px;
	}
	.topUpModalDirect .vistajet_screen_wrapper .vistajet_input_with_icon .vistajet_dollar_icon::before {
		width: 12px;
	}
}

.iban-number {
	word-break: break-word;
}

.vistajet_top_up_history .vistajet_top_up_section {
	margin-top: 50px;
}

.vistajet_modal {
	background: rgba(0, 0, 0, 0.2);
}

.vistajet_modal .vistajet_modal_body {
	border-radius: 5px;
	width: 530px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px 30px;
	background: #ffffff;
}

@media screen and (max-width: 639px) {
	.vistajet_modal .vistajet_modal_body {
		padding: 30px 15px;
	}
}

.vistajet_modal .vistajet_modal_close {
	top: 20px;
	right: 20px;
	color: #C35C69;
	border: 1px solid #C35C69;
	border-radius: 50%;
}

.vistajet_modal .vistajet_modal_close:focus {
	outline: none;
}

.vistajet_modal .vistajet_modal_close svg {
	width: 10px;
}

.vistajet_modal .vistajet_modal_header h4 {
	color: #C35C69;
	margin-bottom: 10px;
	font-size: 30px !important;
}

.vistajet_modal .vistajet_modal_header p {
	font-size: 12px;
}

.vistajet_modal .vistajet_modal_content {
	padding: 25px 0;
}

.vistajet_modal .vistajet_modal_content p {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_modal .vistajet_modal_content p a {
	color: #C35C69;
}

.vistajet_modal .vistajet_modal_content .vistajet_sub_content {
	font-size: 14px;
	font-family: "Museo Sans 100", sans-serif;
	line-height: 20px;
	margin: 15px 0 0 0;
	color: #9B9B9B;
}

.vistajet_modal .vistajet_modal_content .vistajet_link_text {
	font-size: 12px;
}

.vistajet_modal .vistajet_modal_content .vistajet_link_text a {
	color: #C35C69;
	text-decoration: underline;
}

.vistajet_modal .vistajet_modal_content .vistajet_forgot_link {
	font-size: 12px;
	color: #9B9B9B;
}

.vistajet_modal .vistajet_modal_content .vistajet_forgot_link:hover {
	color: #C35C69;
}

.vistajet_modal .vistajet_modal_content .vistajet_forgot_link:focus {
	color: #C35C69;
}

.vistajet_modal .vistajet_modal_content .vistajet_modal_subheading {
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_modal .vistajet_modal_content .vistajet_modal_subheading_2 {
	font-size: 16px;
	margin: 0;
	line-height: 19px;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_modal .vistajet_modal_content .vistajet_modal_light_text {
	font-size: 14px;
	margin: 0;
	line-height: 17px;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_modal .vistajet_modal_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #C35C69;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.vistajet_modal .vistajet_modal_footer button {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	border: none;
	padding: 7px 0;
	text-transform: none;
	background: transparent;
}

.vistajet_modal .vistajet_modal_footer button:disabled,
.vistajet_modal .vistajet_modal_footer button[disabled] {
	background: #d8d8d8;
	cursor: not-allowed;
}

.vistajet_modal .vistajet_modal_height {
	min-height: 425px;
}

.vistajet_modal_large .vistajet_modal_body {
	width: 630px;
}

.vistajet_modal_medium .vistajet_modal_body {
	width: 560px;
}

.vistajet_modal_small .vistajet_modal_body {
	width: 530px;
}

.vistajet_modal .vistajet_modal_header_fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vistajet_modal .vistajet_modal_header_fix a {
	position: absolute;
	left: 20px;
	font-size: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
	.vistajet_modal .vistajet_modal_header_fix a {
		left: 10px;
	}
	.vistajet_modal .vistajet_modal_header_fix a span {
		display: none;
	}
}

.vistajet_modal .vistajet_modal_header_fix a::before {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg") no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	margin-right: 3px;
	position: relative;
	top: 2px;
	display: inline-block;
}

.vistajet_modal .vistajet_modal_header_fix h4 {
	margin: 0;
	font-size: 20px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 639px) {
	.vistajet_modal .vistajet_modal_header_fix h4 {
		padding: 0 50px;
		font-size: 18px;
	}
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_close {
	cursor: pointer;
	padding: 3px;
	line-height: 0;
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_close svg {
	width: 14px;
	fill: #C35C69;
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_header_fix {
	position: absolute;
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_header_fix h5 {
	color: #B00016;
	font-size: 24px;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	top: 22px;
	display: inline-block;
	max-width: 300px;
	margin: 0 auto;
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_content .vistajet_bs_body {
	padding: 0;
}

.vistajet_modal .vistajet_react_modal .vistajet_modal_footer {
	position: absolute;
}

.vistajet_departure_button,
.vistajet_arrival_button {
	text-align: left;
	position: relative;
	padding: 7px 5px 7px 30px;
	box-sizing: border-box;
	width: 100%;
	background: transparent;
	box-shadow: none;
	outline: none;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.vistajet_departure_button::before,
.vistajet_arrival_button::before {
	content: "";
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_form_icon.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
}

.vistajet_departure_button h6,
.vistajet_arrival_button h6 {
	text-align: left;
	margin: 0;
	text-transform: none;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B;
	font-size: 12px;
}

.vistajet_departure_button p,
.vistajet_arrival_button p {
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 0;
	color: #9B9B9B;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_departure_button.active,
.active.vistajet_arrival_button {
	border: 1px solid #C35C69;
}

.vistajet_departure_button.active h6,
.active.vistajet_arrival_button h6,
.vistajet_departure_button.active p,
.active.vistajet_arrival_button p {
	color: #C35C69;
}

.vistajet_departure_button.active::before,
.active.vistajet_arrival_button::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_form_red_icon.svg) no-repeat;
	background-size: contain;
}

.vistajet_arrival_button::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_to_icon.svg) no-repeat;
	background-size: contain;
}

.vistajet_arrival_button.active::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_to_red_icon.svg) no-repeat;
	background-size: contain;
}

.uk-modal-dialog .vistajet_bs_body {
	padding-left: 0;
	padding-right: 0;
	margin: 40px 0;
}

.uk-modal-dialog .vistajet_bs_body .vistajet_flight_booking_column+.vistajet_flight_booking_column {
	margin-top: 20px;
}

.vistajet_confirm_modal .vistajet_info_icon::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_tooltip_info.svg) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	position: relative;
	top: 0;
	margin-right: 5px;
}

.vistajet_confirm_modal .vistajet_confirm_button_wrapper {
	text-align: right;
}

.vistajet_confirm_modal .vistajet_confirm_button_wrapper .vistajet_button_default {
	padding: 0;
	width: 160px;
	height: 47px;
	border-radius: 5px;
}

.vistajet_confirm_modal .vistajet_confirm_button_wrapper .vistajet_button_default+.vistajet_button_default {
	margin: 15px 0 0 15px;
}

@media screen and (max-width: 639px) {
	.vistajet_confirm_modal .vistajet_modal_body {
		padding: 30px 15px;
	}
	.vistajet_confirm_modal .vistajet_modal_body .vistajet_modal_content {
		padding: 10px 0 25px 0;
	}
	.vistajet_confirm_modal .vistajet_modal_body .vistajet_modal_content p {
		font-size: 14px;
	}
	.vistajet_confirm_modal .vistajet_modal_body .vistajet_info_icon::before {
		width: 20px;
		height: 20px;
		top: 0;
		margin-right: 2px;
	}
	.vistajet_confirm_modal .vistajet_modal_body .vistajet_confirm_button_wrapper .vistajet_button_default {
		width: 140px;
	}
	.vistajet_confirm_modal .vistajet_modal_body .vistajet_confirm_button_wrapper .vistajet_button_default+.vistajet_button_default {
		margin: 15px 0 0 10px;
	}
}

.vistajet_modal_header_counter::after {
	display: none;
}

@media screen and (max-width: 640px) {
	.vistajet_modal_header_counter {
		border-bottom: none;
	}
}

.vistajet_program_modal .vistajet_modal_header_fix {
	border-bottom: none;
	height: auto;
	margin: 20px 0 0;
	position: relative;
}

.vistajet_program_modal .vistajet_modal_header_fix h3 {
	font-family: "Garamond Premiere Pro Light", sans-serif;
	font-size: 30px;
	letter-spacing: 0.54px;
	color: #B00016;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_header_fix h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content {
		padding: 5px 0 25px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_modal_subheading {
	font-size: 16px;
	letter-spacing: 0.29px;
	margin: 0 0 15px 0;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_modal_subheading {
		font-size: 14px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_checkbox_wrapper {
	margin-bottom: 15px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_checkbox_wrapper {
		text-align: center;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_radio_wrapper {
	margin-bottom: 15px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_radio_wrapper {
		text-align: center;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_radio_wrapper .vistajet_radio {
	display: inline-block;
	-webkit-tap-highlight-color: transparent;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_radio_wrapper .vistajet_radio+.vistajet_radio {
	margin-left: 30px !important;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_radio_wrapper .vistajet_radio span {
	padding: 3px 0px 0 25px;
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
	color: #979797;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper {
	width: 100%;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container {
	padding: 0 0;
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .react-datepicker__input-container {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea {
	opacity: 1 !important;
	font-size: 12px;
	color: #979797;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input::-webkit-input-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-webkit-input-placeholder {
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input::-webkit-input-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-webkit-input-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-webkit-input-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input:-moz-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-moz-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input:-moz-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-moz-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-moz-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input::-moz-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input::-moz-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-moz-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea::-moz-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input:-ms-input-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-ms-input-placeholder {
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper input:-ms-input-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-ms-input-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_textarea:-ms-input-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .react-datepicker-wrapper .vistajet_date_icon {
	background-size: 15px;
	background-position: 10px 8px;
	padding: 0px 0px 0px 30px;
	height: 34px;
	display: flex;
	align-items: center;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker {
	min-height: 34px;
	height: 34px;
	position: relative;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea {
	opacity: 1 !important;
	text-align: left;
	cursor: pointer;
	min-width: 100%;
	-webkit-tap-highlight-color: transparent;
	min-height: 34px;
	font-size: 12px;
	color: #979797;
	font-family: "Museo Sans 300", sans-serif;
	padding: 0 10px 0 35px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input::-webkit-input-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-webkit-input-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-webkit-input-placeholder {
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input::-webkit-input-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-webkit-input-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-webkit-input-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input:-moz-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-moz-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input:-moz-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-moz-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-moz-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input::-moz-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-moz-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input::-moz-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-moz-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea::-moz-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input:-ms-input-placeholder,
.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-ms-input-placeholder,
.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-ms-input-placeholder {
	color: #979797;
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker input:-ms-input-placeholder,
	.vistajet_program_modal .vistajet_modal_content .vistajet_primary_form .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-ms-input-placeholder,
	.vistajet_primary_form .vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .vistajet_textarea:-ms-input-placeholder {
		font-size: 16px;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker::before {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_access_time_icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .uk-dropdown {
	min-width: 125px;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_timepicker .uk-dropdown .uk-grid {
	justify-content: center;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input {
	position: relative;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input::after {
	content: '';
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_left_gray.svg) no-repeat;
	width: 8px;
	height: 12px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	right: 15px;
	z-index: 5;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input.is-disabled .Select-control {
	background: transparent;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control {
	height: 34px;
	background: transparent;
	z-index: 10;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control .Select-multi-value-wrapper .Select-value {
	padding-right: 30px;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
	color: #979797;
	font-family: "Museo Sans 300", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
		font-size: 16px;
		font-family: "Museo Sans 100", sans-serif;
	}
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control .Select-multi-value-wrapper .Select-placeholder {
	color: #979797;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-control .Select-clear-zone {
	display: none;
}

.vistajet_program_modal .vistajet_modal_content .vistajet_input_wrapper .vistajet_select_input .Select-menu-outer {
	z-index: 101;
}

@media screen and (max-width: 960px) {
	.vistajet_tabs h1.uk-margin-xlarge-left {
		margin-left: 0 !important;
	}
}

.vistajet_tabs .uk-nav li {
	margin-bottom: 10px;
}

.vistajet_tabs .uk-nav li.uk-active a {
	text-decoration: underline;
}

.vistajet_tabs .uk-nav li a {
	color: #C35C69;
}

@media screen and (max-width: 639px) {
	.vistajet_tabs .vistajet_sub_small_heading {
		border-radius: 6px 6px 0 0;
	}
	.vistajet_tabs ul[aria-hidden=false] {
		background: #eee;
		padding: 0px 15px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.vistajet_tabs ul.vistajet_toggle_menu li {
		padding: 5px 15px;
		border-bottom: 1px solid #C9C9C9;
		margin: 0;
	}
	.vistajet_tabs ul.vistajet_toggle_menu li.uk-active a {
		text-decoration: none;
	}
	.vistajet_tabs ul.vistajet_toggle_menu li:last-child {
		border-bottom: none;
	}
	.vistajet_tabs .uk-switcher {
		margin-top: 30px;
	}
}

.vistajet_tab_two {
	text-align: center;
}

.vistajet_tab_two .uk-switcher li img {
	margin-bottom: 30px;
}

.vistajet_tab_two .uk-subnav {
	margin-top: 50px;
	margin-bottom: 0;
	justify-content: center;
}

@media screen and (max-width: 420px) {
	.vistajet_tab_two .uk-subnav.responsive-tabs {
		margin-left: 0 !important;
	}
	.vistajet_tab_two .uk-subnav.responsive-tabs li {
		width: auto !important;
		padding-left: 8px;
		padding-right: 8px;
	}
	.vistajet_tab_two .uk-subnav.responsive-tabs li a {
		font-size: 12px !important;
	}
}

.vistajet_tab_two .uk-subnav li {
	width: calc(100% / 6);
	padding-left: 0;
}

.vistajet_tab_two .uk-subnav li a {
	color: #929eaa;
	letter-spacing: 1.35px;
	line-height: 22px;
	text-align: center;
}

.vistajet_tab_two .uk-subnav li.uk-active a {
	color: #000;
}

.vistajet_tab_two .uk-subnav li.uk-active a:after {
	content: "";
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (min-width: 1100px) {
	.vistajet_tab_two .uk-subnav li.uk-active a:after {
		max-width: 90%;
	}
}

.vistajet_filter .vistajet_gallery {
	position: relative;
}

.vistajet_filter .vistajet_gallery .uk-subnav {
	max-width: 100%;
	margin-bottom: 50px;
	justify-content: center;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
	margin-left: 0;
	position: relative;
	-webkit-overflow-scrolling: touch;
	/* width */
	/* Handle */
}

.vistajet_filter .vistajet_gallery .uk-subnav li {
	padding: 0 30px;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	.vistajet_filter .vistajet_gallery .uk-subnav li {
		padding: 0 20px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_filter .vistajet_gallery .uk-subnav li {
		padding: 0 10px;
	}
}

.vistajet_filter .vistajet_gallery .uk-subnav li a {
	color: #929eaa;
	letter-spacing: 1.35px;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Museo Sans 100", sans-serif;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.vistajet_filter .vistajet_gallery .uk-subnav li a {
		font-size: 16px;
	}
}

.vistajet_filter .vistajet_gallery .uk-subnav li a:hover {
	background: transparent;
	color: #000;
}

.vistajet_filter .vistajet_gallery .uk-subnav li.uk-active a {
	background: transparent;
	color: #000;
	font-family: "Museo Sans 700", sans-serif;
	position: relative;
}

.vistajet_filter .vistajet_gallery .uk-subnav li.uk-active a::after {
	content: '';
	position: absolute;
	height: 2px;
	max-width: 79.24px;
	border-bottom: 1px solid #B00016;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
}

.vistajet_filter .vistajet_gallery .uk-subnav::-webkit-scrollbar {
	height: 3px;
}

.vistajet_filter .vistajet_gallery .uk-subnav::-webkit-scrollbar-thumb {
	background: #cececf;
	border-radius: 25px;
}

.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_left,
.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_right {
	position: absolute;
	left: -30px;
	right: auto;
	top: 0;
	display: block;
	height: 55px;
	width: 30px;
	z-index: 100;
	padding: 0;
	cursor: pointer;
}

.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_left::before,
.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_right::before {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_chevron_left_gray.svg") no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 12px;
	display: inline-block;
	position: relative;
	left: 0;
	top: calc(50% - 15px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_right {
	left: auto;
	right: -30px;
}

.vistajet_filter .vistajet_gallery .uk-subnav .vistajet_chevron_right::before {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_gray.svg") no-repeat;
	background-position: 0 0;
}

.vistajet_filter .vistajet_gallery .vistajet_gallery_filter a {
	width: 100%;
	text-align: center;
}

.vistajet_filter .vistajet_gallery .vistajet_gallery_filter a img {
	max-width: 100%;
	max-height: 141px;
	width: 100%;
	height: 204px;
	object-fit: cover;
}

.vistajet_slides_showcase {
	padding-top: 40px;
	padding-bottom: 70px;
	height: 200px;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_oval_three.svg) bottom center no-repeat;
	background-size: 60%;
}

.vistajet_slides_showcase .jetsimages {
	width: 80%;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.vistajet_slides_showcase .jetsimages img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	right: 0;
	transition: all 0.1s ease-in-out;
}

.ui-slider-horizontal {
	height: 2.2em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: -1.9em;
}

.ui-slider {
	position: relative;
	text-align: left;
	height: 50px;
}

.ui-slider .ui-slider-handle {
	left: 50%;
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fff url(https://www.vistajet.com/Static/img/icons/vistajet_rotate_pointer.svg);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}

.ui-widget-content {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_rotate_line.svg) 100% center repeat-x;
	max-width: 400px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 1680px) {
	.vistajet_hidden_xl {
		display: none;
	}
	.vistajet_visible_xl {
		display: block;
	}
}

@media screen and (max-width: 1280px) {
	.vistajet_hidden_l {
		display: none;
	}
	.vistajet_visible_l {
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.vistajet_hidden_m {
		display: none;
	}
	.vistajet_visible_m {
		display: block;
	}
	footer .uk-navbar {
		display: block;
		text-align: center;
	}
	.vistajet_heading_column .vistajet_heading_primary {
		font-size: 60px;
	}
	.vistajet_heading_column .vistajet_heading_secondary {
		font-size: 60px;
	}
	.vistajet_heading_column.vistajet_heading_column_two .vistajet_heading_primary {
		font-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	.vistajet_location_map {
		display: none;
	}
	.vistajet_hidden_s {
		display: none;
	}
	.vistajet_visible_s {
		display: block;
	}
	pre {
		white-space: normal;
	}
	.uk-height-viewport {
		min-height: auto;
	}
	.vistajet_heading_column {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_hidden_xs {
		display: none;
	}
	.vistajet_visible_xs {
		display: block;
	}
	.vistajet_tile_grid .uk-grid {
		margin-left: 0;
	}
	.vistajet_slides_showcase {
		margin-top: 50px;
		background-size: 100%;
		height: 130px;
	}
	.ui-widget-content {
		padding: 0 10px;
		max-width: 80%;
	}
	.vistajet_heading_column .vistajet_heading_primary {
		font-size: 48px;
	}
	.vistajet_heading_column .vistajet_heading_secondary {
		font-size: 48px;
	}
	.vistajet_heading_column.vistajet_heading_column_two .vistajet_heading_primary {
		font-size: 48px;
	}
}

@media screen and (max-width: 480px) {
	.vistajet_slides_showcase {
		padding-bottom: 20px;
	}
}

footer {
	position: relative;
	margin: 40px 0 0px;
	padding: 100px 0 0px;
	background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
	min-width: 100%;
	box-sizing: border-box !important;
}

@media screen and (max-width: 639px) {
	footer {
		padding: 70px 0 0;
	}
}

footer .vistajet_footer_hero_banner {
	position: absolute;
	bottom: 0;
	height: 400px;
	width: 100%;
}

footer .vistajet_footer_logo {
	margin-top: 10px;
}

footer .vistajet_quicklink li {
	display: inline-block;
}

footer .vistajet_quicklink li a {
	position: relative;
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.24px;
	line-height: 12px;
	text-transform: initial;
	display: inline-block;
	padding: 5px 15px;
}

footer .vistajet_quicklink li a:hover {
	text-decoration: none;
	color: #B00016;
}

footer .vistajet_quicklink li a::after {
	content: '';
	position: absolute;
	border-right: thin solid #000;
	height: 10px;
	right: 0;
}

footer .vistajet_quicklink li:last-child a::after {
	content: '';
	border: none !important;
}

footer .vistajet_sociallink li {
	display: inline-block;
}

footer .vistajet_sociallink li a {
	position: relative;
	font-size: 10px;
	letter-spacing: 0.24px;
	line-height: 12px;
	text-transform: initial;
	display: inline-block;
	padding: 5px 10px;
	color: #999;
}

footer .vistajet_footer_text_field p {
	color: #afafaf;
	font-size: 10px;
	line-height: 1.4em;
}

.vistajet_itinerary_listing {
	max-width: 100%;
}

.vistajet_itinerary_listing .vistajet_bs_body {
	padding: 20px 25px;
	cursor: pointer;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_listing .vistajet_bs_body {
		padding: 15px 15px;
	}
}

.vistajet_itinerary_listing .vistajet_bs_body .vistajet_departure_column {
	margin-top: 10px;
	margin-bottom: 10px;
}

.vistajet_itinerary_listing .vistajet_bs_body .vistajet_cp_column {
	margin-bottom: 0;
}

.vistajet_itinerary_listing .vistajet_bs_body .vistajet_cp_column .vistajet_passengers_column {
	margin: 10px 0 0 0;
	display: block !important;
}

@media screen and (max-width: 767px) {
	.vistajet_itinerary_listing .vistajet_bs_body .vistajet_date_column {
		display: flex;
		height: 38px;
	}
	.vistajet_itinerary_listing .vistajet_bs_body .vistajet_date_column .vistajet_date_icon .vistajet_multi_dates {
		padding: 0;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_listing .vistajet_itinerary_listing_map {
		display: none;
	}
}

.vistajet_multileg {
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.vistajet_multileg .vistajet_bs_card {
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #d8d8d8;
}

.vistajet_multileg .vistajet_bs_card:first-child {
	border-radius: 5px 5px 0 0;
}

.vistajet_multileg .vistajet_bs_card:last-child {
	border-radius: 0 0 5px 5px;
	border: none;
}

.vistajet_itinerary_detail_screen .vistajet_card {
	margin-bottom: 30px;
	min-height: 160px;
}

.vistajet_itinerary_detail_screen .vistajet_button_default {
	width: 197px;
	padding: 11px 0;
	border-radius: 5px;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_detail_screen .vistajet_button_default {
		width: 140px;
		font-size: 12px;
	}
}

.vistajet_download_itinerary_button {
	margin-right: 15px !important;
}

@media screen and (max-width: 640px) {
	.vistajet_download_itinerary_button {
		margin-right: 5px !important;
		padding: 9px 0 !important;
		width: 48px !important;
		border-radius: 3px !important;
	}
	.vistajet_download_itinerary_button span {
		display: none;
	}
	.vistajet_download_itinerary_button::before {
		content: "";
		background: url("https://www.vistajet.com/Static/img/icons/vistajet_download_red_icon.svg") no-repeat;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
}

@media screen and (max-width: 640px) {
	.vistajet_modify_order_button {
		padding: 9px 0 !important;
		width: 48px !important;
		border-radius: 3px !important;
	}
	.vistajet_modify_order_button span {
		display: none;
	}
	.vistajet_modify_order_button::before {
		content: "";
		background: url("https://www.vistajet.com/Static/img/icons/vistajet_edit_red_icon.svg") no-repeat;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
}

.vistajet_slider_content .vistajet_slider_header {
	height: 78px;
	margin: 0 0;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	padding: 0 35px;
}

.vistajet_slider_content .vistajet_slider_header .vistajet_airport_name_wrapper {
	display: inline-block;
}

@media screen and (max-width: 639px) {
	.vistajet_slider_content .vistajet_slider_header .vistajet_airport_name_wrapper {
		display: flex;
		justify-content: center;
	}
}

.vistajet_slider_content .vistajet_slider_header p {
	color: #4A4A4A;
	font-size: 20px;
	margin: 20px 0 0 0;
	line-height: 22px;
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.vistajet_slider_content .vistajet_slider_header p {
		font-size: 16px;
		margin: 15px 0 0 0;
		line-height: 20px;
	}
}

.vistajet_slider_content .vistajet_slider_header .vistajet_on_request_text {
	color: #C35C69;
	font-size: 16px;
	margin-left: 10px;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.vistajet_slider_content .vistajet_slider_header .vistajet_on_request_text {
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 18px;
	}
}

.vistajet_slider_content .uk-slider-container ul {
	padding-left: 0;
}

.vistajet_slider_content .uk-slider-container ul li {
	margin-bottom: 0;
}

.vistajet_slider_content .uk-slider-container .vistajet_bs_body {
	padding: 20px 15px;
}

.vistajet_slider_content .uk-slider-items li {
	margin: 0;
}

.vistajet_slider_content .vistajet_slide_arrow_row {
	position: absolute;
	top: 40px;
	width: 100%;
}

.vistajet_slider_content .vistajet_slide_arrow_row a {
	width: 12px;
	color: #4A4A4A;
	padding: 5px 20px;
}

.vistajet_slider_content .vistajet_slide_arrow_row .vistajet_slide_arrow_left,
.vistajet_slider_content .vistajet_slide_arrow_row .vistajet_slide_arrow_right {
	width: 12px;
	height: 8px;
	transform: rotate(90deg);
	display: inline-block;
	object-fit: contain;
}

.vistajet_slider_content .vistajet_slide_arrow_row .vistajet_slide_arrow_right {
	transform: rotate(-90deg);
}

.vistajet_slider_content .vistajet_slider_dot_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_slider_content .vistajet_slider_dot_wrapper {
		margin: 8px 0 0 0;
	}
}

.vistajet_slider_content .vistajet_slider_dot_wrapper .vistajet_slider_dot {
	display: inline-block;
	background-color: #d8d8d8;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	cursor: pointer;
}

.vistajet_slider_content .vistajet_slider_dot_wrapper .vistajet_slider_dot+.vistajet_slider_dot {
	margin-left: 5px;
}

.vistajet_slider_content .vistajet_slider_dot_wrapper .vistajet_slider_dot.active {
	background-color: #C35C69;
}

.vistajet_slider_content .vistajet_bs_body .vistajet_date_column {
	display: flex;
	flex-direction: row;
}

.vistajet_slider_content .vistajet_bs_body .vistajet_date_column .vistajet_date_icon {
	margin-right: 10px;
}

.vistajet_slider_content .vistajet_bs_body .vistajet_date_column a {
	color: #C35C69;
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
	.vistajet_slider_content .vistajet_bs_body .vistajet_date_column a {
		position: absolute;
		left: 23px;
		top: 20px;
		font-size: 11px;
		width: 100%;
	}
}

.vistajet_slider_content .vistajet_bs_body .vistajet_cp_column {
	margin-bottom: 0;
}

.vistajet_slider_content .vistajet_bs_body .vistajet_cp_column .vistajet_passengers_column {
	margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
	.vistajet_slider_content .vistajet_bs_body .vistajet_cp_column .vistajet_passengers_column {
		display: block;
	}
}

.vistajet_itinerary_card_header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	height: 70px;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
}

.vistajet_itinerary_card_header h5 {
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 20px;
	color: #C35C69;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_card_header h5 {
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_card_header {
		padding: 0 15px;
		font-size: 16px;
	}
}

.vistajet_itinerary_card_body {
	padding: 30px 30px 40px 30px;
	position: relative;
}

.vistajet_itinerary_card_body p {
	color: #4A4A4A;
	margin: 0;
	letter-spacing: 0.33px;
	line-height: 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.vistajet_itinerary_card_body p a {
	color: #C35C69;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_card_body {
		padding: 20px 15px 20px 15px;
	}
	.vistajet_itinerary_card_body p {
		font-size: 12px;
	}
}

.vistajet_subheading_wapper {
	margin-top: 30px;
}

.vistajet_subheading {
	font-size: 14px;
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
	text-transform: capitalize;
}

.vistajet_subheading_link {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
	text-transform: capitalize;
}

@media screen and (max-width: 639px) {
	.vistajet_subheading_link {
		font-size: 12px;
	}
}

.vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-11unzgr .css-v73v8k,
.vistajet_ground_transportation_modal .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-v73v8k,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-w10srf .css-v73v8k,
.vistajet_ground_transportation_modal .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-v73v8k,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-1bbodmn .css-v73v8k {
	margin: 0;
	width: 100% !important;
}

.vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-11unzgr .css-wqgs6e,
.vistajet_ground_transportation_modal .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-w10srf .css-wqgs6e,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-w10srf .css-wqgs6e,
.vistajet_ground_transportation_modal .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-15k3avv .css-1bbodmn .css-wqgs6e,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_ground_transportation_modal .vistajet_select_input .css-15k3avv .css-1bbodmn .css-wqgs6e {
	margin: 0;
	width: 100% !important;
}

@media screen and (max-width: 639px) {
	.vistajet_ground_transportation_modal .vistajet_departure_button,
	.vistajet_ground_transportation_modal .vistajet_arrival_button {
		margin: 0 0 15px 0;
	}
	.vistajet_ground_transportation_modal .vistajet_arrival_button {
		margin: 0;
	}
}

.vistajet_departure_heading,
.vistajet-arrival-heading {
	margin: 0px 0 30px 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 20px;
	position: relative;
	padding-left: 35px;
	border-bottom: 0.5px solid #d8d8d8;
}

.vistajet_departure_heading::before,
.vistajet-arrival-heading::before {
	content: '';
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_form_icon.svg") no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background-size: contain;
}

.vistajet_departure_heading::after,
.vistajet-arrival-heading::after {
	content: 'Departure';
	font-size: 12px;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B;
	text-transform: capitalize;
	margin-left: 5px;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.vistajet_departure_heading,
	.vistajet-arrival-heading {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-bottom: 10px;
		font-size: 18px;
	}
	.vistajet_departure_heading::before,
	.vistajet-arrival-heading::before {
		width: 20px;
		height: 20px;
	}
	.vistajet_departure_heading::after,
	.vistajet-arrival-heading::after {
		display: block;
		margin-left: 0;
		font-size: 10px;
	}
}

.vistajet-arrival-heading::before {
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_to_icon.svg") no-repeat;
}

.vistajet-arrival-heading::after {
	content: 'Arrival';
}

.vistajet_itinerary_weather {
	position: relative;
}

.vistajet_itinerary_weather h6 {
	font-size: 24px;
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
	padding-left: 40px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.vistajet_itinerary_weather h6 {
		font-size: 20px;
	}
}

.vistajet_itinerary_weather h6.clear-day {
	background: url("../img/icons/clear-day.png") no-repeat;
}

.vistajet_itinerary_weather h6.clear-night {
	background: url("../img/icons/clear-night.png") no-repeat;
}

.vistajet_itinerary_weather h6.rain {
	background: url("../img/icons/rain.png") no-repeat;
}

.vistajet_itinerary_weather h6.snow {
	background: url("../img/icons/snow.png") no-repeat;
}

.vistajet_itinerary_weather h6.sleet {
	background: url("../img/icons/sleet.html") no-repeat;
}

.vistajet_itinerary_weather h6.wind {
	background: url("../img/icons/wind.png") no-repeat;
}

.vistajet_itinerary_weather h6.fog {
	background: url("../img/icons/fog.png") no-repeat;
}

.vistajet_itinerary_weather h6.cloudy {
	background: url("../img/icons/cloudy.png") no-repeat;
}

.vistajet_itinerary_weather h6.partly-cloudy-day {
	background: url("../img/icons/partly-cloudy-day.png") no-repeat;
}

.vistajet_itinerary_weather h6.partly-cloudy-night {
	background: url("../img/icons/partly-cloudy-night.png") no-repeat;
}

.vistajet_itinerary_weather h6.hail {
	background: url("../img/icons/hail.png") no-repeat;
}

.vistajet_itinerary_weather h6.thunderstorm {
	background: url("../img/icons/thunderstorm.png") no-repeat;
}

.vistajet_itinerary_weather h6.hurricane {
	background: url("../img/icons/hurricane.png") no-repeat;
}

.vistajet_itinerary_weather h6.tornado {
	background: url("../img/icons/tornado.html") no-repeat;
}

.vistajet_itinerary_weather h6.clear-day,
.vistajet_itinerary_weather h6.clear-night,
.vistajet_itinerary_weather h6.rain,
.vistajet_itinerary_weather h6.snow,
.vistajet_itinerary_weather h6.sleet,
.vistajet_itinerary_weather h6.wind,
.vistajet_itinerary_weather h6.fog,
.vistajet_itinerary_weather h6.cloudy,
.vistajet_itinerary_weather h6.partly-cloudy-day,
.vistajet_itinerary_weather h6.partly-cloudy-night,
.vistajet_itinerary_weather h6.hail,
.vistajet_itinerary_weather h6.thunderstorm,
.vistajet_itinerary_weather h6.hurricane,
.vistajet_itinerary_weather h6.tornado {
	background-size: contain;
	width: 30px;
	background-position: left center;
}

.vistajet_itinerary_weather .vistajet_weather_date {
	color: #9B9B9B;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.vistajet_itinerary_weather .vistajet_weather_date {
		font-size: 12px;
	}
}

.vistajet_itinerary_weather sup {
	font-size: 10px;
	top: -10px;
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_itinerary_fbo h4 {
	font-family: "Museo Sans 500", sans-serif;
	font-size: 16px;
}

.vistajet_itinerary_fbo ul {
	padding-left: 0;
}

.vistajet_itinerary_fbo ul li {
	padding-left: 35px;
	position: relative;
	list-style-type: none;
}

.vistajet_itinerary_fbo ul li [class^="icon"] {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	margin-right: 10px;
	fill: #fff;
	background-repeat: no-repeat;
	left: 0;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_fbo ul li [class^="icon"] {
		width: 15px;
		height: 15px;
		top: 3px;
		background-size: contain !important;
	}
}

.vistajet_itinerary_fbo ul li .baseline_phone {
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_baseline_phone_g_icon.svg") no-repeat;
}

.vistajet_itinerary_fbo ul li .baseline_email {
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_baseline_email_g_icon.svg") no-repeat;
}

.vistajet_itinerary_fbo ul li .baseline_location {
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_baseline_location_city_g_icon.svg") no-repeat;
}

.vistajet_itinerary_fbo ul li a {
	text-decoration: underline;
	color: #B00016;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_fbo ul li {
		padding-left: 30px;
		font-size: 12px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_fbo ul {
		margin-bottom: 0;
	}
	.vistajet_itinerary_fbo ul li:last-child {
		margin-bottom: 0;
	}
}

#modal-fbo .vistajet_modal_content {
	padding: 10px 0;
	margin-bottom: 20px !important;
}

#modal-fbo .vistajet_modal_content .vistajet_modal_fbo_content_details {
	padding: 20px 25px 0;
}

#modal-fbo .vistajet_modal_content .vistajet_modal_fbo_content_details p {
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	width: 100%;
}

#modal-fbo .vistajet_modal_content .vistajet_modal_fbo_content_details p strong {
	color: #969696;
	font-weight: normal;
}

#modal-fbo .vistajet_modal_content .vistajet_modal_fbo_content_details a {
	margin-top: 25px;
}

.vistajet_movement_content_wrapper {
	display: flex;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_movement_content_wrapper .vistajet_movement_left_content img,
.vistajet_movement_content_wrapper .vistajet_movement_right_content img {
	margin-right: 5px;
}

.vistajet_movement_content_wrapper .vistajet_movement_left_content p.disabled,
.vistajet_movement_content_wrapper .vistajet_movement_right_content p.disabled {
	color: #dbdbdb;
}

.vistajet_movement_content_wrapper .vistajet_movement_right_content .vistajet_movement_right_content_text {
	color: #C35C69;
}

.vistajet_movement_content_wrapper+.vistajet_movement_content_wrapper {
	margin: 15px 0 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_itinerary_card_content .vistajet_subheading {
		margin: 0;
	}
	.vistajet_itinerary_card_content .vistajet_subheading_link {
		margin: 0;
	}
	.vistajet_itinerary_card_content .vistajet_description_text {
		margin: 5px 0 0 0;
	}
}

.vistajet_itineries_loader {
	margin-top: 150px;
	margin-left: calc(50% - 15px);
}

@media screen and (max-width: 390px) {
	.vistajet_slider_content .vistajet_itinery_ordernumber {
		font-size: 13px;
	}
	.vistajet_slider_content .vistajet_date_icon {
		font-size: 13px;
		margin-right: 5px !important;
	}
}

.vistajet_itineraries_entertainment_card {
	max-width: 630px;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

@media screen and (max-width: 639px) {
	.vistajet_itineraries_entertainment_card {
		max-width: 80%;
	}
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_header {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_header h4 {
	margin: 0;
	font-size: 24px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 639px) {
	.vistajet_itineraries_entertainment_card .vistajet_entertainment_header h4 {
		font-size: 18px;
		padding: 0px 50px;
	}
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_header a {
	position: absolute;
	left: 20px;
	font-size: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
	.vistajet_itineraries_entertainment_card .vistajet_entertainment_header a span {
		display: none;
	}
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_header a::before {
	content: "";
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg) no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	margin-right: 3px;
	position: relative;
	top: 2px;
	display: inline-block;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags {
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	justify-content: space-between;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags p {
	font-size: 13px !important;
	color: #858585;
	margin: 3px 0 20px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags .vistajet_entertainment_ratings {
	display: inline-block;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags .vistajet_entertainment_ratings img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags .vistajet_entertainment_ratings h5 {
	color: #C35C69;
	font-family: "Museo Sans 700", sans-serif;
	margin: 0;
	font-size: 20px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags .vistajet_entertainment_ratings h5::before {
	content: '';
	display: inline-block;
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_rating_star.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: relative;
	top: 3px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_tags .vistajet_entertainment_ratings h5 span {
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B;
	font-size: 14px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_details {
	box-sizing: border-box;
	margin: 20px 0;
	padding-bottom: 20px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_details p {
	font-size: 16px;
}

.vistajet_itineraries_entertainment_card .vistajet_entertainment_movie_details p strong {
	color: #979797;
	font-weight: normal;
}

.vistajet_entertainment_column {
	border-bottom: 1px solid #DEDEDE;
	margin: 25px 0 25px;
	padding-bottom: 10px;
}

.vistajet_entertainment_column:last-child {
	border: none;
}

.vistajet_entertainment_column h4 {
	font-size: 16px;
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_entertainment_column .uk-card img {
	border-radius: 5px;
	max-height: 230px;
	object-fit: cover;
	min-width: 160px;
	min-height: 230px;
	width: 160px;
}

.vistajet_entertainment_column .uk-card h5 {
	margin: 10px 0;
	font-size: 16px;
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_entertainment_column .vistajet_slider_arrow_left,
.vistajet_entertainment_column .vistajet_slider_arrow_right {
	padding: 0;
	left: -10px;
	right: auto;
	top: 45%;
}

.vistajet_entertainment_column .vistajet_slider_arrow_left::before,
.vistajet_entertainment_column .vistajet_slider_arrow_right::before {
	content: "";
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_left.svg) no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	background-size: contain;
	display: inline-block;
}

.vistajet_entertainment_column .vistajet_slider_arrow_right {
	right: -10px;
	left: auto;
}

.vistajet_entertainment_column .vistajet_slider_arrow_right::before {
	background: url(https://www.vistajet.com/Static/img/icons/vistajet_chevron_right.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.vistajet_entertainment_column ul li {
	height: 100%;
}

.vistajet_entertainment_column ul:focus {
	outline: none;
}

.vistajet_entertainment_column .uk-slider-container:focus {
	outline: none;
}

.vistajet_entertainment_column *:focus {
	outline: none;
}

.vistajet_entertainment_column .vistajet_entertainment_game_section .uk-card img {
	min-height: 173px;
	min-width: 160px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_modal_body {
		padding: 20px 15px;
	}
}

.vistajet_catering_modal .vistajet_modal_header_fix .vistajet_header_shoping {
	font-size: 16px;
	font-family: "Museo Sans 100", sans-serif;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #979797;
}

.vistajet_catering_modal .vistajet_modal_header_fix .vistajet_header_shoping img {
	width: 20px;
	margin: 0 3px 0 0px;
	position: relative;
	top: -1px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_modal_header_fix .vistajet_header_shoping {
		right: 10px;
	}
	.vistajet_catering_modal .vistajet_modal_header_fix .vistajet_header_shoping .vistajet_shoping_item_text {
		display: none;
	}
}

.vistajet_catering_modal .vistajet_subheading_container {
	margin: 10px 0 40px 0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_subheading_container {
		margin: 10px 0 20px 0;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content {
	margin: 0 0 30px 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper .vistajet_catering_menu_button {
	width: 100%;
	text-align: left;
	padding: 0 8px 0 0;
	background: transparent;
	position: relative;
	font-size: 18px;
	font-family: "Museo Sans 500", sans-serif;
	color: #C35C69;
	height: 42px;
	text-transform: none;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper .vistajet_catering_menu_button {
		font-size: 16px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper .vistajet_catering_menu_button::after {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_gray.svg") no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 12px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper .vistajet_catering_menu_caret_remove::after {
	background: none;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl {
	margin: 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl dt {
	font-size: 16px;
	color: #9B9B9B;
	font-family: "Museo Sans 500", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl dt {
		font-size: 14px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl dd {
	font-size: 14px;
	color: #808080;
	font-family: "Museo Sans 300", sans-serif;
	text-indent: 15px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl dd {
		font-size: 12px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl dd strong {
	font-family: "Museo Sans 700", sans-serif;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_menu_button_wrapper dl+dl {
	margin: 15px 0 0 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu {
	margin: 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li {
	background: #f7f7f7;
	margin: 0 -15px 0px -15px;
	padding: 0;
	color: #a0a0a0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li {
		margin: 0 -5px 0px -5px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_title {
	padding: 15px 15px;
	font-size: 18px;
	color: #979797;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_title {
		font-size: 16px;
		padding: 12px 12px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_title .vistajet_item_quantity {
	color: #C35C69;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_title .vistajet_item_quantity {
		font-size: 16px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_title::before {
	background-image: url(https://www.vistajet.com/Static/img/icons/vistajet_arrow_aircraft.svg);
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_content {
	margin: 0;
	background: #ffffff;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_content .vistajet_accordion_menu_detail {
	padding: 0px 0px 15px 0px;
	margin: 0 15px 0px 15px;
	border-bottom: 2px solid #CBCBCB;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_content .vistajet_accordion_menu_detail:last-child {
	border-bottom: none;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_content .vistajet_accordion_menu_detail {
		padding: 0px 0px 12px 0px;
		margin: 0 0px 0px 10px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li .vistajet_accordion_menu_content .vistajet_accordion_menu_detail .vistajet_menu_list_wrapper {
	padding: 10px 5px;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li+li {
	margin-top: 10px;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu li.uk-open a::before {
	transform: rotate(180deg);
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu_category {
	color: #4A4A4A;
	font-size: 18px;
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
	padding: 15px 0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_accordion_menu_category {
		padding: 12px 0;
		font-size: 16px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list {
	display: flex;
	align-items: center;
	background: #ffffff;
	text-transform: none;
	color: #979797;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_item {
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	line-height: 18px;
	margin: 0;
	display: inline-block;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_item {
		font-size: 14px;
		line-height: 16px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_description {
	font-size: 14px;
	line-height: 16px;
	font-family: "Museo Sans 300", sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 5px 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_description {
		font-size: 12px;
		line-height: 14px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_add {
	color: #C35C69;
	font-size: 16px;
	font-family: "Museo Sans 500", sans-serif;
	padding: 0;
	border: none;
	line-height: 38px;
	background: transparent;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_add {
		font-size: 14px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_close {
	background: #9B9B9B;
	padding: 0;
	width: 24px;
	height: 24px;
	line-height: unset;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_close {
		width: 20px;
		height: 20px;
		margin: 0;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_close img {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_accordion_menu_close img {
		width: 10px;
		height: 10px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 15px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper .vistajet_special_instruction_button {
	font-size: 14px;
	font-family: "Museo Sans 100", sans-serif;
	padding: 0 10px;
	border: none;
	color: #979797;
	cursor: pointer;
	text-transform: none;
	background: transparent;
	position: relative;
	line-height: 18px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper .vistajet_special_instruction_button {
		padding: 0;
		margin: 5px 0 0 0;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper .vistajet_special_instruction_button::after {
	content: "";
	background: url("https://www.vistajet.com/Static/img/icons/vistajet_chevron_right_gray.svg") no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 12px;
	display: inline-block;
	position: absolute;
	right: -5px;
	top: 3px;
	transform: rotate(90deg);
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper .vistajet_special_instruction_button::after {
		right: -12px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_list .vistajet_special_instruction_wrapper .vistajet_special_instruction_button.open::after {
	transform: rotate(-90deg);
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_catering_menu_heading {
	border-bottom: 1px solid #CBCBCB;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input {
	margin: 0 0 15px 0;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper {
	position: relative;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper input,
.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_textarea {
	font-size: 12px;
	color: #4A4A4A;
	padding: 12px 50px 12px 10px;
	box-sizing: border-box;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper input:focus,
.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:focus,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_textarea:focus {
	outline: none;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_close_button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 39px;
	background: transparent;
	padding: 0 15px;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_special_instruction_input .vistajet_special_instruction_input_wrapper .vistajet_close_button img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_confirm_button_wrapper {
	text-align: right;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_confirm_button_wrapper {
		text-align: center;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_confirm_button_wrapper button {
	border-radius: 5px;
	padding: 10px 0px;
	width: 140px;
	margin: 10px 0px 0 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_confirm_button_wrapper button {
		width: 45%;
		margin: 10px 3px 0 3px;
	}
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_counter_wrapper button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 12px 4px;
	background: transparent;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_counter_wrapper button .vistajet_minus_icon {
	width: 11px;
	height: 2px;
	object-fit: contain;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_counter_wrapper button .vistajet_plus_two_icon {
	width: 12px;
	height: 12px;
	object-fit: contain;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_counter_wrapper .vistajet_counter_number {
	border: thin solid #CBCBCB;
	padding: 3px 8px;
	border-radius: 3px;
	color: #4A4A4A;
}

.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_item_quantity {
	font-family: "Museo Sans 500", sans-serif;
	font-size: 18px;
	color: #979797;
	margin: 0 5px;
	display: inline-block;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_modal .vistajet_catering_menu_content .vistajet_item_quantity {
		font-size: 16px;
	}
}

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

@media screen and (max-width: 639px) {
	.vistajet_catering_data_wrapper {
		display: block;
	}
}

.vistajet_catering_data_wrapper+.vistajet_catering_data_wrapper {
	margin: 25px 0 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_data_wrapper+.vistajet_catering_data_wrapper {
		margin: 20px 0 0 0;
	}
}

.vistajet_catering_data_wrapper .vistajet_catering_bold_text {
	color: #C35C69;
	font-size: 18px;
	font-family: "Museo Sans 500", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_data_wrapper .vistajet_catering_bold_text {
		font-size: 16px;
		margin: 10px 0 0 0;
	}
}

.vistajet_catering_data_wrapper h5 {
	color: #979797;
	font-size: 20px;
	font-family: "Museo Sans 300", sans-serif;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_data_wrapper h5 {
		font-size: 16px;
		min-width: 90%;
		line-height: 20px;
	}
}

.vistajet_catering_data_wrapper.vistajet_private_dining_wrapper {
	display: flex;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_data_wrapper.vistajet_private_dining_wrapper .vistajet_catering_bold_text {
		margin: 0 0 0 0;
		text-align: right;
	}
}

.vistajet_catering_download_wrapper {
	border-top: thin solid #d8d8d8;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 639px) {
	.vistajet_catering_download_wrapper {
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
}

.vistajet_catering_download_wrapper .vistajet_catering_bold_text {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
}

.vistajet_catering_download_wrapper .vistajet_download_text {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #C35C69;
	cursor: pointer;
	text-decoration: underline;
}

.counter_padding_update button {
	padding: 10px 4px !important;
}

.vistajet_passenger_search_form {
	padding: 25px;
}

.vistajet_passenger_search_form h5 {
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 25px;
	color: #c35c69;
}

.vistajet_passenger_search_form .vistajet_input_wrapper {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.vistajet_passenger_search_form .vistajet_input_wrapper .vistajet_passenger_search_input {
	width: calc(100% - 25px);
	display: inline;
}

.vistajet_passenger_search_form .vistajet_input_wrapper .vistajet_search_close_icon {
	cursor: pointer;
}

.vistajet_passenger_search_form .vistajet_input_wrapper .vistajet_search_close_icon img {
	height: 12px;
}

.vistajet_passenger_search_form .vistajet_passenger_modal_button {
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 43px;
	width: 0;
	padding: 0px 70px 0 31px;
	box-shadow: none;
}

.vistajet_passenger_search_form .vistajet_add_new_passenger {
	padding-bottom: 10px;
	font-size: 14px !important;
}

.vistajet_passenger_search_form .vistajet_add_new_passenger a {
	text-decoration: underline;
}

.vistajet_passenger_search_form .vistajet_passenger_select_form {
	border-bottom: 1px solid #DEDEDE;
	height: 65px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.vistajet_passenger_search_form .vistajet_passenger_select_form .vistajet_search_label {
		font-size: 11px;
	}
}

.vistajet_passenger_search_form .vistajet_passenger_search_results {
	padding-bottom: 10px;
}

.vistajet_passenger_search_form .vistajet_passenger_search_results .vistajet_subheading {
	font-size: 16px;
}

.vistajet_passenger_search_form .vistajet_passenger_search_results .vistajet_search_results_list {
	list-style-type: none;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_passenger_search_form .vistajet_passenger_search_results .vistajet_search_results_list li {
	cursor: pointer;
	margin: 0px 0px 4px 0;
	font-size: 14px;
	color: #979797;
	padding: 0px 0px 0px 10px;
}

.vistajet_passenger_search_form .vistajet_passenger_search_results .vistajet_search_results_list li:hover {
	border-radius: 5px;
	background-color: rgba(216, 216, 216, 0.25);
}

.vistajet_passenger_search_form .vistajet_add_new_passanger_form {
	border-bottom: 1px solid #DEDEDE;
	/* .vistajet_passenger_gender_select {
      @media screen and (max-width: 639px) {

        margin-top: 6px;
      }
      .vistajet_input_wrapper {
        margin: 0px !important;
      }
    } */
}

.vistajet_passenger_search_form .vistajet_add_new_passanger_form .vistajet_add_new_passenger_form_details .vistajet_date_picker .react-datepicker-popper[data-placement^="top"] {
	transform: translate3d(0px, 40px, 0px) !important;
	box-shadow: none !important;
}

.vistajet_passenger_search_form .vistajet_add_new_passanger_form .vistajet_add_new_passenger_form_details .vistajet_date_picker .react-datepicker-popper[data-placement^="top"] .react-datepicker {
	box-shadow: none !important;
}

@media screen and (max-width: 639px) {
	.vistajet_passenger_search_form .vistajet_add_new_passanger_form .vistajet_add_new_passenger_form_details .vistajet_passenger_passport_expiry_form {
		margin-top: 10px !important;
	}
}

.vistajet_passenger_search_form .vistajet_add_new_passanger_form .vistajet_add_new_passenger_form_details .vistajet_passenger_passport_passportname {
	margin-top: 10px !important;
}

.vistajet_passenger_search_form .vistajet_passenger_add_new_passport_button {
	padding: 0px 0px 24px 0px;
}

.vistajet_passenger_search_form .vistajet_passenger_add_new_passport_button .vistajet_button_default {
	padding: 11px 70px 11px 70px;
	border-radius: 5px;
}

.vistajet_passenger_search_form .vistajet_passenger_list {
	font-family: "Museo Sans 300", sans-serif;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 30px;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list {
	margin: 5px 0px 0px 30px;
	height: 28px;
}

@media screen and (max-width: 640px) {
	.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list {
		font-size: 11px;
	}
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list:hover {
	background-color: #d8d8d847;
	border-radius: 5px;
	height: 28px;
}

@media screen and (max-width: 640px) {
	.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list:hover .vistajet_passenger_status {
		font-size: 11px;
	}
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list:hover .vistajet_passenger_status .vistajet_passenger_list_icons {
	display: inline-block;
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
	.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_child_list:hover .vistajet_passenger_status .vistajet_passenger_list_icons img {
		height: 13px;
	}
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_select_passenger:hover {
	cursor: pointer !important;
	background-color: transparent !important;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_list_name {
	font-size: 16px;
	color: #808080;
	margin: 3px 3px 3px 3px;
	cursor: pointer;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_status {
	color: #B00016;
	font-size: 14px;
	margin: 3px 3px 3px 3px;
	cursor: pointer;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_status .vistajet_passenger_list_icons {
	display: none;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_add_new_passport_button {
	padding-left: 23px;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_lead_pax_icon {
	float: left;
	margin-top: 2px;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_iconnav_dropdown {
	margin: 3px 3px 3px 3px;
}

.vistajet_passenger_search_form .vistajet_passenger_list .vistajet_passenger_iconnav_dropdown li {
	margin-bottom: 0 !important;
}

.vistajet_passenger_search_form .vistajet_passenger_to_be_announced {
	padding-bottom: 30px;
}

.vistajet_passenger_search_form .vistajet_passenger_to_be_announced .vistajet_passenger_list_name {
	font-size: 14px !important;
}

.vistajet_passenger_search_form .vistajet_passenger_to_be_announced .vistajet_subheading {
	color: #B00016;
	text-transform: none;
}

.vistajet_passenger_search_form .vistajet_add_passenger_passport_button .vistajet_passenger_add_new_passport_button {
	padding: 5px 0px 50px 0px;
}

.vistajet_passenger_search_form .vistajet_passenger_status {
	color: #B00016;
	font-size: 14px;
}

.vistajet_passenger_search_form .vistajet_passenger_added {
	padding: 12px 0px 60px 30px;
}

.vistajet_passenger_search_form .vistajet_passenger_passport .vistajet_radio {
	display: inline;
	margin: 25px auto;
	font-size: 20px;
}

.vistajet_passenger_search_form .vistajet_passenger_details {
	padding-bottom: 12px;
	border-bottom: 1px solid #DEDEDE;
}

.vistajet_passenger_search_form .vistajet_passenger_details h5 {
	color: #B00016;
}

.vistajet_passenger_search_form .vistajet_passenger_details .vistajet_passenger_detail_text {
	font-size: 16px;
	color: #767676;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_passenger_search_form .vistajet_passenger_passport_expiry {
	font-size: 12px;
}

@media screen and (max-width: 639px) {
	.vistajet_passenger_search_form .vistajet_passenger_passport_expiry {
		display: block;
		padding-left: 31px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_passenger_search_form .vistajet_close_icon_passenger_passport {
		margin-top: -70px !important;
	}
}

.vistajet_passenger_search_form .vistajet_remove_border_bottom {
	border-bottom: none !important;
}

.vistajet_passenger_search_form .vistajet_padding_bottom {
	padding-bottom: 33px;
}

.vistajet_passenger_search_form .vistajet_passenger_modal_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #c35c69;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.vistajet_passenger_search_form .vistajet_passenger_modal_footer button {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	width: 100%;
	border: none;
	text-transform: none;
}

.vistajet_passenger_search_form .passengers_passport_details_list:hover {
	height: inherit !important;
}

@media screen and (max-width: 639px) {
	.vistajet_passenger_search_form .vistajet_passenger_search_button {
		width: 48px;
		padding: 0;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.vistajet_passenger_search_form .vistajet_passenger_search_button span {
		display: none;
	}
	.vistajet_passenger_search_form .vistajet_passenger_search_button::before {
		content: "";
		background: url("https://www.vistajet.com/Static/img/icons/vistajet_search_icon.svg") no-repeat;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
}

.passenger_details_subheading_text {
	font-size: 14px;
	color: #4A4A4A;
	font-family: "Museo Sans 500", sans-serif;
	text-transform: inherit;
}

.passenger_status_color {
	color: #B00016;
	float: right;
}

.validation_error_passenger_details {
	position: absolute;
	left: 0;
	top: 36px;
	font-size: 10px !important;
	line-height: 10px !important;
	color: #C35C69 !important;
	margin: 0;
	font-family: "Museo Sans 500", sans-serif;
}

.add_passenger_button_passenger {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	right: 15px;
	left: auto;
	position: absolute;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 639px) {
	.add_passenger_button_passenger {
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

.vistaje_passenger_modal_fix {
	margin-top: 50px;
}

.vistajet_passenger_card_heading {
	color: #B00016;
	text-transform: none;
}

@media screen and (max-width: 639px) {
	.vistajet_close_button_passenger {
		margin-top: -20px !important;
	}
}

.vistajet_add_passenger_chevron {
	float: right;
	padding-right: 5px;
}

.removeInputIncrementIcon input[type=number]::-webkit-inner-spin-button,
.removeInputIncrementIcon .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=number]::-webkit-inner-spin-button,
.vistajet_primary_form .vistajet_input_wrapper .removeInputIncrementIcon .vistajet_textarea[type=number]::-webkit-inner-spin-button,
.removeInputIncrementIcon input[type=number]::-webkit-outer-spin-button,
.removeInputIncrementIcon .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea[type=number]::-webkit-outer-spin-button,
.vistajet_primary_form .vistajet_input_wrapper .removeInputIncrementIcon .vistajet_textarea[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.vistajet_passenger_passport_radio_buttons {
	display: inline !important;
}

.vistajet_passenger_passport_container .vistajet_profile_details_column {
	padding: 0px !important;
	margin-bottom: 10px !important;
	margin-top: 3px !important;
}

.vistajet_passenger_passport_container .vistatejet_passenger_passport_flag {
	margin-left: 18px !important;
}

.vistajet_passenger_passport_container .vistajet_text {
	padding: 0px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_passenger_passport_container .vistajet_expires_number {
		padding-left: 47px !important;
	}
}

.vistajet_passenger_passport_container .vistajet_details_hover:hover .vistajet_passport_hover_action {
	display: block !important;
}

.vistajet_passenger_passport_container .vistajet_details_hover:hover .vistajet_passport_hover_action img {
	width: 20px !important;
	cursor: pointer;
	margin-right: 3px !important;
	bottom: 0;
	top: -2px;
}

.vistajet_passenger_passport_container .vistajet_details_hover:hover .vistajet_passport_buttons span {
	display: block !important;
}

.vistajet_passenger_status_mobile {
	color: #C35C69;
	font-size: 14px;
}

.passport_active_class {
	display: inline-block !important;
	margin-left: 5px !important;
	margin: 0px;
}

.passenger_active_passport {
	background: #c35c69;
	border-radius: 15px;
	padding: 0.3em 0.45em;
	padding-top: 3px;
}

.pax_popup_counter {
	width: auto;
	position: absolute;
	right: 40px;
}

@media screen and (max-width: 639px) {
	.pax_popup_counter {
		right: 12px;
	}
	.vistajet_input.vistajet_stepper_icon::before {
		left: -15px !important;
	}
}

.vistajet_passenger_modal_heading {
	font-family: "Museo Sans 500", sans-serif !important;
}

.vistajet_leadPax_icon_resize {
	height: 17px;
	width: 19px;
	margin-left: 8px !important;
	margin-top: -3px;
}

.vistajet_user_profile_container {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.vistajet_user_profile_container .vistajet_head_column {
	padding: 12px 20px 6px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 16px;
	position: relative;
}

.vistajet_user_profile_container .vistajet_head_column h3 {
	color: #C35C69;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 18px;
	margin: 16px 0;
}

.vistajet_user_profile_container .vistajet_head_column .vistajet_button_default {
	width: 205px;
	padding: 12px 0;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_head_column .vistajet_user_profile_buttons {
		display: flex;
		flex-direction: column;
	}
}

.vistajet_user_profile_container .vistajet_head_column .vistajet_user_profile_buttons .vistajet_account_button_full {
	margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_head_column .vistajet_user_profile_buttons .vistajet_account_button_full a {
		width: 100%;
	}
}

.vistajet_user_profile_container .vistajet_select_forms .css-xp4uvy {
	height: 35.5px;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_select_forms .css-15k3avv {
		position: relative;
	}
}

.vistajet_user_profile_container .vistajet_profile_details_column {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_profile_details_column {
		padding: 0 10px;
	}
}

.vistajet_user_profile_container .vistajet_profile_details_column.vistajet_primary_form {
	padding: 15px 20px 0;
}

.vistajet_user_profile_container .vistajet_profile_details_column span {
	margin-bottom: 3px;
	display: inline-block;
}

.vistajet_user_profile_container .vistajet_profile_details_column h5 {
	font-family: "Museo Sans 300", sans-serif;
	font-size: 18px;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content {
	padding: 0 2px;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_label {
	margin-bottom: 10px;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover {
	position: relative;
	margin: 10px 0 0;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover:hover {
	border-radius: 3px;
	background-color: rgba(216, 216, 216, 0.25);
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover:hover .vistajet_passport_hover_action {
	display: block;
	background: transparent;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover span {
	margin-bottom: 0;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover .flag-icon-style {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	left: 2px;
	height: 12px;
	background-size: cover;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover .vistajet_passport_number {
	font-size: 18px;
	color: #747678;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover .vistajet_expires_number {
		display: block;
		padding-left: 38px;
	}
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_details_hover .vistajet_expires_number small {
	font-size: 12px;
	color: #747678;
	position: relative;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_passport_hover_action {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 2px;
	display: none;
}

@media screen and (max-width: 767px) {
	.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_passport_hover_action {
		display: block;
	}
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_passpport_list_content .vistajet_passport_hover_action img {
	width: 12px;
	cursor: pointer;
	margin-right: 10px;
	bottom: 0;
	top: -2px;
}

.vistajet_user_profile_container .vistajet_profile_details_column .vistajet_passport_details .vistajet_userprofile_credit_card_error {
	font-size: 16px;
}

.vistajet_user_profile_container .vistajet_notification_details_column .search-cities-explain {
	padding-bottom: 10px;
}

.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_input_wrapper {
	margin-bottom: 20px;
}

.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_input_wrapper p {
	top: 40px;
}

.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_switch .switch .slider::before {
	top: -1.8px;
}

.vistajet_user_profile_container .vistajet_notification_details_column .notifacation_heading {
	display: block;
	font-family: "Museo Sans 300", sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	margin: 20px 0 0;
}

.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input {
	width: 100% !important;
}

.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input input,
.vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input .vistajet_textarea {
	width: 100% !important;
	padding: 0 0 0 0 !important;
}

.vistajet_user_profile_container .vistajet_profile_footer {
	width: 100%;
}

.vistajet_user_profile_container .vistajet_profile_footer button {
	background-color: #c35c69;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0;
	font-size: 18px;
	outline: none;
	cursor: pointer;
}

.vistajet_user_profile_container .vistajet_profile_footer button.vistajet_disabled {
	background-color: #ededed;
	cursor: not-allowed;
	color: #9B9B9B;
}

.vistajet_user_profile_container .vistajet_card {
	padding: 15px 10px;
}

.vistajet_user_profile_container .vistajet_left_tab_heading {
	font-family: "Museo Sans 500", sans-serif;
	color: #B00016;
	font-size: 24px;
	text-align: center;
}

.vistajet_user_profile_container .vistajet_user_profile_left_card {
	border-radius: 10px;
}

.vistajet_user_profile_container .vistajet_side_tab_list li {
	margin: 0;
}

.vistajet_user_profile_container .vistajet_side_tab_list li a {
	color: #979797;
	padding: 21px 0px 21px 25px;
	font-size: 18px;
	font-family: "Museo Sans 500", sans-serif;
}

.vistajet_user_profile_container .vistajet_side_tab_list li.uk-active {
	background: #f9f9f9;
	border-radius: 10px;
}

.vistajet_user_profile_container .vistajet_side_tab_list li.uk-active a {
	color: #C35C69;
}

.vistajet_user_profile_container .vistajet_card_content {
	border-bottom: 1px solid #979797;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.vistajet_user_profile_container .vistajet_card_content .vistajet_account_button span {
		display: none;
	}
	.vistajet_user_profile_container .vistajet_card_content .vistajet_account_button::before {
		content: "";
		background: url("https://www.vistajet.com/Static/img/icons/vistajet_download_red_icon.svg") no-repeat;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
}

.vistajet_user_profile_container .vistajet_my_details {
	padding: 15px 0px 19px 0px;
}

.vistajet_user_profile_container .vistajet_change_password {
	padding: 20px 19px 0px 19px;
}

.vistajet_user_profile_container .vistajet_change_password .vistajet_expiry_margin {
	margin-top: 30px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_change_password .vistajet_expiry_date_margin {
		margin-top: 0px !important;
	}
}

.vistajet_user_profile_container .vistajet_change_password .change_password_button {
	border-top-left-radius: none;
	border-top-right-radius: none;
}

.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile {
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile {
		margin-top: 15px !important;
	}
}

.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile.vistajet_checkbox_top_auto {
	margin-top: 15px !important;
}

.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile label {
	cursor: pointer;
	font-size: 12px;
}

.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile label input,
.vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_user_profile_container .vistajet_change_password .vistajet_checkbox_user_profile label .vistajet_textarea {
	height: 13px;
	width: 13px;
	margin-right: 10px;
}

.vistajet_user_profile_container .vistajet_search_cities .vistajt_preferred_cities_label {
	display: inline;
	font-family: "Museo Sans 300", sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.vistajet_user_profile_container .vistajet_edit_profile {
	padding: 0px 19px 0px 19px;
}

.vistajet_user_profile_container .vistajet_check_box_container label input,
.vistajet_user_profile_container .vistajet_check_box_container label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_user_profile_container .vistajet_check_box_container label .vistajet_textarea {
	margin: 0px 10px 3px 0;
}

.vistajet_user_profile_container .vistajet_account_details_card {
	padding: 20px 20px 19px 20px;
	align-items: center;
}

.vistajet_user_profile_container .vistajet_account_details_card .h3 {
	font-size: 18px;
}

.vistajet_user_profile_container .vistajet_label {
	font-size: 12px;
	color: #747678;
	font-family: "Museo Sans 300", sans-serif;
}

.vistajet_user_profile_container .vistajet_text {
	font-size: 18px;
	font-family: "Museo Sans 300", sans-serif;
	padding: 0px 8px 0px 8px;
}

.vistajet_user_profile_container .vistajet_passport_container {
	display: flex;
	align-items: center;
}

.vistajet_user_profile_container .vistajet_passport:hover {
	background-color: rgba(216, 216, 216, 0.25);
	border-radius: 5px;
	height: 25px;
}

.vistajet_user_profile_container .vistajet_passport:hover span {
	display: inline-block;
	cursor: pointer;
}

.vistajet_user_profile_container .vistajet_passport:hover a {
	text-decoration: underline;
	color: #C35C69;
	font-size: 14px;
	padding-right: 8px;
}

.vistajet_user_profile_container .vistajet_passport .vistajet_card_container {
	height: 25px;
}

.vistajet_user_profile_container .vistajet_passport .vistajet_flags img {
	height: 22px;
}

.vistajet_user_profile_container .vistajet_passport .vistajet_flag_passport_icon {
	background-position: bottom !important;
}

.vistajet_user_profile_container .vistajet_chips {
	padding: 18px 50px 0px 20px;
}

.vistajet_user_profile_container .md-chip {
	display: inline-block;
	background: #c35c69;
	padding: 2px 12px;
	border-radius: 32px;
	color: #ffffff;
	font-size: 12px;
}

.vistajet_user_profile_container .md-chip.md-chip-hover:hover {
	background: #ccc;
}

.vistajet_user_profile_container .md-chips {
	color: white;
}

.vistajet_user_profile_container .md-chips .md-chip {
	margin: 0 5px 8px 0;
}

.vistajet_user_profile_container .md-chip-remove {
	display: inline-block;
	background: none;
	border: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	padding: 0;
	margin: 0 -4px 0 4px;
	cursor: pointer;
	font: inherit;
	line-height: 20px;
	outline: none;
}

.vistajet_user_profile_container .md-chip-remove:after {
	color: #ffffff;
	content: "x";
}

.vistajet_user_profile_container .vistajet_radio {
	margin-top: -12px;
}

.vistajet_user_profile_container .vistajet_userprofile_notification_checkboxes .vistajet_radio {
	width: 20px;
}

.vistajet_user_profile_container .vistajet_userprofile_notification_checkboxes .vistajet_radio span:before {
	top: -12px;
}

.vistajet_user_profile_container .vistajet_userprofile_notification_checkboxes .vistajet_radio span:after {
	top: -9px;
}

.vistajet_user_profile_container .vistajet_userprofile_notification_checkboxes .vistajet_displayname_container {
	margin-top: -12px;
}

.vistajet_user_profile_container .vistajet_displayName {
	margin-left: 25px;
	margin-bottom: 13px;
}

@media screen and (max-width: 639px) {
	.vistajet_user_profile_container .vistajet_displayName {
		margin-left: -40px;
	}
}

@media screen and (max-width: 575px) {
	.vistajet_user_profile_container .vistajet_displayName {
		margin-left: -20px;
	}
}

@media screen and (max-width: 475px) {
	.vistajet_user_profile_container .vistajet_displayName {
		margin-left: -15px;
	}
}

@media screen and (max-width: 425px) {
	.vistajet_user_profile_container .vistajet_displayName {
		margin-left: -5px;
	}
}

@media screen and (max-width: 400px) {
	.vistajet_user_profile_container .vistajet_displayName {
		margin-left: 12px;
	}
}

.vistajet_user_profile_container .vistajet_notification_checkbox_heading {
	color: #4a4a4a;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 18px;
}

.vistajet_user_profile_container .vistajet_notification_checkboxes_container {
	font-size: 16px;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B;
	padding-bottom: 30px;
}

.vistajet_user_profile_container .vistajet_passport_buttons_list {
	flex: 1;
}

.vistajet_user_profile_container .vistajet_passport_buttons_list .vistajet_iconnav_dropdown a span {
	margin-left: 10px;
}

.vistajet_user_profile_container .vistajet_passport_buttons_list .vistajet_iconnav_dropdown li {
	margin-bottom: 0 !important;
}

.vistajet_user_profile_container .vistajet_passport_buttons_list .vistajet_iconnav_dropdown img {
	width: 20px !important;
	height: 20px;
	object-fit: contain;
}

.vistajet_user_profile_container .vistajet_passport_buttons span {
	display: none;
}

.vistajet_user_profile_container .vistajet_passport_buttons img {
	height: 12px;
	margin-left: 5px;
	padding-right: 5px;
}

.vistajet_user_profile_container .vistajet_passport_list {
	padding-right: 25px;
}

.vistajet_user_profile_container .vistajet_responsive_dropdown {
	outline: none;
	padding: 14px 8px 14px 10px;
}

.vistajet_user_profile_container .vistajet_responsive_dropdown .vistajet_chevron_down {
	transform: rotate(90deg);
}

.vistajet_user_profile_container .vistajet_responsive_dropdown span:first-child {
	color: #c35c69;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 18px;
	margin: 16px 0;
}

.vistajet_user_profile_container .vistajet_profile_reponsive_dropdown_list li a {
	font-size: 16px;
	color: #4a4a4a;
}

.vistajet_user_profile_container .vistajet_profile_reponsive_dropdown_list li:last-child {
	margin: 0;
}

.vistajet_added_passport .vistajet_head_column {
	height: 40px;
}

.vistajet_added_passport .vistajet_head_column a {
	position: absolute;
	top: 19px;
}

.vistajet_added_passport .vistajet_head_column h3 {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	display: inline-block;
	width: 120px;
	margin: 20px auto;
}

.vistajet_profile_edit {
	margin-top: 30px !important;
}

.vistajet_profile_edit .vistajet_input_wrapper {
	margin-bottom: 15px !important;
}

.vistajet_profile_edit .vistajet_date_picker {
	margin-top: 6px;
}

.vistajet_profile_edit .vistajet_date_picker .vistajet_input::after {
	display: none;
}

.vistajet_profile_edit .vistajet_date_picker .vistajet_input .react-datepicker-wrapper {
	width: 100%;
	position: relative;
	border: thin solid #d8d8d8;
	margin-bottom: 0;
	border-radius: 4px;
	font-size: 13px;
	color: #4a4a4a;
}

.vistajet_profile_edit .vistajet_date_picker .vistajet_input .react-datepicker-wrapper input,
.vistajet_profile_edit .vistajet_date_picker .vistajet_input .react-datepicker-wrapper .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_profile_edit .vistajet_date_picker .vistajet_input .react-datepicker-wrapper .vistajet_textarea {
	min-height: 33.5px !important;
	padding-left: 10px;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.vistajet_profile_edit .vistajet_date_picker .vistajet_input {
		border-color: transparent;
	}
}

.vistajet_profile_edit .react-datepicker-popper[data-placement^="top"] {
	z-index: 9999;
	transform: translate3d(0px, 50px, 0px) !important;
}

.vistajet_passenger_details_flag {
	height: 25px;
	width: 29px;
	object-fit: contain;
}

.vistajet_remove_input_wrapper_transition .vistajet_input_wrapper input,
.vistajet_remove_input_wrapper_transition .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_remove_input_wrapper_transition .vistajet_input_wrapper .vistajet_textarea {
	transition: none !important;
}

.vistajet_add_button_wrapper {
	padding: 0 0 0 20px;
}

@media screen and (max-width: 639px) {
	.vistajet_add_button_wrapper {
		padding: 0 0 0 10px;
	}
}

.VirtualizedSelectFocusedOption {
	background-color: #d8d8d8 !important;
}

.vistajet_checkbox_user_profile {
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.vistajet_checkbox_user_profile {
		margin-top: 15px !important;
	}
}

.vistajet_checkbox_user_profile.vistajet_checkbox_top_auto {
	margin-top: 15px !important;
}

.vistajet_checkbox_user_profile label {
	cursor: pointer;
	font-size: 12px;
}

.vistajet_checkbox_user_profile label input,
.vistajet_checkbox_user_profile label .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_checkbox_user_profile label .vistajet_textarea {
	height: 13px;
	width: 13px;
	margin-right: 10px;
}

.vistajet_UserProfile_spinner .uk-spinner {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	background: transparent;
	z-index: 1000;
	border-radius: 4px;
}

.vistajet_UserProfile_spinner .uk-spinner svg {
	top: 50%;
	position: absolute;
	left: calc(50% - 15px);
}

@media screen and (max-width: 639px) {
	.vistajet_rating_label_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.vistajet_rating_label {
	font-family: "Museo Sans 500", sans-serif;
	font-size: 16px;
	margin: 13px 0 0 0 !important;
}

@media screen and (max-width: 639px) {
	.vistajet_rating_label {
		font-size: 14px !important;
		margin: 0 0 0px 25px !important;
	}
}

.vistajet_rating_comment_text {
	cursor: pointer;
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B !important;
	display: flex;
	align-items: center;
	text-align: right;
}

.vistajet_rating_comment_text img {
	width: 18px;
	height: 16px;
	object-fit: contain;
	margin: 0 5px 0 0;
}

@media screen and (max-width: 639px) {
	.vistajet_rating_comment_text {
		font-size: 11px;
	}
}

.vistajet_rating_optional {
	font-size: 14px;
	font-family: "Museo Sans 300", sans-serif;
	color: #9B9B9B !important;
	display: inline-block;
	cursor: default;
	margin: 5px 0 0 0 !important;
}

@media screen and (max-width: 639px) {
	.vistajet_rating_optional {
		margin: 0 !important;
	}
}

.vistajet_rating_stars_with_comment_box {
	display: flex;
	flex-direction: column;
	margin-left: 20px !important;
}

@media screen and (max-width: 639px) {
	.vistajet_rating_stars_with_comment_box {
		margin-left: 25px !important;
	}
}

.vistajet_rating_stars_with_comment_box .vistajet_input_wrapper {
	margin-bottom: 0;
}

.vistajet_rating_stars {
	margin-right: 9px;
}

@media screen and (max-width: 639px) {
	.vistajet_rating_stars {
		margin-right: 5px;
		width: 20px;
		margin: 12px 0px 50px 17px !important;
	}
}

.vistajet_feedback_container {
	padding: 15px 25px 70px 25px;
	margin-top: 66px;
}

@media screen and (max-width: 639px) {
	.vistajet_feedback_container {
		padding: 30px 15px 50px 20px;
		margin-top: 66px;
	}
}

.rating-row-style {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 639px) {
	.rating-row-style {
		justify-content: space-between;
	}
}

.rating-row-style .star_container {
	display: inline-block;
}

.rating-row-style .star_container .star {
	font-size: 30px;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 639px) {
	.rating-row-style .star_container .star {
		font-size: 22px;
	}
}

.rating-row-style .rating_status {
	display: inline-block;
	color: #C35C69;
	font-family: "Museo Sans 500", sans-serif;
	font-size: 16px;
	margin: 2px 0 0 20px;
}

@media screen and (max-width: 639px) {
	.rating-row-style .rating_status {
		margin: 6px 0 0 10px;
		font-size: 14px;
	}
}

.rating-row-style li {
	float: none !important;
	display: inline-block !important;
}

.vistajet_feedback_form input,
.vistajet_feedback_form .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_feedback_form .vistajet_textarea {
	opacity: 1 !important;
}

.vistajet_feedback_card_stars .rating-row-style .star_container span {
	cursor: pointer !important;
}

@media screen and (max-width: 639px) {
	.vistajet_safari .vistajet_bs_body .vistajet_timepicker::after {
		top: 8px;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_safari .vistajet_bs_body .vistajet_loc::before {
		top: 5px;
		left: 44px;
	}
	.vistajet_safari .vistajet_bs_body .vistajet_loc::after {
		top: 10px;
		left: 66px !important;
	}
}

.vistajet_safari .vistajet_offer_form .vistajet_timepicker {
	height: 38px !important;
}

.vistajet_safari .walkthrough html {
	max-height: 580px !important;
	height: 580px !important;
}

.vistajet_safari .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input input,
.vistajet_safari .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .vistajet_textarea {
	width: 1px !important;
	padding: 0 0 0 10px !important;
}

.vistajet_safari .vistajet_select_forms .vistajet_input_wrapper .vistajet_select_input .css-1g6gooi input,
.vistajet_safari .vistajet_select_forms .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .css-1g6gooi .vistajet_textarea,
.vistajet_primary_form .vistajet_safari .vistajet_select_forms .vistajet_input_wrapper .vistajet_select_input .css-1g6gooi .vistajet_textarea {
	padding: 0 0 0 0 !important;
}

.vistajet_safari .vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_input_wrapper .vistajet_select_input input,
.vistajet_safari .vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_primary_form .vistajet_input_wrapper .vistajet_select_input .vistajet_textarea,
.vistajet_primary_form .vistajet_safari .vistajet_aircraft_cost_list_dropdown .vistajet_select_container .vistajet_input_wrapper .vistajet_select_input .vistajet_textarea {
	padding: 0 0 0 0 !important;
}

@media screen and (max-width: 639px) {
	.vistajet_safari .vistajet_statement_content .vistajet_table_wrapper {
		overflow: visible !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_table_wrapper table .uk-iconnav li {
		padding-left: 0;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_scroll_center,
	.vistajet_safari .vistajet_statement_content .vistajet_scroll_left,
	.vistajet_safari .vistajet_statement_content .vistajet_scroll_right {
		box-shadow: none !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_account_statement_detail .uk-table-small td {
		padding: 10px 8px !important;
	}
}

@media screen and (max-width: 639px) {
	.vistajet_safari .vistajet_statement_content .vistajet_scrollable_table .vistajet_table_wrapper {
		overflow: auto !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_scrollable_table .vistajet_scroll_center {
		box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset, -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_scrollable_table .vistajet_scroll_left {
		box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_scrollable_table .vistajet_scroll_right {
		box-shadow: -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset !important;
	}
	.vistajet_safari .vistajet_statement_content .vistajet_scrollable_table .vistajet_account_statement_detail .uk-table-small td {
		padding: 10px 12px !important;
	}
}

.vistajet_safari .vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input input,
.vistajet_safari .vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input .vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_safari .vistajet_user_profile_container .vistajet_notification_details_column .vistajet_cities_select_dropdown .Select-input .vistajet_textarea {
	width: 100% !important;
	padding: 0 0 0 0 !important;
}

.vistajet_scroll_center {
	box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset, -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

.vistajet_scroll_left {
	box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

.vistajet_scroll_right {
	box-shadow: -6px 0 8px -4px rgba(0, 0, 0, 0.15) inset;
}

@media screen and (max-width: 639px) {
	.uk-modal-page body.vistajet_safari {
		position: fixed;
	}
}

input:-webkit-autofill,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-webkit-autofill,
input:-webkit-autofill:hover,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-webkit-autofill:hover,
input:-webkit-autofill:focus,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-webkit-autofill:focus,
input:-webkit-autofill:active,
.vistajet_primary_form .vistajet_input_wrapper .vistajet_textarea:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.airCraftdropDownClassWrapper ul li {
	padding: 14px 5px !important;
}

.airCraftdropDownClass ul {
	padding-left: 0;
	padding: 5px 0;
	max-height: 200px;
	border-radius: 5px;
	margin-top: 0;
	width: 100%;
	background: #ffff;
	position: relative;
	z-index: 999;
	top: 10px;
}

.airCraftdropDownClass ul li {
	list-style-type: none;
	color: #4A4A4A;
	line-height: 15px;
	padding: 14px 5px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
}

.airCraftdropDownClass ul li img {
	max-width: 70px;
	margin-right: 10px;
	width: 100%;
}

.airCraftdropDownClass ul li .vistajet_info_icon {
	position: relative;
	cursor: pointer;
}

.airCraftdropDownClass ul li .vistajet_info_icon i {
	position: absolute;
	height: 16px;
	width: 16px;
	background: url(images/vistajet_tooltip_info.svg) no-repeat;
	background-size: contain;
	left: 3px;
	right: auto;
}

.vistajet_left_dropdown_mobile_view .uk-parent .uk-nav-sub {
	display: none;
}

@media (max-width: 639px) {
	.vistajet_heading_column .vistajet_heading_primary,
	.vistajet_heading_column .vistajet_heading_secondary,
	.vistajet_heading_underline,
	.vistajet_center_block .vistajet_heading_secondary {
		font-weight: bold;
	}
	.vistajet_heading_column .vistajet_heading_third {
		font-weight: bold;
	}
	.vistajet_button_default,
	.vistajet_button_primary,
	.vistajet_button_large,
	.vistajet_button_outline {
		font-weight: bold;
	}
	.vistajet_footer_text_field_right.last {
		margin-top: 0;
	}
	.rst_contact_china p:first-child {
		margin-bottom: 50px;
	}
}

div#pageSection a.uk-button {
	border-radius: 5px;
	border-color: transparent;
	background-color: #b00016;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	color: #fff;
	text-transform: capitalize;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 5px 0;
	overflow: visible;
	padding: 14px 50px;
}

.page-id-2677 .vistajet_center_block {
	text-align: left;
}

.page-id-2677 .vistajet_center_block .vistajet_heading_secondary:after {
	content: "";
	border-bottom: 1px solid #b00016;
	position: absolute;
	left: 0;
	right: auto;
	bottom: -5px;
	width: 100%;
	max-width: 100px;
	height: 2px;
}

.covid-container .vistajet_heading_column .vistajet_heading_third {
	font-family: "Museo Sans 700", sans-serif;
	font-weight: 700;
	color: #b00016;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .49px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.covid-title-container {
	padding-top: 140px;
}

.covid-title-container .vistajet_heading_underline {
	font-size: 36px;
}

p.mb_40 {
	margin-bottom: 40px;
}

h3.vj-h-underline-left::after {
	content: "";
	border-bottom: 1px solid #b00016;
	position: absolute;
	left: 0;
	right: auto;
	bottom: -5px;
	width: 100%;
	max-width: 100px;
	height: 2px;
}

h3.vj-h-underline-left {
	line-height: 1.1;
	position: relative;
	text-align: left;
	font-size: 30px;
	display: inline-block;
}
/*.uk-flex a{
	width: 100%;
}*/
h4.vj-h-underline-left{
	position: relative;
}
h4.vj-h-underline-left:after{
	content: "";
    border-bottom: 1px solid #b00016;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -5px;
    width: 100%;
    max-width: 100px;
    height: 2px;
}

.pb-page-banner {
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 100vh;
    position: relative;
}

.pb-overlay-primary {
    background: rgba(0,0,0,.33);
}

.pb-height-1-1 {
    height: 100% !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-22 {
    font-size: 22px !important;
    line-height: 1.8;
}

.font-24,
.font-24 p {
    font-size: 24px !important;
}

.font-26,
html[lang="zh-hans"] .cn-font-26 {
    font-size: 26px !important;
}

.font-36 {
    font-size: 36px !important;
}

.carfloor {
	background: rgb(249,249,249);
	background: -moz-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,0) 40%);
	background: -webkit-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,0) 40%);
	background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#f9f9f9",GradientType=1);
}

.flag-icon-background {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0px 0.1em 0.2em #4a4a4a;
    display: inline-block;
        background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

div.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    align-self: center;
    border-top: none;
    border-bottom-color: #4a4a4a;
}

div.mapboxgl-popup-content {
    padding: 10px 22px 15px;
    font-family: museo-sans, sans-serif;
    background-color: #4a4a4a;
    color: white;
    text-align: center;
}

div.mapboxgl-popup-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 3px 0;
}

div.mapboxgl-popup-content p {
    font-size: 14px !important;
    margin: 0;
}

body.page-template-template-scuderia-ferrari header .vistajet-top-menu .vistajet-humburgur-icon,
body.page-template-template-frieze-art-fairs header .vistajet-top-menu .vistajet-humburgur-icon{
    color: #fff !important;
}

.vistajet-frieze {
    width: 600px;
}

.vistajet-frieze path {
    fill: #FFFFFF;
}

.uk-slideshow-items li {
    margin-bottom: 0
}

.EPiCustomForm .ChoiceElement label {
    position: relative;
    padding-left: 28px;
}

.EPiCustomForm .ChoiceElement label input[type=checkbox], .EPiCustomForm .ChoiceElement label input[type=radio] {
    position: absolute;
    left: 0;
    top: 8px;
}

.EPiCustomForm .ChoiceElement label input+p {
    display: inline;
}

.frieze-fairs-form .gform_wrapper .top_label .gfield_label {
    display: block !important;
    margin-bottom: 10px;
    font-weight: 400;
}

.gform-field-label-hidden label.gfield_label,
.frieze-fairs-form .gform_wrapper .gform-field-label-hidden label.gfield_label {
    display: none !important;
}

@media (min-width: 1200px) {
	.uk-align-left,
	.uk-align-left\@l,
	.uk-align-left\@m,
	.uk-align-left\@s {
		margin-right: 40px;
	}
	.uk-align-left {
		margin-top: 0;
		float: left;
	}
	.uk-align-right,
	.uk-align-right\@l,
	.uk-align-right\@m,
	.uk-align-right\@s {
		margin-left: 40px;
	}
	.uk-align-right {
		margin-top: 0;
		float: right;
	}
}
.videobg {
	width: 101%;
}