/* Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/* Fix for Opera */
}

body {
	font: 75%/150% Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	text-align: center;
}

#root-wrapper {}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333;
}

:focus {
	outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: normal;
}

h1 {
	font-size: 2.6666em;
	line-height: 1.25em;
	/*32px, 40px*/
	margin-bottom: 20px;
}

h2 {
	font-size: 2em;
	line-height: 1.25em;
	/*24px, 30px*/
}

h3 {
	font-size: 1.6666em;
	line-height: 1.2em;
	/*20px, 24px*/
}

h4 {
	font-size: 1.3333em;
	line-height: 1.25em;
	/*16px, 20px*/
}

h5 {
	font-size: 1.1666em;
	line-height: 1.1428em;
	/*14px, 16px*/
}

h6 {
	font-size: 1em;
	line-height: 1.1666em;
	/*12px, 14px*/
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,
th,
td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */
strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

cite {
	font-style: normal;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after {
	content: '';
}

small,
big {
	font-size: 1em;
}

sup {
	font-size: 1em;
	vertical-align: top;
}

/* Lists */
ul,
ol {
	list-style: none;
}

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,
.left {
	float: left !important;
}

.f-right,
.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
	min-height: 147px;
	position: relative;
}

.no-display {
	display: none !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.wrapper {}

.page {
	text-align: left;
	background-repeat: repeat;
	background-position: center top;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
	background: #fff;
}

.main-container {
	background-repeat: repeat;
	background-position: center top;
}

.main {
	padding: 20px 0;
	min-height: 370px;
}

/* Base Columns */
.col-left {
	float: left;
}

.col-main {
	float: left;
}

.col-right {
	float: right;
}

/* 1 Column Layout */
.col1-layout .col-main {
	width: 100%;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}

.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {}

.col3-layout .col-wrapper {
	float: left;
}

.col3-layout .col-wrapper .col-main {
	float: right;
}

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .col-narrow {
	width: 33%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

/**/
.preface {
	clear: both;
}

.postscript {
	clear: both;
}



/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form Elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Basic
-------------------------------------------------------------- */
input,
select,
textarea,
button {
	font: 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

/* Fix: remove default formatting on iOS (e.g. rounded corners) */
input.input-text,
textarea {
	-webkit-appearance: none;
}

input.input-text,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;

	/* Box model */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* Remove default formatting, fix for iOS (rounded corners and shadow) */
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input.input-text {
	height: 36px;
}

select {
	height: 36px;
	padding: 8px;
	text-overflow: ellipsis;
}

select.multiselect {
	height: auto;
}

input.input-text,
textarea {
	padding: 8px;
	text-overflow: ellipsis;
}

select option {
	padding-right: 10px;
	padding-left: 5px;
}

select option:disabled {
	color: #ccc;
}

select.multiselect option {
	border-bottom: 1px solid #eee;
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 3em !important;
	text-align: center;
}

/* Active and others
-------------------------------------------------------------- */
input.input-text:hover,
select:hover,
textarea:hover,
input.input-text:focus,
select:focus,
textarea:focus {
	border-color: #aaa;
	color: #333;
	outline: none;
}

input.input-text:disabled,
select:disabled,
textarea:disabled {}


/* Buttons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* FF Fix */

.button {
	display: inline-block;
	margin: 0;
	border: 0;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	background-color: #ddd;
	color: #333;

	line-height: 45px;
	padding: 0 25px;

	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.button:hover {
	background-color: #333;
	color: #fff;
}

/* Smaller button - for inline display, e.g. with input boxes
-------------------------------------------------------------- */
.button.btn-inline,
.sidebar .block .button,
/* Sidebar block button */
.product-view .box-tags .form-add .button,
/* Customer tags form */
.title-buttons .button

/* Heading buttons */
	{
	padding: 0 15px;
	line-height: 36px;
}

/* Big button: Add to cart (product view) & Proceed to checkout
-------------------------------------------------------------- */
.product-view .btn-cart,
.btn-checkout {
	line-height: 55px;
	font-size: 1.1666em;
	/*14px*/
}


/* Form
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
p.control input.checkbox,
p.control input.radio {
	margin-right: 6px;
}

/* Form lists */
/* Grouped fields */
.form-list li {
	margin: 0 0 8px;
}

.form-list label {
	float: left;
	font-weight: bold;
	position: relative;
	z-index: 0;
	margin: 0 0 2px 0;
}

.form-list label.required {}

.form-list label.required em {
	float: right;
	font-style: normal;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

.form-list .input-box {
	display: block;
	clear: both;
}

.form-list .field {
	float: left;
	width: 275px;
	margin-bottom: 5px;
}

.form-list input.input-text {
	width: 262px;
	/*244px;*/
}

.form-list textarea {
	width: 244px;
	height: 10em;
}

.form-list select {
	width: 262px;
}

.form-list li.wide .input-box {
	/*width:535px;*/
}

.form-list li.wide input.input-text {
	/*width:529px;*/
}

.form-list li.wide textarea {
	/*width:529px;*/
}

.form-list li.wide select {
	/*width:535px;*/
}

.form-list li.additional-row {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}

.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

/* Orders and Returns form
-------------------------------------------------------------- */
#oar_widget_orders_and_returns_form .buttons-set button {
	float: left;
	margin-left: 0;
}

#oar_widget_orders_and_returns_form .buttons-set .required {
	text-align: left;
}

/* Fieldset
-------------------------------------------------------------- */
.fieldset+.fieldset {
	margin-top: 30px;
}

/* Common styles for fieldsets and blocks in Multiple Addresses Checkout and Generic Info Set */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
	margin: 0 0 10px;
	padding: 0;
}

.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {}

/* Buttons set
-------------------------------------------------------------- */
.buttons-set {
	clear: both;
	margin: 30px 0 0;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.buttons-set p.required {
	float: right;
	line-height: 1em;
	margin: -33px 0 0;
}

.buttons-set button.button {
	float: right;
	margin-left: 5px;
	min-width: 140px;
}

/* Back link */
.buttons-set .back-link {
	float: left;
	margin: 0;
	line-height: 36px;
}

.buttons-set .back-link small {
	display: none;
}

.buttons-set .back-link a:before {
	margin-right: 7px;
}

/* Form Validation
-------------------------------------------------------------- */
.validation-advice {
	clear: both;
	font-size: 0.9166em;
	line-height: 1em;
	color: #ee001c;
	margin-top: 5px;
	margin-bottom: 5px;
}

.validation-failed {
	border: 1px solid #ee001c !important;
	background: #fff !important;
}

.validation-passed {}

/* Required */
p.required {
	font-size: 0.8333em;
	/*10px*/
	text-align: right;
}

p.required,
.product-options dt label.required em,
.form-list label.required em {
	color: #ee001c;
}

/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Selected buttons sets
-------------------------------------------------------------- */
/* Log in */
.account-login .buttons-set .button,
/* Create account */
.account-create .buttons-set .button,
/* Forgot password */
.customer-account-forgotpassword .buttons-set .button,
/* Advanced search */
.catalogsearch-advanced-index .buttons-set .button,
/* Orders and Returns form */
#oar_widget_orders_and_returns_form .buttons-set .button,
/* Contact us */
.contacts-index-index .buttons-set .button {
	min-width: 180px;
}

/* Selected forms
-------------------------------------------------------------- */
#contactForm textarea {
	width: 100%;
	max-width: 535px;
}


/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #ee001c;
	font-weight: bold;
}

.notice {
	color: #ccc;
}

.messages,
.messages ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.messages {
	overflow: hidden;
	margin: 0 0 10px;
}

.messages li {
	margin: 0 0 1%;
}

.messages>li:last-child {
	margin-bottom: 0;
}

.messages li li {
	margin: 0;
}

.messages a {
	text-decoration: underline;
}

.catalog-category-view .messages {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cms-index-index .messages,
.cms-home .messages {
	margin: 20px 0 20px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	background-position: 25px center !important;
	background-repeat: no-repeat !important;
	padding: 25px 25px 25px 80px !important;
	font-size: 12px !important;
}

.error-msg {
	border-color: #c02230;
	background-color: #F5DAD3;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_msg-error.png);
	color: #c02230;
}

.success-msg {
	border-color: #296a23;
	background-color: #e9ffca;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_msg-success.png);
	color: #296a23;
}

.note-msg,
.notice-msg {
	border-color: #7c622a;
	background-color: #FDEDA4;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_msg-note.png);
	color: #7c622a;
}


/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.breadcrumbs li {
	float: left;
	font-size: 0.9166em;
}

.breadcrumbs li>* {
	display: inline-block;
	vertical-align: middle;
}

/* Left padding smaller because inline-block layout adds a space between elements */
.breadcrumbs li .sep {
	margin-left: 4px;
	margin-right: 6px;
}

.breadcrumbs li .last-crumb {}


/* Page Heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-title h1,
.page-title h2 {
	margin-bottom: 0;
}

.page-title {
	margin-bottom: 20px;
}

/*.category-title { margin-bottom:10px; }*/

/* Links in page title */
.page-title .separator {
	margin: 0 3px;
}

.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print {
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}

.page-title .link-rss {
	float: right;
	margin-top: 15px;
}

/* Title with buttons */
.title-buttons {
	text-align: right;
}

.title-buttons button {
	margin-left: 1em;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
	float: left;
	text-align: left;
	/* TRICKY: align left as opposition to other elements */
}


/* Toolbar: pager and sorter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Sorter
-------------------------------------------------------------- */
.sorter {
	padding: 10px 0;
}

/* View mode */
.sorter .view-mode {
	float: right;
}

.sorter .view-mode label {
	margin-right: 5px;
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
	margin-left: 1px;
}

.sorter .view-mode .grid {}

.sorter .view-mode .list {}

.sorter .view-mode a.grid:hover {}

.sorter .view-mode a.list:hover {}

/* Sort by */
.sorter .sort-by {
	float: left;
	margin-right: 10px;
	padding-right: 3px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat;
}

.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc {}

.sorter .sort-by .category-asc {}

.sorter .sort-by .category-desc {}

.sorter .sort-by .category-asc:hover {}

.sorter .sort-by .category-desc:hover {}

/* Pager
-------------------------------------------------------------- */
.pager {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.pager .pages {
	float: right;
	vertical-align: middle;
}

.pager .pages strong,
.pager .pages span {
	float: left;
	margin-right: 5px;
	font-weight: normal;
}

.pager .pages ol {
	display: inline-block;
	vertical-align: middle;
}

.pager .pages li {
	float: left;
	margin: 0 0 0 1px;
	display: block;
	text-align: center;
}

.pager .pages li a {
	display: block;
	color: inherit;
}

.pager .pages a.previous,
.pager .pages a.next {
	font-size: 16px;
}

/* Toolbar. Pager and sorter inside toolbar
-------------------------------------------------------------- */
.toolbar {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: -1px;
	/* To cover the top line of the products grid/list */

	/* Move up to cover adjacent lines/elements */
	position: relative;
	z-index: 1;
}

/* Pager inside toolbar - align center */
.toolbar .pager {
	margin: 0;
	border-bottom: none;
	border-top: 1px dashed #e5e5e5;
	text-align: center;
}

.toolbar .pager .pages {
	display: inline-block;
	float: none;
}

/* Bottom toolbar */
.toolbar-bottom {
	margin-top: 10px;
}

.toolbar-bottom .toolbar {
	border-bottom: none;
}

.toolbar-bottom .toolbar .pager {
	border-top: none;
}

.toolbar-bottom .sorter {
	display: none;
}

/* Common styles for toolbar elements
-------------------------------------------------------------- */

/* Height */
.sorter,
.pager {
	line-height: 36px;
}

/* Important: the same as the height of the form elements */

/* Icons */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

/* Icons and elements of pager */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages .current,
.pager .pages li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/* Amount */
.pager .amount,
.sorter .amount {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat;
}

/* Limiter */
.pager .limiter,
.sorter .limiter {
	float: left;
	margin-right: 15px;
}


/* Data Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.data-table {
	width: 100%;
}

.data-table th,
.data-table td {
	padding: 10px;
}

.data-table thead {
	background: none;
	border-bottom: 1px solid #e5e5e5;
}

.data-table thead th {
	font-weight: bold;
	vertical-align: bottom;
	border-right: none;
}

.data-table thead th.wrap {
	white-space: normal;
}

.data-table tr.odd td,
.data-table tr.odd th {
	border-right: 1px solid #f5f5f5;
}

.data-table tr.odd td.last {
	border-right: none;
}

.data-table tr.odd {}

.data-table tr.odd.last {
	border-bottom: #eee solid 1px;
}

.data-table tr.even td,
.data-table tr.even th {
	border-right: 1px solid #f5f5f5;
}

.data-table tr.even td.last {
	border-right: none;
}

.data-table tr.even {
	background-color: #fbfbfb;
}

.data-table tbody tr:hover {}

.data-table tbody tr.product-shop-row:hover {
	background-color: #fff;
}

/*TODO:?*/
.data-table tbody.odd {}

.data-table tbody.odd td {
	border-width: 0 1px;
}

.data-table tbody.odd tr.last {
	border-bottom: #e5e5e5 solid 1px;
}

.data-table tbody.even {
	background-color: #f5f5f5;
}

.data-table tbody.even td {
	border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table th .tax-flag {
	/*white-space:nowrap;*/
	font-weight: normal;
}

/* Additional classes for mobile devices
-------------------------------------------------------------- */
/* Cell title */
.data-table .cell-label {
	display: none;
}


/* Shopping cart total summary row expandable to details
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
tr.summary-total {
	cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -53px;
}

tr.show-details td {}

tr.summary-details td {
	font-size: 11px;
	background-color: #f5f5f5;
	color: #777;
	padding: 2px 5px !important;
}

tr.summary-details-first td {
	border-top: 1px solid #d5d5d5;
}

tr.summary-details-excluded {
	font-style: italic;
}


/* Shopping cart tax info
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-tax-info {
	display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded {
	background-position: 100% -53px;
}


/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.link-cart {
	font-weight: bold;
}

.link-reorder {
	font-weight: bold;
}

.link-print {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_print.gif) 0 center no-repeat;
	padding: 2px 0 2px 25px;
}

.link-rss {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_rss.gif) 0 center no-repeat;
	padding-left: 16px;
	white-space: nowrap;
}

.cards-list dt {
	margin: 5px 0 0;
}

.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
	font-weight: normal;
	color: #e5e5e5;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #e5e5e5;
	text-indent: -9999em;
	overflow: hidden;
}

/* Global site notices
-------------------------------------------------------------- */
.global-site-notice {
	background: #f5f5f5;
	color: #333;
}

.global-site-notice .notice-inner {
	max-width: 66%;
	margin: 0 auto;
	padding: 10px 0 10px 80px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_notice.gif) 20px center no-repeat;
	text-align: left;
}

.global-site-notice .notice-inner p {
	width: 80%;
	margin: 0;
	padding: 10px 10px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.global-site-notice .notice-inner .actions {
	display: inline-block;
	vertical-align: middle;
}

/* Cookie Notice */
.global-site-notice.notice-cookie {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	border: 0;
	text-align: center;
	color: #fff;
}

.demo-notice .notice-inner {
	width: auto;
	padding: 0;
	background: none;
	text-align: center;
}

.demo-notice .notice-inner p {
	padding: 0;
	border: 0;
}


/* Buttons remove/close and edit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Common styles for many buttons
-------------------------------------------------------------- */
.btn-remove,
/* Generic "close" button */
.btn-remove2,
/* Button "remove" on the cart page */
.map-popup-close,
.remember-me-popup-head .remember-me-popup-close,
/* "Remember me" pop-up, only the "close" button in the header */
.btn-edit {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	text-align: center;

	/* Important: no overflow to hide the text inside the button */
	overflow: hidden !important;
}



/* Class: std %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Styles for admin-controlled content */

.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std dl dt {
	font-weight: bold;
	margin: 0.5em 0;
}

.std dl dd {
	margin: 0 0 0px 10px;
}

.std dl,
.std p,
.std address,
.std blockquote {
	margin: 0 0 1em;
	padding: 0;
}


/* Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Unordered lists
-------------------------------------------------------------- */
/* Common basic styling */
ul.bullet,
ul.disc {
	margin: 0 0 1em;
	padding: 0;
}

/* Disc */
ul.disc {
	list-style: disc outside none;
	padding-left: 1.5em;
}

ul.disc li {
	background-image: none;
	padding-left: 0;
}

/* Bullet */
ul.bullet {
	list-style: none outside none;
}

ul.bullet li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
	padding-left: 25px;
	transition: background-position 150ms ease-out;
	-moz-transition: background-position 150ms ease-out;
	-webkit-transition: background-position 150ms ease-out;
	-o-transition: background-position 150ms ease-out;
}

ul.bullet li:hover {
	background-position: 3px 0;
}

/* Different bullets. IMPORTANT: use together with class "bullet" */
ul.list1 li {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list1.png);
}

ul.list2 li {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list2.png);
}

ul.list11 li {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list11.png);
}

ul.list12 li {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list12.png);
}

ul.list13 li {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list13.png);
}

/* Separator */
ul .separator {
	border-bottom: 1px solid #fff;
	margin: 8px 1px;
	overflow: hidden;
}

/* Nested unordered lists
-------------------------------------------------------------- */
ul.bullet ul,
ul.disc ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.bullet ul li,
ul.disc ul li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet-small.png) 0 0 no-repeat;
	padding-left: 1.5em;
}


/* Lists inside ".std"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list without any bullets */
.std ul.no-bullets {
	list-style: none outside none !important;
	padding-left: 0 !important;
}

.std ul.no-bullets li {
	background-image: none !important;
	padding-left: 0 !important;
}

/* Ordered lists */
.std ol {
	list-style: decimal outside;
	margin: 10px 0;
	padding: 0 0 0 1.5em;
}

.std ol ol,
.std ul ol,
.std ol ul {
	margin: 0.5em 0;
}


/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address {
	font-style: normal;
}

.std b,
.std strong {
	font-weight: bold;
}

.std i,
.std em {
	font-style: italic;
}


/* Override std styles for selected elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std .products-grid p {
	margin-bottom: 0;
}



/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-container,
.header-container2,
.header-container3 {
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}

.header {
	padding: 0;
}

/* Misc header elements
-------------------------------------------------------------- */
.header .item {}

.header .item-left {
	float: left;
	margin-right: 10px;
	text-align: left;
}

.header .item-right {
	float: right;
	margin-left: 10px;
	text-align: right;
}


/* User menu inside header top
-------------------------------------------------------------- */
.header-top .item-left .user-menu>* {
	float: left;
}

.header-top .item-right .user-menu>* {
	float: right;
}


/* User menu and Top Links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear floats and override custom styles to avoid incorrect position of elements */
.user-menu {
	width: 100%;
	float: none;
	margin: 0;

	/* Clear floats of other elements */
	clear: both;
}

.user-menu:before,
.user-menu:after {
	display: table;
	content: " ";
}

.user-menu:after {
	clear: both;
}

/* Top Links - clear floats */
.top-links ul:before,
.top-links ul:after {
	display: table;
	content: " ";
}

.top-links ul:after {
	clear: both;
}


/* Logo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Important: logo needs to be displayed as inline-block to avoid
   excessive width of the logo when the logo is narrower than its container.
   Otherwise, the logo would scale up to fill the entire container. */
.header .logo-wrapper .logo {
	display: inline-block;
	max-width: 94%;
	margin: 10px 0;
	text-decoration: none !important;
}

/* Fix for Firefox and IE. In regular header, stretch the image to full width.
   Thanks to that, on small screens when logo is scaled down it will not expand its container. */
.header-regular .logo-wrapper .logo img {
	width: 100%;
}

/* If logo is h1, the link is inside so make it displayed as block */
.header .logo-wrapper h1.logo a {
	display: block;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}


/* Quick search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#search_mini_form {
	clear: both;
	display: block;
}

/* Clear floats of ".form-search" element inside search form */
.form-search:before,
.form-search:after {
	display: table;
	content: " ";
}

.form-search:after {
	clear: both;
}

/* Basic styles */
.form-search {
	position: relative;
}

.form-search label {
	float: left;
	margin: 3px 4px 0 0;
	display: none;
}

.form-search .input-text {
	float: right;
	/* Float in the same direction as position of button */
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	/*IE8*/
	padding: 0px 35px 0 7px;
	color: #bbb;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Button */
.form-search .button {
	position: absolute;
	right: 0;
	top: 0;
	margin: 1px;
	padding: 0;
	/*background:url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png) no-repeat transparent;
	background-position:-57px -108px;*/
	background-color: transparent !important;
	color: #000;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.form-search .button:hover {
	background-color: transparent;
	color: #000;
}

.form-search .button span {
	background-image: none !important;
	/* To hide possible image bg from outdated custom CSS styles */
}

.form-search .button span span {
	display: none;
}

/* Hide text label */

/* Search autocomplete */
.form-search .search-autocomplete {
	left: 0 !important;
	/*Fix for IE*/
	top: 42px !important;
	position: relative;
	z-index: 4100 !important;
}

.form-search .search-autocomplete ul {
	background-color: #fff;
	text-align: left;
	padding: 3px;
}

.form-search .search-autocomplete li {
	padding: 3px 5px;
	cursor: pointer;
	line-height: 24px;
}

.form-search .search-autocomplete li:hover {}

.form-search .search-autocomplete li .amount {
	float: right;
	padding-left: 5px;
}

/* Quick search: skins
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search: small box. Deprecated.
-------------------------------------------------------------- */
.search-wrapper-small .form-search .input-text {
	height: 28px;
	line-height: 28px;
	/*IE8*/
}

.search-wrapper-small .form-search .button {
	/*background:url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png) no-repeat transparent;
	background-position: -61px -111px;*/
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
}

.search-wrapper-small .form-search .search-autocomplete {
	top: 30px !important;
}

/* Search: inline
-------------------------------------------------------------- */
.search-wrapper-inline #search_mini_form {
	display: inline-block;
	vertical-align: middle;
}


/* Search box in the top header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top #search_mini_form {
	display: inline-block;
	vertical-align: middle;
}

.header-top .form-search .input-text {
	height: 28px;
	line-height: 28px;
}

.header-top .form-search .button {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
}

.header-top .form-search .search-autocomplete {
	top: 30px !important;
}


/* Mini-cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.after-mini-cart {
	clear: both;
}

/* Mini-cart heading
-------------------------------------------------------------- */
.mini-cart .mini-cart-heading .ic {
	font-size: 16px;
	line-height: 1em;
}

.mini-cart .mini-cart-heading .summary {}

/* Mini-cart content
-------------------------------------------------------------- */
/* If it is a dropdown */
.mini-cart.dropdown .mini-cart-content {
	width: 300px;
	padding: 25px;
	text-align: left;
	/* Because cart can be aligned center */
}

/* Elements of the cart */
.mini-cart .mini-cart-content .empty {
	padding: 10px 0;
}

.mini-cart .mini-cart-content .block-subtitle {
	padding: 0;
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.mini-cart .mini-cart-content .subtotal {
	margin: 20px 0;
	font-size: 14px;
	font-weight: bold;
}

.mini-cart .mini-cart-content .incl-tax {}

.mini-cart .mini-cart-content .mini-products-list li {
	padding: 0;
	margin: 0 0 5px;
}

.mini-cart .mini-cart-content .mini-products-list li.last {
	margin: 0;
}

.mini-cart .mini-cart-content .product-name {}

.mini-cart .mini-cart-content .btn-remove,
.mini-cart .mini-cart-content .btn-edit {
	float: right;
}

.mini-cart .mini-cart-content .product-details strong {
	font-weight: normal;
}

.mini-cart .mini-cart-content .actions {
	margin: 10px 0 0;
	padding: 0;
	border: none;
	text-align: left;
}

.mini-cart .mini-cart-content .actions button {
	float: left;
	margin-right: 1px;
}

.mini-cart .mini-cart-content .truncated {
	margin-left: 3px;
}

.mini-cart .mini-cart-content .truncated .item-options {
	-webkit-transform: translateZ(0);
	/* Fix disappearing mini-cart in Safari if product has options */
}


/* Block: Recently Compared (dropdown)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mini-compare {
	margin: 0;
	padding: 0;
	border: none;
}

/* Mini-compare heading
-------------------------------------------------------------- */
.mini-compare .mini-compare-heading .ic {
	font-size: 16px;
	line-height: 1em;
}

/* Mini-compare content
-------------------------------------------------------------- */
.mini-compare.dropdown .mini-compare-content {
	width: 300px;
	padding: 25px;
	text-align: left;
	/* Because cart can be aligned center */
}

.mini-compare .mini-compare-content .block-subtitle {
	padding: 0;
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.mini-compare .mini-compare-content .empty {
	padding: 10px 0;
}

.mini-compare .mini-compare-content .product-name {
	padding-right: 20px;
}

.mini-compare .mini-compare-content .btn-remove {
	float: right;
}

.mini-compare .mini-compare-content .actions {
	margin-top: 20px;
}

.mini-compare .mini-compare-content .actions a {
	float: right;
	line-height: 36px;
	/* The same height as button */
}

.mini-compare .mini-compare-content .actions button {
	float: left;
}



/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block {
	margin: 0 0 10px;
}

.block .block-title {}

.block .block-title strong {
	font-weight: inherit;
}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	margin: 5px 0 10px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

.block .block-content {
	padding: 10px 0;
}

.block .block-content li.item {
	padding: 5px 0;
}

.block .btn-remove {
	float: right;
}

.block .btn-edit {
	float: right;
}

.block .actions {
	margin: 10px 0 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #e5e5e5;
}

.block .actions a {
	float: left;
}

.block .actions .button {
	float: right;
}

.block .actions .button~a {
	margin-right: 5px;
	line-height: 36px;
	/* The same height as buttons */
}


/* Block lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
	list-style: outside disc none;
	padding-left: 20px;
}

.block-viewed .block-content ol li,
.block-compare .block-content ol li,
.block-compared .block-content ol li {
	padding: 3px 0;
}

/* Mini Products List
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
}

.mini-products-list .product-details {
	margin-left: 60px;
}

.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.mini-products-list .item .btn-remove,
.mini-products-list .item .btn-edit {
	margin-left: 7px;
}


/* Block: Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-account .block-title {}

.block-account .block-content {
	padding: 10px 0;
}

.block-account .block-content ul {
	list-style: outside disc none;
	padding-left: 25px;
}

.block-account li>* {
	padding: 4px;
	display: block;
	text-transform: uppercase;
}

.block-account li strong {
	font-weight: normal;
}


/* Block: Layered Navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Block subtitle
-------------------------------------------------------------- */
.block-layered-nav .block-subtitle--filter {
	display: none;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 10px 7px 25px;
	margin-top: 10px;
	position: relative;
	/*text-transform: uppercase;
	font-weight: bold;*/
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.block-layered-nav .block-subtitle--filter:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ddd;
	border-right: none;
	left: 6px;
	top: 50%;
	margin-top: -5px;
}

.block-layered-nav .block-subtitle--filter.active:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #ddd;
	border-bottom: none;
	/*right: 10px;*/
	top: 50%;
	margin-top: -3px;
}

/* Attributes
-------------------------------------------------------------- */
.block-layered-nav .block-content .toggle-tabs {
	display: none;
}

.block-layered-nav .block-content>dl>dt {
	display: block;
	margin-top: 1px;
	position: relative;
	padding: 7px 0;
	font-weight: bold;
	text-rendering: optimizeSpeed;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.block-layered-nav .block-content>dl>dt:after {
	display: none;
	/* Hide on desktop */
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #ddd;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}

.block-layered-nav .block-content>dl>dt:hover {}

.block-layered-nav .block-content>dl>dd {
	padding: 0 5px;
	margin: 0;
}

.block-layered-nav .block-content>dl>dd:last-child {}

.block-layered-nav dl dd {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Single filter
-------------------------------------------------------------- */
.block-layered-nav dl dd ol>li>a,
.block-layered-nav dl dd ol>li>span {
	position: relative;
	display: block;
	padding: 3px 0 3px 12px;
}

.block-layered-nav dl dd ol>li>a:before {
	display: block;
	/* Show on desktop */
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: none;
	border-left: 4px solid #ddd;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	left: 0px;
	top: 50%;
	margin-top: -5px;
	transition: left 150ms ease-in-out;
	-moz-transition: left 150ms ease-in-out;
	-webkit-transition: left 150ms ease-in-out;
	-o-transition: left 150ms ease-in-out;
}

.block-layered-nav dl dd ol>li>a:hover:before {
	left: 3px;
}


/* Currently selected filters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-layered-nav .currently .block-subtitle {
	padding: 10px 10px 0;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.block-layered-nav .currently ol {
	padding: 10px;
}

.block-layered-nav .currently ol li {
	margin-bottom: 5px;
}

.block-layered-nav .currently ol li:after {
	content: '';
	display: table;
	clear: both;
}

.block-layered-nav .currently ol li .value {
	color: #d90000;
	/* TODO: move to common.css */
}

.block-layered-nav .currently .btn-remove {
	float: left;
	margin-right: 8px;
}

.block-layered-nav .actions {
	border-top: none;
	margin: 0 0 15px;
	padding: 0px 10px 10px;
}

.block-layered-nav .actions a {
	float: left;
}


/* Block: Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*.block-wishlist li.item .btn-remove { margin-left:5px; }*/


/* Block: Related
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Ccommon styles for all types of the block */
.block-related .block-subtitle {
	display: none;
	position: absolute;
	padding: 1em 0;
	margin: -20px 0 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	z-index: 1;
}

.block-related:hover .block-subtitle {
	display: block;
	padding: 8px;
	background-color: #fff;
}

/* Block: Related. Single product slider
-------------------------------------------------------------- */
.block-related-slider input.checkbox {
	float: left;
	margin: 7px 5px 0 0;
}


/* Block: Related. Simple thumbnails slider
-------------------------------------------------------------- */
.block-related-thumbnails .product-image {
	float: left;
	margin-bottom: 10px;
}

.block-related-thumbnails .product-details {
	margin-left: 110px;
}

.block-related-thumbnails .product-details>* {
	margin-bottom: 5px;
}

.block-related-thumbnails .product-name,
.block-related-thumbnails .related-add-to-wishlist {
	font-size: 1em;
	line-height: 1.25em;
	font-family: inherit;
	font-weight: inherit;
	display: inline-block;
}

.block-related-thumbnails .price-box {
	font-size: 1em;
	line-height: 1.25em;
}

.block-related-thumbnails .checkbox {
	float: left;
	margin: 2px 5px 0 0;
}

/* Add space above item */
.block-related-thumbnails .item {
	padding-top: 20px;
}


/* Block: Compare Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.compare-table {
	border: 0;
}

.compare-table .btn-remove {
	float: right;
}

.compare-table tbody tr:hover {
	background-color: #e5e5e5;
}

.compare-table .product-shop-row {
	border-bottom: 1px solid #ccc;
}

.compare-table .product-shop-row th,
.compare-table .product-shop-row td {
	border-color: #eee !important;
}

.compare-table tr.add-to-row {
	background-color: #fff;
	border-top: 1px solid #ccc;
}

.compare-table tr.add-to-row:hover {
	background-color: #fff;
}

/* Cover background applied on tr hover */
.compare-table tr.add-to-row td {
	text-align: left;
}

.compare-table tr.first td {
	text-align: left;
}

.compare-table tr.first td .product-name {
	font-family: inherit;
	font-size: 1.1666em;
	font-weight: bold;
	margin: 10px 0;
}

.compare-table tr.first td .ratings {
	width: 145px;
	margin: 10px 0;
}

.compare-table .price-box {
	margin: 10px 0;
	line-height: 15px;
}

/* Changes after setting text-align:left */
.compare-table .product-image img {
	display: block;
	margin: 0 auto;
}

.compare-table .add-to-links {
	margin-top: 5px;
}

.compare-table .add-to-links li {
	float: none;
}

.compare-table a.link-wishlist {
	overflow: visible;
	text-indent: 0;
	background: none;
	display: inline;
	border: none;
}


/* Block: Recently Viewed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed {}


/* Block: Recently Compared
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-compared {}


/* Block: Poll
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-poll .block-subtitle {
	font-weight: normal;
}

.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}

.block-poll .label {
	display: block;
	margin-left: 18px;
}

.block-poll li {
	padding: 3px 9px;
}

.block-poll .answer {
	font-weight: bold;
}

.block-poll .votes {
	float: right;
	margin-left: 10px;
}


/* Block: Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-tags .block-content .tags-list {
	background: none;
	border: 0;
	font-size: 12px;
}

.block-tags .tags-list a {}

.block-tags .tags-list a:hover {}

.block-tags .actions {
	text-align: right;
}

.block-tags .actions a {
	float: none;
}


/* Block: Subscribe
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-subscribe .input-box {
	margin-top: 5px;
}

.block-subscribe input {
	width: 155px;
}

.block-subscribe .actions button.button {
	float: none;
}


/* Block: Reorder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}

.block-reorder .product-name {
	margin-left: 20px;
}

.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}


/* Block: Banner
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-banner {}

.block-banner .block-content {
	text-align: center;
}


/* Block: Login
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

/* Paypal
-------------------------------------------------------------- */
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}


/* Block: vertical main menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-vertnav .block-content {
	padding-left: 0;
	padding-right: 0;
}



/* Category view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.category-title h1 {}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	text-align: center;
}

.category-image img {}

.category-description {
	margin: 20px 0;
	position: relative;
}

/* Negative top margin: to cover bottom border of the category title */
.category-products {
	margin: -1px 0 10px;
}



/* General product list styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Product name
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
	color: inherit;
}


/* Common styles for view types: list and grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .product-name,
.products-grid .product-name,
h3.product-name {
	/* Sizes are modified for different number of columns */
	font-size: 1.3333em;
	line-height: 1.25em;
	/*16px 20px*/
}

.products-list .price-box.map-info a,
.products-grid .price-box.map-info a {
	margin-left: 3px;
}

/* Product image
-------------------------------------------------------------- */
/* Product alternative image */
.products-list .product-image .alt-img,
.products-grid .product-image .alt-img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* Fix possible glitches during animation */
.products-list .product-image img,
.category-products-grid .product-image img

/* Grid only in category view */
	{
	-moz-transform: translateZ(0);
}


/* View type: list
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .item {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	position: relative;
	/* For hover effect */

	transition: box-shadow 0ms ease-in;
	-moz-transition: box-shadow 0ms ease-in;
	-webkit-transition: box-shadow 0ms ease-in;
	-o-transition: box-shadow 0ms ease-in;
}

.products-list .product-shop {}

.products-list .product-shop-inner {
	border-right: 1px solid #e5e5e5;
	padding-right: 15px
}

.products-list .right-column {
	float: right;
}

.products-list .product-name {
	margin: 0 0 15px;
}

.products-list .product-image-wrapper {}

.products-list .product-image {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.products-list .price-box {
	margin: 0 0 15px;
	font-size: 1.3333em;
	line-height: 1.25em;
}

.products-list .ratings {
	margin: 10px 0;
}

.products-list .desc {
	margin: 15px 0px;
}

.products-list .link-learn {}

.products-list .btn-cart {
	width: 100%;
	max-width: 180px;
}

.products-list a.btn-cart {
	padding-left: 0;
	padding-right: 0;
}

.products-list .button span {
	float: none;
}

.products-list .availability {
	float: none;
	margin: 15px 0;
}

.products-list .add-to-links {
	margin: 15px 0 0;
}

/* Hover effect
	-------------------------------------------------------------- */
.products-list.hover-effect .item:hover {
	margin-left: -1%;
	margin-right: -1%;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 10;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-color: transparent;

	transition: box-shadow 400ms ease-out;
	-moz-transition: box-shadow 400ms ease-out;
	-webkit-transition: box-shadow 400ms ease-out;
	-o-transition: box-shadow 400ms ease-out;
}


/* View type: grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product grid: basic styles
   (common for all types of product grids)
-------------------------------------------------------------- */
.products-grid {}

.products-grid .item {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	/* For hover effect */
}

.products-grid .product-name {
	margin: 15px 0 10px;
}

.products-grid .product-image-wrapper {
	margin: 0 auto;
	position: relative;
}

.products-grid .product-image {
	display: block;
}

.products-grid .price-box {
	margin: 10px 0 10px;
	font-size: 1em;
}

.products-grid .ratings {
	margin: 10px 0;
	line-height: 1.0833em;
}

/* If ratings wrapped, remove margin from ratings, leave maring in wrapper */
/*.products-grid .ratings-wrapper { margin:10px 0; }
.products-grid .ratings-wrapper .ratings { margin-top:0; margin-bottom:0; }*/
.products-grid .actions {
	margin: 10px 0 0;
}

.products-grid .availability {
	float: none;
	margin: 5px 0;
}

.products-grid .add-to-links {
	margin: 10px 0 0;
}

/* Prices old/special: inline */
/*.products-grid .old-price,
.products-grid .special-price { display: inline-block; }
.products-grid .old-price + .special-price { margin-left: 4px; }*/


/* Grid: additional styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Equal height of items (buttons displayed at the bottom of items)
	-------------------------------------------------------------- */
.products-grid.equal-height .item .actions {
	position: absolute;
	bottom: 15px;
}

/* Remove equal height */
.products-grid.auto-height .item .actions {
	position: static;
	bottom: auto;
}

/* Deprecated */

/* Display grid item elements only on hover
	-------------------------------------------------------------- */
.products-grid .item .display-onhover {
	display: none;
}

/* Display grid item elements only on hover: fade-in (for sliders) */
.products-grid .item .visible-onhover {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
	-moz-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
	-webkit-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
	-o-transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
}

.products-grid .item:hover .visible-onhover {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
	-moz-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
	-webkit-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
	-o-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
}

/* Product name in a single line
	-------------------------------------------------------------- */
.products-grid.single-line-name .product-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-grid.single-line-name .item:hover .product-name {
	overflow: visible;
	white-space: normal;
}

/* Align to the center
	-------------------------------------------------------------- */
.products-grid.centered .item {
	text-align: center;
}

.products-grid.centered .item .ratings .rating-box,
.products-grid.centered .item .btn-cart {
	margin-left: 0;
	margin-right: 0;
}

.products-grid.centered .item .ratings .amount {
	margin-left: 3px;
}

.products-grid.centered .item input.checkbox {
	float: none;
}

.products-grid.centered .item .actions .add-to-links li {
	float: none;
	margin: 0;
}

/*.products-grid.centered .item .actions .add-to-links li:last-child { margin-right:0; }*/


/* Grid: only in category view
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.category-products-grid .item {
	border-top: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	zoom: 1;

	padding-top: 2%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #fff;

	transition: box-shadow 0ms ease-in;
	-moz-transition: box-shadow 0ms ease-in;
	-webkit-transition: box-shadow 0ms ease-in;
	-o-transition: box-shadow 0ms ease-in;
}

/* Hover effect
	-------------------------------------------------------------- */
.category-products-grid.hover-effect .item:hover {
	margin-left: -1%;
	margin-right: -1%;
	padding-left: 2%;
	padding-right: 2%;
	z-index: 10;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-color: transparent;

	transition: box-shadow 400ms ease-out;
	-moz-transition: box-shadow 400ms ease-out;
	-webkit-transition: box-shadow 400ms ease-out;
	-o-transition: box-shadow 400ms ease-out;
}


/* Grid: override grid elements to change size
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product name
-------------------------------------------------------------- */
.products-grid.size-s .product-name {
	font-size: 1.1666em;
	/*14px*/
	line-height: 1.2307em;
	/*16px*/
}

.products-grid.size-xs .product-name {
	font-size: 1em;
	/*12px*/
	line-height: 1.25em;
	/*15px*/
}

/* Buttons
-------------------------------------------------------------- */
.products-grid.size-s .item .btn-cart {
	line-height: 3em;
	padding-left: 15px;
	padding-right: 15px;
}

.products-grid.size-xs .item .btn-cart {
	line-height: 2.5em;
	padding-left: 8px;
	padding-right: 8px;
}

/* Product labels
-------------------------------------------------------------- */
.products-grid.size-s .sticker {
	width: 45px;
	height: 45px;
	font-size: 1em;
}

.products-grid.size-s .item:hover .sticker {
	width: 50px;
	height: 50px;
}

.products-grid.size-xs .sticker {
	width: 40px;
	height: 40px;
	font-size: 0.9166em;
	/*11px*/
}

.products-grid.size-xs .item:hover .sticker {
	width: 45px;
	height: 45px;
}



/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Rating
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ratings,
.no-rating {
	line-height: 15px;
	margin: 15px 0 15px;
}

.ratings strong {
	float: left;
	margin: 1px 5px 0 0;
}

/* For backward compatibility */

.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/rating.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 13px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/rating.png) 0 100% repeat-x;
}

.ratings .rating-box,
.ratings .amount,
.ratings .rating-links {
	display: inline-block;
	vertical-align: middle;
}

.ratings .rating-box {
	margin-right: 6px;
}

.ratings .amount {
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
}

.ratings .rating-links .separator {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	border-left: 1px solid #e5e5e5;
	height: 13px;
	width: 1px;
	margin: 0 3px;
}

.ratings-table th,
.ratings-table td {
	line-height: 1.1666em;
	/*14px*/
	padding: 3px 0;
}

.ratings-table th {
	padding-right: 8px;
}


/* Generic block for feature presentation on product page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-action {
	display: block;
	margin: 10px 0;
}

.product-action .ic {
	vertical-align: middle;
	font-size: 16px;
	/* Fixed width of the icon container. Required because different icon widths can break the alignment. */
	width: 24px;
	text-align: center;
}

.product-action .label {
	vertical-align: middle;
	margin-left: 3px;
}


/* Availability - only X left
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.availability-only {}

a.availability-only {
	cursor: pointer;
}

/* It may also be a link to toggle more details */

/* Enlarge the icon */
.availability-only .ic {
	font-size: 20px;
}

/* Inside the label */
.availability-only strong {
	font-weight: normal;
}

.availability-only .caret {
	margin-left: 8px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Table with details */
.availability-only-details {
	width: 100%;
	margin: -10px auto 20px;
}

.availability-only-details thead {
	border-bottom: 1px solid #e5e5e5;
}

.availability-only-details th {
	padding: 4px 12px;
	font-weight: bold;
}

.availability-only-details td {
	padding: 1px 12px;
	border-right: 1px solid #f5f5f5;
}

.availability-only-details td.last {
	border-right: none;
}


/* Product increments
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-pricing {}

.extrahint-wrapper .product-pricing {
	padding: 10px;
	background-color: #f5f5f5;
}

.product-options-bottom .product-pricing {
	clear: left;
}


/* Alerts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.alert-price {}

.alert-stock {}


/* Product Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 0;
}

.price-box .price {}

.price-box .price-label {}

/* Common labels */
.old-price .price-label,
.special-price .price-label {
	white-space: nowrap;
}

.old-price .price-label {
	display: none;
}

/* Regular price */
.regular-price {}

.regular-price .price {}

/* Old price */
.old-price {
	margin: 0;
}

.old-price .price {
	text-decoration: line-through;
}

/* Special price */
.special-price {}

/* Minimal price (as low as) */
.minimal-price {
	margin: 0 0 5px;
}

.minimal-price .price {}

.minimal-price .price-label {
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {}

/* Configured price */
.configured-price {
	margin: 0;
}

.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.configured-price .price {
	font-weight: bold;
}

/* FPT */
.weee {
	display: block;
	font-size: 11px;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */
.price-from {
	margin: 0;
}

.price-from .price-label {
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
	margin-left: 5px;
}

.price-notice .price {
	padding-left: 3px;
}

/* Price as configured */
.price-as-configured .price-label {
	font-size: 1.1666em;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	color: inherit;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}


/* Tier Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tier-prices {
	margin: 0 0 10px;
	padding-left: 10px;
}

.tier-prices li {
	line-height: 15px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
	padding: 0 0 0 11px;
	margin: 3px 0;
}

.tier-prices .benefit {
	color: #ee001c;
	font-weight: normal;
}

.tier-prices-grouped li {
	padding: 2px 0;
}

.tier-prices-grouped li .price {
	font-weight: bold;
}


/* Add-to links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.add-to-links .separator {
	display: none;
}

.add-to-links li {
	float: left;
}

.addto-gaps-right li {
	margin-right: 10px;
}

/* Add gaps at the right side of links */

/* Add-to links: simple icons (with no text)
-------------------------------------------------------------- */
.addto-links-icons {}

/* If displayed in a group: add margin between icons */
.addto-links-icons .link-compare {
	margin-left: 3px;
}

.addto-links-icons a {
	display: block;
}

.addto-links-icons .ic {
	font-size: 16px;
}

/* If displayed on product image */
.addto-links-icons.addto-onimage {
	float: right;
	margin-top: -40px;
	/* Move up */
	position: relative;
	z-index: 1;
	padding-bottom: 4px;
	/* Use padding to cover the bottom part of the product image below icons */
	padding-right: 4px;
}


/* Add to Cart box
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Display elements inline, no floating */
.product-view .add-to-cart {
	float: none;
}

.add-to-cart .qty-wrapper,
.add-to-cart .button {
	display: inline-block;
}

.add-to-cart .qty-wrapper .qty {
	text-align: center;
	margin-right: 10px;
}

/* PayPal
-------------------------------------------------------------- */
.product-view .paypal-wrapper {
	float: left;
}

.product-view .paypal-wrapper .paypal-logo {
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
}

.product-view .paypal-wrapper .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

/* Magento's default */
.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

/* Button "Add to cart" on product page */
.product-view .btn-cart {
	min-width: 200px;
}

/* Add class "left-side" to place the buttom at the left side
   of the quantity field
-------------------------------------------------------------- */
.add-to-cart.left-side {
	float: none !important;
	/* In case floating is set in some other styles */
}

.add-to-cart.left-side .button {
	float: left;
}

.add-to-cart.left-side .qty-wrapper {
	line-height: 55px;
	/* The same height as button */
}

.add-to-cart.left-side .qty-wrapper label {
	padding-left: 7px;
}



/* Product page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Basic layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 1 Column Layout
-------------------------------------------------------------- */
/* Stretch content area (full page width) */
.catalog-product-view .col1-layout .col-main {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* 3 Columns Layout
-------------------------------------------------------------- */
/* Uncomment if you're using 3-column layout on product page */
/*.catalog-product-view .col3-layout .product-img-column,
.catalog-product-view .col3-layout .product-shop,
.catalog-product-view .col3-layout .product-secondary-column,
.catalog-product-view .col3-layout .box-additional { float: none; width: 100%; }
.catalog-product-view .col3-layout .img-box .product-image { margin: 0 auto; width: 57%; }*/


/* Product images
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-img-column {
	float: left;
	margin-bottom: 10px;
	position: relative;
	/* Stickers are positioned relative to this container. TODO: move to the stylesheet with sticker styles. */
}

.col3-layout .product-view .product-img-column {
	float: none;
	margin: 0 auto;
}


/* Product primary column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-shop {
	float: left;
}

.product-view .product-shop .product-name {
	margin: 0 0 1.6666em;
	/*20px*/
}

.product-view .product-shop .product-name h1 {
	margin: 0;
}

.product-view .product-shop .ratings-table {
	margin: 15px 0 5px;
}


/* Product secondary Column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-secondary-column .inner {
	padding-top: 1px;
	padding-bottom: 10px;
	/* Stop collapsing margins */
}


/* Product primary column's elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .short-description {
	margin: 15px 0;
	line-height: 1.25em;
	/*15px*/
}

.product-view .short-description ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Add-to links */
.product-view .action-box {
	margin: 20px 0;
}

/* Add-to links in different places of the product page */
.product-view .add-to-links li {
	margin-right: 10px;
}

.product-view .add-to-links a {
	display: block;
}

.product-view .add-to-links .ic {
	font-size: 16px;
}

/* Other elements */
.extrahint-wrapper {
	margin-bottom: 15px;
}

/* Downloadable product
-------------------------------------------------------------- */
.product-type-data .item-options {
	clear: both;
}

.product-type-data .item-options dt {
	float: none;
	margin: 0 0 5px;
}

/* The same style as "item-options" in cart */
.product-type-data .item-options dd {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/bullet.png) 3px 4px no-repeat;
	padding-left: 15px;
}

/* Additional information table
-------------------------------------------------------------- */
.product-view .data-table th {
	font-weight: bold;
}


/* Prices - common for product view and MAP popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Prices on product page and MSRP */
.product-view .product-shop .price-box .price-including-tax .price {
	font-size: 18px;
}

.product-view .product-shop .price-box .price-excluding-tax .price {
	font-size: inherit;
}

/* Main price (prominent) */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .old-price .price,
.product-view .product-shop .price-box .old-price .price-label,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .price-box.map-info .old-price .price {
	font-size: 1.6666em;
	/*20px*/
}

/* Old price */
.product-view .product-shop .price-box .old-price .price-label {
	white-space: nowrap;
	display: none;
}

/* MSRP price (only in MSRP box) */
.map-popup-msrp .price {
	display: block;
	/* Move price below the label */
}

/* Move MSRP links below the price */
.product-view .product-shop .price-box.map-info .old-price {
	display: block;
}

/* Special price */
.product-view .price-box .special-price .price-label {
	white-space: normal;
}

.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax {
	padding: 0 0 0 15px;
}

/* Price box inside "Add-to-cart" box or inside product options box */
.product-view .add-to-box .price-box,
.product-options-bottom .price-box {
	float: left;
	margin: 18px 15px 10px 0;
	padding: 0;
}


/* Main containers (e.g. for add-to-cart, product options)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product type specific data */
.product-view .product-type-data {
	margin: 10px 0 0;
}

/* Lower part of the container */
.product-view .container1-wrapper,
.product-view .container2-wrapper,
.product-view .add-to-box {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.product-view .container2-wrapper {
	margin-bottom: 30px;
}

/* Button container */
.product-view .add-to-box {
	margin-top: 15px;
}

/* Background color for main containers */
/*.product-view .product-type-data,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box {}*/


/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list in product description (for lists with no bullet class) */
.product-view .short-description .std ul:not(.ic-ul),
.product-view .box-tabs .std ul:not(.ic-ul) {
	list-style: none outside none;
}

.product-view .short-description .std ul:not(.ic-ul) li,
.product-view .box-tabs .std ul:not(.ic-ul) li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
	padding-left: 25px;
}

/* Margin for list in long description */
.product-view .box-tabs .std ul {
	margin-bottom: 1em;
}

/* If unordered list has "disc" class, override  */
.product-view .short-description .std ul.disc,
.product-view .box-tabs .std ul.disc {
	list-style: disc outside none;
	padding-left: 1.5em;
}

.product-view .short-description .std ul.disc li,
.product-view .box-tabs .std ul.disc li {
	background-image: none;
	padding-left: 0;
}


/* Product options
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-options {
	position: relative;
	margin-bottom: 15px;
}

.product-options dt {
	font-weight: normal;
}

.product-options dt label {
	display: inline-block;
	font-weight: bold;
}

.product-options dt label.required em {
	float: right;
	margin-left: 3px;
}

.product-options dd .qty-holder {
	display: block;
	padding: 5px 0 0;
}

.product-options dd .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
}

.product-options dd {
	margin: 3px 0 10px;
}

.product-options dl.last dd.last {
	border-bottom: 0;
}

.product-options dd input.input-text {
	width: 100%;
	/*98%*/
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 100%;
	/*width:92%;*/
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 2px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.note {
	margin: 0;
	font-size: 0.9166em;
}

.product-options p.required {
	position: absolute;
	right: 0;
	top: -15px;
}

/*bottom*/
.product-options-bottom {
	margin-top: 20px;
}

.product-options-bottom .tier-prices {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	background: 0;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .price-box .price-as-configured {}

.product-options-bottom .price-label {}

.product-options-bottom .price-tax {}

.product-options-bottom .add-to-cart {
	clear: both;
}

/* To avoid floating after price */
.product-shop .product-options-bottom {
	margin: 0;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}


/* Grouped Product
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .grouped-items-table {
	margin: 0;
	clear: both;
}

.product-view .grouped-items-table thead th {
	font-weight: bold;
}

.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
	border: 0;
}

.product-view .grouped-items-table .price-box .price-including-tax .price {
	font-size: inherit;
	font-family: inherit;
}

.product-view .grouped-items-table td {
	vertical-align: middle;
}

.product-view .grouped-items-table .price-box .regular-price .price {
	font-size: inherit;
	font-family: inherit;
}


/* Block: Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 25px;
}

.product-view .box-tags .product-tags li {
	display: inline;
	padding: 0 7px;
	border-right: 1px solid #e5e5e5;
}

.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
	padding-right: 0;
	border-right: 0;
}

.product-view .box-tags .form-add label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

.product-view .box-tags .form-add .input-box {
	float: left;
	margin: 0 5px 5px 0;
}

.product-view .box-tags .form-add input.input-text {
	width: auto;
}

.product-view .box-tags .note {
	margin: 3px 0 0;
}


/* Block: Reviews
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-reviews {
	margin-top: 15px;
}

.product-view .box-reviews dl {
	margin: 30px 0 15px;
}

.product-view .box-reviews dt .heading {
	font-weight: normal;
	font-size: 1.5em;
	margin-right: 10px;
}

.product-view .box-reviews dt span {
	font-weight: bold;
}

.product-view .box-reviews dt a {
	font-size: 18px;
	margin-right: 8px;
}

.product-view .box-reviews dd {
	margin: 0 0 15px 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e5e5e5;
}

.product-view .box-reviews dd:last-child {
	border-bottom: none;
}

.product-view .box-reviews dd .date {
	display: block;
	margin-top: 3px;
	font-style: italic;
}

.product-view .box-reviews .ratings-table {
	margin: 5px 0;
}

.product-view .box-reviews .pager {
	margin-bottom: 25px;
}

.product-view .box-reviews .form-add h2 {}

/* Write your own review */
.product-view .box-reviews .form-add h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}

.product-view .box-reviews .form-add h3 span {
	font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
	font-size: 1em;
	font-weight: normal;
}

.product-view .box-reviews .form-add h3,
.product-view .box-reviews .form-add h4 {
	font-family: inherit;
}

.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {}

.product-view .box-reviews .form-add .form-list input.input-text {
	width: 100%;
	max-width: 340px;
}

.product-view .box-reviews .form-add .form-list textarea {
	width: 100%;
	max-width: 500px;
}

.product-view .box-reviews .buttons-set button.button {
	float: left;
	margin-left: 0;
}

.product-view .box-reviews .form-add .data-table {
	max-width: 176px;
}

.product-view .box-reviews .form-add .data-table th,
.product-view .box-reviews .form-add .data-table td {
	text-align: center;
	line-height: 1em;
}

.product-view .box-reviews .form-add .data-table td .radio {
	margin: 0;
}


/* Send a Friend
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.send-friend .form-list li p {
	margin: 0 15px 0 0;
}

.send-friend .form-list .field {
	margin-bottom: 8px;
}

.send-friend .form-list textarea {
	width: 100%;
}

.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px;
}


/* Product collateral data container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Generic wrapper for lower part of the product page */
.product-view .box-additional {
	margin-top: 20px;
}

/* Boxes for collateral data
-------------------------------------------------------------- */
.product-view .box-collateral {
	margin-top: 0;
	margin-bottom: 30px;
}

/* Remove margin if box is inside one of the main sections of product page */
.product-view .product-img-column .box-collateral,
.product-view .product-primary-column .box-collateral,
.product-view .product-secondary-column .box-collateral {
	margin-bottom: 15px;
}

/* Remove margin if box is inside tabs */
.product-view .box-tabs .box-collateral {
	margin-bottom: 0;
}

/* Collateral container
-------------------------------------------------------------- */
.product-view .collateral-container {}

.product-view .collateral-container .collateral-block {}

/* Headings
-------------------------------------------------------------- */
.product-view .box-collateral>h2:first-child,
.product-view .collateral-block>h2:first-child,
/* Rule required in case a heading is not wrapped inisde "box-collateral" */
.product-view .section-title {
	margin-bottom: 15px;
	padding: 7px 0;
	border-bottom: 1px solid #e5e5e5;
}

/* Modify headings in specific cases
-------------------------------------------------------------- */

/* Slider headings - no bottom margin (it would pull the navigation arrows down)
	-------------------------------------------------------------- */
.product-view .block-related .section-title,
.product-view .block-upsell .section-title {
	margin-bottom: 0;
}

/* Headings if box is inside one of the main sections of product page
	-------------------------------------------------------------- */
/* Hide first heading (which is always the same as tab name) */
.product-view .box-tabs .panel>h2:first-child {
	display: none;
}

/* Hide first heading also if it is inside "box-collateral" */
.product-view .box-tabs .box-collateral>h2:first-child {
	display: none;
}

/* Headings inside one of the main sections of product page
	-------------------------------------------------------------- */
.product-view .product-img-column .box-collateral>h2:first-child,
.product-view .product-primary-column .box-collateral>h2:first-child,
.product-view .product-secondary-column .box-collateral>h2:first-child {
	font-size: 18px;
}



/* Content Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-name {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}

/* Product Tags */
.tags-list li {
	display: inline;
}

/* Advanced Search */
.advanced-search-summary {
	padding: 20px;
	margin: 10px 0;
}

.advanced-search-summary ul {
	float: left;
	margin: 0 4% 10px 0;
	width: 46%;
}

.advanced-search-summary li {
	margin: 0 0 2px 0;
	font-size: 1.25em;
}

.advanced-search-summary strong {
	margin: 0 5px 0 0;
}

.advanced-search-summary p {
	clear: both;
	float: left;
	display: block;
	margin: 10px 0 0;
}

/* Advanced Search - form */
.advanced-search .form-list label {
	padding-right: 10px;
	width: 140px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
	clear: none;
	float: left;
	/* Complex form fields (e.g. price range) require floating for correct layout */
}

.catalogsearch-advanced-index .fieldset {
	margin-bottom: 3px;
}

.catalogsearch-advanced-index .buttons-set {
	padding-left: 0;
}

.catalogsearch-advanced-index .buttons-set button.button {
	float: left;
	margin-left: 0;
}

/* Sitemap */
.page-sitemap .links {
	float: right;
	margin: 0 0 5px;
	text-align: center;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}

.page-sitemap .sitemap {
	margin: 15px;
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {}

.page-sitemap .pager {
	clear: both;
}

/* RSS */
.rss-title h1 {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/i_rss-big.png) 0 center no-repeat;
	padding-left: 30px;
}

.rss-table .link-rss {
	display: block;
}



/* Shopping Cart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Checkout Types
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
	float: right;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}


/* Shopping Cart Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-table thead tr {
	border-bottom: 1px solid #e5e5e5;
}

.cart-table th.last {
	border-right: none;
}

.cart-table .product-image {
	width: 168px;
	display: block;
}

.cart-table .product-name {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 1.6666em;
	line-height: 1.2em;
	/*20px, 24px*/
}

.cart-table .item-msg {
	margin: 5px 0;
	font-size: 0.9166em;
	font-weight: bold;
	color: #ee001c;
}

.cart-table tfoot td {
	padding: 5px 10px;
	border: none;
}

.cart-table input.qty {
	width: 4em !important;
}

/* Table bottom - buttons
-------------------------------------------------------------- */
.cart-table tfoot td.last {
	padding: 15px 0 0;
	border-bottom: 1px solid #eee;
}

.cart-table tfoot button {
	padding: 0;
	margin: 0 0 15px 10px;
}

.cart-table .btn-continue {
	float: left;
	margin-left: 0;
}

.cart-table .btn-update,
.cart-table .btn-empty {
	float: right;
}


/* Cart Collateral blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-collaterals {
	margin-top: 2%;
	/* Percentage value to keep the same margin as between columns */
}

.cart .cart-left-column>*,
.cart .cart-right-column>* {
	margin-bottom: 20px;
}

.cart .cart-right-column {
	float: right;
}


/* Cross-sell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .crosssell .product-image {
	float: left;
}

.cart .crosssell .product-details {
	margin-left: 85px;
}

.cart .crosssell .btn-cart {
	float: left;
	margin-right: 10px;
}

.cart .crosssell .add-to-links {
	float: left;
	margin: 12px 0 0;
}

.cart .crosssell .price-box {
	margin: 7px 0;
}

.cart .crosssell li.item {
	padding: 20px 0;
}

.cart .crosssell li.item.odd {
	margin-left: 0;
	clear: left;
}

.cart .crosssell li.item.even {
	margin-right: 0;
	float: right;
}

/*
-------------------------------------------------------------- */
.cart-wide-box .crosssell li.item {
	float: left;
	width: 265px;
	min-height: 109px;
}

.cart-wide-box .crosssell li.item.odd {
	padding-right: 20px;
	border-right: 1px solid #eee;
}

.cart-wide-box .crosssell li.item.even {
	padding-left: 20px;
}


/* Common styles: Cross-sell, Discount Codes, Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
	float: none;
	margin-left: 0;
}


/* Discount Codes (coupons)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount label {
	display: block;
	margin: 0 0 5px;
}

.cart .discount .input-box {}

.cart .discount input.input-text {
	width: 100%;
}


/* Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .shipping input.input-text,
.cart .shipping select {
	width: 100%;
}

.cart .shipping p {
	margin-bottom: 10px;
}

.cart .shipping .sp-methods {
	margin: 10px 0 0;
}


/* Shopping Cart Totals
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .totals {
	background-color: #f5f5f5;
}

.cart .totals-inner {
	padding: 20px;
}

.cart .totals table {
	width: 100%;
}

.cart .totals td {
	padding: 1px 0px 1px 7px;
}

.cart .totals tr.last td {}

.cart .totals tfoot th {
	padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
	padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
	font-size: 16px;
}

/*.cart .totals tfoot .price { color:#B31F5A; } */
.cart .totals .checkout-types {
	text-align: right;
}

.cart .totals .checkout-types li {
	clear: both;
	margin: 10px 0;
}


/* Item Options and Options Tool Tip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.item-options dt {
	float: left;
	clear: left;
}

.item-options dd {
	float: left;
	margin: 0 0 2px;
	padding-left: 7px;
	font-style: italic;
}

/* Item options in cart/checkout tables */
.data-table .item-options {
	line-height: 15px;
	margin: 0 0 0 10px;
}

.data-table .item-options dt {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
	padding-left: 10px;
}

.data-table .item-options dd {
	padding-left: 10px;
	/* The same left padding as "dt" in case "dd" drops to a new line */
}

/* Options Tool Tip
-------------------------------------------------------------- */
.truncated {
	cursor: help;
	display: inline-block;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 190px;
	padding: 15px;
}

.truncated .truncated_full_value .item-options>p {
	font-weight: bold;
	margin-bottom: 2px;
}

/* Truncated displayed as dropdown in the mini cart */
.truncated .show .item-options {
	display: block;
	left: -210%;
	top: 20px;
}

/* Modify position of truncated dropdown displayed on cart page */
.cart-table .truncated .show .item-options {
	left: 0;
	top: 5px;
}



/* Checkout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
	font-weight: bold;
	margin: 15px 0 0;
}

.sp-methods dt:first-child {
	margin-top: 0;
}

.sp-methods dt.a-center {
	text-align: left !important;
}

/* Heading "Credit Card Information" in the Order Review tab */
.sp-methods dd {
	margin: 3px 0 15px;
}

.sp-methods dd li {
	margin: 5px 0;
}

.sp-methods .price {
	font-weight: bold;
}

.sp-methods .form-list {
	padding: 10px 10px 10px 22px;
}

.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 5em !important;
}

.sp-methods .checkmo-list li {}

.sp-methods .checkmo-list label {
	padding-right: 10px;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.please-wait {
	float: right;
	margin-right: 5px;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 10px;
}

/* Tooltip with credit card security code explanation */
.tool-tip {
	margin-left: 22px;
	/* To align with ".sp-methods .form-list" */
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 5px;
}

/* Gift Messages */
.gift-messages {
	margin: 30px 0 10px;
}

.gift-messages-form {
	border: 1px solid #e5e5e5;
	padding: 20px;
	position: relative;
}

.gift-messages-form p {
	margin-bottom: 10px;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form .item {
	margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-message-link {
	display: block;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row .btn-close {
	float: right;
	padding: 0 7px 0px;
}

.gift-message dt strong {
	font-weight: bold;
	color: #666;
}

.gift-message dd {
	margin: 5px 0 0;
	font-size: 13px;
}

.order-gift-message {
	margin: 15px 0;
}

/* Checkout Agreements */
.checkout-agreements li {
	display: block;
	padding: 22px;
	background-color: #f5f5f5;
	margin: 0 0 10px;
}

.checkout-agreements .agreement-content {
	overflow: auto;
	max-height: 144px;
	/* Height = 8 times 18px (default line height) */
}

.checkout-agreements .agree input.checkbox {
	margin-right: 8px;
}

.checkout-agreements .agree label {
	font-weight: bold;
	vertical-align: middle;
}

/* Centinel */
.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options {
	margin: 5px 0 0;
}

/********** Common Checkout Styles > */


/* Block - progress
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-progress dl {
	margin-top: 15px;
}

.block-progress dt {
	margin: 15px 0;
	line-height: 1.3em;
	/* Low line height to display the line near the heading text */
	text-transform: uppercase;
	font-weight: bold;
}

.block-progress dd {
	margin-bottom: 25px;
	padding-left: 15px;
	font-style: italic;
}

.block-progress address {
	font-style: italic;
}

.block-progress dt a {
	/* Reset styles of the heading text */
	text-transform: none;
	font-weight: normal;
}

.block-progress p {
	margin: 0;
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 45px;
	line-height: 45px;
	/* The same height as the button */
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc {
	position: relative;
}

.opc .section {
	margin: 0 0 10px;
	padding: 0;
}

.opc .step-title {
	background: #f5f5f5;
	padding: 10px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	background: #fff;
	padding: 8px 12px;
	margin: 0 8px 0 0;
	font-size: 1.3333em;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
	color: #999;
	font-size: 1.3333em;
	line-height: 2.125em;
}

.opc .step-title a {
	display: none;
	float: right;
	margin-top: 8px;
}

.opc .section.allow {
	cursor: pointer;
}

.opc .section.allow.active {
	cursor: auto;
}

.opc .allow .step-title {
	background: #f5f5f5;
}

.opc .allow .step-title:hover {
	background-color: #e5e5e5;
}

.opc .allow .step-title h2 {
	color: #333;
}

.opc .allow .step-title a {
	display: block;
}

.opc .active .step-title {
	background-color: #e5e5e5;
	cursor: default;
}

.opc .active .step-title .number {
	color: #fff;
	background-color: #333;
}

.opc .active .step-title h2 {}

.opc .active .step-title a {
	display: none;
}

.opc .step {
	padding: 10px 20px;
	margin-top: 10px;
	position: relative;
}

.opc .step .tool-tip {
	right: 30px;
}

#opc-login .buttons-set button {
	float: left;
	margin-left: 0;
}

#opc-login .buttons-set a {
	float: right !important;
}

#opc-login h3 {
	margin-top: 10px;
}

#opc-login h4 {
	font-family: inherit;
	font-weight: normal;
}

#opc-login .form-list {
	margin: 15px 0 15px;
}

#opc-login .form-list li {
	margin: 0 0 3px;
}

.opc .gift-messages-form {
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
}

.opc .gift-messages-form .inner-box {
	overflow: visible;
}

#opc-review .step {
	padding: 0;
}

#opc-review .item-options {
	margin: 5px 0 0;
}

#opc-review .btn-checkout {
	min-width: 200px;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 28px;
}

#opc-review .buttons-set .please-wait {
	height: 28px;
	line-height: 28px;
}

#opc-review .authentication {
	margin: 0 auto;
	width: 570px;
}

#opc-review .warning-message {
	color: #222;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0;
}


/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 {
	font-weight: bold;
	margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 {
	font-size: 15px;
	font-weight: bold;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
	font-size: 12px;
	font-weight: normal;
}

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name {
	font-size: 13px;
	margin: 0 0 5px;
}

.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
	font-weight: normal;
}

.multiple-checkout .col2-set h3.legend,
.info-set h3.legend {
	color: #ce001a;
	margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider,
.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box,
.info-set .box {
	margin: 0 0 15px;
}



/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress {
	padding: 0 110px;
	margin: -11px 0 25px;
}

.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 1px 0 0;
	padding-top: 5px;
	border-top: 10px solid #d5d5d5;
	text-align: center;
	color: #bbb;
}

.checkout-progress li.active {
	border-top-color: #ce001a;
	color: #ce001a;
}

.multiple-checkout .page-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

.multiple-checkout .buttons-set {
	border-top: 1px solid #e5e5e5;
	margin-top: 40px;
	padding-top: 15px;
}

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr {
	border-bottom: 1px solid #bbb;
}

.multiple-checkout .data-table thead th {
	padding: 10px;
	font-weight: normal;
}

.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}

.multiple-checkout .col2-set .col-1 {
	width: 32%;
}

.multiple-checkout p.actions {
	margin-bottom: 10px;
}

.multiple-checkout .place-order .please-wait {
	margin-top: 10px;
}

.multiple-checkout .place-order .grand-total {
	font-size: 1.5em;
	text-align: right;
}

.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 20px;
}

/* Step 1 */
#multiship-addresses-table td {
	padding: 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 0;
	position: relative;
}



/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Account Login/Create Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.account-login .new-users,
.account-login .registered-users {
	margin-bottom: 20px;
}

.account-login p {
	margin-bottom: 20px;
}

.account-login p.required {
	margin: 0;
}

/* Make top margin smaller - in log-in form "required" element is
   in different place then in other containers "buttons-set" */
.account-login .buttons-set {
	margin-top: 10px;
}

/* Account Login/Create box elements - login page and checkout page */
.account-login .buttons-set button {
	float: left;
	margin-left: 0;
}

.account-login .buttons-set a {
	float: right !important;
	margin-bottom: 10px;
}


/* My Account Dashboard
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-account {}

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
	margin: 0 0 1.6666em;
}

.dashboard .welcome-msg .hello {
	font-size: 1.6666em;
	line-height: 1.2em;
	/*20px, 24px*/
}

.dashboard .welcome-msg .hello strong {
	font-weight: normal;
}

.dashboard .col-1,
.dashboard .col-2 {
	margin-bottom: 1.5em;
}

/* General Box */
.box-account {
	margin: 0 0 2.5em;
}

.box-account .box-head {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	padding-bottom: 5px;
}

.box-account .box-head a {
	float: right;
	margin-top: 10px;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box-account.box-info .col-1 {
	border-right: 1px solid #e5e5e5;
}

.box-account.box-info .col-1 .box {
	padding-right: 10px;
}

.dashboard .box .box-title {
	padding: 0 0 2px;
	margin: 0 0 10px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
	float: left;
	margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}

.dashboard .box-info h4 {
	font-weight: normal;
	text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}

.dashboard .box-reviews .number {
	float: left;
	font-size: 1.3333em;
	line-height: 1.25em;
	padding: 0 10px;
}

.dashboard .box-reviews .details {
	margin-left: 38px;
}

.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
	margin: 0;
}

.dashboard .box-reviews .ratings {
	margin: 5px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}

.dashboard .box-tags .number {
	float: left;
	font-size: 1.3333em;
	line-height: 1.25em;
	padding: 0 10px;
}

.dashboard .box-tags .details {
	margin-left: 38px;
}

.dashboard .box-tags .tags {
	margin: 5px 0 0;
}

.dashboard .box-tags li.item {
	margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
	margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
	display: inline;
}

/********** Dashboard > */

/* Add left padding if icons are displayed in headings */
/*.box-account .box-head h2,
.order-items h2,
.order-about h2 { padding-left:38px; }*/


/* Address Book
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.addresses-list h3 {
	font-weight: normal;
}

.addresses-list address {
	margin-bottom: 10px;
}

.addresses-list .link-remove:hover {
	color: #ee001c;
}

.addresses-list .separator {
	margin: 0 3px;
}

.addresses-list .addresses-primary .item {
	padding: 15px;
	margin: 0 0 10px;
	background-color: #f5f5f5;
}

.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list li.empty p {
	color: #555;
}

.addresses-list .addresses-additional .item {
	padding: 15px;
	margin: 0 0 10px;
	border: 1px solid #e5e5e5;
}

.my-account .pager {
	margin-bottom: 20px;
}


/* Order View
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info {
	margin: 20px 0 10px;
}

.order-info dt,
.order-info dd,
.order-info li,
.order-info li a {
	float: left;
}

.order-info dt {
	font-weight: bold;
}

.order-info li {
	margin-right: 1px;
}

.order-info dt,
.order-info li.current,
.order-info li a {
	padding: 10px;
}

.order-info dt {
	padding-left: 0;
}

.order-info li a {
	background-color: #f8f8f8;
}

.order-info li a:hover,
.order-info li.current {
	background-color: #e5e5e5;
}

/* Date */
.order-date {
	margin: 15px 0;
	color: #ee001c;
	clear: both;
}


/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info-box {
	margin: 0 0 10px;
	padding: 20px;
}

.order-info-box .col-1 {
	border-right: #e5e5e5 solid 1px;
}

.order-info-box h2 {}

.order-info-box .box-payment p {
	margin: 0 0 3px;
}

.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}

.order-items .data-table {
	margin-bottom: 20px;
}

.order-items .data-table td {
	padding: 5px 9px;
}

.order-items .data-table .grand_total {
	font-size: 1.3333em;
}

/* Grand total color */
.order-items .data-table .grand_total .last,
.order-items .data-table .grand_total_incl .last {}

.order-items {
	width: 100%;
}

.order-items .product-name {
	margin: 0 0 3px;
	font-size: 12px;
}

.order-items .link-print {
	font-weight: normal;
}

.order-items p .link-print {
	float: none;
}

.order-items h2,
.order-about h2 {
	margin: 15px 0;
}

.order-items h3.table-caption {
	font-size: 13px;
	font-weight: bold;
}

.order-items h2.table-caption a,
.order-items h2.sub-title a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.order-items .order-links {
	text-align: right;
}

.order-items .order-comments h2 {}

.order-details h2 {}

.order-details h2 .separator {
	color: #999;
	font-size: 12px;
}

.order-about {
	margin: 0 0 15px;
	padding: 5px 30px;
}

.order-about dt {
	font-weight: bold;
}

.order-about dd {
	font-size: 12px;
	margin-bottom: 15px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	width: 20%;
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
	padding: 5px 9px;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
	padding: 1px 8px;
}


/* Order Print Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-print .print-head {
	margin: 0 0 15px;
}

.page-print .print-head .logo {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}

.page-print h2,
.page-print h3 {
	font-size: 13px;
	font-weight: bold;
}

.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}

.page-print .order-date {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/bkg_divider1.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set {
	margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
	display: inline;
}


/* My Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-wishlist .product-image {
	display: block;
	margin: 0 0 5px;
	min-width: 113px;
	max-width: 140px;
}

.my-wishlist .product-name {
	margin-bottom: 10px;
}

.my-wishlist .description {
	margin-bottom: 10px;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 70px;
	border: 1px solid #e5e5e5;
}

.my-wishlist .price-box {
	margin-bottom: 5px;
}

.my-wishlist .add-to-cart-alt {
	margin-bottom: 10px;
}

.my-wishlist .buttons-set {
	margin-top: 2em;
}

#wishlist-table .add-to-links {
	white-space: nowrap;
}

.my-wishlist .data-table tr.even {
	background: #f8f8f8;
}

.my-wishlist .btn-cart {
	margin: 10px 0 5px;
}


/* My Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
	float: right;
	margin: 5px 0 0 5px;
}

#my-tags-table {
	clear: both;
}

#my-tags-table td {
	padding: 10px;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
}


/* My Reviews TODO:deprecated
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#my-reviews-table td {
	padding: 10px;
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .label {
	margin: 0 0 8px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 10px;
}

.product-review .product-details {
	margin: 0 20px 20px 155px;
}

.product-review .product-name {
	font-size: 18px;
	margin: 0 0 18px;
}

.product-review h3 {
	font-size: 12px;
	margin: 15px 0 5px;
}

.product-review .ratings-table {
	margin: 0 0 15px;
}

.product-review dt {
	font-weight: bold;
}

.product-review dd {
	font-size: 12px;
	margin: 5px 0 0;
}


/* Billing Agreements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.billing-agreements .form-list li select {
	float: left;
}

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}



/* Popups %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Remember Me Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.window-overlay {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.remember-me label {
	float: none;
	margin: 0 6px;
}

.remember-me-popup {
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -85px 0 0 -200px;
	width: 400px;
	z-index: 10000;
}

.remember-me-popup-head {
	position: relative;
}

.remember-me-popup-close-button {
	margin-top: 15px;
}


/* MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-msrp-totals {
	color: red;
	text-align: right;
	text-transform: uppercase;
}

.map-cart-sidebar-total {
	display: block;
	color: red;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}

.map-popup {
	margin: 10px 0 0;
	position: absolute;
	width: 300px;
	z-index: 100;
}

.map-popup-heading h2 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}

.map-popup-arrow {
	display: none;
}

.map-popup-content {
	overflow: hidden;
	text-align: left;
}

.map-popup-checkout {
	float: right;
	text-align: right;
}

.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0;
}

.map-popup-price {
	margin: 5px 0 0;
}

.map-popup-text {
	clear: right;
	padding: 20px;
	text-align: left;
	word-wrap: break-word;
}

.map-popup-only-text {
	border-top: 1px solid #eee;
}


/* Common styles for: Remember Me Popup and MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.remember-me-popup,
.map-popup {
	background: #fff;
	text-align: left;
}

.remember-me-popup-head,
.map-popup-heading {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 45px 15px 20px;
}

.remember-me-popup-head h3,
.map-popup-heading h2 {
	margin: 0;
	font-size: 16px;
}

.remember-me-popup-body,
.map-popup-content {
	padding: 20px;
}

.remember-me-popup-head .remember-me-popup-close,
/* Only the "close" button in the header */
.map-popup-close {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.calendar {
	z-index: 200;
}

.calendar .button {
	display: table-cell;
	/* Fix conflict with standard buttons */
}

.calendar thead .hilite {
	/* How do the buttons in header appear when hover */
	border: none;
}

.calendar thead .active {
	/* Active (pressed) buttons in header */
	border: none;
}

.calendar tbody td.active {
	/* Active (pressed) cells */
	padding: 2px 4px 2px 2px;
	border: none;
	color: crimson;
}

.calendar tbody td.selected {
	/* Cell showing selected date */
	padding: 2px 4px 2px 2px;
	border: none;
	background-color: #eee;
}

.calendar tbody td.hilite {
	/* Hovered cells */
	padding: 2px 4px 2px 2px;
	border: none;
	background-color: #fff;
	color: red;
}



/* Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-container,
.footer-container2,
.footer-container3 {
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}

.footer {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.footer .item-left {
	float: left;
	margin-right: 20px;
}

.footer .item-right {
	float: right;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.footer-container {
		margin-top: 60px;
	}

	.footer-container2 {
		display: none;
	}
}

/* Footer elements */
.footer .heading,
#subscribe-form label {
	margin-bottom: 0.625em;
	font-size: 1.3333em;
	font-weight: normal;
}

/* Footer top
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-top {}


/* Footer primary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-primary {}

/* Primary footer additional
-------------------------------------------------------------- */
.footer-primary-top-spacing {
	border-bottom: 1px solid;
	border-color: #eee;
	border-color: rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.footer-primary-bottom-spacing {
	border-top: 1px solid;
	border-color: #eee;
	border-color: rgba(0, 0, 0, 0.05);
	padding-top: 20px;
	margin-top: 10px;
}


/* Footer secondary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-secondary {}


/* Footer bottom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-bottom {}


/* Footer elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Newsletter form
-------------------------------------------------------------- */
#subscribe-form {}

#subscribe-form form {
	display: block;
}

#subscribe-form label {
	float: left;
	margin: 0 5px 0 0;
	line-height: 36px;
	font-weight: normal;
	position: relative;
}

#subscribe-form .input-box {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

#subscribe-form .input-box .validation-advice {
	padding: 10px 0;
	margin: 0;
	width: 140%;
	position: absolute;
	top: -103%;
	left: -20%;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

#subscribe-form .input-text {
	float: left;
	width: auto;
}

#subscribe-form .input-text.validation-failed {}

#subscribe-form .button {
	float: left;
}

/* Social services
-------------------------------------------------------------- */
.social-links a>span.icon {
	display: inline-block;
}

/* For backward compatibility */
.social-links span.icon,
/* For backward compatibility */
.social-links .ib {
	margin-bottom: 3px;
}

/* Other elements
-------------------------------------------------------------- */
.footer-copyright {
	font-size: 11px;
	line-height: 16px;
	margin: 4px 0;
}

/* Scroll to top button
-------------------------------------------------------------- */
#scroll-to-top {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 32px;
	bottom: 56px;
	right: 30px;
	z-index: 9999;
	border-radius: 50%;
	background-image: none !important;
	/* To hide possible image bg from outdated custom CSS styles */
}

#scroll-to-top:hover {
	background-color: #333;
}



/* Configurable Swatches %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Configurable Swatches
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
	content: '';
	display: table;
	clear: both;
}


/* General Swatch Styling
-------------------------------------------------------------- */
.swatch-link,
.swatch-label {
	display: block;
	border-radius: 0;
	/*3px;*/
	font-size: 14px;
	text-align: center;
	color: #636363;
	text-decoration: none;
	box-sizing: content-box;
}

.swatch-link {
	border: 1px solid #cccccc;
	margin: 0 0 3px;
}

.swatch-link img {
	border-radius: 0;
	/*2px*/
}

.swatch-link:hover {
	cursor: pointer;
	text-decoration: none;
}

.swatch-link .x {
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/bg_x.png) center no-repeat transparent;
	z-index: 10;
}

.swatch-link.has-image .swatch-label {
	position: relative;
}

.swatch-link.has-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.swatch-label {
	border: 1px solid #fff;
	margin: 0;
	white-space: nowrap;
	background: #f4f4f4;
}

/* Configurable swatch list
-------------------------------------------------------------- */
.configurable-swatch-list {
	zoom: 1;
	clear: both;
	-webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
	float: left;
	zoom: 1;
	margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}

.configurable-swatch-list .not-available .x {
	display: block;
}

.configurable-swatch-list .not-available .swatch-link {
	border-color: #ededed;
	position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
	color: #aaa;
	background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
	padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
	outline: 0;
}

/* In layered navigation
-------------------------------------------------------------- */
#narrow-by-list dd .configurable-swatch-list li {
	margin: 0 0 0 3px;
	width: 47%;
}

#narrow-by-list dd .swatch-link {
	border: none;
	line-height: 25px;
	margin-right: 2px;
	text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
	line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
	border-color: #000;
}

#narrow-by-list dd .swatch-label {
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 0;
	/*3px;*/
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 0 5px 0 0;
	padding: 1px 5px;
	white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
	border: 1px solid #fff;
	border-radius: 0;
	/*3px;*/
	box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
	padding: 0;
}

/* Remove list arrow */
.block-layered-nav dd .configurable-swatch-list li,
.block-layered-nav .currently ol.configurable-swatch-list li {
	background: none;
	padding-left: 0;
}

.block-layered-nav dd .configurable-swatch-list>li>a::before {
	display: none;
}

/* In layered navigation - current filter
-------------------------------------------------------------- */
.currently .swatch-current {
	position: relative;
}

.currently .swatch-current .btn-remove {
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
}

.currently .swatch-current span {
	display: block;
	float: left;
}

.currently .swatch-link {
	display: inline-block;
	margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
	border-color: #cccccc;
	cursor: default;
}

/* Other Swatch States
-------------------------------------------------------------- */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
	border-color: #000;
}

.configurable-swatch-box {
	background: none !important;
}

.configurable-swatch-box select.swatch-select {
	display: none;
}

.configurable-swatch-box .validation-advice {
	margin: 0 0 5px;
	background: #df280a;
	padding: 2px 5px !important;
	font-weight: bold;
	color: #fff !important;
	float: left;
	display: block;
	border-radius: 0;
	/*3px;*/
}


/* Product page swatches
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-options .swatch-attr {
	float: none;
	display: block;
	clear: both;
	border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
	font-size: 12px;
}

.product-view .product-options .swatch-attr label {
	display: block;
}

.product-view .product-options .swatch-attr .select-label {
	display: inline;
	font-weight: normal;
	padding-left: 5px;
}

.product-view .product-options dd .input-box {
	width: auto;
	height: auto;
}

.product-view .product-options .select-label {
	display: none;
}

.product-view .add-to-cart button.out-of-stock {
	background-position: -80px -362px;
	cursor: default;
}


/* Gallery
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-image-gallery {
	/*position: relative;*/
}

.product-image-gallery .gallery-image {
	display: none !important;
	/* Added 'important' to override inline style of cloud zoom */
}

.product-image-gallery .gallery-image.visible {
	display: block !important;
}

.product-image-gallery .gallery-image.visible.hidden {
	visibility: hidden;
}

/* Overlay and spinner */
.product-image-gallery:before,
.product-image-gallery:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.product-image-gallery:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2;
}

.product-image-gallery:after {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/opc-ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.product-image-gallery.loading {
	position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
	display: block;
}


/* Mark for required product options (next to option label)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
label.required:after,
span.required:after {
	content: ' *';
	color: #EE001C;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

label.required em,
span.required em {
	display: none;
}



/* CMS pages and elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* CMS pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Home page */
body.cms-index-index .breadcrumbs {
	display: none;
}


/* Magento widgets
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.widget-new-products .products-grid .item,
.widget-viewed .products-grid .item,
.widget-compared .products-grid .item {
	float: left;
	max-width: 165px;
	padding: 0 10px 15px;
}

.widget-new-products .products-list,
.widget-viewed .products-list,
.widget-compared .products-list {
	list-style-type: none;
	padding: 0;
}

.widget-new-products .products-list .product-image,
.widget-viewed .products-list .product-image,
.widget-compared .products-list .product-image {
	float: left;
}

/* Static block added via widget.
   Add "div" to make the rule more specific. */
.sidebar div.widget-static-block {
	margin-bottom: 10px;
}



/* Clear %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* Additional simple clearing */
.clearer:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,

/* Additional clearing */
.breadcrumbs:after,
.product-type-data .item-options:after,
.my-account .order-info:after,
.mini-cart .mini-cart-content .mini-products-list li.item:after,
.block-related-thumbnails .product:after,
.cart .crosssell:after,
.data-table .item-options:after,
.section-line:after,
.section-title:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Widgets =============================================================================== */
/* line 27, ../scss/widgets.scss */
.widget {
	display: inline;
}

/* line 28, ../scss/widgets.scss */
.widget .widget-title {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 7px;
}

/* line 29, ../scss/widgets.scss */
.widget .widget-title h2 {
	font-size: 15px;
	font-weight: bold;
	color: #e25203;
}

/* line 31, ../scss/widgets.scss */
.widget .mini-products-images-list .product-image {
	display: block;
	width: 76px;
	height: 76px;
	border: 1px solid #a9a9a9;
	margin: 0 auto;
}

/* line 32, ../scss/widgets.scss */
.widget .mini-products-images-list li.item {
	float: left;
	width: 77px;
	height: 77px;
}

/* Widget: Catalog New Proructs List */
/* line 35, ../scss/widgets.scss */
.widget-new-products {
	display: block;
}

/* line 36, ../scss/widgets.scss */
.col-main .widget-new-products {
	margin: 7px 0;
}

/* line 37, ../scss/widgets.scss */
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
	width: 85px;
	height: 85px;
}

/* line 39, ../scss/widgets.scss */
.widget-new-products .products-list .product-shop {
	margin-left: 100px;
}

/* line 40, ../scss/widgets.scss */
.sidebar .widget-new-products .block {
	font-size: 11px;
	line-height: 1.25;
}

/* line 41, ../scss/widgets.scss */
.sidebar .widget-new-products .block-title strong {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-new.gif) 0 1px no-repeat;
	padding-left: 21px;
	color: #dc5033;
}

/* Widget: Recently Viewed Proructs */
/* line 44, ../scss/widgets.scss */
.widget-viewed {
	display: block;
}

/* line 45, ../scss/widgets.scss */
.col-main .widget-viewed {
	margin: 7px 0;
}

/* line 46, ../scss/widgets.scss */
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
	width: 85px;
	height: 85px;
}

/* line 48, ../scss/widgets.scss */
.widget-viewed .products-list .product-shop {
	margin-left: 100px;
}

/* line 49, ../scss/widgets.scss */
.sidebar .widget-viewed .block {
	font-size: 11px;
	line-height: 1.25;
}

/* line 50, ../scss/widgets.scss */
.sidebar .widget-viewed .block-title strong {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_block-list.gif) 0 0 no-repeat;
	padding-left: 21px;
}

/* Widget: Recently Compared Proructs */
/* line 53, ../scss/widgets.scss */
.widget-compared {
	display: block;
}

/* line 54, ../scss/widgets.scss */
.col-main .widget-compared {
	margin: 7px 0;
}

/* line 55, ../scss/widgets.scss */
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
	width: 85px;
	height: 85px;
}

/* line 57, ../scss/widgets.scss */
.widget-compared .products-list .product-shop {
	margin-left: 100px;
}

/* line 58, ../scss/widgets.scss */
.sidebar .widget-compared .block {
	font-size: 11px;
	line-height: 1.25;
}

/* line 59, ../scss/widgets.scss */
.sidebar .widget-compared .block-title strong {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_block-list.gif) 0 0 no-repeat;
	padding-left: 21px;
}

/* Widget: CMS Static Block */
/* line 63, ../scss/widgets.scss */
.sidebar .widget-static-block {
	display: block;
	margin: 0 0 15px;
}

/* Widgets: Links Common Styles */
/* line 66, ../scss/widgets.scss */
.top-container .widget a {
	padding: 0 0 0 7px;
}

/* line 68, ../scss/widgets.scss */
.bottom-container .widget a {
	padding: 0 3px;
}

/* Widget: Catalog Product Link */
/* line 71, ../scss/widgets.scss */
.widget-product-link-inline {
	display: inline;
}

/* line 73, ../scss/widgets.scss */
.col-main .widget-product-link {
	display: block;
	text-align: right;
	margin: 7px 0;
}

/* line 74, ../scss/widgets.scss */
.col-main .widget-product-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px;
}

/* line 76, ../scss/widgets.scss */
.sidebar .widget-product-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px;
}

/* line 77, ../scss/widgets.scss */
.sidebar .widget-product-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0;
}

/* Widget: Catalog Category Link */
/* line 80, ../scss/widgets.scss */
.widget-category-link-inline {
	display: inline;
}

/* line 82, ../scss/widgets.scss */
.col-main .widget-category-link {
	display: block;
	text-align: right;
	margin: 7px 0;
}

/* line 83, ../scss/widgets.scss */
.col-main .widget-category-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px;
}

/* line 85, ../scss/widgets.scss */
.sidebar .widget-category-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px;
}

/* line 86, ../scss/widgets.scss */
.sidebar .widget-category-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0;
}

/* Widget: CMS Page Link */
/* line 89, ../scss/widgets.scss */
.widget-cms-link-inline {
	display: inline;
}

/* line 91, ../scss/widgets.scss */
.col-main .widget-cms-link {
	display: block;
	text-align: right;
	margin: 7px 0;
}

/* line 92, ../scss/widgets.scss */
.col-main .widget-cms-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px;
}

/* line 94, ../scss/widgets.scss */
.sidebar .widget-cms-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px;
}

/* line 95, ../scss/widgets.scss */
.sidebar .widget-cms-link a {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0;
}

/* ======================================================================================= */
/* line 98, ../scss/widgets.scss */
.sales-order-print .print-head {
	display: none;
}

/* line 100, ../scss/widgets.scss */
.sales-order-print .print-head.inner {
	display: block;
}

/* line 104, ../scss/widgets.scss */
.sales-order-print .wt-bg1 {
	color: #fff;
	padding: 10px;
	margin-top: 10px;
}

/* line 109, ../scss/widgets.scss */
.sales-order-print h2.a-center {
	margin-top: 20px;
}

/* line 111, ../scss/widgets.scss */
.sales-order-print h2.a-center img {
	height: 20px;
	margin-top: 10px;
}

/* line 116, ../scss/widgets.scss */
.sales-order-print address.a-center {
	font-size: 11px;
	color: #777;
	clear: both;
	padding-top: 10px;
}

/* line 122, ../scss/widgets.scss */
.sales-order-print .step-data.print {
	display: block;
}

/* line 125, ../scss/widgets.scss */
.sales-order-print .step-data .opc .item-row,
.sales-order-print .confirmation .opc .item-row {
	border-bottom: 1px dashed #444;
}

/* line 128, ../scss/widgets.scss */
.sales-order-print .panel-default {
	border-color: #222;
}

/* line 131, ../scss/widgets.scss */
.sales-order-print .col2-set h2,
.sales-order-print .col2-set h1,
.sales-order-print h2.wt-bg1 {
	font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 134, ../scss/widgets.scss */
.sales-order-print h2.a-center {
	font-size: 18px;
	font-weight: normal;
}

/*# sourceMappingURL=widgets.css.map */

/* 
 * Itemslider - based on Owl Carousel
 *
 * IMPORTANT: Flexslider was replaced by Owl Carousel.
 * Deprecated styles for Flexslider are not needed any more and can be found inside this file: itemslider-old.css
 */



/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Necessary styles (Core Owl Carousel CSS File v1.24)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}


/* Additional styles for Owl Carousel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Preloading images */
.owl-item.loading {
	min-height: 60px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/ajax-loader.gif) no-repeat center center;
}

/* Pagination */
.owl-pagination {
	text-align: center;
	z-index: 1;
	/* z-index to show above other items */
}



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.itemslider {
	margin-bottom: 20px;
}

/* Items */
.itemslider .item {
	padding-left: 10px;
	padding-right: 10px;
}

/* Lazy loading */
.itemslider .owl-item.loading {
	background-position: center 40px;
}

.itemslider .owl-item.loading .product-image {
	min-height: 70px;
}

/* If slider inside menu */
#nav .itemslider .price-box span {
	display: inline;
}

/**
 * Generic interface elements
 */



/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Generic arrows 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows1 .owl-controls .owl-buttons {
	position: absolute;
}

.slider-arrows1 .owl-controls .owl-buttons div {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover {
	background-color: #333;
}

.slider-arrows1 .owl-controls .owl-buttons div.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover {
	background-color: #e5e5e5;
	/* Must be the same as default color */
}

.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
	background-position: -10px -10px;
	margin-right: 1px;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev:hover {
	background-position: -10px -60px;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
	background-position: -10px -10px;
	/* Same as default */
}

.slider-arrows1 .owl-controls .owl-buttons .owl-next {
	background-position: -60px -10px;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next:hover {
	background-position: -60px -60px;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
	background-position: -60px -10px;
	/* Same as default */
}

/* Position */
.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
	top: -40px;
	right: 0px;
}

.slider-arrows1-pos-top-left .owl-controls .owl-buttons {
	top: -40px;
	left: 0px;
}


/* Generic arrows 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows2 .owl-controls .owl-buttons div {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);
	background-repeat: no-repeat;
	background-color: #fff;
	transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;

	opacity: 0;
	filter: alpha(opacity=0);
}

.slider-arrows2:hover .owl-controls .owl-buttons div {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover {
	background-color: #000;
}

.slider-arrows2 .owl-controls .owl-buttons .owl-prev {
	background-position: -2px 0;
	left: 0;
	top: 46%;
}

.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-prev:hover {
	background-position: -2px -50px;
}

.slider-arrows2 .owl-controls .owl-buttons .owl-next {
	background-position: -48px 0;
	right: 0;
	top: 46%;
}

.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-next:hover {
	background-position: -48px -50px;
}


/* Generic arrows 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows3 .owl-controls .owl-buttons div {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);
	background-repeat: no-repeat;
	background-color: #fff;
	transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover {
	background-color: #000;
}

.slider-arrows3 .owl-controls .owl-buttons div.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover {
	background-color: #fff;
	/* Must be the same as default color */
}

.slider-arrows3 .owl-controls .owl-buttons .owl-prev {
	background-position: -10px -10px;
	top: 30%;
	left: -32px;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev:hover {
	background-position: -10px -60px;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {
	background-position: -10px -10px;
	/* Same as default */
}

.slider-arrows3 .owl-controls .owl-buttons .owl-next {
	background-position: -60px -10px;
	top: 30%;
	right: -32px;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next:hover {
	background-position: -60px -60px;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {
	background-position: -60px -10px;
	/* Same as default */
}


/* Generic pagination 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination1 .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.slider-pagination1 .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 7px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #eee;
	transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
}

.slider-pagination1 .owl-controls.clickable .owl-page:hover span {
	background-color: #000;
}

.slider-pagination1 .owl-controls .owl-page.active span {
	background-color: #ccc;
}


/* Generic pagination 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination2 .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.slider-pagination2 .owl-controls .owl-page span {
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 10px;
	margin: 8px;
	transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	/*	transition:			width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;*/
}

.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span {
	width: 16px;
	height: 16px;
	margin: 5px;
}

.slider-pagination2 .owl-controls .owl-page.active {
	cursor: default;
}


/* Pagination position
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.pagination-pos-bottom-centered {
	padding-bottom: 50px;
	/* Additional space for bottom pagination */
}

.pagination-pos-bottom-centered .owl-pagination {
	padding: 10px 0;
	text-align: center;
	position: absolute;
	width: 100%;
}

.pagination-pos-bottom-right .owl-pagination {
	padding: 10px 0;
	float: right;
}

.pagination-pos-bottom-left .owl-pagination {
	padding: 10px 0;
	float: left;
}

/* Over the slider */
.pagination-pos-over-bottom-centered .owl-pagination {
	text-align: center;
	margin-top: -35px;
	position: absolute;
	width: 100%;
}

.pagination-pos-over-bottom-right .owl-pagination {
	position: absolute;
	bottom: 3.5%;
	right: 1.5%;
}

.pagination-pos-over-bottom-left .owl-pagination {
	position: absolute;
	bottom: 3.5%;
	left: 1.5%;
}

/**
 * Brands
 */



/* Base
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.brand-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
}

.brand-name-wrapper {
	display: table;
	min-height: 36px;
	/* Two lines of text */
	margin: 0 auto;
}

.brand-name-wrapper .brand-name {
	display: table-cell;
	vertical-align: middle;
}


/* On product page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.box-brand a {
	margin: 0 auto;
	display: block;
}

.box-brand img {
	margin: 0 auto;
	display: block;
}

.box-brand .brand-name {}

.box-brand .brand-name .label {}

/* Brand in secondary column on product page */
.product-secondary-column .box-brand .attribute {
	font-size: 1.25em;
	/*15px*/
	line-height: 1.2em;
	/*18px*/
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}


/* Brand slider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.brand-slider .item {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.brand-slider .item a {
	display: block;
}

.brand-slider .owl-item.loading {
	min-height: 60px;
}

/**
 * Ultra Slideshow
 */



/* Slideshow wrapper
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow-wrapper {}

.the-slideshow-wrapper:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}


/* Slideshow
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow {
	margin: 0 auto;
}

.the-slideshow .slides {
	display: none;
}


/* Banners
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow-banners {
	-webkit-backface-visibility: hidden;
	/* Fix possible glitches during animation */
	margin-bottom: 0.1%;
	/* Important: a little bit bigger than slideshow bottom margin to avoid jumping on slide transition */
}

.the-slideshow-banners .banner {
	position: relative;
	/* Container for caption */
}

.the-slideshow-banners a.banner,
/* Backward compatibility, link could have "banner" class */
.the-slideshow-banners .banner a {
	display: block;
}

/* Additional effects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow .fade-on-slideshow-hover,
.the-slideshow-wrapper .fade-on-slideshow-wrapper-hover {
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
}

.the-slideshow:hover .fade-on-slideshow-hover,
.the-slideshow-wrapper:hover .fade-on-slideshow-wrapper-hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/*
 * Accordions and collapsible blocks
 */



/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.accordion ul {
	display: block;
	/*display:none;*/
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.accordion li {
	float: left;
	display: block;
	width: 100% !important;
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
	cursor: pointer;
	position: relative;
}

.accordion li a {
	display: block;
	padding: 15px 10px;
	font-size: 1.1666em;
	/*14px*/
	line-height: 1.2857em;
	/*18px*/
}

.accordion li li a {
	padding-left: 20px;
}

.accordion li li li a {
	padding-left: 40px;
}

.accordion li li li li a {
	padding-left: 60px;
}

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion li.parent>a {
	padding-right: 54px;
}

/* Opener
-------------------------------------------------------------- */
.accordion .opener {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	cursor: pointer;
	text-align: center;

	width: 49px;
	height: 49px;
	line-height: 49px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png) center center no-repeat;
}

.accordion .opener:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Active */
.accordion li.item-active>.opener {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}


/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.accordion-style1 li a {
	padding: 5px 10px;
}

.accordion-style1 li li a {
	padding-left: 20px;
}

.accordion-style1 li li li a {
	padding-left: 35px;
}

.accordion-style1 li li li li a {
	padding-left: 50px;
}

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion-style1 li.parent>a {
	padding-right: 33px;
}

/* Misc
-------------------------------------------------------------- */
.accordion-style1 li a {
	border-bottom-color: #eee;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 1em;
	/*12px*/
	line-height: 1.5em;
	/*18px*/
}

.accordion-style1 li a:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	width: 28px;
	height: 28px;
	line-height: 28px;
	/*background-image:url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-small.png);*/
	background-color: rgba(0, 0, 0, 0.03);
}

.accordion-style1 .opener:hover {
	background-color: rgba(0, 0, 0, 0.10);
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-w.png);
}

/* Active */
/*.accordion-style1 li.item-active > .opener {
	background-image:url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-small-active.png);
}*/
.accordion-style1 li.item-active>.opener:hover {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active-w.png);
}



/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible .block-title {
	cursor: pointer;
}

.collapsible .block-title,
.mobile-collapsible .block-title {
	padding-top: 8px;
	/*padding-right:35px;*/
	/* Rremoved space for opener */
	padding-bottom: 8px;
	border-bottom: 1px solid #f2f2f2;
	border-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 0.625em;
	/*10px*/

	font-size: 1.3333em;
	/*16px*/
	line-height: 1.25em;
	/*20px*/
	font-weight: normal;
}

.collapsible .block-content,
.collapsible .block-content>* {
	margin-top: 0;
	/* Prevent animation jumping */
}

/* Deprecated: opener
-------------------------------------------------------------- */
.collapsible .opener {
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	cursor: pointer;
	text-align: center;

	width: 30px;
	height: 30px;
	line-height: 30px;

	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	/*IE*/
	background-color: rgba(0, 0, 0, 0.05);
}

.collapsible .opener:hover {
	background-color: #e5e5e5;
	/*IE*/
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-w.png);
}

.collapsible.active .opener {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}

.collapsible.active .opener:hover {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active-w.png);
}

/*
 * Main menu
 *
 * Old selector:		New selector:
 * #nav				--> .nav-regular
 * #nav.mobile		--> .nav-mobile
 */



/* Common elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-block {
	margin-top: 1%;
	margin-bottom: 1%;
}

.nav-block--center {
	margin-top: 1%;
	margin-bottom: 1%;
}

/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */
.nav-block .section-line {
	border-color: #eee;
}

/* Deprecated: custom static block block_header_nav_dropdown displayed as a dropdown
-------------------------------------------------------------- */
#nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
	margin: 10px 0;
}


/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-bottom: 0;
	margin-left: 6px;
	vertical-align: middle;
	content: "";
	border-color: #333 transparent transparent;
	border-style: solid solid none;
	border-width: 4px 4px 0;
}

/* Only items with dropdown display the caret */
.nav-regular .caret {
	display: none;
}

.nav-regular .nav-item--parent>a .caret {
	display: inline-block;
}

/* Carets inside dropdowns - right side caret */
.nav-regular .nav-panel a .caret {
	border-color: transparent transparent transparent #333;
	border-style: solid none solid solid;
	border-width: 4px 0 4px 4px;
	margin-left: 5px;
	opacity: 0.2;
}

.nav-regular .nav-panel a:hover .caret {
	opacity: 1;
}


/* Home link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Home link with icon inside a menu item
-------------------------------------------------------------- */
/* Class "feature" inside an item */
.nav-regular .nav-item--home a {}

.nav-regular .nav-item--home .ic {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	/* TODO: check for better option */
	float: none;
	background-color: transparent !important;
	/* Remove default colors */
}

/* Single icon as a home link
-------------------------------------------------------------- */
#nav .nav-item--homeicon a {
	padding-left: 17px;
	/* The same as side padding of top-level items +5px */
	padding-right: 5px;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
	opacity: 1;
	transition: opacity 450ms ease-in-out;
	-moz-transition: opacity 450ms ease-in-out;
	-webkit-transition: opacity 450ms ease-in-out;
	-o-transition: opacity 450ms ease-in-out;
}

#nav .nav-item--homeicon a:hover {
	opacity: 0.6;
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}


/* Category labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cat-label {
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;

	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}

li>a:hover>span>.cat-label {
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}

/* labels: 1st level
-------------------------------------------------------------- */
li.level0>a>span {
	position: relative;
}

li.level0>a>span>.cat-label {
	position: absolute;
	top: -10px;
	/*-14px*/
	right: 0;
	padding: 0 6px;

	font-size: 14px;
	line-height: 22px;
}

/* Add pin (1st level only) */
li.level0>a>span>.pin-bottom:before {
	position: absolute;
	right: 6px;
	top: 22px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px;
	border-color: transparent;

	transition: border-color 450ms ease-in-out;
	-moz-transition: border-color 450ms ease-in-out;
	-webkit-transition: border-color 450ms ease-in-out;
	-o-transition: border-color 450ms ease-in-out;
}

li.level0>a:hover>span>.pin-bottom:before {
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}

/* labels: 2nd level
-------------------------------------------------------------- */
li.level1>a>span>.cat-label {
	display: inline-block !important;
	padding: 0 4px;
	margin-left: 5px;
	vertical-align: middle;
}

/* labels: 3rd level
-------------------------------------------------------------- */
li.level2>a>span>.cat-label {
	display: inline-block !important;
	padding: 0 4px;
	margin-left: 2px;
}

/* Category labels inside mobile menu / vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-mobile li>a>span>.cat-label {
	position: static;
	display: inline-block !important;
	padding: 0 4px;
	margin-left: 5px;

	/* Label size: all levels */
	font-size: 14px;
	line-height: 18px;
}

/* Hide pin */
.nav-mobile li>a>span>.pin-bottom:before {
	display: none;
}


/* Non-clickable links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#nav a.no-click {
	cursor: default;
}


/* Remove highlight color on tap
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#nav,
.mobnav-trigger,
.nav-regular .nav-item.level0>a {
	-webkit-tap-highlight-color: transparent;
}



/* Base styles of the menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#nav {
	position: relative;
	/* Dropdown box position is relative to this container */
	z-index: 2000;
	/* Without this dropdown goes under other elements */
	-webkit-transform: translateZ(0);
	/* Fix possible glitches during animation */
}

#nav.nav-mobile {
	display: none;
}

#nav.nav-mobile.show {
	display: block;
}



/* Standard menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Height of the menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Top-level items and mobile menu trigger */
.mobnav-trigger,
.nav-regular .nav-item.level0>a {
	line-height: 50px;
}


/* Additional classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Menu items centered within the menu bar
-------------------------------------------------------------- */
.nav-regular.centered {
	text-align: center;
}

.nav-regular.centered li.level0 {
	float: none;
	display: inline-block;
}

.nav-regular.centered li.level0.right,
.nav-regular.centered li.level0.left {
	float: none !important;
}


/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Openers */
.nav-regular .opener {
	display: none;
}

/* Hide elements */
.nav-regular .hide-in-desktop-menu {
	display: none !important;
}


/* Holder for additional elements in the menu bar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Important: added "#nav" id to make the rule more specific and override the default float direction */
#nav .nav-holder {
	float: right;
}

.nav-holder>* {
	display: block;
}

/* Drop-downs
-------------------------------------------------------------- */
.nav-holder .dropdown .dropdown-heading .label {
	vertical-align: baseline;
}

/* Search box
-------------------------------------------------------------- */
/* Common styles for search box in holder, wehn it's displayed inisde menu bar and inside mobile menu trigger.
   Important: added "ul.nav-regular" and ".header-regular" to make both rules more specific. */
ul.nav-regular .nav-holder .search-wrapper,
.header-regular .nav-holders-wrapper-mobile .nav-holder .search-wrapper {
	width: inherit;
	/* Important: to avoid stretching the box to 100% */
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	padding-left: 7px;

	/* To center the search box vertically */
	margin-bottom: 1px;

	/* Override styles of search box when its inside element with class ".hp-blocks-holder--stacked" */
	max-width: none;
	margin: 0;
}

ul.nav-regular .nav-holder .search-wrapper .input-text,
.header-regular .nav-holders-wrapper-mobile .nav-holder .search-wrapper .input-text {
	/* To center the search box vertically */
	margin-bottom: 1px;
}



/* Mobile menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Mobile menu trigger.
   Shares style with the 1st-level links from the standard menu.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Mobile menu trigger
-------------------------------------------------------------- */
.mobnav-trigger {
	display: block;
	padding: 0 15px;
}

/* Mobile menu icon */
.mobnav-trigger .trigger-icon {
	display: block;
	float: left;
	width: 23px;
	padding-top: 18px;
	margin: 0 8px 0 0;
}

.mobnav-trigger .trigger-icon .line {
	display: block;
	background-color: #fff;
	height: 3px;
	margin-bottom: 2px;
}

/* Mobile menu trigger wrapper
-------------------------------------------------------------- */
.mobnav-trigger-wrapper {
	display: none;
}

/* If trigger is next to the holders wrapper, make it float left */
.nav-holders-wrapper-mobile+.mobnav-trigger {
	float: left;
}

/* Wrapper of the menu holders. Holders are moved inside this
   wrapper when the menu is in the mobile mode.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-holders-wrapper-mobile {
	float: right;
}

.nav-holders-wrapper-mobile .nav-holder {
	float: right;
}

.nav-holders-wrapper-mobile .nav-holder>* {
	line-height: 50px;
	/* The same height as height of the mobile menu items and mobile menu trigger */
	max-height: 50px;
}

/* Common styles with mobile menu trigger
-------------------------------------------------------------- */
.mobnav-trigger,
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
	font-size: 14px;
}

/* Drop-downs
-------------------------------------------------------------- */
/* Set max height (the same as height of the mobile menu items and mobile menu trigger)
   to avoid issues with excessive height of the dropdown elements */
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
	max-height: 50px;
	line-height: 50px;
}

.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading.cover>span,
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading.cover>div {
	padding: 0 15px;
}


/* Drop-downs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Drop-downs inside mobile menu */
.nav-mobile .nav-panel--dropdown {
	/* To override width which can be added to dropdowns of the regular menu */
	width: 100% !important;

	/* Reset of dropdown's inline positioning */
	left: 0 !important;
	top: 0 !important;
}

/* Remove background color of dropdown in items containing only subcategories */
.nav-mobile .nav-item--only-subcategories>.nav-panel--dropdown {
	background-color: transparent !important;
}

/* Show category blocks on selected levels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide blocks on all levels */
.nav-mobile .nav-block {
	display: none;
}

/* Structure of the selectors below:
   menu.modifier [level] item > panel > innerPanel > categoryBlocks */

/* Show on 0 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb0 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

/* Remove dropdown shadow and background color */
.nav-mobile.opt-sb0 .nav-item>div>div {
	padding: 0 !important;
}

/* Remove padding of inner panel */
.nav-mobile.opt-sb0 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

/* Stretch the central column */
.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks {
	display: none;
}

/* Hide items containing only category blocks */

/* TODO: for top-level items:
   If "nav-item--only-blocks": hide only the dropdown and the opener, but not the item itself.
   Exception: if it's an item of "block_header_nav_dropdown", the item has to be hidden completely
   because it's not clickable so there is no sense to display it.
*/
/*.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks > .opener {
	display: none;
}*/

/* Show on 1 level
-------------------------------------------------------------- */
.nav-mobile.opt-sb1 li.level0>div>div>.nav-block {
	display: block;
}

.nav-mobile.opt-sb1 ul.level0 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

.nav-mobile.opt-sb1 ul.level0 .nav-item>div>div {
	padding: 0 !important;
}

.nav-mobile.opt-sb1 ul.level0 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

.nav-mobile.opt-sb1 ul.level0 .nav-item.nav-item--only-blocks {
	display: none;
}

/* Show on 2 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb2 li.level0>div>div>.nav-block,
.nav-mobile.opt-sb2 li.level1>div>div>.nav-block {
	display: block;
}

.nav-mobile.opt-sb2 ul.level1 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

.nav-mobile.opt-sb2 ul.level1 .nav-item>div>div {
	padding: 0 !important;
}

.nav-mobile.opt-sb2 ul.level1 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

.nav-mobile.opt-sb2 ul.level1 .nav-item.nav-item--only-blocks {
	display: none;
}

/* Show on 3 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb3 li.level0>div>div>.nav-block,
.nav-mobile.opt-sb3 li.level1>div>div>.nav-block,
.nav-mobile.opt-sb3 li.level2>div>div>.nav-block {
	display: block;
}

.nav-mobile.opt-sb3 ul.level2 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

.nav-mobile.opt-sb3 ul.level2 .nav-item>div>div {
	padding: 0 !important;
}

.nav-mobile.opt-sb3 ul.level2 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

.nav-mobile.opt-sb3 ul.level2 .nav-item.nav-item--only-blocks {
	display: none;
}

/* Show on 4 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb4 li.level0>div>div>.nav-block,
.nav-mobile.opt-sb4 li.level1>div>div>.nav-block,
.nav-mobile.opt-sb4 li.level2>div>div>.nav-block,
.nav-mobile.opt-sb4 li.level3>div>div>.nav-block {
	display: block;
}

.nav-mobile.opt-sb4 ul.level3 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

.nav-mobile.opt-sb4 ul.level3 .nav-item>div>div {
	padding: 0 !important;
}

.nav-mobile.opt-sb4 ul.level3 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

.nav-mobile.opt-sb4 ul.level3 .nav-item.nav-item--only-blocks {
	display: none;
}

/* Show on 5 levels
-------------------------------------------------------------- */
.nav-mobile.opt-sb5 li.level0>div>div>.nav-block,
.nav-mobile.opt-sb5 li.level1>div>div>.nav-block,
.nav-mobile.opt-sb5 li.level2>div>div>.nav-block,
.nav-mobile.opt-sb5 li.level3>div>div>.nav-block,
.nav-mobile.opt-sb5 li.level4>div>div>.nav-block {
	display: block;
}

.nav-mobile.opt-sb5 ul.level4 .nav-item>div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}

.nav-mobile.opt-sb5 ul.level4 .nav-item>div>div {
	padding: 0 !important;
}

.nav-mobile.opt-sb5 ul.level4 .nav-item>div>div>.nav-block--center {
	margin: 0;
	width: 100%;
}

.nav-mobile.opt-sb5 ul.level4 .nav-item.nav-item--only-blocks {
	display: none;
}


/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Carets
-------------------------------------------------------------- */
.nav-mobile .caret {
	display: none !important;
}

/* Home link
-------------------------------------------------------------- */
.nav-mobile .nav-item--home {
	display: none !important;
}

/* Hide elements
-------------------------------------------------------------- */
.nav-mobile .hide-in-mobile-menu {
	display: none !important;
}

/* Hide containers for additional elements
-------------------------------------------------------------- */
.nav-mobile .nav-holder {
	display: none !important;
}



/* Miscellaneous %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Other modules/components
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Item sliders
-------------------------------------------------------------- */
.nav .itemslider {
	margin-top: 0;
	margin-bottom: 0;
}

.nav .itemslider .item {
	padding-top: 5px;
	padding-bottom: 0;
}

.nav .itemslider .product-name a {
	display: inline-block;
}

.nav .itemslider .product-name {
	margin-top: 8px;
}

/**
 * Mobile menu accordion
 */



.acco {
	list-style-type: none;
}

.acco li.nav-item {
	list-style-type: none;
	display: block;
	float: left;
	width: 100% !important;
	/* Use "!important" to override grid units styling */
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	/* For opener positioning */
}

.acco ul.nav-panel {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}


/* Items
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Space for openner if item has children. Space has to be a few pixels wider than openner */
.acco li.parent>a {
	padding-right: 54px;
}

/* All levels
-------------------------------------------------------------- */
.acco .nav-item>a {
	display: block;
	padding: 15px 10px;

	/* Set default line height in pixels because font size will be changed via admin (and that would also change the line height) */
	font-size: 16px;
	/*1.3333em*/
	line-height: 19px;
	/*1.125em*/
}

/* Level 1
-------------------------------------------------------------- */
.acco li.level0>a {
	font-size: 18px;
	text-transform: uppercase;
}

/* Level 2
-------------------------------------------------------------- */
.acco li.level1>a {
	padding-left: 30px;
	font-size: 16px;
	text-transform: uppercase;
}

/* Level 3
-------------------------------------------------------------- */
.acco li.level2>a {
	padding-left: 50px;
	font-size: 16px;
	text-transform: none;
}

/* Level 4
-------------------------------------------------------------- */
.acco li.level3>a {
	padding-left: 70px;
	font-size: 14px;
	text-transform: none;
}

/* Level 5+
-------------------------------------------------------------- */
.acco li.level3 .nav-item>a

/* Level 5+ */
	{
	padding-left: 90px;
	font-size: 12px;
	text-transform: none;
}



/* Opener
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.acco .opener {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	cursor: pointer;
	text-align: center;

	width: 49px;
	height: 49px;
	line-height: 49px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png) center center no-repeat;
}

.acco .opener:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Active */
.acco li.item-active>.opener {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}

/**
 * Main menu dropdown boxes
 */



/* Common %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-item {
	text-align: left;
}

.nav-regular .nav-item>a {
	display: block;
	text-decoration: none;
}

/* Level 1 only
-------------------------------------------------------------- */
.nav-regular li.level0 {
	float: left;
}

.nav-regular li.level0>a {
	padding: 0 12px;
}

/*TODO:holders*/
.nav-regular li.level0>a>span {
	display: inline-block;
	white-space: nowrap;
}

/* Top-level item on hover: pull up the link above the dropdown */
.nav-regular li.level0:hover>a {
	z-index: 2001;
	/* One level above the dropdown */
	position: relative;
}

/* Caret */
.nav-regular li.level0>a .caret {
	opacity: 0.3;
}

.nav-regular li.level0.active>a .caret {
	opacity: 1;
}

.nav-regular li.level0:hover>a .caret {
	opacity: 1;
}


/* Dropdowns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-panel--dropdown {
	display: none;
	position: absolute;
	top: 0;
	z-index: 2000;
	/* Pull above top-level menu items */
	background-color: #fff;
	/* To avoid transparent menu */

	/* Uncomment below line to fix possible glitches during animation in webkit browsers */
	/*-webkit-transform: translateZ(0);*/
}

/* Inner wrapper of the dropdown (for additional padding etc.)
-------------------------------------------------------------- */
#nav .nav-panel-inner {
	padding: 23px;
}

/* Required value in pixels to keep padding consistent in different dropdowns */
#nav .nav-panel-inner:before,
#nav .nav-panel-inner:after {
	display: table;
	line-height: 0;
	content: "";
}

#nav .nav-panel-inner:after {
	clear: both;
}


/* Full width dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel.full-width {
	width: 100%;
}

.nav-regular .nav-panel.tmp-full-width {
	width: 100% !important;
}

/* Temporary class required by js */



/* Mega dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .mega>.nav-panel--dropdown {
	margin: 0;
}

/* Level 2+
-------------------------------------------------------------- */
.nav-regular .nav-panel li.mega {
	position: relative;
}

/* Container of the dropdown has to be relative (only on levels 2+) */
.nav-regular .nav-panel li.mega>.nav-panel--dropdown {}

.nav-regular .nav-panel li.mega:hover>.nav-panel--dropdown {
	display: block;
	left: 60px;
	top: 0;
}


/* Inside mega dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align submenu's content (grid) with the submenu */
.nav-regular .nav-submenu--mega {
	margin-left: -1%;
	margin-right: -1%;
}

/* Inside mega dropdown, level 1: item
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega>li {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 5px;
}

.nav-regular .nav-submenu--mega>li>a {
	font-size: 16px;
	line-height: 1.25em;
	/*20px*/
}

/* If item is a parent of subcategories, add bottom margin, but romove it if item is a parent of a dropdown */
.nav-regular .nav-submenu--mega>li.parent>a {
	margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega>li.nav-item--parent>a {
	margin-bottom: 0;
}

/* Inside mega dropdown, level 1: submenu
-------------------------------------------------------------- */
/* Each submenu has to be static unless it's a dropdown itself (e.g. if type "classic" was applied to the item).
   Also, add bottom margin to panel, but romove it if it's a dropdown. */
.nav-regular .nav-submenu--mega>li>.nav-panel {
	position: static;
	margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega>li>.nav-panel--dropdown {
	position: absolute;
	margin-bottom: 0;
}

/* Inside mega dropdown, level 1: category blocks
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega>li>.nav-block--top {
	margin-top: 0;
	margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega>li>.nav-block--bottom {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Inside mega dropdown, level 2: item
-------------------------------------------------------------- */
/* List bullets */
.nav-regular .nav-submenu--mega>li>ul>li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/bullet.png) 3px 6px no-repeat;
	padding-left: 15px;
	transition: background-position 150ms ease-out;
	-moz-transition: background-position 150ms ease-out;
	-webkit-transition: background-position 150ms ease-out;
	-o-transition: background-position 150ms ease-out;
}

.nav-regular .nav-submenu--mega>li>ul>li:hover {
	background-position: 6px 6px;
}

/* Important: if item is inside a dropdown (e.g. if type "classic" was applied to the parent item), remove bullets */
.nav-regular .nav-submenu--mega>li>ul.nav-panel--dropdown>li {
	background: none;
	padding-left: 0;
}

/* Other */
.nav-regular .nav-submenu--mega>li>ul>li>a {
	line-height: 1.6666em;
	/*20px*/
}



/* Classic dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Level 2+
-------------------------------------------------------------- */
.nav-regular .classic>.nav-panel--dropdown>li>a {
	line-height: 1.6666em;
	/*20px*/
}

.nav-regular .classic>.nav-panel--dropdown>li>a .caret {
	float: right;
	margin-top: 6px;
}


/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .classic>.nav-panel--dropdown {
	margin: 0;
	padding: 20px;
	/*TODO:*/
	width: 16em;
	min-width: 12em;
}

/* Level 2+
-------------------------------------------------------------- */
.nav-regular .nav-panel li.classic {
	position: relative;
}

/* Container of the dropdown has to be relative */
.nav-regular .nav-panel li.classic>.nav-panel--dropdown {}

.nav-regular .nav-panel li.classic:hover>.nav-panel--dropdown {
	display: block;
	left: 60px;
	top: 0;
}

/* If classic dropdown is on the 1 level of mega dropdown, change positioning */
.nav-regular .nav-submenu--mega>li.classic:hover>.nav-panel--dropdown {
	left: 60px;
	top: 20px;
}


/* Simple submenu - no dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* If submenu has to be displayed not as a dropdown, but as a simple list (with slight left indent) */
/* List bullets */
.nav-regular .simple>ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.nav-regular .simple>ul>li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/bullet-mini.png) 3px 5px no-repeat;
	padding-left: 15px;
	transition: background-position 150ms ease-out;
	-moz-transition: background-position 150ms ease-out;
	-webkit-transition: background-position 150ms ease-out;
	-o-transition: background-position 150ms ease-out;
}

.nav-regular .simple>ul>li:hover {
	background-position: 6px 5px;
}

.nav-regular .simple>ul>li>a {
	opacity: 0.6;
	transition: opacity 150ms ease-out;
	-moz-transition: opacity 150ms ease-out;
	-webkit-transition: opacity 150ms ease-out;
	-o-transition: opacity 150ms ease-out;
}

.nav-regular .simple:hover>ul>li>a {
	opacity: 1;
}



/* Itemgrid for menu dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.dd-itemgrid>.nav-item {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear first item in each row (row: group of n items) */

/* Item grid: 1 column */
.dd-itemgrid-1col>.nav-item {
	width: 98%;
}

/* Item grid: 2 columns */
.dd-itemgrid-2col>.nav-item {
	width: 48%;
}

.dd-itemgrid-2col>.nav-item:nth-child(2n+1) {
	clear: left;
}

/* Item grid: 3 columns */
.dd-itemgrid-3col>.nav-item {
	width: 31.3333%;
}

.dd-itemgrid-3col>.nav-item:nth-child(3n+1) {
	clear: left;
}

/* Item grid: 4 columns */
.dd-itemgrid-4col>.nav-item {
	width: 23%;
}

.dd-itemgrid-4col>.nav-item:nth-child(4n+1) {
	clear: left;
}

/* Item grid: 5 columns */
.dd-itemgrid-5col>.nav-item {
	width: 18%;
}

.dd-itemgrid-5col>.nav-item:nth-child(5n+1) {
	clear: left;
}

/* Item grid: 6 columns */
.dd-itemgrid-6col>.nav-item {
	width: 14.6666%;
}

.dd-itemgrid-6col>.nav-item:nth-child(6n+1) {
	clear: left;
}

/* Item grid: 7 columns */
.dd-itemgrid-7col>.nav-item {
	width: 12.2857%;
}

.dd-itemgrid-7col>.nav-item:nth-child(7n+1) {
	clear: left;
}

/* Item grid: 8 columns */
.dd-itemgrid-8col>.nav-item {
	width: 10.5%;
}

.dd-itemgrid-8col>.nav-item:nth-child(8n+1) {
	clear: left;
}



/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Fade
-------------------------------------------------------------- */
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent>.nav-panel--dropdown {
	display: block;
	/* Important: has to be visible before hover */
	left: -10000px;
	opacity: 0;
	-moz-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
	-webkit-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
	-o-transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
	transition: opacity 50ms ease-in-out 50ms, left 0s ease-in-out 100ms, top 0s ease-in-out 100ms;
}

.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent:hover>.nav-panel--dropdown {
	opacity: 1;
	transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-webkit-transition-delay: 50ms;
	-o-transition-delay: 50ms;
}

/**
 * Simple vertical menu (sidebar menu)
 */



.vertnav {
	float: left;
	width: 100%;
}

/* Number of products in category */
.vertnav .number {
	color: #aaa;
	margin-left: 3px;
}


/* Category labels inside vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels */
.vertnav li>a>span>.cat-label {
	position: static;
	display: inline-block !important;
	padding: 0 4px;
	margin-left: 3px;

	/* Label size */
	font-size: inherit;
	line-height: inherit;
}

/* Hide pin */
.vertnav li>a>span>.pin-bottom:before {
	display: none;
}

@media only screen and (max-width: 319px) {
	.nav-mobile .nav-block {
		display: none !important;
	}

	.nav-mobile .nav-item>div.nav-panel--dropdown {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent !important;
	}

	.nav-mobile .nav-item>div>div {
		padding: 0 !important;
	}

	.nav-mobile .nav-item>div>div>.nav-block--center {
		margin: 0 !important;
		width: 100% !important;
	}

	.nav-mobile .nav-item.nav-item--only-blocks {
		display: none;
	}
}

/**
 * Mage Plugins, Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mage Plugins Commercial License (MPCL 1.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://mageplugins.net/commercial-license/
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to mageplugins@gmail.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future. If you wish to customize the extension for your
 * needs please refer to http://www.mageplugins.net for more information.
 *
 * @category   MP
 * @package    MP_AdvancedPricing
 * @copyright  Copyright (c) 2017-2018 Mage Plugins, Co. and affiliates (https://mageplugins.net/)
 * @license    https://mageplugins.net/commercial-license/ Mage Plugins Commercial License (MPCL 1.0)
 */

/* Mini Blocks */
.block-customer-address {
	font-size: 11px;
	line-height: 1.25;
}

.block-customer-address .block-title strong {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
}

/* Block: Customer Address */
.block-customer-address .form-list {
	padding: 5px 10px;
}

.block-customer-address .customer-address-id-form-list {
	padding: 5px 10px 0px 10px;
}

.block-customer-address .customer-address-form-list {
	padding: 0px 10px 5px 10px;
}

.block-customer-address .block-title strong {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/base/default/mp/customerlocator/images/fugue-globe.png);
	background-position: 0px 1px;
}

.block-customer-address input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-customer-address select {
	display: block;
	width: 172px;
	margin: 3px 0;
}


/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw {
	overflow: hidden;
	background: #fff;
	color: #444;
	z-index: 9999;
	font-size: 13px;
}

#v-cookielaw .v-message {
	padding: 5px 10px;
	text-align: left;
}

#v-cookielaw .v-actions {}

#v-cookielaw .v-button {
	color: #222;
	display: inline-block;
	background-color: #ececec;
	background-image: linear-gradient(#f4f4f4, #ececec);
	border: 1px solid #d4d4d4;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 2px;
}

#v-cookielaw .v-button.v-accept:before {
	content: "\2714";
}

#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-color: #3072b3;
	border-bottom-color: #2a65a0;
	background-color: #2a65a0;
	background-image: linear-gradient(#599bdc, #3072b3);
}

#v-cookielaw .v-button:active {
	border-color: #2a65a0;
	border-bottom-color: #3884cd;
	background-color: #3072b3;
	background-image: linear-gradient(#3072b3, #599bdc);
}

#v-cookielaw.v-bar {
	display: table;
	width: 100%;
	padding: 5px 0;
}

#v-cookielaw.v-bar .v-message {
	display: table-cell;
}

#v-cookielaw.v-bar .v-actions {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	padding-right: 10px;
	text-align: right;
}

#v-cookielaw.v-bar.v-top {
	position: relative;
	border-bottom: 1px solid #000;
}

#v-cookielaw.v-bar.v-bottom {
	position: fixed;
	bottom: 0;
	border-top: 1px solid #000;
}

#v-cookielaw.v-box {
	position: fixed;
	max-width: 300px;
	border: 1px solid #000;
	border-radius: 3px;
	margin: 10px;
}

#v-cookielaw.v-box .v-actions {
	float: left;
	margin: 5px 10px;
}

#v-cookielaw.v-box.v-top-left {
	top: 0;
	left: 0;
}

#v-cookielaw.v-box.v-top-right {
	top: 0;
	right: 0;
}

#v-cookielaw.v-box.v-bottom-left {
	bottom: 0;
	left: 0;
}

#v-cookielaw.v-box.v-bottom-right {
	bottom: 0;
	right: 0;
}

/* RWD */
@media (max-width: 480px) {
	#v-cookielaw.v-box {
		display: table;
		width: 100% !important;
		padding: 5px 0 0;
		position: fixed;
		bottom: 0 !important;
		top: auto !important;
		border-top: 1px solid #000;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 0;
	}

	#v-cookielaw.v-box .v-message {
		display: table-cell;
	}

	#v-cookielaw.v-box .v-actions {
		display: table-cell;
		vertical-align: middle;
		width: 250px;
		padding-right: 10px;
		text-align: left;
	}

	#v-cookielaw .v-message {
		float: left;
	}

	#v-cookielaw .v-actions {
		float: left;
		margin: 5px 10px;
	}

	#v-cookielaw.v-bar .v-actions {
		width: auto;
	}
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert {
	background: #fffbcd;
	border-color: #e2cd7b !important;
}

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean {
	color: #fff;
	background: #2c2c2c;
	border-color: #55575f !important;
}

#v-cookielaw.v-dark-clean .v-button {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-color: #3072b3;
	border-bottom-color: #2a65a0;
	background-color: #2a65a0;
	background-image: linear-gradient(#599bdc, #3072b3);
}

#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus {
	background-color: #3678a0;
	background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Minimalist */
#v-cookielaw.v-minimalist {
	color: #2c2c2c;
	background: #f0f0f0;
	border-color: #e0e0e0 !important;
	font-size: 11px;
	font-family: Verdana;
}

#v-cookielaw.v-bar.v-minimalist {
	padding: 2px 0;
}

#v-cookielaw.v-box.v-minimalist {
	width: 260px;
}

#v-cookielaw.v-box.v-minimalist .v-actions {
	margin: 5px;
}

#v-cookielaw.v-box.v-minimalist .v-message {
	padding: 5px;
}

#v-cookielaw.v-minimalist .v-button {
	padding: 3px 6px;
}

/**
 * Infortis themes styles
 */



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Basic layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-container {}

.section {
	padding: 10px 0;
}

.section-space {
	padding: 10px;
}


/* Helper classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Magento default helper classes
-------------------------------------------------------------- */

/* Layout helper classes
-------------------------------------------------------------- */
.margin-top {
	margin-top: 20px;
}

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

.padding-top {
	padding-top: 20px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.float-left {
	float: left;
}

/*deprecated*/
.float-right {
	float: right;
}

/*deprecated*/



/* Minor components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-bottom: 2px;
	vertical-align: middle;
	content: "";
	border-style: solid solid none;
	border-width: 4px 4px 0;
	border-color: #333 transparent transparent;
}

.dropdown .caret {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.dropdown.open .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* Product labels (stickers)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Positionning
-------------------------------------------------------------- */
.sticker-wrapper {
	position: absolute;
	transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}

.product-view .sticker-wrapper {
	z-index: 99;
	/* On product page z-index greater than Cloud Zoom image */
}

.product-view .product-img-column {
	position: relative;
}

/* Stickers are positioned relative to this container */

.sticker-wrapper.top-right {
	top: -3px;
	right: -3px;
}

.sticker-wrapper.bottom-right {
	bottom: -3px;
	right: -3px;
}

.sticker-wrapper.bottom-left {
	bottom: -3px;
	left: -3px;
}

.sticker-wrapper.top-left {
	top: -3px;
	left: -3px;
}

.sticker-wrapper.sticker-small {
	top: -15px;
	right: -15px;
	font-size: 90%;
}

@media only screen and (max-width: 767px) {
	.sticker-wrapper.sticker-small {
		top: 10px;
		right: 10px;
	}
}

.sticker-wrapper.sticker-small .sticker {
	width: 40px;
	height: 40px;
}

/* Appearence
-------------------------------------------------------------- */
.sticker {
	width: 60px;
	height: 60px;
	border-radius: 50%;

	font-size: 1.1666em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	display: table-cell !important;
	/* Add "important" to override inherited styles of parent elements */
	vertical-align: middle !important;

	transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}

/* Colors */
.sticker.new {
	background-color: #5BD2EC;
	color: #fff;
}

.sticker.sale {
	background-color: #F12B63;
	color: #fff;
}

/* Effects */
.item:hover .sticker {
	width: 65px;
	height: 65px;
}

.item:hover .sticker-wrapper.top-right,
.item:hover .sticker-wrapper.top-left {}

.item:hover .sticker-wrapper.top-right {}

.item:hover .sticker-wrapper.top-left {}

/*Sizes*/
.sticker.size-s {
	width: 45px;
	height: 45px;
	font-size: 1em;
}

.item:hover .sticker.size-s {
	width: 50px;
	height: 50px;
}

.sticker.size-xs {
	width: 40px;
	height: 40px;
	font-size: 0.9166em;
	/*11px*/
}

.item:hover .sticker.size-xs {
	width: 45px;
	height: 45px;
}



/* CMS pages and custom content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Video (embed)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "videoWrapper" - depracated class, left for backward compatibility */
.video-wrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Page banners
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.banner-wrapper {
	position: relative;
	display: block;
}

.page-banners .banner a {
	display: block;
}

.page-banners .banner a img {
	display: block;
	margin: 0 auto;
}

/* depracated styles, left for backward compatibility: */
.page-banners .banner {
	margin-bottom: 2%;
}


/* Landing pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.landing-page {}

.horizontal-section,
.vertical-section {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
}

.horizontal-section {
	margin-top: 10px;
}

.landing-page .center-block {
	display: block;
	margin: 0 auto;
}


/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 80%;
	margin: 6%;
	padding: 0;
}

/* Caption position
-------------------------------------------------------------- */
.caption.top {
	top: 0;
	bottom: auto;
	width: 80%;
}

.caption.top-right {
	top: 0;
	bottom: auto;
	right: 0;
	width: 58%;
}

.caption.bottom-right {
	right: 0;
	width: 58%;
}

/* Caption elements
-------------------------------------------------------------- */
.caption>* {
	float: left;
	display: inline-block;
	margin-bottom: 1px;
}

.caption .heading {
	padding: 0.25em;
	margin-bottom: 0.2em;
	font-size: 2.8em;
	line-height: 1em;
	font-weight: normal;
}

.caption p {
	clear: left;
	padding: 0.25em 0.5em;
	margin-bottom: 1px;
	font-size: 1.3333em;
	line-height: 1em;
}

.caption button {
	clear: left;
}

/* Caption layout
-------------------------------------------------------------- */
.caption.centered {
	text-align: center;
}

.caption.centered>* {
	display: inline-block;
	float: none;
}

/* Floating (text alignment) */
.caption.right>* {
	text-align: right;
	float: right !important;
}

/* Caption additional styles
-------------------------------------------------------------- */
/* Width */
.caption.full-width {
	width: 88%;
	margin: 6%;
}

.caption.narrow {
	width: 38%;
}

/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent {
	display: inline-block !important;
}

/* Skin
-------------------------------------------------------------- */
.caption .heading,
.caption p {
	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}

a:hover .caption .heading,
a:hover .caption p {
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p {
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
}

a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p {
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
}

a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
}

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p {
	background-color: rgba(255, 255, 255, 0.35);
	color: #000;
}

a:hover .caption.light1 .heading,
a:hover .caption.light1 p {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
}

/* Light + black text */
.caption.light2 .heading,
.caption.light2 p {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
}

a:hover .caption.light2 .heading,
a:hover .caption.light2 p {
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
}

/* Light + black text */
.caption.light3 .heading,
.caption.light3 p {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}

a:hover .caption.light3 .heading,
a:hover .caption.light3 p {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Disable transitions, fade effect applied with JS */
.fade-on-hover {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

/*! jQuery UI - v1.11.4 - 2016-04-04
* http://jqueryui.com
* Includes: slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.8em;
	height: 1.8em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .58em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-slider .ui-slider-handle {
	border-radius: 100%;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.9);
}

.ui-slider-range {
	border: 1px #ddd solid;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}


/*
** persian-datepicker - v1.1.3
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under WTFPL license
*/

.datepicker-plot-area {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
	transition: all 100ms ease;
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
	border-radius: 0;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.datepicker-plot-area .datepicker-time-view .down-btn {
	border-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.datepicker-plot-area,
.datepicker-plot-area .datepicker-time-view>.time-segment {
	border-radius: 0;
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	border-radius: 0;
}

.datepicker-plot-area {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable,
.datepicker-plot-area .datepicker-time-view>.time-segment,
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn,
.datepicker-plot-area .datepicker-time-view input,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
	cursor: pointer;
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
	font: 14px;
	background-color: #fff;
	color: #333;
	border: 0;
	text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
	background-color: #f1f1f1;
	color: #ccc;
	border: none;
	text-shadow: none;
	cursor: default;
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
	background-color: #333;
	color: #fff;
	border: 0;
	text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
	background-color: "";
	color: #ccc;
	border: none;
	text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
	background-color: #005299;
	color: #fff;
	border: none;
	text-shadow: 1px 1px 1px #000;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
	background-color: #007be6;
	color: #fff;
	border: 0;
	text-shadow: none;
}

.datepicker-container {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 0;
	direction: ltr;
}

.datepicker-container.pwt-hide {
	display: none;
}

.datepicker-plot-area {
	box-sizing: border-box;
	overflow: hidden;
	min-height: 70px;
	display: block;
	width: 200px;
	min-width: 200px;
	padding: 3px;
	position: absolute;
	font: 12px tahoma;
	border: 1px solid #ccc;
	background-color: #fff;
}

.datepicker-plot-area.datepicker-state-only-time {
	padding: 0;
}

.datepicker-plot-area table,
.datepicker-plot-area th,
.datepicker-plot-area td {
	border: 0;
	background: none;
}

.datepicker-plot-area * {
	text-align: center;
	color: #333;
}

.datepicker-plot-area .datepicker-day-view,
.datepicker-plot-area .datepicker-month-view,
.datepicker-plot-area .datepicker-year-view {
	display: block;
	width: 100%;
	float: left;
	min-height: 200px;
	margin: 0;
}

.datepicker-plot-area-inline-view {
	display: block;
	width: 100%;
	position: static;
	float: left;
}

.datepicker-plot-area .datepicker-time-view {
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
	background: #f9f9f9;
	border-top: 1px solid #f1f1f1;
}

.datepicker-plot-area .datepicker-time-view>.time-segment {
	display: block;
	width: 22%;
	float: left;
	overflow: hidden;
}

.datepicker-plot-area .datepicker-time-view>.time-segment:hover .down-btn,
.datepicker-plot-area .datepicker-time-view>.time-segment:hover .up-btn {
	font-weight: bold;
}

.datepicker-plot-area .datepicker-time-view .divider {
	display: block;
	width: 3%;
	height: 60px;
	line-height: 60px;
	float: left;
	overflow: hidden;
	font: 12px bold;
}

.datepicker-plot-area .datepicker-time-view .divider span {
	height: 60px;
	line-height: 60px;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	height: 20px;
	line-height: 22px;
	color: #ccc;
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover,
.datepicker-plot-area .datepicker-time-view .up-btn:hover {
	background-color: rgba(250, 250, 250, 0.3);
	color: #807f7f;
}

.datepicker-plot-area .datepicker-time-view input {
	display: block;
	width: 90%;
	margin: 0 5%;
	height: 20px;
	padding: 0;
	outline: none;
	border: none;
	background: transparent;
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
	padding: 0 5px;
	margin: 0;
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view>.time-segment,
.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view>.divider {
	padding: 5px 0;
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view>.time-segment {
	width: 31.33%;
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view>.meridian-divider {
	display: none;
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view>.time-segment {
	width: 31.33%;
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view>.second-divider {
	display: none;
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.time-segment {
	width: 48%;
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.second-divider,
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.meridian-divider {
	display: none;
}

.datepicker-plot-area .datepicker-day-view .table-days {
	width: 100%;
	float: left;
	direction: rtl;
}

.datepicker-plot-area .datepicker-day-view .table-days td {
	width: 14.2%;
	height: 26px;
	padding: 0;
	margin: 0;
	position: relative;
}

.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
	font-style: normal;
	position: absolute;
	font-size: 8.5px;
	bottom: 0;
	right: 2px;
	color: #f1f1f1;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
	display: block;
	width: 100%;
	float: right;
	min-height: 180px;
	margin: 8px 0;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 8px;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
	display: block;
	width: 100%;
	height: 25px;
	float: left;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
	display: block;
	width: 14.2%;
	height: 25px;
	float: right;
	line-height: 25px;
	font: 11px;
	font-weight: bold;
	color: #333;
}

.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
	padding-top: 10px;
}

.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
	display: block;
	width: 33.333333%;
	margin: 2px 0 0;
	float: right;
	height: 42px;
	line-height: 42px;
}

.datepicker-plot-area .datepicker-navigator {
	display: block;
	width: 100%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	background-color: rgba(250, 250, 250, 0.1);
	color: #333;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
	background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
	display: block;
	width: 15%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
	display: block;
	width: 66%;
	margin: 0 2%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	width: 15%;
	float: left;
}

.datepicker-plot-area .toolbox {
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
	background-color: rgba(250, 250, 250, 0.1);
	float: right;
	display: block;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	margin: 0 auto;
	margin-left: 5px;
	padding: 0 5px;
	min-width: 50px;
}

.datepicker-plot-area .toolbox .pwt-btn-submit:hover,
.datepicker-plot-area .toolbox .pwt-btn-calendar:hover,
.datepicker-plot-area .toolbox .pwt-btn-today:hover {
	background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator {
	display: block;
	width: 100%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	background-color: rgba(250, 250, 250, 0.1);
	color: #333;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
	background-color: rgba(250, 250, 250, 0.3);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
	display: block;
	width: 15%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
	display: block;
	width: 66%;
	margin: 0 2%;
	float: left;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	width: 15%;
	float: left;
}

.datepicker-container.pwt-mobile-view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	transition: all 1s;
}

.datepicker-container.pwt-mobile-view.pwt-hide {
	top: 100vh;
	height: 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
	color: white;
	background: gray;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
	height: 70px;
	line-height: 70px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
	height: 48px;
	line-height: 48px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
	float: left;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
	background: rgba(0, 0, 0, 0.7);
	border: 0;
	padding-top: 60%;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
	margin-right: 5px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	margin: 5px 0;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
	font-size: 16px;
	display: block;
	height: 144px;
	line-height: 144px;
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
	height: 48px;
	line-height: 48px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view input {
	height: 32px;
	line-height: 34px;
	font-size: 18px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
	height: 120px;
	line-height: 120px;
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
	height: 40px;
	line-height: 40px;
}

.intl-tel-input {
	position: relative;
	display: flex;
	width: 100%
}

.intl-tel-input input {
	flex-shrink: 1;
	min-width: 0;
	padding-left: 0px !important;
}

.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 input[type=text],
.intl-tel-input input[type=tel] {
	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: relative;
	top: 0;
	bottom: 0;
	right: 0;
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
	margin-left: 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: 20;
	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: white;
	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 {
	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 .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
	vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0;
}

.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 input[readonly]+.flag-container:hover {
	cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-left: 6px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1301;
	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%;
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti-flag {
	width: 20px;
}

.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 (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti-flag {
		background-size: 5652px 15px;
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0px;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0px;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0px;
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0px;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0px;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0px;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0px;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0px;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0px;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0px;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0px;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti-flag.do {
	height: 14px;
	background-position: -1379px 0px;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti-flag.un {
	height: 14px;
	background-position: -5241px 0px;
}

.iti-flag.us {
	height: 11px;
	background-position: -5263px 0px;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5285px 0px;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5307px 0px;
}

.iti-flag.va {
	height: 15px;
	background-position: -5329px 0px;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5346px 0px;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5368px 0px;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5390px 0px;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5412px 0px;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5434px 0px;
}

.iti-flag.vu {
	height: 12px;
	background-position: -5456px 0px;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5478px 0px;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5500px 0px;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5522px 0px;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5544px 0px;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5566px 0px;
}

.iti-flag.za {
	height: 14px;
	background-position: -5588px 0px;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5610px 0px;
}

.iti-flag.zw {
	height: 10px;
	background-position: -5632px 0px;
}

.iti-flag.ri {
	height: 15px;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/Crimea.png");
	background-position: center;
}

.iti-flag {
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti-flag {
		background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/flags@2x.png");
	}
}

.iti-flag.np {
	background-color: transparent;
}

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

.full-telephone-input {
	display: none;
}

.input-country {
	padding-left: 42px !important;
}

.country-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.country-select+.country-pp,
.country-select+#country,
.country-select+#residence_country,
.country-select+#nationality,
.country-select+#document-nationality {
	display: none !important;
}

.country-select * {
	box-sizing: border-box;
}

.country-select .hide {
	display: none;
}

.country-select .v-hide {
	visibility: hidden;
}

.country-select input,
.country-select input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.country-select .flag-dropdown {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.country-select .selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px;
}

.country-select .selected-flag .flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.country-select .selected-flag .arrow {
	display: none;
	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;
}

.country-select .selected-flag .arrow.up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.country-select .country-list {
	position: absolute;
	z-index: 20;
	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: white;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	width: 100%;
}

.country-select .country-list .iti-flag {
	display: inline-block;
	width: 20px;
}

@media (max-width: 500px) {
	.country-select .country-list {
		white-space: normal;
	}

}

.country-select .country-list .divider {
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.country-select .country-list .country {
	padding: 5px 10px;
}

.country-select .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05);
}

.country-select .country-list .iti-flag,
.country-select .country-list .country-name {
	vertical-align: middle;
}

.country-select .country-list .iti-flag {
	margin-right: 6px;
}

.country-select.inside input,
.country-select.inside input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.country-select.inside .flag-dropdown {
	right: auto;
	left: 0;
}

.country-select.inside .selected-flag {
	width: 46px;
}

.country-select.inside .flag-dropdown:hover {
	cursor: pointer;
}

.country-select.inside input[disabled]+.flag-dropdown:hover,
.country-select.inside input[readonly]+.flag-dropdown:hover {
	cursor: default;
}

.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag {
	background-color: transparent;
}


/**
 * Theme Content Construction Kit
 */



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Vertically centered content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.v-centered-content {
	display: table;
}

.v-centered-content .v-center {
	display: table-cell;
	vertical-align: middle;
}


/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title {
	clear: both;
	margin: 0;
	display: block;
}

.section-title.padding-right {
	padding-right: 80px !important;
}

/* Horizontal line */
.section-line {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 0 10px;
	padding: 10px 0 0;
	background: none;
	border-bottom: 1px solid #e5e5e5;
	text-indent: -9999em;
	overflow: hidden;
}


/* Custom sidebars
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.custom-sidebar-right {
	float: right !important;
}

.custom-sidebar-right .inner {
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
}

.custom-sidebar-left {
	float: left !important;
}

.custom-sidebar-left .inner {
	padding-right: 10px;
	border-right: 1px solid #e5e5e5;
}



/* Vertical links %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.links>li {
	line-height: 36px;
}

.links>li>a {
	padding: 0 0.5833em;
}

/* 0px 7px */
.links>li.label {
	padding-right: 0.5833em;
}

/* 7px */

/* Basic links, no separators
-------------------------------------------------------------- */
.links>li {
	float: left;
}

.links>li>a {
	display: block;
}

/* Links with separators (at the right side)
-------------------------------------------------------------- */
.links-wrapper-separators .links>li {
	margin-left: -1px;
}

.links-wrapper-separators .links>li>a {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/link-separator.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.links-wrapper-separators .links>li.last>a {
	background-image: none;
}

.links-wrapper-separators .links>li.hide-separator>a {
	background-image: none;
}

.links-wrapper-separators .links>li.separator-left>a {
	background-position: left center;
}

/* Links with separators (at the left side)
-------------------------------------------------------------- */
.links-wrapper-separators-left .links>li {
	margin-left: -1px;
}

.links-wrapper-separators-left .links>li>a {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/link-separator.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.links-wrapper-separators-left .links>li.first>a {
	background-image: none;
}

.links-wrapper-separators-left .links>li.hide-separator>a {
	background-image: none;
}

.links-wrapper-separators-left .links>li.separator-right>a {
	background-position: right center;
}




/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Link with an arrow */
a.go {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/infortis/_shared/cck/bullet.png) 97% 50% no-repeat;
	padding-right: 17px;
	display: inline !important;
}

/**
 * Drop-down block
 */



/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.dropdown {
	position: relative;
}

.dropdown:hover {
	z-index: 4000;
}

/* Dropdown heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-heading {
	display: inline-block;
	cursor: default;
	line-height: 36px;
	max-height: 36px;
	/* Set static height to improve layout of inline elements inisde the dropdown heading */
}

/* In case a link ("a" tag) is used as a dropdown heading */
.dropdown a.dropdown-heading {
	/* Inherit color to have the same color as the text in the containing section (e.g. in primary header). */
	color: inherit;

	/* Remove transition */
	transition: none;
	transition-delay: unset;
}

.dropdown a.dropdown-heading:hover {
	/* Inherit color to have the same color as the text in the containing section (e.g. in primary header). 
	   Otherwise the dropdown heading on hover would blink showing standard link hover color. */
	color: inherit;
}

/* Inside dropdown heading
-------------------------------------------------------------- */
/* Child elements of the heading have to be aligned vertically */
.dropdown .dropdown-heading>* {
	display: inline-block;
	vertical-align: middle;
}

/* If heading has additional inner wrapper (to cover the shadow of the dropdown),
   properties of that element needs to be reset (e.g. element shouldn't be "inline-block") */
.dropdown .dropdown-heading.cover>span,
.dropdown .dropdown-heading.cover>div {
	display: block;
	vertical-align: baseline;
}

.dropdown .dropdown-heading.cover>span>*,
.dropdown .dropdown-heading.cover>div>* {
	display: inline-block;
	vertical-align: middle;
}

/* Elements of the dropdown heading */
.dropdown .dropdown-heading .label {}

.dropdown .dropdown-heading .value {
	margin-left: 2px;
}

.dropdown .dropdown-heading .dropdown-icon {
	/* e.g. for flags */
	width: 18px;
	text-indent: -9999px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}


/* Cover shadow of "dropdown-heading" and "dropdown-content"
   with additional div inside the heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-heading.cover>span,
.dropdown .dropdown-heading.cover>div {
	padding: 0 10px;
}

.dropdown.open>.dropdown-heading.cover>span,
.dropdown.open>.dropdown-heading.cover>div {
	background-color: #fff;
	z-index: 4001;
	position: relative;
}


/* Dropdown content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4000;
	padding: 20px;
	min-width: 130px;
	line-height: 1.5em;
	text-align: left;

	list-style: none;
	background-color: #fff;
}

.dropdown .dropdown-content.left-hand {
	left: auto;
	right: 0;
}

/* When dropdown content is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown .dropdown-content>li * {
	display: inline-block;
}

.dropdown .dropdown-content>li>a {
	display: block;
}

.dropdown .dropdown-content>li {
	white-space: nowrap;
}

.dropdown .dropdown-content>li .label {
	margin-right: 8px;
}

.dropdown .dropdown-content .dropdown-icon {
	width: 18px;
	text-indent: -9999px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/**
 * Itemgrid
 */



.itemgrid .item {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}


/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.itemgrid-1col .item {
	width: 98%;
}

/* Item grid: 2 columns */
.itemgrid-2col .item {
	width: 48%;
}

.itemgrid-2col>li:nth-of-type(2n+1) {
	clear: left;
}

/* Item grid: 3 columns */
.itemgrid-3col .item {
	width: 31.3333%;
}

.itemgrid-3col>li:nth-of-type(3n+1) {
	clear: left;
}

/* Item grid: 4 columns */
.itemgrid-4col .item {
	width: 23%;
}

.itemgrid-4col>li:nth-of-type(4n+1) {
	clear: left;
}

/* Item grid: 5 columns */
.itemgrid-5col .item {
	width: 18%;
}

.itemgrid-5col>li:nth-of-type(5n+1) {
	clear: left;
}

/* Item grid: 6 columns */
.itemgrid-6col .item {
	width: 14.6666%;
}

.itemgrid-6col>li:nth-of-type(6n+1) {
	clear: left;
}

/* Item grid: 7 columns */
.itemgrid-7col .item {
	width: 12.2857%;
}

.itemgrid-7col>li:nth-of-type(7n+1) {
	clear: left;
}

/* Item grid: 8 columns */
.itemgrid-8col .item {
	width: 10.5%;
}

.itemgrid-8col>li:nth-of-type(8n+1) {
	clear: left;
}

/**
 * Generic tabs
 */



/* Basic styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Tabs
-------------------------------------------------------------- */
/* Total height of the tab bar should be the same as in block titles */
.gen-tabs .tabs li {
	float: left;
	margin: 0;
}

.gen-tabs .tabs a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	outline: none;
}

/* Tab panels
-------------------------------------------------------------- */
.gen-tabs .tabs-panels {
	padding: 15px 0;
}

.gen-tabs .tabs-panels .panel {}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs .acctab {
	display: none;
	padding: 0;
	margin-bottom: 1px;
	font-weight: normal;
}

.gen-tabs .acctab:hover {
	cursor: pointer;
}

/* Accordion mode enabled */
.gen-tabs.accor .tabs {
	display: none;
}

.gen-tabs.accor .acctab {
	display: block;
}

.gen-tabs.accor .tabs-panels {
	padding-top: 0;
	padding-bottom: 0;
}

.gen-tabs.accor .tabs-panels .panel {
	display: none;
	margin: 10px 0;
	padding: 15px;
}


/* Default skin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.gen-tabs .tabs a {
	color: #333;
	background-color: #eee;
	line-height: 3em;
}

.gen-tabs .tabs a:hover,
.gen-tabs .tabs a:focus {
	background-color: #e5e5e5;
}

.gen-tabs .tabs a.current {
	background-color: #ddd;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs .acctab {
	font-size: 1.5em;
	line-height: 2.7777em;
	background-color: #f5f5f5;
	color: #333;
}

.gen-tabs .acctab:hover,
.gen-tabs .acctab:focus,
.gen-tabs .acctab.current {
	background-color: #e5e5e5;
}

.gen-tabs.accor .tabs-panels .panel {}


/* Tabs - skin 1: with thin borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Border exists but it is transparent. Except bottom border which has to be removed.
   Only the current tab need to have bottom border. */
.gen-tabs--style1 .tabs a {
	font-size: 1.3333em;
	color: #333;
	background-color: #eee;
	border: 1px solid transparent;
	border-bottom: none;
}

.gen-tabs--style1 .tabs a:hover

/*, .gen-tabs--style1 .tabs a:focus */
	{
	background-color: #e5e5e5;

	/* Border on hover has the same color as background of the tab */
	border-color: #e5e5e5;
}

.gen-tabs--style1 .tabs a.current {
	background-color: #fff;

	/* Pull up the panels */
	margin-bottom: -1px;

	/* Border of the active item has the same color as border of panels.
	   Bottom border is transparent. */
	border-color: #e5e5e5;
	border-bottom: 1px solid transparent;

	/* Make a little bit higher than other tabs */
	padding-top: 4px;
	margin-top: -4px;
}

.gen-tabs--style1 .tabs a.current:hover {
	/* Bottom border is transparent. */
	border-bottom-color: transparent;
}

.gen-tabs--style1 .tabs-panels {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs--style1.accor .tabs-panels {
	border-top: none;
	border-bottom: none;
}

.gen-tabs--style1 .acctab {
	border-bottom: 1px solid #e5e5e5;
}

.gen-tabs--style1.gen-tabs.accor {
	margin-bottom: 25px;
}


/* Tabs - skin 1: smaller
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.gen-tabs--style1-small .tabs a {
	padding: 0 7px;
	font-size: 14px;
	line-height: 32px;
}

/* Added main class to increase specificity of this rule to override font */
.gen-tabs--style1.gen-tabs--style1-small .tabs a {
	font-family: inherit;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs--style1-small .acctab {
	font-size: 14px;
	line-height: 32px;
}

/* Added main class to increase specificity of this rule to override font */
.gen-tabs--style1.gen-tabs--style1-small .acctab {
	font-family: inherit;
}

/**
 * Icons and other styles related to icons.
 * Part of the font icon styles based on Font Awesome - http://fontawesome.io
 */



/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.ic {
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* If icon is applied to 'i' tag */
i.ic {
	font-style: normal;
}

/* Floating icons - with generic modifiers
-------------------------------------------------------------- */
.ic.left {
	margin-right: .3em;
}

.ic.right {
	margin-left: .3em;
}

/* Size
-------------------------------------------------------------- */
/* Makes the font 33% larger relative to the icon container */
.ic-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.ic-2x {
	font-size: 2em;
}

.ic-3x {
	font-size: 3em;
}

.ic-4x {
	font-size: 4em;
}

.ic-5x {
	font-size: 5em;
}

.ic-6x {
	font-size: 6em;
}

.ic-7x {
	font-size: 7em;
}

.ic-8x {
	font-size: 8em;
}

.ic-fw {
	width: 1.28571429em;
	text-align: center;
}

/* Lists
-------------------------------------------------------------- */
.ic-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.ic-ul>li {
	position: relative;
}

.ic-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.ic-li.ic-lg {
	left: -1.85714286em;
}

.ic-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.ic.pull-left {
	margin-right: .3em;
}

.ic.pull-right {
	margin-left: .3em;
}

/* Stacking
-------------------------------------------------------------- */
.ic-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.ic-stack-1x,
.ic-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.ic-stack-1x {
	line-height: inherit;
}

.ic-stack-2x {
	font-size: 2em;
}

.ic-inverse {
	color: #ffffff;
}

/* Effects
-------------------------------------------------------------- */
.ic-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.ic-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ic-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ic-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.ic-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ic-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/* Characters as icon (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-char {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
}


/* Images as icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-img {
	font-family: inherit;
	/* Remove icon font to fix vertical alignment */
}

/* Set max size for images displayed as icons */
.ic-img img,
.icon img

/* For backward compatibility */
	{
	vertical-align: middle;
}



/* Iconbox - an icon with background color %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.ib,

/* For backward compatibility */
.social-links a>span.icon {
	vertical-align: middle;
	/* TODO: check in which cases it's required */
	text-align: center;
	background-color: #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* Size
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib,
/* For backward compatibility: */
.feature>span.icon,
.social-links a>span.icon {
	line-height: 36px;
	width: 36px;
	height: 36px;
}

.ib-size-l,
/* For backward compatibility: */
.feature>span.icon.large {
	line-height: 48px;
	width: 48px;
	height: 48px;
}

.ib-size-xl {
	line-height: 60px;
	width: 60px;
	height: 60px;
}

.ib-size-xxl {
	line-height: 72px;
	width: 72px;
	height: 72px;
}

.ib-size-xxxl {
	line-height: 84px;
	width: 84px;
	height: 84px;
}

/* For backward compatibility: align center the content of the iconbox */
.feature>span.icon {
	text-align: center;
}


/* Labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Label which immediately follows the iconbox */
.ib+.label {
	line-height: 36px;
	display: inline-block;
}

.ib-size-l+.label {
	line-height: 48px;
}

.ib-size-xl+.label {
	line-height: 60px;
}

.ib-size-xxl+.label {
	line-height: 72px;
}

.ib-size-xxxl+.label {
	line-height: 84px;
}


/* Hover state
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib-hover:hover,
/* Apply hover state color only when special class is present */
.feature-icon-hover:hover .ib,

/* For backward compatibility: */
.icon-hover:hover,
.feature-icon-hover:hover>span.icon {
	background-color: #333;
	color: #fff;
}


/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib,
.icon-hover,
/* For backward compatibility */
.feature-icon-hover .ib,
.feature-icon-hover .icon

/* For backward compatibility */
	{
	/* TODO: position animation deprecated */
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}


/* Characters as icon - modify styles if inside iconbox
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ib.ic-char,
.ib.i-char

/* For backward compatibility */
	{
	/*font-size: 16px;*/
	/* Important: do not add font size here, it would override standard classes such as "ic-2x" */
	text-align: center;
}


/* Additional utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Background
-------------------------------------------------------------- */
/* Icon without background color */
.ib-no-bg,
.ib.no-bg-color

/* For backward compatibility */
	{
	background-color: transparent !important;
}

/* Shapes
-------------------------------------------------------------- */
.ib-circle,
.ib.circle

/* For backward compatibility */
	{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ib-rounded,
.ib.rounded

/* For backward compatibility */
	{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ib-square,
.ib.square

/* For backward compatibility */
	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* All icons square */
.ib-wrapper--square .ib,
.icon-wrapper-square .ib

/* For backward compatibility */
	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}



/* Feature - box with icons, images, text etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Basic styles */
.feature {
	margin: 10px 0;
}

.feature:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.feature.first {
	margin-top: 0;
}

.feature.last {
	margin-bottom: 0;
}

/* With top/bottom border line */
.feature.top-border {
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
}

.feature.bottom-border {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
}

/* Wrapper with top/bottom line
-------------------------------------------------------------- */
.feature-wrapper.top-border {
	border-top: 1px solid #f5f5f5;
	margin-top: 20px;
	padding-top: 20px;
}

.feature-wrapper.bottom-border {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


/* Feature headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .heading {
	font-size: 1.3333em;
	/*16px*/
	line-height: 1.25em;
	/*20px*/
	margin-bottom: 0.625em;
	/*10px*/
	font-weight: normal;
}

.feature .above-heading {
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 1.4545em;
	/*16px*/
	text-transform: uppercase;
	color: #888;
}

.feature .below-heading {
	font-size: 1em;
	font-style: italic;
	line-height: 1.3333em;
	/*16px*/
	color: #888;
}


/* Feature and icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Floating icons - additional margin
-------------------------------------------------------------- */
.feature .ic.left {
	margin: 0 15px 10px 0;
}

.feature .ic.right {
	margin: 0 0 10px 15px;
}

/* Vertically centered icon
-------------------------------------------------------------- */
.feature.v-centered-content .v-center .ic {
	margin: 0 5px 0 0;
}


/* Indented feature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IMPORTANT: inside indented feature, the first level icon automatically floats left */
.feature.indent>.ic,
.feature.indent>.icon

/* For backward compatibility */
	{
	float: left;
	margin: 0 15px 0 0;
}

/* But override this behavior if an icon is explicitly floated right */
.feature.indent>.ic.right,
.feature.indent>.icon.right

/* For backward compatibility */
	{
	float: right;
	margin: 0 0 0 15px;
}

/* Size of indentation
-------------------------------------------------------------- */
/* Size of indentation = width of iconbox + right margin of the iconbox */

/* Default */
.feature.indent {
	padding-left: 51px;
	/* 36 + 15 */
}

.feature.indent>.ic,
.feature.indent>span.icon

/* For backward compatibility */
	{
	margin-left: -51px;
}

/* Large */
.feature.indent-size-l,
.feature.indent.large

/* For backward compatibility */
	{
	padding-left: 63px;
}

.feature.indent-size-l>.ic,
.feature.indent.large>.ic,
/* For backward compatibility */
.feature.indent.large>span.icon.large

/* For backward compatibility */
	{
	margin-left: -63px;
}

/* X Large */
.feature.indent-size-xl {
	padding-left: 75px;
}

.feature.indent-size-xl>.ic {
	margin-left: -75px;
}

/* XX Large */
.feature.indent-size-xxl {
	padding-left: 87px;
}

.feature.indent-size-xxl>.ic {
	margin-left: -87px;
}

/* XXX Large */
.feature.indent-size-xxxl {
	padding-left: 99px;
}

.feature.indent-size-xxxl>.ic {
	margin-left: -99px;
}


/* Feature centered
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.centered {
	text-align: center;
}

.feature.centered .ic {
	margin: 0 0 10px;
}

/* Additional styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Auto-size: allow for big icons. IMPORTANT: don't use "span" tag together with "icon" in this selector! */
.feature .ic.auto-size {
	width: auto;
	max-width: none;
	height: auto;
	max-height: none;
}



/* Utility classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/**
 * Definitions of the font with icons and definitions of the icon glyphs
 */



@font-face {
	font-family: 'ThemeIcons';
	src: url('');
	src: url('login_files/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'),
		url('login_files/ThemeIcons.woff?387osh') format('woff'),
		url('login_files/ThemeIcons.ttf?387osh') format('truetype'),
		url('login_files/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Icon codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-plane:before {
	content: "\e200";
}

.ic-tag:before {
	content: "\e201";
}

.ic-paint:before {
	content: "\e202";
}

.ic-credit:before {
	content: "\e203";
}

.ic-phone:before {
	content: "\e204";
}

.ic-letter:before {
	content: "\e205";
}

.ic-stopwatch:before {
	content: "\e206";
}

.ic-bars:before {
	content: "\e207";
}

.ic-truck:before {
	content: "\e208";
}

.ic-download:before {
	content: "\e209";
}

.ic-upload:before {
	content: "\e20a";
}

.ic-warning:before {
	content: "\e20b";
}

.ic-question:before {
	content: "\e20c";
}

.ic-info:before {
	content: "\e20d";
}

.ic-success:before {
	content: "\e20e";
}

.ic-close2:before {
	content: "\e20f";
}

.ic-reload:before {
	content: "\e210";
}

.ic-scissors:before {
	content: "\e211";
}

.ic-googleplus:before {
	content: "\e212";
}

.ic-facebook:before {
	content: "\e213";
}

.ic-twitter:before {
	content: "\e214";
}

.ic-feed:before {
	content: "\e215";
}

.ic-youtube:before {
	content: "\e216";
}

.ic-vimeo:before {
	content: "\e217";
}

.ic-flickr:before {
	content: "\e218";
}

.ic-dribbble:before {
	content: "\e219";
}

.ic-github:before {
	content: "\e21a";
}

.ic-wordpress:before {
	content: "\e21b";
}

.ic-blogger:before {
	content: "\e21c";
}

.ic-tumblr:before {
	content: "\e21d";
}

.ic-skype:before {
	content: "\e21e";
}

.ic-home:before {
	content: "\e21f";
}

.ic-edit2:before {
	content: "\e220";
}

.ic-cart:before,
.ic-cart1:before {
	content: "\e221";
}

.ic-menu:before {
	content: "\e222";
}

.ic-star-o:before {
	content: "\e223";
}

.ic-star:before {
	content: "\e224";
}

.ic-heart:before {
	content: "\e225";
}

.ic-heart-o:before {
	content: "\e226";
}

.ic-arrow-up:before {
	content: "\e227";
}

.ic-arrow-right:before {
	content: "\e228";
}

.ic-arrow-down:before {
	content: "\e229";
}

.ic-arrow-left:before {
	content: "\e22a";
}

.ic-filter:before {
	content: "\e22b";
}

.ic-lastminute:before {
	content: "\e22c";
}

.ic-close:before {
	content: "\e22d";
}

.ic-edit:before {
	content: "\e22e";
}

.ic-instagram:before {
	content: "\e22f";
}

.ic-user:before {
	content: "\e230";
}

.ic-mobile:before {
	content: "\e231";
}

.ic-pin:before {
	content: "\e232";
}

.ic-zoomin:before {
	content: "\e233";
}

.ic-zoomout:before {
	content: "\e234";
}

.ic-search:before {
	content: "\e235";
}

.ic-gift:before {
	content: "\e236";
}

.ic-anchor:before {
	content: "\e237";
}

.ic-calendar:before {
	content: "\e238";
}

.ic-remove:before {
	content: "\e239";
}

.ic-compare:before {
	content: "\e23a";
}

.ic-alarm:before {
	content: "\e23b";
}

.ic-plus:before {
	content: "\e23c";
}

.ic-minus:before {
	content: "\e23d";
}

.ic-pinterest:before {
	content: "\e23e";
}

.ic-call24:before {
	content: "\e23f";
}

.ic-callcenter:before {
	content: "\e240";
}

.ic-delivery:before {
	content: "\e241";
}

.ic-package:before {
	content: "\e242";
}

.ic-globe:before {
	content: "\e243";
}

.ic-lightbulb:before {
	content: "\e244";
}

.ic-microscope:before {
	content: "\e245";
}

.ic-24hours:before {
	content: "\e246";
}

.ic-coupon:before {
	content: "\e247";
}

.ic-tshirt:before {
	content: "\e248";
}

.ic-bag8:before {
	content: "\e249";
}

.ic-bag6:before {
	content: "\e24a";
}

.ic-bag4:before {
	content: "\e24b";
}

.ic-bag3:before {
	content: "\e24c";
}

.ic-bag7:before {
	content: "\e24d";
}

.ic-bag2:before {
	content: "\e24e";
}

.ic-bag5:before {
	content: "\e24f";
}

.ic-cart2:before {
	content: "\e250";
}

.ic-bag:before,
.ic-bag1:before {
	content: "\e251";
}

.ic-cart3:before {
	content: "\e252";
}

.ic-smartphones:before {
	content: "\e253";
}

.ic-grid:before {
	content: "\e254";
}

.ic-list:before {
	content: "\e255";
}

.ic-linkedin:before {
	content: "\e256";
}

.ic-bell:before {
	content: "\e257";
}

.ic-xing:before {
	content: "\e258";
}

.ic-vk:before {
	content: "\e259";
}

.ic-weibo:before {
	content: "\e25a";
}

.ic-renren:before {
	content: "\e25b";
}

.ic-behance:before {
	content: "\e25c";
}

.ic-vine:before {
	content: "\e25d";
}

.ic-share:before {
	content: "\e25e";
}

.ic-lowstock:before {
	content: "\e25f";
}

.ic-left:before {
	content: "\e260";
}

.ic-down:before {
	content: "\e261";
}

.ic-up:before {
	content: "\e262";
}

.ic-right:before {
	content: "\e263";
}

/**
 * Theme icons
 * Deprecated since 1.10.0 in favor of font icons
 */



/* Predefined icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Wishlist */
.icon.i-wishlist {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -7px;
}

.icon.i-wishlist-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -57px;
}

/* bw */
.icon.i-wishlist-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -7px;
}

.icon-hover:hover.i-wishlist-bw,
.feature-icon-hover:hover .icon.i-wishlist-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -57px;
}

/* wb */
.icon.i-wishlist-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -57px;
}

.icon-hover:hover.i-wishlist-wb,
.feature-icon-hover:hover .icon.i-wishlist-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -7px;
}

/* Compare */
.icon.i-compare {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -7px;
}

.icon.i-compare-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -57px;
}

/* bw */
.icon.i-compare-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -7px;
}

.icon-hover:hover.i-compare-bw,
.feature-icon-hover:hover .icon.i-compare-bw,
.open>.dropdown-toggle.cover .icon.i-compare-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -57px;
}

/* wb */
.icon.i-compare-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -57px;
}

.icon-hover:hover.i-compare-wb,
.feature-icon-hover:hover .icon.i-compare-wb,
.open>.dropdown-toggle.cover .icon.i-compare-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -57px -7px;
}

/* Share/recommend */
.icon.i-recommend {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -7px;
}

.icon.i-recommend-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -57px;
}

/* bw */
.icon.i-recommend-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -7px;
}

.icon-hover:hover.i-recommend-bw,
.feature-icon-hover:hover .icon.i-recommend-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -57px;
}

/* wb */
.icon.i-recommend-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -57px;
}

.icon-hover:hover.i-recommend-wb,
.feature-icon-hover:hover .icon.i-recommend-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -7px;
}

/* Low stock */
.icon.i-lowstock {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -7px;
}

.icon.i-lowstock-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -57px;
}

/* bw */
.icon.i-lowstock-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -7px;
}

.icon-hover:hover.i-lowstock-bw,
.feature-icon-hover:hover .icon.i-lowstock-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -57px;
}

/* wb */
.icon.i-lowstock-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -57px;
}

.icon-hover:hover.i-lowstock-wb,
.feature-icon-hover:hover .icon.i-lowstock-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -7px;
}



/* Cart */
.icon.i-cart {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -7px;
}

.icon.i-cart-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -57px;
}

/* bw */
.icon.i-cart-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -7px;
}

.icon-hover:hover.i-cart-bw,
.feature-icon-hover:hover .icon.i-cart-bw,
.open>.dropdown-toggle.cover .icon.i-cart-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -57px;
}

/* wb */
.icon.i-cart-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -57px;
}

.icon-hover:hover.i-cart-wb,
.feature-icon-hover:hover .icon.i-cart-wb,
.open>.dropdown-toggle.cover .icon.i-cart-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -457px -7px;
}

/* Row 2
-------------------------------------------------------------- */

/* Home */
.icon.i-home {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -107px;
}

.icon.i-home-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -157px;
}

/* bw */
.icon.i-home-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -107px;
}

.icon-hover:hover.i-home-bw,
.feature-icon-hover:hover .icon.i-home-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -157px;
}

/* wb */
.icon.i-home-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -157px;
}

.icon-hover:hover.i-home-wb,
.feature-icon-hover:hover .icon.i-home-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -7px -107px;
}

/* Left */
.icon.i-left {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -107px;
}

.icon.i-left-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -157px;
}

/* bw */
.icon.i-left-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -107px;
}

.icon-hover:hover.i-left-bw,
.feature-icon-hover:hover .icon.i-left-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -157px;
}

/* wb */
.icon.i-left-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -157px;
}

.icon-hover:hover.i-left-wb,
.feature-icon-hover:hover .icon.i-left-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -107px -107px;
}

/* Right */
.icon.i-right {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -107px;
}

.icon.i-right-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -157px;
}

/* bw */
.icon.i-right-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -107px;
}

.icon-hover:hover.i-right-bw,
.feature-icon-hover:hover .icon.i-right-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -157px;
}

/* wb */
.icon.i-right-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -157px;
}

.icon-hover:hover.i-right-wb,
.feature-icon-hover:hover .icon.i-right-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -157px -107px;
}

/* Top */
.icon.i-top {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -107px;
}

.icon.i-top-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -157px;
}

/* bw */
.icon.i-top-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -107px;
}

.icon-hover:hover.i-top-bw,
.feature-icon-hover:hover .icon.i-top-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -157px;
}

/* wb */
.icon.i-top-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -157px;
}

.icon-hover:hover.i-top-wb,
.feature-icon-hover:hover .icon.i-top-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -207px -107px;
}

/* Bottom */
.icon.i-bottom {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -107px;
}

.icon.i-bottom-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -157px;
}

/* bw */
.icon.i-bottom-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -107px;
}

.icon-hover:hover.i-bottom-bw,
.feature-icon-hover:hover .icon.i-bottom-bw {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -157px;
}

/* wb */
.icon.i-bottom-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -157px;
}

.icon-hover:hover.i-bottom-wb,
.feature-icon-hover:hover .icon.i-bottom-wb {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite.png);
	background-position: -257px -107px;
}

/**
 * Social icons
 * Deprecated since 1.10.0 in favor of font icons
 */



/* Contact icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Phone */
.icon.i-telephone {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -7px -7px;
}

.icon.i-telephone-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -7px -57px;
}

/* Mobile */
.icon.i-mobile {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -57px -7px;
}

.icon.i-mobile-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -57px -57px;
}

/* Skype */
.icon.i-skype {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -107px -7px;
}

.icon.i-skype-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -107px -57px;
}

/* Letter */
.icon.i-letter {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -157px -7px;
}

.icon.i-letter-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -157px -57px;
}

/* Location */
.icon.i-location {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -207px -7px;
}

.icon.i-location-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -207px -57px;
}


/* Row 2
-------------------------------------------------------------- */
/* Twitter */
.icon.i-twitter {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -7px -107px;
}

.icon.i-twitter-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -7px -157px;
}

/* Facebook */
.icon.i-facebook {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -57px -107px;
}

.icon.i-facebook-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -57px -157px;
}

/* Google plus */
.icon.i-googleplus {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -107px -107px;
}

.icon.i-googleplus-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -107px -157px;
}

/* Youtube */
.icon.i-youtube {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -157px -107px;
}

.icon.i-youtube-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -157px -157px;
}

/* Vimeo */
.icon.i-vimeo {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -207px -107px;
}

.icon.i-vimeo-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -207px -157px;
}

/* Wordpress */
.icon.i-wordpress {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -257px -107px;
}

.icon.i-wordpress-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -257px -157px;
}

/* Pinterest */
.icon.i-pinterest {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -307px -107px;
}

.icon.i-pinterest-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -307px -157px;
}

/* Linked in */
.icon.i-linkedin {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -357px -107px;
}

.icon.i-linkedin-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -357px -157px;
}

/* Blogger */
.icon.i-blogger {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -407px -107px;
}

.icon.i-blogger-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -407px -157px;
}

/* Envato */
.icon.i-envato {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -457px -107px;
}

.icon.i-envato-w {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position: -457px -157px;
}

/**
 * Common styles for multiple elements
 */



/* Blocks and headings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sidebar .block:first-child {
	margin-top: 6px;
}

/* To align with page title */
.cms-index-index .sidebar .block:first-child {
	margin-top: 0;
}

/* Remove margin on home page */


/* Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Page Heading
-------------------------------------------------------------- */
.my-account .page-title,
.category-title {
	border-bottom: 1px solid #e5e5e5;
}

/* Block titles and section headings
-------------------------------------------------------------- */
/* Sidebar blocks */
.block .block-title,

/* Filters */
.block-layered-nav .block-subtitle--filter,

/* Section title */
.section-title,

/* Cart */
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2 {
	/* padding:13px 0 7px; */
	/*TODO*/
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	font-size: 1.5em;
	/*18px*/
	line-height: 1.2222em;
	/*22px*/
}

/* Secondary headings
-------------------------------------------------------------- */
/* Log in */
.account-login h2,

/* Checkout log in */
#opc-login h3,

/* Fieldset and multiple checkout */
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	font-size: 1.5em;
	/*18px*/
	line-height: 1.2222em;
	/*22px*/
	margin-bottom: 15px;
}

/* Account headings
-------------------------------------------------------------- */
/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2 {}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2 {}

/* Other headings
-------------------------------------------------------------- */
/* Page title */
.category-title,

/* Account */
.my-account .page-title,
.box-account .box-head,
.dashboard .box .box-title {
	border-color: #e5e5e5;
}



/* Colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with horizontal border - standard
-------------------------------------------------------------- */
/* Blocks */
.block .actions,

/* CMS */
.section-line,

/* Misc */
.buttons-set,
.toolbar {
	border-color: #e5e5e5;
}

/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Product page - Add-to-cart area */
.product-view .product-type-data,
.product-view .product-type-data .price-box,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box,

/* Product grid/list */
.category-products-grid .item,
.products-list li.item,

/* Pop-ups */
.remember-me-popup h3,
.map-popup-heading {
	border-color: #f5f5f5;
}

/* Elements with vertical border - standard
-------------------------------------------------------------- */
/* Ratings separator */
.product-view .ratings .rating-links .separator,

/* Product page */
.custom-sidebar-right .inner,
.custom-sidebar-left .inner {
	border-color: #e5e5e5;
}

/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .product-shop-inner {
	border-color: #f5f5f5;
}

/* Elements with darker border
-------------------------------------------------------------- */
/* Cart */
.data-table thead,
.cart-table thead tr,

/* Availability */
.availability-only-details thead {
	border-color: #e5e5e5;
	/*Currently the same color as other borders*/
}

/* Other elements with border
-------------------------------------------------------------- */
.swatch-link {
	border-color: #cccccc;
}


/* Background colors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with light gray background
-------------------------------------------------------------- */
/* Product page - increaments */
.extrahint-wrapper .product-pricing,

/* Account */
.addresses-list .addresses-primary .item,
.order-info-box,

/* Advanced search */
.advanced-search-summary,

/* Checkout */
.opc .gift-messages-form {
	background-color: #f5f5f5;
}


/* Text color
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with lighter text
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,

/* Layered navigation count */
.block-layered-nav dl dd ol>li>a .count,

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a,

/* Product page */
.block-related-simple .related-add-to-wishlist,
.block-related-thumbnails .related-add-to-wishlist,

/* Availability */
.availability,

/* Reviews */
.product-view .box-reviews dd .date,

/* Product options */
.item-options dd,
.product-options p.note {
	color: #aaa;
}


/* Forms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product options form colors
-------------------------------------------------------------- */
.product-options dd select,
.product-options dd .input-text,
.product-options dd textarea,
.product-options ul.options-list {
	color: #888;
}

.product-options dd select:hover,
.product-options dd select:focus,
.product-options dd textarea:hover,
.product-options dd textarea:focus,
.product-options ul.options-list:hover {
	color: #333;
}



/* Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Price on product page and MSRP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .price-box .price,
.map-popup-price .price,
.map-popup-msrp .price {
	font-family: Verdana, Geneva, sans-serif;
}



/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Shadows: for pop-ups, drop-downs etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Sticky header */
.sticky-header .sticky-container,

/* Dropdowns */
.dropdown.open>.dropdown-heading.cover,
.dropdown.open .dropdown-content,

/* Mini cart options */
.truncated .truncated_full_value .item-options,

/* Menu dropdowns - to have the same style of shadow as other dropdowns */
.nav-regular .nav-panel--dropdown,

/* Search autocomplete */
.form-search .search-autocomplete ul,

/* Pop-ups */
.remember-me-popup,
.map-popup,
#subscribe-form .input-box .validation-advice {
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}


/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Links and other selected elements
-------------------------------------------------------------- */
/* IMPORTANT: link transitions should be placed before other transitions */
a,
.mobnav-trigger .trigger-icon .line,
.opener,
a>.ib,
a.feature-icon-hover>.ib

/*, .header-mobile .skip-link*/
	{
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

a:hover,
.mobnav-trigger:hover .trigger-icon .line,
.opener:hover,
.nav-item>a:hover+.opener,
/* Opener following a link in mobile menu */
a:hover>.ib,
a.feature-icon-hover:hover>.ib {
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}

/* Carets - in menu
-------------------------------------------------------------- */
.nav-regular a>.caret {
	transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
	-moz-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
	-webkit-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
}

.nav-regular a:hover>.caret {
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}

/* Carets - in dropdown-heading
-------------------------------------------------------------- */
/*.dropdown > .dropdown-heading .caret {
	transition:			border-color 0ms ease-in-out, opacity 0ms ease-in-out;
	-moz-transition:	border-color 0ms ease-in-out, opacity 0ms ease-in-out;
	-webkit-transition:	border-color 0ms ease-in-out, opacity 0ms ease-in-out;
	-o-transition:		border-color 0ms ease-in-out, opacity 0ms ease-in-out;
}
.dropdown.open > .dropdown-heading .caret {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}*/

/* Interface icons: toolbar icons, pager, prev/next slide etc.
-------------------------------------------------------------- */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,

/* Add-to links */
.add-to-links.addto-icons a,

/* Scroll to top */
#scroll-to-top {
	transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

/* Elements with animated color, background color and borders
-------------------------------------------------------------- */
/* Forms */
input.input-text,
select,
textarea,
.product-options ul.options-list,

/* Search */
.form-search .button,

/* Product image thumbnails */
.product-view .product-img-box .more-views .thumbnails li a,

/* Product mini-lists */
.mini-products-list .product-image,
.cart .crosssell .product-image,

/* Tabs & accordion */
.gen-tabs .tabs a,
.gen-tabs .acctab,

/* OPC accordion */
.opc .step-title {
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/**
 * Override CSS components
 */



/* Deprecated: accordion/collapsible openers %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion .opener,
.collapsible .opener,
.acco .opener

/* Menu opener */
	{
	/* Override default background image */
	background-image: none !important;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/
	/* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 12px;
}

.accordion .opener:before,
.collapsible .opener:before,
.acco .opener:before {
	content: "\e23c";
}

/* Active opener */
.accordion li.item-active>.opener:before,
.collapsible.active .opener:before,
.acco li.item-active>.opener:before {
	content: "\e23d";
}



/* Colorbox %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#cboxPrevious,
#cboxNext,
#cboxClose {
	/* Override default background image */
	background-image: none !important;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/
	/* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 20px;
}

#cboxClose {
	font-size: 16px;
}

#cboxPrevious:before {
	content: "\e260";
}

#cboxNext:before {
	content: "\e263";
}

#cboxClose:before {
	content: "\e20f";
}



/* Generic-nav %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Styles common for all direction controls */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div {
	/* Override default background image and remove text indent */
	background-image: none !important;
	text-indent: 0;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/
	/* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 20px;
}

.owl-controls .owl-buttons .owl-prev:before {
	content: "\e260";
}

.owl-controls .owl-buttons .owl-next:before {
	content: "\e263";
}



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Buttons aligned at the bottom */
.itemslider.equal-height .item {
	position: static;
	padding-bottom: 50px;
}

.itemslider.equal-height .actions {
	position: absolute;
	bottom: 0;
}

/**
 * Override modules
 */

/**
 * Override all Magento base styles.
 * Add theme-specific styles.
 */



/**
 *
 *
 * OVERRIDE/EXTEND styles.css
 *
 *
 */



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.wrapper {
	border-top-style: solid;
	border-top-width: 5px;
}

/* Additional margin for sidebars
-------------------------------------------------------------- */
.col-left>*,
.col-left .widget-static-block {
	margin-right: 32px;
}

.col-right>*,
.col-right .widget-static-block {
	margin-left: 32px;
}



/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Page Heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-title h1,
.page-title h2 {
	margin: 0;
	min-height: 1.3125em;
	/* 42px. Has to ba aligned with ".block .block-title" */
}

.category-title {
	margin-bottom: 0;
}


/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.note-msg.empty-catalog {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/empty-catalog.png) 10px 10px no-repeat transparent !important;
	color: inherit;
	min-height: 70px;
	padding: 40px 20px 40px 160px !important;
}


/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.breadcrumbs {
	line-height: 1.5em;
	/*18px*/
	margin: 0 0 5px;
}

/* Breadcrumbs on product page */
.catalog-product-view .breadcrumbs {
	margin-bottom: 10px;
}



/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Line breaker */
.user-menu .line-break-after {
	clear: both;
	margin-bottom: 1px;
}



/* Regular header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Skip link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-regular .skip-link {
	display: none;
}

/* Products counter */
.skip-link .count {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: red;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	/* To display products counter sticked above the icon, uncomment this code: */
	/*
	margin-left: -14px;
	margin-right: -7px;
	margin-top: -22px;
	position: relative;
	*/
}


/* Selected skip links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Cart + compare
-------------------------------------------------------------- */
/* Skip links has to be hidden except cart and compare */
.header-regular .mini-cart-heading,
.header-regular .mini-compare-heading {
	display: block;
}

.header-regular .mini-cart-heading .label.no-display,
.header-regular .mini-compare-heading .label.no-display {
	display: none;
}


/* Vertically aligned grid (in "Header - Primary" section)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-regular .hp-blocks-holder {
	display: table;
	width: 100%;
}

.header-regular .hp-blocks-holder .hp-block {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header-regular .hp-blocks-holder .hp-block:before,
.header-regular .hp-blocks-holder .hp-block:after {
	display: table;
	content: " ";
}

.header-regular .hp-blocks-holder .hp-block:after {
	clear: both;
}


/* Selected elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search
-------------------------------------------------------------- */
/* Let the search box have the same width as containing block */
.header-regular .search-wrapper {
	width: 100%;
}


/* Header sections
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-regular .left-column {
	text-align: left;
}

.header-regular .central-column {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.header-regular .right-column {
	text-align: right;
}


/* Left column 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Dropdowns
-------------------------------------------------------------- */
/* Force left-aligned edge of dropdowns */
.header-regular .left-column .dropdown .dropdown-content {
	left: 0;
	right: auto;
}

/* Avoid dropdown heading stretched in containing block */
.header-regular .left-column .dropdown {
	display: inline-block;
}

/* Search box
-------------------------------------------------------------- */
.header-regular .left-column .search-wrapper {
	float: left;
}

/* Elements of User Menu
-------------------------------------------------------------- */
.header-regular .left-column .user-menu .search-wrapper,
.header-regular .left-column .user-menu .mini-cart,
.header-regular .left-column .user-menu .mini-compare,
.header-regular .left-column .user-menu .top-links,
.header-regular .left-column .user-menu .top-links ul {
	float: left;
}

/* Right column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Dropdowns
-------------------------------------------------------------- */
/* Force right-aligned edge of dropdowns */
.header-regular .right-column .dropdown .dropdown-content {
	left: auto;
	right: 0;
}

/* Avoid dropdown heading stretched in containing block */
.header-regular .right-column .dropdown {
	display: inline-block;
}

/* Search box
-------------------------------------------------------------- */
.header-regular .right-column .search-wrapper {
	float: right;
}

/* Elements of User Menu
-------------------------------------------------------------- */
.header-regular .right-column .user-menu .search-wrapper,
.header-regular .right-column .user-menu .mini-cart,
.header-regular .right-column .user-menu .mini-compare,
.header-regular .right-column .user-menu .top-links,
.header-regular .right-column .user-menu .top-links ul {
	float: right;
}

/* Main menu
-------------------------------------------------------------- */
.header-regular .right-column .nav-container {
	float: right;
}


/* Central column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search box
-------------------------------------------------------------- */
/* Centered search box */
.header-regular .central-column .form-search {
	margin: 0 auto;
}

/* Elements of User Menu
-------------------------------------------------------------- */
/* Elements of the central column are centered so the "user-menu" container also needs to be centered:
   so it needs to be inline-block, it can't float and can't have 100% width. */
.header-regular .central-column .user-menu {
	display: inline-block;
	float: none;
	width: auto;
}

.header-regular .central-column .user-menu .search-wrapper,
.header-regular .central-column .user-menu #mini-cart-wrapper-regular,
/* IMPORTANT: cart wrapper also needs to float */
.header-regular .central-column .user-menu .mini-cart,
.header-regular .central-column .user-menu .mini-compare,
.header-regular .central-column .user-menu .top-links,
.header-regular .central-column .user-menu .top-links ul {
	float: right;
}


/* Hidden elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-regular .logo-wrapper--mobile,
.header-regular .logo--mobile,
.header-regular .header-collateral,
.header-regular .after-mobile-logo,
.header-regular .skip-links-clearer,
.header-regular #search-wrapper-mobile,
.header-regular #user-menu-wrapper-mobile,
.header-regular #account-links-wrapper-mobile,
.header-regular #mini-cart-wrapper-mobile,
.header-regular #mini-compare-wrapper-mobile {
	display: none;
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*.header-regular .header-top .lang-switcher,
.header-regular .header-top .currency-switcher, */
.header-regular #lang-switcher-wrapper-regular,
.header-regular #currency-switcher-wrapper-regular,
.header-regular .header-top .dropdown {
	margin: 0;
}



/* Mobile header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Skip links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Some skip links are also displayed in regular header so the styles specific to mobile header
   have to be applied with "header-mobile" class */
.header-mobile .skip-link {
	position: relative;
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.header-mobile a.skip-link {
	text-decoration: none;
}

/*.header-mobile .skip-link:not(.skip-active):hover*/
.header-mobile .skip-link:hover {
	opacity: 0.7;
}

.header-mobile .skip-link.skip-active:hover {
	opacity: 1;
}

/* Elements
-------------------------------------------------------------- */
.header-mobile .skip-link .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	font-size: 16px;
	line-height: 16px;
}

.header-mobile .skip-link .label {
	display: inline-block !important;
	/* Added "!important" because label can be hidden in cart and in compare */
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
}

.header-mobile .skip-link .count {
	display: inline-block;
	vertical-align: middle;
}

.header-mobile .skip-link .caret {
	display: none;
}

/* Active link
-------------------------------------------------------------- */
.header-mobile .skip-link.skip-active,
.header-mobile .skip-link:hover {
	color: inherit;
}

.header-mobile .skip-link.skip-active span {
	color: inherit;
}

.header-mobile .skip-link.skip-active .count {
	color: #fff;
}

/* Size
-------------------------------------------------------------- */
.header-mobile .skip-links--1 .skip-link {
	width: 100%;
}

.header-mobile .skip-links--2 .skip-link {
	width: 50%;
}

.header-mobile .skip-links--3 .skip-link {
	width: 33.33%;
}

.header-mobile .skip-links--4 .skip-link {
	width: 25%;
}

.header-mobile .skip-links--5 .skip-link {
	width: 20%;
}

.header-mobile .skip-links--6 .skip-link {
	width: 16.66%;
}


/* Selected skip links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Compare
-------------------------------------------------------------- */
/* Hide compare block's heading (only heading) */
.header-mobile .mini-compare .mini-compare-heading {
	display: none;
}

.header-mobile .mini-compare .actions {
	border: none;
	padding-top: 0;
}

/* Cart + compare
-------------------------------------------------------------- */
/* Important: possible value "relative" of the "position" property.
   In mobile header, we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
   We also need to remove float.
   */
.header-mobile .mini-cart,
.header-mobile .mini-compare {
	position: static;
	float: none;
}

.header-mobile .mini-cart-content,
.header-mobile .mini-compare-content {
	clear: both;
	width: 100%;
}

/*.header-mobile .skip-cart { float: right; }
.header-mobile .skip-compare { float: right; }*/


/* Skip content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .skip-content {
	display: none;
}

.header-mobile .skip-content.skip-active {
	display: block;
}

/* Styls required in skip-content blocks are added through
   special class so that we can control which blocks are styled
-------------------------------------------------------------- */
.header-mobile .skip-content--style {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* Skip content blocks have to be reset the same as all grid units
	   because skip content blocks can have grid units */
	width: 100% !important;
	/* Added "!important" to override units with "no-gutter" */
	margin: 0;
}

.header-mobile .skip-content--style:before,
.header-mobile .skip-content--style:after {
	display: table;
	content: " ";
}

.header-mobile .skip-content--style:after {
	clear: both;
}

/* Containers
-------------------------------------------------------------- */
/* In mobile header set new bottom padding for primary header
   to show space at the very bottom of skip links and skip content blocks
   (which are inside primary header) */
.header-mobile .header-primary {
	padding-bottom: 20px;
}

/* Main menu is outside primary header so we need to pull it up
   to get rid of the gap between menu and its skip link.
   Important: but only when menu is in the full width container
   (so when it's child of ".header-container3" element)
   and not when menu is inside one of other containers.
*/
.header-mobile .header-container3>.nav-container {
	margin-top: -20px;
	margin-bottom: 20px;
}


/* Selected skip content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search
-------------------------------------------------------------- */
.header-mobile .form-search {
	width: 100%;
}

.header-mobile .form-search .input-text {
	width: 100%;
}

/* Cart + compare
-------------------------------------------------------------- */
.header-mobile .mini-cart-content,
.header-mobile .mini-compare-content {
	clear: both;
	width: 100%;
}


/* Vertically aligned grid of blocks (in "Header - Primary" section).
   In mobile header all blocks are stretched to full width
   and stack vertically.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .hp-blocks-holder .hp-block {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 960px) {

	/* If special class exists, 
	   reset blocks below this breakpoint - blocks become full width and stack vertically. */
	.header-regular .hp-blocks-holder--stacked .hp-block {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	/* Remove floating of the menu container */
	.header-regular .hp-blocks-holder--stacked .nav-container {
		float: none;
	}

	.header-regular .hp-blocks-holder--stacked .right-column {
		text-align: inherit;
	}

	/* Logo
	-------------------------------------------------------------- */
	.header-regular .hp-blocks-holder--stacked .logo-wrapper {
		text-align: center;
	}

	.header-regular .hp-blocks-holder--stacked .logo-wrapper .logo {
		max-width: 60%;
		margin-left: auto;
		/* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
		margin-right: auto;
	}

	/* Search
	-------------------------------------------------------------- */
	.header-regular .hp-blocks-holder--stacked .search-wrapper {
		float: none;
		max-width: 440px;
		margin: 10px auto;
		/* Add space above and below search box */
	}

}


/* Top links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .top-links {
	float: none !important;
	clear: both;
}

.header-mobile .top-links ul {
	float: none !important;
}


/* Generic vertical inline links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .skip-content .links>li {
	float: none;
	line-height: 44px;
	font-size: 16px;
}

.header-mobile .skip-content .links>li>a {
	background-image: none;
	/* Remove link separators */
}


/* Logo and collateral elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Regular logo */
.header-mobile .logo-wrapper--regular {
	display: none;
}

/* Mobile logo */
.header-mobile .logo-wrapper--mobile {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.header-mobile .logo-wrapper--mobile .logo {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Header collateral elements */
.header-mobile .header-collateral {
	float: right;
	text-align: right;
}

/* If collateral next to logo, logo floats left */
.header-mobile .header-collateral+.logo-wrapper--mobile {
	float: left;
	text-align: left;
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .line-break-after {
	display: none !important;
}

/* User menu
-------------------------------------------------------------- */
.header-mobile .user-menu {
	float: none !important;
	margin: 0;
	/* Important: remove margins to collapse the block completely */
}

/* Language/currency switcher
-------------------------------------------------------------- */
/*.header-mobile #lang-switcher-wrapper-regular,
.header-mobile #currency-switcher-wrapper-regular {
	display: none;
}*/
.header-mobile.move-switchers #lang-switcher-wrapper-regular,
.header-mobile.move-switchers #currency-switcher-wrapper-regular {
	display: none;
}


/* Mobile menu inside mobile header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide/show basic elements */
.header-mobile .mobnav-trigger-wrapper {
	display: none !important;
}

/* Always hidden */
.header-mobile .nav-mobile {
	display: block !important;
}

/* Always displayed */

/* Remove side padding from inner container when menu container has "simple" class */
.header-mobile .nav.simple .inner-container {
	padding-left: 0;
	padding-right: 0;
}

/* Containers
-------------------------------------------------------------- */
/* Important: menu container is also a "skip-content" block */
.header-mobile .nav-container {

	/* Padding for menu container may be added via admin panel so we need to remove it here */
	padding: 0;

	/* If needed, reset also other styles which are added to standard "skip-content" blocks */

	/* Remove background color */
	background-color: transparent;
}

/* Menu bar
-------------------------------------------------------------- */
/* Remove shadow */
.header-mobile .nav-container .nav,
.header-mobile .nav-container #nav {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-mobile .nav-border-bottom {
	border-bottom: none;
}

/* Menu items
-------------------------------------------------------------- */
/* Mobile menu - remove possible gap from the top of the very first item.
   Gaps are added as dividers between items of the mobile menu accordion. */
.header-mobile .nav-mobile .nav-item.nav-1 {
	margin-top: 0 !important;
}


/* Hidden elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-mobile .container_header_primary_left_1,
.header-mobile .container_header_primary_central_1,
.header-mobile .container_header_primary_right_1 {
	display: none;
}



/* Sticky header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.sticky-header .sticky-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}

/* Reset selected styles of the menu bar in sticky header
-------------------------------------------------------------- */
/* Remove additional padding above and below the menu container */
.sticky-header .nav-container {
	padding-top: 0;
	padding-bottom: 0;
}

/* Remove background color and vertical padding (they work as an outline of the menu bar) from the nav container */
.sticky-header .nav-container .nav {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

/* Remove shadow from the menu bar and from the menu bar container */
.sticky-header .nav-container .nav,
.sticky-header .nav-container #nav {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Category labels
-------------------------------------------------------------- */
/* Make top-level category labels invisible */
.sticky-header .nav-regular .nav-item.level0>a .cat-label {
	display: none;
}

/* Alternatively, we can make the labels smaller */
/*.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
	font-size: 11px;
	line-height: 15px;
	padding: 0 4px;
	top: 2px;
}
.sticky-header .nav-regular .nav-item.level0 > a .pin-bottom:before { display: none; }*/

/* Full width content 
-------------------------------------------------------------- */
.sticky-header .sticky-container--full-width .container {
	/* Stretch the container to take all available space */
	max-width: none;
	width: 100%;
}

.sticky-header .sticky-container--full-width .inner-container {
	padding-left: 0;
	padding-right: 0;
}

/* Hide selected elements
-------------------------------------------------------------- */
/* Text label of the dropdown when inside sticky header */
.sticky-header .nav-holder .dropdown-heading .label {
	display: none;
}



/* Sticky header + mobile menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*.sticky-header .nav-container {
	height: 55px;
}
.sticky-header .nav-mobile {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}*/



/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Block lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
	padding-left: 0;
	list-style: none;
}

.block-viewed .block-content li.item,
.block-compare .block-content li.item,
.block-compared .block-content li.item {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/bullet.png) no-repeat 3px 10px;
	padding-left: 15px;
}


/* Block: Related
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align block title with the tabs on product page */
/*.block-related .section-title { padding-top: 19px; }*/


/* Block: Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-account .block-title {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/ic-account.png) 5px 2px no-repeat;
	padding-left: 42px !important;
}

.block-account .block-content {
	padding: 10px 0 0;
}

.block-account li>* {
	padding: 2px;
}

.block-account li.current strong {
	font-weight: bold;
}



/* Category view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.products-grid .item {
	-webkit-tap-highlight-color: transparent;
}



/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Availability
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.availability {
	float: right;
	margin: 15px 0 10px;
}



/* Product page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Bundle product */
.price-box-bundle {
	border-bottom: 1px solid #e5e5e5;
	margin: -10px 0 15px;
	/* Move up to align with the main price box */
	padding-bottom: 15px;
}


/* Main containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Margin before price box */
.product-view .space-before-avail {
	margin: 0 0 15px;
	height: 0;
	line-height: 0;
}

/* Upper part of the container */
.product-view .product-type-data>.price-box {
	border-top-style: solid;
	border-top-width: 1px;
	margin: 15px 0 0;
	padding: 10px 0;
}

/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Reviews */
.product-view .box-reviews .buttons-set {
	margin-left: 0;
	margin-right: 0;
}


/* New elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .sku {
	margin: 15px 0;
}

.product-view .sku .label {
	font-weight: bold;
}


/* Product type specific data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .is-type-grouped .availability {
	margin-top: 0;
	margin-bottom: 0;
}

.product-view .grouped-items-table input.input-text {
	height: 26px;
	padding: 4px;
	/* Decrease default height and padding */
}



/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*.my-account .pager { margin: -1px 0 20px; }*/



/**
 *
 *
 * MISCELLANEOUS
 *
 *
 */



/* Accordion/collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.accordion-style1 li a {
	border-bottom-color: #eee;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.accordion-style1 li a:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

/* Deprecated: opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	background-color: rgba(0, 0, 0, 0.03);
}


/* Collapsible blocks.
   Set position and other properties of arrow icon.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Different types of collapsible blocks share the same styles */

/* Generic tabs - accordion */
.gen-tabs .acctab:after,

/* Collapsible blocks */
.collapsible .block-title:after,
.collapsible-tablet .block-title:after,
.mobile-collapsible .block-title:after,

/* Sidebar blocks */
.sidebar .block .block-title:after,

/* Layered navigation */
.block-layered-nav .block-title:after {
	float: right;
	font-size: 22px;
}

/* Blocks collapsible only on mobile - hide arrow */
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
	display: none !important;
}



/* Icons %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Icons applied with icon codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* These icons needs to have the same basic styles as standard font icons.
   Except line height - it would override individual size of each icon.
*/
.form-search .button:before,

.buttons-set .back-link a:before,

.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before,

.btn-edit:before,

/* Generic tabs - accordion */
.gen-tabs .acctab:after,

/* Collapsible block icon */
.collapsible .block-title:after,
.collapsible-tablet .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/
	/* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Apply icon codes
-------------------------------------------------------------- */
.form-search .button:before {
	content: "\e235";
}

.buttons-set .back-link a:before {
	content: "\e22a";
}

.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before {
	content: "\e22d";
}

.btn-edit:before {
	content: "\e22e";
}

.breadcrumbs .sep:before {
	content: "\e228";
	font-size: 8px;
}

.gen-tabs .acctab:after,
.collapsible .block-title:after,
.collapsible-tablet .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
	content: "\e261";
}

.gen-tabs .acctab.current:after,
.collapsible .block-title.active:after,
.collapsible-tablet .block-title.active:after,
.mobile-collapsible .block-title.active:after,
.sidebar .block .block-title.active:after,
.block-layered-nav .block-title.active:after {
	content: "\e262";
}



/* Other modifications %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Menu container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Simple menu container - when menu is inside the container which is not full-width but is narrow
   and placed in one of the header sections. Override the width of the "nav" class. */
.nav.simple {
	width: 100%;
}


/* Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Collateral boxes - full width */
.cart-left-column .grid-full,
.cart-right-column .grid-full {
	width: 100%;
}



/**
 *
 *
 * BUILT-IN STATIC BLOCKS
 *
 *
 */



.block_category_above_collection {
	margin: 10px 0;
}

.block_category_below_collection {
	margin: 10px 0;
}

.block_category_above_empty_collection {
	margin: 10px 0;
}

.block_mini_cart_above_products {
	margin: 0 0 10px;
}

.block_cms_page_top {
	margin: 0 0 15px;
}

.block_footer_payment {
	margin-bottom: 10px;
	margin-left: 20px;
}

/* Sample block content
-------------------------------------------------------------- */
.sample-block {
	color: #999;
	margin-top: 10px;
	padding: 0 !important;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.sample-block:hover {
	color: #333;
}



/**
 *
 *
 * HIGH-RESOLUTION READY IMAGES (RETINA-READY)
 *
 *
 */



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-ms-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	/* Rating */
	.rating-box,
	.rating-box .rating {
		background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/img/rating@2x.png);
		background-size: 14px 43px;
	}

	/* Icons below are obsolete and will be removed in future releases.
	   Icons created with image sprites were replaced with font icons.
	   Font icons should be used instead of old sprite image icons.
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	*/

	/* Theme icons
	   IMPORTANT: Deprecated: will be removed in next versions (sprite image icons were replaced with font icons).
	-------------------------------------------------------------- */
	/* To top */
	#scroll-to-top,

	/* Search button */
	.header .form-search .button span,

	/* All icons from icons-theme.css */
	/* Row 1: */
	.icon.i-wishlist,
	.icon.i-wishlist-w,
	.icon.i-wishlist-bw,
	.icon.i-wishlist-wb,

	.icon.i-compare,
	.icon.i-compare-w,
	.icon.i-compare-bw,
	.icon.i-compare-wb,

	.icon.i-recommend,
	.icon.i-recommend-w,
	.icon.i-recommend-bw,
	.icon.i-recommend-wb,

	.icon.i-lowstock,
	.icon.i-lowstock-w,
	.icon.i-lowstock-bw,
	.icon.i-lowstock-wb,

	.icon.i-cart,
	.icon.i-cart-w,
	.icon.i-cart-bw,
	.icon.i-cart-wb,

	/* Row 2: */
	.icon.i-home,
	.icon.i-home-w,
	.icon.i-home-bw,
	.icon.i-home-wb,

	.icon.i-left,
	.icon.i-left-w,
	.icon.i-left-bw,
	.icon.i-left-wb,

	.icon.i-right,
	.icon.i-right-w,
	.icon.i-right-bw,
	.icon.i-right-wb,

	.icon.i-top,
	.icon.i-top-w,
	.icon.i-top-bw,
	.icon.i-top-wb,

	.icon.i-bottom,
	.icon.i-bottom-w,
	.icon.i-bottom-bw,
	.icon.i-bottom-wb
	/* Last selector without trailing coma */

		{
		background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite@2x.png);
		background-size: 500px 200px;
	}


	/* All icons from icons-social.css
	-------------------------------------------------------------- */
	/* Row 1: */
	.icon.i-telephone,
	.icon.i-telephone-w,

	.icon.i-mobile,
	.icon.i-mobile-w,

	.icon.i-skype,
	.icon.i-skype-w,

	.icon.i-letter,
	.icon.i-letter-w,

	.icon.i-location,
	.icon.i-location-w,

	/* Row 2: */
	.icon.i-twitter,
	.icon.i-twitter-w,

	.icon.i-facebook,
	.icon.i-facebook-w,

	.icon.i-googleplus,
	.icon.i-googleplus-w,

	.icon.i-youtube,
	.icon.i-youtube-w,

	.icon.i-vimeo,
	.icon.i-vimeo-w,

	.icon.i-wordpress,
	.icon.i-wordpress-w,

	.icon.i-pinterest,
	.icon.i-pinterest-w,

	.icon.i-linkedin,
	.icon.i-linkedin-w,

	.icon.i-blogger,
	.icon.i-blogger-w,

	.icon.i-envato,
	.icon.i-envato-w
	/* Last selector without trailing coma */

		{
		background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/ultimo/default/images/sprite-icons-social@2x.png);
		background-size: 500px 200px;
	}

}

/* end: media query */

/*
 * 12-column grid system
 */



/* Grid units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
/* Alias for full-width unit */

/* Special grid units */
.grid-col2-sidebar,
.grid-col2-main {
	/*position:relative;*/
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

/* Basic grid units width */
.grid12-1 {
	width: 6.33%;
}

.grid12-2 {
	width: 14.66%;
}

.grid12-3 {
	width: 23%;
}

.grid12-4 {
	width: 31.33%;
}

.grid12-5 {
	width: 39.67%;
}

.grid12-6 {
	width: 48%;
}

.grid12-7 {
	width: 56.33%;
}

.grid12-8 {
	width: 64.67%;
}

.grid12-9 {
	width: 73%;
}

.grid12-10 {
	width: 81.33%;
}

.grid12-11 {
	width: 89.67%;
}

.grid12-12,
.grid-full {
	width: 98%;
}

/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1 {
	margin-left: 0;
	width: 7.33%;
}

.no-left-gutter.grid12-2 {
	margin-left: 0;
	width: 15.66%;
}

.no-left-gutter.grid12-3 {
	margin-left: 0;
	width: 24%;
}

.no-left-gutter.grid12-4 {
	margin-left: 0;
	width: 32.33%;
}

.no-left-gutter.grid12-5 {
	margin-left: 0;
	width: 40.67%;
}

.no-left-gutter.grid12-6 {
	margin-left: 0;
	width: 49%;
}

.no-left-gutter.grid12-7 {
	margin-left: 0;
	width: 57.33%;
}

.no-left-gutter.grid12-8 {
	margin-left: 0;
	width: 65.67%;
}

.no-left-gutter.grid12-9 {
	margin-left: 0;
	width: 74%;
}

.no-left-gutter.grid12-10 {
	margin-left: 0;
	width: 82.33%;
}

.no-left-gutter.grid12-11 {
	margin-left: 0;
	width: 90.67%;
}

.no-left-gutter.grid12-12,
.no-left-gutter.grid-full {
	margin-left: 0;
	width: 99%;
}

/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1 {
	margin-right: 0;
	width: 7.33%;
}

.no-right-gutter.grid12-2 {
	margin-right: 0;
	width: 15.66%;
}

.no-right-gutter.grid12-3 {
	margin-right: 0;
	width: 24%;
}

.no-right-gutter.grid12-4 {
	margin-right: 0;
	width: 32.33%;
}

.no-right-gutter.grid12-5 {
	margin-right: 0;
	width: 40.67%;
}

.no-right-gutter.grid12-6 {
	margin-right: 0;
	width: 49%;
}

.no-right-gutter.grid12-7 {
	margin-right: 0;
	width: 57.33%;
}

.no-right-gutter.grid12-8 {
	margin-right: 0;
	width: 65.67%;
}

.no-right-gutter.grid12-9 {
	margin-right: 0;
	width: 74%;
}

.no-right-gutter.grid12-10 {
	margin-right: 0;
	width: 82.33%;
}

.no-right-gutter.grid12-11 {
	margin-right: 0;
	width: 90.67%;
}

.no-right-gutter.grid12-12,
.no-right-gutter.grid-full {
	margin-right: 0;
	width: 99%;
}

/* Grid units without any gutter (margin) */
.no-gutter.grid12-1 {
	margin-left: 0;
	margin-right: 0;
	width: 8.33%;
}

.no-gutter.grid12-2 {
	margin-left: 0;
	margin-right: 0;
	width: 16.66%;
}

.no-gutter.grid12-3 {
	margin-left: 0;
	margin-right: 0;
	width: 25%;
}

.no-gutter.grid12-4 {
	margin-left: 0;
	margin-right: 0;
	width: 33.33%;
}

.no-gutter.grid12-5 {
	margin-left: 0;
	margin-right: 0;
	width: 41.67%;
}

.no-gutter.grid12-6 {
	margin-left: 0;
	margin-right: 0;
	width: 50%;
}

.no-gutter.grid12-7 {
	margin-left: 0;
	margin-right: 0;
	width: 58.33%;
}

.no-gutter.grid12-8 {
	margin-left: 0;
	margin-right: 0;
	width: 66.67%;
}

.no-gutter.grid12-9 {
	margin-left: 0;
	margin-right: 0;
	width: 75%;
}

.no-gutter.grid12-10 {
	margin-left: 0;
	margin-right: 0;
	width: 83.33%;
}

.no-gutter.grid12-11 {
	margin-left: 0;
	margin-right: 0;
	width: 91.67%;
}

.no-gutter.grid12-12,
.no-gutter.grid-full {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* Special grid units: basic structure of pages with 1 and 2 sidebars
-------------------------------------------------------------- */
/* 2 columns: fixed-width sidebar unit and fluid main unit.
   Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
   Width of the main unit is fluid.
*/
.grid-col2-sidebar {
	width: 23%;
}

.grid-col2-main {
	width: 73%;
}

.no-gutter.grid-col2-sidebar {
	margin-left: 0;
	margin-right: 0;
	width: 25%;
}

.no-gutter.grid-col2-main {
	margin-left: 0;
	margin-right: 0;
	width: 75%;
}

/* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
.grid-col3-sidebar {
	width: 31.52%;
}

.grid-col3-main {
	width: 65.90%;
}

.no-gutter.grid-col3-sidebar {
	margin-left: 0;
	margin-right: 0;
	width: 31.52%;
}

.no-gutter.grid-col3-main {
	margin-left: 0;
	margin-right: 0;
	width: 65.90%;
}

/* Vertically aligned grid
-------------------------------------------------------------- */
.v-grid-container {
	display: table;
	width: 100%;
}

.v-grid {
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 {
	display: none !important;
}

.hide-below-1440 {
	display: none !important;
}

.hide-below-1360 {
	display: none !important;
}

.hide-below-1280 {
	display: none !important;
}


/* Containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Main container for page content.
   Max width of the page is applied to elements with this class.
-------------------------------------------------------------- */
.container {
	margin-left: auto;
	margin-right: auto;
}

.nested-container {
	width: 102%;
	margin-left: -1%;
}

/* Deprecated */

/* Inner container.
   Additional container, horizontal padding is applied to elements with this class.
-------------------------------------------------------------- */
.inner-container {
	padding-left: 15px;
	padding-right: 15px;

	/* Clear floats */
	*zoom: 1;
	clear: both;
}

/* Clear floats */
.inner-container:before,
.inner-container:after {
	display: table;
	line-height: 0;
	content: "";
}

.inner-container:after {
	clear: both;
}

/* Full width container
-------------------------------------------------------------- */
.container.full-width {
	width: 100%;
	max-width: none;
}

/* Expanded container (without inner side padding)
-------------------------------------------------------------- */
.container.no-side-padding>.inner-container {
	padding-left: 0;
	padding-right: 0;
}


/* Grid units containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Grid units container:
   clears floats (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container {
	*zoom: 1;
	clear: both;
}

.grid-container:before,
.grid-container:after {
	display: table;
	line-height: 0;
	content: "";
}

.grid-container:after {
	clear: both;
}

/* Grid unit container:
   clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced {
	*zoom: 1;
	clear: both;
}

.grid-container-spaced:before,
.grid-container-spaced:after {
	display: table;
	line-height: 0;
	content: "";
}

.grid-container-spaced:after {
	clear: both;
}

.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full {
	margin-bottom: 2%;
}

/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
	background-color: #eee;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.show-grid [class*="grid12-"]:hover {
	background-color: #F08080;
}

/**
 * WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
 * 2024-05-21 10:32:19 */







body {
	color: #333;

	background-color: #f5f5f5;

	font-size: 12px;
}

a {
	color: #333;
}

a:hover,
.vertnav li.current>a,
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
	color: #3ec2df;
}

.caret {
	border-top-color: #333;
}


.button {
	background-color: #eee;
	color: #333;
}

.button:hover,
.button:focus {
	background-color: #3ec2df;
	color: #fff;
}

.product-view .btn-cart,
.btn-checkout {
	background-color: #333;
	color: #fff;
}

.product-view .btn-cart:hover,
.btn-checkout:hover {
	background-color: #3ec2df;
	color: #fff;
}



.links>li>a:hover {
	background-color: #de2666;
	color: #fff !important;
}


.sticker.new {
	background-color: #3ec2df;
	color: #fff;
}

.sticker.sale {
	background-color: #f12b63;
	color: #fff;
}



.price-box .price,
/* All prices in price-box */
.price-as-configured .price

/* Bundle product - final price on product page */
	{
	color: #00a9c7;
}

.special-price .price,
.special-price .price-label,
.minimal-price-link .price {
	color: #ee001c !important;
}

.price-notice .price,
.old-price,
.price-box .old-price .price,
#map-popup-msrp,
/* MSRP prices */
.map-popup-msrp .price {
	color: #aaa;
}

.additional-bg-color,
.block-layered-nav .currently,
.block-layered-nav .actions,
.cart .totals,
.checkout-agreements li {
	background-color: #f5f5f5;
}

.skip-link .count {
	background-color: #f00;
}


/* Custom content class */
.main-font,

/* Headings */
h1,
h2,
h3,
h4,
h5,
.section-title,
.products-list .product-name,
.products-grid .product-name,
h3.product-name,
/*TODO:remove*/
.block-layered-nav .block-subtitle--filter,
/* Filters */

/* Generic  */
.feature .heading,
.accordion .heading,

/* Main menu */
/* Regular mode */
.nav-regular .nav-item.level0>a,
/* level 1 */

/* Mega dropdown */
.nav-regular .nav-submenu--mega>li>a,
/* First level of mega dropdown */

/* Containers for additional elements in the menu bar */
.nav-regular .nav-holder .dropdown-heading,

/* Mobile mode */
.mobnav-trigger,
.nav-mobile .nav-item.level0>a,
/* level 1 */
.nav-mobile .nav-item.level1>a,
/* level 2 */
.nav-mobile .nav-item.level2>a,
/* level 3 */

/* Holders for additional elements in the menu bar */
.nav-regular .nav-holder .dropdown-heading,
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading,

/* Mobile header skip links */
.header-mobile .skip-link .label,

/* Block headings */
.block .block-title,

/* Checkout headings */
#opc-login h3,

/* Multiple checkout */
/*.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend,*/

/* Account */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,

/* Product page */
.product-view .box-reviews dt .heading,
.gen-tabs .tabs a,

/* Footer headings */
.footer .heading,
#subscribe-form label,

/* Captions */
.caption .heading {
	font-family: "Bitter", georgia, serif;

}










/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages a,
.pager .pages .current,

/* Add-to links */
.add-to-links .ic,

/* Slider arrows */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,

/* Slider pagination */
.slider-pagination1 .owl-controls .owl-page span,
.slider-pagination2 .owl-controls .owl-page span,

/* Lightbox */
#cboxPrevious,
#cboxNext,
#cboxClose,

/* Accordion and collapsible: opener */
.accordion-style1 .opener,
.collapsible .opener,

/* Scroll to top */
#scroll-to-top {
	background-color: #f5f5f5;
	color: #333;
}



/* Toolbar */
.sorter .view-mode a:hover,
.sorter .sort-by .category-asc:hover,
.sorter .sort-by .category-desc:hover,
.pager .pages li a:hover,

/* Add-to links */
.add-to-links .ic:hover,
.add-to-links .feature-icon-hover:hover .ic,

/* Slider arrows */
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,

/* Slider pagination */
.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls.clickable .owl-page:hover span,

/* Lightbox */
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,

/* Accordion and collapsible: opener */
.accordion-style1 .opener:hover,
.collapsible .opener:hover,

/* Scroll to top */
#scroll-to-top:hover {
	background-color: #333;
	color: #fff;
}



/* Slider pagination */
.slider-pagination1 .owl-controls .owl-page.active span,
.slider-pagination1 .owl-controls.clickable .owl-page.active:hover span,
/* Active state overrides hover state */
.slider-pagination2 .owl-controls .owl-page.active span,
.slider-pagination2 .owl-controls.clickable .owl-page.active:hover span,
/* Active state overrides hover state */

.sorter .view-mode span.grid,
.sorter .view-mode span.list,
.pager .pages .current {
	background-color: #e5e5e5;
	color: #333;
}


.ib,

/* For backward compatibility: */
.feature>span.icon {
	background-color: #de2666;
	color: #fff;
}

.ib-hover:hover,
.feature-icon-hover:hover .ib,

/* For backward compatibility: */
.icon-hover:hover,
.feature-icon-hover:hover>span.icon {
	background-color: #5bd2ec !important;
	color: #fff !important;
}


.ib.icon-color-productview,
span.icon.icon-color-productview {
	background-color: #eee;
}

.ib-hover.icon-color-productview:hover,
.feature-icon-hover:hover .ib.icon-color-productview,
.feature-icon-hover:hover span.icon.icon-color-productview {
	background-color: #5bd2ec !important;
}



.wrapper {
	border-top-color: #333;

	background-color: #fff;

}



.inner-container {
	padding-left: 12px;
	padding-right: 12px;
}




















.header-container {}

.header {}

.header a {}

.header a:hover {}

.header-container3 {}

.header .caret {
	border-top-color: #333;
}



.form-search .input-text {
	background-color: #fff;
	border-color: #ddd;
}

.form-search .input-text:hover,
.form-search .input-text:focus {
	background-color: #fff;
	border-color: #eee;
}

.form-search .input-text,
.form-search .button {
	color: #bbb;
}

.form-search .input-text:hover,
.form-search .input-text:focus,
.form-search .input-text:hover+.button,
.form-search .button:hover {
	color: #333;
}






.header-container .dropdown .dropdown-content,
.header-container .dropdown.open>.dropdown-heading.cover>*,
.header-container .truncated .truncated_full_value .item-options,
.header-container .form-search .search-autocomplete {
	background-color: #fff;

	color: #333;
}

.header-container .dropdown .dropdown-content a,
.header-container .dropdown.open>.dropdown-heading.cover a,
.header-container .form-search .search-autocomplete li {
	color: #333;
}

.header-container .dropdown .dropdown-content a:hover,
.header-container .dropdown.open>.dropdown-heading.cover a:hover,
.header-container .form-search .search-autocomplete li:hover {
	color: #aaa;
}

.header-container .dropdown.open>.dropdown-heading.cover .caret,
.nav-holder .dropdown.open>.dropdown-heading.cover .caret {
	border-top-color: #333;
}




.header-top-container {}

.header-top {}

.header-top a {}

.header-top a:hover {}


.header-top,
.header-top .dropdown .dropdown-heading,
.header-top .links>li {
	line-height: 36px;
}

.header-top .dropdown .dropdown-heading {
	max-height: 36px;
}




.header-primary-container {}

.header-primary {

	padding-top: 10px;
	padding-bottom: 10px;
}


.header-primary .dropdown .dropdown-heading,
.header-primary .links>li {
	font-size: 12px;
	line-height: 36px;
}

.header-primary .dropdown .dropdown-heading {
	max-height: 36px;
}




.header-mobile .skip-link {
	background-color: #fafafa;
	color: #333;
}

.header-mobile .skip-link:hover {
	color: #333;
}

.header-mobile .skip-link.skip-active {
	background-color: #f5f5f5;
	color: #3ec2df;
}

.header-mobile .skip-content--style {
	background-color: #f5f5f5;
	color: #333;
}

.header-mobile .skip-content--style a {
	color: #333;
}

.header-mobile .skip-content--style a:hover {
	color: #3ec2df;
}






.cat-label-label1 {
	background-color: #5bd2ec;
	color: #fff;
}

.cat-label-label2 {
	background-color: #d52462;
	color: #fff;
}


li.level0>a>span>.cat-label-label1.pin-bottom:before {
	border-top-color: #5bd2ec;
}

li.level0>a>span>.cat-label-label2.pin-bottom:before {
	border-top-color: #d52462;
}


li>a:hover>span>.cat-label,
.nav-regular li.level0:hover>a>span>.cat-label

/* Top-level category label is highlighted on item hover, not on link hover */
	{
	background-color: #ff7214;
	color: #fff;
}

li.level0>a:hover>span>.pin-bottom:before,
.nav-regular li.level0:hover>a>span>.pin-bottom:before {
	border-top-color: #ff7214;
}


#nav .nav-panel--dropdown {
	background-color: #fff;

	color: #333;
}


#nav .nav-panel--dropdown a {
	color: #333;
}

#nav .nav-panel--dropdown a:hover {
	color: #00a9c7;
}


#nav .nav-panel--dropdown a .caret {
	border-left-color: #333;
	border-right-color: #333;
}

#nav .nav-panel--dropdown a:hover .caret {
	border-left-color: #00a9c7;
	border-right-color: #00a9c7;
}





/* All types*/
.nav-regular .nav-panel--dropdown {
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}


.nav-mobile div.nav-panel--dropdown {
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

	z-index: 1;
	position: relative;
}

.nav-mobile div.nav-panel--dropdown div.nav-panel--dropdown {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}




.nav-container {

	padding-top: 15px;
}

.nav {}







.sticky-header .nav-container,
.sticky-header .nav-regular {
	background-color: #fff;
}

.sticky-header .nav-regular .nav-item.level0>a,
.sticky-header .nav-regular .nav-holder .dropdown-heading,
.sticky-header .nav-regular .nav-item--homeicon a,
.sticky-header .nav-regular .nav-item--homeicon.active a {
	color: #333;
}

.sticky-header .nav-regular .nav-item.level0.parent>a .caret,
.sticky-header .nav-regular .nav-holder .dropdown-heading .caret {
	border-top-color: #333;
}


.sticky-header .nav-border-bottom {
	border-bottom: none;
}

.sticky-header #nav.nav-regular {
	border-bottom: none;
}





.nav-regular {
	background-color: #f8f8f8;
}

.nav-regular .nav-item.level0>a,

#nav .nav-item--homeicon a,

.nav-regular .nav-holder .dropdown-heading,

.nav-regular .nav-holder a.dropdown-heading:hover {
	color: #333;
}


.nav-mobile .nav-item.level0>a {
	background-color: #f8f8f8;
	color: #333;
}

.nav-mobile .nav-item.level0>.opener {
	color: #333;
}

#nav.nav-mobile ul.level0 .nav-item>a {
	background-color: #f8f8f8;
	color: #333;
}

.nav-mobile ul.level0 .nav-item>.opener {
	color: #333;
}



.nav-regular .nav-item.level0.active>a {
	background-color: #333;
	color: #fff;
}


.nav-mobile .nav-item.level0.current>a {
	background-color: #333;
	color: #fff;
}

.nav-mobile .nav-item.level0.current>.opener {
	color: #fff;
}

#nav.nav-mobile ul.level0 .nav-item.current>a {
	background-color: #333;
	color: #fff;
}

.nav-mobile ul.level0 .nav-item.current>.opener {
	color: #fff;
}



.nav-regular .nav-item.level0:hover>a {
	background-color: #5bd2ec;
	color: #fff;
}


.nav-mobile .nav-item.level0>a:hover {
	background-color: #5bd2ec;
	color: #fff;
}

.nav-mobile .nav-item.level0>a:hover+.opener {
	color: #fff;
}

#nav.nav-mobile ul.level0 .nav-item>a:hover {
	background-color: #5bd2ec;
	color: #fff;
}

.nav-mobile ul.level0 .nav-item>a:hover+.opener {
	color: #fff;
}




.nav-regular .nav-item.level0>a {
	line-height: 40px;
}

.nav-regular .nav-holder>* {
	line-height: 40px;
	max-height: 40px;
}

.nav-regular .nav-holder .dropdown-heading {
	line-height: 40px;
	max-height: 40px;
}



.nav-regular .nav-item.level0.parent>a .caret,
.nav-holder .dropdown-heading .caret {
	border-top-color: #333;
}

.nav-regular .nav-item.level0.parent.active>a .caret {
	border-top-color: #fff;
}

.nav-regular .nav-item.level0.parent:hover>a .caret {
	border-top-color: #fff;
}




.nav-mobile .nav-item {
	margin-top: 1px !important;
}

.nav-mobile {
	background-color: #eee;
}









.mobnav-trigger-wrapper {
	background-color: #f8f8f8;
	color: #333;
}

.mobnav-trigger {
	background-color: #f8f8f8;
	color: #333;
}

.mobnav-trigger:hover {
	background-color: #5bd2ec;
	color: #fff;
}

.mobnav-trigger.active {
	background-color: #5bd2ec;
	color: #fff;
}

.mobnav-trigger .trigger-icon .line {
	background-color: #333;
}

.mobnav-trigger:hover .trigger-icon .line {
	background-color: #fff;
}

.mobnav-trigger.active .trigger-icon .line {
	background-color: #fff;
}







.nav-regular .nav-item.level0>a,

.nav-regular .nav-holder .dropdown-heading,
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
	font-size: 16px;
	text-transform: uppercase;
}


.nav-regular .nav-submenu--mega>li>a {
	font-size: 16px;
	text-transform: uppercase;
}


.nav-mobile li.nav-item>a {
	font-size: 16px;
}

.mobnav-trigger,
.nav-mobile .nav-item.level0>a {
	font-size: 18px;

	text-transform: uppercase;
}

.nav-mobile .nav-item.level1>a {
	font-size: 18px;

	text-transform: none;
}



.main-container {}

.main {
	background-color: #fff;

	padding-top: 20px;
	padding-bottom: 20px;
}

.truncated .item-options {
	background-color: #fff;
}





.category-products-grid .item,
.products-list .item {}

.category-products-grid .item:hover,
.products-list .item:hover {}





.gen-tabs .tabs {
	background-color: transparent;
}

.gen-tabs .tabs a {
	background-color: #f5f5f5;
	color: #333;
}

.gen-tabs .tabs a:hover

/*, .gen-tabs .tabs a:focus */
	{
	background-color: #eee;
	color: #333;

	border-color: #eee;
	border-bottom-color: transparent;
}

.gen-tabs .tabs a.current {
	background-color: #fff;
	color: #00a9c7;
}


.gen-tabs .tabs-panels {
	background-color: #fff;
	border-top-color: #e5e5e5;
}

.gen-tabs .tabs a.current {
	border-color: #e5e5e5;
	border-bottom-color: transparent;
}

.gen-tabs .tabs a.current:hover {
	border-bottom-color: transparent;
}



.gen-tabs .acctab {
	background-color: #f5f5f5;
	color: #333;

	border-color: #e5e5e5;

	padding-left: 0.5em;
	padding-right: 0.5em;
}

.gen-tabs .acctab:hover,
.gen-tabs .acctab:focus,
.gen-tabs .acctab.current {
	background-color: #eee;
	color: #00a9c7;
}





/* Slider arrows */
.the-slideshow .owl-controls .owl-buttons div,

/* Slider pagination */
.the-slideshow.slider-pagination1 .owl-controls .owl-page span,

/* For pagination2 default color overrides color of active state and hover state */
.the-slideshow.slider-pagination2 .owl-controls .owl-page span,
.the-slideshow.slider-pagination2 .owl-controls .owl-page.active span,
.the-slideshow.slider-pagination2 .owl-controls.clickable .owl-page.active:hover span {
	background-color: #fff;
	color: #333;
}


/* Slider arrows */
.the-slideshow .owl-controls.clickable .owl-buttons div:hover,

/* Slider pagination */
.the-slideshow.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.the-slideshow.slider-pagination2 .owl-controls.clickable .owl-page:hover span {
	background-color: #000;
	color: #fff;
}


.the-slideshow.slider-pagination1 .owl-controls .owl-page.active span,
.the-slideshow.slider-pagination1 .owl-controls.clickable .owl-page.active:hover span

/* Active state overrides hover state */
	{
	background-color: #de2666;
}



.footer-container {
	background-color: #f5f5f5;

}

.footer {}

.footer a {}

.footer a:hover {}


.footer .button {
	background-color: #e5e5e5;
	color: #555;
}

.footer .button:hover,
.footer .button:focus {
	background-color: #a5db00;
	color: #fff;
}


.footer .ib,
.footer span.icon

/* For backward compatibility */
	{
	background-color: #de2666;
	color: #fff;
}

.footer .ib-hover:hover,
.footer span.icon-hover:hover,
/* For backward compatibility */
.footer .feature-icon-hover:hover .ib,
.footer .feature-icon-hover:hover span.icon

/* For backward compatibility */
	{
	background-color: #444 !important;
	color: #fff !important;
}




/* Slider arrows */
.footer .slider-arrows1 .owl-controls .owl-buttons div,
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.footer .slider-arrows2 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,

/* Slider pagination */
.footer .slider-pagination1 .owl-controls .owl-page span,
.footer .slider-pagination2 .owl-controls .owl-page span,

/* Accordion and collapsible: opener */
.footer .accordion-style1 .opener,
.footer .collapsible .opener {
	background-color: #f5f5f5;
	color: #333;
}

/* Slider arrows */
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,

/* Slider pagination */
.footer .slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.footer .slider-pagination2 .owl-controls.clickable .owl-page:hover span,

/* Accordion and collapsible: opener */
.footer .accordion-style1 .opener:hover,
.footer .collapsible .opener:hover {
	background-color: #5bd2ec;
	color: #fff;
}


.footer-top-container {
	background-color: #fff;

}

.footer-top {}

.footer-top a {}

.footer-top a:hover {}


.footer-primary-container {

	padding-top: 30px;
	padding-bottom: 10px;
}

.footer-primary {


	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-primary a {}

.footer-primary a:hover {}


.footer-secondary-container {}

.footer-secondary {}

.footer-secondary a {}

.footer-secondary a:hover {}


.footer-bottom-container {
	background-color: rgba(0, 0, 0, 0.04);
}

.footer-bottom {

	color: #888;

	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-bottom a {
	color: #555;
}

.footer-bottom a:hover {
	color: #de2666;
}





.social-links .ib,
.social-links a>span.icon

/* For backward compatibility */
	{
	background-color: #bbb;
	color: #fff;
}

.social-links .ib-hover:hover,
.social-links a>span.icon-hover:hover

/* For backward compatibility */
	{
	background-color: #ff7214 !important;
	color: #fff !important;
}





body.shadow .nav,

body.shadow .main,





body.shadow .show-bg,
.drop-shadow {
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/**
 * WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
 * 2024-05-21 10:32:19 */






/* Grid container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/



.container {
	width: 96%;

	max-width: 960px;
}

.lte-ie8 .container {
	max-width: 1200px;
}























/* Desktop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 1280px <= width */

@media only screen and (min-width: 1280px) {

	.container {
		max-width: 1200px;
	}

	/* Special grid units */
	.grid-col2-sidebar {
		width: 20.41%;
	}

	.grid-col2-main {
		width: 75.58%;
	}

	.no-gutter.grid-col2-sidebar {
		width: 22.41%;
	}

	.no-gutter.grid-col2-main {
		width: 77.58%;
	}

	.grid-col3-sidebar {
		width: 27.01%;
	}

	.grid-col3-main {
		width: 70.34%;
	}

	.no-gutter.grid-col3-sidebar {
		width: 27.01%;
	}

	.no-gutter.grid-col3-main {
		width: 70.34%;
	}

	/* Hide */
	.hide-below-1280 {
		display: inherit !important;
	}
}






/* Design for a width of less than 1024 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 1024px */
@media only screen and (max-width: 1023px) {

	/* Hide */
	.hide-below-1024 {
		display: none !important;
	}
}





/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container {
		max-width: 737px;
	}

	/* Hide */
	.hide-below-960 {
		display: none !important;
	}
}





/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 768px */
@media only screen and (max-width: 767px) {

	.nested-container {
		width: 100%;
		margin-left: auto;
	}

	/* Nav container with outline (if nav container has background color).
	   Apply the same vertical margins, as container's side padding. */
	.nav.has-outline>.grid-full {
		margin-top: 2%;
		margin-bottom: 2%;
	}

	/* Below 768px all grid units are stretched (full width) and stack vertically */
	.grid12-1,
	.grid12-2,
	.grid12-3,
	.grid12-4,
	.grid12-5,
	.grid12-6,
	.grid12-7,
	.grid12-8,
	.grid12-9,
	.grid12-10,
	.grid12-11,
	.grid12-12,
	.grid-full,

	.grid-col2-sidebar,
	.grid-col2-main,
	.grid-col3-sidebar,
	.grid-col3-main {
		width: 100% !important;
		/* Added "!important" to override units with "no-gutter" */
		margin-left: 0;
		margin-right: 0;
	}

	/* Vertically aligned grid
	-------------------------------------------------------------- */
	.v-grid-container {
		display: block;
	}

	.v-grid {
		float: inherit;
		display: block;
		width: 100%;
	}
}





/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container {
		max-width: 440px;
	}

	/* Hide */
	.hide-below-960 {
		display: none !important;
	}

	.hide-below-768 {
		display: none !important;
	}

	/* Deprecated: persistent grid units (will be removed in the next update)
	-------------------------------------------------------------- */
	/* Half */
	.persistent-grid2-1 {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* One-third + two-thirds */
	.persistent-grid3-1 {
		width: 31.33%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.persistent-grid3-2 {
		width: 64.67%;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* One-fourth + two-fourths + three-fourths */
	.persistent-grid4-1 {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.persistent-grid4-2 {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.persistent-grid4-3 {
		width: 73%;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* Mobile grid (for browser viewport between 480px and 768px):
	   Below 768px all grid units are stretched (full width) and stack vertically.
	   The "mobile-grid" class forces narrow grid units to stay narrow,
	   but the width is increased to avoid too small columns.
	-------------------------------------------------------------- */
	.mobile-grid.grid12-1 {
		width: 14.66% !important;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* 1/12 turns into 1/6 */
	.mobile-grid.grid12-2 {
		width: 31.33% !important;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* 1/6  turns into 1/3 */
	.mobile-grid.grid12-3 {
		width: 48% !important;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* 1/4  turns into 1/2 */

	/* Force other grid units to take half of the available width */
	.mobile-grid-half {
		width: 48% !important;
		margin-left: 1%;
		margin-right: 1%;
	}

}





/* Mobile (Landscape, iPhone 4 Portrait) - design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 640px <= width < 768px */
@media only screen and (min-width: 640px) and (max-width: 767px) {

	.container {
		max-width: 590px;
	}
}





/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 480px */
@media only screen and (max-width: 479px) {

	/* Enlarge containers to full width and remove max width */
	.container {
		max-width: none !important;
		width: 100%;
	}
}





/* Mobile (Portrait) - design for a width of 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {

	/* Hide */
	.hide-below-960 {
		display: none !important;
	}

	.hide-below-768 {
		display: none !important;
	}

	.hide-below-480 {
		display: none !important;
	}
}





/* Mobile (Portrait) - design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 320px */
@media only screen and (max-width: 319px) {

	/* Hide */
	.hide-below-960 {
		display: none !important;
	}

	.hide-below-768 {
		display: none !important;
	}

	.hide-below-480 {
		display: none !important;
	}

	.hide-below-320 {
		display: none !important;
	}
}


/**
 * WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
 * To override or extend default CSS styles use custom.css file (refer to the user guide for details).
 * 2024-05-21 10:32:19 */























/* Desktop, laptop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 1280px <= width */

@media only screen and (min-width: 1280px) {

	/* Cart
	-------------------------------------------------------------- */
	.cart-table .product-image {
		max-width: 110px;
	}

	/* Product page
	-------------------------------------------------------------- */
	.product-view .sticker {
		width: 80px;
		height: 80px;
	}

	/* Misc
	-------------------------------------------------------------- */
	/* Mini cart */
	.after-mini-cart {
		clear: none;
	}

	/* Item grid
	-------------------------------------------------------------- */
	/* Item grid: 2 columns */
	.itemgrid-adaptive.itemgrid-2col .item {
		width: 31.3333%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-2col>li:nth-of-type(3n+1) {
		clear: left !important;
	}

	/* Item grid: 3 columns */
	.itemgrid-adaptive.itemgrid-3col .item {
		width: 23%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-3col>li:nth-of-type(4n+1) {
		clear: left !important;
	}

	/* Item grid: 4 columns */
	.itemgrid-adaptive.itemgrid-4col .item {
		width: 18%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-4col>li:nth-of-type(5n+1) {
		clear: left !important;
	}

	/* Item grid: 5 columns */
	.itemgrid-adaptive.itemgrid-5col .item {
		width: 14.6666%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-5col>li:nth-of-type(6n+1) {
		clear: left !important;
	}

	/* Item grid: 6 columns */
	.itemgrid-adaptive.itemgrid-6col .item {
		width: 12.2857%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-6col>li:nth-of-type(7n+1) {
		clear: left !important;
	}

	/* Item grid: 7 columns */
	.itemgrid-adaptive.itemgrid-7col .item {
		width: 10.5%;
		clear: none !important;
	}

	.itemgrid-adaptive.itemgrid-7col>li:nth-of-type(8n+1) {
		clear: left !important;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 316px;
	}

	/*4*/

	/* Direction navigation */
	.itemslider-thumbnails.count-4 .direction-nav {
		display: none;
	}

	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading {
		font-size: 3.3em;
	}

	.caption p {
		font-size: 1.6666em;
	}

}






/* Design for a width of 960-1280 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 960px <= width < 1280px */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

	/* Cart
	-------------------------------------------------------------- */
	.cart-table .product-image {
		max-width: 80px;
	}

	/* Product page
	-------------------------------------------------------------- */
	.product-view .sticker {
		width: 80px;
		height: 80px;
	}

}





/* Design for menu for a width of less than 1280 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

	/* Menu */
	.nav-regular .nav-item.level0>a,
	.nav-regular .nav-holder .dropdown-heading {
		font-size: 14px;
	}

	.nav-regular .nav-item.level0>a {
		padding: 0 6px;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1023px) {

	/* Menu */
	.nav-regular .nav-item.level0>a,
	.nav-regular .nav-holder .dropdown-heading {
		font-size: 14px;
	}

	.nav-regular .nav-item.level0>a {
		padding: 0 4px;
	}

}

@media only screen and (max-width: 959px) {

	/* Menu */
	.nav-regular .nav-item.level0>a,
	.nav-regular .nav-holder .dropdown-heading {
		font-size: 13px;
	}

	.nav-regular .nav-item.level0>a {
		padding: 0 3px;
	}

}





/* Mobile, small old desktop - design for a width of less than 960px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 960px */
@media only screen and (max-width: 959px) {

	/* Products grid: override size of elements (values like size-s)
	-------------------------------------------------------------- */
	/* Product labels */
	.products-grid .sticker {
		width: 45px;
		height: 45px;
		font-size: 1em;
	}

	.products-grid .item:hover .sticker {
		width: 50px;
		height: 50px;
	}

	/* Misc
	-------------------------------------------------------------- */
	/* Scroll to top button */
	#scroll-to-top {
		/*display:none !important;*/
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
		bottom: 81px;
		right: 0;
		border-radius: 0;
	}

	/* Hide Sign Up link in Top Links */
	#link-sign-up {
		display: none;
	}

	/* Hide amount. Note: has to be defined after aligning ".amount" center */
	.toolbar .sorter .amount {
		display: none !important;
	}
}



/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Default Magento classes
	-------------------------------------------------------------- */
	.nobr {
		white-space: normal !important;
	}

	/* Cart
	-------------------------------------------------------------- */
	.cart-table .product-name {
		font-size: 1em;
		font-family: inherit;
	}

	.cart-table .product-image {
		max-width: 80px;
	}

	/* Product page
	-------------------------------------------------------------- */
	/* Related - simple */
	.block-related-thumbnails .product-details {
		margin-left: 0;
		margin-bottom: 10px;
		clear: left;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Shrink the slider if to many thumbnails */
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 158px !important;
	}

	/*2*/

	/* Direction navigation */
	.itemslider-thumbnails.count-3 .direction-nav,
	.itemslider-thumbnails.count-4 .direction-nav,
	.itemslider-thumbnails.count-5 .direction-nav,
	.itemslider-thumbnails.count-multi .direction-nav {
		display: block;
	}

	/* Thumbnails */
	.img-box .thumbnails.show-all.auto-adjust-width .item {
		max-width: 32%;
	}

	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading {
		font-size: 2.0833em;
	}

	.caption p {
		font-size: 1.1666em;
	}

	.caption button.button span span {
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
	}

}


/* All desktop - design for a width of 768px and wider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width */
@media only screen and (min-width: 768px) {

	/* Mobile collapsible
	-------------------------------------------------------------- */
	.footer .mobile-collapsible .block-title {
		border-bottom: none;
	}

	/* Hide line when not on mobile */
}


/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 768px */
@media only screen and (max-width: 767px) {

	/* Grid and basic layout
	-------------------------------------------------------------- */

	/* Margin for basic Magento columns */
	.col-main,
	.col-left,
	.col-right {
		margin-bottom: 30px;
	}

	/* Product view:
		   margin for all grid units */
	.product-view .grid12-1,
	.product-view .grid12-2,
	.product-view .grid12-3,
	.product-view .grid12-4,
	.product-view .grid12-5,
	.product-view .grid12-6,
	.product-view .grid12-7,
	.product-view .grid12-8,
	.product-view .grid12-9,
	.product-view .grid12-10,
	.product-view .grid12-11,

	/* deprecated */
	.product-view .grid4-1,
	.product-view .grid4-2,
	.product-view .grid4-3,
	.product-view .grid2-1

	/* end:deprecated */
		{
		margin-bottom: 30px;
	}

	/* Remove additional margin for sidebars */
	.col-left>*,
	.col-left .widget-static-block {
		margin-right: 0;
	}

	.col-right>*,
	.col-right .widget-static-block {
		margin-left: 0;
	}

	/* Magento utility classes
	-------------------------------------------------------------- */
	.nobr {
		white-space: normal !important;
	}

	/* Forms
	-------------------------------------------------------------- */
	.form-list .field,
	.form-list input.input-text,
	.form-list textarea,
	.form-list select,
	.form-list li.wide .input-box,
	.form-list li.wide input.input-text,
	.form-list li.wide textarea,
	.form-list li.wide select {
		max-width: 100%;
	}

	/* Tables
	-------------------------------------------------------------- */
	.data-table thead .nobr {
		white-space: normal !important;
	}

	.data-table th,
	.data-table td {
		padding: 5px;
	}

	/* Data tables formatting
	-------------------------------------------------------------- */

	/* Basic formatting */
	.cart .data-table thead,
	.my-wishlist .data-table thead,
	.my-account .data-table thead,
	.order-review .data-table thead {
		display: none;
	}

	.cart .data-table tbody,
	.my-wishlist .data-table tbody,
	.my-account .data-table tbody,
	.order-review .data-table tbody {
		background: transparent !important;
	}

	.cart .data-table tr,
	.cart .data-table td,
	.my-wishlist .data-table tr,
	.my-wishlist .data-table td,
	.my-account .data-table tr,
	.my-account .data-table td,
	.order-review .data-table tr,
	.order-review .data-table td {
		border: none !important;
		background: transparent !important;
		display: block;
		width: 100%;
		text-align: left !important;
	}

	.cart .data-table tr,
	.my-wishlist .data-table tr,
	.my-account .data-table tr,
	.order-review .data-table tr {
		border-bottom: 1px solid #e5e5e5 !important;
		margin-bottom: 20px;
	}

	/* Highlight first cell in table footer */
	.my-account .data-table tfoot tr td:first-child,
	.order-review .data-table tfoot tr td:first-child {
		font-weight: bold;
	}

	/* Show cell label */
	.data-table .cell-label {
		display: inline-block;
		width: 30%;
		min-width: 100px;
		max-width: 140px;
		margin-right: 10px;
		font-weight: bold;
	}

	/* Header
	-------------------------------------------------------------- */

	/* Global notices
		-------------------------------------------------------------- */
	.global-site-notice .notice-inner {
		background: none;
		padding: 10px 0;
		text-align: center;
	}

	.global-site-notice .notice-inner p {
		width: 100%;
		padding: 0 0 10px;
	}

	.global-site-notice .notice-inner .actions {
		padding-bottom: 5px;
	}

	/* Items in the top header
		-------------------------------------------------------------- */

	/* Make side margins smaller */
	.header .item-left {
		margin-right: 5px;
	}

	.header .item-right {
		margin-left: 5px;
	}

	/* Other
		-------------------------------------------------------------- */
	/* User menu (Top Links) */
	.user-menu {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/* Top links */
	.top-links {
		float: left;
	}

	/* Line breaker - disable on narrow screens */
	.user-menu .line-break-after {
		clear: none;
	}

	/* Header - old styles applied when mobile header mode is not enabled
	   and the "header-regular" class is not removed from header container on narrow screens
	-------------------------------------------------------------- */

	/* Vertically aligned blocks.
		   Reset block below this breakpoint - blocks become full width and stack vertically
		-------------------------------------------------------------- */
	.header-regular .hp-blocks-holder {
		display: block;
	}

	.header-regular .hp-blocks-holder .hp-block {
		float: inherit;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	/* Logo
		-------------------------------------------------------------- */
	.header-regular .header .logo-wrapper {
		text-align: center;
	}

	.header-regular .header .logo-wrapper .logo {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	/* Quick search
		-------------------------------------------------------------- */

	/* Search: mobile (search bar layout for narrow screens)
			-------------------------------------------------------------- */
	.header-regular .search-wrapper-mobile {
		display: block;
		/* To override possible inline styles */
		clear: both;
		width: 100%;
		margin: 10px 0;
		/*float: none;*/
	}

	.header-regular .search-wrapper-mobile .form-search {
		width: 100%;
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-regular .search-wrapper-mobile .form-search .input-text {
		width: 100%;
		min-width: 100%;
		/* Cancel minimum width */
	}

	/* Search: header inline
			-------------------------------------------------------------- */
	/* Note: added .header class to override other selectors */
	.header-regular .header .search-wrapper-inline {
		display: block;
		clear: both;
		width: 100%;
		margin: 10px auto;
	}

	/* Main
	-------------------------------------------------------------- */

	/* On mobile there is no need to set minimum height of the content area */
	.main {
		min-height: 100px;
	}

	/* Footer
	-------------------------------------------------------------- */

	/* Footer elements - align center */

	.footer .mobile-inline-container {
		text-align: center;
	}

	.footer .mobile-inline-container>* {
		float: none;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.footer-primary-top-spacing,
	.footer-primary-bottom-spacing,
	.footer-top .links,
	.footer-bottom {
		text-align: center;
	}

	.footer-primary-top-spacing .item,
	.footer-primary-bottom-spacing .item,
	#subscribe-form,
	.footer-bottom .item,
	.footer-top .links li {
		float: none;
		display: inline-block;
	}

	.footer-top .item {
		float: none;
	}

	/* Simplify links */
	.footer .links-wrapper-separators .links li a,
	.footer .links-wrapper-separators-left .links li a {
		background-image: none;
	}

	/* Footer elements */
	.footer-primary-bottom-spacing .item {
		width: 100%;
		margin: 0;
	}

	.footer-bottom .item {
		margin-left: 5px;
		margin-right: 5px;
	}

	/* Copyright - remove space */
	.footer-copyright {
		margin-left: 0;
	}

	/* Primary and secondary section: additional inner padding */
	.footer-primary>.grid-full>.section,
	.footer-secondary>.grid-full>.section {
		padding: 15px 10px;
	}

	/* Breadcrumbs on product page
	-------------------------------------------------------------- */
	.catalog-product-view .breadcrumbs {
		text-align: center;
	}

	.catalog-product-view .breadcrumbs>* {
		display: inline-block;
	}

	/* Layered navigation
	-------------------------------------------------------------- */

	.block-layered-nav {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	/* Hide main heading of the block */
	.block-layered-nav .block-title {
		display: none;
	}

	.block-layered-nav .block-content {
		font-size: 14px;
		padding: 0;
	}

	#narrow-by-list,
	#narrow-by-list2 {
		margin: 0 15px;
	}

	/* Attributes
		-------------------------------------------------------------- */
	.block-layered-nav .block-content>dl>dt {
		cursor: pointer;
		padding: 7px 10px 7px 25px;
		border-bottom: 1px solid #f5f5f5;
		text-transform: uppercase;
	}

	.block-layered-nav .block-content>dl>dt:after {
		display: block;
		/* Show on mobile */
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #ddd;
		border-right: none;
	}

	.block-layered-nav .block-content>dl>dd {
		display: none;
		padding: 10px 0;
	}

	/* Accordion opened */
	.block-layered-nav .block-content.accordion-open>dl>dt.current:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #ddd;
		border-bottom: none;
		left: 6px;
		top: 50%;
		margin-top: -3px;
	}

	.block-layered-nav .block-content.accordion-open>dl>dd.current {
		display: block;
	}

	/* Block subtitle
		-------------------------------------------------------------- */
	.block-layered-nav .block-subtitle--filter {
		margin: 0;
		display: block;
	}

	/* Single filter
		-------------------------------------------------------------- */
	.block-layered-nav dl dd ol>li>a,
	.block-layered-nav dl dd ol>li>span {
		position: static;
		padding: 7px 14px;
		margin-bottom: 5px;
	}

	.block-layered-nav dl dd ol>li>a:before {
		display: none;
		/* Hide on mobile */
	}

	.block-layered-nav dl dd ol>li>a {
		color: inherit;
		background-color: #f9f9f9;
		padding: 5px 10px;
	}

	.block-layered-nav dl dd ol>li>a:hover {
		text-decoration: none;
		background: #f5f5f5;
	}

	/* Toolbar
	-------------------------------------------------------------- */

	/* All elements - align center and increase vertical spacing */
	.pager,
	.sorter {
		text-align: center;
	}

	.pager .amount,
	.pager .limiter,
	.pager .pages,
	.sorter .amount,
	.sorter .limiter,
	.sorter .view-mode,
	.sorter .sort-by {
		display: inline-block;
		float: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.toolbar .sort-by,
	.toolbar .sorter .amount {
		border-right: none;
	}

	.sorter .per-page,
	.pager .per-page {
		display: none;
	}

	/* Category view
	-------------------------------------------------------------- */

	.note-msg.empty-catalog {
		background-position: center 10px !important;
		color: inherit;
		padding: 150px 10px 10px !important;
		text-align: center;
	}

	/* Page heading with RSS link */
	.page-title {
		position: relative;
	}

	.page-title .link-rss {
		float: none;
		display: block;
		position: static;
		margin: 10px 0 0;
	}

	/* Products list
	-------------------------------------------------------------- */
	.products-list .product-shop-inner {
		padding-right: 0;
		border-right: none;
	}

	/* Products grid: override size of elements (values like size-s)
	-------------------------------------------------------------- */
	/* Product name */
	.products-grid .product-name {
		font-size: 1.1666em;
		/*14px*/
		line-height: 1.2307em;
		/*16px*/
	}

	/* Product page
	-------------------------------------------------------------- */

	/* Wrapper for collaterals - remove top margin (grid units already have bottom margin) */
	.product-view .box-additional {
		margin-top: 0;
	}

	/* Related: remove bottom margin */
	.block-related-slider {
		margin-bottom: 0;
	}

	/* Sidebar */
	.product-view .custom-sidebar-right .inner {
		padding-left: 0;
		border-left: none;
	}

	.product-view .custom-sidebar-left .inner {
		padding-right: 0;
		border-right: none;
	}

	/* Add-to links */
	.product-view .add-to-links {
		text-align: center;
	}

	.product-view .add-to-links li {
		float: none;
		display: inline-block;
	}

	/* Cart
	-------------------------------------------------------------- */

	/* Buttons below table: align center */
	.cart-table tfoot tr.first td {
		text-align: center !important;
		padding: 0;
		margin-bottom: 20px;
	}

	.cart-table tfoot button {
		display: inline-block;
		float: none !important;
		margin: 0 0 3px;
		padding: 0;
	}

	/* One Page Checkout
	-------------------------------------------------------------- */

	/* Step title - link "edit" */
	.opc .allow .step-title a {
		display: none;
	}

	/* Form */
	/*.opc form fieldset { display:table-column-group; }*/

	/* Account
	-------------------------------------------------------------- */
	.my-wishlist .product-image {
		max-width: none;
	}

	/* Items slider
	-------------------------------------------------------------- */
	.control-nav.control-paging {
		display: none;
	}

	/* Deprecated */

	/* If only one item exists */
	.itemslider.single-item .slides>li {
		margin: 0 auto;
	}

	/* Deprecated */

	/* Slideshow
	-------------------------------------------------------------- */
	.the-slideshow-wrapper-outer {
		margin-top: 0 !important;
		/* Reset nagative top margin */
	}

	/* Slideshow navigation: move buttons to the top right corner */
	.the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-prev {
		top: 10px;
		right: 60px;
		left: auto;
	}

	.the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-next {
		top: 10px;
		right: 10px;
		left: auto;
	}

	/* Deprecated */
	.the-slideshow .direction-nav .prev {
		top: 4%;
		right: 63px;
		left: auto;
	}

	.the-slideshow .direction-nav .next {
		top: 4%;
		right: 2%;
	}

	/* Pagination */
	.the-slideshow-wrapper .owl-pagination {
		display: none;
	}

	/* Slideshow caption */
	/* Shrink font, hide all elements except heading */
	.caption>* {
		display: none !important;
	}

	.caption .heading {
		display: inline-block !important;
		font-size: 2.0833em;
		margin-bottom: 1px;
	}

	.caption p {
		font-size: 1.1666em;
		margin-bottom: 1px;
	}

	.caption button.button span span {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}

	/* Cloud Zoom
	-------------------------------------------------------------- */
	/* Hide zoom */
	.cloud-zoom-big,
	.cloud-zoom-lens {
		display: none !important;
	}

	.cloud-zoom-lens {
		cursor: default !important;
	}

	/* Thumbnails */
	.img-box .thumbnails.show-all.auto-adjust-width .item {
		max-width: 16%;
	}

	/* Lightbox
	-------------------------------------------------------------- */
	#cboxTitle,
	#cboxCurrent {
		display: none !important;
	}

	/* Accordion
	-------------------------------------------------------------- */
	.accordion-style1 li a {
		padding: 15px 10px;
		font-size: 1.1666em;
		/*14px*/
		line-height: 1.2857em;
		/*18px*/
	}

	/* Space for openner if item has children. It has to be a few pixels wider than openner */
	.accordion-style1 li.parent>a {
		padding-right: 53px;
	}

	.accordion-style1 .opener {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

	/* Different types of collapsible blocks
	-------------------------------------------------------------- */
	/* Sidebar blocks */
	.sidebar .block {
		margin-bottom: 20px;
	}

	/* Blocks collapsible only on mobile, so icon visible only on mobile */
	.mobile-collapsible .block-title:after,
	.sidebar .block .block-title:after,
	.block-layered-nav .block-title:after {
		/* Show only on mobile */
		display: inline-block !important;
	}

	.mobile-collapsible .block-title,
	.sidebar .block .block-title,
	.block-layered-nav .block-title {
		cursor: pointer;
	}

}

/* end: width < 768px */


/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Category view
	-------------------------------------------------------------- */
	.products-list .product-shop,
	.products-list .right-column,
	.products-list .product-image-wrapper {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Broaden the slider if at least 4 thumbnails */
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 316px;
	}

	/*4*/

	/* Direction navigation */
	.itemslider-thumbnails.count-4 .direction-nav {
		display: none;
	}

	/* Shrink and align center the main image */
	.img-box .product-image {
		width: 60.4651%;
		/*364px*/
	}

}

/* end: 480px <= width < 768px */


/* Design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 640px <= width < 768px */
@media only screen and (min-width: 640px) and (max-width: 767px) {

	/* Item grid
	-------------------------------------------------------------- */

	.itemgrid.itemgrid-adaptive .item {
		width: 31.3333%;
		clear: none !important;
	}

	.itemgrid.itemgrid-adaptive>li:nth-of-type(3n+1) {
		clear: left !important;
	}
}

/* end: 640px <= width < 768px */


/* Design for a width of less than 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 640px */
@media only screen and (max-width: 639px) {

	h1 {
		font-size: 2em;
		line-height: 1.25em;
		/*24px, 30px*/
	}

	h2 {
		font-size: 1.6666em;
		line-height: 1.2em;
		/*20px, 24px*/
	}

	h3 {
		font-size: 1.3333em;
		line-height: 1.25em;
		/*16px, 20px*/
	}

	h4 {
		font-size: 1.1666em;
		line-height: 1.1428em;
		/*14px, 16px*/
	}

	h5 {
		font-size: 1em;
		line-height: 1em;
		/*12px, 12px*/
	}

	h6 {
		font-size: 1em;
		line-height: 1em;
		/*12px, 12px*/
	}



	/* Mobile header
	-------------------------------------------------------------- */
	.header-mobile .skip-link .label {
		display: none !important;
	}

	.header-mobile .skip-link .icon {
		margin-right: 0;
	}

	.header-mobile .skip-link .count {
		margin-right: 0;
		/* Reset negative margin to align content of a skip-link */
	}

	/* Dropdowns in mobile header collaterals */
	.header-mobile .header-collateral .dropdown .dropdown-heading {
		line-height: 24px;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Thumbnails */
	.img-box .thumbnails.show-all.auto-adjust-width .item {
		max-width: 19%;
	}
}

/* end: width < 640px */


/* Design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480 <= width < 640px */
@media only screen and (min-width: 480px) and (max-width: 639px) {

	/* Item grid
	-------------------------------------------------------------- */

	.itemgrid.itemgrid-adaptive .item {
		width: 48%;
		clear: none !important;
	}

	.itemgrid.itemgrid-adaptive>li:nth-of-type(2n+1) {
		clear: left !important;
	}
}

/* end: 480 <= width < 640px */


/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 480px */
@media only screen and (max-width: 479px) {



	/* Products grid
	-------------------------------------------------------------- */
	.products-grid.category-products-grid.hover-effect .item .add-to-links,
	/* To override "display-onhover" */
	.products-grid .item .add-to-links {
		display: none !important;
	}

	/* Buttons - stretch full width
	-------------------------------------------------------------- */
	.buttons-set .button,
	.title-buttons .button,
	.cart .btn-checkout,
	.mini-cart .actions .button,
	.mini-compare .actions .button {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 7px;
	}

	.buttons-set .button:last-child,
	.cart .btn-checkout:last-child,
	.mini-cart .actions .button:last-child {
		margin-bottom: 0;
	}

	/* Button on product page - stretch full width and remove vertical alignment
	-------------------------------------------------------------- */
	.product-view .add-to-cart .btn-cart {
		display: block;
		width: 100%;
		margin: 0 0 7px;
	}

	.product-view .add-to-cart {
		display: block;
		float: none;
	}

	/* Buttons set
	-------------------------------------------------------------- */
	.buttons-set .back-link {
		display: none;
	}

	.buttons-set .required {
		display: none;
	}

	/* Grid elements
	-------------------------------------------------------------- */
	.col2-set .col-1,
	.col2-set .col-2 {
		width: 100%;
	}

	/* Header
	-------------------------------------------------------------- */

	/* Simplify horizontal links */
	.header .links-wrapper-separators .links li a,
	.header .links-wrapper-separators-left .links li a {
		background-image: none;
	}

	/* Header elements - align center.
		   TODO: apply or remove in future updates.
		-------------------------------------------------------------- */
	.header .mobile-inline-container {
		text-align: center;
	}

	.header .mobile-inline-container>* {
		float: none;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	/* Header top elements - align center
		-------------------------------------------------------------- */
	/*.header-top { text-align:center; }
			.header-top .item { float:none; display:inline-block; margin-left:5px; margin-right:5px; }
			.header-top .links { text-align:center; }
			.header-top .links li { float:none; display:inline-block; }*/

	/* Header - old styles applied when mobile header mode is not enabled
	   and the "header-regular" class is not removed from header container on narrow screens
	-------------------------------------------------------------- */

	/* Header elements - align center
		-------------------------------------------------------------- */

	/* Links */
	.header-regular .header .links {
		text-align: center;
	}

	.header-regular .header .links li {
		float: none;
		display: inline-block;
	}

	/* User menu */
	.header-regular .user-menu {
		text-align: center;
	}

	.header-regular .user-menu>*,
	.header-regular .user-menu .links,
	.header-regular .dropdown {
		float: none !important;
		display: inline-block !important;
	}

	/* Products list
	-------------------------------------------------------------- */
	.products-list .item {
		margin-bottom: 20px;
	}

	.products-list .item:first-child {
		margin-top: 1px;
		/* Move item down to uncover the border of the toolbar */
	}

	.products-list .product-image {
		margin-bottom: 20px;
	}

	/* Products list: disable hover effect
	-------------------------------------------------------------- */
	/* Cancel "hover effect" styles: apply the same styles which item has without "hover effect" */
	.products-list.hover-effect .item {
		border-top: none;
	}

	.products-list.hover-effect .item:hover {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		box-shadow: none !important;
	}

	/* Products grid: override size of elements (values like size-xs)
	-------------------------------------------------------------- */
	/* Product labels */
	.products-grid .sticker {
		width: 40px;
		height: 40px;
		font-size: 0.9166em;
	}

	.products-grid .item:hover .sticker {
		width: 45px;
		height: 45px;
	}

	/* Product page
	-------------------------------------------------------------- */

	/* Reviews */
	.product-view .box-reviews .form-add .data-table th,
	.product-view .box-reviews .form-add .data-table td {
		padding: 6px 1px;
	}

	.product-view .box-reviews .form-add .form-list input.input-text,
	.product-view .box-reviews .form-add .form-list textarea {
		width: 90%;
	}

	/* Add-to links */
	.product-view .add-to-links {
		text-align: inherit;
	}

	/* Toolbar
	-------------------------------------------------------------- */

	.toolbar .limiter {
		display: none;
	}

	.sorter .view-mode {
		display: none;
	}

	.sorter .sort-by {
		background: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	/* Remove right divider */

	/* Account
	-------------------------------------------------------------- */

	/* Account info + Order info */
	/*
			.box-account.box-info .col-1,
			.order-info-box .col-1 { border-right:none; }
			.box-account.box-info .col-1 .box,
			.order-info-box .col-1 .box { padding-right:0; }
			*/

	.my-account .col2-set .col-1 {
		border-right: none;
		margin-bottom: 20px;
	}

	.my-account .col2-set .col-1 .box {
		padding-right: 0;
	}

	/* Order details */
	.order-items .sub-title .separator {
		display: none;
	}

	/* Checkout
	-------------------------------------------------------------- */
	.opc .step-title h2 {
		font-size: 1em;
		line-height: 2.8333em;
	}

	/* Advanced search results
	-------------------------------------------------------------- */
	.advanced-search-summary ul {
		width: 100%;
		margin-right: 0;
	}

	/* Footer
	-------------------------------------------------------------- */
	#subscribe-form label {
		display: inline-block;
		float: none;
		line-height: 1em;
		margin: 15px 0 2px;
	}

	#subscribe-form .input-box {
		display: inline-block;
		float: none;
		margin: 5px 0;
		position: relative;
		width: 100%;
	}

	#subscribe-form .input-text {
		width: 100%;
		max-width: 100%;
	}

	#subscribe-form .button {
		display: inline-block;
		float: none;
	}

	/*TOOD: check on mobiles*/
	#subscribe-form .input-box .validation-advice {
		width: 100%;
		left: 0;
	}

	/* Slideshow
	-------------------------------------------------------------- */
	.the-slideshow .control-nav {
		display: none;
	}

	/* Deprecated */

	/* Slideshow caption */
	/* Shrink font. Hide all elements, even with class "permanent" (except heading with "permanent") */
	.caption>*,
	.caption .heading,
	.caption .permanent {
		display: none !important;
	}

	.caption .heading.permanent {
		display: inline-block !important;
	}

	.caption .heading {
		font-size: 1.3333em;
	}

	.caption p {
		font-size: 1em;
	}

	/* Itemslider
	-------------------------------------------------------------- */
	/* Pagination */
	.itemslider .owl-pagination {
		display: none;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	#zoom-btn {
		display: none;
	}

	/* Thumbnails */
	.img-box .thumbnails.show-all.auto-adjust-width .item {
		max-width: 24%;
	}

}

/* end: width < 480px */


/* Design for a width of 320px (mobile - portrait)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {

	/* Item grid
	-------------------------------------------------------------- */

	.itemgrid.itemgrid-adaptive .item {
		width: 48%;
		clear: none !important;
	}

	.itemgrid.itemgrid-adaptive>li:nth-of-type(2n+1) {
		clear: left !important;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Shrink the slider if to many thumbnails */
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 237px;
	}

	/*3*/
	/*{ max-width:158px; }*/
	/*2*/

	/* Direction navigation */
	.itemslider-thumbnails.count-3 .direction-nav,
	.itemslider-thumbnails.count-4 .direction-nav,
	.itemslider-thumbnails.count-5 .direction-nav,
	.itemslider-thumbnails.count-multi .direction-nav {
		display: block;
	}

}

/* end: 320px <= width < 480px */


/* Design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 320px */
@media only screen and (max-width: 319px) {


	/* Disable hover effect
	-------------------------------------------------------------- */
	/* Cancel "hover effect" styles: apply the same styles which item has without "hover effect" */
	.category-products-grid.hover-effect .item {
		border-top: none;
	}

	.category-products-grid.hover-effect .item:hover {
		margin-left: 0;
		margin-right: 0;
		padding-left: 1%;
		padding-right: 1%;
		box-shadow: none !important;
	}

	/* Show elements normally displayed only on hover */
	.category-products-grid.hover-effect .item .display-onhover {
		display: block !important;
	}

	/* Show full name even if enabled: display name in single line */
	.products-grid.single-line-name .item .product-name {
		overflow: visible;
		white-space: normal;
	}

	/* Spaces between items */
	.category-products-grid.hover-effect .item {
		margin-bottom: 20px;
	}


	/* Mobile header
	-------------------------------------------------------------- */
	.header-mobile .header-collateral {
		float: none;
		text-align: center;
	}

	.header-mobile .header-collateral>* {
		display: inline-block;
	}

	.header-mobile .logo-wrapper--mobile {
		float: none !important;
		text-align: center !important;
	}

	/* Product page
	-------------------------------------------------------------- */
	/* Related - thumbnails */
	.block-related-thumbnails .product-details {
		margin-left: 0;
		margin-bottom: 10px;
		clear: left;
	}

	.block-related-thumbnails .product-details .price-box {
		display: inline-block;
		margin-right: 5px;
	}

	.block-related-thumbnails .product-details .related-add-to-wishlist {
		display: inline-block;
	}

	/* Item grid
	-------------------------------------------------------------- */
	/* Always show 1 column */
	/* Important: added ".itemgrid" class to override other styles */
	.itemgrid.itemgrid-adaptive .item {
		width: 98%;
		clear: none !important;
	}

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Thumbnails */
	.img-box .thumbnails.show-all.auto-adjust-width .item {
		max-width: 32%;
	}

	/* Slideshow
	-------------------------------------------------------------- */
	.the-slideshow-wrapper .owl-buttons {
		display: none;
	}

	.the-slideshow .direction-nav {
		display: none;
	}

	/* Deprecated */

}

/* end: width < 320px */


/* Design for a width of 240px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 240px <= width < 320px */
@media only screen and (min-width: 240px) and (max-width: 319px) {

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Shrink the slider if to many thumbnails */
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 158px;
	}

	/*2*/

}

/* end: 240px <= width < 320px */


/* Design for a width of lass than 240px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 240px */
@media only screen and (max-width: 239px) {

	/* Cloud zoom
	-------------------------------------------------------------- */
	/* Shrink the slider if to many thumbnails */
	.itemslider-thumbnails.count-2,
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi {
		max-width: 79px !important;
	}

	/*1*/

	/* Direction navigation */
	.itemslider-thumbnails.count-2 .direction-nav,
	.itemslider-thumbnails.count-3 .direction-nav,
	.itemslider-thumbnails.count-4 .direction-nav,
	.itemslider-thumbnails.count-5 .direction-nav,
	.itemslider-thumbnails.count-multi .direction-nav {
		display: block;
	}

}

/* end: width < 240px */


/**
 * Override styles configured via admin panel
 */



/* Additional styles for interface icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Icons with no background
-------------------------------------------------------------- */
/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li a,

/* Slider arrows (for zoom thumbnails) */
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover {
	background-color: transparent;
}

/* Other icons
-------------------------------------------------------------- */
/* Add-to links icons in product grid - square, no rounding */
.products-grid .addto-links-icons span.icon {
	border-radius: 0;
}

/* Pager */
.pager .pages li a {
	background-color: #f5f5f5;
}

/* Add-to links */
.addto-links-icons .ic {
	background-color: #fff;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("/fonts/glyphicons-halflings-regular.eot");
	src: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer
}

html input[disabled] {
	cursor: default
}

body {
	margin: 0
}

article {
	display: block
}

aside {
	display: block
}

details {
	display: block
}

figcaption {
	display: block
}

figure {
	display: block;
	margin: 1em 40px
}

footer {
	display: block
}

header {
	display: block
}

hgroup {
	display: block
}

main {
	display: block
}

menu {
	display: block
}

nav {
	display: block
}

section {
	display: block
}

summary {
	display: block
}

audio {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

canvas {
	display: inline-block;
	vertical-align: baseline
}

progress {
	display: inline-block;
	vertical-align: baseline
}

video {
	display: inline-block;
	vertical-align: baseline
}

[hidden] {
	display: none
}

template {
	display: none
}

a {
	background-color: transparent
}

a:active {
	outline: 0
}

a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
	border-bottom: 1px dotted #777
}

b {
	font-weight: bold
}

strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0;
	padding: .2em;
	background-color: #fcf8e3
}

small {
	font-size: 80%;
	font-size: 85%
}

sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	bottom: -.25em
}

sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	top: -.5em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

pre {
	overflow: auto;
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

code {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none
}

samp {
	font-family: monospace, monospace;
	font-size: 1em;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	margin: 0;
	font: inherit;
	color: inherit;
	line-height: normal
}

input::-moz-focus-inner {
	padding: 0;
	border: 0
}

optgroup {
	margin: 0;
	font: inherit;
	color: inherit;
	font-weight: bold
}

select {
	margin: 0;
	font: inherit;
	color: inherit;
	text-transform: none
}

textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	overflow: auto
}

input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled] {
	cursor: default
}

input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="radio"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="number"]::-webkit-inner-spin-button {
	height: auto
}

input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}

table td[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

td {
	padding: 0
}

th {
	padding: 0;
	text-align: left
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.active {
	display: block;
	left: 0
}

.carousel-inner>.next {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: 100%
}

.carousel-inner>.prev {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: -100%
}

.carousel-inner>.next.left {
	left: 0
}

.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

.small {
	font-size: 85%
}

.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover {
	color: #286090
}

a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

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

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt {
	line-height: 1.42857143
}

dd {
	line-height: 1.42857143;
	margin-left: 0
}

abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child {
	margin-bottom: 0
}

blockquote ul:last-child {
	margin-bottom: 0
}

blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote footer:before {
	content: '\2014 \00A0'
}

blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote small:before {
	content: '\2014 \00A0'
}

blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse footer:before {
	content: ''
}

.blockquote-reverse footer:after {
	content: '\00A0 \2014'
}

.blockquote-reverse small:before {
	content: ''
}

.blockquote-reverse small:after {
	content: '\00A0 \2014'
}

.blockquote-reverse .small:before {
	content: ''
}

.blockquote-reverse .small:after {
	content: '\00A0 \2014'
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right footer:before {
	content: ''
}

blockquote.pull-right footer:after {
	content: '\00A0 \2014'
}

blockquote.pull-right small:before {
	content: ''
}

blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote.pull-right .small:before {
	content: ''
}

blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.container-fluid:before {
	display: table;
	content: " "
}

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

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row:before {
	display: table;
	content: " "
}

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

.col-xs-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-7 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-7 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-7 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-7 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-8 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-8 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-8 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-8 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-10 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-10 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-10 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-10 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-11 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-11 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-11 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-11 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-1 {
	float: left;
	width: 8.33333333%
}

.col-2 {
	float: left;
	width: 16.66666667%
}

.col-3 {
	float: left;
	width: 25%
}

.col-4 {
	float: left;
	width: 33.33333333%
}

.col-5 {
	float: left;
	width: 41.66666667%
}

.col-6 {
	float: left;
	width: 50%
}

.col-7 {
	float: left;
	width: 58.33333333%
}

.col-8 {
	float: left;
	width: 66.66666667%
}

.col-9 {
	float: left;
	width: 75%
}

.col-10 {
	float: left;
	width: 83.33333333%
}

.col-11 {
	float: left;
	width: 91.66666667%
}

.col-12 {
	float: left;
	width: 100%
}

.col-pull-12 {
	right: 100%
}

.col-pull-11 {
	right: 91.66666667%
}

.col-pull-10 {
	right: 83.33333333%
}

.col-pull-9 {
	right: 75%
}

.col-pull-8 {
	right: 66.66666667%
}

.col-pull-7 {
	right: 58.33333333%
}

.col-pull-6 {
	right: 50%
}

.col-pull-5 {
	right: 41.66666667%
}

.col-pull-4 {
	right: 33.33333333%
}

.col-pull-3 {
	right: 25%
}

.col-pull-2 {
	right: 16.66666667%
}

.col-pull-1 {
	right: 8.33333333%
}

.col-pull-0 {
	right: auto
}

.col-push-12 {
	left: 100%
}

.col-push-11 {
	left: 91.66666667%
}

.col-push-10 {
	left: 83.33333333%
}

.col-push-9 {
	left: 75%
}

.col-push-8 {
	left: 66.66666667%
}

.col-push-7 {
	left: 58.33333333%
}

.col-push-6 {
	left: 50%
}

.col-push-5 {
	left: 41.66666667%
}

.col-push-4 {
	left: 33.33333333%
}

.col-push-3 {
	left: 25%
}

.col-push-2 {
	left: 16.66666667%
}

.col-push-1 {
	left: 8.33333333%
}

.col-push-0 {
	left: auto
}

.col-offset-12 {
	margin-left: 100%
}

.col-offset-11 {
	margin-left: 91.66666667%
}

.col-offset-10 {
	margin-left: 83.33333333%
}

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

.col-offset-8 {
	margin-left: 66.66666667%
}

.col-offset-7 {
	margin-left: 58.33333333%
}

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

.col-offset-5 {
	margin-left: 41.66666667%
}

.col-offset-4 {
	margin-left: 33.33333333%
}

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

.col-offset-2 {
	margin-left: 16.66666667%
}

.col-offset-1 {
	margin-left: 8.33333333%
}

.col-offset-0 {
	margin-left: 0
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>thead>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>td.active {
	background-color: #f5f5f5
}

.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table>thead>tr>td.success {
	background-color: #dff0d8
}

.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table>thead>tr>td.info {
	background-color: #d9edf7
}

.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table>thead>tr>td.warning {
	background-color: #fcf8e3
}

.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table>thead>tr>td.danger {
	background-color: #f2dede
}

.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>thead>tr.active>td {
	background-color: #f5f5f5
}

.table>thead>tr.active>th {
	background-color: #f5f5f5
}

.table>thead>tr.success>td {
	background-color: #dff0d8
}

.table>thead>tr.success>th {
	background-color: #dff0d8
}

.table>thead>tr.info>td {
	background-color: #d9edf7
}

.table>thead>tr.info>th {
	background-color: #d9edf7
}

.table>thead>tr.warning>td {
	background-color: #fcf8e3
}

.table>thead>tr.warning>th {
	background-color: #fcf8e3
}

.table>thead>tr.danger>td {
	background-color: #f2dede
}

.table>thead>tr.danger>th {
	background-color: #f2dede
}

.table>tbody>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>tbody>tr>td.active {
	background-color: #f5f5f5
}

.table>tbody>tr>th.active {
	background-color: #f5f5f5
}

.table>tbody>tr>td.success {
	background-color: #dff0d8
}

.table>tbody>tr>th.success {
	background-color: #dff0d8
}

.table>tbody>tr>td.info {
	background-color: #d9edf7
}

.table>tbody>tr>th.info {
	background-color: #d9edf7
}

.table>tbody>tr>td.warning {
	background-color: #fcf8e3
}

.table>tbody>tr>th.warning {
	background-color: #fcf8e3
}

.table>tbody>tr>td.danger {
	background-color: #f2dede
}

.table>tbody>tr>th.danger {
	background-color: #f2dede
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table>tbody>tr.active>td {
	background-color: #f5f5f5
}

.table>tbody>tr.active>th {
	background-color: #f5f5f5
}

.table>tbody>tr.success>td {
	background-color: #dff0d8
}

.table>tbody>tr.success>th {
	background-color: #dff0d8
}

.table>tbody>tr.info>td {
	background-color: #d9edf7
}

.table>tbody>tr.info>th {
	background-color: #d9edf7
}

.table>tbody>tr.warning>td {
	background-color: #fcf8e3
}

.table>tbody>tr.warning>th {
	background-color: #fcf8e3
}

.table>tbody>tr.danger>td {
	background-color: #f2dede
}

.table>tbody>tr.danger>th {
	background-color: #f2dede
}

.table>tfoot>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>tfoot>tr>td.active {
	background-color: #f5f5f5
}

.table>tfoot>tr>th.active {
	background-color: #f5f5f5
}

.table>tfoot>tr>td.success {
	background-color: #dff0d8
}

.table>tfoot>tr>th.success {
	background-color: #dff0d8
}

.table>tfoot>tr>td.info {
	background-color: #d9edf7
}

.table>tfoot>tr>th.info {
	background-color: #d9edf7
}

.table>tfoot>tr>td.warning {
	background-color: #fcf8e3
}

.table>tfoot>tr>th.warning {
	background-color: #fcf8e3
}

.table>tfoot>tr>td.danger {
	background-color: #f2dede
}

.table>tfoot>tr>th.danger {
	background-color: #f2dede
}

.table>tfoot>tr.active>td {
	background-color: #f5f5f5
}

.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table>tfoot>tr.success>td {
	background-color: #dff0d8
}

.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table>tfoot>tr.info>td {
	background-color: #d9edf7
}

.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table>tfoot>tr.warning>td {
	background-color: #fcf8e3
}

.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table>tfoot>tr.danger>td {
	background-color: #f2dede
}

.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table>caption+thead>tr:first-child>th {
	border-top: 0
}

.table>caption+thead>tr:first-child>td {
	border-top: 0
}

.table>colgroup+thead>tr:first-child>th {
	border-top: 0
}

.table>colgroup+thead>tr:first-child>td {
	border-top: 0
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th {
	padding: 5px
}

.table-condensed>thead>tr>td {
	padding: 5px
}

.table-condensed>tbody>tr>th {
	padding: 5px
}

.table-condensed>tbody>tr>td {
	padding: 5px
}

.table-condensed>tfoot>tr>th {
	padding: 5px
}

.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
	border-bottom-width: 2px
}

.table-bordered>thead>tr>td {
	border: 1px solid #ddd;
	border-bottom-width: 2px
}

.table-bordered>tbody>tr>th {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td {
	border: 1px solid #ddd
}

.table-bordered>tfoot>tr>th {
	border: 1px solid #ddd
}

.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table-hover>tbody>tr:hover>.active {
	background-color: #e8e8e8
}

.table-hover>tbody>tr:hover>.success {
	background-color: #d0e9c6
}

.table-hover>tbody>tr:hover>.info {
	background-color: #c4e3f3
}

.table-hover>tbody>tr:hover>.warning {
	background-color: #faf2cc
}

.table-hover>tbody>tr:hover>.danger {
	background-color: #ebcccc
}

.table-hover>tbody>tr>td.active:hover {
	background-color: #e8e8e8
}

.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table-hover>tbody>tr>td.success:hover {
	background-color: #d0e9c6
}

.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table-hover>tbody>tr>td.info:hover {
	background-color: #c4e3f3
}

.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table-hover>tbody>tr>td.warning:hover {
	background-color: #faf2cc
}

.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table-hover>tbody>tr>td.danger:hover {
	background-color: #ebcccc
}

.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-hover>tbody>tr.active:hover>td {
	background-color: #e8e8e8
}

.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table-hover>tbody>tr.success:hover>td {
	background-color: #d0e9c6
}

.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table-hover>tbody>tr.info:hover>td {
	background-color: #c4e3f3
}

.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table-hover>tbody>tr.warning:hover>td {
	background-color: #faf2cc
}

.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table-hover>tbody>tr.danger:hover>td {
	background-color: #ebcccc
}

.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="file"] {
	display: block
}

input[type="file"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple] {
	height: auto
}

select[size] {
	height: auto
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled] {
	background-color: #eee;
	opacity: 1;
	cursor: not-allowed
}

.form-control[readonly] {
	background-color: #eee;
	opacity: 1
}

fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
	cursor: not-allowed
}

fieldset[disabled] input[type="radio"] {
	cursor: not-allowed
}

fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

fieldset[disabled] .radio label {
	cursor: not-allowed
}

fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

fieldset[disabled] a.btn {
	pointer-events: none
}

fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default:focus {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-primary:focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success:focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info:focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning:focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger:focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.radio+.radio {
	margin-top: -5px
}

.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.checkbox input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled] {
	cursor: not-allowed
}

input[type="checkbox"][disabled] {
	cursor: not-allowed
}

input[type="radio"].disabled {
	cursor: not-allowed
}

input[type="checkbox"].disabled {
	cursor: not-allowed
}

.radio-inline.disabled {
	cursor: not-allowed
}

.checkbox-inline.disabled {
	cursor: not-allowed
}

.radio.disabled label {
	cursor: not-allowed
}

.checkbox.disabled label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm {
	height: auto
}

select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg {
	height: auto
}

select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-group-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-group-lg>.form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-group-lg>.input-group-addon {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-group-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.input-group-sm>.form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-addon {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.has-success .help-block {
	color: #3c763d
}

.has-success .control-label {
	color: #3c763d
}

.has-success .radio {
	color: #3c763d
}

.has-success .checkbox {
	color: #3c763d
}

.has-success .radio-inline {
	color: #3c763d
}

.has-success .checkbox-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-success.radio label {
	color: #3c763d
}

.has-success.checkbox label {
	color: #3c763d
}

.has-success.radio-inline label {
	color: #3c763d
}

.has-success.checkbox-inline label {
	color: #3c763d
}

.has-warning .help-block {
	color: #8a6d3b
}

.has-warning .control-label {
	color: #8a6d3b
}

.has-warning .radio {
	color: #8a6d3b
}

.has-warning .checkbox {
	color: #8a6d3b
}

.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .checkbox-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-warning.radio label {
	color: #8a6d3b
}

.has-warning.checkbox label {
	color: #8a6d3b
}

.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-error .help-block {
	color: #a94442
}

.has-error .control-label {
	color: #a94442
}

.has-error .radio {
	color: #a94442
}

.has-error .checkbox {
	color: #a94442
}

.has-error .radio-inline {
	color: #a94442
}

.has-error .checkbox-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-error.radio label {
	color: #a94442
}

.has-error.checkbox label {
	color: #a94442
}

.has-error.radio-inline label {
	color: #a94442
}

.has-error.checkbox-inline label {
	color: #a94442
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.form-horizontal .radio {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 27px
}

.form-horizontal .checkbox {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 27px
}

.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.form-horizontal .form-group:before {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	display: table;
	content: " ";
	clear: both
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #333;
	text-decoration: none
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover {
	color: #333;
	text-decoration: none
}

.btn .caret {
	margin-left: 0
}

.btn .label {
	position: relative;
	top: -1px
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #333;
	text-decoration: none
}

.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none
}

.btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none
}

.btn-default.active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-image: none
}

.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none
}

.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-primary:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none
}

.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-success:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none
}

.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-info:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none
}

.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-warning:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none
}

.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-toggle.btn-danger:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.btn-default.active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default.disabled:focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default[disabled]:focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default.disabled.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default[disabled].focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none
}

.btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	background-image: none
}

.btn-primary.active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.disabled:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.disabled:focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary[disabled]:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary[disabled]:focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.disabled.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary[disabled].focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none
}

.btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	background-image: none
}

.btn-success.active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.disabled:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.disabled:focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success[disabled]:focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.disabled.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success[disabled].focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none
}

.btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-image: none
}

.btn-info.active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.disabled:focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info[disabled]:focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.disabled.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info[disabled].focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none
}

.btn-warning:active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-image: none
}

.btn-warning.active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.disabled:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.disabled:focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning[disabled]:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning[disabled]:focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.disabled.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning[disabled].focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none
}

.btn-danger:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-image: none
}

.btn-danger.active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.disabled:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.disabled:focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger[disabled]:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger[disabled]:focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.disabled.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger[disabled].focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent
}

.btn-link:active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent
}

.btn-link:hover {
	border-color: transparent;
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link:focus {
	border-color: transparent;
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link[disabled] {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link[disabled]:hover {
	color: #777;
	text-decoration: none
}

.btn-link[disabled]:focus {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block {
	width: 100%
}

input[type="reset"].btn-block {
	width: 100%
}

input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup {
	position: relative
}

.dropup .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a {
	color: #777
}

.dropdown-menu>.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.dropdown-menu>.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right {
	float: right !important
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover {
	z-index: 2
}

.btn-group>.btn:focus {
	z-index: 2
}

.btn-group>.btn:active {
	z-index: 2
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn {
	margin-left: -1px
}

.btn-group .btn+.btn-group {
	margin-left: -1px
}

.btn-group .btn-group+.btn {
	margin-left: -1px
}

.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active {
	outline: 0
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn {
	position: relative;
	float: left;
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus {
	z-index: 2
}

.btn-group-vertical>.btn:active {
	z-index: 2
}

.btn-group-vertical>.btn+.btn {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group-vertical>.btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	float: none
}

.btn-group-vertical>.btn-group+.btn {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
	clear: both
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn {
	float: left
}

.btn-toolbar .btn-group {
	float: left
}

.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn {
	margin-left: 5px
}

.btn-toolbar>.btn-group {
	margin-left: 5px
}

.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-toolbar:before {
	display: table;
	content: " "
}

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

.btn-group.open .dropdown-toggle {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

[data-toggle="buttons"]>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

[data-toggle="buttons"]>.btn-group>.btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group .form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .form-control:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

select.input-group-lg>.form-control {
	height: 46px;
	line-height: 46px
}

select.input-group-lg>.input-group-addon {
	height: 46px;
	line-height: 46px
}

select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control {
	height: auto
}

textarea.input-group-lg>.input-group-addon {
	height: auto
}

textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

select[multiple].input-group-lg>.form-control {
	height: auto
}

select[multiple].input-group-lg>.input-group-addon {
	height: auto
}

select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

select.input-group-sm>.form-control {
	height: 30px;
	line-height: 30px
}

select.input-group-sm>.input-group-addon {
	height: 30px;
	line-height: 30px
}

select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control {
	height: auto
}

textarea.input-group-sm>.input-group-addon {
	height: auto
}

textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

select[multiple].input-group-sm>.form-control {
	height: auto
}

select[multiple].input-group-sm>.input-group-addon {
	height: auto
}

select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon input[type="radio"] {
	margin-top: 0
}

.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}

.input-group-addon:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}

.input-group-btn {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-btn:first-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -1px
}

.input-group-btn:first-child>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:first-child>.btn-group>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-btn:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn-group>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn>.btn:focus {
	z-index: 2
}

.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li>a>img {
	max-width: none
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a {
	background-color: #eee;
	border-color: #337ab7
}

.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .open>a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav:before {
	display: table;
	content: " "
}

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

.owl-tabs .tab {
	float: left;
	margin-bottom: -1px
}

.owl-tabs .tab>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-right: 5px;
	line-height: 1.42857143;
	background: #bdbfc0;
	border-radius: 5px;
	margin-bottom: 5px
}

.owl-tabs .tab>a:hover {
	text-decoration: none;
	background-color: #eee;
	border-color: #eee #eee #ddd
}

.owl-tabs .tab>a:hover h4 {
	color: #555
}

.owl-tabs .tab>a:focus {
	text-decoration: none;
	background-color: #eee
}

.owl-tabs .tab>a.active {
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.owl-tabs .tab>a.active:after {
	position: absolute;
	bottom: -6px;
	height: 6px;
	background: #f6f9fa;
	left: -1px;
	right: -1px;
	display: block;
	border: 1px #ddd solid;
	border-top: 0;
	border-bottom: 0;
	content: ""
}

.owl-tabs .tab.active>a:hover {
	color: #fff;
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.owl-tabs .tab.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 5px;
	line-height: 1.42857143;
	background: #bdbfc0;
	border-radius: 5px;
	margin-bottom: 5px
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li>a:hover h4 {
	color: #555
}

.nav-tabs>li.active>a {
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.nav-tabs>li.active>a:hover {
	color: #fff;
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.nav-tabs>li.active>a:after {
	position: absolute;
	bottom: -6px;
	height: 6px;
	background: #f6f9fa;
	left: -1px;
	right: -1px;
	display: block;
	border: 1px #ddd solid;
	border-top: 0;
	border-bottom: 0;
	content: ""
}

.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #f6f9fa;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	position: relative
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.nav-tabs.nav-justified>.active>a {
	border: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a {
	color: #fff;
	background-color: #337ab7
}

.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a {
	border: 1px solid #ddd
}

.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:before {
	display: table;
	content: " "
}

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

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-collapse:before {
	display: table;
	content: " "
}

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

.navbar-collapse.in {
	overflow-y: auto
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

.container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.container:before {
	display: table;
	content: " "
}

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

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.open>a {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse {
	border-color: #e7e7e7
}

.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover {
	color: #ccc
}

.navbar-default .btn-link[disabled]:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse {
	border-color: #101010
}

.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover {
	color: #444
}

.navbar-inverse .btn-link[disabled]:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li>a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li>a:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li:first-child>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>.active>a {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.active>a:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.active>span {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination>.disabled>span:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination>.disabled>a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination>.disabled>a:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.label-default {
	background-color: #777
}

.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover {
	background-color: #286090
}

.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover {
	background-color: #449d44
}

.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover {
	background-color: #31b0d5
}

.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover {
	background-color: #ec971f
}

.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover {
	background-color: #c9302c
}

.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active:hover .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.active:focus .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef
}

.list-group-item.active .list-group-item-heading {
	color: inherit
}

.list-group-item.active .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text {
	color: #c7ddef
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1 {
	color: inherit
}

.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.jumbotron .container {
	max-width: 100%
}

a.thumbnail:hover {
	border-color: #337ab7
}

a.thumbnail:focus {
	border-color: #337ab7
}

a.thumbnail.active {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert>ul {
	margin-bottom: 0
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-dismissible {
	padding-right: 35px
}

.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-bar-danger {
	background-color: #d9534f
}

.media {
	margin-top: 15px;
	overflow: hidden;
	zoom: 1
}

.media:first-child {
	margin-top: 0
}

.media>.pull-right {
	padding-left: 10px
}

.media>.pull-left {
	padding-right: 10px
}

.media-body {
	overflow: hidden;
	zoom: 1;
	width: 10000px;
	display: table-cell;
	vertical-align: top
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right {
	padding-left: 10px;
	display: table-cell;
	vertical-align: top
}

.media-left {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

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

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group+.panel-footer {
	border-top-width: 0
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	color: #555;
	width: 100%;
	text-align: left
}

button.list-group-item .list-group-item-heading {
	color: #333
}

button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.list-group-item.disabled {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.disabled .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text {
	color: #777
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

button.list-group-item-success {
	color: #3c763d
}

button.list-group-item-success .list-group-item-heading {
	color: inherit
}

button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

button.list-group-item-info {
	color: #31708f
}

button.list-group-item-info .list-group-item-heading {
	color: inherit
}

button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

button.list-group-item-warning {
	color: #8a6d3b
}

button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

button.list-group-item-danger {
	color: #a94442
}

button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel>.table {
	margin-bottom: 0
}

.panel>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child {
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child {
	border-top-right-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>thead>tr>td:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>thead>tr>td:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>thead>tr:first-child>td {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.panel-body+.table {
	border-top: 1px solid #ddd
}

.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td {
	border-bottom: 0
}

.panel>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tfoot>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tfoot>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.panel>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel-body {
	padding: 15px
}

.panel-body:before {
	display: table;
	content: " "
}

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

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-title>small {
	color: inherit
}

.panel-title>small>a {
	color: inherit
}

.panel-title>.small {
	color: inherit
}

.panel-title>.small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0
}

.modal-open {
	padding-right: 0 !important
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1115;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 1115
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=30);
	opacity: .3
}

.modal-header {
	padding: 30px 15px 30px 60px;
	border-bottom: 2px solid #daebf0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.modal-header.only-close {
	padding: 15px
}

.modal-header .close {
	order: 10;
	opacity: 1;
	font-weight: 400
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	line-height: 1.25;
	padding: 30px 60px;
	text-align: left;
	font-size: 18px;
	font-weight: 500
}

.modal-footer {
	padding: 12px 15px 12px 60px;
	text-align: right;
	border-top: 2px solid #daebf0
}

.modal-footer button {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	padding: 0 16px !important;
	height: 42px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 1
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

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

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

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

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

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

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

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

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

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

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

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

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: left;
	background-color: #000;
	border-radius: 4px
}

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

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

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

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

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

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto
}

.popover>.arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px
}

.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	border-width: 10px
}

.popover.top {
	margin-top: -10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right {
	margin-left: 10px
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom {
	margin-top: 10px
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left {
	margin-left: -10px
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.carousel {
	position: relative
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	right: 50%;
	margin-right: -10px;
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-control .glyphicon-chevron-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	right: 50%;
	margin-right: -10px
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

.clearfix:before {
	display: table;
	content: " "
}

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

.dl-horizontal dd:before {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	display: table;
	content: " ";
	clear: both
}

.navbar-header:before {
	display: table;
	content: " "
}

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

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block {
	display: none !important
}

.visible-xs-inline {
	display: none !important
}

.visible-xs-inline-block {
	display: none !important
}

.visible-sm-block {
	display: none !important
}

.visible-sm-inline {
	display: none !important
}

.visible-sm-inline-block {
	display: none !important
}

.visible-md-block {
	display: none !important
}

.visible-md-inline {
	display: none !important
}

.visible-md-inline-block {
	display: none !important
}

.visible-lg-block {
	display: none !important
}

.visible-lg-inline {
	display: none !important
}

.visible-lg-inline-block {
	display: none !important
}

.visible-print {
	display: none !important
}

.visible-print-block {
	display: none !important
}

.visible-print-inline {
	display: none !important
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	*:before {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a {
		text-decoration: underline
	}

	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after {
		content: ""
	}

	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr {
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid;
		max-width: 100% !important
	}

	p {
		orphans: 3;
		widows: 3
	}

	h2 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid
	}

	h3 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret {
		border-top-color: #000 !important
	}

	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td {
		background-color: #fff !important
	}

	.table th {
		background-color: #fff !important
	}

	.table-bordered th {
		border: 1px solid #ddd !important
	}

	.table-bordered td {
		border: 1px solid #ddd !important
	}

	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print {
		display: table-cell !important
	}

	td.visible-print {
		display: table-cell !important
	}

	.visible-print-block {
		display: block !important
	}

	.visible-print-inline {
		display: inline !important
	}

	.visible-print-inline-block {
		display: inline-block !important
	}

	.hidden-print {
		display: none !important
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px
	}

	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon {
		width: auto
	}

	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .radio input[type="radio"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}

	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}

	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}

	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}

	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a {
		border-bottom-color: #fff
	}

	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}

	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}

	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}

	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a {
		border-bottom-color: #fff
	}

	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}

	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}

	.navbar {
		border-radius: 4px
	}

	.navbar>.container .navbar-brand {
		margin-left: -15px
	}

	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}

	.navbar-header {
		float: left
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top {
		border-radius: 0
	}

	.navbar-fixed-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-static-top {
		border-radius: 0
	}

	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-fixed-bottom {
		border-radius: 0
	}

	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}

	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}

	.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.container-fluid>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}

	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.navbar-toggle {
		display: none
	}

	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon {
		width: auto
	}

	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .radio input[type="radio"] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}

	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}

	.navbar-left {
		float: left !important
	}

	.modal-dialog {
		width: 700px;
		margin: 60px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (max-width: 960px) {
	.col-lg-1 {
		float: left;
		width: 8.33333333%
	}

	.col-lg-2 {
		float: left;
		width: 16.66666667%
	}

	.col-lg-3 {
		float: left;
		width: 25%
	}

	.col-lg-4 {
		float: left;
		width: 33.33333333%
	}

	.col-lg-5 {
		float: left;
		width: 41.66666667%
	}

	.col-lg-6 {
		float: left;
		width: 50%
	}

	.col-lg-7 {
		float: left;
		width: 58.33333333%
	}

	.col-lg-8 {
		float: left;
		width: 66.66666667%
	}

	.col-lg-9 {
		float: left;
		width: 75%
	}

	.col-lg-10 {
		float: left;
		width: 83.33333333%
	}

	.col-lg-11 {
		float: left;
		width: 91.66666667%
	}

	.col-lg-12 {
		float: left;
		width: 100%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

@media (max-width: 768px) {
	.col-md-1 {
		float: left;
		width: 8.33333333%
	}

	.col-md-2 {
		float: left;
		width: 16.66666667%
	}

	.col-md-3 {
		float: left;
		width: 25%
	}

	.col-md-4 {
		float: left;
		width: 33.33333333%
	}

	.col-md-5 {
		float: left;
		width: 41.66666667%
	}

	.col-md-6 {
		float: left;
		width: 50%
	}

	.col-md-7 {
		float: left;
		width: 58.33333333%
	}

	.col-md-8 {
		float: left;
		width: 66.66666667%
	}

	.col-md-9 {
		float: left;
		width: 75%
	}

	.col-md-10 {
		float: left;
		width: 83.33333333%
	}

	.col-md-11 {
		float: left;
		width: 91.66666667%
	}

	.col-md-12 {
		float: left;
		width: 100%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (max-width: 599px) {
	.col-sm-1 {
		float: left;
		width: 8.33333333%
	}

	.col-sm-2 {
		float: left;
		width: 16.66666667%
	}

	.col-sm-3 {
		float: left;
		width: 25%
	}

	.col-sm-4 {
		float: left;
		width: 33.33333333%
	}

	.col-sm-5 {
		float: left;
		width: 41.66666667%
	}

	.col-sm-6 {
		float: left;
		width: 50%
	}

	.col-sm-7 {
		float: left;
		width: 58.33333333%
	}

	.col-sm-8 {
		float: left;
		width: 66.66666667%
	}

	.col-sm-9 {
		float: left;
		width: 75%
	}

	.col-sm-10 {
		float: left;
		width: 83.33333333%
	}

	.col-sm-11 {
		float: left;
		width: 91.66666667%
	}

	.col-sm-12 {
		float: left;
		width: 100%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

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

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

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

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

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

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (max-width: 479px) {
	.col-xs-1 {
		float: left;
		width: 8.33333333%
	}

	.col-xs-2 {
		float: left;
		width: 16.66666667%
	}

	.col-xs-3 {
		float: left;
		width: 25%
	}

	.col-xs-4 {
		float: left;
		width: 33.33333333%
	}

	.col-xs-5 {
		float: left;
		width: 41.66666667%
	}

	.col-xs-6 {
		float: left;
		width: 50%
	}

	.col-xs-7 {
		float: left;
		width: 58.33333333%
	}

	.col-xs-8 {
		float: left;
		width: 66.66666667%
	}

	.col-xs-9 {
		float: left;
		width: 75%
	}

	.col-xs-10 {
		float: left;
		width: 83.33333333%
	}

	.col-xs-11 {
		float: left;
		width: 91.66666667%
	}

	.col-xs-12 {
		float: left;
		width: 100%
	}

	.col-xs-pull-12 {
		right: 100%
	}

	.col-xs-pull-11 {
		right: 91.66666667%
	}

	.col-xs-pull-10 {
		right: 83.33333333%
	}

	.col-xs-pull-9 {
		right: 75%
	}

	.col-xs-pull-8 {
		right: 66.66666667%
	}

	.col-xs-pull-7 {
		right: 58.33333333%
	}

	.col-xs-pull-6 {
		right: 50%
	}

	.col-xs-pull-5 {
		right: 41.66666667%
	}

	.col-xs-pull-4 {
		right: 33.33333333%
	}

	.col-xs-pull-3 {
		right: 25%
	}

	.col-xs-pull-2 {
		right: 16.66666667%
	}

	.col-xs-pull-1 {
		right: 8.33333333%
	}

	.col-xs-pull-0 {
		right: auto
	}

	.col-xs-push-12 {
		left: 100%
	}

	.col-xs-push-11 {
		left: 91.66666667%
	}

	.col-xs-push-10 {
		left: 83.33333333%
	}

	.col-xs-push-9 {
		left: 75%
	}

	.col-xs-push-8 {
		left: 66.66666667%
	}

	.col-xs-push-7 {
		left: 58.33333333%
	}

	.col-xs-push-6 {
		left: 50%
	}

	.col-xs-push-5 {
		left: 41.66666667%
	}

	.col-xs-push-4 {
		left: 33.33333333%
	}

	.col-xs-push-3 {
		left: 25%
	}

	.col-xs-push-2 {
		left: 16.66666667%
	}

	.col-xs-push-1 {
		left: 8.33333333%
	}

	.col-xs-push-0 {
		left: auto
	}

	.col-xs-offset-12 {
		margin-left: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-xs-offset-0 {
		margin-left: 0
	}
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table>thead>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table>tbody>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table>tbody>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table>tfoot>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>thead>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th {
		border-bottom: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td {
		border-bottom: 0
	}

	.table-responsive>.table-bordered>tfoot>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tfoot>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}

	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control {
		line-height: 34px
	}

	input[type="time"].form-control {
		line-height: 34px
	}

	input[type="datetime-local"].form-control {
		line-height: 34px
	}

	input[type="month"].form-control {
		line-height: 34px
	}

	input[type="date"].input-sm {
		line-height: 30px
	}

	input[type="time"].input-sm {
		line-height: 30px
	}

	input[type="datetime-local"].input-sm {
		line-height: 30px
	}

	input[type="month"].input-sm {
		line-height: 30px
	}

	.input-group-sm input[type="date"] {
		line-height: 30px
	}

	.input-group-sm input[type="time"] {
		line-height: 30px
	}

	.input-group-sm input[type="datetime-local"] {
		line-height: 30px
	}

	.input-group-sm input[type="month"] {
		line-height: 30px
	}

	input[type="date"].input-lg {
		line-height: 46px
	}

	input[type="time"].input-lg {
		line-height: 46px
	}

	input[type="datetime-local"].input-lg {
		line-height: 46px
	}

	input[type="month"].input-lg {
		line-height: 46px
	}

	.input-group-lg input[type="date"] {
		line-height: 46px
	}

	.input-group-lg input[type="time"] {
		line-height: 46px
	}

	.input-group-lg input[type="datetime-local"] {
		line-height: 46px
	}

	.input-group-lg input[type="month"] {
		line-height: 46px
	}
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}

	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}

	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a {
		color: #ccc;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a {
		color: #444;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}

	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs {
		display: table-cell !important
	}

	td.visible-xs {
		display: table-cell !important
	}

	.visible-xs-block {
		display: block !important
	}

	.visible-xs-inline {
		display: inline !important
	}

	.visible-xs-inline-block {
		display: inline-block !important
	}

	.hidden-xs {
		display: none !important
	}
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.jumbotron h1 {
		font-size: 63px
	}

	.jumbotron .h1 {
		font-size: 63px
	}

	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.carousel-control .glyphicon-chevron-left {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-right: -10px
	}

	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-left: -10px
	}

	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

@media (min-width: 960px) {
	.modal-lg {
		width: 900px
	}
}

@media all and (transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.next.left {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-inner>.item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.next.left {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-inner>.item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm {
		display: table-cell !important
	}

	td.visible-sm {
		display: table-cell !important
	}

	.visible-sm-block {
		display: block !important
	}

	.visible-sm-inline {
		display: inline !important
	}

	.visible-sm-inline-block {
		display: inline-block !important
	}

	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 960px) and (max-width: 1398px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md {
		display: table-cell !important
	}

	td.visible-md {
		display: table-cell !important
	}

	.visible-md-block {
		display: block !important
	}

	.visible-md-inline {
		display: inline !important
	}

	.visible-md-inline-block {
		display: inline-block !important
	}

	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1399px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg {
		display: table-cell !important
	}

	td.visible-lg {
		display: table-cell !important
	}

	.visible-lg-block {
		display: block !important
	}

	.visible-lg-inline {
		display: inline !important
	}

	.visible-lg-inline-block {
		display: inline-block !important
	}

	.hidden-lg {
		display: none !important
	}
}

.call-center-modal.in .modal-dialog {
	top: 50%;
	transform: translateY(-50%)
}

.call-center-modal.in .modal-dialog .modal-content {
	border: 2px solid #52AD58;
	border-radius: 10px
}

.call-center-modal.in .modal-dialog .modal-content .modal-body {
	padding: 23px 24px
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone {
	font-size: 14px;
	padding: 23px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.15);
	color: #000
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone a {
	color: #000;
	font-size: 14px
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone .phone-icon {
	margin-right: 22px
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone:first-child {
	padding-top: 0
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone:first-child .phone-icon {
	margin-right: 41px
}

.call-center-modal.in .modal-dialog .modal-content .call-center-phone:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.call-center-modal.in .phone-icon .a {
	fill: #52AD58
}

.page {
	position: relative;
	z-index: 5
}

#owl-bg {
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-animation: fadeIn 2s both ease;
	-moz-animation: fadeIn 2s both ease;
	animation: fadeIn 2s both ease
}

#owl-bg .item img {
	display: block;
	width: 100%;
	height: auto
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut 2s both ease;
	-moz-animation: fadeOut 2s both ease;
	animation: fadeOut 2s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn 2s both ease;
	-moz-animation: fadeIn 2s both ease;
	animation: fadeIn 2s both ease
}

.custom-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 10000
}

@media (max-width: 767px) {
	.custom-modal {
		padding: 10px
	}
}

.custom-modal.open {
	display: flex
}

.custom-modal .custom-modal-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3
}

.custom-modal .custom-modal-dialog {
	width: 900px;
	padding: 30px 25px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	position: relative;
	background-color: #fff;
	z-index: 2
}

@media (max-width: 910px) {
	.custom-modal .custom-modal-dialog {
		width: 700px
	}
}

@media (max-width: 767px) {
	.custom-modal .custom-modal-dialog {
		width: 100%
	}
}

.custom-modal .custom-modal-dialog .custom-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background: none
}

.custom-modal .custom-modal-dialog .custom-modal-header {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 600
}

@media (max-width: 767px) {
	.custom-modal .custom-modal-dialog .custom-modal-header {
		font-size: 18px
	}
}

.custom-modal .custom-modal-dialog .custom-modal-body {
	font-size: 20px;
	font-weight: 400;
	max-height: 400px;
	overflow-y: auto;
	padding: 0 20px 0 0;
	position: relative;
	line-height: 1.25
}

@media (max-width: 767px) {
	.custom-modal .custom-modal-dialog .custom-modal-body {
		font-size: 16px
	}
}

.custom-modal .custom-modal-dialog .custom-modal-body p {
	padding-bottom: 6px
}

.custom-modal .custom-modal-dialog .custom-modal-body .type-disc {
	list-style: disc;
	padding-left: 40px;
	padding-top: 10px
}

.custom-modal .custom-modal-dialog .custom-modal-footer {
	border-top: none;
	padding: 0;
	margin-top: 50px;
	text-align: center
}

.custom-modal .custom-modal-dialog .custom-modal-footer .btn-primary {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 50px;
	border-radius: 10px;
	border: none
}

@media (max-width: 767px) {
	.custom-modal .custom-modal-dialog .custom-modal-footer .btn-primary {
		font-size: 14px
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after {
	content: '';
	content: none
}

q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.inner-container.skip-padding {
	padding: 0
}

#quicksearch .infobox,
#tripsearch .infobox {
	background: #ffffff;
	margin: 2px 0;
	position: absolute;
	top: 100%;
	z-index: 100;
	padding: 0 0 20px;
	left: 0
}

.show-search-bar {
	width: 135px;
	height: 32px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	top: 5px;
	right: 3px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700
}

#quicksearch .infobox .header,
#tripsearch .infobox .header {
	display: block;
	margin: 0 15px;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #e3e6e7;
	color: #272733;
	font-size: 11px
}

#quicksearch .infobox .destinations>ul,
#tripsearch .infobox .destinations>ul {
	width: 100%;
	padding: 0 2% 0 0
}

#quicksearch .infobox .destinations .country,
#tripsearch .infobox .destinations .country {
	font-weight: 500;
	font-size: 13px;
	padding: 0 0 5px 0;
	cursor: default
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 24px;
	height: 40px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	line-height: 700%;
	overflow: hidden;
	position: absolute;
	top: 50%
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	line-height: 21px
}

#quicksearch .traveltype label:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid #fcfff4;
	border-radius: 50%;
	background-color: #fcfff4
}

#tripsearch .direct-only:after,
#tripsearch .discount-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #fcfff4;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #fcfff4;
	z-index: 1
}

.custom-checkbox-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #fcfff4;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #fcfff4;
	z-index: 1
}

#quicksearch .travel-users input+label:after {
	background-color: transparent;
	box-shadow: unset;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 15px
}

#tripsearch .direct-only label:after,
#tripsearch .discount-box label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	width: 12px;
	height: 7px;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	border: 3px solid #ff6c79;
	border-top: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	transform: rotate(-45deg);
	background-color: transparent;
	z-index: 20
}

.custom-checkbox-box label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	width: 12px;
	height: 7px;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	border: 3px solid #ff6c79;
	border-top: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	transform: rotate(-45deg);
	background-color: transparent;
	z-index: 20
}

.day-selector ul.master-chart .line-middle:before,
.day-selector ul.master-chart .line-middle:after {
	content: "";
	background: #e3e6e7;
	height: 1px;
	width: 25px;
	display: block;
	position: absolute;
	top: 10px
}

.day-selector .prev-days,
.day-selector .next-days {
	position: absolute;
	bottom: 26px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	z-index: 10;
	background-color: #fcfff4
}

.header-primary-container {
	padding-bottom: 10px
}

.steps-container {
	position: relative;
	text-align: center
}

.cancel-checkbox {
	float: left
}

#summary-prev-extras {
	text-align: center
}

.already-ordered-title {
	margin-top: 20px
}

#extras-popup-content {
	max-height: 500px;
	overflow-y: scroll
}

.sq-list {
	list-style-type: square;
	margin-left: 10px;
	color: #666
}

.dibsfw-dibsfw-redirect #stepchangeloader {
	height: 175px
}

.dibsfw-dibsfw-redirect #stepchangeloader .payment-notify {
	display: block
}

.dibsfw-dibsfw-redirect #stepchangeloader .common-notify {
	display: none
}

#pricegroup-cms>div,
#stepchangeloader .payment-notify,
.hidden-modify-totals {
	display: none
}

.tabs-panels.flight-list .mobile-panel table tr.pricegroup-descriptions table.fares-titles td {
	font-size: 10px;
	padding-right: 3px
}

.tabs-panels.flight-list .mobile-panel .pricegroup-descriptions {
	font-size: 11px
}

.tabs-panels.flight-list .mobile-panel .pricegroup-descriptions .fare-max td {
	font-size: 11px
}

.tabs-panels.flight-list table tr.pricegroup-descriptions {
	vertical-align: top
}

.tabs-panels.flight-list table tr.pricegroup-descriptions table {
	background: transparent
}

.tabs-panels.flight-list table tr.pricegroup-descriptions table td {
	background: transparent
}

.tabs-panels.flight-list table tr.pricegroup-descriptions table.fares-titles tr {
	border-bottom: 0
}

.tabs-panels.flight-list table tr.pricegroup-descriptions table.fares-titles td {
	text-align: right;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
	border-bottom: 0
}

.tabs-panels.flight-list table tr.pricegroup-descriptions td {
	vertical-align: top;
	padding: 0
}

.tabs-panels.flight-list table tr.pricegroup-descriptions .fare-max td {
	vertical-align: middle;
	line-height: 12px
}

#step0 span {
	background: #555 !important;
	border: 1px #555 solid !important
}

.reference-number-modify,
.modify-totals span {
	font-size: 14px;
	line-height: 1.25;
	display: block
}

.reference-number-modify.out-span,
.modify-totals span.out-span {
	background: transparent url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png") no-repeat scroll 0 -973px;
	padding-left: 27px
}

.reference-number-modify.in-span,
.modify-totals span.in-span {
	background: transparent url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png") no-repeat scroll 0 -1000px;
	padding-left: 27px
}

#wt-checkout #continue-checkout {
	display: none
}

#wt-checkout #shopping-cart-totals-table {
	width: 100%;
	display: inline-table
}

.checkout-extras-label {
	clear: both;
	font-size: .9em;
	margin-left: 15px
}

#dd_method_Dibsfw fieldset.form-list {
	padding: 0;
	margin-left: 30px
}

#dd_method_Dibsfw fieldset.form-list br {
	display: none
}

#collapse-payment fieldset ul.form-list {
	margin-left: 30px
}

#payment_form_emerchantpay_checkout,
dd#dd_method_emerchantpay_checkout {
	display: block;
	margin-top: 5px
}

.modify-totals {
	margin-bottom: 10px
}

.old-date {
	display: block;
	text-decoration: line-through
}

#see-prev-extras-button {
	color: #fff;
	outline: none;
	border-radius: 5px;
	margin-left: 20px;
	padding: 10px 12px
}

.dibsfw-dibsfw-redirect .main.container {
	text-align: center
}

#already_extras .directed {
	padding-bottom: 0;
	border-bottom: 1px dashed #e3e6e7;
	margin-top: 20px;
	margin-bottom: 15px
}

#already_extras .directed h3 {
	color: #272733;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0
}

#form-checkout .checkout-agreements {
	margin-left: -16px;
	margin-right: -16px
}

#form-checkout .checkout-agreements .modal-body .content {
	max-height: 400px;
	overflow-y: auto
}

#form-checkout .checkout-agreements label {
	font-size: 17px;
	font-weight: normal
}

#form-checkout .checkout-agreements input.checkbox {
	float: none;
	margin-left: 15px
}

#form-checkout .checkout-agreements input[type=checkbox] {
	-ms-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	padding: 10px
}

table.thin-oswald.flight-headings {
	margin-top: 10px;
	width: 100%;
	font-size: 15px
}

table.thin-oswald.flight-headings tr.top-flight-heading td {
	font-weight: bold
}

table.thin-oswald.flight-headings tr.top-flight-heading td .italiced-oswald {
	font-weight: normal
}

table.thin-oswald.flight-headings td {
	padding-right: 10px
}

table.thin-oswald.flight-headings td.flight-time {
	text-align: left;
	padding-right: 0;
	padding-left: 0
}

table.thin-oswald.flight-headings td.flight-time>div {
	display: inline-block
}

.direction-title {
	text-transform: capitalize
}

.already-ordered {
	margin-top: 10px
}

.cancel-popup h3 {
	text-transform: capitalize;
	line-height: 14px;
	margin-left: 15px;
	margin-bottom: 10px
}

.cancel-popup ul label {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px
}

.cancel-popup input {
	margin-top: -5px
}

.modify-booking .ticket-line {
	display: none
}

.modify-booking.changename .ticket-line {
	display: block
}

.modify-booking.changename .ticket-line .ticketing {
	display: none
}

.modify-booking.changename #summary .items span.title {
	display: none !important
}

#promo_code {
	width: 120px
}

.modify-hide {
	display: none
}

.page-steps {
	min-height: 50px;
	width: 70%;
	margin: -30px auto 0 auto
}

.page-steps h1#page-header-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	display: none
}

.page-steps #page-header-steps li {
	cursor: default;
	display: inline-block;
	position: relative;
	text-align: center
}

.page-steps #page-header-steps li.allow {
	cursor: pointer
}

.page-steps #page-header-steps li.skipped.complete {
	cursor: default
}

.page-steps #page-header-steps li:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background: #cfcfcf;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 1
}

.page-steps #page-header-steps li span {
	color: #ffffff;
	display: block;
	height: 22px;
	width: 22px;
	margin: 0 0 0 -12.5px;
	text-align: center;
	line-height: 21px;
	border-radius: 100%;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	background-color: #cfcfcf;
	border: 1px solid #cfcfcf
}

.ui-slider-handle,
.ui-slider-range {
	background: #555
}

.page-steps #page-header-steps li:last-child::after,
.step-data {
	display: none
}

#nav {
	z-index: 1000
}

.form-list .name-middlename {
	width: auto
}

#quicksearch {
	float: right;
	padding: 0;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#quicksearch .top {
	height: 30px
}

#quicksearch .top ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	cursor: pointer
}

#quicksearch .top ul li:hover {
	background-color: #f2f2f2
}

#quicksearch .top ul li.active {
	background-color: #3287be;
	border-bottom: 2px solid #fe5766;
	color: #ffffff
}

#quicksearch * {
	box-sizing: border-box
}

#quicksearch *:before,
#quicksearch *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

#quicksearch .content {
	padding: 25px 15px 15px
}

#quicksearch .content h1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 33px
}

#quicksearch input {
	outline: none;
	border: none;
	border-radius: 0;
	line-height: 1;
	background: none;
	font-size: 13px
}

#quicksearch input[type="radio"],
#quicksearch input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	z-index: -1;
	visibility: hidden;
	position: absolute;
	z-index: -1
}

#quicksearch .quicksearch-flights #origin,
#quicksearch .quicksearch-flights #destination {
	position: absolute;
	top: 0;
	left: 0
}

#quicksearch .infobox {
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#quicksearch .infobox .destinations {
	padding: 15px
}

#quicksearch .infobox .destinations>ul>li {
	padding: 0 0 3px 5px
}

#quicksearch .infobox .destinations .country:hover {
	text-decoration: none
}

#quicksearch .infobox .destinations li {
	display: block;
	font-size: 12px;
	cursor: pointer
}

#quicksearch .infobox .destinations li:hover {
	text-decoration: underline
}

#quicksearch .infobox .destination>ul:last-child {
	border-right: none
}

#quicksearch #departdatebox,
#quicksearch #returndatebox {
	padding: 0 0 8px
}

#quicksearch .datepicker {
	padding: 15px 50px
}

#quicksearch label {
	cursor: pointer;
	position: relative;
	z-index: 10
}

#quicksearch ul#quicksearch-fields>li {
	margin: 0 0 20px;
	min-height: 30px
}

#quicksearch ul#quicksearch-fields>li input:focus {
	outline: 0
}

#quicksearch ul#quicksearch-fields>li.traveltype {
	margin-bottom: 5px
}

#quicksearch ul#quicksearch-fields #quicksearch-direct-only input {
	margin: 0 5px 0 0;
	cursor: pointer
}

#quicksearch ul#quicksearch-fields #quicksearch-direct-only label {
	cursor: pointer;
	color: #ffffff
}

#quicksearch ul#quicksearch-fields .quicksearch-fields input {
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 5% 0 28px;
	color: #272733;
	z-index: 5;
	cursor: text;
	height: 30px;
	line-height: 30px
}

#quicksearch ul#quicksearch-fields .quicksearch-fields input.search-hint {
	z-index: 1;
	color: #c0c0c0
}

#quicksearch ul#quicksearch-fields .quicksearch-fields>ul>li {
	float: left;
	width: 48%;
	position: relative;
	padding: 2px;
	margin: 0 2% 0 0;
	height: 30px;
	font-size: 13px;
	display: block;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#quicksearch ul#quicksearch-fields .quicksearch-fields>ul>li:last-child {
	margin: 0 0 0 2%
}

#quicksearch ul#quicksearch-fields li.flights-select-from {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 4px -126px no-repeat #fff
}

#quicksearch ul#quicksearch-fields li.flights-select-to {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 4px -157px no-repeat #fff
}

#quicksearch ul#quicksearch-fields #quicksearch-message {
	position: absolute;
	bottom: 0;
	left: 15px;
	margin: 0;
	color: #ffffff;
	font-size: 13px
}

#quicksearch ul#quicksearch-fields .traveltype li,
#quicksearch ul#quicksearch-fields .travel-users li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 2px;
	border: none
}

#quicksearch ul#quicksearch-fields .traveltype li input,
#quicksearch ul#quicksearch-fields .travel-users li input {
	margin: 0 5px 0 0;
	cursor: pointer
}

#quicksearch ul#quicksearch-fields .traveltype li label,
#quicksearch ul#quicksearch-fields .travel-users li label {
	cursor: pointer;
	color: #ffffff
}

#quicksearch ul#quicksearch-fields #quicksearch-dates li {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 5px -186px no-repeat #fff
}

#quicksearch ul#quicksearch-fields .quicksearch-search button span {
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-transform: none
}

#quicksearch li.disabled {
	cursor: default;
	opacity: 0.3
}

#quicksearch p#destination-notice {
	padding: 0 15px;
	line-height: 35px
}

#tripsearch select,
#quicksearch select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	line-height: 1;
	background: none;
	font-size: 13px
}

#tripsearch select::-ms-expand,
#quicksearch select::-ms-expand {
	display: none
}

#tripsearch select,
#quicksearch select {
	padding: 0 11px 0 30px;
	cursor: pointer;
	height: 100%;
	color: #272733;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 4px -212px no-repeat #fff;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#tripsearch select:hover,
#quicksearch select:hover {
	background-position: 4px -238px
}

#tripsearch select#search_period,
#quicksearch select#search_period {
	height: 30px;
	background: transparent url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png") no-repeat scroll 4px -211px
}

#tripsearch label,
#tripsearch .input-box {
	display: inline-block
}

#quicksearch label,
#quicksearch .input-box {
	display: inline-block
}

#tripsearch .inputboxes .sub-inputboxes .promotions label,
#tripsearch .inputboxes .sub-inputboxes .passengers label {
	padding-left: 0
}

#quicksearch .inputboxes .sub-inputboxes .promotions label,
#quicksearch .inputboxes .sub-inputboxes .passengers label {
	padding-left: 0
}

#tripsearch select {
	background-color: transparent;
	color: #fff
}

#tripsearch select option {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	color: #272733
}

#tripsearch select option:disabled {
	color: #b7b7b7
}

#tripsearch label,
#tripsearch .input-box {
	display: block
}

#quicksearch-passengers li {
	display: inline-block;
	margin: 0 2% 5px 0;
	height: 30px
}

#quicksearch-passengers li.passengers-child-expander {
	background: none;
	border: none;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	box-shadow: none;
	color: #ffffff
}

#quicksearch-passengers li.passengers-child-expander:hover {
	text-decoration: underline
}

#quicksearch-passengers .quicksearch-note {
	display: inline-block;
	height: 15px;
	width: 15px;
	line-height: 13px;
	cursor: help;
	background-color: #707070;
	color: #ffffff;
	border-radius: 8px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #cfcfcf;
	font-weight: 600;
	padding: 0 0 0 1px
}

.summary-box.is_stuck {
	margin-top: 55px
}

.footer-bottom-container {
	padding-bottom: 30px;
	margin-bottom: -30px
}

.flight-results-list .flight-item .flight-select .flight-price>span.old-unit-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #999;
	float: right
}

.flight-results-list .flight-item .flight-select .flight-price>span.special-unit-price {
	color: #fe3b59;
	font-size: 20px;
	font-weight: 500;
	float: right;
	margin-left: 10px
}

.totals .sub-price,
.totals .old-price {
	display: block;
	color: #999
}

.totals .sub-price span {
	font-size: 14px
}

.totals .old-price {
	text-decoration: line-through
}

.totals .old-price span {
	font-size: 14px
}

.totals .special-price {
	float: none;
	color: #fe3b59;
	font-size: 20px;
	font-weight: 500
}

#tripsearch {
	padding: 7px 15px;
	position: relative;
	margin: 0 0 25px;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#tripsearch * {
	box-sizing: border-box
}

#tripsearch *:before,
#tripsearch *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

#tripsearch:after {
	content: '';
	display: table;
	clear: both
}

#tripsearch .inputbox {
	background-color: #ffffff;
	padding: 2px 0;
	height: 30px;
	display: block;
	position: relative;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#tripsearch .inputbox input {
	font-size: 13px;
	height: 100%;
	width: 100%;
	padding: 0 15px 0 30px;
	color: #272733;
	border: none;
	background: transparent none;
	cursor: text
}

#tripsearch .inputbox input:focus {
	outline: 0
}

#tripsearch .inputbox.input-size-small,
#tripsearch .inputbox.input-size-medium {
	width: 20%
}

#tripsearch .inputbox #origin {
	z-index: 5;
	cursor: text
}

#tripsearch .inputbox .search-hint {
	z-index: 1;
	color: #c0c0c0
}

#tripsearch .inputbox #destination,
#tripsearch .inputbox #departdate,
#tripsearch .inputbox #returndate {
	z-index: 5;
	cursor: text
}

#tripsearch .travel-to {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 5px -156px no-repeat #fff
}

#tripsearch .travel-from {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 5px -125px no-repeat #fff
}

#tripsearch .travel-date {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 5px -185px no-repeat #fff
}

#tripsearch .infobox {
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15)
}

#tripsearch .infobox .destinations {
	padding: 15px
}

#tripsearch .infobox .destinations>ul:last-child {
	border-right: none
}

#tripsearch .infobox .destinations>ul>li {
	padding: 0 0 3px 5px
}

#tripsearch .infobox .destinations .country:hover {
	text-decoration: none
}

#tripsearch .infobox .destinations li {
	display: block;
	font-size: 12px;
	cursor: pointer
}

#tripsearch .infobox .destinations li:hover {
	text-decoration: underline
}

#tripsearch #departdatebox,
#tripsearch #returndatebox {
	padding: 0 0 8px
}

#tripsearch #departdatebox .datepicker,
#tripsearch #returndatebox .datepicker {
	padding: 15px 50px
}

#tripsearch .inputboxes .sub-inputboxes {
	clear: left;
	width: 100%
}

#tripsearch .inputboxes .sub-inputboxes>div {
	float: left;
	margin-right: 30px;
	color: #ffffff
}

#tripsearch .inputboxes .sub-inputboxes>div .modal-content {
	color: #666
}

#tripsearch .inputboxes .sub-inputboxes>div .modal-footer {
	padding-right: 15px
}

#tripsearch .inputboxes .sub-inputboxes>div .modal-body {
	max-height: 300px;
	overflow-y: scroll
}

#tripsearch .inputboxes .sub-inputboxes>div li {
	float: left;
	margin: 0 10px 0 0
}

#tripsearch .inputboxes .sub-inputboxes>div label {
	font-size: 12px;
	color: #ffffff;
	cursor: pointer
}

#tripsearch .inputboxes .sub-inputboxes>div>div {
	float: left
}

#tripsearch .inputboxes .sub-inputboxes .direct {
	margin: 0 30px 0 0
}

#tripsearch .inputboxes .sub-inputboxes .entry {
	font-weight: 500;
	margin: 5px 0;
	margin-right: 10px
}

#tripsearch .inputboxes .sub-inputboxes.travel-types label {
	cursor: pointer;
	position: relative;
	z-index: 10
}

#tripsearch input[type="radio"],
#tripsearch input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	z-index: -1
}

#tripsearch .traveltype label:hover::after,
#tripsearch .travel-users label:hover::after {
	background-color: #ffcdd1
}

#tripsearch .direct-only,
#tripsearch .discount-box {
	position: relative
}

#tripsearch .direct-only label:hover::after,
#tripsearch .discount-box label:hover::after {
	filter: alpha(opacity=30);
	opacity: 0.3
}

#tripsearch .direct-only input:checked+label:after,
#tripsearch .discount-box input:checked+label:after {
	filter: alpha(opacity=100);
	opacity: 1
}

#tripsearch .inputboxes>div {
	float: left;
	font-size: 13px;
	margin: 5px 1% 5px 0
}

#tripsearch div.disabled,
#tripsearch input:disabled {
	cursor: default;
	opacity: 0.3
}

.discount-box {
	display: none
}

.ui-datepicker {
	background: #fff
}

.ui-datepicker .ui-datepicker-group {
	float: left;
	margin: 0 35px 0 0
}

.ui-datepicker .ui-datepicker-group-last {
	margin-right: 0
}

.ui-datepicker a {
	text-decoration: none
}

.ui-datepicker table {
	width: 100%
}

.ui-datepicker thead {
	background-color: #cfcfcf;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ffffff
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 8pt;
	padding: 5px 0;
	color: #ffffff;
	text-align: center
}

.ui-datepicker tbody td {
	padding: 0;
	border: 2px solid #ffffff;
	cursor: pointer
}

.ui-datepicker tbody td:last-child {
	border-right: 0
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0
}

.ui-datepicker td a:after,
.ui-datepicker td span:after {
	display: block;
	font-size: 8px;
	line-height: 1
}

.travel-users li {
	position: relative
}

.ui-datepicker table,
.ui-datepicker .ui-datepicker-group {
	width: 265px
}

.dateCell .ui-datepicker table,
.dateCell .ui-datepicker .ui-datepicker-group {
	width: 200px
}

.dateCell .ui-datepicker td {
	height: 38px
}

.dateCell .ui-datepicker td a,
.dateCell .ui-datepicker td span {
	display: block;
	height: 43px;
	width: 28px
}

.ui-datepicker-header {
	color: #3287be;
	font-weight: 500;
	line-height: 30px
}

.ui-datepicker-title {
	text-align: center;
	font-size: 14px
}

.ui-datepicker-prev {
	left: 10px;
	background-position: 0 -271px
}

.ui-datepicker-prev.ui-state-disabled {
	background-position: 0 -313px
}

.ui-datepicker-prev span {
	display: none
}

.ui-datepicker-next {
	right: 10px;
	background-position: 0 -355px
}

.ui-datepicker-next.ui-state-disabled {
	background-position: 0 -397px
}

.ui-datepicker-next span {
	display: none
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	margin-bottom: 0
}

.ui-datepicker-unselectable .ui-state-default {
	background: #ffffff;
	color: #b4b3b3;
	opacity: 0.6
}

.day-selector {
	height: 235px;
	margin: 0 0 65px;
	position: relative;
	transition: opacity 0.2s ease-in-out
}

.day-selector.loading-content {
	opacity: 0.4
}

.day-selector .pricechart {
	float: left;
	margin: 0 30px;
	width: 350.3985px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.day-selector ul.master-chart {
	position: absolute;
	top: 48px;
	left: 50%;
	width: 50px;
	margin: 0 0 0 -25px;
	z-index: 1
}

.day-selector ul.master-chart li {
	text-align: center;
	width: 100%;
	color: #999999;
	display: block;
	margin: 0 0 46px;
	position: relative
}

.day-selector ul.master-chart .line-middle:before {
	left: -30px
}

.day-selector ul.master-chart .line-middle:after {
	right: -30px
}

.day-selector ul.chart {
	position: absolute;
	top: 58px;
	width: 350px;
	z-index: 1
}

.day-selector ul.chart li {
	background: #e3e6e7;
	height: 1px;
	width: 100%;
	display: block;
	margin: 0 0 66px
}

.day-selector ul.chart li.line-bottom {
	margin: 0
}

.day-selector .days {
	height: 160px;
	width: 250px;
	margin: 0 auto
}

.day-selector .days .bars {
	position: absolute;
	left: 0
}

.day-selector .bars li {
	float: left;
	width: 50px;
	height: 165px;
	position: relative
}

.day-selector .bars li>div {
	width: 50px;
	height: 165px
}

.day-selector .bars li>div>.date {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	font-weight: 500
}

.day-selector .bars .bar {
	height: 80%;
	position: relative
}

.day-selector .bars .bar .price-info {
	position: absolute;
	top: -25%;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -50px;
	width: 100px;
	color: #272733;
	text-align: center;
	opacity: 0;
	z-index: 10;
	transition: opacity .15s ease-in;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	border-radius: 4px
}

.day-selector .bars .bar .price-info>div {
	padding: 4px 9px;
	display: block;
	z-index: 2;
	position: relative;
	background-color: #fede39;
	border-width: 0 0 3px 0;
	border-color: #5e5d5d #272733 #dfbb04 #272733;
	border-style: solid
}

.day-selector .bars .bar .price-info:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #dfbb04;
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 1;
	margin: 0 0 0 -10px;
	transform: translateY(-10px) rotate(45deg);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

.day-selector .bars .bar .price-info .price {
	display: block;
	font-weight: 500;
	margin: 0;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-transform: none
}

.day-selector .bars .bar .price-info .date {
	clear: both;
	font-size: 9px;
	display: block;
	line-height: 12px
}

.day-selector .bars .bar .price-info div {
	border-radius: 4px
}

.day-selector .bars .bar .fill {
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
	display: block;
	margin: 0 auto;
	z-index: 2;
	cursor: pointer;
	background-color: #4dbaf1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	border-radius: 4px
}

.day-selector .bars .bar .fill:hover {
	background: #12c370
}

.day-selector .bars .bar:hover .price-info {
	opacity: 1
}

.day-selector .bars .bar.active .fill {
	background: #12c370
}

.day-selector .bars .noflights .fill {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/inactive-fill.png) 0 0 repeat #4dbaf1
}

.day-selector .bars .noflights .fill:hover {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/inactive-fill.png) 0 0 repeat #12c370
}

.day-selector .bars .noflights.active .fill {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/inactive-fill.png) 0 0 repeat #12c370
}

.day-selector .bars .disabled .fill {
	cursor: default;
	box-shadow: none !important;
	opacity: 0.3;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/inactive-fill.png) 0 0 repeat #cfcfcf
}

.day-selector .bars .disabled .fill:hover {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/inactive-fill.png) 0 0 repeat #fe5766
}

.day-selector .month {
	text-align: center;
	display: block;
	margin: 5px 0 0;
	color: #272733;
	font-weight: 600
}

.day-selector .prev-days {
	left: 14px
}

.day-selector .prev-days:after {
	content: "";
	height: 9px;
	width: 9px;
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	border: 3px solid #fe5766;
	border-top: none;
	border-left: none;
	background-color: transparent;
	transform: rotate(135deg)
}

.day-selector .prev-days:hover {
	background-color: #ff6c79
}

.day-selector .prev-days:hover::after {
	border-color: #ffffff
}

.day-selector .next-days {
	right: 15px
}

.day-selector .next-days:after {
	content: "";
	height: 9px;
	width: 9px;
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #fe5766;
	border-top: none;
	border-left: none;
	background-color: transparent;
	transform: rotate(-45deg)
}

.day-selector .next-days:hover {
	background-color: #ff6c79
}

.day-selector .next-days:hover::after {
	border-color: #ffffff
}

.day-selector #departure-chart ul.chart {
	left: 0
}

.day-selector #departure-chart ul.chart li.line-middle {
	width: 25px;
	margin-right: 325px
}

.day-selector #return-chart ul.chart {
	right: 0
}

.day-selector #return-chart ul.chart li.line-middle {
	width: 25px;
	margin-left: 325px
}

.filter .wide {
	color: #555;
	padding: 6px 15px;
	background: #f6f9fa;
	cursor: default;
	border: 1px #ddd solid;
	margin-bottom: 15px
}

.filter .wide .title {
	font-weight: 500;
	display: block;
	clear: both;
	line-height: 17px;
	margin: 0
}

.filter .time-filter-search {
	border: none;
	width: 100%
}

.filter .time-range {
	display: block;
	clear: both;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin: 1px 0 10px
}

.filter .time-range .format {
	font-weight: 400;
	font-size: 13px
}

.filter .time-filter {
	width: 45%;
	float: left;
	margin: 0 11px 0 0;
	position: relative
}

.filter .time-filter .interval-btn {
	display: block;
	margin: 9px 0 10px 0;
	text-align: center
}

.filter .time-filter .interval-btn li {
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	margin: 4px 0 0 18px;
	text-decoration: underline
}

.filter .time-filter .interval-btn li:hover {
	text-decoration: none
}

.filter .time-to {
	margin: 0 0 0 5%
}

.filter .slider {
	width: 100%;
	height: 6px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	display: block;
	position: relative
}

.filter .slider-handle {
	display: block;
	position: absolute;
	top: -9px;
	height: 22px;
	width: 12px;
	background: #3287be;
	background: linear-gradient(#4dbaf1, #3287be, #3287be, #2584b3);
	border: 1px solid #ededed;
	border-radius: 5px
}

.filter .slider-handle.pressed {
	background: none #fe5766
}

.filter .slider-handle.slider-left {
	left: -4px;
	cursor: ew-resize
}

.filter .slider-handle.slider-right {
	right: -4px;
	cursor: ew-resize
}

.filter>div {
	border-radius: 4px
}

#seatselect-content {
	box-shadow: 2px 8px 30px rgba(0, 0, 0, 0.2)
}

.flight-results-list {
	padding: 0;
	overflow: hidden
}

.flight-results-list .title {
	padding: 8px 15px;
	display: block;
	border-bottom: 4px solid #fe5766;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	background-color: #3287be
}

.flight-results-list .flight-list {
	border-top: 1px #ddd solid;
	margin-top: -1px
}

.flight-results-list .flight-list>h3 {
	margin: 0 0 15px;
	text-transform: capitalize
}

.flight-results-list .flight-item {
	border-bottom: 1px solid #555;
	clear: both;
	float: none
}

.flight-results-list .flight-item .aircraft {
	padding: 10px
}

.flight-results-list .flight-item .flights>div {
	box-sizing: border-box;
	padding: 10px
}

.flight-results-list .flight-item .flights .take-off {
	display: block;
	clear: both
}

.flight-results-list .flight-item .flights .landing {
	display: block;
	clear: both;
	overflow: auto;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e3e6e7
}

.flight-results-list .flight-item .flights .total-travel-time {
	display: block;
	clear: both;
	overflow: auto
}

.flight-results-list .flight-item .flights .total-travel-time .time {
	font-size: 14px
}

.flight-results-list .flight-item .flights .airport {
	font-weight: 500;
	font-size: 17px;
	color: #272733;
	float: left
}

.flight-results-list .flight-item .flights .time {
	font-weight: 400;
	font-size: 18px;
	float: right
}

.flight-results-list .flight-item .flights .time .format {
	font-size: 15px
}

.flight-results-list .flight-item .flight-select {
	background-color: #f1f1f1;
	display: block;
	width: 100%;
	padding: 15px 0;
	position: relative
}

.flight-results-list .flight-item .flight-select .details {
	position: absolute;
	top: 21px;
	left: 15px;
	font-size: 13px;
	color: #272733
}

.flight-results-list .flight-item .flight-select .flight-price>span {
	float: left;
	display: block;
	line-height: 33px
}

.flight-results-list .flight-item .flight-select .flight-price .unit-price {
	background-position: 0 -64px;
	color: #272733;
	font-size: 20px;
	font-weight: 500;
	float: right
}

.flight-results-list .flight-item .flight-select .flight-price .total-price {
	background-position: 0 -98px;
	color: #272733;
	font-weight: 500
}

.flight-results-list .flight-item .flight-select .select-flight {
	box-sizing: border-box;
	display: block;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	background-color: #12c370;
	height: 34px;
	line-height: 34px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-transform: none;
	position: relative
}

.flight-results-list .flight-item .flight-select .select-flight:hover {
	background-color: #16d87d;
	box-shadow: none
}

.flight-results-list .flight-item .flight-select .select-flight:hover span:after {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 4px -917px no-repeat
}

.flight-results-list .flight-item .flight-select .select-flight span:after {
	display: inline-block;
	width: 27px;
	height: 22px;
	top: 7px;
	content: "";
	position: absolute;
	box-shadow: none
}

.flight-results-list .flight-item.selected {
	background-color: #cbeaf6
}

.flight-results-list .flight-item.selected .classes {
	display: block
}

.flight-results-list .flight-item.selected .flight-select {
	background-color: #cbeaf6
}

.flight-results-list .flight-item.selected .flights .flight-departure,
.flight-results-list .flight-item.selected .flights .landing {
	border-color: #ffffff
}

.flight-results-list span#flight-results-message {
	padding: 15px;
	display: block
}

.flight-results-list .selected .flight-select .select-flight span:after {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) 4px -917px no-repeat
}

.stops-in {
	display: inline-block;
	margin-left: 10px
}

.additional-flight-info {
	margin-bottom: 15px
}

#summary h3,
.like-tab,
.passenger-switcher h3 {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 15px;
	color: #ffffff;
	display: block;
	margin: 0;
	border-radius: 4px 4px 0 0;
	position: relative
}

.little-tabbed {
	position: absolute;
	right: 0;
	top: 0
}

.passenger-switcher {
	margin-bottom: 25px
}

.stops-0 .aircodes {
	display: none
}

.fd-operation-carrier {
	display: block
}

h4.aircodes {
	margin-bottom: 0
}

.stops-trip {
	font-weight: bold;
	margin-bottom: 15px;
	display: block
}

.seats-qty {
	display: block;
	font-size: 11px
}

#summary,
.passenger-switcher {
	color: #272733;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	position: relative
}

#summary {
	padding-bottom: 15px
}

#summary .summary-inner {
	padding: 15px
}

.passenger-switcher .select_all_passengers {
	padding-top: 15px
}

.passenger-switcher .summary-inner>span {
	padding: 0 15px
}

.passenger-switcher .summary-inner>ul>li {
	padding: 0 15px
}

.passenger-switcher .passengers {
	padding-bottom: 15px
}

.passenger-switcher .passengers .seats-header-numbers {
	display: none
}

.passenger-switcher .passengers .initials {
	display: none
}

.passenger-switcher .passengers .passenger-seats-header-switcher {
	display: none
}

#summary h4,
.passenger-switcher h4 {
	display: block;
	position: relative;
	color: #272733;
	cursor: pointer;
	font-size: 15px;
	padding: 0 0 9px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #e3e6e7
}

#summary .flights .items span.title,
.passenger-switcher .flights .items span.title {
	margin: 0 0 3px;
	line-height: 20px
}

#summary .flights .items span.title svg,
.passenger-switcher .flights .items span.title svg {
	width: 31px;
	height: 28px;
	margin-right: 10px
}

#summary .flights .items span.title {
	font-size: 16px
}

.passenger-switcher .flights .items span.title {
	font-size: 15px
}

#summary .flights .items .return-flight-item .title:before,
.passenger-switcher .flights .items .return-flight-item .title:before {
	background-position: 0 -1000px
}

#summary .flights .time,
.passenger-switcher .flights .time {
	display: block;
	clear: both;
	margin: 10px 0
}

#summary .item:last-child,
.passenger-switcher .item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

#summary .item,
.passenger-switcher .item {
	display: block;
	clear: both
}

.passenger-switcher .item {
	margin: 0 0 10px;
	padding: 0 0 10px
}

.passenger-switcher .item {
	border-bottom: 1px dashed #cfcfcf
}

#summary .item ul,
.passenger-switcher .item ul {
	font-size: 11px
}

#summary .item ul span,
.passenger-switcher .item ul span {
	margin-left: 5px;
	color: #000
}

#summary .item ul li,
.passenger-switcher .item ul li {
	clear: both
}

#summary .item ul li .name,
.passenger-switcher .item ul li .name {
	width: 50%;
	font-weight: 400;
	margin: 0 5px 0 0;
	display: inline-block;
	float: left
}

#summary .item ul li .qty,
.passenger-switcher .item ul li .qty {
	margin: 0 3px 0 0;
	float: left
}

#summary .item ul li .price,
.passenger-switcher .item ul li .price {
	float: right
}

#summary .passenger,
.passenger-switcher .passenger {
	margin: 0
}

#summary .passenger .passengername,
.passenger-switcher .passenger .passengername {
	font-size: 12px;
	font-weight: 500;
	color: #3287be
}

#summary .passenger .passengername span,
.passenger-switcher .passenger .passengername span {
	font-weight: 400;
	font-size: 11px
}

#summary .passenger ul,
.passenger-switcher .passenger ul {
	margin: 0 0 0 15px;
	font-size: 11px;
	font-weight: 500
}

#summary .passenger ul li,
.passenger-switcher .passenger ul li {
	display: block;
	clear: both;
	overflow: auto
}

#summary .passenger ul li span,
.passenger-switcher .passenger ul li span {
	float: left;
	color: #707070
}

#summary .passenger ul li span.name,
.passenger-switcher .passenger ul li span.name {
	width: 140px;
	margin: 0 5px 0 0
}

#summary .passenger ul li span.qty,
.passenger-switcher .passenger ul li span.qty {
	margin: 0 3px 0 0
}

#summary .passenger ul li span.price,
.passenger-switcher .passenger ul li span.price {
	float: right
}

#summary .passenger ul li span.noseat,
.passenger-switcher .passenger ul li span.noseat {
	color: red;
	font-weight: 400;
	float: right;
	font-size: 10px
}

#summary .totals,
.passenger-switcher .totals {
	text-align: left;
	margin-top: 5px
}

#summary .totals.special,
.passenger-switcher .totals.special {
	margin-top: 5px
}

#summary .totals.special>span.special-price,
.passenger-switcher .totals.special>span.special-price {
	color: #fe3b59
}

#summary .totals.old .total,
#summary .totals.sub-total .total {
	font-size: 14px;
	color: #fff
}

.passenger-switcher .totals.old .total,
.passenger-switcher .totals.sub-total .total {
	font-size: 14px;
	color: #000
}

#summary .totals.old>span,
#summary .totals.sub-total>span {
	color: #fff;
	line-height: 15px
}

.passenger-switcher .totals.old>span,
.passenger-switcher .totals.sub-total>span {
	color: #000;
	line-height: 15px
}

#summary .totals .total,
.passenger-switcher .totals .total {
	float: none;
	font-size: 20px;
	margin: 12px 15px 0 0
}

#summary .totals>span,
.passenger-switcher .totals>span {
	color: #000;
	font-weight: 500;
	text-transform: none;
	font-size: 20px;
	float: right;
	line-height: 20px
}

#summary .totals span .curr,
.passenger-switcher .totals span .curr {
	font-size: 18px
}

#summary .items span.title,
.passenger-switcher .items span.title {
	position: relative;
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 0 27px
}

.btn-checkout.continue-booking-check,
.btn-checkout.continue-booking-hotel-flight {
	width: 70%;
	display: block;
	margin: 5px auto 15px
}

.seatselect-button>span {
	position: relative;
	display: inline-block
}

.passengers-button {
	position: relative;
	text-align: left
}

.passengers-button span {
	display: block
}

.passengers-button .inner {
	font-size: 14px;
	line-height: 20px;
	text-align: center
}

.passengers-button .inner span {
	font-size: 16px
}

.passengers-button>span {
	padding: 5px 0
}

.user-icon {
	background: transparent url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_icon.png") no-repeat scroll 0 0;
	display: inline-block;
	width: 30px;
	height: 20px;
	position: relative;
	top: 0
}

#wt-flights #continue-checkout {
	display: none
}

#continue,
#continue-checkout {
	display: block;
	width: 70%;
	margin: 5px auto 15px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.0666em
}

#continue:hover,
#continue-checkout:hover {
	box-shadow: none
}

#continue.disabled,
#continue-checkout.disabled {
	opacity: 0.4
}

#continue.disabled:hover,
#continue-checkout.disabled:hover {
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	cursor: default;
	background-color: #f8d003
}

.custom-validation-failed {
	background: #fff none repeat scroll 0 0 !important;
	border: 1px solid #ee001c !important
}

.validation-advice.advice,
.passenger .validation-advice {
	background: #f6f9fa;
	width: 100%
}

#accordion-from .panel-heading,
#accordion-to .panel-heading {
	padding: 0;
	text-align: left
}

#accordion-from .panel-title>a,
#accordion-to .panel-title>a {
	display: block;
	padding: 10px 10px;
	text-align: left;
	position: relative;
	clear: both;
	float: none
}

#accordion-from .panel-title>a .glyphicon,
#accordion-to .panel-title>a .glyphicon {
	float: right
}

#passengers {
	margin: 0 0 40px;
	padding: 0 0 15px;
	display: block;
	overflow: hidden;
	position: relative
}

#passengers .copyfrom-adult-box,
#passengers .copyfrom-child-box,
#passengers .copyfrom-infant-box {
	display: none
}

#passengers>.title {
	padding: 8px 15px;
	display: block;
	border-bottom: 4px solid #fe5766;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px
}

#passengers>div {
	padding: 0;
	background-color: #f6f9fa
}

#passengers .passenger {
	display: block;
	padding: 13px 15px 15px;
	border-bottom: 1px solid #e3e6e7
}

#passengers .passenger .field {
	float: left;
	width: 23%;
	margin: 0 1% 1% 1%;
	position: relative
}

#passengers .passenger .field .title {
	font-weight: 500;
	display: block;
	clear: both;
	font-size: 15px
}

#passengers .passenger .field label {
	display: block;
	clear: both;
	margin: 0 0 5px
}

#passengers .passenger .field input {
	width: 100%;
	outline: none;
	border: 1px solid #ccc
}

#passengers .passenger .field input:focus {
	border-color: #272733
}

#passengers .passenger .field select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	outline: none
}

#passengers .passenger .field select:hover {
	background-position: 107px -209px
}

#passengers .passenger .field.small {
	width: 15%;
	margin: 0 3% 0 0
}

label.required::after,
span.required::after {
	position: absolute
}

.passenger-switcher .notice {
	color: #707070;
	margin-bottom: 10px
}

.passenger-switcher .select_all_passengers {
	cursor: pointer
}

.passenger-switcher .line {
	position: relative
}

.passenger-switcher label {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: block;
	margin-bottom: 5px;
	max-width: 100%;
	cursor: pointer
}

.passenger-switcher label:hover {
	color: #fff
}

.steps-to-enable .checkbox {
	display: inline-block;
	width: 33%;
	text-align: center
}

.steps-to-enable label {
	text-transform: capitalize
}

#contactinfo,
#passengers {
	display: block;
	position: relative
}

#contactinfo .validation-advice,
#passengers .validation-advice {
	position: absolute;
	margin-top: 2px
}

#contactinfo .passenger,
#passengers .passenger {
	display: block;
	padding: 13px 15px 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e6e7
}

#contactinfo .passenger .mod_doca input[type="radio"],
#passengers .passenger .mod_doca input[type="radio"] {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-left: 5px;
	margin-top: 0;
	margin-right: 20px
}

#contactinfo .passenger .mod_doca label,
#passengers .passenger .mod_doca label {
	display: inline-block;
	vertical-align: top;
	margin-left: 1%
}

#contactinfo .passenger .mod_doca .validation-advice,
#passengers .passenger .mod_doca .validation-advice {
	display: inline-block;
	margin: 4px 0 0 1%
}

#contactinfo .passenger .field,
#passengers .passenger .field {
	float: left;
	width: 31.3%;
	margin: 0 1% 15px 1%;
	position: relative
}

#contactinfo .passenger .field .title,
#passengers .passenger .field .title {
	font-weight: 500;
	display: block;
	clear: both;
	font-size: 15px
}

#contactinfo .passenger .field .input-box.controls,
#passengers .passenger .field .input-box.controls {
	margin: 12px 0
}

#contactinfo .passenger .field .input-box.controls label,
#passengers .passenger .field .input-box.controls label {
	display: inline-block;
	margin-left: 5px
}

#contactinfo .passenger .field .input-box.controls input[type="checkbox"],
#passengers .passenger .field .input-box.controls input[type="checkbox"] {
	margin: 12px 0
}

#contactinfo .passenger .field label,
#passengers .passenger .field label {
	display: block;
	clear: both;
	margin: 0 0 5px
}

#contactinfo .passenger .field label.mod_doca,
#passengers .passenger .field label.mod_doca {
	display: inline-block;
	position: relative;
	top: 1px
}

#contactinfo .passenger .field input[type=text],
#passengers .passenger .field input[type=text] {
	width: 100%;
	outline: none;
	border: 1px solid #ccc
}

#contactinfo .passenger .field input[type=text]:focus,
#passengers .passenger .field input[type=text]:focus {
	border-color: #272733
}

#contactinfo .passenger .field.dob select,
#passengers .passenger .field.dob select {
	width: 31%;
	display: inline-block
}

#contactinfo .passenger .field select,
#passengers .passenger .field select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	outline: none
}

#contactinfo .passenger .field select:hover,
#passengers .passenger .field select:hover {
	background-position: 107px -209px
}

#contactinfo .passenger .field.small,
#passengers .passenger .field.small {
	width: 15%;
	margin: 0 3% 0 0
}

#contactinfo .contact,
#passengers .contact {
	background-color: #f6f9fa
}

#contactinfo .contact .field.small,
#passengers .contact .field.small {
	margin: 0
}

p.required {
	clear: both;
	display: block;
	float: none;
	font-size: 0.8333em;
	text-align: right
}

#seat-selection {
	overflow: hidden;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	border-radius: 4px
}

#seat-selection .seat-types-wrapper {
	padding: 15px;
	background-color: #f1f1f1;
	overflow: auto;
	border-bottom: 4px solid #3287be;
	text-align: center;
	color: #272733
}

#seat-selection .seat-types-wrapper .title {
	font-size: 16px;
	font-weight: 500;
	color: #272733;
	margin: 0 0 15px;
	display: block
}

#seat-selection .seat-types-wrapper li {
	float: left;
	text-align: left;
	margin: 0 20px 0 0
}

#seat-selection .seat-types-wrapper li span {
	float: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: 500
}

#seat-selection .seat-types-wrapper li span.seat {
	margin: 0 10px 0 0
}

#seat-selection .seat-types-wrapper li .price {
	font-weight: 600;
	margin: 0 0 0 5px
}

#seat-selection .plane-view {
	height: 800px;
	position: relative;
	background-color: #ffffff
}

#seat-selection .plane-view .seats {
	position: absolute;
	top: 160px;
	left: 180px;
	z-index: 40
}

#seat-selection .plane-view .seats ul.rows li {
	margin: 0 0 5px 0;
	height: 20px
}

#seat-selection .plane-view .seats ul.rows li .seat,
#seat-selection .plane-view .seats ul.rows li .aisle {
	float: left;
	margin: 0 4px 0 0
}

#seat-selection .plane-view .seat {
	cursor: pointer
}

#seat-selection .plane-view .seat:hover {
	background-position: -50px -40px
}

#seat-selection .plane-view .type2:hover,
#seat-selection .plane-view .type4:hover {
	background-position: -50px -20px
}

#seat-selection .plane-view .type3:hover {
	background-position: -50px 0
}

#seat-selection .plane-view-top {
	position: relative;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
	z-index: 20;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-top.jpg) 0 -35px no-repeat transparent
}

#seat-selection .plane-view-body {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-middle.png) 0 0 repeat-y transparent
}

#seat-selection .plane-view-bottom {
	position: absolute;
	bottom: -35px;
	left: 0;
	height: 250px;
	width: 100%;
	z-index: 20;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-bottom.jpg) 0 0 no-repeat transparent
}

#seat-selection .plane-view-wings {
	position: absolute;
	top: 285px;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 400px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-wings.png) 0 0 no-repeat transparent
}

#seat-selection .seat {
	width: 25px;
	height: 20px;
	display: block;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/seats.png) 0 -40px no-repeat transparent
}

#seat-selection .seat.unavailable {
	opacity: 0.4;
	background-position: -25px -40px;
	cursor: default
}

#seat-selection .seat.unavailable:hover {
	opacity: 0.4;
	background-position: -25px -40px;
	cursor: default
}

#seat-selection .seat span {
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/seats.png) -50px -40px no-repeat transparent
}

#seat-selection .aisle {
	width: 25px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: transparent
}

#seat-selection .type2,
#seat-selection .type4 {
	background-position: 0 -20px
}

#seat-selection .type3 {
	background-position: 0 0
}

#co-shadow {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/loader-bg.png") repeat scroll 0 0 transparent;
	z-index: 10000;
	display: none
}

#stepchangeloader {
	display: block;
	position: fixed;
	top: 40%;
	left: 50%;
	height: 195px;
	width: 300px;
	text-align: center;
	margin: 0 0 0 -150px;
	z-index: 20000;
	padding: 15px 15px 15px 15px;
	background: #ffffff;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: #272733
}

#stepchangeloader span {
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	padding: 10px 0 0;
	display: block
}

#chartloader {
	display: block;
	width: 100%;
	height: 235px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

#chartloader span {
	width: 50%;
	height: 100%;
	float: left;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/ajax-loader.gif) center center no-repeat transparent
}

#co-modal-box {
	background-color: #3287be;
	padding: 0 0 15px;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	border-radius: 4px
}

#co-modal-box #modal-content {
	margin: 0;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px
}

#co-modal-box .block .block-title {
	background: none transparent;
	border-bottom: 4px solid #fe5766;
	position: relative;
	padding: 0;
	height: 38px
}

#co-modal-box .block .block-title strong {
	margin: 0;
	display: block
}

#co-modal-box .block .block-title span {
	font-size: 15px;
	font-weight: 500;
	padding: 5px 15px;
	color: #ffffff;
	display: block;
	margin: 0
}

#co-modal-box .block .block-title .closebox {
	height: 22px;
	width: 22px;
	float: none;
	top: 6px;
	right: 7px;
	margin: 0;
	border-radius: 0;
	position: absolute;
	display: block;
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) -1px -881px no-repeat transparent
}

#co-modal-box .block .block-title .closebox:hover {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/master.png) -1px -881px no-repeat transparent
}

.sub-cat-list {
	clear: both;
	display: block;
	overflow: auto
}

.sub-cat-list .sub-cat-item {
	float: left;
	width: 15%;
	height: 170px;
	padding: 10px;
	background-color: #ffffff;
	margin: 0 2% 20px 0;
	cursor: pointer
}

.sub-cat-list .sub-cat-item:nth-child(6n) {
	margin: 0 0 20px
}

.sub-cat-list .sub-cat-item>a {
	display: block;
	margin: 0 0 10px
}

.sub-cat-list .sub-cat-item h2 {
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500
}

.sub-cat-list .sub-cat-item:hover {
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	border-radius: 4px
}

.sub-cat-list .sub-cat-item a img {
	margin: 0 auto
}

.preface .the-slideshow-wrapper-outer .item img {
	display: block;
	width: 100%;
	max-width: none
}

.top-pad {
	margin-top: 25px
}

.hovered-advertisment {
	text-align: center;
	margin-top: 25px;
	position: relative;
	overflow: hidden
}

.hovered-advertisment img {
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s
}

.hovered-advertisment:hover img {
	-webkit-transform: rotate(5deg) scale(1.5);
	-moz-transform: rotate(5deg) scale(1.5);
	-ms-transform: rotate(5deg) scale(1.5);
	-o-transform: rotate(5deg) scale(1.5);
	transform: rotate(5deg) scale(1.5);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0
}

.hovered-advertisment .img-box {
	overflow: hidden
}

.hovered-advertisment h3 {
	position: absolute;
	bottom: 10px;
	background-color: rgba(255, 255, 255, 0.35);
	padding: 10px;
	margin: 10px
}

.hovered-advertisment .ad-content {
	opacity: 0
}

.hovered-advertisment .ad-content a {
	display: none
}

.hovered-advertisment h3,
.hovered-advertisment .ad-content {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out
}

.hovered-advertisment:hover h3 {
	opacity: 0
}

.hovered-advertisment:hover .ad-content {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2)
}

.hovered-advertisment:hover .ad-content a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.hovered-advertisment:hover .ad-content a span {
	border: 2px #fff solid;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 15px;
	color: #fff;
	height: 40px;
	top: 50%;
	position: relative;
	margin-top: -20px;
	line-height: 40px;
	display: inline-block
}

.loader-absolute {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 100%;
	width: 100%;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/ajax-loader.gif") center center no-repeat;
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
	display: none
}

#tripsearch .infobox li.active {
	background: #ededed
}

#quicksearch .infobox li.active {
	background: #ededed
}

#quicksearch input.input-text {
	height: 31px
}

#tripsearch input.input-text {
	height: 31px
}

#quicksearch .validation-failed,
#tripsearch .validation-failed {
	background: transparent !important
}

#quicksearch .validation-advice,
#tripsearch .validation-advice {
	display: none
}

#quicksearch label.entry,
#tripsearch label.entry {
	display: block;
	float: left
}

#quicksearch #originselect,
#quicksearch #destinationselect {
	max-height: 300px;
	overflow-y: auto;
	width: 100%
}

#tripsearch #originselect,
#tripsearch #destinationselect {
	max-height: 300px;
	overflow-y: auto;
	width: 100%
}

#quicksearch .notice,
#tripsearch .notice {
	padding: 0 15px
}

#quicksearch .infobox,
#tripsearch .infobox {
	min-width: 100%
}

.panel-heading .cat-title {
	width: 86%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-bottom: 10px
}

.panel-heading .cat-desc {
	width: 86%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	display: none;
	font-size: 12px;
	line-height: 1;
	color: #666
}

.panel-heading img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 4.5%;
	margin-right: 1.3%;
	display: inline-block;
	float: left
}

.panel-heading.activated .cat-desc {
	display: block
}

#quicksearch #returndatebox.infobox {
	left: auto;
	right: 0
}

.actionset {
	width: 15%;
	position: absolute;
	top: 40px;
	right: 0
}

.actionset .button.btn-inline {
	line-height: 30px;
	width: 100%
}

.inputboxes .collapsible {
	width: 100%
}

.inputboxes .collapsible h6 {
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	width: auto;
	border-bottom: 0;
	margin-bottom: 0
}

.inputboxes .collapsible h6:after {
	font-size: 16px
}

.align-right {
	text-align: right;
	float: right
}

.total-price {
	padding-right: 10px
}

.flight-number {
	border-bottom: 1px solid #e3e6e7;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.collapsible-tablet .block-title::after {
	display: none
}

#tripsearch .inputboxes .sub-inputboxes .discount-box {
	top: 30px
}

#tripsearch .inputboxes .sub-inputboxes .discount-box label {
	padding-left: 25px
}

#tripsearch .inputboxes .sub-inputboxes .discount-box label:after {
	top: 3px
}

.owl-tabs li a,
.nav>li {
	cursor: pointer
}

.registered-users .messages {
	display: none
}

.per-passengers {
	max-height: 300px;
	overflow: auto
}

.dob-day,
.dob-month,
.dob-year {
	display: none
}

.dob-nday,
.dob-nmonth,
.dob-nyear {
	width: 28%;
	margin-right: 1.7%;
	display: inline-block
}

.dob-nday select,
.dob-nmonth select {
	width: 100%
}

.dob-nyear {
	position: relative
}

.dob-nyear select {
	width: 100%
}

.dob-nyear .validation-advice {
	position: absolute;
	top: 100%;
	left: 0
}

.inner.grid12-12 h4 {
	text-align: center
}

.page-print .checkout-items-table h2,
.page-print .checkout-items-table h3 {
	font-size: 17px;
	margin: 0;
	font-weight: normal
}

.print-buttons {
	text-align: center;
	margin: 15px 0
}

.print-buttons a {
	margin: 0 10px
}

.step-data .mobile-name,
.step-data .persistent-offer {
	display: none
}

.step-data .seat-button .passenger_disable_counter {
	position: absolute;
	background: orange;
	color: #fff;
	border-radius: 15px;
	line-height: 0.8;
	padding: 2px;
	top: -5px;
	right: -4px;
	font-size: 11px
}

.seat-button.status-SELECTED.disabled-btn {
	cursor: default;
	pointer-events: none
}

.seat-button.status-SELECTED.disabled-btn i.fas.fa-user {
	display: block
}

.seat-button.status-SELECTED.disabled-btn label svg path:first-child {
	fill: #97ACAD !important
}

.seat-button.status-SELECTED.disabled-btn label .seat-number {
	color: #fff
}

.step-data label {
	font-weight: normal
}

.step-data .show-description {
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	font-weight: 500
}

.step-data .show-description .ic-info {
	position: relative;
	top: 1px
}

.step-data .show-description .description-details {
	visibility: hidden;
	font-weight: normal;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out
}

.step-data .show-description:hover .description-details {
	visibility: visible;
	height: auto;
	color: #000;
	margin-top: 10px
}

.step-data .item-special.deactivated-item {
	display: none
}

.step-data .item-special.deactivated-item label,
.step-data .item-special.deactivated-item .product-image-wrapper,
.step-data .item-special.deactivated-item .product-name {
	opacity: .4
}

.step-data .item-special.deactivated-item .notice-msg {
	padding: 7px 25px 7px 60px !important;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: left
}

.step-data .item-special.deactivated-item .notice-msg span {
	font-size: 10px
}

.step-data#step-seatselect .select_all_passengers {
	display: none
}

.step-data#step-seatselect ul.passengers label span.check {
	display: none
}

.step-data#step-seatselect ul.passengers label em {
	display: none;
	font-style: normal;
	float: right
}

.step-data#step-seatselect ul.passengers label em:last-child {
	display: inline-block
}

.step-data .messages {
	margin-bottom: 0
}

.step-data .flight-item {
	background: #f3f9fa
}

.step-data .seats-container {
	padding: 15px 0;
	text-align: center
}

.step-data .seats-container .seats-wrapper {
	width: 100%;
	height: 75vh;
	overflow-y: auto;
	padding-bottom: 30px;
	border-top: 1px solid #BDE0E5
}

.step-data .seats-container .seats-container-inner {
	display: inline-block;
	background: #fff;
	border: 1px solid #BDE0E5;
	padding: 30px 0 100px 0;
	margin: 0;
	position: relative;
	border-radius: 2px 2px 150px 150px;
	top: -10px
}

@media (max-width: 767px) {
	.step-data .seats-container .seats-container-inner {
		padding: 10px 0 100px 0
	}
}

.step-data .seat-legend-wrapper {
	padding: 40px 5px;
	background-color: #fff
}

@media (max-width: 767px) {
	.step-data .seat-legend-wrapper {
		padding: 5px 5px 0
	}
}

.step-data .seat-legend-wrapper .seat-legend {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.step-data .seat-legend-wrapper .seat-legend li {
	display: flex;
	align-items: center;
	margin: 5px 0;
	margin-right: 20px;
	text-align: left
}

.step-data .seat-legend-wrapper .seat-legend li .seat-button {
	margin-right: 10px
}

.step-data .seat-legend-wrapper .seat-legend li>div:last-child {
	display: flex;
	flex-direction: column
}

.step-data .seat-legend-wrapper .seat-legend-switcher {
	display: none;
	padding: 14px 0 11px
}

.step-data .seat-legend-wrapper .seat-legend-switcher .display-action {
	cursor: pointer;
	display: none;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	justify-content: center;
	align-items: center
}

.step-data .seat-legend-wrapper .seat-legend-switcher .display-action i {
	margin-left: 5px;
	font-size: 16px;
	line-height: 12px
}

.step-data .seat-legend-wrapper .seat-legend-switcher .show-action {
	display: flex
}

@media (max-width: 767px) {
	.step-data .seat-legend-wrapper.multirow .seat-legend {
		max-height: 110px;
		overflow-y: hidden
	}
}

@media (max-width: 767px) {
	.step-data .seat-legend-wrapper.multirow .seat-legend-switcher {
		display: block
	}
}

.step-data .seat-legend-wrapper.multirow.open .seat-legend {
	max-height: none
}

.step-data .seat-legend-wrapper.multirow.open .seat-legend-switcher .show-action {
	display: none
}

.step-data .seat-legend-wrapper.multirow.open .seat-legend-switcher .hide-action {
	display: flex
}

.step-data .seat-row {
	text-align: center;
	padding: 5px 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.step-data .seat-row[data-row="1"] .seat-button label .tooltip-seat {
	top: unset;
	bottom: -70px
}

.step-data .seat-row[data-row="1"] .seat-button label .tooltip-seat .arrow-down {
	border-top: none;
	border-bottom: 8px solid #000;
	bottom: unset;
	top: -8px
}

.step-data .seat-legend .seat-button {
	width: 40px;
	height: 44px;
	position: relative
}

.step-data .seat-legend .seat-button svg {
	width: 40px;
	height: 44px
}

.step-data .seat-legend .seat-button i {
	font-size: 24px;
	vertical-align: middle;
	padding-bottom: 4px
}

.step-data .seat-legend .seat-button i.fa-times {
	position: absolute;
	top: 8px;
	left: 50%;
	color: #929292;
	transform: translateX(-50%)
}

.step-data .seat-button {
	display: inline-block;
	width: 40px;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	cursor: pointer;
	text-align: center;
	position: relative;
	background-color: transparent
}

.step-data .seat-button.chosen:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.step-data .seat-button.chosen label .fa-user {
	display: inline-block;
	font-size: 20px;
	color: #fff
}

.step-data .seat-button.chosen .seat-number {
	display: none
}

.step-data .seat-button .passenger_counter {
	position: absolute;
	background: orange;
	color: #fff;
	border-radius: 15px;
	line-height: 0.8;
	padding: 2px;
	top: -5px;
	right: -4px;
	font-size: 11px
}

.step-data .seat-button .passenger_initials {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center
}

.step-data .seat-button span.seat-number-index,
.step-data .seat-button span.mobile-seat-number-index {
	color: #1B495A;
	font-size: 20px;
	font-weight: bold
}

@media (max-width: 767px) {

	.step-data .seat-button span.seat-number-index,
	.step-data .seat-button span.mobile-seat-number-index {
		display: none
	}
}

.step-data .seat-button span.mobile-seat-number-index {
	display: none;
	font-size: 18px
}

@media (max-width: 767px) {
	.step-data .seat-button span.mobile-seat-number-index {
		display: block
	}
}

.step-data .seat-button label svg {
	width: 40px;
	height: 44px
}

.step-data .seat-button label .seat-number {
	position: absolute;
	top: 0;
	left: 50%;
	color: #929292;
	transform: translateX(-50%);
	font-size: 14px
}

.step-data .seat-button label .tooltip-seat {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	background: #000;
	color: #fff;
	width: 175px;
	border-radius: 10px;
	z-index: 100;
	height: 60px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000
}

.step-data .seat-button label .tooltip-seat .arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%)
}

.step-data .seat-button label .tooltip-seat .each-seat-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px;
	overflow: hidden
}

.step-data .seat-button label .tooltip-seat .each-seat-number {
	font-weight: bold;
	padding-left: 5px;
	font-size: 16px
}

.step-data .seat-button label .tooltip-seat .each-seat-detailed {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	width: 75%;
	text-align: left
}

.step-data .seat-button label .tooltip-seat .each-seat-detailed span {
	width: 100%
}

.step-data .seat-button label i {
	font-size: 24px;
	vertical-align: middle;
	padding-bottom: 4px
}

.step-data .seat-button label i .fa-sign-out {
	font-size: 30px;
	padding: 0
}

.step-data .seat-button label i.fa-times,
.step-data .seat-button label i.fa-user {
	position: absolute;
	top: 8px;
	left: 50%;
	color: #929292;
	transform: translateX(-50%)
}

.step-data .seat-button label i.fa-user {
	top: 10px
}

.step-data .seat-button label .fa-user {
	display: none
}

.step-data .seat-button label:hover .tooltip-seat {
	display: block
}

.step-data .seat-button.type-EXIT,
.step-data .seat-button.type-WING_EXIT {
	position: absolute;
	color: red;
	top: 6px;
	right: -30px
}

.step-data .seat-button.type-EXIT .fa-sign-out,
.step-data .seat-button.type-WING_EXIT .fa-sign-out {
	font-size: 30px
}

.step-data .seat-button:nth-child(2).type-EXIT,
.step-data .seat-button:nth-child(2).type-WING_EXIT {
	right: unset;
	left: -30px;
	top: 3px
}

.step-data .seat-button:nth-child(2).type-EXIT .fa-sign-out,
.step-data .seat-button:nth-child(2).type-WING_EXIT .fa-sign-out {
	transform: rotate(-180deg)
}

.step-data .seat-button:first-child.type-seat-index {
	position: absolute;
	left: -60px
}

.step-data .seat-button:first-child.type-,
.step-data .seat-button:nth-child(2).type-,
.step-data .seat-button:last-child.type- {
	display: none
}

.step-data .seat-button.type-WINDOW,
.step-data .seat-button.type-WING {
	display: none
}

.step-data .seat-button.type-ROW_INDEX,
.step-data .seat-button.type-AISLE,
.step-data .seat-button.type-HEADER,
.step-data .seat-button.type- {
	border: 0;
	margin: 0;
	height: 40px;
	width: 30px
}

.step-data .seat-button.type-ROW_INDEX label,
.step-data .seat-button.type-AISLE label,
.step-data .seat-button.type-HEADER label,
.step-data .seat-button.type- label {
	display: none
}

.step-data .seat-button.type-SEAT_TYPE_4 svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-SEAT_TYPE_3 svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-SEAT_TYPE_2 svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-SEAT_TYPE_1 svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-SEAT_TYPE_0 svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-EXIT_SEAT svg path:first-child {
	fill: transparent
}

.step-data .seat-button.type-WINDOW_SEAT svg path:first-child {
	fill: #d0e9fa
}

.step-data .seat-button.type-MIDDLE_SEAT svg path:first-child {
	fill: #d9e8f4
}

.step-data .seat-button.type-AISLE_SEAT svg path:first-child {
	fill: transparent
}

.step-data .seat-button.blocked-true,
.step-data .seat-button.status-RESERVED,
.step-data .seat-button.status-UNAVAILABLE {
	cursor: default;
	pointer-events: none;
	position: relative
}

.step-data .seat-button.blocked-true svg path:first-child,
.step-data .seat-button.status-RESERVED svg path:first-child,
.step-data .seat-button.status-UNAVAILABLE svg path:first-child {
	fill: transparent !important
}

.step-data .seat-button.status- {
	pointer-events: none
}

.step-data .seat-button.blocked-true label,
.step-data .seat-button.status-RESERVED label,
.step-data .seat-button.status-UNAVAILABLE label {
	cursor: default
}

.step-data .seat-button input {
	display: none
}

.step-data .seat-button input:checked+label {
	color: #fff;
	border-radius: 5px
}

.step-data .seat-button label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.step-data .seat-button.active {
	background: #fe5766;
	color: #fff
}

.step-data .seat-row[data-row="0"] .seat-button span.seat-number-index {
	display: block
}

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

.compact-flow .additional-flight-info,
.compact-flow .grid12-6.journey-time {
	display: none
}

.compact-flow .grid12-12.flight-select {
	padding: 5px 0
}

.compact-flow .show-description {
	display: none
}

.compact-flow .itemgrid-adaptive.itemgrid-2col>li:nth-of-type(3n+1) {
	clear: none !important
}

.compact-flow .itemgrid-adaptive.itemgrid-2col .item {
	width: 23%
}

.countdown {
	font-size: 16px;
	color: #fff;
	display: none
}

.countdown.mobile {
	display: none !important;
	width: 70px;
	margin: 0 auto
}

.countdown .valid-booking {
	font-size: 16px;
	line-height: 1.5
}

.countdown-hrs.hide {
	display: none !important
}

.countdown svg {
	width: 15px;
	height: 14px;
	margin-right: 5px
}

.countdown svg path {
	fill: #fff
}

.countdown .reference-number {
	display: none !important
}

.countdown-wrap .countdown-wrap {
	display: flex;
	height: 24px;
	align-items: center
}

.countdown ul {
	display: flex
}

.countdown li {
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 16px
}

.countdown li:last-child:before,
.countdown li.colon:before {
	content: ':';
	display: inline-block;
	width: 2px;
	height: 16px;
	color: #fff;
	margin: 0 2px
}

.countdown li span {
	display: none
}

.free-seat-price {
	display: none;
	text-transform: uppercase;
	color: #ee6edf;
	font-weight: 500
}

.travel-insurance.panel {
	position: relative;
	margin-top: 15px
}

.travel-insurance.panel .panel-body {
	padding: 0
}

.travel-insurance.panel label {
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0
}

.travel-insurance.panel h3 {
	margin-bottom: 10px;
	margin-left: 15px
}

.travel-insurance.panel .price-box {
	margin: 10px 0
}

.travel-insurance.panel input {
	position: absolute;
	top: 10px;
	left: 10px
}

.step-data.confirmation {
	display: block
}

.step-data .opc .panel-default>.panel-heading {
	background: none
}

.confirmation .opc .panel-default>.panel-heading {
	background: none
}

.step-data .opc .panel-default>.panel-heading h4,
.confirmation .opc .panel-default>.panel-heading h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	color: #000;
	margin-top: 10px
}

.step-data .opc .step-content,
.confirmation .opc .step-content {
	margin-top: 15px
}

.step-data .opc .item-row,
.confirmation .opc .item-row {
	padding: 3px 0;
	border-bottom: 1px #cfcfcf dashed
}

.step-data .opc .passenger-row,
.confirmation .opc .passenger-row {
	margin: 5px 0
}

.step-data .opc .directions-title .ic-plane,
.confirmation .opc .directions-title .ic-plane {
	margin-right: 5px
}

.step-data .opc .totals-inner,
.confirmation .opc .totals-inner {
	background: #f5f5f5;
	display: inline-block
}

.step-data .opc .totals-inner tfoot,
.confirmation .opc .totals-inner tfoot {
	font-size: 20px
}

.step-data .opc .totals-inner.no-left-gutter,
.confirmation .opc .totals-inner.no-left-gutter {
	text-align: left;
	padding: 10px;
	box-sizing: border-box
}

.step-data .opc .totals-booking-rules b,
.confirmation .opc .totals-booking-rules b {
	display: block
}

.step-data .opc #shopping-cart-totals-table,
.confirmation .opc #shopping-cart-totals-table {
	float: none;
	display: block
}

.step-data .opc #shopping-cart-totals-table td,
.confirmation .opc #shopping-cart-totals-table td {
	padding: 12px 0
}

.step-data .opc #shopping-cart-totals-table tbody td {
	padding: 6px 0
}

.step-data .opc .step-title.passenger_name,
.confirmation .opc .step-title.passenger_name {
	background: transparent;
	padding: 0
}

.step-data .opc .allow .step-title a,
.confirmation .opc .allow .step-title a {
	display: block;
	margin-top: 0;
	width: 100%
}

.step-data .opc .step-title .glyphicon,
.confirmation .opc .step-title .glyphicon {
	font-size: 14px;
	line-height: 34px
}

.step-data .opc .step-title .glyphicon.glyphicon-menu-down,
.confirmation .opc .step-title .glyphicon.glyphicon-menu-down {
	display: none
}

.step-data .opc .step-title .disactivated .glyphicon-menu-down,
.confirmation .opc .step-title .disactivated .glyphicon-menu-down {
	display: block
}

.step-data .opc .step-title .disactivated .glyphicon-menu-up,
.confirmation .opc .step-title .disactivated .glyphicon-menu-up {
	display: none
}

.step-data .opc .panel-heading,
.confirmation .opc .panel-heading {
	padding: 10px 15px
}

.step-data .opc .step-title,
.confirmation .opc .step-title {
	padding: 10px 16px
}

.step-data .opc .ref-num,
.confirmation .opc .ref-num {
	font-size: 15px;
	margin-top: 15px;
	padding: 10px 16px
}

.step-data .opc .pad-heading,
.confirmation .opc .pad-heading {
	margin-left: 33px
}

.step-data .opc h3.pad-heading,
.confirmation .opc h3.pad-heading {
	font-size: 15px;
	line-height: 20px
}

.step-data .opc .passenger_name.grid12-12,
.confirmation .opc .passenger_name.grid12-12 {
	float: none
}

.step-data .opc .icon.icon-type-ADT,
.confirmation .opc .icon.icon-type-ADT {
	width: 21px;
	height: 24px;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 9px;
	background-size: cover;
	background-repeat: no-repeat
}

.summary-box .icon {
	margin-left: 0px !important
}

.summary-box .icon.icon-Ms,
.summary-box .icon.icon-Mrs,
.summary-box .icon.icon-Mr {
	display: inline-block;
	margin-left: 2px !important;
	margin-bottom: -1px;
	margin-right: 2px;
	background-size: cover;
	background-repeat: no-repeat
}

.step-data .opc .icon.icon-type-CHD,
.confirmation .opc .icon.icon-type-CHD {
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat
}

.step-data .opc .icon.icon-type-INF,
.confirmation .opc .icon.icon-type-INF {
	width: 18px;
	height: 14px;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat
}

.confirmation-aside .totals-inner {
	background: #fff;
	padding: 15px;
	margin-top: 15px
}

.confirmation-aside .totals-inner.totals-booking-rules {
	background: #fff;
	padding: 15px
}

.confirmation-aside .totals-inner.totals-booking-rules b {
	font-size: 15px;
	display: block;
	margin-top: 10px
}

.confirmation-aside .totals-inner #shopping-cart-totals-table {
	width: 100%
}

.confirmation-aside .totals-inner #shopping-cart-totals-table td {
	width: 50%;
	padding: 5px 0
}

.confirmation-aside .totals-inner #shopping-cart-totals-table .a-right strong {
	font-size: 16px
}

#form-checkout .radio,
#form-checkout .checkbox {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-top: 0
}

.emergency-modal .modal-dialog {
	width: 860px
}

.emergency-modal .ic-phone.ic-lg {
	margin-left: -40px;
	margin-right: 4px;
	margin-bottom: -12px
}

.emergency-modal .title {
	line-height: 0.8
}

.emergency-modal .number {
	line-height: 0.8;
	display: block
}

.emergency-modal .modal-body {
	padding: 0
}

.emergency-modal .modal-header {
	padding: 0;
	border-bottom: 0px
}

.emergency-modal .modal-header:before {
	display: table;
	content: " "
}

.emergency-modal .modal-header .close {
	width: 25px;
	height: 25px;
	background: #222;
	border: 2px #fff solid;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: -13px;
	margin-right: -13px;
	border-radius: 25px;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	font-weight: normal
}

.emergency-modal .modal-header .close:hover {
	background: #666
}

.emergency-modal .modal-header .emergency-close {
	width: 25px;
	height: 25px;
	background: #222;
	border: 2px #fff solid;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: -13px;
	margin-right: -13px;
	border-radius: 25px;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	font-weight: normal
}

.emergency-modal .modal-header .emergency-close:hover {
	background: #666
}

.emergency-modal .emergency-content {
	border-top: 1px #e8e8e8 solid;
	margin-top: 25px;
	padding-top: 25px;
	clear: both;
	float: none
}

.emergency-modal .emergency-content .grid12-6 {
	color: #444;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 7%;
	width: 36%;
	box-sizing: border-box
}

.emergency-modal .emergency-content .grid12-6 .continue-link {
	display: block;
	margin: 3px 0
}

.emergency-modal .emergency-content .grid12-6 .continue-link:hover {
	text-decoration: underline
}

.emergency-modal h1,
.emergency-modal h2 {
	text-align: center;
	text-transform: uppercase
}

.emergency-modal .bottom-block {
	background: #636363;
	padding: 10px 0;
	clear: both;
	float: none;
	margin: 20px 0
}

.emergency-modal .bottom-block .grid12-6 {
	color: #fff
}

.emergency-modal h1 {
	font-size: 45px;
	margin: 5px
}

.emergency-modal h2 {
	font-size: 13px;
	font-style: italic;
	margin: 0 5px
}

#resultlist {
	width: 100%
}

.owl-tabs.owl-carousel {
	display: none;
	position: relative;
	width: 90%;
	margin: 0 5%
}

.owl-tabs.owl-carousel .owl-wrapper-outer {
	width: 99.82%
}

.owl-tabs.owl-carousel .tab {
	width: 100%;
	text-align: center
}

.owl-tabs.owl-carousel .owl-prev {
	position: absolute;
	top: 27px;
	left: -25px;
	text-indent: -5000
}

.owl-tabs.owl-carousel .owl-next {
	position: absolute;
	top: 27px;
	right: -23px;
	text-indent: -5000
}

.owl-tabs.owl-carousel .owl-controls .owl-buttons .owl-prev::before,
.owl-tabs.owl-carousel .owl-buttons .owl-next::before {
	content: "";
	font-size: 30px
}

.non-paginated .owl-tabs.owl-carousel {
	width: 100%;
	margin: 0%
}

.tabs-panels.flight-list {
	border: 1px #ddd solid;
	padding: 15px;
	padding-top: 20px;
	background: #f6f9fa;
	border-radius: 5px;
	margin-top: -1px
}

.tabs-panels.flight-list .panel {
	border: 0px
}

.tabs-panels.flight-list table {
	background: #f6f9fa;
	border: 0;
	width: 100%
}

.tabs-panels.flight-list table tr.selected-flight .heading-under-box .place {
	position: relative;
	white-space: nowrap
}

.tabs-panels.flight-list table tr.row-flight .heading-under-box {
	border-top: 1px #ddd solid
}

.tabs-panels.flight-list table tr.row-flight .hint {
	font-size: 9px
}

.tabs-panels.flight-list table tr.row-flight .time {
	font-size: 16px;
	font-weight: bold
}

.tabs-panels.flight-list table tr.row-flight .time .normal {
	font-weight: normal
}

.tabs-panels.flight-list table tr .inf-class {
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	margin-top: 8px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyZGM0MTk0My0xN2Y2LTQyMGMtYTIxNi1iNTA5ZTZjZWI2YmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NCMjExN0IzN0VBMTFFNkJDQTZBNjE2OURGQkI1MUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NCMjExN0EzN0VBMTFFNkJDQTZBNjE2OURGQkI1MUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzFiOGU1My04ZDgzLTRhMTgtYjlkOS0yZGJmMGQ1ZjQwNzAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyYjI0NTQzNy02NmQ4LTExNzktOGU3Zi1jZmFlNjE4ZDc4ODYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IixLiAAABKUlEQVR42qzUsUtCURTH8a4g4dJU4NzkFjgoQnO0FIRLW/+A/0Zj+F+IoE0tNblED3KUoEUXCUwbIgURwev3Pg7y3uPdk6AXPj70vvu7x6P3GWvtQWLkcIkqKjiWz38Q4BHPmMdWuaCIMjr2/9GRezdroyFVzOz2YyZrYkElLJVF76hjmPh8KWvDoCzelJAFCrLhbcq8W5vN0KYraao2inI9S5mrhBmkNbboxwo9Zb5heOmTeOqp5AtNHKKmVDxwFU09u3Rxg5z0p6VUNM0ou3zgGkfyPq810QWNPXN3+MU3LnCu5Iy1Zv8hDxP5t698zXYVtT27PGAkP/knukpFbRf0JIcxOV7lOsQEJzAp9wVhhnJEAtzjRflKsSOy10O782PE7OvBthZgAN6xxe3HCQ/2AAAAAElFTkSuQmCC)
}

.tabs-panels.flight-list table tr .class-head,
.tabs-panels.flight-list table tr .pricegroup-td,
.tabs-panels.flight-list table tr .class-input {
	color: #fff
}

.tabs-panels.flight-list table tr td.flight,
.tabs-panels.flight-list table tr.pricegroup-descriptions table.fares-titles {
	background: #f0f0f0
}

.tabs-panels.flight-list table tr td {
	text-align: center;
	vertical-align: top;
	padding: 7px 5px
}

.tabs-panels.flight-list table tr td.fare-titles {
	background: #f0f0f0
}

.tabs-panels.flight-list table tr td.heading-under-box {
	background: #f0f0f0
}

.tabs-panels.flight-list table tr td.heading-under-box td {
	background: #f0f0f0
}

@media (max-width: 767px) {
	.tabs-panels.flight-list table tr td {
		text-align: left
	}
}

.tabs-panels.flight-list table tr td input[type="radio"] {
	margin: -3px 5px 0 0
}

.tabs-panels.flight-list table tr td input:checked+label {
	font-weight: bold
}

.tabs-panels.flight-list table tr td label {
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
	display: block
}

.tabs-panels.flight-list table tr td.flight {
	text-align: left
}

.tabs-panels.flight-list table tr td.flight .hd-title {
	font-size: 14px;
	display: inline-block
}

.tabs-panels.flight-list table tr td.flight .hint {
	display: block;
	font-size: 9px
}

.tabs-panels.flight-list table tr td div.class-head.label {
	display: none
}

.tabs-panels.flight-list table tr td.class-head,
.tabs-panels.flight-list table tr td div.class-head {
	position: relative;
	padding-bottom: 0;
	width: 80px;
	box-sizing: border-box;
	text-align: center
}

.tabs-panels.flight-list table tr td.class-head:before,
.tabs-panels.flight-list table tr td div.class-head:before {
	display: block;
	background: inherit;
	position: absolute;
	top: -4px;
	right: 0;
	left: 0;
	height: 4px;
	content: "";
	border-radius: 5px 5px 0 0
}

.tabs-panels.flight-list table tr td.class-head .hd-title,
.tabs-panels.flight-list table tr td div.class-head .hd-title {
	text-transform: uppercase;
	font-size: 14px;
	word-wrap: break-word;
	display: inline-block;
	width: 80px;
	box-sizing: border-box
}

.tabs-panels.flight-list table tr td.class-head .hint,
.tabs-panels.flight-list table tr td div.class-head .hint {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 11px;
	display: block;
	margin: 4px 0
}

.pad-left-label {
	margin-left: 15px
}

.planeplane-from {
	display: inline-block;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-icons.png") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 24px;
	height: 24px
}

.planeplane-to {
	display: inline-block;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/plane-icons.png") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 24px;
	height: 24px;
	background-position: -0px -24px
}

.class-input .sold {
	color: red;
	font-weight: 800;
	text-transform: uppercase
}

.directions-title .planeplane-from,
.directions-title .planeplane-to {
	line-height: 1em;
	margin-bottom: -5px;
	margin-right: 5px
}

.hidden-totals {
	display: none
}

.tooltip.fade {
	text-align: left
}

.additional-logos {
	display: none
}

.additional-logos a {
	padding: 12px 10px 0 10px;
	display: inline-block;
	height: 15px
}

.additional-logos img {
	max-height: 15px;
	display: inline-block
}

.total-table {
	width: 100%
}

.directions-items.panel-body {
	padding: 7px
}

.passenger_name .ic-user {
	margin-right: 11px
}

.dibs-img {
	width: 140px;
	height: auto
}

.datatrans-img {
	height: auto
}

.platon-img {
	width: 150px;
	height: auto
}

.unionpay-img,
.ali-pay-img {
	height: 65%
}

.pipay-img {
	height: 55%
}

.mpay-img {
	height: 80%
}

.contact_info.panel,
#form-checkout fieldset,
.payment.panel,
#collapse-review>p {
	padding-left: 16px;
	padding-right: 16px
}

.data-table tr.even {
	background-color: #ebebeb
}

.data-table th {
	background: #272733;
	color: #fff
}

.block-account .block-content.customer-navigation ul {
	list-style: none;
	padding-left: 0
}

.block.current-booking h4 {
	margin-bottom: 0;
	text-transform: uppercase
}

.block.current-booking .block-title+h4 {
	margin-top: 5px
}

.customer-account .col-left.sidebar .block-title {
	padding-bottom: 10px
}

td.modify {
	text-transform: uppercase;
	color: #fd747e
}

td.modify a {
	color: #fd747e;
	font-weight: bold
}

td.modify a:hover {
	color: #000
}

td.modify a.check-in {
	position: relative;
	padding-left: 25px
}

td.modify a.check-in:before {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: -2px;
	content: "";
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/qr.svg) center center no-repeat;
	background-size: contain
}

.order-icon {
	background: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_buy_extra.png) center center no-repeat;
	height: 150px;
	width: 16%;
	background-size: contain;
	position: relative;
	display: inline-block
}

.order-icon.change-date {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_change_flight_date.png)
}

.order-icon.go-booking {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_go_booking.png)
}

.order-icon.print-receipt {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_print_receipt.png)
}

.order-icon.print-ticket {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_print_ticket.png)
}

.order-icon.check-in {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_check_in.png)
}

.order-icon.cancel-booking {
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default-old/images/account/account_cancel_booking.png)
}

.order-icon.disabled {
	opacity: 0.4
}

.order-icon .button:focus,
.order-icon .button:active {
	background-color: transparent;
	color: #222
}

.order-icon a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent
}

.order-icon a:active {
	background: transparent
}

.order-icon a:hover {
	background: transparent
}

.order-icon a:hover span {
	background-color: rgba(0, 0, 0, 0.5)
}

.order-icon a span {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 14px 0px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	display: inline-block
}

.seat-row.adult-rows .seat-button {
	background: #ddd;
	opacity: 0.7;
	cursor: default
}

.seat-row.adult-rows .seat-button label {
	cursor: default;
	visibility: hidden
}

.seat-row.adult-rows .seat-button.type-ROW_INDEX,
.seat-row.adult-rows .seat-button.type-AISLE,
.seat-row.adult-rows .seat-button.type-HEADER {
	border: 0;
	visibility: hidden
}

.header-mobile .skip-search,
#see-prev-extras-button {
	display: none
}

.header-mobile .skip-links--3 .skip-link {
	width: 50%
}

#my-orders-table thead a {
	color: #fff;
	position: relative
}

#my-orders-table thead a:hover {
	color: #fff
}

.checkout-agreements {
	margin-top: 15px
}

.agree label {
	text-decoration: underline;
	cursor: pointer
}

.agree label:hover {
	text-decoration: none
}

.tabs-panels.flight-list table tr td.class-head:after {
	display: none
}

.tabs-panels.flight-list table tr td.class-head.hover:after,
.tabs-panels.flight-list table tr td.class-head:hover:after {
	display: block
}

#contactinfo .passenger .field {
	display: inline-block
}

#contactinfo .passenger .field .create-profile-box {
	display: inline-block;
	padding: 0 10px;
	background: #222;
	width: auto;
	border-radius: 4px
}

#contactinfo .passenger .field .custom-checkbox-box:after {
	background: #222
}

#contactinfo .passenger .field .input-box.controls.creating-profile label {
	margin-left: 0;
	color: #fff;
	font-size: 16px
}

#contactinfo .passenger .field .input-box.controls.creating-profile small {
	color: #fff;
	margin-bottom: -20px
}

.custom-checkbox-box {
	position: relative
}

.custom-checkbox-box input {
	margin: 0 5px 0 0;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
	z-index: -1
}

.custom-checkbox-box:after {
	box-sizing: border-box;
	position: absolute;
	width: 19px;
	height: 20px;
	border-radius: 1px
}

.custom-checkbox-box label {
	cursor: pointer;
	padding: 0 0 0 25px;
	position: relative;
	z-index: 10;
	margin-left: 0
}

.custom-checkbox-box label:after {
	border-color: #00c380
}

.custom-checkbox-box label:hover::after {
	filter: alpha(opacity=30);
	opacity: 0.3
}

.custom-checkbox-box input:checked+label:after {
	filter: alpha(opacity=100);
	opacity: 1
}

.pricegroup-popup {
	max-height: 450px;
	overflow-y: auto;
	padding-bottom: 20px
}

.reminders .modal-header {
	display: none
}

.reminders h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px
}

.reminders h1 div {
	font-size: 24px
}

.reminders .wt-bg2.continue-booking {
	color: #fff
}

.reminders .modal-footer button {
	width: 48%;
	margin: 0.5%
}

.flight-tabs h4 {
	font-size: 13px
}

.fd-date {
	display: block
}

.multi-td .fd-date {
	display: none
}

.fd-trip {
	display: inline-block;
	margin: 4px 0 0 0
}

.tabs-panels.flight-list table table.for-segments tr {
	border-bottom: 0
}

.tabs-panels.flight-list table table.for-segments tr:first-child {
	border-top: 0 !important
}

.tabs-panels.flight-list table table.for-segments td {
	width: 20%;
	padding: 0
}

.price img {
	height: 24px;
	margin-top: -5px
}

.continue-checkout.wt-bg6 {
	color: #fff
}

.collapsible-tablet .block-title {
	cursor: pointer
}

.collapsible-tablet .block-title:after {
	display: inline-block
}

.tabs-panels.flight-list {
	padding: 15px 0
}

.tabs-panels.flight-list table tr td.flight.a-center {
	text-align: center
}

.travelers {
	margin-bottom: 23px
}

.mobile-panel {
	display: none
}

.tabs-panels.flight-list .mobile-panel table tr td.flight .hd-title,
.tabs-panels.flight-list .mobile-panel table tr td.class-head:before {
	display: none
}

.mobile-panel .flight>div,
.mobile-panel .heading-under {
	display: none
}

.mobile-panel-hide {
	display: none !important
}

.old-dates-summary {
	margin-bottom: 10px
}

#form-validate .fields {
	margin: 0
}

#form-validate .form-list .customer-name-middlename>.field {
	margin-bottom: 15px
}

#form-validate h2.legend {
	border: 1px solid #e5e5e5;
	border-width: 1px 0 0 0
}

#form-validate h2.mod-first {
	border: none
}

#form-validate .corp-btn {
	margin: 25px 0 0
}

#form-validate .corp-btn h2 {
	padding: 15px 0 0
}

#form-validate>ul.form-list {
	border-top: 1px solid #e5e5e5;
	padding-top: 30px
}

#form-validate .corp-result-block {
	margin: 25px 0 20px
}

#form-validate .corp-result-block h2 {
	padding-top: 20px
}

#form-validate .corp-result-block span {
	display: inline-block;
	margin-left: 30px
}

#form-validate #change_password {
	display: inline-block;
	margin-top: -4px
}

#corp-reg-form button,
#corp-reg-toggle,
#corp-remove {
	margin-left: 100px;
	border: none;
	background: #3287be;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	padding: 3px 15px 5px;
	display: inline-block
}

#corp-reg-form button:hover,
#corp-reg-toggle:hover,
#corp-remove:hover {
	color: #fff;
	background: #fe5766
}

#corp-reg-form button[disabled] {
	background: #272733
}

#corp-reg-form button[disabled]:hover {
	background: #272733
}

#corp-remove {
	color: #333;
	background: #eee
}

#corp-reg-form button {
	margin: 0
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none
}

.modalDialog:target {
	display: block;
	pointer-events: auto
}

.modalDialog>div {
	width: 400px;
	position: relative;
	margin: 300px auto 0;
	padding: 5px 20px 13px 20px;
	background: #fff
}

.modalDialog .modal-close {
	position: absolute;
	background: #606061;
	width: 14px;
	right: 3px;
	top: 3px;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%
}

.modalDialog .modal-close:hover {
	background: green
}

.modalDialog #corp-reg-form .modal-close {
	width: 21px;
	height: 20px;
	font-size: 30px;
	line-height: 15px;
	top: 5px;
	right: 5px
}

div.corp-reg {
	padding-top: 20px
}

div.corp-reg h2 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2222em;
	margin-bottom: 15px;
	padding-bottom: 7px
}

div.corp-reg input {
	width: 200px
}

div.corp-reg .buttons-set {
	margin-top: 18px
}

div#payment_form_wt_corporate_debit>div {
	margin-bottom: 10px
}

div#payment_form_wt_corporate_debit label {
	display: inline-block;
	width: 150px;
	padding-left: 15px
}

div#payment_form_wt_corporate_debit select {
	height: 25px;
	padding: 0 5px;
	width: 200px
}

div#payment_form_wt_corporate_debit input {
	padding: 0 5px;
	height: 20px;
	width: 184px
}

#quicksearch ul#quicksearch-fields .quicksearch-fields>ul>li.destination-switcher-holder {
	position: relative;
	box-shadow: none;
	width: auto;
	padding: 0;
	margin: 0
}

#quicksearch ul#quicksearch-fields .quicksearch-fields>ul>li.destination-switcher-holder #destination-switcher {
	position: absolute;
	margin-top: 8px
}

#destination-switcher {
	float: left;
	margin: 11px 5px 0 -7px;
	padding: 4px 0;
	width: 23px;
	position: relative;
	top: 14px;
	left: -31px;
	height: 23px;
	border: none;
	background: no-repeat 50% 50%/contain;
	font-size: 24px
}

.page-print.sales-order-print {
	padding-top: 0
}

.page-print.sales-order-print .step-data .opc .passenger-row,
.page-print.sales-order-print .order-view.panel+.wt-bg1,
.page-print.sales-order-print #my-payment-table {
	margin-top: -20px
}

.page-print.sales-order-print h2.a-center {
	margin-top: 5px
}

.page-print.sales-order-print .buttons-set {
	margin-top: 10px
}

.doca-block,
.docs-block,
.doco-block {
	clear: both;
	margin-top: 20px
}

.doca-block h4,
.docs-block h4,
.doco-block h4 {
	margin-bottom: 20px !important
}

.input-box.mod_doca {
	margin: 0 8px 15px
}

.italic {
	font-style: italic
}

.bold {
	font-weight: bold !important
}

.stock-info {
	color: #ee001c
}

@media only screen and (max-width: 1399px) {
	.inputboxes .sub-inputboxes .sub-box {
		margin-top: 20px
	}

	.order-icon {
		width: 20%
	}
}

@media only screen and (max-width: 1199px) {
	.passenger-switcher .item ul li .name {
		width: 50%;
		color: #fff;
		margin-top: 5px;
		line-height: 1.1
	}

	.emergency-modal .modal-dialog {
		width: 80%;
		margin: 60px auto
	}

	.pricegroup-popup {
		max-height: 400px
	}

	#tripsearch {
		padding: 15px
	}

	#tripsearch .inputbox.input-size-medium,
	#tripsearch .inputbox.input-size-small {
		width: 49%
	}

	#tripsearch .inputboxes>div {
		margin-top: 15px
	}

	#tripsearch .actionset {
		position: static;
		width: 100%;
		margin-right: 0
	}

	button.search-search {
		width: 100%
	}

	#contactinfo .passenger .field {
		width: 48%
	}

	#passengers .passenger .field {
		width: 48%
	}

	#passengers .passenger .field.dob {
		width: 100%
	}

	#contactinfo .passenger .field.controlers {
		width: 100%
	}

	#passengers .passenger .field.dob select,
	#contactinfo .passenger .field.controlers select {
		width: 32%
	}

	.compact-flow .itemgrid-adaptive.itemgrid-2col .item {
		width: 48%
	}
}

@media only screen and (max-width: 1300px) {
	#quicksearch .content h1 {
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 10px 0
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search {
		margin-top: -15px
	}
}

@media only screen and (max-width: 960px) {
	#summary .button {
		line-height: 32px
	}

	#summary .btn-checkout.continue-booking-check,
	#summary .btn-checkout.continue-booking-hotel-flight {
		margin: 5px auto 10px
	}

	#summary #continue-checkout {
		margin-bottom: 7px
	}

	.sales-order-print .step-data .opc .panel-default .panel-heading h4.pad-heading {
		margin-left: 0 !important
	}

	#quicksearch .content h1 {
		float: left;
		font-size: 14px;
		margin-right: 15px;
		margin-bottom: 0
	}

	#quicksearch ul#quicksearch-fields>li {
		margin-bottom: 5px
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search {
		margin-top: -10px
	}

	#quicksearch ul#quicksearch-fields>li.traveltype,
	#quicksearch ul#quicksearch-fields>li.travel-users {
		margin-bottom: -8px
	}

	#quicksearch .content {
		padding-top: 10px
	}

	.travelers,
	.tl-groups {
		clear: both;
		float: none
	}

	.travel-users {
		margin-top: -15px
	}

	.header-regular .right-column .user-menu .top-links {
		float: left
	}

	#tripsearch .inputboxes .sub-inputboxes .traveltype,
	#tripsearch .inputboxes .sub-inputboxes .direct-only,
	#tripsearch .inputboxes .sub-inputboxes .travel-users {
		margin-top: 15px
	}

	#tripsearch .direct-only {
		clear: right
	}

	.sub-inputboxes .entry {
		margin: 10px 0;
		float: none;
		clear: both
	}

	.inputboxes>div {
		margin: 1%
	}

	.flight-results-list .flight-item .flight-select .select-flight {
		height: 50px;
		line-height: 50px
	}

	.flight-results-list .flight-item .flight-select .select-flight span::after {
		top: 15px
	}

	#searchresults {
		width: 100%;
		margin-right: 0
	}

	#summary {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		border-radius: 0
	}

	#summary .summary-inner {
		padding: 10px 11%
	}

	#summary .summary-inner .items {
		display: none
	}

	.no-left-gutter.grid12-9.steps-data {
		width: 100%;
		margin-right: 0
	}

	.order-icon {
		width: 30%
	}
}

@media only screen and (max-width: 760px) {
	.the-slideshow-wrapper-outer.grid12-6 {
		display: none
	}
}

@media only screen and (max-width: 900px) {
	#quicksearch .content h1 {
		display: none
	}

	.tabs-panels.flight-list .mobile-panel table tr td.class-head .hd-title,
	.tabs-panels.flight-list .mobile-panel table tr td div.class-head .hd-title,
	.tabs-panels.flight-list .mobile-panel table tr td.class-head.box-economy {
		width: 70px
	}

	.mobile-panel {
		display: block
	}

	.tabs-panels.flight-list table {
		background: #f0f0f0
	}

	.tabs-panels.flight-list table tr td.flight.a-center {
		display: inline-block
	}

	#quicksearch .content h1 {
		float: none;
		font-size: 18px;
		margin-bottom: 10px
	}

	.mobile-panel .pricegroup-descriptions {
		display: table-row
	}

	.mobile-panel .pricegroup-descriptions .fares-titles tr:last-child td {
		padding-bottom: 4px
	}

	.pricegroup-descriptions {
		display: none
	}

	.emergency-modal .number {
		display: inline-block
	}

	.emergency-modal .ic-phone.ic-lg {
		margin-bottom: 0
	}

	.emergency-modal .emergency-content .grid12-6 {
		margin: 15px 5%;
		width: 90% !important
	}

	.emergency-modal .ic-phone.ic-lg {
		margin-left: 0
	}

	#quicksearch ul#quicksearch-fields>li {
		margin-bottom: 10px
	}

	#quicksearch ul#quicksearch-fields>li.traveltype,
	#quicksearch ul#quicksearch-fields>li.travel-users {
		margin-bottom: 5px
	}

	.heading-under {
		display: none
	}

	.tabs-panels.flight-list table tr td.class-head::after,
	.tabs-panels.flight-list table tr td div.class-head::after {
		display: none
	}

	.pricegroup-popup {
		max-height: 350px
	}

	.preface .the-slideshow-wrapper-outer .item img {
		max-width: 100%
	}

	.customer-account .data-table {
		margin-top: 10px
	}

	.customer-account .data-table td {
		background: transparent none repeat scroll 0 0 !important;
		border: medium none !important;
		display: block;
		text-align: left !important;
		width: 100%
	}

	.sales-order-history .data-table tr {
		background: transparent none repeat scroll 0 0 !important;
		border: medium none !important;
		display: block;
		text-align: left !important;
		width: 100%
	}

	.customer-account thead {
		display: none
	}

	.customer-account .data-table tr {
		border-bottom: 1px solid #e5e5e5 !important;
		margin-bottom: 20px
	}

	.tabs-panels.flight-list .mobile-panel table tr td {
		display: table-cell
	}

	.tabs-panels.flight-list .mobile-panel table tr td.class-head {
		display: table-cell
	}

	.tabs-panels.flight-list table tr {
		text-align: center
	}

	.tabs-panels.flight-list table tr:nth-of-type(2) td {
		padding-top: 2px
	}

	.tabs-panels.flight-list table tr.row-flight .hint {
		font-size: 13px
	}

	.tabs-panels.flight-list table tr td {
		display: block
	}

	.tabs-panels.flight-list table tr td.direction-time,
	.tabs-panels.flight-list table tr td.a-right.flight {
		width: 28%;
		text-align: left;
		display: inline-block;
		background: transparent;
		margin: 15px 0
	}

	.tabs-panels.flight-list table tr td.class-head {
		display: none
	}

	.tabs-panels.flight-list table tr td div.class-head.label {
		box-sizing: border-box;
		display: inline-block;
		margin: 0;
		color: #272733;
		background: transparent;
		width: 48%;
		text-align: left
	}

	.tabs-panels.flight-list table tr td div.class-head.label .hd-title {
		display: inline-block
	}

	.tabs-panels.flight-list table tr td div.class-head.label:before,
	.tabs-panels.flight-list table tr td div.class-head.label .hint {
		display: none
	}

	.tabs-panels.flight-list table tr td .class-input {
		width: 48%;
		display: inline-block
	}

	.cost.grid12-4.a-right {
		text-align: left
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-passengers {
		height: auto;
		clear: both
	}

	.promotions {
		width: 100%
	}

	.promotions>div {
		width: 100%
	}

	.booking-index-index .input-box,
	.input-box input[type=text] {
		width: 100%
	}

	#quicksearch-passengers li {
		min-width: 30%
	}

	#quicksearch-passengers li select {
		width: 100%
	}

	#quicksearch-passengers .quicksearch-note {
		display: none
	}

	#tripsearch #quicksearch-passengers li {
		margin-bottom: 15px
	}

	.promotions.sub-box>div:last-child,
	.actionset {
		margin-top: 20px
	}

	.align-right {
		text-align: left
	}

	.flight-price {
		padding: 0 10px;
		box-sizing: border-box
	}

	#tripsearch .inputboxes .sub-inputboxes .discount-box {
		top: 0
	}

	.page-steps {
		width: 100%
	}

	.filter {
		height: auto
	}

	.filter .wide {
		height: auto
	}

	.filter .time-filter {
		width: 95%;
		float: none
	}

	.filter .time-filter .interval-btn {
		margin-bottom: 20px
	}

	.filter .time-to {
		margin: 0
	}

	.countdown li {
		font-size: 13px
	}

	form#form-flights {
		display: block;
		text-align: center
	}

	#summary .totals>span,
	.passenger-switcher .totals>span {
		line-height: 14px
	}

	.form-list .field,
	.form-list input.input-text,
	.form-list .name-prefix select,
	.form-list select {
		width: 100%
	}

	.desktop-name {
		display: none
	}

	.top-flight-switcher .nav-tabs>li>a {
		padding: 10px
	}

	.top-flight-switcher .nav-tabs>li>a h4 {
		font-size: 16px
	}

	.flight-results-list .flight-item .classes .class-products li label {
		margin: 5px
	}
}

@media only screen and (max-width: 599px) {
	.checkout-agreements .modal-body .content {
		max-height: 160px;
		overflow-y: scroll
	}

	.pricegroup-popup {
		max-height: 250px
	}

	.order-icon {
		width: 48%
	}

	.search-order .form-list .field {
		width: 97.5%
	}

	.page-steps #page-header-steps li {
		font-size: 10px
	}

	#stepchangeloader {
		top: 20.1%;
		height: auto;
		width: 210px;
		margin: 0 0 0 -105px;
		padding: 15px 30px 15px 15px;
		background: #ffffff
	}

	.nav>li a {
		padding: 5px
	}

	.compact-flow .pack-image.grid12-4,
	.compact-flow .pack-description.grid12-8 {
		width: 98%
	}
}

.li--quickbook {
	position: relative;
	display: flex;
	flex-direction: row
}

.li--quickbook .promotions--quickbook {
	position: relative;
	top: 1.5px;
	width: auto
}

.li--quickbook .promotions--quickbook label {
	color: white;
	padding: 0 !important;
	position: relative
}

.li--quickbook .promotions--quickbook input {
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	background: white !important;
	position: relative;
	left: 5px
}

.li--quickbook .promotions--quickbook .input-box {
	margin-right: 5px
}

@media only screen and (max-width: 900px) {
	.sales-order-print .step-data .opc .pad-heading {
		display: flex
	}

	.sales-order-print .contact_info.panel {
		padding: 0
	}

	.sales-order-print .col2-set>.col-1>h2 {
		padding-left: 0 !important
	}

	.sales-order-print .step-data .opc .pad-heading {
		margin-left: 5px !important
	}

	.sales-order-print .checkout-heading h2 {
		margin-top: 11px
	}

	.li--quickbook {
		flex-direction: column
	}
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line {
	pointer-events: none
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line>label {
	color: #bebebe !important;
	border-color: #bebebe !important
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line>label .check .fal {
	color: #bebebe !important
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line .passenger-seats-block>div {
	border-color: #bebebe !important;
	color: #bebebe !important
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line .passenger-seats-block>div:last-child {
	border-color: #bebebe !important
}

.passenger-switcher .summary-inner>ul .line.disable-passenger-line .passenger-seats-block>div .fa-trash-alt {
	color: #bebebe !important
}

.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

#root-wrapper .wrapper {
	border: none;
	background: none transparent
}

#tripsearch .btn-checkout {
	background-color: transparent
}

.sales-order-print .col2-set h2,
.sales-order-print .col2-set h1 {
	border-radius: 5px
}

.sales-order-print h2.wt-bg1 {
	border-radius: 5px
}

.page-print.sales-order-print #my-payment-table {
	margin-top: 0
}

.page-print.sales-order-print .buttons-set button {
	border-radius: 5px;
	color: #fff;
	font-size: 16px
}

.sales-order-print .col2-set h2 {
	font-size: 16px;
	font-weight: 400;
	color: #313131
}

.sales-order-print .col2-set h1 {
	font-size: 18px
}

.sales-order-print .col2-set>.col-1>h2 {
	padding-left: 16px
}

.page-print .panel .collapse .item-row div.bold {
	font-size: 18px
}

.page-print .data-table tr td b {
	font-size: 18px;
	font-size: 20px
}

.sales-order-print h2.wt-bg1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em
}

.sales-order-print .step-data .opc .pad-heading {
	margin-left: 20px
}

.sales-order-print .step-data .opc .panel-default .panel-heading h4.pad-heading {
	margin-left: 33px
}

.sales-order-print .panel-default {
	border-color: #999
}

.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 14px;
	left: 0;
	line-height: 30px;
	position: fixed;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 320px;
	z-index: -1;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.sales-order-history .ui-datepicker-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.sales-order-history .ui-datepicker-header:before,
.sales-order-history .ui-datepicker-header:after {
	display: none
}

.sales-order-history .ui-datepicker-next:after,
.sales-order-history .ui-datepicker-prev:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #d22027;
	border-width: 0 0 2px 2px;
	transform: rotate(45deg)
}

.sales-order-history .ui-datepicker-next:after {
	transform: rotate(225deg)
}

.sales-order-history .ui-datepicker-next,
.sales-order-history .ui-datepicker-prev {
	position: static;
	background: none;
	display: flex;
	width: auto;
	height: auto;
	line-height: 1;
	overflow: visible;
	margin: 0 20px
}

.sales-order-history .ui-datepicker-title {
	text-transform: uppercase;
	min-width: 40%
}

.sales-order-history .ui-datepicker-next {
	order: 3
}

.datepicker-container::before,
.datepicker-container::after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

.datepicker-dropdown {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1
}

.datepicker-inline {
	position: static
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #39f
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
	border-top: 0;
	left: 10px;
	top: -5px
}

.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #39f
}

.datepicker-top-left::after,
.datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -4px
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #39f
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
	border-top-color: #39f
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	left: auto;
	right: 10px
}

.datepicker-panel>ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.datepicker-panel>ul[data-view="days"] {
	justify-content: unset;
	padding-left: 8px
}

.datepicker-panel>ul::before,
.datepicker-panel>ul::after {
	content: " ";
	display: table
}

.datepicker-panel>ul::after {
	clear: both
}

.datepicker-panel>ul>li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px
}

.datepicker-panel>ul>li:hover {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
	color: #999
}

.datepicker-panel>ul>li.highlighted {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li.highlighted:hover {
	background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
	color: #39f
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="next"] {
	font-size: 18px
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
	width: 150px
}

.datepicker-panel>ul[data-view="years"]>li,
.datepicker-panel>ul[data-view="months"]>li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
	background-color: #fff;
	cursor: default
}

.datepicker-hide {
	display: none
}

.flight-service-page .main.container .inner-container {
	height: 100%;
	min-height: calc(100vh - 200px);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	display: flex
}

@media (max-width: 767px) {
	.flight-service-page .main.container .inner-container {
		flex-direction: column;
		align-items: center
	}
}

@media (max-width: 767px) {

	.flight-service-page .main.container .inner-container .col-main,
	.flight-service-page .main.container .inner-container .col-left {
		width: 100%
	}
}

@media (max-width: 767px) {
	.flight-service-page .main.container .inner-container .col-left {
		min-height: auto
	}
}

.flight-service-page .main.container .inner-container .content {
	padding: 10px 20px
}

.flight-service-page .main.container .inner-container .content h1 {
	font-size: 30px;
	text-transform: uppercase;
	padding: 40px 0;
	text-align: center;
	font-weight: bold
}

.flight-service-page .main.container .inner-container .content .searchBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px
}

.flight-service-page .main.container .inner-container .content .searchBar>* {
	width: calc(25% - 10px)
}

.flight-service-page .main.container .inner-container .content .searchBar>*.ticket-number {
	margin-left: 0
}

.flight-service-page .main.container .inner-container .content .searchBar .error-message {
	position: absolute;
	margin-top: 8px;
	font-size: 12px;
	left: 0;
	top: 100%;
	color: #ff0000
}

.flight-service-page .main.container .inner-container .content .searchBar .btn-ticket-verification {
	position: relative;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
	background-color: #54BD84;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-align: center;
	margin-left: 10px
}

.flight-service-page .main.container .inner-container .content .results-wrapper {
	margin-top: 37px
}

.flight-service-page .main.container .inner-container .content .results-wrapper {
	overflow-x: auto;
	overflow-y: hidden
}

.flight-service-page .main.container .inner-container .content .table-wrapper {
	min-width: 800px
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-title {
	font-size: 18px;
	text-transform: capitalize;
	color: #54BD84;
	padding: 20px;
	border-bottom: 1px solid #ccc
}

.flight-service-page .main.container .inner-container .content .table-wrapper .not-found {
	font-size: 18px;
	padding: 20px;
	color: #ccc
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-header {
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-header span {
	width: 12.5%;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-header span.serial {
	text-align: left;
	width: 8%
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-header span.cabin-seat {
	width: 8%
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-header span.passenger-name,
.flight-service-page .main.container .inner-container .content .table-wrapper .table-header span.departure-time {
	width: 17%
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row {
	width: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row>span {
	width: 12.5%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row>span.serial,
.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row>span.cabin-seat {
	width: 8%
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row>span.passenger-name,
.flight-service-page .main.container .inner-container .content .table-wrapper .table-body .table-row>span.departure-time {
	width: 17%
}

.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-header span,
.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-body .table-row>span {
	width: 10%
}

.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-header span.xs,
.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-body .table-row>span.xs {
	width: 7%
}

.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-header span.sm,
.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-body .table-row>span.sm {
	width: 8%
}

.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-header span.lg,
.flight-service-page .main.container .inner-container .content .table-wrapper.table-flight-status .table-body .table-row>span.lg {
	width: 14%
}

.flight-service-page .main.container .inner-container .content .table-wrapper .table-notes {
	margin-top: 20px
}

.flight-service-page .sidebar {
	background: #f8f8f8;
	height: 100%;
	min-height: calc(100vh - 200px);
	order: -1;
	padding-top: 10px
}

.flight-service-page .sidebar .links {
	margin: 0
}

.flight-service-page .sidebar .links a {
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 0 20px 30px;
	display: block;
	box-sizing: border-box;
	border-left: 8px solid transparent
}

.flight-service-page .sidebar .links a:not(.active):hover {
	color: #54BD84
}

.flight-service-page .sidebar .links a.active {
	font-weight: bold;
	border-color: #54BD84
}

.flight-service-page .sidebar .links a.active:hover {
	color: #000
}

.flight-service-page .tabs-wrapper .tabs-control-wrapper {
	display: flex;
	justify-content: center
}

.flight-service-page .tabs-wrapper .tabs-control-wrapper .tab-control-item {
	padding: 8px 25px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
	color: #54BD84;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc
}

.flight-service-page .tabs-wrapper .tabs-control-wrapper .tab-control-item:first-child {
	border-left: none
}

.flight-service-page .tabs-wrapper .tabs-control-wrapper .tab-control-item:last-child {
	border-right: none
}

.flight-service-page .tabs-wrapper .tabs-control-wrapper .tab-control-item.active {
	font-weight: bold
}

.flight-service-page .line-primary {
	border-top-color: #54BD84
}

.flight-service-page .form-horizontal {
	display: flex
}

@media (max-width: 992px) {
	.flight-service-page .form-horizontal {
		flex-direction: column;
		align-items: center
	}
}

.flight-service-page .form-horizontal>* {
	margin: 0 20px 0 0
}

@media (max-width: 992px) {
	.flight-service-page .form-horizontal>* {
		margin: 10px 0
	}
}

.flight-service-page .form-horizontal>*:last-child {
	margin-right: 0
}

.flight-service-page .form-horizontal .custom-input {
	max-width: none
}

.flight-service-page .form-horizontal .form-submit {
	padding: 14px 74px;
	height: 56px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff
}

.custom-input {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 280px
}

.custom-input .label {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 16px;
	color: #C8CCD4;
	font-weight: 500;
	transform-origin: 0 0;
	transition: all .2s ease
}

.custom-input input[type="text"] {
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	padding: 16px 10px 16px 20px;
	height: 56px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #C8CCD4;
	background: none;
	border-radius: 0;
	color: #223254;
	transition: all .15s ease;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block !important
}

.custom-input input[type="text"].error {
	border-color: #ff0000
}

.custom-input input[type="text"]:not(:placeholder-shown)~.label {
	transform: translateY(-16px) translateX(-8px) scale(0.75)
}

.custom-input input[type="text"]:focus {
	background: none;
	outline: none
}

.custom-input input[type="text"]:focus~.label {
	transform: translateY(-16px) translateX(-8px) scale(0.75)
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-thin-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-light-webfont.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 100
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-thinitalic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-thinitalic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 100
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-light-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-light-webfont.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-lightitalic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-lightitalic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 300
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-regular-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-regular-webfont.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-italic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-italic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 400
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-medium-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-medium-webfont.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 500
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-mediumitalic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-mediumitalic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 500
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-bold-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-bold-webfont.woff2") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-bolditalic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-bolditalic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 700
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-black-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-black-webfont.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 800
}

@font-face {
	font-family: "Noto Sans";
	src: url("/media/fonts/noto-sans/notosans-blackitalic-webfont.woff2") format("woff2"), url("/media/fonts/noto-sans/notosans-blackitalic-webfont.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 800
}

.customer-account .main-container .gdpr-wrapper .buttons-set {
	margin-top: 10px
}

.gdpr-wrapper .gdpr-request-data-block .gdpr-block-title {
	margin-bottom: 10px;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 700
}

.gdpr-wrapper .gdpr-request-data-block .gdpr-block-content {
	color: #4e4e4e;
	line-height: 1.2;
	font-size: 17px
}

.gdpr-wrapper .buttons-set {
	display: flex;
	justify-content: space-between
}

@media (max-width: 767px) {
	.gdpr-wrapper .buttons-set {
		flex-direction: column
	}
}

.gdpr-wrapper .buttons-set button {
	margin-left: 0
}

@media (max-width: 767px) {
	.gdpr-wrapper .buttons-set button {
		margin: 8px 0
	}
}

.gdpr-wrapper .buttons-set:after {
	display: none
}

.gdpr-modal .gdpr-modal-content {
	padding: 20px;
	line-height: 1.3;
	font-size: 16px;
	color: #4c4c4c
}

.gdpr-modal .gdpr-modal-content .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}

.gdpr-modal .gdpr-modal-content .field.i-understand {
	margin-top: 15px
}

.gdpr-modal .gdpr-modal-content .field.i-understand label {
	display: flex;
	align-items: center
}

.gdpr-modal .gdpr-modal-content .field.i-understand label:after {
	display: none
}

.gdpr-modal .gdpr-modal-content .field.i-understand label input {
	margin: 0 5px 0 0
}

.gdpr-modal .gdpr-modal-content .field .input-box {
	margin-top: 5px
}

#root-wrapper .hotel-flight-search .hotel-flight-search__field-container--origin {
	border-right: none
}

.fa-exchange-alt:before {
	font-size: 20px;
	color: #54BD84 !important
}

#root-wrapper .hotel-flight-search__partial-date-range .fas,
#root-wrapper .hotel-flight-search__partial-date-range .far {
	color: #c0c0c0;
	font-size: 24px
}

#quicksearch hpf-search .hotel-flight-search__partial-date-range input {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	border: none
}

#root-wrapper hpf-search>div {
	border: 5px solid #54BD84;
	border-radius: 0 0 7px 7px;
	background: #fff
}

#root-wrapper hpf-search>div .mat-divider.mat-divider-horizontal {
	border-color: #e0e0e0
}

#root-wrapper hpf-search>div .mat-checkbox-label {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #000000;
	font-family: 'Cabin', sans-serif !important
}

#root-wrapper hpf-search>div .hotel-flight-search__partial-stay .mat-body-strong.fg-inverse {
	color: #ccc !important;
	text-transform: uppercase;
	font-weight: bold;
	font-family: inherit;
	font-size: 13px;
	line-height: 17px
}

#root-wrapper hpf-search>div .hotel-flight-search__partial-stay .mat-form-field-infix {
	border-top: none
}

#root-wrapper hpf-search>div .hotel-flight-search__partial-stay .mat-checkbox-frame {
	border: 1px solid #CCCCCC;
	border-radius: 5px
}

.hotel-flight-search.bg-primary {
	background-color: white !important
}

.hotel-flight-search__partial-stay.bg-primary {
	background-color: white !important
}

section.hotel-search {
	background-color: white !important;
	border: 5px solid #54BD84;
	border-radius: 0 0 7px 7px
}

hr-hotel-search section.hotel-search label.fg-inverse,
#quicksearch section.hotel-search label.fg-inverse {
	color: #c0c0c0 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	font-family: inherit
}

hr-hotel-search section.hotel-search input,
#quicksearch section.hotel-search input {
	font-size: 22px;
	font-weight: 700;
	color: #313131;
	border: none
}

@media (max-width: 767px) {

	hr-hotel-search section.hotel-search input,
	#quicksearch section.hotel-search input {
		font-size: 15px
	}
}

#quicksearch .hotel-flight-search label.fg-inverse {
	font-size: 13px;
	line-height: 17px;
	color: #ccc !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	font-family: inherit
}

#quicksearch .hotel-flight-search input {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	border: none;
	line-height: 24px
}

.hotels-flight-index .main.container,
.hotels-index-index .main.container {
	position: static
}

.hotels-flight-index .main.container .col-main,
.hotels-index-index .main.container .col-main {
	margin-top: 100px
}

@media (max-width: 767px) {

	.hotels-flight-index .main.container .col-main,
	.hotels-index-index .main.container .col-main {
		margin-top: 71px;
		margin-bottom: 0
	}
}

.hotels-flight-index .main.container #change-search,
.hotels-index-index .main.container #change-search {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 992px) {

	.hotels-flight-index .main.container #change-search,
	.hotels-index-index .main.container #change-search {
		margin: 0 auto;
		width: calc(100% - 20px)
	}
}

.hotels-flight-index .main.container #change-search p,
.hotels-index-index .main.container #change-search p {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	text-transform: capitalize;
	height: 70px;
	display: flex;
	align-items: center
}

@media (max-width: 767px) {

	.hotels-flight-index .main.container #change-search p,
	.hotels-index-index .main.container #change-search p {
		font-size: 22px
	}
}

.hotels-flight-index .inner-container .summary-box {
	box-sizing: border-box
}

@media (min-width: 768px) {
	.hotels-flight-index #root-wrapper .inner-container .summary-box.is-summary {
		padding: 0
	}
}

.hotels-flight-index .col-main #hpf-search.is-summary,
.hotels-index-index .col-main #hpf-search.is-summary {
	z-index: 100;
	background: transparent
}

.hotels-flight-index .col-main #hpf-search.is-summary hpf-search,
.hotels-flight-index .col-main #hpf-search.is-summary hr-hotel-search,
.hotels-index-index .col-main #hpf-search.is-summary hpf-search,
.hotels-index-index .col-main #hpf-search.is-summary hr-hotel-search {
	position: absolute;
	top: 71px;
	left: 0;
	width: 100%;
	box-shadow: 0 10px 14px 2px rgba(0, 0, 0, 0.2)
}

.hotels-flight-index .col-main #hpf-search.is-summary hpf-search>*,
.hotels-flight-index .col-main #hpf-search.is-summary hr-hotel-search>*,
.hotels-index-index .col-main #hpf-search.is-summary hpf-search>*,
.hotels-index-index .col-main #hpf-search.is-summary hr-hotel-search>* {
	border-top: none
}

.hotels-flight-index .inner-container .search-form-wrapper.is-summary,
.hotels-index-index .inner-container .search-form-wrapper.is-summary {
	box-shadow: 0px 0px 15px #00000029
}

#quicksearch .hotel-search label {
	padding: 0
}

#search_form {
	position: relative
}

.hotels-index-index section.hotel-search {
	border-radius: 0 0 7px 7px;
	overflow: hidden
}

.hotel-separator {
	width: 94%;
	margin: 20px auto;
	height: 2px;
	background: rgba(0, 0, 0, 0.15)
}

#top-hotels #top-hotels-content>p {
	text-align: center;
	margin: 20px 0;
	font-size: 16px
}

#top-hotels h2 {
	margin-top: 0;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center
}

#top-hotels h2 svg {
	width: 20px;
	height: 20px;
	fill: #000;
	margin-right: 5px
}

#top-hotels h2 span {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase
}

#top-hotels #hotel-loader {
	margin: 0 auto;
	width: 100px;
	height: 100px
}

#top-hotels #hotel-loader img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#top-hotels .hotel-item {
	margin-top: 20px
}

#top-hotels .hotel-item .image-wrapper {
	display: block;
	height: 220px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

#top-hotels .hotel-item .image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

#top-hotels .hotel-item .image-wrapper .name-wrapper {
	width: 100%;
	min-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5)
}

#top-hotels .hotel-item .rating {
	display: flex
}

#top-hotels .hotel-item .rating label {
	color: #1c4d63
}

#top-hotels .hotel-item .rating .half:before {
	content: "\f5c0"
}

#top-hotels .hotel-item .rating label:before {
	margin: 5px;
	font-size: 30px;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	content: "\f005"
}

#top-hotels .hotel-item .rating label.unchecked:before {
	font-weight: 100
}

#top-hotels .hotel-item .address {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 11px 0 14px 0
}

#top-hotels .hotel-item .links {
	display: flex;
	margin-top: 14px
}

#top-hotels .hotel-item .links .link {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer
}

#top-hotels .hotel-item .links .separator {
	font-size: 16px;
	margin: 0 0.5em
}

#root-wrapper .hotel-flight-search .mat-form-field-label-wrapper .mat-form-field-label {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #CCCCCC;
	top: 12px
}

#root-wrapper .hotel-flight-search .hotel-flight-search__field-container--origin {
	border-right: none
}

#root-wrapper .hotel-search .fas,
#root-wrapper .hotel-search .far,
#root-wrapper .hotel-flight-search .fas,
#root-wrapper .hotel-flight-search .far {
	color: #c0c0c0
}

#root-wrapper .hotel-search .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon:before,
#root-wrapper .hotel-search .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon:before,
#root-wrapper .hotel-flight-search .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon:before,
#root-wrapper .hotel-flight-search .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon:before {
	font-size: 24px
}

#root-wrapper .hotel-search .hotel-search__submit,
#root-wrapper .hotel-search .hotel-flight-search__submit,
#root-wrapper .hotel-flight-search .hotel-search__submit,
#root-wrapper .hotel-flight-search .hotel-flight-search__submit {
	border-radius: 5px
}

#root-wrapper .hotel-search .hotel-search__submit .mat-button-wrapper,
#root-wrapper .hotel-search .hotel-flight-search__submit .mat-button-wrapper,
#root-wrapper .hotel-flight-search .hotel-search__submit .mat-button-wrapper,
#root-wrapper .hotel-flight-search .hotel-flight-search__submit .mat-button-wrapper {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Cabin, sans-serif
}

#root-wrapper .hotel-search button.mat-icon-button.ng-star-inserted,
#root-wrapper .hotel-flight-search button.mat-icon-button.ng-star-inserted {
	display: none
}

#root-wrapper .hotel-search .bg-default,
#root-wrapper .hotel-flight-search .bg-default {
	background-color: transparent !important
}

#root-wrapper .hotel-search .mat-form-field-appearance-legacy .mat-form-field-infix,
#root-wrapper .hotel-flight-search .mat-form-field-appearance-legacy .mat-form-field-infix {
	border-top: none
}

.guest-selection .mat-body {
	font-size: 16px;
	font-family: Cabin, sans-serif
}

.guest-selection .mat-body-strong {
	font-size: 18px;
	font-weight: 700;
	font-family: Cabin, sans-serif
}

.hotels-index-index .owl-item-slideshow-content {
	display: none !important
}

.hotels-index-index #owl-bg {
	height: 500px !important
}

.hotels-flight-index.loading #stepchangeloader {
	display: block !important
}

.hotels-flight-index.loading #co-shadow {
	display: block !important
}

.hotels-flight-index #collapse-booking {
	margin-bottom: 34px
}

.hotels-flight-index #checkoutSteps {
	padding: 0 26px 0 34px
}

.hotels-flight-index #checkoutSteps .hotel-info {
	border: 1px solid #707070;
	border-radius: 10px;
	display: flex;
	margin-bottom: 30px
}

.hotels-flight-index #checkoutSteps .hotel-info>div {
	width: 50%;
	box-sizing: border-box
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description {
	padding: 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy {
	padding: 22px 31px 22px 34px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy .content {
	overflow-y: scroll;
	height: 226px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy .content h2,
.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy .content h4 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.2px;
	color: #000000
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy .content h2 {
	margin-bottom: 10px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .terms-and-cancellation-policy .content p {
	color: #929292;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #929292
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .detail-room {
	padding: 20px 30px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .detail-room p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	margin-bottom: 10px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .detail-room .description {
	display: flex;
	justify-content: left;
	padding: 0
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .detail-room .description img {
	object-fit: cover;
	width: 146px;
	height: 82px;
	margin-right: 14px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .detail-room .description span {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #656565
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 34px 0
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div.nights {
	padding: 0;
	position: relative
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div.nights:before,
.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div.nights:after {
	content: '';
	width: 1px;
	height: 45px;
	background: rgba(0, 0, 0, 0.2);
	left: 50%;
	transform: translateX(-50%);
	position: absolute
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div.nights:before {
	top: 7px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div.nights:after {
	bottom: 8px;
	height: 40px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div span {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #929292
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div h4,
.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #000000
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-date .description>div h4 {
	margin: 8px 0
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel {
	padding: 28px 26px;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper {
	display: flex;
	margin-bottom: 25px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper img {
	width: 146px;
	height: 190px;
	object-fit: cover;
	margin-right: 20px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -0.22px;
	color: #000000;
	opacity: 1;
	margin-bottom: 12px
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .hotel-flight-detail__address {
	margin-top: 15px;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	align-items: center
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .hotel-flight-detail__address .fa-map-marker-alt:before {
	color: #ccc
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .hotel-flight-detail__address span {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .rating {
	display: flex
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .rating label {
	color: #1c4d63
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .rating .half:before {
	content: "\f5c0"
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .rating label:before {
	margin-right: 3px;
	font-size: 18px;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	content: "\f005"
}

.hotels-flight-index #checkoutSteps .hotel-info>div.detail-hotel .detail-wrapper .description .rating label.unchecked:before {
	font-weight: 100
}

.hotels-flight-index #checkoutSteps .contact-wrapper,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking {
	margin: 0 31px 15px 38px;
	padding: 0 !important
}

.hotels-flight-index #checkoutSteps .contact-wrapper .step-title h2,
.hotels-flight-index #checkoutSteps .contact-wrapper h2,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking .step-title h2,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000000;
	opacity: 1
}

.hotels-flight-index #checkoutSteps .contact-wrapper h3.customer-name,
.hotels-flight-index #checkoutSteps .contact-wrapper .ref-num,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking h3.customer-name,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking .ref-num {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #1D4D63;
	opacity: 1;
	text-transform: uppercase
}

.hotels-flight-index #checkoutSteps .contact-wrapper h3.customer-name span.pnr-code,
.hotels-flight-index #checkoutSteps .contact-wrapper .ref-num span.pnr-code,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking h3.customer-name span.pnr-code,
.hotels-flight-index #checkoutSteps li.section .step-title.summary-booking .ref-num span.pnr-code {
	color: #1D4D63
}

.hotels-flight-index #checkoutSteps .contact_info {
	border: 1px solid #707070 !important;
	padding: 10px 25px !important;
	margin-bottom: 49px
}

.hotels-flight-index #checkoutSteps .contact_info>div {
	width: 15%;
	height: 105px
}

.hotels-flight-index #checkoutSteps .contact_info>div span {
	font-size: 14px;
	line-height: 19px
}

.hotels-flight-index #checkoutSteps .contact_info>div.address {
	width: 55%
}

.hotels-flight-index #checkoutSteps .contact_info>div.email {
	width: 15%
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr {
	border: 1px solid #707070;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.flight-from {
	border-radius: 10px 10px 0 0;
	border-bottom: none
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers {
	border-radius: 0 0 10px 10px;
	border-top: none;
	flex-direction: column;
	padding: 25px 0
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td {
	height: auto;
	width: 100%;
	border: none;
	padding-left: 25px !important
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td:first-child {
	margin-top: 0
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td:last-child {
	margin-bottom: 0
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td .passenger-title {
	display: flex;
	align-items: center
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td .passenger-title i {
	font-size: 16px;
	color: #1D4D63
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr.passengers td .passenger-title span {
	margin-left: 10px;
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize;
	color: #1D4D63;
	font-weight: 400
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td {
	height: 105px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	justify-content: center;
	width: 16%;
	padding-left: 30px !important;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td span {
	font-size: 14px;
	line-height: 19px
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-direction-name {
	margin: 0;
	height: 125px;
	width: 14%;
	padding: 0 !important
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-direction-name h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #F8F8F8
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-direction-name h4 svg.rotate {
	transform: rotate(180deg)
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-direction-name h4 span {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #751332;
	font-weight: bold;
	margin-top: 6px
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-id {
	width: 11%
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.flight-directions {
	width: 44.5%
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td.arrival {
	border-right: none
}

.hotels-flight-index #checkoutSteps table.thin-oswald.flight-headings tr td span:first-child {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px
}

.hotels-flight-index.step-data {
	display: block !important
}

.hotels-flight-index .member-login {
	padding: 0;
	position: relative
}

.hotels-flight-index .member-login #step-passengers div.clearfix.login-form,
.hotels-flight-index .member-login #step-passengers .clearfix.logout-form {
	float: none;
	width: 100%;
	margin-top: 0
}

.hotels-flight-index .member-login #step-passengers div.clearfix.login-form .button-line,
.hotels-flight-index .member-login #step-passengers .clearfix.logout-form .button-line {
	margin: 24px 0 0
}

.hotels-flight-index .member-login:after {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background: #fff url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/ajax-loader.gif) no-repeat center center;
	content: ""
}

.hotels-flight-index .member-login.loaded:after {
	display: none
}

.hotels-flight-index .rooms-allocation {
	padding-top: 1rem
}

.hotels-flight-index .member-management #passenger-login {
	display: flex !important
}

.hotels-flight-index #step-passengers {
	padding: 0;
	width: 100%
}

@media (max-width: 1049px) {
	.hotels-flight-index.user-is-not-loggedin .rooms-allocation .login-section {
		display: block !important
	}
}

.hotels-flight-index.user-is-loggedin #step-passengers .clearfix.logout-form {
	display: block
}

.hotels-flight-index #collapse-payment #form-checkout .totals-booking-rules h3 {
	color: #54BD84
}

.hotels-index-index #checkout-container,
#printReceiptHotel {
	box-shadow: -1px -6px 50px rgba(0, 0, 0, 0.15)
}

.hotels-index-index #checkout-container.step-data,
#printReceiptHotel.step-data {
	display: block !important
}

.hotels-index-index #checkout-container #collapse-payment #form-checkout .totals-booking-rules,
.hotels-index-index #checkout-container #shopping-cart-totals-table,
#printReceiptHotel #collapse-payment #form-checkout .totals-booking-rules,
#printReceiptHotel #shopping-cart-totals-table {
	display: none
}

.hotels-index-index #checkout-container .info,
#printReceiptHotel .info {
	padding: 12px 20px
}

.hotels-index-index #checkout-container .info-text,
#printReceiptHotel .info-text {
	text-align: left;
	font-size: 16px
}

.hotels-index-index #checkout-container .item-information h3,
#printReceiptHotel .item-information h3 {
	font-weight: bold;
	padding: 10px 0
}

.hotels-index-index #checkout-container .item-information p,
#printReceiptHotel .item-information p {
	padding: 10px
}

.hotels-index-index #checkout-container .title,
#printReceiptHotel .title {
	padding: 20px 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 25px;
	background-color: #54BD84
}

.hotels-index-index #checkout-container .hotel,
#printReceiptHotel .hotel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.hotels-index-index #checkout-container .hotel-description,
#printReceiptHotel .hotel-description {
	display: flex;
	justify-content: space-between;
	padding-right: 20px
}

.hotels-index-index #checkout-container .hotel-description .image,
#printReceiptHotel .hotel-description .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 200px;
	margin-right: 30px
}

.hotels-index-index #checkout-container .hotel-description .address,
#printReceiptHotel .hotel-description .address {
	box-sizing: border-box;
	width: calc(100% - 330px)
}

.hotels-index-index #checkout-container .hotel-description h2,
#printReceiptHotel .hotel-description h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px
}

.hotels-index-index #checkout-container .hotel-description p,
#printReceiptHotel .hotel-description p {
	font-size: 20px;
	line-height: 1.5;
	padding-right: 40px
}

.hotels-index-index #checkout-container .hotel-description .rating,
#printReceiptHotel .hotel-description .rating {
	display: flex
}

.hotels-index-index #checkout-container .hotel-description .rating label,
#printReceiptHotel .hotel-description .rating label {
	color: #1c4d63;
	float: right
}

.hotels-index-index #checkout-container .hotel-description .rating .half:before,
#printReceiptHotel .hotel-description .rating .half:before {
	content: "\f5c0"
}

.hotels-index-index #checkout-container .hotel-description .rating label:before,
#printReceiptHotel .hotel-description .rating label:before {
	margin: 5px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	content: "\f005"
}

.hotels-index-index #checkout-container .hotel-description .rating label.unchecked:before,
#printReceiptHotel .hotel-description .rating label.unchecked:before {
	font-weight: 100
}

.hotels-index-index #checkout-container .hotel-reservation,
#printReceiptHotel .hotel-reservation {
	border: 1px solid #54BD84;
	min-width: 320px;
	padding: 50px 30px;
	border-radius: 10px
}

.hotels-index-index #checkout-container .hotel-reservation .check-in,
.hotels-index-index #checkout-container .hotel-reservation .check-out,
#printReceiptHotel .hotel-reservation .check-in,
#printReceiptHotel .hotel-reservation .check-out {
	display: flex;
	justify-content: space-between
}

.hotels-index-index #checkout-container .hotel-reservation .check-in p:first-child,
.hotels-index-index #checkout-container .hotel-reservation .check-out p:first-child,
#printReceiptHotel .hotel-reservation .check-in p:first-child,
#printReceiptHotel .hotel-reservation .check-out p:first-child {
	padding-right: 12px
}

.hotels-index-index #checkout-container .hotel-reservation .check-out,
#printReceiptHotel .hotel-reservation .check-out {
	padding-top: 10px;
	padding-bottom: 25px
}

.hotels-index-index #checkout-container .hotel-reservation p,
#printReceiptHotel .hotel-reservation p {
	font-size: 18px;
	font-weight: 700
}

.hotels-index-index #checkout-container .rooms,
#printReceiptHotel .rooms {
	padding: 0 0 20px
}

.hotels-index-index #checkout-container .rooms-header,
#printReceiptHotel .rooms-header {
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	margin: 0 30px 15px
}

.hotels-index-index #checkout-container .rooms-header p,
#printReceiptHotel .rooms-header p {
	font-size: 18px;
	font-weight: bold
}

.hotels-index-index #checkout-container .rooms-item,
#printReceiptHotel .rooms-item {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 10px 0
}

.hotels-index-index #checkout-container .rooms-item .rooms-row,
#printReceiptHotel .rooms-item .rooms-row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px
}

.hotels-index-index #checkout-container .rooms-item .rooms-row h4,
#printReceiptHotel .rooms-item .rooms-row h4 {
	font-size: 20px;
	color: #1B495A;
	font-weight: 700
}

.hotels-index-index #checkout-container .rooms-item .rooms-row p,
#printReceiptHotel .rooms-item .rooms-row p {
	font-size: 20px;
	font-weight: 700;
	min-width: 90px
}

.hotels-index-index #checkout-container .rooms-nights,
#printReceiptHotel .rooms-nights {
	padding-left: 24px
}

.hotels-index-index #checkout-container .rooms-nights .night-header,
.hotels-index-index #checkout-container .rooms-nights .contact-information,
#printReceiptHotel .rooms-nights .night-header,
#printReceiptHotel .rooms-nights .contact-information {
	font-size: 18px;
	cursor: pointer
}

.hotels-index-index #checkout-container .rooms-nights .night-header.active .arrow,
.hotels-index-index #checkout-container .rooms-nights .contact-information.active .arrow,
#printReceiptHotel .rooms-nights .night-header.active .arrow,
#printReceiptHotel .rooms-nights .contact-information.active .arrow {
	transform: rotate(135deg);
	top: -3px
}

.hotels-index-index #checkout-container .rooms-nights .night-header,
#printReceiptHotel .rooms-nights .night-header {
	padding-top: 12px
}

.hotels-index-index #checkout-container .rooms-nights .contact-information-content p,
#printReceiptHotel .rooms-nights .contact-information-content p {
	font-size: 16px;
	padding-top: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 20px
}

.hotels-index-index #checkout-container .rooms-nights .arrow,
#printReceiptHotel .rooms-nights .arrow {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-right: 2px solid #54BD84;
	border-top: 2px solid #54BD84;
	transform: rotate(45deg);
	margin-left: 5px;
	float: right;
	transition: transform 0.25s linear
}

.hotels-index-index #checkout-container .rooms-nights .night-item,
#printReceiptHotel .rooms-nights .night-item {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	flex-direction: column
}

.hotels-index-index #checkout-container .rooms-nights .night-item>div,
#printReceiptHotel .rooms-nights .night-item>div {
	display: flex;
	justify-content: space-between;
	padding: 3px 0;
	border-bottom: 1px #cfcfcf dashed
}

.hotels-index-index #checkout-container .rooms-nights .night-item>div>div.bold,
#printReceiptHotel .rooms-nights .night-item>div>div.bold {
	min-width: 90px;
	text-align: right
}

.hotels-index-index #checkout-container .rooms-nights .night-content,
#printReceiptHotel .rooms-nights .night-content {
	padding-left: 20px
}

.hotels-index-index #checkout-container .total-wrapper,
#printReceiptHotel .total-wrapper {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 10px 0
}

.hotels-index-index #checkout-container .total-price,
#printReceiptHotel .total-price {
	display: flex;
	justify-content: space-between;
	padding: 6px 0
}

.hotels-index-index #checkout-container .total-price.mandatory-fee,
#printReceiptHotel .total-price.mandatory-fee {
	border-bottom: 1px #cfcfcf dashed;
	margin: 0 30px
}

.hotels-index-index #checkout-container .total-price p,
#printReceiptHotel .total-price p {
	font-weight: 700;
	font-size: 20px
}

.hotels-index-index #checkout-container #collapse-payment,
#printReceiptHotel #collapse-payment {
	box-shadow: none;
	border-top: 1px solid #D1D1D1
}

.hotels-index-index #checkout-container .payment-info,
#printReceiptHotel .payment-info {
	padding: 20px
}

.hotels-index-index #checkout-container .payment-info>h2,
.hotels-index-index #checkout-container .agreements h2,
#printReceiptHotel .payment-info>h2,
#printReceiptHotel .agreements h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 16px
}

.hotels-index-index #checkout-container .payment-info>h2,
#printReceiptHotel .payment-info>h2 {
	padding: 0 10px
}

.hotels-index-index #checkout-container .agreements,
#printReceiptHotel .agreements {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 16px;
	padding: 0
}

.hotels-index-index #checkout-container .agreements p,
#printReceiptHotel .agreements p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 16px
}

.hotels-index-index #checkout-container .agreements .bottom-indent h4,
#printReceiptHotel .agreements .bottom-indent h4 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.03em;
	margin-bottom: 10px
}

.hotels-index-index #checkout-container .agreements .bottom-indent .table-item-content,
#printReceiptHotel .agreements .bottom-indent .table-item-content {
	padding-bottom: 10px
}

.hotels-index-index #checkout-container .agreements .bottom-indent .table-item-content p,
#printReceiptHotel .agreements .bottom-indent .table-item-content p {
	padding-bottom: 0px
}

.hotels-index-index #checkout-container .agreements .link,
#printReceiptHotel .agreements .link {
	color: #59afe1 !important
}

.hotels-index-index #checkout-container .total-info,
#printReceiptHotel .total-info {
	display: flex;
	align-items: center;
	padding: 12px 0;
	margin-bottom: 12px
}

.hotels-index-index #checkout-container .total-info p,
#printReceiptHotel .total-info p {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
	width: 50%
}

.hotels-index-index #checkout-container .total-info p:first-child,
#printReceiptHotel .total-info p:first-child {
	min-width: 200px
}

.hotels-index-index #checkout-container .total-info p:last-child,
#printReceiptHotel .total-info p:last-child {
	min-width: 130px;
	background-color: #1C4D63
}

body.checkout-onepage-success .confirmation.confirmation-hotel .confirmation-info h3.ref-num {
	margin-top: 0;
	margin-bottom: 0
}

body.checkout-onepage-success .confirmation.confirmation-hotel .page-title,
#printReceiptHotel .page-title {
	text-align: center
}

body.checkout-onepage-success .confirmation.confirmation-hotel .page-title h1,
#printReceiptHotel .page-title h1 {
	padding-top: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #000
}

body.checkout-onepage-success .confirmation.confirmation-hotel .page-title p,
#printReceiptHotel .page-title p {
	font-size: 22px;
	font-weight: 400;
	color: #000
}

body.checkout-onepage-success .confirmation.confirmation-hotel>p,
#printReceiptHotel>p {
	text-align: center
}

body.checkout-onepage-success .confirmation.confirmation-hotel .order-number,
#printReceiptHotel .order-number {
	font-size: 22px;
	color: #000;
	font-weight: 400
}

body.checkout-onepage-success .confirmation.confirmation-hotel .order-text,
#printReceiptHotel .order-text {
	font-size: 20px;
	width: 50%;
	margin: 0 auto;
	color: #ccc
}

body.checkout-onepage-success .confirmation.confirmation-hotel .line,
#printReceiptHotel .line {
	height: 1px;
	width: 100%;
	background-color: #ccc;
	margin: 40px 0;
	position: relative
}

body.checkout-onepage-success .confirmation.confirmation-hotel .line .check-icon,
#printReceiptHotel .line .check-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px)
}

body.checkout-onepage-success .confirmation.confirmation-hotel h3.ref-num,
#printReceiptHotel h3.ref-num {
	padding: 20px 0;
	text-align: center;
	font-size: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel,
#printReceiptHotel .hotel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description,
#printReceiptHotel .hotel-description {
	display: flex;
	justify-content: space-between
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .image,
#printReceiptHotel .hotel-description .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 200px;
	margin-right: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description h2,
#printReceiptHotel .hotel-description h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description p,
#printReceiptHotel .hotel-description p {
	font-size: 18px;
	line-height: 1.5
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description h3,
#printReceiptHotel .hotel-description h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .rating,
#printReceiptHotel .hotel-description .rating {
	display: flex
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .rating label,
#printReceiptHotel .hotel-description .rating label {
	color: #1c4d63;
	float: right
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .rating .half:before,
#printReceiptHotel .hotel-description .rating .half:before {
	content: "\f5c0"
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .rating label:before,
#printReceiptHotel .hotel-description .rating label:before {
	margin: 5px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	content: "\f005"
}

body.checkout-onepage-success .confirmation.confirmation-hotel .hotel-description .rating label.unchecked:before,
#printReceiptHotel .hotel-description .rating label.unchecked:before {
	font-weight: 100
}

body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date,
#printReceiptHotel .reservation-date {
	margin-top: 30px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .table-item-content .icons,
#printReceiptHotel .table-item-content .icons {
	padding: 8px 0px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .table-item-content .icons:before,
#printReceiptHotel .table-item-content .icons:before {
	font-weight: 700;
	margin-right: 14px;
	width: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	display: inline-block
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .step-title,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .step-title,
#printReceiptHotel .rooms-item .step-title,
#printReceiptHotel .reservation-date .step-title {
	padding: 0 0 20px 0 !important
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .step-title .checkout-heading,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .step-title .checkout-heading,
#printReceiptHotel .rooms-item .step-title .checkout-heading,
#printReceiptHotel .reservation-date .step-title .checkout-heading {
	display: flex;
	justify-content: space-between;
	align-items: center
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .step-title .checkout-heading h3,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .step-title .checkout-heading h3,
#printReceiptHotel .rooms-item .step-title .checkout-heading h3,
#printReceiptHotel .reservation-date .step-title .checkout-heading h3 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.03em
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .table,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .table,
#printReceiptHotel .rooms-item .table,
#printReceiptHotel .reservation-date .table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	padding: 0 !important
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .table>div,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .table>div,
#printReceiptHotel .rooms-item .table>div,
#printReceiptHotel .reservation-date .table>div {
	width: calc(50% - 40px)
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .table>div.bottom-indent,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .table>div.bottom-indent,
#printReceiptHotel .rooms-item .table>div.bottom-indent,
#printReceiptHotel .reservation-date .table>div.bottom-indent {
	margin-bottom: 30px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .rooms-item .table>div h4,
body.checkout-onepage-success .confirmation.confirmation-hotel .reservation-date .table>div h4,
#printReceiptHotel .rooms-item .table>div h4,
#printReceiptHotel .reservation-date .table>div h4 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.03em;
	margin-bottom: 10px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown,
#printReceiptHotel .price-breakdown {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: -20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .step-title,
#printReceiptHotel .price-breakdown .step-title {
	padding: 0 0 20px 0 !important;
	position: relative;
	left: -20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .step-title .checkout-heading,
#printReceiptHotel .price-breakdown .step-title .checkout-heading {
	display: flex;
	justify-content: space-between;
	align-items: center
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .step-title .checkout-heading h3,
#printReceiptHotel .price-breakdown .step-title .checkout-heading h3 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.03em
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .table,
#printReceiptHotel .price-breakdown .table {
	box-sizing: border-box;
	padding: 0 !important
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .table>h3,
#printReceiptHotel .price-breakdown .table>h3 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .content,
#printReceiptHotel .price-breakdown .content {
	padding-bottom: 20px;
	margin-right: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .content>div,
#printReceiptHotel .price-breakdown .content>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	margin-bottom: 5px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .content>div div,
#printReceiptHotel .price-breakdown .content>div div {
	width: 50%
}

body.checkout-onepage-success .confirmation.confirmation-hotel .price-breakdown .content>div div:last-child,
#printReceiptHotel .price-breakdown .content>div div:last-child {
	text-align: right
}

body.checkout-onepage-success .confirmation.confirmation-hotel .item-information,
#printReceiptHotel .item-information {
	margin: 20px 0
}

body.checkout-onepage-success .confirmation.confirmation-hotel .item-information.rules,
#printReceiptHotel .item-information.rules {
	position: relative;
	left: -20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .item-information.rules p,
#printReceiptHotel .item-information.rules p {
	padding-top: 20px
}

body.checkout-onepage-success .confirmation.confirmation-hotel .item-information h3,
#printReceiptHotel .item-information h3 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.03em
}

body.checkout-onepage-success .confirmation.confirmation-hotel .item-information p,
#printReceiptHotel .item-information p {
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	letter-spacing: 0.03em
}

.col2-set.is-hotel {
	margin: 10px 60px
}

#printReceiptHotel {
	border: 2px solid #c0c0c0;
	box-shadow: none;
	border-radius: 20px;
	padding: 10px 30px;
	margin: 0 60px
}

#printReceiptHotel h3.ref-num {
	text-align: left;
	position: relative;
	left: -10px
}

#printReceiptHotel .block-title {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.03em;
	padding-bottom: 10px
}

#printReceiptHotel .hotel .hotel-description {
	width: 85%
}

#printReceiptHotel .item-information p {
	padding-left: 0
}

#printReceiptHotel .rooms-item {
	border: 0;
	padding: 0
}

#printReceiptHotel .price-breakdown .table.step-conten {
	padding-left: 25px !important
}

#printReceiptHotel .item-information.rules {
	left: 0
}

#printReceiptHotel .about-hotel-label {
	font-weight: 700
}

#landing-top-hotels .title {
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 26px
}

#landing-top-hotels #landing-top-hotels-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

#landing-top-hotels #landing-top-hotels-content .hotel-item {
	max-width: 368px;
	border: 2px solid #54BD84;
	margin-bottom: 20px;
	margin-right: 8px;
	height: 280px
}

#landing-top-hotels #landing-top-hotels-content .hotel-item a:hover {
	color: #333333
}

#landing-top-hotels #landing-top-hotels-content .hotel-item a .image-wrapper {
	position: relative;
	height: 80%
}

#landing-top-hotels #landing-top-hotels-content .hotel-item a .image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

#landing-top-hotels #landing-top-hotels-content .hotel-item a .image-wrapper h3.city {
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 24px
}

#landing-top-hotels #landing-top-hotels-content .hotel-item a .hotel-details {
	text-align: center;
	font-size: 18px;
	height: 20%;
	justify-content: center;
	display: flex;
	flex-direction: column
}

@media screen and (max-width: 900px) {

	.hotels-index-index #checkout-container .hotel,
	#printReceiptHotel .hotel {
		flex-direction: column
	}

	.hotels-index-index #checkout-container .hotel .hotel-description,
	#printReceiptHotel .hotel .hotel-description {
		padding-right: 0;
		flex-direction: column;
		align-items: center
	}

	.hotels-index-index #checkout-container .hotel .hotel-description .image,
	#printReceiptHotel .hotel .hotel-description .image {
		margin: 0
	}

	.hotels-index-index #checkout-container .hotel .hotel-description .address,
	#printReceiptHotel .hotel .hotel-description .address {
		width: 100%
	}

	.hotels-index-index #checkout-container .hotel .hotel-description h2,
	#printReceiptHotel .hotel .hotel-description h2 {
		font-size: 18px
	}

	.hotels-index-index #checkout-container .hotel .hotel-description p,
	#printReceiptHotel .hotel .hotel-description p {
		font-size: 14px
	}

	.hotels-index-index #checkout-container .hotel .hotel-reservation,
	#printReceiptHotel .hotel .hotel-reservation {
		padding: 20px
	}

	.hotels-index-index #checkout-container .rooms .rooms-header p,
	#printReceiptHotel .rooms .rooms-header p {
		font-size: 15px
	}

	.hotels-index-index #checkout-container .rooms .rooms-item,
	#printReceiptHotel .rooms .rooms-item {
		padding: 20px
	}

	.hotels-index-index #checkout-container .rooms .rooms-item .rooms-row p,
	.hotels-index-index #checkout-container .rooms .rooms-item .rooms-row h4,
	#printReceiptHotel .rooms .rooms-item .rooms-row p,
	#printReceiptHotel .rooms .rooms-item .rooms-row h4 {
		font-size: 18px
	}

	.hotels-index-index #checkout-container .rooms .rooms-item .rooms-nights,
	#printReceiptHotel .rooms .rooms-item .rooms-nights {
		padding-left: 12px
	}

	.hotels-index-index #checkout-container .rooms .rooms-item .rooms-nights .night-header,
	.hotels-index-index #checkout-container .rooms .rooms-item .rooms-nights .contact-information,
	#printReceiptHotel .rooms .rooms-item .rooms-nights .night-header,
	#printReceiptHotel .rooms .rooms-item .rooms-nights .contact-information {
		font-size: 16px
	}

	.hotels-index-index #checkout-container .total-wrapper .total-price p,
	#printReceiptHotel .total-wrapper .total-price p {
		font-size: 16px
	}
}

.hotels-index-index .hotel-rules-wrapper {
	font-family: "Noto Sans";
	font-size: 14px
}

.hotels-index-index .hotel-rules-wrapper .hr-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 16px
}

.hotels-index-index .hotel-rules-wrapper .hr-title i {
	font-size: 30px;
	margin-right: 10px
}

.hotels-index-index .hotel-rules-wrapper .hr-sub-title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.2
}

@media (max-width: 767px) {
	.hotels-index-index .hotel-rules-wrapper .hr-sub-title {
		font-size: 15px
	}
}

.hotels-index-index .hotel-rules-wrapper .hr-details-wrapper {
	overflow-y: auto;
	max-height: 180px
}

.hotels-index-index .hotel-rules-wrapper .hrd-registration-wrapper {
	margin-bottom: 10px
}

.hotels-index-index .hotel-rules-wrapper .hrd-registration-wrapper .hrd-registration-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3
}

@media (max-width: 767px) {
	.hotels-index-index .hotel-rules-wrapper .hrd-registration-wrapper .hrd-registration-title {
		font-size: 16px
	}
}

.hotels-index-index .hotel-rules-wrapper .hrd-registration-wrapper .hrd-registration {
	font-size: 16px
}

@media (max-width: 767px) {
	.hotels-index-index .hotel-rules-wrapper .hrd-registration-wrapper .hrd-registration {
		font-size: 15px
	}
}

.hotels-index-index .hotel-rules-wrapper .hrd-special-instructions-wrapper .hrd-special-instructions-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3
}

@media (max-width: 767px) {
	.hotels-index-index .hotel-rules-wrapper .hrd-special-instructions-wrapper .hrd-special-instructions-title {
		font-size: 16px
	}
}

.hotels-index-index .hotel-rules-wrapper .hrd-special-instructions-wrapper .hrd-special-instructions {
	line-height: 1.3
}

.hotels-index-index #shopping-cart-totals-table {
	font-size: 18px
}

.hotels-index-index .hotel-agreements {
	margin-top: 22px;
	font-size: 18px;
	text-align: center;
	color: #AC2952
}

@media (max-width: 767px) {
	.hotels-index-index .hotel-agreements {
		font-size: 14px;
		margin-top: 10px
	}
}

.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info {
	width: 100%;
	justify-content: flex-start
}

.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-more {
	flex-shrink: 0;
	margin-right: 20px
}

.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info #button-change-search {
	flex-shrink: 0
}

@media (max-width: 992px) {
	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-hotel {
		font-size: 18px;
		margin-right: 0;
		line-height: 1.3
	}

	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-more {
		margin: 0 10px
	}
}

@media (max-width: 767px) {
	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-hotel {
		font-size: 14px;
		flex: 2
	}

	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-more {
		flex: 2
	}

	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info .search-info-more p {
		font-size: 11px
	}

	.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info #button-change-search {
		flex: 1;
		width: 73px;
		font-size: 12px
	}
}

.hotels-index-index .inner-container .search-form-wrapper .summary-box #search-info #button-change-search {
	margin-left: auto
}

.hotels-index-index .button-close-search-icon {
	border-radius: 50%;
	border: 2px solid #fff;
	height: 36px;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -2px;
	top: -2px;
	margin: 0
}

.hotels-index-index .button-close-search-icon i {
	position: static !important;
	font-size: 25px !important
}

.hotels-index-index hr-hotel-search .hotel-search__field .mat-input-element,
.hotels-index-index hr-hotel-search .hotel-search__field .guest-selection__input {
	font-weight: bold;
	font-size: 18px
}

@media (max-width: 767px) {

	.hotels-index-index hr-hotel-search .hotel-search__field .mat-input-element,
	.hotels-index-index hr-hotel-search .hotel-search__field .guest-selection__input {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	#quicksearch hpf-search {
		font-family: "Noto Sans" !important
	}

	#quicksearch hpf-search .mat-display-3,
	#quicksearch hpf-search .mat-form-field {
		font-family: "Noto Sans" !important
	}

	#quicksearch hpf-search .mat-display-3 {
		font-size: 50px;
		font-weight: bold
	}

	.outline-form-field__label.mat-body-strong,
	.outline-form-field__label.mat-body-2,
	.hotel-flight-search__label.mat-body-strong,
	.hotel-flight-search__label.mat-body-2 {
		font-size: 10px
	}

	#quicksearch .hotel-flight-search input {
		font-size: 15px;
		font-weight: normal
	}

	#quicksearch .hotel-flight-search input#flyFrom,
	#quicksearch .hotel-flight-search input#flyTo {
		text-transform: uppercase;
		font-size: 10px
	}

	#quicksearch .hotel-flight-search input#guest-selection-infant {
		font-size: 12px
	}

	#quicksearch .hotel-flight-search .hotel-flight-search__underline input {
		font-size: 14px
	}

	#root-wrapper hpf-search>div .mat-checkbox-label {
		font-size: 14px
	}

	#quicksearch hpf-search .hotel-flight-search__partial-date-range input {
		font-size: 15px;
		font-weight: normal
	}
}

[dir="rtl"] .new-arrow-wrap {
	left: 15px;
	right: unset
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li {
	float: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li#quicksearch-search {
	left: 14px;
	right: unset
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li>ul>li.flights-select-from:before {
	width: calc(36% + 5px);
	text-align: right;
	border-left: 1px solid #e2e2e2;
	border-right: 0
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li>ul>li.flights-select-from:after {
	margin-right: -17px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li.traveltype {
	right: 6px;
	left: unset
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li .quicksearch-flights-icon.marker {
	width: 16px;
	padding: 0
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li .sub-box.passenger-types .infobox {
	top: 46px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li .sub-box.passenger-types .infobox::before {
	right: 0
}

[dir="rtl"] #quicksearch ul#quicksearch-fields>li .passengers-select-sub-label :first-child {
	text-align: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
	margin: 0 0 0 48px;
	float: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.dates-select-depart.travel-date {
	width: calc(56% - 12px);
	margin-left: 36px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers {
	text-align: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
	margin-left: 20px;
	margin-right: 0;
	float: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li input {
	padding-right: 30px;
	padding-left: 38px
}

[dir="rtl"] #quicksearch .sub-box.compartment-types,
[dir="rtl"] .search-period-type,
[dir="rtl"] .sub-box.passenger-types {
	margin: 0 0 0 10px
}

[dir="rtl"] #quicksearch .sub-box.compartment-types .compartment-label,
[dir="rtl"] .search-period-type .compartment-label,
[dir="rtl"] .sub-box.passenger-types .compartment-label {
	left: auto
}

body[dir="rtl"] #top .header-menu-flex>.left-column.grid12-4 {
	text-align: right
}

body[dir="rtl"] #top #header-nav {
	float: left
}

body[dir="rtl"] #top .header-top-container>.right-column .left-wrapper .chat-block i.fal,
body[dir="rtl"] #top .header-top-container>.right-column .left-wrapper .notification-block i.fal {
	margin-left: 6px !important;
	margin-right: 0 !important
}

body[dir="rtl"] #top .right-column .dropdown .dropdown-content {
	left: 0;
	right: auto
}

body[dir="rtl"] #top .dropdown .dropdown-content>li .label {
	margin-left: 8px;
	margin-right: 0
}

body[dir="rtl"] #top .right-column .dropdown .dropdown-content {
	text-align: right
}

body[dir="rtl"] #top .dropdown .dropdown-heading.cover>span,
body[dir="rtl"] #top .dropdown .dropdown-heading.cover>div {
	padding-left: 0;
	padding-right: 10px
}

body[dir="rtl"] #top .nav-regular .caret {
	margin-left: 0;
	margin-right: 3px
}

body[dir="rtl"] #top #currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value::before,
body[dir="rtl"] #top #currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value::before,
body[dir="rtl"] #top #currency-switcher-wrapper-regular .currency-switcher.dropdown span.value::before {
	margin-left: 8px
}

[dir="rtl"] #quicksearch-period>.infobox,
[dir="rtl"] #tripsearch .inputboxes #quicksearch-period>ul.infobox {
	left: auto;
	right: -30px
}

[dir="rtl"] .compartment-outbound-select-wrapper>ul.infobox::before,
[dir="rtl"] .compartment-inbound-select-wrapper>ul.infobox::before,
[dir="rtl"] .booking-index-index #tripsearch .compartment-inbound-select-wrapper>ul.infobox::before,
[dir="rtl"] .booking-index-index #tripsearch .compartment-outbound-select-wrapper>ul.infobox::before {
	right: 30px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #originselect:before,
[dir="rtl"] .booking-index-index #tripsearch #originselect:before {
	right: calc(11% - 7px)
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #destinationselect:before {
	right: calc(66% - 7px)
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #departdatebox:before {
	right: calc(7% - 7px)
}

[dir="rtl"] .booking-index-index #tripsearch #departdatebox:before {
	right: calc(6% - 7px)
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #returndatebox:before {
	right: 17%
}

[dir="rtl"] .booking-index-index #tripsearch #returndatebox:before {
	right: calc(78% - 7px)
}

[dir="rtl"] #quicksearch-passengers .infobox::before {
	right: 20px
}

#quicksearch ul#quicksearch-fields [dir="rtl"]li#quicksearch-dates {
	margin: 0 0 0 13px
}

#quicksearch ul#quicksearch-fields [dir="rtl"]#quicksearch-dates.quicksearch-fields>ul>li>input {
	padding-left: 0;
	padding-right: 30px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .traveltype li {
	margin: 0 0 0 20px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .traveltype li label>span {
	margin-left: 10px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #departslider {
	float: right;
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-adult i,
.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-child i,
.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-infant i,
.booking-index-index .col-main[dir="rtl"] #contactinfo-copyfrom i {
	border-right: 1px solid #D1D1D1;
	border-left: 0
}

.booking-index-index .col-main[dir="rtl"] #form-flights-buttons .loader-absolute {
	right: 150px;
	left: auto
}

.booking-index-index .col-main[dir="rtl"] .country-select .country-list {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] .country-select .country-list .iti-flag {
	margin: 0 0 0 6px
}

.booking-index-index .col-main[dir="rtl"] .country-select input.input-country {
	padding-right: 32px !important
}

.booking-index-index .col-main[dir="rtl"] .flag-container .country-list {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] .flag-container .country-list .flag-box {
	margin: 0 0 0 6px
}

.booking-index-index .col-main[dir="rtl"] .flag-container .selected-flag .selected-dial-code,
.booking-index-index .col-main[dir="rtl"] .flag-container .selected-flag .iti-arrow {
	margin: 0 12px 0 0
}

.booking-index-index .col-main[dir="rtl"] #resultlist #flightSelectList .table-header-title {
	float: right
}

.booking-index-index .col-main[dir="rtl"] #resultlist .table-tab>table>tbody>tr>td:first-child {
	border-right: 1px solid #dbeaf0
}

.booking-index-index .col-main[dir="rtl"] #resultlist table tr .table-info-wrapper,
.booking-index-index .col-main[dir="rtl"] #resultlist .modal-flight-connected .table-info-wrapper {
	padding: 14px 14px 14px 0
}

.booking-index-index .col-main[dir="rtl"] #resultlist table tr .table-info-item.place-stop,
.booking-index-index .col-main[dir="rtl"] #resultlist .modal-flight-connected .table-info-item.place-stop {
	margin-left: 25px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #resultlist table tr .table-info-label,
.booking-index-index .col-main[dir="rtl"] #resultlist .modal-flight-connected .table-info-label {
	margin-left: 10px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-passengers div.clearfix.login-form,
.booking-index-index .col-main[dir="rtl"] #step-passengers .clearfix.logout-form {
	float: left
}

.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .memeber-label i.far {
	margin-left: 16px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .form-list input#email,
.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .form-list input#pass {
	padding: 8px 8px 8px 40px
}

.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .form-list input#email+label::after,
.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .form-list input#pass+label::after {
	left: auto;
	right: -40px
}

.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .last-logedin-row .left-col,
.booking-index-index .col-main[dir="rtl"] #step-passengers .passenger-login-form .registered-users .content .last-logedin-row .right-col {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-adult,
.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-child,
.booking-index-index .col-main[dir="rtl"] .passenger-copyfrom-infant,
.booking-index-index .col-main[dir="rtl"] #contactinfo-copyfrom {
	margin-right: 20px
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary .arrow-toggle-summary {
	border-radius: 0 5px 5px 0
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #form-flights {
	margin: 0 0 0 2px
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary .loader-absolute {
	right: auto
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items i.summary-right-icon svg {
	transform: rotateX(180deg)
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .fd-trip span.fd-date {
	display: flex;
	width: 100%;
	justify-content: space-between
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .fd-trip .trip-flight-label {
	float: right
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .fd-trip .trip-flight-value {
	float: left !important
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .time .fd-date,
.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .time div {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .time .fd-date span.right,
.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .time div span.right {
	float: left !important
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .summary-items-collaps {
	flex-direction: row-reverse;
	width: 100%;
	justify-content: space-between
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .summary-items-collaps>div {
	width: auto
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item .summary-items-collaps>div span.icon {
	margin: 0 0 0 8px !important
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item ul li.line div {
	direction: rtl
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item ul li.line div span.name {
	float: right;
	text-align: right;
	direction: rtl;
	margin: 0 0 0 5px
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item ul li.line div span.qty {
	float: right
}

.booking-index-index .col-main[dir="rtl"] .summary-box.is-summary #summary #summary-items .summary-flight-item ul li.line div span.price {
	float: left;
	margin: 0 5px 0 0
}

.booking-index-index .col-main[dir="rtl"] #search-info .search-info-flights {
	margin: 0 0 0 22px !important;
	display: flex;
	align-items: center
}

.booking-index-index .col-main[dir="rtl"] #search-info #button-change-search {
	margin: 0 22px 0 0
}

.booking-index-index .col-main[dir="rtl"] #see-prev-extras-button {
	margin: 0 20px 0 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 {
	margin-left: 0;
	margin-right: 4%
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div {
	padding: 7px 25px 7px 15px;
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt {
	margin-right: 15px;
	margin-left: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line label,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line label {
	padding: 14px 25px 14px 38px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line label::before,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line label::before {
	margin-left: 10px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr>.grid12-4 .passenger-switcher .line label .check,
.booking-index-index .col-main[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line label .check {
	left: 30px;
	right: auto
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .seats-container .seat-legend li,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .seats-container .seat-legend li {
	margin: 5px 0 5px 20px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .seats-container .seat-legend li .seat-button,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .seats-container .seat-legend li .seat-button {
	margin: 0 0 0 10px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .seats-container .seat-legend li div:last-child,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .seats-container .seat-legend li div:last-child {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-ssr h3.wt-bg1 svg,
.booking-index-index .col-main[dir="rtl"] #step-seatselect h3.wt-bg1 svg {
	margin: 0 0 0 15px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .nav-tabs>li>a h4,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .nav-tabs>li>a h4 {
	padding: 0 20px 0 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .nav-tabs>li>a h4 svg,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .nav-tabs>li>a h4 svg {
	margin-left: 10px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products .category-head .description,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products .category-head .description {
	padding: 50px 35px 50px 0;
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products .selected-products .items,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products .selected-products .items {
	padding-left: 10px;
	padding-right: 0;
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.configurable .products-content .item,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.configurable .products-content .item {
	margin-left: 30px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.package label .fa-check-circle,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.package label .fa-check-circle {
	left: -12px;
	right: auto
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.package .package-description .cost,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.package .package-description .cost {
	margin-left: 40px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.package .package-description .products,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.package .package-description .products {
	margin-left: 0;
	margin-right: 15px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.package .package-type,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.package .package-type {
	display: flex
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.category_extras .selected-extra-product i,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.category_extras .selected-extra-product i {
	left: -12px;
	right: auto
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.category_extras .products-content .item,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.category_extras .products-content .item {
	margin-left: 30px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.category_extras .products-content .sticker-wrapper.top-right,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.category_extras .products-content .sticker-wrapper.top-right {
	right: auto;
	left: -3px
}

.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.category_extras .products-content .product-name .extra-description,
.booking-index-index .col-main[dir="rtl"] #step-ssr .category-products.category_extras .products-content .product-name .extra-title,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.category_extras .products-content .product-name .extra-description,
.booking-index-index .col-main[dir="rtl"] #step-seatselect .category-products.category_extras .products-content .product-name .extra-title {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-checkout {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-checkout .step-title {
	display: flex
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #step-confirmation .contact_info>div,
.booking-index-index .col-main[dir="rtl"] #step-checkout .directions-title table tr>td {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 0 !important
}

.booking-index-index .col-main[dir="rtl"] #step-checkout .opc .step-title h2 {
	float: right
}

.booking-index-index .col-main[dir="rtl"] #step-checkout .ref-num {
	text-align: left
}

.booking-index-index .col-main[dir="rtl"] #step-checkout .panel-default>.panel-heading h4 svg {
	margin-left: 12px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout .directions-title table tr>td {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #step-confirmation .contact_info>div:last-child {
	border-left: none
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #step-confirmation h1 {
	right: 0;
	left: auto;
	border-radius: 5px 0 0 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #checkoutSteps .contact_info>div,
.booking-index-index .col-main[dir="rtl"] #step-checkout #checkoutSteps .checkout-onepage-success .contact_info>div {
	padding-right: 15px;
	padding-left: 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #checkoutSteps li .step-content .panel .panel-heading.directions-title h4 {
	border-left: 1px solid #707070;
	border-right: 0;
	margin-left: 20px;
	margin-right: 0;
	border-radius: 0px 10px 0 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
	padding-left: 10px !important;
	padding-right: 15px !important
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #checkoutSteps li .step-content .icon.icon-type-ADT {
	margin-left: 9px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .totals-booking-rules h3::before,
.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .step-title i {
	margin-left: 8px;
	margin-right: 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout div.payments-container {
	border-left: 1px solid #D1D1D1;
	border-radius: 0
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout div.payments-container .step-title {
	padding-right: 20px
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout dt label .check-pay {
	left: -11px;
	right: auto
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .totals-booking-rules div {
	padding: 0 0 0 10px
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .totals-wrapper #shopping-cart-totals-table tbody td {
	text-align: right
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .checkout-agreements li .agree {
	padding: 0 0 0 20px
}

.booking-index-index .col-main[dir="rtl"] #step-checkout #collapse-payment #form-checkout .agree-information {
	right: -76px;
	left: auto
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search {
	text-align: right
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .hotel-search__field-container--checkout {
	border-left: 1px solid #e0e0e0 !important;
	border-right: none
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .hotel-search__field-container--guests {
	border-left: none
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .hotel-search__field {
	padding-right: 0
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .mat-form-field-prefix {
	margin-left: 22px;
	margin-right: 0
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .hotel-search__submit {
	left: 20px;
	right: auto
}

body.cms-index-index[dir="rtl"] #quicksearch .hotel-search .hotel-search__field-container--destination {
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation-aside {
	margin: 0 2.5% 0 0
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail .confirmation-header h1 {
	border-radius: 5px 0 0 0;
	right: 0;
	left: auto
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-contact div {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 0;
	padding-right: 15px;
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-contact div:last-child {
	border-left: none
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .panel-heading.directions-title h4 {
	margin: 0 0 0 15px;
	border-right: 0;
	border-left: 1px solid #707070;
	border-radius: 0 10px 0 0
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .panel-heading.directions-title table tr>td {
	padding-right: 10px !important;
	text-align: right;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 0
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .panel-heading.directions-title table tr>td:last-child {
	border-left: none
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .directions-items.panel-body {
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .directions-items.panel-body div>a.checkout-heading {
	display: flex;
	justify-content: space-between
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps #collapse-review .panel .directions-items.panel-body .passenger-row .item-row {
	display: flex;
	width: 100%;
	justify-content: space-between
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps li.section.allow div.step-content {
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info-detail #checkoutSteps li.section.allow div.step-title h2 {
	float: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info .print-buttons .order-icon i {
	right: 50%;
	transform: translateX(50%);
	left: auto
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info p.order-number,
body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info h3.ref-num {
	display: flex;
	justify-content: center
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info p.order-number span,
body.checkout-onepage-success[dir="rtl"] .col-main .confirmation .confirmation-info h3.ref-num span {
	margin-right: 6px
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel .print-buttons .order-icon i {
	right: 50%;
	transform: translateX(50%);
	left: auto
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps li .step-title a {
	display: flex;
	width: 100%;
	justify-content: space-between
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review div {
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .hotel .hotel-description .image {
	margin: 0 0 0 20px
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .hotel .hotel-description div {
	text-align: right
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .rooms-item .table-item-content .icons:before {
	margin: 0 0 0 14px
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .price-breakdown {
	margin-left: -20px;
	margin-right: 0
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .price-breakdown .step-title {
	right: -20px;
	left: auto
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .price-breakdown .content {
	margin-left: 20px;
	margin-right: 0
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .price-breakdown .content>div div:last-child {
	text-align: left !important
}

body.checkout-onepage-success[dir="rtl"] .col-main .confirmation.confirmation-hotel #checkoutSteps #collapse-review .price-breakdown .item-information.rules {
	right: -20px;
	left: auto
}

body.customer-account[dir="rtl"] .col-left.sidebar {
	border-right: 0;
	border-left: 2px solid #51B780;
	padding: 20px 0 0 0
}

body.customer-account[dir="rtl"] .col-left.sidebar .block-account .customer-navigation li svg {
	padding-left: 0;
	padding-right: 13px
}

body.customer-account[dir="rtl"] .col-left.sidebar .block-title.sidebar-title {
	right: 0;
	left: auto
}

body.customer-account[dir="rtl"] .col-left.sidebar .sidebar-booking-link {
	right: auto;
	left: 0
}

body.customer-account[dir="rtl"] .col-main {
	padding: 20px 2% 10px 10px;
	text-align: right
}

body.customer-account[dir="rtl"] .col-main .block.current-booking .content-wrapper .booking-number-value {
	margin: 0 12px 0 0
}

body.customer-account[dir="rtl"] .col-main .page-title {
	text-align: right
}

body.customer-account[dir="rtl"] .col-main .pager .limiter,
body.customer-account[dir="rtl"] .col-main .pager .amount {
	float: right
}

body.customer-account[dir="rtl"] .col-main .pager .limiter {
	margin-right: 0
}

body.customer-account[dir="rtl"] .col-main .pager .amount {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background-position-x: left
}

body.customer-account[dir="rtl"] .col-main .pager .pages {
	float: left;
	display: flex;
	align-items: center
}

body.customer-account[dir="rtl"] .col-main .pager .pages strong {
	margin-left: 5px
}

body.customer-account[dir="rtl"] .col-main .pager .pages ol {
	display: flex
}

body.customer-account[dir="rtl"] .col-main .pager .pages ol li.next a:before {
	transform: rotate(180deg)
}

body.customer-account[dir="rtl"] .col-main .my-account .dashboard {
	text-align: right
}

body.customer-account[dir="rtl"] .col-main .my-account .dashboard .box-account .box-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between
}

body.customer-account[dir="rtl"] .col-main .my-account .dashboard .box-account .box-head:after {
	display: none
}

body.customer-account[dir="rtl"] .col-main table#my-orders-table:before {
	right: -3%;
	left: auto
}

body.customer-account[dir="rtl"] .col-main table#my-orders-table tbody td:nth-child(1) {
	border-right: 2px solid rgba(0, 0, 0, 0.15);
	border-left: 0 !important;
	border-radius: 0 10px 10px 0
}

body.customer-account[dir="rtl"] .col-main table#my-orders-table tbody td:last-child {
	border-left: 2px solid rgba(0, 0, 0, 0.15);
	border-right: 0;
	border-radius: 10px 0 0 10px
}

body.customer-account[dir="rtl"] .col-main table#my-orders-table tbody td .icon-wrapper {
	right: 0;
	left: auto
}

body.customer-account[dir="rtl"] .col-main #search_order_form div.field.button-search #btnSearch {
	float: left
}

body.customer-account[dir="rtl"] .col-main #search_order_form div.field.button-search a {
	float: right
}

body.customer-account[dir="rtl"] .col-main .country-select .country-list {
	text-align: right
}

body.customer-account[dir="rtl"] .col-main .country-select .country-list .iti-flag {
	margin: 0 0 0 6px
}

body.customer-account[dir="rtl"] .col-main .country-select input.input-country {
	padding-right: 32px !important
}

body.customer-account[dir="rtl"] .col-main .buttons-set p.required,
body.customer-account[dir="rtl"] .col-main .buttons-set .back-link {
	float: right
}

body.customer-account[dir="rtl"] .col-main .buttons-set a:before {
	margin-left: 7px;
	transform: rotate(180deg)
}

body.customer-account-login[dir="rtl"] .col-main .account-login .registered-users.grid12-6,
body.customer-account-login[dir="rtl"] .col-main .account-login .new-users,
body.customer-account-create[dir="rtl"] .col-main .account-login .registered-users.grid12-6,
body.customer-account-create[dir="rtl"] .col-main .account-login .new-users {
	float: none !important
}

body.customer-account-login[dir="rtl"] .col-main #form-validate,
body.customer-account-create[dir="rtl"] .col-main #form-validate {
	text-align: right
}

body.customer-account-login[dir="rtl"] .col-main #form-validate .fieldset .control label,
body.customer-account-create[dir="rtl"] .col-main #form-validate .fieldset .control label {
	margin: 4px 10px 0 0
}

body.customer-account-login[dir="rtl"] .col-main .country-select .country-list,
body.customer-account-create[dir="rtl"] .col-main .country-select .country-list {
	text-align: right
}

body.customer-account-login[dir="rtl"] .col-main .country-select .country-list .iti-flag,
body.customer-account-create[dir="rtl"] .col-main .country-select .country-list .iti-flag {
	margin: 0 0 0 6px
}

body.customer-account-login[dir="rtl"] .col-main .country-select input.input-country,
body.customer-account-create[dir="rtl"] .col-main .country-select input.input-country {
	padding-right: 32px !important
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate,
body.customer-account-create[dir="rtl"] .col-main #form-validate {
	text-align: right
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox,
body.customer-account-create[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox {
	margin: 0 1% 0 0
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox li.control input.checkbox,
body.customer-account-create[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox li.control input.checkbox {
	margin: 0 0 0 6px
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox li.control:first-child,
body.customer-account-create[dir="rtl"] .col-main #form-validate ul.form-list.form-list-checkbox li.control:first-child {
	margin-left: 15px;
	margin-right: 0
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .buttons-set .button.button-save,
body.customer-account-create[dir="rtl"] .col-main #form-validate .buttons-set .button.button-save {
	float: left
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .buttons-set .back-link,
body.customer-account-create[dir="rtl"] .col-main #form-validate .buttons-set .back-link {
	float: right
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .buttons-set .back-link a::before,
body.customer-account-create[dir="rtl"] .col-main #form-validate .buttons-set .back-link a::before {
	transform: rotate(180deg)
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .flag-container .country-list,
body.customer-account-create[dir="rtl"] .col-main #form-validate .flag-container .country-list {
	text-align: right
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .flag-container .country-list .flag-box,
body.customer-account-create[dir="rtl"] .col-main #form-validate .flag-container .country-list .flag-box {
	margin: 0 0 0 6px
}

body.customer-account-edit[dir="rtl"] .col-main #form-validate .flag-container .selected-flag .selected-dial-code,
body.customer-account-edit[dir="rtl"] .col-main #form-validate .flag-container .selected-flag .iti-arrow,
body.customer-account-create[dir="rtl"] .col-main #form-validate .flag-container .selected-flag .selected-dial-code,
body.customer-account-create[dir="rtl"] .col-main #form-validate .flag-container .selected-flag .iti-arrow {
	margin: 0 12px 0 0
}

body.sales-order-view[dir="rtl"] .col-main table#my-orders-table tbody tr td:nth-child(1) {
	border-radius: 0 10px 0 0
}

body.sales-order-view[dir="rtl"] .col-main table#my-orders-table tbody tr td:last-child {
	border-radius: 10px 0 0 0;
	border-left: 2px solid
}

body.sales-order-view[dir="rtl"] .col-main .detail-table {
	margin: 0 0 0 1px
}

body.sales-order-view[dir="rtl"] .col-main .print-buttons .order-icon i {
	right: 50%;
	transform: translateX(50%)
}

body.customer-account-forgotpassword[dir="rtl"] .col-main #form-validate .fieldset {
	text-align: right
}

body.customer-account-forgotpassword[dir="rtl"] .col-main #form-validate ul.form-list {
	display: flex
}

body.customer-account-forgotpassword[dir="rtl"] .col-main #form-validate .buttons-set p.required,
body.customer-account-forgotpassword[dir="rtl"] .col-main #form-validate .buttons-set .back-link {
	float: right
}

body.customer-account-forgotpassword[dir="rtl"] .col-main #form-validate .buttons-set a:before {
	margin-left: 7px;
	transform: rotate(180deg)
}

[dir="rtl"]#scroll-to-top {
	left: 30px;
	right: auto
}

[dir="rtl"] #booking-block-tabs label {
	float: right
}

[dir="rtl"] #booking-block-tabs #tab-flight-hotel {
	border-right-width: 0px
}

[dir="rtl"] #booking-block-tabs #tab-flight-hotel.active label {
	border-top-left-radius: 5px
}

[dir="rtl"] #booking-block-tabs #tab-hotel {
	border-left: 1px solid
}

[dir="rtl"] #booking-block-tabs #tab-car {
	border-right-width: 0px
}

[dir="rtl"] #booking-block-tabs #tab-car.active label {
	border-top-right-radius: 5px
}

[dir="rtl"] #booking-block-tabs li:first-child label {
	border-top-right-radius: 5px;
	border-top-left-radius: 0
}

[dir="rtl"] #booking-block-tabs li:last-child label {
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-left-color: #1177ca
}

[dir="rtl"] #booking-block-tabs li span::before {
	right: -10px
}

body[dir="rtl"] input[name^=passenger_firstname],
body[dir="rtl"] input[name^=passenger_lastname],
body[dir="rtl"] input[name^=contact_firstname],
body[dir="rtl"] input[name^=contact_lastname] {
	direction: ltr !important
}

body[dir="rtl"] .modal-dialog .modal-content {
	text-align: right
}

body[dir="rtl"] .modal-dialog .modal-content .form-list li,
body[dir="rtl"] .modal-dialog .modal-content .f-left,
body[dir="rtl"] .modal-dialog .modal-content .grid12-6 {
	float: right !important
}

body[dir="rtl"] .modal-dialog .modal-content .modal-header,
body[dir="rtl"] .modal-dialog .modal-content .modal-footer {
	padding: 30px 60px 30px 15px
}

body[dir="rtl"] .modal-dialog .modal-content .modal-header::before,
body[dir="rtl"] .modal-dialog .modal-content .modal-header::after,
body[dir="rtl"] .modal-dialog .modal-content .modal-footer::before,
body[dir="rtl"] .modal-dialog .modal-content .modal-footer::after {
	display: none
}

body[dir="rtl"] .modal-dialog .modal-content .modal-header button,
body[dir="rtl"] .modal-dialog .modal-content .modal-footer button {
	float: left
}

body[dir="rtl"] .modal-dialog .modal-content .modal-header div.additional-agreement-box,
body[dir="rtl"] .modal-dialog .modal-content .modal-footer div.additional-agreement-box {
	display: flex;
	justify-content: space-between
}

body[dir="rtl"] .modal-dialog .modal-content .modal-footer {
	min-height: 40px;
	padding: 12px 60px 12px 15px
}

body[dir="rtl"] .reminders .modal-footer>div {
	justify-content: space-between
}

[dir="rtl"] #destination-switcher {
	left: auto !important;
	margin: 11px -7px 0 5px;
	right: -42px;
	float: right
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input {
	padding: 0 30px 0 0
}

[dir="rtl"] .infobox.persian-picker-wrapper#returndatebox {
	right: 420px !important
}

[dir="rtl"] #departdatebox .close-button-wrap,
[dir="rtl"] #returndatebox .close-button-wrap {
	left: 15px;
	top: 16px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields .infobox div.destinations,
[dir="rtl"]#tripsearch .inputbox .infobox div.destinations {
	display: flex;
	float: right;
	width: 100%
}

[dir="rtl"] #quicksearch ul#quicksearch-fields .infobox .header,
[dir="rtl"]#tripsearch .inputbox .infobox .header {
	text-align: right
}

[dir="rtl"] .nav-regular li.level0,
[dir="rtl"] .form-list label {
	float: right
}

[dir="rtl"] .footer-primary.footer.container .inner-container .footer-primary-bottom.grid12-6 {
	text-align: right
}

[dir="rtl"] .footer-container2 .custom-footer {
	transform: scale(-1, 1)
}

[dir="rtl"] .header-top-container>.right-column {
	text-align: left
}

[dir="rtl"] .page-steps #page-header-steps li:after {
	right: 50%
}

[dir="rtl"] .countdown {
	right: calc(46% - 12px);
	left: auto !important
}

[dir="rtl"] .countdown svg {
	margin-left: 5px;
	margin-right: 0
}

[dir="rtl"] #totals-info-block>.totals.icon {
	margin-right: auto
}

[dir="rtl"] #step-packages>.grid12-4 .passenger-switcher .line label .check,
[dir="rtl"] #step-seatselect>.grid12-4 .passenger-switcher .line label .check,
[dir="rtl"] #step-extras>.grid12-4 .passenger-switcher .line label .check {
	margin-left: 10px;
	margin-right: 0
}

[dir="rtl"] #step-packages .select_all_passengers,
[dir="rtl"] #step-seatselect .select_all_passengers,
[dir="rtl"] #step-extras .select_all_passengers,
[dir="rtl"] .account-login h2 {
	text-align: right
}

[dir="rtl"] #step-packages h3.wt-bg1 svg,
[dir="rtl"] #step-seatselect h3.wt-bg1 svg,
[dir="rtl"] #step-extras h3.wt-bg1 svg {
	margin-left: 15px;
	margin-right: 0
}

[dir="rtl"] .step-data .opc .step-title .glyphicon,
[dir="rtl"] .confirmation .opc .step-title .glyphicon {
	float: left
}

.booking-index-index [dir="rtl"] #checkoutSteps li .step-content .item-row {
	display: flex;
	flex-direction: row
}

.booking-index-index [dir="rtl"] #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child,
.checkout-onepage-success [dir="rtl"] #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child {
	border-left: none
}

[dir="rtl"] .step-data .opc .totals-inner.no-left-gutter,
[dir="rtl"] .confirmation .opc .totals-inner.no-left-gutter,
[dir="rtl"] #step-checkout.confirmation .opc #shopping-cart-totals-table td,
body.checkout-onepage-success [dir="rtl"] .confirmation.grid12-9,
.checkout-onepage-success [dir="rtl"] #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
	text-align: right
}

[dir="rtl"] .a-right {
	text-align: left !important
}

[dir="rtl"] #collapse-payment #form-checkout dt label:before,
[dir="rtl"] #collapse-payment #form-checkout dd label:before {
	right: -28px;
	left: auto
}

[dir="rtl"] #collapse-payment #form-checkout dt label:after,
[dir="rtl"] #collapse-payment #form-checkout dd label:after {
	right: -25px;
	left: auto
}

[dir="rtl"] #form-checkout .radio,
[dir="rtl"] #form-checkout .checkbox,
.checkout-onepage-success [dir="rtl"] #checkoutSteps li .step-title a>h2 {
	float: right
}

[dir="rtl"] #dd_method_Dibsfw fieldset.form-list,
[dir="rtl"] #collapse-payment fieldset ul.form-list {
	margin-right: 30px
}

[dir="rtl"] #collapse-payment #form-checkout .checkout-agreements li label {
	padding-right: 45px;
	padding-left: 0
}

[dir="rtl"] #collapse-payment #form-checkout .checkout-agreements li label::before,
[dir="rtl"] #collapse-payment #form-checkout .checkout-agreements li label::after {
	right: 0;
	left: auto
}

[dir="rtl"] #collapse-payment #form-checkout .checkout-agreements li input[type="checkbox"]:checked+label:after {
	transform: translateX(-14px)
}

.checkout-onepage-success [dir="rtl"] #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:first-child {
	border-right: 0
}

.checkout-onepage-success [dir="rtl"] #checkoutSteps li .step-content .item-row {
	display: flex;
	flex-direction: row
}

[dir="rtl"] .confirmation .opc .panel-default>.panel-heading h4 svg {
	margin-left: 12px
}

[dir="rtl"] .buttons-set button.button {
	float: left
}

[dir="rtl"] .account-login .registered-users .buttons-set a {
	float: right !important
}

body[dir="rtl"] .main-container .my-account .customer-name>.field.name-prefix:before,
body[dir="rtl"] .main-container .my-account .customer-name>.field.nationality:before,
body[dir="rtl"] .main-container .my-account .customer-name>.field.preferred-language:before,
body[dir="rtl"] .main-container .my-account .customer-name>.field.preferred-currency:before,
body[dir="rtl"] .main-container .my-account .customer-name>.field.residence-country:before,
body[dir="rtl"] .main-container .my-account .address-information>.field.country:before,
body[dir="rtl"] .main-container .my-account .address-information>.field.field-state:before,
body[dir="rtl"] .main-container .my-account .change-password-fields>.field.country:before,
body[dir="rtl"] .main-container .my-account .change-password-fields>.field.field-state:before,
body[dir="rtl"] .main-container .my-account .field.nationality:before,
body[dir="rtl"] .main-container .my-account .field.preferred-language:before,
body[dir="rtl"] .main-container .my-account .field.preferred-currency:before,
body[dir="rtl"] .main-container .my-account .field.residence-country:before,
body[dir="rtl"] .main-container .my-account .field.field-country:before,
body[dir="rtl"] .main-container .my-account .field.field-state_provance:before,
body[dir="rtl"] .main-container .my-account .field.name-prefix:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.customer-name>.field.name-prefix:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.customer-name>.field.nationality:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.customer-name>.field.preferred-language:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.customer-name>.field.preferred-currency:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.customer-name>.field.residence-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.address-information>.field.country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.address-information>.field.field-state:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.change-password-fields>.field.country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.change-password-fields>.field.field-state:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.nationality:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-language:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-currency:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.residence-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.field-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.field-state_provance:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .fields>.customer-name>.field.name-prefix:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.customer-name>.field.name-prefix:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.customer-name>.field.nationality:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.customer-name>.field.preferred-language:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.customer-name>.field.preferred-currency:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.customer-name>.field.residence-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.address-information>.field.country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.address-information>.field.field-state:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.change-password-fields>.field.country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.change-password-fields>.field.field-state:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.nationality:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.preferred-language:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.preferred-currency:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.residence-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.field-country:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.field-state_provance:before,
body[dir="rtl"] .account-create #form-validate>.grid12-6 .form-list>.field.name-prefix:before,
body[dir="rtl"] .customer-account-edit .customer-name>.field.name-prefix:before,
body[dir="rtl"] .customer-account-edit .customer-name>.field.nationality:before,
body[dir="rtl"] .customer-account-edit .customer-name>.field.preferred-language:before,
body[dir="rtl"] .customer-account-edit .customer-name>.field.preferred-currency:before,
body[dir="rtl"] .customer-account-edit .customer-name>.field.residence-country:before,
body[dir="rtl"] .customer-account-edit .address-information>.field.country:before,
body[dir="rtl"] .customer-account-edit .address-information>.field.field-state:before,
body[dir="rtl"] .customer-account-edit .change-password-fields>.field.country:before,
body[dir="rtl"] .customer-account-edit .change-password-fields>.field.field-state:before,
body[dir="rtl"] .customer-account-edit .field.nationality:before,
body[dir="rtl"] .customer-account-edit .field.preferred-language:before,
body[dir="rtl"] .customer-account-edit .field.preferred-currency:before,
body[dir="rtl"] .customer-account-edit .field.residence-country:before,
body[dir="rtl"] .customer-account-edit .field.field-country:before,
body[dir="rtl"] .customer-account-edit .field.field-state_provance:before,
body[dir="rtl"] .customer-account-edit .field.name-prefix:before {
	left: 10px;
	right: auto
}

body[dir="rtl"] .customer-account-index[dir="rtl"] .sidebar .sidebar-booking-link,
body[dir="rtl"] .customer-account-create[dir="rtl"] .sidebar .sidebar-booking-link,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .sidebar .sidebar-booking-link {
	left: 0;
	right: auto
}

body[dir="rtl"] .customer-account-index[dir="rtl"] .sidebar .block-title.sidebar-title,
body[dir="rtl"] .customer-account-create[dir="rtl"] .sidebar .block-title.sidebar-title,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .sidebar .block-title.sidebar-title {
	left: auto;
	right: 0
}

body[dir="rtl"] .customer-account-index[dir="rtl"] .sidebar .block-account .customer-navigation li svg,
body[dir="rtl"] .customer-account-create[dir="rtl"] .sidebar .block-account .customer-navigation li svg,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .sidebar .block-account .customer-navigation li svg {
	padding-right: 13px;
	padding-left: 0
}

body[dir="rtl"] .customer-account-index[dir="rtl"] .my-account,
body[dir="rtl"] .customer-account-index[dir="rtl"] .main-container .inner-container,
body[dir="rtl"] .customer-account-create[dir="rtl"] .my-account,
body[dir="rtl"] .customer-account-create[dir="rtl"] .main-container .inner-container,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .my-account,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .main-container .inner-container {
	text-align: right
}

body[dir="rtl"] .customer-account-index[dir="rtl"] .box-account .box-head a,
body[dir="rtl"] .customer-account-index[dir="rtl"] .buttons-set button.button-save,
body[dir="rtl"] .customer-account-create[dir="rtl"] .box-account .box-head a,
body[dir="rtl"] .customer-account-create[dir="rtl"] .buttons-set button.button-save,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .box-account .box-head a,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .buttons-set button.button-save {
	float: left
}

body[dir="rtl"] .customer-account-index[dir="rtl"] #my-orders-table tbody td:nth-child(1),
body[dir="rtl"] .customer-account-index[dir="rtl"] .already-ordered tbody td:nth-child(1),
body[dir="rtl"] .customer-account-create[dir="rtl"] #my-orders-table tbody td:nth-child(1),
body[dir="rtl"] .customer-account-create[dir="rtl"] .already-ordered tbody td:nth-child(1),
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] #my-orders-table tbody td:nth-child(1),
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .already-ordered tbody td:nth-child(1) {
	border-right: 1px solid rgba(0, 0, 0, 0.15)
}

body[dir="rtl"] .customer-account-index[dir="rtl"] #my-orders-table tbody td:last-child,
body[dir="rtl"] .customer-account-index[dir="rtl"] .already-ordered tbody td:last-child,
body[dir="rtl"] .customer-account-create[dir="rtl"] #my-orders-table tbody td:last-child,
body[dir="rtl"] .customer-account-create[dir="rtl"] .already-ordered tbody td:last-child,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] #my-orders-table tbody td:last-child,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] .already-ordered tbody td:last-child {
	border-left: 1px solid rgba(0, 0, 0, 0.15)
}

body[dir="rtl"] .customer-account-index[dir="rtl"] #form-validate .corp-btn h2.legend,
body[dir="rtl"] .customer-account-create[dir="rtl"] #form-validate .corp-btn h2.legend,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] #form-validate .corp-btn h2.legend {
	margin-right: 20px;
	margin-left: 0
}

body[dir="rtl"] .customer-account-index[dir="rtl"] p.required,
body[dir="rtl"] .customer-account-create[dir="rtl"] p.required,
body[dir="rtl"] .customer-account-forgotpassword[dir="rtl"] p.required {
	float: left
}

body[dir="rtl"] .about-order-line .order-box:not(:first-child) {
	border-right: 1px solid;
	border-left: 0;
	padding-right: 10px;
	text-align: right
}

body[dir="rtl"] .main-container .main-top-container::before {
	display: block
}

body[dir="rtl"] #already_extras {
	text-align: right
}

body[dir="rtl"] .main-container .page-title,
body[dir="rtl"] .main-container .search-order,
body[dir="rtl"] .account-create {
	text-align: right
}

body[dir="rtl"] .main-container .search-order button.button,
body[dir="rtl"] .main-container #corp-reg-toggle,
body[dir="rtl"] p.required {
	float: left
}

.checkout-onepage-success [dir="rtl"] .contact_info>div {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 0
}

.checkout-onepage-success [dir="rtl"] .contact_info>div:last-child {
	border-left: none
}

.checkout-onepage-success [dir="rtl"] .confirmation-aside.grid12-3 {
	text-align: right
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputboxes>div,
.booking-index-index .col-main [dir="rtl"]#tripsearch #more-search,
.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-inputboxes>div li {
	float: right
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #button-close-search {
	left: 0;
	right: auto;
	margin: 0 22px 0 0 !important
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #more-search {
	width: 100%;
	display: flex
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .actionset {
	left: 28px;
	right: auto
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox.travel-from:after {
	left: auto
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #destination-switcher {
	float: right;
	margin-right: -28px;
	right: -7px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputboxes #quicksearch-passengers {
	text-align: right
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputboxes #quicksearch-passengers .close-button-wrap {
	top: 0px;
	left: 0px;
	right: auto;
	margin-left: 0;
	margin-top: 6px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .passengers-select-sub-label span {
	text-align: right
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox #origin,
.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox #destination,
.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox>input,
.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox #departdate,
.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox #returndate {
	padding-right: 30px;
	padding-left: 16px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox.input-size-medium,
.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox.input-size-small {
	margin: 0 0 20px 25px;
	border-right: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox.travel-from:before {
	text-align: right;
	border-left: 1px solid #e2e2e2;
	border-right: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputbox.input-size-small.travel-date,
.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box {
	border-left: 1px solid #e2e2e2;
	border-right: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .actionset.sub-box {
	border: 0;
	padding: 0;
	margin: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .inputboxes .sub-inputboxes {
	display: flex
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box.promotions {
	border: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box.passengers .travel-users li {
	margin: 0 0 0 20px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box.passengers .travel-users li label span {
	margin-left: 10px;
	margin-right: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .sub-box.passengers>label {
	display: flex
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #passengers-type-block {
	padding: 0 0 0 15px !important
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #extended-search #passengers-type-block.passengers.sub-box {
	margin: 0 0 0 20px !important
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #field-search-period-title,
.booking-index-index .col-main [dir="rtl"]#tripsearch #field-passengers-type-title {
	text-align: right;
	width: 100%
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .quicksearch-flights-icon.marker {
	width: 16px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .traveltype ul li {
	margin: 0 0 0 20px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .traveltype ul li label span {
	margin-right: 0
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .compartment-types {
	margin-bottom: 0 !important
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .infobox {
	right: 15px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #originselect:before {
	right: calc(11% - 7px)
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #destinationselect:before {
	right: calc(56% - 7px)
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #departdatebox:before {
	right: calc(6% - 7px)
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .infobox.persian-picker-wrapper#returndatebox:before {
	right: calc(20% - 7px) !important
}

.booking-index-index .col-main [dir="rtl"]#tripsearch #quicksearch-passengers .infobox {
	right: auto;
	left: 76px
}

.booking-index-index .col-main [dir="rtl"]#tripsearch .compartment-outbound-select-wrapper>.infobox,
.booking-index-index .col-main [dir="rtl"]#tripsearch #inbound_compartment_type {
	right: auto
}

[dir="rtl"] .owl-carousel .owl-wrapper {
	display: flex !important
}

[dir="rtl"] #resultlist h3 {
	float: right;
	padding: 0 40px 0 0
}

[dir="rtl"] #resultlist h3::before {
	right: 0;
	left: auto
}

[dir="rtl"] #resultlist table tr.heading td.flight .hd-title,
[dir="rtl"] #resultlist table tr.description-price h4.price {
	float: right
}

[dir="rtl"] #resultlist table .table-info-flight-icon svg {
	transform: rotate(0)
}

[dir="rtl"] #resultlist table tr.description-price .buttons-select>div {
	left: 50px;
	right: auto
}

[dir="rtl"] #resultlist table tr.description-price .buttons-select button {
	margin-left: 42px
}

[dir="rtl"] #resultlist table tr.description-price .buttons-select {
	text-align: left
}

[dir="rtl"] #resultlist table tr.description-price .description-categories>div>div:before {
	margin-left: 6px;
	margin-right: 0
}

[dir="rtl"] #resultlist tr.row-flight>td {
	border-left: 1px solid #e5e5e5
}

[dir="rtl"] #resultlist table tr.heading td.class-head:last-child {
	border-right: 1px solid !important
}

[dir="rtl"] #resultlist table tr.heading td.flight {
	border-right: 0
}

[dir="rtl"] #step-passengers #passenger-login {
	left: 28px;
	right: auto
}

[dir="rtl"] #step-passengers>h3,
[dir="rtl"] #step-passengers #passengers h4,
[dir="rtl"] #step-passengers #contactinfo .field label,
[dir="rtl"] #step-passengers #passengers .field label,
[dir="rtl"] #step-passengers #contactinfo .field .input-box.controls,
[dir="rtl"] #step-passengers #passengers .field .input-box.controls,
[dir="rtl"] #step-passengers #contactinfo .field.controlers {
	display: flex
}

[dir="rtl"] #step-passengers #contactinfo .field.field-title:after,
[dir="rtl"] #step-passengers #contactinfo .field.field-birthdate:after,
[dir="rtl"] #step-passengers #contactinfo .field.field-country:after,
[dir="rtl"] #step-passengers #contactinfo .field.field-document:after,
[dir="rtl"] #step-passengers #contactinfo .field.dob:after,
[dir="rtl"] #step-passengers #contactinfo .field.docid-date:after,
[dir="rtl"] #step-passengers #contactinfo .field.docs-date:after,
[dir="rtl"] #step-passengers #passengers .field.field-title:after,
[dir="rtl"] #step-passengers #passengers .field.field-birthdate:after,
[dir="rtl"] #step-passengers #passengers .field.field-country:after,
[dir="rtl"] #step-passengers #passengers .field.field-document:after,
[dir="rtl"] #step-passengers #passengers .field.dob:after,
[dir="rtl"] #step-passengers #passengers .field.docid-date:after,
[dir="rtl"] #step-passengers #passengers .field.docs-date:after {
	right: auto;
	left: 10px
}

body[dir="rtl"] #step-passengers #passengers .user-desc h4 span,
body[dir="rtl"] #step-passengers #contactinfo .user-desc h4 span {
	margin-left: 6px
}

[dir="rtl"] #step-passengers #contactinfo .passenger .field .input-box.controls input[type="checkbox"]+label:after {
	right: 7px;
	left: auto
}

[dir="rtl"] #step-passengers #contactinfo .passenger .field .input-box.controls input[type="checkbox"] {
	margin: 0 0 0 10px
}

[dir="rtl"] label.required::after,
[dir="rtl"] span.required::after {
	position: relative;
	left: -7px;
	right: auto !important
}

[dir="rtl"] #step-passengers #contactinfo .passenger .create-profile-box label {
	padding: 0 40px 0 0
}

[dir="rtl"] #step-passengers #contactinfo .passenger .create-profile-box .input-box:after {
	left: auto
}

[dir="rtl"] .contact-iformation-ico {
	top: 6px;
	left: -6px
}

[dir="rtl"] p.required {
	text-align: left
}

.booking-index-index .inner-container [dir="rtl"] #flight-summary-box.open {
	left: calc(9% + 245px);
	right: auto
}

[dir="rtl"] .compartment-type,
[dir="rtl"] .search-period {
	text-align: justify
}

[dir="rtl"] #quicksearch ul#quicksearch-fields .travel-users li label span,
[dir="rtl"] #quicksearch #passengers-type-block .travel-users li {
	margin: 0 0 0 10px !important
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return.disabled input#alt-input-returndate,
[dir="rtl"] #tripsearch.active-date .inputbox.input-size-small.travel-date.disabled input#alt-input-returndate {
	opacity: 0
}

[dir="rtl"] #field-search-period-title::after,
[dir="rtl"] #field-inbound-compartment-select-title::after,
[dir="rtl"] #field-outbound-compartment-select-title::after,
[dir="rtl"] #field-passengers-type-title::after {
	right: 3px;
	left: auto
}

.booking-index-index [dir="rtl"] #tripsearch #passengers-type .infobox {
	right: auto;
	min-width: 130px;
	left: -42px
}

.booking-index-index [dir="rtl"] #tripsearch #passengers-type .infobox::before {
	right: 36px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields .travel-users li {
	float: right;
	margin: 0;
	margin-left: 10px;
	padding: 0 0 0 2px
}

[dir="rtl"] #quicksearch-passengers .infobox {
	right: auto
}

[dir="rtl"] #quicksearch ul#quicksearch-fields #originselect,
[dir="rtl"] #quicksearch ul#quicksearch-fields #destinationselect {
	right: 15px
}

[dir="rtl"] #quicksearch .promotions .input-box {
	margin: 0 13px 0 0
}

[dir="rtl"] #quicksearch .sub-box.compartment-types,
[dir="rtl"] .search-period-type,
[dir="rtl"] .sub-box.passenger-types,
[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return,
[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
	border-left: 1px solid #e2e2e2;
	border-right: 0
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-dates {
	border-right: 0;
	margin: 0
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox,
[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox {
	right: 15px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers {
	margin: -4px 0 0 20px
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .close-button-wrap {
	top: 0px;
	left: 0px;
	right: auto
}

[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .close-button-wrap .close-button {
	margin-left: 0;
	left: -10px
}

[dir="rtl"] .tabs-panels.flight-list table tr .inf-class {
	left: 15px;
	right: auto
}

.booking-index-index .inner-container [dir="rtl"] #form-flights>#continue-checkout {
	border-right: 1px solid #fff;
	border-left: 0
}

[dir='rtl'] #step-packages>.grid12-4,
[dir='rtl'] #step-seatselect>.grid12-4,
[dir='rtl'] #step-extras>.grid12-4 {
	margin-left: 4%;
	margin-right: 0
}

[dir="rtl"] .no-right-gutter.grid12-8 {
	margin-right: 0
}

[dir="rtl"] #totals-info-block {
	left: 0;
	right: auto
}

[dir="rtl"] #summary-menu-link {
	margin-left: 20px;
	margin-right: 0
}

.booking-index-index .inner-container [dir="rtl"] .summary-box {
	margin-left: 0;
	margin-right: 1%
}

.booking-index-index .inner-container [dir="rtl"]#tripsearch.is-summary .inputbox.travel-to.is-summary {
	margin-left: 0
}

.booking-index-index .inner-container [dir="rtl"]#tripsearch.is-summary .inputbox.input-size-small.travel-date.travel-date-return.is-summary {
	margin-right: 24px
}

.booking-index-index .inner-container [dir="rtl"]#tripsearch.is-summary .travel-date.is-summary {
	margin-bottom: 0px
}

.booking-index-index .inner-container [dir="rtl"]#tripsearch.is-summary .inputbox.is-summary:before {
	width: auto
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
	color: #333
}

#form-checkout .checkout-agreements .modal-body .content[dir="rtl"] {
	text-align: right
}

@media screen and (max-width: 1060px) {
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		width: calc(50% - 20px)
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from {
		float: right
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from:before {
		border-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		width: calc(50% - 20px)
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from {
		float: right
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from:before {
		border-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-dates {
		margin: 0 0 0 13px
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-dates.quicksearch-fields>ul>li {
		margin: 0 0 0 16px
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li.dates-select-depart.travel-date {
		float: right
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers {
		text-align: right
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox {
		right: auto;
		left: 0
	}

	[dir="rtl"] .infobox.persian-picker-wrapper#returndatebox {
		right: 352px !important
	}
}

@media (min-width: 1272px) {

	.customer-account-index #top .header-top-container>.right-column,
	.customer-account-index #top .header-menu-flex,
	.customer-account-preferences #top .header-top-container>.right-column,
	.customer-account-preferences #top .header-menu-flex {
		width: 1272px;
		padding: 0 calc((100% - 1272px) / 2)
	}
}

@media (min-width: 1272px) {

	.customer-account-index .main-container .main,
	.customer-account-preferences .main-container .main {
		max-width: 1272px
	}
}

.class-input-select .loyalty-info {
	font-family: "Noto Sans", serif;
	font-size: 15px;
	font-weight: 500;
	color: #44A0C9;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
	z-index: 4;
	width: 100%
}

@media (max-width: 900px) {
	.class-input-select .loyalty-info {
		font-size: 10px
	}
}

@media (max-width: 900px) {
	.class-input-select .loyalty-info .loyalty-wrapper {
		display: flex;
		justify-content: center
	}
}

@media (max-width: 900px) {
	.class-input-select .loyalty-info .loyalty-wrapper .loyalty-earn {
		margin-right: 3px
	}
}

@media (max-width: 900px) {
	.class-input-select .loyalty-info .loyalty-wrapper .loyalty-earn:after {
		content: ':'
	}
}

.travel-document-fields .field-datepicker {
	position: relative
}

.travel-document-fields .field-datepicker:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.travel-document-fields .field-datepicker .input-datepicker {
	display: block !important
}

.loyalty-dashboard-wrapper {
	font-family: "Noto Sans", serif;
	line-height: 1.3
}

.loyalty-dashboard-wrapper .ld-row {
	display: flex;
	margin-bottom: 50px
}

.loyalty-dashboard-wrapper .ld-row .ld-col {
	flex: 1;
	margin: 0 12px
}

.loyalty-dashboard-wrapper .ld-row .ld-col:first-child {
	margin-left: 0
}

.loyalty-dashboard-wrapper .ld-row .ld-col:last-child {
	margin-right: 0
}

.loyalty-dashboard-wrapper .ld-row .ld-col .ld-col-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	min-height: 24px
}

.loyalty-dashboard-wrapper .ld-row .ld-col .ld-col-content {
	border-radius: 20px;
	overflow: hidden;
	position: relative
}

.loyalty-dashboard-wrapper .ld-row.up-coming-trip-row {
	margin-bottom: 0
}

.loyalty-dashboard-wrapper .col-simple-banner .ld-col-sb-img img {
	display: block;
	max-height: 221px;
	object-fit: cover;
	width: 100%
}

.loyalty-dashboard-wrapper .col-simple-banner .ld-col-sb-title {
	font-size: 18px;
	font-weight: bold;
	padding: 17px 18px;
	color: #fff
}

.loyalty-summary-widget {
	background-color: #1C4D63;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 277px
}

.loyalty-summary-widget .lsw-row {
	display: flex
}

.loyalty-summary-widget .lsw-miles {
	margin-right: 20px
}

.loyalty-summary-widget .lsw-miles .lswm-progressbar {
	position: relative
}

.loyalty-summary-widget .lsw-miles .lswm-progressbar .lswmp-content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.loyalty-summary-widget .lsw-miles .lswm-number {
	font-size: 40px;
	font-weight: bold
}

.loyalty-summary-widget .lsw-miles .lswm-units-title {
	font-size: 18px
}

.loyalty-summary-widget .lsw-info {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.loyalty-summary-widget .lsw-info .lswi-item {
	margin-bottom: 30px
}

.loyalty-summary-widget .lsw-info .lswi-item:last-child {
	margin-bottom: 0
}

.loyalty-summary-widget .lsw-info .lswi-title {
	font-size: 18px
}

.loyalty-summary-widget .lsw-info .lswi-value {
	font-size: 20px;
	font-weight: bold
}

.loyalty-summary-widget .lsw-ffp-empty .lsw-empty-text {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px
}

.loyalty-summary-widget .lsw-ffp-empty .lsw-empty-button-wrapper {
	text-align: center
}

.loyalty-summary-widget .lsw-ffp-empty .lsw-empty-button-wrapper .lsw-empty-button {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0 3px 6px #00000029;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8D1D40;
	border-radius: 30px;
	padding: 15px 71px
}

.up-coming-trip-widget {
	display: flex
}

.up-coming-trip-widget .flights-info {
	flex: 3;
	border: 1px solid #E0E0E0;
	border-radius: 20px 0 0 20px;
	padding: 22px 32px
}

.up-coming-trip-widget .flights-info .fi-row {
	display: flex;
	margin-bottom: 25px
}

.up-coming-trip-widget .flights-info .fi-row:last-child {
	margin-bottom: 0
}

.up-coming-trip-widget .flights-info .fi-row .fi-col {
	flex: 1
}

.up-coming-trip-widget .flights-info .fi-row .fi-col:last-child {
	text-align: right
}

.up-coming-trip-widget .flights-info .fi-row .fi-col.col-center {
	text-align: center
}

.up-coming-trip-widget .flights-info .text,
.up-coming-trip-widget .flights-info .airport-code,
.up-coming-trip-widget .flights-info .uctw-modal-link {
	font-size: 18px;
	font-weight: 500;
	color: #808080
}

.up-coming-trip-widget .flights-info .text span,
.up-coming-trip-widget .flights-info .airport-code span,
.up-coming-trip-widget .flights-info .uctw-modal-link span {
	color: #000000
}

.up-coming-trip-widget .flights-info .flight-time {
	font-size: 42px
}

.up-coming-trip-widget .flights-info .flight-direction .fd-icon {
	color: #AC2952;
	font-size: 24px;
	margin-bottom: 15px
}

.up-coming-trip-widget .flights-info .flight-direction .fd-line {
	position: relative;
	height: 1px;
	background-color: #707070
}

.up-coming-trip-widget .flights-info .flight-direction .fd-line:before,
.up-coming-trip-widget .flights-info .flight-direction .fd-line:after {
	content: '';
	height: 8px;
	width: 8px;
	border: 1px solid #707070;
	position: absolute;
	left: -10px;
	top: -5px;
	border-radius: 50%
}

.up-coming-trip-widget .flights-info .flight-direction .fd-line:after {
	left: auto;
	right: -10px
}

.up-coming-trip-widget .passengers-info {
	flex: 2;
	border: 1px solid #E0E0E0;
	background-color: #F4F4F4;
	border-radius: 0 20px 20px 0;
	padding: 22px 32px
}

.up-coming-trip-widget .passengers-info .booking-ref {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px
}

.up-coming-trip-widget .passengers-info .booking-ref span {
	font-weight: bold
}

.up-coming-trip-widget .passengers-info .passengers-list {
	font-size: 18px
}

.up-coming-trip-widget .passengers-info .extras {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 18px
}

.up-coming-trip-widget .passengers-info .extras .item {
	display: inline-block;
	font-size: 16px;
	margin-right: 8px
}

.up-coming-trip-widget .passengers-info .extras .item i {
	font-size: 18px;
	margin-right: 5px;
	color: #1C4D63
}

.up-coming-trip-widget .passengers-info .actions {
	display: flex;
	font-size: 14px
}

.up-coming-trip-widget .passengers-info .actions .action-link {
	flex: 1;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #fff
}

.up-coming-trip-widget .passengers-info .actions .action-link:first-child {
	border-radius: 50px 0 0 50px
}

.up-coming-trip-widget .passengers-info .actions .action-link:last-child {
	border-radius: 0 50px 50px 0;
	border-right: none
}

.up-coming-trip-widget .trip-is-not-available {
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 30px 35px;
	width: 100%
}

.up-coming-trip-widget .trip-is-not-available .text {
	color: #CCCCCC;
	font-size: 16px
}

.up-coming-trip-widget .trip-is-not-available .book-your-trip-link {
	font-size: 18px;
	font-weight: bold
}

.col-family-and-friends .ld-col-content {
	border: 1px solid #E0E0E0;
	padding: 36px 31px
}

.family-and-friends-widget .faf-table {
	margin-bottom: 43px
}

.family-and-friends-widget .faf-table .faf-row {
	display: flex;
	margin-bottom: 30px
}

.family-and-friends-widget .faf-table .faf-row:last-child {
	margin-bottom: 0
}

.family-and-friends-widget .faf-table .faf-row .faf-col {
	align-items: center
}

.family-and-friends-widget .faf-table .faf-row .faf-col.icon {
	margin-right: 30px
}

.family-and-friends-widget .faf-table .faf-row .faf-col.name {
	flex: 3
}

.family-and-friends-widget .faf-table .faf-row .faf-col.relationship {
	flex: 2
}

.family-and-friends-widget .faf-table .faf-row .faf-col.ffp-no {
	flex: 2
}

.family-and-friends-widget .faf-table .faf-row .faf-col.actions {
	display: flex;
	align-items: center
}

.family-and-friends-widget .faf-table .faf-row .faf-col.actions .faf-action {
	border: none;
	background: none;
	font-size: 26px
}

.family-and-friends-widget .faf-table .faf-row .faf-col .faf-icon {
	background-color: #1C4D63;
	border-radius: 50%;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px
}

.family-and-friends-widget .faf-table .faf-row .faf-col.faf-col-text .title {
	color: #707070;
	font-size: 16px;
	margin-bottom: 4px
}

.family-and-friends-widget .faf-table .faf-row .faf-col.faf-col-text .value {
	font-size: 18px;
	font-weight: bold
}

.family-and-friends-widget .faf-actions .faf-action-add {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center
}

.family-and-friends-widget .faf-actions .faf-action-add i {
	font-size: 28px;
	margin-right: 13px
}

.customer-preferences {
	font-family: 'Noto Sans', serif
}

.customer-preferences .cp-row {
	margin-bottom: 43px
}

.customer-preferences .cp-row .cp-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 17px
}

.customer-preferences .cp-row .cp-content {
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	padding: 25px
}

.my-interests-widget .miw-header {
	margin-bottom: 25px
}

.my-interests-widget .miw-actions .miw-action-link {
	border: none;
	background: none;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px
}

.miwc-item {
	font-size: 14px;
	font-weight: 500;
	width: 33%;
	display: inline-block;
	margin-bottom: 20px
}

.miwc-item .item-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer
}

.miwc-item .item-checkbox {
	margin-right: 15px
}

.miwc-item .item-checkbox .item-fake-checkbox {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 24px;
	width: 24px;
	display: inline-block
}

.miwc-item .item-checkbox input {
	display: none
}

.miwc-item .item-checkbox input:checked+.item-fake-checkbox {
	border-color: #54BD84;
	background-color: #54BD84;
	position: relative
}

.miwc-item .item-checkbox input:checked+.item-fake-checkbox:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 20px;
	transform: translate(-50%, -50%)
}

.travel-preferences-widget .tpw-row {
	margin-bottom: 25px
}

.travel-preferences-widget .tpw-row:last-child {
	margin-bottom: 0
}

.travel-preferences-widget .tpw-row .tpw-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px
}

.travel-preferences-widget .tpw-row .tpw-content .tpw-sub-row {
	display: flex;
	margin-bottom: 21px
}

.travel-preferences-widget .tpw-row .tpw-content .tpw-sub-row:last-child {
	margin-bottom: 0
}

.travel-preferences-widget .tpw-row .tpw-content .tpw-col {
	flex-basis: 50%;
	margin: 0 11px
}

.travel-preferences-widget .tpw-row .tpw-content .tpw-col:first-child {
	margin-left: 0
}

.travel-preferences-widget .tpw-row .tpw-content .tpw-col:last-child {
	margin-right: 0
}

.airport-selector-widget .asw-image {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	max-height: 120px;
	position: relative
}

.airport-selector-widget .asw-image img {
	display: block;
	object-fit: cover;
	max-height: 100%
}

.airport-selector-widget .asw-image .asw-no-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1
}

.airport-selector-widget .asw-image .asw-no-image .asw-no-image-content {
	display: flex;
	justify-content: center;
	align-items: center
}

.airport-selector-widget .asw-image .asw-no-image i {
	font-size: 27px;
	margin-right: 4px
}

.airport-selector-widget .asw-image.no-image .asw-no-image {
	display: flex
}

.airport-selector-widget .asw-input {
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	border: 1px solid #E0E0E0
}

.airport-selector-widget .asw-input .asw-autocomplete {
	background: none;
	border: none;
	font-size: 14px;
	width: 100%;
	padding: 8px 15px
}

.airport-selector-widget .asw-input .asw-autocomplete::placeholder {
	font-style: italic;
	font-size: 14px
}

.inflight-preferences-widget .ipw-row {
	display: flex
}

.inflight-preferences-widget .ipw-row .ipw-col {
	flex: 1;
	margin: 0 11px
}

.inflight-preferences-widget .ipw-row .ipw-col:first-child {
	margin-left: 0
}

.inflight-preferences-widget .ipw-row .ipw-col:last-child {
	margin-right: 0
}

.inflight-preferences-widget .ipw-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px
}

.inflight-preferences-widget .ipw-checkboxes .ipw-item {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px
}

.inflight-preferences-widget .ipw-checkboxes .ipw-item .item-label {
	cursor: pointer
}

.inflight-preferences-widget .ipw-checkboxes .ipw-item .item-label .item-text {
	font-size: 14px;
	padding: 15px;
	min-width: 135px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box
}

.inflight-preferences-widget .ipw-checkboxes .ipw-item .item-label input {
	display: none
}

.inflight-preferences-widget .ipw-checkboxes .ipw-item .item-label input:checked+.item-text {
	background-color: #50AD7B;
	border-color: #50AD7B;
	color: #fff;
	font-weight: bold
}

.preferred-meal-widget {
	position: relative
}

.preferred-meal-widget .pmw-select {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	font-size: 14px;
	width: 100%;
	padding: 13px;
	height: auto;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1
}

.preferred-meal-widget .pmw-select-arrow {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 19px
}

.ffp-pay-panel {
	font-family: "Noto Sans", serif;
	line-height: 1.3;
	margin-top: 10px
}

.ffp-pay-panel .ffp-passengers-list {
	margin-bottom: 25px
}

.ffp-pay-panel .ffp-passengers-list .ffp-list-title {
	font-weight: 500;
	color: #929292;
	margin-bottom: 7px;
	font-size: 10px;
	display: block
}

.ffp-pay-panel .ffp-passengers-list .select2-container {
	min-width: 100%
}

.ffp-pay-panel .ffp-passengers-list .select2-container .select2-selection--single {
	border: none;
	border-bottom: 1px solid #BDE0E5
}

.ffp-pay-panel .ffp-passengers-list .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	font-weight: 500;
	padding-left: 0
}

.ffp-pay-panel .ffp-passengers-list .select2-container .select2-selection--single .select2-selection__rendered span {
	color: #999999
}

.ffp-pay-panel .ffp-points-slider-wrapper.loading {
	min-height: 48px;
	position: relative
}

.ffp-pay-panel .ffp-points-slider-wrapper.loading:after {
	position: absolute;
	top: 0;
	height: 48px;
	width: 48px;
	left: 50%;
	margin-left: -24px;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/ajax-loader.gif") center center no-repeat;
	background-color: rgba(255, 255, 255, 0.4);
	content: ""
}

.ffp-pay-panel .ffp-points-slider .ffp-slider-title {
	font-size: 12px;
	color: #999999
}

.ffp-pay-panel .ffp-points-slider .ffp-slider-title .ffp-calculation {
	margin-left: 5px
}

.ffp-pay-panel .ffp-slider {
	margin: 10px 0
}

.ffp-pay-panel .ffp-slider .rs-container {
	width: 100%;
	height: 24px
}

.ffp-pay-panel .ffp-slider .rs-container .rs-pointer {
	width: 24px;
	height: 24px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #D9D9D9
}

.ffp-pay-panel .ffp-slider .rs-container .rs-pointer:before {
	display: none
}

.ffp-pay-panel .ffp-slider .rs-container .rs-pointer:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	background: #54BD84;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.ffp-pay-panel .ffp-slider .rs-container .rs-selected {
	background-color: #54BD84;
	border: none
}

.ffp-pay-panel .ffp-slider .rs-container .rs-bg,
.ffp-pay-panel .ffp-slider .rs-container .rs-selected {
	height: 3px;
	top: 11px
}

.ffp-pay-panel .ffp-slider .rs-scale {
	display: none
}

.ffp-pay-panel .ffp-slider-inputs-wrapper {
	position: relative
}

.ffp-pay-panel .ffp-slider-inputs-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
	background-color: #CCCCCC;
	z-index: 1
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
	z-index: 2
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs .ffp-inputs-delimiter {
	font-weight: 500;
	font-size: 12px;
	color: #CCCCCC;
	padding: 5px;
	background-color: #fff
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs .ffp-input-label {
	flex: 1;
	display: flex;
	align-items: center
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs .ffp-input-label .ffp-input {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	max-width: 50%;
	width: 50px
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs .ffp-input-label span {
	margin-left: 5px
}

.ffp-pay-panel .ffp-slider-inputs-wrapper .ffp-slider-inputs .ffp-input-label.ffp-input-label-points {
	justify-content: flex-end
}

.totals-wrapper.loading {
	position: relative
}

.totals-wrapper.loading:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.select2-results__option {
	text-align: left
}

#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table td.ffp-pay-panel-wrapper {
	width: 100%
}

#step-cancel .header,
#step-refund .header {
	display: flex;
	align-items: flex-end;
	height: 50px;
	margin-bottom: 50px;
	position: relative
}

#step-cancel .header-title,
#step-refund .header-title {
	width: 34%;
	height: 100%;
	border-radius: 0 5px 0 0;
	border: 1px solid #BDE0E5;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0;
	background: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center
}

#step-cancel .header-title span,
#step-refund .header-title span {
	font-size: 20px;
	color: #000;
	letter-spacing: 0.03em
}

#step-cancel .header-title span.bold,
#step-refund .header-title span.bold {
	margin-left: 6px
}

#step-cancel .header-sub,
#step-refund .header-sub {
	width: 100%;
	background: #f8f8f8;
	height: 100%
}

#step-cancel #cancel-content {
	width: 100%;
	min-height: 400px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 30px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
	padding-bottom: 15px
}

#step-cancel #cancel-content .content {
	padding: 0 40px 20px
}

#step-cancel #cancel-content .content .cancel-type {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	cursor: pointer
}

#step-cancel #cancel-content .content .cancel-type input {
	display: none
}

#step-cancel #cancel-content .content .cancel-type input:checked+.custom-radio:after {
	display: block
}

#step-cancel #cancel-content .content .cancel-type .custom-radio {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #54BD84;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center
}

#step-cancel #cancel-content .content .cancel-type .custom-radio:after {
	content: '';
	display: none;
	width: 14px;
	height: 14px;
	background: #54BD84;
	border-radius: 50%
}

#step-cancel #cancel-content .content .cancel-type .title-type {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 16px;
	color: #54BD84
}

#step-cancel #cancel-content .content .cancel-checkboxes {
	padding-left: 50px
}

#step-cancel #cancel-content .content .cancel-checkboxes .empty {
	min-width: 49px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox.passenger {
	margin-bottom: 30px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox.passenger .custom-checkbox {
	margin-right: 25px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox input {
	display: none
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox input:checked+label .custom-checkbox i {
	display: block
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox .custom-checkbox {
	cursor: pointer;
	margin-right: 20px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #54BD84;
	border-radius: 3px;
	box-sizing: border-box
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-checkbox .custom-checkbox i {
	font-size: 12px;
	color: #000000;
	display: none
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-information {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-information>div {
	display: flex;
	color: #000;
	flex-direction: column;
	padding-left: 15px !important;
	min-height: 100px;
	justify-content: center;
	box-sizing: border-box;
	width: 15%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 19px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-information>div span:first-child {
	font-weight: bold;
	margin-bottom: 6px
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-information>div:last-child {
	border-right: none
}

#step-cancel #cancel-content .content .cancel-checkboxes .flight-information>div.flight-directions {
	width: 40%
}

#step-cancel #cancel-content .content .cancel-checkboxes .passenger-information {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-cancel #cancel-content .content .cancel-checkboxes .passenger-information .passenger-title {
	display: flex;
	align-items: center
}

#step-cancel #cancel-content .content .cancel-checkboxes .passenger-information .passenger-title i {
	font-size: 16px;
	color: #000
}

#step-cancel #cancel-content .content .cancel-checkboxes .passenger-information .passenger-title span {
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 400
}

#step-refund #refund-submit {
	min-height: 140px;
	width: 100%;
	margin-top: 35px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box
}

#step-refund #refund-submit .btn-submit-refund {
	width: 29%;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	background-color: #54BD84;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer
}

#step-refund #refund-submit .agreement-container {
	width: 66%;
	display: flex
}

#step-refund #refund-submit .agreement-container input {
	display: none
}

#step-refund #refund-submit .agreement-container label {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	padding: 0;
	transform: translate3d(0, 0, 0);
	padding-left: 45px;
	position: relative;
	margin-top: 0
}

#step-refund #refund-submit .agreement-container label span {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px
}

#step-refund #refund-submit .agreement-container label:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

#step-refund #refund-submit .agreement-container label:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(0px);
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: transform .4s ease, background .4s ease
}

#step-refund #refund-submit .agreement-container input[type="checkbox"]:checked+label:after {
	transform: translateX(14px)
}

#step-refund #refund-content {
	width: 100%;
	min-height: 400px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 30px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
	padding-bottom: 20px
}

#step-refund #refund-content .content {
	padding: 0 40px 20px
}

#step-refund #refund-content .content .cancel-type {
	display: flex;
	align-items: center;
	margin-bottom: 28px
}

#step-refund #refund-content .content .cancel-type .title-type {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #54BD84
}

#step-refund #refund-content .content .container.passenger {
	display: flex;
	flex-direction: column
}

#step-refund #refund-content .content .container.passenger .passengers {
	order: -1
}

#step-refund #refund-content .content .flights .flight-information {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px
}

#step-refund #refund-content .content .flights .flight-information>div {
	display: flex;
	color: #000;
	flex-direction: column;
	padding-left: 15px !important;
	min-height: 100px;
	justify-content: center;
	box-sizing: border-box;
	width: 15%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 19px
}

#step-refund #refund-content .content .flights .flight-information>div span:first-child {
	font-weight: bold;
	margin-bottom: 6px
}

#step-refund #refund-content .content .flights .flight-information>div:last-child {
	border-right: none
}

#step-refund #refund-content .content .flights .flight-information>div.flight-directions {
	width: 40%
}

#step-refund #refund-content .content .passenger-information {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px
}

#step-refund #refund-content .content .passenger-information .passenger-title {
	display: flex;
	align-items: center
}

#step-refund #refund-content .content .passenger-information .passenger-title i {
	font-size: 16px;
	color: #000
}

#step-refund #refund-content .content .passenger-information .passenger-title span {
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 400
}

#step-refund #refund-content .content .request-refund {
	margin-top: 50px
}

#step-refund #refund-content .content .request-refund-wrapper {
	margin-bottom: 14px;
	display: flex;
	align-items: center
}

#step-refund #refund-content .content .request-refund-wrapper h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	color: #54BD84
}

#step-refund #refund-content .content .request-refund .remark label {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 14px;
	display: block;
	text-transform: uppercase;
	color: #54BD84
}

#step-refund #refund-content .content .request-refund .remark textarea {
	height: 140px;
	width: 100%;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	margin-bottom: 20px
}

#step-refund #refund-content .content .request-refund .remark .validation-advice {
	margin: 0;
	position: relative;
	top: -15px
}

#step-refund #refund-content .content .upload-document h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 14px;
	display: block;
	text-transform: uppercase;
	color: #54BD84
}

#step-refund #refund-content .content .upload-document .labels {
	margin-top: 9px
}

#step-refund #refund-content .content .upload-document .labels p {
	font-size: 12px;
	line-height: 17px;
	color: #A8A8A8;
	font-weight: 400;
	margin-bottom: 3px
}

#step-refund #refund-content .content .upload-document #form-upload-document {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-refund #refund-content .content .upload-document .container-upload-documents {
	width: 100%;
	min-height: 35px;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding: 4px;
	display: flex;
	flex-wrap: wrap
}

#step-refund #refund-content .content .upload-document .container-upload-documents input {
	display: none
}

#step-refund #refund-content .content .upload-document .container-upload-documents label .document-name {
	margin-left: 4px;
	background-color: #EAEAEA;
	height: 25px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box
}

#step-refund #refund-content .content .upload-document .container-upload-documents label .document-name span {
	font-size: 12px;
	color: #707070
}

#step-refund #refund-content .content .upload-document .container-upload-documents label .document-name i {
	margin-left: 11px;
	font-size: 6px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
	color: #707070
}

#step-refund #refund-content .content .upload-document .container-upload-documents .browse-document {
	width: 100px;
	border-radius: 5px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #54BD84;
	text-align: center;
	font-weight: 400;
	cursor: pointer
}

#step-refund #refund-content .content .contact-information {
	margin-top: 45px
}

#step-refund #refund-content .content .contact-information h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	color: #54BD84;
	margin-bottom: 30px
}

#step-refund #refund-content .content .contact-information .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0
}

#step-refund #refund-content .content .contact-information .content .field {
	width: calc(25% - 24px);
	margin: 0 12px;
	position: relative
}

#step-refund #refund-content .content .contact-information .content .field.field-title {
	width: 60px;
	margin-left: 0
}

#step-refund #refund-content .content .contact-information .content .field.field-firstname {
	width: calc(25% - 108px)
}

#step-refund #refund-content .content .contact-information .content .field.preferred-language {
	margin-left: 0;
	margin-top: 17px
}

#step-refund #refund-content .content .contact-information .content .field.field-title:after,
#step-refund #refund-content .content .contact-information .content .field.preferred-language:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

#step-refund #refund-content .content .contact-information .content .field.field-title.fail:after,
#step-refund #refund-content .content .contact-information .content .field.preferred-language.fail:after {
	bottom: 35px
}

#step-refund #refund-content .content .contact-information .content .field label {
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	color: #929292;
	margin: 0 0 6px;
	letter-spacing: 0.03em;
	display: flex
}

#step-refund #refund-content .content .contact-information .content .field label:after {
	position: static;
	color: #929292
}

#step-refund #refund-content .content .contact-information .content .field .intl-tel-input .mobile-pp.validation-failed+.validation-advice {
	position: absolute;
	top: 40px;
	right: 0
}

#step-refund #refund-content .content .contact-information .content .field .intl-tel-input .flag-container {
	border-bottom: 1px solid #cce8eb
}

#step-refund #refund-content .content .contact-information .content .field input,
#step-refund #refund-content .content .contact-information .content .field select {
	outline: none;
	border: none;
	border-bottom: 1px solid #cce8eb;
	box-sizing: border-box;
	border-radius: 0;
	background: none transparent;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	height: 40px;
	width: 100%;
	padding: 0 2px;
	-webkit-appearance: none;
	appearance: none
}

#step-refund #refund-content .content .contact-information .content .field input.validation-failed,
#step-refund #refund-content .content .contact-information .content .field select.validation-failed {
	border: none !important;
	border-bottom: 1px solid #ee001c !important
}

#step-refund #refund-content .content .contact-information .content .field input::placeholder,
#step-refund #refund-content .content .contact-information .content .field select::placeholder {
	color: #a1a1a1
}

#refund-reasons-select {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 275px;
	height: 35px;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 35px;
	cursor: pointer
}

#refund-reasons-select .reason-selected-value {
	font-size: 14px;
	color: #707070;
	text-transform: capitalize;
	padding: 0 15px
}

#refund-reasons-select .reasons-options {
	position: absolute;
	display: none;
	width: 100%;
	max-height: 133px;
	height: auto;
	top: 31px;
	left: -1px;
	background: #fff;
	z-index: 10;
	overflow: auto;
	border: 1px solid #D1D1D1;
	border-radius: 0 0 5px 5px
}

#refund-reasons-select .reasons-options .reason-option {
	font-size: 14px;
	padding: 10px 15px;
	background: transparent;
	transition: all 0.25s linear;
	text-transform: capitalize
}

#refund-reasons-select .reasons-options .reason-option:not(.active):hover {
	color: #fff
}

#refund-reasons-select i {
	font-size: 12px;
	height: 100%;
	border-left: 1px solid #D1D1D1;
	padding: 0 10px;
	line-height: 33px
}

#refund-reasons-select i.fa-caret-down {
	display: block
}

#refund-reasons-select i.fa-caret-up {
	display: none
}

#refund-reasons-select.active i.fa-caret-down {
	display: none
}

#refund-reasons-select.active i.fa-caret-up {
	display: block
}

#agreement-modal .modal-content {
	border: none
}

#agreement-modal .modal-header {
	border: none;
	padding: 0
}

#agreement-modal .modal-header h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	padding-top: 35px;
	padding-left: 25px;
	text-transform: none
}

#agreement-modal .modal-body {
	padding: 25px
}

#agreement-modal .modal-footer {
	border: none;
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center
}

#agreement-modal .modal-footer .btn.btn-default {
	height: 54px;
	width: 160px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold
}

@media (min-width: 768px) {
	#agreement-modal .modal-dialog {
		width: 800px
	}
}

@media screen and (max-width: 700px) {
	#step-refund .header-title {
		min-width: 180px
	}

	#step-refund .header-title span {
		font-size: 14px
	}

	#step-refund #refund-content .content {
		padding: 0 14px 20px
	}

	#step-refund #refund-content .content .flights .flight-information {
		flex-direction: column;
		align-items: start
	}

	#step-refund #refund-content .content .flights .flight-information>div,
	#step-refund #refund-content .content .flights .flight-information div.flight-directions {
		width: 100%;
		border-right: 0;
		min-height: 40px;
		flex-direction: row;
		justify-content: space-between;
		padding-right: 15px;
		align-items: center
	}

	#step-refund #refund-content .content .flights .flight-information>div span:last-child,
	#step-refund #refund-content .content .flights .flight-information div.flight-directions span:last-child {
		text-align: right
	}

	#step-refund #refund-content .content .contact-information .content {
		flex-direction: column
	}

	#step-refund #refund-content .content .contact-information .content .field,
	#step-refund #refund-content .content .contact-information .content .field.field-firstname {
		width: 100%;
		margin: 0;
		padding: 10px 0
	}

	#step-refund #refund-content .content .request-refund-wrapper,
	#step-refund #refund-content .content #form-upload-document {
		flex-direction: column
	}

	#step-refund #refund-content .content .request-refund-wrapper>:last-child,
	#step-refund #refund-content .content #form-upload-document>:last-child {
		margin-top: 10px
	}

	#step-refund #refund-content .content #form-upload-document .container-upload-documents {
		width: 100%
	}

	#step-refund #refund-submit {
		flex-direction: column;
		padding: 0
	}

	#step-refund #refund-submit .agreement-container {
		width: 90%;
		margin: 10px 0
	}

	#step-refund #refund-submit .btn-submit-refund {
		width: 90%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-bottom: 10px
	}
}

.ndc-desktop-only {
	display: none
}

@media (min-width: 768px) {
	.ndc-desktop-only {
		display: block
	}
}

.ndc-mobile-only {
	display: none
}

@media (max-width: 767px) {
	.ndc-mobile-only {
		display: block
	}
}

.ndc-mobile-only-force {
	display: none !important
}

@media (max-width: 767px) {
	.ndc-mobile-only-force {
		display: block !important
	}
}

.ndc-line-summary {
	display: flex
}

@media (max-width: 767px) {
	.ndc-line-summary {
		font-size: 10px
	}
}

.ndc-line-summary span {
	margin: 0 5px
}

@media (max-width: 767px) {
	.ndc-line-summary span {
		margin: 0 2px
	}
}

.ndc-line-summary span:first-child {
	margin-left: 0
}

.ndc-line-summary span:last-child {
	margin-right: 0
}

.view-ndc-order-wrapper {
	line-height: 1.2;
	padding: 0 30px 30px;
	font-family: 'Noto Sans', serif
}

@media (max-width: 767px) {
	.view-ndc-order-wrapper {
		padding: 0 10px 30px
	}
}

.view-ndc-order-section {
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.view-ndc-order-section {
		margin-bottom: 27px
	}
}

.view-ndc-order-section:last-child {
	margin-bottom: 0
}

.view-ndc-order-section .ndc-section-title-wrapper {
	padding: 0 38px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	display: flex;
	justify-content: space-between
}

@media (max-width: 767px) {
	.view-ndc-order-section .ndc-section-title-wrapper {
		font-size: 14px;
		padding: 0
	}
}

@media (max-width: 340px) {
	.view-ndc-order-section .ndc-section-title-wrapper {
		flex-direction: column;
		align-items: center
	}
}

.view-ndc-order-section .ndc-section-title-wrapper .ndc-section-title {
	font-weight: bold
}

.view-ndc-order-section .ndc-section-title-wrapper .ndc-section-title-info {
	color: #1D4D63
}

.view-ndc-order-section .ndc-section-title-wrapper .ndc-section-title-info span {
	color: #54BD84
}

.view-ndc-order-section .ndc-section-content {
	border-radius: 10px;
	border: 1px solid #707070;
	font-size: 14px;
	overflow: hidden
}

@media (max-width: 767px) {
	.view-ndc-order-section .ndc-section-content {
		font-size: 12px
	}
}

.ndc-section-table .ndc-table-tr {
	display: flex;
	border-bottom: 1px solid #707070
}

.ndc-section-table .ndc-table-tr:last-child {
	border-bottom: none
}

@media (max-width: 767px) {
	.ndc-section-table .ndc-table-tr {
		flex-direction: column
	}
}

.ndc-section-table .ndc-table-td {
	padding: 30px;
	border-right: 1px solid rgba(112, 112, 112, 0.2);
	flex: 1
}

.ndc-section-table .ndc-table-td.td-destination {
	flex: 5
}

.ndc-section-table .ndc-table-td:last-child {
	border-right: none
}

@media (max-width: 767px) {
	.ndc-section-table .ndc-table-td {
		padding: 6px 18px
	}
}

.ndc-section-table .td-head {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.ndc-section-table .td-head {
		margin-bottom: 0
	}
}

.ndc-section-table.booking-summary-table .flight-direction-name {
	color: #1D4D63;
	background-color: #F8F8F8;
	text-align: center
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .flight-direction-name {
		font-size: 7px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
}

.ndc-section-table.booking-summary-table .flight-direction-name i {
	font-size: 32px;
	margin-bottom: 5px
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .flight-direction-name i {
		font-size: 20px
	}
}

.ndc-section-table.booking-summary-table .flight-direction-name i.reverse {
	transform: rotate(180deg)
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .flight-direction-name .td-head {
		white-space: nowrap
	}
}

.ndc-section-table.booking-summary-table .ndc-table-tr {
	border-bottom: 1px solid #707070
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot {
	padding: 20px 25px
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .ndc-table-tfoot {
		padding: 20px 17px
	}
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .ndc-table-tr {
	border-bottom: none;
	margin-bottom: 7px
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .ndc-table-tr:last-child {
	margin-bottom: 0
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .ndc-table-td {
	padding: 0
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger {
	color: #1D4D63;
	font-size: 16px
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger {
		font-size: 11px
	}
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger i {
	margin-right: 5px;
	font-size: 16px
}

@media (max-width: 767px) {
	.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger i {
		font-size: 14px
	}
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger .passenger-products .passenger-product {
	display: flex;
	color: #000;
	margin: 10px 0 10px 22px
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger .passenger-products .passenger-product .passenger-product-name {
	flex: 7
}

.ndc-section-table.booking-summary-table .ndc-table-tfoot .passenger .passenger-products .passenger-product .passenger-product-count {
	flex: 5
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr {
	flex-direction: row
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-direction-name {
	flex: none;
	padding: 0;
	width: 55px
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details {
	padding: 0
}

@media (max-width: 340px) {
	.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details {
		font-size: 12px
	}
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr {
	padding: 10px 0;
	border-bottom-color: rgba(112, 112, 112, 0.2)
}

@media (max-width: 340px) {
	.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr .ndc-table-td {
		padding: 10px
	}
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr .td-flight,
.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr .td-date {
	width: 18%;
	flex: none
}

@media (max-width: 340px) {

	.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr .td-flight,
	.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr .td-date {
		width: 24%
	}
}

.ndc-section-table.booking-summary-table .ndc-mobile-only .ndc-table-tr .flight-details .ndc-table-tr:last-child {
	border-bottom: none
}

.ndc-section-hotel-summary .ndc-section-content {
	padding: 10px 0
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper {
	display: flex
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper>div {
	flex: 1
}

@media (max-width: 992px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper {
		flex-direction: column
	}
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper {
		padding: 0 16px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view {
	display: flex;
	padding: 20px 25px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view {
		padding: 6px 0 11px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-picture {
	margin-right: 22px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-picture {
		margin-right: 13px;
		min-height: 160px;
		width: 106px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-picture img {
	width: 176px;
	object-fit: cover;
	height: 100%
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-name {
	font-size: 26px;
	margin-bottom: 15px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-name {
		font-size: 16px;
		margin-bottom: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-rating {
	display: flex;
	font-size: 23px;
	margin-bottom: 15px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-rating {
		font-size: 17px;
		margin-bottom: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-rating i {
	margin-right: 5px;
	color: #1c4d63
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-address-link .link-wrapper {
	color: #54BD84;
	text-decoration: underline;
	font-size: 16px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-address-link .link-wrapper {
		font-size: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-address-link .link-wrapper i {
	color: #ccc;
	font-size: 20px;
	margin-right: 4px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-view .hotel-info .hotel-address-link .link-wrapper i {
		font-size: 14px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view {
	border-left: 1px solid rgba(112, 112, 112, 0.2)
}

@media (max-width: 992px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view {
		border-top: 1px solid rgba(112, 112, 112, 0.2)
	}
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view {
		border-left: none
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info {
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	display: flex;
	padding-bottom: 10px
}

@media (max-width: 992px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info {
		padding-top: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item {
	padding: 24px 25px;
	text-align: center;
	flex: 2
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-title {
	font-size: 14px;
	color: #929292;
	margin-bottom: 5px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-title {
		font-size: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-date {
	font-size: 22px;
	margin-bottom: 5px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-date {
		font-size: 14px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-time {
	font-size: 14px;
	color: #929292
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .summary-info-item .info-time {
		font-size: 10px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: rgba(112, 112, 112, 0.2)
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper .nights-info {
	background-color: #fff;
	padding: 5px;
	text-align: center;
	position: relative
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper .nights-info .info-count {
	font-size: 20px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper .nights-info .info-count {
		font-size: 13px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper .nights-info .info-title {
	font-size: 14px;
	color: #929292
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-info .nights-info-wrapper .nights-info .info-title {
		font-size: 9px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info {
	padding: 23px 25px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info {
		padding: 10px 0
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-line-summary {
	font-size: 20px;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-line-summary {
		font-size: 14px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary {
	display: flex
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary .room-picture {
	margin-right: 15px
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary .room-picture img {
	width: 146px;
	object-fit: cover
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary .room-picture img {
		width: 107px
	}
}

.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary .room-details {
	font-size: 14px;
	color: #656565
}

@media (max-width: 767px) {
	.ndc-section-hotel-summary .ndc-section-content .hotel-summary-view-wrapper .hotel-summary-view .hotel-summary-rooms-info .info-summary .room-details {
		font-size: 10px
	}
}

.hotel-booking-summary-view-wrapper {
	padding: 27px 31px 27px 16px
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item {
	display: flex;
	margin-bottom: 28px
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item:last-child {
	margin-bottom: 0
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-icon {
	color: #1D4D63;
	margin-right: 6px;
	font-size: 18px
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body {
	width: 100%
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body .item-title {
	display: flex;
	justify-content: space-between;
	color: #1D4D63;
	margin-bottom: 7px;
	cursor: pointer
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body .item-title .item-title-text {
	font-size: 18px
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body .item-title .item-title-arrows {
	font-size: 16px;
	color: #000
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body .item-content .item-content-table .table-tr {
	padding: 6px 0;
	border-bottom: 1px dashed #A8A8A8;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #656565
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-body .item-content .item-content-table .table-tr:last-child {
	border-bottom: none
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-title-arrows .item-title-open {
	display: none
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item .item-content {
	display: none
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item.open .item-title-arrows .item-title-open {
	display: block
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item.open .item-title-arrows .item-title-close {
	display: none
}

.hotel-booking-summary-view-wrapper .hotel-booking-summary-item.open .item-content {
	display: block
}

@media (max-width: 767px) {
	.sales-order-print {
		padding: 10px
	}
}

.print-ndc-order {
	line-height: 1.7;
	padding-top: 40px;
	overflow: auto;
	max-width: 1195px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "Noto Sans", serif !important
}

@media (max-width: 767px) {
	.print-ndc-order {
		padding-top: 0
	}
}

.print-ndc-order h3,
.print-ndc-order h4 {
	font-family: "Noto Sans", serif !important
}

.print-ndc-order .print-ndc-order-wrapper {
	min-width: 600px
}

@media (max-width: 767px) {
	.print-ndc-order .print-ndc-order-wrapper {
		min-width: 320px
	}
}

.print-ndc-order .print-ndc-order-header {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	align-items: flex-end
}

@media (max-width: 767px) {
	.print-ndc-order .print-ndc-order-header {
		padding-top: 15px;
		padding-bottom: 30px;
		align-items: center
	}
}

@media (max-width: 767px) {
	.print-ndc-order .print-ndc-order-header .logo-wrapper {
		width: 110px
	}
}

.print-ndc-order .print-ndc-order-header .print-title {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #E2E2E2
}

@media (max-width: 767px) {
	.print-ndc-order .print-ndc-order-header .print-title {
		font-size: 16px
	}
}

.print-ndc-order .order-info-section {
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section {
		margin-bottom: 25px
	}
}

.print-ndc-order .order-info-section .ois-title-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	padding: 0 38px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-title-wrapper {
		padding: 0;
		margin-bottom: 11px
	}
}

.print-ndc-order .order-info-section .ois-title-wrapper .ois-title {
	text-transform: uppercase;
	font-size: 18px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-title-wrapper .ois-title {
		font-size: 14px
	}
}

.print-ndc-order .order-info-section .ois-title-wrapper .ois-title-info {
	text-transform: uppercase;
	color: #366376;
	font-size: 18px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-title-wrapper .ois-title-info {
		font-size: 14px
	}
}

.print-ndc-order .order-info-section .ois-title-wrapper .ois-title-info span {
	color: #55BE8C;
	font-weight: bold
}

.print-ndc-order .order-info-section .ois-content {
	border-radius: 10px;
	border: 1px solid #707070;
	overflow: hidden
}

.print-ndc-order .order-info-section .ois-content .base-table {
	width: 100%
}

.print-ndc-order .order-info-section .ois-content .base-table td,
.print-ndc-order .order-info-section .ois-content .base-table th {
	padding: 35px
}

@media (max-width: 767px) {

	.print-ndc-order .order-info-section .ois-content .base-table td,
	.print-ndc-order .order-info-section .ois-content .base-table th {
		font-size: 12px;
		padding: 13px 18px
	}
}

.print-ndc-order .order-info-section .ois-content .base-table .td-header {
	font-weight: bold
}

.print-ndc-order .order-info-section .ois-content .flights-table tr {
	border-bottom: 1px solid #707070
}

.print-ndc-order .order-info-section .ois-content .flights-table td {
	position: relative
}

.print-ndc-order .order-info-section .ois-content .flights-table td:after {
	content: '';
	position: absolute;
	right: 0;
	height: 84%;
	top: 8%;
	width: 1px;
	background: rgba(112, 112, 112, 0.2)
}

.print-ndc-order .order-info-section .ois-content .flights-table td:last-child:after {
	display: none
}

.print-ndc-order .order-info-section .ois-content .flights-table .td-header {
	text-transform: uppercase;
	display: block
}

.print-ndc-order .order-info-section .ois-content .passengers-table {
	margin: 20px 0
}

.print-ndc-order .order-info-section .ois-content .passengers-table th {
	text-transform: uppercase;
	font-weight: bold
}

.print-ndc-order .order-info-section .ois-content .passengers-table th,
.print-ndc-order .order-info-section .ois-content .passengers-table td {
	padding: 10px 28px;
	font-size: 16px
}

.print-ndc-order .order-info-section .ois-content .passengers-table td {
	color: #1D4D63
}

.print-ndc-order .order-info-section .ois-content .passengers-table td i {
	margin-right: 5px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-content .ndc-section-table {
		font-size: 12px;
		line-height: 1.2
	}
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #707070
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-item {
	flex: 1;
	border-right: 1px solid rgba(112, 112, 112, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-item .text-header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-item .text-content {
	font-size: 16px
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-item.hi-item-first {
	flex: 2;
	justify-content: left
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-item:last-child {
	border-right: none
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-name {
	font-size: 26px;
	font-weight: 500
}

.print-ndc-order .order-info-section .ois-content .hotel-info-wrapper .hi-address {
	font-size: 16px
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .hd-summary {
	font-size: 26px;
	font-weight: 500;
	padding: 20px 28px 0
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .hd-rooms .hd-room {
	display: flex;
	padding: 23px 28px;
	justify-content: space-between;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2)
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .hd-rooms .hd-room .hd-room-item {
	flex: 1
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .hd-rooms .hd-room .hd-room-item.hd-room-item-first {
	flex: 2
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .hd-rooms .hd-room:last-child {
	border-bottom: none
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .text-header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px
}

.print-ndc-order .order-info-section .ois-content .hotel-details-wrapper .text-content {
	font-size: 16px
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper {
	padding: 12px 10px 4px;
	border-bottom: 1px solid #707070
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-property-name {
	margin-bottom: 15px
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-property-name .mhi-name {
	font-size: 16px;
	font-weight: bold
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-property-name .mhi-address {
	font-size: 12px;
	font-weight: 500
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-check-in-out {
	display: flex;
	justify-content: space-between;
	padding: 0 15px
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-check-in-out .mhi-item {
	font-size: 12px;
	padding: 11px 0;
	flex: 1
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-check-in-out .mhi-item .text-header {
	font-weight: bold;
	text-transform: uppercase
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-check-in-out .mhi-item.mhi-checkin {
	border-right: 1px solid #ECECEC
}

.print-ndc-order .order-info-section .ois-content .m-hotel-info-wrapper .mhi-check-in-out .mhi-item.mhi-checkout {
	text-align: right
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper {
	padding: 20px 10px 8px 10px
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-summary {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #ECECEC;
	display: table
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table .mhd-room-tr {
	font-size: 12px;
	display: table-row
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table .mhd-room-tr .mhd-room-td {
	display: table-cell
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table .mhd-room-tr .mhd-room-td .text-header {
	text-transform: uppercase;
	font-weight: bold
}

.print-ndc-order .order-info-section .ois-content .m-hotel-details-wrapper .mhd-rooms .mhd-room-table .mhd-room-tr .mhd-room-td.td-header {
	padding-right: 15px
}

.print-ndc-order .order-info-section .ois-content .payment-info-wrapper {
	margin-bottom: 20px
}

.print-ndc-order .order-info-section .ois-content .payment-info-wrapper .pi-name {
	font-weight: bold;
	font-size: 18px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-content .payment-info-wrapper .pi-name {
		font-size: 12px
	}
}

.print-ndc-order .order-info-section .ois-content .payment-details {
	font-size: 18px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-content .payment-details {
		font-size: 12px
	}
}

.print-ndc-order .order-info-section .ois-content .payment-details .pd-row {
	display: flex;
	justify-content: space-between
}

.print-ndc-order .order-info-section .ois-content .payment-details .pd-row.pd-row-footer {
	margin-top: 25px;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	padding: 15px 57px 15px 72px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-content .payment-details .pd-row.pd-row-footer {
		font-size: 12px;
		padding: 15px 49px 15px 53px
	}
}

.print-ndc-order .order-info-section .ois-content .payment-details .pd-row.pd-row-footer .pd-column-last {
	font-weight: bold;
	font-size: 22px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section .ois-content .payment-details .pd-row.pd-row-footer .pd-column-last {
		font-size: 15px
	}
}

.print-ndc-order .order-info-section.hotel-summary .ois-content {
	padding: 0 8px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section.hotel-summary .ois-content {
		padding: 0 5px
	}
}

.print-ndc-order .order-info-section.payment-information .ois-content {
	padding: 28px
}

@media (max-width: 767px) {
	.print-ndc-order .order-info-section.payment-information .ois-content {
		padding: 14px
	}
}

.ndc-package-rules {
	line-height: 1.2
}

.ndc-package-rules .mobile-rules-wrapper {
	text-align: center
}

.ndc-package-rules .mobile-rules-wrapper .package-rules-link {
	padding: 8px 20px;
	border-radius: 5px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase
}

.ndc-package-rules .mobile-rules-wrapper .package-rules-link .text-wrapper {
	color: #fff
}

.ndc-package-rules .mobile-rules-wrapper .package-rules-link .text-wrapper i {
	font-size: 13px
}

.ndc-package-rules .ndc-package-rules-wrapper {
	margin-bottom: 15px
}

.ndc-package-rules .ndc-package-rules-wrapper .rules-title {
	font-size: 16px;
	color: #1D4D63;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: bold
}

.ndc-package-rules .ndc-package-rules-wrapper .rules-title i {
	font-size: 30px;
	margin-right: 10px
}

.ndc-package-rules .ndc-package-rules-wrapper .rules {
	max-height: 173px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 18px;
	color: #929292;
	border-bottom: 1px solid #EAEAEA
}

.ndc-package-rules .ndc-package-policies-links .policy-link {
	margin-right: 10px
}

.ndc-package-rules .ndc-package-policies-links .policy-link .link-wrapper {
	color: #1D4D63;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold
}

.ndc-package-rules .ndc-package-policies-links .policy-link .link-wrapper i {
	margin-left: 5px
}

.ndc-package-rules .ndc-package-policies-links .policy-link .link-wrapper span {
	text-decoration: underline
}

.confirmation-info .ndc-check-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 54px;
	margin-left: -27px;
	margin-top: -27px;
	background-color: #54BD84;
	color: #fff;
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.confirmation-info-payment {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	margin: 30px 0
}

@media (max-width: 767px) {
	.confirmation-info-payment {
		box-shadow: none;
		margin: 0 0 23px
	}
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper {
	padding: 30px;
	font-family: 'Noto Sans'
}

@media (max-width: 767px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper {
		padding: 10px
	}
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content {
	padding: 30px;
	font-size: 18px
}

@media (max-width: 767px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content {
		padding: 15px;
		font-size: 12px
	}
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-info {
	font-weight: bold;
	margin-bottom: 15px;
	color: #1D4D63
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tr {
	display: flex;
	justify-content: space-between
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tr .ndc-table-td {
	padding: 5px 0
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot {
	margin-top: 20px;
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 4px
}

@media (max-width: 767px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot {
		margin-top: 15px
	}
}

@media (max-width: 767px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .ndc-table-td {
		flex: 1;
		text-align: center
	}
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .td-title {
	text-transform: uppercase;
	padding: 20px 70px
}

@media (max-width: 992px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .td-title {
		padding: 15px
	}
}

.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .td-value {
	padding: 20px 55px;
	background-color: rgba(112, 112, 112, 0.2);
	font-weight: bold;
	font-size: 22px
}

@media (max-width: 992px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .td-value {
		padding: 15px
	}
}

@media (max-width: 767px) {
	.confirmation-info-payment .view-ndc-order .view-ndc-order-wrapper .ndc-section-content .ndc-payment-totals-table .ndc-table-tfoot .td-value {
		font-size: 15px
	}
}

.confirmation-info-buttons {
	justify-content: space-between;
	margin-top: 23px;
	margin-bottom: 15px;
	padding: 0 10px;
	display: none
}

@media (max-width: 767px) {
	.confirmation-info-buttons {
		display: flex
	}
}

.confirmation-info-buttons .confirmation-info-button {
	color: #fff;
	font-size: 16px;
	padding: 18px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.confirmation-info-buttons .confirmation-info-button {
		font-size: 10px;
		width: 49%
	}
}

.hotels-flight-index .inner-container #form-flights.hotel-plus-flight-continue .continue-booking-hotel-flight {
	width: 100%
}

.hotels-flight-index #wt-checkout .continue-booking-hotel-flight {
	display: none
}

body {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	background: #fff !important;
	overflow-x: hidden
}

html,
body,
.main-font,
h1,
h2,
h3,
h4,
h5,
.section-title,
.products-list .product-name,
.products-grid .product-name,
h3.product-name,
.block-layered-nav .block-subtitle--filter,
.feature .heading,
.accordion .heading,
.nav-regular .nav-item.level0>a,
.nav-regular .nav-submenu--mega>li>a,
.nav-regular .nav-holder .dropdown-heading,
.mobnav-trigger,
.nav-mobile .nav-item.level0>a,
.nav-mobile .nav-item.level1>a,
.nav-mobile .nav-item.level2>a,
.nav-regular .nav-holder .dropdown-heading,
.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading,
.header-mobile .skip-link .label,
.block .block-title,
#opc-login h3,
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,
.product-view .box-reviews dt .heading,
.gen-tabs .tabs a,
.footer .heading,
#subscribe-form label,
.caption .heading,
#top .header-top-container>.right-column {
	font-family: 'Cabin', sans-serif !important
}

#mobile-right-drawer,
.nav-border-bottom,
.nav-border-bottom>div,
.fas.fa-cog.mobile-settings,
#mobile-settings-wrapper,
span.promo-code-label,
#mobile-origin,
#mobile-destination,
#quicksearch-other-fields .infobox .header,
#quicksearch-passengers .infobox .header,
.booking-index-index #tripsearch #passengers-type .infobox .header,
.booking-index-index #tripsearch #quicksearch-period .infobox .header,
.booking-index-index #tripsearch .compartment-type .infobox .header,
.booking-index-index .col-main #tripsearch .sub-box label.promo-code-label,
.memeber-label i.close-btn,
.close-btn-wrapper,
.mobile-member-login-btn,
#step-passengers .passenger-login-form .registered-users .content .user-name-row label,
#step-passengers .passenger-login-form .registered-users .content .memeber-label label.mobile,
.currency-switcher.dropdown span.label,
.booking-index-index #owl-bg,
.sales-order-view.customer-account #already_extras,
#live-chat-mobile-wrapper,
#account-wrapper-mobile,
#mobile-backdrop,
.logo-wrapper .logo img.small {
	display: none
}

.new-arrow {
	display: inline-block;
	height: 12px;
	position: static;
	width: 12px
}

.new-arrow.is-bottom.active {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.new-arrow::after {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px
}

.new-arrow.select {
	margin-bottom: 2px
}

.new-arrow.select-adult {
	left: -5px
}

.new-arrow.expander {
	left: 11px;
	top: -3px;
	cursor: pointer;
	z-index: 1;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.4s linear
}

.new-arrow.expander.active {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 0px
}

.nav-regular li.nav-item--home a.level-top {
	display: flex
}

.nav-regular li.nav-item--home .ic.ic-home {
	width: auto;
	font-size: 14px
}

.collapsible .block-title {
	padding: 12px 0
}

.filter .slider {
	border: 0
}

.validation-error-tooltip,
.info-tooltip {
	background: #00000099;
	z-index: 5000;
	color: #fff;
	font-family: inherit;
	width: 156px;
	font-size: 13px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: none;
	position: absolute;
	top: auto;
	margin-top: 4px
}

.info-tooltip {
	text-transform: uppercase;
	width: 130px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%)
}

.bulk-icon-container {
	position: relative
}

.bulk-icon:hover+.info-tooltip {
	display: block
}

.notification-tooltip {
	background: rgba(0, 0, 0, 0.85);
	z-index: 5000;
	margin: auto;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 10px;
	border-radius: 6px;
	display: none;
	position: absolute;
	top: auto;
	left: calc(30% - 10px);
	margin-top: -44px
}

.notification-tooltip::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -14px;
	left: calc(50% - 3.5px);
	border: 7px solid transparent;
	border-top: 7px solid rgba(0, 0, 0, 0.85)
}

.booking-index-index .steps-data>div#step-hotels {
	margin-top: 0 !important
}

.booking-index-index .steps-data>div#step-hotels .room-selection__toolbar_header {
	font-size: .6rem;
	margin: 0
}

.booking-index-index .steps-data>div#step-hotels .mat-form-field-flex {
	color: #000
}

.new-arrow.expander {
	float: unset;
	top: 11px !important;
	left: 5px
}

.new-arrow.expander.active {
	top: 4px !important
}

#notifier-seatselect .modal-content .modal-body>p {
	padding-bottom: 6px
}

#notifier-seatselect .modal-content .modal-body ul.list {
	padding-left: 40px;
	padding-top: 10px
}

#notifier-seatselect .modal-content .modal-body ul.type-circle {
	list-style: circle
}

#notifier-seatselect .modal-content .modal-body ul.type-disc {
	list-style: disc
}

#notifier-seatselect .modal-content .modal-body ul.type-decimal {
	list-style: decimal
}

#dd_method_worldticket_debit_credit_account {
	padding-left: 80px;
	padding-bottom: 10px
}

div#payment_form_worldticket_debit_credit_account>div {
	margin-bottom: 10px
}

div#payment_form_worldticket_debit_credit_account label {
	display: inline-block;
	width: 150px;
	padding-left: 15px
}

div#payment_form_worldticket_debit_credit_account select {
	height: 25px;
	padding: 0 5px;
	width: 200px
}

div#payment_form_worldticket_debit_credit_account input {
	padding: 0 5px;
	height: 20px;
	width: 184px
}

.new-arrow-wrap {
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 50%;
	right: 15px;
	top: 10px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center
}

#header-outer {
	height: 105px;
	background: none transparent
}

.header-mobile .logo-wrapper--regular strong {
	display: none
}

.logo-wrapper--regular strong {
	display: none
}

.modal-footer .btn.btn-default {
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	color: #FFFFFF
}

.datepicker-container {
	z-index: 9999 !important
}

.infobox.persian-picker-wrapper,
.booking-index-index #tripsearch .infobox.persian-picker-wrapper {
	width: 415px !important
}

.infobox.persian-picker-wrapper#returndatebox,
.booking-index-index #tripsearch .infobox.persian-picker-wrapper#returndatebox {
	left: 470px !important
}

.infobox.persian-picker-wrapper#returndatebox:before,
.booking-index-index #tripsearch .infobox.persian-picker-wrapper#returndatebox:before {
	left: calc(20% - 7px) !important
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
	background-color: transparent
}

.datepicker-panel>ul[data-view="days"] {
	justify-content: space-between;
	padding: 0
}

.datepicker-panel>ul[data-view="days"]>li {
	width: 34px
}

.datepicker-panel>ul[data-view="months"],
.datepicker-panel>ul[data-view="days"] {
	width: 260px;
	margin: 0 auto
}

.datepicker-panel>ul[data-view="years"] {
	justify-content: initial
}

.datepicker-container {
	width: 265px;
	padding: 0 6px
}

.datepicker-panel>ul::before,
.datepicker-panel>ul::after {
	display: none
}

.owl-carousel {
	touch-action: manipulation !important
}

.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item,
.booking-index-index .datepicker-plot-area .datepicker-year-view .month-item,
.booking-index-index .datepicker-plot-area .datepicker-month-view .year-item,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item {
	border-radius: 40px
}

.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item .selected,
.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-year-view .month-item .selected,
.booking-index-index .datepicker-plot-area .datepicker-year-view .month-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-month-view .year-item .selected,
.booking-index-index .datepicker-plot-area .datepicker-month-view .year-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item .selected,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item:hover {
	border-radius: 40px
}

.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-year-view .month-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-month-view .year-item:hover,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item:hover {
	border-color: #fff;
	background-color: #54BD84
}

.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item {
	width: 31%;
	border: 2px solid transparent
}

.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item {
	max-width: 30%;
	border: 2px solid transparent
}

.booking-index-index #passengers .datepicker-plot-area .datepicker-day-view .table-days td span {
	height: 24px;
	width: 24px !important;
	line-height: 24px
}

.booking-index-index .datepicker-plot-area .datepicker-month-view {
	min-height: 156px
}

.booking-index-index .year-item-disable,
.booking-index-index .month-item-disable {
	pointer-events: none
}

.booking-index-index .datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item.selected,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item.selected {
	border: 2px solid #54BD84 !important;
	background-color: white;
	text-shadow: none;
	color: black
}

.booking-index-index .datepicker-plot-area .datepicker-day-view .table-days td.selected span:hover,
.booking-index-index .datepicker-plot-area .datepicker-year-view .year-item.selected:hover,
.booking-index-index .datepicker-plot-area .datepicker-month-view .month-item.selected:hover {
	border-color: #fff;
	background-color: #54BD84
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
	border: 2px solid #54BD84
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
	border-radius: 50%;
	width: 60%;
	border: 2px solid white
}

.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month:hover {
	border: 2px solid !important;
	border-color: #54BD84 !important;
	background-color: #54BD84
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled {
	pointer-events: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span {
	border-radius: 50%
}

.datepicker-plot-area {
	border: none;
	box-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span {
	background-color: #fff;
	color: #ccc;
	text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span {
	background: #fff;
	color: black;
	text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span:hover {
	color: #fff
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
	background-color: #fff;
	color: #000;
	border: none
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
	height: 30px;
	line-height: 30px
}

.datepicker-plot-area-inline-view {
	width: 90%;
	margin: 1% 5%;
	padding: 0;
	direction: ltr
}

.datepicker-day-view .header {
	margin: 0 !important;
	padding: 0 !important
}

#alt-input-departdate,
#alt-input-returndate {
	top: -63px !important;
	position: relative !important
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span:hover {
	background-color: #f1f1f1;
	color: #ccc
}

.cancel-popup input {
	margin-top: 0
}

#top {
	position: relative;
	z-index: 2
}

#top .header-menu-flex {
	width: 1140px;
	padding: 0 calc((100% - 1140px) / 2);
	background: #fff;
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
	justify-content: space-between
}

#top .header-menu-flex>.right-column.grid12-8 {
	width: 90%;
	margin: 0
}

#top .header-menu-flex>.left-column.grid12-4 {
	margin: 0
}

#top .header-container3 {
	padding: 0
}

#top .header-primary {
	width: 100%;
	padding: 10px 0;
	max-width: none
}

.bulk-index-index #top .header-menu-flex,
.bulk-index-index #top .header-top-container>.right-column {
	width: 100%
}

.header-primary-container {
	padding: 0
}

h1.logo,
div.logo-wrapper {
	margin: 0;
	width: 240px
}

.header-container .dropdown .dropdown-content a,
.header-container .dropdown .dropdown-content li.current {
	font-size: 16px;
	font-weight: 600
}

.header-container .dropdown .dropdown-heading {
	font-size: 14px;
	font-weight: 600
}

.header-container .links>li>a {
	font-size: 16px;
	font-weight: 600
}

.dropdown .dropdown-heading a {
	font-size: 16px;
	font-weight: 600
}

.header-container .dropdown.open>.dropdown-heading.cover a,
.header-container .form-search .search-autocomplete li {
	font-size: 16px;
	font-weight: 600
}

.header-container .dropdown .dropdown-content li a,
.header-container .dropdown .dropdown-content li.current {
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0 3px 0 !important
}

h1.logo a {
	display: block
}

h1.logo a img {
	width: 225px !important;
	position: absolute;
	bottom: 12px;
	height: auto
}

.header-top-container #currency-switcher-wrapper-regular,
.header-top-container #lang-switcher-wrapper-regular {
	display: inline-block;
	vertical-align: top
}

.dropdown-content {
	display: none
}

.dropdown .dropdown-heading.cover>span,
.dropdown .dropdown-heading.cover>div {
	padding: 0 10px
}

.header-regular .right-column .dropdown .dropdown-content {
	left: auto;
	right: 0
}

.dropdown .dropdown-heading {
	line-height: 50px;
	max-height: 50px
}

#top .ct-menu li {
	float: none;
	display: inline-block;
	vertical-align: top
}

#top .ct-menu li a {
	text-transform: uppercase;
	color: #999999;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 14px;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s ease;
	font-weight: 500
}

#top .ct-menu li a:hover {
	color: #d22027
}

#top .ct-menu .children {
	display: none
}

#top #login-buttons {
	display: none !important;
	position: absolute;
	top: 69px;
	right: 0
}

#top #login-buttons li {
	display: block;
	float: left
}

#top #login-buttons a {
	font-size: 12px;
	text-decoration: none;
	color: #999999
}

#top #login-buttons a:hover {
	color: #313131
}

#top .header-top-container>.right-column {
	height: 50px;
	position: relative;
	top: 0;
	width: 1140px;
	padding: 0 calc((100% - 1140px) / 2);
	line-height: 50px;
	background: linear-gradient(to right, #54BD84, #224733);
	margin: 0;
	font-size: 13px;
	min-width: 20%;
	order: -10;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#top .header-top-container>.right-column a:hover {
	text-decoration: none
}

#top .header-top-container>.right-column .account-menu {
	font-weight: 600;
	font-size: 16px;
	margin-left: 20px;
	margin-top: 1px;
	order: 10
}

#top .header-top-container>.right-column .left-wrapper {
	display: flex
}

#top .header-top-container>.right-column .left-wrapper .chat-block,
#top .header-top-container>.right-column .left-wrapper .notification-block {
	display: flex;
	align-items: center;
	padding-right: 24px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer
}

#top .header-top-container>.right-column .left-wrapper .chat-block i.fal,
#top .header-top-container>.right-column .left-wrapper .notification-block i.fal {
	margin-right: 6px;
	font-size: 20px
}

#top .header-top-container>.right-column .right-wrapper .search {
	display: inline-block;
	padding: 0 10px;
	cursor: pointer
}

#top .header-top-container>.right-column .right-wrapper .search i {
	color: #fff;
	font-size: 20px;
	vertical-align: middle
}

#top .header-top-container .left-column {
	font-size: 12px
}

#top .header-top .right-column .dropdown-heading {
	text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	color: #999999
}

.right-column .dropdown .dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4000;
	padding: 8px 18px;
	min-width: 115px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	background-color: #fff
}

.right-column .dropdown.lang-switcher .dropdown-content {
	padding: 8px 10px
}

.dropdown .dropdown-heading .dropdown-icon {
	width: 18px;
	text-indent: -9999px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle
}

.dropdown .dropdown-content .dropdown-icon {
	width: 18px;
	text-indent: -9999px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	background-size: contain
}

#nav .nav-panel--dropdown a {
	font-size: 14px
}

#nav.nav-regular {
	background: transparent
}

#nav .nav-panel--dropdown {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.header-container .right-column .dropdown .dropdown-content,
#nav .nav-panel--dropdown {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

#header-nav .nav {
	background: transparent
}

.dropdown.open .dropdown-content {
	box-shadow: none
}

.nav-regular .nav-item.level0:last-child>a {
	padding: 0 0 0 12px
}

.nav-regular .nav-item.level0:hover>a {
	background-color: transparent;
	color: #000
}

.nav-regular .nav-item.level0>a {
	line-height: 2;
	font-weight: bold
}

.logo-wrapper .logo img {
	width: auto !important;
	max-height: 100px;
	height: auto;
	position: static;
	bottom: 0
}

#currency-switcher-wrapper-regular,
#lang-switcher-wrapper-regular {
	margin-top: 10px
}

#settings-mobile-popup-content .EUR::before,
.currency-switcher .EUR::before {
	content: '\f153' !important
}

#settings-mobile-popup-content .USD::before,
.currency-switcher .USD::before {
	content: "" !important
}

#settings-mobile-popup-content .UAH::before,
.currency-switcher .UAH::before {
	content: "" !important
}

#settings-mobile-popup-content .CNY::before,
.currency-switcher .CNY::before {
	content: "" !important
}

#settings-mobile-popup-content .RUB::before,
.currency-switcher .RUB::before {
	content: "" !important
}

#settings-mobile-popup-content .TRY::before,
.currency-switcher .TRY::before {
	content: "" !important
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.label,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.label,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.label {
	display: none !important
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value::before,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value::before,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.value::before {
	display: inline-block;
	content: '\f53a';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	position: relative;
	width: 16px;
	margin-right: 8px;
	font-weight: 700;
	text-indent: inherit
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value.EUR::before,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value.EUR::before,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.value.EUR::before {
	content: '\f153'
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value.USD::before,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value.USD::before,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.value.USD::before {
	content: '\f155'
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value.UAH::before,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value.UAH::before,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.value.UAH::before {
	content: '\f6f2'
}

#currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value.CNY::before,
#currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value.CNY::before,
#currency-switcher-wrapper-regular .currency-switcher.dropdown span.value.CNY::before {
	content: '\f157'
}

.nav-regular .nav-item.level0.parent:hover {
	background: #fff
}

#nav .nav-panel--dropdown .nav-submenu--mega>li>ul>li {
	background: none;
	padding-left: 0
}

#nav .nav-panel--dropdown .nav-submenu--mega>li>a {
	color: black;
	font-size: 18px
}

.nav-regular li.level0 {
	float: left;
	vertical-align: middle;
	height: 50px;
	display: inline-flex;
	align-items: center;
	position: relative
}

.nav-regular .classic>.nav-panel--dropdown,
.nav-regular .mega>.nav-panel--dropdown {
	width: auto;
	min-width: 10em;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
	border-radius: 0 !important;
	border-top: 3px solid #54BD84;
	left: 50% !important;
	transform: translateX(-50%)
}

@media (min-width: 993px) {

	.nav-regular .classic>.nav-panel--dropdown,
	.nav-regular .mega>.nav-panel--dropdown {
		white-space: nowrap;
		max-width: 300px;
		min-width: 120px
	}
}

.nav-regular .classic>.nav-panel--dropdown:after,
.nav-regular .mega>.nav-panel--dropdown:after {
	bottom: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	margin-left: -7px;
	border-color: transparent;
	border-bottom-color: #54BD84;
	border-width: 7px;
	position: absolute;
	pointer-events: none;
	z-index: -1
}

.nav-regular .classic>.nav-panel--dropdown a,
.nav-regular .mega>.nav-panel--dropdown a {
	color: #000
}

.caret,
.nav-regular .caret {
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}

.currency-switcher.dropdown.open .dropdown-content li a,
.currency-switcher.dropdown.open .dropdown-content li.current {
	padding: 10px 0 3px 0
}

.currency-switcher.dropdown.open ul>li>a::before,
.currency-switcher.dropdown.open ul>li.current::before {
	display: inline-block;
	content: '\f53a';
	font-family: "Font Awesome 5 Pro";
	font-size: 11px;
	position: relative;
	color: #54BD84;
	width: 18px;
	font-weight: 700
}

.header-top-container #lang-switcher-wrapper-regular .dropdown .dropdown-heading.cover>span {
	padding-right: 0
}

.header-top-container #lang-switcher-wrapper-regular .dropdown .dropdown-heading.cover>span span.dropdown-icon.flag {
	height: 16px;
	width: 21px;
	background-position: center;
	background-size: cover
}

#header-account {
	width: 50px;
	text-align: center
}

#header-account .links {
	margin: 0;
	display: block
}

#header-account .links li {
	line-height: 1;
	margin: 2px 10px 0
}

#header-account .links.dropdown-content {
	min-width: 86px
}

#header-account i.fas {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px
}

#header-account i.fas:before {
	top: 2px;
	position: relative
}

#header-account a.dropdown-heading {
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	height: 100%
}

#user-menu #header-account {
	display: none
}

.glyphicon.glyphicon-menu-up::before,
.glyphicon.glyphicon-menu-down::before {
	content: '\f078';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	position: relative
}

.glyphicon.glyphicon-menu-up::before {
	content: '\f077' !important
}

.main-container .main {
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
	position: relative
}

.footer-container:after {
	background: none
}

.footer-links-block {
	display: flex;
	padding: 25px 0 0;
	max-width: 1140px;
	justify-content: space-between;
	margin: 0 auto
}

.footer-primary-container.section-container {
	background-color: #077812;
	padding: 0 !important
}

.footer-container .footer-container2 {
	width: 100%;
	max-width: none;
	position: relative;
	margin: 0 auto
}

.footer-block-wrapper.ft-links {
	background-color: #2C5C42
}

.footer-block-wrapper.ft-primary {
	position: absolute;
	width: 100%;
	height: 50%
}

.booking-index-index .datepicker-container-inline {
	position: absolute;
	border: 4px solid #54BD84;
	background: white;
	z-index: 90;
	width: 100%;
	border-radius: 6px
}

.booking-index-index .datepicker-container-inline.pwt-hide {
	display: none
}

.infobox .datepicker-container-inline {
	position: relative;
	border: none
}

.infobox .datepicker-container-inline.pwt-hide {
	display: unset
}

#step-passengers #passengers {
	overflow: visible
}

.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div .title-full {
	width: 100%
}

#step-passengers div.clearfix.login-form,
#step-passengers .clearfix.logout-form {
	width: 32%;
	margin-top: 10px;
	float: right
}

#step-passengers div.clearfix.login-form .messages,
#step-passengers .clearfix.logout-form .messages {
	margin-top: 10px
}

#step-passengers.user-is-loggedin .clearfix.login-form {
	display: none
}

#step-passengers.user-is-loggedin .clearfix.logout-form {
	display: block
}

#step-passengers .clearfix.logout-form {
	display: none
}

#passengers-block-tabs {
	height: 60px;
	display: flex;
	overflow: hidden;
	margin-top: 20px;
	width: calc(63% + 41px)
}

#passengers-block-tabs li.tab {
	height: 100%;
	line-height: 50px;
	width: 50%;
	position: relative;
	top: 10px;
	display: inline-block;
	background: white;
	border: 1px solid #e7e7e7;
	cursor: pointer;
	box-sizing: border-box
}

#passengers-block-tabs li.tab h3 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #52AD58
}

#passengers-block-tabs li.tab.active {
	top: 0;
	background: #007952;
	line-height: 70px
}

#passengers-block-tabs li.tab.active h3 {
	color: white
}

#passengers-block-tabs li.tab.active#tab-passengers {
	border-top-right-radius: 10px
}

#passengers-block-tabs li.tab.active#tab-contactinfo {
	border-top-left-radius: 10px
}

#step-passengers #passengers,
#step-passengers #contactinfo {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 15px 1px
}

#step-passengers #contactinfo,
.booking-index-index .main.container.step-active #wt-passengers #form-flights-buttons {
	display: none
}

#step-passengers #contactinfo p.required {
	padding: 10px 30px
}

.booking-index-index .main.container.step-active #wt-cancel #form-flights-buttons {
	padding: 0 calc((100% - 1140px) / 2);
	justify-content: flex-end;
	right: 0
}

.booking-index-index .main.container.step-active #wt-cancel #form-flights-buttons>* {
	height: 50px;
	line-height: 50px
}

.booking-index-index .main.container.step-active #wt-cancel #form-flights-buttons .refund-button {
	width: 160px
}

#step-passengers .passenger-login-form .registered-users,
#step-passengers .passenger-login-form .login-type-item,
#step-passengers .login-types-wrapper .registered-users,
#step-passengers .login-types-wrapper .login-type-item {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 15px 1px
}

#step-passengers .passenger-login-form .registered-users .content,
#step-passengers .passenger-login-form .login-type-item .content,
#step-passengers .login-types-wrapper .registered-users .content,
#step-passengers .login-types-wrapper .login-type-item .content {
	padding: 0 20px
}

#step-passengers .passenger-login-form .registered-users .content h2,
#step-passengers .passenger-login-form .login-type-item .content h2,
#step-passengers .login-types-wrapper .registered-users .content h2,
#step-passengers .login-types-wrapper .login-type-item .content h2 {
	display: none
}

#step-passengers .passenger-login-form .registered-users .content .steps-wrapper,
#step-passengers .passenger-login-form .login-type-item .content .steps-wrapper,
#step-passengers .login-types-wrapper .registered-users .content .steps-wrapper,
#step-passengers .login-types-wrapper .login-type-item .content .steps-wrapper {
	width: 100%
}

#step-passengers .passenger-login-form .registered-users .content .memeber-label,
#step-passengers .passenger-login-form .registered-users .content .member-mobile,
#step-passengers .passenger-login-form .login-type-item .content .memeber-label,
#step-passengers .passenger-login-form .login-type-item .content .member-mobile,
#step-passengers .login-types-wrapper .registered-users .content .memeber-label,
#step-passengers .login-types-wrapper .registered-users .content .member-mobile,
#step-passengers .login-types-wrapper .login-type-item .content .memeber-label,
#step-passengers .login-types-wrapper .login-type-item .content .member-mobile {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #52AD58
}

#step-passengers .passenger-login-form .registered-users .content .memeber-label i.far,
#step-passengers .passenger-login-form .registered-users .content .member-mobile i.far,
#step-passengers .passenger-login-form .login-type-item .content .memeber-label i.far,
#step-passengers .passenger-login-form .login-type-item .content .member-mobile i.far,
#step-passengers .login-types-wrapper .registered-users .content .memeber-label i.far,
#step-passengers .login-types-wrapper .registered-users .content .member-mobile i.far,
#step-passengers .login-types-wrapper .login-type-item .content .memeber-label i.far,
#step-passengers .login-types-wrapper .login-type-item .content .member-mobile i.far {
	margin-right: 16px;
	font-size: 20px
}

#step-passengers .passenger-login-form .registered-users .content .btn.btn-checkout,
#step-passengers .passenger-login-form .login-type-item .content .btn.btn-checkout,
#step-passengers .login-types-wrapper .registered-users .content .btn.btn-checkout,
#step-passengers .login-types-wrapper .login-type-item .content .btn.btn-checkout {
	width: 100%;
	height: 50px;
	margin-bottom: 14px;
	background-color: #007952;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500
}

#step-passengers .passenger-login-form .registered-users .content .btn.btn-checkout:hover,
#step-passengers .passenger-login-form .login-type-item .content .btn.btn-checkout:hover,
#step-passengers .login-types-wrapper .registered-users .content .btn.btn-checkout:hover,
#step-passengers .login-types-wrapper .login-type-item .content .btn.btn-checkout:hover {
	background-color: #007952
}

#step-passengers .passenger-login-form .registered-users .content .crate-account-wrapper,
#step-passengers .passenger-login-form .login-type-item .content .crate-account-wrapper,
#step-passengers .login-types-wrapper .registered-users .content .crate-account-wrapper,
#step-passengers .login-types-wrapper .login-type-item .content .crate-account-wrapper {
	display: flex;
	align-items: center;
	padding: 0 0 14px 0;
	font-size: 14px
}

#step-passengers .passenger-login-form .registered-users .content .crate-account-wrapper a,
#step-passengers .passenger-login-form .login-type-item .content .crate-account-wrapper a,
#step-passengers .login-types-wrapper .registered-users .content .crate-account-wrapper a,
#step-passengers .login-types-wrapper .login-type-item .content .crate-account-wrapper a {
	margin: 0 4px;
	color: #54BD84
}

#step-passengers .passenger-login-form .registered-users .content .messages.validation,
#step-passengers .passenger-login-form .login-type-item .content .messages.validation,
#step-passengers .login-types-wrapper .registered-users .content .messages.validation,
#step-passengers .login-types-wrapper .login-type-item .content .messages.validation {
	width: 100%
}

#step-passengers .passenger-login-form .registered-users .content .form-list,
#step-passengers .passenger-login-form .login-type-item .content .form-list,
#step-passengers .login-types-wrapper .registered-users .content .form-list,
#step-passengers .login-types-wrapper .login-type-item .content .form-list {
	width: 100%
}

#step-passengers .passenger-login-form .registered-users .content .form-list li,
#step-passengers .passenger-login-form .login-type-item .content .form-list li,
#step-passengers .login-types-wrapper .registered-users .content .form-list li,
#step-passengers .login-types-wrapper .login-type-item .content .form-list li {
	margin: 0 0 21px
}

#step-passengers .passenger-login-form .registered-users .content .form-list li>label,
#step-passengers .passenger-login-form .login-type-item .content .form-list li>label,
#step-passengers .login-types-wrapper .registered-users .content .form-list li>label,
#step-passengers .login-types-wrapper .login-type-item .content .form-list li>label {
	display: none
}

#step-passengers .passenger-login-form .registered-users .content .form-list .input-box,
#step-passengers .passenger-login-form .login-type-item .content .form-list .input-box,
#step-passengers .login-types-wrapper .registered-users .content .form-list .input-box,
#step-passengers .login-types-wrapper .login-type-item .content .form-list .input-box {
	position: relative
}

#step-passengers .passenger-login-form .registered-users .content .form-list .input-box i.mobile,
#step-passengers .passenger-login-form .login-type-item .content .form-list .input-box i.mobile,
#step-passengers .login-types-wrapper .registered-users .content .form-list .input-box i.mobile,
#step-passengers .login-types-wrapper .login-type-item .content .form-list .input-box i.mobile {
	display: block;
	color: #BDE0E5;
	position: absolute;
	right: 15px;
	font-size: 38px;
	top: 12px
}

#step-passengers .passenger-login-form .registered-users .content .form-list .input-box .validation-advice,
#step-passengers .passenger-login-form .login-type-item .content .form-list .input-box .validation-advice,
#step-passengers .login-types-wrapper .registered-users .content .form-list .input-box .validation-advice,
#step-passengers .login-types-wrapper .login-type-item .content .form-list .input-box .validation-advice {
	color: #ee001c;
	max-width: 320px
}

#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text,
#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text,
#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text,
#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text {
	height: 61px;
	width: 100%;
	border: 2px solid #BDE0E5;
	padding-right: 40px;
	border-radius: 5px;
	font-size: 18px;
	padding-left: 24px
}

#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text::placeholder,
#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text::placeholder,
#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text::placeholder,
#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text::placeholder {
	color: #BDE0E5;
	font-size: 18px
}

@media (max-width: 767px) {

	#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text::placeholder,
	#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text::placeholder,
	#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text::placeholder,
	#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text::placeholder {
		font-size: 12px
	}
}

#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text:focus,
#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text:focus,
#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text:focus,
#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text:focus {
	border-color: #54BD84 !important
}

#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text:focus+label:after,
#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text:focus+label:after,
#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text:focus+label:after,
#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text:focus+label:after {
	color: #54BD84 !important
}

#step-passengers .passenger-login-form .registered-users .content .form-list input.input-text+label::after,
#step-passengers .passenger-login-form .login-type-item .content .form-list input.input-text+label::after,
#step-passengers .login-types-wrapper .registered-users .content .form-list input.input-text+label::after,
#step-passengers .login-types-wrapper .login-type-item .content .form-list input.input-text+label::after {
	content: '\f0e0';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	left: -47px;
	color: #BDE0E5;
	font-weight: 400;
	width: 0;
	position: relative
}

#step-passengers .passenger-login-form .registered-users .content .form-list .input-box::after,
#step-passengers .passenger-login-form .login-type-item .content .form-list .input-box::after,
#step-passengers .login-types-wrapper .registered-users .content .form-list .input-box::after,
#step-passengers .login-types-wrapper .login-type-item .content .form-list .input-box::after {
	color: #54BD84 !important
}

#step-passengers .passenger-login-form .registered-users .content .form-list a.f-left,
#step-passengers .passenger-login-form .login-type-item .content .form-list a.f-left,
#step-passengers .login-types-wrapper .registered-users .content .form-list a.f-left,
#step-passengers .login-types-wrapper .login-type-item .content .form-list a.f-left {
	color: #1D4D63;
	font-size: 14px;
	margin: 20px 0 0px
}

#step-passengers .passenger-login-form .registered-users .content .form-list a.f-left:hover,
#step-passengers .passenger-login-form .login-type-item .content .form-list a.f-left:hover,
#step-passengers .login-types-wrapper .registered-users .content .form-list a.f-left:hover,
#step-passengers .login-types-wrapper .login-type-item .content .form-list a.f-left:hover {
	color: #1D4D63
}

#step-passengers .passenger-login-form .registered-users .content .link-line,
#step-passengers .passenger-login-form .login-type-item .content .link-line,
#step-passengers .login-types-wrapper .registered-users .content .link-line,
#step-passengers .login-types-wrapper .login-type-item .content .link-line {
	display: block;
	flex-direction: column;
	margin: 0
}

#step-passengers .passenger-login-form .registered-users .content .link-line>div,
#step-passengers .passenger-login-form .login-type-item .content .link-line>div,
#step-passengers .login-types-wrapper .registered-users .content .link-line>div,
#step-passengers .login-types-wrapper .login-type-item .content .link-line>div {
	margin: 5px 0
}

#step-passengers .passenger-login-form .registered-users .content .button-line,
#step-passengers .passenger-login-form .login-type-item .content .button-line,
#step-passengers .login-types-wrapper .registered-users .content .button-line,
#step-passengers .login-types-wrapper .login-type-item .content .button-line {
	display: block;
	flex-direction: column
}

#step-passengers .passenger-login-form .registered-users .content .button-line .rcode,
#step-passengers .passenger-login-form .login-type-item .content .button-line .rcode,
#step-passengers .login-types-wrapper .registered-users .content .button-line .rcode,
#step-passengers .login-types-wrapper .login-type-item .content .button-line .rcode {
	transform: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px
}

#step-passengers .passenger-login-form .registered-users .content .button-line .rcode .captcha.validation-failed,
#step-passengers .passenger-login-form .login-type-item .content .button-line .rcode .captcha.validation-failed,
#step-passengers .login-types-wrapper .registered-users .content .button-line .rcode .captcha.validation-failed,
#step-passengers .login-types-wrapper .login-type-item .content .button-line .rcode .captcha.validation-failed {
	border: none !important
}

#step-passengers .passenger-login-form .registered-users .content .button-line .submit-wrapper .join-us,
#step-passengers .passenger-login-form .login-type-item .content .button-line .submit-wrapper .join-us,
#step-passengers .login-types-wrapper .registered-users .content .button-line .submit-wrapper .join-us,
#step-passengers .login-types-wrapper .login-type-item .content .button-line .submit-wrapper .join-us {
	text-align: center;
	margin-bottom: 14px
}

#step-passengers .passenger-login-form .registered-users .content .button-line .submit-wrapper .button,
#step-passengers .passenger-login-form .login-type-item .content .button-line .submit-wrapper .button,
#step-passengers .login-types-wrapper .registered-users .content .button-line .submit-wrapper .button,
#step-passengers .login-types-wrapper .login-type-item .content .button-line .submit-wrapper .button {
	width: 100%;
	height: 50px;
	margin-bottom: 14px;
	background-color: #007952;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff
}

#step-passengers .passenger-login-form .registered-users .content .button-line .submit-wrapper .button:hover,
#step-passengers .passenger-login-form .login-type-item .content .button-line .submit-wrapper .button:hover,
#step-passengers .login-types-wrapper .registered-users .content .button-line .submit-wrapper .button:hover,
#step-passengers .login-types-wrapper .login-type-item .content .button-line .submit-wrapper .button:hover {
	background-color: #007952
}

#step-passengers .passenger-login-form .registered-users .content #social_login,
#step-passengers .passenger-login-form .login-type-item .content #social_login,
#step-passengers .login-types-wrapper .registered-users .content #social_login,
#step-passengers .login-types-wrapper .login-type-item .content #social_login {
	display: none
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .left-col,
#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .right-col,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .left-col,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .right-col,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .left-col,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .right-col,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .left-col,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .right-col {
	display: flex;
	flex-direction: column;
	width: 50%
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .left-col label,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .left-col label,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .left-col label,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .left-col label {
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 0
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .left-col span,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .left-col span,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .left-col span,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .left-col span {
	padding: 6px 0
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .right-col,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .right-col,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .right-col,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .right-col {
	align-items: flex-end
}

#step-passengers .passenger-login-form .registered-users .content .last-logedin-row .right-col span,
#step-passengers .passenger-login-form .login-type-item .content .last-logedin-row .right-col span,
#step-passengers .login-types-wrapper .registered-users .content .last-logedin-row .right-col span,
#step-passengers .login-types-wrapper .login-type-item .content .last-logedin-row .right-col span {
	padding: 6px 0
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row .username,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row .username,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row .username,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row .username {
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 0 6px
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row span,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row span,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row span,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row span {
	padding: 6px 0
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row .ffp-info,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row .ffp-info,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row .ffp-info,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row .ffp-info {
	margin-top: 30px;
	display: flex;
	font-family: "Noto Sans", serif
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row .ffp-info .ffp-item,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row .ffp-info .ffp-item,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row .ffp-info .ffp-item,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row .ffp-info .ffp-item {
	padding: 5px 20px;
	font-size: 16px
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row .ffp-info .ffp-item:first-child,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row .ffp-info .ffp-item:first-child,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row .ffp-info .ffp-item:first-child,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row .ffp-info .ffp-item:first-child {
	border-right: 1px solid #CCCCCC
}

#step-passengers .passenger-login-form .registered-users .content .user-name-row .ffp-info .ffp-item .value,
#step-passengers .passenger-login-form .login-type-item .content .user-name-row .ffp-info .ffp-item .value,
#step-passengers .login-types-wrapper .registered-users .content .user-name-row .ffp-info .ffp-item .value,
#step-passengers .login-types-wrapper .login-type-item .content .user-name-row .ffp-info .ffp-item .value {
	font-weight: bold;
	margin: 0 5px;
	text-transform: uppercase
}

#step-passengers .passenger-login-form .registered-users .content i.fa-user-circle,
#step-passengers .passenger-login-form .login-type-item .content i.fa-user-circle,
#step-passengers .login-types-wrapper .registered-users .content i.fa-user-circle,
#step-passengers .login-types-wrapper .login-type-item .content i.fa-user-circle {
	font-size: 46px;
	color: #9a9a9a8c
}

#step-passengers .passenger-login-form .registered-users .content a.logout-btn,
#step-passengers .passenger-login-form .login-type-item .content a.logout-btn,
#step-passengers .login-types-wrapper .registered-users .content a.logout-btn,
#step-passengers .login-types-wrapper .login-type-item .content a.logout-btn {
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0
}

#step-passengers .logout-form .passenger-login-form .registered-users .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

#step-passengers #passengers .continue-btn {
	position: absolute;
	bottom: -80px;
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: bold;
	background-color: #007952;
	color: white;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%)
}

#step-passengers .passenger-info-wrapper {
	width: 70%
}

#step-passengers #passengers .user-desc,
#step-passengers #contactinfo .user-desc {
	display: flex;
	align-items: center;
	margin: 0 8px 40px
}

#step-passengers #passengers .user-desc h4,
#step-passengers #contactinfo .user-desc h4 {
	margin: 0
}

#step-passengers .copyfrom-ctc-box {
	display: flex;
	align-items: center;
	margin: 0 8px 40px
}

#step-passengers .copyfrom-ctc-box label {
	margin: 0
}

.passenger-copyfrom-adult,
.passenger-copyfrom-child,
.passenger-copyfrom-infant,
#contactinfo-copyfrom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 200px;
	height: 35px;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 20px;
	cursor: pointer
}

.passenger-copyfrom-adult.disabled,
.passenger-copyfrom-child.disabled,
.passenger-copyfrom-infant.disabled,
#contactinfo-copyfrom.disabled {
	cursor: default
}

.passenger-copyfrom-adult .passenger-copyfrom-selected-value,
.passenger-copyfrom-child .passenger-copyfrom-selected-value,
.passenger-copyfrom-infant .passenger-copyfrom-selected-value,
#contactinfo-copyfrom .passenger-copyfrom-selected-value {
	font-size: 14px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 15px
}

.passenger-copyfrom-adult .passenger-copyfrom-options,
.passenger-copyfrom-child .passenger-copyfrom-options,
.passenger-copyfrom-infant .passenger-copyfrom-options,
#contactinfo-copyfrom .passenger-copyfrom-options {
	position: absolute;
	display: none;
	width: 100%;
	max-height: 133px;
	height: auto;
	top: 31px;
	left: -1px;
	background: #fff;
	z-index: 10;
	overflow: auto;
	border: 1px solid #D1D1D1;
	border-radius: 0 0 5px 5px
}

.passenger-copyfrom-adult .passenger-copyfrom-options .passenger-option,
.passenger-copyfrom-child .passenger-copyfrom-options .passenger-option,
.passenger-copyfrom-infant .passenger-copyfrom-options .passenger-option,
#contactinfo-copyfrom .passenger-copyfrom-options .passenger-option {
	font-size: 14px;
	padding: 10px 15px;
	background: transparent;
	transition: all 0.25s linear;
	text-transform: uppercase
}

.passenger-copyfrom-adult .passenger-copyfrom-options .passenger-option:not(.active):hover,
.passenger-copyfrom-child .passenger-copyfrom-options .passenger-option:not(.active):hover,
.passenger-copyfrom-infant .passenger-copyfrom-options .passenger-option:not(.active):hover,
#contactinfo-copyfrom .passenger-copyfrom-options .passenger-option:not(.active):hover {
	color: #fff
}

.passenger-copyfrom-adult i,
.passenger-copyfrom-child i,
.passenger-copyfrom-infant i,
#contactinfo-copyfrom i {
	font-size: 12px;
	height: 100%;
	border-left: 1px solid #D1D1D1;
	padding: 0 10px;
	line-height: 33px
}

.passenger-copyfrom-adult i.fa-caret-down,
.passenger-copyfrom-child i.fa-caret-down,
.passenger-copyfrom-infant i.fa-caret-down,
#contactinfo-copyfrom i.fa-caret-down {
	display: block
}

.passenger-copyfrom-adult i.fa-caret-up,
.passenger-copyfrom-child i.fa-caret-up,
.passenger-copyfrom-infant i.fa-caret-up,
#contactinfo-copyfrom i.fa-caret-up {
	display: none
}

.passenger-copyfrom-adult.active i.fa-caret-down,
.passenger-copyfrom-child.active i.fa-caret-down,
.passenger-copyfrom-infant.active i.fa-caret-down,
#contactinfo-copyfrom.active i.fa-caret-down {
	display: none
}

.passenger-copyfrom-adult.active i.fa-caret-up,
.passenger-copyfrom-child.active i.fa-caret-up,
.passenger-copyfrom-infant.active i.fa-caret-up,
#contactinfo-copyfrom.active i.fa-caret-up {
	display: block
}

.ud-pin-data {
	margin-left: 20px
}

@media (max-width: 900px) {
	.ud-pin-data {
		margin-left: 0;
		margin-top: 15px
	}
}

.ud-pin-data .miwc-item {
	width: auto;
	margin-bottom: 0
}

.ud-pin-data .miwc-item .item-checkbox {
	margin-right: 4px
}

.ud-pin-data .miwc-item .item-text {
	font-size: 18px;
	color: #636363
}

.footer-container3 {
	height: 100%
}

.footer-copyright-block.grid12-6 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	float: right
}

.footer-copyright-block.grid12-6>* {
	text-align: right;
	line-height: 24px
}

.primary-label,
.footer-copyright-block.grid12-6 {
	color: white
}

.primary-label {
	font-size: 24px;
	font-weight: bold
}

.captcha.validation-failed {
	border: none !important
}

.footer-container2 {
	height: 100%;
	background-image: unset
}

.footer-container2 .footer-column .block-content li {
	background: none
}

.footer-container2 .footer-column .block-content li a {
	color: #ccc;
	font-size: 13px;
	line-height: 2;
	text-decoration: none;
	transition: all .075s ease
}

.footer-container2 .footer-column .block-title {
	border: none;
	padding: 0
}

.footer .item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 116px
}

.footer-primary.footer.container {
	padding: 25px 0;
	max-width: 1140px;
	margin: 0 auto
}

.footer-primary.footer.container .inner-container {
	padding: 0;
	display: flex;
	align-items: center
}

.container {
	width: 100%;
	max-width: none
}

.main-container .main {
	width: 100%
}

.owl-item-slideshow-content {
	position: absolute;
	font-size: 40px;
	top: 175px;
	width: 1140px;
	left: calc((100% - 1140px) / 2);
	text-align: left;
	z-index: 1000;
	color: #000
}

.owl-item-slideshow-content .title {
	font-size: 40px;
	width: 600px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px
}

.owl-item-slideshow-content .text {
	font-size: 26px;
	display: block;
	width: 600px;
	text-transform: uppercase
}

.owl-item-slideshow-content .text:hover {
	color: #333;
	opacity: 0.8
}

.main-container {
	position: relative;
	width: 100%;
	z-index: 1
}

.main-container .inner-container {
	padding: 0;
	clear: none
}

.links>li>a:hover {
	background-color: transparent
}

.main.container {
	background: transparent;
	padding-top: 200px
}

.main.container .the-slideshow-wrapper-outer.grid12-6 {
	display: none
}

#owl-bg {
	width: 100%;
	height: 550px;
	overflow: hidden;
	max-width: 100%;
	margin-top: -50px;
	margin-bottom: -61px;
	position: relative;
	z-index: 0
}

@media (max-width: 1400px) {
	#owl-bg {
		height: 500px
	}
}

@media (max-width: 1250px) {
	#owl-bg {
		height: 450px
	}
}

@media (max-width: 1150px) {
	#owl-bg {
		height: 400px
	}
}

@media (max-width: 1100px) {
	#owl-bg {
		height: 370px
	}
}

@media (max-width: 900px) {
	#owl-bg {
		height: 350px
	}
}

@media (max-width: 600px) {
	#owl-bg {
		height: 300px
	}
}

#owl-bg .owl-wrapper,
#owl-bg .owl-item {
	height: 100%
}

#owl-bg .owl-item li {
	height: 100%
}

#owl-bg .owl-item li img {
	object-fit: cover;
	height: 100%;
	object-position: center;
	width: 100%
}

@media (max-width: 900px) {
	#owl-bg .owl-item li img {
		object-fit: fill
	}
}

.owl-carousel .owl-wrapper-outer {
	height: 100%;
	top: 1px
}

.cms-home-new #owl-bg .owl-controls .owl-prev,
.cms-home-dat #owl-bg .owl-controls .owl-prev,
.cms-home #owl-bg .owl-controls .owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	background: #1b495a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	transition: opacity 0.3s linear
}

.cms-home-new #owl-bg .owl-controls .owl-prev:before,
.cms-home-dat #owl-bg .owl-controls .owl-prev:before,
.cms-home #owl-bg .owl-controls .owl-prev:before {
	content: ''
}

.cms-home-new #owl-bg .owl-controls .owl-prev:hover,
.cms-home-dat #owl-bg .owl-controls .owl-prev:hover,
.cms-home #owl-bg .owl-controls .owl-prev:hover {
	opacity: 0.5
}

.cms-home-new #owl-bg .owl-controls .owl-prev .prev-arrow,
.cms-home-dat #owl-bg .owl-controls .owl-prev .prev-arrow,
.cms-home #owl-bg .owl-controls .owl-prev .prev-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/owl-left-arrow.svg");
	margin: 10px 3px 0 0
}

.cms-home-new #owl-bg .owl-controls .owl-next,
.cms-home-dat #owl-bg .owl-controls .owl-next,
.cms-home #owl-bg .owl-controls .owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
	background: #1b495a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	transition: opacity 0.3s linear
}

.cms-home-new #owl-bg .owl-controls .owl-next:before,
.cms-home-dat #owl-bg .owl-controls .owl-next:before,
.cms-home #owl-bg .owl-controls .owl-next:before {
	content: ''
}

.cms-home-new #owl-bg .owl-controls .owl-next:hover,
.cms-home-dat #owl-bg .owl-controls .owl-next:hover,
.cms-home #owl-bg .owl-controls .owl-next:hover {
	opacity: 0.5
}

.cms-home-new #owl-bg .owl-controls .owl-next .next-arrow,
.cms-home-dat #owl-bg .owl-controls .owl-next .next-arrow,
.cms-home #owl-bg .owl-controls .owl-next .next-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/owl-right-arrow.svg");
	margin: 10px 0 0 3px
}

#quicksearch {
	float: none;
	width: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 30px;
	box-shadow: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	z-index: 3;
	border-radius: 7px;
	max-width: 1260px
}

#quicksearch>.content {
	padding: 0 5px 5px;
	border-radius: 0 0 7px 7px;
	border: 1px solid #2c5c42;
	border-top: 0
}

#quicksearch>.form-without-tabs {
	border-radius: 7px;
	border-top: 1px solid
}

#quicksearch .content h1 {
	padding: 0 10px 0 24px;
	height: 57px;
	line-height: 57px;
	font-size: 26px;
	margin: 0;
	font-weight: 600;
	float: none;
	display: inline-block
}

.quicksearch-expander {
	display: inline-block;
	width: 18px;
	height: 11px;
	left: 8px;
	position: absolute;
	top: 25px;
	cursor: pointer;
	z-index: 1;
	background-position: -21px 0;
	transition: transform 0.25s linear
}

.quicksearch-expander.active {
	transform: rotate(180deg)
}

#quicksearch-other-fields {
	height: 65px;
	border-top: 1px solid #e0e0e0;
	line-height: 50px;
	margin-top: 15px !important;
	width: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.25s linear
}

#tripsearch #destination-switcher {
	top: 10px
}

#field-search-period-title,
#field-inbound-compartment-select-title,
#field-outbound-compartment-select-title,
#field-passengers-type-title {
	padding: 10px 0;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 40px;
	font-size: 14px;
	color: #000
}

#field-search-period-title::after,
#field-inbound-compartment-select-title::after,
#field-outbound-compartment-select-title::after,
#field-passengers-type-title::after {
	content: '\f107';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	left: 3px;
	color: #1C62BD;
	font-weight: 400;
	top: 2px;
	position: relative
}

#field-passengers-type-title {
	line-height: 20px;
	padding: 0
}

#quicksearch-other-fields #field-passengers-type-title {
	line-height: 40px;
	padding: 10px 0
}

.booking-index-index #tripsearch #passengers-type .infobox {
	width: auto !important;
	margin-top: 10px;
	top: 40px;
	left: 0;
	padding: 8px 10px !important
}

.booking-index-index #tripsearch #passengers-type .infobox .travel-users ul {
	display: flex;
	flex-direction: column
}

#quicksearch-period>.infobox,
#tripsearch .inputboxes #quicksearch-period>ul.infobox {
	min-width: 100px;
	left: -12px;
	border: 4px solid #54BD84;
	border-radius: 7px;
	padding: 0
}

#quicksearch-period>.infobox::before,
#tripsearch .inputboxes #quicksearch-period>ul.infobox::before {
	left: 30px;
	border-bottom-color: #54BD84
}

#passengers-sub-box .tl-groups {
	padding-top: 5px
}

.infobox,
#tripsearch .inputboxes #quicksearch-period>ul.infobox {
	top: 100%;
	margin-top: 10px;
	min-width: 130px
}

#tripsearch .inputboxes #quicksearch-period>ul.infobox {
	width: auto !important
}

#quicksearch-period li,
.compartment-outbound-select-wrapper li,
.compartment-inbound-select-wrapper li {
	padding: 0 10px;
	line-height: 30px !important
}

#quicksearch-period li input:checked+span,
.compartment-outbound-select-wrapper li input:checked+span,
.compartment-inbound-select-wrapper li input:checked+span {
	color: blue
}

#quicksearch-period li span,
.compartment-outbound-select-wrapper li span,
.compartment-inbound-select-wrapper li span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

#quicksearch-period li span:hover,
.compartment-outbound-select-wrapper li span:hover,
.compartment-inbound-select-wrapper li span:hover {
	cursor: pointer;
	color: #3a6d99
}

.compartment-outbound-select-wrapper>ul.infobox,
.compartment-inbound-select-wrapper>ul.infobox,
.booking-index-index #tripsearch .compartment-inbound-select-wrapper>ul.infobox,
.booking-index-index #tripsearch .compartment-outbound-select-wrapper>ul.infobox {
	min-width: 200px;
	left: -12px;
	border: 4px solid #54BD84;
	border-radius: 7px;
	top: 100%;
	margin-top: 10px;
	padding: 8px 10px !important
}

.compartment-outbound-select-wrapper>ul.infobox::before,
.compartment-inbound-select-wrapper>ul.infobox::before,
.booking-index-index #tripsearch .compartment-inbound-select-wrapper>ul.infobox::before,
.booking-index-index #tripsearch .compartment-outbound-select-wrapper>ul.infobox::before {
	left: 30px;
	border-bottom-color: #54BD84
}

.booking-index-index #tripsearch .compartment-inbound-select-wrapper>ul.infobox,
.booking-index-index #tripsearch .compartment-outbound-select-wrapper>ul.infobox {
	left: auto
}

#quicksearch-direct-only input[type="checkbox"]:checked+label:after {
	transform: translateX(0px)
}

#quicksearch-direct-only input[type="checkbox"]:checked+label:before {
	opacity: 0.4
}

#quicksearch-direct-only label {
	color: #313131 !important;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	padding-top: 6px;
	padding-right: 45px
}

#quicksearch-direct-only label:before {
	content: '';
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

#quicksearch-direct-only label:after {
	content: '';
	display: block;
	position: absolute;
	top: 21px;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(-14px);
	transition: transform .4s ease, background .4s ease
}

#search-direct-only input[type="checkbox"]:checked+label:after {
	transform: translateX(0px)
}

#search-direct-only input[type="checkbox"]:checked+label:before {
	opacity: 0.4
}

#search-direct-only label {
	color: #313131 !important;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	padding-top: 15px;
	padding-right: 45px;
	position: relative
}

#search-direct-only label:before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

#search-direct-only label:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(-14px);
	transition: transform .4s ease, background .4s ease
}

#quicksearch .promotions.sub-box.promotions--quickbook {
	height: 58px
}

#quicksearch .promotions.sub-box.promotions--quickbook input {
	font-size: 16px
}

#quicksearch .promotions.sub-box.promotions--quickbook .input-box input {
	border-radius: 5px;
	height: 38px;
	margin-top: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25)
}

#quicksearch .promotions .input-box {
	margin-left: 13px
}

#quicksearch .passengers {
	height: 60px;
	border-right: 1px solid #e2e2e2;
	margin: 0 30px 0 0
}

#quicksearch ul#quicksearch-fields .travel-users li input:checked+label {
	color: blue
}

#quicksearch ul#quicksearch-fields .travel-users li label {
	padding: 0 !important;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	max-height: 30px;
	white-space: nowrap;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.03em
}

#quicksearch ul#quicksearch-fields .travel-users li label span {
	min-height: 22px;
	min-width: 22px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	display: block
}

#quicksearch ul#quicksearch-fields .travel-users li label:hover {
	cursor: pointer;
	color: #3a6d99
}

#quicksearch #passengers-type-block .travel-users li {
	margin: 0 10px 0 0 !important
}

#quicksearch #passengers-type-block .travel-users li input:checked+label {
	color: #313131
}

#quicksearch input:checked+label {
	color: #313131
}

#quicksearch input:checked+label span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid white;
	position: absolute;
	top: 0;
	border-radius: 50%;
	left: 0
}

#quicksearch-other-fields.active {
	display: flex;
	align-items: center;
	opacity: 1
}

#quicksearch #quicksearch-fields {
	display: block;
	margin: 0;
	padding: 24px;
	height: 112px;
	background: #fff;
	position: relative;
	transition: height 0.2s linear
}

#quicksearch #quicksearch-fields.active-date {
	height: 200px
}

#quicksearch #quicksearch-fields.active-date li#quicksearch-dates {
	display: block
}

#quicksearch #quicksearch-fields.active {
	height: 190px
}

#quicksearch #quicksearch-fields.active>li#quicksearch-search {
	top: calc(30% - 24px)
}

#quicksearch #quicksearch-fields.active-date.active {
	height: 252px
}

#quicksearch ul#quicksearch-fields>li {
	margin: 0 0 20px;
	float: left
}

#quicksearch ul#quicksearch-fields>li.traveltype {
	float: none;
	position: absolute;
	top: -38px;
	left: -6px;
	display: block;
	min-height: 0;
	margin: 0
}

#quicksearch ul#quicksearch-fields>li.traveltype>ul>li {
	margin: 0 0 0 30px;
	padding: 0
}

#quicksearch #quicksearch_form ul#quicksearch-fields .traveltype li label {
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 0 30px;
	margin-bottom: 0px;
	text-transform: uppercase
}

#quicksearch li#quicksearch-flights {
	width: 83%;
	margin: 0
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
	height: 64px;
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
	box-shadow: none;
	position: static;
	padding: 0;
	background: none transparent
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to {
	margin: 0
}

@media (min-width: 993px) {
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to {
		padding-left: 24px
	}
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
	height: 64px;
	margin: 0 48px 0 0;
	box-shadow: none;
	position: static;
	padding: 0;
	background: none transparent;
	width: calc(50% - 20px);
	border-right: 1px solid #e0e0e0
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return {
	border-right: 0;
	margin: 0
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return.disabled label,
#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return.disabled input {
	pointer-events: none
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.dates-select-depart.travel-date {
	width: calc(59% - 15px)
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return.travel-date {
	width: calc(40% - 40px)
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input {
	height: 50px;
	padding: 0;
	top: 24px;
	left: 24px;
	margin: 14px 0 0;
	line-height: 50px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 38px;
	width: 100%;
	padding-left: 30px
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to>input {
	width: 100%
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input.search-hint {
	color: #c0c0c0
}

#quicksearch ul#quicksearch-fields li.flights-select-from,
#quicksearch ul#quicksearch-fields li.flights-select-to {
	background: none transparent
}

#quicksearch ul#quicksearch-fields #quicksearch-dates li {
	background: none transparent
}

#quicksearch ul#quicksearch-fields li.flights-select-from:before,
#quicksearch ul#quicksearch-fields li.flights-select-to:before {
	color: #c0c0c0;
	text-transform: uppercase;
	position: absolute;
	font-weight: bold
}

#quicksearch li#quicksearch-dates>ul>li:before {
	color: #c0c0c0;
	text-transform: uppercase;
	position: absolute;
	font-weight: bold
}

#quicksearch ul#quicksearch-fields li.flights-select-to:after {
	left: calc(46% - 55px)
}

#quicksearch ul#quicksearch-fields #quicksearch-flights p#destination-notice {
	padding: 0 24px;
	font-size: 15px
}

#quicksearch ul#quicksearch-fields p#departure-notice,
#quicksearch ul#quicksearch-fields p#return-notice {
	padding: 0 24px;
	font-size: 15px
}

#quicksearch ul#quicksearch-fields .infobox .header {
	margin: 0 24px 20px;
	padding: 25px 0 0;
	border-bottom: none;
	color: #989898;
	font-size: 15px;
	font-weight: 600
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations {
	padding: 20px 16px 0;
	overflow-y: auto;
	height: inherit;
	width: 100%;
	max-height: calc(100% - 20px)
}

.booking-index-index #tripsearch .infobox .destinations {
	padding: 20px 16px 0;
	overflow-y: auto;
	height: inherit;
	max-height: calc(100% - 20px);
	width: 100%
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .notice,
#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .header,
.booking-index-index #tripsearch #originselect .notice,
.booking-index-index #tripsearch #originselect .header,
.booking-index-index #tripsearch #destinationselect .notice,
.booking-index-index #tripsearch #destinationselect .header {
	display: none
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul,
.booking-index-index #tripsearch #originselect .destinations ul,
.booking-index-index #tripsearch #destinationselect .destinations ul {
	vertical-align: top
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul.airport-wrapper,
.booking-index-index #tripsearch #originselect .destinations ul.airport-wrapper,
.booking-index-index #tripsearch #destinationselect .destinations ul.airport-wrapper {
	display: none
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul.airport-wrapper .column,
.booking-index-index #tripsearch #originselect .destinations ul.airport-wrapper .column,
.booking-index-index #tripsearch #destinationselect .destinations ul.airport-wrapper .column {
	width: 50%;
	display: inline-flex;
	flex-direction: column
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul.airport-wrapper.active,
.booking-index-index #tripsearch #originselect .destinations ul.airport-wrapper.active,
.booking-index-index #tripsearch #destinationselect .destinations ul.airport-wrapper.active {
	display: inline-block
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple,
.booking-index-index #tripsearch #originselect.simple,
.booking-index-index #tripsearch #destinationselect.simple {
	display: block;
	height: 320px
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .notice,
.booking-index-index #tripsearch #originselect.simple .notice,
.booking-index-index #tripsearch #destinationselect.simple .notice {
	display: none
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .header,
.booking-index-index #tripsearch #originselect.simple .header,
.booking-index-index #tripsearch #destinationselect.simple .header {
	display: block
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .destinations,
.booking-index-index #tripsearch #originselect.simple .destinations,
.booking-index-index #tripsearch #destinationselect.simple .destinations {
	padding: 0 16px 0;
	height: 80%
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .destinations ul.airport-wrapper,
.booking-index-index #tripsearch #originselect.simple .destinations ul.airport-wrapper,
.booking-index-index #tripsearch #destinationselect.simple .destinations ul.airport-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 33%
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .destinations ul.airport-wrapper.top_destination_origin,
#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .destinations ul.airport-wrapper.top_destination_destination,
.booking-index-index #tripsearch #originselect.simple .destinations ul.airport-wrapper.top_destination_origin,
.booking-index-index #tripsearch #originselect.simple .destinations ul.airport-wrapper.top_destination_destination,
.booking-index-index #tripsearch #destinationselect.simple .destinations ul.airport-wrapper.top_destination_origin,
.booking-index-index #tripsearch #destinationselect.simple .destinations ul.airport-wrapper.top_destination_destination {
	display: none
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations li,
.booking-index-index #tripsearch .infobox .destinations li {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 12px;
	color: #333333
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations li.country,
.booking-index-index #tripsearch .infobox .destinations li.country {
	font-size: 16px;
	font-weight: 600
}

#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations li.country,
.booking-index-index #tripsearch .infobox .destinations li.country {
	color: #d22027;
	text-transform: uppercase
}

#quicksearch ul#quicksearch-fields #originselect,
#quicksearch ul#quicksearch-fields #destinationselect {
	margin: 0;
	top: calc(100% - 12px);
	padding: 0;
	overflow: visible;
	border-radius: 7px;
	left: 15px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25)
}

#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox,
#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox {
	margin: 0;
	top: calc(100% - 12px);
	padding: 0;
	overflow: visible;
	border-radius: 7px;
	border: 4px solid;
	left: 15px;
	width: calc(44% + 275px);
	min-width: auto;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25)
}

#quicksearch ul#quicksearch-fields.active-date #originselect,
#quicksearch ul#quicksearch-fields.active-date #destinationselect {
	top: 94px
}

#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #departdatebox,
#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #returndatebox {
	top: 176px
}

#quicksearch ul#quicksearch-fields .infobox:before {
	content: "";
	position: absolute;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #54BD84 transparent
}

#quicksearch ul#quicksearch-fields #originselect,
#quicksearch ul#quicksearch-fields #destinationselect,
.booking-index-index #originselect,
.booking-index-index #destinationselect {
	height: 410px;
	max-height: 410px !important;
	display: flex;
	border: 2px solid;
	width: 650px !important;
	min-width: 650px !important
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper,
.booking-index-index #originselect .flights-navigation-wrapper,
.booking-index-index #destinationselect .flights-navigation-wrapper {
	height: 100%;
	width: 206px;
	min-width: 206px;
	position: relative;
	border-right: 2px solid #54BD84;
	overflow-y: auto;
	overflow-x: hidden
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab,
.booking-index-index #originselect .flights-navigation-wrapper .tab,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab {
	position: relative;
	padding: 16px 25px;
	display: block;
	text-transform: uppercase;
	width: 206px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.3
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab.active,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab.active,
.booking-index-index #originselect .flights-navigation-wrapper .tab.active,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab.active {
	cursor: auto
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab:after,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab:after,
.booking-index-index #originselect .flights-navigation-wrapper .tab:after,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab:after {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: #D1D1D1;
	bottom: 0
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab.active,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab.active,
.booking-index-index #originselect .flights-navigation-wrapper .tab.active,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab.active {
	background: #54BD84;
	color: #FFFFFF;
	width: 100%
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab.active:after,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab.active:after,
.booking-index-index #originselect .flights-navigation-wrapper .tab.active:after,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab.active:after {
	display: none
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab div.regions-wrapper,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab div.regions-wrapper,
.booking-index-index #originselect .flights-navigation-wrapper .tab div.regions-wrapper,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab div.regions-wrapper {
	height: auto;
	line-height: 22px;
	cursor: default;
	display: block;
	transition: all 0.4s linear
}

#quicksearch ul#quicksearch-fields #originselect .flights-navigation-wrapper .tab div.regions-wrapper label:hover,
#quicksearch ul#quicksearch-fields #destinationselect .flights-navigation-wrapper .tab div.regions-wrapper label:hover,
.booking-index-index #originselect .flights-navigation-wrapper .tab div.regions-wrapper label:hover,
.booking-index-index #destinationselect .flights-navigation-wrapper .tab div.regions-wrapper label:hover {
	text-decoration: underline;
	cursor: pointer
}

.booking-index-index #tripsearch .infobox:before {
	content: "";
	position: absolute;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #54BD84 transparent
}

.booking-index-index .col-main #tripsearch {
	width: 100%
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date {
	display: none;
	border-right: 1px solid #e2e2e2
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date::before {
	font-size: 13px;
	font-weight: 700
}

.booking-index-index .col-main #tripsearch.active-date .inputbox.input-size-small.travel-date {
	display: block
}

.booking-index-index .col-main #tripsearch.active-date .inputbox.input-size-small.travel-date.is-summary {
	width: calc(40% - 160px)
}

.booking-index-index .col-main #tripsearch.active-date .inputbox.input-size-small.travel-date.disabled {
	pointer-events: none
}

.booking-index-index .col-main #tripsearch.active-date .inputboxes #quicksearch-passengers {
	display: block
}

#quicksearch ul#quicksearch-fields #originselect:before,
.booking-index-index #tripsearch #originselect:before {
	left: calc(11% - 7px)
}

#quicksearch ul#quicksearch-fields #destinationselect:before,
.booking-index-index #tripsearch #destinationselect:before {
	left: calc(80% - 7px)
}

#quicksearch ul#quicksearch-fields #departdatebox:before {
	left: calc(7% - 7px)
}

.booking-index-index #tripsearch #departdatebox:before {
	left: calc(6% - 7px)
}

#quicksearch ul#quicksearch-fields #returndatebox:before {
	left: calc(68% - 7px)
}

.booking-index-index #tripsearch #returndatebox:before {
	left: calc(56% - 7px)
}

#quicksearch ul#quicksearch-fields li#quicksearch-dates {
	height: 64px;
	width: 70%;
	margin: 0 13px 0 0;
	box-shadow: none;
	display: none;
	position: static;
	padding: 0;
	border-right: 1px solid #e0e0e0
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input {
	height: 50px;
	padding: 0;
	margin: 14px 0 0;
	line-height: 50px;
	font-size: 22px;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	width: 100%;
	padding-left: 30px;
	border: none !important
}

#quicksearch input {
	border: none !important
}

#quicksearch .passengers-child-expander {
	color: silver;
	text-decoration: underline;
	width: 120%;
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	cursor: pointer
}

#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input::placeholder,
#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input::-webkit-input-placeholder {
	color: #c0c0c0;
	text-transform: uppercase
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input::placeholder,
#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input::-webkit-input-placeholder {
	color: #c0c0c0;
	text-transform: none !important;
	font-size: 20px !important
}

#quicksearch li#quicksearch-dates #departdatebox {
	box-shadow: none;
	padding: 0;
	margin: 0;
	top: auto;
	left: auto
}

#tripsearch li#tripsearch-dates #departdatebox,
#quicksearch li#quicksearch-dates #returndatebox,
#tripsearch li#tripsearch-dates #returndatebox {
	box-shadow: none;
	padding: 0;
	margin: 0;
	top: auto;
	left: auto
}

#quicksearch li#quicksearch-dates #departdatebox .datepicker,
#quicksearch li#quicksearch-dates #returndatebox .datepicker,
.booking-index-index #tripsearch #departdatebox .datepicker,
.booking-index-index #tripsearch #returndatebox .datepicker {
	width: 600px;
	margin: 0 auto 30px;
	padding: 0
}

#quicksearch .ui-datepicker,
#tripsearch .ui-datepicker {
	background: none transparent;
	width: 100% !important
}

#quicksearch li#quicksearch-dates .datepicker table.ui-datepicker-calendar,
.booking-index-index #tripsearch .datepicker table.ui-datepicker-calendar {
	width: 100%;
	margin: 0
}

#quicksearch li#quicksearch-dates .ui-datepicker-header,
.booking-index-index #tripsearch .datepicker .ui-datepicker-header {
	position: relative
}

#quicksearch li#quicksearch-dates .ui-datepicker-title,
.booking-index-index #tripsearch .datepicker .ui-datepicker-title {
	color: #313131;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: uppercase
}

#quicksearch li#quicksearch-dates .ui-datepicker-prev,
#quicksearch li#quicksearch-dates .ui-datepicker-next {
	background: none transparent;
	top: 0;
	height: 30px;
	left: 50%;
	margin: 0 0 0 -95px
}

.booking-index-index #tripsearch .datepicker .ui-datepicker-prev,
.booking-index-index #tripsearch .datepicker .ui-datepicker-next {
	background: none transparent;
	top: 0;
	height: 30px;
	left: 50%;
	margin: 0 0 0 -95px
}

#quicksearch li#quicksearch-dates .ui-datepicker-next,
.booking-index-index #tripsearch .datepicker .ui-datepicker-next {
	margin: 0 0 0 71px
}

#quicksearch li#quicksearch-dates .ui-datepicker-prev:after,
#quicksearch li#quicksearch-dates .ui-datepicker-next:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-style: solid;
	border-color: #d22027;
	border-width: 0 0 2px 2px;
	position: absolute;
	top: 8px;
	left: 6px;
	transform: rotate(45deg)
}

.booking-index-index #tripsearch .datepicker .ui-datepicker-prev:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker-next:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-style: solid;
	border-color: #d22027;
	border-width: 0 0 2px 2px;
	position: absolute;
	top: 8px;
	left: 6px;
	transform: rotate(45deg)
}

#quicksearch li#quicksearch-dates .ui-datepicker-prev.ui-state-disabled:after,
#quicksearch li#quicksearch-dates .ui-datepicker-next.ui-state-disabled:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker-prev.ui-state-disabled:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker-next.ui-state-disabled:after {
	border-color: #989898
}

#quicksearch li#quicksearch-dates .ui-datepicker-next:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker-next:after {
	transform: rotate(225deg)
}

#quicksearch li#quicksearch-dates .ui-datepicker thead,
.booking-index-index #tripsearch .datepicker .ui-datepicker thead {
	background: none transparent
}

#quicksearch li#quicksearch-dates .ui-datepicker th,
.booking-index-index #tripsearch .datepicker .ui-datepicker th {
	color: #313131;
	font-size: 13px;
	font-weight: 600;
	padding: 0 0 7px;
	width: 14.285714286%
}

#quicksearch li#quicksearch-dates .ui-datepicker td,
.booking-index-index #tripsearch .datepicker .ui-datepicker td {
	position: relative
}

#quicksearch li#quicksearch-dates .ui-datepicker td span,
#quicksearch li#quicksearch-dates .ui-datepicker td a {
	color: #313131;
	background: none transparent;
	position: relative;
	z-index: 2;
	font-size: 13px;
	font-weight: 600;
	height: 100%;
	display: block;
	line-height: 31px
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td span,
.booking-index-index #tripsearch .datepicker .ui-datepicker td a {
	color: #313131;
	background: none transparent;
	position: relative;
	z-index: 2;
	font-size: 13px;
	font-weight: 600;
	height: 100%;
	display: block;
	line-height: 31px
}

#quicksearch li#quicksearch-dates .ui-datepicker td a,
.booking-index-index #tripsearch .datepicker .ui-datepicker td a {
	font-weight: bold
}

#quicksearch li#quicksearch-dates .ui-datepicker td.ui-datepicker-today span,
#quicksearch li#quicksearch-dates .ui-datepicker td.ui-datepicker-today a {
	font-weight: bold
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.ui-datepicker-today span,
.booking-index-index #tripsearch .datepicker .ui-datepicker td.ui-datepicker-today a {
	font-weight: bold
}

#quicksearch li#quicksearch-dates .ui-datepicker td.selectbetween span {
	color: #fff
}

#quicksearch li#quicksearch-dates .ui-datepicker-calendar .ui-datepicker.selectbetween:not(.nohoverbetween) .ui-state-default {
	background-color: transparent;
	color: #fff
}

.booking-index-index #tripsearch .datepicker .ui-datepicker-calendar .ui-datepicker.selectbetween:not(.nohoverbetween) .ui-state-default {
	background-color: transparent;
	color: #fff
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.selectbetween:last-child:after {
	width: calc(100% + 14px)
}

#quicksearch li#quicksearch-dates .ui-datepicker td.selectbetween:last-child:after {
	width: calc(100% + 14px)
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.selectbetween:first-child:after {
	width: calc(100% + 22px);
	left: -2px
}

#quicksearch li#quicksearch-dates .ui-datepicker td.selectbetween:first-child:after {
	width: calc(100% + 22px);
	left: -2px
}

#quicksearch .ui-datepicker-calendar .hoverbetween {
	background: none transparent !important
}

.booking-index-index #tripsearch .datepicker .ui-datepicker-calendar .hoverbetween {
	background: none transparent !important
}

.booking-index-index #tripsearch .datepicker .ui-datepicker-calendar .hoverbetween .ui-state-default {
	background: none transparent !important
}

#quicksearch li#quicksearch-dates .ui-datepicker td.selected-date:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker td.selected-date:after,
#quicksearch li#quicksearch-dates .ui-datepicker td.ui-datepicker-current-day:after {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background: #fff !important
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.ui-datepicker-current-day:after {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background: #fff !important
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.nohoverbetween a.ui-state-hover {
	color: #fff
}

#quicksearch li#quicksearch-dates .ui-datepicker td.nohoverbetween a.ui-state-hover,
#quicksearch li#quicksearch-dates .ui-datepicker td.selected-date a.ui-state-hover,
#quicksearch li#quicksearch-dates .ui-datepicker td.hoverbetween a.ui-state-hover {
	color: #fff
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.selected-date a.ui-state-hover,
#quicksearch li#quicksearch-dates .ui-datepicker td.selectbetween a,
.booking-index-index #tripsearch .datepicker .ui-datepicker td.selectbetween a {
	color: #fff
}

#quicksearch li#quicksearch-dates .ui-datepicker td.selectbetween:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker td.selectbetween:after {
	content: "";
	display: block;
	width: 200%;
	position: absolute;
	top: 2px;
	left: -50%;
	height: 27px
}

#quicksearch li#quicksearch-dates .ui-datepicker td.nohoverbetween a.ui-state-hover:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker td a.ui-state-hover:after,
#quicksearch li#quicksearch-dates .ui-datepicker td a.ui-state-hover:after {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td.nohoverbetween a.ui-state-hover:after {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.booking-index-index #tripsearch .datepicker .ui-datepicker td a.ui-state-hover {
	color: #fff !important
}

#quicksearch li#quicksearch-dates .ui-datepicker td a.ui-state-hover {
	color: #fff !important
}

li#quicksearch-dates .datepicker .ui-datepicker .td.nohoverbetween a.ui-state-hover:after,
.booking-index-index #tripsearch .datepicker .ui-datepicker td.nohoverbetween a.ui-state-hover:after {
	z-index: -1
}

.booking-index-index .col-main #tripsearch .inputbox #destination,
.booking-index-index .col-main #tripsearch .inputbox #departdate,
.booking-index-index .col-main #tripsearch .inputbox #returndate,
.booking-index-index .col-main #tripsearch .inputbox #origin {
	border: 1px solid transparent !important
}

#quicksearch ul#quicksearch-fields li#quicksearch-passengers {
	width: calc(54% - 474px);
	margin: -4px 20px 0 0;
	display: none;
	height: 68px
}

#quicksearch ul#quicksearch-fields.active-date li#quicksearch-passengers {
	display: table
}

#quicksearch li#quicksearch-passengers>ul {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	position: relative
}

#quicksearch li#quicksearch-passengers>ul>li {
	margin: 0 5px 5px 0px;
	height: 20px;
	position: relative
}

#quicksearch li#quicksearch-passengers>ul>li#select-child-note:before {
	display: none
}

#quicksearch #quicksearch-passengers li.passengers-child-expander {
	position: absolute;
	color: #c0c0c0;
	text-decoration: underline;
	width: 120%;
	line-height: 19px;
	font-size: 12px;
	display: inline-block
}

#quicksearch li#quicksearch-passengers>ul>li select {
	box-shadow: none;
	width: auto;
	padding-right: 10px;
	padding: 0 0 0 2px;
	background: none transparent;
	position: relative;
	z-index: 2;
	font-weight: 600
}

#quicksearch ul#quicksearch-fields li#quicksearch-passengers .quicksearch-note {
	display: none;
	height: 15px;
	width: 15px;
	line-height: 16px;
	background-color: #c9c1c1;
	border-radius: 50%;
	font-size: 11px;
	border: none;
	font-weight: 400;
	padding: 0
}

#quicksearch ul#quicksearch-fields.active-date.active>li#quicksearch-search {
	top: calc(36% - 24px)
}

#quicksearch ul#quicksearch-fields>li#quicksearch-search {
	width: 180px;
	margin: 0;
	position: absolute;
	right: 14px;
	transition: all 0.4s linear
}

#quicksearch li#quicksearch-search #btnSearch {
	border: none;
	height: 64px;
	width: 100%;
	transition: unset
}

#quicksearch li#quicksearch-search #btnSearch:hover {
	opacity: 0.75
}

#quicksearch li#quicksearch-search #btnSearch span {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px
}

.main-container .main {
	position: relative;
	z-index: auto;
	padding: 0;
	background: transparent
}

.cms-index-index .main-container .main {
	background: transparent
}

.cms-index-index .col-main .std>.grid12-12 {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.box-link:after,
#step-passengers #passengers .field.dob .select-wrapper:after,
#resultlist h3:before,
#ct-menu-footermenubottom li a,
#passenger-login .user-icon {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

#home-slider .content p:after,
.rightbar label,
.col-main #searchpage-search label,
#faq-search label {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

.account-create #form-validate .fields .field .field .input-box:after,
.account-create #form-validate .customer-dob>div:after {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

.my-account #form-validate .customer-dob>div:after,
.my-account #form-validate .customer-name .name-prefix .input-box:after {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

.customer-account .my-account #form-validate .fields>.field>.input-box:after {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

.customer-account .my-account #form-validate .fields .field.preferred-language:after,
.customer-account .my-account #form-validate .fields .field.preferred-currency:after,
.customer-account .my-account #form-validate .fields .field.residence-country:after,
.customer-account .my-account #form-validate .fields .field.nationality:after {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png")
}

#step-checkout a,
#checkoutSteps a {
	color: #000 !important
}

.nav-regular .nav-item.level0.active>a,
#contactinfo .contact,
#passengers .contact {
	background-color: transparent
}

.adverts-block-3 {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
	width: 100%
}

.adverts-block-3 .adverts-block-1 {
	display: block;
	cursor: pointer;
	border-radius: 7px;
	overflow: hidden;
	height: 250px
}

.adverts-block-3 .adverts-block-1>div:first-child {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-blend-mode: multiply
}

.adverts-block-3 .adverts-block-1>div:first-child:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.15)
}

.adverts-block-3 .adverts-block-1 .adverts-block-1-content {
	display: flex;
	position: relative;
	left: 15px;
	top: -78px;
	width: calc(100% - 16px);
	color: #fff;
	font-size: 25px;
	line-height: 29px;
	flex-direction: column
}

.adverts-block-3 .adverts-block-1 .adverts-block-1-content .title {
	display: block;
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase
}

.adverts-block-3 .adverts-block-1 .adverts-block-1-content .price {
	font-size: 24px;
	color: #1A237E;
	font-weight: 600
}

.block-news {
	position: relative;
	display: flex;
	min-height: 560px;
	flex-direction: column;
	margin-bottom: 25px
}

.block-news .links li {
	display: block;
	float: none
}

.block-news .img-box {
	width: 100%;
	height: 400px;
	margin: 0 0 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px
}

.block-news h2 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase
}

.block-news p {
	font-size: 14px;
	margin: 0 0 14px;
	color: #666;
	line-height: 22px
}

.block-news .ad-content {
	position: absolute;
	bottom: 0;
	right: 0
}

.block-news .ad-content a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 0 20px 0 0;
	line-height: 35px
}

.block-news_row_4 {
	display: block;
	height: 260px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 5px
}

.block-news_row_4:hover .img-box {
	-webkit-transform: rotate(5deg) scale(1.5);
	-moz-transform: rotate(5deg) scale(1.5);
	-ms-transform: rotate(5deg) scale(1.5);
	-o-transform: rotate(5deg) scale(1.5);
	transform: rotate(5deg) scale(1.5);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0
}

.block-news_row_4 .img-box {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	transition: all 3s linear;
	position: relative;
	background-blend-mode: multiply
}

.block-news_row_4 .img-box:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 1
}

.block-news_row_4 h2 {
	position: absolute;
	bottom: 40px;
	left: 15px;
	width: calc(100% - 30px);
	color: #fff;
	font-size: 25px;
	line-height: 29px;
	z-index: 2
}

.block-partners {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 70px
}

.block-partners .block-partner {
	display: block;
	width: 120px;
	height: 40px;
	margin: 0 10px
}

.block-partners .img-box {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block
}

#owl-bg {
	display: none !important
}

.cms-home-dat #owl-bg,
.cms-home #owl-bg,
.cms-home-new #owl-bg,
.customer-account-login #owl-bg,
.customer-account-login #owl-bg {
	display: block !important
}

.cms-home-dat .main-container .main,
.cms-home .main-container .main,
.cms-home-new .main-container .main {
	padding: 0
}

.booking-index-index .owl-item-slideshow-content {
	display: none !important
}

.customer-account-login .owl-item-slideshow-content,
.customer-account-login .owl-item-slideshow-content {
	display: none !important
}

.main-container {
	top: unset
}

.main-container:after {
	display: none
}

.footer-container {
	width: 100%;
	background-color: #666;
	color: #ccc;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: 0;
	padding: 0 !important;
	top: 34px
}

.footer-visible .footer-container {
	height: auto
}

.cms-index-index .footer-container {
	padding: 25px 0;
	height: auto
}

.cms-index-index .footer-container.custom {
	height: auto;
	margin-top: 20px
}

.cms-index-index .footer-container .custom-footer {
	position: relative;
	height: 0;
	background: center top no-repeat white;
	background-size: 100% auto
}

#root-wrapper .wrapper .footer-container:not(.custom) {
	margin-top: 62px
}

.footer-bottom-container,
.footer-primary-container,
.footer-primary {
	background-color: transparent
}

.social-link {
	width: 40px;
	height: 40px;
	background-color: transparent !important;
	margin: 0 10px;
	transition: fill 0.3s linear
}

.social-links .ib-hover:hover,
.social-links a>span.icon-hover:hover {
	background-color: transparent !important;
	color: #ffffff !important;
	opacity: 1
}

.cms-page-title {
	font-size: 40px;
	margin-top: 20px;
	text-align: center
}

.block-side-panel-news {
	margin-top: 20px
}

.block-side-panel-news li {
	font-size: 18px;
	line-height: 2
}

#quicksearch .hotel-search.bg-primary {
	color: inherit
}

.cms-route-mid-kob .preface,
.cms-route-mid-bill .preface,
.cms-route-bill-born .preface {
	height: 370px;
	margin-top: 30px;
	width: 100%;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/banners/3.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	background-position: center;
	box-sizing: border-box
}

.cms-route-mid-kob .main.container,
.cms-route-mid-bill .main.container,
.cms-route-bill-born .main.container {
	width: 100%;
	min-width: 100%
}

.cms-route-mid-kob #quicksearch,
.cms-route-mid-bill #quicksearch,
.cms-route-bill-born #quicksearch {
	margin: 0 auto 140px
}

.cms-route-mid-kob .breadcrumbs,
.cms-route-mid-kob .col-main,
.cms-route-mid-bill .breadcrumbs,
.cms-route-mid-bill .col-main,
.cms-route-bill-born .breadcrumbs,
.cms-route-bill-born .col-main {
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
	float: unset
}

.cms-news-1 .breadcrumbs {
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
	float: unset
}

.cms-route-mid-kob .col-main h2,
.cms-route-mid-bill .col-main h2,
.cms-route-bill-born .col-main h2 {
	padding-top: 50px
}

.cms-route-mid-kob .col-main .image {
	height: 300px;
	width: 100%;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/banners/3.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	background-position: center;
	box-sizing: border-box
}

.cms-news-1 .col-main .image,
.cms-news-2 .col-main .image {
	height: 500px;
	margin: 20px auto;
	width: 90%;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/banners/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box
}

.cms-route-mid-bill .col-main .image {
	height: 300px;
	width: 100%;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/banners/2.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	background-position: center;
	box-sizing: border-box
}

.cms-route-bill-born .col-main .image {
	height: 300px;
	width: 100%;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/banners/1.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	background-position: center;
	box-sizing: border-box
}

.cms-route-mid-kob .col-main .button,
.cms-route-mid-bill .col-main .button,
.cms-route-bill-born .col-main .button {
	width: 200px;
	box-sizing: border-box;
	display: block;
	margin: 20px auto;
	background-color: #333333
}

.cms-route-mid-kob .col-main .button a,
.cms-route-mid-bill .col-main .button a,
.cms-route-bill-born .col-main .button a {
	color: #eee;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: block
}

.cms-route-mid-kob .block-route p,
.cms-route-mid-bill .block-route p,
.cms-route-bill-born .block-route p {
	font-size: 18px;
	line-height: 1.5;
	text-align: justify
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100vw - 20px);
	min-height: 60px;
	background: #F7F7F7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.breadcrumbs ul {
	max-width: 1140px;
	width: 100%;
	display: flex;
	align-items: center
}

.breadcrumbs li {
	float: none;
	display: flex;
	align-items: center
}

.breadcrumbs li>span,
.breadcrumbs li>a {
	text-transform: uppercase;
	font-size: 14px;
	color: #707070;
	text-decoration: none;
	font-family: inherit
}

.breadcrumbs .sep:before {
	content: "";
	display: none
}

.breadcrumbs+* {
	margin-top: 60px !important
}

.booking-index-index .main,
.hotels-index-index .main,
.hotels-flight-index .main {
	background: none transparent;
	padding: 0
}

.booking-index-index .col-main,
.hotels-index-index .col-main,
.hotels-flight-index .col-main {
	margin: 40px 0;
	float: none
}

.booking-index-index.is-summary .col-main,
.hotels-index-index.is-summary .col-main,
.hotels-flight-index.is-summary .col-main {
	margin: 100px 0
}

.booking-index-index .preface,
.hotels-index-index .preface,
.hotels-flight-index .preface {
	display: none
}

.booking-index-index #flight-filters,
.hotels-index-index #flight-filters,
.hotels-flight-index #flight-filters {
	padding-top: 10px
}

.booking-index-index .col-main:before,
.hotels-index-index .col-main:before,
.hotels-flight-index .col-main:before {
	display: block;
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	line-height: 49px;
	text-transform: uppercase;
	margin: 0 0 244px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.58)
}

.booking-index-index .col-main .steps-container,
.hotels-index-index .col-main .steps-container,
.hotels-flight-index .col-main .steps-container {
	background-color: #F8F8F8;
	border-radius: 20px
}

.booking-index-index .col-main .page-steps,
.hotels-index-index .col-main .page-steps,
.hotels-flight-index .col-main .page-steps {
	margin: 0;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center
}

@media (max-width: 767px) {

	.booking-index-index .col-main .page-steps,
	.hotels-index-index .col-main .page-steps,
	.hotels-flight-index .col-main .page-steps {
		height: 77px
	}
}

.booking-index-index .col-main .page-steps ul,
.hotels-index-index .col-main .page-steps ul,
.hotels-flight-index .col-main .page-steps ul {
	width: 100%
}

.booking-index-index .col-main .page-steps #page-header-steps li,
.hotels-index-index .col-main .page-steps #page-header-steps li,
.hotels-flight-index .col-main .page-steps #page-header-steps li {
	font-family: "Noto Sans", sans-serif !important;
	color: #666666;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: top;
	font-size: 16px;
	width: 14%;
	padding: 45px 0 0;
	line-height: 20px;
	transition: color .075s ease
}

@media (max-width: 767px) {

	.booking-index-index .col-main .page-steps #page-header-steps li,
	.hotels-index-index .col-main .page-steps #page-header-steps li,
	.hotels-flight-index .col-main .page-steps #page-header-steps li {
		padding: 37px 0 0;
		font-size: 0;
		line-height: 0
	}
}

.booking-index-index .col-main .page-steps #page-header-steps li.complete,
.hotels-index-index .col-main .page-steps #page-header-steps li.complete,
.hotels-flight-index .col-main .page-steps #page-header-steps li.complete {
	color: #ccc
}

.booking-index-index .col-main .page-steps #page-header-steps li span,
.hotels-index-index .col-main .page-steps #page-header-steps li span,
.hotels-flight-index .col-main .page-steps #page-header-steps li span {
	height: 36px;
	width: 36px;
	margin: 0 0 0 -18px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px
}

@media (max-width: 767px) {

	.booking-index-index .col-main .page-steps #page-header-steps li span,
	.hotels-index-index .col-main .page-steps #page-header-steps li span,
	.hotels-flight-index .col-main .page-steps #page-header-steps li span {
		height: 27px;
		width: 27px;
		font-size: 13px
	}
}

.booking-index-index .col-main .page-steps #page-header-steps li span svg,
.hotels-index-index .col-main .page-steps #page-header-steps li span svg,
.hotels-flight-index .col-main .page-steps #page-header-steps li span svg {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.booking-index-index .col-main .page-steps #page-header-steps li#step0>span,
.hotels-index-index .col-main .page-steps #page-header-steps li#step0>span,
.hotels-flight-index .col-main .page-steps #page-header-steps li#step0>span {
	border: none !important
}

.booking-index-index .col-main .page-steps #page-header-steps li.complete span,
.hotels-index-index .col-main .page-steps #page-header-steps li.complete span,
.hotels-flight-index .col-main .page-steps #page-header-steps li.complete span {
	background-color: #fff;
	background-image: none;
	border: none
}

.booking-index-index .col-main .page-steps #page-header-steps li::after,
.hotels-index-index .col-main .page-steps #page-header-steps li::after,
.hotels-flight-index .col-main .page-steps #page-header-steps li::after {
	top: 18px;
	height: 1px
}

@media (max-width: 767px) {

	.booking-index-index .col-main .page-steps #page-header-steps li::after,
	.hotels-index-index .col-main .page-steps #page-header-steps li::after,
	.hotels-flight-index .col-main .page-steps #page-header-steps li::after {
		top: 13px
	}
}

.booking-index-index .col-main .page-steps #page-header-steps li.active span,
.hotels-index-index .col-main .page-steps #page-header-steps li.active span,
.hotels-flight-index .col-main .page-steps #page-header-steps li.active span {
	background: none #fff;
	border: none
}

.booking-index-index .col-main .page-steps #page-header-steps li.complete::after,
.hotels-index-index .col-main .page-steps #page-header-steps li.complete::after,
.hotels-flight-index .col-main .page-steps #page-header-steps li.complete::after {
	background: #fff
}

.booking-index-index .col-main #tripsearch,
.booking-index-index .col-main #hpf-search,
.hotels-index-index .col-main #tripsearch,
.hotels-index-index .col-main #hpf-search,
.hotels-flight-index .col-main #tripsearch,
.hotels-flight-index .col-main #hpf-search {
	background: none #fff;
	padding: 15px 28px;
	width: 100%;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 23px 84px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(35, 118, 188, 0.05)
}

.booking-index-index .col-main #tripsearch.is-summary,
.booking-index-index .col-main #hpf-search.is-summary,
.hotels-index-index .col-main #tripsearch.is-summary,
.hotels-index-index .col-main #hpf-search.is-summary,
.hotels-flight-index .col-main #tripsearch.is-summary,
.hotels-flight-index .col-main #hpf-search.is-summary {
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0 auto;
	height: 71px;
	position: relative
}

.booking-index-index .col-main #tripsearch.is-summary #tripsearch_form,
.booking-index-index .col-main #hpf-search.is-summary #tripsearch_form,
.hotels-index-index .col-main #tripsearch.is-summary #tripsearch_form,
.hotels-index-index .col-main #hpf-search.is-summary #tripsearch_form,
.hotels-flight-index .col-main #tripsearch.is-summary #tripsearch_form,
.hotels-flight-index .col-main #hpf-search.is-summary #tripsearch_form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	padding: 15px 28px;
	border: 4px solid;
	border-radius: 0 0 5px 5px
}

.booking-index-index .col-main #tripsearch.is-summary .travel-types::after,
.booking-index-index .col-main #hpf-search.is-summary .travel-types::after,
.hotels-index-index .col-main #tripsearch.is-summary .travel-types::after,
.hotels-index-index .col-main #hpf-search.is-summary .travel-types::after,
.hotels-flight-index .col-main #tripsearch.is-summary .travel-types::after,
.hotels-flight-index .col-main #hpf-search.is-summary .travel-types::after {
	height: 67px
}

.booking-index-index .col-main #tripsearch.is-summary #button-close-search,
.booking-index-index .col-main #hpf-search.is-summary #button-close-search,
.hotels-index-index .col-main #tripsearch.is-summary #button-close-search,
.hotels-index-index .col-main #hpf-search.is-summary #button-close-search,
.hotels-flight-index .col-main #tripsearch.is-summary #button-close-search,
.hotels-flight-index .col-main #hpf-search.is-summary #button-close-search {
	display: block;
	margin-left: 22px;
	height: 36px;
	width: 130px;
	border: 2px solid #fff;
	border-radius: 20px;
	line-height: 36px;
	text-align: center;
	background-color: #488b67;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	box-sizing: initial
}

.booking-index-index .col-main #tripsearch.is-summary #button-close-search span,
.booking-index-index .col-main #hpf-search.is-summary #button-close-search span,
.hotels-index-index .col-main #tripsearch.is-summary #button-close-search span,
.hotels-index-index .col-main #hpf-search.is-summary #button-close-search span,
.hotels-flight-index .col-main #tripsearch.is-summary #button-close-search span,
.hotels-flight-index .col-main #hpf-search.is-summary #button-close-search span {
	margin-right: 19px;
	font-weight: 500
}

.booking-index-index .col-main #tripsearch.is-summary #button-close-search i,
.booking-index-index .col-main #hpf-search.is-summary #button-close-search i,
.hotels-index-index .col-main #tripsearch.is-summary #button-close-search i,
.hotels-index-index .col-main #hpf-search.is-summary #button-close-search i,
.hotels-flight-index .col-main #tripsearch.is-summary #button-close-search i,
.hotels-flight-index .col-main #hpf-search.is-summary #button-close-search i {
	font-size: 41px;
	position: absolute;
	right: -3px;
	top: -3px
}

.booking-index-index .col-main #tripsearch #button-close-search,
.booking-index-index .col-main #hpf-search #button-close-search,
.hotels-index-index .col-main #tripsearch #button-close-search,
.hotels-index-index .col-main #hpf-search #button-close-search,
.hotels-flight-index .col-main #tripsearch #button-close-search,
.hotels-flight-index .col-main #hpf-search #button-close-search {
	position: absolute;
	right: 0;
	top: 14px;
	display: none
}

.booking-index-index .col-main #tripsearch .travel-types,
.booking-index-index .col-main #hpf-search .travel-types,
.hotels-index-index .col-main #tripsearch .travel-types,
.hotels-index-index .col-main #hpf-search .travel-types,
.hotels-flight-index .col-main #tripsearch .travel-types,
.hotels-flight-index .col-main #hpf-search .travel-types {
	display: flex;
	margin: 0 -2px 25px;
	justify-content: flex-start;
	height: 35px;
	align-items: center
}

.booking-index-index .col-main #tripsearch .travel-types::after,
.booking-index-index .col-main #hpf-search .travel-types::after,
.hotels-index-index .col-main #tripsearch .travel-types::after,
.hotels-index-index .col-main #hpf-search .travel-types::after,
.hotels-flight-index .col-main #tripsearch .travel-types::after,
.hotels-flight-index .col-main #hpf-search .travel-types::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	background-color: #54BD84
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype,
.booking-index-index .col-main #hpf-search .travel-types .traveltype,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype {
	float: none;
	margin: 0;
	color: #313131
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype li,
.booking-index-index .col-main #hpf-search .travel-types .traveltype li,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype li,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype li,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype li,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype li {
	margin: 0 20px 0 0
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype li label,
.booking-index-index .col-main #hpf-search .travel-types .traveltype li label,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype li label,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype li label,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype li label,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype li label {
	padding: 0 !important;
	display: flex;
	align-items: center
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype li label span,
.booking-index-index .col-main #hpf-search .travel-types .traveltype li label span,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype li label span,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype li label span,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype li label span,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype li label span {
	height: 22px;
	width: 22px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	display: block
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype li input:checked+label,
.booking-index-index .col-main #hpf-search .travel-types .traveltype li input:checked+label,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype li input:checked+label,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype li input:checked+label,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype li input:checked+label,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype li input:checked+label {
	color: #fff
}

.booking-index-index .col-main #tripsearch .travel-types .traveltype li input:checked+label span::after,
.booking-index-index .col-main #hpf-search .travel-types .traveltype li input:checked+label span::after,
.hotels-index-index .col-main #tripsearch .travel-types .traveltype li input:checked+label span::after,
.hotels-index-index .col-main #hpf-search .travel-types .traveltype li input:checked+label span::after,
.hotels-flight-index .col-main #tripsearch .travel-types .traveltype li input:checked+label span::after,
.hotels-flight-index .col-main #hpf-search .travel-types .traveltype li input:checked+label span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid white;
	position: absolute;
	top: 0;
	border-radius: 50%;
	left: 0
}

.booking-index-index .col-main #tripsearch .inputboxes .sub-inputboxes.travel-types label,
.booking-index-index .col-main #hpf-search .inputboxes .sub-inputboxes.travel-types label,
.hotels-index-index .col-main #tripsearch .inputboxes .sub-inputboxes.travel-types label,
.hotels-index-index .col-main #hpf-search .inputboxes .sub-inputboxes.travel-types label,
.hotels-flight-index .col-main #tripsearch .inputboxes .sub-inputboxes.travel-types label,
.hotels-flight-index .col-main #hpf-search .inputboxes .sub-inputboxes.travel-types label {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 0 0 31px;
	text-transform: uppercase;
	letter-spacing: 0.03em
}

.booking-index-index .col-main #tripsearch .inputboxes #quicksearch-passengers,
.booking-index-index .col-main #hpf-search .inputboxes #quicksearch-passengers,
.hotels-index-index .col-main #tripsearch .inputboxes #quicksearch-passengers,
.hotels-index-index .col-main #hpf-search .inputboxes #quicksearch-passengers,
.hotels-flight-index .col-main #tripsearch .inputboxes #quicksearch-passengers,
.hotels-flight-index .col-main #hpf-search .inputboxes #quicksearch-passengers {
	margin: 5px 1% 5px 15px !important;
	display: none
}

.booking-index-index .col-main .steps-container.minimized .page-steps,
.hotels-index-index .col-main .steps-container.minimized .page-steps,
.hotels-flight-index .col-main .steps-container.minimized .page-steps {
	min-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	padding: 15px 0
}

.booking-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li,
.hotels-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li,
.hotels-flight-index .col-main .steps-container.minimized .page-steps #page-header-steps li {
	font-size: 0;
	line-height: 0;
	width: 57px;
	padding: 0
}

.booking-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li span,
.hotels-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li span,
.hotels-flight-index .col-main .steps-container.minimized .page-steps #page-header-steps li span {
	width: 36px;
	height: 36px;
	margin: 0 0 0 -18px;
	font-size: 20px;
	position: relative
}

.booking-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li:after,
.hotels-index-index .col-main .steps-container.minimized .page-steps #page-header-steps li:after,
.hotels-flight-index .col-main .steps-container.minimized .page-steps #page-header-steps li:after {
	height: 7px;
	width: 7px;
	top: 15px;
	right: -4px;
	left: auto;
	border-radius: 50%
}

#tripsearch input.validation-failed,
#quicksearch input.validation-failed {
	border: 1px solid transparent !important
}

.booking-index-index .col-main #tripsearch .traveltype label:hover::after,
#tripsearch .travel-users li:hover label::after {
	background-color: #ededed
}

.booking-index-index .col-main #tripsearch .traveltype input:checked+label::after,
.booking-index-index .col-main #tripsearch .travel-users li:hover input:checked+label::after,
.booking-index-index .col-main #tripsearch .traveltype input:checked+label::after,
.booking-index-index .col-main #tripsearch .travel-users input:checked+label::after {
	border: none
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small,
.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
	width: calc(51% - 158px);
	box-shadow: none;
	margin: 0 27px 0 0;
	height: 68px;
	padding: 0;
	border-right: 2px solid #e2e2e2;
	background: none transparent;
	position: static
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.is-summary,
.booking-index-index .col-main #tripsearch .inputbox.input-size-medium.is-summary {
	width: calc(64% - 140px)
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date-return {
	margin: 0 0 0 20px;
	width: calc(42% - 185px)
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date-return.disabled label {
	pointer-events: none
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date-return:before {
	font-size: 13px;
	font-weight: 700
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
	border-right: none
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from.disable {
	border-right: 1px solid #e2e2e2
}

#extended-search #passengers-type-block.passengers.sub-box {
	margin: 0 20px 0 0 !important
}

#extended-search #field-search-period-title,
#extended-search #field-inbound-compartment-select-title,
#extended-search #field-outbound-compartment-select-title {
	padding: 0;
	line-height: 20px
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from.disable {
	border-right: 1px solid #e2e2e2
}

.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
	margin-bottom: 20px
}

.booking-index-index .col-main #tripsearch .inputbox:nth-child(6) {
	border: none
}

.booking-index-index .col-main #tripsearch .inputbox:before {
	content: "";
	color: #c0c0c0;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from:before {
	width: calc(51% - 186.5px);
	height: 23px;
	font-size: 13px;
	font-weight: 700;
	border-right: 1px solid #e2e2e2
}

.booking-index-index .col-main #tripsearch .inputbox.is-summary:before {
	width: calc(63% - 168px)
}

.booking-index-index .col-main #tripsearch .inputbox.travel-to:before {
	font-size: 13px;
	font-weight: 700
}

#quicksearch ul#quicksearch-fields li.flights-select-from:before {
	width: calc(36% - 2px);
	height: 18px;
	border-right: 1px solid #e0e0e0
}

@media (min-width: 993px) {
	#quicksearch ul#quicksearch-fields li.flights-select-from:before {
		width: calc(38% + 2px)
	}
}

#quicksearch ul#quicksearch-fields li.flights-select-from:after {
	width: calc(36% - 2px);
	content: "";
	position: absolute;
	height: 18px;
	border-right: 1px solid #e0e0e0;
	top: 70px;
	left: 24px
}

@media (min-width: 993px) {
	#quicksearch ul#quicksearch-fields li.flights-select-from:after {
		width: calc(38% + 2px)
	}
}

#quicksearch ul#quicksearch-fields li.flights-select-from.disable:before {
	border-right: none
}

.quicksearch-flights-icon {
	position: absolute !important;
	top: 48px;
	height: 24px
}

.quicksearch-flights-icon:before {
	font-family: 'Font Awesome 5 Pro';
	content: '';
	color: #c0c0c0;
	font-size: 24px
}

.quicksearch-flights-icon.marker:before {
	content: '\f3c5';
	font-weight: 900
}

.quicksearch-flights-icon.calendar {
	top: 134px;
	z-index: 1
}

.quicksearch-flights-icon.calendar:before {
	content: '\f073';
	font-weight: 400
}

.quicksearch-flights-icon.marker-booking {
	top: 100px
}

.quicksearch-flights-icon.calendar-booking {
	top: 186px
}

#quicksearch-passengers #field-info-passenger {
	color: #c0c0c0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px
}

#quicksearch-passengers #field-info-passenger-count {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

#quicksearch-passengers .infobox {
	min-width: 300px;
	top: 172px;
	left: auto;
	right: 56px;
	padding-top: 20px;
	border: 4px solid #54BD84;
	border-radius: 7px
}

#quicksearch-passengers .infobox::before {
	left: 20px
}

#quicksearch-passengers .infobox svg {
	width: 20px;
	height: 20px;
	cursor: pointer
}

#quicksearch-passengers .infobox>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 16px;
	padding-bottom: 10px
}

#quicksearch-passengers .infobox>div:not(:first-child) {
	border-bottom: 1px solid #80808078
}

#quicksearch-passengers .infobox>div:nth-child(2) {
	border: 0
}

#quicksearch-passengers .infobox>div>div:last-child {
	display: flex;
	flex-direction: row;
	align-items: center !important
}

#quicksearch-passengers .infobox>div input {
	pointer-events: none;
	width: 0;
	min-width: auto;
	border: none;
	opacity: 0
}

#quicksearch-passengers .infobox>div input+span.num-pass-view {
	font-size: 20px;
	font-weight: bold;
	pointer-events: none;
	width: 34px;
	text-align: center;
	min-width: auto;
	border: none
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from.disable:before {
	border-right: none
}

#departdatebox .close-button-wrap,
#returndatebox .close-button-wrap {
	right: 15px;
	top: 5px
}

.close-button {
	height: 18px;
	width: 18px;
	position: relative;
	box-sizing: border-box;
	line-height: 18px;
	order: 10;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block
}

.close-button-wrap {
	position: absolute;
	top: -8px;
	right: 0px;
	display: block
}

.close-button:before,
.close-button:after {
	transform: rotate(-45deg);
	background-color: #54BD84;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -9px;
	display: block;
	height: 2px;
	width: 18px;
	transition: all 0.2s ease-out
}

.close-button:after {
	transform: rotate(45deg)
}

#quicksearch ul#quicksearch-fields li.flights-select-from.disable:after {
	display: none
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from.disable:after {
	display: none
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from:after {
	width: calc(51% - 186.5px);
	left: 28px;
	content: "";
	position: absolute;
	height: 20px;
	border-right: 1px solid #e2e2e2;
	top: 124px
}

.booking-index-index .col-main #tripsearch .inputbox.travel-from.is-summary:after {
	width: calc(63% - 168px)
}

.booking-index-index .col-main #tripsearch .inputbox.travel-to.is-summary {
	margin-right: 0
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap {
	width: 0;
	height: 0
}

#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap #destination-switcher {
	top: 6px;
	left: -48px
}

@media (min-width: 993px) {
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap #destination-switcher {
		left: -23px
	}
}

.booking-index-index .col-main #tripsearch #passengers-type-block {
	padding: 0 15px 0 0;
	margin: 0
}

.booking-index-index .col-main #tripsearch .travelers {
	margin-bottom: 19px
}

.booking-index-index .col-main #tripsearch .inputboxes .collapsible h6 {
	text-transform: uppercase
}

.booking-index-index .col-main #tripsearch .inputbox>input,
.booking-index-index .col-main #tripsearch .inputbox #origin,
.booking-index-index .col-main #tripsearch .inputbox #destination,
.booking-index-index .col-main #tripsearch .inputbox #departdate,
.booking-index-index .col-main #tripsearch .inputbox #returndate {
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #313131;
	font-size: 22px;
	margin: 14px 0 0;
	height: 50px;
	width: 100%;
	padding-left: 30px;
	padding-right: 16px
}

.booking-index-index .col-main #tripsearch .inputbox>input::placeholder {
	color: #e2e2e2;
	text-transform: none !important
}

.booking-index-index .col-main #tripsearch .collapsible {
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 10px 0 0
}

.booking-index-index .col-main #tripsearch .sub-box {
	border-right: 1px solid #e2e2e2;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	position: relative;
	font-weight: 400
}

.booking-index-index .col-main #tripsearch .sub-box.passengers {
	padding-right: 0
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .tl-groups {
	margin: 19px 0 0
}

.booking-index-index .col-main #tripsearch .sub-box label {
	color: #c0c0c0;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin: 0 0 6px;
	font-weight: 400
}

.passangers-type-label {
	display: flex;
	align-items: center;
	pointer-events: none
}

.passangers-type-label span {
	margin-bottom: 6px
}

.passangers-type-label div {
	margin-right: 10px;
	min-width: 150px
}

#tripsearch #search_period {
	padding: 0 7px 0 0 !important
}

.passengers-select-sub-label {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40px;
	min-width: 168px
}

.passengers-select-sub-label :first-child {
	font-size: 20px;
	font-weight: bold;
	text-align: left
}

.passengers-select-label {
	display: flex
}

.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li:first-child {
	margin: 0 10px 0 0
}

.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li:after {
	top: 10px;
	right: 2px
}

.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li#passengers-select-child:after,
.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li#passengers-select-infant:after {
	right: 21px
}

.booking-index-index .col-main #tripsearch .sub-box select {
	box-shadow: none;
	color: #313131;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 22px 0 0;
	z-index: 2;
	position: relative;
	background: none transparent !important
}

.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li {
	position: relative;
	display: block;
	margin: 0 20px 0 0
}

.booking-index-index .col-main #tripsearch .sub-inputboxes #quicksearch-passengers li select {
	font-size: 14px
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li {
	margin: 0 20px 0 0
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li label {
	line-height: 22px;
	padding: 0px !important;
	font-size: 14px;
	font-weight: 600;
	color: #989898;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li label span {
	height: 22px;
	width: 22px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	display: block
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li input:checked+label {
	color: #313131
}

.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li input:checked+label span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid white;
	position: absolute;
	top: 0;
	border-radius: 50%;
	left: 0
}

.booking-index-index .col-main #tripsearch .direct-only {
	display: none
}

.booking-index-index .col-main #tripsearch .sub-box.promotions input {
	font-weight: 600;
	border-radius: 5px;
	height: 38px;
	border: none;
	font-size: 16px;
	margin-top: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25)
}

.booking-index-index .col-main #tripsearch .actionset {
	margin: 0;
	width: 190px;
	position: absolute;
	top: calc(50% - 36px);
	right: 28px;
	height: 68px;
	padding: 0;
	margin: 0;
	border: none
}

.booking-index-index .col-main #tripsearch .actionset.is-summary {
	top: 146px
}

.booking-index-index .col-main #tripsearch .actionset button {
	height: 100%;
	width: 100%;
	border: none
}

.booking-index-index .col-main #tripsearch .actionset button span {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 19px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	position: relative;
	background: none transparent;
	padding: 0 14px 0 0
}

.booking-index-index .col-main #tripsearch .actionset button span:after {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	background-position: -12px -1px;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1
}

.booking-index-index #tripsearch #returndatebox,
.booking-index-index #tripsearch #departdatebox {
	top: 139px;
	padding: 10px 4px 20px;
	box-shadow: none
}

.booking-index-index #tripsearch .infobox {
	top: 139px
}

.booking-index-index #tripsearch #returndatebox,
.booking-index-index #tripsearch #departdatebox {
	top: 229px
}

.booking-index-index #tripsearch .infobox .header,
.booking-index-index #tripsearch .infobox .notice {
	margin: 0;
	padding: 0 24px;
	border: none
}

.booking-index-index #tripsearch .infobox .header {
	color: #989898;
	font-size: 15px;
	font-weight: 500;
	padding-top: 10px;
	margin: 0 0 20px
}

#tripsearch #searchtrip {
	transition: unset !important;
	-webkit-transition: unset !important
}

#quicksearch-passengers label {
	display: inline-block !important;
	margin: 0 5px 5px 0 !important
}

.agree-information .contact-iformation-ico {
	position: absolute;
	top: 8px;
	left: -10px
}

.booking-index-index.modify-booking .inner-container .search-form-wrapper,
.hotels-flight-index.modify-booking .inner-container .search-form-wrapper,
.hotels-index-index.modify-booking .inner-container .search-form-wrapper {
	display: block
}

.booking-index-index.modify-booking .summary-box .reference-number-modify,
.hotels-flight-index.modify-booking .summary-box .reference-number-modify,
.hotels-index-index.modify-booking .summary-box .reference-number-modify {
	justify-content: center
}

.booking-index-index.modify-booking.changename #step-passengers #passengers,
.booking-index-index.modify-booking.updatedoc #step-passengers #passengers,
.hotels-flight-index.modify-booking.changename #step-passengers #passengers,
.hotels-flight-index.modify-booking.updatedoc #step-passengers #passengers,
.hotels-index-index.modify-booking.changename #step-passengers #passengers,
.hotels-index-index.modify-booking.updatedoc #step-passengers #passengers {
	padding: 30px 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box
}

.booking-index-index.modify-booking.changename #step-passengers .clearfix.logout-form,
.booking-index-index.modify-booking.changename #step-passengers .clearfix.login-form,
.booking-index-index.modify-booking.changename .date-row-wrapper.outbound.active,
.booking-index-index.modify-booking.updatedoc #step-passengers .clearfix.logout-form,
.booking-index-index.modify-booking.updatedoc #step-passengers .clearfix.login-form,
.booking-index-index.modify-booking.updatedoc .date-row-wrapper.outbound.active,
.hotels-flight-index.modify-booking.changename #step-passengers .clearfix.logout-form,
.hotels-flight-index.modify-booking.changename #step-passengers .clearfix.login-form,
.hotels-flight-index.modify-booking.changename .date-row-wrapper.outbound.active,
.hotels-flight-index.modify-booking.updatedoc #step-passengers .clearfix.logout-form,
.hotels-flight-index.modify-booking.updatedoc #step-passengers .clearfix.login-form,
.hotels-flight-index.modify-booking.updatedoc .date-row-wrapper.outbound.active,
.hotels-index-index.modify-booking.changename #step-passengers .clearfix.logout-form,
.hotels-index-index.modify-booking.changename #step-passengers .clearfix.login-form,
.hotels-index-index.modify-booking.changename .date-row-wrapper.outbound.active,
.hotels-index-index.modify-booking.updatedoc #step-passengers .clearfix.logout-form,
.hotels-index-index.modify-booking.updatedoc #step-passengers .clearfix.login-form,
.hotels-index-index.modify-booking.updatedoc .date-row-wrapper.outbound.active {
	display: none !important
}

.booking-index-index.modify-booking.changename #flight-summary #summary-items .airport-title-wrapper,
.booking-index-index.modify-booking.updatedoc #flight-summary #summary-items .airport-title-wrapper,
.hotels-flight-index.modify-booking.changename #flight-summary #summary-items .airport-title-wrapper,
.hotels-flight-index.modify-booking.updatedoc #flight-summary #summary-items .airport-title-wrapper,
.hotels-index-index.modify-booking.changename #flight-summary #summary-items .airport-title-wrapper,
.hotels-index-index.modify-booking.updatedoc #flight-summary #summary-items .airport-title-wrapper {
	justify-content: center
}

.booking-index-index.modify-booking .inner-container #form-flights>#continue-checkout,
.booking-index-index.modify-booking .inner-container #form-flights>.continue-booking-check#continue,
.hotels-flight-index.modify-booking .inner-container #form-flights>#continue-checkout,
.hotels-flight-index.modify-booking .inner-container #form-flights>.continue-booking-check#continue,
.hotels-index-index.modify-booking .inner-container #form-flights>#continue-checkout,
.hotels-index-index.modify-booking .inner-container #form-flights>.continue-booking-check#continue {
	width: 75%;
	flex-shrink: 1
}

.booking-index-index.modify-booking.modifyextras .ticket-line,
.booking-index-index.modify-booking.seatselect .ticket-line,
.hotels-flight-index.modify-booking.modifyextras .ticket-line,
.hotels-flight-index.modify-booking.seatselect .ticket-line,
.hotels-index-index.modify-booking.modifyextras .ticket-line,
.hotels-index-index.modify-booking.seatselect .ticket-line {
	display: block
}

.booking-index-index.modify-booking.modifyextras .time .fd-date,
.booking-index-index.modify-booking.seatselect .time .fd-date,
.hotels-flight-index.modify-booking.modifyextras .time .fd-date,
.hotels-flight-index.modify-booking.seatselect .time .fd-date,
.hotels-index-index.modify-booking.modifyextras .time .fd-date,
.hotels-index-index.modify-booking.seatselect .time .fd-date {
	display: none
}

.booking-index-index.modify-booking .name .name-segments,
.hotels-flight-index.modify-booking .name .name-segments,
.hotels-index-index.modify-booking .name .name-segments {
	display: none
}

.booking-index-index #summary.changedate #flight-summary #summary-items .date-row-wrapper,
.booking-index-index #summary.changedate .countdown svg,
.hotels-flight-index #summary.changedate #flight-summary #summary-items .date-row-wrapper,
.hotels-flight-index #summary.changedate .countdown svg,
.hotels-index-index #summary.changedate #flight-summary #summary-items .date-row-wrapper,
.hotels-index-index #summary.changedate .countdown svg {
	display: none !important
}

.booking-index-index #summary.changedate .reference-number-modify,
.booking-index-index #summary.changedate #flight-summary-box .reference-number-modify,
.hotels-flight-index #summary.changedate .reference-number-modify,
.hotels-flight-index #summary.changedate #flight-summary-box .reference-number-modify,
.hotels-index-index #summary.changedate .reference-number-modify,
.hotels-index-index #summary.changedate #flight-summary-box .reference-number-modify {
	justify-content: center
}

.booking-index-index #summary.changedate #flight-summary #summary-items .modify-totals,
.hotels-flight-index #summary.changedate #flight-summary #summary-items .modify-totals,
.hotels-index-index #summary.changedate #flight-summary #summary-items .modify-totals {
	display: block
}

.booking-index-index #summary.changedate #flight-summary #summary-items .modify-totals span.out-span,
.booking-index-index #summary.changedate #flight-summary #summary-items .modify-totals span.in-span,
.hotels-flight-index #summary.changedate #flight-summary #summary-items .modify-totals span.out-span,
.hotels-flight-index #summary.changedate #flight-summary #summary-items .modify-totals span.in-span,
.hotels-index-index #summary.changedate #flight-summary #summary-items .modify-totals span.out-span,
.hotels-index-index #summary.changedate #flight-summary #summary-items .modify-totals span.in-span {
	background: transparent;
	padding-left: 0;
	font-size: inherit
}

.booking-index-index #summary.changedate #totals-info-block,
.hotels-flight-index #summary.changedate #totals-info-block,
.hotels-index-index #summary.changedate #totals-info-block {
	pointer-events: none
}

.booking-index-index #summary.changedate #form-flights>.continue-booking-check#continue,
.hotels-flight-index #summary.changedate #form-flights>.continue-booking-check#continue,
.hotels-index-index #summary.changedate #form-flights>.continue-booking-check#continue {
	width: 75%;
	flex-shrink: 1
}

.booking-index-index .col-main #tripsearch .passengers.sub-box #quicksearch-passengers select,
.hotels-flight-index .col-main #tripsearch .passengers.sub-box #quicksearch-passengers select,
.hotels-index-index .col-main #tripsearch .passengers.sub-box #quicksearch-passengers select {
	padding: 0 5px 0 0
}

.booking-index-index #totals-info-block,
.hotels-flight-index #totals-info-block,
.hotels-index-index #totals-info-block {
	cursor: pointer
}

.booking-index-index .inner-container .search-form-wrapper,
.hotels-flight-index .inner-container .search-form-wrapper,
.hotels-index-index .inner-container .search-form-wrapper {
	display: flex;
	justify-content: space-between
}

.booking-index-index .inner-container .search-form-wrapper #search-info,
.hotels-flight-index .inner-container .search-form-wrapper #search-info,
.hotels-index-index .inner-container .search-form-wrapper #search-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff
}

.booking-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .reference-number-modify,
.hotels-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify {
	width: auto;
	margin-left: 22px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

.booking-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify div,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .reference-number-modify div,
.hotels-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify div {
	font-size: 16px
}

.booking-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify span.pnr-code,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .reference-number-modify span.pnr-code,
.hotels-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify span.pnr-code {
	color: #fff;
	padding: 0
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-hotel,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-hotel,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-hotel {
	margin-right: 30px;
	font-size: 30px;
	font-weight: bold
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-flights {
	margin-right: 22px
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights .to,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to {
	font-size: 50px;
	font-weight: 700
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights svg,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights svg,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-flights svg {
	margin: 0 10px;
	transform: rotate(180deg)
}

.booking-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .reference-number-modify,
.hotels-index-index .inner-container .search-form-wrapper #search-info .reference-number-modify {
	display: none
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-more p,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-more p {
	font-size: 16px;
	line-height: 1.5
}

.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p.passengers span:before,
.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-more p.passengers span:before,
.hotels-index-index .inner-container .search-form-wrapper #search-info .search-info-more p.passengers span:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 6px;
	vertical-align: middle
}

.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search,
.hotels-flight-index .inner-container .search-form-wrapper #search-info #button-change-search,
.hotels-index-index .inner-container .search-form-wrapper #search-info #button-change-search {
	margin-left: 22px;
	height: 35px;
	width: 120px;
	border: 2px solid #fff;
	border-radius: 20px;
	line-height: 34px;
	text-align: center;
	background-color: #488b67;
	cursor: pointer
}

@media (max-width: 767px) {

	.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info #button-change-search,
	.hotels-index-index .inner-container .search-form-wrapper #search-info #button-change-search {
		height: 33px;
		line-height: 30px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search span,
.hotels-flight-index .inner-container .search-form-wrapper #search-info #button-change-search span,
.hotels-index-index .inner-container .search-form-wrapper #search-info #button-change-search span {
	margin-right: 5px;
	font-weight: 500
}

@media (max-width: 767px) {

	.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search i,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info #button-change-search i,
	.hotels-index-index .inner-container .search-form-wrapper #search-info #button-change-search i {
		font-size: 13px
	}
}

.booking-index-index .inner-container .search-form-wrapper.is-summary,
.hotels-flight-index .inner-container .search-form-wrapper.is-summary,
.hotels-index-index .inner-container .search-form-wrapper.is-summary {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto
}

.booking-index-index .inner-container .search-form-wrapper.is-summary.fixed,
.hotels-flight-index .inner-container .search-form-wrapper.is-summary.fixed,
.hotels-index-index .inner-container .search-form-wrapper.is-summary.fixed {
	top: 0;
	position: fixed;
	z-index: 1000
}

.booking-index-index .inner-container .summary-box,
.hotels-flight-index .inner-container .summary-box,
.hotels-index-index .inner-container .summary-box {
	margin: 0 auto !important;
	display: none;
	position: relative !important;
	top: 0;
	z-index: 10;
	width: 100%;
	right: 0;
	transition: width 0.5s ease-in-out
}

.booking-index-index .inner-container .summary-box.is-summary,
.hotels-flight-index .inner-container .summary-box.is-summary,
.hotels-index-index .inner-container .summary-box.is-summary {
	display: flex;
	align-items: center;
	height: 71px;
	justify-content: space-between;
	padding: 0 15px;
	float: none !important
}

.booking-index-index .inner-container .summary-box #summary,
.hotels-flight-index .inner-container .summary-box #summary,
.hotels-index-index .inner-container .summary-box #summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	background: white;
	max-width: 400px;
	height: 45px;
	width: 32%;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: visible
}

.booking-index-index .inner-container .summary-box #summary .title .more-text,
.hotels-flight-index .inner-container .summary-box #summary .title .more-text,
.hotels-index-index .inner-container .summary-box #summary .title .more-text {
	display: none
}

.booking-index-index .inner-container .summary-box #summary.refund,
.hotels-flight-index .inner-container .summary-box #summary.refund,
.hotels-index-index .inner-container .summary-box #summary.refund {
	display: none !important
}

.booking-index-index .inner-container .summary-box #summary .base-total-block,
.hotels-flight-index .inner-container .summary-box #summary .base-total-block,
.hotels-index-index .inner-container .summary-box #summary .base-total-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.booking-index-index .inner-container .summary-box #summary .base-total-block span:first-child,
.hotels-flight-index .inner-container .summary-box #summary .base-total-block span:first-child,
.hotels-index-index .inner-container .summary-box #summary .base-total-block span:first-child {
	font-size: 12px;
	line-height: 18px;
	color: #BDE0E5
}

.booking-index-index .inner-container .summary-box #summary .base-total-block #base-total,
.hotels-flight-index .inner-container .summary-box #summary .base-total-block #base-total,
.hotels-index-index .inner-container .summary-box #summary .base-total-block #base-total {
	font-size: 18px;
	color: #000
}

.booking-index-index .inner-container .summary-box #summary .arrow-toggle-summary,
.hotels-flight-index .inner-container .summary-box #summary .arrow-toggle-summary,
.hotels-index-index .inner-container .summary-box #summary .arrow-toggle-summary {
	width: 40px;
	background: #D4EAFB;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 5px 0 0 5px
}

.booking-index-index .inner-container .summary-box #summary .arrow-toggle-summary.active span,
.hotels-flight-index .inner-container .summary-box #summary .arrow-toggle-summary.active span,
.hotels-index-index .inner-container .summary-box #summary .arrow-toggle-summary.active span {
	transform: rotate(-45deg);
	top: 3px
}

.booking-index-index .inner-container .summary-box #summary .arrow-toggle-summary span,
.hotels-flight-index .inner-container .summary-box #summary .arrow-toggle-summary span,
.hotels-index-index .inner-container .summary-box #summary .arrow-toggle-summary span {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-right: 2px solid #54BD84;
	border-top: 2px solid #54BD84;
	transform: rotate(135deg);
	transition: transform 0.25s linear
}

.booking-index-index .inner-container .summary-box .reference-number-modify,
.hotels-flight-index .inner-container .summary-box .reference-number-modify,
.hotels-index-index .inner-container .summary-box .reference-number-modify {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid
}

.booking-index-index .inner-container .summary-box .reference-number-modify div,
.booking-index-index .inner-container .summary-box .reference-number-modify span.pnr-code,
.hotels-flight-index .inner-container .summary-box .reference-number-modify div,
.hotels-flight-index .inner-container .summary-box .reference-number-modify span.pnr-code,
.hotels-index-index .inner-container .summary-box .reference-number-modify div,
.hotels-index-index .inner-container .summary-box .reference-number-modify span.pnr-code {
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase
}

.booking-index-index .inner-container .summary-box .reference-number-modify span.pnr-code,
.hotels-flight-index .inner-container .summary-box .reference-number-modify span.pnr-code,
.hotels-index-index .inner-container .summary-box .reference-number-modify span.pnr-code {
	font-weight: bold;
	color: #000 !important
}

#resultlist #flightSelectList {
	margin-top: 150px
}

#resultlist #flightSelectList .table-header-title {
	color: #000000;
	font-size: 25.67px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px
}

#resultlist #flightSelectList .table-header-title label {
	color: #1d4d63;
	font-size: 23.35px;
	font-weight: 400;
	text-transform: initial
}

.booking-index-index #step-seatselect,
.booking-index-index #step-ssr {
	margin-top: 20px
}

.booking-index-index #tripsearch .infobox {
	z-index: 100;
	margin: 0;
	padding: 0;
	overflow: unset !important;
	border-radius: 5px;
	border: 4px solid;
	left: 15px;
	width: calc(100% - 235px);
	min-width: auto;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25) !important
}

.booking-index-index #tripsearch #quicksearch-passengers .infobox {
	width: 340px !important;
	left: auto;
	right: 76px;
	top: 232px;
	padding-top: 10px
}

.booking-index-index #tripsearch #quicksearch-passengers .infobox::before {
	left: 42px
}

.booking-index-index #tripsearch #quicksearch-passengers .infobox>div>div:last-child {
	display: flex;
	align-items: center
}

.booking-index-index #tripsearch #quicksearch-passengers .infobox .empty-note {
	height: 15px;
	width: 15px
}

#resultlist #flightSelectList {
	border: none
}

#resultlist h3 {
	text-transform: uppercase;
	font-size: 27px;
	line-height: 40px;
	display: block;
	position: relative;
	padding: 0 0 0 40px
}

#resultlist h3:before {
	content: "";
	display: block;
	width: 26px;
	height: 22px;
	position: absolute;
	top: 10px;
	left: 0;
	background-position: -29px -67px
}

#resultlist h3:first-child::before {
	background-position: -1px -67px
}

#resultlist .flight-tabs .owl-tabs.owl-carousel {
	margin: 0
}

#resultlist .owl-tabs.owl-carousel .tab {
	margin: 0 0 -1px
}

#resultlist .owl-tabs.owl-carousel .tab>a {
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 1px 0 0 1px;
	border-radius: 0;
	background: none #fff;
	margin: 8px 0 0;
	color: white;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 0 15px;
	height: 53px;
	text-decoration: none
}

#resultlist .owl-tabs.owl-carousel .tab:last-child>a {
	border-width: 1px 1px 0 1px;
	align-items: center
}

#resultlist .owl-tabs.owl-carousel .tab>a.active::after {
	display: none
}

#resultlist .owl-tabs.owl-carousel .tab>a h4 {
	font-size: 16px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle
}

#resultlist .owl-tabs.owl-carousel .tab>a h4 span {
	font-size: 16px;
	font-weight: 700
}

#resultlist .owl-tabs.owl-carousel .tab>a .fd-date {
	color: white;
	font-size: 16px;
	font-weight: 700
}

#resultlist .owl-tabs.owl-carousel .tab>a.active {
	background-image: none;
	color: black;
	border: none;
	height: 81px;
	margin: 0;
	padding: 0;
	justify-content: center
}

#resultlist .owl-tabs.owl-carousel .tab>a.active .fd-date {
	color: black
}

#resultlist .owl-tabs.owl-carousel .owl-item:last-child a.active {
	width: calc(100% - 3px)
}

#resultlist .owl-tabs.owl-carousel .owl-prev {
	top: 21px;
	left: -21px
}

#resultlist .flight-list {
	margin: -2px 0 40px;
	padding: 0;
	border: none;
	border-top: 1px solid #daeaf0;
	background: none transparent
}

.non-paginated .owl-tabs.owl-carousel,
.owl-tabs.owl-carousel .owl-wrapper-outer {
	width: 100%
}

#step-flights .tabs-panels.flight-list .panel {
	margin-bottom: 0
}

#resultlist table {
	table-layout: fixed;
	border-collapse: inherit
}

#resultlist .table-tab>table>tbody>tr>td:first-child {
	border-left: 1px solid #daeaf0
}

#resultlist .table-tab>table>tbody>tr>td:last-child {
	border-right: 1px solid #daeaf0
}

#resultlist table colgroup {
	display: none
}

.flight .planeplane-from,
.flight .planeplane-to {
	display: none
}

#resultlist table tr.heading td.class-head:before,
#resultlist table tr.heading td.class-head:after {
	display: none
}

#resultlist table tr.row-flight:last-child td.box-bedre::after {
	display: none
}

#resultlist table tr.heading td.flight {
	color: #fff;
	border: none;
	border-right: 1px solid #fff;
	padding: 20px;
	border-left: 0 !important
}

#resultlist table tr.heading td.flight .hd-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px
}

#resultlist table tr.heading td.class-head {
	width: 24%;
	padding: 0;
	border-right: 1px solid #fff !important
}

.tabs-panels.flight-list table tr .inf-class {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5
}

#resultlist table tr.heading td.class-head .hd-title {
	font-weight: 700;
	font-size: 18px;
	width: 75%;
	letter-spacing: 0.03em
}

#resultlist table tr.heading td.class-head.bedre .hd-title {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 93px;
	z-index: 5;
	margin: -9px 0 0;
	padding: 8px 0 0
}

#resultlist table tr.heading-under>td:nth-child(2)::after,
#resultlist table tr.heading-under>td:nth-child(4)::before,
#resultlist table tr.row-flight>td:nth-child(2)::after,
#resultlist table tr.row-flight>td:nth-child(4)::before {
	content: "";
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	width: 15px;
	height: 100%;
	border-radius: 0;
	z-index: 3
}

#resultlist table tr.heading td.class-head.bedre:after {
	left: auto;
	right: 0
}

#resultlist table tr.heading-under td:nth-child(2)::after,
#resultlist table tr.row-flight>td:nth-child(2)::after {
	left: auto;
	right: -15px
}

#resultlist table tr.heading-under>td:nth-child(4)::before {
	left: -15px
}

#resultlist table tr.row-flight>td:nth-child(4)::before {
	left: -15px
}

#resultlist table tr.row-flight:last-child td.box-bedre {
	overflow: visible
}

#resultlist table tr.row-flight:last-child td.box-bedre::after {
	display: none
}

#resultlist table tr.row-flight:last-child td.box-bedre input:checked+label::after {
	content: ""
}

#resultlist table tr.heading td.class-head:last-child {
	border-right: 0 !important
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	#resultlist table tr.row-flight:last-child td.box-bedre {
		overflow: hidden
	}
}

#resultlist table tr .mobile-hint-block,
#resultlist table tr div.mobile-icons-wrapper {
	display: none
}

#resultlist table tr .flight-price-expander {
	top: calc(50% - 10px);
	right: calc(10% - 10px);
	z-index: 5;
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons/triangle.svg);
	transform: rotate(-90deg);
	transition: all 0.4s linear;
	display: none
}

#resultlist table tr.description-price td {
	border-right: 1px solid #daeaf0;
	border-bottom: 1px solid #daeaf0;
	position: relative
}

#resultlist table tr.description-price td::before {
	content: '';
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.05);
	left: 0;
	top: 0
}

@media (max-width: 900px) {
	#resultlist table tr.description-price td::before {
		display: none
	}
}

#resultlist table tr.description-price h4.price {
	font-weight: 700;
	font-size: 26px;
	padding: 10px 20px;
	opacity: 0;
	text-align: left;
	margin-bottom: 15px
}

#resultlist table tr.pricegroup-descriptions>td>.inner-inner {
	padding: 20px 25px 5px;
	position: relative;
	overflow: hidden
}

#resultlist table tr.pricegroup-descriptions>td:nth-child(2)>.inner-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	height: 100%;
	width: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.14)
}

#resultlist table tr.pricegroup-descriptions>td:nth-child(4)>.inner-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	left: -15px;
	height: 100%;
	width: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.14)
}

#resultlist table tr.pricegroup-descriptions td p {
	font-style: normal;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #313131;
	margin: 0
}

#resultlist table tr.pricegroup-descriptions td p strong {
	font-weight: 700;
	text-transform: uppercase
}

#resultlist table tr.pricegroup-descriptions td p em {
	font-weight: 600
}

#resultlist table tr.heading-under .heading-under-box table td {
	background: #f8f8f8;
	padding: 0;
	text-transform: uppercase;
	border-top: none;
	font-size: 11px;
	font-weight: 700;
	color: #313131
}

#resultlist tr.heading>td,
#resultlist tr.pricegroup-descriptions>td,
#resultlist tr.row-flight>td {
	width: 24%
}

#resultlist tr.heading>td.columnCount-1,
#resultlist tr.pricegroup-descriptions>td.columnCount-1,
#resultlist tr.row-flight>td.columnCount-1 {
	width: 40%
}

#resultlist tr.heading>td.active .class-input .flight-price-expander,
#resultlist tr.pricegroup-descriptions>td.active .class-input .flight-price-expander,
#resultlist tr.row-flight>td.active .class-input .flight-price-expander {
	display: none;
	z-index: 5;
	transform: rotate(0)
}

#resultlist tr.heading td.flight,
#resultlist tr.pricegroup-descriptions td.fare-max,
#resultlist tr.row-flight td.heading-under-box {
	width: 72%
}

#resultlist tr.pricegroup-descriptions>td {
	border-right: 1px solid #daeaf0
}

#resultlist tr.heading-under>td {
	border-bottom: 1px solid #daeaf0;
	border-right: 1px solid #daeaf0;
	background: #f8f8f8;
	overflow: hidden;
	position: relative
}

#resultlist tr.row-flight {
	position: relative
}

#resultlist tr.row-flight td {
	padding: 0;
	background: #fff;
	font-size: 18px;
	color: #313131;
	overflow: hidden;
	display: table-cell;
	position: relative
}

#resultlist tr.row-flight td.heading-under-box .flight .fd-date.place {
	display: none
}

#resultlist tr.row-flight>td {
	border-right: 1px solid #daeaf0;
	border-bottom: 1px solid #daeaf0;
	border-top: none
}

#resultlist tr.row-flight.active-row>td {
	border-bottom: none;
	z-index: 5
}

#resultlist table tr.pricegroup-descriptions .fare-titles table {
	padding: 10px 0
}

#resultlist table tr.pricegroup-descriptions .fare-titles table tr td {
	text-align: center !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

#resultlist table tr .table-info-column-wrapper,
#resultlist .modal-flight-connected .table-info-column-wrapper {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	min-height: 160px;
	padding: 20px
}

#resultlist table tr .table-info-wrapper,
#resultlist .modal-flight-connected .table-info-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: calc(85% - 24px);
	padding: 23px;
	padding-right: 0
}

@media (max-width: 900px) {

	#resultlist table tr .table-info-wrapper,
	#resultlist .modal-flight-connected .table-info-wrapper {
		padding: 10px;
		padding-right: 10px
	}
}

#resultlist table tr .table-info-item,
#resultlist .modal-flight-connected .table-info-item {
	display: flex;
	align-items: flex-end
}

@media (max-width: 767px) {

	#resultlist table tr .table-info-item,
	#resultlist .modal-flight-connected .table-info-item {
		align-items: center
	}
}

#resultlist table tr .table-info-item.place-stop,
#resultlist .modal-flight-connected .table-info-item.place-stop {
	margin-right: 25px
}

@media (max-width: 900px) {

	#resultlist table tr .table-info-item.place-stop,
	#resultlist .modal-flight-connected .table-info-item.place-stop {
		margin-right: 0
	}
}

#resultlist table tr .table-info-item.place-stop .table-info-label,
#resultlist .modal-flight-connected .table-info-item.place-stop .table-info-label {
	margin: 0
}

#resultlist table tr .place-connected,
#resultlist table tr .multileg,
#resultlist .modal-flight-connected .place-connected,
#resultlist .modal-flight-connected .multileg {
	color: #54BD84;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px
}

@media (max-width: 900px) {

	#resultlist table tr .place-connected,
	#resultlist table tr .multileg,
	#resultlist .modal-flight-connected .place-connected,
	#resultlist .modal-flight-connected .multileg {
		font-size: 12px
	}
}

#resultlist table tr .multileg,
#resultlist .modal-flight-connected .multileg {
	color: #54BD84
}

#resultlist table tr .flight-icons,
#resultlist .modal-flight-connected .flight-icons {
	display: flex;
	justify-content: space-around;
	font-size: 21px
}

#resultlist table tr .table-info-flight-icon,
#resultlist .modal-flight-connected .table-info-flight-icon {
	min-width: 75px;
	max-width: 200px;
	width: 40%;
	margin-bottom: 20px
}

#resultlist table tr .table-info-flight-icon svg,
#resultlist .modal-flight-connected .table-info-flight-icon svg {
	width: 23px;
	height: 21px;
	transform: rotate(180deg)
}

#resultlist table tr .table-info-line,
#resultlist .modal-flight-connected .table-info-line {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 8px auto 0;
	position: relative
}

#resultlist table tr .table-info-line:before,
#resultlist .modal-flight-connected .table-info-line:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 3px;
	left: 0;
	background: #ccc
}

#resultlist table tr .table-info-circle,
#resultlist .modal-flight-connected .table-info-circle {
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative
}

#resultlist table tr .table-info-circle.multileg,
#resultlist .modal-flight-connected .table-info-circle.multileg {
	background: #929292
}

#resultlist table tr .table-info-label.airport-code,
#resultlist .modal-flight-connected .table-info-label.airport-code {
	text-align: center;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px
}

@media (max-width: 900px) {

	#resultlist table tr .table-info-label.airport-code,
	#resultlist .modal-flight-connected .table-info-label.airport-code {
		font-size: 14px;
		margin-bottom: 2px
	}
}

#resultlist table tr .table-info-label,
#resultlist .modal-flight-connected .table-info-label {
	color: #a1a1a1;
	margin-right: 5px;
	font-size: 14px;
	text-align: start;
	font-weight: 500
}

#resultlist table tr .table-info-value,
#resultlist .modal-flight-connected .table-info-value {
	font-weight: 500;
	font-size: 14px;
	color: #000
}

#resultlist table tr h3.icon,
#resultlist .modal-flight-connected h3.icon {
	margin-top: -35px
}

#resultlist table tr h3.icon.from:before,
#resultlist .modal-flight-connected h3.icon.from:before {
	background-position: -1px -67px
}

#resultlist table tr .table-info-value.time,
#resultlist .modal-flight-connected .table-info-value.time {
	font-size: 34px;
	font-weight: 400;
	position: relative;
	padding-bottom: 7px
}

@media (max-width: 900px) {

	#resultlist table tr .table-info-value.time,
	#resultlist .modal-flight-connected .table-info-value.time {
		padding-bottom: 10px
	}
}

#resultlist table tr .table-info-row-wrapper,
#resultlist .modal-flight-connected .table-info-row-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center
}

#resultlist table tr .table-info-row-wrapper.datetime,
#resultlist .modal-flight-connected .table-info-row-wrapper.datetime {
	width: 89%;
	margin: 13px 0
}

@media (max-width: 900px) {

	#resultlist table tr .table-info-row-wrapper.datetime,
	#resultlist .modal-flight-connected .table-info-row-wrapper.datetime {
		margin: 15px 0 4px
	}
}

#resultlist table tr .table-info-row-wrapper .fas.fa-plane::before,
#resultlist .modal-flight-connected .table-info-row-wrapper .fas.fa-plane::before {
	color: #1d4d63
}

#resultlist table tr .table-info-row-wrapper:last-child,
#resultlist .modal-flight-connected .table-info-row-wrapper:last-child {
	align-items: flex-end
}

#resultlist table tr .flight-tabs h4,
#resultlist .modal-flight-connected .flight-tabs h4 {
	color: white
}

#resultlist table tr div.radio-input,
#resultlist .modal-flight-connected div.radio-input {
	border: 2px solid #1b3a54;
	height: 20px;
	width: 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	z-index: 4;
	position: relative;
	margin: 10px 0 5px
}

@media (max-width: 900px) {

	#resultlist table tr div.radio-input,
	#resultlist .modal-flight-connected div.radio-input {
		margin: 0 0 4px
	}
}

#resultlist table tr td.active div.radio-input,
#resultlist .modal-flight-connected td.active div.radio-input {
	background-color: #1b3a54 !important
}

#resultlist table tr td.active div.radio-input::after,
#resultlist .modal-flight-connected td.active div.radio-input::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid white;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%
}

#resultlist table tr .aircraft-info .table-info-item,
#resultlist .modal-flight-connected .aircraft-info .table-info-item {
	margin-bottom: 10px
}

@media (max-width: 900px) {

	#resultlist table tr .aircraft-info .table-info-item,
	#resultlist .modal-flight-connected .aircraft-info .table-info-item {
		margin-bottom: 0
	}
}

#resultlist table tr .aircraft-info .table-info-item:last-child,
#resultlist .modal-flight-connected .aircraft-info .table-info-item:last-child {
	margin-bottom: 0
}

#resultlist .modal-flight-connected .modal-header {
	padding: 25px 40px 30px
}

#resultlist .modal-flight-connected .modal-header,
#resultlist .modal-flight-connected .modal-footer {
	border-color: #DAEAF0
}

#resultlist .modal-flight-connected .modal-footer {
	padding: 25px 0
}

#resultlist .modal-flight-connected .modal-dialog {
	width: 700px
}

#resultlist .modal-flight-connected .connection,
#resultlist .modal-flight-connected .multileg-block {
	position: relative;
	left: -15px;
	margin: 12px 0
}

#resultlist .modal-flight-connected .connection .line,
#resultlist .modal-flight-connected .multileg-block .line {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: calc(100% + 30px);
	background-color: #DAEAF0
}

#resultlist .modal-flight-connected .connection .city,
#resultlist .modal-flight-connected .multileg-block .city {
	width: calc(100% - 80px);
	margin-left: 50px;
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	border: 1px solid #DAEAF0;
	background: #fff;
	border-radius: 20px;
	font-size: 18px
}

#resultlist .modal-flight-connected .connection .city span,
#resultlist .modal-flight-connected .multileg-block .city span {
	color: #929292;
	font-size: 15px
}

#resultlist .modal-flight-connected .connection .city i,
#resultlist .modal-flight-connected .multileg-block .city i {
	color: #000;
	margin: 0 20px
}

#resultlist .modal-flight-connected .multileg-block .city {
	justify-content: center
}

#resultlist .modal-flight-connected .close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
	color: #000 !important;
	text-shadow: none;
	opacity: 1
}

#resultlist .modal-flight-connected .table-info-wrapper {
	width: 75%;
	padding: 14px 0;
	margin: 0 auto
}

#resultlist .modal-flight-connected .table-info-label {
	font-size: 18px
}

#resultlist .modal-flight-connected .table-info-value {
	font-size: 18px
}

#resultlist .modal-flight-connected .fly-to {
	font-size: 25px;
	color: #929292;
	font-weight: 700;
	line-height: 34px
}

#resultlist .modal-flight-connected .fly-to span {
	color: #000;
	text-transform: uppercase
}

#resultlist .modal-flight-connected .text-info {
	font-size: 18px;
	text-align: center;
	color: #929292
}

#resultlist .modal-flight-connected .duration {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 4px
}

#resultlist .modal-flight-connected .duration span {
	color: #929292
}

tr.heading-under,
tr.heading {
	display: none
}

#resultlist div.class-head.label {
	display: block;
	z-index: 4;
	width: 100%
}

#resultlist div.class-head.label .hd-title {
	color: #808080;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	padding-bottom: 4px;
	padding-top: 4px
}

@media (max-width: 900px) {
	#resultlist div.class-head.label .hd-title {
		padding-bottom: 1px
	}
}

#resultlist div.class-head.label .hd-title+span.ic-info {
	color: black;
	cursor: pointer;
	display: none
}

#resultlist .owl-tabs.owl-carousel .tab>a.active {
	border: 1px solid #daeaf0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-color: white !important
}

.owl-tabs .tab>a:hover h4 {
	color: unset
}

.inner-container #resultlist table tr.row-flight table td.direction-time:nth-child(2n) .time:after {
	right: auto;
	left: 4px
}

#resultlist .heading-under .pricegroup-td table tr>td>ul {
	display: flex;
	justify-content: center
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li {
	margin-right: 6px;
	font-family: 'Font Awesome 5 Pro';
	color: #000000;
	font-size: 18px
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.carry-on:before {
	content: '\f0f2';
	font-weight: 900
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.refund:before {
	content: '\f3d1'
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.rebooking:before {
	content: '\f0ec'
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.excess-baggage:before {
	content: '\f187';
	font-weight: 900
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.flexible-ticket:before {
	content: '\f3ff'
}

#resultlist .heading-under .pricegroup-td table tr>td>ul li.seat:before {
	content: '\f4cc'
}

#resultlist table tr.row-flight table td.direction-time:nth-child(2n) .time:before {
	right: auto;
	left: 0
}

#resultlist .tabs-panels.flight-list table tr.pricegroup-descriptions .fare-max td {
	color: #000 !important
}

#resultlist table tr.row-flight table td.flight {
	font-weight: 700;
	font-size: 20px
}

#resultlist tr.row-flight>td.active {
	overflow: visible
}

#resultlist tr.row-flight>td.active .class-input {
	overflow: visible
}

#resultlist tr.row-flight>td.active .class-input.clicked span.label:after {
	content: '';
	position: absolute;
	background-image: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/triangle.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: transparent;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	bottom: -41px;
	height: 41px;
	width: 183px;
	max-width: 183px;
	display: none
}

#resultlist tr.row-flight>td.active .class-input.clicked.closed span.label:after {
	opacity: 0
}

#resultlist tr.row-flight td .class-input {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	cursor: pointer
}

#resultlist tr.row-flight td .class-input i.fa-check-circle {
	display: none
}

#resultlist tr.row-flight td .class-input .label {
	font-weight: 500;
	font-size: 20px;
	color: #313131;
	position: static;
	z-index: 3;
	display: inline;
	vertical-align: middle;
	margin: 0;
	min-height: 25px
}

@media (max-width: 900px) {
	#resultlist tr.row-flight td .class-input .label {
		min-height: 15px
	}
}

#resultlist tr.row-flight td .class-input .label.discounted {
	color: #000;
	text-decoration: line-through;
	min-height: 25px;
	font-size: 14px;
	line-height: 22px
}

@media (max-width: 900px) {
	#resultlist tr.row-flight td .class-input .label.discounted {
		min-height: 18px;
		padding-top: 0;
		line-height: 18px;
		font-size: 10px
	}
}

#resultlist tr.row-flight td .class-input .label.original {
	color: red;
	font-weight: bold
}

#resultlist tr.row-flight td .class-input input {
	z-index: -10;
	width: 0;
	height: 0;
	display: none
}

#resultlist tr.row-flight td .class-input input:checked+span.label>i.fa-check-circle {
	display: inline-block
}

#resultlist tr.row-flight td .class-input input:checked+span.label+div.flight-price-expander {
	display: none
}

#resultlist tr.row-flight td .class-input span {
	display: block;
	color: #d22027;
	font-size: 10px;
	font-weight: 700;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 5
}

#resultlist tr.row-flight td .class-input span.discounted {
	top: calc(50% + 24px)
}

#resultlist tr.row-flight td .class-input .sold {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #CCCCCC
}

#resultlist tr.row-flight td .class-input .sold+.radio-input {
	display: none
}

#resultlist .flight-offer {
	padding-top: 38px
}

@media (max-width: 900px) {
	#resultlist .flight-offer {
		padding-top: 0px
	}
}

#resultlist .row-flight.without-details .flight-offer {
	padding-top: 10px
}

#resultlist .row-flight.without-details .table-info-wrapper {
	padding: 20px 23px
}

#resultlist .row-flight.without-details .table-info-value.time {
	padding-bottom: 0
}

#resultlist .row-flight.without-details .table-info-row-wrapper.datetime {
	margin: 13px 0 5px
}

#resultlist .row-flight .price-group-item.high-current:before {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 30px solid white;
	transform: translateX(-50%);
	z-index: 2;
	background: none !important;
	display: block
}

@media (max-width: 900px) {
	#resultlist .row-flight .price-group-item.high-current:before {
		min-height: 22px;
		border-left-width: 20px;
		border-right-width: 20px;
		border-top-width: 10px
	}
}

#resultlist .row-flight .price-group-item.high-current:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-left: 92px solid transparent;
	border-right: 92px solid transparent;
	border-top: 32px solid rgba(0, 0, 0, 0.05);
	transform: translateX(-50%) translateY(2px);
	z-index: 1;
	display: block
}

@media (max-width: 900px) {
	#resultlist .row-flight .price-group-item.high-current:after {
		display: none
	}
}

#resultlist .description-wrapper,
#resultlist .description-categories,
.fare-services_wrapper .description-wrapper,
.fare-services_wrapper .description-categories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

#resultlist .description-wrapper .buttons-select,
.fare-services_wrapper .description-wrapper .buttons-select {
	display: none
}

#resultlist .description-categories>div>div,
.fare-services_wrapper .description-categories>div>div {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	font-size: 18px
}

@media (max-width: 767px) {

	#resultlist .description-categories>div>div,
	.fare-services_wrapper .description-categories>div>div {
		flex: 1
	}
}

#resultlist .description-categories>div>div:before,
.fare-services_wrapper .description-categories>div>div:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	font-family: "Font Awesome 5 Pro";
	color: #000000;
	font-size: 18px
}

#resultlist .description-categories>div>div.custom-icon i,
.fare-services_wrapper .description-categories>div>div.custom-icon i {
	margin-right: 6px;
	color: #000000;
	font-size: 18px
}

#resultlist .description-categories>div>div.custom-icon:before,
.fare-services_wrapper .description-categories>div>div.custom-icon:before {
	display: none
}

#resultlist .description-categories .fare-rule>span,
.fare-services_wrapper .description-categories .fare-rule>span {
	color: #54BD84;
	font-size: 18px
}

#resultlist .description-categories .fare-rule>span>span,
.fare-services_wrapper .description-categories .fare-rule>span>span {
	font-family: 'Cabin', sans-serif;
	padding-left: 5px;
	text-decoration: underline;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	top: -3px
}

#resultlist .description-categories>div>div.carry-on:before,
.fare-services_wrapper .description-categories>div>div.carry-on:before {
	content: '\f0f2';
	font-weight: 900
}

#resultlist .description-categories>div>div.refund:before,
.fare-services_wrapper .description-categories>div>div.refund:before {
	content: '\f3d1'
}

#resultlist .description-categories>div>div.rebooking:before,
.fare-services_wrapper .description-categories>div>div.rebooking:before {
	content: '\f0ec'
}

#resultlist .description-categories>div>div.excess-baggage:before,
.fare-services_wrapper .description-categories>div>div.excess-baggage:before {
	content: '\f187';
	font-weight: 900
}

#resultlist .description-categories>div>div.flexible-ticket:before,
.fare-services_wrapper .description-categories>div>div.flexible-ticket:before {
	content: '\f3ff'
}

#resultlist .description-categories>div>div.seat:before,
.fare-services_wrapper .description-categories>div>div.seat:before {
	content: '\f4cc'
}

#resultlist .buttons-select,
.fare-services_wrapper .buttons-select {
	width: 30%;
	align-self: flex-start;
	text-align: right
}

#resultlist .buttons-select>div,
.fare-services_wrapper .buttons-select>div {
	position: absolute;
	top: 20px;
	right: 50px;
	display: flex;
	align-items: center;
	color: #000
}

#resultlist .buttons-select>div .close-price-button,
.fare-services_wrapper .buttons-select>div .close-price-button {
	height: 20px;
	width: 20px;
	position: relative;
	box-sizing: border-box;
	line-height: 20px;
	order: 10;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block
}

#resultlist .buttons-select>div .close-price-button:before,
#resultlist .buttons-select>div .close-price-button:after,
.fare-services_wrapper .buttons-select>div .close-price-button:before,
.fare-services_wrapper .buttons-select>div .close-price-button:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
	display: block;
	height: 2px;
	width: 20px;
	transition: all 0.2s ease-out
}

#resultlist .buttons-select>div .close-price-button:after,
.fare-services_wrapper .buttons-select>div .close-price-button:after {
	transform: rotate(45deg)
}

#resultlist .buttons-select button,
.fare-services_wrapper .buttons-select button {
	width: 60%;
	height: 42px;
	margin-right: 42px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative
}

#resultlist .buttons-select button:before,
.fare-services_wrapper .buttons-select button:before {
	content: '';
	width: 20px;
	height: 10px;
	position: absolute;
	right: 25px;
	top: calc(50% - 5px);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons/arrow.svg)
}

#resultlist .buttons-select button:hover,
.fare-services_wrapper .buttons-select button:hover {
	color: #fff
}

#resultlist .description-categories,
.fare-services_wrapper .description-categories {
	padding: 0 20px 20px;
	justify-content: space-around
}

.fare-services_wrapper .description-categories {
	padding: 0
}

@media (max-width: 767px) {
	.fare-services_wrapper .description-categories {
		display: block
	}
}

@media (max-width: 767px) {
	.fare-services_wrapper .description-categories>div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
}

@media (max-width: 767px) {
	.fare-services_wrapper .description-categories>div>div {
		font-size: 14px;
		flex: 0 0 calc(50% - 0.5em)
	}
}

@media (max-width: 767px) {
	.fare-services_wrapper .description-categories .fare-rule>span>span {
		font-size: 14px
	}
}

.hotels-flight-index .fare-services_wrapper,
.hotels-index-index .fare-services_wrapper {
	display: block;
	width: 100%;
	margin: 0
}

.hotels-flight-index #wt-flight_hotel #summary,
.hotels-flight-index #wt-room #summary,
.hotels-index-index #wt-flight_hotel #summary,
.hotels-index-index #wt-room #summary {
	display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	#resultlist tr.row-flight td .class-input input {
		width: 400%
	}
}

select::-ms-expand,
input[type=checkbox]::-ms-check,
input::-ms-clear {
	display: none
}

#step-passengers>h3,
#contactinfo>h3 {
	height: 60px;
	border: none;
	border-radius: 0;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	padding: 0 28px;
	font-size: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	position: relative
}

#step-passengers #passenger-login {
	background: none transparent;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 60px;
	padding: 0;
	right: 28px
}

#step-passengers #passenger-login:active {
	box-shadow: unset;
	-webkit-box-shadow: unset
}

#step-passengers #passenger-login:focus {
	outline: none
}

#passenger-login .user-icon {
	width: 20px;
	height: 16px;
	margin: 0 4px 0 0;
	background-position: -76px -1px
}

#step-passengers #passengers {
	border-style: solid;
	width: 63%;
	border-color: #e5e5e5;
	border-width: 0 1px 1px;
	padding: 25px 20px;
	background: none transparent;
	border-radius: 0 0 5px 5px
}

#contactinfo {
	width: calc(63% + 41px)
}

#step-passengers #passengers>div {
	background: none transparent
}

#step-passengers #passengers .passenger {
	padding: 0 0 15px;
	margin: 0 0 34px;
	border: none;
	display: flex;
	flex-wrap: wrap
}

#step-passengers #passengers h4 {
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #313131;
	margin: 0 8px 14px
}

#step-passengers #passengers .docid-block,
#step-passengers #passengers .docs-block,
#step-passengers #passengers .doca-block,
#step-passengers #passengers .doco-block {
	width: 100%
}

#step-passengers #passengers .docid-block h4,
#step-passengers #passengers .docs-block h4,
#step-passengers #passengers .doca-block h4,
#step-passengers #passengers .doco-block h4 {
	margin: 0 12px 25px
}

#step-passengers #contactinfo .field,
#step-passengers #passengers .field {
	width: calc(33.33333% - 24px);
	margin: 0 12px 25px
}

#step-passengers #contactinfo .field.field-title,
#step-passengers #passengers .field.field-title {
	width: calc(11% - 24px)
}

#step-passengers #contactinfo .field.field-firstname,
#step-passengers #passengers .field.field-firstname {
	width: calc(22.3333% - 24px)
}

#step-passengers #contactinfo .field.field-title:after,
#step-passengers #contactinfo .field.field-birthdate:after,
#step-passengers #contactinfo .field.field-country:after,
#step-passengers #contactinfo .field.field-document:after,
#step-passengers #contactinfo .field.field-associated-adult:after,
#step-passengers #contactinfo .field.dob:after,
#step-passengers #contactinfo .field.docid-date:after,
#step-passengers #contactinfo .field.docs-date:after,
#step-passengers #passengers .field.field-title:after,
#step-passengers #passengers .field.field-birthdate:after,
#step-passengers #passengers .field.field-country:after,
#step-passengers #passengers .field.field-document:after,
#step-passengers #passengers .field.field-associated-adult:after,
#step-passengers #passengers .field.dob:after,
#step-passengers #passengers .field.docid-date:after,
#step-passengers #passengers .field.docs-date:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green;
	z-index: -1
}

#step-passengers #contactinfo .field input[data-toggle*="datepicker"],
#step-passengers #passengers .field input[data-toggle*="datepicker"] {
	display: block !important;
	box-sizing: border-box
}

#step-passengers #contactinfo .field label,
#step-passengers #passengers .field label {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px;
	letter-spacing: 0.03em
}

#step-passengers #contactinfo .field .input-box.controls,
#step-passengers #passengers .field .input-box.controls {
	margin: 0;
	position: relative
}

#step-passengers #contactinfo .create-profile-box:hover+small {
	display: block !important
}

#step-passengers #contactinfo small {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #000;
	margin: 0 0 5px;
	position: absolute;
	top: -18px;
	right: 110px;
	display: none
}

#step-passengers #contactinfo .field input[type='checkbox'] {
	color: #313131;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

#step-passengers #contactinfo .passenger .field .input-box.controls input[type="checkbox"] {
	margin: 0 10px 0 0;
	padding: 0;
	height: 30px;
	width: 30px;
	border: none;
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer
}

#step-passengers .field .input-box {
	position: relative
}

#step-passengers #contactinfo .validation-advice,
#step-passengers #passengers .validation-advice {
	position: absolute;
	bottom: -23px;
	margin-top: 2px;
	color: #d22027;
	padding: 0;
	background: none transparent;
	font-size: 10px
}

#step-passengers #contactinfo .validation-advice:before,
#step-passengers #passengers .validation-advice:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px
}

#step-passengers #contactinfo .field .intl-tel-input .validation-advice,
#step-passengers #passengers .field .intl-tel-input .validation-advice {
	width: auto;
	right: 0
}

#contactinfo>h3 {
	border-radius: 5px 5px 0 0 !important
}

#step-passengers #contactinfo .passenger .field .input-box.controls input[type="checkbox"]+label:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 7px;
	top: 8px;
	left: 7px;
	border-top: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	transform: rotate(-45deg);
	background-color: transparent;
	z-index: 1;
	opacity: 0
}

#step-passengers #contactinfo .passenger .field .input-box.controls:hover input[type="checkbox"]+label:after {
	opacity: 0.3
}

#step-passengers #contactinfo .passenger .field .input-box.controls:hover input[type="checkbox"]:checked+label:after {
	opacity: 1
}

#step-passengers #contactinfo .passenger .field .input-box.controls input[type="checkbox"]:checked+label:after {
	opacity: 1
}

#step-passengers #contactinfo .passenger .field .input-box.controls label {
	line-height: 30px;
	margin: 0;
	vertical-align: top;
	cursor: pointer
}

#step-passengers #contactinfo .passenger .create-profile-box {
	background: none transparent;
	padding: 0
}

#step-passengers #contactinfo .passenger .create-profile-box label {
	padding: 0 0 0 40px;
	line-height: 30px
}

#step-passengers #contactinfo .passenger .create-profile-box .input-box:after {
	box-shadow: none;
	border: none;
	background: #e5e5e5;
	width: 30px;
	border-radius: 50%;
	height: 30px
}

#step-passengers #contactinfo .custom-checkbox-box label::after {
	border-color: #d22027;
	top: 8px !important;
	left: 7px
}

.account-create #form-validate .fields .field .validation-advice {
	margin-top: 4px;
	color: #d22027;
	padding: 0 0 0 5px;
	background: none transparent;
	font-size: 12px
}

.account-create #form-validate .fields .field .validation-advice:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px
}

#advice-required-entry-telephone {
	bottom: -20px;
	position: absolute;
	left: 80px
}

#step-ssr #ssr-content {
	width: calc(100% - 10px)
}

#step-ssr>.grid12-4 .passenger-switcher .line.active .passenger-seats-block {
	display: block
}

#step-ssr>.grid12-4 .passenger-switcher .line.active .passenger-ssr-block {
	display: block
}

#step-ssr>.grid12-4 .passenger-switcher .line.active .passenger-ssr-block .passenger-ssr-close-block {
	display: none
}

#step-ssr>.grid12-4 .passenger-switcher .line.active label {
	border-radius: 5px 5px 0 0
}

#step-ssr>.grid12-4 .passenger-switcher .line.active label.empty-seats,
#step-ssr>.grid12-4 .passenger-switcher .line.active label.empty {
	border-radius: 5px !important
}

#step-ssr>.grid12-4 .passenger-switcher .line.active label.empty+div+.passenger-ssr-block {
	display: none
}

#step-ssr>.grid12-4 .passenger-switcher .line.active label .fa-chevron-down {
	display: none
}

#step-ssr>.grid12-4 .passenger-switcher .line.active label .fa-chevron-up {
	display: inline-block
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label {
	border-radius: 5px 5px 0 0
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label.empty-seats,
#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label.empty {
	border-radius: 5px !important
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label+.passenger-seats-block {
	display: block
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label+div+.passenger-ssr-block {
	display: block
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label.empty+div+.passenger-ssr-block {
	display: none
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label .fa-chevron-down {
	display: none
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label .fa-chevron-up {
	display: inline-block
}

.sales-order-history #ui-datepicker-div {
	border-top: 1px solid #51B780;
	margin-top: 10px;
	box-shadow: 0 3px 6px #ccc
}

.sales-order-history #ui-datepicker-div:before,
.sales-order-history #ui-datepicker-div:after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-top: 0;
	left: 10px;
	top: -5px
}

.sales-order-history #ui-datepicker-div:before {
	border-bottom-color: #54BD84
}

.sales-order-history #ui-datepicker-div:after {
	border-bottom-color: #fff;
	top: -4px
}

.sales-order-history #ui-datepicker-div .ui-datepicker-header {
	color: #000000
}

.sales-order-history #ui-datepicker-div thead th {
	color: black;
	background: white;
	font-size: 14px;
	border: 1px solid #fff
}

.sales-order-history #ui-datepicker-div tbody tr td {
	height: 30px;
	width: 30px;
	border: 1px solid #ffffff
}

.sales-order-history #ui-datepicker-div tbody tr td a.ui-state-active,
.sales-order-history #ui-datepicker-div tbody tr td a.ui-state-hover {
	color: #54BD84
}

.sales-order-history #ui-datepicker-div tbody tr td a.ui-state-hover {
	background-color: #e5f2ff
}

.sales-order-history #ui-datepicker-div tbody tr td a,
.sales-order-history #ui-datepicker-div tbody tr td span {
	line-height: 30px;
	font-size: 14px
}

#step-seatselect,
#step-ssr {
	align-items: baseline
}

#step-seatselect>.grid12-8,
#step-ssr>.grid12-8 {
	margin-right: 0;
	margin-left: 0;
	width: 66.67%
}

#step-seatselect>.grid12-4,
#step-ssr>.grid12-4 {
	width: 32%;
	margin-left: 15px;
	margin-right: 0;
	float: none;
	position: sticky;
	position: -webkit-sticky;
	top: 70px
}

#step-seatselect>.grid12-4 .passenger-switcher,
#step-ssr>.grid12-4 .passenger-switcher {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2)
}

#step-seatselect>.grid12-4 .passenger-switcher .line,
#step-ssr>.grid12-4 .passenger-switcher .line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px
}

#step-seatselect>.grid12-4 .passenger-switcher .line input,
#step-ssr>.grid12-4 .passenger-switcher .line input {
	position: absolute;
	opacity: 0;
	margin: 0;
	z-index: -2
}

#step-seatselect>.grid12-4 .passenger-switcher .line label,
#step-ssr>.grid12-4 .passenger-switcher .line label {
	margin: 0;
	font-size: 18px;
	padding: 14px 60px 14px 25px;
	border: 2px solid #BDE0E5;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: left;
	background-color: transparent !important;
	width: 100%;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	position: relative
}

#step-seatselect>.grid12-4 .passenger-switcher .line label::before,
#step-ssr>.grid12-4 .passenger-switcher .line label::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 26px;
	content: '\f0c8';
	font-weight: 100;
	margin-right: 10px;
	color: #EAEAEA
}

#step-seatselect>.grid12-4 .passenger-switcher .line label .check,
#step-ssr>.grid12-4 .passenger-switcher .line label .check {
	order: 1;
	font-size: 26px;
	color: #BDE0E5;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -13px
}

#step-seatselect>.grid12-4 .passenger-switcher .line label .check .desktop i,
#step-ssr>.grid12-4 .passenger-switcher .line label .check .desktop i {
	color: #000;
	font-weight: 400;
	font-size: 24px
}

#step-seatselect>.grid12-4 .passenger-switcher .line label .check .mobile,
#step-ssr>.grid12-4 .passenger-switcher .line label .check .mobile {
	display: none
}

#step-seatselect>.grid12-4 .passenger-switcher .line label .fa-chevron-up,
#step-ssr>.grid12-4 .passenger-switcher .line label .fa-chevron-up {
	display: none
}

#step-seatselect>.grid12-4 .passenger-switcher .line input:checked+label::before,
#step-ssr>.grid12-4 .passenger-switcher .line input:checked+label::before {
	content: '\f14a';
	color: #55BE8C
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block {
	width: 100%
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block>div,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 15px 7px 25px;
	border-left: 2px solid;
	border-right: 2px solid;
	font-size: 16px;
	text-transform: uppercase;
	border-color: #BDE0E5
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block>div .seat-number,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block>div .seat-number {
	margin-left: 5px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block>div .fa-trash-alt,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block>div .fa-trash-alt {
	color: #FF0000;
	margin-left: 15px;
	font-size: 16px;
	cursor: pointer
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block>div:first-child,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block>div:first-child {
	padding-top: 14px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block>div:last-child,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block>div:last-child {
	padding-bottom: 14px;
	border-bottom: 2px solid;
	border-radius: 0 0 5px 5px;
	border-color: #BDE0E5
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block .seat-segment,
#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-seats-block .seat-price,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block .seat-segment,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-seats-block .seat-price {
	font-weight: bold
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block {
	display: none;
	width: 100%
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 0 !important;
	border-radius: 0 !important;
	border-bottom: none !important
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div {
	width: 50%;
	height: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	border-radius: 0 0 0 5px;
	cursor: pointer
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div.active,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div.active {
	border-radius: 0
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div.align-left,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block .passenger-ssr-buttons>div>div.align-left {
	text-align: left;
	padding-left: 25px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>.passenger-ssr-content,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>.passenger-ssr-content {
	display: none
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>.passenger-ssr-content.active,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>.passenger-ssr-content.active {
	display: block
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 15px 7px 25px;
	border-left: 2px solid #BDE0E5;
	border-right: 2px solid #BDE0E5;
	font-size: 16px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title strong,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .passenger-title strong {
	margin-left: 5px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-qty,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-qty {
	margin-left: 10px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc {
	width: 100%
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc span,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc span {
	font-size: 16px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc .options,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc .options {
	display: flex;
	flex-direction: column;
	padding: 0 10px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc .options span,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .product-desc .options span {
	font-size: 14px;
	padding-top: 5px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt {
	color: #FF0000;
	margin-left: 15px;
	font-size: 16px;
	cursor: pointer
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt.cannot-delete,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div .fa-trash-alt.cannot-delete {
	cursor: not-allowed;
	opacity: 0.5
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div:first-child,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div:first-child {
	padding-top: 14px
}

#step-seatselect>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div:last-child,
#step-ssr>.grid12-4 .passenger-switcher .line .passenger-ssr-block>div>div:last-child {
	padding-bottom: 14px;
	border-bottom: 2px solid #BDE0E5;
	border-radius: 0 0 5px 5px
}

#step-seatselect h3.wt-bg1,
#step-ssr h3.wt-bg1 {
	border: none;
	padding: 22px 15px;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0 !important
}

#step-seatselect h3.wt-bg1 svg,
#step-ssr h3.wt-bg1 svg {
	margin-right: 15px;
	width: 22px;
	height: 22px
}

#step-seatselect .select_all_passengers,
#step-ssr .select_all_passengers {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	height: 35px;
	width: 78px;
	background: #55BE8C;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	color: white
}

#step-seatselect .nav-tabs,
#step-ssr .nav-tabs {
	border: none;
	display: flex;
	align-items: flex-end;
	height: 55px
}

#step-seatselect .nav-tabs>li,
#step-ssr .nav-tabs>li {
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	margin-bottom: 0
}

#step-seatselect .nav-tabs>li.id-1,
#step-ssr .nav-tabs>li.id-1 {
	width: 100%
}

#step-seatselect .nav-tabs>li.id-2,
#step-ssr .nav-tabs>li.id-2 {
	width: 50%
}

#step-seatselect .nav-tabs>li.id-3,
#step-ssr .nav-tabs>li.id-3 {
	width: 33.3%
}

#step-seatselect .nav-tabs>li.id-4,
#step-ssr .nav-tabs>li.id-4 {
	width: 25%
}

#step-seatselect .nav-tabs>li.active,
#step-ssr .nav-tabs>li.active {
	height: 55px;
	line-height: 55px
}

#step-seatselect .nav-tabs>li.active>a,
#step-ssr .nav-tabs>li.active>a {
	border: none;
	border-radius: 5px 0 0 0
}

#step-seatselect .nav-tabs>li.active>a>h4,
#step-ssr .nav-tabs>li.active>a>h4 {
	color: #fff
}

#step-seatselect .nav-tabs>li.active>a>h4 svg path,
#step-ssr .nav-tabs>li.active>a>h4 svg path {
	fill: #fff
}

#step-seatselect .nav-tabs>li.disable,
#step-ssr .nav-tabs>li.disable {
	cursor: none;
	pointer-events: none
}

#step-seatselect .nav-tabs>li.disable>a,
#step-ssr .nav-tabs>li.disable>a {
	pointer-events: none;
	background: #ccc
}

#step-seatselect .nav-tabs>li:first-child.active>a,
#step-ssr .nav-tabs>li:first-child.active>a {
	border-radius: 0 5px 0 0
}

#step-seatselect .nav-tabs>li>a,
#step-ssr .nav-tabs>li>a {
	display: flex;
	align-items: center;
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	border: none;
	line-height: 1;
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	background: #f4f4f4;
	box-shadow: -3px -8px 30px rgba(0, 0, 0, 0.2)
}

#step-seatselect .nav-tabs>li>a:after,
#step-ssr .nav-tabs>li>a:after {
	display: none
}

#step-seatselect .nav-tabs>li>a h4,
#step-ssr .nav-tabs>li>a h4 {
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px
}

#step-seatselect .nav-tabs>li>a h4.from svg,
#step-ssr .nav-tabs>li>a h4.from svg {
	transform: rotate(180deg)
}

#step-seatselect .nav-tabs>li>a h4 svg,
#step-ssr .nav-tabs>li>a h4 svg {
	width: 20px;
	height: 18px;
	margin-right: 10px
}

#step-ssr #ssr-content .tab-panel {
	display: none;
	margin-top: 20px
}

#step-ssr #ssr-content .tab-panel.active {
	display: block
}

#step-ssr .infobox-remark-wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.1);
	z-index: 99
}

#step-ssr .infobox-remark-content {
	width: 300px;
	height: 250px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #54BD84;
	z-index: 100;
	position: relative;
	padding: 20px;
	box-sizing: border-box
}

#step-ssr .infobox-remark-textarea {
	width: 100% !important;
	height: 200px !important;
	border-radius: 10px
}

#step-ssr .infobox-remark-btn {
	width: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	background: #54BD84;
	width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	border-radius: 15px;
	cursor: pointer
}

#step-ssr .category-products {
	border-bottom: 2px solid #cdcdcd;
	margin: 0
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .button-change-selection {
	background: #54BD84;
	margin-top: 15px
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected.open .button-select {
	margin-top: 15px
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .selected-products-wrapper {
	border: 2px solid #54BD84
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .selected-products-wrapper .fa-plus-circle {
	display: none
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .selected-products-wrapper .selected-configurable-product {
	display: flex;
	align-items: center;
	justify-content: center
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .selected-products-wrapper .selected-configurable-product .product-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 90px;
	height: 90px;
	margin: 0 auto 10px
}

#step-ssr .category-products.category_configurable .category-head .selected-products.selected .selected-products-wrapper .selected-configurable-product .product-name {
	font-weight: bold;
	font-size: 16px;
	text-align: center
}

#step-ssr .category-products.category_configurable .products-body {
	overflow-x: auto;
	width: 100%;
	margin: 30px 0
}

#step-ssr .category-products.category_configurable .products-content {
	display: flex;
	justify-content: space-between;
	position: relative
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper {
	width: 63%;
	height: 250px;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .category-select {
	position: absolute;
	left: 50%;
	top: 40px
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item {
	border-radius: 5px;
	border: 2px solid #54BD84;
	height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	min-width: 200px;
	justify-content: space-between
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item span {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item i {
	border-left: 2px solid #54BD84;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 30px
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-select-items {
	border: 2px solid #54BD84;
	background: #fff;
	margin-top: -3px
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-select-items .select-item {
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 20px;
	cursor: pointer;
	font-size: 15px
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper .image {
	width: 45%;
	height: 100%;
	background: #ddf1e6;
	display: flex;
	align-items: center;
	justify-content: center
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper .image img {
	width: 160px;
	height: 120px;
	object-fit: cover
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper .desc {
	width: 50%
}

#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper .desc p {
	font-size: 14px;
	color: #ACACAC
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper {
	width: 33%;
	height: 250px;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	justify-content: space-between
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper i.fas {
	font-size: 20px;
	color: #54BD84;
	cursor: pointer
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item {
	display: none
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item input {
	display: none
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item.selected-item {
	display: block
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .configurable-label {
	font-size: 34px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .price-box {
	margin-top: 15px
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .price-box .regular-price span {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #000 !important
}

#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .price-box .special-price span {
	font-size: 16px;
	font-weight: bold;
	color: #000 !important
}

#step-ssr .category-products.configurable {
	margin-top: 20px
}

#step-ssr .category-products.configurable .category-head .selected-products.selected .button-change-selection {
	background: #54BD84;
	margin-top: 15px
}

#step-ssr .category-products.configurable .category-head .selected-products.selected.open .button-select {
	margin-top: 15px
}

#step-ssr .category-products.configurable .category-head .selected-products.selected .selected-products-wrapper {
	border: 2px solid #54BD84
}

#step-ssr .category-products.configurable .category-head .selected-products.selected .selected-products-wrapper .fa-plus-circle {
	display: none
}

#step-ssr .category-products.configurable .category-head .selected-products.selected .selected-products-wrapper .selected-configurable-product {
	display: flex;
	align-items: center;
	justify-content: center
}

#step-ssr .category-products.configurable .products-body {
	width: 100%;
	margin-top: 30px
}

#step-ssr .category-products.configurable .products-content {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

#step-ssr .category-products.configurable .products-content .item {
	margin-right: 30px;
	position: relative;
	min-width: 230px;
	min-height: 200px;
	width: 230px;
	box-sizing: border-box;
	margin-bottom: 30px
}

#step-ssr .category-products.configurable .products-content .item:nth-child(3n) {
	margin-right: 0
}

#step-ssr .category-products.configurable .products-content .item input {
	display: none
}

#step-ssr .category-products.configurable .products-content .item input:checked+label {
	border: 2px solid #54BD84
}

#step-ssr .category-products.configurable .products-content .item input:checked+label .configurable-product-checkbox {
	border: 2px solid #54BD84
}

#step-ssr .category-products.configurable .products-content .item input:checked+label .configurable-product-checkbox .checked {
	display: block
}

#step-ssr .category-products.configurable .products-content .item label {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

#step-ssr .category-products.configurable .products-content .product-image-wrapper {
	height: 60px;
	width: 100px;
	margin: 15px auto;
	overflow: hidden
}

#step-ssr .category-products.configurable .products-content .product-image-wrapper .product-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100%;
	width: 100%
}

#step-ssr .category-products.configurable .products-content .product-name .configurable-title {
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center
}

#step-ssr .category-products.configurable .products-content .configurable-label {
	font-size: 34px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase
}

#step-ssr .category-products.configurable .products-content .price-box {
	margin: 15px 0
}

#step-ssr .category-products.configurable .products-content .price-box .regular-price span {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #000 !important
}

#step-ssr .category-products.configurable .products-content .price-box .special-price span {
	font-size: 16px;
	font-weight: bold;
	color: #000 !important
}

#step-ssr .category-products.configurable .products-content .configurable-product-checkbox {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #EAEAEA;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box
}

#step-ssr .category-products.configurable .products-content .configurable-product-checkbox .checked {
	display: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #54BD84
}

#step-ssr .category-products.category_extras .selected-extra-product {
	padding: 12px 20px;
	margin: 18px 0;
	border: 2px solid #54BD84;
	border-radius: 10px;
	font-size: 16px;
	box-sizing: border-box;
	width: 180px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-ssr .category-products.category_extras .selected-extra-product i {
	position: absolute;
	top: calc(50% - 12px);
	right: -12px;
	background: #fff;
	color: #54BD84;
	font-size: 24px
}

#step-ssr .category-products.category_extras .products-body {
	width: 100%;
	margin-top: 30px
}

#step-ssr .category-products.category_extras .products-content {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

#step-ssr .category-products.category_extras .products-content .item {
	margin-right: 30px;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	position: relative;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	min-width: 230px;
	width: 230px;
	box-sizing: border-box;
	margin-bottom: 30px
}

#step-ssr .category-products.category_extras .products-content .item:nth-child(3n) {
	margin-right: 0
}

#step-ssr .category-products.category_extras .products-content .item.active-tile {
	border: 2px solid #54BD84
}

#step-ssr .category-products.category_extras .products-content .item.deactivated-item {
	display: none
}

#step-ssr .category-products.category_extras .products-content .item.in_package_active {
	display: none
}

#step-ssr .category-products.category_extras .products-content .product-image-wrapper {
	height: 170px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px
}

#step-ssr .category-products.category_extras .products-content .product-image-wrapper .product-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%
}

#step-ssr .category-products.category_extras .products-content .wrapper-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px
}

#step-ssr .category-products.category_extras .products-content .wrapper-box .price-box .special-price span,
#step-ssr .category-products.category_extras .products-content .wrapper-box .price-box .regular-price span {
	font-size: 16px;
	font-weight: bold;
	color: #000 !important
}

#step-ssr .category-products.category_extras .products-content .wrapper-box .price-box .old-price span {
	font-size: 14px
}

#step-ssr .category-products.category_extras .products-content .product-name {
	padding: 0 15px;
	margin-bottom: 10px
}

#step-ssr .category-products.category_extras .products-content .product-name .extra-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-ssr .category-products.category_extras .products-content .product-name .extra-remark {
	cursor: pointer
}

#step-ssr .category-products.category_extras .products-content .product-name .extra-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	padding: 15px 0
}

#step-ssr .category-products.category_extras .products-content .product-name .extra-description {
	padding-bottom: 15px;
	border-bottom: 1px solid #BDE0E5;
	display: block;
	font-size: 14px;
	color: #ACACAC
}

#step-ssr .category-products.category_extras .inc.button:before {
	background-color: #fff;
	width: 2px;
	height: 10px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top: 6px;
	left: 10px;
	content: ""
}

#step-ssr .category-products.category_extras .inc.button:after {
	background-color: #fff;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top: 10px;
	left: 6px;
	content: ""
}

#step-ssr .category-products.category_extras .dec.button:after {
	background-color: #fff;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top: 10px;
	left: 6px;
	content: ""
}

#step-ssr .category-products.category_extras .numbers-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0
}

#step-ssr .category-products.category_extras .numbers-row input {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 3px;
	width: 20%;
	text-align: center
}

#step-ssr .category-products.category_extras .numbers-row div.button {
	position: relative;
	border-radius: 50%;
	background-color: #54BD84;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	font-size: 0;
	padding: 0;
	border: none
}

#step-ssr .category-products.category_extras .inc.button {
	color: transparent !important
}

#step-ssr .category-products.package {
	border-bottom: none
}

#step-ssr .category-products.package input {
	display: none
}

#step-ssr .category-products.package input:checked+label {
	border: 2px solid #54BD84
}

#step-ssr .category-products.package input:checked+label .fa-check-circle {
	display: block
}

#step-ssr .category-products.package input:checked+label .package-description .cost,
#step-ssr .category-products.package input:checked+label .package-description .products {
	opacity: 1
}

#step-ssr .category-products.package label {
	width: 98%;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
	position: relative
}

#step-ssr .category-products.package label .fa-check-circle {
	display: none;
	font-size: 24px;
	background: #fff;
	color: #54BD84;
	position: absolute;
	top: calc(50% - 12px);
	right: -12px
}

#step-ssr .category-products.package .package-description {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-ssr .category-products.package .package-description .wrapper {
	display: flex;
	align-items: center
}

#step-ssr .category-products.package .package-description .name {
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 150px;
	padding: 20px 10px;
	box-sizing: border-box;
	font-weight: bold;
	background: #54BD84;
	text-transform: capitalize;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px 0 0 6px
}

#step-ssr .category-products.package .package-description .products {
	display: flex;
	justify-content: center;
	margin-left: 15px;
	opacity: 0.5
}

#step-ssr .category-products.package .package-description .products .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 10px
}

#step-ssr .category-products.package .package-description .products .item img {
	width: 25px;
	height: 20px;
	margin-bottom: 5px;
	object-fit: contain
}

#step-ssr .category-products.package .package-description .products .item span {
	font-size: 10px;
	color: #000
}

#step-ssr .category-products.package .package-description .cost {
	margin-right: 40px;
	opacity: 0.5
}

#step-ssr .category-products.package .package-description .cost .old-price span {
	font-size: 12px;
	color: #000
}

#step-ssr .category-products.package .package-description .cost .product-special-price .price,
#step-ssr .category-products.package .package-description .cost .product-regular-price .price {
	font-size: 42px;
	font-weight: bold;
	color: #000
}

#step-ssr .category-products.package .package-description .cost .product-special-price .currency,
#step-ssr .category-products.package .package-description .cost .product-regular-price .currency {
	font-size: 18px;
	font-weight: 400
}

#step-ssr .category-products.single_package .category-head .description {
	display: flex;
	flex-direction: column;
	width: calc(98% - 300px)
}

#step-ssr .category-products.single_package .category-head a,
#step-ssr .category-products.single_package .category-head a:hover {
	color: #54BD84;
	text-decoration: underline
}

#step-ssr .category-products.single_package .category-head input {
	display: none
}

#step-ssr .category-products.single_package .category-head input:checked+label {
	border: 2px solid #54BD84
}

#step-ssr .category-products.single_package .category-head input:checked+label .fa-check-circle {
	display: block
}

#step-ssr .category-products.single_package .category-head input:checked+label .package-description .cost,
#step-ssr .category-products.single_package .category-head input:checked+label .package-description .products {
	opacity: 1
}

#step-ssr .category-products.single_package .category-head input:checked+label.cannot-unselect {
	cursor: not-allowed;
	opacity: 0.7;
	border-color: #8080806e !important
}

#step-ssr .category-products.single_package .category-head input:checked+label.cannot-unselect .fa-check-circle {
	color: #8080806e !important
}

#step-ssr .category-products.single_package .category-head input:checked+label.cannot-unselect .package-description .wrapper i {
	color: #8080806e !important
}

#step-ssr .category-products.single_package .category-head label {
	width: 98%;
	height: 60px;
	border: 2px solid #EAEAEA;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
	position: relative
}

#step-ssr .category-products.single_package .category-head label .fa-check-circle {
	display: none;
	font-size: 24px;
	background: #fff;
	color: #54BD84;
	position: absolute;
	top: calc(50% - 12px);
	right: -12px
}

#step-ssr .category-products.single_package .category-head .package-description {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 100%
}

#step-ssr .category-products.single_package .category-head .package-description .wrapper {
	display: flex;
	align-items: center
}

#step-ssr .category-products.single_package .category-head .package-description .wrapper i {
	font-size: 22px;
	color: #54BD84;
	margin-right: 20px
}

#step-ssr .category-products.single_package .category-head .package-description .wrapper .name {
	font-weight: bold
}

#step-ssr .category-products.single_package .category-head .package-description .cost .price {
	color: #333333
}

#step-ssr .category-products .products-content .item .messages {
	position: absolute;
	top: 0;
	left: 0
}

#step-ssr .category-products .category-head {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#step-ssr .category-products .category-head img {
	width: 300px;
	height: auto;
	order: 0
}

#step-ssr .category-products .category-head .selected-products {
	margin: 20px 0;
	order: 2
}

#step-ssr .category-products .category-head .selected-products .button-change-selection,
#step-ssr .category-products .category-head .selected-products .button-select {
	height: 40px;
	width: 180px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	background: #D1D1D1;
	cursor: pointer
}

#step-ssr .category-products .category-head .selected-products .button-select {
	background: #54BD84;
	display: none
}

#step-ssr .category-products .category-head .selected-products:not(.open) .products-empty-block,
#step-ssr .category-products .category-head .selected-products:not(.open) .selected-products-wrapper {
	cursor: pointer
}

#step-ssr .category-products .category-head .selected-products .products-empty-block,
#step-ssr .category-products .category-head .selected-products .selected-products-wrapper {
	width: 180px;
	height: 160px;
	border-radius: 10px;
	border: 2px solid #EAEAEA;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
	position: relative
}

#step-ssr .category-products .category-head .selected-products .products-empty-block i,
#step-ssr .category-products .category-head .selected-products .selected-products-wrapper i {
	font-size: 48px;
	color: #54BD84
}

#step-ssr .category-products .category-head .selected-products .products-empty-block i.fa-check-circle,
#step-ssr .category-products .category-head .selected-products .selected-products-wrapper i.fa-check-circle {
	display: none;
	font-size: 24px;
	background: #fff;
	color: #54BD84;
	position: absolute;
	top: calc(50% - 12px);
	right: -12px
}

#step-ssr .category-products .category-head .selected-products .selected-configurable-product {
	display: none
}

#step-ssr .category-products .category-head .selected-products .selected-configurable-product>div {
	display: flex;
	flex-direction: column;
	text-align: center
}

#step-ssr .category-products .category-head .selected-products .selected-configurable-product>div .product-label {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px
}

#step-ssr .category-products .category-head .selected-products .selected-configurable-product>div .product-price {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold
}

#step-ssr .category-products .category-head .selected-products.selected .button-change-selection {
	background: #54BD84;
	margin-top: 40px
}

#step-ssr .category-products .category-head .selected-products.selected .fa-check-circle {
	display: block !important
}

#step-ssr .category-products .category-head .selected-products.selected.open .button-change-selection {
	display: none
}

#step-ssr .category-products .category-head .selected-products.selected.open .button-select {
	display: block;
	margin-top: 40px
}

#step-ssr .category-products .category-head .selected-products.selected .products-empty-block {
	display: none
}

#step-ssr .category-products .category-head .description {
	padding: 50px 0 50px 0;
	width: 180px;
	order: 1
}

#step-ssr .category-products .category-head .description h3 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
	text-transform: uppercase
}

#step-ssr .category-products .category-head .description p {
	font-size: 14px;
	color: #ACACAC
}

#step-ssr .category-products.even .category-head img {
	order: 2
}

#step-ssr .category-products.even .category-head .selected-products {
	order: 1
}

#step-ssr .category-products.even .category-head .selected-products .items {
	padding-right: 10px
}

#step-ssr .category-products.even .category-head .description {
	order: 0;
	padding: 50px 0 50px 35px
}

#remind-ssr .content-wrapper {
	display: flex;
	align-items: center;
	padding: 20px 30px 10px 30px;
	border: 1px solid #D1D1D1;
	border-radius: 10px;
	margin-bottom: 14px
}

#remind-ssr .content-wrapper img {
	height: 90px;
	margin-right: 20px
}

#remind-ssr .content-wrapper .description-wrapper {
	display: flex;
	flex-direction: column
}

#remind-ssr .content-wrapper .description-wrapper strong {
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase
}

#remind-ssr .content-wrapper .description-wrapper span {
	color: #ACACAC;
	font-size: 14px
}

.passenger-switcher .notice {
	font-size: 14px
}

#summary .flights .time,
#summary .item ul {
	font-size: 15px;
	line-height: 1.25
}

#step-seatselect #seatselect-content .inner>h4 {
	display: none
}

.opc span.icon.icon-ADT-Mr,
.opc .icon.icon-ADT-Mr,
.confirmation .opc .icon.icon-ADT-Mrs,
.summary-box .icon.icon-Mr,
.step-data .opc span.icon.icon-ADT-Mrs,
.step-data .opc .icon.icon-ADT-Ms,
span.icon.icon-CHD-Mrs,
.icon.icon-CHD-Mr,
.icon.icon-type-CHD,
.icon.icon-CHD-Ms,
.icon.icon-INF-Ms,
.icon.icon-Ms,
.icon.icon-Mrs,
.opc .icon.icon-INF-Mr {
	background-image: none !important
}

.opc span.icon.icon-ADT-Mr::before,
.opc .icon.icon-ADT-Mr::before,
.confirmation .opc .icon.icon-ADT-Mrs::before,
.summary-box .icon.icon-Mr::before,
.step-data .opc span.icon.icon-ADT-Mrs::before,
.step-data .opc .icon.icon-ADT-Ms::before,
span.icon.icon-CHD-Mrs::before,
.icon.icon-CHD-Mr::before,
.icon.icon-type-CHD::before,
.icon.icon-CHD-Ms::before,
.icon.icon-INF-Ms::before,
.icon.icon-Ms::before,
.icon.icon-Mrs::before,
.opc .icon.icon-INF-Mr::before {
	font-family: 'Font Awesome 5 Pro';
	color: #54BD84;
	font-size: 16px;
	content: '\f007';
	font-weight: 700
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	text-align: center
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown svg {
	width: 30px;
	height: 30px;
	margin-right: 6px
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown .countdown-wrap .countdown-wrap {
	display: flex;
	height: 40px;
	align-items: center
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown li {
	font-size: 25px;
	min-width: 42px
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown li.countdown-hrs {
	min-width: 28px
}

.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown li.colon::before,
.checkout-onepage-success .confirmation-info .order-icon.save-for-later .countdown li:last-child:before {
	width: 8px;
	height: 26px
}

#modal_method_emerchantpay .modal-body {
	padding: 38px 30px 20px 40px
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .modal-title {
	font-size: 20px
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list {
	padding: 24px 0;
	max-height: 344px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list .country {
	display: flex;
	align-items: center;
	width: 50%;
	padding-bottom: 10px;
	font-size: 14px
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list .country.custom-country .country-name {
	display: none
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list .country.custom-country .custom-country-name {
	order: 2
}

#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list .country div.iti-flag {
	margin-right: 10px;
	transform: scale(1.2)
}

#modal_method_emerchantpay .modal-footer {
	border: none;
	padding-bottom: 30px
}

#modal_method_emerchantpay .modal-footer button {
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	height: 50px
}

.block.current-booking div.content-wrapper.countdown-block {
	position: relative;
	right: 2px;
	margin-bottom: -12px
}

.block.current-booking div.content-wrapper.countdown-block span {
	margin-right: 10px;
	font-size: 16px
}

#summary .icon.ic.ic-info {
	margin-left: 5px !important
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
	color: #65a5ce !important
}

.stock-info {
	margin-top: 5px
}

.booking-index-index .col-main #checkoutSteps li .contact-wrapper .step-title h2 {
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase
}

#step-confirmation {
	background-color: #fff;
	margin-top: 30px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
	padding-bottom: 15px
}

@media (max-width: 767px) {
	#step-confirmation {
		margin-top: 0
	}
}

#step-confirmation .contact-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 35px 15px
}

#step-confirmation .confirmation-header {
	display: flex;
	align-items: flex-end;
	height: 50px;
	margin-bottom: 50px;
	position: relative
}

#step-confirmation h1 {
	width: 37%;
	line-height: 60px;
	border-radius: 0 15px 0 0;
	border: 1px solid #BDE0E5;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0;
	background: #fff;
	height: 60px;
	color: #54BD84
}

#step-confirmation .confirmation-sub {
	width: 100%;
	background: #f8f8f8;
	height: 100%
}

.booking-index-index .main-container {
	position: relative
}

.booking-index-index .col-main h1 {
	font-size: 28px;
	margin: 0 0 25px
}

.booking-index-index .col-main #checkoutSteps li {
	margin: 0 0 10px;
	padding: 0
}

.booking-index-index .col-main #checkoutSteps li:last-child {
	margin: 0
}

.booking-index-index .col-main #checkoutSteps li .step-title {
	padding: 0;
	background: #fff;
	position: relative;
	display: block;
	margin: 0;
	box-sizing: border-box
}

.booking-index-index .col-main #checkoutSteps li .step-title.summary-booking {
	padding: 0 30px
}

.booking-index-index .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading {
	padding: 0 35px;
	box-sizing: border-box
}

.hotels-flight-index .col-main #checkoutSteps li {
	margin: 0 0 10px;
	padding: 0
}

.hotels-flight-index .col-main #checkoutSteps li:last-child {
	margin: 0
}

.hotels-flight-index .col-main #checkoutSteps li .step-title {
	padding: 0;
	background: #fff;
	position: relative;
	display: block;
	margin: 0;
	box-sizing: border-box
}

.hotels-flight-index .col-main #checkoutSteps li .step-title.summary-booking {
	padding: 0 30px
}

.hotels-flight-index .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading {
	padding: 0 35px;
	box-sizing: border-box
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title {
	padding: 0 28px;
	background: #fff;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	height: 45px;
	box-sizing: border-box
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.passenger_name {
	padding: 0
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.payment {
	text-transform: uppercase;
	padding: 0 35px
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking {
	padding: 0 35px
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading h2 {
	text-transform: uppercase
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading .ref-num {
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-transform: uppercase
}

.booking-index-index .col-main #checkoutSteps li .panel-body .step-title {
	padding: 0
}

.booking-index-index .col-main #checkoutSteps li .step-title a {
	text-decoration: none
}

.checkout-onepage-success .col-main #checkoutSteps li .step-title a {
	text-decoration: none
}

.booking-index-index .col-main #checkoutSteps li .step-title h2,
.checkout-onepage-success .col-main #checkoutSteps li .step-title h2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 45px
}

.checkout-onepage-success .col-main #checkoutSteps span.pnr-code {
	color: #000
}

.booking-index-index .col-main #checkoutSteps li .step-title h2 {
	border: none
}

.booking-index-index .col-main #checkoutSteps li .step-title h2.title-group {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold
}

table.thin-oswald.flight-headings td.flight-time>div {
	font-weight: 400
}

#checkoutSteps .step-data .opc .pad-heading,
#checkoutSteps .confirmation .opc .pad-heading {
	margin: 0 0 10px
}

.booking-index-index .col-main #checkoutSteps li .step-content,
.checkout-onepage-success .col-main #checkoutSteps li .step-content {
	margin: 0;
	padding: 0 28px
}

.inner-container .confirmation>p,
.totals-booking-rules div {
	color: #313131;
	line-height: 1.25
}

.booking-index-index .col-main #checkoutSteps li #collapse-contact {
	width: calc(100% - 60px);
	margin: 0 auto
}

.confirmation .opc .panel-default>.panel-heading.directions-title h4 {
	font-weight: 400;
	color: #000
}

.confirmation .opc .panel-default>.panel-heading.directions-title h4 span {
	max-width: 100px
}

.booking-index-index .col-main #checkoutSteps li h3.ref-num {
	margin: 0 auto;
	padding: 10px 0 0;
	font-weight: 400;
	line-height: 1;
	font-size: 18px;
	color: #000
}

.booking-index-index .col-main #checkoutSteps li h3.ref-num span.pnr-code {
	font-size: 18px;
	color: #000 !important
}

span.pnr-code,
td.pnr-code {
	font-weight: 700 !important;
	font-size: 20px;
	color: #3f8a62;
	padding-left: 4px
}

.customer-account .main-container table tbody td.pnr-code {
	color: #3f8a62
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel {
	padding: 1px 0;
	color: #313131;
	font-weight: 600;
	line-height: 22px;
	border: none;
	border-top: none
}

.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading {
	padding: 0;
	border: none
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title {
	border: 1px solid #333;
	padding: 0;
	display: flex;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: calc(20% - 20px);
	border-right: 1px solid #707070;
	background: #F8F8F8;
	border-radius: 10px 0 0 0;
	margin-right: 20px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	font-size: 14px
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4 svg.rotate,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4 svg.rotate {
	transform: rotate(180deg)
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings {
	margin-top: 0;
	width: 80%
}

.booking-index-index .col-main #checkoutSteps li .step-content .panel .directions-items.panel-body,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .directions-items.panel-body {
	border: 1px solid #333;
	border-top: none;
	border-radius: 0 0 10px 10px
}

.booking-index-index .col-main #checkoutSteps li .step-content .item-row,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .item-row {
	margin: 0
}

.booking-index-index .col-main #checkoutSteps li .step-content .item-row>div,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .item-row>div {
	font-weight: 400
}

.sales-order-view .order-details div.multileg-flight-wrapper {
	width: 80%;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 10px;
	display: flex;
	height: 40px;
	align-items: center;
	position: relative;
	justify-content: center;
	top: -22px;
	z-index: 33;
	background: white
}

.sales-order-view .order-details div.multileg-flight-wrapper .duration-name {
	margin-left: 6px
}

.sales-order-view .order-details div.multileg-flight-wrapper div {
	color: #737070d9
}

.sales-order-view .order-details div.multileg-flight-wrapper span {
	margin-left: 6px
}

#my-orders-table.current-booking-table tr.view-order-table-row.multileg-flight,
.already-ordered.current-booking-table tr.view-order-table-row.multileg-flight {
	height: 120px
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0 !important;
	border-radius: 0
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row {
	padding: 0 !important
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td {
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 20px
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper {
	width: 100%;
	border: 1px solid;
	border-radius: 10px;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper .duration-name,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper .duration-name {
	margin-left: 6px
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper div,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper div {
	color: #737070d9
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper span,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper span {
	margin-left: 6px
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
	display: flex;
	color: #000;
	flex-direction: column;
	padding-left: 15px !important;
	min-height: 100px;
	justify-content: center;
	box-sizing: border-box;
	width: 15%;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:first-child,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:first-child {
	padding-left: 0 !important
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child {
	border-right: none
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-directions,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-directions {
	width: 40%
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile {
	display: none
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile svg.rotate,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile svg.rotate {
	transform: rotate(180deg)
}

.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child,
.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700
}

.checkout-onepage-success #collapse-payment {
	box-shadow: none
}

#hold-fare {
	padding: 15px 28px !important;
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15)
}

@media (max-width: 767px) {
	#hold-fare {
		margin-top: 0
	}
}

@media (max-width: 992px) {
	#hold-fare {
		margin-top: 0;
		padding: 10px 25px 30px !important
	}
}

#hold-fare .hold-fare-header {
	padding: 0
}

#hold-fare .hold-fare-header h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px
}

#hold-fare .hold-fare-header h3::before {
	content: '\f017';
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: bold
}

#hold-fare .hold-fare-content {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1200px) {
	#hold-fare .hold-fare-content {
		display: block
	}
}

#hold-fare .hold-fare-content .agree {
	display: flex;
	margin-right: 15px
}

@media (max-width: 1200px) {
	#hold-fare .hold-fare-content .agree {
		margin-right: 0;
		margin-bottom: 15px
	}
}

#hold-fare .hold-fare-content .agree input {
	display: none
}

#hold-fare .hold-fare-content .agree label {
	text-decoration: none;
	padding-left: 35px;
	position: relative
}

#hold-fare .hold-fare-content .agree label:before {
	content: '';
	width: 24px;
	height: 24px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px
}

#hold-fare .hold-fare-content .agree label:after {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0
}

#hold-fare .hold-fare-content .agree label:hover:after {
	opacity: 0.3
}

#hold-fare .hold-fare-content .agree input:checked+label:after {
	opacity: 1
}

#hold-fare .hold-fare-content .hold-fare-information {
	color: #474747
}

#hold-fare .hold-fare-content .hold-fare-information .contact-iformation-ico {
	font-weight: bold
}

#collapse-payment {
	box-shadow: -1px 8px 50px rgba(0, 0, 0, 0.15);
	margin-top: 20px
}

#collapse-payment .payments-content-text {
	padding-top: 15px
}

@media (max-width: 767px) {
	#collapse-payment .payments-content-text {
		padding-top: 7px
	}
}

#collapse-payment .payments-content-text .text {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #9B9B9B
}

@media (max-width: 767px) {
	#collapse-payment .payments-content-text .text {
		font-size: 11px;
		line-height: 15px
	}
}

#collapse-payment .payments-header {
	padding-left: 45px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D1D1D1
}

@media (max-width: 767px) {
	#collapse-payment .payments-header {
		padding-bottom: 18px;
		border-bottom: none
	}
}

#collapse-payment .step-title {
	display: flex;
	align-items: center;
	padding-left: 0
}

#collapse-payment .step-title i {
	margin-right: 8px;
	font-size: 20px;
	color: #000
}

#collapse-payment .step-title h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000
}

#collapse-payment #form-checkout {
	display: flex
}

#collapse-payment #form-checkout>div {
	padding-top: 40px;
	width: 50%
}

#collapse-payment #form-checkout>div.payments-container {
	padding: 40px 0 0;
	border-right: 1px solid #D1D1D1
}

#collapse-payment #form-checkout>div.payments-container .fieldset {
	box-sizing: border-box
}

#collapse-payment #form-checkout>div.payments-container .fieldset-wrap {
	padding: 40px 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box
}

#collapse-payment #form-checkout>div.totals-wrapper {
	padding: 40px 58px 0;
	box-sizing: border-box
}

#collapse-payment #form-checkout .totals-booking-rules {
	padding: 0
}

#collapse-payment #form-checkout .totals-booking-rules h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px
}

#collapse-payment #form-checkout .totals-booking-rules h3::before {
	content: '\f70f';
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: bold
}

#collapse-payment #form-checkout .totals-booking-rules div {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 20px;
	max-height: 209px;
	overflow-y: auto;
	padding-right: 10px
}

#collapse-payment #form-checkout .totals-booking-rules div b {
	font-size: 14px;
	font-weight: 700
}

#collapse-payment #form-checkout #dd_method_wt_corporate_debit {
	padding: 0px 80px
}

#collapse-payment #form-checkout .dd_method_Dibsfw {
	display: none
}

#collapse-payment #form-checkout .fieldset {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap
}

#collapse-payment #form-checkout .fieldset dt,
#collapse-payment #form-checkout .fieldset dd {
	height: 80px;
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin: 10px 0
}

#collapse-payment #form-checkout .fieldset #dd_method_Dibsfw {
	display: none
}

#collapse-payment #form-checkout .fieldset #dt_method_free label .payment-text {
	display: block
}

#collapse-payment #form-checkout .fieldset-wrap.one-method .fieldset {
	justify-content: center
}

#collapse-payment #form-checkout .checkout-agreements {
	margin: 0;
	display: flex;
	justify-content: space-between
}

#collapse-payment #form-checkout .checkout-agreements li {
	background: none transparent;
	margin: 28px 0 0;
	padding: 0;
	position: relative
}

#collapse-payment #form-checkout #checkout-review-submit {
	padding-bottom: 20px;
	margin-top: 28px
}

#collapse-payment #form-checkout input[type="radio"] {
	display: none
}

#collapse-payment #form-checkout dt input[type="radio"]:checked+label .check-pay,
#collapse-payment #form-checkout dd input[type="radio"]:checked+label .check-pay {
	display: block
}

#collapse-payment #form-checkout dt#dt_method_wt_saveforlater label .payment-text,
#collapse-payment #form-checkout dd#dt_method_wt_saveforlater label .payment-text {
	display: block
}

#collapse-payment #form-checkout dt .dd_method_emerchantpay_checkout,
#collapse-payment #form-checkout dd .dd_method_emerchantpay_checkout {
	display: none
}

#collapse-payment #form-checkout dt label,
#collapse-payment #form-checkout dd label {
	position: relative;
	border: 2px solid #ccc;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

#collapse-payment #form-checkout dt label img,
#collapse-payment #form-checkout dd label img {
	max-width: 210px;
	max-height: 100%
}

#collapse-payment #form-checkout dt label img+span,
#collapse-payment #form-checkout dt label i+span,
#collapse-payment #form-checkout dd label img+span,
#collapse-payment #form-checkout dd label i+span {
	display: none
}

#collapse-payment #form-checkout dt label .check-pay,
#collapse-payment #form-checkout dd label .check-pay {
	display: none;
	position: absolute;
	top: 28px;
	right: -11px;
	width: 22px;
	height: 22px;
	z-index: 2
}

#collapse-payment #form-checkout dt label .discount-wrapper,
#collapse-payment #form-checkout dd label .discount-wrapper {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 71px;
	top: 0;
	right: 0
}

#collapse-payment #form-checkout dt label .discount-text,
#collapse-payment #form-checkout dd label .discount-text {
	position: absolute;
	top: 16px;
	left: -26px;
	transform: rotate(-45deg);
	width: 100px;
	height: 22px;
	text-align: center
}

#collapse-payment #form-checkout dt label .discount-text span,
#collapse-payment #form-checkout dd label .discount-text span {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	position: static
}

#collapse-payment #form-checkout dt label i,
#collapse-payment #form-checkout dd label i {
	font-size: 50px;
	color: #777
}

#collapse-payment #form-checkout dt label #dd_method_emerchantpay_checkout,
#collapse-payment #form-checkout dd label #dd_method_emerchantpay_checkout {
	display: none
}

#collapse-payment #form-checkout dt label #dd_label_method_emerchantpay_checkout #payment_form_emerchantpay_checkout,
#collapse-payment #form-checkout dd label #dd_label_method_emerchantpay_checkout #payment_form_emerchantpay_checkout {
	display: block !important
}

#collapse-payment #form-checkout dt label #dd_label_method_emerchantpay_checkout #payment_form_emerchantpay_checkout img,
#collapse-payment #form-checkout dd label #dd_label_method_emerchantpay_checkout #payment_form_emerchantpay_checkout img {
	width: 40px;
	height: auto
}

#collapse-payment #form-checkout .checkout-agreements li .agree {
	display: flex;
	align-items: center;
	padding-right: 15px
}

#collapse-payment #form-checkout .checkout-agreements li input[type="checkbox"]:checked+label:after {
	transform: translateX(14px)
}

#collapse-payment #form-checkout .checkout-agreements li input[type="checkbox"]:checked+label:before {
	opacity: 0.4
}

#collapse-payment #form-checkout .checkout-agreements li label {
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0;
	color: #313131;
	line-height: 40px;
	padding: 0;
	transform: translate3d(0, 0, 0);
	padding-left: 45px;
	position: relative
}

#collapse-payment #form-checkout .checkout-agreements li label:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

#collapse-payment #form-checkout .checkout-agreements li label:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(0px);
	transition: transform .4s ease, background .4s ease
}

#collapse-payment #form-checkout .checkout-agreements li input[type="checkbox"] {
	order: -1;
	border: none;
	z-index: -1;
	opacity: 0;
	display: none
}

.booking-index-index #summary {
	color: #000;
	background: transparent
}

#step-passengers #contactinfo .field.controlers {
	margin: 20px 8px 0
}

#collapse-payment #form-checkout .checkout-agreements li input[type="checkbox"]:checked {
	border: none;
	background: linear-gradient(190.46deg, rgba(248, 169, 33, 0.8) -171.8%, rgba(255, 255, 255, 0) 74.68%), #D21E27 url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/icons.png") 0 -89px
}

.note-message-block {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 20px;
	max-height: 209px;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 16px
}

#checkout-review-submit #review-buttons-container {
	text-align: center;
	border: none;
	margin: 0;
	padding: 0
}

.reminders h1 strong {
	color: #333
}

#checkout-review-submit #checkout-btn {
	float: none;
	height: 50px;
	border: none;
	width: 100%;
	border-radius: 10px;
	font-size: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 30px;
	font-weight: 700;
	line-height: 50px
}

#checkout-review-submit #checkout-btn:hover {
	opacity: 0.75
}

.booking-index-index.modify-booking.seatselect .inner-container .col-main #form-flights>#continue-checkout,
.hotels-flight-index.modify-booking.seatselect .inner-container .col-main #form-flights>#continue-checkout {
	display: none
}

.booking-index-index .inner-container .col-main #summary h3.wt-bg1,
.hotels-flight-index .inner-container .col-main #summary h3.wt-bg1 {
	font-size: 20px;
	color: #000;
	margin: 0;
	text-align: center;
	font-weight: 700;
	padding-bottom: 0
}

.booking-index-index .inner-container #summary,
.hotels-flight-index .inner-container #summary {
	padding-bottom: 0
}

.booking-index-index .inner-container #summary-items .per-passengers .per-passenger .line:first-child,
.hotels-flight-index .inner-container #summary-items .per-passengers .per-passenger .line:first-child {
	padding-bottom: 5px;
	direction: ltr
}

.booking-index-index .inner-container #flight-summary #summary-items,
.hotels-flight-index .inner-container #flight-summary #summary-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 90%;
	padding-top: 10px;
	margin: 0 auto
}

.booking-index-index .inner-container #flight-summary #summary-items>div,
.hotels-flight-index .inner-container #flight-summary #summary-items>div {
	width: 100%
}

.booking-index-index .inner-container #flight-summary #summary-items>div.date-row-wrapper,
.hotels-flight-index .inner-container #flight-summary #summary-items>div.date-row-wrapper {
	text-align: center;
	display: none
}

.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper,
.hotels-flight-index .inner-container #flight-summary #summary-items .airport-title-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 18px 0 5px
}

.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div,
.hotels-flight-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	justify-content: space-between
}

.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div .title-code,
.hotels-flight-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div .title-code {
	font-size: 33px;
	font-weight: bold;
	padding-bottom: 0
}

.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div .title-full,
.hotels-flight-index .inner-container #flight-summary #summary-items .airport-title-wrapper>div .title-full {
	text-align: center;
	color: #1C4D63;
	font-weight: 500;
	font-size: 13px
}

.booking-index-index .inner-container #flight-summary #summary-items .total-price-wrapper,
.hotels-flight-index .inner-container #flight-summary #summary-items .total-price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px
}

.booking-index-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value,
.hotels-flight-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value {
	font-size: 34px;
	font-weight: bold;
	padding-top: 3px
}

.booking-index-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value.origin,
.hotels-flight-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value.origin {
	text-decoration: line-through;
	color: #000
}

.booking-index-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value.discount,
.hotels-flight-index .inner-container #flight-summary #summary-items .total-price-wrapper .total-price-value.discount {
	color: red
}

.booking-index-index .inner-container #flight-summary #summary-items .total-price-wrapper .price-label,
.hotels-flight-index .inner-container #flight-summary #summary-items .total-price-wrapper .price-label {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-top: 18px
}

.booking-index-index .inner-container #flight-summary #summary-items .subtotal-price-wrapper,
.hotels-flight-index .inner-container #flight-summary #summary-items .subtotal-price-wrapper {
	width: 100%
}

.booking-index-index .inner-container #flight-summary #summary-items .subtotal-price-wrapper .totals,
.hotels-flight-index .inner-container #flight-summary #summary-items .subtotal-price-wrapper .totals {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.booking-index-index .inner-container #flight-summary #summary-items i.summary-right-icon,
.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 25%;
	height: auto
}

.booking-index-index .inner-container #flight-summary #summary-items i.summary-right-icon .text-direction.mobile,
.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon .text-direction.mobile {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px
}

.booking-index-index .inner-container #flight-summary #summary-items i.summary-right-icon i,
.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon i {
	font-size: 32px
}

.booking-index-index .inner-container #flight-summary #summary-items i.summary-right-icon svg,
.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon svg {
	transform: rotate(180deg);
	width: 32px;
	height: 32px
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-items-collaps,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-items-collaps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #1c4d636e;
	color: inherit
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-items-collaps:after,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-items-collaps:after {
	content: '\f0d8';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: #1C4D63;
	font-weight: bold;
	position: relative;
	top: 4px
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-items-collaps div,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-items-collaps div {
	width: 100%;
	padding-bottom: 6px;
	display: flex;
	align-items: center;
	margin-top: 12px
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-items-collaps div span.icon-type-ADT,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-items-collaps div span.icon-type-ADT {
	margin-right: 8px
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-items-collaps.collapsed:after,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-items-collaps.collapsed:after {
	content: '\f0dd'
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item {
	color: #1C4D63
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip {
	width: 100%
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-label,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-label {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: 1;
	color: #000 !important
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-value,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-value {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: 1;
	color: #000 !important
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date {
	display: block
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date span span,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date span span {
	padding: 0 2px
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item span.bold-text,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item span.bold-text {
	color: #1C4D63
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .price-overview.per-passenger li.line,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .price-overview.per-passenger li.line {
	flex-direction: column
}

.booking-index-index .inner-container #flight-summary #summary-items .summary-flight-item .price-overview.per-passenger li.line div span,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .price-overview.per-passenger li.line div span {
	color: #1C4D63
}

.booking-index-index .inner-container #form-flights,
.hotels-flight-index .inner-container #form-flights {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 2px;
	width: 45%
}

.booking-index-index .inner-container #form-flights>*,
.hotels-flight-index .inner-container #form-flights>* {
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center
}

.booking-index-index .inner-container #form-flights .continue-booking-check,
.booking-index-index .inner-container #form-flights .continue-booking-hotel-flight,
.hotels-flight-index .inner-container #form-flights .continue-booking-check,
.hotels-flight-index .inner-container #form-flights .continue-booking-hotel-flight {
	width: 75%;
	padding: 0;
	flex-shrink: 1
}

.booking-index-index .inner-container #form-flights .continue-booking-check#continue,
.booking-index-index .inner-container #form-flights .continue-booking-hotel-flight#continue,
.hotels-flight-index .inner-container #form-flights .continue-booking-check#continue,
.hotels-flight-index .inner-container #form-flights .continue-booking-hotel-flight#continue {
	width: 100%
}

.booking-index-index .inner-container #form-flights.hidden-direct-payment #continue-checkout,
.booking-index-index .inner-container #form-flights.hidden-direct-payment .continue-booking-check,
.booking-index-index .inner-container #form-flights.hidden-direct-payment .continue-booking-hotel-flight,
.hotels-flight-index .inner-container #form-flights.hidden-direct-payment #continue-checkout,
.hotels-flight-index .inner-container #form-flights.hidden-direct-payment .continue-booking-check,
.hotels-flight-index .inner-container #form-flights.hidden-direct-payment .continue-booking-hotel-flight {
	width: 100%
}

.booking-index-index .inner-container #form-flights>#continue-checkout,
.hotels-flight-index .inner-container #form-flights>#continue-checkout {
	width: 20%
}

.booking-index-index .inner-container #form-flights>#continue-checkout.simple-button,
.hotels-flight-index .inner-container #form-flights>#continue-checkout.simple-button {
	width: 100%
}

.booking-index-index .inner-container #form-flights>#continue-checkout.simple-button span,
.hotels-flight-index .inner-container #form-flights>#continue-checkout.simple-button span {
	display: inline-block
}

.booking-index-index .inner-container #form-flights>#continue-checkout.simple-button i,
.hotels-flight-index .inner-container #form-flights>#continue-checkout.simple-button i {
	display: none
}

.booking-index-index .inner-container #form-flights>#continue-checkout span,
.hotels-flight-index .inner-container #form-flights>#continue-checkout span {
	display: none
}

.booking-index-index .inner-container #form-flights>.btn-back-manage,
.hotels-flight-index .inner-container #form-flights>.btn-back-manage {
	width: 20%;
	display: inline-block
}

.booking-index-index .inner-container #summary .flights .items .title,
.hotels-flight-index .inner-container #summary .flights .items .title {
	padding: 0;
	display: flex;
	align-items: center
}

.booking-index-index .inner-container #summary .summary-inner,
.hotels-flight-index .inner-container #summary .summary-inner {
	padding: 0px;
	max-height: 82vh;
	height: auto;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	border-radius: 5px;
	z-index: 1000;
	box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.15);
	padding-top: 10px;
	overflow: auto
}

.booking-index-index .inner-container #summary .totals>span,
.hotels-flight-index .inner-container #summary .totals>span {
	font-size: 16px
}

.booking-index-index .inner-container #summary .totals.sub-total .total,
.booking-index-index .inner-container #summary .totals.sub-total .sub-price,
.hotels-flight-index .inner-container #summary .totals.sub-total .total,
.hotels-flight-index .inner-container #summary .totals.sub-total .sub-price {
	font-size: 18px;
	font-weight: bold;
	color: #000
}

.booking-index-index .inner-container #summary .totals.sub-total .sub-price,
.hotels-flight-index .inner-container #summary .totals.sub-total .sub-price {
	font-weight: 400
}

.booking-index-index .inner-container #summary .totals .total,
.hotels-flight-index .inner-container #summary .totals .total {
	margin: 0
}

.booking-index-index .inner-container .btn-checkout.continue-booking-check,
.booking-index-index .inner-container .btn-checkout.continue-booking-hotel-flight,
.hotels-flight-index .inner-container .btn-checkout.continue-booking-check,
.hotels-flight-index .inner-container .btn-checkout.continue-booking-hotel-flight {
	margin: 5px auto 10px
}

.booking-index-index.modify-booking .inner-container #form-flights>#continue-checkout.simple-button {
	width: 75%
}

.booking-index-index.loading .main.container .col-main .steps-container {
	display: none
}

.booking-index-index .main.container #form-flights-buttons {
	display: none
}

.booking-index-index .main.container #form-flights-buttons .loader-absolute {
	left: 150px
}

.button-disabled {
	opacity: 0.4;
	pointer-events: none
}

.booking-index-index .main.container.step-active #form-flights-buttons,
.hotels-flight-index .main.container.step-active #form-flights-buttons {
	position: absolute;
	bottom: 15px;
	right: calc(50% - 300px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 600px
}

.booking-index-index .main.container.step-active #form-flights-buttons>*,
.hotels-flight-index .main.container.step-active #form-flights-buttons>* {
	box-sizing: border-box;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	margin: 0 0 0 15px !important;
	min-width: 200px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-align: center;
	width: calc(50% - 15px)
}

.booking-index-index .main.container.step-active #form-flights-buttons>.passengers-button span,
.hotels-flight-index .main.container.step-active #form-flights-buttons>.passengers-button span {
	display: inline
}

.hotels-flight-index #form-flights-buttons {
	display: none
}

.hotels-flight-index #wt-ssr #form-flights-buttons,
.hotels-flight-index #wt-seatselect #form-flights-buttons {
	display: flex
}

.booking-index-index #wt-checkout #form-flights,
.hotels-flight-index #wt-checkout #form-flights {
	width: 40px
}

.booking-index-index #wt-checkout #form-flights>.button,
.hotels-flight-index #wt-checkout #form-flights>.button {
	width: 100%
}

.booking-index-index #already_extras {
	margin-top: 10px
}

.booking-index-index #already_extras .extras-title {
	font-weight: bold;
	text-align: center;
	font-size: 30px
}

.booking-index-index td.description-table-mobile,
.booking-index-index #prevExtras .modal-footer {
	display: none
}

#cancel-passenger .modal-footer,
#cancel-segment .modal-footer,
#cancel-popup .modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#cancel-passenger .modal-footer:before,
#cancel-passenger .modal-footer:after,
#cancel-segment .modal-footer:before,
#cancel-segment .modal-footer:after,
#cancel-popup .modal-footer:before,
#cancel-popup .modal-footer:after {
	display: none
}

#cancel-passenger .refund-container,
#cancel-segment .refund-container,
#cancel-popup .refund-container {
	display: flex
}

#cancel-passenger .refund-container input,
#cancel-segment .refund-container input,
#cancel-popup .refund-container input {
	display: none
}

#cancel-passenger .refund-container label,
#cancel-segment .refund-container label,
#cancel-popup .refund-container label {
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	line-height: 40px;
	padding: 0;
	transform: translate3d(0, 0, 0);
	padding-left: 58px;
	position: relative;
	margin-top: 0 !important
}

#cancel-passenger .refund-container label:before,
#cancel-segment .refund-container label:before,
#cancel-popup .refund-container label:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

#cancel-passenger .refund-container label:after,
#cancel-segment .refund-container label:after,
#cancel-popup .refund-container label:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(0px);
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: transform .4s ease, background .4s ease
}

#cancel-passenger .refund-container input[type="checkbox"]:checked+label:after,
#cancel-segment .refund-container input[type="checkbox"]:checked+label:after,
#cancel-popup .refund-container input[type="checkbox"]:checked+label:after {
	transform: translateX(14px)
}

#refund-request-modal .modal-content .modal-body>p.padding-top {
	margin-top: 35px;
	font-size: 20px
}

#resultlist table tr .table-info-row-wrapper:last-child>.table-info-item .table-info-value,
#resultlist table tr .table-info-label,
#resultlist .modal-flight-connected .table-info-label {
	white-space: nowrap
}

#modal-fail-reservation .modal-content .modal-footer,
#modal-popup-blocker .modal-content .modal-footer,
#modal-unique-mobile-phone .modal-content .modal-footer {
	display: flex;
	justify-content: center
}

#modal-fail-reservation .modal-content .modal-footer:before,
#modal-fail-reservation .modal-content .modal-footer:after,
#modal-popup-blocker .modal-content .modal-footer:before,
#modal-popup-blocker .modal-content .modal-footer:after,
#modal-unique-mobile-phone .modal-content .modal-footer:before,
#modal-unique-mobile-phone .modal-content .modal-footer:after {
	display: none
}

#modal-fail-reservation .modal-content .modal-footer .btn-run-search.button,
#modal-popup-blocker .modal-content .modal-footer .btn-run-search.button,
#modal-unique-mobile-phone .modal-content .modal-footer .btn-run-search.button {
	padding: 0 30px !important
}

#modal-fail-reservation p,
#modal-popup-blocker p,
#modal-unique-mobile-phone p {
	color: #ff0000
}

#modal-unique-mobile-phone .modal-content .modal-footer .close-modal {
	padding: 0 30px !important;
	color: #fff
}

#modal-unpaid-reminder .modal-content .modal-footer {
	display: flex;
	justify-content: center
}

#modal-unpaid-reminder .modal-content .modal-footer:before,
#modal-unpaid-reminder .modal-content .modal-footer:after {
	display: none
}

#modal-unpaid-reminder .modal-content .modal-footer .button {
	padding: 0 40px !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	height: 42px;
	border: none;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center
}

@media (min-width: 768px) {

	#change-name .modal-dialog,
	#cancel-passenger .modal-dialog,
	#change-date .modal-dialog,
	#cancel-segment .modal-dialog,
	#refund-request-modal .modal-dialog,
	#modal-fail-reservation .modal-dialog,
	#modal-popup-blocker .modal-dialog,
	#modal-unpaid-reminder .modal-dialog,
	#modal-unique-mobile-phone .modal-dialog,
	#cancel-popup .modal-dialog,
	#update-doc .modal-dialog {
		width: 700px;
		margin: 160px auto 0
	}
}

#change-name .modal-content,
#cancel-passenger .modal-content,
#change-date .modal-content,
#cancel-segment .modal-content,
#refund-request-modal .modal-content,
#modal-fail-reservation .modal-content,
#modal-popup-blocker .modal-content,
#modal-unpaid-reminder .modal-content,
#modal-unique-mobile-phone .modal-content,
#cancel-popup .modal-content,
#update-doc .modal-content {
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16) !important;
	border: none !important;
	border-radius: 8px
}

#change-name .modal-content form input,
#cancel-passenger .modal-content form input,
#change-date .modal-content form input,
#cancel-segment .modal-content form input,
#refund-request-modal .modal-content form input,
#modal-fail-reservation .modal-content form input,
#modal-popup-blocker .modal-content form input,
#modal-unpaid-reminder .modal-content form input,
#modal-unique-mobile-phone .modal-content form input,
#cancel-popup .modal-content form input,
#update-doc .modal-content form input {
	display: none
}

#change-name .modal-content form input:checked+label .modify-checkbox i,
#cancel-passenger .modal-content form input:checked+label .modify-checkbox i,
#change-date .modal-content form input:checked+label .modify-checkbox i,
#cancel-segment .modal-content form input:checked+label .modify-checkbox i,
#refund-request-modal .modal-content form input:checked+label .modify-checkbox i,
#modal-fail-reservation .modal-content form input:checked+label .modify-checkbox i,
#modal-popup-blocker .modal-content form input:checked+label .modify-checkbox i,
#modal-unpaid-reminder .modal-content form input:checked+label .modify-checkbox i,
#modal-unique-mobile-phone .modal-content form input:checked+label .modify-checkbox i,
#cancel-popup .modal-content form input:checked+label .modify-checkbox i,
#update-doc .modal-content form input:checked+label .modify-checkbox i {
	display: block
}

#change-name .modal-content form label,
#cancel-passenger .modal-content form label,
#change-date .modal-content form label,
#cancel-segment .modal-content form label,
#refund-request-modal .modal-content form label,
#modal-fail-reservation .modal-content form label,
#modal-popup-blocker .modal-content form label,
#modal-unpaid-reminder .modal-content form label,
#modal-unique-mobile-phone .modal-content form label,
#cancel-popup .modal-content form label,
#update-doc .modal-content form label {
	display: flex;
	align-items: center;
	margin-top: 30px;
	cursor: pointer
}

#change-name .modal-content form label h3,
#cancel-passenger .modal-content form label h3,
#change-date .modal-content form label h3,
#cancel-segment .modal-content form label h3,
#refund-request-modal .modal-content form label h3,
#modal-fail-reservation .modal-content form label h3,
#modal-popup-blocker .modal-content form label h3,
#modal-unpaid-reminder .modal-content form label h3,
#modal-unique-mobile-phone .modal-content form label h3,
#cancel-popup .modal-content form label h3,
#update-doc .modal-content form label h3 {
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px
}

#change-name .modal-content form label .modify-checkbox,
#cancel-passenger .modal-content form label .modify-checkbox,
#change-date .modal-content form label .modify-checkbox,
#cancel-segment .modal-content form label .modify-checkbox,
#refund-request-modal .modal-content form label .modify-checkbox,
#modal-fail-reservation .modal-content form label .modify-checkbox,
#modal-popup-blocker .modal-content form label .modify-checkbox,
#modal-unpaid-reminder .modal-content form label .modify-checkbox,
#modal-unique-mobile-phone .modal-content form label .modify-checkbox,
#cancel-popup .modal-content form label .modify-checkbox,
#update-doc .modal-content form label .modify-checkbox {
	margin-right: 17px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #54BD84;
	border-radius: 3px;
	box-sizing: border-box
}

#change-name .modal-content form label .modify-checkbox i,
#cancel-passenger .modal-content form label .modify-checkbox i,
#change-date .modal-content form label .modify-checkbox i,
#cancel-segment .modal-content form label .modify-checkbox i,
#refund-request-modal .modal-content form label .modify-checkbox i,
#modal-fail-reservation .modal-content form label .modify-checkbox i,
#modal-popup-blocker .modal-content form label .modify-checkbox i,
#modal-unpaid-reminder .modal-content form label .modify-checkbox i,
#modal-unique-mobile-phone .modal-content form label .modify-checkbox i,
#cancel-popup .modal-content form label .modify-checkbox i,
#update-doc .modal-content form label .modify-checkbox i {
	font-size: 14px;
	color: #000000;
	display: none
}

#change-name .modal-content .modal-body,
#cancel-passenger .modal-content .modal-body,
#change-date .modal-content .modal-body,
#cancel-segment .modal-content .modal-body,
#refund-request-modal .modal-content .modal-body,
#modal-fail-reservation .modal-content .modal-body,
#modal-popup-blocker .modal-content .modal-body,
#modal-unpaid-reminder .modal-content .modal-body,
#modal-unique-mobile-phone .modal-content .modal-body,
#cancel-popup .modal-content .modal-body,
#update-doc .modal-content .modal-body {
	padding: 0
}

#change-name .modal-content .modal-body>p,
#change-name .modal-content .modal-body>h4,
#cancel-passenger .modal-content .modal-body>p,
#cancel-passenger .modal-content .modal-body>h4,
#change-date .modal-content .modal-body>p,
#change-date .modal-content .modal-body>h4,
#cancel-segment .modal-content .modal-body>p,
#cancel-segment .modal-content .modal-body>h4,
#refund-request-modal .modal-content .modal-body>p,
#refund-request-modal .modal-content .modal-body>h4,
#modal-fail-reservation .modal-content .modal-body>p,
#modal-fail-reservation .modal-content .modal-body>h4,
#modal-popup-blocker .modal-content .modal-body>p,
#modal-popup-blocker .modal-content .modal-body>h4,
#modal-unpaid-reminder .modal-content .modal-body>p,
#modal-unpaid-reminder .modal-content .modal-body>h4,
#modal-unique-mobile-phone .modal-content .modal-body>p,
#modal-unique-mobile-phone .modal-content .modal-body>h4,
#cancel-popup .modal-content .modal-body>p,
#cancel-popup .modal-content .modal-body>h4,
#update-doc .modal-content .modal-body>p,
#update-doc .modal-content .modal-body>h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 60px
}

#change-name .modal-content .modal-body .content,
#cancel-passenger .modal-content .modal-body .content,
#change-date .modal-content .modal-body .content,
#cancel-segment .modal-content .modal-body .content,
#refund-request-modal .modal-content .modal-body .content,
#modal-fail-reservation .modal-content .modal-body .content,
#modal-popup-blocker .modal-content .modal-body .content,
#modal-unpaid-reminder .modal-content .modal-body .content,
#modal-unique-mobile-phone .modal-content .modal-body .content,
#cancel-popup .modal-content .modal-body .content,
#update-doc .modal-content .modal-body .content {
	padding: 0 60px
}

#change-name .modal-content .modal-body .content>p,
#cancel-passenger .modal-content .modal-body .content>p,
#change-date .modal-content .modal-body .content>p,
#cancel-segment .modal-content .modal-body .content>p,
#refund-request-modal .modal-content .modal-body .content>p,
#modal-fail-reservation .modal-content .modal-body .content>p,
#modal-popup-blocker .modal-content .modal-body .content>p,
#modal-unpaid-reminder .modal-content .modal-body .content>p,
#modal-unique-mobile-phone .modal-content .modal-body .content>p,
#cancel-popup .modal-content .modal-body .content>p,
#update-doc .modal-content .modal-body .content>p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500
}

#change-name .modal-content .modal-body .indent-top,
#cancel-passenger .modal-content .modal-body .indent-top,
#change-date .modal-content .modal-body .indent-top,
#cancel-segment .modal-content .modal-body .indent-top,
#refund-request-modal .modal-content .modal-body .indent-top,
#modal-fail-reservation .modal-content .modal-body .indent-top,
#modal-popup-blocker .modal-content .modal-body .indent-top,
#modal-unpaid-reminder .modal-content .modal-body .indent-top,
#modal-unique-mobile-phone .modal-content .modal-body .indent-top,
#cancel-popup .modal-content .modal-body .indent-top,
#update-doc .modal-content .modal-body .indent-top {
	padding-top: 35px
}

#change-name .modal-content .modal-header,
#cancel-passenger .modal-content .modal-header,
#change-date .modal-content .modal-header,
#cancel-segment .modal-content .modal-header,
#refund-request-modal .modal-content .modal-header,
#modal-fail-reservation .modal-content .modal-header,
#modal-popup-blocker .modal-content .modal-header,
#modal-unpaid-reminder .modal-content .modal-header,
#modal-unique-mobile-phone .modal-content .modal-header,
#cancel-popup .modal-content .modal-header,
#update-doc .modal-content .modal-header {
	padding: 30px 17px 30px 60px;
	border-bottom: 2px solid #BDE0E5
}

#change-name .modal-content .modal-header h2,
#cancel-passenger .modal-content .modal-header h2,
#change-date .modal-content .modal-header h2,
#cancel-segment .modal-content .modal-header h2,
#refund-request-modal .modal-content .modal-header h2,
#modal-fail-reservation .modal-content .modal-header h2,
#modal-popup-blocker .modal-content .modal-header h2,
#modal-unpaid-reminder .modal-content .modal-header h2,
#modal-unique-mobile-phone .modal-content .modal-header h2,
#cancel-popup .modal-content .modal-header h2,
#update-doc .modal-content .modal-header h2 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0
}

#change-name .modal-content .modal-header button,
#cancel-passenger .modal-content .modal-header button,
#change-date .modal-content .modal-header button,
#cancel-segment .modal-content .modal-header button,
#refund-request-modal .modal-content .modal-header button,
#modal-fail-reservation .modal-content .modal-header button,
#modal-popup-blocker .modal-content .modal-header button,
#modal-unpaid-reminder .modal-content .modal-header button,
#modal-unique-mobile-phone .modal-content .modal-header button,
#cancel-popup .modal-content .modal-header button,
#update-doc .modal-content .modal-header button {
	font-size: 20px;
	margin: 0;
	opacity: 1
}

#change-name .modal-content .modal-header button i,
#cancel-passenger .modal-content .modal-header button i,
#change-date .modal-content .modal-header button i,
#cancel-segment .modal-content .modal-header button i,
#refund-request-modal .modal-content .modal-header button i,
#modal-fail-reservation .modal-content .modal-header button i,
#modal-popup-blocker .modal-content .modal-header button i,
#modal-unpaid-reminder .modal-content .modal-header button i,
#modal-unique-mobile-phone .modal-content .modal-header button i,
#cancel-popup .modal-content .modal-header button i,
#update-doc .modal-content .modal-header button i {
	font-size: 20px
}

#change-name .modal-content .cancel-passenger-warning,
#cancel-passenger .modal-content .cancel-passenger-warning,
#change-date .modal-content .cancel-passenger-warning,
#cancel-segment .modal-content .cancel-passenger-warning,
#refund-request-modal .modal-content .cancel-passenger-warning,
#modal-fail-reservation .modal-content .cancel-passenger-warning,
#modal-popup-blocker .modal-content .cancel-passenger-warning,
#modal-unpaid-reminder .modal-content .cancel-passenger-warning,
#modal-unique-mobile-phone .modal-content .cancel-passenger-warning,
#cancel-popup .modal-content .cancel-passenger-warning,
#update-doc .modal-content .cancel-passenger-warning {
	color: #FF0000;
	padding: 15px 60px 0
}

#change-name .modal-content .modal-footer,
#cancel-passenger .modal-content .modal-footer,
#change-date .modal-content .modal-footer,
#cancel-segment .modal-content .modal-footer,
#refund-request-modal .modal-content .modal-footer,
#modal-fail-reservation .modal-content .modal-footer,
#modal-popup-blocker .modal-content .modal-footer,
#modal-unpaid-reminder .modal-content .modal-footer,
#modal-unique-mobile-phone .modal-content .modal-footer,
#cancel-popup .modal-content .modal-footer,
#update-doc .modal-content .modal-footer {
	padding: 15px 17px 15px 60px;
	margin-top: 35px;
	border-top: 2px solid #BDE0E5
}

#change-name .modal-content .modal-footer button,
#cancel-passenger .modal-content .modal-footer button,
#change-date .modal-content .modal-footer button,
#cancel-segment .modal-content .modal-footer button,
#refund-request-modal .modal-content .modal-footer button,
#modal-fail-reservation .modal-content .modal-footer button,
#modal-popup-blocker .modal-content .modal-footer button,
#modal-unpaid-reminder .modal-content .modal-footer button,
#modal-unique-mobile-phone .modal-content .modal-footer button,
#cancel-popup .modal-content .modal-footer button,
#update-doc .modal-content .modal-footer button {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	padding: 0 16px !important;
	height: 42px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 1
}

#change-name .modal-content .modal-footer button.btn-default,
#cancel-passenger .modal-content .modal-footer button.btn-default,
#change-date .modal-content .modal-footer button.btn-default,
#cancel-segment .modal-content .modal-footer button.btn-default,
#refund-request-modal .modal-content .modal-footer button.btn-default,
#modal-fail-reservation .modal-content .modal-footer button.btn-default,
#modal-popup-blocker .modal-content .modal-footer button.btn-default,
#modal-unpaid-reminder .modal-content .modal-footer button.btn-default,
#modal-unique-mobile-phone .modal-content .modal-footer button.btn-default,
#cancel-popup .modal-content .modal-footer button.btn-default,
#update-doc .modal-content .modal-footer button.btn-default {
	text-transform: uppercase;
	background: #FF0000
}

#change-name .modal-content .modal-footer button.btn-checkout,
#cancel-passenger .modal-content .modal-footer button.btn-checkout,
#change-date .modal-content .modal-footer button.btn-checkout,
#cancel-segment .modal-content .modal-footer button.btn-checkout,
#refund-request-modal .modal-content .modal-footer button.btn-checkout,
#modal-fail-reservation .modal-content .modal-footer button.btn-checkout,
#modal-popup-blocker .modal-content .modal-footer button.btn-checkout,
#modal-unpaid-reminder .modal-content .modal-footer button.btn-checkout,
#modal-unique-mobile-phone .modal-content .modal-footer button.btn-checkout,
#cancel-popup .modal-content .modal-footer button.btn-checkout,
#update-doc .modal-content .modal-footer button.btn-checkout {
	text-transform: capitalize;
	margin-right: 0
}

@media (min-width: 768px) {

	#change-name .modal-dialog,
	#cancel-passenger .modal-dialog,
	#change-date .modal-dialog,
	#cancel-segment .modal-dialog,
	#refund-request-modal .modal-dialog,
	#modal-fail-reservation .modal-dialog,
	#modal-popup-blocker .modal-dialog,
	#modal-unpaid-reminder .modal-dialog,
	#modal-unique-mobile-phone .modal-dialog,
	#cancel-popup .modal-dialog,
	#update-doc .modal-dialog {
		width: 685px
	}
}

#modal-popup-blocker .modal-content .modal-body .content>p {
	color: #000
}

#modal-popup-blocker .modal-content .modal-body .content>.link {
	margin-top: 16px
}

#modal-popup-blocker .modal-content .modal-body .content>.link a {
	color: #000;
	text-decoration: underline;
	font-size: 16px
}

#modal-popup-blocker .modal-content .modal-footer button {
	padding: 0 30px !important;
	color: #fff;
	text-transform: uppercase
}

.modal-submit-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 95px;
	background: #fff;
	border-radius: 8px
}

.modal-submit-btn>button {
	width: 100px
}

.modal-submit-msg {
	margin-top: 10px;
	color: red;
	font-size: 20px;
	line-height: 1;
	text-align: center
}

.modal-submit-btn {
	margin-top: 10px;
	display: flex;
	justify-content: center
}

.modal-submit-btn button {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	padding: 0 16px !important;
	height: 42px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	outline: none
}

.modal-submit-btn button#submit-modal-close {
	margin-right: 10px
}

.reminders .modal-footer button {
	color: #fff
}

#step-checkout table.thin-oswald.flight-headings td.flight-time div {
	margin: 0 15px 0 0
}

#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table td,
#step-checkout.confirmation .opc #shopping-cart-totals-table td {
	min-width: 130px;
	color: #000
}

@media (max-width: 767px) {

	#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table td,
	#step-checkout.confirmation .opc #shopping-cart-totals-table td {
		font-size: 12px
	}
}

#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table td {
	width: 50%
}

#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table tr {
	display: flex;
	justify-content: space-between;
	border-radius: 5px
}

#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table>tbody tr:last-child {
	margin-bottom: 20px
}

@media (max-width: 767px) {
	#step-checkout.step-data .totals-wrapper #shopping-cart-totals-table>tbody tr:last-child {
		margin-bottom: 0
	}
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot {
	margin: 15px 0
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr {
	border: 1px solid #fff
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:first-child,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:first-child {
	min-width: 200px;
	background-color: #54BD84
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:first-child strong,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:first-child strong {
	font-weight: 100 !important;
	font-size: 18px
}

@media (max-width: 767px) {

	#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:first-child strong,
	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:first-child strong {
		font-size: 12px
	}
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:last-child,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:last-child {
	min-width: 130px;
	background-color: #1C4D63
}

#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:last-child strong span.price,
#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:last-child strong span.price {
	font-weight: 700 !important;
	font-size: 22px
}

@media (max-width: 767px) {

	#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:last-child strong span.price,
	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:last-child strong span.price {
		font-size: 15px
	}
}

#collapse-payment #form-checkout .fieldset label {
	color: #313131
}

#step-checkout #collapse-booking .passenger-row .grid12-3.a-right {
	text-align: right
}

#step-checkout table.thin-oswald.flight-headings td {
	font-size: 16px;
	font-weight: 400
}

strong {
	font-weight: 700 !important
}

.print-buttons a {
	margin: 0
}

.reminder-popup .content img {
	width: 100%;
	height: auto;
	max-width: 425px;
	margin: 0 auto;
	display: block
}

.reminders .modal-footer {
	padding: 12px
}

#remind-seatselect .reminder-popup .content {
	align-items: center;
	display: flex;
	flex-direction: column
}

#remind-seatselect .reminder-popup .content img {
	width: auto
}

.sq-list {
	color: #444;
	font-size: 16px;
	list-style: none;
	margin-left: 8px
}

#passenger-modal a.f-left:hover {
	color: unset;
	opacity: 0.75
}

h3.customer-name {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.03em;
	font-weight: 400
}

.checkout-onepage-success h3.customer-name {
	margin-bottom: 10px
}

#step-confirmation .contact_info,
.checkout-onepage-success .contact_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 35px !important;
	border-radius: 10px;
	border: 1px solid blue !important
}

#step-confirmation .contact_info>div,
.checkout-onepage-success .contact_info>div {
	display: flex;
	color: #000;
	flex-direction: column;
	padding-left: 15px;
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	height: auto;
	justify-content: center;
	flex: 1
}

#step-confirmation .contact_info>div:first-child,
.checkout-onepage-success .contact_info>div:first-child {
	padding-left: 0
}

#step-confirmation .contact_info>div:last-child,
.checkout-onepage-success .contact_info>div:last-child {
	border-right: none
}

#step-confirmation .contact_info>div span:first-child,
.checkout-onepage-success .contact_info>div span:first-child {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px
}

.contact_info.panel>div,
.payment.panel>div {
	font-weight: 400;
	color: #313131
}

.sales-order-print .col-2>.col-1>p {
	color: #313131;
	font-weight: 400
}

.sales-order-print .col-2>.col-1>p>strong {
	color: #313131;
	font-weight: 400
}

body.checkout-onepage-success .col-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
	width: 16.5%;
	padding-left: 10px !important;
	font-weight: 400
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id {
	width: 13%
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-directions {
	width: 37.5%
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4 {
	width: 15%;
	margin-right: 0
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings {
	width: 85%
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .directions-items.panel-body .passenger-row {
	margin: 20px 25px
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel.payment {
	border: 1px solid #333;
	padding: 21px 30px;
	font-size: 16px;
	line-height: 22px;
	border-radius: 10px
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel.contact_info {
	font-size: 15px;
	padding: 10px 25px !important
}

body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel.contact_info>div {
	min-height: 80px
}

body.checkout-onepage-success .confirmation {
	box-sizing: border-box;
	width: 100%
}

body.checkout-onepage-success .confirmation .buttons-set {
	border: none;
	margin-bottom: 20px
}

body.checkout-onepage-success .confirmation .buttons-set button {
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px
}

body.checkout-onepage-success .confirmation .confirmation-info,
body.checkout-onepage-success .confirmation .confirmation-info-detail {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	padding-bottom: 20px
}

body.checkout-onepage-success .confirmation .confirmation-info {
	margin-bottom: 30px;
	padding: 50px 40px 20px 40px;
	font-family: "Noto Sans" !important
}

body.checkout-onepage-success .confirmation .confirmation-info .page-title {
	text-align: center
}

body.checkout-onepage-success .confirmation .confirmation-info .page-title h1 {
	padding-top: 10px;
	font-size: 36px;
	font-weight: 800;
	color: #000;
	font-family: "Noto Sans" !important
}

body.checkout-onepage-success .confirmation .confirmation-info .page-title p {
	font-size: 29px;
	font-weight: 400;
	color: #000
}

body.checkout-onepage-success .confirmation .confirmation-info .line {
	height: 1px;
	width: 100%;
	background-color: #ccc;
	margin: 54px 0;
	position: relative
}

body.checkout-onepage-success .confirmation .confirmation-info .line .check-icon {
	width: 54px;
	height: 54px;
	position: absolute;
	left: calc(50% - 27px);
	top: calc(50% - 27px)
}

body.checkout-onepage-success .confirmation .confirmation-info .order-number {
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: 400
}

body.checkout-onepage-success .confirmation .confirmation-info .order-number span {
	font-size: 33px
}

@media (max-width: 767px) {
	body.checkout-onepage-success .confirmation .confirmation-info .order-number span {
		font-size: 21px
	}
}

body.checkout-onepage-success .confirmation .confirmation-info .order-text {
	font-size: 21px;
	width: 60%;
	line-height: 1.25;
	margin: 5px auto 0;
	color: #C1C1C1;
	text-align: center;
	letter-spacing: 0.21px
}

body.checkout-onepage-success .confirmation .confirmation-info h3.ref-num {
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px
}

body.checkout-onepage-success .confirmation .confirmation-info h3.ref-num .pnr-code {
	font-size: 22px
}

body.checkout-onepage-success .confirmation .contact-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 35px 5px
}

body.checkout-onepage-success .confirmation .contact-wrapper h2,
body.checkout-onepage-success .confirmation .contact-wrapper h3 {
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px
}

body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header {
	display: flex;
	align-items: flex-end;
	height: 50px;
	margin-bottom: 50px;
	position: relative
}

body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header h1 {
	width: 37%;
	line-height: 60px;
	border-radius: 0 15px 0 0;
	border: 1px solid #BDE0E5;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0;
	background: #fff;
	height: 60px
}

@media (max-width: 767px) {
	body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header h1 {
		width: 51%
	}
}

body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header .confirmation-sub {
	width: 100%;
	background: #f8f8f8;
	height: 100%
}

body.checkout-onepage-success .confirmation-aside {
	width: 28%;
	flex-shrink: 0;
	margin-left: 2.5%
}

body.checkout-onepage-success .confirmation-aside .hovered-advertisment {
	width: 96%;
	margin: 25px auto 0
}

.product-view .btn-cart,
.btn-checkout {
	font-size: 1.06666em
}

.reminders .modal-footer>div {
	display: flex;
	justify-content: center
}

.links-wrapper-separators-left .links>li>a {
	text-transform: capitalize;
	background-image: none !important;
	padding: 0 !important;
	background-position: left center;
	background-repeat: no-repeat
}

.links>li.last {
	line-height: 1
}

.customer-account .main-container table tbody td.description-table-mobile {
	display: none !important
}

.customer-account .main-container table tbody td .description-table-mobile,
.customer-account .main-container .detail-table .modify-mobile {
	display: none
}

.customer-account .main-container table tbody td.description-table-mobile+td {
	border-left: 1px solid rgba(0, 0, 0, 0.15)
}

.inner-container .confirmation .page-title h1 {
	color: #000
}

.button,
.btn {
	border-radius: 5px
}

.btn:hover {
	color: white
}

#stepchangeloader {
	border-radius: 3px
}

.booking-index-index .main.container.step-active .col-main:before,
.booking-index-index.modify-booking .main.container .col-main:before {
	margin: 0 0 190px
}

.booking-index-index .countdown.mobile.start {
	display: block;
	width: 90%;
	font-size: 18px;
	padding-top: 10px
}

.booking-index-index .countdown.mobile.start .valid-booking {
	font-size: 18px
}

.booking-index-index .countdown.mobile.start li,
.booking-index-index .countdown.mobile.start li:last-child:before {
	color: #929292 !important;
	font-size: 18px;
	min-width: 62px;
	display: flex;
	justify-content: space-between
}

.booking-index-index .countdown.mobile.start li>span {
	display: inline-block;
	padding: 0 3px;
	text-transform: capitalize
}

.booking-index-index .countdown.mobile.start li:last-child:before {
	display: none
}

.booking-index-index .countdown.mobile.start svg path {
	fill: #929292 !important
}

.booking-index-index .countdown.mobile.start .countdown-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.booking-index-index .countdown.mobile.start svg {
	width: 18px;
	height: 18px
}

.booking-index-index .main.container {
	position: static
}

.main.container.step-active #resultlist #flightSelectList {
	margin-top: 0px
}

#flightSelectList .owl-carousel .owl-item .tab.unactive-tab {
	pointer-events: none
}

.booking-index-index.modify-booking .main.container #resultlist #flightSelectList {
	margin-top: 40px
}

.booking-index-index.modify-booking #tab-contactinfo,
.booking-index-index.modify-booking #step-passengers #passengers .continue-btn,
.booking-index-index.modify-booking .search-form-wrapper #search-info #button-change-search {
	display: none
}

.booking-index-index.modify-booking .main.container.step-active #wt-passengers #form-flights-buttons {
	display: flex
}

.modal .modal-footer button#passenger-login-modal {
	font-size: 14px !important
}

.modal .modal-content .modal-title {
	color: #000;
	font-size: 18px
}

.modal .modal-content .close {
	font-size: 30px
}

.form-list input.input-text {
	border-radius: 3px
}

.reminders .modal-footer button {
	margin: 0
}

#cancel-passenger .modal-content .content .clearfix {
	display: flex;
	align-items: baseline
}

#cancel-modal {
	color: #fff
}

.modal .modal-content {
	border-radius: 5px
}

.flight-results-list .flight-item .steps-content,
#seatselect-content .steps-content {
	padding: 0px
}

.flight-results-list .flight-item .steps-content .tab-pane>.grid12-12,
#seatselect-content .steps-content .tab-pane>.grid12-12 {
	width: 100%;
	margin: 0
}

.flight-results-list .flight-item .steps-content .tab-pane>.grid12-12>h4,
#seatselect-content .steps-content .tab-pane>.grid12-12>h4 {
	background: #f0f0f0;
	line-height: 55px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 2.5%
}

.flight-results-list .flight-item .steps-content .tab-pane>.grid12-12>*,
#seatselect-content .steps-content .tab-pane>.grid12-12>* {
	padding-left: 1%;
	padding-right: 1%
}

.flight-results-list .flight-item .packages label,
#seatselect-content .packages label {
	border-radius: 5px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15)
}

#seatselect-content .steps-content .tab-pane>.grid12-12>* {
	padding: 0
}

#tripsearch .inputbox.input-size-medium.travel-to:after {
	top: 20px
}

h1.logo strong {
	display: none
}

.modal-dialog input[type=checkbox]::-ms-check {
	display: block !important
}

.customer-account.customer-account-edit .col-main.grid12-9 {
	padding-left: 0;
	padding-right: 0
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account>*:not(script):not(.modalDialog) {
	padding-left: 2%;
	padding-right: 10px;
	display: block
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree {
	display: flex;
	align-items: center;
	width: auto;
	font-weight: 400;
	margin-top: -20px
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree #is_subscribed {
	width: 20px;
	height: 20px
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree input[type="checkbox"]:checked+label:after {
	transform: translateX(14px)
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree input[type="checkbox"]:checked+label:before {
	opacity: 0.4
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree label {
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0;
	color: #313131;
	line-height: 40px;
	padding: 0;
	transform: translate3d(0, 0, 0);
	padding-left: 45px;
	position: relative
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree label:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree label:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(0px);
	transition: transform .4s ease, background .4s ease
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .control .agree input[type="checkbox"] {
	order: -1;
	border: none;
	z-index: -1;
	opacity: 0;
	display: none
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .agree-information {
	margin: 10px 0;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
	font-size: 18px;
	top: -8px;
	left: 10px;
	width: auto
}

.customer-account.customer-account-edit .col-main.grid12-9 .my-account .agree-information .contact-iformation-ico {
	position: relative;
	left: 0px;
	top: -8px
}

.customer-account .col-main.grid12-9 {
	width: 85%;
	order: 2;
	background: #fff;
	box-sizing: border-box;
	padding: 26px 28px
}

.customer-account .main-container .page-title h1 {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: #000;
	font-weight: 900
}

.customer-account .main-container .pager {
	color: #444
}

.customer-account .main-container .pager .pages ol li a,
.customer-account .main-container .pager .pages ol li.current,
.customer-account .main-container .pager .pages ol li a:hover {
	border-radius: 5px
}

.customer-account .main-container .pager .limiter select {
	border-radius: 5px;
	padding: 3px
}

.customer-account .main-container .pager .limiter label {
	color: #444
}

.customer-account .main-top-container {
	height: 300px;
	position: relative;
	border-top: 1px solid #ebebeb
}

#my-orders-table thead th,
#my-orders-table td {
	vertical-align: middle
}

#my-orders-table thead th:last-child {
	border-radius: 0 7px 0 0
}

#my-orders-table thead th:first-child {
	border-radius: 7px 0 0 0
}

.customer-account .main.container {
	padding: 0;
	position: relative;
	z-index: auto;
	margin-top: -80px
}

.customer-account .sidebar {
	float: none;
	margin: 0;
	max-width: 300px;
	border-right: 2px solid #51B780;
	width: 23%;
	padding-right: 1%;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 0 0;
	z-index: 100
}

.customer-account .sidebar .block-title {
	display: none
}

.customer-account .sidebar .block-title.sidebar-title {
	font-family: 'Noto Sans', serif;
	position: absolute;
	display: flex;
	color: #fff;
	top: -90px;
	left: 0;
	align-items: center
}

.customer-account .sidebar .block-title.sidebar-title .bt-icon {
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	border-radius: 50%;
	background-color: #1C4D63;
	margin-right: 18px
}

.customer-account .sidebar .block-title.sidebar-title .bt-info .bt-welcome {
	font-size: 26px;
	margin-bottom: 15px
}

.customer-account .sidebar .block-title.sidebar-title .bt-info .bt-name {
	font-size: 24px;
	font-weight: 800
}

.customer-account .sidebar .sidebar-booking-link {
	position: absolute;
	top: -51px;
	right: 0;
	margin-right: 0;
	display: flex
}

.customer-account .sidebar .sidebar-booking-link .bulk-button {
	margin-right: 10px
}

.customer-account .sidebar .sidebar-booking-link a {
	display: block;
	height: 48px;
	background: #fff;
	border-radius: 25px;
	border: 2px solid;
	line-height: 48px;
	font-size: 18px;
	letter-spacing: 0.03em;
	padding: 2px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #54BD84;
	transition: all 0.3s linear
}

.customer-account .sidebar .sidebar-booking-link a:hover {
	color: #fff;
	background: #54BD84
}

.customer-account .sidebar .customer-navigation {
	padding: 0
}

#remind-passengers h2 {
	font-size: 20px;
	text-align: center
}

#remind-passengers .modal-content .modal-footer .button span {
	color: #fff
}

.customer-account .sidebar .block-account {
	margin: 0
}

.customer-account .sidebar .block-account .customer-navigation li {
	height: 55px;
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid transparent;
	margin: 0;
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0 0 27px
}

.customer-account .sidebar .block-account .customer-navigation li.current::after {
	content: '';
	width: 100%;
	position: absolute;
	z-index: -1;
	right: 0;
	height: 100%;
	border-radius: 5px 0 0 5px;
	background-color: #007952
}

.customer-account .sidebar .block-account .customer-navigation li.current .item {
	color: white
}

.customer-account .sidebar .block-account .customer-navigation li.current svg path {
	fill: white
}

.customer-account .sidebar .block-account .customer-navigation li.current i {
	color: #fff
}

.customer-account .sidebar .block-account .customer-navigation li.current:hover .item {
	color: white
}

.customer-account .sidebar .block-account .customer-navigation li.current:hover svg path {
	fill: white
}

.customer-account .sidebar .block-account .customer-navigation li .item,
.customer-account .sidebar .block-account .customer-navigation li a,
.customer-account .sidebar .block-account .customer-navigation li span {
	font-weight: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans', serif;
	font-size: 14px;
	text-transform: uppercase
}

.customer-account .sidebar .block-account .customer-navigation li svg {
	width: 22px;
	height: 22px;
	padding-left: 13px
}

.customer-account .sidebar .block-account .customer-navigation li i {
	font-size: 22px;
	padding: 0;
	min-width: 25px;
	margin-right: 10px
}

.customer-account .block-account .block-content.customer-navigation ul li {
	transition: all 0.4s linear
}

.sales-order-view .main-container .page-title h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin: 0 !important;
	text-transform: uppercase
}

#already_extras .direction-title,
.order-info,
.manage-booking {
	display: flex;
	align-items: start;
	flex-direction: column;
	padding-top: 30px
}

#already_extras .direction-title h4,
.order-info h4,
.manage-booking h4 {
	font-size: 28px !important;
	font-weight: 700;
	margin: 0 !important;
	text-transform: uppercase
}

#already_extras .direction-title div.content-wrapper,
.order-info div.content-wrapper,
.manage-booking div.content-wrapper {
	padding-top: 20px
}

.block.current-booking .varicoloured-label,
#already_extras .direction-title .varicoloured-label,
.order-info .varicoloured-label,
.manage-booking .varicoloured-label {
	color: #54BD84
}

.block.current-booking div.content-wrapper,
#already_extras .direction-title div.content-wrapper,
.order-info div.content-wrapper,
.manage-booking div.content-wrapper {
	line-height: 14px;
	display: flex;
	align-items: baseline;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.block.current-booking div.content-wrapper span,
#already_extras .direction-title div.content-wrapper span,
.order-info div.content-wrapper span,
.manage-booking div.content-wrapper span {
	line-height: 22px
}

.block.current-booking .booking-number-value,
#already_extras .direction-title .booking-number-value,
.order-info .booking-number-value,
.manage-booking .booking-number-value {
	font-size: 28px;
	margin-left: 12px
}

.block.current-booking .booking-number-value.internal-rloc,
#already_extras .direction-title .booking-number-value.internal-rloc,
.order-info .booking-number-value.internal-rloc,
.manage-booking .booking-number-value.internal-rloc {
	position: relative;
	padding-left: 15px;
	margin-left: 15px
}

.block.current-booking .booking-number-value.internal-rloc:before,
#already_extras .direction-title .booking-number-value.internal-rloc:before,
.order-info .booking-number-value.internal-rloc:before,
.manage-booking .booking-number-value.internal-rloc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 3px;
	background-color: #000
}

.order-info {
	padding-bottom: 20px
}

#already_extras .direction-title {
	display: block
}

#already_extras .direction-title h4 {
	margin-bottom: 10px !important
}

#already_extras .direction-title>div:nth-child(2) {
	display: block !important;
	margin-bottom: 6px
}

#already_extras .direction-title>div:nth-child(2)>div {
	margin-top: 10px
}

#already_extras .direction-title>div:nth-child(2) .flights-label.departure {
	margin-right: 10px
}

#already_extras .direction-title .content-wrapper.flight-id {
	display: none
}

#already_extras .direction-title .content-wrapper.passenger-label span {
	display: none
}

#already_extras .direction-title div.content-wrapper {
	border: none !important
}

#already_extras {
	margin-top: 46px
}

#already_extras .direction-title {
	margin-top: 30px
}

#already_extras .content-wrapper span {
	font-size: 14px;
	line-height: 22px
}

#already_extras label.flights-label {
	font-size: 14px;
	font-weight: 100
}

#already_extras label.flights-label b {
	margin-left: 28px;
	font-weight: 700
}

#already_extras label.flights-label.departure::before,
#already_extras label.flights-label.arrival::before,
#already_extras label.flights-label.user::before {
	font-family: "Font Awesome 5 Pro";
	color: #54BD84;
	padding-right: 10px;
	font-size: 14px;
	content: '\f072';
	font-weight: 900;
	display: inline-block
}

#already_extras label.flights-label.arrival {
	margin-left: 20px
}

#already_extras label.flights-label.arrival::before {
	transform: rotate(180deg);
	padding-right: 0px;
	padding-left: 10px
}

#already_extras label.flights-label.user {
	line-height: 27px
}

#already_extras label.flights-label.user::before {
	content: '\f007'
}

.table-header,
.table-row {
	display: flex;
	justify-content: space-between
}

.about-order-line {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 14px 0;
	border: 2px solid;
	border-radius: 10px;
	box-sizing: border-box
}

.about-order-line .order-box {
	display: flex;
	flex-direction: column;
	padding: 0 12px;
	width: calc(25% - 30px)
}

.about-order-line .order-box:not(:first-child) {
	border-left: 1px solid
}

.about-order-line .order-box .box-title {
	font-weight: 700;
	text-transform: uppercase
}

.about-order-line .order-box .box-content {
	font-size: 14px;
	line-height: 20px;
	padding-top: 12px
}

.about-order-line .order-box .box-content table tbody tr {
	background: #6b94a91a
}

.about-order-line .order-box .box-content table tbody tr td {
	height: auto
}

.payment-modal .modal-footer {
	text-align: center
}

.payment-modal .modal-footer button {
	min-width: 100px;
	font-size: 18px
}

#collapse-payment #form-checkout #modal_method_wt_corporate_debit label {
	border: none;
	padding: 0;
	display: block
}

#collapse-payment #form-checkout #modal_method_wt_corporate_debit select,
#collapse-payment #form-checkout #modal_method_wt_corporate_debit input {
	height: 40px;
	border-radius: 10px;
	border: 1px solid #ddd;
	width: 50%;
	box-sizing: border-box
}

#collapse-payment #form-checkout #modal_method_wt_corporate_debit select.empty-field,
#collapse-payment #form-checkout #modal_method_wt_corporate_debit input.empty-field {
	border-color: #ff0000
}

#payment-modal .modal-body {
	padding: 0
}

#payment-modal .modal-content {
	border: none;
	overflow: hidden
}

#payment-modal .modal-content #choose-method,
#payment-modal .modal-content #credit-card {
	padding: 15px
}

#payment-modal .modal-content h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0
}

#payment-modal .modal-content .payment-header {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}

#payment-modal .modal-content .payment-header h2 {
	margin: 0
}

#payment-modal .modal-content .payment-method {
	width: 100px;
	height: 70px;
	margin: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	cursor: pointer
}

#payment-modal .modal-content .payment-method .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%
}

#payment-modal .modal-content .payment-method .image+span {
	display: none
}

#payment-modal .modal-content .payment-method span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px)
}

#payment-modal .modal-content .form-group input {
	box-sizing: border-box
}

#payment-modal .modal-content .has-error input {
	border-width: 2px
}

#payment-modal .modal-content .cc-number-label {
	text-transform: capitalize
}

#payment-modal .modal-content .validation.text-danger:after {
	content: 'Validation failed'
}

#payment-modal .modal-content .validation.text-success:after {
	content: 'Validation passed'
}

#payment-modal .modal-content .form-groups {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#payment-modal .modal-content .form-groups>div {
	width: 40%
}

#payment-modal .modal-content #credit-card-submit {
	border-color: transparent;
	width: 175px;
	margin: 10px auto;
	display: flex;
	justify-content: center
}

#payment-modal .modal-content .sync-methods,
#payment-modal .modal-content .async-methods {
	display: flex;
	align-items: center;
	justify-content: center
}

#payment_form_worldticket_worldticket_debit_credit_account>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px
}

#payment_form_worldticket_worldticket_debit_credit_account>div select,
#payment_form_worldticket_worldticket_debit_credit_account>div input {
	height: 40px;
	border-radius: 5px;
	width: 200px
}

.customer-account .sidebar .block-account .customer-navigation li::before,
.customer-account a:before,
.customer-account strong:before {
	display: none
}

.customer-account .main-container {
	box-sizing: border-box
}

.customer-account .main-container .block-title {
	border: none;
	margin: 0 0 20px
}

.customer-account .main-container .inner-container {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1)
}

.customer-account .main-container .block-title h4 {
	font-size: 30px;
	margin: 0 0 20px;
	line-height: 38px;
	font-weight: 600
}

.customer-account .main-container .block>h4 {
	font-size: 20px;
	margin: 0 0 15px;
	display: inline-block
}

.customer-account .main-container .page-title {
	border: none;
	margin: 0 0 20px
}

.customer-account .main-container .pager {
	margin: 0 0 15px
}

.customer-account .main-container table {
	width: 100%;
	margin: 0
}

.customer-account .main-container table .cell-label {
	display: none
}

.customer-account .main-container table thead th {
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 10px
}

.customer-account .main-container table thead th a {
	text-decoration: none;
	font-size: 16px
}

.customer-account .main-container #my-orders-table thead th a {
	text-decoration: none;
	font-size: 16px;
	color: #000
}

.customer-account #already_extras h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: grey
}

.customer-account #already_extras h2::before {
	font-family: "Font Awesome 5 Pro";
	color: #54BD84;
	padding-right: 10px;
	font-size: 18px;
	content: '\f058'
}

.customer-account #already_extras .messages {
	border-radius: 5px
}

.customer-account .main-container .col-main .clearfix .grid12-6 {
	margin: 0
}

.customer-account .main-container .col-main .clearfix .grid12-6 .box-payment {
	display: flex;
	flex-direction: column;
	color: #000
}

.customer-account .main-container .col-main .clearfix .grid12-6 .box-payment .box-title {
	margin-right: 15px
}

.customer-account .order-info dt {
	color: #000
}

.customer-account .main-container table thead th:first-child {
	padding-left: 15px
}

.customer-account .main-container table thead th:last-child {
	padding-right: 15px
}

.customer-account .main-container table tbody tr {
	background: white;
	border-radius: 3px
}

.customer-account .main-container table tbody td {
	padding: 10px 1px;
	vertical-align: top;
	font-weight: 400;
	text-align: center;
	color: #313131;
	line-height: 18px;
	border-top: 1px solid #e5e5e5
}

.customer-account .main-container table tbody td:nth-child(1) {
	padding: 10px
}

.customer-account .data-table tr.even td {
	border-right: none
}

.customer-account .main-container table tbody tr.first td {
	border-top: none
}

.customer-account .main-container table tbody td.last {
	padding: 0 7px
}

.customer-account .main-container table tbody td:first-child {
	padding-left: 15px
}

.customer-account .main-container table tbody td a {
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase
}

.customer-account .main-container table tbody td a.check-in,
.customer-account .main-container table tbody td a.view-booking {
	text-decoration: none;
	height: 40px;
	color: #fff;
	background: #54BD84;
	display: inline-block;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0;
	width: 130px;
	vertical-align: middle
}

.customer-account .main-container table tbody td a.check-in:before,
.customer-account .main-container table tbody td a.view-booking:before {
	display: none
}

.customer-account .main-container .buttons-set {
	margin-top: 30px;
	border-top: none
}

.customer-account .dashboard .welcome-msg {
	line-height: 1.5;
	color: #000;
	margin: 0 0 90px
}

.customer-account .dashboard .welcome-msg .hello {
	color: #51B780;
	margin-bottom: 25px
}

.customer-account .box-head>a {
	display: block;
	color: #fff;
	height: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	border: none;
	width: 130px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px;
	border-radius: 35px
}

.customer-account .main-container .search-order {
	background: #FFFFFF;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0
}

.dashboard .box-recent .box-head h2 {
	font-weight: 600;
	color: #000;
	padding-top: 30px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal
}

#scroll-to-top::before {
	content: '\f062';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 700;
	color: #000;
	position: absolute;
	left: 18px;
	top: 0
}

#scroll-to-top:hover {
	background-color: #f5f5f5
}

.sales-order-flight.customer-account #my-orders-table tbody td.last {
	flex-direction: column;
	justify-content: space-between;
	height: auto
}

.sales-order-flight.customer-account #my-orders-table tbody td.last .check-in-btn {
	padding-top: 10px;
	display: block
}

.customer-account.sales-order-view .main-container table tbody td a.check-in {
	width: 84px
}

.customer-account .main-container .search-order .form-list .fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -12px
}

.customer-account .main-container .search-order .field {
	width: calc(50% - 24px);
	margin: 0 12px 24px
}

.customer-account .main-container .search-order .field.button-search {
	width: calc(100% - 24px);
	margin: 12px 12px 24px
}

.customer-account .main-container .search-order .fields:nth-child(1) .field:nth-child(1) {
	margin-bottom: 10px
}

.customer-account .main-container .search-order .fields:nth-child(1) .field:nth-child(1) h3 {
	display: block;
	margin: 0 0 25px 0;
	font-size: 19px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 700
}

.customer-account .main-container .search-order .field .input-box {
	width: 100%
}

.customer-account .main-container .customer-account-bg .img-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	height: 346px
}

.customer-account-create .page-title,
.customer-account-login .page-title {
	margin-bottom: 50px
}

.customer-account-create .login-create-account-bg,
.customer-account-login .login-create-account-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.customer-account-create .login-create-account-bg .img-box,
.customer-account-login .login-create-account-bg .img-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	height: 356px
}

.customer-refund-tracking.customer-account .main-container .col-main.grid12-9 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.customer-refund-tracking.customer-account .main-container .page-title {
	padding-left: 30px;
	padding-right: 25px
}

.customer-refund-tracking.customer-account .main-container #search-result {
	padding-left: 30px;
	padding-right: 25px;
	background: #F8F8F8
}

.customer-refund-tracking.customer-account .main-container #search-result .result-content {
	padding-top: 40px;
	border-top: 1px solid
}

.customer-refund-tracking.customer-account .main-container #search-result .result-content h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 15px 0
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request {
	display: flex;
	justify-content: space-between;
	border: 1px solid #8D1D40;
	border-radius: 10px;
	background: #fff
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .pnr-code {
	width: 13.33%;
	border-right: 1px solid #8D1D40;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 110px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .pnr-code span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status,
.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data {
	width: 43.33%;
	min-height: 110px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status span,
.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data span {
	font-size: 16px;
	color: #000
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status span.bold,
.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data span.bold {
	font-weight: bold;
	text-transform: capitalize
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data {
	border-right: 1px solid #8D1D40;
	display: flex;
	flex-direction: column
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data>div {
	height: 50%;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-data>div:first-child {
	border-bottom: 1px solid #E4E4E4
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status>div span {
	line-height: 24px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-request .request-status>div span.status-NEW {
	color: #00A457
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 15px 0
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passengers {
	padding-bottom: 30px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passengers .wrap {
	padding: 30px 30px 5px 20px;
	border: 1px solid;
	background-color: #fff;
	border-radius: 10px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-title,
.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-ticket {
	display: flex;
	align-items: center
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-title i,
.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-ticket i {
	font-size: 16px;
	color: #000
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-title span,
.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-ticket span {
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 400
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .passenger-information .passenger-ticket span {
	text-transform: none
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .flight-information {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	background: #fff
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .flight-information>div {
	display: flex;
	color: #000;
	flex-direction: column;
	padding-left: 15px !important;
	min-height: 100px;
	justify-content: center;
	box-sizing: border-box;
	width: 15%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 19px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .flight-information>div span:first-child {
	font-weight: bold;
	margin-bottom: 6px
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .flight-information>div:last-child {
	border-right: none
}

.customer-refund-tracking.customer-account .main-container #search-result .result-cancel-detail .flight-information>div.flight-directions {
	width: 40%
}

.customer-refund-tracking.customer-account .main-container .search-order {
	margin-left: 30px;
	margin-right: 25px;
	padding-bottom: 50px
}

.customer-refund-tracking.customer-account .main-container .search-order .fields-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.customer-refund-tracking.customer-account .main-container .search-order .fields-row:before,
.customer-refund-tracking.customer-account .main-container .search-order .fields-row:after {
	display: none
}

.customer-refund-tracking.customer-account .main-container .search-order .text-row {
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.customer-refund-tracking.customer-account .main-container .search-order .text-row h3 {
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	line-height: 20px
}

.customer-refund-tracking.customer-account .main-container .search-order .text-row svg {
	width: 13px;
	height: 17px;
	margin-right: 8px
}

.customer-refund-tracking.customer-account .main-container .search-order .field {
	width: calc(50% - 15px);
	margin: 0 0 20px 0
}

.customer-refund-tracking.customer-account .main-container .search-order .field input.validation-failed {
	border: none !important;
	border-bottom: 1px solid red !important
}

.customer-refund-tracking.customer-account .main-container .search-order .button-search {
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: space-between
}

.customer-refund-tracking.customer-account .main-container .search-order .button-search .clear-button,
.customer-refund-tracking.customer-account .main-container .search-order .button-search #search-refund-button {
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400 !important
}

.customer-refund-tracking.customer-account .main-container .search-order .button-search .clear-button {
	background: #D1D1D1;
	width: 108px
}

.customer-refund-tracking.customer-account .main-container .search-order .button-search #search-refund-button {
	width: 162px
}

.customer-refund-tracking.customer-account .main-container .search-order button.button {
	float: none
}

#my-orders-table {
	position: relative
}

#my-orders-table::before {
	content: '';
	bottom: 0;
	height: calc(100% - 100px);
	width: 104%;
	left: -3%;
	z-index: -1;
	background: #7777770d;
	position: absolute
}

.detail-table {
	border: 2px solid #e5e5e5;
	border-top: 0;
	right: 1px;
	margin-right: 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

.detail-table .passenger-link[data-toggle="disable"] {
	display: block;
	cursor: auto;
	user-select: text
}

.detail-table .confirmed {
	color: #51B780;
	font-weight: bold
}

.detail-table .cancelled {
	color: #FF0000;
	font-weight: bold
}

.detail-table .mobile-table-by-passenger {
	display: none
}

.detail-table .services-request.mobile {
	display: none
}

.detail-table .services-request-head th.mobile {
	display: none
}

.detail-table .table-header>div {
	font-size: 12px
}

.detail-table .table-header,
.detail-table .table-body {
	padding: 0 20px
}

.detail-table .table-header i.mobile,
.detail-table .table-body i.mobile {
	display: none
}

.detail-table .table-header .passenger,
.detail-table .table-body .passenger {
	width: 28%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.detail-table .table-header .passenger-status,
.detail-table .table-body .passenger-status {
	width: 15%
}

.detail-table .table-header .coupon-status,
.detail-table .table-body .coupon-status {
	width: 20%
}

.detail-table .table-header .coupon-number,
.detail-table .table-body .coupon-number {
	width: 15%
}

.detail-table .table-header .ticket-number,
.detail-table .table-body .ticket-number {
	width: 22%;
	display: flex;
	align-items: center;
	justify-content: center
}

.detail-table .table-header .seat,
.detail-table .table-body .seat {
	width: 7.5%;
	display: flex;
	align-items: center;
	justify-content: center
}

.detail-table .table-header .empty,
.detail-table .table-body .empty {
	width: 5%
}

.detail-table .table-header {
	height: 50px;
	align-items: center;
	color: #A8A8A8;
	background: #ececec;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: center
}

.detail-table .table-row {
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.detail-table .table-row>div {
	color: #000
}

.detail-table .table-row .passenger {
	text-align: left
}

.detail-table .table-body>a {
	user-select: text
}

.detail-table .table-body>a:hover {
	color: black
}

.detail-table .table-body>a.collapsed .glyphicon.glyphicon-menu-up {
	display: none
}

.detail-table .table-body>a.collapsed .glyphicon.glyphicon-menu-down {
	display: block
}

.detail-table .table-body>a .glyphicon.glyphicon-menu-down {
	display: none
}

.detail-table .empty {
	justify-content: center;
	display: flex;
	align-items: center
}

#my-orders-table,
.already-ordered {
	border-collapse: separate;
	border-spacing: 0px 15px;
	z-index: 1
}

#my-orders-table.current-booking-header,
.already-ordered.current-booking-header {
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.15)
}

#my-orders-table.current-booking-header thead,
.already-ordered.current-booking-header thead {
	border: none
}

#my-orders-table.current-booking-header thead th:first-child,
.already-ordered.current-booking-header thead th:first-child {
	width: 10%
}

#my-orders-table.current-booking-header thead th:last-child,
.already-ordered.current-booking-header thead th:last-child {
	width: 15%
}

#my-orders-table.current-booking-header::before,
.already-ordered.current-booking-header::before {
	display: none
}

#my-orders-table.current-booking-table,
.already-ordered.current-booking-table {
	border-spacing: 0px 0;
	margin-top: 60px;
	border: 0
}

#my-orders-table.current-booking-table::before,
.already-ordered.current-booking-table::before {
	display: none
}

#my-orders-table.current-booking-table tbody::before,
.already-ordered.current-booking-table tbody::before {
	content: ''
}

#my-orders-table.current-booking-table tr.view-order-table-row,
.already-ordered.current-booking-table tr.view-order-table-row {
	height: 85px
}

#my-orders-table.current-booking-table tbody td,
.already-ordered.current-booking-table tbody td {
	max-width: 80px
}

#my-orders-table.current-booking-table.connection-flight,
.already-ordered.current-booking-table.connection-flight {
	margin-top: 0
}

#my-orders-table.current-booking-table.connection-flight tbody tr.view-order-table-row td:nth-child(1),
.already-ordered.current-booking-table.connection-flight tbody tr.view-order-table-row td:nth-child(1) {
	border-bottom-left-radius: 0 !important
}

#my-orders-table .description-cell,
.already-ordered .description-cell {
	display: flex;
	flex-direction: column;
	justify-content: center
}

#my-orders-table .description-cell.status,
.already-ordered .description-cell.status {
	padding: 0 5px
}

#my-orders-table .description-cell span,
.already-ordered .description-cell span {
	font-weight: 700
}

#my-orders-table .confirmed,
.already-ordered .confirmed {
	color: #51B780;
	font-weight: bold
}

#my-orders-table thead tr th,
.already-ordered thead tr th {
	background: #fff;
	color: #000;
	padding: 15px 5px
}

#my-orders-table thead tr th:nth-child(2),
.already-ordered thead tr th:nth-child(2) {
	padding-right: 0
}

#my-orders-table thead tr th.departure-th,
.already-ordered thead tr th.departure-th {
	padding-left: 0px;
	padding-right: 10px
}

#my-orders-table tbody tr.view-order-table-row.first.odd td:not(.description-table-mobile),
#my-orders-table tbody tr.view-order-table-row.last.even td:not(.description-table-mobile),
#my-orders-table tbody tr.view-order-table-row td:not(.description-table-mobile),
.already-ordered tbody tr.view-order-table-row.first.odd td:not(.description-table-mobile),
.already-ordered tbody tr.view-order-table-row.last.even td:not(.description-table-mobile),
.already-ordered tbody tr.view-order-table-row td:not(.description-table-mobile) {
	border-left: none
}

#my-orders-table tbody tr.view-order-table-row.first.odd td:nth-child(1),
#my-orders-table tbody tr.view-order-table-row.last.even td:nth-child(1),
#my-orders-table tbody tr.view-order-table-row td:nth-child(1),
.already-ordered tbody tr.view-order-table-row.first.odd td:nth-child(1),
.already-ordered tbody tr.view-order-table-row.last.even td:nth-child(1),
.already-ordered tbody tr.view-order-table-row td:nth-child(1) {
	border-left: 2px solid rgba(0, 0, 0, 0.15) !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

#my-orders-table tbody tr.view-order-table-row.first.odd td:nth-child(1).icon-cell,
#my-orders-table tbody tr.view-order-table-row.last.even td:nth-child(1).icon-cell,
#my-orders-table tbody tr.view-order-table-row td:nth-child(1).icon-cell,
.already-ordered tbody tr.view-order-table-row.first.odd td:nth-child(1).icon-cell,
.already-ordered tbody tr.view-order-table-row.last.even td:nth-child(1).icon-cell,
.already-ordered tbody tr.view-order-table-row td:nth-child(1).icon-cell {
	border-bottom-left-radius: 0
}

#my-orders-table tbody .view-order-table-row .icon-cell,
.already-ordered tbody .view-order-table-row .icon-cell {
	max-width: 70px
}

#my-orders-table tbody .view-order-table-row .icon-cell .line,
.already-ordered tbody .view-order-table-row .icon-cell .line {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 120px;
	height: 10px;
	z-index: -1;
	background: #fff
}

#my-orders-table tbody .view-order-table-row .icon-cell .icon-wrapper,
.already-ordered tbody .view-order-table-row .icon-cell .icon-wrapper {
	position: absolute;
	top: -45px;
	width: 120px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 55px;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px 10px 0 0;
	z-index: -2;
	border-bottom: none
}

#my-orders-table tbody .view-order-table-row .icon-cell .icon-wrapper>*,
.already-ordered tbody .view-order-table-row .icon-cell .icon-wrapper>* {
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold
}

#my-orders-table tbody .view-order-table-row .icon-cell .icon-wrapper svg.icon-back,
.already-ordered tbody .view-order-table-row .icon-cell .icon-wrapper svg.icon-back {
	transform: rotate(180deg);
	padding: 0;
	padding-top: 8px
}

#my-orders-table tbody .view-order-table-row .icon-cell h4,
.already-ordered tbody .view-order-table-row .icon-cell h4 {
	display: flex;
	flex-direction: column;
	align-items: center
}

#my-orders-table tbody .view-order-table-row .icon-cell h4 span,
.already-ordered tbody .view-order-table-row .icon-cell h4 span {
	text-transform: capitalize
}

#my-orders-table tbody .view-order-table-row .icon-cell h4.direction-inbound svg,
.already-ordered tbody .view-order-table-row .icon-cell h4.direction-inbound svg {
	transform: rotate(180deg)
}

#my-orders-table tbody td,
.already-ordered tbody td {
	border-right: none;
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	max-width: 130px
}

#my-orders-table tbody td:nth-child(1),
.already-ordered tbody td:nth-child(1) {
	border-left: 2px solid rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px
}

#my-orders-table tbody td:nth-child(1),
#my-orders-table tbody td:nth-child(2),
.already-ordered tbody td:nth-child(1),
.already-ordered tbody td:nth-child(2) {
	max-width: 100px;
	word-wrap: break-word
}

#my-orders-table tbody td:last-child,
.already-ordered tbody td:last-child {
	border-right: 2px solid rgba(0, 0, 0, 0.15);
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px
}

#my-orders-table tbody td:last-child.modify,
.already-ordered tbody td:last-child.modify {
	border-bottom-right-radius: 0;
	min-width: 80px
}

#my-orders-table tbody td.last .check-in-btn,
.already-ordered tbody td.last .check-in-btn {
	display: none
}

#my-orders-table tbody::before,
.already-ordered tbody::before {
	line-height: 0em;
	content: "_";
	color: white;
	display: block
}

.order-items.order-details .detail-table.connection-flight {
	margin-bottom: 75px
}

.order-items.order-details .multiple-flight-row {
	padding: 0 !important;
	position: relative
}

.order-items.order-details .multiple-flight-row:before,
.order-items.order-details .multiple-flight-row:after {
	content: '';
	position: absolute;
	top: -10px;
	height: calc(100% + 20px);
	width: 2px;
	background: #000
}

.order-items.order-details .multiple-flight-row:before {
	left: 0
}

.order-items.order-details .multiple-flight-row:after {
	right: 1px
}

.order-items.order-details .multiple-flight-row>div {
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 20px
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper {
	width: 100%;
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: center;
	font-size: 18px
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper .duration-name {
	margin-left: 6px
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper div {
	color: #737070d9
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper span {
	margin-left: 6px
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper .separator {
	width: 2px;
	height: 20px;
	background-color: #737070d9;
	margin: 0 15px 0 21px
}

.order-items.order-details .multiple-flight-row>div div.multiple-flight-wrapper i {
	font-size: 18px;
	margin-right: 15px;
	color: #000;
	font-weight: 400
}

.order-items.order-details #my-orders-table tbody td {
	border-bottom-width: 1px
}

.customer-account .main-container table.already-ordered {
	border-collapse: collapse
}

.customer-account .main-container table.already-ordered td {
	width: 20%
}

.customer-account .main-container table.already-ordered td.extras-column {
	width: 40%;
	text-align: center;
	padding-left: 0
}

.customer-account .main-container table.already-ordered thead {
	border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.customer-account .main-container table.already-ordered thead tr th {
	color: #000 !important;
	font-size: 10px
}

.customer-account .main-container table.already-ordered tbody::before {
	content: ''
}

.customer-account .main-container table.already-ordered tbody tr td {
	border: none;
	height: 20px !important
}

.customer-account .main-container table.already-ordered tbody tr:first-child td {
	border-top: 1px solid rgba(0, 0, 0, 0.15) !important
}

@-moz-document url-prefix() {
	.detail-table {
		right: 0;
		margin-right: 0
	}
}

.account-create form>.grid12-12,
.account-create form>.grid12-6,
.customer-account-edit form>.grid12-12,
.customer-account-edit form>.grid12-6 {
	width: 100%;
	margin: 0 0 35px
}

.account-create form>.grid12-6:last-child,
.customer-account-edit form>.grid12-6:last-child {
	margin: 0 0 20px
}

.account-create form>.grid12-12>h1,
.customer-account-edit form>.grid12-12>h1 {
	margin: 25px 1% 35px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 30px
}

.account-create form>.grid12-12>h1 {
	margin-top: 5px;
	text-transform: uppercase
}

.customer-account-forgotpassword .form-list label,
.modalDialog #corp-reg-form label {
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	color: #989898;
	margin: 0 0 10px
}

.modalDialog #corp-reg-form .buttons-set {
	padding-top: 0;
	border: none
}

.modalDialog #corp-reg-form .buttons-set button {
	border-radius: 50px;
	transition: all 0.4s linear
}

.modalDialog #corp-reg-form .buttons-set button:hover {
	opacity: 0.5
}

.modalDialog #corp-reg-form label {
	display: block;
	margin: 25px 0 2px
}

.customer-account .main-container .my-account .form-list label,
.customer-account .main-container .search-order .field label,
.account-create .fields .field label,
.account-create .wide label,
.customer-account-edit .fields .field label,
.customer-account-edit .wide label,
#passenger-modal .content .form-list label {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px
}

.customer-account .main-container .my-account .form-list input:not([type='checkbox']),
.customer-account .main-container .my-account .form-list select,
.modalDialog #corp-reg-form input:not([type='checkbox']),
.modalDialog #corp-reg-form select,
#step-passengers #passengers .field input:not([type='checkbox']),
#step-passengers #passengers .field select,
#step-passengers #contactinfo .field input:not([type='checkbox']),
#step-passengers #contactinfo .field select,
#passenger-modal .content .form-list input:not([type='checkbox']),
#passenger-modal .content .form-list select,
.customer-account .main-container .search-order .field input:not([type='checkbox']),
.customer-account .main-container .search-order .field select {
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 0;
	background: none transparent;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	height: 45px;
	width: 100%;
	padding: 0 2px;
	-webkit-appearance: none;
	appearance: none
}

.customer-account .main-container .my-account .form-list input:not([type='checkbox'])::placeholder,
.customer-account .main-container .my-account .form-list select::placeholder,
.modalDialog #corp-reg-form input:not([type='checkbox'])::placeholder,
.modalDialog #corp-reg-form select::placeholder,
#step-passengers #passengers .field input:not([type='checkbox'])::placeholder,
#step-passengers #passengers .field select::placeholder,
#step-passengers #contactinfo .field input:not([type='checkbox'])::placeholder,
#step-passengers #contactinfo .field select::placeholder,
#passenger-modal .content .form-list input:not([type='checkbox'])::placeholder,
#passenger-modal .content .form-list select::placeholder,
.customer-account .main-container .search-order .field input:not([type='checkbox'])::placeholder,
.customer-account .main-container .search-order .field select::placeholder {
	color: #a1a1a1
}

.customer-account .main-container .block.current-booking {
	display: flex;
	justify-content: space-between;
	align-items: baseline
}

#step-passengers #passengers .field select,
#step-passengers #contactinfo .field select {
	line-height: 1.5
}

#step-passengers #contactinfo .ajax-messages {
	width: calc(100% + 31px);
	position: relative;
	left: -16px;
	top: -10px;
	transition: all 0.4s
}

#step-passengers #contactinfo .ajax-messages .ajax-message.ajax-error {
	transition: all 0.4s;
	margin-bottom: 0
}

#passenger-modal .content .form-list input {
	height: 40px
}

.account-create #form-validate .fields .field select,
.account-create #form-validate .fields .field input,
.account-create #form-validate .wide input {
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 0;
	background: none transparent;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	height: 45px;
	width: 100%;
	padding: 0 2px;
	-webkit-appearance: none;
	appearance: none
}

.account-create #form-validate .fields .field select::placeholder,
.account-create #form-validate .fields .field input::placeholder,
.account-create #form-validate .wide input::placeholder {
	color: #a1a1a1
}

.customer-account-forgotpassword .form-list input {
	outline: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 2px;
	background: none transparent;
	color: #313131;
	font-weight: 600;
	font-size: 16px;
	height: 50px;
	width: 100%;
	padding: 0 15px;
	border-radius: 5px
}

.customer-account .main-container .my-account .customer-name,
.customer-account .main-container .my-account .customer-name-middlename {
	display: flex;
	flex-wrap: wrap
}

.customer-account .main-container .my-account .customer-name>.field,
.customer-account .main-container .my-account .customer-name-middlename>.field {
	width: calc(33.3333% - 24px);
	margin: 0 12px 24px
}

.customer-account .main-container .my-account .customer-name>.field>.field,
.customer-account .main-container .my-account .customer-name-middlename>.field>.field {
	width: 100%
}

.customer-account .main-container .my-account .customer-name>.field.name-prefix,
.customer-account .main-container .my-account .customer-name-middlename>.field.name-prefix {
	width: calc(10% - 24px);
	margin: 0 12px 24px
}

.customer-account .main-container .my-account .customer-name>.field.name-firstname,
.customer-account .main-container .my-account .customer-name-middlename>.field.name-firstname {
	width: calc(23.3333% - 24px);
	margin: 0 12px 24px
}

.customer-account .main-container .my-account .customer-name>.field input[data-toggle*="datepicker"],
.customer-account .main-container .my-account .customer-name-middlename>.field input[data-toggle*="datepicker"] {
	display: block !important;
	box-sizing: border-box
}

.customer-account .main-container .my-account .customer-name>.field select,
.customer-account .main-container .my-account .customer-name-middlename>.field select {
	line-height: 1.5
}

.customer-account .main-container .my-account .customer-name>.field.name-prefix,
.customer-account .main-container .my-account .customer-name-middlename>.field.name-prefix {
	position: relative
}

.customer-account .main-container .my-account .customer-name>.field.name-prefix:before,
.customer-account .main-container .my-account .customer-name-middlename>.field.name-prefix:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.customer-account .main-container .my-account .customer-name>.field.nationality,
.customer-account .main-container .my-account .customer-name>.field.preferred-language,
.customer-account .main-container .my-account .customer-name>.field.preferred-currency,
.customer-account .main-container .my-account .customer-name>.field.residence-country,
.customer-account .main-container .my-account .customer-name-middlename>.field.nationality,
.customer-account .main-container .my-account .customer-name-middlename>.field.preferred-language,
.customer-account .main-container .my-account .customer-name-middlename>.field.preferred-currency,
.customer-account .main-container .my-account .customer-name-middlename>.field.residence-country {
	position: relative
}

.customer-account .main-container .my-account .customer-name>.field.nationality:before,
.customer-account .main-container .my-account .customer-name>.field.preferred-language:before,
.customer-account .main-container .my-account .customer-name>.field.preferred-currency:before,
.customer-account .main-container .my-account .customer-name>.field.residence-country:before,
.customer-account .main-container .my-account .customer-name-middlename>.field.nationality:before,
.customer-account .main-container .my-account .customer-name-middlename>.field.preferred-language:before,
.customer-account .main-container .my-account .customer-name-middlename>.field.preferred-currency:before,
.customer-account .main-container .my-account .customer-name-middlename>.field.residence-country:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.customer-account .main-container .my-account .form-list .field {
	float: none
}

.customer-account .main-container .my-account .address-information,
.customer-account .main-container .my-account .change-password-fields {
	display: flex;
	flex-wrap: wrap
}

.customer-account .main-container .my-account .address-information>.field,
.customer-account .main-container .my-account .change-password-fields>.field {
	width: calc(33.3333% - 24px);
	margin: 0 12px 24px
}

.customer-account .main-container .my-account .address-information>.field select,
.customer-account .main-container .my-account .change-password-fields>.field select {
	line-height: 1.5
}

.customer-account .main-container .my-account .address-information>.field.country,
.customer-account .main-container .my-account .address-information>.field.field-state,
.customer-account .main-container .my-account .change-password-fields>.field.country,
.customer-account .main-container .my-account .change-password-fields>.field.field-state {
	position: relative
}

.customer-account .main-container .my-account .address-information>.field.country:before,
.customer-account .main-container .my-account .address-information>.field.field-state:before,
.customer-account .main-container .my-account .change-password-fields>.field.country:before,
.customer-account .main-container .my-account .change-password-fields>.field.field-state:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.customer-account .main-container .my-account .change-password-fields>.field.field-street {
	width: calc(23.3333% - 24px)
}

.customer-account .main-container .my-account .change-password-fields>.field.field-mobile,
.customer-account .main-container .my-account .change-password-fields>.field.field-tel {
	width: calc(21.66665% - 24px)
}

.customer-account .main-container .my-account .change-password-fields>.field.field-city {
	width: calc(16.66665% - 24px)
}

.customer-account .main-container .my-account .change-password-fields>.field.field-state {
	width: calc(29.9999% - 24px)
}

.customer-account .main-container .my-account .change-password-fields>.field.country {
	width: calc(19.9999% - 24px)
}

.customer-account .main-container .my-account .change-password-fields label.required:after,
.customer-account .main-container .my-account .change-password-fields span.required:after {
	right: -7px;
	top: 0
}

.customer-account .main-container .my-account .form-list>.field select {
	padding: 0
}

.customer-account .main-container .my-account .form-list>.field input {
	font-size: 17px;
	color: #000
}

.account-create #form-validate .fields>.customer-name .field.name-prefix {
	width: 80px;
	float: left
}

.account-create #form-validate .fields>.field {
	width: calc(50% - 16px);
	margin: 0 8px 25px;
	float: left
}

.account-create #form-validate h2.legend {
	margin-left: 6px
}

#passenger-modal .content .form-list li {
	width: calc(50% - 16px);
	margin: 0 8px 25px;
	float: left
}

#change-password-block {
	margin-top: 20px
}

.account-create #form-validate>.grid12-12 .fields>.field {
	width: calc(33% - 20px);
	margin: 0 10px 25px;
	float: left
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field {
	width: calc(33% - 20px);
	margin: 0 10px 25px;
	float: left
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.name-prefix,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.name-prefix {
	width: 75px;
	position: relative
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.name-prefix:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.name-prefix:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.name-firstname,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.name-firstname {
	width: calc(33% - 115px)
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.customer-dob input[data-toggle*="datepicker"],
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.customer-dob input[data-toggle*="datepicker"] {
	display: block !important
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.nationality,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-language,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-currency,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.residence-country,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.customer-dob,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.nationality,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.preferred-language,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.preferred-currency,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.residence-country,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.customer-dob {
	position: relative
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.nationality:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-language:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.preferred-currency:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.residence-country:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.customer-dob:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.nationality:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.preferred-language:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.preferred-currency:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.residence-country:before,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.customer-dob:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.account-create #form-validate>.grid12-6 .fields>.customer-name>.field.nationality,
.account-create #form-validate>.grid12-6 .fields>.customer-name-middlename>.field.nationality {
	margin-top: auto
}

.account-create #form-validate>.grid12-6 .form-list>.field {
	width: calc(33% - 20px);
	margin: 0 10px 25px;
	float: left
}

.account-create #form-validate>.grid12-6 .form-list>.field select {
	padding: 0;
	line-height: 1.5
}

.account-create #form-validate>.grid12-6 .form-list>.field input {
	font-size: 17px;
	color: #000
}

.account-create #form-validate>.grid12-6 .form-list>.field.field-city {
	width: calc(16.5% - 20px)
}

.account-create #form-validate>.grid12-6 .form-list>.field.field-state_provance {
	width: calc(29.9999% - 20px)
}

.account-create #form-validate>.grid12-6 .form-list>.field.field-country {
	width: calc(19.9999% - 20px)
}

.account-create #form-validate>.grid12-6 .form-list>.field.field-country,
.account-create #form-validate>.grid12-6 .form-list>.field.field-state_provance {
	position: relative
}

.account-create #form-validate>.grid12-6 .form-list>.field.field-country:before,
.account-create #form-validate>.grid12-6 .form-list>.field.field-state_provance:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	border: 7px solid transparent;
	border-top: 7px solid green
}

.account-create #form-validate>.grid12-6 .form-list>li.wide {
	width: calc(33% - 20px);
	margin: 0 10px 25px;
	float: left
}

.account-create #form-validate>.grid12-6 .form-list>li.wide select {
	padding: 0
}

#passenger-modal .content .form-list li {
	width: 100%
}

.modal .modal-footer .btn:focus {
	color: unset;
	outline: none
}

#step-flights input[type="file"]:focus,
#step-flights input[type="radio"]:focus,
#step-flights input[type="checkbox"]:focus {
	outline: none
}

.account-create #form-validate .wide {
	width: calc(100% - 16px);
	margin: 0 8px 25px;
	float: left
}

.account-create .buttons-set {
	border: none;
	margin: 0
}

.account-create .buttons-set button.button {
	float: none;
	height: 60px;
	width: 33%;
	margin-bottom: 20px
}

.account-create .fieldset .control {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 400;
	margin: 40px 1% 30px
}

.account-create .fieldset .control #is_subscribed {
	width: 20px;
	height: 20px
}

.account-create .fieldset .control input[type="checkbox"]:checked+label:after {
	transform: translateX(14px)
}

.account-create .fieldset .control input[type="checkbox"]:checked+label:before {
	opacity: 0.4
}

.account-create .fieldset .control label {
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0;
	color: #313131;
	line-height: 40px;
	padding: 0;
	transform: translate3d(0, 0, 0);
	padding-left: 45px;
	position: relative
}

.account-create .fieldset .control label:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 34px;
	height: 14px;
	background: #ddd;
	border-radius: 8px;
	transition: background .4s ease
}

.account-create .fieldset .control label:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	transform: translateX(0px);
	transition: transform .4s ease, background .4s ease
}

.account-create .fieldset .control input[type="checkbox"] {
	order: -1;
	border: none;
	z-index: -1;
	opacity: 0;
	display: none
}

.account-create .fieldset .control .agree-information {
	margin: 10px 0;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
	font-size: 18px;
	top: -8px;
	left: 10px;
	width: 200px
}

.account-create .fieldset .control .agree-information .contact-iformation-ico {
	position: relative;
	left: 0px
}

.account-create #form-validate .fields>.field>.field,
.account-create #form-validate .fields>.customer-name>.field>.field,
.account-create #form-validate .fields>.field>.field,
.account-create #form-validate .fields>.customer-name-middlename>.field>.field {
	float: none;
	width: 100%;
	margin: 0
}

.account-create #form-validate>.grid12-6 {
	width: 100%
}

.account-create #form-validate h2.legend {
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	margin-bottom: 40px;
	letter-spacing: .03em;
	border: none;
	color: #333;
	text-transform: uppercase
}

.customer-account-forgotpassword #form-validate h2.legend {
	font-weight: 700;
	line-height: normal;
	font-size: 18px;
	letter-spacing: .03em;
	border: none;
	color: #000;
	text-transform: uppercase
}

.customer-account-forgotpassword #form-validate p {
	color: #666;
	margin-bottom: 10px
}

.customer-account-forgotpassword .fieldset {
	margin-top: 10px
}

.account-create .page-title h1,
.customer-account-forgotpassword .page-title h1 {
	font-size: 30px;
	line-height: 38px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase
}

.customer-account .main-container .my-account .fieldset {
	background: #FFFFFF;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 5px 0
}

.customer-account .main-container .my-account #form-validate h2.legend {
	border: none;
	margin-bottom: 20px;
	color: #333;
	text-transform: uppercase;
	margin-left: 1%;
	font-size: 20px;
	font-weight: 700
}

.customer-account .main-container .my-account #form-validate .corp-btn,
.customer-account .main-container .my-account .corp-result-block {
	padding: 20px 0;
	background-color: #E6F5EE;
	margin-bottom: 7px
}

.customer-account .main-container .my-account #form-validate .corp-btn h2.legend,
.customer-account .main-container .my-account .corp-result-block h2.legend {
	color: #333 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px
}

.customer-account .main-container .my-account #form-validate .corp-btn h2.legend #corp-reg-toggle,
.customer-account .main-container .my-account #form-validate .corp-btn h2.legend #corp-remove,
.customer-account .main-container .my-account .corp-result-block h2.legend #corp-reg-toggle,
.customer-account .main-container .my-account .corp-result-block h2.legend #corp-remove {
	margin-left: 0;
	float: none;
	margin-top: 30px;
	min-width: 240px;
	border-radius: 50px;
	font-weight: bold;
	transition: all 0.4s linear;
	letter-spacing: 0.03em
}

.customer-account .main-container .my-account #form-validate .corp-btn h2.legend #corp-reg-toggle:hover,
.customer-account .main-container .my-account #form-validate .corp-btn h2.legend #corp-remove:hover,
.customer-account .main-container .my-account .corp-result-block h2.legend #corp-reg-toggle:hover,
.customer-account .main-container .my-account .corp-result-block h2.legend #corp-remove:hover {
	opacity: 0.5
}

.customer-account .main-container .my-account #form-validate .corp-btn h2.legend #corp-remove,
.customer-account .main-container .my-account .corp-result-block h2.legend #corp-remove {
	height: 45px;
	line-height: 45px;
	color: #fff
}

.customer-account .main-container .my-account .form-list .control {
	display: flex
}

.customer-account .main-container .my-account .form-list .control label {
	margin: 0
}

.customer-account .main-container .my-account .fieldset.corp-btn h2 {
	display: flex;
	align-items: center;
	justify-content: center
}

.customer-account .main-container .search-order button.button,
.customer-account .main-container #corp-reg-toggle {
	color: #fff;
	height: 48px;
	font-weight: 700;
	font-size: 17px;
	line-height: 48px;
	cursor: pointer;
	border-radius: 5px;
	float: right;
	border: none;
	min-width: 180px;
	text-transform: uppercase
}

.account-create .buttons-set button,
.customer-account-forgotpassword .buttons-set button,
.customer-account .main-container .my-account .buttons-set button {
	color: #fff;
	height: 48px;
	font-weight: 700;
	font-size: 17px;
	line-height: 48px;
	cursor: pointer;
	border-radius: 5px;
	float: right;
	border: none;
	min-width: 180px;
	text-transform: uppercase
}

.customer-account .main-container .my-account .buttons-set button.button-save {
	min-width: 240px;
	border-radius: 50px;
	height: 56px;
	line-height: 56px
}

.customer-account-login .main.container .col-main {
	margin: 0;
	padding: 50px 0;
	float: none;
	background: none transparent;
	vertical-align: top;
	position: relative
}

.customer-account-login .account-create .page-title h1 {
	margin-left: 2%
}

.customer-account-login .fieldset li.control label {
	color: #444;
	margin-top: 3px
}

#tabs-content-wrapper {
	display: flex;
	position: relative;
	justify-content: center
}

#tabs-content-wrapper .tab-content {
	position: absolute
}

#tabs-content-wrapper .tab-content>.grid12-6 {
	width: 100%;
	margin: 0;
	opacity: 0
}

#tabs-content-wrapper .tab-content.account-login.animate-transition {
	width: 85%;
	transition: 0.2s width linear
}

#tabs-content-wrapper .tab-content.account-login.active,
#tabs-content-wrapper .tab-content.account-reset-password.active {
	width: 56%;
	z-index: 2;
	position: relative
}

#tabs-content-wrapper .tab-content.account-create {
	width: 56%;
	transition: 0.2s width linear
}

#tabs-content-wrapper .tab-content.account-create>.grid12-6 {
	display: block;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	border-top: 3px solid #54BD84;
	padding: 50px 25px 20px;
	box-sizing: border-box
}

#tabs-content-wrapper .tab-content.account-create>.grid12-6 form {
	opacity: 0
}

#tabs-content-wrapper .tab-content.account-create>.grid12-6 form>div {
	height: 0
}

#tabs-content-wrapper .tab-content.account-create.active {
	width: 85%;
	z-index: 2;
	position: relative
}

#tabs-content-wrapper .tab-content.active>div.grid12-6,
#tabs-content-wrapper .tab-content.active>div.grid12-6 form {
	opacity: 1;
	margin-bottom: 20px
}

#tabs-content-wrapper .tab-content.active>div.grid12-6 form>div {
	height: auto
}

.booking-index-index .step-data .seats-container {
	overflow: hidden
}

.booking-index-index .inner-container .grid12-9.steps-data {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.booking-index-index.unticketed .summary-box #summary {
	display: none !important
}

#dt_method_free {
	display: flex;
	margin: 10px 0
}

.step-data .seats-assigned-block {
	padding: 20px 20px 0 !important;
	background: #fff
}

.step-data .seats-assigned-block h5 {
	font-size: 20px;
	line-height: 1.5
}

#summary .flights .time {
	margin: 0
}

.order-icon.check-in,
.order-icon.print-ticket,
.order-icon.print-receipt,
.order-icon.go-booking,
.order-icon {
	background-image: none !important
}

.order-icon.check-in .fal,
.order-icon.check-in .far,
.order-icon.check-in .fas,
.order-icon.print-ticket .fal,
.order-icon.print-ticket .far,
.order-icon.print-ticket .fas,
.order-icon.print-receipt .fal,
.order-icon.print-receipt .far,
.order-icon.print-receipt .fas,
.order-icon.go-booking .fal,
.order-icon.go-booking .far,
.order-icon.go-booking .fas,
.order-icon .fal,
.order-icon .far,
.order-icon .fas {
	font-size: 30px;
	color: #54BD84;
	font-weight: 700
}

.order-icon.add-seat>i,
.order-icon.print-receipt>i,
.order-icon.change-date>i {
	font-weight: 400 !important
}

#collapse-payment #form-checkout dt#dt_method_wt_saveforlater label:before {
	top: 0px
}

#collapse-payment #form-checkout dt#dt_method_wt_saveforlater label:after {
	top: 3px
}

.order-icon.print-ticket>i::before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(-45deg)
}

.order-icon a span {
	font-weight: 700
}

.print-buttons {
	display: flex;
	margin: 15px 0;
	margin-top: 0;
	flex-wrap: wrap
}

.print-buttons .order-icon {
	width: 145px;
	height: 170px;
	margin: 0 7px;
	display: flex
}

.print-buttons .order-icon i {
	position: relative;
	border-radius: 10px;
	border: 1px solid #707070;
	width: 83%;
	height: 50%;
	top: 20%;
	left: 50%;
	transform: translateX(-50%)
}

.print-buttons .order-icon i::before {
	top: calc(50% - 15px);
	position: relative;
	left: 0
}

.checkout-onepage-success .col-main .print-buttons {
	justify-content: center
}

.checkout-onepage-success .col-main .print-buttons>.order-icon {
	display: flex
}

@media (max-width: 900px) {
	.checkout-onepage-success .col-main .print-buttons>.order-icon {
		height: 52px !important;
		margin-bottom: 40px
	}
}

.checkout-onepage-success .col-main .print-buttons>.order-icon a {
	margin: 0;
	padding: 0
}

.checkout-onepage-success .col-main .print-buttons>.order-icon a span {
	font-weight: normal;
	font-size: 16px
}

@media (max-width: 900px) {
	.checkout-onepage-success .col-main .print-buttons>.order-icon a span {
		bottom: auto;
		top: 100%;
		font-size: 14px;
		white-space: normal;
		line-height: 1.3
	}
}

@media (max-width: 767px) {
	.checkout-onepage-success .col-main .print-buttons>.order-icon a span {
		font-size: 12px
	}
}

.sales-order-view ul#buttons-block-tabs,
ul#booking-block-tabs {
	width: 100%;
	margin-top: 26px
}

ul#booking-block-tabs {
	display: flex;
	width: 100%;
	margin: 10px 0 3px;
	max-width: 1260px
}

.cms-route-bill-born .preface>ul#booking-block-tabs,
.cms-route-mid-kob .preface>ul#booking-block-tabs,
.cms-route-mid-bill .preface>ul#booking-block-tabs {
	margin: 0 auto 3px
}

.cms-route-bill-born .preface>ul#booking-block-tabs,
.cms-route-mid-kob .preface>ul#booking-block-tabs,
.cms-route-mid-bill .preface>ul#booking-block-tabs {
	margin: 0 auto 3px
}

.customer-account .main-container #already_extras .data-table {
	margin-top: -30px;
	border-top: none
}

.customer-account .main-container #already_extras .data-table tbody::before {
	display: none !important
}

.customer-account .main-container #already_extras .directed {
	border: none
}

.customer-account .main-container #already_extras .directed .direction-title {
	font-weight: 600
}

.customer-account .main-container .already-ordered-title {
	color: #000
}

.customer-account .main-container .search-order a.button {
	line-height: 48px;
	background: #1B495A;
	color: #fff;
	width: 80px;
	font-size: 16px;
	letter-spacing: 0.03em;
	transition: opacity 0.25s linear
}

.customer-account .main-container .search-order a.button:hover {
	opacity: 0.75
}

.customer-account .print-buttons .order-icon a:hover {
	color: #fff
}

.modal-agreements b,
.modal-agreements strong,
#price-group-description b,
#price-group-description strong {
	font-weight: bold
}

li.previous .ic-right:before,
li.previous .ic-left:before,
li.next .ic-right:before,
li.next .ic-left:before {
	content: '\f061';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 700;
	color: #000;
	position: relative;
	top: -2px
}

li.previous .ic-left:before,
li.next .ic-left:before {
	content: '\f060'
}

li.previous:hover .ic-right:before,
li.previous:hover .ic-left:before,
li.next:hover .ic-right:before,
li.next:hover .ic-left:before {
	color: white
}

input#destination-hint,
input#origin-hint {
	display: none !important
}

#quicksearch-other-fields-mobile {
	display: none
}

#v-cookielaw.v-bar.v-top {
	position: absolute
}

#quicksearch .validation-advice,
#tripsearch .validation-advice {
	display: none !important
}

#v-cookielaw .v-actions a.v-button,
#v-cookielaw .v-actions a.v-button:hover,
#v-cookielaw .v-actions a.v-button:active,
#v-cookielaw .v-actions a.v-button:focus {
	background-image: none;
	text-shadow: none;
	border-color: transparent
}

.account-login .new-users,
.account-login .registered-users,
.account-login .grid12-6,
.account-reset-password .new-users,
.account-reset-password .registered-users,
.account-reset-password .grid12-6 {
	float: none;
	width: 50%;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-top: 3px solid #54BD84;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	padding: 20px 30px
}

.account-login .new-users .buttons-set,
.account-reset-password .new-users .buttons-set {
	height: 55px;
	border: none;
	margin-top: 45px
}

.account-login .registered-users .buttons-set,
.account-reset-password .registered-users .buttons-set {
	height: 110px;
	border: none
}

.account-login .new-users .buttons-set button,
.account-login .registered-users .buttons-set button,
.account-login .button-line button,
.account-reset-password .new-users .buttons-set button,
.account-reset-password .registered-users .buttons-set button,
.account-reset-password .button-line button {
	color: #fff;
	height: 52px;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	float: right;
	border: none;
	width: 100%;
	text-transform: uppercase
}

.account-login .new-users>.content,
.account-reset-password .new-users>.content {
	margin-top: 40px
}

.account-login .registered-users .buttons-set a,
.account-reset-password .registered-users .buttons-set a {
	float: left !important;
	line-height: 48px
}

.account-login .buttons-set a:hover,
.account-reset-password .buttons-set a:hover {
	color: unset;
	opacity: 0.75
}

.customer-account-login #login-tabs,
.customer-account-login #buttons-block-tabs,
.customer-account-login #booking-block-tabs,
.sales-order-view #login-tabs,
.sales-order-view #buttons-block-tabs,
.sales-order-view #booking-block-tabs {
	height: 55px;
	width: 50%;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3
}

.customer-account-login .main .page-title h1,
.sales-order-view .main .page-title h1 {
	font-size: 48px;
	margin: 0 0 20px;
	line-height: 1;
	text-align: center;
	color: #333;
	font-weight: 700
}

.customer-account-login .main .page-title h3,
.sales-order-view .main .page-title h3 {
	font-size: 22px;
	margin: 0 0 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-weight: 700
}

.account-create.active .form-list .input-box {
	position: relative
}

.link-line,
.button-line {
	display: flex;
	justify-content: space-between;
	margin: 24px 0
}

.link-line a,
.button-line a {
	color: #1D4D63
}

.link-line .rcode,
.button-line .rcode {
	margin-right: 10px
}

.link-line .submit-wrapper,
.button-line .submit-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%
}

.link-line .login-type-switcher,
.link-line .tabs-switcher,
.link-line .reset-type-switcher,
.button-line .login-type-switcher,
.button-line .tabs-switcher,
.button-line .reset-type-switcher {
	color: #1D4D63;
	cursor: pointer
}

.link-line .login-type-switcher i,
.link-line .tabs-switcher i,
.link-line .reset-type-switcher i,
.button-line .login-type-switcher i,
.button-line .tabs-switcher i,
.button-line .reset-type-switcher i {
	font-size: 12px;
	margin-left: 6px
}

.resend-button,
.verify-phone-button {
	display: block;
	color: #BDE0E5;
	position: absolute;
	right: 48px;
	top: calc(50% - 22px);
	height: 44px;
	width: 110px;
	background: #F8F8F8;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
}

.resend-button.without-phone-icon,
.verify-phone-button.without-phone-icon {
	right: 15px
}

.resend-button-verification-code .resend-button,
.resend-button-verification-code .verify-phone-button {
	right: 15px
}

.verify-phone-button,
#verify-resend-btn {
	right: 0px;
	top: calc(50% - 16px);
	height: 28px;
	width: 70px;
	line-height: 28px;
	font-size: 10px
}

.server-error {
	display: none;
	line-height: 1em;
	color: #ee001c;
	margin: 5px 0;
	font-size: 0.9em
}

#modal-passenger-phone .modal-dialog,
#modal-phone-verification .modal-dialog {
	width: 276px;
	height: 278px
}

#modal-passenger-phone .modal-dialog .modal-header,
#modal-phone-verification .modal-dialog .modal-header {
	padding: 22px 26px 0;
	border: 0
}

#modal-passenger-phone .modal-dialog .modal-header h3,
#modal-phone-verification .modal-dialog .modal-header h3 {
	font-size: 18px;
	font-weight: 100
}

#modal-passenger-phone .modal-dialog .modal-body,
#modal-passenger-phone .modal-dialog .modal-footer,
#modal-phone-verification .modal-dialog .modal-body,
#modal-phone-verification .modal-dialog .modal-footer {
	padding: 10px 22px 10px 26px;
	border: 0
}

#modal-passenger-phone .modal-dialog .modal-footer,
#modal-phone-verification .modal-dialog .modal-footer {
	display: flex;
	justify-content: space-between
}

#modal-passenger-phone .modal-dialog .modal-footer button,
#modal-phone-verification .modal-dialog .modal-footer button {
	color: #fff
}

#modal-passenger-phone .modal-dialog .modal-footer:before,
#modal-passenger-phone .modal-dialog .modal-footer:after,
#modal-phone-verification .modal-dialog .modal-footer:before,
#modal-phone-verification .modal-dialog .modal-footer:after {
	display: none
}

#modal-passenger-phone .modal-dialog .field,
#modal-phone-verification .modal-dialog .field {
	margin-top: 10px
}

#modal-passenger-phone .modal-dialog .field label,
#modal-phone-verification .modal-dialog .field label {
	color: #929292;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

#modal-passenger-phone .modal-dialog .field .input-box,
#modal-phone-verification .modal-dialog .field .input-box {
	font-size: 16px
}

#modal-passenger-phone .modal-dialog .field #mobile_phone,
#modal-phone-verification .modal-dialog .field #mobile_phone {
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 0;
	background: none transparent
}

#modal-phone-verification .input-box {
	position: relative
}

#modal-phone-verification .input-box input {
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 0;
	background: none transparent;
	width: 100%
}

#submit-phone-modal-btn {
	width: 114px;
	height: 43px;
	color: #fff
}

.full-phone-field #login_phone_number {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 20px !important
}

.full-phone-field .flag-container {
	margin-right: 0;
	margin-right: 0;
	border: 1px solid #BDE0E5;
	border-right: 0;
	border-radius: 4px 0 0 4px
}

.customer-account-login .account-login.active #phoneLogin,
.customer-account-login .account-login.active #form-list {
	display: none
}

.customer-account-login .account-login.active #phoneLogin.active-login-form,
.customer-account-login .account-login.active #form-list.active-login-form {
	display: block
}

#two-factor-verification .validation-advice {
	position: absolute
}

.sales-order-view .col-main.grid12-9>div>.clearfix>.grid12-6 {
	width: 100%
}

.sales-order-view .col-main.grid12-9>div>.clearfix>.grid12-6 table {
	width: 250px;
	margin-top: 10px
}

.sales-order-view .col-main.grid12-9>div>.clearfix>.grid12-6 table tr td {
	height: auto;
	font-size: 16px
}

.sales-order-view .col-main.grid12-9>div>.clearfix>.grid12-6 table tr th {
	text-align: center
}

.customer-account-login .main.container .col-main,
.customer-account-create .main.container .col-main {
	padding: 50px 0 0;
	background: none transparent;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin: 0;
	float: none
}

.customer-account-login .main.container .col-main .messages,
.customer-account-create .main.container .col-main .messages {
	width: 56%;
	margin: 0 auto;
	top: 0;
	z-index: 100
}

.customer-account-login .main.container .col-main .messages .error-msg,
.customer-account-create .main.container .col-main .messages .error-msg {
	padding: 10px 25px 10px 80px !important
}

.customer-account-login .main.container .col-main .member-mobile,
.customer-account-create .main.container .col-main .member-mobile {
	display: none
}

#form-validate>.form-list.form-list-checkbox {
	display: flex;
	padding-top: 0;
	border-top: none;
	margin-left: 1%
}

#form-validate>.form-list.form-list-checkbox li:first-child {
	margin-right: 25px
}

#form-validate>.form-list.form-list-checkbox input {
	width: 20px;
	height: 20px
}

#form-validate>.form-list.form-list-checkbox label {
	margin-bottom: 5px
}

.account-login .join-us,
.account-reset-password .join-us {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-top: 0px;
	line-height: 26px
}

.account-login .join-us>*,
.account-reset-password .join-us>* {
	padding-left: 5px
}

.account-login .join-us span.now,
.account-reset-password .join-us span.now {
	text-transform: lowercase
}

.account-login ul.form-list li label,
.account-reset-password ul.form-list li label {
	margin-bottom: 9px
}

.account-login ul.form-list li .input-box,
.account-reset-password ul.form-list li .input-box {
	position: relative
}

.account-login ul.form-list li .input-box i.mobile,
.account-reset-password ul.form-list li .input-box i.mobile {
	display: block;
	color: #BDE0E5;
	position: absolute;
	right: 15px;
	font-size: 38px;
	top: calc(50% - 19px)
}

.account-login ul.form-list li .input-box input,
.account-reset-password ul.form-list li .input-box input {
	padding: 0 55px 0 25px;
	height: 63px;
	border: 1px solid #BDE0E5;
	border-radius: 5px;
	margin-bottom: 0;
	margin-top: 0
}

.account-login ul.form-list li input,
.account-reset-password ul.form-list li input {
	height: 45px;
	width: 100%;
	padding: 0;
	border: none;
	margin-top: 9px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.account-login ul.form-list li input.validation-failed+.validation-advice+i,
.account-reset-password ul.form-list li input.validation-failed+.validation-advice+i {
	top: calc(50% - 29px)
}

.account-login ul.form-list li input::placeholder,
.account-reset-password ul.form-list li input::placeholder {
	color: #a1a1a1;
	font-weight: 500
}

.account-login p,
.account-reset-password p {
	font-size: 14px;
	margin: 0 0 14px;
	color: #000000;
	line-height: 22px;
	max-width: 65%
}

.account-login h2,
.account-reset-password h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.35em;
	margin-bottom: 30px;
	border-bottom: none
}

.account-login ul.form-list li label,
.account-reset-password ul.form-list li label {
	display: none;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #000;
	text-transform: uppercase
}

#notification-popup {
	background: #0D49C0;
	border: 1px solid #0D49C0;
	min-height: 36px;
	border-top: 0;
	border-radius: 5px;
	position: absolute;
	z-index: 99;
	padding: 16px 24px;
	top: 66px;
	color: #fff;
	left: calc(50% - 12px);
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center
}

#notification-popup i {
	margin-right: 20px
}

#notification-popup::before {
	top: -19px;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #0D49C0;
	border-width: 12px;
	margin-left: -12px
}

#login-tabs li a,
#buttons-block-tabs li a,
#booking-block-tabs li a {
	height: 100%
}

#login-tabs li,
#buttons-block-tabs li,
#booking-block-tabs li {
	width: 100%;
	text-align: center;
	display: block;
	line-height: 55px;
	border-right: 1px solid #f8f8f8;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer
}

#login-tabs li.active,
#buttons-block-tabs li.active,
#booking-block-tabs li.active {
	color: #fff
}

#login-tabs li a,
#buttons-block-tabs li a,
#booking-block-tabs li a {
	color: #fff;
	display: block
}

#login-tabs li a:hover,
#buttons-block-tabs li a:hover,
#booking-block-tabs li a:hover {
	color: #fff
}

#login-tabs li:last-child,
#buttons-block-tabs li:last-child,
#booking-block-tabs li:last-child {
	border-right: none
}

#login-tabs {
	transition: 0.2s width linear
}

#login-tabs.indent-top {
	margin-top: 175px
}

#buttons-block-tabs li {
	color: #000
}

#booking-block-tabs li {
	height: 48px;
	line-height: 50px;
	display: inline-block;
	border-radius: 0
}

#booking-block-tabs li:first-child label {
	border-top-left-radius: 5px
}

#booking-block-tabs li:last-child label {
	border-top-right-radius: 5px;
	width: calc(100% - 2px);
	border-right-color: #1177ca
}

#booking-block-tabs li span {
	opacity: 0.5
}

#booking-block-tabs li label {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	float: left;
	background-color: #54BD84;
	border: 1px solid #2c5c42;
	border-top: 0;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	margin-bottom: -1px
}

#booking-block-tabs li.active {
	color: #fff;
	background: inherit
}

#booking-block-tabs li.active label {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #54BD84;
	margin-top: -8px;
	height: 58px;
	border: 1px solid #2c5c42
}

#booking-block-tabs li.active:last-child label {
	width: calc(100% - 2px);
	border: 1px solid #2c5c42
}

#booking-block-tabs li.active span {
	opacity: 1
}

#booking-block-tabs li#tab-hotel-plus-flight span.plus {
	padding: 0 3px
}

#booking-block-tabs li:hover span {
	opacity: 1
}

.customer-account-logoutsuccess .page-title h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333
}

span.bold-text {
	font-weight: 700
}

#quicksearch .sub-box.compartment-types,
.search-period-type,
.sub-box.passenger-types {
	display: flex;
	height: 54px;
	border-right: 1px solid #e2e2e2;
	margin: 0 10px 0 0;
	min-width: 116px;
	position: relative;
	font-weight: 400
}

#quicksearch .sub-box.compartment-types .compartment-type,
#quicksearch .sub-box.compartment-types .search-period,
.search-period-type .compartment-type,
.search-period-type .search-period,
.sub-box.passenger-types .compartment-type,
.sub-box.passenger-types .search-period {
	width: 197px;
	position: relative
}

#quicksearch .sub-box.compartment-types .compartment-type select,
#quicksearch .sub-box.compartment-types .search-period select,
.search-period-type .compartment-type select,
.search-period-type .search-period select,
.sub-box.passenger-types .compartment-type select,
.sub-box.passenger-types .search-period select {
	padding: 0 10px 0 0 !important;
	box-shadow: none !important;
	background: none !important;
	color: #313131 !important;
	font-weight: 600;
	height: auto !important;
	text-transform: uppercase;
	font-size: 14px !important
}

#quicksearch .sub-box.compartment-types .compartment-type .compartment-select-wrapper,
#quicksearch .sub-box.compartment-types .search-period .compartment-select-wrapper,
.search-period-type .compartment-type .compartment-select-wrapper,
.search-period-type .search-period .compartment-select-wrapper,
.sub-box.passenger-types .compartment-type .compartment-select-wrapper,
.sub-box.passenger-types .search-period .compartment-select-wrapper {
	display: flex;
	margin-top: 27px
}

#quicksearch .sub-box.compartment-types .search-period,
.search-period-type .search-period,
.sub-box.passenger-types .search-period {
	width: 100px
}

#quicksearch .sub-box.passenger-types .infobox {
	width: auto !important;
	margin-top: 10px;
	border-radius: 5px;
	border: 4px solid;
	top: 40px;
	left: 0;
	padding: 8px 10px !important
}

.booking-index-index .inner-container #summary .flights .items .title>span,
#summary .item ul li .name {
	direction: ltr
}

.booking-index-index .col-main #tripsearch .sub-box.promotions {
	border-right: none
}

#tripsearch .compartment-types {
	margin-bottom: 20px !important
}

#tripsearch .compartment-types .compartment-type.compartment-type-outbound {
	margin-right: 30px
}

#tripsearch .compartment-types select {
	height: 30px;
	padding-right: 6px !important
}

#quicksearch .sub-box.compartment-types .compartment-label,
.search-period-type .compartment-label,
.sub-box.passenger-types .compartment-label {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	color: #c0c0c0;
	position: absolute;
	left: 0;
	top: 5px
}

#quicksearch .sub-box.compartment-types .new-arrow.select,
.search-period-type .new-arrow.select,
.sub-box.passenger-types .new-arrow.select {
	top: -3px
}

.agree-information {
	margin: 10px 0;
	cursor: pointer;
	text-decoration: underline;
	font-size: 18px;
	position: absolute;
	top: -8px;
	left: 129px;
	width: 200px
}

p.agree:hover+.agree-information {
	display: block
}

.customer-account .agree-information {
	margin: 5px 0 15px 1%
}

#agreementNewsLetterModal .modal-body p {
	font-size: 19px;
	line-height: 1.25
}

#agreementNewsLetterModal .modal-footer button {
	width: 50%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700
}

#dd_method_Dibsfw fieldset.form-list {
	box-shadow: none !important
}

#form-checkout .fieldset .form-list li {
	font-size: 10px
}

#form-checkout .fieldset #payment_form_platon li {
	font-size: 16px
}

#totals-info-block {
	display: flex;
	height: 60px;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 16px
}

#totals-info-block>* {
	width: 100%;
	display: flex;
	flex-direction: column
}

#totals-info-block>.totals {
	margin: 0
}

#totals-info-block>.totals.icon {
	width: 22px;
	margin-right: 10px
}

#totals-info-block>.sub-total {
	display: none
}

.tabs-panels.flight-list table tr td.pricegroup-td table tr td,
.tabs-panels.flight-list table tr td.pricegroup-td table {
	background: transparent
}

.no-available {
	margin: 50px auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700
}

#services-slider {
	width: calc(100% - 34px);
	margin: 0 auto 100px
}

#services-slider .owl-wrapper-outer {
	top: 0
}

#services-slider .owl-buttons .owl-prev,
#services-slider .owl-buttons .owl-next {
	height: 100%;
	width: 17px;
	background: #F0F0F0;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EAEAEA;
	box-sizing: border-box
}

#services-slider .owl-buttons .owl-prev:before,
#services-slider .owl-buttons .owl-next:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	color: #000;
	font-size: 14px;
	font-weight: 900
}

#services-slider .owl-buttons .owl-prev {
	left: -17px;
	border-radius: 10px 0 0 10px;
	border-right: none
}

#services-slider .owl-buttons .owl-prev:before {
	content: '\f0d9'
}

#services-slider .owl-buttons .owl-next {
	right: -17px;
	border-radius: 0 10px 10px 0;
	border-left: none
}

#services-slider .owl-buttons .owl-next:before {
	content: '\f0da'
}

#services-slider .owl-item {
	height: 137px;
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	border-right: none;
	box-sizing: border-box
}

#services-slider .owl-item>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%
}

#services-slider .owl-item>div i {
	font-size: 30px;
	color: #707070;
	font-style: normal
}

#services-slider .owl-item>div svg {
	width: 30px;
	height: 30px
}

#services-slider .owl-item>div p {
	font-size: 14px;
	line-height: 19px;
	margin: 10px 0 0 0
}

#customer-imported-reminder .modal-body,
#customer-imported-success-change-password .modal-body {
	padding: 28px 28px 30px
}

#customer-imported-reminder .modal-body img,
#customer-imported-success-change-password .modal-body img {
	max-width: 400px;
	margin: 0 auto 40px;
	display: block
}

#customer-imported-reminder .modal-body button,
#customer-imported-success-change-password .modal-body button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 156px;
	height: 54px;
	border-radius: 10px;
	margin: 20px auto 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase
}

#customer-imported-reminder .modal-body .content-text p,
#customer-imported-success-change-password .modal-body .content-text p {
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	color: #000
}

#nav-menu-link {
	width: 33px;
	height: 7px;
	display: none;
	z-index: 100;
	position: relative;
	cursor: pointer
}

#nav-menu-link.min-index {
	z-index: 1
}

#nav-menu-link span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #cacaca;
	border-radius: 9px;
	opacity: 1;
	left: 0
}

#nav-menu-link span:nth-child(1) {
	top: 0px
}

#nav-menu-link span:nth-child(2) {
	top: 10px
}

#nav-menu-link.open span {
	background: #fff;
	left: 0;
	opacity: 0;
	width: 50%
}

#nav-menu-link.open span:nth-child(1),
#nav-menu-link.open span:nth-child(2) {
	top: 18px
}

.right-wrapper .search #search-form #search-input {
	width: 0;
	border: 0;
	height: 0;
	border-radius: 5px;
	transition: width .3s ease-in-out
}

.right-wrapper .search #search-form #search-button {
	display: inline
}

.right-wrapper .search #search-form.active #search-input {
	width: 200px;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #D1D1D1;
	transition: width .3s ease-in-out
}

.right-wrapper .search #search-form.active #search-input::placeholder {
	color: #D1D1D1;
	font-size: 14px
}

.right-wrapper .search #search-form.active #search-button {
	display: none
}

.contentsearch-index-index .page-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 48px
}

.contentsearch-index-index .page-title::after {
	display: none
}

.contentsearch-index-index .page-title h1 {
	font-size: 35px;
	font-weight: bold;
	text-transform: capitalize
}

.contentsearch-index-index .page-title form input {
	width: 370px;
	height: 28px;
	border: 0;
	border-bottom: 1px solid #0000001a;
	font-size: 20px
}

.contentsearch-index-index .page-title form input::placeholder {
	color: #D1D1D1;
	font-size: 14px
}

.contentsearch-index-index .page-title form button {
	border: 0;
	background-color: transparent
}

.contentsearch-index-index .results {
	margin-top: 50px
}

.contentsearch-index-index .results ul li {
	margin-bottom: 37px
}

.contentsearch-index-index .results ul li div.title a {
	font-size: 24px;
	color: black
}

.contentsearch-index-index .results ul li div.title a:hover,
.contentsearch-index-index .results ul li div.title a:active {
	color: black
}

.contentsearch-index-index .results ul li div.short-description {
	font-size: 18px;
	line-height: 35px;
	padding: 12px 4px 20px 24px;
	border-bottom: 1px solid #0000001f
}

.backdrop-blur {
	display: none
}

#notification-wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	top: 180px;
	width: 264px;
	height: auto;
	min-height: 100px;
	border-radius: 10px 0 0 10px;
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 90;
	transition: right 0.5s ease-in-out;
	opacity: 0;
	right: -288px
}

#notification-wrapper.without-close .news-item i.fal.fa-times {
	display: none
}

#notification-wrapper.open {
	right: 0
}

#notification-wrapper.open .notifi-btn .container-bells .count {
	opacity: 0
}

#notification-wrapper .notifi-container {
	z-index: 1;
	width: 100%
}

#notification-wrapper .notifi-container.without-close .news-item i.fal.fa-times {
	display: none
}

#notification-wrapper .notifi-container .news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	border-bottom: 1px solid #EAEAEA;
	transition: all 0.5s ease-in-out
}

#notification-wrapper .notifi-container .news-item.hidden-news {
	position: absolute;
	right: -400px
}

#notification-wrapper .notifi-container .news-item.unread {
	font-weight: 900
}

#notification-wrapper .notifi-container .news-item i.fal.fa-times {
	cursor: pointer;
	width: 10%
}

#notification-wrapper .notifi-container .news-item a.label {
	width: 90%;
	max-width: 230px;
	font-size: 12px;
	line-height: 18px;
	text-align: left
}

#notification-wrapper .notifi-container .news-item a:hover,
#notification-wrapper .notifi-container .news-item a:focus {
	color: black
}

#notification-wrapper .notifi-container .news-item-header.mobile {
	display: none
}

#notification-wrapper .notifi-container .news-item-footer {
	display: flex;
	align-items: center;
	border: 0;
	height: 32px;
	justify-content: flex-end;
	padding-right: 10px
}

#notification-wrapper .notifi-container .news-item-footer a.more {
	width: 20%;
	display: flex;
	align-items: center
}

#notification-wrapper .notifi-container .news-item-footer a.more .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px
}

#notification-wrapper .notifi-container .news-item-footer a.more i.far {
	margin-left: 10px
}

#notification-wrapper .notifi-container .news-item-footer a:hover,
#notification-wrapper .notifi-container .news-item-footer a:focus {
	color: black
}

#notification-wrapper .notifi-btn {
	margin-left: -72px;
	background: rgba(255, 255, 255, 0.9);
	width: 60px;
	height: 60px;
	border-radius: 100% 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute
}

#notification-wrapper .notifi-btn .container-bells {
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #AC2952;
	color: white;
	z-index: 1;
	position: relative
}

#notification-wrapper .notifi-btn .container-bells .count {
	opacity: 1;
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 100%;
	width: 19px;
	height: 19px;
	background: white;
	border: 2px solid #AC2952;
	color: black
}

#notification-wrapper .notifi-btn .container-bells .count b {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-weight: 900
}

.blog-post-view .main-container .breadcrumbs .blog_page {
	overflow: hidden
}

.blog-post-view .main-container .breadcrumbs .blog_page .last-crumb {
	white-space: nowrap
}

.blog-post-view .main-container .breadcrumbs .blog_page.is-cropped {
	padding-right: 20px;
	position: relative
}

.blog-post-view .main-container .breadcrumbs .blog_page.is-cropped:after {
	content: '...';
	position: absolute;
	right: 0;
	height: 100%;
	background-color: #F7F7F7;
	padding: 0 5px
}

.blog-post-view .main-container .postWrapper {
	margin-top: 20px
}

.blog-post-view .main-container .postWrapper .postTitle h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px
}

.blog-post-view .main-container .postWrapper .postTitle h3 {
	line-height: 20px;
	font-size: 18px;
	color: #aaa
}

.blog-post-view .main-container .postWrapper .postContent {
	line-height: 20px;
	font-size: 18px
}

.blog-cat-view .main-container .main.container,
.blog-index-list .main-container .main.container,
.blog-post-view .main-container .main.container {
	padding-top: 0
}

.blog-cat-view .main-container .main.container .inner-container .col-main,
.blog-index-list .main-container .main.container .inner-container .col-main,
.blog-post-view .main-container .main.container .inner-container .col-main {
	width: 100%
}

.blog-cat-view .main-container .main.container .inner-container .toolbar,
.blog-index-list .main-container .main.container .inner-container .toolbar,
.blog-post-view .main-container .main.container .inner-container .toolbar {
	display: none
}

.blog-cat-view .main-container .main.container .inner-container .blog-title,
.blog-index-list .main-container .main.container .inner-container .blog-title,
.blog-post-view .main-container .main.container .inner-container .blog-title {
	font-size: 35px;
	font-weight: bold;
	margin: 46px 0
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper,
.blog-index-list .main-container .main.container .inner-container .postWrapper,
.blog-post-view .main-container .main.container .inner-container .postWrapper {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 38px;
	padding-bottom: 20px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .widget-cms-link,
.blog-index-list .main-container .main.container .inner-container .postWrapper .widget-cms-link,
.blog-post-view .main-container .main.container .inner-container .postWrapper .widget-cms-link {
	text-align: left
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postTitle a,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postTitle a,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postTitle a {
	font-size: 24px;
	color: #000000;
	line-height: 42px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postTitle a:hover,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postTitle a:hover,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postTitle a:hover {
	color: #000000
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postTitle h3,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postTitle h3,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postTitle h3 {
	line-height: 20px;
	font-size: 14px;
	color: #aaa
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent {
	font-size: 18px;
	line-height: 35px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent p,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent p,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent p {
	margin: 0
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more {
	display: block;
	text-align: right;
	margin-top: 20px;
	font-weight: 700;
	text-decoration: underline
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:hover,
.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:active,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:hover,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:active,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:hover,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more:active {
	color: black
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postDetails,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postDetails,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postDetails {
	margin-top: 20px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postDetails a,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postDetails a,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postDetails a {
	text-decoration: underline
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper .postDetails a:hover,
.blog-index-list .main-container .main.container .inner-container .postWrapper .postDetails a:hover,
.blog-post-view .main-container .main.container .inner-container .postWrapper .postDetails a:hover {
	color: black
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags {
	display: flex;
	margin-top: 20px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags>span,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags>span,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags>span {
	margin-right: 8px
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags ul li a,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags ul li a,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags ul li a {
	color: black;
	text-decoration: underline
}

.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:hover,
.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:active,
.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:focus,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags ul li a:hover,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags ul li a:active,
.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags ul li a:focus,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:hover,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:active,
.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags ul li a:focus {
	color: black
}

.flash-sale-loader .main-container {
	opacity: 0
}

.flash-sale-loader #co-shadow,
.flash-sale-loader #stepchangeloader {
	display: block !important
}

.flash-sale-reservation #button-change-search {
	display: none
}

#flash-sale-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%
}

#flash-sale-wrapper #flashSaleFilter {
	text-align: center
}

#flash-sale-wrapper .messages {
	margin: 10px 0
}

#flash-sale-wrapper .bg-image-block {
	position: relative;
	height: 654px
}

#flash-sale-wrapper .bg-image-block .cover {
	width: calc(100vw - 20px);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

#flash-sale-wrapper .bg-image-block .timer-block {
	position: absolute;
	right: 0;
	top: 40px;
	padding: 0 calc((100% - 1140px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 344px
}

#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper {
	font-size: 66px;
	display: flex;
	justify-content: center;
	text-transform: uppercase
}

#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper span {
	margin-right: 10px;
	color: black
}

#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper i {
	color: #F6AE43;
	font-size: 66px
}

#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper label {
	color: #AC2952;
	margin-left: 14px
}

#flash-sale-wrapper .bg-image-block .timer-block .second-row-wrapper {
	display: flex;
	font-size: 18px;
	justify-content: center;
	color: white;
	align-items: center
}

#flash-sale-wrapper .bg-image-block .timer-block .second-row-wrapper i {
	font-style: normal;
	font-size: 16px;
	margin-right: 10px
}

#flash-sale-wrapper .collapseable {
	margin: 70px 10px
}

#flash-sale-wrapper .collapseable .descriptin-block {
	margin: 0
}

#flash-sale-wrapper .collapseable .c-content {
	max-height: 190px;
	overflow: hidden;
	transition: max-height 1s
}

#flash-sale-wrapper .collapseable .c-actions {
	margin-top: 10px
}

#flash-sale-wrapper .collapseable .c-button {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #AC2952
}

#flash-sale-wrapper .collapseable .c-show-less {
	display: none
}

#flash-sale-wrapper .collapseable.open .c-content {
	max-height: none
}

#flash-sale-wrapper .collapseable.open .c-show-more {
	display: none
}

#flash-sale-wrapper .collapseable.open .c-show-less {
	display: block
}

#flash-sale-wrapper .descriptin-block {
	margin: 70px 10px;
	color: #707070;
	font-size: 18px;
	line-height: 30px
}

#flash-sale-wrapper .descriptin-block h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #8D1D40
}

#flash-sale-wrapper .descriptin-block h4 {
	font-size: 18px;
	color: #707070;
	margin-top: 20px;
	font-weight: bold
}

#flash-sale-wrapper .descriptin-block ol {
	list-style: decimal;
	padding-left: 17px
}

#flash-sale-wrapper .descriptin-block ul {
	list-style: disc;
	padding-left: 18px
}

#flash-sale-wrapper .content-wrapper {
	margin: 20px 0
}

#flash-sale-wrapper #flash-sale-button {
	width: 350px;
	height: 70px;
	background: #F8F8F8 0% 0% no-repeat padding-box;
	color: #A8A8A8;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	line-height: 70px;
	font-size: 25px;
	cursor: not-allowed;
	margin: 70px auto 0
}

#flash-sale-wrapper #flash-sale-button.active {
	background: #AC2952 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	cursor: pointer
}

#flash-sale-wrapper .ajax-login-modal .modal-dialog {
	width: 650px;
	background: white;
	border-radius: 10px;
	padding: 40px 40px 18px;
	box-sizing: border-box
}

#flash-sale-wrapper .ajax-login-modal .modal-dialog .member-mobile {
	width: 100%;
	padding: 0 0 20px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #52AD58
}

#flash-sale-wrapper .ajax-login-modal .modal-dialog .member-mobile i.far {
	margin-right: 16px;
	font-size: 20px
}

#flash-sale-wrapper .logout-form {
	display: none
}

.wt-flashsale-index-index #flashSaleMiniTimer {
	display: none
}

.wt-flashsale-flights-index #flashSaleMiniTimer {
	display: none
}

@media (max-width: 900px) {
	.wt-flashsale-flights-index #flashSaleMiniTimer {
		display: block
	}
}

@keyframes move {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 28px 0
	}
}

.checkout-onepage-validation .main-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8
}

.checkout-onepage-validation .body-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 50px 0 100px
}

.checkout-onepage-validation .body-content img {
	object-fit: contain;
	max-width: 300px;
	min-width: 250px
}

.checkout-onepage-validation .body-content p {
	margin: 1em 0;
	text-align: center
}

.checkout-onepage-validation .dialog {
	display: block;
	width: 800px;
	padding: 3rem 2rem;
	border-radius: 12px;
	box-shadow: 0 0 6px 0 rgba(32, 33, 36, 0.28);
	background-color: #fff
}

.checkout-onepage-validation .dialog__logo {
	text-align: center
}

.checkout-onepage-validation .dialog__header {
	color: #1c4d63;
	font-weight: bold;
	font-size: 1.5rem
}

.checkout-onepage-validation .dialog__content {
	color: #a0a0a0
}

.checkout-onepage-validation .loading {
	display: block;
	width: 260px;
	margin: 0 auto
}

.checkout-onepage-validation .loading__label {
	color: #000;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center
}

.checkout-onepage-validation .loading__indicator {
	width: 100%;
	height: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	background-image: repeating-linear-gradient(-45deg, #d6d6d6, #d6d6d6 11px, #f2f2f2 10px, #f2f2f2 20px);
	background-size: 28px 28px;
	animation: move .5s linear infinite
}

.rotate-180 {
	transform: rotate(180deg)
}

.ndc-summary-countdown {
	width: 90%;
	margin: 0 auto;
	color: #1D4D63
}

.ndc-summary-countdown svg {
	width: auto;
	height: 18px
}

.ndc-summary-countdown svg path {
	fill: #1D4D63
}

.ndc-summary-countdown li {
	color: #1D4D63;
	font-size: 18px
}

.ndc-summary-countdown li:last-child:before,
.ndc-summary-countdown li.colon:before {
	color: #1D4D63
}

.ndc-summary-countdown .countdown-wrap {
	display: flex;
	justify-content: space-between
}

.ndc-summary-countdown .countdown-wrap .valid-booking {
	font-size: 18px
}

.flight-plus-hotel-summary .flights-summary-wrapper {
	margin-bottom: 30px
}

.flight-plus-hotel-summary .flights-summary-wrapper .summary-right-icon {
	font-size: 28px
}

.flight-plus-hotel-summary .part-summary-title {
	font-size: 28px;
	color: #1D4D63;
	padding-bottom: 5px;
	border-bottom: 1px solid #BDE0E5;
	text-transform: uppercase
}

.flight-plus-hotel-summary .hotel-summary-wrapper .hotel-title-wrapper {
	display: flex;
	align-items: center;
	margin: 10px 0
}

.flight-plus-hotel-summary .hotel-summary-wrapper .hotel-title-wrapper .hotel-title-icon {
	margin-right: 10px;
	font-size: 24px;
	color: #1D4D63
}

.flight-plus-hotel-summary .hotel-summary-wrapper .hotel-title-wrapper .hotel-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase
}

.flight-plus-hotel-summary .subtotal-price-wrapper {
	border-top: 1px solid #BDE0E5;
	padding-top: 15px;
	margin-top: 20px
}

.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-label,
.hotels-flight-index .inner-container #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-value {
	color: #1D4D63 !important;
	margin-bottom: 8px
}

.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon {
	color: #1D4D63
}

.hotels-flight-index .inner-container #flight-summary #summary-items i.summary-right-icon .text-direction.mobile {
	margin-top: 5px
}

.hotels-flight-index .inner-container #summary .totals.sub-total .total,
.hotels-flight-index .inner-container #summary .totals.sub-total .sub-price {
	color: #1D4D63
}

.hotels-flight-index .inner-container #summary .total-price-wrapper .price-label {
	color: #1D4D63
}

.intl-tel-input {
	flex-wrap: wrap
}

.intl-tel-input>input {
	flex: 2
}

.intl-tel-input .validation-advice {
	width: 100% !important
}

.rcode .captcha.validation-failed {
	margin-bottom: 5px
}

.rcode .captcha-required {
	color: #ee001c;
	display: none
}

#modal-phone-verification .ajax-messages {
	font-size: 14px;
	font-weight: normal
}

#flash-sale-static-block {
	display: block;
	border-radius: 7px;
	overflow: hidden;
	height: 234px;
	position: relative;
	margin-bottom: 33px
}

@media (max-width: 900px) {
	#flash-sale-static-block {
		height: 250px;
		margin-bottom: 0
	}
}

#flash-sale-static-block div.cover {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-blend-mode: multiply
}

#flash-sale-static-block div.content {
	align-items: center;
	top: 0;
	width: 100%;
	line-height: 34px;
	left: auto;
	display: flex;
	height: calc(100% - 80px);
	position: absolute;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 0
}

#flash-sale-static-block div.content .first-row-wrapper {
	font-size: 38px;
	display: flex;
	justify-content: center;
	text-transform: uppercase
}

#flash-sale-static-block div.content .first-row-wrapper span {
	color: #6F0000;
	margin-right: 10px
}

#flash-sale-static-block div.content .first-row-wrapper i {
	color: #F6AE43;
	font-size: 34px
}

#flash-sale-static-block div.content .first-row-wrapper label {
	color: #AC2952;
	margin-left: 14px
}

#flash-sale-static-block div.content .second-row-wrapper {
	display: flex;
	font-size: 18px;
	justify-content: center;
	color: #AC2952;
	align-items: center
}

#flash-sale-static-block div.content .second-row-wrapper i {
	font-style: normal;
	font-size: 16px
}

#flash-sale-static-block div.content .second-row-wrapper div {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 6px
}

#flash-sale-static-block div.content>span {
	font-size: 12px;
	color: #AC2952
}

#flash-sale-static-block div.content a.button {
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	width: 76%;
	background: #ac2952;
	color: white;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px
}

.push-left-1 {
	margin-left: 5px
}

.reset-password-type-item .button-line .submit-wrapper .link-line {
	margin: 10px 0;
	font-size: 15px
}

#tabs-content-wrapper .button-line {
	margin: 24px 0 0
}

.wt-simple-tabs [data-role="content"] {
	display: none
}

.wt-simple-tabs [data-role="content"].active {
	display: block
}

.autocomplete-loading {
	position: relative
}

.autocomplete-loading:after {
	position: absolute;
	top: 5px;
	height: 48px;
	right: 5px;
	width: 48px;
	background: url("https://ecom-flyallways.worldticket.net/skin/frontend/worldticket/default/images/ajax-loader.gif") center center no-repeat;
	background-color: rgba(255, 255, 255, 0.4);
	content: ""
}

.autocomplete-suggestions {
	border: 1px solid #ccc;
	border-top: 1px solid #54BD84;
	background: #FFF;
	box-shadow: 0 3px 6px #ccc;
	margin-top: 10px;
	padding: 7px;
	overflow-y: auto
}

.autocomplete-suggestions:before,
.autocomplete-suggestions:after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-top: 0;
	left: 10px;
	top: -5px
}

.autocomplete-suggestions:before {
	border-bottom-color: #54BD84
}

.autocomplete-suggestions:after {
	border-bottom-color: #fff;
	top: -4px
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF
}

.autocomplete-suggestions .autocomplete-suggestion {
	padding: 5px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	cursor: pointer
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
	border-bottom: none
}

.autocomplete-suggestions .autocomplete-selected {
	background: #F0F0F0
}

.autocomplete-suggestions .autocomplete-group {
	padding: 2px 5px
}

.autocomplete-suggestions .autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000
}

.modal-information {
	font-family: "Noto Sans"
}

@media (min-width: 900px) {
	.modal-information .modal-dialog {
		width: 900px
	}
}

.modal-information .modal-content {
	padding: 30px 25px
}

.modal-information .modal-header {
	padding: 0;
	border-bottom: none;
	margin-bottom: 25px
}

.modal-information .modal-header h2 {
	text-transform: none;
	font-size: 25px;
	font-weight: 600;
	font-family: "Noto Sans"
}

.modal-information .modal-header .close {
	display: none
}

.modal-information .modal-body {
	font-size: 20px;
	font-weight: 400;
	max-height: 400px;
	overflow-y: auto;
	padding: 0 20px 0 0
}

.modal-information .modal-footer {
	border-top: none;
	padding: 0;
	margin-top: 50px;
	text-align: center
}

.modal-information .modal-footer .btn-primary {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 17px 50px !important;
	border-radius: 10px;
	height: auto
}

@media (min-width: 900px) {
	.modal-information.in {
		display: flex !important;
		align-items: center;
		justify-content: center
	}
}

@media (min-width: 900px) {
	.modal-information.in .modal-dialog {
		margin: 0
	}
}

.login-types-wrapper {
	position: relative
}

.login-types-wrapper .close {
	display: none;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 30px;
	opacity: 0.5
}

.passenger-login-modal.modal .login-types-wrapper .close {
	display: block
}

@media (max-width: 900px) {
	.travel-insurance-wrapper {
		padding: 0 12px
	}
}

.travel-insurance-wrapper .ti-title {
	font-size: 35px;
	font-weight: bold;
	line-height: 47px;
	margin-bottom: 42px
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-title {
		padding: 0 15px 10px;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 26px;
		border-bottom: 1px solid #E6E6E6
	}
}

.travel-insurance-wrapper .ti-content {
	font-size: 18px;
	line-height: 35px
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-content {
		font-size: 14px;
		line-height: 20px;
		padding: 0 15px
	}
}

.travel-insurance-wrapper .ti-content .ti-content-item {
	margin-bottom: 42px
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-content .ti-content-item {
		margin-bottom: 26px
	}
}

.travel-insurance-wrapper .ti-action {
	display: flex;
	justify-content: space-between
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-action {
		flex-direction: column;
		padding: 0 15px
	}
}

.travel-insurance-wrapper .ti-action .ti-action-item {
	padding: 21px 27px;
	border: 1px solid #D1D1D1;
	border-radius: 10px;
	display: flex;
	margin-right: 12px;
	margin-left: 12px;
	align-items: center;
	flex: 1
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-action .ti-action-item {
		margin: 0;
		padding: 30px 26px
	}
}

.travel-insurance-wrapper .ti-action .ti-action-item:first-child {
	margin-left: 0
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-action .ti-action-item:first-child {
		margin-bottom: 24px
	}
}

.travel-insurance-wrapper .ti-action .ti-action-item:last-child {
	margin-right: 0
}

.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-icon {
	color: #000;
	margin-right: 15px;
	font-size: 46px;
	display: flex;
	align-items: center
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-icon {
		margin-right: 22px
	}
}

.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-text {
	font-size: 20px;
	line-height: 28px
}

@media (max-width: 900px) {
	.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-text {
		font-size: 16px;
		line-height: 20px
	}
}

.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-text .splitter {
	display: block
}

.travel-insurance-wrapper .ti-action .ti-action-item .ti-action-item-text a {
	font-weight: bold;
	color: #52AD58
}

.td-underline {
	text-decoration: underline
}

.booking-index-index .inner-container #wt-seatselect #form-flights .continue-booking-check.next-segment-button {
	width: 100%
}

.show-desktop-only {
	display: none
}

@media (min-width: 768px) {
	.show-desktop-only {
		display: block
	}
}

.show-mobile-only {
	display: none
}

@media (max-width: 767px) {
	.show-mobile-only {
		display: block
	}
}

select.validation-failed {
	background: inherit !important
}

#v-cookielaw .v-button.v-reject:before {
	content: "\2718"
}

#page_1 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_2 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_3 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_4 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_5 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_6 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_7 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_8 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_9 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_10 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_11 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_12 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_13 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_14 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_15 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_16 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_17 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_18 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_19 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_20 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

#page_21 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: none
}

.ft0 {
	font: bold 21px "SimSun";
	line-height: 21px
}

.ft1 {
	font: bold 14px "SimSun";
	line-height: 14px
}

.ft2 {
	font: bold 14px "SimSun";
	line-height: 27px
}

.ft3 {
	font: 14px "SimSun";
	line-height: 27px
}

.ft4 {
	font: bold 14px "SimSun";
	line-height: 25px
}

.ft5 {
	font: 14px "SimSun";
	line-height: 25px
}

.ft6 {
	font: 14px "SimSun";
	line-height: 27px
}

.ft7 {
	font: 14px "SimSun";
	line-height: 28px
}

.ft8 {
	font: 14px "SimSun";
	line-height: 14px
}

.ft9 {
	font: bold 14px "SimSun";
	line-height: 29px
}

.ft10 {
	font: 14px "SimSun";
	line-height: 29px
}

.ft11 {
	font: 14px "SimSun";
	line-height: 14px
}

.ft12 {
	font: 14px "SimSun";
	line-height: 29px
}

.ft13 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 28px
}

.ft14 {
	font: 14px "SimSun";
	line-height: 28px
}

.ft15 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 29px
}

.ft16 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 28px
}

.ft17 {
	font: 14px "SimSun";
	line-height: 33px
}

.ft18 {
	font: 14px "SimSun";
	margin-left: 6px;
	line-height: 29px
}

.ft19 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 14px
}

.ft20 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 25px
}

.ft21 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 27px
}

.ft22 {
	font: bold 14px "SimSun";
	line-height: 27px
}

.ft23 {
	font: 14px "SimSun";
	margin-left: 4px;
	line-height: 25px
}

.ft24 {
	font: 14px "SimSun";
	line-height: 25px
}

.ft25 {
	font: bold 14px "SimSun";
	line-height: 29px
}

.ft26 {
	font: bold 14px "SimSun";
	line-height: 25px
}

.ft27 {
	font: bold 14px "SimSun";
	line-height: 28px
}

.ft28 {
	font: bold 10px "SimSun";
	line-height: 28px
}

.ft29 {
	font: bold 14px "SimSun";
	line-height: 28px
}

.ft30 {
	font: bold 10px "SimSun";
	line-height: 27px
}

.ft31 {
	font: bold 10px "SimSun";
	line-height: 25px
}

.ft32 {
	font: 14px "SimSun";
	margin-left: 6px;
	line-height: 25px
}

.ft33 {
	font: bold 14px "SimSun";
	line-height: 24px
}

.ft34 {
	font: 14px "SimSun";
	line-height: 24px
}

.ft35 {
	font: 14px "SimSun";
	margin-left: 7px;
	line-height: 25px
}

.ft36 {
	font: 14px "SimSun";
	margin-left: 5px;
	line-height: 25px
}

.ft37 {
	font: 14px "SimSun";
	margin-left: 5px;
	line-height: 14px
}

.ft38 {
	font: 14px "SimSun";
	margin-left: 7px;
	line-height: 14px
}

.ft39 {
	font: 14px "SimSun";
	margin-left: 7px;
	line-height: 28px
}

.ft40 {
	font: 14px "SimSun";
	margin-left: 6px;
	line-height: 27px
}

.ft41 {
	font: 14px "SimSun";
	margin-left: 7px;
	line-height: 27px
}

.ft42 {
	font: 14px "SimSun";
	margin-left: 5px;
	line-height: 27px
}

.ft43 {
	font: 14px "SimSun";
	margin-left: 7px;
	line-height: 28px
}

.ft44 {
	font: 14px "SimSun";
	margin-left: 6px;
	line-height: 27px
}

.p0 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px
}

.p1 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 31px;
	margin-bottom: 0px
}

.p2 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 21px;
	margin-bottom: 0px
}

.p3 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 71px;
	margin-bottom: 0px
}

.p4 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p5 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p6 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p7 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p8 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p9 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 74px;
	margin-bottom: 0px
}

.p10 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p11 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p12 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 31px;
	margin-bottom: 0px
}

.p13 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px
}

.p14 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p15 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 38px;
	margin-bottom: 0px
}

.p16 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px
}

.p17 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p18 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p19 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px
}

.p20 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p21 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 0px
}

.p22 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p23 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 32px;
	margin-bottom: 0px
}

.p24 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px
}

.p25 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p26 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p27 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p28 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p29 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 31px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p30 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px
}

.p31 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 43px;
	margin-bottom: 0px
}

.p32 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p33 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p34 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p35 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px
}

.p36 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p37 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 67px;
	margin-bottom: 0px
}

.p38 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p39 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 115px;
	margin-bottom: 0px
}

.p40 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p41 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px
}

.p42 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px
}

.p43 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 17px;
	margin-bottom: 0px
}

.p44 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 11px;
	margin-bottom: 0px
}

.p45 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p46 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px
}

.p47 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px
}

.p48 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p49 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p50 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p51 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p52 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px
}

.p53 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p54 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p55 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px
}

.p56 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p57 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 0px
}

.p58 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px
}

.p59 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 31px;
	margin-bottom: 0px
}

.p60 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p61 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
	margin-bottom: 0px
}

.p62 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px
}

.p63 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p64 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p65 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 103px;
	margin-bottom: 0px
}

.p66 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p67 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p68 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 69px;
	margin-bottom: 0px
}

.p69 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p70 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 68px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p71 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 32px;
	margin-bottom: 0px
}

.p72 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p73 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 12px;
	margin-bottom: 0px
}

.p74 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 12px;
	margin-bottom: 0px
}

.p75 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p76 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px
}

.p77 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px
}

.p78 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p79 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 33px;
	margin-bottom: 0px
}

.p80 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px
}

.p81 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 14px;
	margin-bottom: 0px
}

.p82 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 27px;
	margin-bottom: 0px
}

.p83 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 21px;
	margin-bottom: 0px
}

.p84 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p85 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p86 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 32px;
	margin-bottom: 0px
}

.p87 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 26px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p88 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p89 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 63px;
	margin-bottom: 0px
}

.p90 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p91 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p92 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px
}

.p93 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p94 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p95 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 17px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p96 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 31px;
	margin-bottom: 0px
}

.p97 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px
}

.p98 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px
}

.p99 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 21px
}

.p100 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p101 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p102 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 47px;
	margin-bottom: 0px
}

.p103 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p104 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 29px;
	margin-bottom: 0px
}

.p105 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p106 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p107 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p108 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 6px;
	margin-bottom: 0px
}

.p109 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px
}

.p110 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p111 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 105px;
	margin-bottom: 0px
}

.p112 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p113 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 69px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p114 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 28px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p115 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px
}

.p116 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 23px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p117 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p118 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p119 {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 17px;
	margin-bottom: 0px;
	text-indent: 24px
}

.p120 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 73px;
	margin-bottom: 0px
}

.p121 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 851px;
	margin-bottom: 0px
}

.payment-title {
	width: 100%;
	text-align: center
}

#cc-title {
	padding: 7px
}

.form-container .field-container:first-of-type {
	grid-area: name
}

.form-container .field-container:nth-of-type(2) {
	grid-area: number
}

.form-container .field-container:nth-of-type(3) {
	grid-area: expiration
}

.form-container .field-container:nth-of-type(4) {
	grid-area: security
}

.field-container {
	position: relative
}

.field-container input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 3px;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #dcdcdc
}

.field-container label {
	padding-bottom: 5px;
	font-size: 13px
}

.form-container {
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: auto auto;
	grid-template-rows: 90px 90px 90px;
	grid-template-areas: "name name" "number number" "expiration security";
	max-width: 400px;
	padding: 20px;
	color: #707070
}

.ccicon {
	height: 38px;
	position: absolute;
	right: 6px;
	top: calc(50% - 9px);
	width: 60px
}

@media (min-width: 768px) {
	#checkout-cc-form-modal .modal-dialog {
		min-width: 900px
	}
}

#checkout-cc-form-body {
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 65vh;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#checkout-cc-form-body .close {
	width: 25px;
	height: 25px;
	background: #222;
	border: 2px #fff solid;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: -13px;
	margin-right: -13px;
	border-radius: 25px;
	font-weight: normal
}

#checkout-cc-form-body .close:hover {
	background: #666
}

#checkout-cc-form-body .container {
	width: 100%;
	max-width: 400px;
	max-height: 251px;
	height: 54vw;
	padding: 20px;
	perspective: 1000px
}

#checkout-cc-form-body .preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important
}

#checkout-cc-form-body #checkout-cc-submit {
	margin-bottom: 10px
}

#ccsingle {
	position: absolute;
	right: 15px;
	top: 20px
}

#ccsingle svg {
	width: 100px;
	max-height: 60px
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
	width: 100%;
	-webkit-box-shadow: 1px 5px 6px 0px black;
	box-shadow: 1px 5px 6px 0px black;
	border-radius: 22px
}

#generatecard {
	cursor: pointer;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 2px 4px;
	background-color: #909090;
	border-radius: 4px;
	cursor: pointer;
	float: right
}

.creditcard .lightcolor,
.creditcard .darkcolor {
	-webkit-transition: fill .5s;
	transition: fill .5s
}

.creditcard .lightblue {
	fill: #03A9F4
}

.creditcard .lightbluedark {
	fill: #0288D1
}

.creditcard .red {
	fill: #ef5350
}

.creditcard .reddark {
	fill: #d32f2f
}

.creditcard .purple {
	fill: #ab47bc
}

.creditcard .purpledark {
	fill: #7b1fa2
}

.creditcard .cyan {
	fill: #26c6da
}

.creditcard .cyandark {
	fill: #0097a7
}

.creditcard .green {
	fill: #66bb6a
}

.creditcard .greendark {
	fill: #388e3c
}

.creditcard .lime {
	fill: #d4e157
}

.creditcard .limedark {
	fill: #afb42b
}

.creditcard .yellow {
	fill: #ffeb3b
}

.creditcard .yellowdark {
	fill: #f9a825
}

.creditcard .orange {
	fill: #ff9800
}

.creditcard .orangedark {
	fill: #ef6c00
}

.creditcard .grey {
	fill: #bdbdbd
}

.creditcard .greydark {
	fill: #616161
}

#svgname {
	text-transform: uppercase
}

#cardfront .st2 {
	fill: #FFFFFF
}

#cardfront .st3 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 600
}

#cardfront .st4 {
	font-size: 54.7817px
}

#cardfront .st5 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400
}

#cardfront .st6 {
	font-size: 33.1112px
}

#cardfront .st7 {
	opacity: 0.6;
	fill: #FFFFFF
}

#cardfront .st8 {
	font-size: 24px
}

#cardfront .st9 {
	font-size: 36.5498px
}

#cardfront .st10 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 300
}

#cardfront .st11 {
	font-size: 16.1716px
}

#cardfront .st12 {
	fill: #4C4C4C
}

#cardback .st0 {
	fill: none;
	stroke: #0F0F0F;
	stroke-miterlimit: 10
}

#cardback .st2 {
	fill: #111111
}

#cardback .st3 {
	fill: #F2F2F2
}

#cardback .st4 {
	fill: #D8D2DB
}

#cardback .st5 {
	fill: #C4C4C4
}

#cardback .st6 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400
}

#cardback .st7 {
	font-size: 27px
}

#cardback .st8 {
	opacity: 0.6
}

#cardback .st9 {
	fill: #FFFFFF
}

#cardback .st10 {
	font-size: 24px
}

#cardback .st11 {
	fill: #EAEAEA
}

#cardback .st12 {
	font-family: 'Rock Salt', cursive
}

#cardback .st13 {
	font-size: 37.769px
}

.creditcard {
	width: 100%;
	max-width: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	cursor: pointer
}

.creditcard .front,
.creditcard .back {
	position: absolute;
	width: 100%;
	max-width: 400px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	color: #47525d
}

.creditcard .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.creditcard.flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.base-container {
	max-width: 1140px;
	margin: 0 auto
}

.footer-menu-links {
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 25px
}

@media (max-width: 800px) {
	.footer-menu-links {
		flex-direction: column
	}
}

@media (max-width: 800px) {
	.footer-menu-links li.level0 {
		margin-bottom: 20px
	}
}

@media (max-width: 800px) {
	.footer-menu-links li.level0>ul {
		display: none
	}
}

@media (max-width: 800px) {
	.footer-menu-links li.level0.open>ul {
		display: block
	}
}

.footer-menu-links li.level0.open a.level-top:after {
	content: '\f077'
}

.footer-menu-links a.level-top {
	margin-bottom: 15px;
	font-size: 21px;
	display: block;
	line-height: 1
}

@media (max-width: 800px) {
	.footer-menu-links a.level-top {
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ffffff2e;
		display: flex;
		justify-content: space-between;
		font-size: 16px
	}

	.footer-menu-links a.level-top:after {
		content: '\f078';
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
		font-weight: 700;
		color: white
	}
}

.footer-menu-links .level1 a {
	color: #ccc;
	font-size: 13px;
	line-height: 2;
	text-decoration: none;
	transition: all .075s ease
}

@media (max-width: 800px) {
	.footer-menu-links .level1 a {
		font-size: 13px
	}
}

.category-description h1,
.category-description h2 {
	font-size: 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold
}

.category-description h1:after,
.category-description h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100px;
	background-color: #54BD84
}

.category-description h2 {
	font-size: 25px
}

.category-description p {
	font-size: 20px;
	line-height: 1.5
}

.catalog-category-view .sidebar .accordion-style1 li a {
	padding: 15px 10px;
	color: #000;
	font-weight: bold;
	border-bottom-color: #eee;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom-width: 2px
}

.catalog-category-view .sidebar .accordion-style1 li.active a {
	border-bottom-color: #54BD84
}

.catalog-category-view .block .block-content {
	padding: 0 0 30px
}

@media (max-width: 767px) {
	.catalog-category-view .no-gutter.grid-col2-sidebar {
		display: none
	}

	.catalog-category-view .no-gutter.grid-col2-main {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}
}

.footer-block-wrapper.ft-primary {
	position: static
}

.footer-visible .footer-container {
	height: auto
}

.footer-visible .main-container {
	min-height: 50vh
}

#owl-bg:not(.owl-theme) li {
	display: none
}

#owl-bg:not(.owl-theme) li:first-child {
	display: block
}

.tabs-panels {
	font-family: "Noto Sans", sans-serif !important
}

.tabs-panels .main-font,
.tabs-panels h1,
.tabs-panels h2,
.tabs-panels h3,
.tabs-panels h4,
.tabs-panels h5,
.tabs-panels .section-title,
.tabs-panels .products-list .product-name,
.tabs-panels .products-grid .product-name,
.tabs-panels h3.product-name,
.tabs-panels .block-layered-nav .block-subtitle--filter,
.tabs-panels .feature .heading,
.tabs-panels .accordion .heading,
.tabs-panels .nav-regular .nav-item.level0>a,
.tabs-panels .nav-regular .nav-submenu--mega>li>a,
.tabs-panels .nav-regular .nav-holder .dropdown-heading,
.tabs-panels .mobnav-trigger,
.tabs-panels .nav-mobile .nav-item.level0>a,
.tabs-panels .nav-mobile .nav-item.level1>a,
.tabs-panels .nav-mobile .nav-item.level2>a,
.tabs-panels .nav-regular .nav-holder .dropdown-heading,
.tabs-panels .nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading,
.tabs-panels .header-mobile .skip-link .label,
.tabs-panels .block .block-title,
.tabs-panels #opc-login h3,
.tabs-panels .box-account .box-head h2,
.tabs-panels .order-items h2.table-caption,
.tabs-panels .order-items h2.sub-title,
.tabs-panels .order-items .order-comments h2,
.tabs-panels .product-view .box-reviews dt .heading,
.tabs-panels .gen-tabs .tabs a,
.tabs-panels .footer .heading,
.tabs-panels #subscribe-form label,
.tabs-panels .caption .heading,
.tabs-panels #top .header-top-container>.right-column {
	font-family: "Noto Sans", sans-serif !important
}

@media (max-width: 900px) {
	.description-price.in-table {
		display: flex;
		margin-top: -16px;
		justify-content: space-between
	}
}

.description-price.in-table td {
	padding: 45px 5px 22px !important;
	font-size: 14px;
	vertical-align: inherit !important;
	border: none !important
}

@media (max-width: 900px) {
	.description-price.in-table td {
		padding: 18px 27px 18px !important;
		display: none !important;
		font-size: 12px
	}
}

.description-price.in-table td .line {
	margin: 6px 0;
	display: flex;
	align-items: center;
	height: 22px;
	justify-content: center
}

.description-price.in-table td .line .icon {
	font-size: 16px;
	margin-right: 10px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center
}

.description-price.in-table td .line .logical-icon {
	font-size: 25px
}

.description-price.in-table td .line .logical-icon.type-false {
	opacity: 0.17
}

@media (max-width: 900px) {

	.description-price.in-table td.options,
	.description-price.in-table td.high-current {
		display: block !important
	}
}

@media (max-width: 900px) {
	.description-price.in-table td:before {
		box-shadow: none !important
	}
}

.description-price.in-table .options {
	padding: 45px 41px 22px !important
}

@media (max-width: 900px) {
	.description-price.in-table .options {
		padding: 18px 27px 18px !important;
		display: none !important
	}
}

.description-price.in-table .options .line {
	justify-content: flex-start
}

.description-price.in-table .fare-rule-wrapper {
	display: flex;
	justify-content: center
}

.description-price.in-table .fare-rule {
	color: #488B67;
	align-items: center;
	margin-top: 25px;
	display: none
}

.description-price.in-table .fare-rule i {
	font-size: 13px;
	margin-right: 3px
}

.description-price.in-table .fare-rule span {
	text-decoration: underline
}

.description-price.in-table .fare-rule:hover span {
	text-decoration: none
}

.description-price.in-table td.high-current .fare-rule {
	display: flex
}

.payment-notification-popup-text .details {
	font-size: 14px;
	margin-top: 15px
}

.uppercase-input {
	text-transform: uppercase
}

.alert-popup-wrapper {
	background: #c7ddf6
}

.alert-popup-wrapper .alert-popup {
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.alert-popup-wrapper .alert-popup-content {
	flex: 1;
	color: #065398;
	line-height: 1.3
}

.alert-popup-wrapper .alert-popup-content i {
	margin-right: 10px
}

.alert-popup-wrapper .alert-popup-content a {
	color: #065398
}

.alert-popup-wrapper .alert-popup-content:hover {
	color: #4a90e2
}

.alert-popup-wrapper .alert-popup-content:hover a {
	color: #4a90e2
}

.alert-popup-wrapper .alert-popup-close {
	cursor: pointer;
	flex-shrink: 0;
	color: #065398;
	margin-left: 10px
}

.popup-ads-wrapper {
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.popup-ads-wrapper.open {
	display: flex
}

.popup-ads-wrapper .popup-ads-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px);
	z-index: 1;
	cursor: pointer
}

.popup-ads-wrapper .popup-ads-modal {
	position: relative;
	z-index: 2;
	padding: 40px
}

.popup-ads-wrapper .popup-ads-modal .popup-ads-close {
	background-color: #fff;
	border-radius: 50%;
	font-size: 26px;
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 6px #00000029;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer
}

.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper {
	position: relative
}

.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper .popup-ads-content {
	position: relative;
	z-index: 1
}

.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper .popup-ads-content img,
.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper .popup-ads-content video,
.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper .popup-ads-content iframe {
	max-width: 100%
}

.popup-ads-wrapper .popup-ads-modal .popup-ads-content-wrapper .popup-ads-content-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.privat-installment-table-wrapper .slider-title {
	margin-bottom: 20px
}

.privat-installment-table-wrapper .slider-container-wrapper {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-pointer {
	width: 24px;
	height: 24px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #D9D9D9;
	top: -2px
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-pointer:before {
	display: none
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-pointer:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	background: #86c62e;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-selected {
	background-color: #86c62e;
	border: none
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-scale span:before {
	background-color: #fff;
	width: 2px;
	top: 0;
	height: 10px
}

.privat-installment-table-wrapper .slider-container .rs-container .rs-scale span:first-child:before,
.privat-installment-table-wrapper .slider-container .rs-container .rs-scale span:last-child:before {
	display: none
}

#privat-installment-table {
	display: flex;
	justify-content: center;
	font-weight: normal
}

.privat-installment-table {
	width: 65%
}

@media (max-width: 767px) {
	.privat-installment-table {
		width: 100%;
		font-size: 14px
	}
}

.privat-installment-table tr td {
	padding: 3px 0
}

.privat-installment-table tr td:last-child {
	text-align: right
}

.breadcrumbs-duplicate {
	display: none
}

.promotion-index-index .main-container {
	font-family: 'Noto Sans', serif
}

.promotion-index-index .breadcrumbs-duplicate {
	display: block
}

@media (max-width: 767px) {
	.promotion-index-index .breadcrumbs-duplicate {
		display: none
	}
}

.promotion-index-index .inner-container .breadcrumbs {
	display: none
}

.promotion-index-index .promotions-slider-wrapper {
	padding-top: 60px
}

@media (max-width: 767px) {
	.promotion-index-index .promotions-slider-wrapper {
		padding-top: 0
	}
}

.promotion-index-index .breadcrumbs+* {
	margin-top: 0 !important
}

.promotions-slider-wrapper {
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.promotions-slider-wrapper {
		margin-bottom: 19px
	}
}

.promotions-slider-wrapper .promotions-owl-slider .owl-item>li>img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	min-height: auto
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider .owl-item>li>img {
		height: 141px
	}
}

.promotions-slider-wrapper .promotions-owl-slider .owl-controls {
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translate(-50%, 0)
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider .owl-controls {
		bottom: 11px
	}
}

.promotions-slider-wrapper .promotions-owl-slider .owl-controls .owl-page {
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 0.45;
	border-radius: 50%;
	margin: 0 8px;
	display: inline-block
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider .owl-controls .owl-page {
		width: 7px;
		height: 7px;
		margin: 0 4px
	}
}

.promotions-slider-wrapper .promotions-owl-slider .owl-controls .owl-page.active {
	opacity: 1
}

.promotions-slider-wrapper .promotions-owl-slider-content {
	position: absolute;
	bottom: 90px;
	width: 100%;
	text-align: center;
	color: #fff
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider-content {
		bottom: 37px
	}
}

.promotions-slider-wrapper .promotions-owl-slider-content .title {
	text-transform: uppercase;
	font-size: 48px
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider-content .title {
		font-size: 20px
	}
}

.promotions-slider-wrapper .promotions-owl-slider-content .title span {
	font-weight: bold
}

.promotions-slider-wrapper .promotions-owl-slider-content .text {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff
}

@media (max-width: 767px) {
	.promotions-slider-wrapper .promotions-owl-slider-content .text {
		font-size: 10px
	}
}

.promotions-slider-wrapper .promotions-owl-slider-content .text span {
	font-weight: bold
}

.table-promotions-wrapper {
	box-shadow: 0 3px 6px #00000029;
	border-radius: 4px;
	line-height: 1.3
}

.table-promotions-wrapper .table-promotions-filters {
	padding: 24px 19px;
	background-color: #F7F7F7
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions-filters {
		padding: 20px 9px 24px 11px
	}
}

.table-promotions-wrapper .table-promotions-form .inline-form-wrapper {
	display: flex
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions-form .inline-form-wrapper {
		flex-direction: column
	}
}

.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box {
	flex: 1 1 auto;
	position: relative
}

.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box .wt-airport-autocomplete {
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 31px 12px 13px;
	width: 100%;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box .wt-airport-autocomplete {
		font-size: 12px;
		padding: 27px 10px 8px;
		margin-bottom: 13px
	}
}

.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box .wt-airport-autocomplete::placeholder {
	color: #000
}

.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box .label {
	position: absolute;
	top: 12px;
	left: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions-form .inline-form-wrapper .search-box .label {
		font-size: 10px
	}
}

.table-promotions-wrapper .btn-search-promotions {
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px 66px;
	margin-left: 20px;
	outline: none
}

@media (max-width: 767px) {
	.table-promotions-wrapper .btn-search-promotions {
		font-size: 16px;
		padding: 13px 66px;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0
	}
}

.table-promotions-wrapper .table-promotions .tp-header {
	display: flex;
	border-bottom: 1px solid #D1D1D1
}

.table-promotions-wrapper .table-promotions .tp-header .tph-item {
	flex: 1;
	padding: 28px 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-header .tph-item {
		font-size: 10px;
		padding: 5px 1px
	}
}

.table-promotions-wrapper .table-promotions .tp-header .tph-item.sale-period,
.table-promotions-wrapper .table-promotions .tp-header .tph-item.travel-period {
	flex: 0 0 100px
}

@media (max-width: 767px) {

	.table-promotions-wrapper .table-promotions .tp-header .tph-item.sale-period,
	.table-promotions-wrapper .table-promotions .tp-header .tph-item.travel-period {
		flex: 1
	}
}

.table-promotions-wrapper .table-promotions .tp-header .tph-item p {
	text-align: center
}

.table-promotions-wrapper .table-promotions .tp-header .tph-item .note {
	font-weight: normal;
	font-size: 14px
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-header .tph-item .note {
		font-size: 8px
	}
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-header .tph-item.show-desktop-only {
		display: none
	}
}

.table-promotions-wrapper .table-promotions .tp-header .tph-item.show-mobile-only {
	display: none
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-header .tph-item.show-mobile-only {
		display: flex
	}
}

.table-promotions-wrapper .table-promotions .tp-body {
	padding: 0 0 32px
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr {
	display: flex
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	padding: 28px 13px;
	border-bottom: 1px solid #EAEAEA
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td {
		font-size: 10px;
		padding: 12px 1px
	}
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.from,
.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.to {
	font-size: 18px;
	font-weight: bold;
	position: relative
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.from .flight-direction-icon,
.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.to .flight-direction-icon {
	font-size: 23px;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -12px
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.destination {
	font-size: 18px;
	font-weight: bold;
	flex-direction: column
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.destination {
		font-size: 10px
	}
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.destination .flight-direction-icon {
	margin: 5px 0;
	font-size: 23px
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.destination .flight-direction-icon {
		font-size: 15px
	}
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.sale-period,
.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.travel-period {
	flex: 0 0 100px;
	font-size: 14px;
	text-align: center;
	flex-direction: column
}

@media (max-width: 767px) {

	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.sale-period,
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.travel-period {
		flex: 1;
		font-size: 10px
	}
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.sale-period .date-divider,
.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.travel-period .date-divider {
	display: inline-block;
	text-align: center
}

@media (max-width: 767px) {

	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.sale-period .date-divider,
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.travel-period .date-divider {
		display: block;
		text-transform: lowercase
	}
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.show-desktop-only {
		display: none
	}
}

.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.show-mobile-only {
	display: none
}

@media (max-width: 767px) {
	.table-promotions-wrapper .table-promotions .tp-body .tpb-tr .tpb-td.show-mobile-only {
		display: flex
	}
}

.table-promotions-wrapper .table-promotions .sale-period,
.table-promotions-wrapper .table-promotions .travel-period {
	width: 100px
}

.table-promotions-wrapper .book-now-link,
.table-promotions-wrapper .is-not-available,
.table-promotions-wrapper .is-not-active {
	border: 1px solid #D1D1D1;
	border-radius: 15px;
	display: block;
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000000;
	box-sizing: border-box
}

@media (max-width: 767px) {

	.table-promotions-wrapper .book-now-link,
	.table-promotions-wrapper .is-not-available,
	.table-promotions-wrapper .is-not-active {
		font-size: 8px;
		padding: 10px 6px;
		width: 73%;
		border-radius: 10px
	}
}

.table-promotions-wrapper .book-now-link .price,
.table-promotions-wrapper .is-not-available .price,
.table-promotions-wrapper .is-not-active .price {
	font-weight: bold
}

.table-promotions-wrapper .book-now-link .hover-text {
	display: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold
}

.table-promotions-wrapper .book-now-link:hover .main-text {
	display: none
}

.table-promotions-wrapper .book-now-link:hover .hover-text {
	display: block
}

.table-promotions-wrapper .is-not-available {
	color: #D1D1D1;
	border-color: #EAEAEA
}

.table-promotions-wrapper .is-not-active {
	line-height: 0.8
}

@media (max-width: 767px) {
	.table-promotions-wrapper .is-not-active {
		line-height: 1.3
	}
}

.table-promotions-wrapper .is-not-active .coming-soon-text {
	color: #707070;
	font-size: 10px;
	font-weight: 500;
	display: block;
	margin-top: 5px
}

@media (max-width: 767px) {
	.table-promotions-wrapper .is-not-active .coming-soon-text {
		display: none
	}
}

.promotions-wrapper {
	padding: 0 15px
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable {
	margin: 43px 0 53px
}

@media (max-width: 767px) {
	.promotions-wrapper .terms-and-conditions-wrapper .collapseable {
		margin: 22px 0 16px
	}
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable .description-block {
	margin: 0
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable .c-content {
	max-height: 105px;
	overflow: hidden;
	transition: max-height 1s
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable .c-actions {
	margin-top: 10px
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable .c-button {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 17px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	font-weight: 500
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable .c-show-less {
	display: none
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable.open .c-content {
	max-height: none
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable.open .c-show-more {
	display: none
}

.promotions-wrapper .terms-and-conditions-wrapper .collapseable.open .c-show-less {
	display: block
}

.promotions-wrapper .terms-and-conditions-wrapper .description-block {
	color: #707070;
	font-size: 18px;
	line-height: 30px
}

@media (max-width: 767px) {
	.promotions-wrapper .terms-and-conditions-wrapper .description-block {
		font-size: 12px
	}
}

.promotions-wrapper .terms-and-conditions-wrapper .description-block h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 16px
}

@media (max-width: 767px) {
	.promotions-wrapper .terms-and-conditions-wrapper .description-block h2 {
		font-size: 16px;
		margin-bottom: 6px
	}
}

.promotions-wrapper .terms-and-conditions-wrapper .description-block h4 {
	font-size: 18px;
	color: #707070;
	margin-top: 20px;
	font-weight: bold
}

.promotions-wrapper .terms-and-conditions-wrapper .description-block ol {
	list-style: decimal;
	padding-left: 17px
}

.promotions-wrapper .terms-and-conditions-wrapper .description-block ul {
	list-style: disc;
	padding-left: 18px
}

.promotions-wrapper .keep-in-touch-wrapper {
	margin-bottom: 50px
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch {
	display: flex;
	border-radius: 10px;
	opacity: 1;
	padding: 21px 27px 22px 21px;
	justify-content: space-between
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch {
		flex-direction: column;
		padding: 16px 15px
	}
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-text {
	color: #fff
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-text .kit-title {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-text .kit-title {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-text .kit-sub-title {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper {
		margin-top: 14px
	}
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form {
	display: flex
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .form-item-input {
		flex-grow: 1
	}
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-input {
	background: #FFFFFF;
	border: 1px solid #A8A8A8;
	border-radius: 5px 0 0 5px;
	padding: 11px 21px;
	width: 309px;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-input {
		width: 100%;
		flex-grow: 1;
		padding: 8px 15px
	}
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-input::placeholder {
	font-style: italic;
	color: #D1D1D1
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .form-item-button {
	flex-shrink: 0
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-button {
	background: #8D1D40;
	box-shadow: 0 0 6px #00000029;
	border-radius: 0 5px 5px 0;
	border: none;
	padding: 15px 50px;
	font-size: 14px;
	color: #fff
}

@media (max-width: 767px) {
	.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-button {
		width: auto;
		padding: 12px 22px
	}
}

.promotions-wrapper .keep-in-touch-wrapper .keep-in-touch .kit-form-wrapper .kit-form .kit-subscribe-button i {
	font-size: 17px;
	margin-left: 5px
}

.promotions-wrapper .ajax-login-modal .modal-dialog {
	width: 650px;
	background: white;
	border-radius: 10px;
	padding: 40px 40px 18px;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.promotions-wrapper .ajax-login-modal .modal-dialog {
		width: auto
	}
}

.promotions-wrapper .ajax-login-modal .modal-dialog .member-mobile {
	width: 100%;
	padding: 0 0 20px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #52AD58
}

.promotions-wrapper .ajax-login-modal .modal-dialog .member-mobile i.far {
	margin-right: 16px;
	font-size: 20px
}

.rs-container * {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.rs-container {
	font-family: Arial, Helvetica, sans-serif;
	height: 45px;
	position: relative
}

.rs-container .rs-bg,
.rs-container .rs-selected {
	background-color: #eee;
	border: 1px solid #ededed;
	height: 10px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 100%;
	border-radius: 3px
}

.rs-container .rs-selected {
	background-color: #00b3bc;
	border: 1px solid #00969b;
	transition: all 0.2s linear;
	width: 0
}

.rs-container.disabled .rs-selected {
	background-color: #ccc;
	border-color: #bbb
}

.rs-container .rs-pointer {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	cursor: pointer;
	height: 20px;
	left: -10px;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	width: 30px;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 6px #ebebeb, 1px 1px 4px rgba(0, 0, 0, 0.1)
}

.rs-container.disabled .rs-pointer {
	border-color: #ccc
}

.rs-container .rs-pointer::before,
.rs-container .rs-pointer::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 9px;
	background-color: #ddd;
	left: 12px;
	top: 5px
}

.rs-container .rs-pointer::after {
	left: auto;
	right: 12px
}

.rs-container.disabled .rs-pointer {
	cursor: default
}

.rs-container.sliding .rs-selected,
.rs-container.sliding .rs-pointer {
	transition: none
}

.rs-container .rs-scale {
	left: 0;
	position: absolute;
	top: 5px;
	white-space: nowrap
}

.rs-container .rs-scale span {
	float: left;
	position: relative
}

.rs-container .rs-scale span::before {
	background-color: #ededed;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px
}

.rs-container.rs-noscale span::before {
	display: none
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
	display: block
}

.rs-container .rs-scale span:last-child {
	margin-left: -1px;
	width: 0px
}

.rs-container .rs-scale span ins {
	color: #333;
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
	text-decoration: none
}

.rs-container.disabled .rs-scale span ins {
	color: #999
}

.rs-tooltip {
	color: #333;
	width: auto;
	min-width: 60px;
	height: 30px;
	position: relative;
	background: #fff;
	border: 1px solid #00969b;
	border-radius: 3px;
	position: absolute;
	transform: translate(-50%, -35px);
	left: 13px;
	text-align: center;
	font-size: 13px;
	padding: 6px 10px 0
}

.rs-container.disabled .rs-tooltip {
	border-color: #ccc;
	color: #999
}

@media screen and (max-width: 4120px) {

	.booking-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.booking-index-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary>div {
		max-width: 1140px
	}

	.cms-route-bill-born .preface>ul#booking-block-tabs,
	.cms-route-mid-kob .preface>ul#booking-block-tabs,
	.cms-route-mid-bill .preface>ul#booking-block-tabs {
		margin: 0 auto 3px
	}
}

@media screen and (max-width: 690px) {

	.customer-account-login .account-login .login-form .link-line,
	.customer-account-login .account-login .login-form .button-line,
	.account-reset-password .link-line,
	.account-reset-password .button-line {
		flex-direction: column
	}

	.customer-account-login .account-login .login-form .link-line .rcode,
	.customer-account-login .account-login .login-form .button-line .rcode,
	.account-reset-password .link-line .rcode,
	.account-reset-password .button-line .rcode {
		text-align: center
	}

	.customer-account-login .account-login .login-form .link-line .rcode .captcha,
	.customer-account-login .account-login .login-form .button-line .rcode .captcha,
	.account-reset-password .link-line .rcode .captcha,
	.account-reset-password .button-line .rcode .captcha {
		display: inline-block
	}
}

@media screen and (max-width: 767px) {
	#flash-sale-wrapper .ajax-login-modal .modal-dialog {
		width: 96%;
		margin: 2%
	}
}

@media screen and (max-width: 1660px) {
	.footer-container .footer-container2 {
		width: 100%
	}

	#flash-sale-wrapper .bg-image-block {
		height: 450px
	}

	#flash-sale-wrapper .bg-image-block .timer-block {
		top: 30px;
		min-height: 310px
	}

	#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper,
	#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper i {
		font-size: 40px
	}

	#flash-sale-wrapper .descriptin-block {
		margin-top: 40px
	}

	#flash-sale-wrapper .descriptin-block h1 {
		font-size: 35px;
		line-height: 50px
	}

	#flash-sale-wrapper .descriptin-block p {
		font-size: 16px
	}

	#flash-sale-wrapper #flash-sale-button {
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 18px
	}
}

@media screen and (max-width: 900px) {
	#flash-sale-static-block.grid12-4 {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 1%
	}

	#flash-sale-static-block.grid12-4 div.content {
		height: inherit;
		background: none
	}

	#flash-sale-wrapper .bg-image-block {
		height: auto;
		margin: 25px 0
	}

	#flash-sale-wrapper .bg-image-block .cover {
		width: 100%;
		background: none !important
	}

	#flash-sale-wrapper .bg-image-block .timer-block {
		position: static;
		padding: 0;
		align-items: center;
		min-height: auto
	}

	#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper {
		font-size: 51px
	}

	#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper i {
		font-size: 51px
	}

	#flash-sale-wrapper .bg-image-block .timer-block .first-row-wrapper span {
		font-weight: bold
	}

	#flash-sale-wrapper .bg-image-block .timer-block .second-row-wrapper {
		color: #AC2952;
		font-size: 14px;
		margin: 15px 0;
		display: flex
	}

	#flash-sale-wrapper #flash-sale-button {
		margin: 0 auto;
		width: calc(100% - 20px);
		box-sizing: border-box;
		height: 73px;
		line-height: 73px;
		font-size: 25px
	}

	.wt-flashsale-flights-index #flash-sale-wrapper .bg-image-block {
		margin: 25px 0 0
	}

	.wt-flashsale-flights-index #flash-sale-wrapper .bg-image-block .timer-block #flashSaleTimer {
		display: none
	}

	.wt-flashsale-flights-index #flash-sale-wrapper .bg-image-block .timer-block .second-row-wrapper {
		margin: 15px 0 0
	}

	.wt-flashsale-flights-index #flash-sale-wrapper .bg-image-block .timer-block .second-row-wrapper #start-in-title {
		margin-right: 5px
	}
}

@media screen and (max-width: 1460px) {
	#owl-bg .owl-controls {
		display: none !important
	}
}

@media screen and (min-width: 1460px) {
	.cms-index-index .footer-container .custom-footer {
		background-position-y: 10%
	}
}

@media screen and (min-width: 2000px) {
	.cms-index-index .footer-container .custom-footer {
		background-position-y: 17%;
		height: 270px
	}
}

@media screen and (max-width: 1280px) {

	.cms-route-bill-born .preface>ul#booking-block-tabs,
	.cms-route-mid-kob .preface>ul#booking-block-tabs,
	.cms-route-mid-bill .preface>ul#booking-block-tabs {
		width: 100%
	}

	.customer-account .sidebar {
		width: 25%
	}

	.customer-account .sidebar .block-account .customer-navigation li strong,
	.customer-account .sidebar .block-account .customer-navigation li a,
	.customer-account .sidebar .block-account .customer-navigation li span {
		padding: 0 10px;
		line-height: normal
	}

	#top .right-column {
		min-width: 24%
	}

	.nav-regular .nav-item.level0>a {
		padding: 0 12px !important
	}
}

@media screen and (max-width: 1200px) {

	.main-container .main,
	.booking-index-index .inner-container .search-form-wrapper.is-summary.fixed,
	.booking-index-index .inner-container .search-form-wrapper.is-summary {
		max-width: 1140px
	}

	.booking-index-index #owl-bg {
		height: 696px !important
	}

	#top .header-menu-flex>.right-column.grid12-8 {
		width: 100%
	}

	.main-container .search-order .field.button-search {
		display: flex;
		justify-content: space-between
	}

	.main-container .search-order .field.button-search>* {
		width: 40% !important
	}

	.customer-account .sidebar {
		width: 100%;
		max-width: unset
	}

	.customer-account .col-main.grid12-9 {
		width: 100%
	}

	.customer-account .inner-container {
		display: flex;
		flex-direction: column
	}

	.block-account .block-content.customer-navigation ul {
		display: flex
	}
}

@media screen and (max-width: 1180px) {

	.main-container .main,
	.footer-container .footer-links-block,
	.booking-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.booking-index-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary>div,
	.footer-primary.footer.container {
		width: calc(100% - 40px)
	}
}

@media screen and (max-width: 1180px) and (max-width: 767px) {

	.main-container .main,
	.footer-container .footer-links-block,
	.booking-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.booking-index-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-flight-index .inner-container .search-form-wrapper.is-summary>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary.fixed>div,
	.hotels-index-index .inner-container .search-form-wrapper.is-summary>div,
	.footer-primary.footer.container {
		width: calc(100% - 20px)
	}
}

@media screen and (max-width: 1180px) {

	#step-ssr .category-products.configurable .products-content .item,
	#step-ssr .category-products.category_extras .products-content .item {
		width: calc(50% - 15px)
	}

	#step-ssr .category-products.configurable .products-content .item:nth-child(3n),
	#step-ssr .category-products.category_extras .products-content .item:nth-child(3n) {
		margin-right: 30px
	}

	#step-ssr .category-products.configurable .products-content .item:nth-child(2n),
	#step-ssr .category-products.category_extras .products-content .item:nth-child(2n) {
		margin-right: 0
	}

	#top .header-top-container>.right-column,
	#top .header-menu-flex {
		width: calc(100vw - 70px);
		padding: 0 35px
	}

	#totals-info-block {
		top: -60px
	}

	ul.top-flight-heading {
		flex-direction: column
	}

	.inner-container #flight-summary-box.open #totals-info-block {
		height: auto;
		width: 100%
	}

	.booking-index-index .inner-container #flight-summary-box.open #totals-info-block>.totals>span {
		font-size: 14px
	}

	.nav-regular .nav-item.level0>a {
		padding: 0 8px !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap {
		width: 23px;
		height: 23px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap #destination-switcher {
		position: static;
		margin: 0;
		padding: 0
	}

	.footer-primary.footer.container {
		left: 10px
	}

	.customer-account-create .main-bottom-container {
		top: 84px
	}

	.booking-index-index .inner-container #summary-prev-extras {
		text-align: left
	}

	.footer-container .footer-container2 {
		margin: 0 auto
	}

	.mobnav-trigger-wrapper.clearer {
		display: none !important
	}

	.footer-container:after {
		display: none
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .title {
		font-size: 18px
	}

	#quicksearch ul#quicksearch-fields li.flights-select-from:after,
	#quicksearch ul#quicksearch-fields li.flights-select-to:after {
		display: none
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-passengers {
		width: auto
	}

	.owl-item-slideshow-content {
		left: 4%
	}

	#resultlist table tr.heading td.flight {
		width: 300px
	}

	#quicksearch ul#quicksearch-fields li.flights-select-from:before {
		border: none
	}

	.booking-index-index .col-main #tripsearch .inputbox.travel-from:after,
	.booking-index-index .col-main #tripsearch .inputbox.travel-from:before,
	.hotels-flight-index .col-main #tripsearch .inputbox.travel-from:after,
	.hotels-flight-index .col-main #tripsearch .inputbox.travel-from:before {
		border: none
	}

	.booking-index-index .inner-container .col-main>.no-left-gutter.grid12-9,
	.hotels-flight-index .inner-container .col-main>.no-left-gutter.grid12-9 {
		width: 100%
	}

	.booking-index-index .inner-container .summary-box #summary,
	.booking-index-index .inner-container .summary-box #flight-summary,
	.hotels-flight-index .inner-container .summary-box #summary,
	.hotels-flight-index .inner-container .summary-box #flight-summary {
		display: block
	}

	.booking-index-index .inner-container .summary-box #summary-items,
	.hotels-flight-index .inner-container .summary-box #summary-items {
		height: auto
	}

	.booking-index-index .inner-container .summary-box #summary-items .item,
	.hotels-flight-index .inner-container .summary-box #summary-items .item {
		width: 100%
	}

	.booking-index-index .inner-container .summary-box #totals-info-block .totals.icon,
	.hotels-flight-index .inner-container .summary-box #totals-info-block .totals.icon {
		display: none
	}

	.booking-index-index .inner-container .col-main .summary-box #form-flights>*,
	.hotels-flight-index .inner-container .col-main .summary-box #form-flights>* {
		height: 54px;
		line-height: 54px;
		font-size: 16px
	}

	.booking-index-index .inner-container .col-main .summary-box>#summary,
	.hotels-flight-index .inner-container .col-main .summary-box>#summary {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		height: 68px;
		padding: 0;
		box-sizing: border-box;
		justify-content: space-between;
		width: 100%;
		max-width: 100%
	}

	.booking-index-index .inner-container #summary-items .fd-operation-carrier,
	.booking-index-index .inner-container #summary-items .item .time>div:last-child,
	.hotels-flight-index .inner-container #summary-items .fd-operation-carrier,
	.hotels-flight-index .inner-container #summary-items .item .time>div:last-child {
		display: none
	}

	.booking-index-index .inner-container .seatselect-button>span>span,
	.hotels-flight-index .inner-container .seatselect-button>span>span {
		margin-left: 0
	}

	.booking-index-index .inner-container .col-main #summary .loader-absolute,
	.hotels-flight-index .inner-container .col-main #summary .loader-absolute {
		top: 23px;
		background-size: 20px
	}

	.booking-index-index .inner-container .col-main #summary .reference-number,
	.hotels-flight-index .inner-container .col-main #summary .reference-number {
		color: #d22027
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary,
	.hotels-flight-index .inner-container .col-main #summary #flight-summary {
		position: relative;
		display: flex
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items,
	.hotels-flight-index .inner-container .col-main #summary #flight-summary #summary-items {
		padding: 0;
		overflow: visible;
		display: flex;
		align-items: center;
		border: none
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .title,
	.hotels-flight-index .inner-container .col-main #summary #flight-summary #summary-items .item .title {
		font-size: 13px;
		padding: 0
	}

	#summary .item ul li .name {
		width: 50%
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .time {
		display: inline-block;
		vertical-align: top;
		line-height: 20px;
		margin: 5px 0;
		width: 100%
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .time.stops-1 {
		display: block;
		margin: 0 0 5px
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .time .fd-trip {
		margin: 0;
		vertical-align: top;
		font-size: 12px;
		line-height: 19px
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .time .fd-date {
		display: block;
		font-size: 14px;
		margin: 0;
		font-weight: 400
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .per-passenger {
		clear: both;
		display: block
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .per-passenger li {
		display: block;
		margin: 0;
		clear: both;
		max-height: 0px;
		transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1)
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .per-passenger li.line:first-child {
		max-height: 500px
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .per-passenger li>div {
		margin: 0 0 2px
	}

	.booking-index-index .inner-container .col-main #summary.shown #flight-summary #summary-items .item .per-passenger li {
		max-height: 500px;
		margin: 0 0 6px
	}

	.booking-index-index .inner-container .col-main #summary .totals {
		display: flex;
		font-weight: 700;
		font-size: 18px;
		line-height: 25px;
		margin: 0
	}

	.booking-index-index .inner-container .col-main #summary .totals>span {
		text-transform: uppercase;
		font-weight: 800;
		line-height: 28px;
		margin: 0 20px 0 0;
		float: left
	}

	.booking-index-index .inner-container .col-main #summary .totals #summary-totals-price {
		font-weight: 800
	}

	.booking-index-index .inner-container .col-main #summary .sub-total {
		display: none
	}

	.booking-index-index .inner-container .passengers-button .inner span {
		line-height: 18px;
		margin: 0
	}
}

@media screen and (max-width: 1060px) {

	.booking-index-index .inner-container .summary-box.is-summary,
	.hotels-flight-index .inner-container .summary-box.is-summary {
		padding: 0 12px;
		box-sizing: border-box
	}

	.booking-index-index .inner-container .col-main #summary .summary-inner,
	.hotels-flight-index .inner-container .col-main #summary .summary-inner {
		top: unset;
		bottom: 72px;
		width: 100%;
		max-height: 78vh !important;
		z-index: 100;
		padding-top: 20px
	}

	#step-confirmation .contact_info,
	.checkout-onepage-success .contact_info {
		flex-direction: column;
		padding: 10px 0 !important
	}

	#step-confirmation .contact_info>div,
	.checkout-onepage-success .contact_info>div {
		width: 100%;
		border-right: none;
		padding-left: 0
	}

	.nobr {
		white-space: normal !important
	}

	.booking-index-index #owl-bg.step-active,
	.booking-index-index.modify-booking #owl-bg {
		height: 543px !important
	}

	w .booking-index-index #owl-bg {
		height: 643px !important
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox {
		right: 0
	}

	#quicksearch ul#quicksearch-fields.active-date.active>li#quicksearch-search {
		top: 20px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap #destination-switcher {
		top: 22px;
		left: -22px;
		position: relative
	}

	table.thin-oswald.flight-headings tr {
		flex-direction: row !important;
		justify-content: left !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		width: calc(50% - 47px)
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
		margin: 0 16px 0 0
	}

	.step-data .opc .panel-default>.panel-heading h4.from,
	.confirmation .opc .panel-default>.panel-heading h4.from {
		margin-top: 40px
	}

	div#account-links-wrapper-regular,
	.customer-account .sidebar .block-account .customer-navigation li:before {
		display: none
	}

	#top .header-container3,
	h1.logo,
	div.logo-wrapper {
		margin: 0
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .total {
		line-height: 26px;
		font-size: 30px
	}

	#nav-menu-link {
		display: none
	}

	#top .header-menu-flex>.left-column.grid12-4 {
		width: 180px
	}

	.nav-regular .nav-item.level0>a {
		font-size: 11px !important
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
		width: calc(46% - 148.5px)
	}

	.booking-index-index .col-main #tripsearch .inputbox #destination,
	.booking-index-index .col-main #tripsearch .inputbox>input,
	.booking-index-index .col-main #tripsearch .inputbox #origin {
		width: 150px
	}

	.customer-account .col-main.grid12-9 {
		width: 100%
	}

	.customer-account .main.container::before {
		display: none
	}

	.customer-account .sidebar {
		padding: 0;
		width: 100%;
		max-width: 1020px;
		margin: 0;
		border-bottom: none
	}

	.customer-account .sidebar .block-account {
		width: 100%
	}

	.customer-account .sidebar {
		order: -1
	}

	.customer-account .sidebar .block-account .customer-navigation ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	.customer-account .sidebar .block-account .customer-navigation li {
		width: 30%
	}

	.customer-account .sidebar .block-account .customer-navigation li:hover,
	.customer-account .sidebar .block-account .customer-navigation li.current {
		border-right: none !important
	}

	.customer-account .sidebar .block-account .customer-navigation li strong,
	.customer-account .sidebar .block-account .customer-navigation li a {
		padding-left: 10px;
		text-align: center;
		font-size: 14px
	}

	.customer-account .sidebar .block-account .customer-navigation li::before {
		left: 7px
	}

	.customer-account .main-content-inner {
		width: 100%;
		padding: 25px 0;
		margin: 0
	}

	#header-account .links li {
		margin: 2px 4px 0
	}

	#top .header-top-container>.right-column {
		min-width: 50%
	}

	.booking-index-index .inner-container .summary-box #summary .arrow-toggle-summary.active span {
		transform: rotate(135deg);
		top: 0
	}

	.booking-index-index .inner-container .summary-box #summary .arrow-toggle-summary span {
		transform: rotate(-45deg);
		top: 3px
	}
}

@media screen and (max-width: 900px) {
	.logo-wrapper .logo img.large {
		display: none
	}

	#step-passengers #contactinfo .ajax-messages {
		bottom: 54px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox.simple .destinations ul.airport-wrapper,
	.booking-index-index #tripsearch #originselect.simple .destinations ul.airport-wrapper,
	.booking-index-index #tripsearch #destinationselect.simple .destinations ul.airport-wrapper {
		width: 96%
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights #originselect .header {
		margin: 0 24px 0px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul.airport-wrapper .column,
	.booking-index-index #tripsearch .infobox .destinations ul.airport-wrapper .column {
		width: 100% !important
	}

	#quicksearch ul#quicksearch-fields #originselect,
	#quicksearch ul#quicksearch-fields #destinationselect,
	.booking-index-index #originselect,
	.booking-index-index #destinationselect {
		display: block;
		overflow-y: scroll
	}

	#quicksearch ul#quicksearch-fields #originselect ::-webkit-scrollbar-track,
	#quicksearch ul#quicksearch-fields #destinationselect ::-webkit-scrollbar-track,
	.booking-index-index #originselect ::-webkit-scrollbar-track,
	.booking-index-index #destinationselect ::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5
	}

	#quicksearch ul#quicksearch-fields #originselect ::-webkit-scrollbar,
	#quicksearch ul#quicksearch-fields #destinationselect ::-webkit-scrollbar,
	.booking-index-index #originselect ::-webkit-scrollbar,
	.booking-index-index #destinationselect ::-webkit-scrollbar {
		width: 12px;
		background-color: #F5F5F5
	}

	#quicksearch ul#quicksearch-fields #originselect ::-webkit-scrollbar-thumb,
	#quicksearch ul#quicksearch-fields #destinationselect ::-webkit-scrollbar-thumb,
	.booking-index-index #originselect ::-webkit-scrollbar-thumb,
	.booking-index-index #destinationselect ::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #54BD84
	}

	.logo-wrapper .logo img.small {
		display: block
	}

	#quicksearch label.calendar {
		padding: 0
	}

	.customer-account .main-container .inner-container,
	.sales-order-view .inner-container .col-main {
		margin-bottom: 0
	}

	.footer-container .footer-links-block .collapsible.mobile-collapsible {
		width: 100%
	}

	.footer-container .footer-links-block .collapsible.mobile-collapsible h6.block-title.heading {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid #ffffff2e
	}

	.footer-container .footer-links-block .collapsible.mobile-collapsible h6.block-title.heading:after {
		content: '\f078';
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
		font-weight: 700;
		color: white;
		position: relative;
		top: 0;
		right: 0
	}

	.footer-container .footer-links-block .collapsible.mobile-collapsible h6.block-title.heading.active:after {
		content: '\f077'
	}

	.footer-primary.footer.container,
	.footer-container .footer-links-block {
		width: calc(100% - 60px)
	}

	#collapse-payment #form-checkout dt label img,
	#collapse-payment #form-checkout dd label img {
		max-width: 100%
	}

	.flightservice-ticket-index .main.container .inner-container .content .searchBar .error-message {
		font-size: 10px;
		bottom: -12px
	}

	.flightservice-ticket-index .no-gutter.grid-col2-sidebar {
		width: 25% !important;
		min-width: 116px
	}

	.flightservice-ticket-index .no-gutter.grid-col2-sidebar .links a {
		font-size: 12px;
		padding: 10px 12px 10px 12px
	}

	.customer-account-forgotpassword .form-list li {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.customer-account-forgotpassword .page-title {
		text-align: center
	}

	.customer-account-forgotpassword .fieldset {
		padding: 0 8px
	}

	.customer-account-logoutsuccess .col-main {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 250px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul li {
		max-width: max-content
	}

	.non-click ul li {
		pointer-events: none
	}

	body.backdrop-shown #root-wrapper {
		overflow: hidden;
		height: 100vh;
		position: relative;
		-webkit-overflow-scrolling: touch
	}

	.sales-order-history #ui-datepicker-div,
	.sales-order-history #ui-datepicker-div:before,
	.sales-order-history #ui-datepicker-div:after {
		border: none
	}

	.customer-account.sales-order-view .print-buttons {
		margin-bottom: 64px
	}

	.flightservice-ticket-index .col-main.grid12-9.grid-col2-main .content .searchBar {
		display: flex;
		flex-direction: column
	}

	.flightservice-ticket-index .col-main.grid12-9.grid-col2-main .content .searchBar label {
		margin: 10px 0;
		width: 100%
	}

	.flightservice-ticket-index .col-main.grid12-9.grid-col2-main .content .searchBar .btn-ticket-verification {
		min-width: 185px;
		margin-top: 14px
	}

	.flightservice-ticket-index .col-main.grid12-9.grid-col2-main .content h1 {
		font-size: 20px;
		padding: 20px 0;
		margin-bottom: 15px
	}

	#top .header-top-container>.right-column,
	#top .header-menu-flex {
		width: 100%
	}

	ul#booking-block-tabs {
		width: 100%
	}

	#nav.nav-mobile ul.level0 .nav-item>a:hover {
		background-color: white
	}

	#step-passengers #contactinfo .passenger .field .input-box.controls:hover input[type="checkbox"]+label:after {
		opacity: 0
	}

	.booking-index-index .col-main .page-steps #page-header-steps.items-2>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-2>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-2>li {
		width: 50%
	}

	.booking-index-index .col-main .page-steps #page-header-steps.items-3 li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-3 li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-3 li {
		width: 32%
	}

	.booking-index-index .col-main .page-steps #page-header-steps.items-4>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-4>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-4>li {
		width: 25%
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.booking-index-index .col-main .page-steps #page-header-steps.items-4>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-4>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-4>li {
		width: 16%
	}
}

@media screen and (max-width: 900px) {

	.booking-index-index .col-main .page-steps #page-header-steps.items-5>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-5>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-5>li {
		width: 20%
	}

	.booking-index-index .col-main .page-steps #page-header-steps.items-6>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-6>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-6>li {
		width: 16%
	}

	.booking-index-index .col-main .page-steps #page-header-steps.items-7>li,
	.hotels-index-index .col-main .page-steps #page-header-steps.items-7>li,
	.hotels-flight-index .col-main .page-steps #page-header-steps.items-7>li {
		width: 14%
	}

	[dir="rtl"] .header-top-container>.right-column {
		left: 50px;
		right: auto !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		width: 100%;
		margin-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #originselect,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #destinationselect {
		right: auto;
		width: 92vw !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #returndatebox {
		right: -130% !important
	}

	[dir="rtl"] #quicksearch .sub-box.compartment-types,
	[dir="rtl"] .search-period-type,
	[dir="rtl"] .sub-box.passenger-types,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
		border-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox {
		right: 0;
		left: auto;
		width: auto !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div>div:last-child svg:first-child {
		margin-top: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div>div:last-child {
		flex-direction: row
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div {
		text-align: left
	}

	[dir="rtl"] #scroll-to-top::before {
		right: auto;
		left: 2px
	}

	[dir="rtl"] #quicksearch #passengers-sub-box {
		display: flex !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li.dates-select-depart.travel-date:after {
		right: auto
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to:after,
	[dir="rtl"] #tripsearch .inputbox.input-size-medium.travel-to:after,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from:after,
	[dir="rtl"] #tripsearch .inputbox.input-size-medium.travel-from:after {
		left: 22px;
		right: auto !important;
		top: 12px
	}

	[dir="rtl"] #quicksearch-other-fields.active,
	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers {
		margin: 0 15px 0 !important
	}

	[dir="rtl"] .nav-mobile .nav-item.level0>a {
		text-align: right;
		padding-right: 60px
	}

	#alt-input-departdate,
	#alt-input-returndate {
		margin-top: 22px !important
	}

	.footer-block-wrapper.ft-primary {
		height: 100%;
		position: relative
	}

	.modal-footer {
		padding: 12px
	}

	.sales-order-view .order-details div.multileg-flight-wrapper {
		width: 90%;
		margin: 20px auto;
		top: auto;
		font-size: 14px
	}

	#mobile-settings-wrapper #lang-switcher-wrapper-mobile>div::after,
	#mobile-settings-wrapper #currency-switcher-wrapper-mobile>div::after {
		content: '\f061';
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
		font-weight: 700;
		color: #51B780;
		position: absolute;
		top: 8px;
		right: 22px
	}

	#live-chat-mobile-wrapper {
		position: absolute;
		bottom: 10px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center
	}

	#live-chat-mobile-wrapper .chat-block {
		display: flex;
		height: 48px;
		width: 90%;
		background: #54BD84;
		align-items: center;
		border-radius: 5px;
		text-align: center;
		justify-content: center;
		color: white
	}

	#live-chat-mobile-wrapper .chat-block .fal.fa-comments-alt {
		margin-right: 10px;
		font-size: 20px
	}

	.print-buttons .order-icon a span {
		background-color: rgba(255, 255, 255, 0)
	}

	#resultlist table tr .table-info-flight-icon,
	#resultlist .modal-flight-connected .table-info-flight-icon {
		margin-bottom: 10px
	}

	.header-container .right-column .dropdown .dropdown-content,
	#nav .nav-panel--dropdown {
		border-radius: 0
	}

	.booking-index-index #resultlist .owl-tabs.owl-carousel {
		margin: 0 5%
	}

	.booking-index-index #resultlist .owl-tabs.owl-carousel.owl-tabs-1,
	.booking-index-index #resultlist .owl-tabs.owl-carousel.owl-tabs-2 {
		margin: 0
	}

	.booking-index-index #resultlist .owl-tabs.owl-carousel .owl-prev {
		top: 27px
	}

	#resultlist .owl-tabs.owl-carousel .tab>a {
		margin: 8px 0 8px
	}

	#resultlist .owl-tabs.owl-carousel .tab>a.active {
		height: 89px
	}

	#resultlist .owl-tabs.owl-carousel .tab>a {
		border-radius: 6px
	}

	#resultlist .owl-tabs.owl-carousel .tab>a.active {
		border: 1px solid #daeaf0;
		background-color: white !important
	}

	#resultlist .flight-list {
		margin: 20px 0 40px
	}

	#top .header-menu-flex {
		height: 66px
	}

	.header-top-container {
		display: flex
	}

	.header-top-container .right-column {
		padding: 0 !important
	}

	iframe#launcher {
		bottom: 60px !important;
		right: -5px !important
	}

	.cms-index-index .footer-container .custom-footer {
		height: 0
	}

	#step-passengers #passengers .continue-btn {
		display: none
	}

	#quicksearch #quicksearch-fields {
		height: auto !important
	}

	.header-regular .right-column .nav-container {
		padding: 0
	}

	#settings-mobile-popup-content .dropdown-heading.cover>span {
		display: flex !important;
		background-color: transparent !important
	}

	.header-regular .right-column .dropdown {
		display: block
	}

	#top .header-top-container {
		flex-direction: row;
		align-items: center
	}

	.customer-account .main-container table tbody td {
		padding: 5px;
		font-size: 13px
	}

	.footer-primary-bottom.grid12-6,
	.footer-copyright-block.grid12-6 {
		width: 100%;
		padding-top: 10px
	}

	.compartment-outbound-select-wrapper li:nth-child(2),
	.compartment-inbound-select-wrapper li:nth-child(2),
	#quicksearch-period li:nth-child(2),
	#passengers-type li:nth-child(2) {
		padding-top: 0 !important;
		margin-top: 0 !important
	}

	#quicksearch-other-fields .compartment-types .infobox .header,
	#quicksearch-other-fields #quicksearch-period .infobox .header {
		padding-left: 10px !important
	}

	.compartment-outbound-select-wrapper>ul.infobox {
		padding: 0 !important
	}

	#quicksearch-other-fields .infobox .header,
	#quicksearch-passengers .infobox .header {
		display: block;
		padding: 0 !important;
		margin: 0 !important
	}

	#mobile-origin,
	#mobile-destination {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		z-index: -1;
		border: 1px solid rgba(0, 0, 0, 0.25) !important;
		border-radius: 10px
	}

	#mobile-origin.empty-block::before,
	#mobile-destination.empty-block::before {
		display: inline-block;
		content: '\f055';
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-size: 40px;
		position: relative;
		color: #54BD84
	}

	#mobile-origin div.name,
	#mobile-destination div.name {
		font-size: 18px;
		text-transform: uppercase;
		padding: 0 4px;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold
	}

	#mobile-origin div.code,
	#mobile-destination div.code {
		font-size: 16px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from #origin,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to #destination {
		opacity: 0
	}

	#resultlist .modal-flight-connected .close {
		top: -6px
	}

	.header-container .dropdown .dropdown-content li a,
	.header-container .dropdown .dropdown-content li.current {
		padding: 10px 0 10px 0 !important;
		padding-left: calc(10% + 6px) !important
	}

	.header-container .dropdown .dropdown-content li a span,
	.header-container .dropdown .dropdown-content li.current span {
		vertical-align: baseline;
		margin-right: 16px
	}

	.col-main .std>.grid12-6 {
		width: 100%
	}

	.col-main .std>.grid12-3 {
		width: 48%
	}

	.booking-index-index .inner-container #flight-summary #summary-items .reference-number-modify {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 10px;
		border-bottom: 1px solid
	}

	.booking-index-index .inner-container #flight-summary #summary-items .reference-number-modify>div {
		font-size: 24px;
		text-transform: uppercase
	}

	.booking-index-index .inner-container #flight-summary #summary-items .reference-number-modify span.pnr-code {
		color: #000;
		font-size: 24px
	}

	.booking-index-index .inner-container .col-main #summary h3.wt-bg1,
	.booking-index-index .inner-container #flight-summary #summary-items>div.date-row-wrapper {
		display: none
	}

	.booking-index-index .inner-container #summary #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-label {
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 3px
	}

	.booking-index-index .inner-container #summary #flight-summary #summary-items .summary-flight-item .fd-trip span.bold-text.trip-flight-value {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 3px
	}

	.booking-index-index .inner-container #summary #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date {
		display: block
	}

	.booking-index-index .inner-container #summary #flight-summary #summary-items .summary-flight-item .fd-trip span.fd-date.trip-date span span {
		padding: 0 2px
	}

	.nav-border-bottom {
		background: #ddd;
		height: 1px;
		float: left;
		width: 80% !important;
		padding: 0 !important;
		display: flex;
		margin: 5% 10%;
		position: relative;
		align-items: center;
		bottom: 0;
		justify-content: center
	}

	.nav-border-bottom>div {
		color: #929292;
		background: #fafafa;
		display: flex;
		justify-content: center;
		width: 84px;
		text-transform: uppercase;
		font-size: 12px
	}

	i#mobile-settings-button {
		display: inline;
		z-index: 1;
		line-height: 14px;
		letter-spacing: 1px;
		position: relative;
		color: #CFCFCF;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: 100;
		font-size: 10px
	}

	.booking-index-index .main.container.step-active .col-main>#form-flights-buttons {
		display: none !important
	}

	.booking-index-index .main.container.step-active #step-flights {
		background: #eee;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 20px;
		box-sizing: border-box
	}

	.booking-index-index .col-main #tripsearch.is-summary .travel-types {
		align-items: center;
		justify-content: flex-start !important
	}

	#mobile-settings-wrapper,
	#settings-mobile-popup-content {
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: start;
		align-content: space-around;
		position: relative;
		float: left;
		bottom: 0;
		padding-left: 20px
	}

	#mobile-settings-wrapper #currency-switcher-wrapper-mobile .currency-switcher.dropdown span.label,
	#mobile-settings-wrapper #currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.label,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile .currency-switcher.dropdown span.label,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.label {
		display: none !important
	}

	#mobile-settings-wrapper #currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value::before,
	#mobile-settings-wrapper #currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value::before,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile .currency-switcher.dropdown span.value::before,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile-modal .currency-switcher.dropdown span.value::before {
		font-size: 18px;
		width: 18px;
		margin-right: 12px;
		left: -4px;
		color: #54BD84;
		text-indent: inherit
	}

	#mobile-settings-wrapper #currency-switcher-wrapper-mobile-modal,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile-modal {
		padding-bottom: 30px
	}

	#mobile-settings-wrapper #currency-switcher-wrapper-mobile-modal.indent-top,
	#settings-mobile-popup-content #currency-switcher-wrapper-mobile-modal.indent-top {
		padding-top: 30px
	}

	#mobile-settings-wrapper #lang-switcher-wrapper-mobile-modal,
	#settings-mobile-popup-content #lang-switcher-wrapper-mobile-modal {
		padding-top: 30px
	}

	#mobile-settings-wrapper #header-account,
	#settings-mobile-popup-content #header-account {
		display: none !important
	}

	#mobile-settings-wrapper span.label.dropdown-icon.flag,
	#settings-mobile-popup-content span.label.dropdown-icon.flag {
		background-image: none !important;
		text-indent: initial !important;
		margin-right: 10px
	}

	#mobile-settings-wrapper span.label.dropdown-icon.flag:after,
	#settings-mobile-popup-content span.label.dropdown-icon.flag:after {
		content: '\f57d';
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-size: 20px;
		position: relative;
		color: #54BD84;
		top: 1px;
		font-weight: 700;
		text-indent: -7px
	}

	#mobile-settings-wrapper span.value,
	#settings-mobile-popup-content span.value {
		color: #929292;
		font-size: 16px !important;
		font-weight: 400
	}

	#account-wrapper-mobile {
		width: calc(100% - 40px);
		display: flex;
		justify-content: start;
		align-items: center;
		padding: 0 20px
	}

	#account-wrapper-mobile ul.links.dropdown-content {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	#account-wrapper-mobile ul.links.dropdown-content li.last {
		width: 66px;
		height: 30px;
		background: #51B780;
		line-height: 30px;
		border-radius: 5px;
		text-align: center
	}

	#account-wrapper-mobile ul.links.dropdown-content li.last a {
		color: white !important;
		font-size: 11px
	}

	#account-wrapper-mobile ul.links.dropdown-content li.first a {
		color: #929292 !important;
		font-size: 16px !important;
		font-weight: 400;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	#account-wrapper-mobile a i {
		color: #929292;
		font-size: 20px;
		padding-left: 6px
	}

	#settingsModal .modal-dialog {
		top: 30%;
		width: 80%;
		margin: auto
	}

	#settingsModal .modal-dialog .modal-content {
		border: 2px solid #54BD84
	}

	#settings-mobile-popup-content .lang-switcher.dropdown.open,
	#settings-mobile-popup-content .currency-switcher.dropdown.open {
		margin-bottom: -30px
	}

	#settings-mobile-popup-content {
		float: none;
		display: block;
		width: 100%;
		left: 0;
		padding: 0
	}

	#settings-mobile-popup-content span.value {
		color: #333;
		font-size: 20px !important;
		font-weight: 400
	}

	#settings-mobile-popup-content .dropdown-heading.cover {
		width: 80%;
		padding: 0 10%
	}

	#settings-mobile-popup-content .dropdown-heading.cover>span {
		position: relative
	}

	#settings-mobile-popup-content .dropdown a.dropdown-heading {
		box-shadow: none
	}

	#settings-mobile-popup-content .dropdown a.dropdown-heading span.caret {
		position: absolute;
		right: 18px;
		top: 0;
		border: 0;
		opacity: 1
	}

	#settings-mobile-popup-content .dropdown a.dropdown-heading span.caret::before {
		display: inline;
		content: '\f13a';
		font-family: "Font Awesome 5 Pro";
		font-size: 22px;
		position: relative;
		color: #54BD84;
		font-weight: 700
	}

	#settings-mobile-popup-content .dropdown.open .dropdown-content {
		position: relative;
		background: #EEEEEE;
		margin-top: 4px;
		padding: 0;
		box-shadow: inset 0px 2px 17px 2px rgba(0, 0, 0, 0.15)
	}

	#settings-mobile-popup-content .dropdown.open span.caret::before {
		content: '\f139' !important
	}

	#settings-mobile-popup-content .currency-switcher.dropdown.open .dropdown-content li a,
	#settings-mobile-popup-content .currency-switcher.dropdown.open .dropdown-content li.current {
		padding: 10px 0 10px 0;
		padding-left: calc(10% + 4px)
	}

	#settings-mobile-popup-content .currency-switcher.dropdown.open ul>li>a::before,
	#settings-mobile-popup-content .currency-switcher.dropdown.open ul>li.current::before {
		display: inline-block;
		content: '\f53a';
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		position: relative;
		color: #54BD84;
		width: 18px;
		margin-right: 20px;
		font-weight: 700
	}

	#settings-mobile-popup-content #lang-switcher-wrapper-mobile-modal {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 2px solid #80808024
	}

	#settings-mobile-popup-content #lang-switcher-wrapper-mobile-modal.only {
		margin-bottom: 0
	}

	#currency-switcher-wrapper-mobile,
	#lang-switcher-wrapper-mobile {
		width: 100%
	}

	#currency-switcher-wrapper-mobile .dropdown.open,
	#currency-switcher-wrapper-mobile .dropdown.open>*,
	#currency-switcher-wrapper-mobile .dropdown .dropdown-content,
	#currency-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover,
	#currency-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover>span,
	#lang-switcher-wrapper-mobile .dropdown.open,
	#lang-switcher-wrapper-mobile .dropdown.open>*,
	#lang-switcher-wrapper-mobile .dropdown .dropdown-content,
	#lang-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover,
	#lang-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover>span {
		background-color: #fafafa;
		box-shadow: none
	}

	#currency-switcher-wrapper-mobile .dropdown-content.left-hand,
	#lang-switcher-wrapper-mobile .dropdown-content.left-hand {
		display: none !important
	}

	#mobile-right-drawer {
		top: 0;
		flex: 1 0 auto;
		height: 100%;
		display: flex;
		z-index: 1201;
		position: fixed;
		overflow-y: auto;
		flex-direction: column;
		-webkit-overflow-scrolling: touch;
		left: auto;
		background-color: #fafafa;
		right: 0;
		width: 0;
		transform: translate(0px, 0px);
		transition: width 0.25s linear
	}

	#mobile-right-drawer.open {
		width: 56%;
		box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)
	}

	#mobile-right-drawer .fa-sign-out.close-right-slider {
		color: #54BD84;
		font-size: 20px;
		margin: 10px 20px;
		font-weight: 400
	}

	#mobile-right-drawer ul.dropdown-content.left-hand {
		margin: auto;
		font-size: 20px
	}

	#mobile-right-drawer ul.dropdown-content.left-hand li {
		padding: 15px 0;
		line-height: 20px;
		margin-bottom: 10px;
		text-align: left
	}

	#mobile-right-drawer ul.dropdown-content.left-hand li a {
		color: #929292
	}

	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li a,
	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li.current {
		color: #929292
	}

	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li a::before,
	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li.current::before {
		display: inline-block;
		content: '\f53a';
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		position: relative;
		color: #54BD84;
		width: 18px;
		margin-right: 12px;
		font-weight: 700
	}

	#mobile-right-drawer ul.dropdown-content.left-hand.lang-switcher .label.dropdown-icon {
		vertical-align: baseline;
		margin-right: 10px;
		background-position: 0 50%;
		background-repeat: no-repeat;
		display: inline-block !important;
		background-size: contain;
		width: 20px
	}

	.footer-container .footer-links-block,
	.footer-primary.footer.container .inner-container {
		flex-direction: column
	}

	.cms-home-new .footer-container {
		height: auto !important
	}

	[dir="rtl"] .header-top-container>.right-column {
		left: 50px;
		right: auto !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		width: 100%;
		margin-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #originselect,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #destinationselect {
		right: auto;
		width: 92vw !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #returndatebox {
		right: -130% !important
	}

	[dir="rtl"] #quicksearch .sub-box.compartment-types,
	[dir="rtl"] .search-period-type,
	[dir="rtl"] .sub-box.passenger-types,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return,
	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
		border-left: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox {
		right: 0;
		left: auto;
		width: auto !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div>div:last-child svg:first-child {
		margin-top: 0
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div>div:last-child {
		flex-direction: row
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox>div {
		text-align: left
	}

	[dir="rtl"] #scroll-to-top::before {
		right: auto;
		left: 2px
	}

	[dir="rtl"] #quicksearch #passengers-sub-box {
		display: flex !important
	}

	[dir="rtl"] #quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li.dates-select-depart.travel-date:after {
		right: auto
	}

	[dir="rtl"] #quicksearch-other-fields.active,
	[dir="rtl"] #quicksearch ul#quicksearch-fields li#quicksearch-passengers {
		margin: 0 15px 0 !important
	}

	[dir="rtl"] .nav-mobile .nav-item.level0>a {
		text-align: right;
		padding-right: 60px
	}

	#alt-input-departdate,
	#alt-input-returndate {
		margin-top: 22px !important
	}

	.footer-block-wrapper.ft-primary {
		height: 100%;
		position: relative
	}

	.infobox.persian-picker-wrapper#returndatebox,
	.booking-index-index #tripsearch .infobox.persian-picker-wrapper#returndatebox {
		left: 0 !important
	}

	.infobox.persian-picker-wrapper.pwt-datepicker-input-element#returndatebox {
		left: -130% !important;
		width: 235% !important
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date {
		display: block
	}

	#resultlist tr.row-flight td .class-input .sold {
		left: 0;
		position: inherit;
		width: 100%;
		text-align: center;
		top: 8px
	}

	.print-buttons a {
		margin: unset
	}

	#root-wrapper.blur,
	#owl-bg.blur {
		filter: blur(15px);
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		pointer-events: none
	}

	.backdrop-blur {
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		width: 100%;
		height: 100%;
		filter: brightness(15%) blur(15px) opacity(25%);
		-moz-filter: brightness(15%) blur(15px) opacity(25%);
		-webkit-filter: brightness(15%) blur(15px) opacity(25%)
	}

	#notification-wrapper {
		width: 60px;
		min-height: auto;
		right: 0;
		padding: 0;
		z-index: 1;
		top: 160px
	}

	#notification-wrapper .notifi-btn {
		margin-left: 0
	}

	#notification-wrapper .notifi-container {
		display: none
	}

	#notification-wrapper .notifi-container .news-item {
		height: 56px
	}

	#notification-wrapper .notifi-container .news-item a.label {
		padding-left: 10px;
		max-width: auto
	}

	#notification-wrapper .notifi-container .news-item-footer {
		height: auto;
		margin-top: 16px;
		margin-bottom: 19px;
		padding-right: 0
	}

	#notification-wrapper .notifi-container .news-item-footer a.more {
		width: auto
	}

	#notification-wrapper .notifi-container .news-item-header.mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative
	}

	#notification-wrapper .notifi-container .news-item-header.mobile .close-mobile {
		position: absolute;
		width: 16px;
		height: 16px;
		right: 0;
		top: 15px
	}

	#notification-wrapper .notifi-container .news-item-header.mobile .close-mobile i {
		font-size: 19px;
		color: #000
	}

	#notification-wrapper .notifi-container .news-item-header.mobile .bells {
		margin-top: 24px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center
	}

	#notification-wrapper.open {
		z-index: 90
	}

	#notification-wrapper.open .notifi-btn {
		display: none
	}

	#notification-wrapper.open .backdrop-blur {
		display: block
	}

	#notification-wrapper.open .notifi-container {
		display: block;
		position: fixed;
		width: calc(100vw - 32px);
		min-height: 300px;
		height: auto;
		top: 112px;
		left: 16px;
		background: #fff;
		box-shadow: 2px 3px 6px #00000029;
		border-radius: 5px;
		padding: 0 19px;
		box-sizing: border-box
	}

	.blog-cat-view .main-container .main.container .inner-container .blog-title,
	.blog-index-list .main-container .main.container .inner-container .blog-title,
	.blog-post-view .main-container .main.container .inner-container .blog-title {
		font-size: 32px;
		margin: 30px 0;
		padding: 0 20px
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper,
	.blog-index-list .main-container .main.container .inner-container .postWrapper,
	.blog-post-view .main-container .main.container .inner-container .postWrapper {
		padding: 0 20px 20px
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper .postTitle h3,
	.blog-index-list .main-container .main.container .inner-container .postWrapper .postTitle h3,
	.blog-post-view .main-container .main.container .inner-container .postWrapper .postTitle h3 {
		padding: 0
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent,
	.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent,
	.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent {
		line-height: 24px;
		padding: 0
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more,
	.blog-index-list .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more,
	.blog-post-view .main-container .main.container .inner-container .postWrapper .postContent .aw-blog-read-more {
		margin-top: 0
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper div.tags,
	.blog-index-list .main-container .main.container .inner-container .postWrapper div.tags,
	.blog-post-view .main-container .main.container .inner-container .postWrapper div.tags {
		margin-top: 5px
	}

	.blog-cat-view .main-container .main.container .inner-container .postWrapper .postDetails,
	.blog-index-list .main-container .main.container .inner-container .postWrapper .postDetails,
	.blog-post-view .main-container .main.container .inner-container .postWrapper .postDetails {
		margin-top: 5px
	}

	.booking-index-index #tripsearch #quicksearch-passengers .infobox {
		width: 270px !important;
		min-width: 270px !important;
		border: 1px solid;
		padding: 0 0 20px
	}

	.booking-index-index #tripsearch #quicksearch-passengers .infobox .header {
		margin-left: 20px !important
	}

	.booking-index-index #tripsearch .compartment-inbound-select-wrapper>ul.infobox,
	.booking-index-index #tripsearch .compartment-outbound-select-wrapper>ul.infobox {
		top: unset;
		max-width: min-content
	}

	.countdown.mobile.start {
		display: block !important;
		padding-top: 0px
	}

	.booking-index-index .inner-container .search-form-wrapper .summary-box #search-info .reference-number-modify,
	.booking-index-index .inner-container .search-form-wrapper .summary-box>.countdown,
	.hotels-flight-index .inner-container .search-form-wrapper .summary-box #search-info .reference-number-modify,
	.hotels-flight-index .inner-container .search-form-wrapper .summary-box>.countdown {
		display: none !important
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info {
		width: 100%;
		height: 100%
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights {
		margin-right: 6px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights .to {
		font-size: 24px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights svg,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-flights svg {
		width: 20px;
		height: 20px;
		margin: 0 4px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-more p {
		font-size: 12px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p span,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-more p span {
		display: block
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p span:before,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info .search-info-more p span:before {
		display: none !important
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search,
	.hotels-flight-index .inner-container .search-form-wrapper #search-info #button-change-search {
		margin-left: 10px;
		width: 84px;
		font-size: 10px
	}

	#resultlist table tr .mobile-hint-block {
		display: block;
		font-weight: 100;
		text-transform: uppercase;
		font-size: 14px
	}

	.block.current-booking h4,
	#already_extras .direction-title h4 {
		font-size: 18px !important
	}

	#already_extras label.flights-label {
		font-size: 10px !important
	}

	#already_extras label.flights-label b {
		display: none
	}

	#booking-block-tabs li {
		line-height: 1.25 !important;
		border-right: 0
	}

	#booking-block-tabs li label {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px
	}

	.customer-account-login #login-tabs,
	.customer-account-create #login-tabs {
		width: 100% !important
	}

	#already_extras label.flights-label.departure::before,
	#already_extras label.flights-label.user::before {
		padding-right: 4px
	}

	#already_extras label.flights-label.arrival::before {
		padding-left: 4px;
		padding-right: 0px
	}

	#already_extras .direction-title div.content-wrapper {
		padding-left: 6px;
		border: none
	}

	.customer-account-login #login-tabs li,
	.customer-account-create #login-tabs li,
	#buttons-block-tabs li,
	#booking-block-tabs li {
		line-height: 26px;
		align-items: center;
		justify-content: center;
		display: flex;
		font-size: 12px
	}

	.customer-account-create #login-tabs li,
	.customer-account-create #login-tabs,
	.customer-account-login #login-tabs li {
		width: 100%;
		line-height: 55px
	}

	#already_extras label.flights-label.arrival {
		margin-left: 0
	}

	.customer-account #my-orders-table td.last,
	.customer-account .main-container table tbody tr.view-order-table-row td {
		height: auto !important
	}

	#my-orders-table tbody tr.view-order-table-row.first.odd td:nth-child(2),
	#my-orders-table tbody tr.view-order-table-row.last.even td:nth-child(2),
	#my-orders-table tbody tr.view-order-table-row td:nth-child(2),
	.already-ordered tbody tr.view-order-table-row.first.odd td:nth-child(2),
	.already-ordered tbody tr.view-order-table-row.last.even td:nth-child(2),
	.already-ordered tbody tr.view-order-table-row td:nth-child(2) {
		border-left: none !important
	}

	.customer-account .main-container .inner-container {
		box-shadow: none
	}

	.customer-account .main-container .inner-container .pager {
		background: #fff
	}

	.customer-account .main-container .page-title {
		margin: 0;
		padding: 0 20px;
		height: 60px;
		display: flex !important;
		align-items: center;
		font-size: 16px
	}

	.customer-account .main-container .page-title h1,
	.customer-account .main-container .page-title h2 {
		font-size: 16px;
		color: #fff;
		display: flex;
		align-items: baseline
	}

	.customer-account .main-container .page-title h1 i.fa-home,
	.customer-account .main-container .page-title h2 i.fa-home {
		font-family: 'Font Awesome 5 Pro';
		content: '\f015';
		font-weight: 400;
		color: #fff;
		margin-right: 5px;
		font-size: 26px;
		display: inline-block
	}

	.customer-account .main-container .page-title h1 i.fa-home.dashboard,
	.customer-account .main-container .page-title h2 i.fa-home.dashboard {
		font-weight: 900
	}

	.customer-account .main-container .my-account .buttons-set {
		display: flex;
		justify-content: center;
		margin: 20px 0 40px 0
	}

	.customer-account .main-container .my-account .buttons-set button.button-save {
		width: 175px;
		height: 40px;
		line-height: 40px;
		min-width: 175px
	}

	.customer-account .col-main.grid12-9 {
		padding: 0;
		background: #eee;
		margin-bottom: 120px
	}

	.customer-account .col-main.grid12-9 .empty-reservations {
		padding-top: 30px
	}

	.customer-account .col-main.grid12-9>div>*:not(.dashboard) {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box
	}

	.customer-account .col-main.grid12-9>div>.dashboard>* {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box
	}

	.customer-account .col-main.grid12-9>div>table,
	.customer-account .col-main.grid12-9>div>.dashboard>table {
		padding: 0 !important;
		margin-left: 20px;
		margin-right: 20px;
		box-sizing: border-box;
		width: calc(100% - 40px)
	}

	.customer-account.customer-account-edit .main-container .page-title {
		padding: 0 12px !important
	}

	.customer-account.customer-account-edit .col-main.grid12-9 .my-account>*:not(script):not(.modalDialog) {
		padding-left: 0;
		padding-right: 0
	}

	.customer-account .main-top-container {
		background: transparent !important;
		height: 55px
	}

	.customer-account .main-top-container .customer-account-bg {
		display: none
	}

	.customer-account .sidebar .sidebar-booking-link {
		position: static;
		justify-content: center;
		margin-bottom: 10px
	}

	.customer-account .sidebar .sidebar-booking-link a {
		height: 28px;
		width: 110px;
		font-size: 8px;
		padding: 0;
		line-height: 28px;
		text-align: center
	}

	.customer-account .sidebar .block-account {
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-top: 2px solid #54BD84
	}

	.customer-account .sidebar .block-account .customer-navigation ul li {
		width: 33.33%;
		height: 60px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border: none
	}

	.customer-account .sidebar .block-account .customer-navigation ul li svg {
		padding: 0;
		margin-bottom: 5px
	}

	.customer-account .sidebar .block-account .customer-navigation ul li.current::after {
		border-radius: 0;
		width: 100%
	}

	.customer-account .sidebar .block-account .customer-navigation ul li a,
	.customer-account .sidebar .block-account .customer-navigation ul li strong,
	.customer-account .sidebar .block-account .customer-navigation ul li span {
		padding: 0;
		text-transform: uppercase;
		font-size: 9px;
		line-height: 12px;
		font-weight: 400;
		width: 50%
	}

	.customer-account .sidebar .block-account .customer-navigation ul li span {
		text-align: center
	}

	.step-data .seat-legend li {
		width: calc(50% - 20px);
		margin: 5px 10px
	}

	.grid12-8 {
		width: 100% !important;
		margin-top: 70px;
		margin-left: 0px !important;
		margin-right: 0px !important
	}

	.booking-index-index .inner-container .summary-box .reference-number-modify {
		padding-right: 2px;
		min-width: 110px
	}

	#totals-info-block {
		width: 176px
	}

	.flight-results-list .flight-item .steps-content .tab-pane>.grid12-12>h4,
	#seatselect-content .steps-content .tab-pane>.grid12-12>h4 {
		line-height: 2
	}

	#step-seatselect .nav-tabs>li {
		width: 50%
	}

	#step-seatselect .nav-tabs>li>a {
		width: 100%;
		justify-content: center
	}

	#step-seatselect {
		flex-direction: column;
		padding: 0 10px
	}

	#step-seatselect>.grid12-8 {
		margin-top: 0
	}

	#step-seatselect>.grid12-4 {
		order: -1;
		margin-left: 1%;
		position: relative;
		top: 0;
		z-index: 5;
		width: 100% !important
	}

	#step-seatselect>.grid12-4 .passenger-switcher {
		box-shadow: none;
		width: 100%
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passengers {
		padding-bottom: 0;
		background: #fff;
		max-height: auto;
		border: none;
		box-shadow: none
	}

	#step-seatselect>.grid12-4 .passenger-switcher .line {
		margin-top: 15px
	}

	#step-seatselect>.grid12-4 .passenger-switcher .line label {
		padding: 0;
		font-size: 15px
	}

	#step-seatselect>.grid12-4 .passenger-switcher .line label .initials {
		padding: 10px 8px;
		display: block;
		color: #fff;
		text-transform: uppercase;
		font-size: 22px;
		margin-right: 15px;
		background-color: #BDE0E5
	}

	#step-seatselect>.grid12-4 .passenger-switcher .line label:before {
		display: none
	}

	#step-seatselect>.grid12-4 .passenger-switcher h3.wt-bg1 {
		padding: 0 10px;
		line-height: 1;
		font-size: 14px;
		display: flex;
		align-items: center
	}

	#step-seatselect>.grid12-4 .passenger-switcher .seats-header-numbers {
		display: block;
		margin-left: auto
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher {
		display: block;
		font-size: 23px;
		padding: 0 18px
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher .display-action {
		display: none
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher .show-action {
		display: block
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher .show-action .fa-chevron-down {
		display: block !important
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher.open .show-action {
		display: none
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher.open .hide-action {
		display: block
	}

	#step-seatselect>.grid12-4 .passenger-switcher .passenger-seats-header-switcher.open .hide-action .fa-chevron-up {
		display: block
	}

	#step-seatselect>.grid12-4.seatselect-passengers-wrap {
		margin: 0 0 17px;
		box-shadow: 0 3px 6px #00000029;
		border-radius: 5px;
		overflow: hidden;
		padding: 19px 12px 15px;
		box-sizing: border-box
	}

	#step-seatselect>.grid12-4.seatselect-passengers-wrap .passenger-switcher {
		margin: 0
	}

	#step-seatselect>.grid12-4.seatselect-passengers-wrap .passenger-switcher h3.wt-bg1 {
		padding: 0 19px;
		font-size: 16px
	}

	#step-seatselect>.grid12-4.seatselect-passengers-wrap .passenger-switcher .line {
		padding: 0;
		margin: 15px 0 0
	}

	.passenger-switcher .passengers {
		padding-bottom: 15px;
		overflow: auto;
		background: #fff;
		max-height: 200px;
		border: 1px solid rgba(0, 0, 0, 0.25);
		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25)
	}

	#resultlist table tr.row-flight .time {
		font-size: 30px
	}

	#resultlist table tr.row-flight table td.flight {
		font-size: 16px
	}

	.footer-primary.footer.container {
		bottom: 0
	}

	.logo-wrapper .logo img {
		position: absolute;
		height: auto;
		max-width: 130px;
		bottom: 6px !important
	}

	#top .header-top-container>.right-column .account-menu {
		display: none
	}

	.booking-index-index .main.container #form-flights-buttons {
		width: 100% !important;
		left: 0 !important
	}

	#quicksearch label,
	#quicksearch .input-box {
		display: none
	}

	#quicksearch label.calendar,
	#quicksearch .input-box.calendar {
		display: inline-block
	}

	#quicksearch label {
		z-index: 3
	}

	.dates-select-depart.travel-date .quicksearch-flights-icon.calendar {
		left: 10px
	}

	.quicksearch-flights-icon.calendar {
		top: 25px;
		left: 7px
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates>ul {
		display: flex;
		background: #fff
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates>ul>li {
		position: relative !important
	}

	#quicksearch ul#quicksearch-fields>li.traveltype {
		position: static;
		margin: 15px 0;
		display: flex;
		justify-content: center
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul {
		display: inline-flex;
		margin-left: 0px;
		align-items: center;
		width: 270px;
		height: 29px;
		border: 1px solid #ccc;
		border-radius: 14.5px;
		position: relative
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 135px;
		line-height: 27px;
		height: 27px;
		width: 135px;
		border-radius: 13.5px;
		transition: left 0.5s linear
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul.return-active:after {
		left: 0
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul>li {
		margin: 0
	}

	#quicksearch #quicksearch-fields {
		background: transparent;
		padding: 0;
		display: flex;
		flex-direction: column
	}

	#quicksearch .traveltype label {
		display: inline-block;
		padding: 0 !important;
		width: 135px;
		text-align: center;
		line-height: 29px;
		background: transparent;
		font-size: 12px
	}

	#quicksearch .traveltype label span {
		width: 0
	}

	#quicksearch .traveltype label #mobile-one-way {
		margin-left: 20px
	}

	#quicksearch .traveltype label:after {
		display: none
	}

	#quicksearch #quicksearch_form ul#quicksearch-fields .traveltype li label {
		margin-right: 0px;
		font-size: 12px;
		color: #333 !important;
		font-weight: 500;
		transition: color 0.25s linear
	}

	#quicksearch #quicksearch_form ul#quicksearch-fields .traveltype li input[type=radio]:checked+label {
		color: #fff !important;
		font-weight: 700
	}

	.booking-index-index .col-main #tripsearch div.inputboxes div.sub-inputboxes.travel-types div.traveltype {
		position: static
	}

	.booking-index-index .col-main #tripsearch div.inputboxes div.sub-inputboxes.travel-types div.traveltype>ul {
		display: inline-flex;
		margin-left: 0px;
		align-items: center;
		width: 270px;
		height: 29px;
		border: 1px solid #ccc;
		border-radius: 14.5px;
		position: relative
	}

	.booking-index-index .col-main #tripsearch div.inputboxes div.sub-inputboxes.travel-types div.traveltype>ul:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 135px;
		line-height: 27px !important;
		height: 27px;
		width: 135px;
		border-radius: 13.5px;
		transition: left 0.5s linear
	}

	.booking-index-index .col-main #tripsearch div.inputboxes div.sub-inputboxes.travel-types div.traveltype>ul.return-active:after {
		left: 0
	}

	.booking-index-index .col-main #tripsearch .travel-types .traveltype li {
		margin: 0
	}

	.booking-index-index .col-main #tripsearch .travel-types::after {
		display: none
	}

	.booking-index-index .col-main #tripsearch .travel-types .traveltype li label span {
		opacity: 0
	}

	.booking-index-index .col-main #tripsearch div.sub-inputboxes.travel-types .traveltype label {
		padding: 0 !important;
		width: 135px;
		text-align: center;
		line-height: 29px;
		background: transparent;
		font-size: 12px
	}

	.booking-index-index .col-main #tripsearch div.sub-inputboxes.travel-types .traveltype label span {
		width: 0
	}

	.booking-index-index .col-main #tripsearch div.sub-inputboxes.travel-types .traveltype label #mobile-one-way {
		margin-left: 20px
	}

	.booking-index-index .col-main #tripsearch .traveltype li label {
		margin-right: 0px;
		font-size: 12px;
		color: #333 !important;
		font-weight: 500;
		transition: color 0.25s linear;
		font-size: 12px
	}

	.booking-index-index .col-main #tripsearch .traveltype li label span {
		width: 0
	}

	.booking-index-index .col-main #tripsearch .traveltype li label #mobile-one-way {
		margin-left: 20px
	}

	.booking-index-index .col-main #tripsearch .traveltype li input[type=radio]:checked+label {
		font-weight: 700;
		color: #fff !important
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium.travel-from,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium.travel-to {
		width: calc(50% - 20px);
		height: 120px;
		margin: 20px 0;
		box-shadow: none;
		padding: 0;
		border: 0
	}

	.booking-index-index .col-main #tripsearch #destination-switcher {
		float: left;
		top: 66px;
		left: 10px;
		margin: 0;
		padding: 0
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium.travel-to {
		float: right
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date {
		width: 50%;
		margin: 0;
		height: 64px;
		border: none;
		box-shadow: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
		border-radius: 0
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date #departdate,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date #returndate {
		height: 56px;
		width: 100%;
		line-height: 56px;
		padding-top: 26px
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date #departdate {
		width: 101%;
		border-right: 1px solid rgba(0, 0, 0, 0.25) !important
	}

	.booking-index-index .col-main #tripsearch .inputboxes .sub-inputboxes {
		position: relative;
		justify-content: center
	}

	.booking-index-index .col-main #tripsearch .inputboxes #quicksearch-passengers {
		margin: 20px 0 !important;
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		height: 50px;
		position: relative
	}

	.booking-index-index .col-main #tripsearch .sub-box.search-period-wrapper {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		display: inline-flex;
		justify-content: center;
		height: 50px;
		right: 0;
		float: right;
		top: -70px;
		position: absolute
	}

	.booking-index-index .col-main #tripsearch #extended-search.expander-active .sub-box.search-period-wrapper {
		top: -110px
	}

	.booking-index-index .col-main #tripsearch .sub-box.compartment-types {
		float: none;
		padding: 0;
		margin-bottom: 20px !important;
		height: 56px;
		display: flex;
		justify-content: space-between
	}

	.booking-index-index .col-main #tripsearch .compartment-type.compartment-type-outbound,
	.booking-index-index .col-main #tripsearch .compartment-type.compartment-type-inbound {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		height: 50px;
		position: relative;
		float: left
	}

	.booking-index-index .col-main #tripsearch #passengers-type-block,
	.booking-index-index .col-main #tripsearch .promotions.sub-box,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		height: 50px;
		margin: 0 !important
	}

	.booking-index-index .col-main #tripsearch .promotions.sub-box {
		float: right
	}

	.booking-index-index .col-main #tripsearch .sub-box.promotions input {
		height: 42px;
		margin-top: 5px;
		margin: 0;
		width: 100%;
		box-shadow: none;
		padding: 0 30px;
		margin: 4px
	}

	.booking-index-index .col-main #tripsearch .sub-box.promotions input::-webkit-input-placeholder {
		color: transparent
	}

	.booking-index-index .col-main #tripsearch .sub-box.promotions input::-moz-placeholder {
		color: transparent
	}

	.booking-index-index .col-main #tripsearch .sub-box.promotions input::-moz-placeholder {
		color: transparent
	}

	.booking-index-index .col-main #tripsearch .sub-box.promotions input::-ms-input-placeholder {
		color: transparent
	}

	.booking-index-index .col-main #tripsearch #field-search-period-title::after,
	.booking-index-index .col-main #tripsearch #field-inbound-compartment-select-title::after,
	.booking-index-index .col-main #tripsearch #field-outbound-compartment-select-title::after,
	.booking-index-index .col-main #tripsearch #field-passengers-type-title::after {
		display: none
	}

	.booking-index-index .col-main #tripsearch .search-period-wrapper>label,
	.booking-index-index .col-main #tripsearch .compartment-type>label,
	.booking-index-index .col-main #tripsearch #passengers-type-block>label,
	.booking-index-index .col-main #tripsearch .promotions>div>label,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container>label {
		font-size: 12px;
		font-weight: 700;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -6px;
		width: 50%;
		text-align: center;
		display: block !important
	}

	.booking-index-index .col-main #tripsearch .search-period-wrapper #field-search-period-title,
	.booking-index-index .col-main #tripsearch .search-period-wrapper #field-outbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .search-period-wrapper #field-inbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .compartment-type #field-search-period-title,
	.booking-index-index .col-main #tripsearch .compartment-type #field-outbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .compartment-type #field-inbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch #passengers-type-block #field-search-period-title,
	.booking-index-index .col-main #tripsearch #passengers-type-block #field-outbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch #passengers-type-block #field-inbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .promotions>div #field-search-period-title,
	.booking-index-index .col-main #tripsearch .promotions>div #field-outbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .promotions>div #field-inbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container #field-search-period-title,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container #field-outbound-compartment-select-title,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container #field-inbound-compartment-select-title {
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		align-content: center
	}

	.booking-index-index .col-main #tripsearch .search-period-wrapper #field-passengers-type-title,
	.booking-index-index .col-main #tripsearch .compartment-type #field-passengers-type-title,
	.booking-index-index .col-main #tripsearch #passengers-type-block #field-passengers-type-title,
	.booking-index-index .col-main #tripsearch .promotions>div #field-passengers-type-title,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container #field-passengers-type-title {
		float: none;
		text-align: center;
		height: 100%;
		line-height: 40px
	}

	.booking-index-index .col-main #tripsearch .compartment-type>label {
		width: 70%
	}

	#resultlist table tr.description-price .description-wrapper,
	#resultlist table tr.description-price .description-categories {
		flex-direction: column;
		align-items: flex-start
	}

	#resultlist table tr.description-price .description-categories {
		width: calc(100% - 100px)
	}

	#resultlist table tr.description-price .description-categories .fare-rule {
		width: auto
	}

	#resultlist table tr.description-price .description-categories>div {
		display: flex;
		justify-content: start;
		width: 100%
	}

	#resultlist table tr.description-price .description-categories>div>div:nth-child(1) {
		width: 100%
	}

	#resultlist table tr.description-price .description-categories>div>div:nth-child(2) {
		min-width: 200px
	}

	#resultlist table tr.description-price .buttons-select {
		width: 100%;
		display: flex;
		justify-content: center
	}

	#resultlist table tr.description-price .buttons-select div {
		display: flex;
		bottom: 0;
		justify-content: center;
		background: #413b3b;
		align-items: center;
		width: 50%;
		text-transform: uppercase;
		color: #fff;
		font-weight: 600;
		position: inherit;
		padding: 6px 12px;
		cursor: pointer
	}

	#resultlist table tr.description-price .buttons-select div span.close-price-button {
		display: none
	}

	#resultlist table tr.description-price .buttons-select button {
		width: 50%;
		margin: 0;
		border-radius: 0
	}

	#resultlist tr.row-flight td .class-input span.label {
		font-size: 15px;
		text-align: center
	}

	#resultlist tr.row-flight td .class-input span.seats-qty {
		text-align: center;
		margin: 3px 0 2px;
		left: auto;
		top: calc(50% + 23px)
	}

	#resultlist tr.row-flight td .class-input span.seats-qty.discounted {
		top: calc(50% + 30px)
	}

	#resultlist table tr div.radio-input {
		position: relative;
		top: 0;
		left: 0;
		height: 16px;
		width: 16px
	}

	#resultlist table tr .table-info-label,
	#resultlist .modal-flight-connected .table-info-label {
		font-size: 10px;
		margin-right: 3px;
		line-height: 1
	}

	#resultlist table tr .table-info-value,
	#resultlist .modal-flight-connected .table-info-value {
		font-size: 10px;
		line-height: 1
	}

	.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper {
		padding: 10px 0;
		align-items: center
	}

	.booking-index-index .inner-container #flight-summary #summary-items .airport-title-wrapper .title-full {
		font-size: 13px
	}

	.booking-index-index .inner-container #summary .totals.sub-total .total,
	.booking-index-index .inner-container #summary .totals.sub-total .sub-price {
		font-size: 18px
	}

	.booking-index-index .inner-container #summary .totals.sub-total .sub-price {
		font-weight: 400
	}

	.booking-index-index .col-main #tripsearch .inputboxes #quicksearch-passengers {
		display: block !important
	}

	.booking-index-index .col-main .page-steps ul {
		display: flex;
		justify-content: center
	}

	.booking-index-index .col-main:before {
		margin: 0 0 160px
	}

	.customer-account .sidebar .block-title.sidebar-title {
		display: none
	}

	.customer-account.customer-account-edit .page-title h1 {
		font-size: 12px
	}

	#form-validate>.form-list.form-list-checkbox {
		flex-direction: column
	}

	#top {
		height: 66px
	}

	#top .header-top-container>.right-column {
		position: absolute;
		right: 10px;
		height: 66px
	}

	.right-wrapper:not(#settingsModal) #lang-switcher-wrapper-regular,
	.right-wrapper:not(#settingsModal) #currency-switcher-wrapper-regular {
		margin: 0
	}

	.right-wrapper:not(#settingsModal) #lang-switcher-wrapper-regular ul.dropdown-content,
	.right-wrapper:not(#settingsModal) #lang-switcher-wrapper-regular .dropdown .dropdown-heading span>span:not(.value),
	.right-wrapper:not(#settingsModal) #currency-switcher-wrapper-regular ul.dropdown-content,
	.right-wrapper:not(#settingsModal) #currency-switcher-wrapper-regular .dropdown .dropdown-heading span>span:not(.value) {
		display: none !important
	}

	#quicksearch ul#quicksearch-fields .traveltype li,
	#quicksearch ul#quicksearch-fields .travel-users li {
		padding: 0
	}

	#quicksearch .travel-users input+label:after {
		top: 15px
	}

	#quicksearch .passengers {
		display: block
	}

	.travel-users {
		margin-top: 0
	}

	.travelers {
		margin-bottom: 0
	}

	.booking-index-index .main.container.step-active .col-main .steps-container,
	.booking-index-index.modify-booking .main.container .col-main .steps-container {
		border-radius: 4px 4px 0 0
	}

	#quicksearch ul#quicksearch-fields li.flights-select-from:before {
		border-right: none
	}

	.customer-account-create .main.container .col-main {
		width: 100%;
		padding: 0 0 20px
	}

	#quicksearch-direct-only label {
		margin-bottom: 0;
		display: block
	}

	#quicksearch-other-fields.active>#quicksearch-direct-only {
		margin-bottom: 0 !important;
		margin: 0 auto
	}

	#quicksearch-other-fields.active>#quicksearch-direct-only label {
		color: #c0c0c0 !important;
		font-weight: 700
	}

	.customer-account-login .main.container .col-main {
		width: 100%;
		padding: 0
	}

	.customer-account-create .main-bottom-container,
	.customer-account-login .main-bottom-container {
		display: none
	}

	.adverts-block-3 .adverts-block-1,
	.block-news_row_4 {
		margin-bottom: 20px
	}

	#quicksearch-direct-only:after {
		top: 15px !important
	}

	.stock-info {
		display: none
	}

	#quicksearch-other-fields.active>.passengers.sub-box {
		width: 100%
	}

	.footer-container2,
	.customer-account .block-account .block-content.customer-navigation.no-display {
		display: block !important
	}

	#top .hp-block.right-column.grid12-8 {
		display: block
	}

	.booking-index-index .inner-container #summary-prev-extras {
		margin-left: 10px
	}

	.booking-index-index .inner-container #summary-prev-extras #see-prev-extras-button {
		font-size: 10px
	}

	#quicksearch-passengers #field-info-passenger {
		font-size: 12px;
		font-weight: 700;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -6px;
		width: 50%;
		text-align: center
	}

	.passangers-type-label {
		height: 100%;
		text-align: center;
		justify-content: center
	}

	#quicksearch-passengers #field-info-passenger-count {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: 600;
		color: #000
	}

	.booking-index-index #tripsearch #quicksearch-passengers .infobox {
		left: 14px;
		top: 350px;
		padding-top: 20px
	}

	.customer-account .my-account #form-validate .fields>.customer-name .field.name-firstname,
	.customer-account .main-container .my-account .wide {
		width: calc(100% - 16px) !important
	}

	.customer-account .main-container .my-account .customer-name>.field,
	.customer-account .main-container .my-account .address-information>.field,
	.customer-account .main-container .my-account .change-password-fields>.field {
		width: calc(100% - 16px) !important
	}

	#resultlist table tr.heading td.class-head.bedre::before,
	#resultlist table tr.heading td.class-head.bedre::after {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3)
	}

	#resultlist table tr.heading-under>td:nth-child(2)::after,
	#resultlist table tr.heading-under>td:nth-child(4)::before {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3)
	}

	#resultlist table tr.row-flight>td:nth-child(2)::after,
	#resultlist table tr.row-flight>td:nth-child(4)::before {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3)
	}

	.footer-container {
		margin-top: 40px
	}

	.booking-index-index .col-main .page-steps {
		padding: 10px 0;
		position: relative;
		height: 100px;
		margin: 0 auto
	}

	.new-arrow.expander {
		float: unset;
		top: 4px !important;
		left: 5px
	}

	.new-arrow.expander.active {
		top: 0px !important
	}

	.new-arrow-wrap {
		right: 30px;
		top: 20px;
		border: 2px solid red
	}

	.new-arrow-wrap.without-tabs {
		top: 84px
	}

	.logo-wrapper a.logo img {
		height: auto;
		max-width: 130px;
		bottom: -30px
	}

	.new-arrow {
		width: 10px;
		height: 10px
	}

	.new-arrow.expander {
		top: -9px
	}

	.new-arrow::after {
		width: 10px;
		height: 10px
	}

	#quicksearch select {
		font-size: 15px
	}

	#quicksearch .passengers-child-expander {
		color: #333
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search {
		width: 185px;
		order: 10
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search button {
		border-radius: 6px
	}

	.booking-index-index #tripsearch .infobox:before,
	#quicksearch ul#quicksearch-fields .infobox:before {
		display: none
	}

	.nav-mobile .nav-item.level0>a {
		background-color: transparent;
		color: #929292;
		padding-left: 26px;
		text-align: left
	}

	#nav.open {
		display: block !important;
		z-index: 1200
	}

	.header-mobile #header-nav.skip-content {
		display: block !important
	}

	.header-mobile .nav-mobile {
		display: none !important
	}

	.header-mobile .nav-mobile.open {
		display: block !important
	}

	#user-menu-wrapper-regular,
	#header-account {
		display: none
	}

	#nav {
		position: fixed;
		overflow-y: auto;
		width: 50vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 11;
		box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important
	}

	.flight-results-list {
		padding: 0
	}

	#show-search-bar {
		width: 100px;
		height: 26px;
		font-size: 9px;
		border-radius: 3px;
		top: 74px;
		line-height: 26px
	}

	.header-mobile .logo-wrapper--regular {
		display: block !important
	}

	h1.logo {
		width: 130px;
		margin-top: 40px
	}

	#top .header-menu-flex {
		padding: 0
	}

	.cms-index-index #top .header-menu-flex {
		padding-top: 0
	}

	.logo-wrapper .logo img.small {
		width: auto !important;
		max-height: 60px;
		left: 50% !important;
		transform: translate(-50%, -50%);
		top: 50%
	}

	.nav-mobile {
		background-color: #fafafa
	}

	.nav-mobile:before,
	.nav-mobile:after {
		display: block;
		content: "";
		height: 50px;
		width: 100%
	}

	.main-container .main {
		padding: 0;
		width: 100%
	}

	.owl-item-slideshow-content .text,
	.owl-item-slideshow-content .title {
		width: calc(100vw - 50px)
	}

	.header-container .dropdown .dropdown-heading,
	.header-container .dropdown .dropdown-content li {
		font-size: 12px
	}

	.dropdown .dropdown-heading {
		line-height: 28px;
		max-height: 28px
	}

	.dropdown .dropdown-content {
		min-width: 100px;
		line-height: 1.25em
	}

	.header-top-container .right-column {
		display: flex;
		width: 40%
	}

	#quicksearch,
	#tripsearch {
		background-color: transparent !important
	}

	#quicksearch>.content,
	#tripsearch>.content {
		background-color: transparent !important
	}

	#quicksearch {
		background-image: none !important;
		height: auto
	}

	#quicksearch #quicksearch-fields.active-date {
		height: auto
	}

	#my-orders-table .description-cell,
	.already-ordered .description-cell {
		display: block
	}

	#my-orders-table .description-cell p,
	.already-ordered .description-cell p {
		display: inline
	}

	#my-orders-table .description-cell.airport,
	.already-ordered .description-cell.airport {
		text-align: right
	}

	.booking-index-index .col-main #tripsearch .travel-types {
		margin: 5px 0 15px -10px
	}

	#quicksearch .content h1,
	#tripsearch .content h1 {
		color: #333
	}

	#quicksearch .content h1 {
		display: none
	}

	#quicksearch .content h1::after {
		content: '';
		background: #54BD84;
		width: 100%;
		display: list-item;
		position: absolute;
		left: 0;
		padding-bottom: 2px;
		border-radius: 6px 6px 0 0
	}

	#quicksearch .sub-box.compartment-types,
	.sub-box.passenger-types,
	.search-period-type {
		height: 45px;
		border: none
	}

	#quicksearch li#quicksearch-flights {
		width: 100%
	}

	#quicksearch-passengers li {
		min-width: auto !important
	}

	#quicksearch li#quicksearch-dates .dates-select-depart:before {
		left: 10px
	}

	#quicksearch li#quicksearch-dates .flights-select-return:before {
		left: 20px
	}

	#currency-switcher-wrapper-mobile,
	#lang-switcher-wrapper-mobile {
		margin-top: 0px;
		margin-bottom: 8px;
		text-align: left
	}

	.cms-home-new .infobox.persian-picker-wrapper {
		min-width: 192% !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.dates-select-depart.travel-date {
		padding-left: 20px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li.flights-select-return.travel-date {
		padding-left: 40px
	}

	.booking-index-index .datepicker-container-inline {
		left: -10px !important
	}

	.booking-index-index #plotId span,
	.booking-index-index #plotId div {
		border: none !important
	}

	#plotId span,
	#plotId div {
		border: none !important
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #alt-input-returndate,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #alt-input-departdate {
		margin-top: 16px !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li,
	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
		border: none
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li {
		margin-top: 5px;
		position: relative
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input {
		width: 100%;
		margin: 0
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input {
		width: 100%;
		left: unset;
		top: unset
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li,
	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li {
		width: calc(50% - 25px);
		height: 120px;
		margin: 0
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to>input:first-child,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to #destination,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-to #origin,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from>input:first-child,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from #destination,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.flights-select-from #origin {
		left: unset;
		width: 100%;
		height: 100%;
		top: unset;
		background: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.25) !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input:first-child {
		left: unset;
		width: 100%;
		top: unset;
		background: #fff;
		border-radius: 10px;
		padding-right: 50px;
		border: 1px solid rgba(0, 0, 0, 0.25) !important;
		padding-left: 15px;
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25)
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul {
		border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li {
		height: 64px;
		width: 50% !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li.dates-select-depart.travel-date>input,
	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li.flights-select-return.travel-date>input {
		box-shadow: none !important;
		border: none !important;
		margin: 0 !important;
		height: 64px;
		line-height: 64px;
		padding-top: 10px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul li.dates-select-depart.travel-date:after {
		border-right: 1px solid rgba(0, 0, 0, 0.25);
		content: "";
		display: inline-block;
		position: absolute;
		right: 0;
		height: 70%;
		top: 15%
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul:before {
		position: absolute;
		content: "Date";
		display: none;
		top: -24px;
		font-size: 14px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		left: 15px
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-passengers {
		float: none;
		width: 100%
	}

	#quicksearch ul#quicksearch-fields .quicksearch-fields input {
		position: static
	}

	#quicksearch ul#quicksearch-fields #originselect,
	#quicksearch ul#quicksearch-fields #destinationselect,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox {
		border: 1px solid rgba(0, 0, 0, 0.25);
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		left: 50% !important;
		width: 90% !important;
		max-height: 480px;
		min-width: 360px !important;
		transform: translateX(-50%);
		position: fixed;
		top: 25% !important
	}

	#quicksearch ul#quicksearch-fields #originselect .destinations,
	#quicksearch ul#quicksearch-fields #destinationselect .destinations,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .destinations,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .destinations {
		padding: 15px 30px 10px !important;
		height: auto !important
	}

	#quicksearch ul#quicksearch-fields #originselect .destinations li,
	#quicksearch ul#quicksearch-fields #destinationselect .destinations li,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .destinations li,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .destinations li {
		font-size: 18px;
		padding-bottom: 8px
	}

	#quicksearch ul#quicksearch-fields #originselect .destinations li.country,
	#quicksearch ul#quicksearch-fields #destinationselect .destinations li.country,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .destinations li.country,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .destinations li.country {
		font-size: 22px;
		font-weight: bold;
		margin: 12px 0
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates {
		width: calc(100% - 40px);
		margin-left: 20px;
		height: 70px;
		border: none;
		margin-top: 5px;
		position: relative
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox {
		width: 370px !important
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search {
		position: static;
		right: unset
	}

	#departdatebox .close-button-wrap,
	#returndatebox .close-button-wrap {
		display: none
	}

	#scroll-to-top::before {
		left: 2px
	}

	.passengers-select-sub-label {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: start;
		min-width: 138px
	}

	#quicksearch ul#quicksearch-fields #passengers-type .travel-users>ul,
	#tripsearch #passengers-type .travel-users>ul {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	#quicksearch ul#quicksearch-fields #passengers-type .travel-users>ul li,
	#tripsearch #passengers-type .travel-users>ul li {
		width: 100%;
		padding: 0 20px;
		margin: 0;
		border-bottom: 1px solid #80808078
	}

	#quicksearch ul#quicksearch-fields #passengers-type .travel-users>ul li:last-child,
	#tripsearch #passengers-type .travel-users>ul li:last-child {
		border: 0
	}

	#quicksearch ul#quicksearch-fields #passengers-type .travel-users>ul li label,
	#tripsearch #passengers-type .travel-users>ul li label {
		display: block !important;
		text-align: center;
		max-height: initial;
		color: #000;
		line-height: 44px
	}

	#quicksearch ul#quicksearch-fields #passengers-type .travel-users>ul li label span,
	#tripsearch #passengers-type .travel-users>ul li label span {
		display: none !important
	}

	#quicksearch li#quicksearch-dates .ui-datepicker-prev:after,
	#quicksearch li#quicksearch-dates .ui-datepicker-next:after,
	.booking-index-index #tripsearch .datepicker .ui-datepicker-prev:after,
	.booking-index-index #tripsearch .datepicker .ui-datepicker-next:after {
		font-family: "Font Awesome 5 Pro";
		color: #54BD84;
		font-size: 18px;
		display: inline;
		transform: none;
		content: '\f138';
		font-weight: 700;
		border: 0;
		left: 4px;
		top: 6px
	}

	#quicksearch li#quicksearch-dates .ui-datepicker-prev:after,
	.booking-index-index #tripsearch .datepicker .ui-datepicker-prev:after {
		content: '\f137'
	}

	.ui-datepicker-prev,
	.ui-datepicker-next {
		line-height: 1 !important
	}

	#quicksearch li#quicksearch-dates .ui-datepicker-prev,
	#quicksearch li#quicksearch-dates .ui-datepicker-next {
		line-height: initial
	}

	#mobile-backdrop {
		width: 100vw;
		display: block;
		background: rgba(0, 0, 0, 0.2);
		position: fixed;
		right: 0;
		z-index: 10;
		bottom: 0;
		left: 50% !important;
		top: -81% !important;
		transform: translateX(-50%)
	}

	#owl-bg .owl-controls {
		display: none !important
	}

	.booking-index-index #owl-bg {
		height: 471px !important
	}

	.booking-index-index #owl-bg.step-active {
		height: 340px !important
	}

	.booking-index-index.modify-booking #owl-bg {
		height: 471px !important
	}

	.booking-index-index .col-main #tripsearch .inputbox input {
		outline: none !important;
		box-shadow: none !important
	}

	.booking-index-index .col-main #tripsearch .inputbox input::placeholder,
	.booking-index-index .col-main #tripsearch .inputbox input::-webkit-input-placeholder {
		color: #333 !important
	}

	.owl-item-slideshow-content {
		top: 138px
	}

	input::-webkit-input-placeholder {
		color: #333;
		letter-spacing: 0.05em
	}

	input:-moz-placeholder {
		color: #333
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .datepicker,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .datepicker {
		overflow: hidden;
		width: 300px;
		margin: 30px
	}

	.booking-index-index #tripsearch #returndatebox .datepicker,
	.booking-index-index #tripsearch #departdatebox .datepicker {
		overflow: hidden;
		width: 300px;
		margin: 30px
	}

	.new-arrow.expander::after {
		border-color: #3287BE !important
	}

	.cms-route-mid-kob .preface,
	.cms-route-mid-bill .preface,
	.cms-route-bill-born .preface {
		display: none
	}

	li.flights-select-return.travel-date>input {
		box-shadow: none !important;
		border: none !important
	}

	li.dates-select-depart.travel-date>input {
		padding-left: 20px !important
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>.flights-select-from:before,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>.flights-select-to:before {
		color: #ccc !important;
		font-size: 14px;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
		position: absolute;
		width: 65%;
		left: 50%;
		top: -6px;
		transform: translateX(-50%)
	}

	#quicksearch-other-fields {
		border: none;
		transition: unset
	}

	.promotions {
		width: auto
	}

	#scroll-to-top {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		border-radius: 50%
	}

	#quicksearch .content h1,
	#tripsearch .content h1 {
		font-size: 32px
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-passengers {
		width: calc(50% - 40px);
		border: 1px solid #ccc;
		border-radius: 10px;
		height: 50px;
		margin: 20px 0;
		left: 20px
	}

	#quicksearch ul#quicksearch-fields>li#quicksearch-search {
		float: none;
		margin: 10px auto 0;
		width: 100%
	}

	#nav-menu-link {
		display: flex;
		height: 18px;
		width: 25px;
		flex-direction: column;
		justify-content: space-between;
		position: absolute;
		left: 0
	}

	#nav-menu-link .close-slider {
		display: none;
		transform: rotate(180deg);
		color: #54BD84;
		font-weight: 400
	}

	#nav-menu-link.open {
		width: 50%
	}

	#nav-menu-link.open i.close-slider {
		display: inline-block;
		font-size: 20px;
		width: 50%;
		position: fixed;
		top: 10px;
		left: -20px
	}

	#nav-menu-link span {
		position: relative
	}

	#nav-menu-link span:nth-child(2),
	#nav-menu-link span:nth-child(3) {
		top: 0
	}

	#quicksearch-other-fields.active {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		align-items: baseline;
		margin: 0 !important;
		justify-content: space-between
	}

	#quicksearch-other-fields.active .search-period-type,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		display: inline-flex;
		height: 50px;
		margin: 20px 0;
		position: relative;
		right: 0
	}

	#quicksearch-other-fields.active .search-period-type .search-period,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook .search-period {
		width: 100%
	}

	#quicksearch-other-fields.active .search-period-type .compartment-label,
	#quicksearch-other-fields.active .search-period-type span.promo-code-label,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook .compartment-label,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook span.promo-code-label {
		font-size: 12px;
		font-weight: 700;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -6px;
		width: 65%;
		text-align: center
	}

	#quicksearch-other-fields.active .search-period-type span.promo-code-label,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook span.promo-code-label {
		text-transform: uppercase;
		line-height: 1;
		color: #c0c0c0;
		display: inline-block
	}

	#quicksearch-other-fields.active .search-period-type #field-search-period-title,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook #field-search-period-title {
		text-align: center;
		padding: 0;
		line-height: unset;
		height: 100%
	}

	#quicksearch-other-fields.active .search-period-type #field-search-period-title:after,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook #field-search-period-title:after {
		display: none
	}

	#quicksearch-other-fields.active .search-period-type {
		position: absolute;
		top: -91px;
		width: calc(50% - 40px);
		right: 20px
	}

	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook input {
		box-shadow: none;
		padding: 0 30px
	}

	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook ::-webkit-input-placeholder {
		color: transparent
	}

	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook :-moz-placeholder {
		color: transparent
	}

	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook ::-moz-placeholder {
		color: transparent
	}

	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook :-ms-input-placeholder {
		color: transparent
	}

	#quicksearch .sub-box.compartment-types,
	#quicksearch .sub-box.passenger-types {
		flex-wrap: wrap;
		height: auto;
		border-right: none;
		width: inherit;
		justify-content: space-between
	}

	#quicksearch .sub-box.compartment-types {
		order: 10;
		margin: 10px 0 0 0
	}

	#quicksearch .sub-box.compartment-types .compartment-type,
	#quicksearch .sub-box.passenger-types .compartment-type {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		display: inline-flex;
		height: 50px;
		margin: 20px 0
	}

	#quicksearch .sub-box.compartment-types .compartment-type .compartment-label,
	#quicksearch .sub-box.passenger-types .compartment-type .compartment-label {
		font-size: 12px;
		font-weight: 700;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -6px;
		width: 70%;
		text-align: center
	}

	#quicksearch .sub-box.compartment-types .compartment-type #field-outbound-compartment-select-title,
	#quicksearch .sub-box.compartment-types .compartment-type #field-inbound-compartment-select-title,
	#quicksearch .sub-box.passenger-types .compartment-type #field-outbound-compartment-select-title,
	#quicksearch .sub-box.passenger-types .compartment-type #field-inbound-compartment-select-title {
		height: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 100%
	}

	#quicksearch .sub-box.compartment-types .compartment-type #field-outbound-compartment-select-title::after,
	#quicksearch .sub-box.compartment-types .compartment-type #field-inbound-compartment-select-title::after,
	#quicksearch .sub-box.passenger-types .compartment-type #field-outbound-compartment-select-title::after,
	#quicksearch .sub-box.passenger-types .compartment-type #field-inbound-compartment-select-title::after {
		display: none
	}

	#quicksearch #passengers-sub-box {
		width: calc(50% - 20px);
		border: 1px solid #ccc;
		border-radius: 10px;
		display: inline-flex;
		height: 50px;
		margin: 20px 0;
		order: -1
	}

	#quicksearch #passengers-sub-box .compartment-label {
		font-size: 12px;
		font-weight: 700;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -6px;
		width: 70%;
		text-align: center
	}

	#quicksearch #passengers-sub-box #field-passengers-type-title {
		height: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 100%
	}

	#quicksearch #passengers-sub-box #field-passengers-type-title::after {
		display: none
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .title {
		font-size: 14px;
		width: 60%
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .city {
		font-size: 16px
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .total {
		line-height: 25px;
		font-size: 25px
	}

	#tripsearch #quicksearch-direct-only {
		display: flex;
		align-items: flex-end
	}

	#quicksearch #quicksearch-direct-only {
		display: flex;
		width: 100%;
		justify-content: center;
		order: 20
	}

	#quicksearch .promotions.sub-box.promotions--quickbook,
	#tripsearch .promotions.sub-box.promotions--quickbook {
		height: 60px;
		margin: 0 !important
	}

	#quicksearch .promotions.sub-box.promotions--quickbook .input-box,
	#tripsearch .promotions.sub-box.promotions--quickbook .input-box {
		display: block;
		margin: 0
	}

	#quicksearch .passengers,
	#tripsearch .passengers {
		height: auto;
		margin: 0
	}

	.col-main .grid12-3.block-news {
		min-height: auto
	}

	#passengers-sub-box.sub-box.compartment-types .compartment-label,
	#passengers-sub-box.sub-box.passenger-types .compartment-label {
		top: -6px
	}

	#step-passengers #passengers .user-desc,
	#step-passengers #contactinfo .user-desc,
	#step-passengers .copyfrom-ctc-box {
		flex-direction: column;
		align-items: flex-start
	}

	.passenger-copyfrom-adult,
	.passenger-copyfrom-child,
	.passenger-copyfrom-infant,
	#contactinfo-copyfrom {
		margin-left: 0;
		margin-top: 15px
	}

	.booking-index-index .col-main #tripsearch {
		box-shadow: none;
		margin: 0;
		border-radius: 0;
		box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
		padding: 25px 15px;
		border-radius: 0 0 10px 10px
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
		border: none;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, 0.25);
		border-color: rgba(0, 0, 0, 0.25) !important;
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		left: unset;
		margin-top: 8px;
		margin-bottom: 8px;
		position: relative;
		height: 40px;
		padding-left: 15px
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small:before,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium:before {
		top: -24px;
		color: #333 !important;
		font-size: 18px;
		position: absolute;
		text-transform: uppercase;
		display: none;
		left: 15px
	}

	.booking-index-index .col-main #tripsearch .inputbox>input,
	.booking-index-index .col-main #tripsearch .inputbox #origin,
	.booking-index-index .col-main #tripsearch .inputbox #destination,
	.booking-index-index .col-main #tripsearch .inputbox #departdate,
	.booking-index-index .col-main #tripsearch .inputbox #returndate {
		position: static;
		left: unset;
		top: unset;
		margin: 0
	}

	.booking-index-index .col-main #tripsearch .actionset {
		margin: 20px auto 0;
		width: 100%
	}

	#tripsearch .inputbox .search-hint {
		display: none
	}

	.booking-index-index .col-main #tripsearch .inputbox #origin,
	.booking-index-index .col-main #tripsearch .inputbox #destination {
		opacity: 0
	}

	#quicksearch ul#quicksearch-fields>li {
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		padding: 0 20px
	}

	#quicksearch ul#quicksearch-fields>li>ul {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.booking-index-index .col-main #tripsearch .inputbox.travel-from:before {
		width: auto
	}

	#tripsearch .quicksearch-flights-icon {
		display: none
	}

	#tripsearch .quicksearch-flights-icon.calendar {
		display: block
	}

	.new-arrow.is-bottom.select-search {
		top: -2px
	}

	#tripsearch #search_period {
		padding: 0 7px 2px 0 !important;
		min-width: 270px !important
	}

	#tripsearch .compartment-types .compartment-type.compartment-type-outbound,
	#tripsearch .compartment-types .compartment-type.compartment-type-inbound {
		margin: 5px 0
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations ul {
		width: 96%
	}

	.booking-index-index #tripsearch .infobox .destinations ul {
		width: 96%
	}

	.booking-index-index .inner-container .summary-box #summary .base-total-block #base-total {
		font-size: 24px
	}

	.booking-index-index #tripsearch .infobox {
		top: 40px;
		border: 1px solid rgba(0, 0, 0, 0.25);
		width: 90% !important;
		left: 0;
		border-color: rgba(0, 0, 0, 0.25) !important
	}

	.booking-index-index #tripsearch .infobox#departdatebox,
	.booking-index-index #tripsearch .infobox#returndatebox {
		width: 370px !important
	}

	.booking-index-index #tripsearch .infobox .header {
		display: block !important;
		padding-left: 10px
	}

	.booking-index-index .col-main #tripsearch {
		box-shadow: none;
		margin: 0;
		border-radius: 0;
		box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
		padding: 25px 15px;
		border-radius: 0 0 10px 10px
	}

	.booking-index-index .col-main #tripsearch #passengers-select-child select,
	.booking-index-index .col-main #tripsearch #passengers-select-infant select {
		padding: 0 10px 0 0 !important
	}

	.booking-index-index .col-main #tripsearch .collapsible {
		margin-top: 8px;
		border-top: none;
		margin: 0;
		padding: 0
	}

	.booking-index-index .col-main #tripsearch .sub-box.passengers #quicksearch-passengers ul {
		display: flex;
		flex-wrap: wrap
	}

	.booking-index-index .col-main #tripsearch .sub-box.passengers #quicksearch-passengers ul li {
		display: flex;
		align-items: center
	}

	.booking-index-index .col-main #tripsearch .inputbox>input,
	.booking-index-index .col-main #tripsearch .inputbox #origin,
	.booking-index-index .col-main #tripsearch .inputbox #destination,
	.booking-index-index .col-main #tripsearch .inputbox #departdate,
	.booking-index-index .col-main #tripsearch .inputbox #returndate {
		font-size: 16px;
		height: 40px;
		color: #333 !important;
		letter-spacing: 0.03em;
		width: calc(100% - 50px);
		padding: 0
	}

	.booking-index-index .col-main #tripsearch .sub-box {
		border: none;
		margin-right: 0
	}

	.booking-index-index .col-main #tripsearch .sub-inputboxes .search_period_container {
		position: absolute;
		right: 0;
		top: -70px
	}

	.booking-index-index .col-main #tripsearch .sub-inputboxes.in-collapse .search_period_container {
		top: -110px
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium {
		border: none;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, 0.25);
		border-color: rgba(0, 0, 0, 0.25) !important;
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		left: unset;
		margin-top: 8px;
		margin-bottom: 8px;
		position: relative;
		height: 40px;
		padding-left: 15px
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small:before,
	.booking-index-index .col-main #tripsearch .inputbox.input-size-medium:before {
		top: -24px;
		color: #333 !important;
		font-size: 18px;
		position: absolute;
		text-transform: uppercase;
		display: none;
		left: 15px
	}

	.booking-index-index .col-main #tripsearch .inputbox>input,
	.booking-index-index .col-main #tripsearch .inputbox #origin,
	.booking-index-index .col-main #tripsearch .inputbox #destination,
	.booking-index-index .col-main #tripsearch .inputbox #departdate,
	.booking-index-index .col-main #tripsearch .inputbox #returndate {
		position: static;
		left: unset;
		top: unset;
		margin: 0;
		width: 100%;
		height: 100%;
		padding: 0 0 0 20px
	}

	.booking-index-index .col-main #tripsearch .actionset {
		position: static;
		left: unset;
		top: unset
	}

	#resultlist #resultlist table tr .flight-list>.mobile-panel {
		display: none
	}

	#resultlist #flightSelectList .table-header-title,
	#resultlist #flightSelectList .table-header-title label {
		font-size: 21px;
		text-align: center
	}

	#resultlist table tr .description-price {
		display: inline-table;
		width: 100%
	}

	#resultlist table tr.pricegroup-descriptions>td>.inner-inner {
		padding: 5px 10px
	}

	#resultlist table tr.heading>td.flight {
		text-align: center;
		padding: 15px 0px;
		width: 100%
	}

	#resultlist table tr.description-price .description-categories {
		padding: 54px 50px 20px
	}

	#resultlist table tr .table-info-wrapper,
	#resultlist .modal-flight-connected .table-info-wrapper {
		box-sizing: border-box;
		width: 100%
	}

	#resultlist tr.row-flight {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		border-left: 1px solid #e5e5e5;
		background: #fff
	}

	#resultlist tr.row-flight .table-info-row-wrapper .aircraft-info {
		display: flex
	}

	#resultlist tr.row-flight .table-info-row-wrapper .aircraft-info .table-info-label {
		display: none
	}

	#resultlist tr.row-flight .table-info-row-wrapper .aircraft-info .table-info-item:first-child .table-info-value {
		border-right: 1px solid;
		padding-right: 5px;
		margin: 0 5px 0 0;
		line-height: 1
	}

	#resultlist tr.row-flight>td.active .class-input.clicked span.label:after {
		bottom: -25px;
		width: 100%;
		height: 25px
	}

	#resultlist .owl-tabs.owl-carousel .tab {
		width: inherit
	}

	#resultlist tr.row-flight>td.heading-under-box {
		display: block;
		width: 100%;
		float: none;
		height: auto;
		min-height: 40px;
		background: #ccc
	}

	#resultlist .table-tab>table>tbody>tr>td:first-child {
		border-left: none;
		border-bottom: 1px solid #daeaf0
	}

	#resultlist tr.row-flight>td.heading-under-box td {
		display: inline-block;
		text-align: left;
		margin: 0;
		line-height: 20px;
		height: auto;
		background: #fff;
		width: 100%
	}

	#resultlist tr.row-flight>td.heading-under-box table.for-segments.table-body tbody td:nth-child(4) {
		display: none !important
	}

	#resultlist tr.row-flight>td.heading-under-box table.for-segments.table-body tbody tr {
		background: #fff
	}

	#resultlist table tr.row-flight .time::before {
		width: 20px
	}

	#resultlist table tr.row-flight .time::after {
		right: 18px
	}

	#resultlist table tr.row-flight table td.direction-time:nth-child(2n) .time::after {
		right: auto;
		left: 18px
	}

	#resultlist tr.row-flight {
		flex-direction: row;
		margin-bottom: 16px
	}

	#resultlist tr.row-flight>td {
		display: inline-block;
		width: 25%;
		height: 100px;
		box-sizing: border-box
	}

	#resultlist tr.row-flight>td.columnCount-8 {
		width: 12.5%
	}

	#resultlist tr.row-flight>td.columnCount-7 {
		width: 14.28%
	}

	#resultlist tr.row-flight>td.columnCount-6 {
		width: 16.666666%
	}

	#resultlist tr.row-flight>td.columnCount-5 {
		width: 20%
	}

	#resultlist tr.row-flight>td.columnCount-4 {
		width: 25%
	}

	#resultlist tr.row-flight>td.columnCount-3 {
		width: 33.333333%
	}

	#resultlist tr.row-flight>td.columnCount-2 {
		width: 50%
	}

	#resultlist tr.row-flight>td.columnCount-1 {
		width: 100%
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper {
		display: none
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div {
		margin-right: 6px;
		font-family: "Font Awesome 5 Pro";
		color: #000000;
		font-size: 18px
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.carry-on:before {
		content: '\f0f2';
		font-weight: 900
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.refund:before {
		content: '\f3d1'
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.rebooking:before {
		content: '\f0ec'
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.excess-baggage:before {
		content: '\f187';
		font-weight: 900
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.flexible-ticket:before {
		content: '\f3ff'
	}

	#resultlist tr.row-flight>td div.mobile-icons-wrapper>div.seat:before {
		content: '\f4cc'
	}

	#resultlist tr.row-flight>td .class-head {
		top: 0;
		text-align: center
	}

	#resultlist tr.row-flight>td .class-head .hd-title {
		font-size: 14px
	}

	#resultlist tr.row-flight>td .class-input {
		align-items: center
	}

	#resultlist tr.row-flight td .class-input label {
		font-size: 14px
	}

	#resultlist tr.description-price h4.price {
		display: none
	}

	#resultlist h3 {
		text-align: center;
		line-height: 20px;
		font-size: 20px;
		padding: 0
	}

	#resultlist h3::before {
		display: none
	}

	#resultlist table tr.heading td.flight .hd-title {
		font-size: 14px;
		letter-spacing: 0.030em
	}

	#resultlist tr.row-flight td .class-input span.sold::before {
		top: calc(50% + 6px);
		left: calc(10% + 18px)
	}

	.box-full-flex,
	.box-high,
	.box-full-flex:before {
		background: transparent
	}

	.tabs-panels.flight-list table tr td.box-full-flex:nth-of-type(2n+1),
	.tabs-panels.flight-list table tr td.box-full-flex:nth-of-type(2n) {
		background: transparent
	}

	#resultlist table tr.heading-under>td:nth-child(2)::after,
	#resultlist table tr.heading-under>td:nth-child(4)::before {
		box-shadow: none;
		display: none
	}

	#resultlist table tr.row-flight>td:nth-child(2)::after,
	#resultlist table tr.row-flight>td:nth-child(4)::before {
		box-shadow: none;
		display: none
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .title {
		font-size: 14px;
		line-height: 16px;
		display: flex
	}

	.booking-index-index .inner-container .col-main .summary-box>#summary {
		padding: 0 16px
	}

	.booking-index-index .inner-container .col-main #summary h3.wt-bg1.active {
		margin: 0
	}

	#booking-block-tabs li span {
		font-size: 16px
	}

	#quicksearch-fields .infobox,
	.booking-index-index #tripsearch .infobox {
		min-width: 270px !important
	}

	#quicksearch-period li,
	.compartment-outbound-select-wrapper li,
	.compartment-inbound-select-wrapper li {
		padding: 10px;
		text-align: center;
		margin: 10px !important;
		float: none !important;
		border-bottom: 1px solid #80808078
	}

	#quicksearch-period li:last-child,
	.compartment-outbound-select-wrapper li:last-child,
	.compartment-inbound-select-wrapper li:last-child {
		border: 0
	}

	#quicksearch ul#quicksearch-fields #passengers-counter>.header {
		margin-left: 20px !important
	}

	.passangers-type-label div {
		min-width: initial
	}

	#quicksearch-passengers .infobox {
		width: 270px !important;
		min-width: 270px !important
	}

	#quicksearch-passengers .infobox .close-button-wrap {
		bottom: -10px;
		right: 56%;
		top: auto
	}

	#quicksearch-passengers .infobox .close-button-wrap .close-button:before,
	#quicksearch-passengers .infobox .close-button-wrap .close-button:after {
		transform: none
	}

	#quicksearch-passengers .infobox .close-button-wrap .close-button:before {
		content: '';
		width: 100px;
		height: 38px;
		border-radius: 8px
	}

	#quicksearch-passengers .infobox .close-button-wrap .close-button:after {
		content: 'Сlose';
		position: relative;
		left: 40px;
		top: 11px;
		color: white
	}

	.passengers-select-sub-label :first-child {
		font-size: 16px;
		margin-right: 6px
	}

	.hotels-list-item__rightBlock {
		margin-top: 20px
	}

	#hotel-basiclayout {
		flex-wrap: wrap
	}

	#hotel-basiclayout .left {
		width: 100%
	}

	#hotel-basiclayout .right {
		width: 95%;
		margin: 0 auto
	}

	#hotel-basiclayout #hotel_list {
		margin-bottom: 10px
	}

	#hotel-basiclayout .hotels-list-item__image {
		width: 100%;
		max-width: 100%
	}

	#hotel-basiclayout .hotels-list-item__image-block {
		margin: 10px 0
	}

	#hotel-basiclayout .hotels-list-item {
		margin: 0;
		padding: 0;
		flex-direction: column
	}

	#hotel-basiclayout .hotels-list-item__description-block,
	#hotel-basiclayout .product-item__editBtn {
		height: auto;
		width: 100%;
		float: unset;
		top: unset;
		padding-left: 0;
		transform: none
	}

	#hotel-basiclayout .product-item__editBtn {
		height: 40px;
		right: 0;
		margin-top: 10px
	}

	#nav #passenger-login {
		margin-left: 26px;
		color: #929292;
		float: left
	}

	#nav #passenger-login i {
		margin-right: 20px
	}

	#step-passengers #passengers,
	#contactinfo>.passenger,
	#form-passengers>#contactinfo>.contact {
		padding: 10px 6px;
		margin-bottom: 80px
	}

	#step-passengers .passenger-login-form .registered-users .content .crate-account-wrapper {
		padding: 0
	}

	#step-passengers {
		padding: 10px
	}

	#step-passengers .modal-dialog>div.clearfix.login-form {
		width: 340px
	}

	#step-passengers #passengers-block-tabs {
		width: 100%
	}

	#step-passengers #passenger-modal .content .form-list li {
		width: 100%
	}

	#step-passengers .passenger-login-modal.modal.in {
		z-index: 1300
	}

	#step-passengers .clearfix.login-form,
	#step-passengers .modal-dialog {
		width: 340px;
		margin: 60px auto;
		background: white
	}

	#step-passengers .close-btn-wrapper {
		display: block;
		position: relative;
		right: 6px;
		bottom: -40px;
		border: #195a0b 2px solid;
		width: 30px;
		background: white;
		height: 30px;
		border-radius: 100%
	}

	#step-passengers .close-btn-wrapper i.close-btn {
		display: block;
		color: black;
		position: absolute;
		right: 8px;
		top: 5px;
		opacity: 1
	}

	#step-passengers #passenger-login {
		background: none transparent;
		font-weight: 700;
		font-size: 16px;
		color: #54BD84;
		cursor: pointer;
		margin-top: 10px;
		box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
		line-height: 60px;
		padding: 0;
		display: none;
		text-transform: uppercase;
		align-items: center;
		justify-content: space-between;
		border-radius: 12px;
		padding: 0 20px
	}

	#step-passengers #passengers,
	#step-passengers #contactinfo {
		width: auto
	}

	#step-passengers #contactinfo .field {
		width: calc(50% - 16px);
		margin: 0 8px 10px
	}

	#step-passengers #contactinfo .field.field-title {
		width: calc(10% - 16px);
		min-width: 56px
	}

	#step-passengers #contactinfo .field.field-firstname {
		width: calc(41% - 26px)
	}

	#step-passengers .clearfix.logout-form {
		margin-top: 20px;
		width: 100%;
		float: none
	}

	#step-passengers .clearfix.logout-form .registered-users {
		border-radius: 20px
	}

	#step-passengers .clearfix.logout-form .registered-users .last-logedin-row,
	#step-passengers .clearfix.logout-form .registered-users i.fa-user-circle {
		display: none
	}

	#step-passengers .clearfix.logout-form .registered-users .user-name-row {
		flex-direction: row;
		justify-content: center;
		align-items: baseline;
		margin-top: 16px
	}

	#step-passengers .clearfix.logout-form .registered-users .user-name-row label {
		display: block;
		margin-right: 10px;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		color: #54BD84
	}

	#step-passengers .clearfix.logout-form .registered-users .user-name-row .username {
		font-size: 14px
	}

	#step-passengers .clearfix.logout-form .registered-users .user-name-row .email {
		display: none
	}

	#step-passengers .clearfix.logout-form .registered-users .content {
		padding: 20px
	}

	#step-passengers .clearfix.logout-form .registered-users .content .memeber-label {
		padding: 0
	}

	#step-passengers .clearfix.logout-form .registered-users .content .memeber-label i::before {
		content: "\f2bd"
	}

	#step-passengers .clearfix.logout-form .registered-users .content .memeber-label label.mobile {
		font-size: 14px;
		display: block
	}

	#step-passengers .clearfix.logout-form .registered-users .content .memeber-label span {
		display: none
	}

	#step-passengers .clearfix.logout-form .registered-users .content .btn.btn-checkout {
		width: 70px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		right: 28px;
		font-size: 10px
	}

	#step-passengers #passengers .field {
		width: calc(50% - 16px);
		margin: 0 8px 10px
	}

	#step-passengers #passengers .field.field-title {
		width: calc(10% - 16px);
		min-width: 56px
	}

	#step-passengers #passengers .field.field-firstname {
		width: calc(41% - 34px)
	}

	#step-passengers #passengers .field.dob {
		width: calc(50% - 16px);
		margin: 0 8px 10px
	}

	#step-passengers #passengers .field.dob .select-wrapper {
		float: none;
		width: 100%
	}

	#step-passengers #passengers .field.dob .select-wrapper:nth-child(4) {
		margin-top: 15px
	}

	#step-passengers #passengers .field #passengers .docid-block h4,
	#step-passengers #passengers .field #passengers .docs-block h4,
	#step-passengers #passengers .field #passengers .doca-block h4,
	#step-passengers #passengers .field #passengers .doco-block h4 {
		margin: 12px 6px 25px
	}

	#step-passengers #contactinfo .validation-advice,
	#step-passengers #passengers .validation-advice {
		bottom: -3px;
		left: 3px
	}

	#step-passengers #contactinfo .field .intl-tel-input .validation-advice,
	#step-passengers #passengers .field .intl-tel-input .validation-advice {
		left: unset;
		right: 3px
	}

	#step-passengers #contactinfo .field-country .validation-advice,
	#step-passengers #passengers .field-country .validation-advice {
		left: 8px
	}

	#resultlist tr.row-flight td .class-input label {
		font-weight: 600
	}

	.customer-account-login .preface {
		width: calc(100% - 30px)
	}

	.customer-account-login .main .page-title,
	.customer-account-create .main .page-title {
		display: none
	}

	.account-create form>.grid12-12>h1 {
		font-size: 24px;
		margin: 10px 1% 10px
	}

	.account-create #form-validate .fields>.field,
	.account-create #form-validate .fields>.customer-name .field,
	.account-create #form-validate .fields>.wide {
		width: calc(100% - 16px) !important;
		float: none
	}

	.account-create #form-validate .fields>.field>.field,
	.account-create #form-validate .fields>.customer-name .field>.field,
	.account-create #form-validate .fields>.wide>.field {
		width: 100% !important
	}

	.account-create .buttons-set button.button {
		width: 60%;
		border-radius: 50px;
		margin: 0 auto;
		display: block
	}

	.customer-account .my-account #form-validate .fields>.customer-name>.field,
	.customer-account .fields>.field {
		width: calc(100% - 16px) !important;
		float: none
	}

	.customer-account .my-account #form-validate .fields>.customer-name>.field>.field,
	.customer-account .fields>.field>.field {
		width: 100% !important
	}

	.step-data .seat-button.type-EXIT .fa-sign-out,
	.step-data .seat-button.type-WING_EXIT .fa-sign-out {
		font-size: 26px
	}

	.step-data .seat-button:nth-child(2).type-EXIT,
	.step-data .seat-button:nth-child(2).type-WING_EXIT {
		left: -24px
	}

	.step-data .seat-button.type-EXIT,
	.step-data .seat-button.type-WING_EXIT {
		right: -24px
	}

	.account-create #form-validate .fields>.customer-name .field.name-firstname,
	.customer-account .my-account #form-validate .fields>.customer-name .field.name-firstname {
		width: calc(100% - 112px)
	}

	.main #faq-search {
		width: 100%
	}

	div#collapse-payment dt label {
		font-size: 12px
	}

	.contact_info.panel>div,
	.payment.panel>div {
		font-size: 14px
	}

	.booking-index-index .inner-container #summary {
		width: 100%
	}

	body.checkout-onepage-success .col-main {
		margin-top: 30px
	}

	.footer-column.grid12-3 {
		display: flex;
		justify-content: center;
		width: 100%
	}

	.footer-container .footer-primary-container.section-container .footer-column .block-content.no-display {
		display: none !important
	}

	.sales-order-flight.customer-account #my-orders-table tbody td.last {
		flex-direction: row;
		display: inline-flex;
		justify-content: center
	}

	.sales-order-flight.customer-account #my-orders-table tbody td.last .check-in-btn {
		padding: 0
	}

	.customer-account.sales-order-view .manage-booking,
	.customer-account.sales-order-view .print-buttons,
	.customer-account.sales-order-view .about-order-wrap,
	.customer-account.sales-order-view .order-info {
		background: #fff
	}

	.customer-account.sales-order-view .order-items.order-details {
		margin-bottom: 20px
	}

	.customer-account.sales-order-view .print-buttons {
		padding-top: 22px;
		padding-bottom: 18px
	}

	.customer-account.sales-order-view .manage-booking,
	.customer-account.sales-order-view .order-info {
		text-transform: uppercase;
		padding: 17px 0 0 0;
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold
	}

	.customer-account.sales-order-view .about-order-wrap {
		padding-top: 10px
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line {
		margin: 0 auto;
		width: calc(100% - 40px);
		padding: 17px !important;
		flex-direction: column;
		border-width: 1px;
		border-color: #CFCFCF !important
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0;
		width: 100%;
		border-left: none !important;
		padding-bottom: 12px
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box:last-child {
		padding-bottom: 0
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box .box-content,
	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box .box-title {
		padding-top: 0;
		font-size: 10px;
		line-height: 1
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box .box-content {
		font-weight: 400
	}

	.customer-account.sales-order-view .about-order-wrap .about-order-line .order-box .box-title {
		font-weight: bold;
		text-transform: uppercase
	}

	.customer-account .block.current-booking {
		background: #fff;
		margin: 0
	}

	.customer-account .block.current-booking .content-wrapper {
		padding: 20px 0
	}

	.customer-account .block.current-booking .content-wrapper span {
		font-size: 16px
	}

	.customer-account .block.current-booking .content-wrapper span.varicoloured-label {
		color: #000 !important;
		font-weight: 400
	}

	.customer-account .block.current-booking .content-wrapper span:last-child {
		font-weight: bold
	}

	.customer-account .dashboard .welcome-msg {
		background: #fff;
		margin: 0;
		padding-bottom: 25px
	}

	.customer-account .dashboard .welcome-msg .hello {
		margin: 0;
		padding: 25px 0 15px
	}

	.customer-account .dashboard .welcome-msg .hello strong {
		text-transform: capitalize;
		color: #000;
		font-size: 20px;
		font-weight: bold
	}

	.customer-account .dashboard .welcome-msg p:last-child {
		color: rgba(0, 0, 0, 0.6);
		font-size: 13px;
		line-height: 18px
	}

	.customer-account .main-container .search-order a.button {
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		width: 33% !important;
		background: #E1E1E1 !important
	}

	.customer-account .main-container .search-order .field.button-search:after {
		display: none
	}

	.customer-account .main-container table tbody td {
		height: 60px;
		padding: 6px 12px
	}

	.customer-account .main-container table tbody td:first-child {
		border-bottom: 1px solid #CFCFCF !important;
		border-radius: 0 !important
	}

	.customer-account .main-container table tbody td:first-child .cell-label {
		color: #000;
		text-transform: uppercase
	}

	.customer-account .main-container table tbody td:nth-child(2),
	.customer-account .main-container table tbody td:first-child {
		padding-left: 12px;
		padding-right: 12px
	}

	.customer-account .main-container table tbody td.last {
		padding: 20px
	}

	.customer-account .main-container table .cell-label {
		display: block
	}

	.customer-account .main-container table tbody tr {
		display: flex;
		flex-direction: column;
		background: #fff !important;
		border: 1px solid #CFCFCF !important
	}

	.customer-account .box-account {
		padding-top: 20px;
		background: #EEEEEE
	}

	.customer-account .box-account .box-head {
		display: flex;
		justify-content: space-between;
		border: none;
		align-items: center;
		margin: 0;
		padding: 0
	}

	.customer-account .box-account .box-head:after {
		display: none
	}

	.customer-account .box-account .box-head h2 {
		order: -1;
		padding: 0;
		font-size: 16px;
		text-transform: uppercase
	}

	.customer-account .box-account .box-head a {
		margin: 0;
		width: 94px;
		font-size: 12px;
		height: 28px;
		line-height: 28px
	}

	.customer-account #my-orders-table::before {
		display: none
	}

	.customer-account #my-orders-table td {
		width: 100%;
		font-size: 16px;
		display: flex;
		max-width: unset !important;
		justify-content: space-between;
		text-align: center;
		box-sizing: border-box
	}

	.customer-account .main-container table tbody td {
		height: auto
	}

	.customer-account #my-orders-table td.last {
		justify-content: center
	}

	.customer-account .main-container .my-account #form-validate h2.legend {
		font-size: 16px;
		margin: 20px 0;
		display: flex;
		flex-direction: column;
		padding-left: 12px
	}

	.customer-account .main-container .my-account #form-validate h2.legend.corp {
		margin: 0;
		padding-top: 0
	}

	.customer-account .main-container .my-account #form-validate h2.legend #corp-reg-toggle {
		font-size: 16px;
		min-width: 50% !important;
		width: 50%;
		font-size: 16px;
		margin: 10px 0 0 0 !important;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		padding: 0
	}

	.customer-account .main-container #already_extras .data-table tbody td {
		box-sizing: border-box
	}

	.customer-account #corp-reg-toggle {
		margin-left: 0;
		margin-top: 15px
	}

	.customer-account-create .account-create #form-validate .fields>.customer-name .field.name-firstname {
		float: left
	}

	.customer-account-create #owl-bg {
		display: none !important;
		height: 80px !important
	}

	.customer-account-create #form-validate {
		width: 100%;
		box-shadow: none;
		box-sizing: border-box;
		padding: 20px 0
	}

	.customer-account-login #owl-bg {
		display: none !important
	}

	.account-login ul.form-list li {
		margin: 0
	}

	.account-login ul.form-list li label {
		display: none
	}

	.account-login ul.form-list li .input-box {
		margin-bottom: 20px
	}

	.account-login ul.form-list li input {
		margin-bottom: 0;
		margin-top: 0
	}

	.cms-route-mid-kob .breadcrumbs,
	.cms-route-mid-bill .breadcrumbs,
	.cms-route-bill-born .breadcrumbs,
	.cms-news-1 .breadcrumbs,
	.cms-news-2 .breadcrumbs {
		margin: 30px auto 0
	}

	.customer-account #already_extras .content-wrapper.passenger-label {
		margin: 20px 0
	}

	.customer-account #my-orders-table tr td.last .cell-label {
		display: none
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-passengers,
	#quicksearch ul#quicksearch-fields.active-date li#quicksearch-passengers {
		display: none
	}

	#quicksearch ul#quicksearch-fields.active li#quicksearch-passengers,
	#quicksearch ul#quicksearch-fields.active-date.active li#quicksearch-passengers {
		display: table
	}

	.block-news {
		min-height: auto
	}

	.block-news h2,
	.block-news p {
		padding: 0 5px
	}

	.block-news .ad-content {
		position: static;
		text-align: right
	}

	#quicksearch #quicksearch-fields.active-date.active {
		height: auto
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-passengers .infobox,
	#quicksearch ul#quicksearch-fields #originselect,
	#quicksearch ul#quicksearch-fields #destinationselect,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox,
	#quicksearch ul#quicksearch-fields li#quicksearch-other-fields .infobox,
	#tripsearch #originselect,
	#tripsearch-fields #destinationselect,
	#tripsearch li#tripsearch-dates #departdatebox,
	#tripsearch li#tripsearch-dates #returndatebox,
	.booking-index-index #tripsearch .infobox,
	.booking-index-index .datepicker-container-inline {
		left: 50% !important;
		transform: translateX(-50%);
		position: fixed;
		top: 20% !important;
		min-width: auto;
		border-width: 1px !important
	}

	#quicksearch .sub-box.passenger-types .infobox {
		max-width: 140px
	}

	#promo_code {
		width: 100%
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input {
		padding-left: 10px
	}

	.customer-account-login .main.container #tabs-content-wrapper .tab-content.active>div.grid12-6,
	.customer-account-create .main.container #tabs-content-wrapper .tab-content.active>div.grid12-6 {
		box-sizing: border-box
	}

	.customer-account-login .main.container #login-tabs li,
	.customer-account-create .main.container #login-tabs li {
		font-weight: 400
	}

	.customer-account-login .main.container #login-tabs li.active,
	.customer-account-login .main.container #login-tabs li.active a,
	.customer-account-create .main.container #login-tabs li.active,
	.customer-account-create .main.container #login-tabs li.active a {
		font-weight: bold
	}

	.customer-account-login .main.container .account-login .new-users .buttons-set,
	.customer-account-login .main.container .account-login .registered-users .buttons-set,
	.customer-account-create .main.container .account-login .new-users .buttons-set,
	.customer-account-create .main.container .account-login .registered-users .buttons-set {
		margin: 0
	}

	.customer-account-login .main.container .account-login .new-users .buttons-set>a,
	.customer-account-login .main.container .account-login .registered-users .buttons-set>a,
	.customer-account-create .main.container .account-login .new-users .buttons-set>a,
	.customer-account-create .main.container .account-login .registered-users .buttons-set>a {
		margin: 0 0 10px;
		display: inline-block
	}

	.customer-account-login .main.container .account-login .registered-users .buttons-set,
	.customer-account-login .main.container .account-login .new-users .buttons-set,
	.customer-account-create .main.container .account-login .registered-users .buttons-set,
	.customer-account-create .main.container .account-login .new-users .buttons-set {
		padding: 0;
		height: auto
	}

	.customer-account-login .main.container .account-login .registered-users .buttons-set a,
	.customer-account-login .main.container .account-login .new-users .buttons-set a,
	.customer-account-create .main.container .account-login .registered-users .buttons-set a,
	.customer-account-create .main.container .account-login .new-users .buttons-set a {
		font-size: 14px;
		line-height: 1;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 20px
	}

	.customer-account-login .main.container .account-login .registered-users .buttons-set button,
	.customer-account-login .main.container .account-login .new-users .buttons-set button,
	.customer-account-create .main.container .account-login .registered-users .buttons-set button,
	.customer-account-create .main.container .account-login .new-users .buttons-set button {
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}

	.customer-account-login .main.container .account-login .registered-users,
	.customer-account-login .main.container .account-login .new-users,
	.customer-account-create .main.container .account-login .registered-users,
	.customer-account-create .main.container .account-login .new-users {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		box-shadow: none
	}

	.customer-account-login .main.container .account-login .registered-users .member-mobile,
	.customer-account-login .main.container .account-login .new-users .member-mobile,
	.customer-account-create .main.container .account-login .registered-users .member-mobile,
	.customer-account-create .main.container .account-login .new-users .member-mobile {
		display: flex;
		align-items: center
	}

	.customer-account-login .main.container .account-login .registered-users .member-mobile i,
	.customer-account-login .main.container .account-login .new-users .member-mobile i,
	.customer-account-create .main.container .account-login .registered-users .member-mobile i,
	.customer-account-create .main.container .account-login .new-users .member-mobile i {
		font-size: 28px
	}

	.customer-account-login .main.container .account-login .registered-users .member-mobile span,
	.customer-account-login .main.container .account-login .new-users .member-mobile span,
	.customer-account-create .main.container .account-login .registered-users .member-mobile span,
	.customer-account-create .main.container .account-login .new-users .member-mobile span {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 7px
	}

	.customer-account-login .main.container .account-login .registered-users .content>h2,
	.customer-account-login .main.container .account-login .new-users .content>h2,
	.customer-account-create .main.container .account-login .registered-users .content>h2,
	.customer-account-create .main.container .account-login .new-users .content>h2 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 20px;
		margin-top: 5px;
		padding: 0
	}

	#nav-menu-link {
		z-index: 10;
		left: 10px
	}

	#nav-menu-link.open {
		bottom: unset;
		z-index: 1200
	}

	div.logo-wrapper {
		margin-top: 0
	}

	#step-passengers #contactinfo .field.controlers {
		width: 100%
	}

	div.logo-wrapper {
		margin-top: 0
	}

	.booking-index-index .main.container.step-active .col-main:before,
	.booking-index-index.modify-booking .main.container .col-main:before {
		margin: 0 0 75px
	}

	div#pricegroup-cms {
		margin-top: 0 !important
	}

	.footer-container {
		height: 0
	}

	.footer-visible .footer-container {
		height: auto
	}

	.footer-primary.footer.container {
		position: static
	}

	.footer-primary-container {
		padding-bottom: 0
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content {
		line-height: 24px
	}

	.booking-index-index .col-main #tripsearch.is-summary #tripsearch_form {
		z-index: 10
	}

	.booking-index-index .col-main #tripsearch.is-summary #button-close-search {
		margin-left: 2px;
		top: 20px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li.destination-switcher-wrap #destination-switcher {
		position: static
	}

	#resultlist .modal-flight-connected .modal-dialog {
		width: 96%
	}

	#resultlist .modal-flight-connected .connection .city span,
	#resultlist .modal-flight-connected .multileg-block .city span {
		font-size: 14px
	}

	#resultlist table tr .table-info-value.time,
	#resultlist .modal-flight-connected .table-info-value.time {
		font-size: 28px
	}

	#resultlist .modal-flight-connected .text-info {
		font-size: 16px
	}

	#resultlist .modal-flight-connected .fly-to {
		font-size: 20px
	}

	#resultlist .modal-flight-connected .modal-header {
		padding: 15px 15px 20px
	}

	#resultlist .modal-flight-connected .duration {
		font-size: 18px
	}

	#step-ssr {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		background: #EEEEEE;
		margin-top: 0 !important;
		padding-top: 15px;
		flex-direction: column
	}

	#step-ssr .nav-tabs {
		background-color: transparent
	}

	#step-ssr .nav-tabs>li>a {
		box-shadow: none
	}

	#step-ssr #ssr-content {
		background: #fff;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box
	}

	#step-ssr .backdrop-ssr {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 110vh;
		background: #bfc0bf;
		z-index: 1000
	}

	#step-ssr>.grid12-4 {
		position: static;
		order: -1;
		width: 100%;
		margin: 0
	}

	#step-ssr>.grid12-4 .passenger-switcher {
		background: #fff;
		border-radius: 5px
	}

	#step-ssr>.grid12-4 .passenger-switcher .passengers {
		box-shadow: none;
		border: none
	}

	#step-ssr>.grid12-4 .passenger-switcher .passengers label .check .mobile {
		display: block !important
	}

	#step-ssr>.grid12-4 .passenger-switcher .passengers label .check .desktop {
		display: none
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active .passenger-ssr-block {
		display: none
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active input:checked+label {
		border-radius: 5px
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active.active-mobile .passenger-ssr-block {
		display: block;
		position: fixed;
		width: 300px;
		background: #fff;
		top: 35%;
		left: 50%;
		transform: translate(-50%);
		z-index: 1000;
		border-radius: 10px
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active.active-mobile .passenger-ssr-block>.passenger-ssr-content.active {
		margin-top: -1px
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active.active-mobile .passenger-ssr-block .passenger-ssr-buttons>div {
		border-top: 2px solid;
		border-radius: 5px 5px 0 0 !important
	}

	#step-ssr>.grid12-4 .passenger-switcher .line.active.active-mobile .passenger-ssr-block .passenger-ssr-close-block {
		display: block;
		font-size: 36px;
		position: absolute;
		bottom: -51px;
		left: 50%;
		transform: translateX(-50%)
	}

	#step-ssr>.grid12-8 {
		width: 100%;
		margin: 0
	}

	#step-ssr .category-products.category_extras .selected-extra-product {
		width: 145px
	}

	#step-ssr .category-products.category_extras .selected-extra-product strong {
		margin-left: 10px
	}

	#step-ssr .category-products.configurable .category-head .selected-products {
		margin-right: 0
	}

	#step-ssr .category-products.configurable .products-content {
		justify-content: center
	}

	#step-ssr .category-products.package label {
		width: 96%
	}

	#step-ssr .category-products.package .package-description .wrapper {
		width: 75%
	}

	#step-ssr .category-products.package .package-description .products {
		flex-wrap: wrap;
		margin-left: 10px
	}

	#step-ssr .category-products.package .package-description .products .item {
		margin: 0 5px;
		text-align: center;
		width: 45px
	}

	#step-ssr .category-products.package .package-description .name {
		font-size: 12px;
		width: 90px;
		min-height: 75px;
		min-width: 90px
	}

	#step-ssr .category-products.package .package-description .cost {
		margin-right: 10px;
		width: 25%;
		text-align: center
	}

	#step-ssr .category-products.package .package-description .cost .product-special-price .price,
	#step-ssr .category-products.package .package-description .cost .product-regular-price .price {
		font-size: 24px
	}

	#step-ssr .category-products.package .package-description .cost .product-special-price .currency,
	#step-ssr .category-products.package .package-description .cost .product-regular-price .currency {
		font-size: 14px;
		display: block
	}

	#step-ssr .category-products.category_configurable .category-head .selected-products {
		margin-right: 0
	}

	#step-ssr .category-products.category_configurable .products-content .category-products-wrapper i.fas {
		font-size: 16px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper {
		height: 150px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-wrapper .image img {
		object-fit: contain
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .category-select {
		top: 30px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item {
		border-radius: 5px;
		height: 20px;
		min-width: 90px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item span {
		font-size: 10px;
		padding: 0px 5px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-selected-item i {
		padding: 0px 5px;
		line-height: 10px
	}

	#step-ssr .category-products.category_configurable .products-content .category-wrapper .configurable-category-select-items .select-item {
		height: 20px;
		line-height: 20px;
		padding: 0 10px 0 5px;
		font-size: 8px
	}

	#step-ssr .category-products.category_configurable .products-content .category-products-wrapper {
		height: 150px;
		padding: 15px
	}

	#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .configurable-label {
		font-size: 24px
	}

	#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .price-box {
		margin-top: 5px
	}

	#step-ssr .category-products.category_configurable .products-content .category-products-wrapper .configurable-category-item .price-box .regular-price span {
		font-size: 12px
	}

	#step-ssr .category-products.even .category-head .description {
		padding: 50px 0
	}

	#step-ssr .category-products .category-head {
		justify-content: center
	}

	#step-ssr .category-products .category-head img {
		display: none
	}

	#step-ssr .category-products .category-head .description {
		padding: 50px 0;
		margin-right: 20px;
		width: 50%
	}

	#step-ssr .category-products .category-head .description h3 {
		word-break: break-word;
		font-size: 23px
	}

	#step-ssr .category-products .category-head .selected-products .button-change-selection,
	#step-ssr .category-products .category-head .selected-products .button-select {
		width: 155px;
		height: 35px;
		line-height: 35px
	}

	#step-ssr .category-products .category-head .selected-products .selected-products-wrapper,
	#step-ssr .category-products .category-head .selected-products .products-empty-block {
		width: 155px;
		height: 145px
	}

	#collapse-payment #form-checkout {
		flex-direction: column
	}

	#collapse-payment #form-checkout>div {
		width: 100%
	}

	#step-confirmation,
	#hold-fare {
		box-shadow: none;
		padding-bottom: 0
	}

	#step-confirmation h1,
	#hold-fare h1 {
		width: 50%;
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		border-radius: 0 10px 0 0
	}

	#step-confirmation .contact-wrapper,
	#hold-fare .contact-wrapper {
		margin: 0 0 12px 0
	}

	#step-confirmation h3.customer-name,
	#hold-fare h3.customer-name {
		font-size: 14px
	}

	#step-confirmation .confirmation-header,
	#hold-fare .confirmation-header {
		height: 40px;
		margin-bottom: 26px
	}

	#step-confirmation .contact_info,
	#hold-fare .contact_info {
		padding: 0 18px 16px !important
	}

	#step-confirmation .contact_info>div,
	#hold-fare .contact_info>div {
		height: auto;
		margin-top: 16px
	}

	#step-confirmation .contact_info>div span:first-child,
	#hold-fare .contact_info>div span:first-child {
		margin-bottom: 0px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .step-title h2,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .step-title h2 {
		font-size: 14px;
		margin-bottom: 0;
		font-weight: bold;
		color: #000 !important
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row {
		display: flex;
		font-size: 12px;
		border-bottom: none
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item {
		flex-wrap: wrap
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-7,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-7 {
		width: 62.33% !important;
		margin: 0
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-2,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-2 {
		width: 13% !important;
		margin: 0;
		text-align: left !important
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-3,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .grid12-3 {
		width: 23% !important;
		margin: 0
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .ssr-product,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading .item-row.product-item .ssr-product {
		width: 100%
	}

	.booking-index-index .col-main #checkoutSteps li .step-title.passenger_name h2 {
		font-size: 12px;
		line-height: 17px
	}

	.step-data .opc .step-title .glyphicon,
	.confirmation .opc .step-title .glyphicon {
		line-height: 19px
	}

	.step-data .opc .panel-heading,
	.confirmation .opc .panel-heading {
		padding: 20px 18px
	}

	.step-data .opc .passenger-row,
	.confirmation .opc .passenger-row {
		margin: 0
	}

	.step-data .opc .passenger-row .collapse,
	.confirmation .opc .passenger-row .collapse {
		padding-left: 20px
	}

	.step-data .opc span.icon.icon-ADT-Mr,
	.confirmation .opc .icon.icon-ADT-Mr,
	.confirmation .opc .icon.icon-ADT-Mrs,
	.step-data .opc span.icon.icon-ADT-Mrs,
	.step-data .opc .icon.icon-ADT-Ms,
	span.icon.icon-CHD-Mrs,
	.icon.icon-INF-Ms,
	.icon.icon-Ms,
	.icon.icon-Mrs {
		width: 12px;
		height: 14px;
		margin-right: 8px
	}

	.step-data .opc span.icon.icon-ADT-Mr:before,
	.confirmation .opc .icon.icon-ADT-Mr:before,
	.confirmation .opc .icon.icon-ADT-Mrs:before,
	.step-data .opc span.icon.icon-ADT-Mrs:before,
	.step-data .opc .icon.icon-ADT-Ms:before,
	span.icon.icon-CHD-Mrs:before,
	.icon.icon-INF-Ms:before,
	.icon.icon-Ms:before,
	.icon.icon-Mrs:before {
		font-size: 12px
	}

	.booking-index-index .col-main #checkoutSteps li #collapse-contact,
	.checkout-onepage-success .col-main #checkoutSteps li #collapse-contact {
		width: calc(100% - 20px)
	}

	.booking-index-index .col-main #checkoutSteps li .step-content,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content {
		padding: 0 10px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop {
		display: none
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop svg,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop svg {
		margin: 0
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop span,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title h4.desktop span {
		text-align: center;
		font-size: 8px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings {
		width: 100%
	}

	.booking-index-index .col-main #checkoutSteps li .step-title h2,
	.checkout-onepage-success .col-main #checkoutSteps li .step-title h2 {
		font-size: 14px;
		line-height: 19px;
		color: #000 !important;
		text-align: left;
		padding: 0;
		margin-bottom: 0
	}

	.booking-index-index .col-main #checkoutSteps li .step-title h2.title-group,
	.checkout-onepage-success .col-main #checkoutSteps li .step-title h2.title-group {
		font-size: 14px
	}

	.booking-index-index .col-main #checkoutSteps li .step-title.summary-booking,
	.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking {
		padding: 0 10px
	}

	.booking-index-index .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading,
	.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading {
		padding: 0;
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px
	}

	.booking-index-index .col-main #checkoutSteps li h3.ref-num,
	.checkout-onepage-success .col-main #checkoutSteps li h3.ref-num {
		float: none;
		width: 50%;
		padding: 0;
		text-align: right;
		margin: 0;
		font-size: 14px
	}

	.booking-index-index .col-main #checkoutSteps li h3.ref-num span.pnr-code,
	.checkout-onepage-success .col-main #checkoutSteps li h3.ref-num span.pnr-code {
		font-size: 14px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .panel,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel {
		line-height: 17px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr {
		padding: 0 !important
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td {
		padding: 0 10px !important;
		box-sizing: border-box
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
		padding-left: 20px !important;
		min-height: 80px;
		font-size: 12px;
		line-height: 17px
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td {
		padding-left: 5px !important
	}
}

@media screen and (max-width: 900px) {

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 0
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td span:first-child {
		font-size: 10px
	}
}

@media screen and (max-width: 900px) {

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction-name.mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0;
		width: 15%;
		background: #F8F8F8;
		border-radius: 10px 0 0 0;
		text-transform: uppercase;
		font-size: 8px;
		line-height: 1;
		text-align: center;
		padding-left: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding-right: 0
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id {
		width: 23%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-directions,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-directions {
		width: 62%;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date {
		width: 38%
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction {
		width: 30.5%
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id,
	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date,
	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction {
		position: relative;
		border-right: none
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id:before,
	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date:before,
	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction:before,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id:before,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.date:before,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-direction:before {
		content: '';
		position: absolute;
		top: 10px;
		right: 0;
		height: calc(100% - 20px);
		width: 1px;
		background: rgba(0, 0, 0, 0.2)
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child.flight-direction:before,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td:last-child.flight-direction:before {
		display: none
	}

	#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td,
	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td {
		height: 47px;
		box-sizing: border-box;
		padding: 0;
		line-height: 47px
	}

	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr {
		margin-top: 15px
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {
	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr {
		margin-top: 10px
	}
}

@media screen and (max-width: 900px) {
	#collapse-payment .payments-header {
		padding: 0 15px
	}

	#collapse-payment {
		box-shadow: none;
		margin-top: 0;
		padding: 0 10px
	}

	#collapse-payment .step-title {
		border-bottom: none;
		padding-left: 0
	}

	#collapse-payment .step-title i {
		font-size: 18px
	}

	#collapse-payment .step-title h2 {
		font-size: 14px
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {
	#collapse-payment .step-title h2 {
		font-size: 12px
	}
}

@media screen and (max-width: 900px) {
	#collapse-payment #form-checkout #checkout-review-submit {
		margin-top: 10px
	}

	#collapse-payment #form-checkout .checkout-agreements {
		flex-direction: column
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {
	#collapse-payment #form-checkout .checkout-agreements {
		margin-top: 10px
	}
}

@media screen and (max-width: 900px) {
	#collapse-payment #form-checkout .checkout-agreements li {
		margin: 0
	}

	#collapse-payment #form-checkout>div.payments-container {
		border-right: none;
		padding: 0
	}

	#collapse-payment #form-checkout>div.payments-container .fieldset {
		padding: 0
	}

	#collapse-payment #form-checkout>div.payments-container .fieldset-wrap {
		padding: 0;
		height: auto
	}

	#collapse-payment #form-checkout>div.payments-container .fieldset dd,
	#collapse-payment #form-checkout>div.payments-container .fieldset dt {
		height: 68px
	}

	#collapse-payment #form-checkout>div.payments-container .fieldset dd label i,
	#collapse-payment #form-checkout>div.payments-container .fieldset dt label i {
		font-size: 40px
	}

	#collapse-payment #form-checkout>div.payments-container .fieldset dd label .check-pay,
	#collapse-payment #form-checkout>div.payments-container .fieldset dt label .check-pay {
		top: 50%;
		transform: translateY(-50%)
	}

	#collapse-payment #form-checkout>div.totals-wrapper {
		padding: 0
	}

	.sales-order-view.customer-account .print-buttons,
	body.checkout-onepage-success .col-main .print-buttons {
		justify-content: center
	}

	.sales-order-view.customer-account .print-buttons .order-icon,
	body.checkout-onepage-success .col-main .print-buttons .order-icon {
		width: 100px;
		height: 80px
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.sales-order-view.customer-account .print-buttons .order-icon,
	body.checkout-onepage-success .col-main .print-buttons .order-icon {
		width: 85px;
		height: 80px;
		margin: 0 0 35px
	}
}

@media screen and (max-width: 900px) {

	.sales-order-view.customer-account .print-buttons .order-icon i,
	body.checkout-onepage-success .col-main .print-buttons .order-icon i {
		width: 70px;
		height: 50px;
		font-size: 22px;
		top: 0
	}

	.sales-order-view.customer-account .print-buttons .order-icon i::before,
	body.checkout-onepage-success .col-main .print-buttons .order-icon i::before {
		top: calc(50% - 11px)
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {

	.sales-order-view.customer-account .print-buttons .order-icon a span,
	body.checkout-onepage-success .col-main .print-buttons .order-icon a span {
		font-size: 9px
	}
}

@media screen and (max-width: 900px) {
	body.checkout-onepage-success .col-main {
		flex-direction: column
	}

	body.checkout-onepage-success .col-main .print-buttons {
		margin: 15px 0
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-title,
	body.checkout-onepage-success .col-main #checkoutSteps li .step-title.payment {
		padding: 0 10px;
		height: auto;
		font-size: 14px;
		line-height: 19px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-title.payment {
		margin-bottom: 12px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-title.summary-booking .checkout-heading .ref-num {
		font-size: 14px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .panel-heading.directions-title table.thin-oswald.flight-headings {
		width: 100%
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel.contact_info {
		margin-bottom: 25px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel.contact_info>div {
		min-height: auto;
		height: 60px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .order-view.panel {
		margin-bottom: 5px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .panel .directions-items.panel-body {
		border: 1px solid #333 !important;
		border-top: none
	}

	body.checkout-onepage-success .confirmation {
		width: 100%
	}

	body.checkout-onepage-success .confirmation .contact-wrapper {
		margin: 0 0 12px 0;
		padding: 0 10px
	}

	body.checkout-onepage-success .confirmation .contact-wrapper h2 {
		color: #000 !important
	}

	body.checkout-onepage-success .confirmation .contact-wrapper h2,
	body.checkout-onepage-success .confirmation .contact-wrapper h3 {
		font-size: 14px;
		line-height: 19px;
		margin: 0
	}

	body.checkout-onepage-success .confirmation .confirmation-info,
	body.checkout-onepage-success .confirmation .confirmation-info-detail {
		padding-bottom: 20px
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {
	body.checkout-onepage-success .confirmation .confirmation-info-detail {
		box-shadow: none;
		padding-bottom: 0
	}
}

@media screen and (max-width: 900px) {
	body.checkout-onepage-success .confirmation .confirmation-info {
		padding-top: 25px;
		padding-bottom: 0
	}

	body.checkout-onepage-success .confirmation .confirmation-info .page-title {
		text-align: center
	}

	body.checkout-onepage-success .confirmation .confirmation-info .page-title h1 {
		padding-top: 0;
		font-size: 24px;
		font-family: 'Noto Sans' !important;
		font-weight: 800
	}

	body.checkout-onepage-success .confirmation .confirmation-info .page-title p {
		font-size: 20px
	}

	body.checkout-onepage-success .confirmation .confirmation-info .line {
		margin: 39px 0 34px
	}

	body.checkout-onepage-success .confirmation .confirmation-info .line .check-icon {
		width: 38px;
		height: 38px;
		left: calc(50% - 19px);
		top: calc(50% - 19px)
	}

	body.checkout-onepage-success .confirmation .confirmation-info .order-number {
		font-size: 18px;
		line-height: 21px
	}

	body.checkout-onepage-success .confirmation .confirmation-info .order-text {
		font-size: 14px;
		width: 50%;
		line-height: 22px;
		letter-spacing: normal
	}

	body.checkout-onepage-success .confirmation .confirmation-info h3.ref-num {
		font-size: 16px;
		margin: 0;
		padding: 0 0 20px 0
	}
}

@media screen and (max-width: 900px) and (max-width: 767px) {
	body.checkout-onepage-success .confirmation .confirmation-info h3.ref-num {
		font-size: 12px
	}
}

@media screen and (max-width: 900px) {
	body.checkout-onepage-success .confirmation .confirmation-info h3.ref-num .pnr-code {
		font-size: 16px
	}

	body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header {
		height: 42px;
		margin-bottom: 30px
	}

	body.checkout-onepage-success .confirmation .confirmation-info-detail .confirmation-header h1 {
		line-height: 48px;
		font-size: 14px;
		top: -6px;
		height: 48px
	}

	body.checkout-onepage-success .confirmation-aside {
		width: 94%;
		margin: 0 auto
	}

	#my-orders-table.current-booking-table tr.view-order-table-row,
	.already-ordered.current-booking-table tr.view-order-table-row {
		height: auto
	}

	#my-orders-table.current-booking-table {
		margin-top: 45px
	}

	#my-orders-table.current-booking-table tr.view-order-table-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
		margin-bottom: 0;
		border-radius: 10px 10px 0 0
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		width: 25%;
		box-sizing: border-box
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile span,
	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile div,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers span,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers div {
		font-size: 12px;
		line-height: 14px;
		font-weight: 400
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile span.bold-text,
	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile div.bold-text,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers span.bold-text,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers div.bold-text {
		margin-bottom: 5px;
		font-weight: bold
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.description-table-mobile .description-table-mobile,
	#my-orders-table.current-booking-table tr.view-order-table-row td.passengers .description-table-mobile {
		display: block
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.icon-cell {
		border: none !important;
		width: 15% !important;
		padding: 0;
		min-height: 78px;
		background: #F8F8F8 !important;
		border-right: 1px solid #CFCFCF !important;
		border-bottom: 1px solid #CFCFCF !important
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.icon-cell h4 {
		align-self: center
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.icon-cell svg {
		width: 20px;
		height: 20px
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.icon-cell span {
		font-size: 8px;
		text-transform: uppercase;
		line-height: 1;
		text-align: center
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.departure-desktop,
	#my-orders-table.current-booking-table tr.view-order-table-row td.arrival-desktop,
	#my-orders-table.current-booking-table tr.view-order-table-row td.date-desktop,
	#my-orders-table.current-booking-table tr.view-order-table-row td.status-desktop,
	#my-orders-table.current-booking-table tr.view-order-table-row td.modify,
	#my-orders-table.current-booking-table tr.view-order-table-row td.icon-cell {
		display: none
	}

	#my-orders-table.current-booking-table tr.view-order-table-row div.icon-wrapper-mobile {
		position: absolute;
		top: -30px;
		width: 120%;
		left: 0;
		display: flex;
		align-items: center;
		background: white;
		justify-content: space-evenly;
		height: 45px;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		z-index: -1
	}

	#my-orders-table.current-booking-table tr.view-order-table-row div.icon-wrapper-mobile>* {
		padding-bottom: 14px;
		text-transform: uppercase;
		font-weight: bold !important
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.flight-id {
		width: 20%;
		border-bottom: 1px solid #CFCFCF !important;
		min-height: 78px;
		position: relative
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.flight-id:before {
		content: '';
		position: absolute;
		top: 10px;
		right: 0;
		height: calc(100% - 20px);
		width: 1px;
		background: #CFCFCF
	}

	#my-orders-table.current-booking-table tr.view-order-table-row td.flight-directions {
		width: 80%;
		border-bottom: 1px solid #CFCFCF !important;
		min-height: 78px
	}

	.customer-account .detail-table {
		background: #fff;
		border-color: #CFCFCF !important;
		border-width: 1px;
		right: 0;
		margin-right: 0;
		overflow: hidden
	}

	.customer-account .detail-table .table-header {
		display: none
	}

	.customer-account .detail-table div.modify-mobile {
		padding: 11px 20px;
		display: flex !important;
		align-items: center;
		justify-content: center
	}

	.customer-account .detail-table div.modify-mobile span a.check-in {
		text-decoration: none;
		text-transform: uppercase;
		height: 36px;
		color: #fff;
		background: #54BD84;
		display: inline-block;
		border-radius: 40px;
		line-height: 36px;
		text-align: center;
		align-items: center;
		padding: 0;
		width: 130px
	}

	.customer-account .detail-table .table-body {
		padding: 0
	}

	.customer-account .detail-table .table-body>* {
		padding-left: 20px;
		padding-right: 20px
	}

	.customer-account .detail-table .table-body table thead {
		display: block;
		border: none
	}

	.customer-account .detail-table .already-ordered {
		border: 1px solid #54BD84;
		border-radius: 10px;
		display: block;
		overflow: hidden;
		margin-bottom: 20px
	}

	.customer-account .detail-table .already-ordered.disable {
		display: none
	}

	.customer-account .detail-table .already-ordered .services-request-head th.mobile,
	.customer-account .detail-table .already-ordered .services-request-body th.mobile {
		display: table-cell;
		width: 40%
	}

	.customer-account .detail-table .already-ordered .services-request-head th.desktop,
	.customer-account .detail-table .already-ordered .services-request-body th.desktop {
		display: none
	}

	.customer-account .detail-table .already-ordered .services-request-head {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15)
	}

	.customer-account .detail-table .already-ordered .services-request-head th {
		width: 20%;
		padding-left: 5px;
		padding-right: 5px
	}

	.customer-account .detail-table .already-ordered .services-request-body {
		width: 100%;
		display: flex;
		flex-direction: column
	}

	.customer-account .detail-table .already-ordered .services-request-body tr.view-order-table-row {
		border: none !important;
		flex-direction: row;
		align-items: center
	}

	.customer-account .detail-table .already-ordered .services-request-body tr.view-order-table-row td,
	.customer-account .detail-table .already-ordered .services-request-body tr.view-order-table-row td.extras-column {
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		border-top: none !important
	}

	.customer-account .detail-table .services-request.mobile {
		display: block
	}

	.customer-account .detail-table .services-request.mobile th {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		border-bottom: 1px solid
	}

	.customer-account .detail-table .mobile-table-by-passenger {
		padding-top: 17px;
		display: block
	}

	.customer-account .detail-table .mobile-table-by-passenger .table-cell {
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px
	}

	.customer-account .detail-table .mobile-table-by-passenger .table-cell span {
		font-size: 14px;
		line-height: 19px
	}

	.customer-account .detail-table .mobile-table-by-passenger .table-cell span:first-child {
		text-transform: uppercase;
		color: #A8A8A8;
		font-weight: bold
	}

	.customer-account .detail-table .passenger-link {
		display: block;
		padding: 11px 20px
	}

	.customer-account .detail-table .passenger-link[data-disabled="1"] {
		pointer-events: visible
	}

	.customer-account .detail-table .passenger-link[data-disabled="1"] .table-row {
		pointer-events: visible
	}

	.customer-account .detail-table .passenger-link:last-child {
		border-bottom: none
	}

	.customer-account .detail-table .passenger-link .table-row.desktop i.fa-chevron-circle-down {
		display: none
	}

	.customer-account .detail-table .passenger-link .table-row.desktop i.fa-chevron-circle-up {
		display: block
	}

	.customer-account .detail-table .passenger-link.collapsed .table-row.desktop i.fa-chevron-circle-down {
		display: block
	}

	.customer-account .detail-table .passenger-link.collapsed .table-row.desktop i.fa-chevron-circle-up {
		display: none
	}

	.customer-account .detail-table .table-row.desktop {
		height: auto;
		line-height: 1;
		align-items: center;
		padding: 0
	}

	.customer-account .detail-table .table-row.desktop .table-cell {
		display: none
	}

	.customer-account .detail-table .table-row.desktop i.mobile {
		font-size: 22px
	}

	.customer-account .detail-table .table-row.desktop .table-cell.passenger {
		display: block;
		width: auto;
		font-size: 16px
	}

	#change-name .modal-dialog,
	#cancel-passenger .modal-dialog,
	#change-date .modal-dialog,
	#cancel-segment .modal-dialog,
	#cancel-popup .modal-dialog,
	#update-doc .modal-dialog {
		transform: translate(0, -50%);
		top: 50%;
		margin: 0 auto
	}

	#change-name .modal-content .modal-header h2,
	#cancel-passenger .modal-content .modal-header h2,
	#change-date .modal-content .modal-header h2,
	#cancel-segment .modal-content .modal-header h2,
	#cancel-popup .modal-content .modal-header h2,
	#update-doc .modal-content .modal-header h2 {
		font-size: 14px
	}

	#change-name .modal-content .modal-header button,
	#cancel-passenger .modal-content .modal-header button,
	#change-date .modal-content .modal-header button,
	#cancel-segment .modal-content .modal-header button,
	#cancel-popup .modal-content .modal-header button,
	#update-doc .modal-content .modal-header button {
		font-size: 16px
	}

	#change-name .modal-content .modal-header button i,
	#cancel-passenger .modal-content .modal-header button i,
	#change-date .modal-content .modal-header button i,
	#cancel-segment .modal-content .modal-header button i,
	#cancel-popup .modal-content .modal-header button i,
	#update-doc .modal-content .modal-header button i {
		font-size: 16px
	}

	.sales-order-print .step-data .opc .panel-default>.panel-heading h4 {
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 0
	}

	.sales-order-print .step-data .opc .panel-default>.panel-heading h4 .thin-oswald {
		margin: 8px 0
	}

	.sales-order-print .step-data .opc .panel-heading {
		padding: 15px
	}

	.sales-order-print .step-data .opc .passenger-row .collapse {
		padding-left: 0
	}

	.sales-order-print .step-data .opc .passenger-row .collapse .pad-heading {
		margin-left: 0 !important
	}

	#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list .country {
		width: 100%
	}

	#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .countries-list {
		flex-wrap: nowrap;
		overflow: auto
	}

	#modal_method_emerchantpay .modal-body #emerchantpay-popup-wrapper .modal-title {
		font-size: 14px
	}

	#originselect .flights-navigation-wrapper,
	#destinationselect .flights-navigation-wrapper {
		display: none
	}

	#originselect .destinations ul.airport-wrapper:not(.top_destination_origin),
	#destinationselect .destinations ul.airport-wrapper:not(.top_destination_origin) {
		display: block !important
	}

	#tabs-content-wrapper {
		display: block
	}

	#tabs-content-wrapper .tab-content {
		position: relative;
		display: none
	}

	#tabs-content-wrapper .tab-content.account-login.active,
	#tabs-content-wrapper .tab-content.account-reset-password.active,
	#tabs-content-wrapper .tab-content.account-create.active {
		display: block;
		width: 100%
	}
}

@media only screen and (max-width: 899px) and (min-width: 480px) {
	span.label.hide-below-768 {
		display: inline-block !important
	}

	#collapse-payment #form-checkout .checkout-agreements li p.agree label {
		font-size: 12px
	}
}

@media screen and (max-width: 700px) {
	.booking-index-index .col-main #tripsearch .compartment-type>label {
		width: 80%
	}

	.sales-order-view .order-details div.multileg-flight-wrapper {
		flex-direction: column;
		height: 66px
	}

	#already_extras .direction-title h4,
	.order-info h4,
	.manage-booking h4 {
		font-size: 22px !important
	}
}

@media screen and (max-width: 660px) {

	#step-passengers #passengers .field.field-firstname,
	#step-passengers #contactinfo .field.field-firstname {
		width: calc(40% - 36px)
	}
}

@media screen and (max-width: 580px) {

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .datepicker,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .datepicker,
	#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #departdatebox,
	#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #returndatebox,
	.booking-index-index #tripsearch .infobox#departdatebox,
	.booking-index-index #tripsearch .infobox#returndatebox,
	.booking-index-index #tripsearch #returndatebox .datepicker,
	.booking-index-index #tripsearch #departdatebox .datepicker {
		max-width: 90% !important
	}

	#step-ssr .category-products.configurable .products-content .item,
	#step-ssr .category-products.category_extras .products-content .item {
		width: calc(100% - 60px);
		margin-right: 30px;
		margin-left: 30px
	}

	#step-ssr .category-products.configurable .products-content .item .product-image-wrapper .product-image,
	#step-ssr .category-products.category_extras .products-content .item .product-image-wrapper .product-image {
		background-size: contain
	}

	#step-ssr .category-products.configurable .products-content .item:nth-child(3n),
	#step-ssr .category-products.configurable .products-content .item:nth-child(2n),
	#step-ssr .category-products.category_extras .products-content .item:nth-child(3n),
	#step-ssr .category-products.category_extras .products-content .item:nth-child(2n) {
		margin-right: 30px;
		margin-left: 30px
	}

	#step-ssr .category-products.single_package {
		width: 100%;
		margin-right: 30px
	}

	#step-ssr .category-products.single_package .category-head {
		justify-content: left
	}

	#step-ssr .category-products.single_package .category-head .description {
		display: flex;
		flex-direction: column;
		width: 100%
	}

	#step-ssr .category-products.single_package .category-head .description h3 {
		font-size: 23px
	}

	#step-ssr .category-products.single_package .category-head .package-description .cost .price {
		color: #333333;
		font-weight: bold;
		font-size: 16px
	}

	#step-ssr .category-products.single_package #step-ssr .category-products .category-head .description h3 {
		font-size: 23px
	}

	#cancel-segment .modal-footer,
	#cancel-popup .modal-footer {
		flex-direction: column
	}

	#cancel-segment .modal-content .modal-body .content,
	#cancel-segment .modal-content .modal-body .indent-top,
	#cancel-popup .modal-content .modal-body .content,
	#cancel-popup .modal-content .modal-body .indent-top {
		padding: 0 20px;
		font-size: 14px
	}

	#cancel-segment .modal-content .modal-body .content label h3,
	#cancel-popup .modal-content .modal-body .content label h3 {
		font-size: 14px
	}

	#cancel-segment .modal-content .modal-footer,
	#cancel-popup .modal-content .modal-footer {
		padding: 15px 17px 15px 20px;
		margin-top: 10px
	}

	#cancel-segment .modal-content .refund-container label,
	#cancel-popup .modal-content .refund-container label {
		font-size: 14px
	}

	.cms-index-index .footer-container .custom-footer {
		height: 0
	}

	.customer-refund-tracking.customer-account .main-container .search-order {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px
	}

	.customer-refund-tracking.customer-account .main-container .search-order .text-row h3 {
		font-size: 14px
	}

	.customer-refund-tracking.customer-account .main-container .search-order .fields-row {
		flex-direction: column
	}

	.customer-refund-tracking.customer-account .main-container .search-order .field {
		width: 100%
	}

	.customer-account .block.current-booking .content-wrapper span {
		font-size: 12px
	}

	.block.current-booking .booking-number-value.internal-rloc:before,
	#already_extras .direction-title .booking-number-value.internal-rloc:before,
	.order-info .booking-number-value.internal-rloc:before,
	.manage-booking .booking-number-value.internal-rloc:before {
		height: 20px;
		width: 2px
	}

	.block.current-booking .booking-number-value.internal-rloc,
	#already_extras .direction-title .booking-number-value.internal-rloc,
	.order-info .booking-number-value.internal-rloc,
	.manage-booking .booking-number-value.internal-rloc {
		padding-left: 8px;
		margin-left: 8px
	}

	#booking-block-tabs li span {
		font-size: 13px
	}

	#booking-block-tabs li span::before {
		font-size: 13px;
		left: -4px
	}

	.modal-body {
		padding: 30px 20px
	}

	#resultlist .modal-flight-connected .modal-header {
		display: block
	}

	#resultlist .modal-flight-connected .close {
		top: 10px
	}

	#account-wrapper-mobile ul.links.dropdown-content {
		width: calc(100% - 20px)
	}

	.header-mobile .skip-content .links>li {
		max-width: calc(100% - 60px)
	}

	#resultlist table tr.description-price .description-categories {
		padding: 54px 20px 20px;
		width: calc(100% - 40px)
	}

	#step-passengers #passengers .field.long-field,
	#step-passengers #passengers .field.dob,
	#step-passengers #contactinfo .field.long-field,
	#step-passengers #contactinfo .field.dob {
		width: calc(100% - 16px)
	}

	#step-passengers #passengers .field.field-firstname,
	#step-passengers #contactinfo .field.field-firstname {
		width: calc(100% - 90px)
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input {
		font-size: 18px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-dates.quicksearch-fields>ul>li>input {
		font-size: 16px
	}

	#nav-menu-link {
		left: 10px
	}

	#quicksearch ul#quicksearch-fields>li.traveltype label {
		width: 100px
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul {
		width: 200px;
		left: 0
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul:after {
		left: 100px;
		width: 100px
	}

	#quicksearch ul#quicksearch-fields>li.traveltype>ul.return-active:after {
		left: 0
	}

	.booking-index-index .col-main #tripsearch.is-summary div.inputboxes div.sub-inputboxes.travel-types>div.traveltype label {
		width: 100px;
		justify-content: center
	}

	.booking-index-index .col-main #tripsearch.is-summary div.inputboxes div.sub-inputboxes.travel-types>div.traveltype label span {
		display: none
	}

	.booking-index-index .col-main #tripsearch.is-summary div.inputboxes div.sub-inputboxes.travel-types>div.traveltype>ul {
		width: 200px;
		left: 0
	}

	.booking-index-index .col-main #tripsearch.is-summary div.inputboxes div.sub-inputboxes.travel-types>div.traveltype>ul:after {
		left: 100px;
		width: 100px
	}

	.booking-index-index .col-main #tripsearch.is-summary div.inputboxes div.sub-inputboxes.travel-types>div.traveltype>ul.return-active:after {
		left: 0
	}

	#quicksearch .sub-box.compartment-types .compartment-type .compartment-label,
	#quicksearch .sub-box.passenger-types .compartment-type .compartment-label {
		top: -18px;
		width: 80%
	}

	.booking-index-index #owl-bg {
		height: 350px !important
	}

	.booking-index-index .col-main #tripsearch .inputbox.input-size-small.travel-date #departdate {
		width: 100%
	}

	.print-buttons .order-icon {
		width: 120px;
		height: 120px
	}

	.print-buttons .order-icon a span {
		padding: 12px 0px
	}

	#already_extras .direction-title div.content-wrapper {
		margin-left: 0px
	}

	.booking-index-index .inner-container #flight-summary-box.open #totals-info-block {
		width: 100% !important
	}

	.customer-account-login #login-tabs li,
	#buttons-block-tabs li,
	#booking-block-tabs li {
		line-height: 26px;
		font-size: 10px
	}

	.booking-index-index .inner-container .grid12-9.steps-data {
		width: 100% !important
	}

	#checkout-review-submit #checkout-btn {
		font-size: 16px
	}
}

@media screen and (max-width: 580px) and (max-width: 767px) {
	#checkout-review-submit #checkout-btn {
		font-size: 14px
	}
}

@media screen and (max-width: 580px) {
	.booking-index-index .inner-container .col-main #summary .loader-absolute {
		top: 0
	}

	.booking-index-index .main.container.step-active #form-flights-buttons>* {
		height: 30px;
		font-size: 10px;
		margin-bottom: 4px !important;
		line-height: 30px
	}

	#totals-info-block {
		width: 112px
	}

	#resultlist table tr .mobile-hint-block {
		font-size: 10px
	}

	.booking-index-index .inner-container .col-main #summary .totals>span {
		line-height: 1;
		margin: 0;
		font-size: 12px
	}

	.booking-index-index .inner-container .col-main #summary #form-flights a>span,
	.passengers-button .inner {
		line-height: 10px
	}

	.booking-index-index .inner-container #summary-items {
		width: 25%
	}

	#totals-info-block {
		width: 60% !important;
		padding: 0px 6px !important
	}

	.booking-index-index .inner-container #flight-summary-box.open {
		max-height: inherit;
		position: fixed !important;
		overflow-y: auto;
		width: 100vw !important;
		height: 100vh !important;
		top: 0 !important;
		left: 0;
		padding-top: 20px !important;
		z-index: 15;
		margin: 0 !important
	}

	.booking-index-index .inner-container #flight-summary-box.open #summary-items,
	.booking-index-index .inner-container #flight-summary-box.open #totals-info-block {
		padding: 20px;
		padding-bottom: 15px !important
	}

	.booking-index-index .inner-container #flight-summary-box.open #summary-items .item {
		display: block
	}

	.booking-index-index .inner-container .col-main .summary-box>#summary {
		padding: 0
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary {
		position: static
	}

	.customer-account-login #login-tabs,
	.customer-account-create #login-tabs {
		width: 100%
	}

	.owl-item-slideshow-content .title {
		font-size: 24px
	}

	.booking-index-index .col-main:before {
		font-size: 38px
	}

	.customer-account .sidebar .block-account .customer-navigation li,
	.booking-index-index .inner-container #summary {
		width: 100%
	}

	.modal .modal-footer button {
		font-size: 14px
	}

	.cms-home-new .col1-layout .col-main.active,
	.cms-home .col1-layout .col-main.active {
		margin-top: 25px
	}

	#stepchangeloader {
		padding: 15px
	}

	#quicksearch .travel-users input+label:after {
		top: 15px
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .title {
		font-size: 19px
	}

	.owl-item-slideshow-content .text {
		font-size: 16px
	}

	.header-top-container .right-column {
		width: 100%
	}

	[dir="rtl"] .header-top-container .right-column {
		width: auto
	}

	#quicksearch {
		top: 0
	}

	.owl-item-slideshow-content {
		top: 150px
	}

	a.logo img {
		max-width: 130px;
		height: auto
	}

	.block-partners {
		flex-wrap: wrap
	}

	.booking-index-index #tripsearch #departdatebox {
		left: -26px
	}

	#quicksearch li#quicksearch-dates .datepicker table.ui-datepicker-calendar {
		width: 100%
	}

	.booking-index-index #tripsearch .datepicker table.ui-datepicker-calendar {
		width: 100%
	}

	.booking-index-index #tripsearch #returndatebox {
		right: -26px;
		left: unset
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox {
		right: -26px
	}

	#owl-bg .owl-item img {
		height: 340px
	}

	.booking-index-index #tripsearch .infobox .header {
		font-size: 14px
	}

	.booking-index-index .col-main {
		margin: 20px 0 0;
		margin-bottom: 69px
	}

	.booking-index-index .col-main .page-steps #page-header-steps li {
		width: 16%;
		padding: 40px 0 0
	}

	#tripsearch #originselect,
	#destinationselect {
		left: -36px
	}

	.header-container2,
	.main-container .main,
	.footer-container .footer-container2 {
		width: auto
	}

	.booking-index-index .main.container.step-active .col-main .steps-container,
	.booking-index-index.modify-booking .main.container .col-main .steps-container {
		left: 0
	}

	#step-passengers #contactinfo .field.field-title .validation-advice,
	#step-passengers #passengers .field.field-title .validation-advice {
		display: none
	}

	#top-hotels h2 span,
	#top-hotels h2 i {
		font-size: 18px
	}

	#top-hotels .hotel-item .image-wrapper .name-wrapper {
		font-size: 16px
	}

	.booking-index-index .col-main .page-steps {
		padding: 0
	}

	.booking-index-index #step-seatselect {
		margin-top: 5px
	}

	.passenger-switcher {
		margin-bottom: 5px
	}

	.booking-index-index.is-summary .col-main {
		margin: 76px 0 69px
	}

	.step-data .seats-container .seats-wrapper {
		padding-bottom: 0;
		height: auto
	}
}

@media screen and (max-width: 460px) {
	#collapse-payment #form-checkout fieldset dt label {
		width: 72%
	}

	#notifier-seatselect .modal-content .modal-header {
		padding: 12px
	}

	#notifier-seatselect .modal-content .modal-footer .buttons-wrapper button {
		width: 250px
	}

	#collapse-payment #form-checkout .checkout-agreements li p.agree label {
		font-size: 12px
	}
}

@media screen and (max-width: 460px) and (max-width: 767px) {
	#collapse-payment #form-checkout .checkout-agreements li p.agree label {
		font-size: 14px
	}
}

@media screen and (max-width: 460px) {
	.acco li.nav-item a span {
		font-size: 12px
	}

	#resultlist .modal-flight-connected .connection .line,
	#resultlist .modal-flight-connected .multileg-block .line {
		display: none
	}

	#resultlist .modal-flight-connected .connection,
	#resultlist .modal-flight-connected .multileg-block {
		left: 0
	}

	#resultlist .modal-flight-connected .connection .line,
	#resultlist .modal-flight-connected .multileg-block .line {
		display: none
	}

	#resultlist .modal-flight-connected .connection .city,
	#resultlist .modal-flight-connected .multileg-block .city {
		margin: 0;
		width: 100%
	}

	#resultlist .modal-flight-connected .connection .city span,
	#resultlist .modal-flight-connected .multileg-block .city span {
		font-size: 12px
	}

	#resultlist table tr.description-price .description-categories {
		padding: 54px 10px 20px;
		width: calc(100% - 20px)
	}

	#resultlist .owl-tabs.owl-carousel .owl-prev {
		left: -14px
	}

	.owl-tabs.owl-carousel .owl-next {
		right: -14px
	}

	.booking-index-index .col-main #tripsearch .search-period-wrapper>label,
	.booking-index-index .col-main #tripsearch .compartment-type>label,
	.booking-index-index .col-main #tripsearch #passengers-type-block>label,
	.booking-index-index .col-main #tripsearch .promotions>div>label,
	#quicksearch-passengers #field-info-passenger,
	.booking-index-index .col-main #tripsearch .sub-box.search_period_container>label {
		font-size: 9px
	}

	#mobile-origin div.name,
	#mobile-destination div.name {
		font-size: 16px;
		text-transform: uppercase;
		padding: 0 4px;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold
	}

	#mobile-origin div.code,
	#mobile-destination div.code {
		font-size: 14px
	}

	#mobile-settings-wrapper span.value,
	#settings-mobile-popup-content span.value,
	#account-wrapper-mobile ul.links.dropdown-content li.first a {
		font-size: 14px !important
	}

	.booking-index-index .inner-container .col-main #summary #flight-summary #summary-items .item .title {
		font-size: 13px
	}

	#mobile-right-drawer ul.dropdown-content.left-hand li {
		font-size: 16px
	}

	#nav-menu-link {
		left: 10px
	}

	#step-seatselect #seatselect-content .inner>h4 {
		font-size: 15px
	}

	.customer-account-login #login-tabs {
		width: 100%
	}

	.totals-inner.main-font.grid12-5 #shopping-cart-totals-table td {
		min-width: 120px !important
	}

	.booking-index-index .col-main .page-steps #page-header-steps li {
		text-transform: lowercase
	}

	.booking-index-index .main.container.step-active .col-main .steps-container,
	.booking-index-index.modify-booking .main.container .col-main .steps-container {
		border-radius: 0px
	}

	.modal .modal-content .modal-footer .button {
		font-size: 9px
	}

	.modal .modal-content .content h1 strong {
		font-size: 18px
	}

	.modal .modal-content .content h1 div {
		font-size: 16px
	}

	.customer-account .main-container .search-order {
		padding: 12px
	}

	.customer-account .main-container .search-order .field {
		width: calc(100% - 24px)
	}

	.customer-account .main-container .search-order button.button {
		min-width: 100px;
		font-size: 16px
	}

	#quicksearch ul#quicksearch-fields .infobox .header {
		font-size: 13px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper {
		font-size: 14px
	}
}

@media (min-width: 768px) {
	#prevExtras .modal-dialog {
		margin: 150px auto
	}
}

@media screen and (max-width: 440px) {
	#resultlist tr.row-flight>td.active .class-input.clicked span.label:after {
		bottom: -22px
	}

	#booking-block-tabs li span {
		font-size: 10px
	}

	#passengers-block-tabs li.tab h3 {
		font-size: 14px
	}

	#resultlist tr.row-flight td .class-input span.label {
		font-size: 12px
	}

	#resultlist tr.row-flight>td .class-head .hd-title {
		font-size: 10px
	}

	#resultlist tr.row-flight td .class-input .sold {
		font-size: 12px;
		padding-top: 8px;
		line-height: 12px;
		left: 4px
	}

	.customer-account .detail-table .mobile-table-by-passenger .table-cell span:first-child {
		font-size: 10px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td {
		padding-left: 10px !important
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper {
		font-size: 10px
	}

	body.checkout-onepage-success .confirmation .confirmation-info .order-text {
		width: 90%
	}

	#resultlist table tr.description-price .description-categories>div>div,
	#resultlist table tr.description-price .description-categories .fare-rule>span>span {
		font-size: 14px
	}

	#resultlist table tr.description-price .description-categories>div>div:nth-child(2) {
		min-width: 165px
	}
}

@media screen and (max-width: 440px) and (max-width: 767px) {
	#resultlist table tr.description-price .description-categories>div>div:nth-child(2) {
		padding-left: 10px;
		min-width: auto
	}
}

@media screen and (max-width: 400px) {
	#resultlist tr.row-flight>td.active .class-input.clicked span.label:after {
		bottom: -22px
	}

	.customer-refund-tracking .main-container .page-title h1 {
		font-size: 13px
	}

	.footer-primary.footer.container,
	.footer-container .footer-links-block {
		width: calc(100% - 40px)
	}

	.sales-order-view .order-details div.multileg-flight-wrapper {
		font-size: 12px
	}

	#resultlist tr.row-flight>td.columnCount-5.active .class-input.clicked span.label:after {
		bottom: -19px
	}

	#owl-bg .owl-item img {
		height: 280px
	}

	#mobile-right-drawer ul.dropdown-content.left-hand li {
		font-size: 14px
	}

	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li a::before,
	#mobile-right-drawer ul.dropdown-content.left-hand.currency-switcher li.current::before {
		font-size: 15px;
		width: 15px
	}

	#resultlist table tr .flight-price-expander,
	#resultlist tr.row-flight td .class-input input:checked+span.label::before {
		top: calc(50% + 18px);
		right: calc(10% + 28px)
	}

	#quicksearch-passengers #field-info-passenger-count,
	#quicksearch-other-fields.active .search-period-type #field-search-period-title,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook #field-search-period-title,
	#quicksearch #passengers-sub-box #field-passengers-type-title,
	#quicksearch #passengers-sub-box .compartment-label,
	#quicksearch-passengers #field-info-passenger,
	#quicksearch-other-fields.active .search-period-type .compartment-label,
	#quicksearch-other-fields.active .search-period-type span.promo-code-label,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook .compartment-label,
	#quicksearch-other-fields.active .promotions.sub-box.promotions--quickbook span.promo-code-label,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>.flights-select-from:before,
	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>.flights-select-to:before,
	#quicksearch li#quicksearch-dates .dates-select-depart:before,
	#quicksearch li#quicksearch-dates .flights-select-return:before,
	#quicksearch .sub-box.compartment-types .compartment-type .compartment-label,
	#quicksearch .sub-box.passenger-types .compartment-type .compartment-label,
	#quicksearch .sub-box.compartment-types .compartment-type #field-outbound-compartment-select-title,
	#quicksearch .sub-box.compartment-types .compartment-type #field-inbound-compartment-select-title,
	#quicksearch .sub-box.passenger-types .compartment-type #field-outbound-compartment-select-title,
	#quicksearch .sub-box.passenger-types .compartment-type #field-inbound-compartment-select-title,
	#field-search-period-title,
	#field-outbound-compartment-select-title,
	#field-inbound-compartment-select-title,
	#field-passengers-type-title {
		font-size: 10px
	}

	#quicksearch ul#quicksearch-fields.active li#quicksearch-passengers,
	#quicksearch ul#quicksearch-fields.active-date.active li#quicksearch-passengers {
		padding: 0 10px
	}

	#quicksearch ul#quicksearch-fields #quicksearch-flights.quicksearch-fields>ul>li>input {
		font-size: 12px;
		padding: 0 4px
	}

	#resultlist tr.row-flight td .class-input input:checked+span.label+div.flight-price-expander {
		display: none !important
	}

	#quicksearch ul#quicksearch-fields li#quicksearch-dates #returndatebox .datepicker,
	#quicksearch ul#quicksearch-fields li#quicksearch-dates #departdatebox .datepicker,
	#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #departdatebox,
	#quicksearch ul#quicksearch-fields.active-date li#quicksearch-dates #returndatebox {
		max-width: 80% !important
	}

	.customer-account-login #login-tabs,
	.customer-account-create #login-tabs {
		height: 45px
	}

	.customer-account-login #login-tabs li,
	.customer-account-create #login-tabs li {
		line-height: 15px;
		font-size: 11px
	}

	.block-news p {
		line-height: 20px
	}

	.booking-index-index .inner-container .col-main #summary .btn-back-manage {
		font-size: 11px !important
	}

	.adverts-block-3 .adverts-block-1 .adverts-block-1-content .total {
		font-size: 38px
	}

	.owl-item-slideshow-content {
		top: 130px
	}

	h1.logo {
		width: 120px
	}

	h1.logo a {
		padding-top: 5px
	}

	#nav-menu-link span {
		height: 2px
	}

	.block-partners {
		margin: 40px 0
	}

	.nav-mobile:before,
	.nav-mobile:after {
		height: 50px
	}

	.booking-index-index .col-main #tripsearch .sub-box.passengers .travel-users li {
		margin: 0 10px 0 0
	}

	#extended-search #passengers-type-block.passengers.sub-box {
		margin: 0 !important
	}

	#tripsearch .inputboxes .sub-inputboxes .travel-users,
	.booking-index-index .col-main #tripsearch .sub-box#passengers-type-block {
		margin-top: 0
	}

	.booking-index-index .col-main #tripsearch .sub-box.passengers .tl-groups {
		margin-top: 6px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to {
		font-size: 20px
	}
}

@media screen and (max-width: 400px) and (max-width: 767px) {

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to {
		font-size: 27px
	}
}

@media screen and (max-width: 400px) {
	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights svg {
		width: 18px;
		height: 18px;
		margin: 0 3px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search {
		width: 70px
	}

	.booking-index-index .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper,
	.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr.multiple-flight-row td div.multiple-flight-wrapper {
		font-size: 10px
	}
}

@media screen and (max-width: 360px) {

	#quicksearch ul#quicksearch-fields #quicksearch-flights .infobox .destinations li,
	.booking-index-index #tripsearch .infobox .destinations li {
		font-size: 15px
	}

	#collapse-payment #form-checkout>div.totals-wrapper {
		overflow: hidden
	}

	#account-wrapper-mobile ul.links.dropdown-content {
		flex-direction: column
	}

	.header-mobile .skip-content .links>li {
		max-width: 100%
	}
}

@media screen and (max-width: 340px) {

	.customer-account .main-container .page-title h1,
	.customer-account .main-container .page-title h2,
	#step-passengers .clearfix.logout-form .registered-users .user-name-row .username,
	#mobile-right-drawer ul.dropdown-content.left-hand li {
		font-size: 12px
	}

	.customer-refund-tracking.customer-account .main-container .page-title h1 {
		align-items: baseline
	}

	.customer-account.customer-account-edit .page-title h1 {
		font-size: 9px
	}

	.customer-account.sales-order-view .col-main.grid12-9>div>*:not(.dashboard) {
		padding-left: 5px;
		padding-right: 5px
	}

	.step-data .opc .panel-default>.panel-heading h4.from,
	.confirmation .opc .panel-default>.panel-heading h4.from {
		margin-top: 60px
	}

	.booking-index-index .col-main #summary #form-flights a>span span {
		font-size: 12px !important
	}

	.totals-inner.main-font.grid12-5 #shopping-cart-totals-table td {
		min-width: 110px !important
	}

	.modal .modal-content .modal-footer .button {
		font-size: 10px
	}

	.modal .modal-footer button#passenger-login-modal {
		font-size: 10px !important
	}

	.customer-account #my-orders-table td {
		font-size: 11px
	}

	.booking-index-index .col-main:before {
		font-size: 36px
	}

	.booking-index-index .inner-container .col-main #summary .btn-back-manage {
		font-size: 10px !important
	}

	.modal .modal-footer button {
		font-size: 10px
	}

	#step-seatselect .nav-tabs>li>a {
		width: 150px
	}

	#mobile-origin div.name,
	#mobile-destination div.name {
		font-size: 14px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .from,
	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights .to {
		font-size: 16px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-flights svg {
		width: 14px;
		height: 14px;
		margin: 0 2px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info #button-change-search {
		width: 60px
	}

	.booking-index-index .inner-container .search-form-wrapper #search-info .search-info-more p {
		font-size: 11px
	}

	#collapse-payment #form-checkout .checkout-agreements li p.agree label {
		font-size: 10px
	}

	#step-checkout.confirmation .opc #shopping-cart-totals-table tfoot tr td:first-child,
	#step-checkout.step-data .opc #shopping-cart-totals-table tfoot tr td:first-child {
		min-width: 150px
	}

	body.checkout-onepage-success .col-main #checkoutSteps li .step-content .checkout-items-table .directions-title table tr>td.flight-id {
		padding-left: 10px !important
	}
}

@media screen and (max-width: 319px) {
	#top .header-top-container>.right-column {
		display: none
	}

	#top .header-top-container>.right-column.open-nav {
		display: inline-block;
		z-index: 11;
		position: fixed;
		right: 0;
		left: 40px
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown.open,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown.open {
		background-color: #49494c
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover>span,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown.open>.dropdown-heading.cover>span {
		background-color: #575757;
		color: white !important
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown .dropdown-heading.cover>span,
	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown .dropdown .dropdown-heading.cover>div,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown .dropdown-heading.cover>span,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown .dropdown .dropdown-heading.cover>div {
		color: #ffffff !important
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown .dropdown-content,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown .dropdown-content {
		background-color: #49494c;
		width: max-content
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown .dropdown-content li a,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown .dropdown-content li a {
		color: white !important
	}

	#top .header-top-container>.right-column.open-nav #currency-switcher-wrapper-mobile .dropdown .dropdown-content li.current,
	#top .header-top-container>.right-column.open-nav #lang-switcher-wrapper-mobile .dropdown .dropdown-content li.current {
		color: #2a867d
	}

	#top .header-top-container>.right-column.open-nav #header-account {
		display: none !important
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}