﻿@import'../../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap";
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&amp;display=swap";
@import"https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700";

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
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
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 0
}

.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: 0;
	-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%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.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,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
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:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

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

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

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media(min-width:768px) {
	.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
	}
}

abbr[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "— "
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: " —"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	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: 0
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:768px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.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(min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.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(min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.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(min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.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
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@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>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 2px 4px 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

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: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(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, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.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: 0
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.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: 0
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.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
}

.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
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(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-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(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-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(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-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media(min-width:768px) {
	.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 .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media(min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media(min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	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;
	border-radius: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.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,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.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,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.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,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.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,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.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,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.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,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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
}

.dropdown,
.dropup {
	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, .15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.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: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.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>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media(min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.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),
.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,
.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,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.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: 0;
	border-top-right-radius: 0;
	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: 0;
	border-bottom-left-radius: 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,
.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-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 0
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.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:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.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
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 0
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.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
}

@media(min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media(min-width:768px) {
	.navbar {
		border-radius: 0
	}
}

@media(min-width:768px) {
	.navbar-header {
		float: left
	}
}

.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, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media(min-width:768px) {
	.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-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media(max-device-width:480px)and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media(min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.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: 0
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media(min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@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 .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.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, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
	.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 .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.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-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.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
}

@media(min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media(min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	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:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	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:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media(max-width:767px) {
	.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:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/ "
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.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:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 0
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.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
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(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, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.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-bar.active,
.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-success {
	background-color: #5cb85c
}

.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-bar-info {
	background-color: #5bc0de
}

.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-bar-warning {
	background-color: #f0ad4e
}

.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-bar-danger {
	background-color: #d9534f
}

.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)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	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-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	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: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.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>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	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,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.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: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 0
}

.well-sm {
	padding: 9px;
	border-radius: 0
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	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-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(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=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.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-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	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.right {
	padding: 0 5px;
	margin-left: 3px
}

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

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

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0
}

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

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

.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.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

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

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-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-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	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, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(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>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(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>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.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, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.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>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-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.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.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, .6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: .5
}

.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-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "‹"
}

.carousel-control .icon-next:before {
	content: "›"
}

.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, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.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-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}
	.visible-xsd {
		display: block !important;
	}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media(max-width:767px) {
	.visible-xs {
		display: block !important
	}
	.visible-xsd {
		display: none !important
	}
	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media(max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:768px)and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:768px)and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media(min-width:768px)and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:768px)and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:992px)and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media(min-width:992px)and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width:992px)and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width:992px)and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:768px)and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px)and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family: glyphicons halflings;
	src: url(../../../assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
	src:url(../../../assets/fonts/bootstrap/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"),
	url(../../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),
	url(../../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),
	url(../../../assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),
	url(../../../assets/fonts/bootstrap/glyphicons-halflings-regular.svg#@{icon-font-svg-id}) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: glyphicons halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "*"
}

.glyphicon-plus:before {
	content: "+"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "€"
}

.glyphicon-minus:before {
	content: "−"
}

.glyphicon-cloud:before {
	content: "☁"
}

.glyphicon-envelope:before {
	content: "✉"
}

.glyphicon-pencil:before {
	content: "✏"
}

.glyphicon-glass:before {
	content: ""
}

.glyphicon-music:before {
	content: ""
}

.glyphicon-search:before {
	content: ""
}

.glyphicon-heart:before {
	content: ""
}

.glyphicon-star:before {
	content: ""
}

.glyphicon-star-empty:before {
	content: ""
}

.glyphicon-user:before {
	content: ""
}

.glyphicon-film:before {
	content: ""
}

.glyphicon-th-large:before {
	content: ""
}

.glyphicon-th:before {
	content: ""
}

.glyphicon-th-list:before {
	content: ""
}

.glyphicon-ok:before {
	content: ""
}

.glyphicon-remove:before {
	content: ""
}

.glyphicon-zoom-in:before {
	content: ""
}

.glyphicon-zoom-out:before {
	content: ""
}

.glyphicon-off:before {
	content: ""
}

.glyphicon-signal:before {
	content: ""
}

.glyphicon-cog:before {
	content: ""
}

.glyphicon-trash:before {
	content: ""
}

.glyphicon-home:before {
	content: ""
}

.glyphicon-file:before {
	content: ""
}

.glyphicon-time:before {
	content: ""
}

.glyphicon-road:before {
	content: ""
}

.glyphicon-download-alt:before {
	content: ""
}

.glyphicon-download:before {
	content: ""
}

.glyphicon-upload:before {
	content: ""
}

.glyphicon-inbox:before {
	content: ""
}

.glyphicon-play-circle:before {
	content: ""
}

.glyphicon-repeat:before {
	content: ""
}

.glyphicon-refresh:before {
	content: ""
}

.glyphicon-list-alt:before {
	content: ""
}

.glyphicon-lock:before {
	content: ""
}

.glyphicon-flag:before {
	content: ""
}

.glyphicon-headphones:before {
	content: ""
}

.glyphicon-volume-off:before {
	content: ""
}

.glyphicon-volume-down:before {
	content: ""
}

.glyphicon-volume-up:before {
	content: ""
}

.glyphicon-qrcode:before {
	content: ""
}

.glyphicon-barcode:before {
	content: ""
}

.glyphicon-tag:before {
	content: ""
}

.glyphicon-tags:before {
	content: ""
}

.glyphicon-book:before {
	content: ""
}

.glyphicon-bookmark:before {
	content: ""
}

.glyphicon-print:before {
	content: ""
}

.glyphicon-camera:before {
	content: ""
}

.glyphicon-font:before {
	content: ""
}

.glyphicon-bold:before {
	content: ""
}

.glyphicon-italic:before {
	content: ""
}

.glyphicon-text-height:before {
	content: ""
}

.glyphicon-text-width:before {
	content: ""
}

.glyphicon-align-left:before {
	content: ""
}

.glyphicon-align-center:before {
	content: ""
}

.glyphicon-align-right:before {
	content: ""
}

.glyphicon-align-justify:before {
	content: ""
}

.glyphicon-list:before {
	content: ""
}

.glyphicon-indent-left:before {
	content: ""
}

.glyphicon-indent-right:before {
	content: ""
}

.glyphicon-facetime-video:before {
	content: ""
}

.glyphicon-picture:before {
	content: ""
}

.glyphicon-map-marker:before {
	content: ""
}

.glyphicon-adjust:before {
	content: ""
}

.glyphicon-tint:before {
	content: ""
}

.glyphicon-edit:before {
	content: ""
}

.glyphicon-share:before {
	content: ""
}

.glyphicon-check:before {
	content: ""
}

.glyphicon-move:before {
	content: ""
}

.glyphicon-step-backward:before {
	content: ""
}

.glyphicon-fast-backward:before {
	content: ""
}

.glyphicon-backward:before {
	content: ""
}

.glyphicon-play:before {
	content: ""
}

.glyphicon-pause:before {
	content: ""
}

.glyphicon-stop:before {
	content: ""
}

.glyphicon-forward:before {
	content: ""
}

.glyphicon-fast-forward:before {
	content: ""
}

.glyphicon-step-forward:before {
	content: ""
}

.glyphicon-eject:before {
	content: ""
}

.glyphicon-chevron-left:before {
	content: ""
}

.glyphicon-chevron-right:before {
	content: ""
}

.glyphicon-plus-sign:before {
	content: ""
}

.glyphicon-minus-sign:before {
	content: ""
}

.glyphicon-remove-sign:before {
	content: ""
}

.glyphicon-ok-sign:before {
	content: ""
}

.glyphicon-question-sign:before {
	content: ""
}

.glyphicon-info-sign:before {
	content: ""
}

.glyphicon-screenshot:before {
	content: ""
}

.glyphicon-remove-circle:before {
	content: ""
}

.glyphicon-ok-circle:before {
	content: ""
}

.glyphicon-ban-circle:before {
	content: ""
}

.glyphicon-arrow-left:before {
	content: ""
}

.glyphicon-arrow-right:before {
	content: ""
}

.glyphicon-arrow-up:before {
	content: ""
}

.glyphicon-arrow-down:before {
	content: ""
}

.glyphicon-share-alt:before {
	content: ""
}

.glyphicon-resize-full:before {
	content: ""
}

.glyphicon-resize-small:before {
	content: ""
}

.glyphicon-exclamation-sign:before {
	content: ""
}

.glyphicon-gift:before {
	content: ""
}

.glyphicon-leaf:before {
	content: ""
}

.glyphicon-fire:before {
	content: ""
}

.glyphicon-eye-open:before {
	content: ""
}

.glyphicon-eye-close:before {
	content: ""
}

.glyphicon-warning-sign:before {
	content: ""
}

.glyphicon-plane:before {
	content: ""
}

.glyphicon-calendar:before {
	content: ""
}

.glyphicon-random:before {
	content: ""
}

.glyphicon-comment:before {
	content: ""
}

.glyphicon-magnet:before {
	content: ""
}

.glyphicon-chevron-up:before {
	content: ""
}

.glyphicon-chevron-down:before {
	content: ""
}

.glyphicon-retweet:before {
	content: ""
}

.glyphicon-shopping-cart:before {
	content: ""
}

.glyphicon-folder-close:before {
	content: ""
}

.glyphicon-folder-open:before {
	content: ""
}

.glyphicon-resize-vertical:before {
	content: ""
}

.glyphicon-resize-horizontal:before {
	content: ""
}

.glyphicon-hdd:before {
	content: ""
}

.glyphicon-bullhorn:before {
	content: ""
}

.glyphicon-bell:before {
	content: ""
}

.glyphicon-certificate:before {
	content: ""
}

.glyphicon-thumbs-up:before {
	content: ""
}

.glyphicon-thumbs-down:before {
	content: ""
}

.glyphicon-hand-right:before {
	content: ""
}

.glyphicon-hand-left:before {
	content: ""
}

.glyphicon-hand-up:before {
	content: ""
}

.glyphicon-hand-down:before {
	content: ""
}

.glyphicon-circle-arrow-right:before {
	content: ""
}

.glyphicon-circle-arrow-left:before {
	content: ""
}

.glyphicon-circle-arrow-up:before {
	content: ""
}

.glyphicon-circle-arrow-down:before {
	content: ""
}

.glyphicon-globe:before {
	content: ""
}

.glyphicon-wrench:before {
	content: ""
}

.glyphicon-tasks:before {
	content: ""
}

.glyphicon-filter:before {
	content: ""
}

.glyphicon-briefcase:before {
	content: ""
}

.glyphicon-fullscreen:before {
	content: ""
}

.glyphicon-dashboard:before {
	content: ""
}

.glyphicon-paperclip:before {
	content: ""
}

.glyphicon-heart-empty:before {
	content: ""
}

.glyphicon-link:before {
	content: ""
}

.glyphicon-phone:before {
	content: ""
}

.glyphicon-pushpin:before {
	content: ""
}

.glyphicon-usd:before {
	content: ""
}

.glyphicon-gbp:before {
	content: ""
}

.glyphicon-sort:before {
	content: ""
}

.glyphicon-sort-by-alphabet:before {
	content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
	content: ""
}

.glyphicon-sort-by-order:before {
	content: ""
}

.glyphicon-sort-by-order-alt:before {
	content: ""
}

.glyphicon-sort-by-attributes:before {
	content: ""
}

.glyphicon-sort-by-attributes-alt:before {
	content: ""
}

.glyphicon-unchecked:before {
	content: ""
}

.glyphicon-expand:before {
	content: ""
}

.glyphicon-collapse-down:before {
	content: ""
}

.glyphicon-collapse-up:before {
	content: ""
}

.glyphicon-log-in:before {
	content: ""
}

.glyphicon-flash:before {
	content: ""
}

.glyphicon-log-out:before {
	content: ""
}

.glyphicon-new-window:before {
	content: ""
}

.glyphicon-record:before {
	content: ""
}

.glyphicon-save:before {
	content: ""
}

.glyphicon-open:before {
	content: ""
}

.glyphicon-saved:before {
	content: ""
}

.glyphicon-import:before {
	content: ""
}

.glyphicon-export:before {
	content: ""
}

.glyphicon-send:before {
	content: ""
}

.glyphicon-floppy-disk:before {
	content: ""
}

.glyphicon-floppy-saved:before {
	content: ""
}

.glyphicon-floppy-remove:before {
	content: ""
}

.glyphicon-floppy-save:before {
	content: ""
}

.glyphicon-floppy-open:before {
	content: ""
}

.glyphicon-credit-card:before {
	content: ""
}

.glyphicon-transfer:before {
	content: ""
}

.glyphicon-cutlery:before {
	content: ""
}

.glyphicon-header:before {
	content: ""
}

.glyphicon-compressed:before {
	content: ""
}

.glyphicon-earphone:before {
	content: ""
}

.glyphicon-phone-alt:before {
	content: ""
}

.glyphicon-tower:before {
	content: ""
}

.glyphicon-stats:before {
	content: ""
}

.glyphicon-sd-video:before {
	content: ""
}

.glyphicon-hd-video:before {
	content: ""
}

.glyphicon-subtitles:before {
	content: ""
}

.glyphicon-sound-stereo:before {
	content: ""
}

.glyphicon-sound-dolby:before {
	content: ""
}

.glyphicon-sound-5-1:before {
	content: ""
}

.glyphicon-sound-6-1:before {
	content: ""
}

.glyphicon-sound-7-1:before {
	content: ""
}

.glyphicon-copyright-mark:before {
	content: ""
}

.glyphicon-registration-mark:before {
	content: ""
}

.glyphicon-cloud-download:before {
	content: ""
}

.glyphicon-cloud-upload:before {
	content: ""
}

.glyphicon-tree-conifer:before {
	content: ""
}

.glyphicon-tree-deciduous:before {
	content: ""
}

.glyphicon-cd:before {
	content: ""
}

.glyphicon-save-file:before {
	content: ""
}

.glyphicon-open-file:before {
	content: ""
}

.glyphicon-level-up:before {
	content: ""
}

.glyphicon-copy:before {
	content: ""
}

.glyphicon-paste:before {
	content: ""
}

.glyphicon-alert:before {
	content: ""
}

.glyphicon-equalizer:before {
	content: ""
}

.glyphicon-king:before {
	content: ""
}

.glyphicon-queen:before {
	content: ""
}

.glyphicon-pawn:before {
	content: ""
}

.glyphicon-bishop:before {
	content: ""
}

.glyphicon-knight:before {
	content: ""
}

.glyphicon-baby-formula:before {
	content: ""
}

.glyphicon-tent:before {
	content: "⛺"
}

.glyphicon-blackboard:before {
	content: ""
}

.glyphicon-bed:before {
	content: ""
}

.glyphicon-apple:before {
	content: ""
}

.glyphicon-erase:before {
	content: ""
}

.glyphicon-hourglass:before {
	content: "⌛"
}

.glyphicon-lamp:before {
	content: ""
}

.glyphicon-duplicate:before {
	content: ""
}

.glyphicon-piggy-bank:before {
	content: ""
}

.glyphicon-scissors:before {
	content: ""
}

.glyphicon-bitcoin:before {
	content: ""
}

.glyphicon-btc:before {
	content: ""
}

.glyphicon-xbt:before {
	content: ""
}

.glyphicon-yen:before {
	content: "¥"
}

.glyphicon-jpy:before {
	content: "¥"
}

.glyphicon-ruble:before {
	content: "₽"
}

.glyphicon-rub:before {
	content: "₽"
}

.glyphicon-scale:before {
	content: ""
}

.glyphicon-ice-lolly:before {
	content: ""
}

.glyphicon-ice-lolly-tasted:before {
	content: ""
}

.glyphicon-education:before {
	content: ""
}

.glyphicon-option-horizontal:before {
	content: ""
}

.glyphicon-option-vertical:before {
	content: ""
}

.glyphicon-menu-hamburger:before {
	content: ""
}

.glyphicon-modal-window:before {
	content: ""
}

.glyphicon-oil:before {
	content: ""
}

.glyphicon-grain:before {
	content: ""
}

.glyphicon-sunglasses:before {
	content: ""
}

.glyphicon-text-size:before {
	content: ""
}

.glyphicon-text-color:before {
	content: ""
}

.glyphicon-text-background:before {
	content: ""
}

.glyphicon-object-align-top:before {
	content: ""
}

.glyphicon-object-align-bottom:before {
	content: ""
}

.glyphicon-object-align-horizontal:before {
	content: ""
}

.glyphicon-object-align-left:before {
	content: ""
}

.glyphicon-object-align-vertical:before {
	content: ""
}

.glyphicon-object-align-right:before {
	content: ""
}

.glyphicon-triangle-right:before {
	content: ""
}

.glyphicon-triangle-left:before {
	content: ""
}

.glyphicon-triangle-bottom:before {
	content: ""
}

.glyphicon-triangle-top:before {
	content: ""
}

.glyphicon-console:before {
	content: ""
}

.glyphicon-superscript:before {
	content: ""
}

.glyphicon-subscript:before {
	content: ""
}

.glyphicon-menu-left:before {
	content: ""
}

.glyphicon-menu-right:before {
	content: ""
}

.glyphicon-menu-down:before {
	content: ""
}

.glyphicon-menu-up:before {
	content: ""
}

.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,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.body-wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

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

a:hover {
	transition: all .3s ease-out;
	text-decoration: none
}

a:focus,
a:active {
	background: 0 0;
	text-decoration: none;
	outline: none !important
}

.btn {
	transition: all .3s ease-out;
	text-shadow: none;
	font-family: roboto
}

.btn.show-more-btn {
	background: #005dba;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	margin: 5px auto;
	font-size: 13px;
	letter-spacing: 1px
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
	background: #005dba
}

.cr-btn-link {
	color: #fff;
	outline: none;
	background: #4f8ffc;
	border-radius: 3px;
	border: 1px solid #4f8ffc
}

.cr-btn-link.btn:hover,
.cr-btn-link.btn:focus {
	outline: none;
	color: #fff;
	background: #367aed
}

.hotel-go-back {
	border: 1px solid #005dba;
	background: #fff;
	color: #005dba;
	display: inline-block;
	padding: 5px 20px;
	margin: 5px auto;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px
}

.hotel-go-back:hover {
	background: #005dba;
	color: #fff
}

.car-btnSelect {
	background: #005dba;
	color: #fff;
	display: block;
	padding: 10px 40px;
	margin: 5px auto;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	letter-spacing: 1px;
	border: 0
}

.car-btnSelect:hover {
	background: #005dba;
	color: #fff
}

@media(max-width:1199px) {
	.car-btnSelect {
		padding: 5px 30px
	}
}

.htl-btnSelect {
	background: #fff;
	border: 1px solid #005dba;
	color: #005dba;
	min-height: 23px;
	display: block;
	padding: 5px 40px;
	margin: 5px auto;
	font-size: 18px;
	letter-spacing: 1px
}

.htl-btnSelect:hover {
	background: #005dba;
	color: #fff
}

.book-room-btn {
	background: #005dba;
	color: #fff;
	min-height: 23px;
	padding: 5px 0;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%
}

.car-btnSubscribe {
	background: #005dba;
	color: #fff
}

.car-btnSubmit {
	background: #4f8ffc;
	color: #fff;
	width: 100%;
	font-size: 14px
}

.car-btnSubmit:hover {
	color: #fff;
	background: #367aed
}

.car-btnSubmit.lh {
	line-height: 26px;
	height: 40px
}

.car-btnShowMore {
	background: #005dba;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.car-btnShowMore:hover {
	color: #fff;
	background: #005dba
}

.car-btnShowMore:focus {
	color: #fff;
	background: #005dba
}

.car-dest-search {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	width: 100%
}

.car-dest-search:hover {
	color: #000
}

.car-dest-search:focus {
	color: #000
}

.htl-select-btn {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	width: auto;
	padding: 6px 35px
}

.engine-carousel-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background: 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.engine-carousel-banner {
		background: #005dba;
		position: relative
	}
}

.engine-carousel-banner .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}

.engine-carousel-banner .carousel-fade .carousel-inner .active {
	opacity: 1
}

.engine-carousel-banner .carousel-fade .carousel-inner .active.left,
.engine-carousel-banner .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}

.engine-carousel-banner .carousel-fade .carousel-inner .next.left,
.engine-carousel-banner .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.engine-carousel-banner .carousel-fade .carousel-control {
	z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {

	.engine-carousel-banner .carousel-fade .carousel-inner>.item.next,
	.engine-carousel-banner .carousel-fade .carousel-inner>.item.active.right,
	.engine-carousel-banner .carousel-fade .carousel-inner>.item.prev,
	.engine-carousel-banner .carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.engine-carousel-banner .carousel-fade .carousel-inner>.item.next.left,
	.engine-carousel-banner .carousel-fade .carousel-inner>.item.prev.right,
	.engine-carousel-banner .carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.engine-carousel-banner .flight .item {
	height: 500px
}

.engine-carousel-banner .flight .item:nth-child(1) {
	background: url(../../../assets/flight-carousel1.jpg) no-repeat center #005dba
}

.engine-carousel-banner .flight .item:nth-child(2) {
	background: url(../../../assets/flight-carousel2.jpg) no-repeat center #005dba
}

.engine-carousel-banner .hotel .item {
	height: 400px
}

.engine-carousel-banner .hotel .item:nth-child(1) {
	background: url(../../../assets/hotel-carousel1.jpg) no-repeat center #005dba
}

.engine-carousel-banner .hotel .item:nth-child(2) {
	background: url(../../../assets/hotel-carousel2.jpg) no-repeat center #005dba
}

.engine-carousel-banner .hotel .item:nth-child(3) {
	background: url(../../../assets/hotel-carousel3.jpg) no-repeat center #005dba
}

.engine-carousel-banner .cars .item {
	height: 400px
}

.engine-carousel-banner .cars .item:nth-child(1) {
	background: url(../../../assets/car-images/car-carousel1.jpg) no-repeat center #005dba
}

.engine-carousel-banner .cars .item:nth-child(2) {
	background: url(../../../assets/car-images/car-carousel2.jpg) no-repeat center #005dba
}

.engine-carousel-banner .carousel .item {
	width: 100%
}

.engine-carousel-banner .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}

.engine-carousel-banner .carousel-fade .carousel-inner .active {
	opacity: 1
}

.engineCarouselflights {
	background: url(../../../assets/flight-carousel13def.jpg) no-repeat center top #005dba;
	width: 100%;
	min-height: 450px;
	z-index: 4
}

.engineCarouselAmtrack {
	background: url(../../../assets/amtrack.jpg) no-repeat center top #005dba;
	width: 100%;
	min-height: 450px;
	z-index: 4
}
@media(max-width:1023px) {
	.engineCarouselflights {
		min-height: auto;
		background-size: cover !important;
		background-position: -216px 0 !important
	}
}

.carousel-inner-car {
	background: url(../../../assets/car-images/car-carousel1.jpg) no-repeat center bottom #005dba;
	height: 400px;
	width: 100%
}

.hotelBanner {
	background: url(../../../assets/new-year-banner-hotel.jpg) no-repeat center top #005dba;
	height: 400px;
	width: 100%
}

.hotelBanner .container {
	height: 100%;
	position: relative
}

.hotelBanner .coupon_strip {
	position: absolute;
	right: 25%;
	top: 114px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotelBanner .coupon_strip {
		right: 100px
	}
}

.hotelBanner .result-tooltip {
	position: absolute;
	right: 60px;
	bottom: 19px
}

.hotelBanner .result-tooltip .info-tooltip-icon {
	color: #005dba;
	border-color: #005dba
}

.home-header .carousel-inner {
	overflow: visible
}

.iceland_home {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	color: #fff
}

@media(max-width:1023px) {
	.iceland_home {
		bottom: 40px
	}
}

@media(max-width:767px) {
	.iceland_home {
		bottom: 10px;
		font-size: 12px
	}
}

.iceland_home .instant_discount {
	color: #ffd800;
	font-size: 16px;
	font-weight: 700
}

@media(max-width:479px) {
	.iceland_home .instant_discount {
		font-size: 12px
	}
}

.iceland_home .banner_text {
	display: block;
	float: left;
	padding-right: 13px;
	border-right: 1px solid #fff;
	text-align: right
}

@media(max-width:479px) {
	.iceland_home .banner_text {
		margin-left: 0;
		padding-top: 8px;
		width: 100%
	}
}

.iceland_home .visit_button {
	padding: 8px 16px;
	display: inline-block;
	background: #fad400;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 17px;
	font-weight: 700;
	letter-spacing: 1px
}

#searchEngine {
	z-index: 4;
	position: relative
}

.component-header,
.component-car-header {
	position: relative
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-header .component-header-nav .navbar-toggle,
	.component-car-header .component-header-nav .navbar-toggle {
		border-radius: 0;
		background: #005dba;
		border: 0;
		float: right
	}

	.component-header .component-header-nav .navbar-toggle span.icon-bar,
	.component-car-header .component-header-nav .navbar-toggle span.icon-bar {
		background: #fff
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .component-header-nav .navbar-collapse,
	.component-car-header .component-header-nav .navbar-collapse {
		background: #fff;
		color: #333
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .component-header-nav,
	.component-car-header .component-header-nav {
		width: 100%
	}
}

.component-header .component-header-nav .navbar-default,
.component-car-header .component-header-nav .navbar-default {
	border: none;
	background: 0 0;
	box-shadow: none
}

.component-header .component-header-nav .navbar-default .navbar-nav a,
.component-car-header .component-header-nav .navbar-default .navbar-nav a {
	color: #333;
	text-shadow: none
}

@media(min-width:1024px)and (max-width:1199px) {

	.component-header .component-header-nav .navbar-default .navbar-nav a,
	.component-car-header .component-header-nav .navbar-default .navbar-nav a {
		padding: 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-header .component-header-nav .navbar-default .navbar-nav a,
	.component-car-header .component-header-nav .navbar-default .navbar-nav a {
		padding: 10px 12px
	}
}

@media(max-width:767px) {

	.component-header .component-header-nav .navbar-default .navbar-nav,
	.component-car-header .component-header-nav .navbar-default .navbar-nav {
		position: absolute;
		right: 0;
		top: -9px;
		margin: 0
	}
}

.component-header .component-header-nav .navbar-default a,
.component-car-header .component-header-nav .navbar-default a,
.component-header .component-header-nav .navbar-default a:hover {
	color: #005dba;
	text-shadow: none
}

.component-header .city-panel,
.component-car-header .city-panel {
	position: absolute;
	top: 70px;
	z-index: 2;
	color: #fff;
	width: 100%
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel,
	.component-car-header .city-panel {
		padding: 0 0 5px;
		position: initial;
		background: #fff;
		clear: both;
		border-top: 1px solid #ddd
	}
}

.component-header .city-panel .banner-caption-block2 .instant_discount,
.component-car-header .city-panel .banner-caption-block2 .instant_discount {
	font-size: 15px;
	padding-bottom: 5px;
	color: #ebdd1a
}

.component-header .city-panel .banner-caption-block,
.component-car-header .city-panel .banner-caption-block {
	background: #fff;
	border-radius: 10px;
	color: #4d4d77;
	padding: 20px;
	margin-top: 40px;
	width: 400px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block,
	.component-car-header .city-panel .banner-caption-block {
		width: 100%;
		border-radius: 0;
		padding: 0;
		margin-top: 0
	}
}

.component-header .city-panel .banner-caption-block .instant_discount,
.component-car-header .city-panel .banner-caption-block .instant_discount {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #005dba
}

.component-header .city-panel .banner-caption-block h1,
.component-car-header .city-panel .banner-caption-block h1 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	display: block;
	color: #3b3b3b;
	line-height: 1.3em;
	border-bottom: 1px dashed #a3a3a3
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block h1,
	.component-car-header .city-panel .banner-caption-block h1 {
		font-size: 18px;
		border-bottom: 0;
		margin: 10px 0
	}
}

.component-header .city-panel .banner-caption-block .offer,
.component-car-header .city-panel .banner-caption-block .offer {
	font-size: 18px;
	color: #005dba;
	padding: 10px 10px 0 0;
	letter-spacing: 1px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block .offer,
	.component-car-header .city-panel .banner-caption-block .offer {
		font-size: 14px
	}
}

.component-header .city-panel .banner-caption-block .countdown .timer,
.component-car-header .city-panel .banner-caption-block .countdown .timer {
	font-size: 30px;
	color: #f65b64;
	font-family: Arial;
	font-weight: bolder
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block .countdown .timer,
	.component-car-header .city-panel .banner-caption-block .countdown .timer {
		font-size: 24px
	}
}

.component-header .city-panel .banner-caption-block .countdown .subline,
.component-car-header .city-panel .banner-caption-block .countdown .subline {
	font-size: 18px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block .countdown .subline,
	.component-car-header .city-panel .banner-caption-block .countdown .subline {
		font-size: 16px
	}
}

.component-header .city-panel .banner-caption-block .countdown .text,
.component-car-header .city-panel .banner-caption-block .countdown .text {
	color: #4d4d77;
	font-size: 16px;
	margin-top: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block .countdown .text,
	.component-car-header .city-panel .banner-caption-block .countdown .text {
		font-size: 14px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .banner-caption-block .countdown,
	.component-car-header .city-panel .banner-caption-block .countdown {
		text-align: center;
		background: #e8e8e8;
		border-radius: 5px;
		padding: 6px 0;
		margin: 0 -9px -5px
	}
}

.component-header .city-panel .airport-header-block,
.component-car-header .city-panel .airport-header-block {
	background: #fff;
	border-radius: 10px;
	color: #4d4d77;
	padding: 20px;
	margin-top: 60px;
	width: 350px;
	text-align: center;
	font-size: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .airport-header-block,
	.component-car-header .city-panel .airport-header-block {
		width: 100%;
		border-radius: 0;
		padding: 5px 0;
		margin-top: 0
	}
}

.component-header .city-panel .airport-header-block h1,
.component-car-header .city-panel .airport-header-block h1 {
	margin: 0;
	padding: 15px 0 0;
	font-size: 24px;
	font-weight: 700
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .airport-header-block h1,
	.component-car-header .city-panel .airport-header-block h1 {
		font-size: 18px;
		border-bottom: 0;
		margin-top: 10px !important
	}
}

.component-header .city-panel h1,
.component-car-header .city-panel h1 {
	font-size: 36px;
	padding: 50px 0 10px;
	display: inline-block;
	border-bottom: 1px solid #fff
}

@media(min-width:1024px)and (max-width:1199px) {

	.component-header .city-panel h1,
	.component-car-header .city-panel h1 {
		font-size: 30px;
		padding: 35px 0 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-header .city-panel h1,
	.component-car-header .city-panel h1 {
		font-size: 26px;
		padding: 35px 0 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel h1,
	.component-car-header .city-panel h1 {
		padding: 0 !important;
		text-align: center;
		font-size: 20px;
		color: #44445f;
		width: 100%;
		text-align: center
	}
}

.component-header .city-panel .line,
.component-car-header .city-panel .line {
	border-bottom: 1px solid #fff;
	margin: 8px 300px 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .line,
	.component-car-header .city-panel .line {
		border-bottom: 1px solid #ddd
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-header .city-panel .line,
	.component-car-header .city-panel .line {
		display: none
	}
}

.component-header .city-panel .offer,
.component-car-header .city-panel .offer {
	font-size: 18px;
	color: #ebdd1a;
	padding: 10px 100px 0 0;
	letter-spacing: 1px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .offer,
	.component-car-header .city-panel .offer {
		text-align: center;
		padding: 0;
		font-size: 13px;
		color: #ea5454
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-header .city-panel .offer,
	.component-car-header .city-panel .offer {
		padding: 0
	}
}

.component-header .city-panel .city-right-bg,
.component-car-header .city-panel .city-right-bg {
	background: #ff8328;
	border-radius: 50%;
	height: 250px;
	padding: 27px 20px;
	width: 250px;
	margin-top: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .city-right-bg,
	.component-car-header .city-panel .city-right-bg {
		margin: 20px 0 0 20px
	}
}

.component-header .city-panel .save-big,
.component-car-header .city-panel .save-big {
	font-size: 20px;
	color: #fff;
	text-align: center
}

.component-header .city-panel .city-name,
.component-car-header .city-panel .city-name {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 6px
}

.component-header .city-panel .city-depart,
.component-car-header .city-panel .city-depart {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 4px
}

.component-header .city-panel .super-saver,
.component-car-header .city-panel .super-saver {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	margin-top: 17px
}

.component-header .city-panel .city-price,
.component-car-header .city-panel .city-price {
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 3px
}

.component-header .city-panel .city-price span,
.component-car-header .city-panel .city-price span {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 700
}

.component-header .city-panel .city-date,
.component-car-header .city-panel .city-date {
	color: #fff;
	text-align: center;
	font-size: 14px
}

.component-header .city-panel .fa-arrow,
.component-car-header .city-panel .fa-arrow {
	color: #fff;
	text-align: center
}

.component-header .city-panel .fa-arrow .fa-arrow-circle-o-right,
.component-car-header .city-panel .fa-arrow .fa-arrow-circle-o-right {
	color: #fff;
	font-size: 33px
}

.component-header .city-panel .city-right-bg,
.component-car-header .city-panel .city-right-bg {
	padding: 27px 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .city-panel .city-right-bg,
	.component-car-header .city-panel .city-right-bg {
		margin: 20px 0 0 20px
	}
}

.component-header .promotional-offer,
.component-car-header .promotional-offer {
	position: absolute;
	top: 70px;
	z-index: 2;
	color: #fff;
	width: 100%
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .promotional-offer,
	.component-car-header .promotional-offer {
		padding: 0 0 5px;
		position: absolute
	}
}

.component-header .promotional-offer .promotional-offer-bg,
.component-car-header .promotional-offer .promotional-offer-bg {
	padding: 18px 0;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .promotional-offer .promotional-offer-bg,
	.component-car-header .promotional-offer .promotional-offer-bg {
		margin: 20px 0 0
	}
}

.component-header .promotional-offer .pro-city-name,
.component-car-header .promotional-offer .pro-city-name {
	font-size: 56px;
	font-weight: 700;
	line-height: 60px
}

.component-header .promotional-offer .offer-line,
.component-car-header .promotional-offer .offer-line {
	border-top: #fff 1px solid;
	width: 318px;
	margin: 0 auto
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .promotional-offer .offer-line,
	.component-car-header .promotional-offer .offer-line {
		width: 280px
	}
}

.component-header .promotional-offer .pro-fly-to,
.component-car-header .promotional-offer .pro-fly-to {
	font-size: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #005dba;
	line-height: 35px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .promotional-offer .pro-fly-to,
	.component-car-header .promotional-offer .pro-fly-to {
		letter-spacing: 3px
	}
}

.component-header .promotional-offer .pro-fare,
.component-car-header .promotional-offer .pro-fare {
	font-size: 53px;
	font-weight: 700
}

.component-header .promotional-offer .pro-oneway,
.component-car-header .promotional-offer .pro-oneway {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px
}

.component-header .promotional-offer .offer-line1,
.component-car-header .promotional-offer .offer-line1 {
	border-top: #fff 1px solid;
	width: 220px;
	margin: 0 auto
}

.component-header .promotional-offer .pro-date,
.component-car-header .promotional-offer .pro-date {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 25px
}

.component-header .nav-label-one,
.component-car-header .nav-label-one {
	display: none;
	background: #122a44;
	font-size: 12px;
	padding: 5px 0;
	position: absolute;
	top: 0;
	width: 100%
}

.component-header .nav-label-one li,
.component-car-header .nav-label-one li {
	display: inline;
	color: #fff
}

.component-header .nav-label-one li .fa-android,
.component-car-header .nav-label-one li .fa-android {
	color: #fff;
	font-size: 13px
}

.component-header .nav-label-one li .fa-apple,
.component-car-header .nav-label-one li .fa-apple {
	color: #fff;
	font-size: 13px
}

.component-header .input-group-addon>i,
.component-car-header .input-group-addon>i {
	color: #005dba;
	font-size: 23px;
	margin: 0 -6px
}

.component-header .input-lg,
.component-car-header .input-lg {
	font-size: 14px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important
}

@media(min-width:1024px)and (max-width:1199px) {

	.component-header .input-lg,
	.component-car-header .input-lg {
		font-size: 13px
	}
}

.component-header .hotel-input,
.component-car-header .hotel-input {
	font-size: 18px
}

.component-header .component-header-img,
.component-car-header .component-header-img {
	height: 350px;
	background-color: #005dba;
	background-position: center top;
	background-repeat: no-repeat
}

.component-header .promotional-tnc,
.component-car-header .promotional-tnc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 6
}

.component-header .promotional-tnc .mobile-tnc-popup,
.component-car-header .promotional-tnc .mobile-tnc-popup {
	background: #fff;
	padding: 10px;
	font-size: 11px;
	color: #5e5e5e;
	position: absolute;
	top: 190px;
	width: 92%;
	left: 4%
}

.component-header .promotional-tnc .mobile-tnc-popup .close-btn,
.component-car-header .promotional-tnc .mobile-tnc-popup .close-btn {
	font-size: 16px;
	text-align: right;
	margin: 0 0 10px 10px;
	padding: 8px
}

.component-header .component-header-payment,
.component-car-header .component-header-payment {
	margin-bottom: 0;
	background: #333
}

.component-header .component-header-payment img,
.component-car-header .component-header-payment img {
	opacity: .5;
	margin-top: 0
}

.component-header .component-header-payment .static-head,
.component-car-header .component-header-payment .static-head {
	position: absolute;
	top: 30%;
	color: #fff;
	font-size: 36px;
	text-align: center;
	width: 100%;
	z-index: 1
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .component-header-payment .static-head,
	.component-car-header .component-header-payment .static-head {
		top: 20%;
		font-size: 20px
	}
}

.component-header .component-country-flags,
.component-car-header .component-country-flags {
	background: #fff;
	padding: 15px;
	overflow: hidden
}

.component-header .component-navigation h3,
.component-car-header .component-navigation h3 {
	color: #333;
	font-size: 22px
}

.component-header .component-navigation .dropdown-menu,
.component-car-header .component-navigation .dropdown-menu {
	min-width: auto;
	left: auto;
	right: 0;
	border-radius: 3px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .component-navigation .dropdown-menu,
	.component-car-header .component-navigation .dropdown-menu {
		right: initial;
		min-width: 100%
	}
}

.header-content-block .tcap {
	text-transform: capitalize
}

.mobile-banner-wrapper {
	position: relative
}

.mobile-banner-wrapper img {
	width: 100%
}

.mobile-banner-wrapper h1 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 20px
}

@media(max-width:365px) {
	.mobile-banner-wrapper h1 {
		font-size: 14px
	}
}

.mobile-banner-wrapper h1 .tcap {
	text-transform: capitalize
}

.subscribe-mobile-box {
	background: #e3ffef;
	border: 2px solid #009f45;
	color: #009f45;
	padding: 6px 10px;
	font-size: 13px;
	margin: -1px -15px -5px;
	font-weight: 700
}

@media(max-width:365px) {
	.subscribe-mobile-box {
		font-size: 11px
	}
}

.subscribe-mobile-box span {
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px
}

.subscribe-mobile-box a {
	float: right;
	right: 0;
	background: #009f45;
	color: #fff;
	padding: 6px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 10px
}

.disableReturnDate {
	opacity: .5
}

.component-search .maincalulation {
	cursor: pointer
}

.component-search .hotel-bnr-head {
	position: absolute;
	top: 126px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	width: 100%;
	z-index: 1;
	text-transform: uppercase
}

.component-search .hotel-bnr-head span {
	color: #d86b1d
}

.component-search .hotel-bnr-head p {
	font-size: 20px;
	color: #ccc
}

.component-search .hotel-bnr-eng {
	margin-top: 50px
}

.component-search .component-search-engine {
	padding: 15px
}

.component-search .component-search-engine .hotel-eng-bg {
	width: 1007px;
	background: #fff;
	padding: 5px 0 0 16px;
	height: 107px;
	margin: 49px 0 0 71px
}

.component-search .component-search-engine .hotel-eng-bg .hotel-search-desti {
	color: #000;
	font-size: 17px;
	padding: 7px 0 0 42px;
	background: url(../../../assets/location-icon.png) 18px 8px no-repeat
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search .component-search-engine {
		top: 80px;
		width: auto;
		left: initial;
		margin-left: auto;
		padding: 0
	}
}

.component-search .component-search-engine.search-for-home .list-one {
	border-bottom: 1px dotted #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search .component-search-engine.search-for-home .list-one {
		text-align: center
	}
}

.component-search .component-search-engine.search-for-home .list-one .cff-list-tab {
	padding: 7px 15px;
	background: #fff;
	cursor: pointer
}

.component-search .component-search-engine.search-for-home .list-one .cff-list-tab:first-child {
	border-top-left-radius: 3px
}

.component-search .component-search-engine.search-for-home .list-one .cff-list-tab.active {
	background: #005dba;
	color: #fff
}

.component-search .component-search-engine .list-inline {
	margin-left: 0;
	font-weight: 600;
	font-size: 13px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search .component-search-engine .list-inline3 {
		padding-left: 0 !important
	}
}

.component-search .component-search-engine .preFerredAirline {
	margin-right: 0
}

.component-search .component-search-engine .city-airport ul.list-inline li a {
	text-decoration: underline
}

.component-search .component-search-engine .city-airport ul.list-inline li a:hover {
	text-decoration: none
}

.component-search .component-search-engine .form-control[readonly],
.component-search .component-search-engine fieldset[disabled] {
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-search .component-search-engine .form-control[readonly],
	.component-search .component-search-engine fieldset[disabled] {
		padding-left: 0
	}
}

.component-search .component-search-engine .error {
	background: #ffffb7
}

.component-search .search-panel {
	position: absolute;
	top: 200px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
	color: #fff
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-search .search-panel {
		top: 100px;
		width: 100%;
		left: auto;
		margin: 0 auto
	}
}

.component-search .search-panel .hotel-des-search {
	width: 46%
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search .search-panel {
		width: 100%;
		left: 0;
		top: 100px;
		margin-left: 0
	}
}

.component-search .search-panel [class*=col-md] {
	padding-left: 2px;
	padding-right: 2px
}

.component-search .search-panel [class*=col-md] .input-lg {
	padding-left: 0;
	box-shadow: none;
	color: #333
}

.component-search .search-panel .col-md-1 {
	width: 5.2%
}

.component-search .search-panel .col-md-1 .search-flights {
	padding: 12px 26px 12px 27px;
	font-size: 15px
}

.component-search .search-panel .col-md-2 {
	width: 15.2%
}

.component-search .search-panel .col-md-4 {
	width: 30.4%
}

.component-search .search-panel-xs {
	position: absolute;
	top: 60px;
	width: auto;
	left: auto;
	margin: 0;
	z-index: 2;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search .search-panel-xs {
		top: 80px
	}
}

.component-search .search-panel-xs .list-two {
	padding-bottom: 6px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search .search-panel-xs .list-two {
		margin-left: 15px
	}
}

.component-search .search-panel-xs .padd-right-5 {
	padding-right: 5px
}

.component-search .search-panel-xs .padd-left-5 {
	padding-left: 5px
}

.component-search .search-panel-xs [class*=col-md] {
	padding-top: 5px;
	padding-bottom: 5px
}

.component-search .search-panel-xs [class*=col-md] .input-lg {
	padding-left: 0
}

.component-search .search-panel-xs .col-md-1 .search-flights {
	padding: 10px 19px 10px 20px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search .input-group {
		width: 100%
	}

	.component-search .input-group .search-flights {
		width: 100%
	}
}

.component-search .dropdown-menu {
	width: 260px;
	padding: 15px 0 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search .dropdown-menu {
		bottom: 100%;
		top: initial
	}
}

.component-search .dropdown-menu a:hover {
	background: 0 0
}

.component-search .dropdown-menu .subIcon,
.component-search .dropdown-menu .addIcon {
	background: #eee
}

.component-search .dropdown-menu .input-group-addon.name {
	width: 130px;
	text-align: left
}

.component-search [class*=col-xs] {
	padding-top: 5px;
	padding-bottom: 5px
}

.travelerClose {
	width: 100% !important;
	margin-bottom: 0 !important;
	font-size: 16px
}

.component-search-listpage .travelerClose {
	font-size: 12px;
	color: #333;
	cursor: pointer;
	background-color: #005dba;
	border: none;
	color: #fff;
	margin-bottom: 5px;
	width: 100%
}

.component-search-listpage .travelerClose .hotel-des-search1 {
	width: 47.3%
}

.component-search-listpage .preFerredAirline {
	margin-right: 0
}

.component-search-listpage #airlineDiv {
	margin-right: 0
}

@media(max-width:1023px) {
	.component-search-listpage #airlineDiv {
		margin-top: 15px
	}
}

.component-search-listpage .city-airport ul.list-inline li a {
	text-decoration: underline;
	color: #fff
}

.component-search-listpage .city-airport ul.list-inline li a:hover {
	text-decoration: none;
	color: #005dba
}

.component-search-listpage .component-search-engine {
	padding: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search-listpage .component-search-engine {
		width: 100%
	}
}

.component-search-listpage .component-search-engine.small-bg-home {
	background-color: #21356e;
	padding: 15px 15px 10px
}

.component-search-listpage .component-search-engine.bg-home {
	background-color: #21356e;
	padding: 10px 0 1px
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-search-listpage .component-search-engine.bg-home {
		padding: 10px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search-listpage .component-search-engine.bg-home {
		padding: 10px 0;
		background-color: #21356e
	}
}

.component-search-listpage .component-search-engine.search-for-listing .list-one {
	border-bottom: 1px dotted #333
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search-listpage .component-search-engine.search-for-listing .list-one {
		text-align: center
	}
}

.component-search-listpage .component-search-engine.search-for-listing .list-one .cff-list-tab {
	padding-top: 15px;
	padding-bottom: 15px
}

.component-search-listpage .component-search-engine .list-inline {
	margin-left: 0;
	color: #fff;
	font-weight: 600;
	font-size: 13px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search-listpage .component-search-engine .list-inline {
		padding-left: 0 !important
	}
}

.component-search-listpage .component-search-engine .form-control[readonly],
.component-search-listpage .component-search-engine fieldset[disabled] {
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-search-listpage .component-search-engine .form-control[readonly],
	.component-search-listpage .component-search-engine fieldset[disabled] {
		padding-left: 0
	}
}

.component-search-listpage .component-search-engine .form-control:focus {
	box-shadow: none;
	-wekit-box-shadow: none
}

.component-search-listpage .component-search-engine .error {
	background: #ffffb7
}

.component-search-listpage .small-bg-home .input-group-addon {
	padding: 6px 9px !important
}

.component-search-listpage .small-bg-home .input-group .form-control {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.component-search-listpage .search-panel [class*=col-md] .input-lg {
	padding-left: 0
}

.component-search-listpage .search-panel [class*=col-md] .small-input-lg {
	padding-left: 0;
	height: 35px;
	line-height: 20px;
	font-size: 12px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-search-listpage .search-panel [class*=col-md] .small-input-lg {
		padding-left: 0;
		font-size: 11px
	}
}

.component-search-listpage .search-panel .col-md-1 {
	width: 5.2%
}

.component-search-listpage .search-panel .col-md-1 .search-flights {
	padding: 12px 19px 12px 20px;
	font-size: 15px
}

.component-search-listpage .search-panel .col-md-2 {
	width: 15.2%
}

.component-search-listpage .search-panel .col-md-4 {
	width: 30.4%
}

.component-search-listpage .search-panel-xs {
	width: auto;
	margin-left: auto;
	background: rgba(0, 0, 0, .3)
}

.component-search-listpage .search-panel-xs .list-two {
	padding-bottom: 6px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search-listpage .search-panel-xs .list-two {
		margin-left: 15px
	}
}

.component-search-listpage .search-panel-xs .padd-right-5 {
	padding-right: 5px
}

.component-search-listpage .search-panel-xs .padd-left-5 {
	padding-left: 5px
}

.component-search-listpage .search-panel-xs [class*=col-md] {
	padding-top: 5px;
	padding-bottom: 5px
}

.component-search-listpage .search-panel-xs [class*=col-md] .input-lg {
	padding-left: 0
}

.component-search-listpage .search-panel-xs .col-md-1 .search-flights {
	padding: 12px 19px 11px 20px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search-listpage .input-group {
		width: 100%
	}

	.component-search-listpage .input-group .search-flights {
		width: 100%
	}
}

.component-search-listpage .dropdown-menu {
	width: 260px;
	padding: 15px 0 0 0
}

.component-search-listpage .dropdown-menu a:hover {
	background: 0 0
}

.component-search-listpage .dropdown-menu .subIcon,
.component-search-listpage .dropdown-menu .addIcon {
	background: #eee
}

.component-search-listpage .dropdown-menu .input-group-addon.name {
	width: 130px;
	text-align: left
}

.component-search-listpage [class*=col-xs] {
	padding-top: 5px;
	padding-bottom: 5px
}

.toll-free {
	font-size: 16px;
	font-weight: 700;
	font-family: arial;
	letter-spacing: 1px
}

@media(max-width:767px) {
	.toll-free {
		font-size: 12px
	}
}

.toll-free-mobile {
	z-index: 999;
	font-size: 12px;
	padding: 0;
	height: 34px;
	line-height: 34px;
	color: #222;
	white-space: nowrap;
	background: #f8d630
}

@media(max-width:365px) {
	.toll-free-mobile {
		font-size: 11px
	}
}

.toll-free-mobile a {
	color: #222;
	font-weight: 700
}

.toll-free-mobile .row {
	margin-left: -8px;
	margin-right: -8px
}

.toll-free-mobile .row .col-xs-6 {
	padding: 0 8px
}

.android a {
	font-size: 22px !important
}

.src-input {
	width: 100%
}

.src-input .class-field {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px
}

.driverage {
	font-size: 14px;
	margin: 0;
	position: absolute;
	z-index: 1
}

@media(max-width:1199px) {
	.driverage {
		right: 0;
		margin: 15px 0
	}
}

@media(max-width:1023px) {
	.driverage {
		margin: 6px 0
	}
}

@media(max-width:767px) {
	.driverage {
		position: relative;
		margin: 4px 0;
		font-size: 13px
	}
}

.src-input .fa-wheelchair::before {
	content: url(../../../assets/svg/cabin.svg)
}

.src-input .fa-wheelchair2::before {
	content: url(../../../assets/svg/cabin2.svg)
}

#flightSearch input[type=text] {
	color: #333;
	padding: 7px 20px 7px 30px;
	box-shadow: none;
	border: 1px solid #ccc7c7;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px
}

#flightSearch input[type=text]:focus {
	border: 1px solid #005dba
}

#flightSearch select:focus {
	border: 1px solid #005dba;
	outline: none
}

@media(max-width:767px) {
	#flightSearch select:focus {
		border: 1px solid #005dba
	}
}

#flightSearch .src-input .location-icon,
#flightSearch .src-input .calender-icon {
	position: absolute;
	left: 6px;
	top: 18px;
	font-size: 20px;
	color: #005dba;
	pointer-events: none;
	width: 24px;
	text-align: center
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	#flightSearch .src-input .location-icon,
	#flightSearch .src-input .calender-icon {
		left: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#flightSearch .src-input .location-icon,
	#flightSearch .src-input .calender-icon {
		left: 20px
	}
}

#flightSearch .src-input .calender-icon {
	font-size: 20px;
	color: #999;
	pointer-events: none
}

#flightSearch .src-input input[type=text]:focus~.location-icon,
#flightSearch .src-input input[type=text]:focus~.calender-icon {
	color: #005dba
}

#flightSearch.src-input input[type=text]:focus {
	box-shadow: none
}

#flightSearch .src-input .input_cont:focus::-moz-placeholder {
	color: #333
}

#searchHotel input[type=text] {
	color: #333;
	padding: 7px 20px 7px 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: none;
	border: 1px solid #ccc7c7;
	border-radius: 6px
}

#searchHotel input[type=text]:focus {
	border: 1px solid #005dba
}

#searchHotel .src-input .location-icon,
#searchHotel .src-input .calender-icon {
	position: absolute;
	left: 6px;
	top: 18px;
	font-size: 20px;
	color: #005dba;
	pointer-events: none;
	width: 24px;
	text-align: center
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	#searchHotel .src-input .location-icon,
	#searchHotel .src-input .calender-icon {
		left: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#searchHotel .src-input .location-icon,
	#searchHotel .src-input .calender-icon {
		left: 20px
	}
}

#searchHotel .src-input .calender-icon {
	font-size: 20px;
	color: #999;
	pointer-events: none
}

#searchHotel .src-input input[type=text]:focus~.location-icon,
#searchHotel .src-input input[type=text]:focus~.calender-icon {
	color: #005dba
}

#searchHotel.src-input input[type=text]:focus {
	box-shadow: none
}

#searchHotel .src-input :focus::-moz-placeholder {
	color: #333
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.pos-left {
		left: 10px !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.pos-left {
		left: 10px !important
	}
}

.travelerOpen .dropdown-menu input.form-control {
	padding: 0 !important;
	text-align: center
}

.travelerOpen .drop-errow {
	position: static
}

.travelerOpen .drop-errow2 {
	position: static
}

.travelerOpen .fa-user {
	font-size: 20px !important;
	line-height: 26px
}

.src-input .fa-calendar {
	font-size: 20px !important;
	line-height: 24px
}

.drop-errow {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.drop-errow:before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	pointer-events: none;
	right: 2px;
	top: 2px;
	background: #fff;
	padding: 11px 6px 0 4px;
	height: calc(100% - 4px)
}

select::-ms-expand {
	display: none
}

.drop-errow2 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.drop-errow2:before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	pointer-events: none;
	right: 8px;
	top: 10px
}

.travelerOpen .dropdown-menu ul input {
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
	width: 40px;
	border: 0 !important
}

.travelerOpen .dropdown-menu ul input:focus {
	padding: 0 !important;
	text-align: center;
	width: 40px;
	border: 0 !important
}

.travelerOpen .dropdown-menu ul {
	padding-right: 10px
}

.class-type {
	padding-left: 35px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 2px
}

.class-type2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select.input-lg {
	line-height: inherit !important;
	border-radius: 6px;
	border: 1px solid #ccc
}

@media(max-width:1023px) {
	.modify-search {
		width: 100%;
		top: 0;
		padding-top: 60px;
		position: absolute;
		z-index: 9;
		height: 100vh;
		transition: all .5s ease 0s
	}
}

@media(max-width:767px) {
	.modify-search {
		padding-top: 20px
	}
}

.coupon-bg {
	background: #ffce00;
	color: #594800;
	padding: 10px 0;
	line-height: 18px;
	font-size: 16px;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s
}

.coupon-bg:hover {
	color: #000
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-bg {
		padding: 7px 0;
		font-size: 14px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.dis-block {
		display: block
	}
}

#close {
	float: right;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	line-height: 18px
}

#close:hover {
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#close {
		font-size: 14px;
		line-height: 34px
	}
}

#close .fa-times-circle {
	font-size: 18px;
	display: inline-block
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#close .fa-times-circle {
		font-size: 16px
	}
}

.travelerdropdown {
	display: none
}

.travelerdropdown.open {
	display: block
}

.glyphicon-minus-sign,
.glyphicon-plus-sign {
	cursor: pointer
}

.ui-datepicker {
	z-index: 11 !important
}

.src-pad-hide #searchPad {
	display: none
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent !important
}

.navbar-default .navbar-nav>.open>a {
	background: 0 0 !important
}

#fvpp-blackout {
	display: block;
	z-index: 12;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .4
}

#my-welcome-message {
	display: none;
	z-index: 13;
	position: fixed;
	width: auto;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -300px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#my-welcome-message {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		left: 0;
		padding: 10px;
		top: 25%
	}
}

a#fvpp-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff !important;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	opacity: 1 !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	a#fvpp-close {
		top: 10px;
		right: 10px
	}
}

a#fvpp-close:hover {
	color: #ffc000 !important
}

a#fvpp-close:focus {
	color: #ffc000 !important
}

.dot span {
	font-size: 50px;
	line-height: 0;
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	font-family: Georgia
}

.dot span:nth-child(2) {
	animation-delay: .2s
}

.dot span:nth-child(3) {
	animation-delay: .4s
}

@keyframes blink {
	0% {
		opacity: .2
	}

	20% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

.coupon-apply {
	position: absolute;
	margin-left: 32%;
	margin-top: -130px;
	position: absolute
}

.coupon-apply .content {
	background: #ffd200;
	border: 1px solid #ffd200;
	padding: 10px 20px 15px;
	font-size: 14px;
	width: 340px;
	color: #333
}

.coupon-apply .content .btn-apply {
	font-size: 14px;
	background: #f65b63;
	color: #fff;
	padding: 2px 20px;
	margin-top: 5px;
	float: right;
	cursor: pointer
}

.coupon-apply .content .btn-apply:hover {
	background: #333;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-apply .content .btn-apply {
		width: 66px;
		height: 46px;
		line-height: 40px;
		margin-top: -23px;
		background: #ffd200;
		color: #333
	}

	.coupon-apply .content .btn-apply:hover {
		background: #f65b63;
		color: #fff
	}

	.coupon-apply .content .btn-apply:focus {
		background: #f65b63;
		color: #fff
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-apply .content {
		background: 0 0;
		padding: 6px 0 6px 10px;
		color: #ffd200;
		width: 100%;
		font-size: 12px
	}
}

.coupon-apply .content:before {
	content: "";
	font-family: FontAwesome;
	left: 170px;
	font-size: 30px;
	position: absolute;
	bottom: -18px;
	color: #ffd200
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-apply .content:before {
		font-size: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.coupon-apply {
		margin-top: -185px;
		margin-left: 28%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-apply {
		position: relative;
		margin: 10px 0
	}
}

.coupon-apply .coupon-close {
	position: absolute;
	right: -13px;
	top: -13px;
	font-size: 12px;
	text-shadow: none;
	opacity: 1;
	background: #000 !important;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	color: #fff;
	z-index: 5;
	line-height: 26px;
	text-align: center;
	cursor: pointer
}

.coupon-apply .coupon-close:hover {
	background: #005dba !important
}

.coupon-apply .coupon-close:focus {
	background: #005dba !important
}

.coupon-txt {
	position: absolute;
	margin-left: 38%;
	margin-top: -87px;
	position: absolute
}

.coupon-txt .apply-txt {
	border: 1px solid #ffd200;
	padding: 5px 10px;
	font-size: 14px;
	txt-align: center;
	font-weight: 400;
	color: #ffd200
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-txt .apply-txt {
		text-align: center
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.coupon-txt {
		margin-top: -150px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.coupon-txt {
		position: relative;
		margin: 10px 0
	}
}

.result-coupon-txt {
	position: absolute;
	margin-left: 38%;
	margin-top: 0;
	position: absolute
}

.result-coupon-txt .apply-txt {
	border: 1px solid #ffd200;
	background: #ffd200;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-coupon-txt .apply-txt {
		margin-left: 40px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.result-coupon-txt {
		margin-top: 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-coupon-txt {
		position: relative;
		margin: 10px 0
	}
}

.gift-img {
	vertical-align: middle;
	position: absolute;
	margin-left: -55px;
	margin-top: -10px;
	width: 35px;
	height: 35px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.gift-img {
		position: relative;
		float: left;
		margin: -10px 0 0
	}
}

#searchEngine .tab-pane {
	background: 0 0;
	display: none;
	transition: all .5s
}

#searchEngine .tab-pane.in {
	display: block;
	transition: all .5s
}

#searchEngine.destination.rome {
	background-image: url(../../../assets/car-images/destination/rome/banner.jpg);
	background-size: cover
}

#searchEngine.destination.rome .exclusive-deal {
	display: block
}

#searchEngine.destination.orlando {
	background-image: url(../../../assets/car-images/destination/orlando/banner.jpg);
	background-size: cover
}

#searchEngine.destination.orlando .exclusive-deal {
	display: block
}

#searchEngine.destination.denver {
	background-image: url(../../../assets/car-images/destination/denver/banner.jpg);
	background-size: cover
}

#searchEngine.destination.denver .exclusive-deal {
	display: block
}

#searchEngine.destination.madrid {
	background-image: url(../../../assets/car-images/destination/madrid/banner.jpg);
	background-size: cover
}

#searchEngine.destination.madrid .exclusive-deal {
	display: block
}

#searchEngine.destination.dublin {
	background-image: url(../../../assets/car-images/destination/dublin/banner.jpg);
	background-size: cover
}

#searchEngine.destination.dublin .exclusive-deal {
	display: block
}

#searchEngine.destination.nyc {
	background-image: url(../../../assets/car-images/destination/newyork/banner.jpg);
	background-size: cover
}

#searchEngine.destination.nyc .exclusive-deal {
	display: block
}

#searchEngine.destination.london {
	background-image: url(../../../assets/car-images/destination/london/banner.jpg);
	background-size: cover
}

#searchEngine.destination.london .exclusive-deal {
	display: block
}

#searchEngine.destination.los-angeles {
	background-image: url(../../../assets/car-images/destination/los-angeles/banner.jpg);
	background-size: cover
}

#searchEngine.destination.los-angeles .exclusive-deal {
	display: block
}

#searchEngine.destination.las-vegas {
	background-image: url(../../../assets/car-images/destination/las-vegas/banner.jpg);
	background-size: cover
}

#searchEngine.destination.las-vegas .exclusive-deal {
	display: block
}

#searchEngine.destination.chicago {
	background-image: url(../../../assets/car-images/destination/chicago/banner.jpg);
	background-size: cover
}

#searchEngine.destination.chicago .exclusive-deal {
	display: block
}

#searchEngine.destination.tampa {
	background-image: url(../../../assets/car-images/destination/tampa/banner.jpg);
	background-size: cover
}

#searchEngine.destination.tampa .exclusive-deal {
	display: block
}

#searchEngine.destination.phoenix {
	background-image: url(../../../assets/car-images/destination/phoenix/banner.jpg);
	background-size: cover
}

#searchEngine.destination.phoenix .exclusive-deal {
	display: block
}

#searchEngine.destination.houston {
	background-image: url(../../../assets/car-images/destination/houston/banner.jpg);
	background-size: cover
}

#searchEngine.destination.houston .exclusive-deal {
	display: block
}

#searchEngine.destination.toronto {
	background-image: url(../../../assets/car-images/destination/toronto/banner.jpg);
	background-size: cover
}

#searchEngine.destination.toronto .exclusive-deal {
	display: block
}

#searchEngine.destination.fort-lauderdale {
	background-image: url(../../../assets/car-images/destination/fort-lauderdale/banner.jpg);
	background-size: cover
}

#searchEngine.destination.fort-lauderdale .exclusive-deal {
	display: block
}

#searchEngine.destination.myrtle-beach {
	background-image: url(../../../assets/car-images/destination/myrtle-beach/banner.jpg);
	background-size: cover
}

#searchEngine.destination.myrtle-beach .exclusive-deal {
	display: block
}

#searchEngine.destination.seattle {
	background-image: url(../../../assets/car-images/destination/seattle/banner.jpg);
	background-size: cover
}

#searchEngine.destination.seattle .exclusive-deal {
	display: block
}

#searchEngine.destination.atlanta {
	background-image: url(../../../assets/car-images/destination/atlanta/banner.jpg);
	background-size: cover
}

#searchEngine.destination.atlanta .exclusive-deal {
	display: block
}

#searchEngine.destination.miami {
	background-image: url(../../../assets/car-images/destination/miami/banner.jpg);
	background-size: cover
}

#searchEngine.destination.miami .exclusive-deal {
	display: block
}

#searchEngine.destination.san-diego {
	background-image: url(../../../assets/car-images/destination/san-diego/banner.jpg);
	background-size: cover
}

#searchEngine.destination.san-diego .exclusive-deal {
	display: block
}

#searchEngine.destination.calgary {
	background-image: url(../../../assets/car-images/destination/calgary/banner.jpg);
	background-size: cover
}

#searchEngine.destination.calgary .exclusive-deal {
	display: block
}

#searchEngine.destination.newark {
	background-image: url(../../../assets/car-images/destination/newark/banner.jpg);
	background-size: cover
}

#searchEngine.destination.newark .exclusive-deal {
	display: block
}

#searchEngine.destination.edmonton {
	background-image: url(../../../assets/car-images/destination/edmonton/banner.jpg);
	background-size: cover
}

#searchEngine.destination.edmonton .exclusive-deal {
	display: block
}

#searchEngine.destination.philadelphia {
	background-image: url(../../../assets/car-images/destination/philadelphia/banner.jpg);
	background-size: cover
}

#searchEngine.destination.philadelphia .exclusive-deal {
	display: block
}

#searchEngine.destination.vancouver {
	background-image: url(../../../assets/car-images/destination/vancouver/banner.jpg);
	background-size: cover
}

#searchEngine.destination.vancouver .exclusive-deal {
	display: block
}

#searchEngine.destination.san-antonio {
	background-image: url(../../../assets/car-images/destination/san-antonio/banner.jpg);
	background-size: cover
}

#searchEngine.destination.san-antonio .exclusive-deal {
	display: block
}

#searchEngine.destination.raleigh {
	background-image: url(../../../assets/car-images/destination/raleigh/banner.jpg);
	background-size: cover
}

#searchEngine.destination.raleigh .exclusive-deal {
	display: block
}

#searchEngine.destination.san-francisco {
	background-image: url(../../../assets/car-images/destination/san-francisco/banner.jpg);
	background-size: cover
}

#searchEngine.destination.san-francisco .exclusive-deal {
	display: block
}

#searchEngine.destination.dallas {
	background-image: url(../../../assets/car-images/destination/dallas/banner.jpg);
	background-size: cover
}

#searchEngine.destination.dallas .exclusive-deal {
	display: block
}

#searchEngine.destination.supplier {
	background-image: url(../../../assets/car-images/car-carousel0.jpg);
	background-position: center center;
	background-size: cover
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#searchEngine.destination {
		background: #005dba
	}
}

.header-section {
	padding: 0;
	min-height: 450px;
	background: rgba(0, 0, 0, .3)
}

.header-section .header-background {
	padding: 50px 0 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.header-section .header-background {
		background-position: -400px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.header-section .header-background {
		background-position: -500px 0
	}
}

@media(max-width:767px) {
	.header-section .header-background {
		padding: 10px 0;
		min-height: 440px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.header-section {
		min-height: 440px
	}
}

.no-padding {
	padding: 0
}

.pad03px {
	padding: 0 4px
}

@media(max-width:1023px) {
	.pad03px {
		margin: 5px 0
	}
}

.search-icon {
	color: #005dba;
	font-size: 22px;
	left: 6px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 24px
}

.search-icon.dash {
	top: 7px;
	left: -7px;
	color: #a7a0a0
}

.flight-search {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}

.flight-search i {
	display: none
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.flight-search {
		margin-bottom: 10px
	}
}

.flight-search:hover {
	color: #fff;
	background: #005dba;
	border: 1px solid #005dba
}

.flight-search:focus {
	color: #fff;
	background: #005dba;
	border: 1px solid #005dba
}

.flight-search-modify {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	text-shadow: none;
	font-size: 12px;
	font-weight: 700;
	height: 46px;
	line-height: 46px;
	width: 100%
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.flight-search-modify {
		margin-bottom: 60px
	}
}

.flight-search-modify:hover {
	color: #fff;
	background: #005dba;
	border: 1px solid #005dba
}

.flight-search-modify:focus {
	color: #fff;
	background: #005dba;
	border: 1px solid #005dba
}

.list-one {
	border-radius: 2px
}

.list-one .cff-list-tab {
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 28px;
	cursor: pointer;
	float: left;
	border-right: 1px solid #a6a6a6
}

@media(max-width:767px) {
	.list-one .cff-list-tab {
		padding: 7px 20px
	}
}

@media(max-width:479px) {
	.list-one .cff-list-tab {
		padding: 7px 12px;
		font-size: 13px
	}
}

.list-one .cff-list-tab.active,
.list-one .cff-list-tab:hover {
	background: #005dba;
	color: #fff
}

.list-one .cff-list-tab.active a,
.list-one .cff-list-tab:hover a {
	color: #fff
}

.list-one .cff-list-tab:last-child {
	border-right: none;
	border-top-right-radius: 3px
}

.trip-type ul li {
	font-size: 14px;
	color: #fff;
	float: left;
	margin-right: 20px
}

.trip-tab ul li {
	float: left;
	margin-right: 20px
}

.adva-option,
.drop-off-loc,
.adva-option:hover,
.drop-off-loc:hover,
.adva-option:focus,
.drop-off-loc:focus {
	font-size: 14px;
	text-decoration: none
}

.adva-option:hover,
.drop-off-loc:hover,
.adva-option:focus,
.drop-off-loc:focus {
	text-decoration: underline
}

.mtp-10 {
	margin-top: 10px
}

.mbt-10 {
	margin-bottom: 10px
}

.pdlt-30 {
	padding-left: 30px
}

.pd0 {
	padding: 0
}

.cloc {
	position: absolute;
	top: 13px;
	left: 10px;
	color: #005dba;
	font-size: 20px
}

.javengine-txt {
	padding: 10px 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.javengine-txt {
		padding: 5px 0 10px
	}
}

.javengine-txt #error p {
	background: #f5f5e0;
	color: #005dba;
	padding: 7px;
	border: 1px solid #f1f188
}

.javengine-txt a {
	text-decoration: none
}

@media(max-width:767px) {
	.javengine-txt a {
		font-size: 12px
	}
}

@media(max-width:365px) {
	.javengine-txt a {
		font-size: 10px
	}
}

.javengine-txt a:hover {
	text-decoration: underline
}

.javengine-txt span {
	font-weight: 400
}

.list-two .inputSet2 span {
	color: #fff;
	font-size: 14px
}

.date-picker {
	background: #fff !important
}

#person,
#guestform {
	background: #fff !important;
	cursor: pointer
}

.input-group-addon.name {
	text-align: left;
	width: 80%
}

.dropdown-menu .form-group .input-group input {
	background: #fff
}

#error {
	color: #ffd900;
	font-weight: 700
}

.inner-hotel-engine-bg {
	background: #21356e;
	clear: both;
	padding: 10px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.inner-hotel-engine-bg {
		padding: 10px 0
	}
}

.inner-engine-bg {
	background: #21356e;
	clear: both;
	padding: 10px 0;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.inner-engine-bg {
		padding: 10px 15px
	}
}

.inner-engine-bg .flight-search {
	background: #005dba;
	border: 1px solid #005dba
}

.inner-engine-bg .javengine-txt a {
	color: #fff
}

.inner-engine-bg #flightSearch input[type=text] {
	border: 1px solid #fff
}

.inner-engine-bg .adva-option {
	color: #fff
}

.inner-engine-bg .info-tooltip-icon {
	color: #fff;
	border-color: #fff
}

.change-search {
	color: #ffd200;
	margin-bottom: 10px
}

.traveller-input-set {
	width: 50px !important;
	padding: 10px !important;
	text-align: center !important
}

.javengine-txt #unAccompanied {
	margin-right: -21px;
	float: right
}

@media(max-width:1199px) {
	.javengine-txt #unAccompanied {
		margin: 0
	}
}

#unaccompaniedText .close {
	position: absolute;
	right: 5px;
	top: 0;
	color: #666;
	opacity: .7
}

.search_history {
	border: 0;
	left: 0 !important;
	padding: 0;
	width: 330px
}

.histry {
	padding: 0 !important
}

.search_history a {
	border-bottom: 1px dashed #999;
	float: left;
	height: auto;
	min-height: 75px;
	padding: 5px !important;
	position: relative;
	width: 100%
}

.top_menu li .search_history a:hover {
	background: #eee none repeat scroll 0 0 !important;
	color: #000 !important
}

.search_history li:last-child a {
	border: medium
}

.history_icon {
	color: #005dba;
	float: left;
	margin: 6px 0 0 8px;
	width: 40px
}

.history_drop-icon {
	font-size: 50px;
	height: 15px;
	position: absolute;
	top: -30px;
	left: 50px;
	color: #fff
}

@media only screen and (min-width:320px)and (max-width:767px) {
	.history_drop-icon {
		margin: -40px 0 0 179px
	}
}

.history_info {
	float: left;
	padding: 10px 0 0 17px;
	text-transform: capitalize;
	width: 271px
}

.history_click {
	color: #999;
	font-size: 20px;
	margin-top: -15px;
	position: absolute;
	right: 20px;
	top: 50%
}

.item-round-tri {
	margin: 0;
	padding-left: 0;
	color: #999;
	font-size: 12px
}

.item-date {
	margin: 0;
	padding-left: 10px;
	color: #4d4d77
}

.item-title {
	color: #0081da;
	font-size: 16px;
	padding-left: 10px
}

.history-show {
	background-color: #005dba;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 20px;
	text-align: center;
	width: 20px
}

.dropdown_menu {
	display: none;
	left: 0;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 1
}

.dropdown_menu .inner {
	background-color: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .5);
	height: auto;
	overflow-x: hidden;
	padding-bottom: 20px;
	padding-top: 20px
}

.heading-h1 {
	color: #fff;
	font-size: 24px !important
}

.dropdown_menu a {
	color: #818181;
	display: block;
	font-size: 36px;
	padding: 8px;
	text-decoration: none;
	transition: all .3s ease 0s
}

.event-tc {
	margin: 20px 0 0
}

.event-tc sup {
	color: #005dba
}

.event-tc a {
	color: #005dba;
	text-decoration: underline;
	padding-bottom: 20px
}

.event-tc a:hover {
	text-decoration: none
}

@media(min-width:1024px)and (max-width:1199px) {
	.event-tc a {
		padding-bottom: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.event-tc a {
		padding-bottom: 0
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.event-tc {
		margin: 10px 0 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.event-tc {
		margin: 10px 0 0
	}
}

.event-policy-main {
	position: relative
}

.event-policy-main:hover .valentine-terms {
	display: block
}

.event-policy-main p {
	margin: 0;
	font-size: 11px;
	color: #666;
	text-align: justify
}

.event-policy-main .valentine-terms {
	display: none;
	background: #fff;
	font-size: 13px;
	padding: 10px;
	position: absolute;
	left: -75px;
	top: 50px;
	width: 295px;
	border: 1px solid #94afc6;
	z-index: 999
}

@media(min-width:1024px)and (max-width:1199px) {
	.event-policy-main .valentine-terms {
		width: 350px;
		left: -20px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.event-policy-main .valentine-terms {
		width: 350px;
		left: -20px
	}
}

.event-policy-main .valentine-terms .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 100px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

@media(min-width:1024px)and (max-width:1199px) {
	.event-policy-main .valentine-terms .arrow {
		left: 30px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.event-policy-main .valentine-terms .arrow {
		left: 30px
	}
}

.instant_discount_mobile {
	font-size: 12px;
	background: #ffe98d;
	color: #3b3b3b;
	border-top: 1px solid #ffd185;
	border-bottom: 1px solid #ffd185;
	text-align: center;
	margin: 0 -15px -5px;
	padding: 7px 0
}

@media(max-width:365px) {
	.instant_discount_mobile {
		font-size: 11px
	}
}

.instant_discount_mobile .discount-tnc {
	font-size: 11px;
	text-decoration: underline;
	color: #3b3b3b
}

@media(max-width:365px) {
	.instant_discount_mobile .discount-tnc {
		font-size: 10px
	}
}

.instant_discount_mobile .discount-tnc sup {
	text-decoration: none
}

@media(max-width:1199px) {
	.engin_mobile {
		display: none
	}
}

.home-header .component-header,
.home-header .component-car-header {
	overflow: initial
}

@media(max-width:1023px) {

	.home-header .component-header .header-background,
	.home-header .component-car-header .header-background {
		padding-top: 45px
	}
}

@media(max-width:767px) {

	.home-header .component-header .header-background,
	.home-header .component-car-header .header-background {
		padding-top: 20px
	}
}

.home-header .carousel-indicators {
	bottom: 10px !important;
	width: 60px;
	margin: 0 auto;
	transform: translateX(-50%)
}

.component-city-content a {
	text-decoration: underline;
	word-break: break-all
}

.component-city-content a:hover {
	text-decoration: none
}

#airlineDiv {
	margin-right: 0
}

@media(max-width:1023px) {
	#airlineDiv {
		margin-top: 15px
	}
}

component-city-content a {
	text-decoration: underline
}

component-city-content a:hover {
	text-decoration: none
}

#airlineDiv {
	margin-right: 0
}

@media(max-width:1023px) {
	#airlineDiv {
		margin-top: 15px
	}
}

.fa-angle-down.fa-angle-up:before {
	content: ""
}

.call-back-button {
	display: none !important
}

#personOuter .dropdown-menu input[type=text] {
	border: none !important
}

.top-callstrip-mobile a {
	font-size: 16px;
	background: #005dba;
	color: #fff;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 600
}

.top-callstrip-mobile a img {
	width: 22px;
	vertical-align: middle;
	margin-right: 5px
}

.header-content-block .city-panel h1 {
	font-size: 36px;
	display: inline-block;
	border-bottom: 1px solid #fff
}

.header-content-block .city-panel h1 b.tcap {
	text-transform: capitalize
}

.header-content-block .subscribe-box {
	background: #fff;
	color: #3b3b3b;
	padding: 10px 15px 15px;
	width: 412px;
	border-radius: 3px
}

@media(max-width:1023px) {
	.header-content-block .subscribe-box {
		width: 390px;
		padding: 20px 15px
	}
}

@media(max-width:767px) {
	.header-content-block .subscribe-box {
		width: 100%;
		padding: 20px 15px
	}
}

@media(max-width:767px) {
	.header-content-block .subscribe-box.subscribe-zindex {
		z-index: 9995;
		position: absolute;
		width: 96%;
		left: 7px;
		top: 35%
	}
}

.header-content-block .subscribe-box .head {
	font-size: 18px;
	font-weight: 700;
	color: #009f45;
	margin-bottom: 10px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .head {
		font-size: 14px;
		margin-bottom: 0
	}
}

.header-content-block .subscribe-box .air-subscribe-form {
	position: relative
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form.mb0 {
		margin-bottom: 0
	}
}

.header-content-block .subscribe-box .air-subscribe-form input {
	padding: 11px 110px 11px 11px;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #dbdbdb
}

.header-content-block .subscribe-box .air-subscribe-form input.pl40px {
	padding-left: 40px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form input {
		padding-right: 11px;
		margin-top: 10px
	}
}

.header-content-block .subscribe-box .air-subscribe-form .fa-search {
	font-size: 20px;
	position: absolute;
	margin: 12px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form .fa-search {
		margin: 20px 0 0 10px
	}
}

.header-content-block .subscribe-box .air-subscribe-form .fa-caret-down {
	position: absolute;
	font-size: 20px;
	top: 11px;
	right: 120px;
	pointer-events: none;
	color: #999
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form .fa-caret-down {
		top: 23px;
		right: 20px
	}
}

.header-content-block .subscribe-box .air-subscribe-form button {
	background: #009f45;
	color: #fff;
	padding: 10px 5px;
	font-size: 14px;
	position: absolute;
	border: 1px solid #009f45;
	width: 102px;
	font-weight: 700;
	height: 44px;
	text-align: center;
	top: 0;
	right: 0;
	border-radius: 0 3px 3px 0
}

.header-content-block .subscribe-box .air-subscribe-form button .button_loding_div {
	font-size: 12px;
	padding: 13px 0 15px 24px;
	height: 43px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form button .button_loding_div {
		font-size: 15px
	}
}

.header-content-block .subscribe-box .air-subscribe-form button .button_loding_div .button_loader {
	border: 2px solid #f3f3f3;
	border-top: 2px solid #605e85;
	width: 20px;
	height: 20px;
	top: 11px;
	left: 4px
}

.header-content-block .subscribe-box .air-subscribe-form .other-country {
	color: #989898;
	padding: 10px
}

.header-content-block .subscribe-box .air-subscribe-form .couponsubscribe {
	width: 72%;
	border: 1px solid #dbdbdb
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form .couponsubscribe {
		width: 100%;
		top: 53px
	}
}

.header-content-block .subscribe-box .air-subscribe-form .couponsubscribe ul li {
	border-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 12px 7px 40px;
	color: #333
}

.header-content-block .subscribe-box .air-subscribe-form .couponsubscribe ul li:hover {
	background: #f1f1f1
}

.header-content-block .subscribe-box .air-subscribe-form .couponsubscribe ul li.active {
	background: #f1f1f1
}

.header-content-block .subscribe-box .air-subscribe-form.email-stepss {
	position: relative
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form.email-stepss input {
		padding: 11px
	}
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .air-subscribe-form.email-stepss button {
		position: relative;
		border-radius: 3px;
		width: 100%;
		margin-top: 10px
	}
}

.header-content-block .subscribe-box .subss-btn {
	text-align: right;
	padding: 10px 0
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .subss-btn {
		padding: 0
	}
}

.header-content-block .subscribe-box .subss-btn button {
	background: #009f45;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	border: 1px solid #009f45;
	border-radius: 3px
}

.header-content-block .subscribe-box .subscribe-tc {
	margin-top: 5px;
	display: inline-block
}

.header-content-block .subscribe-box .subscribe-tc a {
	color: #333;
	text-decoration: underline
}

.header-content-block .subscribe-box .subscribe-tc a:hover {
	text-decoration: none
}

.header-content-block .subscribe-box .subscribe-tc label {
	font-weight: 400
}

.header-content-block .subscribe-box .subscribe-tooltip {
	position: relative
}

.header-content-block .subscribe-box .subscribe-tooltip:hover .subscribe-terms {
	display: block
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-tc label {
	font-weight: 400
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .subscribe-tooltip .subscribe-tc label span {
		font-size: 12px
	}
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-tc a {
	text-decoration: underline
}

.header-content-block .subscribe-box .subscribe-tooltip p {
	margin: 0 0 5px;
	font-size: 12px;
	color: #777 !important;
	text-align: justify
}

.header-content-block .subscribe-box .subscribe-tooltip p .t-heading {
	font-weight: 700;
	margin-bottom: 10px;
	display: block
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms {
	display: none;
	background: #fff;
	font-size: 13px;
	padding: 10px;
	position: absolute;
	left: 60px;
	top: 25px;
	width: 295px;
	border: 1px solid #94afc6;
	z-index: 999
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	right: 60px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms .close-btn {
	float: right;
	color: #999;
	cursor: pointer
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms .close-btn:hover {
	color: #005dba
}

.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms.subscribe-terms2 {
	left: 76px
}

@inclkude breakpoint(screen-xs) {
	.header-content-block.subscribe-box.subscribe-tooltip.subscribe-terms.subscribe-terms2 {
		left: 35px
	}
}

.header-content-block .subscribe-box .inputSet33 label {
	font-weight: 400
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .inputSet33 label {
		font-size: 12px
	}
}

.header-content-block .subscribe-box .inputSet33 input[type=checkbox]:checked~span {
	color: #3b3b3b
}

.header-content-block .subscribe-box .inputSet33 label span:before {
	margin-top: 3px
}

.header-content-block .subscribe-box .inputSet33 input[type=checkbox]:checked~span:before {
	color: #3b3b3b;
	border: 1px solid #3b3b3b;
	margin-top: 3px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box.coupon-applied {
		padding: 20px 10px
	}
}

.header-content-block .subscribe-box.coupon-applied .air-subscribe-form input {
	color: #009f45;
	border-color: #009f45;
	font-weight: 700;
	text-align: center;
	background: #e3ffef;
	font-size: 18px;
	padding: 9px 100px 9px 10px
}

.header-content-block .subscribe-box.coupon-applied .air-subscribe-form input.coupon-code {
	padding: 9px
}

@media(max-width:767px) {
	.header-content-block .subscribe-box.coupon-applied .air-subscribe-form input.coupon-code {
		margin-bottom: 5px
	}
}

.header-content-block .subscribe-box.coupon-applied .copypaste {
	font-size: 11px;
	color: #989898;
	margin-top: 5px;
	display: inline-block
}

.header-content-block .subscribe-box.coupon-applied .copypaste a {
	color: #989898
}

.header-content-block .subscribe-box.coupon-applied .subscribe-terms2 .arrow {
	right: 20px
}

.header-content-block .subscribe-box input.error,
.header-content-block .subscribe-box textarea.error {
	border: 1px solid #005dba !important;
	color: #333
}

.header-content-block .subscribe-box .error-massage,
.header-content-block .subscribe-box span.error {
	display: block
}

@media(max-width:767px) {
	.header-content-block .subscribestep1 {
		display: none
	}
}

@media(max-width:767px) {
	.header-content-block .subscribe-box .subscribe-tooltip .subscribe-terms.subscribe-terms2 {
		left: 50px
	}
}

.city-header-content .subscribe-box {
	width: 100%;
	padding: 10px 0 0
}

@media(max-width:767px) {
	.city-header-content .subscribe-box {
		padding: 20px 15px
	}
}

@inclkude breakpoint(screen-xs) {
	.city-header-content.subscribe-box.subscribe-tooltip.subscribe-terms2 {
		left: 35px
	}
}

.city-header-content .subscribe-mobile-box {
	margin: -2px -15px -5px
}

.flexible-booking {
	font-size: 15px;
	margin-top: 22px;
	text-align: center
}

.flexible-booking span {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px
}

.flexible-booking .devider {
	display: block;
	border-bottom: 2px solid #fb787f;
	width: 100px;
	margin: auto
}

.flexible-booking b {
	font-size: 18px;
	display: block;
	color: #fff
}

.flexible-booking div {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #fff
}

.flexible-booking .fa-arrow-circle-o-down {
	margin-top: 15px;
	font-size: 25px
}

.coupon-strip {
	background: #e3ffef;
	border: 1px dashed #009f45;
	color: #009f45;
	position: absolute;
	left: 40%;
	margin-left: -50px;
	top: 8px;
	z-index: 7;
	padding: 6px 10px;
	font-size: 14px
}

@media(max-width:1023px) {
	.coupon-strip {
		left: inherit;
		font-size: 14px;
		position: relative;
		margin: 0;
		top: inherit;
		padding: 10px;
		z-index: 3
	}
}

@media(max-width:767px) {
	.coupon-strip {
		padding: 6px;
		text-align: center
	}
}

.coupon-strip.active-ps {
	left: 0;
	font-size: 12px;
	position: relative;
	margin: 0;
	top: 0;
	padding: 10px;
	text-align: center
}

footer {
	background: #f3f3f3;
	padding: 12px 0 0
}

footer.bg-home {
	margin-top: 30px
}

@media(max-width:1199px) {
	footer.bg-home {
		margin-top: 10px
	}
}

.component-footer ul.list-group {
	box-shadow: none
}

.component-footer .list-group>.list-group-item a {
	color: #666;
	font-size: 13px
}

.component-footer .list-group>.list-group-item a:hover {
	color: #005dba
}

.component-footer .social-media-icon {
	padding: 0;
	text-align: right
}

@media(max-width:1023px) {
	.component-footer .social-media-icon {
		text-align: center;
		padding: 0;
		position: absolute;
		left: 20px;
		top: 23px
	}
}

@media(max-width:479px) {
	.component-footer .social-media-icon {
		position: static
	}
}

.component-footer .social-media-icon li {
	margin-right: 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-footer .social-media-icon li {
		margin-right: 0
	}
}

.component-footer .social-media-icon li a {
	color: #666;
	font-size: 24px
}

.component-footer .social-media-icon li a:hover {
	color: #005dba
}

.component-footer .social-media-icon li:nth-child(4) {
	display: none
}

.component-footer .navbar-form {
	padding: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-footer .navbar-form {
		margin: 0
	}
}

.component-footer .navbar-form .form-group .input-lg,
.component-footer .navbar-form .form-group .btn-lg {
	font-size: 14px
}

.component-footer .navbar-form .form-group .btn-lg {
	font-size: 14px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-footer .navbar-form .form-group .btn-lg {
		width: 100%
	}
}

.component-footer .navbar-form .pr2px {
	padding-right: 2px !important
}

.component-footer .navbar-form .pr2px input {
	border: 0
}

.component-footer .navbar-form .pl2px {
	padding-left: 2px !important
}

.component-footer .footer-heading {
	padding-top: 22px;
	font-size: 18px;
	color: #242424;
	text-transform: capitalize;
	margin-bottom: 8px;
	font-weight: 500
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-footer .footer-heading {
		font-size: 14px
	}
}

.component-footer .list-group-item {
	border: none;
	padding: 2px 0;
	background: 0 0;
	color: #acacac;
	line-height: 20px
}

.component-footer .list-group-item:hover {
	color: #005dba
}

.component-footer .list-group-item .subscribe ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0
}

.component-footer .list-group-item ul.social-network li {
	display: inline;
	margin: 0 3px
}

.component-footer .component-footer-content {
	color: #666;
	font-size: 13px;
	text-align: left;
	padding: 20px 0;
	line-height: 18px;
	font-family: open sans, sans-serif
}

.component-footer .component-footer-content a {
	display: inline-block
}

@media(max-width:767px) {
	.component-footer .component-footer-content {
		font-size: 11px;
		margin-top: 0;
		padding: 10px 0
	}
}

@media(max-width:365px) {
	.component-footer .component-footer-content {
		font-size: 10px;
		padding: 0 0
	}
}

.component-footer .promotional-deal {
	color: #666;
	margin-bottom: 15px;
	clear: both
}

.component-footer .client-logos {
	padding: 20px 0 15px 10px
}

.component-footer .client-logos li {
	background: url(../../../assets/footer-logo.png) 0 0 no-repeat;
	display: inline-block;
	height: 46px;
	margin: 0 5px
}

.component-footer .client-logos li a {
	width: 100%;
	height: 100%;
	display: block
}

.component-footer .client-logos li.asta {
	width: 115px;
	background-position: -1106px 0
}

.component-footer .client-logos li.pactSafe {
	width: 125px;
	background-position: -89px 0
}

.component-footer .client-logos li.trust {
	width: 109px;
	background-position: -222px 0
}

.component-footer .client-logos li.arc {
	width: 100px;
	background-position: -343px 0
}

.component-footer .client-logos li.v-secure {
	width: 132px;
	background-position: -459px 0
}

.component-footer .client-logos li.moneris {
	width: 99px;
	background-position: -610px 0
}

.component-footer .client-logos li.mastercard {
	width: 55px;
	background-position: -721px 0
}

.component-footer .client-logos li.visa {
	width: 80px;
	background-position: -782px 0
}

.component-footer .client-logos li.american {
	width: 43px;
	background-position: -870px 0
}

.component-footer .client-logos li.diners {
	width: 52px;
	background-position: -925px 0
}

.component-footer .client-logos li.true {
	width: 106px;
	background-position: -989px 0
}

.component-footer .client-logos li:hover {
	filter: none
}

.component-footer .copyright {
	color: #666;
	font-size: 13px;
	padding: 20px 0 0;
	text-align: center
}

@media(max-width:1023px) {
	.component-footer .copyright {
		margin-bottom: 40px;
		font-size: 12px
	}
}

@media(max-width:767px) {
	.component-footer .copyright {
		margin-bottom: 80px;
		font-size: 11px
	}
}

.component-footer .foot-links .promotional-deal {
	font-size: 12px
}

.bottom-call-bar {
	background: gray;
	bottom: -50px;
	left: 0;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 5
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.bottom-call-bar {
		bottom: 0;
		transition: all .5s ease 0s
	}
}

.bottom-call-bar .text {
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 700;
	text-align: center
}

.bottom-call-bar a {
	background: #f8d630;
	border-top: 1px solid #f8d630;
	color: #33335d;
	display: block !important;
	font-size: 13px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #5f5f89
}

.bottom-call-bar a:hover {
	background: #005dba;
	color: #fff
}

.call-click a {
	background: #33335d;
	border: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 20px;
	width: 80px
}

.call-click a:hover {
	background: #005dba
}

.android {
	font-size: 22px
}

#lhc_status_container {
	background: #4d4d77 !important;
	border: 0 !important
}

#lhc_status_container a {
	color: #fff !important
}

.margin-top {
	margin-top: 10px
}

.padding-left {
	padding-left: 10px
}

.column1 {
	width: 20%
}

.column2 {
	width: 30%
}

.quicklinks li {
	white-space: nowrap
}

.cookies-stripdiv {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: left;
	z-index: 10;
	background: rgba(51, 51, 51, .9);
	color: #fff;
	padding: 11px 50px
}

@media(max-width:1199px) {
	.cookies-stripdiv {
		padding: 10px 20px;
		overflow: hidden
	}
}

@media(max-width:767px) {
	.cookies-stripdiv {
		position: static;
		padding: 8px;
		overflow: hidden;
		font-size: 11px;
		background: #e6e6e6;
		color: #5a5959
	}
}

.cookies-stripdiv p {
	float: left;
	margin: 0
}

@media(max-width:1199px) {
	.cookies-stripdiv p {
		width: 60%;
		font-size: 12px
	}
}

@media(max-width:767px) {
	.cookies-stripdiv p {
		width: calc(100% - 62px)
	}
}

.cookies-stripdiv a {
	color: #005dba;
	text-decoration: underline;
	white-space: nowrap
}

.cookies-stripdiv .accept {
	background: #005dba;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	border: none;
	margin-left: 10px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap
}

@media(max-width:1199px) {
	.cookies-stripdiv .accept {
		top: 9px;
		position: relative
	}
}

@media(max-width:767px) {
	.cookies-stripdiv .accept {
		margin-left: 2px;
		top: 0;
		float: left
	}
}

.component-footer .tp-logo-in-banner {
	cursor: pointer;
	position: static;
	float: right;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-footer .tp-logo-in-banner {
		float: none;
		margin: 10px auto
	}
}

.close_call_banner {
	height: auto !important;
	position: absolute;
	right: 4px
}

.component-events {
	padding: 25px 0 50px
}

.component-events p {
	line-height: 20px;
	font-size: 12px
}

.component-events [class*=col-sm] {
	padding: 0 2px
}

.component-events [class*=col-sm]>[class*=col-sm] {
	padding: 2px 0
}

.component-events .media-body h4 {
	margin-top: 5px
}

.component-events .upcoming-events {
	color: #989696;
	padding: 0 0 15px;
	font-weight: 300
}

.component-events .event-video {
	position: relative
}

.component-events .event-video a {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	font-size: 60px;
	font-weight: 400
}

.flight_score_block {
	width: 100%;
	float: left
}

.flight_score_left {
	text-align: center;
	width: 100%;
	float: left
}

.flight-score {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 18px
}

.flight_score_left p {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	white-space: nowrap
}

.flight-score-icon {
	margin-top: -5px
}

.flight_score_left.red {
	color: #c9171a
}

.flight_score_left.dull-red {
	color: #bc514c
}

.flight_score_left.purple {
	color: #8f5a61
}

.flight_score_left.light-purple {
	color: #a94648
}

.flight_score_left.blue {
	color: #1897d3
}

.flight_score_left.dull-blue {
	color: #5290b7
}

.flight_score_left.orange {
	color: #fd8a25
}

.flight_score_left.gray {
	color: #757a7d
}

.video_icon {
	background: url(../../../../index.html) left top no-repeat
}

.paid .video_icon {
	background: url(../../../../index.html) left top no-repeat
}

.meal_icon {
	background: url(../../../../index.html) left top no-repeat
}

.paid .meal_icon {
	background: url(../../../../index.html) left top no-repeat
}

.standard_Seat_icon {
	background: url(../../../../index.html) left top no-repeat
}

.layout1 .standard_Seat_icon {
	background: url(../../../../index.html) left top no-repeat
}

.layout2 .standard_Seat_icon {
	background: url(../../../../index.html) left top no-repeat
}

.layout3 .standard_Seat_icon {
	background: url(../../../../index.html) left top no-repeat
}

.charger_icon {
	width: 16px;
	background: url(../../../../index.html) left top no-repeat
}

.powerdim .charger_icon {
	opacity: 1;
	background: url(../../../../index.html) left top no-repeat
}

.usbdim .charger_icon {
	opacity: 1;
	background: url(../../../../index.html) left top no-repeat
}

.legroom_Icon_icon {
	background: url(../../../../index.html) left top no-repeat
}

.wifi_icon {
	background: url(../../../../index.html) left top no-repeat
}

.partially .wifi_icon {
	background: url(../../../../index.html) left top no-repeat
}

.partially.paid .wifi_icon {
	background: url(../../../../index.html) left top no-repeat
}

.paid .wifi_icon {
	background: url(../../../../index.html) left top no-repeat
}

.flight_score_right li [class*=icon] {
	opacity: .6;
	display: block;
	width: 15px;
	height: 15px;
	background-size: 100%
}

.flight_score_right li .aminities_detail [class*=icon] {
	opacity: .6;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-size: 100%
}

.flight_score_right li.paid [class*=icon] {
	opacity: .6;
	display: block;
	width: 21px;
	height: 21px;
	background-size: 100%
}

.flight_score_right li.paid .aminities_detail [class*=icon] {
	opacity: .6;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-size: 100%
}

.flight_score_right li.dissable [class*=icon],
.flight_score_right li.paid.dissable [class*=icon] {
	opacity: .3
}

.flight_score_right li.partially [class*=icon],
.flight_score_right li.powerdim [class*=icon],
.flight_score_right li.usbdim [class*=icon] {
	opacity: 1
}

.flight_score_right li.power [class*=icon] {
	width: 16px
}

.flight_score_right li.dissable:before {
	background: 0 0
}

.flight_score_right {
	padding: 5px 0 0 0;
	width: 100%;
	float: left;
	position: relative
}

.flight_score_right ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.flight_score_right li {
	margin: 0 10px 0 0;
	height: 21px;
	cursor: pointer;
	float: left;
	position: relative
}

.flight_score_right li:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	display: none;
	content: "";
	width: 21px;
	height: 9px;
	background: url(../../../../index.html) left top no-repeat
}

.aminities_detail {
	padding: 4px 10px;
	position: absolute;
	height: 35px;
	left: -13px;
	top: 23px;
	display: none;
	white-space: nowrap;
	max-width: 636px;
	z-index: 2;
	background: #dadada;
	-webkit-box-shadow: 4px 4px 7px 0 rgba(155, 155, 155, .3);
	-moz-box-shadow: 4px 4px 7px 0 rgba(155, 155, 155, .3);
	box-shadow: 4px 4px 7px 0 rgba(155, 155, 155, .3)
}

.aminities_detail .left {
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #6a6a6a;
	vertical-align: middle
}

.aminities_detail .right_discription {
	padding: 0 0 0 10px;
	display: inline-block;
	white-space: nowrap;
	line-height: 23px;
	font-size: 13px;
	color: #666
}

.flight_score_right li:hover .aminities_detail,
.flight_score_right li:hover:before {
	display: block
}

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

.upa_images li {
	float: left;
	padding-left: 4px;
	width: 25%;
	position: relative
}

.upa_images li img {
	width: 100%
}

.upa_images li a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center
}

.upa_images li span {
	padding-top: 18px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%
}

#upaModal {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow-x: hidden;
	overflow-y: auto
}

#upaModal .upapopup {
	width: 800px;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 5px 15px rgba(108, 108, 108, .5);
	border: none;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	position: relative
}

.upaModel_outer {
	margin: 30px auto
}

#upaModal button.close {
	color: #fff;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 37px;
	font-weight: 100
}

#upaModal .tab-content {
	padding: 20px 0 0 0;
	width: 100%;
	overflow: hidden
}

#upaModal h2 {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 600
}

#upaModal p {
	font-size: 12px;
	color: #636363;
	margin-bottom: 15px
}

.open-upa {
	overflow: hidden;
	padding-right: 17px
}

#upaModal .slick-dotted.slick-slider {
	margin: 0
}

.slider-for .slick-prev,
.slider-for .slick-next {
	color: #fff;
	z-index: 9999;
	top: 44%
}

.slider-for .slick-prev:before {
	font-size: 40px
}

.slider-for .slick-next {
	right: 10px
}

.slider-for .slick-next:before {
	font-size: 40px
}

.slider-for .slick-prev {
	left: 10px
}

.slick-track {
	float: left
}

.thumnails-slider {
	position: relative;
	padding: 10px 35px 0;
	border-top: 1px dotted #ccc
}

.thumnails-slider .slick-slide {
	margin: 0 6px;
	cursor: pointer;
	position: relative;
	border: 2px solid #fff
}

.thumnails-slider .slick-list {
	overflow: hidden;
	padding-bottom: 10px
}

.thumnails-slider .slick-slide img {
	width: 100%
}

.thumnails-slider .slick-slide.slick-current {
	border: 2px solid #005dba
}

.thumnails-slider .slick-slide.slick-current:before {
	font-family: fontawesome;
	content: "";
	position: absolute;
	left: 0;
	bottom: -25px;
	font-size: 22px;
	color: #005dba;
	width: 100%;
	text-align: center
}

.thumnails-slider .slick-slide.slick-current img {
	border: 5px solid #fff
}

.slider-for .slick-slide .big-image {
	text-align: center;
	background: #1e1b1b
}

.slider-for .slick-slide .big-image img {
	height: 350px;
	display: inline-block
}

.upa_airline_tab {
	padding: 8px 8px 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	background: #005dba
}

.upa_airline_tab li {
	float: left;
	position: relative
}

.upa_airline_tab li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 1px;
	display: block;
	height: 43px;
	background: #005dba
}

.upa_airline_tab li:first-child {
	padding-left: 0;
	background: 0 0;
	content: ""
}

.upa_airline_tab li:first-child:before {
	padding-left: 0;
	background: 0 0;
	content: ""
}

.upa_airline_tab li a {
	display: block;
	padding: 5px 15px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}

.upa_airline_tab li a span {
	font-size: 11px;
	font-weight: 400;
	text-transform: capitalize;
	display: block
}

.upa_airline_tab li a:hover {
	color: #3d3d3d;
	background: #fff
}

.upa_airline_tab li.active a {
	color: #3d3d3d;
	background: #fff
}

.tabdetail {
	visibility: hidden;
	height: 0;
	width: 100%;
	float: left;
	margin-top: 0;
	padding: 0 12px 0
}

.tabdetail.active {
	visibility: visible;
	height: auto;
	margin-top: 12px
}

.newbaggage_fees i {
	float: left
}

.newbaggage_fees a {
	float: left;
	margin-left: 3px;
	color: #005dba;
	text-decoration: underline
}

.newbaggage_fees a:hover {
	text-decoration: none
}

.component-deals {
	padding: 10px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals {
		padding: 0;
		clear: both
	}
}

.component-deals h2 {
	font-size: 20px
}

.component-deals ul.bullets {
	margin-bottom: 30px
}

.component-deals ul.bullets li {
	list-style: disc;
	margin-left: 20px;
	line-height: 2em;
	font-size: 14px
}

.component-deals .dealByChoice {
	width: 100%;
	height: 300px;
	line-height: 300px;
	text-align: center;
	background: #005dba;
	font-size: 60px;
	color: #ffa4a7;
	position: relative
}

.component-deals .dealByChoice .arrow-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #005dba;
	top: 40%;
	right: -15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-deals .dealByChoice {
		height: 269px;
		width: 100%
	}
}

.component-deals .component-deals-carousel {
	margin-bottom: 15px;
	display: block
}

.component-deals .component-deals-carousel .col-md-4>figure {
	overflow: hidden
}

.component-deals .component-deals-carousel .deals-carousel {
	position: relative
}

.component-deals .component-deals-carousel .deals-carousel:hover i.customNextBtn,
.component-deals .component-deals-carousel .deals-carousel:hover i.customPrevBtn {
	opacity: 1
}

.component-deals .component-deals-carousel .deals-carousel:hover i.customNext-Inn-Btn,
.component-deals .component-deals-carousel .deals-carousel:hover i.customPrev-Inn-Btn {
	opacity: 1
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-deals .component-deals-carousel .deals-carousel .owl-prev,
	.component-deals .component-deals-carousel .deals-carousel .owl-next {
		display: none !important
	}
}

.component-deals .component-deals-carousel .deals-carousel .item {
	width: 100%;
	float: left;
	padding: 0 10px
}

.component-deals .component-deals-carousel .deals-carousel .item .airline-head {
	background: #fff;
	color: #434343;
	padding: 12px;
	font-size: 17px;
	text-align: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .airline-head {
		font-size: 16px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .airline-head .view-more {
	font-size: 14px;
	color: #7c7c7c;
	padding: 3px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .airline-head .view-more {
		font-size: 12px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .airline-head .view-more .fa-angle-right {
	font-weight: 700;
	font-size: 16px;
	color: #8f8d8d
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .airline-head .view-more .fa-angle-right {
		font-size: 13px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head {
	background: #fff;
	color: #4d4d77;
	padding: 13px 15px;
	font-size: 18px;
	border: #d9d9d9 solid 1px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-deals .component-deals-carousel .deals-carousel .item .hotel-head {
		font-size: 16px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .hotel-head {
		padding: 13px 8px;
		font-size: 16px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .devider {
	border-right: #c3c3c3 solid 1px
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .fares {
	font-size: 23px;
	color: #4d4d77
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .fares {
		font-size: 18px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .fares {
		font-size: 16px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .fares .per-night {
	font-size: 14px;
	color: #9c9c9c;
	margin-top: -6px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .fares .per-night {
		font-size: 12px
	}
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon {
	color: #005dba;
	font-size: 13px
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon i:nth-child(1) {
	color: #005dba
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon i:nth-child(2) {
	color: #005dba
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon i:nth-child(3) {
	color: #005dba
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon i:nth-child(4) {
	color: #005dba
}

.component-deals .component-deals-carousel .deals-carousel .item .hotel-head .hotelstar-icon i:nth-child(5) {
	color: #ccc
}

.component-deals .component-deals-carousel .deals-carousel i.customNextBtn,
.component-deals .component-deals-carousel .deals-carousel i.customPrevBtn {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	background: #fff;
	top: 43%;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	color: #666;
	opacity: .4
}

.component-deals .component-deals-carousel .deals-carousel i.customNextBtn.disabled,
.component-deals .component-deals-carousel .deals-carousel i.customPrevBtn.disabled {
	display: none
}

.component-deals .component-deals-carousel .deals-carousel i.customPrevBtn {
	left: -20px
}

.component-deals .component-deals-carousel .deals-carousel i.customNextBtn {
	right: -20px
}

.component-deals .component-deals-carousel .deals-carousel i.customNext-Inn-Btn,
.component-deals .component-deals-carousel .deals-carousel i.customPrev-Inn-Btn {
	height: 24px;
	width: 24px;
	line-height: 22px;
	font-size: 20px;
	background: #ddd;
	top: -50px;
	position: absolute;
	text-align: center;
	color: #666
}

.component-deals .component-deals-carousel .deals-carousel i.customNext-Inn-Btn.disabled,
.component-deals .component-deals-carousel .deals-carousel i.customPrev-Inn-Btn.disabled {
	display: none
}

.component-deals .component-deals-carousel .deals-carousel i.customPrev-Inn-Btn {
	right: 28px;
	transition: .3s all linear
}

.component-deals .component-deals-carousel .deals-carousel i.customPrev-Inn-Btn:hover {
	background: #555;
	color: #fff
}

.component-deals .component-deals-carousel .deals-carousel i.customNext-Inn-Btn {
	right: 0;
	transition: .3s all linear
}

.component-deals .component-deals-carousel .deals-carousel i.customNext-Inn-Btn:hover {
	background: #555;
	color: #fff
}

.component-deals .img-responsive {
	min-width: 100%
}

.component-deals .nation-img {
	position: relative;
	background: #005dba;
	cursor: pointer
}

.component-deals .nation-img .nation-text {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	color: #fff
}

.component-deals .nation-img .nation-text h1 small {
	color: #ffd900
}

.component-deals .hotel-offer {
	padding: 20px 5px;
	background: #fff;
	overflow: hidden
}

.component-deals .hotel-offer .hotel-offer-bg {
	width: 160px;
	float: left
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-deals .hotel-offer .hotel-offer-bg {
		width: 140px
	}
}

.component-deals .hotel-offer .city-name {
	font-size: 20px;
	color: #434343;
	padding-top: 4%
}

.component-deals .hotel-offer .travel-date {
	font-size: 13px;
	color: #434343
}

.component-deals .hotel-offer .price-bg {
	float: right;
	margin: 2px 0 0
}

.component-deals .hotel-offer .price {
	font-weight: 400;
	letter-spacing: -.03em;
	display: block;
	font-size: 25px;
	color: #4d4d77
}

.component-deals .hotel-offer .devider {
	width: 2px;
	margin: 0 12px 0 0;
	height: 40px;
	background: #ede7e1;
	float: right
}

.airport-page-bnr {
	margin: 30px 0;
	text-align: center
}

.airport-page-bnr img {
	width: 100%
}

.component-hotel-attraction .hotel-deals-head {
	font-size: 36px;
	padding-top: 10px;
	color: #908f8f;
	font-weight: 300;
	margin-bottom: 4px;
	font-family: RobotoLight
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-hotel-attraction .hotel-deals-head {
		margin-bottom: 9px;
		font-size: 34px;
		padding-top: 14px;
		text-align: center
	}
}

.component-city-attraction .domestic-deals-head {
	font-size: 36px;
	padding-top: 10px;
	color: #908f8f;
	font-weight: 300;
	font-family: RobotoLight;
	margin-bottom: -5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-city-attraction .domestic-deals-head {
		margin-bottom: 9px;
		font-size: 34px;
		padding-top: 14px;
		text-align: center
	}
}

.heading {
	color: #908f8f;
	font-family: RobotoLight;
	font-weight: 300;
	margin-bottom: 20px
}

.bg-home {
	background: #f3f3f3
}

.component-hotels {
	padding: 10px 0 28px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-hotels {
		padding: 0 0 28px
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-hotels {
		padding: 0 0 28px
	}
}

.component-hotels [class*=col-sm]>[class*=col-sm] {
	padding-bottom: 4px
}

.component-hotels [class*=col-sm]>[class*=col-sm]:child-last {
	padding-bottom: 0
}

.component-hotels .img-responsive {
	min-width: 100%
}

.component-hotels figure {
	overflow: hidden;
	border: 1px solid #eaeaea
}

.component-hotels .best-hotel-image {
	background: #005dba;
	cursor: pointer;
	position: relative
}

.component-hotels .best-hotel-image img {
	opacity: 1
}

.component-hotels .best-hotel-image img:hover {
	opacity: .4
}

.component-hotels .best-hotel-image .best-hotel-text {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff
}

.component-hotels .best-hotel-image .best-hotel-text h2 {
	color: inherit;
	font-size: 19px;
	margin-bottom: 3px;
	margin-top: 5px
}

.component-hotels .best-hotel-image .best-hotel-text p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 2px
}

.component-hotels .top-airline {
	padding: 6px 10px;
	background: #fff
}

.component-hotels .top-airline .top-airline-bg {
	width: 47px;
	float: left
}

.component-hotels .top-airline .airline-logos {
	margin-right: 6px;
	padding: 8px 0 0
}

.component-hotels .top-airline .price-bg {
	float: left;
	margin: 8px 0 0;
	font-size: 14px;
	color: #7c7c7c;
	text-align: left;
	width: 165px;
	margin-left: 5px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-hotels .top-airline .price-bg {
		width: 155px
	}
}

.component-hotels .top-airline .price-bg h4 {
	font-size: 18px;
	color: #55556e;
	margin: 0
}

.component-hotels .top-airline .price-bg .fa-angle-right {
	font-weight: 700;
	font-size: 16px;
	color: #7c7c7c
}

.component-hotels .top-airline .best-fare {
	font-size: 13px;
	color: #7c7c7c;
	text-align: left;
	font-weight: 600;
	margin: 0
}

.component-hotels .top-airline .price {
	font-weight: 700;
	font-size: 22px;
	color: #4d4d77
}

.component-hotels .top-airline .devider {
	width: 2px;
	margin: 0 12px 0 0;
	height: 45px;
	float: right
}

.component-hotels .hovereffect {
	position: relative;
	cursor: default
}

.component-hotels .hovereffect .overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	padding: 24px 20px;
	opacity: 0;
	cursor: pointer;
	transition: .3s all linear
}

.component-hotels .hovereffect .overlay:hover {
	transition: .3s all linear;
	transform: translate3d(0, 0, .5);
	background: rgba(0, 0, 0, .56)
}

.component-hotels .hovereffect p {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center
}

.component-hotels .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.clearfilter {
	float: right;
	height: 23px;
	line-height: 23px;
	color: #005dba;
	display: block;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none
}

.fs14 {
	font-size: 14px !important
}

.filters-option li {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.filter-topbtn {
		paddding: 1px
	}
}

.active1 {
	border: 2px solid green
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	#modify-engineDiv {
		display: none
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#modify-engineDiv {
		display: none
	}
}

@media(max-width:1023px) {
	#hotelFilterDiv {
		display: none;
		background: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 5;
		top: 0;
		left: 0;
		padding: 20px;
		overflow: auto
	}
}

.showmore {
	background: #f1f1f1;
	padding: 10px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	cursor: pointer
}

.showmore:hover {
	background: #ccc
}

.thumbmail-img img {
	width: 100%;
	height: 500px;
	border: 1px solid #e5e5e5
}

@media(min-width:1024px)and (max-width:1199px) {
	.thumbmail-img img {
		height: 515px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.thumbmail-img img {
		height: auto
	}
}

.detail-head {
	color: #4d4d77;
	font-size: 20px;
	font-weight: 600
}

.iceportal_frame {
	width: 100%;
	height: 450px;
	border: none
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.iceportal_frame {
		height: 260px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.guests .right {
		width: 70%
	}
}

.map-container {
	position: fixed;
	width: 800px;
	height: 400px;
	left: 50%;
	top: 50%;
	z-index: 999;
	margin-left: -400px;
	margin-top: -200px;
	padding: 15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.map-container {
		width: 100%;
		margin-left: -50%;
		margin-top: -50%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.map-container {
		width: 100%;
		margin-left: -50%;
		margin-top: -50%
	}
}

.map-container .location-head {
	color: #fff;
	font-size: 18px
}

.map-container .mapClose {
	font-size: 20px;
	margin-top: -5px;
	color: #fff;
	cursor: pointer
}

.page_overlay {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 998
}

.review-sec {
	display: inline-block;
	text-align: right;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 8px;
	margin-bottom: 8px
}

.review-sec .rating {
	padding-right: 10px;
	font-size: 14px
}

.review-sec .rating span {
	color: #2a810c
}

.review-sec .review {
	float: right;
	font-size: 11px;
	color: #4e4e4e
}

.hotel-modifyFilterClose {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 10px;
	color: #005dba;
	z-index: 99
}

.component-for-travellers-index {
	padding: 30px 36px 23px;
	color: #4d4d77;
	margin: 15px 0 0;
	background: #f7f7f7
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-for-travellers-index {
		padding: 0;
		color: #4d4d77;
		margin: 30px 0 0;
		background: #fff
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-for-travellers-index {
		padding: 0;
		color: #4d4d77;
		margin: 30px 0 0;
		background: #fff
	}
}

.component-for-travellers-index hr {
	border-bottom: 1px solid #e3e3e3
}

@media(max-width:1199px) {
	.component-for-travellers-index hr {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		display: none
	}
}

.component-for-travellers-index p {
	font-size: 14px;
	color: #7d7d7d;
	min-height: 80px;
	margin-top: 21px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-for-travellers-index p {
		font-size: 12px
	}
}

.component-for-travellers-index h4 {
	color: #4d4d77;
	margin-top: 15px;
	font-size: 17px;
	line-height: 26px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-for-travellers-index h4 {
		font-size: 14px
	}
}

.component-for-travellers-index h4 .mctc {
	background: url(../../../assets/icon-1.png) no-repeat;
	display: block;
	height: 21px;
	margin-right: 9px;
	width: 25px;
	background-size: cover;
	float: left
}

.component-for-travellers-index h4 .trave-pro {
	background: url(../../../assets/icon-2.png) no-repeat;
	display: block;
	height: 29px;
	margin-right: 9px;
	width: 23px;
	background-size: cover;
	float: left
}

.component-for-travellers-index h4 .brb {
	background: url(../../../assets/icon-4.png) no-repeat;
	display: block;
	height: 23px;
	margin-right: 9px;
	width: 26px;
	background-size: cover;
	float: left
}

.component-for-travellers-index .explore {
	font-size: 12px;
	color: #4d4d77;
	text-decoration: underline;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.component-for-travellers-index .explore:hover {
	color: #005dba
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.brb .panel-default .panel-heading {
	background: #005dba
}

.brb .panel-default .panel-heading h2 {
	margin: 0;
	color: #fff;
	font-size: 18px
}

.brb .panel-default .panel-footer h3 {
	margin: 0
}

.brb .panel-default .panel-footer h3 small {
	font-size: 12px
}

.brb .brb-list li {
	float: left;
	list-style-type: disc;
	display: list-item;
	margin-left: 20px
}

.brb-page {
	padding: 20px 0 30px
}

.brb-page .header h2>span {
	color: #005dba
}

.brb-page .panel-default .panel-heading {
	background: #005dba
}

.brb-page .panel-default .panel-heading h2 {
	margin: 0;
	color: #fff;
	font-size: 16px
}

.brb-page .panel-default .panel-footer h3 {
	margin: 0
}

.brb-page .panel-default .panel-footer h3 small {
	font-size: 12px
}

.brb-page .brb-list .brb-sub-list li {
	display: block
}

.brb-page .brb-list li {
	padding: 5px 0 5px 15px;
	position: relative;
	margin-left: 10px
}

.brb-page .brb-list li:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 80%;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	color: #005dba
}

.brb-page .brb-list li a {
	display: inline;
	color: #005dba
}

.brb-page .brb-list li a:hover {
	text-decoration: underline
}

.brb-page a.brb-link {
	display: inline;
	color: #005dba
}

.brb-page a.brb-link:hover {
	text-decoration: underline
}

.brb-page-payment {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0 5px
}

.brb-page-payment a.brb-link {
	display: inline;
	color: #005dba
}

.brb-page-payment a.brb-link:hover {
	text-decoration: underline
}

.brb-page-payment .brb-head-cot {
	width: 145px;
	float: left
}

.brb-page-payment .brb-head-cot h2 {
	font-size: 16px !important;
	color: #005dba;
	font-weight: 700;
	margin: 10px 0 0
}

.brb-page-payment .brb-head-cot h2 p {
	font-size: 14px;
	color: #666;
	font-weight: 400
}

.brb-page-payment .devide-icon {
	border-left: 1px solid #ddd;
	float: left;
	width: 1px;
	height: 34px;
	margin: 7px 7px 0 0
}

.brb-page-payment .brb-cot {
	width: 83px;
	float: left
}

.brb-page-payment .brb-cot h3 {
	font-size: 17px;
	color: #005dba;
	margin: 0;
	margin: 10px 0 0
}

.brb-page-payment .brb-cot h3 p {
	font-size: 9px;
	color: #9c9999;
	margin-left: 3px;
	padding-top: 2px;
	letter-spacing: 1px
}

.homepage .covid-section {
	background: #fff
}

.covid-section {
	background: #f3f3f3
}

.covid-section .covid-information {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 10px 20px 20px;
	margin: 15px 0;
	text-align: left;
	border-radius: 5px
}

.covid-section .covid-information .head {
	font-size: 24px;
	font-weight: 400;
	color: #005dba
}

.covid-section .covid-information p.txt {
	padding: 0 0 10px
}

.covid-section .covid-information p.txt a {
	color: #005dba;
	text-decoration: underline
}

.covid-section .covid-information p.txt a:hover {
	text-decoration: none
}

.covid-section .covid-information img {
	border-radius: 5px;
	width: 100%
}

.covid-section .covid-information .row {
	margin: 0
}

.covid-section .covid-information .row .col-sm-4 {
	padding: 0 5px
}

.covid-list {
	background: #ffe98d;
	color: #434343;
	border: 1px solid #ffd38d;
	padding: 10px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.2em;
	margin: 15px 0
}

@media(max-width:1199px) {
	.covid-list {
		font-size: 12px;
		margin: 0 0 10px
	}
}

@media(max-width:767px) {
	.covid-list {
		padding: 5px;
		line-height: 17px
	}
}

.planted-atree .plant-tree-home {
	text-align: center;
	padding: 20px 0
}

@media(max-width:767px) {
	.planted-atree .plant-tree-home {
		padding: 0 0 15px
	}
}

.onetrip-plant-section {
	margin-bottom: 20px
}

.onetrip-plant-section .head {
	background: #429e38;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: 700
}

@media(max-width:767px) {
	.onetrip-plant-section .head {
		font-size: 16px
	}
}

.onetrip-plant-section .content {
	padding: 20px;
	background: #fff;
	color: #343434
}

.onetrip-plant-section .content .sub-head {
	color: #429e38;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase
}

.onetrip-plant-section .content p {
	font-size: 14px;
	margin-bottom: 15px
}

.onetrip-plant-section .content p a {
	color: #429e38;
	text-decoration: underline
}

.onetrip-plant-section .content p a:hover {
	text-decoration: none
}

.onetrip-plant-section .content .selectCountry {
	width: 335px;
	margin-bottom: 20px
}

@media(max-width:767px) {
	.onetrip-plant-section .content .selectCountry {
		width: 100%
	}
}

.onetrip-plant-section .content .selectCountry select {
	padding: 10px;
	font-size: 16px;
	width: 100%
}

.onetrip-plant-section .content .selectCountry .select-class::before {
	font-size: 20px;
	right: 13px;
	top: 8px
}

.onetrip-plant-section .content .img-right {
	text-align: right
}

@media(max-width:767px) {
	.onetrip-plant-section .content .img-right {
		text-align: left
	}
}

.onetrip-plant-section .content #plantDestination {
	background: #fff
}

.onetrip-plant-confirmation {
	margin: 15px 0;
	padding: 15px;
	background: #429e38;
	color: #fff
}

.onetrip-plant-confirmation .head {
	color: #f3d603;
	font-size: 17px;
	margin-bottom: 5px
}

.onetrip-plant-confirmation p.txt {
	color: #fff;
	font-size: 13px;
	line-height: 1.3em
}

.onetrip-plant-confirmation p.txt a {
	color: #fff;
	text-decoration: underline
}

.plant-a-tree-header {
	background: #429e38;
	min-height: 350px;
	width: 100%;
	margin-bottom: 40px;
	float: left
}

@media(max-width:1023px) {
	.plant-a-tree .img {
		margin-bottom: 50px
	}
}

.plant-a-tree h2 {
	font-size: 22px;
	margin: 20px 0;
	font-weight: 600
}

@media(max-width:1023px) {
	.plant-a-tree h2 {
		font-size: 20px
	}
}

.plant-a-tree p {
	line-height: 1.7em;
	margin-bottom: 30px
}

.plant-a-tree p.mb15 {
	margin-bottom: 15px
}

.plant-a-tree .work-step {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}

@media(max-width:1023px) {
	.plant-a-tree .work-step {
		margin: 0 0 50px
	}
}

.plant-a-tree .work-step li {
	width: 33%;
	float: left;
	display: inline-block
}

@media(max-width:1023px) {
	.plant-a-tree .work-step li {
		width: 100%;
		position: relative;
		padding-bottom: 35px
	}

	.plant-a-tree .work-step li p {
		padding-left: 95px;
		margin-top: -25px;
		margin-bottom: 0;
		line-height: 1.5
	}
}

.plant-a-tree .work-step li .step {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 20px 0 5px
}

@media(max-width:1023px) {
	.plant-a-tree .work-step li .step {
		position: absolute;
		top: 0;
		left: 80px;
		padding-left: 15px;
		margin: 0
	}
}

.plant-a-tree .work-step li .step::before {
	content: "";
	border-bottom: 2px solid #429e38;
	opacity: .5;
	position: absolute;
	top: 10px;
	left: 55px;
	width: 75%
}

@media(max-width:1023px) {
	.plant-a-tree .work-step li .step::before {
		border-left: 2px solid #429e38;
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		height: 180px;
		border-bottom: none
	}
}

@media(max-width:1023px) {
	.plant-a-tree .work-step li .step::after {
		content: "";
		font-family: fontawesome;
		font-size: 16px;
		position: absolute;
		top: -7px;
		left: -7px;
		color: #429e38
	}
}

.plant-a-tree .work-step li:last-child .step::before {
	opacity: 0
}

.plant-a-tree .btn-book-flight {
	background: #429e38;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 17px 20px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase
}

@media(max-width:1023px) {
	.plant-a-tree .btn-book-flight {
		background: #2b2b2b;
		width: 70%;
		margin-left: 15%;
		text-align: center
	}
}

.plant-a-tree .min-plant {
	width: 25px;
	text-align: left
}

.plant-a-tree .max-plant {
	width: 75px;
	text-align: right
}

.plant-a-tree .min-plant,
.plant-a-tree .max-plant {
	display: inline-block;
	float: left;
	font-size: 22px;
	font-weight: 700;
	margin-top: 62px
}

.plant-a-tree .track-tree {
	margin: 20px 0;
	height: 63px;
	float: left;
	width: calc(100% - 100px);
	border-bottom: 10px solid #ccc;
	position: relative
}

@media(max-width:1023px) {
	.plant-a-tree .track-tree {
		border-bottom: 5px solid #ccc
	}
}

.plant-a-tree .track-tree .track-inner-div {
	border-bottom: 10px solid #429e38;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 26px;
	height: 63px;
	background: url(../../../assets/tree-plant/trees18db.svg?v12) repeat-x;
	background-size: contain
}

@media(max-width:1023px) {
	.plant-a-tree .track-tree .track-inner-div {
		bottom: -5px;
		border-bottom: 5px solid #429e38
	}
}

.plant-a-tree .track-tree .track-inner-div:after {
	content: "";
	background: url(../../../assets/tree-plant/round.svg) no-repeat;
	position: absolute;
	bottom: -20px;
	right: -17px;
	width: 34px;
	height: 33px;
	background-size: 30px
}

@media(max-width:1023px) {
	.plant-a-tree .track-tree .track-inner-div:after {
		bottom: -13px;
		width: 20px;
		height: 20px;
		background-size: 20px;
		right: -10px
	}
}

.plant-a-tree .plant-tree {
	width: 100%;
	float: left;
	margin-bottom: 50px
}

.plant-a-tree .plant-tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left
}

.plant-a-tree .plant-tree ul li {
	display: inline-block;
	float: left;
	font-weight: 500;
	font-size: 18px
}

.plant-a-tree .plant-tree ul li:first-child {
	width: 50px;
	color: #6d6d6d
}

.plant-a-tree .plant-tree ul li:nth-child(2) {
	width: calc(100% - 100px);
	color: #429e38
}

@media(max-width:767px) {
	.plant-a-tree .plant-tree ul li:nth-child(2) {
		text-align: center
	}
}

.plant-a-tree .plant-tree ul li:last-child {
	width: 50px;
	text-align: right;
	color: #6d6d6d
}

.plant-a-tree .faq {
	margin-bottom: 60px
}

.plant-a-tree .faq h4 {
	background: #fff !important;
	color: #444
}

.plant-a-tree .faq .panel {
	border-color: #fff;
	border: none
}

.plant-a-tree .faq .panel-default {
	border: none;
	border-bottom: 1px solid #ccc
}

.plant-a-tree .faq #accordion .panel-title>a.accordion-toggle::before {
	float: left;
	padding-right: 10px;
	content: "";
	font-family: FontAwesome;
	height: 45px
}

.plant-a-tree .faq #accordion .panel-title>a.accordion-toggle.collapsed::before {
	content: "";
	height: 45px
}

.plant-a-tree .faq .term-tab .panel-default .panel-heading h4 a {
	padding: 15px 15px 15px 0;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 18px
}

@media(max-width:767px) {
	.plant-a-tree .faq .term-tab .panel-default .panel-heading h4 a {
		font-size: 15px
	}
}

.plant-a-tree .faq .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	padding: 5px 0 5px 20px
}

#certificateModal .modal-dialog {
	width: 750px
}

@media(max-width:1023px) {
	#certificateModal .modal-dialog {
		width: 600px
	}
}

@media(max-width:767px) {
	#certificateModal .modal-dialog {
		width: 95%
	}
}

#certificateModal img {
	width: 100%
}

#certificateModal button.close {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: -12px;
	top: -11px;
	background: #fff;
	z-index: 1;
	opacity: 1;
	border-radius: 100%
}

.dealBox_image {
	padding: 20px 0;
	width: 100%;
	overflow: hidden
}

@media(max-width:1199px) {
	.dealBox_image {
		overflow: inherit
	}
}

.dealBox_image .page_title {
	font-size: 34px;
	color: #333;
	font-weight: 700
}

@media(min-width:1200px)and (max-width:1440px) {
	.dealBox_image .page_title {
		font-size: 30px
	}
}

@media(max-width:1199px) {
	.dealBox_image .page_title {
		font-size: 26px;
		padding: 10px 0
	}
}

@media(max-width:1023px) {
	.dealBox_image .page_title {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.dealBox_image .page_title {
		font-size: 16px
	}
}

.dealBox_image .text {
	font-size: 15px;
	color: #353541;
	line-height: 29px;
	margin: 0 auto
}

@media(max-width:1023px) {
	.dealBox_image .text {
		font-size: 14px;
		line-height: 24px
	}
}

@media(max-width:767px) {
	.dealBox_image .text {
		font-size: 12px;
		line-height: 20px
	}
}

@media(max-width:1023px) {
	.dealBox_image .text br {
		display: none
	}
}

.dealBox_image .holder {
	padding-top: 20px;
	overflow: hidden;
	margin-right: -20px
}

@media(max-width:1199px) {
	.dealBox_image .holder {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden
	}
}

.dealBox_image .column {
	width: calc(25% - 20px);
	margin-right: 20px;
	float: left
}

@media(max-width:1199px) {
	.dealBox_image .column {
		width: auto
	}
}

.dealBox_image .block {
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #cfcfcf;
	color: #353541;
	border-radius: 5px;
	overflow: hidden
}

@media(max-width:1199px) {
	.dealBox_image .block {
		width: 250px
	}
}

.dealBox_image .block .detail {
	padding: 0 12px 12px
}

.dealBox_image .block h4 {
	font-size: 20px;
	font-weight: 700
}

@media(min-width:1200px)and (max-width:1440px) {
	.dealBox_image .block h4 {
		font-size: 18px
	}
}

@media(max-width:1023px) {
	.dealBox_image .block h4 {
		font-size: 16px
	}
}

.dealBox_image .block p {
	margin: 0;
	font-size: 16px;
	font-weight: 700
}

@media(min-width:1200px)and (max-width:1440px) {
	.dealBox_image .block p {
		font-size: 14px
	}
}

.dealBox_image .block p small {
	margin-top: 5px;
	font-size: 13px;
	color: #656565;
	font-weight: 400;
	display: block
}

.dealBox_image .block .price {
	font-size: 24px;
	color: #00b405;
	float: right
}

@media(min-width:1200px)and (max-width:1440px) {
	.dealBox_image .block .price {
		font-size: 20px
	}
}

.dealBox_image .note {
	font-size: 13px;
	color: #353541;
	line-height: 21px
}

@media(max-width:1199px) {
	.dealBox_image .note {
		font-size: 11px;
		padding: 10px 0;
		line-height: 17px
	}
}

.dealBox_image.international {
	border-top: 1px solid #e9e9e9;
	padding-top: 10px
}

.dealBox_image .column2 {
	width: 14.6%;
	margin-right: 20px;
	float: left
}

@media(max-width:1023px) {
	.dealBox_image .column2 {
		width: 50%;
		margin-right: 10px
	}
}

.dealBox_image .column2 .block {
	text-align: center;
	background: #f1f9fe;
	border-radius: 20px;
	border: 0;
	padding-top: 10px
}

@media(max-width:1023px) {
	.dealBox_image .column2 .block {
		width: 100px
	}
}

.dealBox_image .column2 .block figure {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: auto;
	align-items: center;
	vertical-align: middle
}

@media(max-width:1023px) {
	.dealBox_image .column2 .block figure {
		width: 50px;
		height: 50px
	}
}

.dealBox_image .column2 .block figure img {
	width: 100%
}

.dealBox_image .column2 .block h4 {
	font-size: 14px
}

@media(max-width:1023px) {
	.dealBox_image .column2 .block h4 {
		font-size: 12px
	}
}

.dealBox_image .popular-links ul {
	padding-left: 20px
}

.dealBox_image .popular-links ul li {
	list-style: disc;
	line-height: 2em;
	width: 33%;
	float: left
}

@media(max-width:1023px) {
	.dealBox_image .popular-links ul li {
		width: 48%
	}
}

@media(max-width:767px) {
	.dealBox_image .popular-links ul li {
		width: 100%
	}
}

.dealBox_image .popular-links ul li::marker {
	color: #7d7d7d
}

.dealBox_image .popular-links ul li a {
	color: blue
}

.dealBox_image .popular-links ul li a:hover {
	text-decoration: underline
}

.textBox {
	width: 100%;
	padding: 40px 0 10px 0;
	font-size: 15px;
	line-height: 30px
}

@media(min-width:1200px)and (max-width:1440px) {
	.textBox {
		font-size: 14px
	}
}

@media(max-width:1023px) {
	.textBox {
		font-size: 12px
	}
}

@media(max-width:1199px) {
	.textBox {
		padding-top: 26px
	}
}

.textBox h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px
}

@media(min-width:1200px)and (max-width:1440px) {
	.textBox h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
}

@media(max-width:1199px) {
	.textBox h2 {
		font-size: 18px
	}
}

@media(max-width:1023px) {
	.textBox h2 {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.textBox h2 {
		font-size: 14px
	}
}

.textBox p {
	padding: 10px 0
}

.textBox.grayBg {
	background: #f5f6f7
}

.customer-support-wraper .page-questionery {
	margin: 0 0 50px;
	padding: 0
}

.customer-support-wraper .page-questionery li {
	border-bottom: 1px solid #ced0d4
}

.customer-support-wraper .page-questionery li a {
	display: block;
	padding: 20px 10px 20px 50px;
	font-weight: 600;
	position: relative
}

.customer-support-wraper a.question-collapse:after {
	cursor: pointer;
	content: "";
	font-family: FontAwesome;
	font-size: 19px;
	top: 15px;
	left: 5px;
	position: absolute
}

.customer-support-wraper a.question-collapse.active:after {
	content: ""
}

.customer-support-wraper .answer-panel {
	padding: 0 10px 10px 50px;
	background-color: #fff;
	display: none;
	transition: max-height .2s ease-out
}

.customer-support-wraper .answer-panel ul {
	padding: 0;
	margin: 0
}

.contact-detailbox .txt-red {
	color: red
}

.customer-support-wraper .answer-panel ul li {
	list-style: disc;
	margin-left: 20px;
	border: 0
}

.customer-support-wraper .answer-panel p a {
	color: #4f8ffc;
	text-decoration: underline;
	padding: 0;
	display: inline-block
}

.customer-support-wraper .answer-panel p a.feedback-link {
	color: #1f1f1f;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #1f1f1f;
	border-radius: 5px;
	margin-left: 10px
}

.customer-support-wraper .select-box select {
	border-radius: 5px;
	border: 1px solid #ced0d4;
	cursor: pointer;
	margin-bottom: 15px;
	color: #0c5dba;
	width: 280px;
	padding: 10px;
	-webkit-appearance: auto
}

.customer-support-wraper .check-inlink {
	margin-bottom: 15px;
	font-weight: 500
}

.customer-support-wraper .check-inlink a {
	color: #4f8ffc;
	text-decoration: underline
}

.customer-support-wraper .check-inlink a:hover {
	text-decoration: none
}

.staticbaggage-details table {
	border-color: #ced0d4;
	font-size: 14px;
	margin-bottom: 15px
}

.staticbaggage-details table tr th {
	padding: 15px 5px;
	text-align: center;
	background: #e3edff
}

.staticbaggage-details table tr td {
	padding: 15px 5px;
	text-align: center
}

.staticbaggage-details .air-logo {
	width: 40px;
	vertical-align: middle
}

.staticbaggage-details .name {
	font-size: 15px;
	color: #4f8ffc;
	font-weight: 600
}

.staticbaggage-details .text-green {
	font-size: 15px;
	color: #3ab54a;
	font-weight: 600
}

.staticbaggage-details .text-orange {
	font-size: 15px;
	color: #ff8328;
	font-weight: 600
}

.component-detail-header {
	padding: 22px 0 0
}

.component-detail-header .detail-header {
	position: absolute;
	top: 77px;
	width: 100%;
	height: 100px;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
	padding: 16px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-detail-header .detail-header {
		top: 78px;
		font-size: 21px;
		font-weight: 600
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-detail-header .detail-header {
		top: 153px;
		font-size: 30px;
		font-weight: 600
	}
}

@media only screen and (min-width:768px)and (max-width:1023px)and (min-width:768px)and (max-width:1023px) {
	.component-detail-header .detail-header {
		top: 78px
	}
}

.component-detail-header .detail-header .detail-title-head {
	color: #fff;
	font-size: 21px;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-detail-header .detail-header .detail-title-head {
		color: #fff;
		font-size: 14px;
		padding: 0 12px;
		text-align: left
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-detail-header .detail-header .detail-title-head {
		font-size: 18px;
		padding: 6px 0
	}
}

.component-detail-header .detail-header .categorie-head {
	color: #ccc;
	font-size: 38px;
	font-weight: 700;
	padding-top: 5px;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-detail-header .detail-header .categorie-head {
		color: #fff;
		font-size: 28px;
		padding-top: 8px;
		text-align: center
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-detail-header .detail-header .categorie-head {
		font-size: 28px;
		padding: 9px 0
	}
}

.component-detail-header .detail-header .page-fol {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-detail-header .detail-header .page-fol {
		color: #fff;
		font-size: 12px;
		padding: 10px 12px;
		text-align: left
	}
}

.component-detail-header .detail-header .page-fol .brod {
	color: #ccc;
	font-size: 16px;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-detail-header .detail-header .page-fol .brod {
		color: #fff;
		font-size: 12px;
		text-align: left
	}
}

.component-detail-header .detail-header .page-fol .brod:hover {
	color: red
}

.component-blog {
	padding-bottom: 50px;
	position: relative
}

@media(max-width:767px) {
	.component-blog {
		padding: 0 0 10px
	}
}

.component-blog .blog-head {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #707070;
	font-size: 74px;
	text-align: center;
	width: 100%
}

@media(max-width:1023px) {
	.component-blog .blog-head {
		font-size: 20px;
		font-weight: 600
	}
}

.component-blog .inner-head {
	font-size: 34px
}

@media(max-width:1023px) {
	.component-blog .inner-head {
		font-size: 20px
	}
}

.component-blog aside {
	position: relative
}

.component-blog aside .detail-img img {
	background: url(../../../../index.html) no-repeat #fff;
	width: 100%;
	height: 417px;
	background-position: bottom center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .detail-img img {
		height: auto
	}
}

.component-blog aside h3 {
	font-size: 19px;
	color: #2a2d34;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside h3 {
		font-size: 16px
	}
}

.component-blog aside .date-bg {
	position: absolute;
	left: 15px;
	top: -6px;
	width: 50px;
	height: 50px;
	background-color: #005dba;
	z-index: 2
}

.component-blog aside .date-bg .blog-date {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 2em
}

.component-blog aside .date-bg .blog-month {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-top: 0;
	text-transform: uppercase;
	line-height: 28px;
	background-color: #fff
}

.component-blog aside .date-bg-icon {
	position: absolute;
	left: 65px;
	top: -6px;
	width: 5px;
	height: 6px;
	background: url(../../../../index.html) no-repeat;
	z-index: 2
}

.component-blog aside .date-bg-big {
	position: absolute;
	left: 15px;
	top: 350px;
	width: 50px;
	height: 50px;
	background-color: #005dba;
	z-index: 4
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .date-bg-big {
		top: -6px
	}
}

.component-blog aside .date-bg-big .blog-date-big {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 2em
}

.component-blog aside .date-bg-big .blog-month-big {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-top: 0;
	text-transform: uppercase;
	line-height: 28px;
	background-color: #fff
}

.component-blog aside .date-bg-icon-big {
	position: absolute;
	left: 65px;
	top: 350px;
	width: 5px;
	height: 6px;
	background: url(../../../../index.html) no-repeat;
	z-index: 2
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .date-bg-icon-big {
		top: -6px
	}
}

.component-blog aside .post-head {
	position: absolute;
	top: 355px;
	z-index: 2;
	padding: 20px 10px 20px 80px;
	background: rgba(0, 0, 0, .47);
	width: 100%;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .post-head {
		width: 100%;
		color: #000;
		line-height: 20px;
		position: relative;
		top: 0;
		z-index: auto;
		padding: 0;
		background: 0 0
	}
}

.component-blog aside .post-head:hover {
	color: #ccc
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .post-head:hover {
		color: #23527c
	}
}

.component-blog aside .content-title {
	padding: 0 0 45px;
	height: 200px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog aside .content-title {
		padding: 0 0 10px
	}
}

.component-blog aside .content-title p {
	font-size: 13px;
	color: #44484e;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 22px
}

.component-blog .widget-sidebar {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

@media(max-width:767px) {
	.component-blog .widget-sidebar {
		padding: 0
	}
}

.component-blog .widget-sidebar .header-section {
	height: auto
}

@media(max-width:767px) {
	.component-blog .widget-sidebar .header-section {
		min-height: auto
	}
}

.component-blog .widget-sidebar .drop-errow:before {
	top: 1px;
	right: 1px;
	height: calc(100% - 2px)
}

@media(max-width:767px) {
	.component-blog .widget-sidebar .javengine-txt {
		padding: 0;
		text-align: left
	}
}

.component-blog .widget-sidebar .javengine-txt #unAccompanied {
	margin: 0
}

.component-blog .widget-sidebar p {
	color: #aeaeae;
	font-weight: 600;
	margin: 6px 0;
	font-size: 13px
}

.component-blog .widget-sidebar .form-control {
	border: 1px solid #efeded;
	background: #efeded;
	height: 45px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: 0
}

.component-blog .widget-sidebar .blog-serch-btn {
	background-color: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	height: 45px;
	width: 55px
}

.component-blog .widget-sidebar .blog-serch-btn:hover {
	color: #fff
}

.component-blog .widget-sidebar .title-widget-sidebar {
	font-size: 14pt;
	border-bottom: 2px solid #e5ebef;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 600
}

.component-blog .widget-sidebar .title-widget-sidebar:after {
	border-bottom: 3px solid #005dba;
	width: 70px;
	display: block;
	position: absolute;
	content: "";
	padding-bottom: 10px;
	margin-top: -71px
}

.component-blog .widget-sidebar .content-widget-sidebar {
	width: 100%;
	float: left;
	height: auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-blog .widget-sidebar .content-widget-sidebar {
		padding: 0 0 8px
	}
}

.component-blog .widget-sidebar .content-widget-sidebar .recent-post-img {
	width: 22%;
	float: left;
	height: auto
}

.component-blog .widget-sidebar .content-widget-sidebar .recent-post-text {
	width: 78%;
	float: left;
	padding-left: 10px;
	min-height: 30px;
	height: auto
}

.component-blog .widget-sidebar .content-widget-sidebar .recent-post-text h5 {
	font-weight: 600;
	margin: 2px 0
}

.component-blog .widget-sidebar .content-widget-sidebar .recent-post-text h5:hover {
	color: #005dba
}

.component-blog .widget-sidebar .content-widget-sidebar .recent-post-text p {
	color: #777;
	font-weight: 600;
	margin: 6px 0;
	font-size: 12px
}

.component-blog .widget-sidebar .content-widget-sidebar hr {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #eee
}

.blog-navigation {
	height: 92px
}

@media(max-width:767px) {
	.blog-navigation {
		height: 50px
	}
}

.header-blog-engine #flightSearch input,
.header-blog-engine #flightSearch select {
	border: 1px solid #ccc !important;
	background: #fff
}

.header-blog-engine #searchHotel input,
.header-blog-engine #searchHotel select {
	border: 1px solid #ccc !important;
	background: #fff
}

.header-blog-engine #carSearch input,
.header-blog-engine #carSearch select {
	border: 1px solid #ccc !important;
	background: #fff
}

.header-blog-engine .dropdown-menu .form-group input {
	border: 0 !important
}

.header-blog-engine .cff-list-tab {
	padding: 5px 10px !important;
	border-radius: 0;
	font-size: 14px !important
}

.header-blog-engine .component-blog .widget-sidebar p {
	color: #005dba
}

.header-blog-engine .guests {
	top: 50px;
	left: auto;
	right: 0
}

.header-blog-engine .guests .select select {
	height: 22px !important
}

.header-blog-engine .header-section {
	background: #fff;
	padding: 0 10px
}

.header-blog-engine .flight-search {
	margin-bottom: 10px
}

.header-blog-engine .fa-plane,
.header-blog-engine .glyphicon-map-marker {
	color: #005dba !important
}

.header-blog-engine .pad03px {
	margin: 4px 0
}

@media(max-width:767px) {
	.header-blog-engine .addthis-smartlayers {
		display: none
	}
}

body.flight-listing-component {
	font-size: 12px;
	font-family: helvetica ce, Helvetica, Arial, sans-serif
}

body.flight-listing-component .navigation_block {
	height: 50px
}

@media(max-width:767px) {
	body.flight-listing-component .navigation_block {
		height: auto
	}
}

body.flight-listing-component .navigation_block .component-navigation-new .logo-cff {
	margin-top: 10px
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav {
	padding-top: 18px
}

@media(max-width:767px) {
	body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav {
		padding-top: 8px;
		margin: 0
	}
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav a {
	font-weight: 700
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav a:hover {
	color: #005dba
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav a .toll-free {
	color: #005dba
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover {
	color: #005dba
}

body.flight-listing-component .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone {
	color: #005dba
}

body.flight-listing-component .client-logos {
	text-align: center
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px
}

.switch input {
	display: none
}

.matrix-airline-icon {
	right: 5px;
	top: 5px;
	position: absolute
}

@media(max-width:767px) {
	.matrix-airline-icon {
		top: 1px;
		right: 2px;
		border: 0
	}
}

.matrix-slider .matrix-list-data:last-child {
	border-right: 1px dotted #ddd
}

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

.switch .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #0a3c5c;
	transition: .4s
}

.switch input:checked+.slider {
	background-color: #0a3c5c
}

.switch input:checked+.slider:before {
	background-color: #fff
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #299de8
}

.switch input:checked+.slider:before {
	transform: translateX(26px)
}

.component-flight-listing {
	background: #eee
}

.component-flight-listing .flip {
	transform: rotateY(180deg)
}

.component-flight-listing .flight-toprow {
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
	padding-bottom: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-toprow {
		padding-bottom: 0
	}
}

.component-flight-listing .flight-toprow h2 {
	margin: 0
}

.component-flight-listing .flight-toprow h3 {
	margin: 0;
	font-weight: 700;
	font-size: 22px;
	color: #005dba
}

@media(max-width:767px) {
	.component-flight-listing .flight-toprow h3 {
		margin-top: 4px
	}
}

.component-flight-listing .flight-toprow h3 sub {
	bottom: 0;
	right: .1em;
	font-size: 70%;
	font-weight: 300
}

.component-flight-listing .flight-toprow h3 small {
	font-size: 14px;
	color: #666
}

.component-flight-listing .flight-toprow.exclusive-deal-row {
	background: #ffd900
}

.component-flight-listing .flight-toprow.exclusive-deal-row .bookinggds {
	color: #ffd900
}

.component-flight-listing .res-search-bg {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
	height: 50px
}

.component-flight-listing .res-search-bg .res-search-pagination {
	margin-top: 0;
	margin-bottom: -26px;
	margin-left: -1px
}

.component-flight-listing .res-search-bg .res-search-pagination li .sort-by {
	background: 0 0;
	color: #333;
	cursor: pointer;
	border: none
}

.component-flight-listing .res-search-bg .res-search-pagination li a {
	background: 0 0;
	border: none;
	margin-bottom: 30px;
	padding: 0 22px;
	color: #dadada;
	font-size: 19px;
	font-weight: 100;
	cursor: default
}

.component-flight-listing .res-search-bg .res-search-pagination li a .fa-long-arrow-right {
	font-size: 20px;
	width: 40px;
	text-align: center;
	line-height: 24px;
	padding-left: 27px
}

.component-flight-listing .res-search-bg .res-search-pagination li a .fa-user {
	color: #dadada;
	font-size: 13px;
	width: 30px;
	height: 30px;
	border: 1px solid #dadada;
	border-radius: 50%;
	text-align: center;
	line-height: 27px
}

.component-flight-listing .res-search-bg .res-search-pagination li a .fa-plane {
	color: #dadada;
	font-size: 13px;
	width: 30px;
	height: 30px;
	border: 1px solid #dadada;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	transform: rotate(45deg)
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active {
	padding: 0 22px;
	color: #2e3843;
	font-size: 19px;
	font-weight: 100;
	cursor: default
}

@media(max-width:767px) {
	.component-flight-listing .res-search-bg .res-search-pagination li a.active {
		padding: 0 16px
	}
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active .fa-search {
	color: #9292a5;
	font-size: 12px;
	width: 28px;
	height: 28px;
	border: 1px solid #9292a5;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	margin-right: 5px
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active .fa-check {
	color: #9292a5;
	font-size: 13px;
	width: 30px;
	height: 30px;
	border: 1px solid #9292a5;
	border-radius: 50%;
	text-align: center;
	line-height: 27px
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active .fa-user {
	color: #9292a5;
	font-size: 13px;
	width: 30px;
	height: 30px;
	border: 1px solid #9292a5;
	border-radius: 50%;
	text-align: center;
	line-height: 27px
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active .fa-plane {
	color: #9292a5;
	font-size: 13px;
	width: 30px;
	height: 30px;
	border: 1px solid #9292a5;
	border-radius: 50%;
	text-align: center;
	line-height: 27px
}

.component-flight-listing .res-search-bg .res-search-pagination li a.active .fa-long-arrow-right {
	color: #9292a5;
	font-size: 20px;
	width: 40px;
	text-align: center;
	line-height: 24px;
	padding-left: 27px
}

.component-flight-listing .filter {
	padding-top: 16px;
	padding-left: 5px
}

@media(max-width:1023px) {
	.component-flight-listing .filter {
		position: fixed;
		left: -340px;
		top: 0;
		width: 320px;
		transition: all .5s;
		background: #fff;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9
	}

	.component-flight-listing .filter.open {
		left: 0;
		height: 100%
	}

	.component-flight-listing .filter.open .conponent-filters {
		display: block
	}
}

@media(max-width:1023px) {
	.component-flight-listing .filter {
		padding: 0
	}
}

.component-flight-listing .filter.filter2 {
	padding-right: 5px
}

.component-flight-listing .note {
	font-size: 12px;
	padding: 5px 8px 0 7px;
	height: 25px;
	color: #4d4d77
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-flight-listing .note {
		font-size: 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-flight-listing .note {
		font-size: 10px
	}
}

@media(max-width:1023px) {
	.component-flight-listing .flight-list {
		width: 100%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-list {
		background: #fff
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing.mt30 {
		margin-top: 10px
	}
}

.component-flight-listing .tab-container {
	margin-top: 10px
}

@media(max-width:767px) {
	.component-flight-listing .tab-container {
		margin-top: 7px
	}
}

.component-flight-listing .top-pagination {
	margin-top: 0;
	margin-bottom: -26px;
	margin-left: -1px
}

.component-flight-listing .top-pagination li .sort-by {
	background: 0 0;
	color: #333;
	cursor: pointer;
	border: none
}

.component-flight-listing .top-pagination li a {
	color: #333;
	margin-bottom: 30px;
	background: #ddd;
	border: 1px solid #fff;
	width: 80px;
	text-align: center;
	padding: 6px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .top-pagination li a {
		width: 70px
	}
}

.component-flight-listing .top-pagination li a.active {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	z-index: 1 !important
}

.component-flight-listing .top-pagination li a.active span:before {
	content: "";
	font-family: FontAwesome;
	left: 30px;
	font-size: 30px;
	position: absolute;
	bottom: -18px;
	color: #005dba
}

.component-flight-listing .top-pagination li.hover {
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .top-pagination li:first-child>a {
		width: 40px
	}
}

.component-flight-listing .bottom-pagination li.active>a {
	background: #005dba;
	color: #fff
}

.component-flight-listing .bottom-pagination li a {
	color: #333
}

.component-flight-listing .flight-result-strip-3 .flighttime {
	font-size: 16px;
	font-weight: 600
}

.component-flight-listing .flight-result-strip-3 .nonstop {
	color: #666
}

.component-flight-listing .flight-result-strip-3 .air-port {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: copy
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-result-strip-3 .air-port {
		text-overflow: inherit;
		white-space: inherit
	}
}

.component-flight-listing .flight-result-strip-3 .air-port .fa-map-marker {
	position: absolute;
	margin: -10px 0 0 -15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-result-strip-3 .mob-right {
		text-align: right
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-flight-listing .flight-result-strip-3 figure {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-result-strip-3 .col-xs-12:first-child {
		margin-bottom: 10px
	}
}

.component-flight-listing .flight-result-strip-4 .col-sm-12 {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px
}

.component-flight-listing .flight-result-strip-4 .col-sm-4 {
	background: #d9d9d9;
	padding-top: 6px;
	padding-bottom: 6px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-result-strip-4 .col-sm-4 {
		font-size: 11px;
		text-align: center
	}
}

.component-flight-listing .flight-result-strip-1 .highlight i.glyphicon {
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-result-strip-1 .quote-final-price {
		margin-bottom: 5px
	}
}

.component-flight-listing .flight-result-strip-2 {
	padding-top: 15px;
	padding-bottom: 15px
}

.component-flight-listing .flight-result-strip-2 figure img {
	display: inline-block
}

.component-flight-listing .flight-result-strip-2 figure figcaption {
	display: inline-block
}

.component-flight-listing .flight-row {
	padding: 10px 0;
	color: #666
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-row {
		border-bottom: 1px solid #999
	}
}

@media(max-width:1023px) {
	.component-flight-listing .flight-row {
		color: #3b3b3b
	}
}

.component-flight-listing .flight-row .coach-hilight {
	background: #cae5ff;
	color: #005dba;
	padding: 2px 4px
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-flight-listing .flight-row .coach-hilight {
		font-size: 11px
	}
}

@media(max-width:1023px) {
	.component-flight-listing .flight-row .coach-hilight {
		font-size: 11px
	}
}

.component-flight-listing .flight-row .flight-logo {
	float: left;
	margin-right: 10px;
	width: 60px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	border-radius: 8px
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-flight-listing .flight-row .flight-logo {
		width: 35px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-flight-listing .flight-row .flight-logo {
		width: 35px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-row .flight-logo {
		width: 35px
	}
}

.component-flight-listing .flight-row .flight-name {
	width: 180px;
	float: left
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-flight-listing .flight-row .flight-name {
		width: 170px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-flight-listing .flight-row .flight-name {
		width: 165px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-row .flight-name {
		margin-left: 0;
		width: auto
	}
}

.component-flight-listing .flight-row .flight-name b {
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize
}

.component-flight-listing .air-name {
	font-weight: 600;
	color: #444;
	text-transform: capitalize
}

.component-flight-listing a.my-tool-tip {
	color: #666;
	cursor: default !important
}

.component-flight-listing a.my-tool-tip:hover,
.component-flight-listing a.my-tool-tip:visited {
	color: #4d4d77
}

.component-flight-listing .my-tool-tip+.tooltip>.tooltip-inner {
	background-color: #4d4d77;
	color: #fff;
	border: 1px solid #4d4d77
}

.component-flight-listing .my-tool-tip+.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid #4d4d77
}

.component-flight-listing .date2 strong {
	text-transform: lowercase;
	color: #444
}

.component-flight-listing .date2 .fa-calendar {
	font-size: 12px;
	margin-left: 5px
}

.component-flight-listing .flexi-content {
	font-size: 13px;
	padding: 10px 0 5px 0
}

.component-flight-listing .flexi-content span {
	background: #3ab54a;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding: 5px 12px;
	margin-right: 10px
}

.component-flight-listing .flexi-content span:hover .tooltipBox {
	display: block
}

@media(max-width:1199px) {
	.component-flight-listing .flexi-content span {
		padding: 5px 7px;
		margin-right: 5px
	}
}

@media(max-width:1023px) {
	.component-flight-listing .flexi-content span {
		padding: 2px 5px
	}
}

@media(max-width:767px) {
	.component-flight-listing .flexi-content span {
		font-weight: 400
	}
}

@media(max-width:767px) {
	.component-flight-listing .flexi-content {
		font-size: 12px;
		padding: 1px 10px 5px 0;
		display: inline-block
	}
}

.component-flight-listing .flexi-content .tooltipBox {
	display: none;
	width: 440px;
	position: absolute;
	top: 37px;
	left: 60px;
	background: #fff;
	padding: 10px 12px;
	font-size: 12px;
	color: #919192;
	border-radius: 2px;
	z-index: 2;
	box-shadow: 0 0 6px #00000033
}

@media(max-width:767px) {
	.component-flight-listing .flexi-content .tooltipBox.nearby_airport {
		left: -114px
	}
}

.component-flight-listing .flexi-content .tooltipBox.nearby_airport:before,
.component-flight-listing .flexi-content .tooltipBox.nearby_airport:after {
	content: ""
}

@media(max-width:767px) {

	.component-flight-listing .flexi-content .tooltipBox.nearby_airport:before,
	.component-flight-listing .flexi-content .tooltipBox.nearby_airport:after {
		left: 198px
	}
}

@media(max-width:767px) {
	.component-flight-listing .flexi-content .tooltipBox {
		width: 280px;
		left: 0;
		font-size: 10px
	}
}

.component-flight-listing .flexi-content .tooltipBox:after,
.component-flight-listing .flexi-content .tooltipBox:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	left: 40px;
	border-bottom: 10px solid #ccc
}

@media(max-width:767px) {

	.component-flight-listing .flexi-content .tooltipBox:after,
	.component-flight-listing .flexi-content .tooltipBox:before {
		left: 84px
	}
}

.component-flight-listing .flexi-content .tooltipBox:after {
	border-bottom: 11px solid #fff;
	z-index: 1
}

.component-flight-listing .flexi-content .tooltipBox p {
	margin: 5px 0;
	line-height: 18px
}

@media(max-width:767px) {
	.component-flight-listing .flexi-content .tooltipBox p {
		line-height: 16px
	}
}

.component-flight-listing .flexi-content .tooltipBox .close_tooltip {
	font-size: 23px;
	position: absolute;
	right: 5px;
	top: 0;
	color: #333;
	cursor: pointer;
	display: none
}

.component-flight-listing .flexi-content .fa {
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 12px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 8px;
	border-radius: 100%;
	display: inline-block
}

.component-flight-listing .flexi-content .glyphicon {
	color: #ff8328
}

.component-flight-listing .flexi-content2 {
	font-size: 14px;
	padding: 6px 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flexi-content2 {
		font-size: 12px
	}
}

.component-flight-listing .flexi-content2 a {
	color: #005dba;
	text-decoration: none
}

.component-flight-listing .flexi-content2 a:hover {
	text-decoration: underline
}

.component-flight-listing .flexi-content2 .fa {
	color: #005dba
}

.component-flight-listing .flexi-content2 .glyphicon {
	color: #005dba
}

.component-flight-listing .dotted-bdr {
	border-top: 1px dashed #ccc;
	padding-top: 15px
}

.component-flight-listing .seprate-layover {
	text-align: center;
	background: #fff;
	padding: 0 5px;
	position: absolute;
	display: block;
	margin-top: 0;
	left: 50%;
	color: #666;
	transform: translateX(-50%);
	white-space: nowrap
}

@media(max-width:767px) {
	.component-flight-listing .seprate-layover {
		margin-top: -18px
	}
}

.component-flight-listing .seprate-layover-payment {
	text-align: center;
	background: #fff;
	padding: 0 5px;
	position: absolute;
	display: block;
	margin-top: 2px;
	left: 57%;
	color: #666
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-flight-listing .seprate-layover-payment {
		left: 43%
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-flight-listing .seprate-layover-payment {
		left: 43%
	}
}

.component-flight-listing .seprate-res {
	border-bottom: 1px solid #d9d9d9
}

.component-flight-listing .risk-free {
	text-align: right;
	color: #00b67a;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 700
}

@media(max-width:767px) {
	.component-flight-listing .risk-free {
		font-size: 11px
	}
}

.component-flight-listing .risk-free-payment {
	float: right;
	color: #3ab54a;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	margin: 0 15px 0 0;
	z-index: 1;
	position: relative
}

.component-flight-listing .fare-detail-con {
	display: inline-block
}

.component-flight-listing .fare-detail-con .fare-summery {
	display: none
}

.component-flight-listing .fare-detail-con:hover .fare-summery {
	position: absolute;
	background: #fff;
	border: 1px solid #7977d4;
	display: block;
	padding: 10px;
	color: #474584;
	width: 340px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 1;
	transition: .4s
}

.component-flight-listing .fare-detail-con:hover .fare-summery .traveler-sec {
	margin-bottom: 8px
}

.component-flight-listing .fare-detail-con:hover .fare-summery hr {
	margin: 8px 0;
	border-top: 1px solid #cccbe8
}

.component-flight-listing .fare-detail-con:hover .fare-summery div {
	clear: both
}

.component-flight-listing .fare-detail-con:hover .fare-summery label {
	color: #333;
	margin: 0
}

.component-flight-listing .fare-detail-con:hover .fare-summery .fare-right {
	float: right
}

.component-flight-listing .fare-detail-con:hover .fare-summery .fare-right b {
	font-size: 18px;
	color: #6f6dc1
}

.component-flight-listing .fare-detail-con:hover .fare-summery .fare-right2 {
	float: right;
	padding-right: 20px
}

.component-flight-listing .fare-detail-con:hover .fare-summery .total-fare {
	text-align: right;
	color: #333;
	font-size: 16px
}

.component-flight-listing .fare-detail-con:hover .fare-summery .total-fare span {
	padding-left: 10px;
	font-size: 14px;
	color: #6f6dc1
}

.component-flight-listing .fare-detail-con:hover .fare-summery .total-fare span b {
	font-size: 18px;
	font-weight: 700
}

.component-flight-listing .flight-listing-row {
	margin-bottom: 15px;
	font-size: 12px
}

@media(max-width:767px) {
	.component-flight-listing .flight-listing-row {
		margin-bottom: 8px;
		border: 1px solid #ccc
	}

	.component-flight-listing .flight-listing-row:hover,
	.component-flight-listing .flight-listing-row:focus {
		box-shadow: 0 3px 3px 4px #4d4d7724;
		border-color: #a2a2a2;
		color: #000
	}
}

.component-flight-listing .flight-listing-row .flight-toprow h2 {
	line-height: normal;
	color: #999
}

.component-flight-listing .flight-listing-row .flight-toprow h2 small {
	font-size: 16px;
	line-height: normal;
	vertical-align: middle
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-listing-row .flight-toprow h2 small {
		font-size: 12px
	}
}

.component-flight-listing .flight-listing-row .flight-toprow h2 sup {
	font-size: 12px;
	vertical-align: middle;
	line-height: normal
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-listing-row .flight-toprow h2 {
		font-size: 20px
	}
}

.component-flight-listing .flight-listing-row h4 {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 16px;
	font-family: Roboto
}

.component-flight-listing .flight-listing-row .container-fluid {
	border: 1px solid #d9d9d9;
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-listing-row .container-fluid {
		background: 0 0;
		border: 0
	}
}

.component-flight-listing .flight-listing-row .container-fluid:hover {
	border: 1px solid #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-listing-row .container-fluid:hover {
		border: 0
	}
}

.component-flight-listing .flight-listing-row .payment-baggage-strip span {
	margin-top: 6px;
	display: inline-block;
	color: #5b5b5b;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc
}

@media(max-width:767px) {
	.component-flight-listing .flight-listing-row .payment-baggage-strip span {
		display: block;
		margin-right: 0;
		font-size: 12px;
		padding-right: 0;
		border-right: 0
	}
}

@media(max-width:365px) {
	.component-flight-listing .flight-listing-row .payment-baggage-strip span {
		font-size: 10px
	}
}

.component-flight-listing .flight-listing-row .payment-baggage-strip span.removed-spcc {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}

.component-flight-listing .flight-listing-row .payment-baggage-strip span a {
	color: #005dba
}

.component-flight-listing .flight-listing-row .payment-baggage-strip span a:hover {
	color: #005dba
}

.save-txt {
	padding: 7px;
	color: #3ab54a;
	text-align: right;
	font-size: 14px;
	font-weight: 700
}

@media(max-width:1199px) {
	.save-txt {
		padding: 7px 10px;
		font-size: 13px;
		margin: 0 -15px;
		display: block
	}
}

.save-txt .result-tooltip p {
	font-weight: 400
}

.guaranteed-fares {
	padding: 4px 10px;
	border-radius: 20px;
	color: #00b67a !important;
	border: 1px solid #00b67a;
	font-size: 13px !important;
	vertical-align: middle
}

.share-block {
	padding: 10px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.share-block {
		padding: 5px 10px;
		background: #fff
	}
}

.share-block a {
	display: inline-block;
	margin-right: 20px;
	color: #005dba;
	padding: 6px 13px;
	font-weight: 700;
	border: 1px solid #a5a5c1;
	font-size: 12px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.share-block a {
		border: 0;
		padding: 0
	}
}

.share-block a:hover {
	color: #005dba;
	border-color: #005dba
}

.shareblock-content .content {
	width: 350px;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 12;
	padding: 20px
}

.shareblock-content .content .close {
	position: absolute;
	font-size: 16px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #333;
	opacity: 1;
	color: #fff;
	text-align: center;
	line-height: 40px;
	right: 0;
	top: 0;
	font-weight: 500
}

.shareblock-content .content .close:hover {
	background: #005dba
}

.shareblock-content .content .head {
	font-size: 20px;
	margin-bottom: 20px;
	color: #005dba
}

.shareblock-content .content .imp {
	font-size: 13px;
	font-weight: 700;
	color: #005dba;
	margin-bottom: 15px
}

.shareblock-content .content .city-name {
	font-size: 16px;
	text-align: center;
	line-height: 1.7em
}

.shareblock-content .content .city-name b {
	font-size: 20px;
	color: #005dba
}

.shareblock-content .content .mb10 {
	margin-bottom: 10px
}

.shareblock-content .content input {
	padding: 10px;
	font-size: 14px;
	width: 100%
}

.shareblock-content .content button {
	padding: 10px;
	border-radius: 0;
	font-size: 14px;
	margin-left: 15px;
	height: 45px;
	width: 110px
}

.shareblock-content .content button.btn-search {
	width: auto
}

.shareblock-content .overlay {
	background: rgba(0, 0, 0, .1);
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.result-radio-btn {
	clear: both;
	margin: 0 -18px !important
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.result-radio-btn {
		margin: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-radio-btn {
		margin: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.major-air-div {
		background: #fff;
		position: relative;
		padding: 0 0 0 10px;
		margin-bottom: -5px
	}

	.major-air-div h4 {
		margin-bottom: 10px !important
	}

	.major-air-div .pl0 {
		padding-left: 15px
	}

	.major-air-div .pr0 {
		padding-right: 15px
	}

	.major-air-div .pr2px {
		padding-left: 15px
	}

	.major-air-div .stop-class {
		position: absolute;
		top: 35px;
		right: 10px
	}

	.major-air-div .mob-call {
		position: absolute;
		right: 40%;
		top: 10px;
		font-size: 14px;
		font-weight: 700;
		color: #005dba
	}

	.mobile-data-start .major-air-div {
		padding: 0;
		margin-bottom: 0
	}

	.mobile-data-start .stop-class {
		right: 0
	}
}

.min-only {
	font-size: 14px;
	color: #005dba;
	font-weight: 700;
	margin-top: 5px
}

.min-only img {
	position: absolute;
	margin: -5px 0 0 -25px
}

.flexible-covid-msg ul {
	margin: 0;
	border-left: 1px solid #ccc;
	padding: 6px 6px 6px 15px
}

@media(min-width:1024px)and (max-width:1199px) {
	.flexible-covid-msg ul {
		padding: 0 6px 0 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.flexible-covid-msg ul {
		border-left: 0;
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 5px 10px;
		background: #fff;
		margin-bottom: -1px
	}
}

.flexible-covid-msg ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px
}

@media(min-width:1024px)and (max-width:1199px) {
	.flexible-covid-msg ul li {
		margin-bottom: 5px
	}
}

.flexible-covid-msg ul li a {
	color: #8d8d8d;
	font-weight: 400
}

.flexible-covid-msg ul li a:hover {
	color: #005dba
}

.flexible-covid-msg ul li a.covid-text {
	color: #4fb67a
}

.covid-safety-measures {
	background: #fff;
	color: #555;
	padding: 15px
}

.covid-safety-measures .headings {
	font-size: 16px;
	font-weight: 700;
	color: #333
}

.covid-safety-measures ul li {
	padding: 0 0 3px 25px;
	position: relative
}

.covid-safety-measures ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px
}

.covid-safety-measures ul li b {
	display: block;
	color: #333
}

.top-customize-tooltip {
	position: relative;
	display: inline-block
}

.top-customize-tooltip .top-tooltiptext {
	display: none;
	min-width: 344px;
	background-color: #fff;
	color: #3b3b3b;
	text-align: left;
	border-radius: 3px;
	padding: 10px 18px 10px 10px;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	font-size: 12px;
	left: 50%;
	box-shadow: 0 3px 3px 4px #4d4d7724;
	transition: opacity .3s;
	transform: translatex(-50%)
}

@media(max-width:767px) {
	.top-customize-tooltip .top-tooltiptext {
		min-width: 305px;
		font-weight: 400;
		font-size: 11px;
		padding: 7px 14px 7px 7px
	}
}

.top-customize-tooltip .top-tooltiptext.top-tooltip-flexi {
	left: 0;
	transform: none
}

@media(max-width:767px) {
	.top-customize-tooltip .top-tooltiptext.top-tooltip-flexi {
		left: -11px
	}
}

.top-customize-tooltip .top-tooltiptext.top-tooltip-flexi:after {
	left: 25%
}

@media(max-width:767px) {
	.top-customize-tooltip .top-tooltiptext.top-tooltip-flexi.flexible-mobile {
		left: -134px
	}
}

@media(max-width:767px) {
	.top-customize-tooltip .top-tooltiptext.top-tooltip-flexi.flexible-mobile:after {
		left: 60%
	}
}

.top-customize-tooltip .top-tooltiptext ul {
	padding: 0;
	margin: 0;
	border: none
}

.top-customize-tooltip .top-tooltiptext ul li {
	padding: 3px 0 3px 25px;
	position: relative
}

.top-customize-tooltip .top-tooltiptext ul li img {
	position: absolute;
	top: 3px;
	left: 0
}

.top-customize-tooltip .top-tooltiptext::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.top-customize-tooltip .top-tooltiptext.trip_protection_tooltip {
	box-shadow: none;
	background-color: #eaffd4;
	width: 300px;
	min-width: inherit;
	left: 0;
	bottom: 39px;
	transform: none;
	border: 1px solid #4fb67a
}

.top-customize-tooltip .top-tooltiptext.trip_protection_tooltip:after {
	left: 25px;
	border-color: #4fb67a transparent transparent transparent
}

.top-customize-tooltip .top-tooltiptext.trip_protection_tooltip p {
	margin: 0;
	padding-left: 27px;
	position: relative
}

.top-customize-tooltip .top-tooltiptext.trip_protection_tooltip p .fa-thumbs-up {
	font-size: 21px;
	color: #4fb67a;
	position: absolute;
	left: 0
}

.top-customize-tooltip .top-tooltiptext.trip_protection_tooltip .close_mobile {
	color: #000;
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 14px;
	padding: 4px 9px
}

.conponent-filters {
	z-index: 2;
	position: relative
}

@media(max-width:1023px) {
	.conponent-filters {
		display: none
	}
}

.conponent-filters .list-group {
	background: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	border: #dadada 1px solid;
	padding-bottom: 1px;
	position: relative
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.conponent-filters .list-group {
		margin-bottom: 0;
		padding: 10px 0;
		border: none
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.conponent-filters .list-group {
		margin-bottom: 0;
		padding-bottom: 5px
	}
}

.conponent-filters .list-group .filterHead {
	padding: 10px;
	font-weight: 600
}

.conponent-filters .list-group .border {
	border-top: 1px solid #ccc
}

@media(max-width:1023px) {
	.conponent-filters .list-group .border {
		padding: 0 10px
	}
}

.conponent-filters .drag-slider {
	border-bottom: 1px solid #005dba;
	width: 100%;
	height: 2px;
	position: relative;
	margin-top: 15px;
	padding: 0 6px
}

.conponent-filters .drag-slider a.ui-state-default {
	display: inline-block;
	border: 2px solid #005dba;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	background: #fff;
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.conponent-filters .drag-slider a.ui-state-default {
		background: #005dba;
		height: 20px;
		width: 20px;
		top: -9px
	}
}

.conponent-filters .list-group-item {
	border: 0;
	padding: 10px 7px
}

@media(min-width:1024px)and (max-width:1199px) {
	.conponent-filters .list-group-item {
		padding: 10px 12px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.conponent-filters .list-group-item {
		padding: 10px 12px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.conponent-filters .list-group-item {
		padding: 10px 12px
	}
}

.conponent-filters .list-group-item .departure-time {
	font-size: 12px;
	margin-bottom: 5px;
	color: #4e4e4e
}

.conponent-filters .list-group-item .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px
}

.conponent-filters .list-group-item .switch input {
	display: none
}

.conponent-filters .list-group-item .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #299de8;
	transition: .4s
}

.conponent-filters .list-group-item .switch .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #0a3c5c;
	transition: .4s
}

.conponent-filters .list-group-item .switch input:checked+.slider {
	background-color: #0a3c5c
}

.conponent-filters .list-group-item .switch input:checked+.slider:before {
	background-color: #fff
}

.conponent-filters .list-group-item .switch input:focus+.slider {
	box-shadow: 0 0 1px #299de8
}

.conponent-filters .list-group-item .switch input:checked+.slider:before {
	transform: translateX(26px)
}

.conponent-filters .list-group-item .component-flight-listing .flight-list {
	background: #005dba
}

.conponent-filters .list-group-item .component-flight-listing .pagination {
	margin: 0
}

.conponent-filters .list-group-item .component-flight-listing .pagination a {
	padding: 10px 47px;
	z-index: 1 !important
}

.conponent-filters .list-group-item .component-flight-listing .pagination a:first-child {
	border-radius: 0
}

.conponent-filters .list-group-item .component-flight-listing .flight-result-strip-4 .col-sm-4 {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}

.conponent-filters .list-group-item .component-flight-listing .flight-result-strip-4 .col-sm-12 {
	background: #fff;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px
}

.conponent-filters .list-group-item .component-flight-listing .flight-result-strip-2 {
	padding-top: 15px;
	padding-bottom: 15px
}

.conponent-filters .list-group-item .component-flight-listing .flight-result-strip-2 figure img {
	display: inline-block
}

.conponent-filters .list-group-item .component-flight-listing .flight-result-strip-2 figure figcaption {
	display: inline-block
}

.conponent-filters .list-group-item .component-flight-listing .flight-toprow {
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px
}

.conponent-filters .list-group-item .component-flight-listing .flight-toprow h2 {
	margin: 0
}

.conponent-filters .list-group-item .component-flight-listing .flight-listing-row {
	border: 1px solid #fff
}

.conponent-filters .list-group-item .component-flight-listing .flight-listing-row .flight-toprow h2 {
	line-height: normal
}

.conponent-filters .list-group-item .component-flight-listing .flight-listing-row .flight-toprow h2 small {
	font-size: 11px;
	line-height: normal;
	display: block
}

.conponent-filters .list-group-item .component-flight-listing .flight-listing-row .flight-toprow h2 sup {
	font-size: 12px;
	vertical-align: middle;
	line-height: normal
}

.conponent-filters .list-group-item .conponent-filters .drag-slider {
	border-bottom: 1px solid red;
	width: 100%;
	height: 1px;
	position: relative
}

.conponent-filters .list-group-item .conponent-filters .drag-slider>i {
	display: inline-block;
	border: 1px solid red;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: absolute;
	top: -7;
	background: #fff;
	cursor: pointer
}

.conponent-filters .list-group-item .conponent-filters .drag-slider>i.drag-slider-left-icon {
	left: 0;
	top: -7px
}

.conponent-filters .list-group-item .conponent-filters .drag-slider>i.drag-slider-right-icon {
	right: 0;
	top: -7px
}

.conponent-filters .list-group-item .conponent-filters .list-group-item {
	border: 0
}

.conponent-filters .list-group-item .conponent-filters .list-group-item.active {
	border-radius: 0;
	border: 0;
	background: #fddfe0;
	color: #333;
	text-shadow: none;
	font-weight: 700;
	font-size: 14px
}

.conponent-filters .list-group-item.active {
	border-radius: 0;
	border: 0;
	background: 0 0;
	color: #333;
	text-shadow: none;
	font-weight: 700;
	padding: 10px 6px;
	margin-bottom: -14px;
	font-size: 14px
}

.conponent-filters .list-group-item .head2 {
	font-weight: 700;
	margin-bottom: 10px
}

.conponent-filters .list-group-item .connetion-input {
	border: 1px solid #ccc;
	line-height: initial
}

.conponent-filters #sticker {
	left: 15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.conponent-filters #sticker {
		left: auto
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.conponent-filters #sticker {
		left: auto
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.conponent-filters #sticker {
		left: auto
	}
}

.showFilter {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #005dba;
	z-index: 2
}

.showFilter:hover,
.showFilter:focus {
	color: #005dba
}

@media(max-width:1023px) {
	.showFilter {
		right: 15px
	}
}

.filter-show-more {
	padding: 0 7px 10px
}

.filterContainer {
	position: static;
	top: 120px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.filterContainer {
		background: #fff none repeat scroll 0 0;
		bottom: 30px;
		height: 100%;
		left: 0;
		overflow-x: hidden;
		overflow-y: visible;
		position: fixed;
		top: 0;
		z-index: 9
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.filterContainer {
		background: #fff none repeat scroll 0 0;
		bottom: 30px;
		height: 100%;
		left: 0;
		overflow-x: hidden;
		overflow-y: visible;
		position: fixed;
		top: 0;
		z-index: 7
	}
}

.reset-filters {
	width: 100%;
	float: none !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#sticker {
		width: 100% !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.apply-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 47px
	}
}

.filter-top-strip {
	background: #fff;
	padding: 10px 15px;
	color: #b8b7b7;
	font-size: 16px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#sticker .mb30px {
		margin-bottom: 30px
	}
}

.midum-overlay {
	background: #eee;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

#src-mid {
	width: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0 30px 50px #bbb;
	z-index: 12
}

@media(max-width:1023px) {
	#src-mid {
		position: absolute;
		top: 50px;
		transform: translate(-50%, 0)
	}
}

@media(max-width:767px) {
	#src-mid {
		width: 480px;
		height: auto;
		top: 0
	}
}

@media(max-width:479px) {
	#src-mid {
		width: 95%;
		height: auto
	}
}

#src-mid.abc {
	width: 700px;
	height: 380px;
	background: url(../../../assets/pay-later.jpg) no-repeat right center #fff;
	padding-right: 230px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#src-mid.abc {
		width: 100%;
		background: #fff;
		padding: 5px;
		height: auto;
		position: fixed;
		left: 50%;
		top: 50%
	}
}

#src-mid .content {
	font-size: 16px;
	text-align: center;
	color: #333
}

@media(max-width:767px) {
	#src-mid .content {
		padding: 10px
	}
}

#src-mid .interm-content {
	margin-bottom: 30px
}

#src-mid .head {
	font-size: 18px;
	font-weight: 700
}

@media(max-width:767px) {
	#src-mid .head {
		font-size: 15px
	}
}

#src-mid .icon.fa {
	font-weight: 100;
	margin: 0 10px
}

#src-mid .date {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px
}

@media(max-width:767px) {
	#src-mid .date {
		font-size: 14px
	}
}

#src-mid .pls-wait {
	font-size: 16px;
	margin-bottom: 15px;
	color: #005dba
}

#src-mid .risk-free-txt {
	background: #00b67a;
	color: #fff;
	padding: 10px 15px;
	border-radius: 20px;
	width: 86%;
	margin: 0 auto
}

@media(max-width:767px) {
	#src-mid .risk-free-txt {
		width: 95%;
		font-size: 14px
	}
}

#src-mid .cf-logo {
	text-align: center;
	padding: 10px 0
}

#src-mid .cf-logo img {
	width: 170px
}

@media(max-width:1199px) {
	#src-mid .cf-logo img {
		width: 135px;
		margin-left: 15px
	}
}

@media(max-width:767px) {
	#src-mid .cf-logo img {
		width: 100px
	}
}

#src-mid .afirm_logo_loading {
	width: 160px;
	vertical-align: bottom
}

@media(max-width:767px) {
	#src-mid .afirm_logo_loading {
		width: 100px
	}
}

#src-mid-car .content {
	font-size: 16px;
	text-align: center;
	color: #333
}

#src-mid-car .interm-content {
	margin-bottom: 30px
}

#src-mid-car .head {
	font-size: 30px;
	font-weight: 700
}

#src-mid-car .icon.fa {
	font-weight: 100;
	margin: 0 10px
}

#src-mid-car .date {
	font-size: 18px;
	margin-bottom: 30px
}

#src-mid-car .pls-wait {
	font-size: 18px;
	margin-bottom: 35px;
	color: #005dba
}

ul.filterTabs li {
	background: #eee none repeat scroll 0 0;
	color: #acacac;
	display: inline-block;
	font-size: 14px;
	height: 70px;
	padding: 10px 0;
	text-align: center;
	width: 24%;
	cursor: pointer
}

ul.filterTabs li .fa {
	font-size: 28px
}

ul.filterTabs li .glyphicon {
	font-size: 24px
}

ul.filterTabs li.active {
	position: relative;
	background: #005dba;
	border-bottom: 1px solid #fff;
	color: #fff
}

ul.filterTabs li.active:before {
	content: "";
	font-family: FontAwesome;
	left: 50%;
	position: absolute;
	bottom: -20px;
	font-size: 40px;
	color: #005dba;
	transform: translateX(-50%);
	z-index: 2
}

.dollar-circle-filter {
	border: 1px solid;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 18px !important
}

.tab-pane {
	display: block;
	background: #ededed
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tab-pane {
		display: none;
		padding: 15px !important;
		border-bottom: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tab-pane.active {
		display: inherit
	}
}

.major-airline {
	float: left;
	position: relative
}

.major-airline a {
	padding: 0 0 5px 0;
	position: relative
}

.major-airline .fare_detail {
	display: none;
	background: #e1e1f2;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	left: 60px;
	top: 0;
	width: 300px;
	border: 1px solid #005dba;
	z-index: 1
}

.major-airline .fare_detail:before {
	content: "";
	font-family: FontAwesome;
	left: -7px;
	font-size: 18px;
	position: absolute;
	top: 10px;
	color: #005dba
}

.major-airline:hover .fare_detail {
	display: block
}

.major-airline .fare_detail p {
	text-align: justify;
	margin-bottom: 0
}

.major-airline .fare_detail a {
	text-decoration: underline;
	color: #2c97b9
}

.filter-bottom-tab {
	z-index: 8;
	background: #fff;
	color: #005dba;
	width: 100%;
	display: none;
	padding-left: 8px;
	border-bottom: 1px solid #dadada
}

@media(max-width:1023px) {
	.filter-bottom-tab {
		display: block
	}
}

.filter-bottom-tab .bottom-call-strip {
	background: #005dba;
	padding: 10px 0;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9
}

.filter-bottom-tab .bottom-call-strip a {
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.filter-bottom-tab .bottom-call-strip a:hover {
	text-decoration: underline
}

.filter-bottom-tab .bottom-call-strip:hover {
	background: #005dba
}

.filter-bottom-tab .filter-label-head {
	font-size: 14px;
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	cursor: pointer
}

.filter-bottom-tab select {
	border: 0;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}

.filter-bottom-tab select:focus {
	border: 0;
	outline: none
}

.filter-bottom-tab select:active {
	border: 0;
	outline: none
}

.mobile-itenery {
	background: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	color: #737373;
	display: none
}

@media(max-width:1023px) {
	.mobile-itenery {
		display: block
	}
}

.mobile-itenery .city-itenery {
	padding: 6px 0 6px 8px
}

.mobile-itenery .city-itenery .airportCode {
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	color: #3b3b3b
}

.mobile-itenery .city-itenery .airportName {
	font-size: 11px;
	line-height: 14px
}

.mobile-itenery .city-itenery .airporticon {
	font-size: 16px;
	text-align: left;
	line-height: 16px
}

.mobile-itenery .city-itenery .itenery-date {
	color: #3b3b3b
}

.mobile-itenery .modify-src-btn {
	background: #eee;
	width: 57px;
	text-align: center;
	cursor: pointer;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 0;
	padding-top: 4px
}

@media(max-width:767px) {
	.booking-block-content .flight-listing-row {
		background: #fff;
		border: 1px solid #999 !important
	}

	.booking-block-content .flight-listing-row:hover {
		border: 1px solid #999 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mobile-list-row .container-fluid {
		padding: 0;
		margin: 0;
		width: 100%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mobile-width-set {
		padding: 0;
		margin: 0;
		width: 100%
	}
}

.mobile-itenery {
	position: relative;
	height: 88px;
	transition: all .5s ease 0s;
	width: 100%;
	z-index: 4;
	overflow: hidden
}

.mobile-itenery.fixed {
	position: fixed;
	top: 0
}

@media(max-width:767px) {
	.mobile-data-start {
		padding: 5px 10px;
		background: #fff
	}
}

@media(max-width:365px) {
	.mobile-data-start {
		font-size: 11px
	}
}

.nearby-content {
	color: #ff8328;
	display: block;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 7px
}

.nearby-content .glyphicon {
	color: #ff8328
}

.nearby-content .fa {
	color: #ff8328
}

.nearby-content span {
	color: #ff8328;
	background: #fff0d9;
	border: 1px solid #ff8328;
	padding: 3px;
	font-weight: 700;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 3px
}

.nearby-content span:last-child {
	margin-right: 0
}

.mobile-price {
	font-size: 13px;
	font-weight: 700;
	color: #005dba;
	text-align: right
}

.mobile-class {
	text-align: right;
	margin-bottom: 5px;
	position: relative;
	float: right;
	width: 185px;
	color: #8d8d8d;
	font-size: 11px
}

.stop-errow {
	background: url(../../../../index.html) no-repeat center bottom;
	padding: 0 0 5px;
	text-align: center
}

.stop-errow2 {
	border-bottom: 1px solid #ccc;
	margin: 0 5px;
	padding: 0 0 5px;
	text-align: center;
	height: 10px
}

.stop-errow2 .fa {
	position: absolute;
	bottom: -5px;
	color: #ccc;
	right: 4px
}

.fs16px span {
	text-transform: lowercase
}

.time-top {
	margin-top: 8px;
	color: #666
}

@media(max-width:1023px) {
	.time-top {
		color: #3b3b3b
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.time-top {
		margin-top: 0;
		font-size: 11px;
		white-space: nowrap
	}
}

.usd-filter {
	border: 1px solid;
	border-radius: 50px;
	font-size: 16px !important;
	height: 30px;
	line-height: 30px;
	width: 30px
}

.mob-date {
	color: #999
}

.flexi-mob-content {
	background: #4e4e78 none repeat scroll 0% 0%;
	color: #fff;
	font-weight: 600;
	padding: 2px 10px;
	display: inline-block;
	float: right
}

.save-mob-content {
	background: #ffce00;
	padding: 2px 10px;
	display: inline-block;
	float: left;
	font-weight: 600
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 1 !important
}

#tab-3 .checkbox,
#tab-3 .radio {
	padding: 5px 0
}

#tab-4 .checkbox,
#tab-4 .radio {
	padding: 5px 0
}

#tab-4,
#tab-1 {
	color: #4e4e4e
}

#tab-4 .list-group-item,
#tab-1 .list-group-item {
	padding: 10px 7px
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	#tab-4,
	#tab-1 {
		padding: 0
	}
}

#tab-1 .checkbox,
#tab-1 .radio {
	padding: 5px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#tab-1 .checkbox,
	#tab-1 .radio {
		padding: 10px 0
	}
}

.checkbox,
.radio {
	margin-bottom: 5px
}

.filter-air-logo {
	border-radius: 8px;
	display: inline-block;
	outline: 1px solid #fff;
	outline-offset: -1px;
	width: 15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.filter-air-logo {
		width: 30px;
		margin-left: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.filter-air-logo {
		width: 30px;
		margin-top: -5px;
		margin-left: 5px
	}
}

.filter-applyBtn {
	background: #005dba none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 15px auto 10px;
	padding: 15px 20px;
	text-align: center;
	width: 100%;
	cursor: pointer
}

@media(max-width:767px) {
	.filter-applyBtn {
		width: 88%
	}
}

.filter-applyBtn:hover {
	background: #005dba;
	color: #fff
}

.filter-applyBtn:focus {
	background: #005dba;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.filter-position {
		background: rgba(255, 255, 255, .8);
		bottom: 73px;
		padding: 12px 0;
		position: static;
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.sticky-wrapper {
		background: #fff
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	#sticker {
		width: 100% !important;
		position: static !important
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	#sticker {
		width: 100% !important;
		position: static !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#sticker {
		background: #fff;
		padding-bottom: 130px;
		width: 100% !important;
		position: static !important
	}
}

.filter-topbtn {
	color: #fff;
	font-size: 16px;
	display: inline-block
}

.filter-topbtn:hover,
.filter-topbtn:visited,
.filter-topbtn:focus {
	color: #fff
}

.more_results {
	background: #005dba;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px
}

.more_results .fa {
	font-size: 26px;
	vertical-align: middle
}

.more_results:hover {
	background: #005dba
}

.more_results:focus {
	background: #005dba
}

.more_results:active {
	background: #005dba
}

.more_results-margin {
	margin-top: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.more_results-margin {
		margin-top: 80px
	}
}

#scrollBottomtop {
	background-color: #005dba;
	border: medium;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 30px;
	height: 40px;
	line-height: 12px;
	opacity: .9;
	outline: medium;
	padding: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 9;
	border-radius: 50%
}

#scrollBottomtop:hover {
	opacity: 1
}

.combi-fare {
	margin-left: 35px;
	font-size: 11px;
	position: relative
}

.combi-fare2 {
	margin-left: 24%;
	position: relative;
	border: 1px solid #ffcf00;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	background: #ffffd4
}

@media(max-width:1199px) {
	.combi-fare2 {
		margin-left: 15%
	}
}

@media(max-width:767px) {
	.combi-fare2 {
		display: block;
		margin-left: 0;
		display: none
	}
}

@media(max-width:479px) {
	.combi-fare2 {
		font-size: 11px;
		padding: 4px 5px;
		line-height: 20px
	}
}

.combi-fare2 span {
	color: #005dba
}

.woo-content {
	position: absolute;
	left: 23%;
	color: #f7bd31;
	border: 1px dashed #f7bd31;
	padding: 5px 20px !important;
	font-size: 14px;
	margin-top: -3px;
	-webkit-animation: blink 3s linear infinite;
	-moz-animation: blink 3s linear infinite;
	-ms-animation: blink 3s linear infinite;
	-o-animation: blink 3s linear infinite;
	animation: blink 3s linear infinite
}

@media(max-width:1199px) {
	.woo-content {
		left: 20%
	}
}

@media(max-width:1023px) {
	.woo-content {
		display: none
	}
}

@media(max-width:767px) {
	.woo-content {
		position: relative;
		left: 0;
		color: #4d4d77;
		border: 0;
		padding: 10px !important;
		font-size: 14px;
		margin-top: 17px;
		display: block;
		text-align: left;
		margin-left: -10px;
		margin-right: -20px;
		background: #f7bd31;
		margin-bottom: -10px
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	50.01% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	50.01% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	50.01% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	50.01% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	50.01% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.combi-fare a {
	padding: 0 0 11px 13px;
	text-decoration: underline;
	position: relative
}

.combi-fare .fa-info {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #005dba;
	color: #005dba;
	border-radius: 100%;
	font-size: 11px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	width: 15px
}

.combi-fare .combi_detail {
	display: none;
	background: #fff;
	font-size: 12px;
	padding: 14px;
	position: absolute;
	left: 0;
	top: 30px;
	width: 326px;
	border: 1px solid #94afc6;
	z-index: 2;
	font-weight: 500
}

@media(max-width:767px) {
	.combi-fare .combi_detail {
		width: 280px;
		padding: 8px
	}
}

.combi_detail .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 15px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

.combi-fare:hover .combi_detail {
	display: block
}

.combi-fare a:hover {
	text-decoration: none
}

.combofare-mobile {
	font-size: 9px;
	display: block;
	color: #999
}

.combofare-mobile .fa {
	color: #005dba
}

.result-tooltip {
	position: relative;
	display: inline-block
}

.result-tooltip.hotel-policy .show_policy {
	width: 250px
}

.result-tooltip.hotel-policy .arrow {
	left: 115px
}

.result-tooltip a {
	color: #666;
	cursor: default
}

.info-tooltip-icon {
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 12px;
	border: 1px solid #005dba;
	color: #005dba;
	font-size: 8px;
	border-radius: 100%;
	display: inline-block
}

.info-tooltip-icon.black {
	border-color: #000
}

.result-tooltip .show_policy {
	display: none;
	background: #fff;
	color: #333;
	padding: 5px;
	position: absolute;
	left: -34px;
	top: 25px;
	width: 200px;
	border: 1px solid #94afc6;
	z-index: 5
}

@media(max-width:1023px) {
	.result-tooltip .show_policy {
		right: -5px;
		left: initial
	}
}

@media(max-width:767px) {
	.result-tooltip .show_policy {
		left: -5px
	}
}

.result-tooltip .show_policy.show_policy.payment-tooltip {
	left: inherit;
	right: -18px
}

.result-tooltip .show_policy.show_policy.payment-tooltip .arrow {
	left: inherit;
	right: 12px
}

.show_policy .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 28px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

@media(max-width:1023px) {
	.show_policy .arrow {
		right: 1px;
		left: initial !important
	}
}

@media(max-width:767px) {
	.show_policy .arrow {
		left: 0 !important;
		right: initial
	}
}

.result-tooltip:hover .show_policy {
	display: block
}

.baggage_tooltip {
	position: relative;
	margin-top: 4px
}

.baggage_tooltip .bag {
	position: absolute;
	left: -15px;
	top: 3px
}

.baggage_tooltip .show_policy {
	left: inherit;
	right: 2px;
	width: 140px
}

.baggage_tooltip .show_policy .arrow {
	left: inherit !important;
	right: 42px
}

.baggage_tooltip .baggage_tooltip_text {
	white-space: nowrap
}

.baggage_tooltip .baggage_tooltip_text .title {
	text-decoration: underline
}

.baggage-info-tool-tip .show_policy {
	left: inherit;
	right: -15px;
	top: 26px
}

@media(max-width:767px) {
	.baggage-info-tool-tip .show_policy {
		right: 0
	}
}

@media(max-width:479px) {
	.baggage-info-tool-tip .show_policy {
		top: 9px
	}
}

.baggage-info-tool-tip .show_policy .arrow {
	left: inherit;
	right: 10px
}

.baggage-info-tool-tip .show_policy ul {
	list-style: inherit;
	padding-left: 13px
}

.baggage-info-tool-tip .show_policy ul li {
	list-style: inherit;
	font-size: 11px
}

@media(max-width:767px) {
	.baggage-info-tool-tip .info-tooltip-icon {
		top: -15px
	}
}

@media(max-width:479px) {
	.baggage-info-tool-tip .info-tooltip-icon {
		top: -10px;
		right: -15px;
		position: absolute
	}
}

.text-nowrap {
	white-space: nowrap
}

.text-wrap {
	white-space: normal
}

.result-tooltip p {
	margin: 0;
	font-size: 11px;
	font-weight: 400
}

.mixd-cabin {
	text-align: center;
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 15px;
	color: #005dba;
	background: #ecdddd
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mixd-cabin {
		font-size: 12px;
		text-align: left
	}
}

.mixd-cabin h4 {
	margin: 0;
	font-size: 15px
}

.trustpilotDiv {
	width: 100%;
	text-align: center;
	padding: 10px 0 20px
}

.trustpilotDiv .ratingText {
	font-size: 29px;
	line-height: 30px;
	color: #333;
	padding-top: 10px
}

.trustpilotDiv .reviewText {
	font-size: 19px;
	line-height: 20px;
	text-decoration: underline
}

.wrapper-reviews {
	width: 100%;
	background: #fff;
	margin-bottom: 30px
}

.wrapper-reviews .tp-widget-review {
	padding: 10px 15px;
	color: #333
}

.wrapper-reviews .tp-widget-review .block {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc
}

.wrapper-reviews .tp-widget-review .block:last-of-type {
	border: none
}

.wrapper-reviews .tp-widget-review .tp-name {
	font-size: 12px;
	font-weight: 700
}

.wrapper-reviews .tp-widget-review .tp-time {
	font-size: 10px
}

.wrapper-reviews .tp-widget-review .tp-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px
}

.wrapper-reviews .tp-widget-review .readmore {
	color: #005dba;
	text-decoration: none;
	font-weight: 700
}

.wrapper-reviews .tp-widget-review p {
	display: none
}

.tp-rating {
	overflow: hidden;
	width: 100%;
	padding: 6px 0
}

.tp-rating i {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	display: block;
	margin-right: 2px;
	float: left;
	background: #d6d6d6
}

.tp-rating.one i:first-child {
	background: red
}

.tp-rating.two i:nth-last-child(n+4) {
	background: #ff8622
}

.tp-rating.three i:nth-last-child(n+3) {
	background: #ffce00
}

.tp-rating.four i:nth-last-child(n+2) {
	background: #73cf11
}

.tp-rating.five i {
	background: #00b67a
}

.tp-rating.bigStar i {
	width: 36px;
	height: 36px;
	display: inline-block;
	float: none;
	font-size: 23px;
	line-height: 36px
}

.mobile-header {
	background: #005dba;
	padding: 11px;
	display: none
}

@media(max-width:1023px) {
	.mobile-header {
		display: block
	}
}

.no-scroll {
	overflow: hidden;
	position: fixed
}

.flight-class-type {
	position: absolute;
	right: 20px
}

.price-displayed {
	position: absolute;
	left: -96px;
	top: 1px
}

.flist-banner {
	margin: 15px 0;
	text-align: center;
	clear: both
}

@media(max-width:1199px) {
	.flist-banner img {
		width: 100%
	}
}

.cabin-class-block {
	text-align: center;
	padding: 50px 0
}

.cabin-class-block .oops {
	font-size: 30px;
	color: #005dba;
	line-height: 36px
}

.cabin-class-block p.txt {
	padding: 15px 0;
	font-size: 18px;
	color: #707070
}

.cabin-class-block .explore-btn {
	padding: 10px 20px;
	font-size: 16px;
	background: #005dba;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	width: 250px
}

.cabin-class-block .modify-btn {
	padding: 10px 20px;
	font-size: 16px;
	background: #fff;
	color: #707070;
	border: 1px solid #707070;
	display: inline-block;
	margin-bottom: 15px;
	width: 250px
}

.cabin-class-block p {
	font-size: 14px;
	color: #707070
}

.cabin-class-block p a {
	color: #00b67a;
	text-decoration: none
}

.cabin-class-block p a:hover {
	text-decoration: underline
}

@media print {
	a[href]:after {
		content: none
	}

	.loginBar,
	.print_buttons,
	.covid-section,
	.foot-links,
	.noprint,
	.itinerary_detailBox .chk-booking,
	.affirm_logo_home,
	.tp-logo-in-banner {
		display: none
	}

	.col-sm-4 {
		width: 33.3%;
		float: left
	}

	table {
		page-break-inside: avoid
	}

	tr {
		page-break-inside: avoid
	}
}

@page {
	size: auto;
	margin: 2mm;
	page-break-inside: inherit;
	-webkit-print-color-adjust: exact !important
}

@media(max-width:1023px) {
	#_hj_feedback_container {
		display: none !important
	}
}

.risk-free-mobile {
	text-align: center;
	color: #fff;
	padding: 3px 0;
	font-size: 10px;
	background: #4fb67a;
	margin: 0 -10px -5px
}

.risk-free-mobile .bi-check-circle {
	position: relative;
	top: 2px
}

.pr-m-0 {
	padding-right: 0
}

.sorting-mobile {
	color: #3b3b3b
}

.mob-date-f {
	position: absolute;
	margin: 3px 0 0 4px
}

@media(max-width:767px) {
	#resultCFF {
		padding: 0 8px
	}
}

.d-block {
	color: #333;
	display: inline-block;
	font-weight: 700;
	text-decoration: underline
}

.d-block:hover,
.d-block:focus {
	color: #333;
	text-decoration: underline
}

.orange {
	color: #ff8328
}

.covid-list .collapse.in {
	display: inline !important
}

.filter-bottom-tab .reset-filter-button {
	display: none;
	float: right
}

@media(max-width:1023px) {
	.filter-bottom-tab .reset-filter-button {
		display: block;
		margin: 7px 0 0
	}
}

@media only screen and (min-width:300px)and (max-width:350px) {
	.bnpl-xxxm {
		display: none
	}

	.bnp-later-list.bnp-mobile .paylater-txt {
		padding: 3px 5px
	}
}

.filter-bottom-tab {
	display: none
}

.engin_mobile {
	display: block
}

@media only screen and (max-width:1023px) {
	.filter-bottom-tab {
		display: block
	}

	.engin_mobile {
		position: fixed;
		left: -200%;
		top: 0
	}

	.engin_mobile.open {
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10
	}

	.count-bottom-icon {
		z-index: 5
	}
}

.version2_price {
	background: #f5f5f5;
	margin: -6px -10px 0;
	padding-top: 5px
}

.version2_price .mobile-price {
	text-align: left
}

.version2_price .mobile-class {
	float: left;
	text-align: left
}

.version2_price [class*=col] {
	padding-left: 10px;
	padding-right: 10px
}

.version2_price .mobile-searchBtn {
	width: 76px;
	float: right;
	padding: 5px 10px
}

.flexible-covid-msg.version2_covid {
	float: right
}

.flexible-covid-msg.version2_covid ul {
	border: 0;
	padding: 0;
	padding: 5px 0;
	float: right
}

.flexible-covid-msg.version2_covid ul li {
	display: block;
	padding-bottom: 4px;
	position: relative;
	margin-right: 16px
}

.flexible-covid-msg.version2_covid ul li img {
	position: absolute;
	right: -16px;
	top: 0
}

.flexible-covid-msg.version2_covid .top-customize-tooltip .top-tooltiptext.top-tooltip-flexi {
	left: inherit;
	right: -28px;
	z-index: 3
}

.flexible-covid-msg.version2_covid .top-customize-tooltip .top-tooltiptext.top-tooltip-flexi:after {
	left: 75%
}

.flexible-covid-msg.version2_covid .top-customize-tooltip .top-tooltiptext.top-tooltip-flexi.flexible-mobile {
	left: inherit;
	z-index: 3
}

.flexible-covid-msg.version2_covid .top-customize-tooltip .top-tooltiptext.top-tooltip-flexi.flexible-mobile:after {
	left: 75%
}

.close_mobile_covid {
	cursor: pointer;
	float: right;
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 14px;
	padding: 4px 9px;
	color: #005dba !important
}

.list-count .list-count-banner {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: auto
}

.list-count .list-count-banner .center-block {
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: table;
	table-layout: fixed
}

.list-count .list-count-banner .outer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px 0
}

.list-count .list-count-banner .inner {
	width: 660px;
	z-index: 7;
	margin: 0 auto;
	background: #fff;
	position: relative
}

@media(max-width:767px) {
	.list-count .list-count-banner .inner {
		width: 480px
	}
}

@media(max-width:479px) {
	.list-count .list-count-banner .inner {
		width: 90%
	}
}

.list-count .list-count-banner .inner .close-btn {
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -15px;
	right: -15px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 1px 1px 1px #333;
	font-size: 18px;
	cursor: pointer;
	z-index: 1
}

@media(max-width:767px) {
	.list-count .list-count-banner .inner .close-btn {
		top: -10px;
		right: -10px
	}
}

@media(max-width:767px) {
	.list-count .list-count-banner .inner .undercut {
		width: 100%
	}
}

@media(max-width:365px) {
	.list-count .list-count-banner .inner .undercut {
		display: none !important
	}
}

.list-count .list-count-banner .list-count-content {
	padding: 20px 20px 0 0;
	color: #3b3b3b
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content {
		padding: 15px 15px 0
	}
}

.list-count .list-count-banner .list-count-content .time-block {
	font-size: 13px;
	margin-bottom: 15px;
	color: #005dba
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .time-block {
		margin-bottom: 5px
	}
}

.list-count .list-count-banner .list-count-content .time-block .timerr {
	font-size: 24px;
	font-weight: 700;
	min-height: 23px
}

.list-count .list-count-banner .list-count-content .time-block .timerr b {
	font-weight: 700
}

.list-count .list-count-banner .list-count-content .time-block .limited-time {
	color: #3b3b3b
}

.list-count .list-count-banner .list-count-content .special-fare {
	margin-bottom: 15px
}

.list-count .list-count-banner .list-count-content .special-fare .hot-price {
	font-size: 12px;
	float: right;
	text-align: right;
	line-height: 2em
}

.list-count .list-count-banner .list-count-content .special-fare .hot-price b {
	color: #005dba;
	display: block;
	font-size: 28px
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .special-fare .hot-price b {
		font-size: 20px
	}
}

.list-count .list-count-banner .list-count-content .special-fare .special-txt {
	color: #005dba;
	font-size: 15px;
	font-weight: 700
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .special-fare .special-txt {
		font-size: 12px
	}
}

.list-count .list-count-banner .list-count-content .special-fare .special-txt b {
	font-size: 22px;
	display: block
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .special-fare .special-txt b {
		font-size: 16px
	}
}

.list-count .list-count-banner .list-count-content .tripclass-type {
	font-size: 13px;
	margin-bottom: 10px
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .tripclass-type {
		margin-bottom: 5px
	}
}

.list-count .list-count-banner .list-count-content .itenerary-section {
	min-height: 50px;
	line-height: 1.8em
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .itenerary-section {
		min-height: auto
	}
}

.list-count .list-count-banner .list-count-content .itenerary-section .city-code {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #005dba
}

@media(max-width:365px) {
	.list-count .list-count-banner .list-count-content .itenerary-section .city-code {
		font-size: 12px
	}
}

.list-count .list-count-banner .list-count-content .itenerary-section .city-code b {
	font-size: 22px;
	display: block
}

.list-count .list-count-banner .list-count-content .itenerary-section .city-code.right {
	float: right;
	text-align: right
}

.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-arrow {
	border-bottom: 1px solid #005dba;
	display: block;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-arrow {
		top: 49%
	}
}

@media(max-width:365px) {
	.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-arrow {
		width: 35%;
		top: 45%
	}
}

.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-icon {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0 5px
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-icon {
		top: 49%
	}
}

@media(max-width:365px) {
	.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-icon {
		top: 45%
	}
}

.list-count .list-count-banner .list-count-content .itenerary-section .trip-type-icon img {
	width: 48px
}

.list-count .list-count-banner .list-count-content .city-name {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px
}

.list-count .list-count-banner .list-count-content .city-name .return-name {
	float: right;
	text-align: right
}

.list-count .list-count-banner .list-count-content .call-btn a {
	background: #005dba;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 20px;
	margin-bottom: 5px
}

@media(max-width:767px) {
	.list-count .list-count-banner .list-count-content .call-btn a {
		font-size: 16px;
		padding: 10px 2px
	}
}

.list-count .list-count-banner .list-count-content .trustpilot-new {
	clear: both;
	text-align: center
}

.list-count .list-count-banner .list-count-content .trustpilot-new .t-logo {
	display: inline-block;
	width: 100px;
	vertical-align: middle
}

.list-count .list-count-banner .list-count-content .trustpilot-new .t-logo img {
	width: 90px
}

.list-count .list-count-banner .list-count-content .trustpilot-new .t-rating {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	width: 110px;
	vertical-align: middle
}

.list-count .list-count-banner .list-count-content .trustpilot-new .t-rating img {
	width: 100px
}

.list-count .list-count-banner .list-count-content .disclaimer-txt {
	color: #a2a2a2;
	text-align: center;
	font-size: 10px;
	padding: 10px 0
}

.list-count .list-count-banner .logo-strip {
	background: #e2e2e2;
	padding: 10px;
	text-align: center;
	position: relative
}

.list-count .list-count-banner .logo-strip img {
	width: 210px
}

@media(max-width:767px) {
	.list-count .list-count-banner .logo-strip img {
		width: 176px
	}
}

.list-count .list-count-banner .list-count-body {
	padding: 10px 20px
}

.list-count .list-count-banner .trips-type {
	margin-bottom: 5px
}

.list-count .list-count-banner .trips-type ul {
	padding: 0;
	margin: 0
}

.list-count .list-count-banner .trips-type ul li {
	list-style: none;
	float: left;
	font-size: 14px;
	margin-right: 5px
}

@media(max-width:767px) {
	.list-count .list-count-banner .trips-type ul li {
		font-size: 13px
	}
}

.list-count .list-count-banner .special-textt {
	font-size: 16px;
	line-height: 1.5em
}

@media(max-width:767px) {
	.list-count .list-count-banner .special-textt {
		font-size: 14px;
		margin-top: 6px
	}
}

.list-count .list-count-banner .special-textt b {
	font-size: 30px;
	color: #4d4d77;
	display: block
}

@media(max-width:767px) {
	.list-count .list-count-banner .special-textt b {
		font-size: 18px
	}
}

.list-count .list-count-banner .special-textt .offer {
	font-size: 16px;
	font-weight: 700
}

@media(max-width:767px) {
	.list-count .list-count-banner .special-textt .offer {
		font-size: 13px
	}
}

.list-count .list-count-banner .special-textt .offer span {
	color: #005dba
}

.list-count .list-count-banner .count-time {
	font-size: 30px;
	font-weight: 700;
	color: #005dba
}

@media(max-width:767px) {
	.list-count .list-count-banner .count-time {
		font-size: 21px
	}
}

.list-count .list-count-banner .s-fare {
	font-size: 30px;
	color: #4d4d77
}

@media(max-width:767px) {
	.list-count .list-count-banner .s-fare {
		font-size: 24px
	}
}

.list-count .list-count-banner .gray {
	color: #666;
	font-size: 14px
}

@media(max-width:767px) {
	.list-count .list-count-banner .gray {
		font-size: 13px;
		margin-top: 6px;
		white-space: nowrap
	}
}

.list-count .list-count-banner .airport-blc {
	color: #666
}

.list-count .list-count-banner .airport-blc span {
	display: inline-block
}

.list-count .list-count-banner .airport-blc span.head {
	font-size: 30px;
	margin-right: 10px;
	font-weight: 700;
	color: #333
}

@media(max-width:767px) {
	.list-count .list-count-banner .airport-blc span.head {
		font-size: 20px
	}
}

.list-count .list-count-banner .airport-blc b {
	color: #333
}

.list-count .list-count-banner .trip-tpe-errow {
	font-size: 20px;
	margin-top: 10px;
	display: block
}

.list-count .list-count-banner .spacr {
	height: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.list-count .list-count-banner .spacr {
		height: 10px
	}
}

.list-count .list-count-banner .spacr2 {
	height: 10px
}

.list-count .list-count-banner .tp-rating {
	position: static;
	display: inline-block;
	width: auto;
	vertical-align: middle
}

@media(max-width:767px) {
	.list-count .list-count-banner .tp-rating.bigStar i {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px
	}
}

@media only screen and (max-width:767px)and (min-width:280px)and (max-width:767px) {
	.list-count .list-count-banner .tp-rating.bigStar i {
		width: 20px;
		height: 22px;
		line-height: 22px;
		font-size: 12px
	}
}

.list-count .list-count-banner .call-button a {
	color: #fff;
	line-height: 25px;
	font-size: 20px;
	text-align: left;
	padding: 10px;
	display: block;
	background: #005dba;
	width: 250px;
	border-radius: 50px;
	font-weight: 700;
	white-space: nowrap
}

@media(max-width:767px) {
	.list-count .list-count-banner .call-button a {
		font-size: 16px;
		line-height: 20px;
		width: 190px;
		padding: 3px
	}
}

.list-count .list-count-banner .call-button a:hover {
	background: #00b77b
}

.list-count .list-count-banner .call-button a .fa-phone {
	background: #fff;
	width: 50px;
	height: 50px;
	color: #333;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	float: left;
	border-radius: 50%;
	margin-right: 10px
}

@media(max-width:767px) {
	.list-count .list-count-banner .call-button a .fa-phone {
		font-size: 22px;
		line-height: 40px;
		width: 40px;
		height: 40px
	}
}

.list-count .list-count-banner .tripa-rat {
	font-size: 18px;
	margin-bottom: 2px
}

.list-count .list-count-banner .tripa-rat .trustp-logo {
	height: 40px;
	margin-bottom: 10px
}

@media(max-width:479px) {
	.list-count .list-count-banner .tripa-rat .trustp-logo {
		height: 32px
	}
}

.list-count .list-count-banner .tripa-rat img {
	vertical-align: bottom
}

@media(max-width:1023px) {
	.list-count .list-count-banner .tripa-rat {
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.list-count .list-count-banner .tripa-rat {
		margin-bottom: 5px
	}
}

.list-count .list-count-banner .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
	cursor: pointer
}

.list-count .list-count-banner .close-btn:hover {
	color: #005dba
}

.list-count .list-count-banner .tp_rating_img {
	height: 32px
}

@media(max-width:479px) {
	.list-count .list-count-banner .tp_rating_img {
		height: 23px
	}
}

.list-count .midum-overlay {
	background: rgba(0, 0, 0, .7)
}

.count-bottom-icon {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 99
}

@media(max-width:1023px) {
	.count-bottom-icon {
		bottom: 80px
	}
}

@media(max-width:767px) {
	.count-bottom-icon {
		bottom: 75px
	}
}

@media(max-width:365px) {
	.count-bottom-icon {
		bottom: 50px
	}
}

.count-bottom-icon .count-close-btn {
	font-size: 16px
}

.count-bottom-icon .cound-bottom {
	background: #005dba;
	color: #fff;
	font-size: 17px;
	border-radius: 50px;
	padding: 7px 20px;
	font-weight: 700;
	box-shadow: 1px 1px 14px #000
}

@media(max-width:767px) {
	.count-bottom-icon .cound-bottom {
		font-size: 12px;
		padding: 7px 10px
	}
}

.count-bottom-icon .cound-bottom .t-price {
	font-size: 22px
}

@media(max-width:767px) {
	.count-bottom-icon .cound-bottom .t-price {
		font-size: 16px
	}
}

.count-bottom-icon .cound-bottom .t-price .fa {
	vertical-align: middle
}

.count-bottom-icon .cound-bottom .sec-devider {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff
}

.deals-list-banner {
	position: fixed;
	bottom: 0;
	width: 100%
}

.deals-list-banner .deal-timer {
	background: url(../../../assets/listing/ribbon.svg) no-repeat;
	width: 150px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 5px 0 10px;
	background-size: cover
}

.deals-list-banner .list-banner-content {
	padding: 10px;
	background: #005dba;
	color: #fff;
	width: 100%
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content {
		padding: 10px 5px
	}
}

.deals-list-banner .list-banner-content .uc-call-icon {
	border-right: 1px solid #666696;
	margin-right: 5px;
	padding-right: 5px;
	display: inline-block;
	width: 150px;
	white-space: nowrap;
	vertical-align: middle
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .uc-call-icon {
		width: 123px;
		margin-right: 2px
	}
}

.deals-list-banner .list-banner-content .uc-call-icon .fa {
	font-size: 30px;
	background: #00b67a;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	margin-right: 5px
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .uc-call-icon .fa {
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 3px
	}
}

.deals-list-banner .list-banner-content .uc-call-icon .uc-fares {
	font-size: 30px;
	font-weight: 700
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .uc-call-icon .uc-fares {
		font-size: 18px
	}
}

.deals-list-banner .list-banner-content .uc-call-icon .uc-fares small {
	font-size: 14px;
	font-weight: 400
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .uc-call-icon .uc-fares small {
		font-size: 12px
	}
}

.deals-list-banner .list-banner-content .just-got-fare {
	display: inline-block;
	width: calc(100% - 160px);
	text-align: center;
	font-size: 12px;
	color: #ccc;
	vertical-align: middle
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .just-got-fare {
		font-size: 11px;
		width: calc(100% - 133px)
	}
}

.deals-list-banner .list-banner-content .just-got-fare b {
	color: #fff
}

.deals-list-banner .list-banner-content .just-got-fare .call-now {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase
}

@media(max-width:365px) {
	.deals-list-banner .list-banner-content .just-got-fare .call-now {
		font-size: 15px
	}
}

.text-green {
	color: #2c9d19 !important
}

.info-tooltip-icon.text-green {
	border-color: #2c9d19
}

.major_info_tooltip {
	display: none;
	width: 420px;
	position: absolute;
	top: 40px;
	left: 72px;
	background: #fff;
	padding: 18px 15px 10px;
	font-size: 12px;
	color: #444;
	border: 1px solid #e0e0e0;
	z-index: 1;
	box-shadow: 4px 4px 9px #00000029
}

@media(max-width:767px) {
	.major_info_tooltip {
		left: 14px;
		width: 338px
	}
}

@media(max-width:365px) {
	.major_info_tooltip {
		left: 14px;
		width: 88%
	}
}

.major_info_tooltip:before,
.major_info_tooltip:after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	left: 40px;
	border-bottom: 10px solid #ccc
}

.major_info_tooltip:after {
	border-bottom: 11px solid #fff;
	z-index: 1
}

.major_info_tooltip .risk_title {
	color: #2c9d19;
	margin-bottom: 10px;
	display: block;
	font-size: 13px
}

@media(max-width:767px) {
	.major_info_tooltip .risk_title {
		margin-top: 6px
	}
}

.major_info_tooltip .major_list {
	list-style: none
}

.major_info_tooltip .major_list li {
	position: relative;
	padding: 0 0 5px 15px
}

.major_info_tooltip .major_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #51b441
}

.major-air-div.dotted-bdr2 {
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	position: relative
}

.component-flight-listing .flight-listing-row.major_airline_div {
	position: relative;
	margin-top: 43px
}

.component-payment .component-flight-listing .flight-listing-row.major_airline_div {
	margin-top: 0
}

.component-flight-listing .flight-listing-row.major_airline_div .container-fluid {
	border-color: #51b441 !important
}

.secret_deal_label {
	position: absolute;
	left: 0;
	top: -25px;
	background: #51b441;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px
}

.tooltip_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer
}

.tooltip-click {
	cursor: pointer
}

.container-fluid.flight-listing-row {
	background: #fff;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px
}

@media(max-width:767px) {
	.container-fluid.flight-listing-row {
		border-radius: 5px
	}
}

.container-fluid.flight-listing-row.major_airline_div {
	border-color: #51b441 !important
}

.component-payment .booking-block-content .flight-listing-row.major_airline_div {
	border: 1px solid #51b441 !important
}

.component-payment .booking-block-content .flight-listing-row.major_airline_div .secret_deal_label {
	top: -12px !important
}

@media(max-width:767px) {
	.component-payment .booking-block-content .flight-listing-row.major_airline_div .secret_deal_label {
		left: -6px
	}
}

@media(max-width:767px) {
	.component-payment .major-air-div.dotted-bdr2 {
		padding-top: 10px;
		margin-top: 10px
	}
}

@media(max-width:767px) {
	.component-payment .major-air-div {
		padding: 0 0 5px 10px;
		margin-bottom: 0
	}
}

.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 {
	min-height: 0
}

.ui-helper-clearfix:before {
	content: "";
	display: table
}

.ui-helper-clearfix:after {
	content: "";
	display: table;
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	color: #ccc
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-autocomplete {
	min-width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	background: #fff;
	box-shadow: 0 0 2px #333
}

@media(max-width:767px) {
	.ui-autocomplete {
		min-width: 325px;
		width: 325px !important
	}
}

@media(max-width:365px) {
	.ui-autocomplete {
		min-width: 265px;
		width: 265px !important
	}
}

.ui-autocomplete.height {
	height: 378px;
	overflow-y: scroll
}

.ui-autocomplete .ddHide {
	display: none
}

.ui-autocomplete .child {
	padding-left: 35px;
	background: url(../../../assets/ui-arrow.png) 15px 1px no-repeat
}

.ui-autocomplete .category_title {
	font-size: 15px;
	font-weight: 600;
	padding: 7px 0;
	border-bottom: 1px solid #ccc
}

.ui-autocomplete .code {
	position: absolute;
	right: 10px;
	top: 10px
}

.ui-autocomplete .parent_div {
	padding: 5px 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 89%
}

.ui-autocomplete .child_div {
	padding: 0 0 5px 15px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 88%
}

.ui-autocomplete .child_div .flight_icon {
	background: url(../../../assets/new-listing/icons/plane-autosugest-blue.svg) left 4px no-repeat;
	width: 14px;
	height: 16px;
	display: inline-block
}

.ui-autocomplete .child_div .code {
	position: absolute;
	right: 7px;
	top: 10px
}

.ui-autocomplete .location_icon,
.ui-autocomplete .flight_icon {
	margin-right: 5px;
	color: #0c5dba
}

.ui-datepicker {
	width: 570px !important;
	padding: 10px 20px;
	display: none;
	background: #fff;
	border: 1px solid #005dba;
	font-family: montserrat, sans-serif
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.ui-datepicker {
		width: 280px !important;
		padding: 6px 10px
	}
}

.ui-datepicker td a:hover {
	background: #005dba;
	color: #fff
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 5px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-family: glyphicons halflings;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.ui-datepicker .ui-datepicker-prev {
	left: 10px
}

.ui-datepicker .ui-datepicker-prev:before {
	content: ""
}

.ui-datepicker .ui-datepicker-next {
	right: 10px
}

.ui-datepicker .ui-datepicker-next:before {
	content: ""
}

.ui-datepicker .ui-state-highlight {
	border: 1px solid #005dba;
	color: #005dba;
	font-weight: 700
}

.ui-datepicker .ui-state-active {
	background: #005dba;
	color: #fff
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	margin: 0 12px 14px -5px;
	line-height: 30px;
	color: #4d4d77;
	font-size: 16px;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.ui-datepicker .ui-datepicker-title {
		margin: 0 12px 0 -5px
	}
}

.ui-datepicker .ui-datepicker-title select {
	margin: 1px 0
}

.ui-datepicker .ui-datepicker-calendar tbody {
	background: #f7f7f6
}

.ui-datepicker select {
	border: none
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
	background: #005dba;
	padding: 5px;
	color: #fff
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse
}

.ui-datepicker th {
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 0;
	background: #fff
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 9px;
	text-align: center;
	text-decoration: none;
	height: 36px;
	width: 36px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.ui-datepicker td span,
	.ui-datepicker td a {
		height: 25px;
		line-height: 25px;
		text-decoration: none;
		padding: 0;
		width: 25px
	}
}

.ui-datepicker .ui-datepicker-buttonpane {
	margin-top: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.ui-datepicker .ui-datepicker-buttonpane {
		margin-top: 5px
	}
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding: 6px 25px;
	margin: 0;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.ui-datepicker .ui-datepicker-buttonpane button {
		margin: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.ui-datepicker .ui-datepicker-buttonpane button {
		margin: 0
	}
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
	display: none
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .start-date .ui-state-default {
	background: #005dba
}

.ui-datepicker td.end-date a,
.ui-datepicker td.start-date a {
	background: #005dba;
	color: #fff
}

.ui-datepicker .between-date {
	background: #d9e7ff;
	color: #333
}

.ui-datepicker .between-date .ui-state-default a {
	color: #333
}

.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	visibility: hidden
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block !important;
	padding: 5px 15px 4px;
	font-size: 13px;
	line-height: 1.5;
	min-height: 0;
	font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: 400;
	background: #d4e4ff;
	outline: none;
	color: #333
}

.ui-menu .ui-menu-item a:hover {
	background: #d4e4ff;
	outline: none;
	color: #333
}

.ui-menu .ui-menu-item a:focus {
	background: #d4e4ff;
	outline: none;
	color: #333
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0
}

.ui-menu .ui-state-disabled {
	font-weight: 400;
	margin: .4em 0 .2em;
	line-height: 1.5
}

.ui-menu .ui-state-disabled a {
	cursor: default
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em
}

.ui-menu .ui-menu-icon {
	position: static;
	float: right
}

.fa-C,
.fa-A,
.fa-L {
	position: absolute;
	left: 5px;
	top: 7px;
	font-size: 16px
}

.fa-C:before {
	font-family: fontawesome;
	content: ""
}

.fa-A {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../../assets/search-fl.png) no-repeat 0 0;
	top: 11px;
	left: 15px
}

.fa-L:before {
	font-family: fontawesome;
	content: ""
}

.hotelsection .ui-menu .ui-menu-item a {
	position: relative
}

.hotelsection .ui-autocomplete a.ui-state-focus .fa-A {
	background: url(../../../assets/search-fl-hover.png) no-repeat 0 0
}

.ui-menu .ui-menu-item a {
	position: relative
}

.ui-menu .ui-menu-item a .highlight {
	color: #005dba
}

.car-component .ui-menu .ui-menu-item a {
	padding: 9px 15px 4px 40px
}

.car-component .ui-menu .ui-menu-item a .highlight {
	color: #005dba
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	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
}

.component-citypages {
	padding: 30px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages {
		padding: 15px 0 5px
	}
}

.component-citypages h2 {
	font-size: 27px
}

@media(max-width:1199px) {
	.component-citypages h2 {
		font-size: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages h2 {
		font-size: 18px
	}
}

.component-citypages h2 .glyphicon-plane {
	font-size: 28px
}

@media(max-width:1199px) {
	.component-citypages h2 .glyphicon-plane {
		font-size: 26px
	}
}

@media(max-width:767px) {
	.component-citypages h2 .glyphicon-plane {
		font-size: 16px
	}
}

.component-citypages .deal-wraper {
	height: 100%;
	min-height: 90px
}

.component-citypages p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 22px
}

.component-citypages .newdeal-block {
	margin-bottom: 10px
}

.component-citypages .newdeal-block .deals-type {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px
}

.component-citypages .newdeal-block .deals-type a {
	border: 1px solid #ccc;
	width: 150px;
	padding: 10px;
	height: 44px;
	display: inline-block;
	border-bottom: 0;
	font-size: 16px;
	text-transform: uppercase
}

.component-citypages .newdeal-block .deals-type a:hover {
	border: 1px solid #005dba;
	background: #005dba;
	color: #fff
}

.component-citypages .newdeal-block .deals-type a.active {
	border: 1px solid #005dba;
	background: #005dba;
	color: #fff
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-citypages .newdeal-block .deals-type a {
		font-size: 14px;
		height: 40px;
		width: 140px
	}
}

.component-citypages .newdeal-block .deals-type-head {
	font-size: 24px;
	color: #005dba;
	font-weight: 300;
	font-family: RobotoLight
}

@media(max-width:1023px) {
	.component-citypages .newdeal-block .deals-type-head {
		font-size: 20px
	}
}

.component-citypages .flight-deals {
	padding: 10px 0 20px
}

.component-citypages .flight-deals h2 {
	font-size: 33px;
	color: #878787
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .flight-deals h2 {
		font-size: 25px
	}
}

.component-citypages .flight-deals p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 22px
}

.component-citypages .component-city-content {
	padding: 5px 0 25px
}

.component-citypages .component-city-content h2 {
	font-size: 26px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .component-city-content h2 {
		font-size: 19px !important
	}
}

.component-citypages .component-city-content h5 {
	font-size: 15px
}

.component-citypages .component-city-content h5 i {
	margin-right: 5px;
	background-color: #51c0b0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 23px
}

.component-citypages .component-city-content p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 18px
}

.component-citypages .component-city-content p a {
	display: inline-block
}

.component-citypages .component-city-content ul {
	margin: 0;
	padding: 0
}

.component-citypages .component-city-content ul li {
	font-size: 14px;
	color: #666;
	text-align: justify;
	background: url(../../../assets/list-dot.jpg) no-repeat;
	background-position: 0 11px;
	padding: 4px 0 4px 22px;
	line-height: 18px
}

.component-citypages .component-city-content .popular-airlines {
	border: 1px solid #d1d1d1;
	padding: 20px;
	margin-top: 25px;
	min-height: 220px
}

.component-citypages .component-city-content .popular-airlines h3 {
	color: #51c0b0;
	font-size: 22px;
	margin: 0 0 8px
}

.component-citypages .component-attraction {
	padding: 18px 0
}

.component-citypages .component-attraction h2 {
	font-size: 33px;
	color: #4d4d77
}

.component-citypages .component-attraction p {
	font-size: 14px;
	color: #666;
	text-align: justify
}

.component-citypages .deal-section {
	padding: 13px;
	margin-bottom: 11px;
	color: #797979;
	background: #fff;
	cursor: pointer;
	border: 1px dashed #ccc
}

.component-citypages .deal-section:hover {
	border: 1px dashed #9a9ac4
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-citypages .deal-section {
		padding: 10px 13px 13px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section {
		padding: 10px 13px 13px
	}
}

.component-citypages .deal-section .trip-dd {
	vertical-align: middle;
	padding-top: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .trip-dd {
		vertical-align: middle;
		margin-top: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .pl0-xs {
		padding: 0 5px 0 0
	}
}

.component-citypages .deal-section .trip-dd2 img {
	outline: 1px solid #fff;
	outline-offset: -1px;
	-moz-outline-radius: 4px;
	margin-top: 5px;
	border-radius: 8px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .trip-dd2 img {
		margin-bottom: 5px;
		text-align: center
	}
}

.component-citypages .deal-section .text {
	font-size: 9px;
	margin-bottom: 3px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .text {
		font-size: 9px;
		margin-bottom: 3px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-citypages .deal-section .text {
		font-size: 11px;
		margin-bottom: 3px
	}
}

.component-citypages .deal-section .text span {
	font-size: 14px;
	font-weight: 700;
	color: #727273
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .text span {
		font-size: 11px
	}
}

.component-citypages .deal-section .starting-from {
	font-size: 12px;
	margin-top: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .starting-from {
		font-size: 11px
	}
}

.component-citypages .deal-section .head12 {
	font-size: 18px;
	color: #797979;
	font-weight: 500
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .deal-section .head12 {
		font-size: 16px
	}
}

.component-citypages .head13 {
	font-size: 21px;
	font-weight: 700;
	color: #3ab54a
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-citypages .head13 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-citypages .head13 {
		font-size: 18px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .head13 {
		font-size: 12px
	}
}

.component-citypages .head11 {
	font-size: 12px
}

.component-for-travellers {
	padding: 20px 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-for-travellers {
		padding: 20px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-for-travellers {
		padding: 20px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-for-travellers {
		padding: 10px 0
	}
}

.component-for-travellers .block {
	height: 100%;
	border: 1px solid #e8e8e8;
	padding: 20px
}

@media(max-width:1199px) {
	.component-for-travellers .block {
		height: 300px
	}
}

@media(max-width:1023px) {
	.component-for-travellers .block {
		padding: 7px
	}
}

.component-for-travellers .block p {
	min-height: 90px
}

.video-banner {
	width: 100%;
	height: 310px
}

.component-videoTestimonial .container {
	width: auto;
	padding: 0
}

.component-videoTestimonial .trustpilotDiv {
	clear: both
}

.component-videoTestimonial .video {
	margin-top: 40px;
	width: 100%;
	height: 400px;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #333
}

@media(max-width:767px) {
	.component-videoTestimonial .video {
		height: 300px
	}
}

@media(max-width:479px) {
	.component-videoTestimonial .video {
		height: 200px
	}
}

.component-videoTestimonial .wrapper-reviews {
	background: #f2f2f2
}

.component-videoTestimonial .hotel-cities-explored {
	margin: 0
}

.component-videoTestimonial .hotelDeal_videopage {
	position: relative
}

.component-videoTestimonial .supplier_videopage {
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 25px;
	margin-top: 10px;
	overflow: hidden
}

.component-videoTestimonial .supplier_videopage .carTitle {
	position: absolute;
	left: 0;
	top: 25px;
	margin: 0;
	color: gray
}

@media(max-width:767px) {
	.component-videoTestimonial .supplier_videopage .carTitle {
		font-size: 20px;
		top: 17px
	}
}

.component-videoTestimonial .supplier_videopage .crCompanyLogos,
.component-videoTestimonial .supplier_videopage .cr-supplier-logos {
	margin-top: 70px
}

@media(max-width:767px) {

	.component-videoTestimonial .supplier_videopage .crCompanyLogos,
	.component-videoTestimonial .supplier_videopage .cr-supplier-logos {
		margin-top: 55px
	}
}

.component-videoTestimonial .supplier_videopage .crCompanyLogos .crLogos .owl-nav,
.component-videoTestimonial .supplier_videopage .cr-supplier-logos .crLogos .owl-nav {
	top: -40px
}

@media(max-width:767px) {

	.component-videoTestimonial .supplier_videopage .crCompanyLogos .crLogos .owl-nav,
	.component-videoTestimonial .supplier_videopage .cr-supplier-logos .crLogos .owl-nav {
		display: none
	}
}

@media(max-width:767px) {

	.component-videoTestimonial .supplier_videopage .crCompanyLogos .crLogos .owl-item,
	.component-videoTestimonial .supplier_videopage .cr-supplier-logos .crLogos .owl-item {
		text-align: center
	}
}

.component-videoTestimonial .linkButton {
	font-size: 15px;
	color: #005dba;
	border: 1px solid #005dba;
	padding: 2px 15px;
	position: absolute;
	right: 60px;
	top: 29px;
	z-index: 2
}

@media(max-width:1023px) {
	.component-videoTestimonial .linkButton {
		right: 0
	}
}

@media(max-width:767px) {
	.component-videoTestimonial .linkButton {
		top: 20px
	}
}

.owl-dots {
	text-align: center
}

.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #d7d3d3;
	margin: 0 4px;
	border-radius: 100%
}

.owl-dots .owl-dot.active {
	background: #005dba
}

.corporate-affiliation {
	font-family: Helvetica
}

.corporate-affiliation .content {
	margin-top: 50px;
	padding: 20px 80px
}

@media(max-width:1023px) {
	.corporate-affiliation .content {
		padding: 1px
	}
}

.corporate-affiliation .content h1 {
	font-size: 30px;
	font-weight: 700;
	color: #005dba;
	text-align: center
}

.corporate-affiliation .content .sub-head {
	font-size: 22px;
	color: #005dba;
	margin-bottom: 30px;
	text-align: center
}

.corporate-affiliation .content .form-block {
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 50px
}

.corporate-affiliation .content .form-block .form-head {
	font-size: 22px;
	color: #005dba;
	margin-bottom: 20px
}

.corporate-affiliation .content .form-block label {
	display: block;
	font-weight: 400;
	font-size: 14px
}

.corporate-affiliation .content .form-block label .required {
	color: #005dba
}

.corporate-affiliation .content .form-block input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px 10px
}

.corporate-affiliation .content .form-block select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px
}

.corporate-affiliation .content .form-block .agreed {
	margin: 20px 0;
	color: #777;
	line-height: 1em;
	position: relative;
	padding-left: 20px
}

.corporate-affiliation .content .form-block .agreed a {
	color: #5c85c7;
	text-decoration: underline
}

.corporate-affiliation .content .form-block .agreed label {
	position: absolute;
	left: 0
}

.corporate-affiliation .content .form-block .signupbtn {
	background: #005dba;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	width: 200px;
	text-align: center;
	margin-bottom: 50px
}

.china-banner-img {
	height: 400px;
	background: url(../../../assets/china-home-banner.jpg) center bottom no-repeat
}

@media(max-width:1199px) {
	.china-banner-img {
		background: url(../../../assets/china-home-banner-ipad.jpg) -626px bottom no-repeat
	}
}

.car-payment-component {
	font-family: roboto;
	font-size: 14px !important
}

.car-payment-component strong,
.car-payment-component h4 {
	font-family: Arial, Helvetica, sans-serif
}

.car-payment-component .component-flight-listing .flight-listing-row {
	font-size: 14px
}

.car-payment-component .component-price-summary .price-summary-bg {
	border-radius: 0 !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-payment-component .component-price-summary .price-summary-bg {
		position: relative
	}
}

.car-payment-component .component-price-summary .price-summary-bg .you-pay {
	font-family: Arial, Helvetica, sans-serif !important
}

.car-payment-component .has-error,
.car-payment-component .help-block {
	font-size: 12px;
	padding: 3px 2px
}

.car-payment-component .list-group-item-pri.space {
	padding-top: 12px;
	padding-bottom: 12px
}

.car-payment-component .list-group-item-pri.cr-top-border {
	border-top: 1px dotted #a2a2a2
}

.car-payment-component .list-group-item-pri .fa {
	font-size: 12px
}

.car-payment-component .list-group-item-pri .car-list-item {
	overflow: hidden;
	font-size: 13px
}

.cr-White {
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-manage {
		padding: 0 !important
	}
}

.mob-manage .hide-btn {
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	right: 25px;
	top: 7px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-manage .hide-btn {
		border: 1px solid #fff;
		color: #fff;
		padding: 2px 10px;
		position: absolute;
		right: 10px;
		top: 5px
	}
}

.mob-manage .hide-btn2 {
	right: 10px;
	top: -5px;
	background: #005dba;
	font-size: 14px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-manage .hide-btn2 {
		right: 0
	}
}

.mob-manage .mob-star2 {
	left: 9px
}

.cursor {
	cursor: pointer
}

.car-pick-up,
.car-itinerary,
.car-drop-off {
	font-size: 14px
}

@media(max-width:1199px) {

	.car-pick-up,
	.car-itinerary,
	.car-drop-off {
		font-size: 12px
	}
}

.car-pick-up dt,
.car-itinerary dt,
.car-drop-off dt {
	position: relative;
	padding-left: 20px;
	cursor: pointer
}

.car-pick-up dt .search-icon,
.car-itinerary dt .search-icon,
.car-drop-off dt .search-icon {
	top: 0;
	left: 0;
	font-size: 18px;
	width: 14px;
	text-align: left
}

.cr-fixed-panel {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-right: 15px
}

#carBookRequest .payment-billing .has-error .help-block,
#carBookRequest .billing-information .has-error .help-block {
	white-space: normal
}

#carBookRequest .payment-billing .header h3,
#carBookRequest .billing-information .header h3 {
	margin: 10px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#carBookRequest .payment-billing .header h3,
	#carBookRequest .billing-information .header h3 {
		margin: 10px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#carBookRequest .payment-billing .header h3 small,
	#carBookRequest .billing-information .header h3 small {
		display: inline-block
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#carBookRequest .payment-billing .paymentbilling-txt,
	#carBookRequest .billing-information .paymentbilling-txt {
		display: block;
		font-size: 10px !important;
		float: none !important;
		margin-left: 30px;
		margin-top: 3px
	}
}

#carBookRequest .payment-billing .height10,
#carBookRequest .billing-information .height10 {
	height: 10px
}

@media(min-width:1024px)and (max-width:1199px) {

	#carBookRequest .payment-billing .content-bdy,
	#carBookRequest .billing-information .content-bdy {
		padding: 10px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	#carBookRequest .payment-billing .content-bdy,
	#carBookRequest .billing-information .content-bdy {
		padding: 10px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#carBookRequest .payment-billing .content-bdy,
	#carBookRequest .billing-information .content-bdy {
		padding: 10px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	#carBookRequest .payment-billing .alert,
	#carBookRequest .billing-information .alert {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		margin: 2px -15px 0 !important
	}
}

#carBookRequest .payment-billing .require-star,
#carBookRequest .billing-information .require-star {
	color: red;
	position: absolute;
	margin: 11px 0 0 6px
}

.car-payment-component .term-condition {
	padding: 20px 20px 0
}

.car-payment-component .term-condition p {
	margin-bottom: 10px !important
}

.car-payment-component .term-condition .component-footer .client-logos {
	text-align: center
}

.price-summary-bg .coupon-btn {
	color: #fff
}

.price-summary-bg .coupon-code #couponsCode {
	width: 60%
}

.price-strip {
	background: #005dba;
	height: 40px;
	padding: 0 10px;
	z-index: 9;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	line-height: 2.5em
}

.price-strip a.view-detail {
	color: #ff0;
	text-decoration: underline;
	font-size: 11px
}

.car-drivers-details {
	padding-top: 15px;
	padding-bottom: 15px
}

.car-drivers-details .row {
	margin: 0
}

.car-drivers-details .row [class*=col-sm] {
	padding-right: 5px;
	padding-left: 5px
}

.cr-restrictions {
	margin-top: 15px;
	background: #fff;
	padding: 10px;
	border-top: 0;
	border: 1px solid #ccc
}

.cr-restrictions .text_link {
	margin-bottom: 0
}

.cr-heading {
	padding: 10px 0;
	border-bottom: 1px solid #ccc
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-heading {
		padding: 0
	}
}

.cr-heading h2 {
	color: #005dba;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-heading h2 small {
		display: block
	}
}

.cr-txt-violet {
	color: #005dba !important
}

.cr-txt-red {
	color: #ff6e03 !important
}

.cr-txt-age {
	font-size: 12px
}

.cr-txt-age b {
	color: #ff6e03 !important;
	padding-right: 3px
}

.cr-txt-age a {
	color: #333 !important;
	text-decoration: underline
}

.cr-txt-age a:hover {
	text-decoration: underline
}

.cr-final-rate {
	background: #e6e6e6;
	padding: 10px 0
}

.cr-restrictions {
	padding: 15px
}

.cr-discription {
	position: relative;
	overflow: hidden
}

.cr-discription .cr-discription-details {
	position: absolute;
	bottom: -100%;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	opacity: 0;
	padding: 10px
}

.cr-discription:hover .cr-discription-details {
	bottom: 0;
	opacity: 1
}

.cr-discription:hover .cr-discription-details .fa {
	font-size: 10px
}

.cr-upplier-row {
	margin-top: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-upplier-row {
		text-align: center
	}
}

@media(max-width:1199px) {
	.cr-upplier-row img {
		width: 50px
	}
}

.cr-discription-details dl dd {
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	line-height: 18px
}

.cr-detail-row {
	padding: 15px 0
}

.cr-discription .cr-discription-image {
	width: 100%
}

.carDetailsDiv {
	display: inline;
	transition: all 5s linear
}

.carDetailsDiv .carDetaisLink {
	cursor: pointer
}

.carDetailsDiv .carDetaisList {
	display: none
}

.carDetailsDiv:hover {
	transition: all 5s linear
}

.carDetailsDiv:hover .carDetaisList {
	transition: all 5s linear;
	text-align: left;
	display: block;
	position: absolute;
	box-shadow: 0 0 5px #888;
	width: 200px;
	padding: 15px;
	z-index: 1;
	right: 10px;
	background: #fff;
	font-size: 12px;
	line-height: 20px
}

.car-itinerary {
	padding-left: 50px
}

@media(max-width:1023px) {
	.car-itinerary {
		padding-left: 0
	}
}

.car-itinerary dl,
.car-itinerary dt {
	display: block;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif
}

.car-itinerary dt {
	padding-left: 0
}

.car-itinerary dd {
	display: inline-block;
	margin-right: 10px
}

.car-itinerary dd .fa {
	color: #005dba
}

.car-itinerary dd.pns {
	font-size: 13px;
	color: green
}

.car-itinerary dd.pns .fa {
	color: green
}

.crDis:first-letter {
	text-transform: capitalize
}

.list-dl dt {
	display: block;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif
}

.list-dl dd {
	display: block
}

.list-dl dd::first-letter {
	text-transform: capitalize
}

.depart-section {
	padding: 10px 0;
	position: relative
}

.depart-section .soldout-container .blurbg {
	background: #fff;
	opacity: .5;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9
}

.depart-section .soldout-container .car-soldout {
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
	z-index: 10
}

@media(max-width:1199px) {
	.depart-section .soldout-container .car-soldout {
		width: 100px;
		margin-top: 30px
	}
}

@media(max-width:767px) {
	.depart-section .soldout-container .car-soldout {
		margin-left: 25px
	}
}

.depart-section .soldout-container .sold-backlink {
	position: absolute;
	left: 18%;
	bottom: 20px;
	z-index: 11
}

@media(max-width:1199px) {
	.depart-section .soldout-container .sold-backlink {
		left: 18%
	}
}

.depart-section .soldout-container .sold-backlink a {
	color: #005dba;
	font-weight: 700;
	text-decoration: underline;
	margin-right: 50px
}

.depart-section .soldout-container .sold-backlink a:hover {
	text-decoration: none
}

.driver-heading h2 {
	margin: 0
}

.driver-heading h2 small {
	color: #fff
}

.car-drivers-details .row {
	margin: 0
}

.car-drivers-details .row [class*=col-sm] {
	padding: 0 3px
}

.component-price-summary .text_link {
	margin-bottom: 0
}

.component-price-summary .cr-taxFee-BreakUp {
	background: #eee
}

.component-city-content {
	font-family: roboto;
	font-size: 13px
}

.component-city-content h4 {
	padding: 10px;
	font-size: 18px;
	background: #005dba;
	color: #fff
}

.car-insurance .head {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif
}

.car-insurance .alert {
	margin-top: 0 !important;
	margin-bottom: 15px !important
}

.car-insurance .alert .btn-success,
.car-insurance .alert .btn-warning {
	transition: all .8s linear;
	border: 0;
	padding: 5px 10px
}

.car-insurance .car-insurance-content {
	margin-top: -15px;
	margin-right: -15px;
	padding: 15px 330px 5px 0;
	background: url(/resources/assets/car-images/car-insurance.gif) no-repeat #fff;
	background-position: right top;
	min-height: 248px;
	font-size: 13px
}

@media(min-width:1024px)and (max-width:1199px) {
	.car-insurance .car-insurance-content {
		background: #fff;
		padding: 15px 15px 0 0;
		margin-top: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-insurance .car-insurance-content {
		background: #fff;
		padding: 15px 15px 0 0;
		margin-top: 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-insurance .car-insurance-content {
		background: #fff;
		padding: 15px 15px 0 0;
		margin-top: 0
	}
}

.car-insurance .car-insurance-content h4 {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	color: #005dba;
	margin-bottom: 10px;
	font-size: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-insurance .car-insurance-content h4 {
		font-size: 16px
	}
}

.car-insurance .car-insurance-content ul {
	padding-left: 20px;
	margin-bottom: 25px
}

@media(min-width:1024px)and (max-width:1199px) {
	.car-insurance .car-insurance-content ul {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-insurance .car-insurance-content ul {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-insurance .car-insurance-content ul {
		margin-bottom: 10px
	}
}

.car-insurance .car-insurance-content ul li::before {
	content: "";
	color: #ff9c00;
	font-family: fontawesome;
	margin: 0 5px 0 -20px
}

.car-insurance .car-insurance-content .rate-txt {
	font-size: 17px;
	margin-bottom: 10px
}

@media(min-width:1024px)and (max-width:1199px) {
	.car-insurance .car-insurance-content .rate-txt {
		font-size: 14px;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-insurance .car-insurance-content .rate-txt {
		font-size: 14px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-insurance .car-insurance-content .rate-txt {
		font-size: 14px;
		margin-bottom: 10px
	}
}

.car-insurance .car-insurance-content .rate-txt span {
	color: #005dba;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}

.car-insurance .car-insurance-content .select-class {
	display: inline-block;
	width: auto
}

.car-insurance .car-insurance-content .learn-more {
	color: #005dba
}

.car-insurance .car-insurance-content .learn-more a {
	color: #005dba;
	text-decoration: underline
}

.car-insurance .car-insurance-content .learn-more a:hover {
	text-decoration: none
}

.car-insurance .car-insurance-content .add-mcp,
.car-insurance .car-insurance-content .remove-mcp {
	margin: 0 0 10px !important;
	display: block
}

.cd-info {
	position: relative
}

.cd-info:hover .cal-day {
	display: block
}

.cd-info .cal-day {
	display: none;
	position: absolute;
	top: 20px;
	right: -10px;
	width: 235px;
	background: #fff;
	padding: 5px;
	border-radius: 2px;
	font-family: sans-serif;
	color: #41416c;
	line-height: 13px;
	font-size: 11px
}

.cd-info .cal-day::after {
	font-family: fontawesome;
	content: "";
	color: #fff;
	top: -10px;
	right: 8px;
	position: absolute;
	font-size: 25px
}

.list-group-traveler .cd-info {
	color: #005dba
}

.list-group-traveler .cd-info .cal-day {
	left: -130px;
	border: 1px solid #41416c;
	z-index: 1
}

.list-group-traveler .cd-info .cal-day::after {
	top: -11px;
	right: 90px;
	color: #41416c
}

.wildcard {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	margin: 0 0 10px 5px
}

.wildcard::before {
	font-family: fontawesome;
	content: "";
	color: #f6b400;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	top: -7px;
	left: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.wildcard::before {
		font-size: 16px;
		top: -4px
	}
}

.wildcard:hover {
	color: #f6b400
}

.free-cancel {
	font-size: 16px;
	padding: 5px 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.free-cancel {
		width: 100%;
		display: block;
		padding: 5px 0
	}
}

.free-cancel .fa-info-circle {
	color: #ff7f00;
	cursor: pointer;
	position: relative
}

.free-cancel .fa-info-circle:hover .free-cancel-text {
	display: inline-block
}

.free-cancel .fa-info-circle .free-cancel-text {
	display: none;
	position: absolute;
	top: -11px;
	width: 220px;
	left: 25px;
	font-size: 12px;
	font-family: sans-serif;
	color: #4d4d4d;
	border: 1px solid #999;
	padding: 5px;
	border-radius: 3px
}

.free-cancel .fa-info-circle .free-cancel-text::before {
	font-family: fontawesome;
	font-weight: 900;
	content: "";
	position: absolute;
	top: 8px;
	left: -7px;
	font-size: 20px;
	color: #666
}

.free-cancel .fa-info-circle .free-cancel-text::after {
	font-family: fontawesome;
	font-weight: 900;
	content: "";
	position: absolute;
	top: 8px;
	left: -5px;
	font-size: 20px;
	color: #fff
}

@media(max-width:1023px) {
	.car-drop-off .result-tooltip .show_policy {
		right: -25px;
		left: inherit
	}
}

@media(max-width:1023px) {
	.car-drop-off .show_policy .arrow {
		left: inherit !important;
		right: 20px
	}
}

.component-confirmation {
	font-family: roboto;
	font-size: 14px
}

.component-confirmation .car-tnc-body {
	border: 1px solid #d9d9d9;
	font-family: inherit;
	padding: 15px;
	background: #fff;
	margin-top: 30px
}

.component-confirmation .car-summary-body {
	border: 1px solid #d9d9d9;
	font-family: inherit;
	padding: 15px 0;
	background: #fff
}

.component-confirmation .car-summary-body .summary-heading {
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.component-confirmation .car-summary-body .summary-heading h2 {
	color: #005dba;
	margin: 0;
	font-size: 20px;
	font-weight: 400
}

.component-confirmation .car-summary-body .summary-heading h2 small {
	color: inherit
}

.component-confirmation .car-summary-body .block-bg {
	background: #ececec;
	height: 30px;
	margin-top: 15px;
	margin-bottom: -15px
}

.component-confirmation .car-summary-body.spacer {
	margin-bottom: 30px
}

.component-confirmation .car-summary-body .padd1015 {
	padding: 5px 15px
}

.component-confirmation .car-summary-body .data1 {
	color: #333;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600
}

.component-confirmation .car-summary-body .data2 {
	color: #888;
	font-size: 14px
}

.component-confirmation .car-summary-body h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #545454;
	margin-bottom: 7px
}

.component-confirmation .car-summary-body small {
	color: #ff6c74
}

.component-confirmation .print-mail {
	float: right;
	width: 75px;
	margin-top: 10px
}

.component-confirmation .car-rental-info {
	text-align: justify;
	margin: 20px 0 30px;
	line-height: 22px;
	font-family: roboto
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-confirmation .car-rental-info {
		margin: 20px 0
	}
}

.component-confirmation .cong-bx {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	padding: 12px
}

.component-confirmation .cong-bx img {
	margin-bottom: 20px
}

.component-confirmation .cong-bx h4 {
	font-size: 24px;
	font-weight: 900;
	color: #656685;
	margin: 0
}

.component-confirmation .cong-bx p {
	font-size: 16px;
	margin: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-confirmation .cong-bx p {
		font-size: 12px
	}
}

.component-confirmation .cong-bx span {
	display: inline-block;
	color: #ff6e03;
	font-size: 26px
}

.component-confirmation .trip-adhd {
	width: 100%;
	float: left;
	background: #005dba;
	padding: 17px 25px;
	color: #fff;
	font-size: 15px;
	font-weight: 600
}

.component-confirmation .trip-adbx {
	width: 100%;
	float: left;
	border: 1px solid #c5c5c5;
	padding: 20px;
	margin-bottom: 35px
}

.component-confirmation .trip-adbx h5 {
	color: #545454;
	font-size: 16px;
	font-weight: 500
}

.component-confirmation .trip-adbx .htlbx {
	width: 100%;
	float: left;
	border: 1px solid #c5c5c5;
	margin-bottom: 35px
}

.component-confirmation .trip-adbx .htlbx .htldtls {
	width: 100%;
	float: left;
	padding: 16px 13px
}

.component-confirmation .trip-adbx .htlbx .htldtls h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-bottom: 5px;
	color: #4c4d79
}

.component-confirmation .trip-adbx .htlbx .htldtls span {
	color: #909090;
	margin-bottom: 5px
}

.component-confirmation .trip-adbx .htlbx .htldtls h4 {
	font-size: 18px;
	color: #ff6c74
}

.component-confirmation .trip-adbx .htlbx .htldtls h4 sup {
	top: -2px !important
}

.component-confirmation .trip-adbx .htlbx .htldtls h4 sub {
	bottom: 0 !important
}

.component-confirmation p a[type=callus] {
	color: #ff6c74
}

.component-confirmation .goback {
	background: #ff555d;
	color: #fff;
	margin: 20px 0;
	padding: 6px 15px;
	display: inline-block;
	text-transform: uppercase
}

.component-confirmation .thumb-round {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background: #ff565d;
	color: #fff;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 26px
}

.component-confirmation .mgbt10 {
	margin-bottom: 10px
}

.component-confirmation .mgbt30 {
	margin-bottom: 30px
}

.component-confirmation .cr-conf-fooder {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-confirmation .cr-conf-fooder {
		font-size: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-confirmation .jumbotron h3 {
		font-size: 20px
	}
}

.component-payment .print-mail {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px
}

.car-summary-head {
	font-family: inherit;
	color: #fff;
	font-size: 16px;
	background: #005dba
}

.car-summary-head .padd1015 {
	padding: 10px 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-summary-head {
		font-size: 14px
	}
}

.cr-send-mail {
	position: absolute;
	z-index: 10;
	top: 50px;
	background: #fff;
	width: 340px;
	padding: 5px 15px 15px;
	box-shadow: 0 0 2px #888
}

.cr-send-mail .form-control {
	border: 1px solid #ccc;
	display: inline-block;
	width: auto
}

.cr-send-mail .cr-mail-responce {
	padding-top: 10px;
	clear: both
}

.cr-send-mail .cr-mail-responce .crSuccess {
	color: #49ba8e
}

.cr-send-mail .cr-mail-responce .crError {
	color: #ff6e03
}

.cr-exit-popup {
	background: #efe;
	padding: 0;
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 0 20000px rgba(0, 0, 0, .8);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.cr-exit-popup .cr-exit-btn {
	font-size: 20px;
	position: absolute;
	color: #4d4d4d;
	top: 10px;
	right: 10px
}

.cr-exit-popup .cr-coupon-code {
	position: absolute;
	bottom: 90px;
	right: 0;
	width: 50%;
	text-align: center;
	line-height: 1;
	font-family: roboto
}

.cr-exit-popup .cr-coupon-code p {
	font-size: 20px;
	color: #005dba
}

.cr-exit-popup .cr-coupon-code code {
	font-family: roboto;
	font-size: 30px;
	color: #005dba;
	font-weight: 700;
	display: inline-block;
	background: 0 0;
	border-bottom: 2px solid
}

.car-payment-component {
	background: #fff;
	padding: 0
}

.main-bg-destination {
	background: 0 0
}

.component-car-header {
	font-family: roboto;
	font-size: 14px
}

.component-car-header .row [class*=col-sm] .prl5 {
	padding-left: 5px;
	padding-right: 5px
}

.component-car-header .car-destination-engine {
	height: 500px;
	padding: 50px 0;
	background: 0 0;
	position: relative
}

@media(max-width:1199px) {
	.component-car-header .car-destination-engine {
		padding: 20px 0 50px
	}
}

.component-car-header .car-destination-engine [class*=col-sm] {
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-car-header .car-destination-engine [class*=col-sm] {
		margin-bottom: 5px
	}
}

.component-car-header .car-destination-engine .car-destination-heading h1 {
	color: #fece00;
	font-size: 40px
}

.component-car-header .car-destination-engine .car-destination-heading p {
	color: #fff;
	font-size: 20px
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal {
	background: #ffcd00;
	color: #fff;
	right: 2px;
	font-size: 11px;
	padding: 0 0 0 11px;
	letter-spacing: .3px;
	bottom: 45px;
	display: inline-block;
	height: 60px;
	position: absolute;
	width: 252px
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 20px solid #ffcd00;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: -20px
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal .car-supplier-img {
	width: 60px;
	float: right
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal .car-promo {
	width: 188px;
	padding-right: 15px;
	font-size: 20px;
	color: #3d3d46;
	text-align: left;
	line-height: 22px;
	padding: 7px 0 0 6px
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal .car-promo .discount {
	color: #fc555d;
	font-size: 28px;
	font-weight: 600
}

.component-car-header .car-destination-engine .car-destination-heading .promo-deal .car-promo .save-up {
	font-size: 23px;
	letter-spacing: 1px
}

.component-car-header .car-destination-engine .car-destination-heading .exclusive-deal {
	background: #ffcd00;
	right: 2px;
	padding: 0 0 0 10px;
	letter-spacing: .3px;
	bottom: 45px;
	display: inline-block;
	height: 60px;
	position: absolute;
	display: none;
	width: 200px
}

.component-car-header .car-destination-engine .car-destination-heading .exclusive-deal:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 20px solid #ffcd00;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: -20px
}

.component-car-header .car-destination-engine .car-destination-heading .exclusive-deal .deals {
	width: 100%;
	font-size: 20px;
	color: #3d3d46;
	text-align: left;
	line-height: 24px;
	padding: 5px
}

.component-car-header .car-destination-engine .car-destination-heading .exclusive-deal .deals .discount {
	color: #fc555d;
	font-size: 28px;
	font-weight: 600
}

.component-car-header .car-destination-engine .car-destination-heading .exclusive-deal .deals .save-up {
	font-size: 20px;
	letter-spacing: 1px
}

.component-car-header .car-destination-engine .cr-supplier-policy {
	border-top: 1px solid #fff;
	padding: 10px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-car-header .car-destination-engine .cr-supplier-policy {
		padding: 10px 0 0
	}
}

.component-car-header .car-destination-engine .cr-supplier-policy li {
	display: inline;
	padding: 3px 20px 3px 0;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-car-header .car-destination-engine .cr-supplier-policy li {
		padding: 3px 10px 3px 0;
		font-size: 11px
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-car-header .car-destination-engine {
		background-position: -400px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-car-header .car-destination-engine {
		height: auto;
		background-position: -500px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-car-header .car-destination-engine {
		height: auto;
		padding: 10px 0;
		background: #005dba
	}
}

.car-dest-component {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	font-family: roboto;
	font-size: 14px
}

.car-dest-component h2 {
	margin: 15px 0 20px;
	color: #535353;
	text-transform: capitalize;
	font-size: 24px;
	text-align: left
}

.car-dest-component .car-city-box {
	width: 100%;
	float: left;
	margin: 0 0 10px
}

.car-dest-component .car-city-box .car-rent-in-city {
	width: 100%;
	float: left;
	padding: 0
}

.car-dest-component .car-city-box .car-rent-in-city h2 {
	margin: 15px 0 20px;
	color: #535353;
	text-transform: capitalize;
	font-size: 24px;
	text-align: left
}

.car-dest-component .car-city-box .car-rent-in-city p {
	line-height: 1.7;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 5px;
	color: #7a7a7a;
	padding: 2px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-dest-component .car-city-box .car-rent-in-city p {
		padding: 2px
	}
}

.car-dest-component .car-city-box .car-rent-in-city img {
	padding: 5px;
	border: 1px solid #d9d9d9
}

.car-dest-component .car-secure-support {
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
	margin: 25px 0 0;
	padding: 0
}

.car-dest-component .car-secure-support span {
	display: inline-block;
	margin-bottom: 15px
}

.car-dest-component .car-secure-support span i {
	color: #005dba;
	font-size: 34px
}

.car-dest-component .car-secure-support h4 {
	font-size: 17px;
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	color: #4d4d77
}

.car-dest-component .car-secure-support p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-dest-component .car-secure-support {
		background: #fff;
		display: block;
		float: left;
		padding: 20px
	}
}

.car-rent-attraction {
	width: 100%;
	float: left
}

.car-rent-attraction .car-head {
	color: #7a7a7a;
	font-size: 17px;
	width: 100%;
	float: left;
	border: 1px solid #d9d9d9;
	padding: 20px 15px
}

@media(max-width:1199px) {
	.car-rent-attraction .car-head {
		font-size: 15px
	}
}

.car-rent-attraction .car-head span {
	font-weight: 700
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-left-captions {
		padding: 10px 0 0 10px
	}
}

.car-left-captions h1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff
}

@media(max-width:1023px) {
	.car-left-captions h1 {
		font-size: 18px
	}
}

.main-bg-destination .car-left-captions .supplier-logos {
	min-height: 60px
}

@media(max-width:1023px) {
	.main-bg-destination .car-left-captions .supplier-logos {
		display: none
	}
}

.destination .drive-safe {
	top: 9px;
	z-index: 1
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.destination .drive-safe {
		top: 13px;
		position: relative
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.destination .drive-safe {
		position: relative;
		z-index: 1;
		top: 0
	}
}

.drive-safe {
	background: #005dba;
	padding: 6px 5px;
	color: #fff;
	position: absolute;
	top: 55px;
	z-index: -1;
	text-align: center;
	width: 100%
}

.drive-safe a {
	text-decoration: underline;
	color: #fff
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.drive-safe {
		top: 60px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.drive-safe {
		top: auto
	}
}

.body-bg {
	background: #f9f9f9
}

.car-convid-19-info {
	padding: 20px;
	margin-top: 30px
}

@media(max-width:1023px) {
	.car-convid-19-info {
		margin-top: 0;
		padding: 10px
	}
}

.car-convid-19-info .bookcars {
	display: inline-block;
	border: 1px solid #f43f54;
	margin-top: 10px;
	padding: 5px 20px;
	border-radius: 20px;
	color: #f43f54
}

.car-convid-19-info .bookcars:hover {
	color: #fff;
	background: #005dba;
	border-color: #005dba
}

.car-convid-19-info .maintext {
	margin-bottom: 100px
}

@media(max-width:1023px) {
	.car-convid-19-info .maintext {
		margin-bottom: 40px
	}
}

.car-convid-19-info .text {
	padding-left: 30px
}

@media(max-width:1023px) {
	.car-convid-19-info .text {
		padding-left: 15px;
		padding-right: 15px
	}
}

.car-convid-19-info h1 {
	font-size: 34px;
	margin: 50px 0
}

@media(max-width:1023px) {
	.car-convid-19-info h1 {
		font-size: 28px;
		margin: 15px 0
	}
}

.car-convid-19-info h1 b {
	color: #f43f54
}

.car-convid-19-info h1 span {
	font-size: 32px;
	font-weight: 300
}

@media(max-width:1023px) {
	.car-convid-19-info h1 span {
		font-size: 17px
	}
}

.car-convid-19-info h2 {
	font-size: 24px;
	font-size: 18px;
	line-height: 1.4
}

.car-convid-19-info p {
	text-align: justify;
	margin-bottom: 40px
}

.car-convid-19-info ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	padding-bottom: 30px;
	text-align: justify
}

.car-convid-19-info ul li::before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #f43f54
}

.car-convid-19-info .vline {
	width: 100px;
	height: 3px;
	display: block;
	background: #f43f54;
	margin-bottom: 48px
}

.car-convid-19-info .hline {
	padding-left: 30px;
	border-left: 3px solid #f43f54
}

@media(max-width:1023px) {
	.car-convid-19-info .hline {
		padding-left: 15px
	}
}

.car-convid-19-info .font22 {
	font-size: 22px
}

@media(max-width:1023px) {
	.car-convid-19-info .font22 {
		font-size: 18px
	}
}

.car-convid-19-info .car-banner img {
	padding: 15px;
	border: 1px solid #f43f54;
	background: #fff;
	border-radius: 3px
}

.car_rating_model {
	max-width: 600px
}

.car_rating_model .modal-header {
	padding: 10px;
	border-bottom: none
}

.car_rating_model .modal-header h4 {
	font-size: 16px;
	font-weight: 700
}

.car_rating_model .modal-header h4 span {
	font-size: 14px;
	color: #707070;
	display: block;
	font-weight: 400
}

.car_rating_model .rating_list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.car_rating_model .rating_list li {
	padding: 6px 10px 6px 62px;
	position: relative;
	color: #707070
}

.car_rating_model .rating_list li .rating {
	position: absolute;
	left: 0;
	top: 0;
	color: #66a250;
	font-weight: 700;
	padding: 4px 11px;
	width: 55px;
	display: flex;
	text-align: center;
	height: 100%;
	justify-content: center;
	align-items: center
}

.car_rating_model .rating_list li:nth-child(odd) {
	background: #f0f0f0
}

.car_rating_model .rating_list li:nth-child(odd) .rating {
	background: #e8e8e8
}

.car_rating_model .htl-stars {
	overflow: hidden;
	width: 80px;
	height: 16px;
	display: block;
	margin: 12px auto 0;
	background: url(../../images/stars-rating.png) 0 -16px repeat-x
}

.car_rating_model .htl-stars span {
	background: url(../../images/stars-rating.png) 0 0 repeat-x;
	height: 16px;
	display: block
}

.car_rating_model .rating-text {
	font-weight: 700;
	line-height: 37px;
	font-size: 18px;
	height: 31px
}

.car_rating_model .rating-text .rating {
	font-size: 30px;
	color: #66a250
}

.car_rating_model .car_logo {
	padding: 3px;
	border: 1px solid #ccc
}

.car_rating_model strong {
	color: #66a250
}

.customer_review {
	padding-top: 0;
	cursor: pointer
}

.customer_review .left {
	float: left;
	font-weight: 700;
	line-height: 36px;
	font-size: 18px;
	color: #4d4d4d
}

.customer_review .left .rating {
	font-size: 20px;
	color: #66a250
}

.customer_review .right {
	float: left;
	padding-left: 5px;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	margin-top: 10px
}

.customer_review .right strong {
	color: #66a250
}

.customer_review .right .text-link {
	color: gray
}

.car-coupon-component {
	padding-top: 15px;
	margin-bottom: 15px
}

.car-coupon-component .cr-gift-box2 {
	padding: 0 10px;
	color: #5e5d5d
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-coupon-component .cr-gift-box2 {
		padding: 0
	}

	.car-coupon-component .cr-gift-box2 .p0px {
		padding: 0
	}
}

.car-coupon-component .cr-gift-box2 h4 {
	font-size: 20px;
	border-bottom: 1px dotted #b0afaf;
	font-weight: 700;
	padding: 5px 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-coupon-component .cr-gift-box2 h4 {
		font-size: 16px
	}
}

.car-coupon-component .cr-gift-box2 input {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100% !important;
	height: 42px;
	line-height: 42px
}

.car-coupon-component .cr-gift-box2 button {
	font-size: 20px;
	background: #005dba;
	color: #fff
}

.car-coupon-component .cr-gift-box {
	color: #5e5d5d;
	background: url(/resources/assets/gift-icon.gif) no-repeat;
	padding: 0 50px 0 100px;
	border-right: 1px solid #a9a9a9
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-coupon-component .cr-gift-box {
		padding: 0 15px 0 80px
	}
}

.car-coupon-component .cr-gift-box h4 {
	font-size: 20px;
	border-bottom: 1px dotted #b0afaf;
	font-weight: 700;
	padding: 5px 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-coupon-component .cr-gift-box h4 {
		font-size: 16px
	}
}

.car-coupon-component .cr-gift-box div {
	font-size: 16px
}

.car-coupon-component .cr-gift-box div.deal-amt {
	margin-top: 20px
}

.car-coupon-component .cr-gift-box div span {
	font-weight: 700
}

@media(max-width:1023px) {
	.pramotion_banner_home {
		margin: 15px 0 0 !important
	}
}

.fox-car-overlay {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 11
}

.fox-car-overlay .inner-box {
	padding: 20px;
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1px 0 5px 0 rgba 0 0 0/75%;
	z-index: 11;
	background: #fff;
	border-radius: 5px
}

@media(max-width:1023px) {
	.fox-car-overlay .inner-box {
		width: 90%
	}
}

.fox-car-overlay .inner-box p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px dotted #ccc;
	position: relative
}

@media(max-width:1023px) {
	.fox-car-overlay .inner-box p {
		font-size: 16px
	}
}

.fox-car-overlay .inner-box p .fa-times {
	position: absolute;
	top: -10px;
	right: -5px;
	cursor: pointer
}

.fox-car-overlay .inner-box ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0
}

.fox-car-overlay .inner-box ul li {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px
}

.fox-car-overlay .inner-box ul li::before {
	position: absolute;
	top: -2px;
	left: 0;
	font-family: fontawesome;
	content: "";
	color: #2eb200;
	font-size: 18px
}

.fox-car-overlay .inner-box button {
	background: #2eb200;
	border-radius: 3px;
	color: #fff;
	padding: 6px 5px;
	border: 0 solid #2eb200;
	width: 100px;
	margin-top: 15px;
	cursor: pointer
}

@media(max-width:1023px) {
	.fox-car-overlay .inner-box button {
		width: 49%
	}
}

.fox-car-overlay .inner-box button.btn-gray {
	background: #6c6c6c
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #fff
}

.car-component .navigation_block,
.car-payment-component .navigation_block {
	height: 50px
}

.car-component .navigation_block .component-navigation-new .logo-cff,
.car-payment-component .navigation_block .component-navigation-new .logo-cff {
	margin-top: 10px
}

.car-component .navigation_block .component-navigation-new .navbar-nav,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav {
	padding-top: 18px
}

.car-component .navigation_block .component-navigation-new .navbar-nav a,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav a {
	font-weight: 700
}

.car-component .navigation_block .component-navigation-new .navbar-nav a:hover,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav a:hover {
	color: #005dba
}

.car-component .navigation_block .component-navigation-new .navbar-nav a .toll-free,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav a .toll-free {
	color: #005dba
}

.car-component .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover {
	color: #005dba
}

.car-component .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone,
.car-payment-component .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone {
	color: #005dba
}

.car-component .client-logos,
.car-payment-component .client-logos {
	text-align: center
}

input::-ms-clear {
	display: none
}

.cr-back-to-pop {
	width: 40px;
	height: 40px;
	background: #005dba;
	border: none;
	border-radius: 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 32px;
	color: #fff;
	position: fixed;
	right: 10px;
	bottom: 70px;
	padding: 3px;
	text-align: center;
	z-index: 9
}

.crError {
	color: #005dba;
	font-family: roboto;
	font-size: 13px
}

body.car-component {
	background: #f9f9f9;
	font-family: roboto
}

body.car-component .bottom-call-bar {
	z-index: 999
}

body.car-component #src-mid .head {
	font-size: 14px
}

body.car-component #src-mid .pls-wait {
	font-size: 14px
}

body.car-component .popup-product .session-exp {
	box-shadow: 0 0 0
}

.driverage .info-tooltip-icon {
	border: 1px solid #4e4e4e;
	color: #4e4e4e
}

.inner-engine-bg .driverage .info-tooltip-icon {
	border: 1px solid #fff;
	color: #fff
}

.car-destination-engine .driverage .info-tooltip-icon {
	border: 1px solid #fff;
	color: #fff
}

.car-body {
	margin-bottom: 30px
}

.crViolet {
	color: #005dba
}

.call-for-car {
	padding: 15px;
	background: #fff;
	margin-bottom: 30px;
	color: #005dba
}

.call-for-car span {
	color: #005dba
}

.no-gutter>.row,
.no-gutter.row {
	margin-right: -5px;
	margin-left: -5px
}

.no-gutter>.row>[class*=col-sm],
.no-gutter.row>[class*=col-sm] {
	padding-right: 10px;
	padding-left: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.no-gutter>.row,
	.no-gutter.row {
		margin-right: -5px;
		margin-left: -5px
	}

	.no-gutter>.row>[class*=col-sm],
	.no-gutter>.row>[class*=col-xs],
	.no-gutter.row>[class*=col-sm],
	.no-gutter.row>[class*=col-xs] {
		padding-right: 5px;
		padding-left: 5px
	}
}

.no-gutter-mobile>.row,
.no-gutter-mobile.row {
	margin-right: -5px;
	margin-left: -5px
}

.no-gutter-mobile>.row>[class*=col-xs],
.no-gutter-mobile.row>[class*=col-xs] {
	padding-right: 5px;
	padding-left: 5px
}

.cr-hidden-cam {
	font-size: 10px;
	color: #fff;
	font-weight: 400
}

.cr-details-hover {
	cursor: pointer
}

.cr-details-hover:hover:before {
	content: attr(data-driver);
	display: block;
	position: absolute;
	top: 20px;
	border: 1px solid #333;
	padding: 10px;
	background: #fff;
	color: #333
}

.cr-termCondition li {
	list-style: decimal;
	padding-left: 0;
	line-height: 22px;
	list-style: circle;
	margin-left: 25px
}

@media(max-width:1023px) {
	.sm-txt-right {
		text-align: right
	}
}

@media(max-width:767px) {
	.sm-txt-right {
		text-align: left
	}
}

@media(max-width:1199px) {
	.sm-txt-right.list-vv {
		text-align: right
	}
}

@media(max-width:767px) {
	.xs-mt-20 {
		margin-top: -10px;
		margin-bottom: 2px
	}
}

.cr-driver-details {
	position: relative;
	z-index: 1;
	cursor: pointer
}

.cr-driver-details .cr-driver-details-hover {
	display: none;
	position: absolute;
	top: -67px;
	left: -58px;
	border: 1px solid #929292;
	padding: 9px;
	line-height: 1.3em;
	background: #fff;
	color: #1f1f1f;
	font-family: Arial;
	z-index: 1;
	font-size: 12px;
	width: 280px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-driver-details .cr-driver-details-hover {
		right: -180px
	}
}

.cr-driver-details:hover .cr-driver-details-hover {
	display: block
}

.component-car-attraction .car-deals-head {
	font-size: 28px;
	padding-top: 10px;
	color: #333;
	font-weight: 300;
	margin-bottom: 4px;
	font-family: RobotoLight
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-car-attraction .car-deals-head {
		margin-bottom: 9px;
		font-size: 24px;
		padding-top: 14px;
		text-align: center
	}
}

.component-city-attraction .domestic-deals-head {
	font-size: 28px;
	padding-top: 10px;
	color: #908f8f;
	font-weight: 300;
	font-family: RobotoLight;
	margin-bottom: -5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-city-attraction .domestic-deals-head {
		margin-bottom: 9px;
		font-size: 34px;
		padding-top: 14px;
		text-align: center
	}
}

.cr-sorting-tab {
	margin-bottom: 15px
}

.cr-sorting-tab h3 {
	margin: 0
}

.cr-sorting-tab .one {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
	height: 40px;
	line-height: 40px
}

.cr-sorting-tab .two {
	height: 40px;
	line-height: 40px
}

.cr-sorting-tab ul li {
	font-size: 14px;
	margin: 0;
	font-family: roboto;
	color: #4e4e4e;
	font-weight: 500
}

.cr-sorting-tab ul li a {
	margin: 0;
	padding: 12px 18px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 25px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-sorting-tab ul li a {
		padding: 15px 5px
	}
}

.cr-sorting-tab ul li.active a {
	background: #005dba;
	color: #fff;
	border-color: #005dba
}

.cr-sorting-tab ul li.sort {
	background: 0 0;
	border: none;
	padding-right: 10px;
	font-weight: 600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}

.cr-sorting-tab ul li.sort .fa {
	font-size: 14px
}

.cr-sorting-tab .sortingBox {
	text-align: right
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-sorting-tab .sortingBox {
		text-align: center
	}
}

.body-wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto
}

.car-deals {
	margin-top: 38px
}

.car-deals .component-deals {
	padding: 0;
	margin-top: 20px
}

.customeCb span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-left: -15px;
	padding-left: 20px;
	line-height: 16px
}

.customeCb span:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	border: 1px solid #4f8ffc;
	text-align: center;
	border-radius: 2px
}

.customeCb input[type=checkbox] {
	display: none
}

.customeCb input[type=checkbox]:checked~span {
	color: #005dba
}

.customeCb input[type=checkbox]:checked~span:before {
	font-family: fontawesome;
	content: "";
	font-size: 11px;
	border: 1px solid #005dba
}

.carSearhEngine {
	padding: 15px 25px 10px;
	margin-bottom: 25px;
	background: #e9e9e9
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.carSearhEngine {
		padding: 10px 0
	}
}

.carSearhEngine [class*=col-sm] {
	padding-left: 2px;
	padding-right: 2px
}

.carSearhEngine [class*=col-sm] .form-control.iconSpace {
	padding-left: 30px
}

.carSearhEngine .cr-destination-details {
	font-size: 14px;
	color: #1f1f1f;
	margin-bottom: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.carSearhEngine .cr-destination-details {
		margin-bottom: 0;
		font-size: 12px;
		padding-left: 15px !important
	}
}

.carSearhEngine .cr-destination-details .data1 {
	color: #1f1f1f
}

.carSearhEngine .cr-destination-details .data2 {
	color: #1f1f1f;
	font-weight: 600
}

.carSearhEngine .cr-destination-details .fa {
	font-size: 10px;
	color: #1f1f1f
}

.carSearhEngine .cr-destination-search>.row {
	margin-left: 0;
	margin-right: 0
}

.carSearhEngine .form-group .form-control {
	height: 40px;
	-webkit-appearance: none
}

.carSearhEngine .form-group select,
.carSearhEngine .form-group input[type=text] {
	border-radius: 0;
	padding: 10px 5px 10px 10px
}

.carSearhEngine .cr-link {
	color: #333;
	cursor: pointer
}

.carSearhEngine .cr-link.customeCb span:before {
	border: 1px solid #fff
}

.carSearhEngine .cr-link.customeCb input[type=checkbox]:checked~span {
	color: #005dba
}

.carSearhEngine .cr-link.customeCb input[type=checkbox]:checked~span:before {
	border: 1px solid #005dba
}

.mob-filter {
	background: #005dba;
	color: #fff;
	padding: 5px 20px;
	text-align: center;
	line-height: 2em;
	margin: -25px 0 15px;
	position: relative
}

.mob-filter .bdrR {
	border-right: 1px solid rgba(255, 255, 255, .5)
}

.mob-filter .cr-btn-link {
	width: 95%;
	border: 0;
	color: #fff;
	border: 1px solid #7ea9d3
}

.mob-filter .cr-btn-link:hover {
	color: #fff;
	box-shadow: none
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	#carFilterCtrl {
		display: none;
		position: fixed;
		top: 0;
		z-index: 5;
		left: 0;
		background: #fff;
		width: 35%;
		overflow: auto;
		height: 100vh;
		box-shadow: 1px 5px 5px 1000px rgba(0, 0, 0, .5)
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#carFilterCtrl {
		display: none;
		position: fixed;
		top: 0;
		z-index: 5;
		left: 0;
		background: #fff;
		width: 100%;
		overflow: auto;
		height: 100vh
	}
}

@media(max-width:1023px) {
	#crModifySearchDiv {
		display: none;
		position: fixed;
		top: 0;
		right: 15px;
		z-index: 7;
		background: #005dba;
		width: 100%;
		overflow: auto;
		height: 100vh;
		padding: 50px 20px
	}
}

.filterClose {
	display: none
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.filterClose {
		display: block;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 5px;
		z-index: 1;
		cursor: pointer;
		padding: 10px;
		cursor: pointer
	}

	.filterClose:hover {
		color: #005dba
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.filterClose {
		display: block;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 5px;
		z-index: 1;
		cursor: pointer;
		padding: 10px;
		cursor: pointer
	}

	.filterClose:hover {
		color: #005dba
	}
}

.engineClose {
	display: none
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.engineClose {
		display: block;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 5px;
		padding: 10px;
		z-index: 1;
		color: #fff;
		cursor: pointer
	}

	.engineClose:hover {
		color: #005dba
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.engineClose {
		display: block;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 5px;
		padding: 10px;
		z-index: 1;
		color: #fff;
		cursor: pointer
	}

	.engineClose:hover {
		color: #005dba
	}
}

.car-repeater {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 6px #00000029;
	border-radius: 15px;
	transition: all .3s ease-in-out
}

.car-repeater .car-mobile-link {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 1;
	width: 35%
}

.car-repeater:hover {
	box-shadow: 0 0 6px #9abfe4
}

.car-repeater .cr-header {
	margin: 0;
	position: relative;
	overflow: hidden
}

.car-repeater .cr-header div.carName {
	margin: 0;
	padding: 10px 0;
	font-size: 22px;
	font-weight: 700;
	color: #333
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-header div.carName {
		font-size: 14px
	}
}

.car-repeater .cr-header div.carName small {
	font-size: 14px;
	font-weight: 400
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-header div.carName small {
		font-size: 11px
	}
}

.car-repeater .cr-header .deal-of-the-day {
	position: absolute;
	right: 10px;
	bottom: 10px
}

@media(max-width:767px) {
	.car-repeater .cr-header .deal-of-the-day {
		width: 90px;
		right: 0
	}
}

.car-repeater .cr-body {
	margin: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body {
		padding-top: 0
	}
}

.car-repeater .cr-body .cr-mobile-price {
	position: relative;
	padding-right: 17px
}

.car-repeater .cr-body .cr-mobile-price .price {
	margin: 0;
	font-size: 50px;
	color: #006ad4
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price .price {
		font-size: 25px;
		margin-top: 20px;
		margin-bottom: 2px;
		font-weight: 700
	}
}

.car-repeater .cr-body .cr-mobile-price .price .fa-usd {
	font-size: 18px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price .price .fa-usd {
		font-size: 13px
	}
}

.car-repeater .cr-body .cr-mobile-price .total-price {
	margin: 0;
	font-size: 18px;
	color: #5b5b5b
}

.car-repeater .cr-body .cr-mobile-price .total-price .fa-usd {
	font-size: 18px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price .total-price .fa-usd {
		font-size: 13px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price .total-price {
		font-size: 13px;
		margin-bottom: 1px
	}
}

.car-repeater .cr-body .cr-mobile-price small {
	color: #4e4e4e;
	display: block;
	padding-bottom: 5px;
	font-size: 14px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price small {
		display: inline-block
	}
}

.car-repeater .cr-body .cr-mobile-price sup {
	top: -10px;
	font-size: 14px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-mobile-price sup {
		font-size: 12px
	}
}

.car-repeater .cr-body .cr-mobile-price .pns {
	color: #66a250;
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0
}

.car-repeater .cr-body .cr-mobile-price::after {
	font-family: fontawesome;
	content: "";
	position: absolute;
	right: -15px;
	top: -25px;
	font-size: 70px;
	color: #e2e2e2
}

.car-repeater .cr-body .car-images {
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
	min-height: 90px;
	background: url(/resources/assets/ring.gif) center 5px no-repeat;
	background-size: 35%
}

@media(max-width:767px) {
	.car-repeater .cr-body .car-images {
		min-height: 70px;
		height: auto
	}
}

.car-repeater .cr-body .car-images .cr-mobile-supplier {
	position: absolute;
	color: #000;
	z-index: 2
}

.car-repeater .cr-body .car-images img {
	transform: scale(1);
	transition: all .3s linear
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .car-images img {
		width: 100%
	}
}

.car-repeater .cr-body .car-images img:hover {
	transform: scale(1.1)
}

.car-repeater .cr-body #imgSet {
	border: 1px solid #ccc
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body #imgSet {
		margin-top: 10px
	}
}

.car-repeater .cr-body .location,
.car-repeater .cr-body .offers {
	font-size: 14px;
	width: 100%
}

.car-repeater .cr-body .location strong,
.car-repeater .cr-body .offers strong {
	color: #333
}

@media(max-width:1199px) {

	.car-repeater .cr-body .location,
	.car-repeater .cr-body .offers {
		font-size: 12px;
		width: 70%
	}
}

.car-repeater .cr-body .location .list li,
.car-repeater .cr-body .offers .list li {
	display: block;
	margin-bottom: 3px
}

.car-repeater .cr-body .location {
	margin-bottom: 10px
}

.car-repeater .cr-body .location p.ng-binding,
.car-repeater .cr-body .location .pickup.ng-binding {
	position: relative;
	padding-left: 15px
}

.car-repeater .cr-body .location p.ng-binding b,
.car-repeater .cr-body .location .pickup.ng-binding b {
	color: #333;
	cursor: pointer
}

.car-repeater .cr-body .location p .search-icon,
.car-repeater .cr-body .location .pickup .search-icon {
	color: #333;
	font-size: 16px;
	left: -5px;
	position: absolute;
	top: 3px;
	cursor: pointer;
	width: 15px;
	text-align: left
}

.car-repeater .cr-body .wildcard {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	margin: 5px 0 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .wildcard {
		font-size: 10px;
		padding-left: 13px;
		margin: 5px 0 0
	}
}

.car-repeater .cr-body .wildcard::before {
	font-family: fontawesome;
	content: "";
	color: #f6b400;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	top: -7px;
	left: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .wildcard::before {
		font-size: 16px;
		top: -4px
	}
}

.car-repeater .cr-body .wildcard:hover {
	color: #f6b400
}

.car-repeater .cr-body .cr-itinerary {
	width: auto;
	text-align: left;
	margin-top: 0;
	color: #a7a7a7;
	position: absolute;
	top: 0;
	z-index: 1
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary {
		position: static;
		margin-bottom: 5px
	}
}

.car-repeater .cr-body .cr-itinerary li {
	padding: 3px 0;
	display: block;
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary li {
		display: inline-block;
		padding: 3px
	}
}

.car-repeater .cr-body .cr-itinerary li.listData {
	position: relative;
	overflow: hidden;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary li.listData {
		text-align: left
	}
}

.car-repeater .cr-body .cr-itinerary li.listData .iconcff {
	font-size: 16px;
	color: #777
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary li.listData .iconcff {
		font-size: 14px
	}
}

.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-transmission-a,
.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-transmission-m,
.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-passenger,
.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-auto {
	font-size: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-transmission-a,
	.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-transmission-m,
	.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-passenger,
	.car-repeater .cr-body .cr-itinerary li.listData .iconcff.icon-auto {
		font-size: 16px
	}
}

.car-repeater .cr-body .cr-itinerary li.listData:hover {
	color: #5b5b5b;
	overflow: visible
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary li.listData:hover {
		overflow: hidden
	}
}

.car-repeater .cr-body .cr-itinerary li.listData:before {
	transition: all .15s ease-in;
	content: attr(data-hover);
	right: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	white-space: nowrap;
	color: #005dba;
	padding: 5px 10px;
	background: rgba(255, 255, 255, .9);
	box-shadow: -2px 0 5px #888;
	border-radius: 2px;
	white-space: nowrap;
	color: #005dba
}

.car-repeater .cr-body .cr-itinerary li.listData:hover:before {
	opacity: 1;
	z-index: 1;
	right: 29px
}

@media(min-width:1024px)and (max-width:1199px) {
	.car-repeater .cr-body .cr-itinerary li.listData:hover:before {
		right: auto;
		left: 24px;
		box-shadow: 2px 0 5px #888;
		padding: 2px 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.car-repeater .cr-body .cr-itinerary li.listData:hover:before {
		right: auto;
		left: 24px;
		box-shadow: 2px 0 5px #888;
		padding: 2px 10px
	}
}

.car-repeater .cr-body .cr-itinerary li .fa {
	font-size: 20px;
	color: #777
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-repeater .cr-body .cr-itinerary li .fa {
		font-size: 17px
	}
}

.car-repeater .cr-body .extra-details ul {
	list-style: none;
	padding: 5px 0 0;
	font-size: 12px;
	font-weight: 400
}

.car-repeater .cr-body .extra-details ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	color: #248eff;
	border-bottom: 1px solid #248eff
}

.car-repeater .cr-body .extra-details ul li:last-child {
	padding-right: 0
}

.car-repeater .cr-body .extra-details ul li:last-child ul {
	display: none;
	width: 215px;
	left: -80px
}

.car-repeater .cr-body .extra-details ul li:last-child ul li h5 {
	margin: 0
}

.car-repeater .cr-body .extra-details ul li:last-child ul li p {
	margin: 0
}

.car-repeater .cr-body .extra-details ul li:last-child ul li p a {
	color: #0061ed;
	text-decoration: underline
}

.car-repeater .cr-body .extra-details ul li:last-child ul .arrow-up {
	top: -21px
}

.car-repeater .cr-body .extra-details ul li:last-child ul .arrow-up1 {
	top: -20px
}

.car-repeater .cr-body .extra-details ul li ul {
	display: none;
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: -10px;
	top: 30px;
	width: 145px;
	background: #fff;
	z-index: 10;
	border: 1px solid #e4e4e4;
	border-radius: 3px
}

.car-repeater .cr-body .extra-details ul li ul li {
	padding: 1px 0;
	margin-right: 0;
	float: left;
	width: 100%;
	border-bottom: none;
	color: #333
}

.car-repeater .cr-body .extra-details ul li ul li .fa-check {
	margin-right: 5px;
	color: #005dba
}

.car-repeater .cr-body .extra-details ul li ul .arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	top: -11px;
	position: absolute;
	right: 90px
}

.car-repeater .cr-body .extra-details ul li ul .arrow-up1 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	position: absolute;
	right: 90px
}

.car-repeater .cr-body .extra-details ul li ul .clss {
	color: #7d7d7d;
	position: absolute;
	top: 1px;
	right: 3px;
	font-size: 14px
}

.car-repeater .cr-body .extra-details ul li:hover ul {
	display: block
}

.carLeftCtrl,
.carRightCtrl {
	position: relative;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 3px #00000029
}

.carLeftCtrl.carLeftFilterFixed,
.carRightCtrl.carLeftFilterFixed {
	background: #fff;
	position: fixed;
	z-index: 997;
	top: 0;
	left: 0;
	right: 0;
	overflow: scroll;
	height: 100%;
	padding-bottom: 100px
}

.carLeftCtrl .carCloseSearch,
.carRightCtrl .carCloseSearch {
	font-size: 25px;
	z-index: 1;
	position: absolute;
	right: 30px;
	top: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.carLeftCtrl,
	.carRightCtrl {
		margin-bottom: 80px
	}
}

.carLeftCtrl .form-group input[type=text],
.carRightCtrl .form-group input[type=text] {
	border-radius: 0
}

.carLeftCtrl .boxSec,
.carRightCtrl .boxSec {
	padding: 8px 0;
	font-size: 14px
}

.carLeftCtrl .boxSec .list-group,
.carRightCtrl .boxSec .list-group {
	border-radius: 0;
	margin-bottom: 0
}

.carLeftCtrl .boxSec .list-group .list-group-item,
.carRightCtrl .boxSec .list-group .list-group-item {
	border: none;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px
}

.carLeftCtrl .boxSec .list-group .list-group-item.crBorder,
.carRightCtrl .boxSec .list-group .list-group-item.crBorder {
	position: relative
}

.carLeftCtrl .boxSec .list-group .list-group-item.crBorder.top,
.carRightCtrl .boxSec .list-group .list-group-item.crBorder.top {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
	padding-top: 10px
}

.carLeftCtrl .boxSec .list-group .list-group-item.fs12,
.carRightCtrl .boxSec .list-group .list-group-item.fs12 {
	font-size: 12px !important
}

.carLeftCtrl .boxSec .list-group .list-group-item.active,
.carRightCtrl .boxSec .list-group .list-group-item.active {
	background: #fff;
	z-index: unset;
	color: #333;
	text-shadow: 0 0 0;
	font-size: 16px;
	font-weight: 500
}

.carLeftCtrl .boxSec .list-group .list-group-item .checkbox-inline,
.carRightCtrl .boxSec .list-group .list-group-item .checkbox-inline {
	padding-left: 16px
}

.carLeftCtrl .bookConf li.list,
.carRightCtrl .bookConf li.list {
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px
}

.carLeftCtrl .bookConf li.list:before,
.carRightCtrl .bookConf li.list:before {
	content: "";
	position: absolute;
	left: 10px;
	color: #005dba;
	font-family: fontawesome
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.carLeftCtrl {
		padding-bottom: 100px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.carLeftCtrl .filter-applyBtn {
		width: 88%;
		padding: 10px 15px;
		margin: 30px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.carLeftCtrl .effect2 {
		position: relative;
		border-bottom: 1px solid #ccc;
		box-shadow: 1px 10px 10px #fff;
		border-radius: 0;
		margin-bottom: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.carLeftCtrl .effect2 {
		position: relative;
		border-bottom: 1px solid #ccc;
		box-shadow: 1px 10px 10px #fff;
		border-radius: 0;
		margin-bottom: 0 !important
	}
}

.crBooking-cost {
	border-left: 1px dotted #c1c1c1;
	padding: 18px 15px;
	margin-bottom: 20px;
	margin-top: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.crBooking-cost {
		border-top: 1px dotted #c1c1c1;
		border-left: 0
	}
}

.crBooking-cost .flexBox1 .crSelectPrice {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px
}

.crBooking-cost .flexBox1 .crSelectPrice .pns {
	font-size: 13px;
	color: #333
}

.crBooking-cost .flexBox1 .crSelectPrice .fa-usd {
	font-size: 20px
}

.crBooking-cost .flexBox1 .crSelectPrice .price {
	margin: 0;
	font-size: 28px;
	color: #3ab54a
}

@media(max-width:1199px) {
	.crBooking-cost .flexBox1 .crSelectPrice .price {
		font-size: 28px
	}
}

.crBooking-cost .flexBox1 .crSelectPrice .price:after {
	display: inline-block;
	content: "/day";
	font-size: 20px
}

@media(max-width:1199px) {
	.crBooking-cost .flexBox1 .crSelectPrice .price:after {
		font-size: 16px
	}
}

.crBooking-cost .flexBox1 .crSelectPrice small {
	color: #4e4e4e;
	display: block;
	padding-bottom: 5px;
	margin-top: -5px;
	font-size: 13px
}

.crBooking-cost .flexBox1 .crSelectPrice sup {
	top: -13px;
	font-size: 14px
}

.crBooking-cost .flexBox1 .crSelectPrice .toplPrice {
	margin: 30px 0 0;
	font-size: 16px;
	color: #5b5b5b
}

.crBooking-cost .flexBox1 .crSelectPrice .toplPrice .fa-usd {
	font-size: 12px
}

.crBooking-cost .flexBox1 .crSelectPrice .toplPrice sup {
	top: -4px;
	font-size: 10px
}

.crDeals {
	font-family: roboto
}

.crDeals .crDealContainer {
	border: 1px solid #e7e7e7;
	transition: all .5s linear;
	padding: 15px;
	overflow: hidden;
	background: #fff
}

.crDeals .crDealContainer .crDealPic .state0 {
	overflow: hidden;
	clear: both;
	padding-top: 0;
	font-size: 16px;
	color: #005dba;
	display: block;
	text-align: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.crDeals .crDealContainer .crDealPic .state0 {
		line-height: 1em
	}
}

.crDeals .crDealContainer .crDealPic figure {
	min-height: 150px;
	padding-top: 30px;
	overflow: hidden;
	transition: all .3s linear
}

.crDeals .crDealContainer .crDealPic figure:hover {
	transform: scale(1.2)
}

.crDeals .crDealContainer .crDealDiscription {
	padding: 10px 15px;
	transition: all .5s linear
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.crDeals .crDealContainer .crDealDiscription {
		padding: 10px 1px
	}
}

.crDeals .crDealContainer .crDealDiscription .state1 {
	clear: both;
	font-weight: 700;
	font-size: 14px;
	color: #4e4e4e
}

.crDeals .crDealContainer .crDealDiscription .state2 {
	overflow: hidden;
	clear: both;
	padding-top: 0;
	font-size: 12px;
	color: #a7a7a7;
	transition: all .5s linear
}

.crDeals .crDealContainer .crDealDiscription .crPrice {
	font-size: 24px;
	margin-top: 5px
}

.crDeals .crDealContainer .crDealDiscription .crPrice small {
	font-size: 12px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.crDeals .crDealContainer .crDealDiscription {
		text-align: center
	}
}

.crCompanyLogos,
.cr-supplier-logos {
	margin-top: 90px
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.crCompanyLogos,
	.cr-supplier-logos {
		margin-top: 30px
	}
}

.crCompanyLogos .crLogos .owl-nav,
.cr-supplier-logos .crLogos .owl-nav {
	position: absolute;
	top: -60px;
	right: 0
}

.crCompanyLogos .crLogos .owl-nav .owl-prev,
.cr-supplier-logos .crLogos .owl-nav .owl-prev,
.crCompanyLogos .crLogos .owl-nav .owl-next,
.cr-supplier-logos .crLogos .owl-nav .owl-next {
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 20px;
	background: #ddd;
	text-align: center;
	color: #666;
	display: inline-block;
	margin-left: 3px;
	transition: .3s all linear
}

.crCompanyLogos .crLogos .owl-nav .owl-prev:hover,
.cr-supplier-logos .crLogos .owl-nav .owl-prev:hover,
.crCompanyLogos .crLogos .owl-nav .owl-next:hover,
.cr-supplier-logos .crLogos .owl-nav .owl-next:hover {
	background: #4e4e4e;
	color: #fff
}

.crCompanyLogos .crLogos .crItems,
.cr-supplier-logos .crLogos .crItems {
	float: left;
	width: 100%;
	padding: 10px 15px;
	border-radius: 15px
}

.crCompanyLogos .crLogos .crItems:last-child,
.cr-supplier-logos .crLogos .crItems:last-child {
	padding-right: 0
}

.crCompanyLogos .crLogos .crItems .location,
.cr-supplier-logos .crLogos .crItems .location {
	font-size: 14px;
	color: #005dba;
	margin-bottom: 5px
}

.crCompanyLogos .crLogos .crItems figure,
.cr-supplier-logos .crLogos .crItems figure {
	text-align: center;
	padding-top: 0;
	background: #fff;
	text-align: left
}

.crCompanyLogos .crLogos .crItems figure img,
.cr-supplier-logos .crLogos .crItems figure img {
	width: auto !important
}

.crCompanyLogos .crLogos .crItems figcaption,
.cr-supplier-logos .crLogos .crItems figcaption {
	padding-top: 10px
}

.crCompanyLogos .crLogos .crItems figcaption .rate,
.cr-supplier-logos .crLogos .crItems figcaption .rate {
	font-size: 20px
}

.crCompanyLogos .crLogos .crItems figcaption .rate sup,
.cr-supplier-logos .crLogos .crItems figcaption .rate sup {
	font-size: 14px
}

.crCompanyLogos .crLogos .crItems2,
.cr-supplier-logos .crLogos .crItems2 {
	float: left;
	width: 100%
}

.crCompanyLogos .crLogos .crItems2:last-child,
.cr-supplier-logos .crLogos .crItems2:last-child {
	padding-right: 0
}

.crCompanyLogos .crLogos .crItems2 .location,
.cr-supplier-logos .crLogos .crItems2 .location {
	font-size: 14px;
	color: #005dba;
	margin-bottom: 5px
}

.crCompanyLogos .crLogos .crItems2 figure,
.cr-supplier-logos .crLogos .crItems2 figure {
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 5px 0;
	background: #fff;
	text-align: center
}

.crCompanyLogos .crLogos .crItems2 figure img,
.cr-supplier-logos .crLogos .crItems2 figure img {
	width: auto !important;
	margin: 0 auto
}

.crCompanyLogos .crLogos .crItems2 figcaption,
.cr-supplier-logos .crLogos .crItems2 figcaption {
	padding-top: 10px
}

.crCompanyLogos .crLogos .crItems2 figcaption .rate,
.cr-supplier-logos .crLogos .crItems2 figcaption .rate {
	font-size: 20px
}

.crCompanyLogos .crLogos .crItems2 figcaption .rate sup,
.cr-supplier-logos .crLogos .crItems2 figcaption .rate sup {
	font-size: 14px
}

.crCompanyLogos.supplier-logo-engine,
.supplier-logo-engine.cr-supplier-logos {
	margin-top: 140px
}

@media(max-width:1199px) {

	.crCompanyLogos.supplier-logo-engine,
	.supplier-logo-engine.cr-supplier-logos {
		margin-top: 110px
	}
}

.crCompanyLogos.supplier-logo-engine h1,
.supplier-logo-engine.cr-supplier-logos h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding-right: 75px;
	line-height: 1.2em
}

@media(max-width:1199px) {

	.crCompanyLogos.supplier-logo-engine h1,
	.supplier-logo-engine.cr-supplier-logos h1 {
		font-size: 20px;
		padding-right: 0
	}
}

.crCompanyLogos.supplier-logo-engine ul,
.supplier-logo-engine.cr-supplier-logos ul {
	background: #fff;
	padding: 10px
}

.crCompanyLogos.supplier-logo-engine figcaption,
.supplier-logo-engine.cr-supplier-logos figcaption {
	text-align: center
}

.crCompanyLogos.supplier-logo-engine .crLogos .crItems figure,
.supplier-logo-engine.cr-supplier-logos .crLogos .crItems figure {
	height: 55px;
	padding-top: 8px
}

.cr-supplier-logos {
	margin-top: 0
}

.car-secure-support {
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
	margin: 25px 0 0;
	padding: 0
}

.car-secure-support span {
	display: inline-block;
	margin-bottom: 15px
}

.car-secure-support span i {
	color: #005dba;
	font-size: 34px
}

.car-secure-support h4 {
	font-size: 17px;
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	color: #4d4d77
}

.car-secure-support p {
	padding: 10px 0;
	text-align: justify;
	font-size: 14px;
	color: #4e4e4e
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.car-secure-support {
		background: #fff;
		display: block;
		float: left;
		padding: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cr-filter-mobile {
		position: fixed;
		left: 0;
		bottom: 40px;
		width: 100%;
		z-index: 999
	}

	.cr-filter-mobile .cr-filter-mobile-btn {
		width: 100%
	}
}

.effect2 {
	position: relative
}

.reflection {
	position: relative
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.reflection {
		position: absolute;
		margin-top: 10px;
		left: 5px;
		background: #fff
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.reflection img {
		width: 45px;
		padding: 2px
	}
}

.reflection img {
	border: 10px solid #444;
	z-index: -1
}

.reflection:before {
	background: -moz-linear-gradient(center top, #FFFFFF, #FFFFFF 30%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.7)) repeat scroll 0 0 padding-box, -moz-element(reflection) no-repeat scroll 0 -127px content-box rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: 0;
	padding: 1px 0;
	position: absolute;
	top: 277px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	width: 100%
}

.car-home-text {
	color: #484848;
	margin-bottom: 20px
}

.car-home-text h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0
}

.car-home-text h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0
}

.car-home-text p {
	margin: 0 0 15px;
	text-align: justify
}

.car-home-text ul {
	margin: 0 0 20px
}

.car-home-text ul li {
	margin: 0 0 10px
}

.offers-tag-wrapper {
	position: absolute;
	perspective: 1000;
	width: 85px;
	height: 148px;
	top: -22px;
	right: -3px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper {
		height: 40px;
		right: 0;
		width: 80px;
		top: -64px
	}
}

.offers-tag-wrapper .offers-tag {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all .4s ease-in-out
}

.offers-tag-wrapper .offers-tag .face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden
}

.offers-tag-wrapper .offers-tag .face .add {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	color: #fff;
	text-align: center;
	padding-top: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .add {
		height: 23px;
		padding: 2px 0;
		bottom: 3px
	}
}

.offers-tag-wrapper .offers-tag .face .add .a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .add .a1 {
		float: left;
		width: 100%;
		font-size: 9px
	}
}

.offers-tag-wrapper .offers-tag .face .add .a2 {
	font-size: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .add .a2 {
		font-size: 12px;
		width: 100%;
		float: left
	}
}

.offers-tag-wrapper .offers-tag .face .add .a3 {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .add .a3 {
		font-size: 12px;
		width: 100%;
		float: left
	}
}

.offers-tag-wrapper .offers-tag .face .bar {
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../../../assets/car-images/offer-star.png) no-repeat center center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .bar {
		margin-top: -15px;
		width: 80px;
		float: left
	}
}

.offers-tag-wrapper .offers-tag .face .logo {
	height: 14px;
	margin: 0;
	padding: 0;
	background: url(../../../assets/car-images/offer-logo.png) no-repeat center center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face .logo {
		margin-top: -15px;
		width: 80px;
		float: left
	}
}

.offers-tag-wrapper .offers-tag .face.front {
	box-sizing: border-box;
	background: url(../../../assets/car-images/offer-tag.png) no-repeat center center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face.front {
		background: #e94840
	}
}

.offers-tag-wrapper .offers-tag .face.back {
	display: block;
	transform: rotateY(-180deg);
	box-sizing: border-box;
	background: url(../../../assets/car-images/offer-tag.png) no-repeat center center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.offers-tag-wrapper .offers-tag .face.back {
		background: #e94840
	}
}

.car-repeater:hover .offers-tag {
	transform: rotateY(-180deg)
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.car-repeater .offers-tag .face.back {
		display: none
	}

	*::-ms-backdrop,
	.car-repeater:hover .offers-tag {
		transform: none
	}

	*::-ms-backdrop,
	.car-repeater:hover .offers-tag .face.front {
		display: none
	}

	*::-ms-backdrop,
	.car-repeater:hover .offers-tag .face.back {
		display: block;
		transform: none
	}
}

.reviews-rating {
	width: 110px;
	display: inline-block;
	overflow: hidden;
	margin-top: 10px;
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.reviews-rating {
		display: none;
		width: 160px;
		margin-top: 0
	}
}

.reviews-rating ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.reviews-rating ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0
}

.reviews-rating ul li:first-child {
	width: 75px
}

@media(max-width:767px) {
	.reviews-rating ul li:first-child {
		width: 125px
	}
}

.reviews-rating ul li:first-child p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: #333;
	float: left
}

@media(max-width:767px) {
	.reviews-rating ul li:first-child p {
		font-size: 14px
	}
}

.reviews-rating ul li:first-child span {
	font-size: 11px;
	color: #4f4f4f;
	float: left
}

@media(max-width:767px) {
	.reviews-rating ul li:first-child span {
		padding-left: 5px
	}
}

.reviews-rating ul li:last-child {
	width: 35px;
	text-align: right
}

@media(max-width:767px) {
	.reviews-rating ul li:last-child {
		width: 25px;
		text-align: left
	}
}

.reviews-rating ul li:last-child span {
	background: #005dba;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	font-weight: 600;
	padding: 5px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-top: 0
}

@media(max-width:767px) {
	.reviews-rating ul li:last-child span {
		font-size: 10px;
		padding: 3px;
		height: 20px;
		width: 20px
	}
}

.ms {
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 37px;
	z-index: 1;
	width: 85%;
	display: none;
	box-shadow: 0 1px 4px #cacaca
}

.ms li {
	display: block;
	text-align: left;
	padding: 3px 15px
}

.hidden-overlap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.mob-sortby {
	cursor: pointer
}

.car-destination-engine .inputSet3 label span:before,
.car-destination-engine .inputSet3 input[type=checkbox]:checked~span:before {
	border: 1px solid #fff !important
}

.car-destination-engine .inputSet3 input[type=checkbox]:checked~span,
.car-destination-engine .inputSet3 input[type=checkbox]:checked~span:before {
	color: #fff !important
}

.carSearhEngine .inputSet3 label span:before,
.carSearhEngine .inputSet3 input[type=checkbox]:checked~span:before {
	border: 1px solid #4e4e4e
}

.carSearhEngine .inputSet3 input[type=checkbox]:checked~span,
.carSearhEngine .inputSet3 input[type=checkbox]:checked~span:before {
	color: #333
}

* {
	outline: none
}

.form-control select {
	-webkit-appearance: initial;
	-moz-appearance: initial;
	line-height: normal
}

.flip-plane {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1)
}

.violet {
	color: #005dba
}

.bookinggds {
	color: #fff
}

.mt30 {
	margin-top: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mt30 {
		margin-top: 5px
	}
}

.mt20 {
	margin-top: 20px
}

.mt10 {
	margin-top: 10px
}

.mb10 {
	margin-bottom: 10px
}

.mt5 {
	margin-top: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mt5 {
		margin-top: 0
	}
}

.m3px {
	margin: 3px 0
}

.mb5 {
	margin-bottom: 3px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mb5 {
		margin-bottom: 0
	}
}

.m5px {
	margin: 5px 0
}

.red {
	color: #005dba
}

.chat-with-us {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999
}

.chat-with-us a.chat-with-us-btn {
	background: #4d4d77;
	border: 1px solid #005dba;
	padding: 15px;
	text-shadow: none;
	color: #fff;
	font-weight: 700
}

.advance-search-btn {
	font-size: 15px;
	padding: 0 0 11px
}

.star-icon {
	color: #005dba
}

.star-icon i:nth-child(1) {
	color: #ffd900
}

.star-icon i:nth-child(2) {
	color: #ffd900
}

.star-icon i:nth-child(3) {
	color: #ffd900
}

.star-icon i:nth-child(4) {
	color: #ffd900
}

.star-icon i:nth-child(5) {
	color: #fff
}

.list-group {
	box-shadow: none
}

.form-control,
.input-group-addon,
.input-group-addon:first-child,
.input-group-addon:last-child {
	box-shadow: none;
	border: 0;
	background: #fff
}

.image-zoom {
	overflow: hidden
}

.image-zoom>img {
	transition: .3s all linear
}

.image-zoom>img:hover {
	transition: .3s all linear;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02)
}

.searching-container-home {
	background: #005dba;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999
}

.searching-container-home .spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center
}

.searching-container-home .spinner>div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.searching-container-home .spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.searching-container-home .spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

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

.searching-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #eee;
	text-align: center
}

.searching-container .searching-sub-container {
	background: #fff;
	position: absolute;
	height: 500px;
	padding: 50px 0;
	width: 800px;
	margin: 0 auto;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -400px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.searching-container .searching-sub-container {
		height: 100%;
		padding: 50px 0;
		width: 100%;
		top: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.searching-container .searching-sub-container {
		height: 100%;
		padding: 50px 0;
		width: 100%;
		top: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0
	}
}

.searching-container .searching-sub-container h1 {
	color: #005dba
}

.searching-container .searching-sub-container .loader {
	margin: 50px auto;
	width: 50px;
	height: 50px;
	position: relative;
	text-align: center;
	-webkit-animation: loader-rotate 2s infinite linear;
	animation: loader-rotate 2s infinite linear
}

.searching-container .searching-sub-container .loader-dot1,
.searching-container .searching-sub-container .loader-dot2 {
	width: 70%;
	height: 70%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #005dba;
	border-radius: 100%;
	-webkit-animation: loader-bounce 2s infinite ease-in-out;
	animation: loader-bounce 2s infinite ease-in-out
}

.searching-container .searching-sub-container .loader-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background-color: #005dba
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes loader-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes loader-bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes loader-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

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

.arrow-dir {
	position: relative;
	background: #92be14;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.arrow-dir {
		margin: 10px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.arrow-dir {
		margin-bottom: 20px
	}
}

.arrow-dir .arrow-icon {
	width: 20px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	color: #92be14;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px
}

.arrow-long-icon {
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.arrow-long-icon {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.arrow-long-icon {
		margin-bottom: 0
	}
}

.arrow-long-icon .plan-arrow-icon {
	background: url(../../../assets/plan-arrow-icon.png) no-repeat;
	height: 10px;
	background-position: center
}

.arrow-long-icon .plan-arrow-icon1 {
	background: url(../../../assets/plan-arrow-icon.png) no-repeat;
	height: 10px;
	background-position: center
}

.has-error input {
	border: 1px solid #005dba;
	color: #005dba
}

.has-error .help-block {
	color: red;
	white-space: nowrap
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.has-error .help-block {
		white-space: unset
	}
}

.error {
	background: #fcf9bb !important
}

input.error,
textarea.error {
	border: 2px solid red !important;
	background: #fff !important
}

.error-massage,
span.error {
	color: red;
	padding: 5px 0;
	font-size: 14px;
	background: 0 0 !important;
	white-space: nowrap
}

.help-block,
.error {
	color: red
}

.help-block .fa-angle-double-right,
.error .fa-angle-double-right {
	color: #333
}

.btn {
	transition: all .3s ease-out
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
	background: #005dba
}

.btn-submit,
.ui-datepicker .ui-datepicker-buttonpane button {
	background: #005dba;
	border: 1px solid #005dba;
	color: #fff;
	font-family: roboto
}

.btn-submit:hover,
.ui-datepicker .ui-datepicker-buttonpane button:hover {
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.btn-submit,
	.ui-datepicker .ui-datepicker-buttonpane button {
		width: 100%
	}
}

.select-hotel {
	background: #005dba;
	border: 1px solid #005dba;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	padding: 0 13px;
	text-shadow: none;
	width: 100%;
	text-transform: uppercase
}

.select-hotel:hover {
	color: #333
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.select-hotel {
		font-size: 13px;
		line-height: 30px;
		padding: 0 11px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.select-hotel {
		width: 100%;
		padding: 5px;
		font-size: 12px;
		margin-top: 80px
	}
}

.cut-price {
	text-align: right;
	margin-top: 15px;
	padding: 0 15px;
	margin-left: 15px;
	line-height: 1.2em;
	border-left: 1px solid #ddd
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.cut-price {
		margin-top: 20px;
		clear: left;
		text-align: right;
		padding-right: 8px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cut-price {
		margin-top: 0;
		float: right;
		border: 0;
		padding-right: 5px
	}
}

.cut-price .high-rate {
	color: #999
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cut-price .high-rate {
		float: left;
		line-height: 24px;
		margin-right: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cut-price .low-rate {
		float: left
	}
}

.cut-price .low-rate h4 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.cut-price .low-rate h4 {
		margin: 0;
		cursor: pointer
	}
}

.cut-price .tripadvisor {
	float: left;
	margin: 8px 0
}

.cut-price .tripadvisor_logo {
	width: auto;
	text-align: left
}

.cut-price .tripadvisor_logo {
	padding-top: 15px;
	overflow: hidden;
	width: 100%;
	text-align: center
}

.resultsBox {
	margin-bottom: 16px;
	width: 100%
}

.resultsBox .zoom_image {
	position: relative;
	float: left
}

.resultsBox .image {
	width: 262px;
	height: 220px;
	overflow: hidden;
	float: left;
	position: relative
}

.resultsBox .image img {
	bottom: -9999px;
	height: auto;
	left: -9999px;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -9999px;
	top: -9999px;
	width: auto
}

.guests {
	display: none;
	padding: 12px;
	position: absolute;
	left: -193px;
	top: 60px;
	z-index: 7;
	width: 480px;
	background: #efefef;
	border: 1px solid #005dba
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.guests {
		left: -230px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests {
		left: 0;
		top: 55px;
		width: 100%
	}
}

.guests .label {
	padding-top: 24px;
	width: 60px;
	display: block;
	font-size: 12px;
	color: #37454d;
	float: left;
	font-weight: 400
}

.guests .label2 {
	display: block;
	font-size: 12px;
	color: #37454d;
	font-weight: 400
}

.guests .select {
	position: relative;
	width: 100%;
	height: 22px;
	display: block;
	text-align: left
}

.guests .select select {
	width: 100%;
	padding: 0 4px;
	height: 22px;
	font-size: 12px;
	color: #37454d;
	font-weight: 400;
	margin: 0;
	border: 1px solid #ccc;
	outline: none;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none
}

.guests .select:after {
	font-family: fontawesome;
	text-align: center;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
	line-height: 22px;
	z-index: 9;
	pointer-events: none;
	color: #333 !important
}

.guests .kids-row {
	position: relative;
	padding: 8px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc
}

.guests .col {
	padding-right: 10px;
	width: 60px;
	float: left
}

.guests .right {
	width: calc(100% - 120px);
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .right {
		width: 100%;
		margin-top: 10px
	}
}

.guests .col1 {
	width: 20%;
	padding-right: 10px;
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .col1 {
		width: 20%
	}
}

.guests .remove_row {
	position: absolute;
	right: 4px;
	top: 32px;
	color: #333
}

.guests .remove_row:hover {
	color: #f60
}

.guests .btn-row {
	width: 100%;
	overflow: hidden
}

.guests .btn-row a {
	margin: 8px auto;
	padding: 0 15px;
	display: inline-block;
	height: 29px;
	line-height: 26px;
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #cdd0d2;
	border-radius: 2px
}

.guests .btn-row a span {
	margin-right: 5px
}

.guests a.confirm_room {
	background: #4d4d77;
	border-color: #4d4d77;
	color: #fff !important
}

.guests .up_arrow {
	position: absolute;
	left: 290px;
	top: -18px;
	font-size: 25px;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .up_arrow {
		left: 33px
	}
}

.introBox {
	margin-bottom: 20px;
	border-radius: 5px
}

.introBox .bg {
	border: 1px solid #e5e5e5;
	padding: 15px;
	background: #f6f5f5
}

.introBox h2 {
	margin: 0;
	font-size: 22px;
	color: #333;
	font-weight: 300
}

.introBox .location {
	font-size: 14px;
	color: #848888
}

.introBox .location span {
	padding-right: 5px
}

.introBox .rating {
	width: 100%;
	overflow: hidden
}

.introBox .rating .yellow {
	color: #f99e00
}

.introBox .rating .gray {
	color: #565656
}

.introBox p {
	font-size: 13px;
	line-height: 24px
}

.introBox p a {
	color: #ff7330;
	font-weight: 700
}

.tripadvisor_logo1 {
	padding-top: 15px;
	overflow: hidden;
	width: 100%;
	text-align: center
}

.priceBlock .discount {
	color: #666;
	font-size: 17px;
	font-weight: 700;
	text-decoration: line-through
}

.priceBlock .price {
	color: #005dba;
	font-size: 27px;
	font-weight: 700;
	line-height: 30px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.priceBlock .price {
		font-size: 22px
	}
}

.priceBlock small {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	display: block
}

.roomBox {
	padding: 20px 0 0;
	width: 100%;
	overflow: hidden
}

@media(min-width:1024px)and (max-width:1199px) {
	.roomBox {
		padding: 0
	}
}

.roomBox .block {
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 20px auto 0
}

.roomBox .room-row {
	border-bottom: 1px solid #dcdcdc;
	display: table;
	width: 100%;
	position: relative
}

.roomBox .room-row .col {
	padding: 5px 15px;
	width: 35%;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #dcdcdc;
	font-size: 15px
}

@media(min-width:1024px)and (max-width:1199px) {
	.roomBox .room-row .col {
		font-size: 12px;
		font-weight: 600;
		width: 22%;
		padding: 10px 15px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.roomBox .room-row .col {
		font-size: 12px;
		font-weight: 600;
		width: 22%;
		padding: 10px 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col {
		display: block;
		width: 100%;
		border: none;
		font-size: 12px;
		padding: 10px 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col .subTitle {
		font-size: 16px
	}
}

.roomBox .room-row .col2 {
	width: 20%
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col2 {
		width: 100%;
		border: none
	}
}

.roomBox .room-row .col2 p {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.roomBox .room-row .col2 p {
		font-size: 12px;
		font-weight: 400
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.roomBox .room-row .col2 p {
		font-size: 12px;
		font-weight: 400
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col2 p {
		font-size: 12px;
		font-weight: 400
	}
}

.roomBox .room-row .col2 .Cancellation-policy {
	font-size: 14px;
	font-weight: 300;
	color: #005dba
}

@media(min-width:1024px)and (max-width:1199px) {
	.roomBox .room-row .col2 .Cancellation-policy {
		font-size: 12px;
		font-weight: 400;
		color: #005dba
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col2 .Cancellation-policy {
		font-size: 12px;
		font-weight: 400;
		color: #005dba
	}
}

.roomBox .room-row .col3 {
	width: 25%
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .room-row .col3 {
		width: 100%
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.roomBox .room-row .col3 .select-button {
		padding: 0 13px;
		line-height: 40px;
		font-size: 13px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.roomBox .detail h2 {
		color: #908f8f;
		font-weight: 600;
		margin-bottom: 20px;
		font-size: 23px
	}
}

.roomBox .detail p {
	line-height: 22px;
	text-align: justify
}

.roomBox .locationMap {
	margin-bottom: 50px
}

.roomBox .room-row .col:last-child,
.roomBox .room-row:last-child {
	border: none
}

.roomBox .room-row:hover,
.roomBox .room-row.selected {
	background: #fff
}

.room-detail {
	padding: 15px;
	width: 100%;
	overflow: hidden;
	display: none;
	border-bottom: 1px solid #dcdcdc;
	background: #ebebeb
}

.roomInformation {
	padding-right: 20px;
	width: 40%;
	float: left
}

.roomamenities {
	width: 60%;
	float: left
}

.roomamenities ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.roomamenities li {
	padding-left: 12px;
	width: 50%;
	float: left;
	position: relative;
	line-height: 24px
}

.roomamenities li:before {
	font-family: fontawesome;
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

.roomtitle a.plus {
	color: #0283df;
	text-decoration: none
}

.facility-icon {
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.facility-icon {
		text-align: left
	}
}

.facility-icon li {
	padding: 0 10px;
	font-size: 20px;
	color: #7d7977;
	display: inline-block
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.facility-icon li {
		font-size: 18px
	}
}

.hotel-conta {
	background: #eee;
	padding: 25px 15px 15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-conta {
		padding: 25px 15px 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-conta {
		padding: 0
	}
}

.amenitiesBox {
	padding-top: 30px;
	width: 100%;
	overflow: hidden
}

.amenitiesBox ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.amenitiesBox li {
	padding-left: 10px;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
	float: left;
	position: relative
}

.amenitiesBox li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
	content: "";
	color: #333;
	display: block
}

.checkinTime ul {
	border: 1px solid #e1e1e1;
	list-style: outside none none;
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin-top: 18px
}

.checkinTime li {
	border-right: 1px solid #e1e1e1;
	float: left;
	overflow: hidden;
	padding: 10px;
	width: 33.3%;
	padding: 7px 10px
}

.checkinTime li:last-child {
	border-right: medium
}

.checkinTime li span {
	color: #015282;
	margin-right: 5px
}

.btn-search {
	padding: 8px 10px;
	font-size: 16px;
	text-shadow: none;
	width: 100%;
	border: 0;
	margin-top: 0
}

.red {
	color: #005dba
}

.font-adj {
	font-size: 19px
}

.contact-form-bg {
	padding: 20px;
	line-height: 35px;
	background: #e9e8e8
}

.freeapp-bg {
	background: url(../../../assets/mobile-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	text-align: left;
	padding: 40px 0
}

.freeapp-bg h2 {
	color: #000;
	margin-bottom: 25px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.freeapp-bg h2 {
		font-size: 25px;
		margin-bottom: 13px
	}
}

.freeapp-bg p {
	color: #000;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 10px
}

.at-blog {
	padding: 40px 0;
	background: url(../../../assets/app-bg.jpg) no-repeat;
	background-size: cover
}

.at-blog .sec-title h3 {
	margin-bottom: 30px;
	font-size: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.at-blog .sec-title h3 {
		margin-bottom: 30px;
		font-size: 20px;
		margin-top: 0 !important
	}
}

.post-container {
	margin-bottom: 50px
}

.post-container .post-thumb {
	float: left;
	border-radius: 4px;
	overflow: hidden;
	padding-top: 4px
}

.post-container .post-thumb a {
	display: block;
	position: relative
}

.post-container .post-thumb a i {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -16px 0 0 -8px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	z-index: 1;
	opacity: 0;
	-webkit-transition: left .3s, opacity .3s;
	transition: left .3s, opacity .3s
}

.post-container .post-thumb a img {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s
}

.post-container .post-thumb a:after {
	content: "";
	background-color: #1fbae8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.post-container .post-thumb a:hover i {
	opacity: 1;
	left: 50%
}

.post-container .post-thumb a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.post-container .post-thumb a:hover:after {
	opacity: .85
}

.post-container .post-data {
	margin-left: 55px
}

.post-container .post-data .post-title {
	margin: 0 0 5px;
	font-size: 19px;
	line-height: 25px;
	font-weight: 500
}

.post-container .post-data .post-title a {
	display: block;
	color: #3d4a50;
	-webkit-transition: color .3s;
	transition: color .3s
}

.post-container .post-data .post-title a:hover {
	color: #1fbae8
}

.post-container .post-data .post-meta {
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
	color: #b4babd
}

.post-container .post-data .post-meta i {
	margin-left: 7px;
	color: #1fbae8
}

.post-container .post-data .post-meta i:first-child {
	margin-left: 0
}

.post-container .post-data .post-meta a {
	color: #b4babd
}

.post-container .post-data .post-meta a:hover {
	color: #1fbae8
}

.post-container .post-data p {
	font-size: 13px;
	line-height: 23px
}

.homecontent {
	background: #cfcece
}

.homecontent .container {
	position: relative
}

.noposition {
	margin: 20px 0 10px
}

.noposition h3 {
	color: #535353;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	clear: both
}

.leftside .col-width {
	width: 100%;
	padding: 0
}

.leftside .booknow-wrp {
	background: #f3f3f3;
	padding: 40px 0
}

.leftside .whitebox {
	background: #fff;
	padding: 10px 25px;
	margin-bottom: 30px
}

.leftside .booknow-wrp .your-choice .choice-row {
	margin-bottom: 35px
}

.leftside .booknow-wrp .whitebox .price {
	margin: 0 -15px
}

.leftside .booknow-wrp .whitebox .btn-box .btn.yellow {
	margin: 0
}

.leftside .booknow-wrp h3 {
	color: #535353;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	clear: both
}

.leftside .booknow-wrp h3:after {
	display: none
}

.leftside .book-discb h4 {
	border-bottom: 0;
	color: dimgray;
	margin-bottom: 20px;
	padding: 0
}

.leftside .book-discb p {
	margin: 0 0 10px;
	color: #7c7c7c;
	font-size: 15px
}

.leftside .subtotal {
	border: 1px solid #c5c5c5;
	padding: 23px 20px;
	margin-top: 30px
}

.leftside .subtotal ul li {
	overflow: hidden;
	color: #757575;
	font-size: 18px;
	line-height: 27px
}

.leftside .subtotal ul li span {
	float: left
}

.leftside .subtotal ul li strong {
	float: right;
	font-size: 20px;
	font-weight: 500
}

.leftside .subtotal ul li small {
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px
}

.leftside .subtotal ul li.grandtotal {
	border-top: 1px solid #dadada;
	padding-top: 25px;
	margin-top: 20px
}

.leftside .subtotal ul li.grandtotal span {
	font-size: 24px;
	font-weight: 500
}

.leftside .subtotal ul li.grandtotal strong {
	color: #6d9a00;
	font-size: 26px
}

.leftside .subtotal ul li.grandtotal small {
	font-size: 17px
}

.leftside .btn-box {
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
	width: 100%
}

.leftside .btn-box .btn {
	width: 240px
}

.leftside .btn-box .prcdleft {
	color: #9d9d9d;
	border: 1px solid #b5b5b5;
	background: #fff
}

.leftside .btn-box .prcdleft:hover {
	color: rgba(255, 255, 255, .87)
}

.leftside .btn-box .prcdleft:before {
	content: "";
	font-family: fontawesome;
	margin-right: 10px
}

.leftside .btn-box .prcdright {
	float: right;
	background: #d5594c
}

.leftside .btn-box .prcdright:after {
	content: "";
	font-family: fontawesome;
	margin-left: 10px
}

.leftside .whitebox .ques-ans {
	padding: 10px 0
}

.leftside .whitebox .ques-ans h1 {
	font-size: 25px;
	color: #255691;
	line-height: 35px;
	font-weight: 400;
	margin: 0 0 13px
}

.leftside .whitebox .ques-ans.last-ans {
	border-bottom: 0
}

.leftside .whitebox .ques-ans span {
	font-size: 20px;
	line-height: 27px;
	color: #6e6e6e;
	font-weight: 500
}

.leftside .whitebox .ques-ans p {
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 0;
	text-align: justify;
	line-height: 22px
}

.rightsidebar {
	position: absolute;
	right: 0;
	min-height: 800px;
	float: right;
	width: 30%
}

.rightsidebar .col-width {
	width: 100%
}

.rightsidebar .whitebox {
	padding: 0
}

.rightsidebar .col-width .whitebox .hwit-work {
	padding: 15px
}

.rightsidebar.whitebox .hwit-work p span {
	color: #0088ad
}

.rightsidebar .whitebox .hwit-work h3 {
	color: #535353;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin: 20px 0
}

.rightsidebar .whitebox .hwit-work p {
	color: #535353;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	padding: 15px 0
}

.rightsidebar .whitebox .hwit-work .contnt-txt {
	display: inline-block
}

.rightsidebar .whitebox .hwit-work .contnt-txt span.num-sys {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #3982b5;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 10px
}

.rightsidebar .whitebox .hwit-work .contnt-txt aside {
	width: 80%;
	float: left
}

.rightsidebar .whitebox .hwit-work .contnt-txt aside dd {
	color: #3075b0;
	font-size: 16px;
	font-weight: 500
}

.rightsidebar .whitebox .hwit-work aside p {
	color: #404040;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 0
}

.contnt-txt {
	display: inline-block
}

.contnt-txt .subsfld {
	background: #fff;
	border: 0;
	padding: 0 15px;
	font-style: italic;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	height: 40px;
	float: left;
	margin: 0 0 10px;
	width: 100%
}

.contnt-txt .subsbtn {
	background: #005dba;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	height: 44px;
	width: 192px;
	color: #fff;
	font-weight: 500;
	float: left
}

.contnt-txt .subsbtn:hover {
	background: #424287;
	color: #fff
}

#unaccompaniedText {
	background: #fff;
	color: #333 !important;
	border: 1px solid #ccc;
	text-align: justify
}

.support-sub-head {
	font-size: 15px;
	color: #333
}

.support-forum {
	margin-bottom: 20px
}

.input-group-support {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	border: 1px solid #ccc
}

.support-group-title {
	background: #eae8e8 !important;
	width: 82px
}

.submit-support-btn {
	float: right;
	background: #005dba;
	border: none;
	padding: 6px 15px;
	color: #fff;
	cursor: pointer
}

.support-control-mess {
	width: 100%;
	float: left;
	padding: 10px;
	border: 0;
	resize: none;
	box-shadow: none
}

#lhc_need_help_container,
#lhc_need_help_close {
	display: none
}

.ui-state-focus {
	color: #fff;
	background: #005dba;
	outline: none
}

.roomdrop {
	display: none
}

.roomdrop {
	float: left;
	width: 310px;
	webkit-box-shadow: 0 0 1px 1px #ccc;
	background: #fff;
	top: 90px;
	-moz-box-shadow: 0 0 1px 1px #ccc;
	box-shadow: 0 0 1px 1px #ccc;
	padding: 10px 0 10px 10px;
	position: absolute
}

.roominner {
	float: left;
	width: 100%;
	font-weight: 400;
	color: #666;
	margin-left: 10px
}

.roominner h2 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #424242
}

.room_col1 {
	float: left;
	width: 33%;
	margin-bottom: 15px
}

.adulth1,
.adulth2 {
	float: left;
	width: 100%
}

.adulth1 {
	font-size: 15px;
	margin-bottom: 2px
}

.adulth2 {
	font-size: 12px;
	margin-bottom: 5px
}

.buttongroup {
	float: left !important;
	width: 100% !important
}

.buttongroup input {
	border: 1px solid #ccc !important;
	background: #fff !important;
	width: 25px !important;
	margin: 0 !important;
	padding: 5px !important;
	float: left !important;
	text-align: center !important;
	outline: 0 !important;
	color: #424242 !important;
	font-size: 14px !important
}

.roominner input {
	color: #000
}

.buttongroup input:hover {
	background: #f5f5f5;
	cursor: pointer
}

.rmiddle {
	border-left-width: 0 !important;
	border-right-width: 0 !important
}

.roomaro {
	margin-right: 20px;
	float: left;
	margin-left: 20px;
	margin-top: -25px
}

.closeroom {
	float: left;
	font-size: 15px;
	color: #000;
	padding-left: 10px
}

.closeroom a:hover {
	font-size: 15px;
	color: #404040;
	text-decoration: none
}

.input1 {
	padding-left: 95px !important;
	color: #000 !important
}

.disableButton {
	background-position: -25px 11px !important;
	cursor: default !important
}

.hotel-refine {
	border: 1px solid #dadada;
	padding: 7px 2px 7px 7px;
	margin-bottom: 15px;
	background: #fff
}

.result-div {
	border: 1px solid #dadada;
	margin-bottom: 15px;
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-div {
		padding: 7px
	}
}

.result-img {
	padding: 10px;
	width: 100%
}

.result-img .hotel-result-img {
	height: 180px;
	overflow: hidden
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-img .hotel-result-img {
		width: 100%;
		height: auto;
		padding: 0
	}
}

.result-img .hotel-result-img img {
	height: 180px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-img .hotel-result-img img {
		height: 80px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.result-img {
		width: 100%;
		padding: 0
	}
}

.result-div:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #005dba
}

.hotel-image {
	width: 250px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-image {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: 100% !important
	}
}

.hotel-name {
	cursor: pointer;
	color: #5f5f8c;
	margin: 10px 0;
	font-size: 18px;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-name {
		font-size: 13px;
		font-weight: 600;
		margin: 0 0 4px
	}
}

.hotel-name:hover {
	cursor: pointer;
	color: #005dba;
	text-decoration: underline
}

.star-map-sep {
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 10px
}

.mapLink {
	cursor: pointer;
	color: #005dba;
	border: 1px solid #005dba;
	padding: 1px 5px;
	display: inline-block
}

.mapLink:hover {
	color: #005dba
}

.hotel-addr {
	font-size: 12px;
	color: #444;
	margin: 3px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-addr {
		font-size: 11px
	}
}

.hotel-discription {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.3em;
	color: #666
}

.res_mob {
	color: #666;
	padding: 10px 10px 10px 0
}

.res_mob del {
	color: #666
}

.ac {
	display: block;
	background: url(../../../assets/faciliti-icon.png) -35px 13px no-repeat;
	float: left;
	opacity: .4;
	width: 40px;
	height: 40px
}

.ac:hover {
	opacity: .9
}

.restro {
	display: block;
	background: url(../../../assets/faciliti-icon.png) -90px 8px no-repeat;
	float: left;
	opacity: .4;
	width: 45px;
	height: 40px
}

.restro:hover {
	opacity: .9
}

.rollshower {
	display: block;
	background: url(../../../assets/faciliti-icon.png) -137px 6px no-repeat;
	opacity: .4;
	float: left;
	width: 45px;
	height: 40px
}

.rollshower:hover {
	opacity: .9
}

.bolt {
	display: block;
	background: url(../../../assets/faciliti-icon.png) -178px 8px no-repeat;
	opacity: .4;
	float: left;
	width: 45px;
	height: 40px
}

.bolt:hover {
	opacity: .9
}

.calender {
	background: url(../../../assets/calender.png) no-repeat;
	display: #000;
	opacity: .4;
	float: left;
	width: 45px;
	height: 40px
}

.calender:hover {
	opacity: .9
}

.sorting-block1 {
	color: #333;
	padding: 8px
}

.sorting-block {
	color: #666;
	padding: 6px 5px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 12px
}

.sorting-block:hover {
	text-align: center;
	color: #666;
	padding: 6px 5px;
	cursor: pointer;
	font-size: 12px
}

.short-block123 {
	margin-bottom: 0
}

.faciliti {
	color: #919191;
	font-size: 32px;
	margin: 15px 10px 15px 0
}

.search-hotel-name {
	border: 1px solid #eae9e9 !important;
	float: left
}

.pl0 {
	padding-left: 0
}

.pr0 {
	padding-right: 0
}

.btn3 {
	font-size: 17px;
	color: #fff;
	background: #005dba;
	border: 0;
	float: left;
	padding: 5px 10px
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px transparent
}

.portfolio-categories span {
	padding: 0 7.3333333333px;
	color: #282828;
	background-color: #fff
}

.hotel-refine .panel-body {
	border-top: 1px solid #fff !important
}

.hotel-refine .panel-default {
	border: 0;
	margin-top: 0
}

.hotel-refine .panel-default .panel-price-range {
	padding: 14px 12px 5px 8px
}

.hotel-refine .panel-default .panel-price-range .price-lab {
	color: #4d4d77;
	font-size: 16px;
	margin-bottom: -14px;
	text-align: center
}

.hotel-refine .panel-default .star-rating {
	padding: 20px 6px 5px 0
}

.hotel-refine .panel-default .star-rating .text-light-gray {
	color: #9a9a9a
}

.hotel-refine .panel-default .panel-heading {
	border-bottom: 2px solid #fff;
	color: #333;
	padding: 3px 3px 0 0;
	background: #fff !important
}

.hotel-refine .panel-default .panel-heading h4 {
	color: #000;
	font-size: 12px;
	letter-spacing: .1px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700
}

.block-design {
	background: #fff;
	box-shadow: 0 0 2px #ccc;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	border-top-left-radius: 0
}

#rooms,
#roomsadults,
#rooms0child,
#rooms1adults,
#rooms1child,
#rooms2adults,
#rooms2child,
#rooms3adults,
#rooms3child,
#rooms4adults,
#rooms4child,
#rooms5adults,
#rooms5child {
	cursor: pointer;
	padding-left: 5px !important
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%
}

.hotel-name-info {
	border-left: 3px solid #005dba;
	border-right: 3px solid #005dba;
	text-align: center;
	background: #4d4d771a;
	margin: 20px 0;
	padding: 10px 0;
	color: #000
}

.hotel-name-info h3 {
	margin: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-name-info h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-name-info .hotel-address {
		font-size: 11px
	}
}

.hotel-name-info .centerstar {
	margin-left: 47%;
	padding: 2px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-name-info .centerstar {
		margin-left: 40%
	}
}

#detail-block .nav-tabs>li>a {
	background: #5d5d82 none repeat scroll 0 0;
	color: #fff;
	margin-top: 25px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-size: 14px !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.nav-tabs>li>a {
		font-size: 9px !important;
		padding: 10px
	}
}

.nav-tabs>li>a:hover {
	font-size: 14px !important;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.nav-tabs>li>a:hover {
		font-size: 9px !important
	}
}

#myTabs .active {
	font-size: 14px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#myTabs .active {
		font-size: 9px !important
	}
}

#myTabs .active a {
	border: none !important;
	background: rgba(255, 255, 255, .8) !important;
	color: #000 !important;
	padding: 10px 20px !important;
	margin-bottom: 1px;
	font-size: 9px !important;
	cursor: pointer !important;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.block-design {
	background: #fff;
	box-shadow: 0 0 2px #ccc;
	padding: 1px;
	margin-bottom: 20px;
	border-radius: 5px;
	border-top-left-radius: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.block-design {
		padding: 0 20px 20px
	}
}

.block-design .bs-example {
	padding: 10px 10px 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.block-design .bs-example {
		padding: 0 0 15px
	}
}

#content-block {
	padding: 2px 15px 1px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#content-block {
		padding: 0 3px 1px
	}
}

.block-design .select-room {
	border: 1px solid #005dba;
	background: #005dba;
	text-shadow: none;
	color: #fff;
	padding: 5px 18px;
	border-radius: 3px;
	font-size: 16px;
	width: 100%
}

.block-design .select-room:hover {
	color: #fff
}

.bdrR {
	border-right: 1px solid #ccc
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.bdrR {
		border-right: none
	}
}

#detail-block .bdrB123 {
	border-bottom: 1px solid #ccc;
	margin: 15px 0
}

#detail-block .room-details h4 {
	font-size: 20px;
	font-weight: 600
}

.sep-price {
	color: #666;
	margin-bottom: 10px;
	line-height: 2em
}

.sep-price span {
	float: right
}

.price-lg2 {
	font-size: 15px;
	font-weight: 600
}

#content-block h3 {
	margin-top: 10px;
	font-size: 24px
}

#content-block .line {
	border-bottom: 2px solid #005dba;
	width: 70px;
	margin-bottom: 10px
}

.price-quote {
	background: #f6f5f5;
	box-shadow: 0 0 2px #ccc;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px
}

.price-quote h1 {
	font-size: 30px;
	margin: 10px 0;
	text-align: center
}

.price-quote .price-start {
	margin: 0;
	background: #fff;
	padding: 8px;
	border-bottom: 1px solid #ddd
}

.price-quote .price-start span {
	float: right;
	color: #37abf8
}

.price-quote img {
	width: 60px;
	margin-bottom: 10px
}

.price-quote .reservations {
	font-weight: 700;
	text-align: center
}

.price-quote .price {
	font-size: 34px;
	margin: 10px 0;
	font-weight: 700;
	color: #5d5d82;
	text-align: center
}

.price-quote .price span {
	font-size: 14px;
	font-weight: 400
}

.price-quote .request {
	margin: 20px 0 0
}

.price-quote .request-book {
	border: 1px solid #005dba;
	background: #005dba;
	text-shadow: none;
	color: #fff;
	padding: 5px 18px;
	border-radius: 3px;
	font-size: 20px;
	width: 100%
}

.price-quote .request-book:hover {
	color: #333
}

.price-quote .call-for-booking {
	border: 1px solid #5cb85c;
	background: #5cb85c;
	text-shadow: none;
	color: #fff;
	padding: 5px 18px;
	border-radius: 3px;
	font-size: 16px;
	width: 100%
}

.price-quote .call-for-booking:hover {
	color: #fff;
	border: 1px solid #449d44;
	background: #449d44
}

.booknow-btn {
	position: relative;
	background: #4d4d77;
	padding: 5px 9px;
	border-radius: 3px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.booknow-btn {
		font-size: 11px
	}
}

.deal-section:hover .booknow-btn,
.booknow-btn:hover {
	color: #fff;
	background: #005dba
}

.pr0 {
	padding-right: 0
}

.pl0 {
	padding-left: 0
}

.pr2 {
	padding-right: 2px
}

.pl2 {
	padding-left: 2px
}

.quick-link ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.quick-link li {
	padding-bottom: 5px;
	line-height: 24px;
	position: relative;
	width: 25%;
	float: left
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.quick-link li {
		width: 33.3%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.quick-link li {
		width: 100%
	}
}

.quick-link li a {
	padding-left: 12px;
	position: relative;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: inline-block
}

.quick-link .bottom-link a {
	padding-left: 6px
}

.quick-link li a:hover {
	color: #005dba
}

.quick-link li a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome
}

.terms_condition li a:before {
	content: ""
}

.quick-link .block {
	padding: 15px 0;
	background: #efefef
}

.quick-link .block:nth-child(even) {
	background: #fff
}

.quick-link h3 {
	margin-top: 0;
	font-size: 20px
}

.margin-tb-sitemap {
	margin: 0 0 25px
}

.quote {
	color: rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 30px
}

.small_engin {
	display: block;
	width: 330px;
	margin-top: 30px;
	z-index: 3
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.small_engin {
		width: 280px;
		margin: 40px 0 0 20px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.small_engin {
		width: 330px;
		margin: 50px 0 0 15px
	}
}

.small_engin .drop-errow::before {
	color: #555;
	font-size: 13px;
	z-index: 22;
	padding: 8px 6px 0 4px
}

.eng-close {
	font-size: 17px;
	color: #f3f3f3;
	margin: 6px 0 0 306px;
	position: absolute
}

.eng-close:hover {
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.eng-close {
		margin: 4px 0 0 260px
	}
}

.owl-item a {
	width: 100%
}

.topaero {
	font-size: 50px;
	height: 15px;
	position: absolute;
	margin: -30px 0 0 280px;
	color: #21356e
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.topaero {
		margin: -30px 0 0 230px
	}
}

.small-search-btn {
	position: relative;
	background: #005dba;
	padding: 7px 9px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 19px;
	width: 100%
}

.small-search-btn:hover {
	color: #2d2f2f
}

.baggage_bg {
	background: rgba(0, 0, 0, .07)
}

.bag-fees {
	background-color: rgba(255, 255, 255, .75);
	color: #333;
	padding: 15px 25px 25px;
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px
}

.blueHead2 {
	margin-bottom: 10px;
	color: #005dba;
	font-size: 30px
}

.blackhead {
	color: #000;
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	padding-bottom: 30px
}

.data table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.data th {
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 600
}

.data td {
	background: #fff
}

.data th,
.data td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
	overflow: hidden
}

.airline {
	font-size: 16px;
	font-weight: 400;
	color: #337ab7
}

.large-only img,
.web-check img {
	padding-right: 5px;
	float: left
}

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

.data a:hover {
	color: #005dba
}

.promo-code {
	overflow: hidden;
	border: 3px dashed #ccc;
	width: 99%;
	height: 330px;
	text-align: center
}

.promo-code .use-code {
	font-size: 17px;
	padding: 25px 10px 0;
	color: #000;
	font-weight: 600;
	text-align: center
}

.promo-code .code-name {
	color: #ff5400;
	font-size: 26px;
	padding: 5px 5px 25px;
	font-weight: 600;
	text-align: center
}

.promo-code .off-bg {
	background-color: #f7f7f7;
	padding-bottom: 30px
}

.promo-code .instant-off {
	font-size: 20px;
	padding: 20px 0 10px 10px;
	color: #000;
	font-weight: 600;
	text-align: center
}

.promo-code .instant-off span {
	font-size: 30px;
	text-align: center
}

.promo-code .class {
	font-size: 17px;
	padding: 5px 0 10px 10px;
	color: #333;
	font-weight: 600;
	text-align: center
}

.promo-code .class span {
	color: #333;
	padding-left: 5px;
	text-align: center
}

.promo-code .apply {
	color: #767676;
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 15px;
	text-align: center
}

.promo-code .book-now {
	display: inline-block;
	margin-top: 15px;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 35px;
	background: #f60;
	font-size: 18px;
	color: #fff;
	text-decoration: none
}

.promo-code .no-coupon {
	padding: 25px 0 70px;
	font-size: 16px;
	font-weight: 600
}

.dropdown-menu.col-md-4,
.dropdown-menu.col-sm-6 {
	padding: 10px 12px 15px 0;
	width: 400px
}

.currency-text {
	font-size: 12px;
	display: block;
	padding-top: 4px;
	color: #000
}

.top-links li a.currency-detail {
	display: block;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: -3px
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	margin-right: 4px;
	font-size: 12px
}

.flag-icon:before {
	content: " "
}

.flag-icon.flag-icon-squared {
	width: 1em
}

.flag-icon-aed {
	background-image: url(../../../assets/flags/4x3/ae.svg)
}

.flag-icon-aud {
	background-image: url(../../../assets/flags/4x3/au.svg)
}

.flag-icon-cad {
	background-image: url(../../../assets/flags/4x3/ca.svg)
}

.flag-icon-cny {
	background-image: url(../../../assets/flags/4x3/cn.svg)
}

.flag-icon-chf {
	background-image: url(../../../assets/flags/4x3/ch.svg)
}

.flag-icon-gbp {
	background-image: url(../../../assets/flags/4x3/gb.svg)
}

.flag-icon-hkd {
	background-image: url(../../../assets/flags/4x3/hk.svg)
}

.flag-icon-inr {
	background-image: url(../../../assets/flags/4x3/in.svg)
}

.flag-icon-jpy {
	background-image: url(../../../assets/flags/4x3/jp.svg)
}

.flag-icon-mxn {
	background-image: url(../../../assets/flags/4x3/mx.svg)
}

.flag-icon-sgd {
	background-image: url(../../../assets/flags/4x3/sg.svg)
}

.flag-icon-usd {
	background-image: url(../../../assets/flags/4x3/us.svg)
}

.flag-icon-zar {
	background-image: url(../../../assets/flags/4x3/za.svg)
}

.flag-icon-eur {
	background-image: url(../../../assets/flags/4x3/eu.svg)
}

.cuurency-ca:after {
	content: "C";
	font-weight: 700;
	font-style: normal
}

.cuurency-zar:after {
	content: "R";
	font-weight: 700;
	font-style: normal
}

.fa-aed:after {
	content: "AED";
	font-weight: 700;
	font-style: normal;
	font-family: arial;
	padding-right: 2px
}

.fa-cad:after {
	content: "C";
	padding-left: 2px
}

.dropdown-menu>li>a.currency-detail {
	margin: 3px 0;
	font-size: 12px;
	padding: 5px 8px;
	font-weight: 700
}

.dropdown-menu>li>a.currency-detail:focus,
.dropdown-menu>li>a.currency-detail:hover {
	background: rgba(0, 0, 0, .08);
	width: 100%;
	color: #005dba;
	border-radius: 3px
}

.fa-aud:before,
.fa-hkd:before,
.fa-sgd:before,
.fa-mxn:before {
	content: "";
	position: relative;
	top: -1px
}

.fa-chf:after {
	content: "CHF";
	font-weight: 700;
	font-style: normal;
	font-family: arial;
	padding-right: 2px
}

.fa-usd:before {
	position: relative;
	top: -1px
}

.menu-stacked li {
	width: 100%
}

.menu-stacked li a {
	border-radius: 0;
	display: block;
	font-size: 15px;
	padding: 7px 10px;
	text-transform: none
}

.menu-stacked li a span {
	float: right
}

.menu-stacked li.active a,
.menu-stacked li.active a:hover {
	background: #ccc none repeat scroll 0 0;
	color: #333
}

.menu-stacked li a:hover {
	background: #e6e6e6 none repeat scroll 0 0 !important;
	color: #333 !important
}

.input_cont {
	background: #fff url(../../../assets/new-payment/close_icon.svg) no-repeat right -18px center;
	padding-right: 20px;
	font-weight: 500;
	border: 1px solid #ccc;
	border-radius: 6px
}

.input_cont.x {
	background-position: right 14px;
	line-height: 26px
}

.input_cont.onX {
	cursor: pointer
}

.input_cont::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

.popup-product {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 12px
}

.font-15 {
	font-size: 15px
}

@media(max-width:767px) {
	.font-15 {
		font-size: 13px
	}
}

.text-link {
	color: #005dba
}

.clock_tym {
	font-size: 50px;
	padding: 20px 0;
	color: #868686
}

.travelfusion h4 {
	font-size: 20px
}

@media(max-width:767px) {
	.travelfusion h4 {
		font-size: 17px
	}
}

.travelfusion .bottom {
	padding-top: 25px
}

.btn-primary.searchbtn {
	background: #005dba;
	border-color: #005dba;
	border-radius: 0;
	padding: 10px;
	font-size: 14px
}

.btn-primary.searchbtn.gray-btn {
	background: #969696;
	border-color: #969696
}

.popup-product .session-exp {
	padding: 20px;
	width: 580px;
	position: fixed;
	top: 180px;
	left: 50%;
	box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .75);
	z-index: 998;
	background: #fff;
	transform: translateX(-50%);
	border-radius: 10px
}

@media(max-width:767px) {
	.popup-product .session-exp {
		background: #fff;
		padding: 10px;
		top: 20%;
		width: 480px
	}
}

@media(max-width:479px) {
	.popup-product .session-exp {
		width: 95%
	}
}

#fadebackground {
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%
}

.session-exp {
	font-weight: 500
}

.one-stop-air {
	cursor: pointer
}

.one-stop-air .one-stop-air-hover {
	display: none;
	position: absolute;
	left: -120px;
	top: -28px;
	z-index: 5;
	padding: 10px;
	width: 205px;
	height: auto;
	background: #fff
}

.one-stop-air:hover .one-stop-air-hover {
	display: block
}

.fare_rule {
	margin: 5px 0 0;
	float: left;
	position: relative
}

.fare_rule a {
	padding: 0 0 15px 20px;
	text-decoration: underline;
	position: relative
}

.fare_rule .fa-info {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #337ab7;
	border-radius: 100%;
	font-size: 11px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	width: 15px
}

.fare_rule .fare_detail {
	display: none;
	background: #fff;
	font-size: 12px;
	padding: 14px;
	position: absolute;
	left: 0;
	top: 32px;
	width: 320px;
	border: 1px solid #94afc6;
	z-index: 1
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.fare_rule .fare_detail {
		width: 300px
	}
}

.fare_detail .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 28px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

.fare_rule .fare_detail ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.fare_rule .fare_detail li {
	font-size: 12px;
	line-height: 21px
}

.fare_rule:hover .fare_detail {
	display: block
}

.fare_rule a:hover {
	text-decoration: none
}

.mb10px {
	margin-bottom: 5px
}

.no_margin_protection .header {
	margin-bottom: 0
}

.form-group {
	margin-bottom: 10px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.form-group {
		margin-bottom: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.form-group {
		margin-bottom: 5px
	}
}

.seat-left {
	color: #005dba;
	font-size: 14px
}

.non-stop {
	background: #fff
}

.non-stop:hover {
	background: #deddf5
}

.tripmatContent {
	background-color: #fff;
	overflow: hidden;
	color: #333;
	padding: 5px;
	position: relative;
	width: 100%;
	margin-top: 20px
}

.tripmatContent p {
	padding: 10px 0 5px;
	margin: 0;
	font-size: 15px;
	line-height: 26px
}

.tripmatContent .data {
	margin-bottom: 20px
}

.tripmatContent .box {
	width: 285px;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	padding: 10px 15px
}

.tripmatContent .margin-top {
	margin-top: 15px
}

.tripmatContent .border {
	padding: 0 15px 15px;
	overflow: hidden;
	border: 1px solid #ccc
}

.tripmatContent .ol_list {
	margin: 0;
	padding: 10px 0 0 20px
}

.tripmatContent .ol_list li,
.tripmatContent ul li {
	font-size: 15px;
	line-height: 26px
}

.tripmatContent .margin-b0 {
	margin-bottom: 0
}

.traveler-sep {
	border-bottom: 1px dashed #fff;
	margin-top: 7px;
	color: #005dba
}

@media(min-width:1024px)and (max-width:1199px) {
	.traveler-sep {
		font-size: 14px;
		margin-top: 5px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.traveler-sep {
		font-size: 14px;
		margin-top: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.traveler-sep {
		font-size: 14px;
		margin-top: 10px
	}
}

.header h3 small {
	color: #fff !important;
	font-size: 12px !important;
	line-height: 16px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.header h3 small {
		display: block;
		font-size: 10px !important
	}
}

.traveler-sep label {
	display: block
}

.term-tab .panel-default .panel-heading {
	padding: 0
}

.term-tab .panel-default .panel-heading h4 a {
	padding: 10px 15px;
	display: block
}

#accordion2 .panel-title>a.accordion-toggle::before {
	content: "";
	float: right;
	font-family: glyphicons halflings
}

#accordion2 .panel-title>a.accordion-toggle.collapsed::before {
	content: ""
}

.mb0px {
	margin-bottom: 0 !important
}

.pointer {
	cursor: pointer
}

.uppertxt {
	color: #666 !important;
	font-size: 8px !important;
	top: -5px !important
}

.time-bold {
	font-weight: 400
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.time-bold {
		font-weight: 700
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.h1,
	h1 {
		font-size: 30px
	}
}

.pr5px {
	padding-right: 5px
}

@media(min-width:1024px)and (max-width:1199px) {
	.pr5px {
		padding-right: 15px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.pr5px {
		padding-right: 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.pr5px {
		padding-right: 15px
	}
}

.pl5px {
	padding-left: 5px
}

@media(min-width:1024px)and (max-width:1199px) {
	.pl5px {
		padding-left: 5px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.pl5px {
		padding-left: 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.pl5px {
		padding-left: 15px
	}
}

.pl2px {
	padding-left: 2px
}

.pr2px {
	padding-right: 2px
}

.p5px {
	padding: 0 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.p5px {
		padding: 0 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.pr2 {
		padding-right: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.pl2 {
		padding-left: 5px
	}
}

.p0px {
	padding: 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.p0px {
		padding: 0 5px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.p0px {
		padding: 0 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.p0px {
		padding: 0
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.travelers-right .pr2px {
		padding-right: 5px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.travelers-right .pr2px {
		padding-right: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-right .pr2px {
		padding-right: 5px
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.travelers-right .pl2px {
		padding-left: 5px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.travelers-right .pl2px {
		padding-left: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-right .pl2px {
		padding-left: 5px
	}
}

.p0px2 {
	padding: 0 12px
}

.p0px3 {
	padding: 0 12px
}

@media(max-width:767px) {
	.p0px3 {
		padding: 0 15px 0 0
	}
}

.p0px4 {
	padding: 0 12px
}

@media(max-width:767px) {
	.p0px4 {
		padding: 0 2px
	}
}

.brb-block {
	text-align: left;
	margin-bottom: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.brb-block {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.brb-block .top18 {
		display: inline-block;
		padding-top: 1px
	}
}

.brb-block .plan-rate {
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	padding-left: 5px;
	color: #005dba
}

.brb-block .plan-rate .passenger {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	padding-left: 5px;
	color: #005dba
}

@media(min-width:1024px)and (max-width:1199px) {
	.brb-block .plan-rate .passenger {
		font-size: 14px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.brb-block .plan-rate .passenger {
		font-size: 11px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.brb-block .plan-rate .passenger {
		font-size: 11px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.brb-block .plan-rate {
		font-size: 16px
	}
}

.brb-block .brb-txt {
	font-size: 12px;
	color: #666;
	padding: 2px 0 10px 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.brb-block .brb-txt {
		font-size: 11px;
		padding: 0
	}
}

.hide-btn2 {
	background: #ddd none repeat scroll 0% 0%;
	position: absolute;
	right: 0;
	font-size: 12px;
	top: 3px
}

.hide-btn2:hover {
	background: #4d4d77;
	color: #fff
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hide-btn2 {
		top: -4px
	}
}

@media(max-width:767px) {
	.hide-btn2 {
		top: -2px !important;
		padding: 5px 12px;
		right: 10px
	}
}

.hide-btn2 .txt {
	margin: 0 !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.inlne-mob {
		display: block
	}
}

.per-content {
	border: 1px solid #ddd;
	margin-bottom: 10px
}

.per-content .head {
	background: #ddd;
	padding: 10px;
	font-size: 14px;
	color: #4d4d77;
	font-weight: 700
}

.per-content .content {
	padding: 10px;
	font-size: 14px;
	color: #666
}

.component-city-content2 {
	background: #eee none repeat scroll 0 0;
	padding: 25px;
	margin: 30px 0;
	border: 2px solid #f1f1f1;
	box-shadow: 0 10px 20px #ccc
}

.component-city-content2 .form-inline input.subscribe-input {
	padding-left: 10px
}

.component-city-content2 .form-inline .subscribe-submit:hover,
.component-city-content2 .form-inline .subscribe-submit:focus,
.component-city-content2 .form-inline .subscribe-submit:active {
	background: #005dba;
	color: #fff
}

.flight-tracker-header {
	text-align: center;
	background: #d1d7fd !important
}

.flight-tracker-header img {
	opacity: 1 !important
}

@media only screen and (min-width:280px)and (max-width:1300px) {
	.flight-tracker-header img {
		width: 100%
	}
}

.flight-tracker-content {
	color: #3b3b3b
}

.flight-tracker-content h3 {
	font-size: 25px;
	color: #3b3b3b;
	margin: 15px 0 30px
}

@media(max-width:767px) {
	.flight-tracker-content h3 {
		font-size: 20px;
		margin: 10px 0 20px
	}
}

.flight-tracker-content p {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px
}

.flight-tracker-content .salient-features {
	margin: 15px 0 30px
}

.flight-tracker-content .salient-features .col-md-3 {
	text-align: center
}

@media(max-width:767px) {
	.flight-tracker-content .salient-features .col-md-3 {
		margin: 0 0 30px 20px;
		text-align: left
	}
}

@media(max-width:767px) {
	.flight-tracker-content .salient-features .col-md-3 img {
		width: 135px;
		float: left;
		margin-right: 20px
	}
}

.flight-tracker-content .salient-features .col-md-3 .name {
	font-size: 16px;
	color: #005dba;
	padding-top: 20px;
	line-height: 22px
}

@media(max-width:1023px) {
	.flight-tracker-content .salient-features .col-md-3 .name {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-citypages .component-city-content p {
		text-align: justify
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-citypages .component-city-content p {
		text-align: justify !important
	}
}

.inputSet {
	cursor: pointer
}

.inputSet label {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	padding-left: 22px;
	position: relative
}

.baggage-policy .inputSet label {
	color: #005dba;
	font-size: 18px;
	font-weight: 700
}

.inputSet label input {
	opacity: 0;
	position: absolute
}

.inputSet label input[type=radio]+span::after {
	border: 2px solid #4d4d77;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px
}

.inputSet label input[type=radio]:checked+span::after {
	border: 2px solid #005dba
}

.inputSet label input[type=radio]:checked+span::before {
	background: #005dba;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 6px
}

.inputSet2 {
	cursor: pointer
}

.inputSet2 label {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	padding-left: 22px;
	position: relative
}

.baggage-policy .inputSet2 label {
	color: #005dba;
	font-size: 18px;
	font-weight: 700
}

.inputSet2 label input {
	opacity: 0;
	position: absolute
}

.inputSet2 label input[type=radio]+span::after {
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px
}

.inputSet2 label input[type=radio]:checked+span::after {
	border: 2px solid #fff
}

.inputSet2 label input[type=radio]:checked+span::before {
	background: #fff;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 6px
}

.inputSet3 label {
	margin-bottom: 0;
	padding-left: 23px;
	position: relative;
	cursor: pointer;
	display: block
}

.inputSet3 label input {
	opacity: 0;
	position: absolute
}

.inputSet3 label span:before {
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	text-align: center
}

.inputSet3 label input:checked~span:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 4px;
	top: 4px
}

.inputSet3 input[type=checkbox]:checked~span:before {
	font-family: fontawesome;
	content: "";
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	border: 1px solid #fff
}

.inputSet3 input[type=checkbox]:checked~span {
	color: #fff
}

.inputSet33 label {
	margin-bottom: 0;
	padding-left: 18px;
	position: relative;
	cursor: pointer;
	display: block
}

.inputSet33 label input {
	opacity: 0;
	position: absolute
}

.inputSet33 label span:before {
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center
}

.inputSet33 label input:checked~span:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 4px;
	top: 4px
}

.inputSet33 input[type=checkbox]:checked~span:before {
	font-family: fontawesome;
	content: "";
	font-size: 10px;
	line-height: 12px;
	color: #005dba;
	border: 1px solid #005dba
}

.inputSet33 input[type=checkbox]:checked~span {
	color: #005dba
}

.inputSet33 .air-filter-fare {
	font-size: 11px
}

@media(min-width:1024px)and (max-width:1199px) {
	.inputSet33 .air-filter-fare {
		font-size: 13px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.inputSet33 .air-filter-fare {
		font-size: 13px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.inputSet33 .air-filter-fare {
		font-size: 13px
	}
}

.inputSet33.disable-checkbox span {
	color: #9e9e9e
}

.inputSet33.disable-checkbox span:before {
	background: #e4e4e4;
	border: 1px solid #d8d8d8
}

.airpt-n {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding-right: 10px
}

.inputSet4 {
	cursor: pointer
}

.inputSet4 label {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	padding-left: 22px;
	position: relative
}

.baggage-policy .inputSet4 label {
	color: #005dba;
	font-size: 18px;
	font-weight: 700
}

.inputSet4 label input {
	opacity: 0;
	position: absolute
}

.inputSet4 label input[type=radio]+span::after {
	border: 2px solid #4d4d77;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px
}

.inputSet4 label input[type=radio]:checked+span::after {
	border: 2px solid #005dba
}

.inputSet4 label input[type=radio]:checked+span::before {
	background: #005dba;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 6px
}

.inputSet5 {
	cursor: pointer
}

.inputSet5 label {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	padding-left: 22px;
	position: relative
}

.baggage-policy .inputSet5 label {
	color: #005dba;
	font-size: 18px;
	font-weight: 700
}

.inputSet5 label input {
	opacity: 0;
	position: absolute
}

.inputSet5 label input[type=radio]+span::after {
	border: 2px solid #4d4d77;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px
}

.inputSet5 label input[type=radio]:checked+span::after {
	border: 2px solid #005dba
}

.inputSet5 label input[type=radio]:checked+span::before {
	background: #005dba;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 6px
}

.inputSet5 input[type=radio]:checked~span:before {
	font-family: fontawesome;
	content: "";
	font-size: 12px;
	line-height: 14px;
	color: #005dba;
	border: 1px solid #005dba
}

.inputSet5 input[type=radio]:checked~span {
	color: #005dba
}

.top16 {
	top: -16px !important
}

.mctc-txt {
	font-size: 14px;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mctc-txt {
		font-size: 12px
	}
}

.mctc-txt span {
	font-weight: 700;
	cursor: pointer
}

.mctc-fare {
	font-size: 26px;
	font-weight: 600
}

.mctc-fare span {
	font-size: 14px;
	cursor: pointer;
	font-weight: 500
}

.small-txt {
	font-size: 10px;
	margin-bottom: 4px
}

.height16px {
	min-height: 24px
}

@media(min-width:1024px)and (max-width:1199px) {
	.height16px {
		min-height: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.height16px {
		min-height: 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.height16px {
		min-height: 10px
	}
}

.height17px {
	min-height: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.height17px {
		min-height: 10px
	}
}

.travelers-line {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: -10px -15px 10px;
	padding: 0 20px 7px 13px
}

.tab-label {
	background: #005dba none repeat scroll 0 0;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tab-label {
		font-size: 14px
	}
}

.tab-label a.taxes-fees-info {
	font-size: 12px;
	text-decoration: underline;
	color: #ffd305
}

.hideContent {
	overflow: hidden;
	height: 1px
}

.showContent {
	height: auto
}

.showContent {
	height: auto
}

.show-more {
	padding: 0 0 5px;
	float: right;
	font-size: 14px;
	margin-top: -20px
}

@media(min-width:1024px)and (max-width:1199px) {
	.show-more {
		margin-top: -10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.show-more {
		margin-top: -10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.show-more {
		font-size: 12px;
		padding: 0 0 10px 0;
		margin-top: 10px;
		float: none
	}
}

.mctc-list li {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px
}

.show-more a {
	position: relative;
	text-decoration: underline
}

.show-more a:hover {
	text-decoration: none
}

.travelers-block .travelers-left {
	width: 80px;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-block .travelers-left {
		width: 100%;
		float: none
	}
}

.travelers-block .travelers-right {
	width: calc(100% - 90px);
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-block .travelers-right {
		width: 100%;
		float: none
	}
}

.travelers-block .travelers-right sup {
	font-weight: 400
}

.travelers-block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.payment-billing select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.billing-information select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.select-class {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.select-class::before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	pointer-events: none;
	right: 10px;
	top: 8px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.select-class::before {
		top: 5px
	}
}

.help-block {
	background: #fffcdc;
	margin: 3px 0;
	clear: both
}

a.hide-btn3 {
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	right: 25px;
	top: 8px;
	background: 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	a.hide-btn3 {
		padding: 4px 10px
	}
}

a.hide-btn3:hover {
	background: #fff;
	border: 1px solid #4d4d77;
	color: #4d4d77
}

a.hide-btn3:focus {
	background: #fff;
	border: 1px solid #4d4d77;
	color: #4d4d77
}

.hide-btn {
	border: 1px solid #fff;
	color: #fff;
	padding: 3px 10px;
	position: absolute;
	right: 4px;
	top: -6px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hide-btn {
		padding: 4px 10px
	}
}

.hide-btn:hover {
	background: #fff;
	border: 1px solid #4d4d77;
	color: #4d4d77
}

.hide-btn:focus {
	background: #fff;
	border: 1px solid #4d4d77;
	color: #4d4d77
}

.top8px {
	top: 8px !important
}

.mctc-insurance {
	min-height: 230px
}

@media(min-width:1024px)and (max-width:1199px) {
	.mctc-insurance {
		min-height: auto
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.mctc-insurance {
		min-height: auto
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mctc-insurance {
		min-height: auto
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-header .component-navigation.fixed,
	.component-car-header .component-navigation.fixed {
		position: relative !important
	}
}

.main-bg {
	background: 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.main-bg {
		background: #005dba !important
	}
}

.app-block {
	background: #fff;
	padding: 10px 5px
}

.app-icon {
	width: 65px;
	border: 1px solid #f0595f;
	border-radius: 10px;
	padding: 5px
}

.app-padding {
	padding: 0 10px 0 0;
	line-height: 1.3em
}

.gray {
	color: #666;
	font-size: 11px
}

.reviewstar-icon {
	color: #005dba;
	font-size: 13px
}

.reviewstar-icon i:nth-child(1) {
	color: #005dba
}

.reviewstar-icon i:nth-child(2) {
	color: #005dba
}

.reviewstar-icon i:nth-child(3) {
	color: #005dba
}

.reviewstar-icon i:nth-child(4) {
	color: #005dba
}

.reviewstar-icon i:nth-child(5) {
	color: #ccc
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-row {
		border-bottom: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-row {
		padding: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-flight-listing .flight-toprow {
		border-bottom: 0 !important
	}
}

.margin10 {
	margin-top: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.margin10 {
		margin-top: 10px !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.operated-txt {
		font-size: 11px;
		color: #666;
		white-space: nowrap;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: default
	}
}

.payment-operated {
	padding-left: 86px;
	color: #666
}

@media(min-width:1024px)and (max-width:1199px) {
	.payment-operated {
		padding-left: 60px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.payment-operated {
		padding-left: 60px
	}
}

.operated-left {
	padding-left: 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.operated-left {
		padding-left: 15px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.operated-left {
		padding-left: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.operated-left {
		padding-left: 15px;
		padding-top: 10px
	}
}

.operated-left2 {
	padding-left: 70px;
	text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1199px) {
	.operated-left2 {
		padding-left: 46px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.operated-left2 {
		padding-left: 45px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#sortDivId .pagination {
		width: 100%
	}
}

.bottom-call-bar {
	height: 40px
}

.price-fixed {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 40px;
	font-size: 14px;
	bottom: 0;
	background: #005dba;
	color: #fff;
	padding-top: 8px;
	padding-right: 10px;
	left: 0
}

.price-fixed .content-sec a {
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 30px;
	padding: 5px 10px
}

.price-fixed .content-sec a .total {
	font-size: 20px;
	float: right
}

.price-fixed .view-detail {
	position: absolute;
	left: 45%;
	width: 80px;
	text-align: center;
	margin: 0 0 0 -25px;
	font-size: 12px;
	color: #ff0
}

.engine-close {
	position: absolute;
	font-size: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer;
	display: none
}

@media(max-width:1023px) {
	.engine-close {
		display: block
	}
}

.page-overlay {
	background-color: rgba(0, 0, 0, .8);
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.conponent-filters {
		background: #fff;
		height: 100vh;
		padding-bottom: 150px !important;
		overflow: auto
	}
}

.ui-datepicker .ui-datepicker-buttonpane button {
	background: #e8e8e8;
	border: 1px solid #ccc;
	color: #333
}

.component-search-listpage .travelerClose {
	margin-bottom: 10px;
	width: 100%
}

.glyphicon-minus-sign,
.glyphicon-plus-sign {
	color: #005dba !important
}

.glyphicon-minus-sign:hover,
.glyphicon-plus-sign:hover {
	color: #005dba !important
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.component-search .search-panel-xs {
		left: 0 !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.container-fluid.flight-listing-row,
	.component-header .container-fluid,
	.component-car-header .container-fluid {
		overflow: visible !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-payment .container-fluid {
		padding-left: 10px;
		padding-right: 10px
	}
}

.cursordefault {
	cursor: default
}

.mid-call a {
	font-size: 50px;
	font-weight: 700;
	color: #fe5359;
	border: 1px solid #fe5359;
	width: 60%;
	border-radius: 50px;
	margin: auto
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mid-call a {
		font-size: 30px;
		font-weight: 700;
		width: 90%;
		margin: auto
	}
}

.mid-call-icon {
	color: #333;
	font-size: 40px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mid-call-icon {
		font-size: 24px
	}
}

.ui-datepicker-buttonpane {
	display: none !important
}

.header-top {
	background-color: #243850;
	padding: 5px 0;
	margin-bottom: 0;
	color: #fff
}

.header-top .sosmed-header-top a {
	color: #fff
}

.header-top .sosmed-header-top i.fa {
	margin: 0 8px
}

.header-top .sosmed-header-top span {
	color: rgba(189, 195, 199, .83)
}

.header-top .sosmed-header-top i.fa:hover {
	color: #bdc3c7;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease
}

.navbar.navbar-default {
	border-bottom: 0;
	margin-bottom: 70px;
	padding: 0
}

.navbar.navbar-default .navbar-brand {
	color: #fff;
	padding: 11px 15px
}

.navbar-default .navbar-nav>.active>a,
.navbar.navbar-default .navbar-nav>.active>a:hover,
.navbar.navbar-default .navbar-nav>.active>a:focus {
	background-color: #005dba;
	color: #fff
}

.navbar-default .navbar-nav>.open>a {
	background-image: none
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #005dba;
	background-color: #005dba
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
	float: left
}

.navbar-right.blogmenu ul.nav li .dropdown-menu {
	background-color: rgba(0, 0, 0, .82);
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none
}

.navbar-right.blogmenu ul.nav li .dropdown-menu li a {
	color: #a2a2a2;
	padding: 10px 20px;
	border-bottom: 1px solid #3a3939;
	width: 100%
}

.navbar-right.blogmenu ul.nav li .dropdown-menu li a:hover {
	color: #fff !important;
	background: #005dba
}

.navbar-default ul.nav li a {
	font-weight: 400;
	font-size: 15px
}

.navbar-default ul.nav li a:hover {
	color: #005dba
}

.content-single {
	padding: 0
}

.content-single .tag span {
	margin-right: 10px
}

.content-single h2 {
	font-weight: 600;
	margin-bottom: 10px
}

.content-single p {
	font-weight: 400;
	line-height: 22px;
	font-size: 13px;
	text-align: justify
}

.content-single p a {
	font-size: 11pt;
	color: #15c !important;
	text-decoration: none
}

.content-single p a:hover {
	text-decoration: underline
}

.content-single ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: inherit
}

.content-single ul li {
	list-style: inherit;
	margin-bottom: 10px
}

.content-single ul li a {
	font-size: 11pt;
	color: #15c !important;
	text-decoration: none
}

.content-single ul li a:hover {
	text-decoration: underline
}

.content-single .hr-single {
	border-bottom: 2px dashed #ddd;
	margin-bottom: 20px;
	margin-top: 20px
}

.content-single .tag a {
	color: #002646
}

.content-single .tag a:hover {
	color: #005dba
}

.content-single .tag i.fa {
	margin-right: 10px;
	color: #005dba
}

.content-single .tag i.fa.fa-circle {
	font-size: 6pt;
	color: #4d4d77
}

.content-single .prv-post {
	background: #4d4d77;
	border: 1px solid #a20505;
	border-radius: 23px;
	text-shadow: none;
	color: #fff;
	font-size: 16px;
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.content-single .prv-post {
		font-size: 10px
	}
}

.content-single .prv-post:hover {
	background: #005dba;
	color: #fff
}

.content-single .next-post {
	background: #4d4d77;
	border: 1px solid #a20505;
	border-radius: 23px;
	text-shadow: none;
	color: #fff;
	font-size: 16px;
	float: right
}

.content-single .next-post:hover {
	background: #005dba;
	color: #fff
}

.comment:before,
.comment:after {
	content: "";
	display: table;
	clear: both
}

.comment h3,
.form-comment h3 {
	font-size: 24px;
	line-height: 26px;
	color: #5c7280;
	margin: 20px 0 40px
}

.comment ul.comments>li>img {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
	border: 5px solid #ddd;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	filter: Alpha(opacity=100);
	border-radius: 4px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

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

ul.comments p.meta {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px
}

.post-comments {
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: 85px;
	margin-right: 0;
	padding: 10px 20px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative
}

.post-comments:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -10px;
	border: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #ecf0f1;
	border-bottom: 10px solid transparent;
	border-left: 0 solid transparent
}

.comment ul.comments ul {
	margin-left: 85px
}

.form-comment .form-control {
	background-color: #fff;
	box-shadow: none;
	border: 2px solid #ecf0f1
}

.form-comment .form-control:focus {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease
}

.form-comment .blog-submit {
	background: #005dba;
	border: 1px solid #005dba;
	text-shadow: none;
	color: #fff;
	width: 100%
}

.form-comment .blog-submit:hover {
	color: #000
}

.travel-protection .add-mcp label {
	display: block
}

.travel-protection .remove-mcp label {
	display: block
}

.sm-engine-head {
	font-weight: 700;
	font-size: 15px;
	color: #fff
}

.heading-set-pop {
	display: block
}

.heading-set-height {
	height: auto
}

.travel-alert-pop {
	background: #ffcd00;
	color: #34261d;
	height: 32px;
	font-size: 15px;
	line-height: 30px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.travel-alert-pop {
		height: auto;
		font-size: 13px;
		line-height: 17px;
		padding: 8px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travel-alert-pop {
		height: auto;
		font-size: 13px;
		line-height: 15px;
		padding: 5px 0
	}
}

.travel-alert-pop a {
	color: #34261d;
	font-weight: 600;
	text-decoration: none
}

.travel-alert-pop a:hover {
	text-decoration: underline;
	color: #005dba
}

.travel-alert-pop span {
	color: #34261d;
	font-weight: 600
}

.topBox {
	padding: 20px 0;
	border-bottom: 1px solid #e9eaea
}

.topBox .detail {
	text-align: left;
	overflow: hidden
}

.topBox .detail h4 {
	font-size: 16px;
	color: #4d4d77;
	margin: 4px 0
}

.topBox .detail h4 span {
	color: #838182;
	display: block
}

.topBox .detail span {
	color: #7d7d7d
}

.topBox .icon {
	padding-right: 10px;
	float: left
}

.destinationBox {
	padding: 40px 0 30px;
	width: 100%;
	overflow: hidden
}

.destinationBox h3 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	text-align: center
}

.destinationBox h3 span {
	padding: 5px 0 18px;
	font-size: 18px;
	color: #b0b0b0;
	display: block
}

.destinationBox .effect-image {
	overflow: hidden;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 2px
}

.destinationBox .effect-image img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	height: 250px
}

.destinationBox .effect-image:hover img {
	opacity: .8;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.destinationBox .effect-image .cityname {
	padding: 5px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 0, 0, .2)
}

.destinationBox .effect-image .fa-map-marker {
	display: inline-block;
	border-bottom: 1px solid #e0e0e0
}

.testimonial {
	margin-top: 15px
}

.testimonial .user {
	margin-bottom: 25px;
	font-size: 16px
}

.testimonial .user .fa-user {
	border-radius: 50%;
	border: 1px solid #005dba;
	font-size: 16px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 15px;
	color: #005dba;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	line-height: 20px
}

.testimonial .fa-caret-up {
	color: #f3f3f3;
	font-size: 49px;
	position: absolute;
	margin-top: -34px;
	padding-left: 70px
}

.testimonial .testimonial-box {
	border-left: none;
	font-size: 14px;
	font-family: Arial;
	color: #5b6270;
	background: #f3f3f3;
	padding: 20px 20px 20px 58px;
	margin: 0 0 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.testimonial .testimonial-box :before {
	content: ",,";
	background: 0 0;
	position: absolute;
	left: 39px;
	font-size: 80px;
	line-height: 80px;
	transform: rotate(180deg);
	letter-spacing: -10px;
	color: #dcdcdc;
	width: auto;
	height: inherit
}

#personOuter .dropdown-menu {
	padding-bottom: 0 !important
}

.mob-result-margin {
	margin-bottom: 5px
}

@media(min-width:1024px)and (max-width:1199px) {
	#departDate {
		padding-right: 2px !important
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	#returnDate {
		padding-right: 2px !important
	}
}

#personOuter .dropdown-menu {
	margin-top: 0 !important;
	z-index: 990
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
	border: 0
}

@media screen and (max-width:769px)and (min-width:300px) {
	.heading-set-pop {
		display: none
	}

	.heading-set-height {
		height: 60px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.matrix-list-data {
		width: 148px
	}

	.small-input-lg {
		line-height: 31px !important
	}

	.travelers-block .travelers-right {
		width: 90%
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:0)and (min-width:768px)and (max-width:1023px) {
	.travelers-block .travelers-right {
		width: 87%
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:0)and (min-width:280px)and (max-width:767px) {
	.travelers-block .travelers-right {
		width: 100%
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#sticker {
		width: 100%
	}
}

.show_policy {
	display: none;
	background: #fff;
	font-size: 13px;
	padding: 14px;
	position: absolute;
	left: 0;
	top: 32px;
	width: 295px;
	border: 1px solid #94afc6;
	z-index: 1
}

@media(min-width:1024px)and (max-width:1199px) {
	.show_policy {
		width: 250px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.show_policy {
		width: 250px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.show_policy {
		width: 250px
	}
}

.show_policy .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 28px;
	top: -11px;
	background: url(../../../assets/fare_rule_arrow.png) no-repeat
}

.booking-bdr {
	border: 2px solid #005dba;
	padding: 10px 20px;
	margin-bottom: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.booking-bdr {
		padding: 10px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.booking-bdr {
		padding: 10px 0
	}
}

.booking-bdr .fa-history {
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.booking-bdr h3 {
		font-size: 16px
	}
}

.detail-bdr {
	border: 1px solid #ccc
}

.detail-bdr .table {
	margin-bottom: 0;
	overflow: auto;
	width: 100%
}

.detail-bdr .table th {
	background: #eee
}

.detail-bdr .table a {
	text-decoration: underline
}

.detail-bdr .table a:hover {
	color: #f60;
	text-decoration: none
}

.history-head {
	background: #4f4f79;
	color: #fff;
	padding: 15px;
	font-size: 18px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.history-head {
		font-size: 14px
	}
}

.history-plusbtn {
	font-size: 40px;
	line-height: 1;
	margin-top: 10px;
	font-weight: 700;
	color: #005dba
}

.booking-bdr p {
	color: #666
}

.subsc_btn1 {
	width: 100%;
	background: #005dba;
	color: #fff
}

.history-loader {
	text-align: center
}

.form-inline .form-control {
	width: 100%
}

.or-txt {
	color: #999;
	line-height: 3em;
	text-align: center
}

.info-txt {
	color: #999;
	font-size: 12px
}

.breadcrumbs {
	width: 100%;
	padding: 10px 0
}

.history-load-pop {
	padding: 30px 0;
	text-align: center;
	width: 500px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -250px;
	background: #fff;
	z-index: 99;
	border-radius: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.history-load-pop {
		padding: 100px 0;
		text-align: center;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		background: rgba(255, 255, 255, .95);
		z-index: 99;
		border-radius: 0
	}
}

.history-load-pop h2 {
	color: #005dba !important
}

.history-load-pop h5 {
	letter-spacing: 2px;
	line-height: 30px;
	font-size: 18px
}

.page-load-overlay {
	display: block !important;
	z-index: 90 !important;
	background: rgba(0, 0, 0, .2) !important
}

.pagination ul li {
	background: #fff !important
}

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

.connecting_airport span {
	border: 1px dashed #005dba;
	color: #005dba;
	padding: 3px 5px
}

.divprogressbar {
	padding: 10px 20px;
	width: 400px;
	position: fixed;
	left: 50%;
	top: 109px;
	transform: translateX(-50%);
	z-index: 999;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.divprogressbar {
		width: 100%;
		top: 30px
	}
}

.divprogressbar h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.divprogressbar h3 {
		font-size: 15px
	}
}

.divprogressbar .loader {
	display: none;
	border: 3px solid #ddd;
	margin: 0 auto;
	border-radius: 100%;
	border-top: 3px solid #005dba;
	border-right: 3px solid #005dba;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.fadable-bg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	z-index: 998;
	position: fixed;
	left: 0;
	top: 0;
	display: block
}

.seprate-res {
	background: #d9d9d9
}

.ticket-left-sep {
	margin: 10px 0 0;
	color: #005dba;
	font-size: 13px;
	text-align: right
}

.manage-date-con {
	margin-left: -20px
}

@media(min-width:1024px)and (max-width:1199px) {
	.manage-date-con {
		margin-left: -10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.manage-date-con {
		margin-left: -10px
	}
}

.manage-right {
	padding-left: 0 !important
}

@media(min-width:1024px)and (max-width:1199px) {
	.manage-right {
		padding-left: 7px !important
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.manage-right {
		padding-left: 7px !important
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.manage-right {
		padding-left: 12px !important
	}
}

.btn.active,
.btn:active {
	box-shadow: none
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

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

.switchslider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

input:checked+.switchslider {
	background-color: #009df2
}

input:focus+.switchslider {
	box-shadow: 0 0 1px #009df2
}

input:checked+.switchslider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px)
}

.switchslider.round {
	border-radius: 34px
}

.switchslider.round:before {
	border-radius: 50%
}

@media(max-width:767px) {
	#launcher {
		bottom: 65px !important;
		z-index: 8 !important
	}
}

.green-ribbon {
	width: 170px;
	height: 36px;
	position: absolute;
	right: inherit;
	left: 50px;
	top: 0;
	text-align: left;
	font-size: 14px;
	color: #fff;
	background: #3ab54a;
	padding: 8px 5px 5px 43px;
	font-weight: 600
}

@media(max-width:1199px) {
	.green-ribbon {
		left: 15px
	}
}

@media(max-width:767px) {
	.green-ribbon {
		width: 113px;
		height: 24px;
		position: absolute;
		right: -2px;
		left: inherit;
		top: 1px;
		text-align: left;
		font-size: 11px;
		color: #fff;
		background: #3ab54a;
		padding: 6px 5px 5px 22px;
		font-weight: 600
	}
}

.green-ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	border: 18px solid #3ab54a;
	z-index: 0;
	border-right-width: 5px;
	border-left-color: transparent
}

@media(max-width:767px) {
	.green-ribbon::before {
		left: -16px;
		border: 12px solid #3ab54a;
		border-right-width: 5px;
		border-left-color: transparent
	}
}

@media(max-width:767px) {
	.green-ribbon::after {
		border-color: #20861f transparent transparent transparent;
		position: absolute;
		display: block;
		border-style: solid;
		right: 0;
		content: "";
		bottom: -7px;
		border-width: 7px 7px 0 0
	}
}

.green-ribbon img {
	position: absolute;
	left: 7px;
	top: 3px
}

@media(max-width:767px) {
	.green-ribbon img {
		width: 19px;
		left: 0;
		top: 2px
	}
}

.green-ribbon.payment-ribbon {
	left: inherit;
	top: 7px;
	right: 325px
}

@media(max-width:767px) {
	.green-ribbon.payment-ribbon {
		top: 13px;
		right: 0
	}
}

@media(max-width:365px) {
	.green-ribbon.payment-ribbon {
		top: 48px
	}
}

@media(max-width:767px) {
	.green-ribbon.payment-ribbon::after {
		display: none
	}
}

.cmdeal_text {
	padding: 5px 10px;
	background: url(/resources/assets/new-payment/ribbon2.svg) no-repeat;
	color: #fff;
	background-size: contain;
	height: 28px;
	width: 280px;
	font-size: 11px;
	text-align: left;
	margin-top: 5px
}

@media(max-width:767px) {
	.cmdeal_text {
		width: 280px;
		font-size: 11px
	}
}

@media(max-width:365px) {
	.cmdeal_text {
		width: 245px;
		font-size: 10px
	}
}

.cmdeal_text2 {
	padding: 5px 10px;
	background: url(/resources/assets/new-payment/ribbon2.svg) no-repeat;
	color: #fff;
	background-size: cover;
	height: 28px;
	width: 330px;
	text-align: left;
	margin-top: 5px
}

@media(max-width:767px) {
	.cmdeal_text2 {
		background-size: contain;
		width: 280px;
		font-size: 11px
	}
}

@media(max-width:365px) {
	.cmdeal_text2 {
		margin: 5px 0 10px -60px !important
	}
}

.home-caption {
	position: relative;
	padding: 0;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px
}

@media(max-width:767px) {
	.home-caption {
		margin-bottom: 15px
	}
}

.home-caption .main-head {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px
}

@media(max-width:767px) {
	.home-caption .main-head {
		font-size: 18px;
		margin-bottom: 0
	}
}

.home-caption p {
	font-size: 16px
}

@media(max-width:767px) {
	.home-caption p {
		font-size: 12px
	}
}

.home-caption p a {
	color: #fff;
	text-decoration: underline
}

.home-caption .home-promotion {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 3px #333
}

@media(max-width:767px) {
	.home-caption .home-promotion {
		font-size: 14px;
		text-align: center
	}
}

.home-caption .home-promotion .tagline {
	font-size: 24px;
	padding-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

@media(max-width:1199px) {
	.home-caption .home-promotion .tagline {
		font-size: 24px;
		line-height: 1.5em
	}
}

.home-caption .event-promotion {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em
}

@media(max-width:767px) {
	.home-caption .event-promotion {
		font-size: 14px;
		text-align: center
	}
}

.home-caption .event-promotion .tagline {
	font-size: 18px;
	padding: 2px 15px;
	color: #fff;
	background: #e21f25;
	display: inline-block;
	text-shadow: none
}

@media(max-width:1199px) {
	.home-caption .event-promotion .tagline {
		font-size: 14px
	}
}

.home-caption .event-promotion .zero-booking {
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0 0;
	text-shadow: 1px 1px 3px #333
}

@media(max-width:1199px) {
	.home-caption .event-promotion .zero-booking {
		font-size: 20px;
		padding: 10px 0 20px
	}
}

.promotion-counter {
	text-align: center;
	font-size: 13px;
	color: #333
}

@media(max-width:767px) {
	.promotion-counter {
		margin-bottom: 20px
	}
}

.promotion-counter .head {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px
}

.promotion-counter span {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #333;
	display: inline-block;
	margin-right: 5px;
	padding: 10px 0;
	line-height: 1.7em
}

@media(max-width:1199px) {
	.promotion-counter span {
		line-height: 1.7em
	}
}

@media(max-width:767px) {
	.promotion-counter span {
		line-height: 1.9em
	}
}

.promotion-counter span b {
	display: block;
	font-size: 26px;
	line-height: unset;
	color: #e21f25
}

.laborday_promo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 4
}

@media(max-width:1023px) {
	.laborday_promo {
		position: static;
		background: #e3ffef
	}
}

.laborday_promo .event-caption-block {
	margin-top: 105px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 20px
}

@media(max-width:1023px) {
	.laborday_promo .event-caption-block {
		margin-top: 0;
		display: block;
		background: #e3ffef;
		border-radius: 0;
		padding: 10px 0
	}
}

.laborday_promo h1 {
	font-size: 21px;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #a3a3a3;
	margin-bottom: 10px
}

@media(max-width:1023px) {
	.laborday_promo h1 {
		font-size: 15px;
		padding-bottom: 7px;
		border-bottom: 1px dashed #a3a3a3;
		margin-bottom: 6px
	}
}

@media(max-width:1023px) {
	.laborday_promo .instant_discount {
		font-size: 10px
	}
}

@media(max-width:1023px) {
	.laborday_promo .event_tooltip {
		right: -25px;
		left: inherit
	}
}

@media(max-width:1023px) {
	.laborday_promo .event_tooltip .arrow {
		left: 220px
	}
}

.flight-tracker-section {
	clear: both;
	padding: 20px 0
}

@media(max-width:767px) {
	.flight-tracker-section {
		padding: 10px 0 0
	}
}

.flight-tracker-section .flight-tracker-banner {
	background: #e6e7ff;
	padding: 11px 50px 11px 70px;
	font-size: 16px;
	color: #3b3b3b;
	position: relative;
	line-height: 1.5em
}

@media(max-width:1023px) {
	.flight-tracker-section .flight-tracker-banner {
		font-size: 14px;
		padding: 10px 20px 10px 50px
	}
}

@media(max-width:767px) {
	.flight-tracker-section .flight-tracker-banner {
		padding: 10px 100px 10px 10px;
		font-size: 12px
	}
}

.flight-tracker-section .flight-tracker-banner .head {
	font-size: 20px;
	margin-bottom: 5px;
	color: #005dba;
	font-weight: 700
}

@media(max-width:767px) {
	.flight-tracker-section .flight-tracker-banner .head {
		font-size: 13px;
		margin-bottom: auto
	}
}

.flight-tracker-section .flight-tracker-banner .stay-txt {
	margin-bottom: 10px;
	color: #005dba
}

@media(max-width:767px) {
	.flight-tracker-section .flight-tracker-banner .stay-txt {
		margin-bottom: auto
	}
}

.flight-tracker-section .flight-tracker-banner .ft-img {
	position: absolute;
	right: 40px;
	top: 10px
}

@media(max-width:365px) {
	.flight-tracker-section .flight-tracker-banner .ft-img {
		right: 20px
	}
}

.flight-tracker-section .flight-tracker-banner .lern-more a {
	font-size: 12px;
	color: #616161;
	text-decoration: underline
}

.flight-tracker-section .flight-tracker-banner .terminal-gate {
	margin-top: 10px
}

@media(max-width:767px) {
	.flight-tracker-section .flight-tracker-banner .terminal-gate {
		margin-top: 5px
	}
}

.flight-tracker-section .flight-tracker-banner .terminal-gate ul {
	padding: 0;
	margin: 0
}

.flight-tracker-section .flight-tracker-banner .terminal-gate ul li {
	list-style: none;
	margin-bottom: 5px;
	white-space: nowrap
}

@media(max-width:767px) {
	.flight-tracker-section .flight-tracker-banner .terminal-gate ul li {
		margin-bottom: inherit
	}
}

.flight-tracker-section .flight-tracker-banner .terminal-gate ul li img {
	width: 13px;
	margin-right: 5px
}

.flight-tracker-section .flight-tracker-banner .new-ribbon {
	position: absolute;
	left: -4px;
	top: -4px
}

.flight-tracker-section .flight-tracker-banner .new-ribbon-m {
	position: absolute;
	right: -4px;
	top: -4px
}

.flight-tracker-tnc {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow-y: auto
}

.flight-tracker-tnc .close_popup {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	font-size: 20px;
	font-family: arial;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: block;
	cursor: pointer
}

.flight-tracker-tnc .center-block {
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: table;
	table-layout: fixed
}

.flight-tracker-tnc .center-block .outer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px 0
}

.flight-tracker-tnc .popup_block {
	width: 670px;
	top: 0;
	margin: auto;
	background: #fff
}

@media(max-width:767px) {
	.flight-tracker-tnc .popup_block {
		width: 93%;
		top: 0;
		background: #fff;
		margin: auto
	}
}

.flight-tracker-tnc .popup_block h3 {
	position: relative;
	padding: 15px;
	color: #fff;
	background: #4d4d77;
	font-size: 14px;
	font-weight: 700
}

.flight-tracker-tnc .popup_block .content {
	padding: 10px 20px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.8em
}

.flight-tracker-tnc .popup_block .content ul {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 80%
}

.flight-tracker-tnc .popup_block .content ul li {
	list-style: none;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	color: #005dba;
	font-size: 14px;
	font-weight: 500
}

.flight-tracker-tnc .popup_block .content ul li::before {
	position: absolute;
	left: 0;
	content: "";
	color: #4fb67a;
	font-family: fontawesome
}

@media(max-width:767px) {
	.flight-tracker-tnc .popup_block .content {
		line-height: 1.6em;
		font-size: 12px
	}
}

.flight-listing-row .flight-tracker-banner .lern-more {
	display: none
}

.flight-listing-row .flight-tracker-banner .terminal-gate {
	margin-top: 15px
}

@media(max-width:767px) {
	.flight-listing-row .flight-tracker-banner .terminal-gate {
		margin-top: 5px
	}
}

.flight-listing-row .flight-tracker-banner .head {
	margin-top: 15px
}

@media(max-width:767px) {
	.flight-listing-row .flight-tracker-banner .head {
		margin-top: 2px
	}
}

.flight-tracker-service {
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	margin-bottom: 15px
}

.flight-tracker-service .img-checkin {
	float: right;
	overflow: hidden
}

.flight-tracker-service .new-ribbon-m {
	position: absolute;
	right: -3px;
	top: -3px;
	width: 56px
}

.flight-tracker-service .head {
	background: #005dba;
	color: #fff;
	padding: 12px;
	font-size: 16px
}

.flight-tracker-service .content-block {
	padding: 15px
}

@media(max-width:767px) {
	.flight-tracker-service .content-block {
		padding: 13px 0 10px 7px
	}
}

.flight-tracker-service .content-block .sub-head {
	font-size: 16px;
	margin-bottom: 5px;
	color: #005dba;
	font-weight: 700
}

@media(max-width:767px) {
	.flight-tracker-service .content-block .sub-head {
		font-size: 14px
	}
}

.flight-tracker-service .content-block .stay-txt {
	margin-bottom: 10px;
	color: #005dba;
	font-size: 12px
}

@media(max-width:767px) {
	.flight-tracker-service .content-block .stay-txt {
		font-size: 12px;
		padding-right: 10px
	}
}

.flight-tracker-service .content-block .terminal-gate {
	margin-top: 10px
}

@media(max-width:767px) {
	.flight-tracker-service .content-block .terminal-gate {
		margin-top: 5px
	}
}

.flight-tracker-service .content-block .terminal-gate ul {
	padding: 0;
	margin: 0
}

.flight-tracker-service .content-block .terminal-gate ul li {
	list-style: none;
	margin-bottom: 2px;
	white-space: nowrap;
	font-size: 13px;
	color: #3b3b3b
}

@media(max-width:767px) {
	.flight-tracker-service .content-block .terminal-gate ul li {
		margin-bottom: inherit;
		font-size: 12px
	}
}

.flight-tracker-service .content-block .terminal-gate ul li img {
	width: 13px;
	margin-right: 5px
}

.flight-tracker-service .content-block .price-add-block {
	color: #00b67a;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0
}

@media(max-width:767px) {
	.flight-tracker-service .content-block .price-add-block {
		border-top: 1px dashed #ccc;
		margin-top: 10px
	}
}

.flight-tracker-service .content-block .price-add-block small {
	font-size: 10px;
	color: #616161;
	vertical-align: middle
}

.flight-tracker-service .content-block .price-add-block .add-btn {
	background: #005dba;
	color: #fff;
	padding: 7px 20px;
	font-size: 12px;
	cursor: pointer;
	border: 0;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle
}

.flight-tracker-service .content-block .price-add-block .add-btn.selected {
	background: #005dba;
	color: #fff;
	border-color: #005dba;
	cursor: default
}

.flight-tracker-service .content-block .price-add-block .add-btn.selected:before {
	content: "";
	font-family: fontawesome;
	margin-right: 4px;
	font-weight: 400
}

.flight-tracker-service .content-block .lern-more a {
	font-size: 12px;
	color: #616161;
	text-decoration: underline
}

.flight-tracker-service .content-block .web-check-info {
	position: relative;
	padding: 10px 0
}

.flight-tracker-service .content-block .web-check-info ul {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 80%
}

.flight-tracker-service .content-block .web-check-info ul li {
	list-style: none;
	width: 50%;
	float: left;
	position: relative;
	padding-left: 20px;
	color: #005dba;
	font-size: 14px;
	font-weight: 500
}

@media(max-width:1023px) {
	.flight-tracker-service .content-block .web-check-info ul li {
		width: 100%
	}
}

.flight-tracker-service .content-block .web-check-info ul li::before {
	position: absolute;
	left: 0;
	content: "";
	color: #4fb67a;
	font-family: fontawesome
}

.flight-tracker-service .content-block .web-check-info .price-add {
	position: absolute;
	top: -40px;
	right: -45px;
	display: inline-block
}

@media(max-width:1023px) {
	.flight-tracker-service .content-block .web-check-info .price-add {
		top: 0;
		right: 25px
	}
}

.flight-tracker-service .content-block .web-check-info .price-add .price {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2
}

@media(max-width:1023px) {
	.flight-tracker-service .content-block .web-check-info .price-add .price {
		font-size: 34px
	}
}

.flight-tracker-service .content-block .web-check-info .price-add .price sup {
	font-size: 30px;
	top: -10px
}

@media(max-width:1023px) {
	.flight-tracker-service .content-block .web-check-info .price-add .price sup {
		font-size: 20px;
		top: -10px
	}
}

.flight-tracker-service .content-block .web-check-info .price-add small {
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	display: inline-block;
	margin-left: 15px
}

@media(max-width:1023px) {
	.flight-tracker-service .content-block .web-check-info .price-add small {
		font-size: 12px
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

body.component-payment {
	font-family: montserrat, sans-serif
}

body.component-payment .bg-home {
	background: #fff
}

body.component-payment .navigation_block {
	height: 50px
}

body.component-payment .navigation_block .component-navigation-new .logo-cff {
	margin-top: 10px
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav {
	padding-top: 18px
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav a {
	font-weight: 700
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav a:hover {
	color: #005dba
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav a .toll-free {
	color: #005dba
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover {
	color: #005dba
}

body.component-payment .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone {
	color: #005dba
}

body.component-payment .client-logos {
	text-align: center
}

.highlight-bdr {
	color: #333;
	background: #edf4fb;
	border: 1px solid #bbcada;
	font-size: 12px;
	padding: 15px 10px;
	margin-bottom: 20px;
	border-radius: 10px
}

@media(max-width:365px) {
	.highlight-bdr {
		font-size: 11px;
		padding: 7px
	}
}

.component-payment,
.car-payment-component {
	font-size: 12px
}

.component-payment .add-mcp,
.component-payment .remove-mcp,
.car-payment-component .add-mcp,
.car-payment-component .remove-mcp {
	padding: 10px;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	margin: 0 0 20px;
	border-radius: 5px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .add-mcp,
	.component-payment .remove-mcp,
	.car-payment-component .add-mcp,
	.car-payment-component .remove-mcp {
		margin: 0 0 10px
	}
}

.component-payment .selected-program,
.car-payment-component .selected-program {
	background: #005dba;
	color: #fff;
	border: 1px solid #005dba
}

.component-payment .no-selection .selected-program,
.car-payment-component .no-selection .selected-program {
	background: 0 0;
	border: 1px solid #828282
}

.component-payment .no-selection .selected-program label,
.car-payment-component .no-selection .selected-program label {
	display: block !important
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .booking-block-content .flight-listing-row,
	.car-payment-component .booking-block-content .flight-listing-row {
		border: 0 !important;
		margin-bottom: 15px
	}
}

.component-payment .mt10,
.car-payment-component .mt10 {
	margin-top: 10px
}

.component-payment .mr0,
.car-payment-component .mr0 {
	margin-right: 0
}

.component-payment .term-condition,
.car-payment-component .term-condition {
	color: #666
}

.component-payment .term-condition a,
.car-payment-component .term-condition a {
	display: inline;
	text-decoration: underline;
	color: #3e85ce
}

.component-payment .term-condition a:hover,
.car-payment-component .term-condition a:hover {
	text-decoration: none
}

.component-payment .term-condition p,
.car-payment-component .term-condition p {
	margin: 10px 20px;
	text-align: center
}

@media(max-width:1023px) {

	.component-payment .term-condition p,
	.car-payment-component .term-condition p {
		line-height: 1.5em !important;
		margin: 10px 10px 20px;
		text-align: justify
	}
}

.component-payment .flight-result-strip-2.header1,
.car-payment-component .flight-result-strip-2.header1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #005dba;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .flight-result-strip-2.header1,
	.car-payment-component .flight-result-strip-2.header1 {
		padding-right: 10px
	}
}

.component-payment .flight-result-strip-2.header1 h2,
.car-payment-component .flight-result-strip-2.header1 h2 {
	margin: 0;
	font-size: 16px;
	font-family: Roboto
}

.component-payment .flight-result-strip-2.header1 h2 span,
.car-payment-component .flight-result-strip-2.header1 h2 span {
	padding-left: 170px
}

@media(max-width:479px) {

	.component-payment .flight-result-strip-2.header1 h2,
	.car-payment-component .flight-result-strip-2.header1 h2 {
		font-size: 14px
	}
}

.component-payment .flight-result-strip-2.header1 h2 .fa-itinerary,
.car-payment-component .flight-result-strip-2.header1 h2 .fa-itinerary {
	background: url(../../../assets/fa-itinerary.png) no-repeat;
	height: 21px;
	width: 21px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .flight-result-strip-2.header1 h2 .fa-itinerary,
	.car-payment-component .flight-result-strip-2.header1 h2 .fa-itinerary {
		width: 16px;
		height: 16px;
		background-size: cover;
		margin-top: 0;
		font-size: 14px
	}
}

.component-payment .flight-result-strip-2.header1 h2 .fa-plane,
.car-payment-component .flight-result-strip-2.header1 h2 .fa-plane {
	font-size: 16px
}

.component-payment .flight-result-strip-2.header1 h2 .fa-plane.flip,
.car-payment-component .flight-result-strip-2.header1 h2 .fa-plane.flip {
	transform: rotateY(180deg)
}

.component-payment .flight-result-strip-2.header,
.car-payment-component .flight-result-strip-2.header {
	padding-top: 5px;
	padding-bottom: 0
}

.component-payment .flight-result-strip-2.header h3,
.car-payment-component .flight-result-strip-2.header h3 {
	margin: 0;
	font-size: 16px;
	font-family: Roboto
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .flight-result-strip-2.header h3,
	.car-payment-component .flight-result-strip-2.header h3 {
		margin: 0 0 10px
	}
}

@media(max-width:365px) {

	.component-payment .flight-result-strip-2.header h3,
	.car-payment-component .flight-result-strip-2.header h3 {
		font-size: 14px
	}
}

.component-payment .flight-result-strip-2.header h3 .fa-plane,
.car-payment-component .flight-result-strip-2.header h3 .fa-plane {
	font-size: 16px
}

.component-payment .flight-result-strip-2.header h3 .fa-plane.flip,
.car-payment-component .flight-result-strip-2.header h3 .fa-plane.flip {
	transform: rotateY(180deg)
}

.component-payment .payment-secure-booking,
.car-payment-component .payment-secure-booking {
	margin-top: 20px;
	margin-bottom: 10px
}

.component-payment .payment-secure-booking h3,
.car-payment-component .payment-secure-booking h3 {
	margin: 0;
	font-size: 18px;
	color: #005dba
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-payment .payment-secure-booking h3,
	.car-payment-component .payment-secure-booking h3 {
		margin: auto;
		font-size: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .payment-secure-booking h3,
	.car-payment-component .payment-secure-booking h3 {
		margin: auto;
		font-size: 14px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .payment-secure-booking,
	.car-payment-component .payment-secure-booking {
		margin: 10px 0
	}
}

.component-payment .book-now,
.car-payment-component .book-now {
	margin: 30px 0
}

.component-payment .book-now .btn-submit,
.component-payment .book-now .ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .component-payment .book-now button,
.car-payment-component .book-now .btn-submit,
.car-payment-component .book-now .ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .car-payment-component .book-now button {
	padding: 15px 30px;
	font-size: 18px;
	width: auto;
	font-weight: 700;
	border: 1px solid #005dba;
	color: #fff;
	border-radius: 5px;
	background: #005dba;
	box-shadow: 0 0 6px #675c5c
}

@media(max-width:767px) {

	.component-payment .book-now .btn-submit,
	.component-payment .book-now .ui-datepicker .ui-datepicker-buttonpane button,
	.ui-datepicker .ui-datepicker-buttonpane .component-payment .book-now button,
	.car-payment-component .book-now .btn-submit,
	.car-payment-component .book-now .ui-datepicker .ui-datepicker-buttonpane button,
	.ui-datepicker .ui-datepicker-buttonpane .car-payment-component .book-now button {
		border-radius: 0;
		padding: 15px 30px
	}
}

@media(max-width:365px) {

	.component-payment .book-now .btn-submit,
	.component-payment .book-now .ui-datepicker .ui-datepicker-buttonpane button,
	.ui-datepicker .ui-datepicker-buttonpane .component-payment .book-now button,
	.car-payment-component .book-now .btn-submit,
	.car-payment-component .book-now .ui-datepicker .ui-datepicker-buttonpane button,
	.ui-datepicker .ui-datepicker-buttonpane .car-payment-component .book-now button {
		width: 98%
	}
}

.component-payment .book-now .btn-submit small,
.component-payment .book-now .ui-datepicker .ui-datepicker-buttonpane button small,
.ui-datepicker .ui-datepicker-buttonpane .component-payment .book-now button small,
.car-payment-component .book-now .btn-submit small,
.car-payment-component .book-now .ui-datepicker .ui-datepicker-buttonpane button small,
.ui-datepicker .ui-datepicker-buttonpane .car-payment-component .book-now button small {
	font-size: 14px;
	display: block;
	font-weight: 400;
	width: auto
}

@media(max-width:365px) {

	.component-payment .book-now .btn-submit small,
	.component-payment .book-now .ui-datepicker .ui-datepicker-buttonpane button small,
	.ui-datepicker .ui-datepicker-buttonpane .component-payment .book-now button small,
	.car-payment-component .book-now .btn-submit small,
	.car-payment-component .book-now .ui-datepicker .ui-datepicker-buttonpane button small,
	.ui-datepicker .ui-datepicker-buttonpane .car-payment-component .book-now button small {
		font-size: 11px
	}
}

.component-payment .traveler-information,
.component-payment .payment-billing,
.component-payment .billing-information,
.car-payment-component .traveler-information,
.car-payment-component .payment-billing,
.car-payment-component .billing-information {
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information,
	.component-payment .payment-billing,
	.component-payment .billing-information,
	.car-payment-component .traveler-information,
	.car-payment-component .payment-billing,
	.car-payment-component .billing-information {
		border-radius: 5px
	}
}

.component-payment .traveler-information .alert,
.component-payment .payment-billing .alert,
.component-payment .billing-information .alert,
.car-payment-component .traveler-information .alert,
.car-payment-component .payment-billing .alert,
.car-payment-component .billing-information .alert {
	padding: 8px;
	margin-top: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .alert,
	.component-payment .payment-billing .alert,
	.component-payment .billing-information .alert,
	.car-payment-component .traveler-information .alert,
	.car-payment-component .payment-billing .alert,
	.car-payment-component .billing-information .alert {
		font-size: 11px;
		line-height: 12px
	}
}

.component-payment .traveler-information sup,
.component-payment .payment-billing sup,
.component-payment .billing-information sup,
.car-payment-component .traveler-information sup,
.car-payment-component .payment-billing sup,
.car-payment-component .billing-information sup {
	font-size: 13px
}

.component-payment .traveler-information .header,
.component-payment .payment-billing .header,
.component-payment .billing-information .header,
.car-payment-component .traveler-information .header,
.car-payment-component .payment-billing .header,
.car-payment-component .billing-information .header {
	background: #005dba;
	color: #fff;
	margin: 0 0 15px
}

.component-payment .traveler-information .header .trip-protec-bg,
.component-payment .payment-billing .header .trip-protec-bg,
.component-payment .billing-information .header .trip-protec-bg,
.car-payment-component .traveler-information .header .trip-protec-bg,
.car-payment-component .payment-billing .header .trip-protec-bg,
.car-payment-component .billing-information .header .trip-protec-bg {
	padding: 10px 0;
	margin: 0;
	text-align: right
}

@media(min-width:1024px)and (max-width:1199px) {

	.component-payment .traveler-information .header .trip-protec-bg,
	.component-payment .payment-billing .header .trip-protec-bg,
	.component-payment .billing-information .header .trip-protec-bg,
	.car-payment-component .traveler-information .header .trip-protec-bg,
	.car-payment-component .payment-billing .header .trip-protec-bg,
	.car-payment-component .billing-information .header .trip-protec-bg {
		text-align: left;
		background: #999;
		margin: 0 -15px;
		padding: 10px 15px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-payment .traveler-information .header .trip-protec-bg,
	.component-payment .payment-billing .header .trip-protec-bg,
	.component-payment .billing-information .header .trip-protec-bg,
	.car-payment-component .traveler-information .header .trip-protec-bg,
	.car-payment-component .payment-billing .header .trip-protec-bg,
	.car-payment-component .billing-information .header .trip-protec-bg {
		text-align: left;
		background: #999;
		margin: 0 -15px;
		padding: 10px 15px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header .trip-protec-bg,
	.component-payment .payment-billing .header .trip-protec-bg,
	.component-payment .billing-information .header .trip-protec-bg,
	.car-payment-component .traveler-information .header .trip-protec-bg,
	.car-payment-component .payment-billing .header .trip-protec-bg,
	.car-payment-component .billing-information .header .trip-protec-bg {
		text-align: left;
		background: #999;
		margin: 0 -15px 10px;
		padding: 10px 15px
	}
}

.component-payment .traveler-information .header .trip-protec-bg span,
.component-payment .payment-billing .header .trip-protec-bg span,
.component-payment .billing-information .header .trip-protec-bg span,
.car-payment-component .traveler-information .header .trip-protec-bg span,
.car-payment-component .payment-billing .header .trip-protec-bg span,
.car-payment-component .billing-information .header .trip-protec-bg span {
	color: #fff;
	font-size: 13px;
	padding: 0 7px;
	font-weight: 600
}

.component-payment .traveler-information .header .trip-protec-bg span .per-pax,
.component-payment .payment-billing .header .trip-protec-bg span .per-pax,
.component-payment .billing-information .header .trip-protec-bg span .per-pax,
.car-payment-component .traveler-information .header .trip-protec-bg span .per-pax,
.car-payment-component .payment-billing .header .trip-protec-bg span .per-pax,
.car-payment-component .billing-information .header .trip-protec-bg span .per-pax {
	font-size: 9px;
	color: #005dba
}

.component-payment .traveler-information .header .trip-protec-bg .fa-male,
.component-payment .payment-billing .header .trip-protec-bg .fa-male,
.component-payment .billing-information .header .trip-protec-bg .fa-male,
.car-payment-component .traveler-information .header .trip-protec-bg .fa-male,
.car-payment-component .payment-billing .header .trip-protec-bg .fa-male,
.car-payment-component .billing-information .header .trip-protec-bg .fa-male {
	font-size: 20px
}

.component-payment .traveler-information .header .trip-protec-bg .fa-child,
.component-payment .payment-billing .header .trip-protec-bg .fa-child,
.component-payment .billing-information .header .trip-protec-bg .fa-child,
.car-payment-component .traveler-information .header .trip-protec-bg .fa-child,
.car-payment-component .payment-billing .header .trip-protec-bg .fa-child,
.car-payment-component .billing-information .header .trip-protec-bg .fa-child {
	border: 1px solid #837e7e;
	border-radius: 50%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header,
	.component-payment .payment-billing .header,
	.component-payment .billing-information .header,
	.car-payment-component .traveler-information .header,
	.car-payment-component .payment-billing .header,
	.car-payment-component .billing-information .header {
		padding: 1px 15px;
		margin-bottom: 5px
	}
}

.component-payment .traveler-information .header h3,
.component-payment .payment-billing .header h3,
.component-payment .billing-information .header h3,
.car-payment-component .traveler-information .header h3,
.car-payment-component .payment-billing .header h3,
.car-payment-component .billing-information .header h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px
}

@media(max-width:767px) {

	.component-payment .traveler-information .header h3,
	.component-payment .payment-billing .header h3,
	.component-payment .billing-information .header h3,
	.car-payment-component .traveler-information .header h3,
	.car-payment-component .payment-billing .header h3,
	.car-payment-component .billing-information .header h3 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px
	}
}

@media(max-width:365px) {

	.component-payment .traveler-information .header h3,
	.component-payment .payment-billing .header h3,
	.component-payment .billing-information .header h3,
	.car-payment-component .traveler-information .header h3,
	.car-payment-component .payment-billing .header h3,
	.car-payment-component .billing-information .header h3 {
		font-size: 12px
	}
}

.component-payment .traveler-information .header h3 .fa-traveler,
.component-payment .payment-billing .header h3 .fa-traveler,
.component-payment .billing-information .header h3 .fa-traveler,
.car-payment-component .traveler-information .header h3 .fa-traveler,
.car-payment-component .payment-billing .header h3 .fa-traveler,
.car-payment-component .billing-information .header h3 .fa-traveler {
	background: url(../../../assets/fa-traveler.png) no-repeat;
	height: 22px;
	width: 19px;
	margin-top: -5px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-traveler,
	.component-payment .payment-billing .header h3 .fa-traveler,
	.component-payment .billing-information .header h3 .fa-traveler,
	.car-payment-component .traveler-information .header h3 .fa-traveler,
	.car-payment-component .payment-billing .header h3 .fa-traveler,
	.car-payment-component .billing-information .header h3 .fa-traveler {
		width: 15px;
		height: 17px;
		background-size: cover;
		margin-top: 0
	}
}

.component-payment .traveler-information .header h3 .fa-travel-protection,
.component-payment .payment-billing .header h3 .fa-travel-protection,
.component-payment .billing-information .header h3 .fa-travel-protection,
.car-payment-component .traveler-information .header h3 .fa-travel-protection,
.car-payment-component .payment-billing .header h3 .fa-travel-protection,
.car-payment-component .billing-information .header h3 .fa-travel-protection {
	background: url(../../../assets/fa-travel-protection.png) no-repeat;
	height: 29px;
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-travel-protection,
	.component-payment .payment-billing .header h3 .fa-travel-protection,
	.component-payment .billing-information .header h3 .fa-travel-protection,
	.car-payment-component .traveler-information .header h3 .fa-travel-protection,
	.car-payment-component .payment-billing .header h3 .fa-travel-protection,
	.car-payment-component .billing-information .header h3 .fa-travel-protection {
		width: 18px;
		height: 18px;
		background-size: cover;
		margin-top: 0;
		margin-bottom: 0
	}
}

.component-payment .traveler-information .header h3 .fa-baggage-protection,
.component-payment .payment-billing .header h3 .fa-baggage-protection,
.component-payment .billing-information .header h3 .fa-baggage-protection,
.car-payment-component .traveler-information .header h3 .fa-baggage-protection,
.car-payment-component .payment-billing .header h3 .fa-baggage-protection,
.car-payment-component .billing-information .header h3 .fa-baggage-protection {
	background: url(../../../assets/fa-baggage-protection.png) no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-baggage-protection,
	.component-payment .payment-billing .header h3 .fa-baggage-protection,
	.component-payment .billing-information .header h3 .fa-baggage-protection,
	.car-payment-component .traveler-information .header h3 .fa-baggage-protection,
	.car-payment-component .payment-billing .header h3 .fa-baggage-protection,
	.car-payment-component .billing-information .header h3 .fa-baggage-protection {
		width: 18px;
		height: 18px;
		background-size: cover;
		margin-top: 0;
		margin-bottom: 18px
	}
}

.component-payment .traveler-information .header h3 .fa-billing,
.component-payment .payment-billing .header h3 .fa-billing,
.component-payment .billing-information .header h3 .fa-billing,
.car-payment-component .traveler-information .header h3 .fa-billing,
.car-payment-component .payment-billing .header h3 .fa-billing,
.car-payment-component .billing-information .header h3 .fa-billing {
	background: url(../../../assets/fa-billing.png) no-repeat;
	height: 23px;
	width: 18px;
	display: block;
	margin-top: -5px;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-billing,
	.component-payment .payment-billing .header h3 .fa-billing,
	.component-payment .billing-information .header h3 .fa-billing,
	.car-payment-component .traveler-information .header h3 .fa-billing,
	.car-payment-component .payment-billing .header h3 .fa-billing,
	.car-payment-component .billing-information .header h3 .fa-billing {
		width: 14px;
		height: 18px;
		background-size: cover;
		margin-top: 0;
		margin-bottom: 15px
	}
}

.component-payment .traveler-information .header h3 .fa-payment,
.component-payment .payment-billing .header h3 .fa-payment,
.component-payment .billing-information .header h3 .fa-payment,
.car-payment-component .traveler-information .header h3 .fa-payment,
.car-payment-component .payment-billing .header h3 .fa-payment,
.car-payment-component .billing-information .header h3 .fa-payment {
	background: url(../../../assets/fa-payment.png) no-repeat;
	height: 18px;
	width: 27px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-payment,
	.component-payment .payment-billing .header h3 .fa-payment,
	.component-payment .billing-information .header h3 .fa-payment,
	.car-payment-component .traveler-information .header h3 .fa-payment,
	.car-payment-component .payment-billing .header h3 .fa-payment,
	.car-payment-component .billing-information .header h3 .fa-payment {
		width: 21px;
		height: 14px;
		background-size: cover;
		margin-top: 1px
	}
}

.component-payment .traveler-information .header h3 .fa-credit,
.component-payment .payment-billing .header h3 .fa-credit,
.component-payment .billing-information .header h3 .fa-credit,
.car-payment-component .traveler-information .header h3 .fa-credit,
.car-payment-component .payment-billing .header h3 .fa-credit,
.car-payment-component .billing-information .header h3 .fa-credit {
	background: url(../../../assets/fa-credit.png) no-repeat;
	height: 23px;
	margin-top: -5px;
	width: 18px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .header h3 .fa-credit,
	.component-payment .payment-billing .header h3 .fa-credit,
	.component-payment .billing-information .header h3 .fa-credit,
	.car-payment-component .traveler-information .header h3 .fa-credit,
	.car-payment-component .payment-billing .header h3 .fa-credit,
	.car-payment-component .billing-information .header h3 .fa-credit {
		width: 14px;
		height: 18px;
		background-size: cover;
		margin-top: 0;
		margin-bottom: 15px
	}
}

.component-payment .traveler-information label,
.component-payment .payment-billing label,
.component-payment .billing-information label,
.car-payment-component .traveler-information label,
.car-payment-component .payment-billing label,
.car-payment-component .billing-information label {
	font-weight: 400;
	color: #333
}

.component-payment .traveler-information h1,
.component-payment .payment-billing h1,
.component-payment .billing-information h1,
.car-payment-component .traveler-information h1,
.car-payment-component .payment-billing h1,
.car-payment-component .billing-information h1 {
	font-size: 22px
}

.component-payment .traveler-information h2,
.component-payment .payment-billing h2,
.component-payment .billing-information h2,
.car-payment-component .traveler-information h2,
.car-payment-component .payment-billing h2,
.car-payment-component .billing-information h2 {
	font-size: 18px
}

@media(max-width:365px) {

	.component-payment .traveler-information h2,
	.component-payment .payment-billing h2,
	.component-payment .billing-information h2,
	.car-payment-component .traveler-information h2,
	.car-payment-component .payment-billing h2,
	.car-payment-component .billing-information h2 {
		font-size: 15px
	}
}

.component-payment .traveler-information .traveler-information-update [class*=col-lg],
.component-payment .payment-billing .traveler-information-update [class*=col-lg],
.component-payment .billing-information .traveler-information-update [class*=col-lg],
.car-payment-component .traveler-information .traveler-information-update [class*=col-lg],
.car-payment-component .payment-billing .traveler-information-update [class*=col-lg],
.car-payment-component .billing-information .traveler-information-update [class*=col-lg] {
	padding: 0 3px;
	margin-right: -1px
}

@media(min-width:1024px)and (max-width:1199px) {

	.component-payment .traveler-information .traveler-information-update [class*=col-lg],
	.component-payment .payment-billing .traveler-information-update [class*=col-lg],
	.component-payment .billing-information .traveler-information-update [class*=col-lg],
	.car-payment-component .traveler-information .traveler-information-update [class*=col-lg],
	.car-payment-component .payment-billing .traveler-information-update [class*=col-lg],
	.car-payment-component .billing-information .traveler-information-update [class*=col-lg] {
		padding: 0 15px;
		margin-right: auto
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.component-payment .traveler-information .traveler-information-update [class*=col-lg],
	.component-payment .payment-billing .traveler-information-update [class*=col-lg],
	.component-payment .billing-information .traveler-information-update [class*=col-lg],
	.car-payment-component .traveler-information .traveler-information-update [class*=col-lg],
	.car-payment-component .payment-billing .traveler-information-update [class*=col-lg],
	.car-payment-component .billing-information .traveler-information-update [class*=col-lg] {
		padding: 0 15px;
		margin-right: auto
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information .traveler-information-update [class*=col-lg],
	.component-payment .payment-billing .traveler-information-update [class*=col-lg],
	.component-payment .billing-information .traveler-information-update [class*=col-lg],
	.car-payment-component .traveler-information .traveler-information-update [class*=col-lg],
	.car-payment-component .payment-billing .traveler-information-update [class*=col-lg],
	.car-payment-component .billing-information .traveler-information-update [class*=col-lg] {
		padding: 0 15px;
		margin-right: auto
	}
}

.component-payment .traveler-information .traveler-information-update [class*=col-lg]:first-child,
.component-payment .payment-billing .traveler-information-update [class*=col-lg]:first-child,
.component-payment .billing-information .traveler-information-update [class*=col-lg]:first-child,
.car-payment-component .traveler-information .traveler-information-update [class*=col-lg]:first-child,
.car-payment-component .payment-billing .traveler-information-update [class*=col-lg]:first-child,
.car-payment-component .billing-information .traveler-information-update [class*=col-lg]:first-child {
	padding-left: 15px
}

.component-payment .traveler-information .traveler-information-update [class*=col-lg]:last-child,
.component-payment .payment-billing .traveler-information-update [class*=col-lg]:last-child,
.component-payment .billing-information .traveler-information-update [class*=col-lg]:last-child,
.car-payment-component .traveler-information .traveler-information-update [class*=col-lg]:last-child,
.car-payment-component .payment-billing .traveler-information-update [class*=col-lg]:last-child,
.car-payment-component .billing-information .traveler-information-update [class*=col-lg]:last-child {
	padding-right: 15px
}

.component-payment .form-control,
.car-payment-component .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 0
}

@media(max-width:1199px) {

	.component-payment .form-control,
	.car-payment-component .form-control {
		height: auto;
		padding: 8px 12px
	}
}

.component-payment select.form-control,
.car-payment-component select.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 0 5px 15px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 0
}

@media(max-width:1199px) {

	.component-payment select.form-control,
	.car-payment-component select.form-control {
		height: auto;
		padding: 8px 0 8px 10px
	}
}

.component-payment select.form-control:focus,
.car-payment-component select.form-control:focus {
	box-shadow: none;
	border-color: #333
}

.component-payment [class*=col-sm],
.car-payment-component [class*=col-sm] {
	margin: 0
}

.billing-information p a {
	color: #333;
	text-decoration: underline
}

.billing-information p a:hover {
	color: #3e85ce;
	text-decoration: none
}

.billing-information .accordion-toggle:before {
	font-size: 30px;
	color: #fff;
	content: "-";
	width: 23px;
	height: 23px;
	line-height: 18px;
	text-align: center;
	display: block;
	position: absolute;
	left: 15px;
	top: 7px;
	border: 1px solid #fff;
	border-radius: 100%
}

.billing-information .accordion-toggle.collapsed:before {
	font-size: 20px;
	color: #fff;
	content: "+";
	width: 23px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	display: block;
	position: absolute;
	left: 15px;
	top: 7px;
	border: 1px solid #fff;
	border-radius: 100%
}

.billing-information .fadable-bg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	z-index: 998;
	position: fixed;
	left: 0;
	top: 0;
	display: block
}

.billing-information .no_margin_protection .header {
	margin-bottom: 0
}

.billing-information .no_margin_protection .header h3 {
	padding-left: 30px
}

.cf-ss {
	position: relative;
	width: 90px;
	float: right
}

.cf-ss img {
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%
}

@media(max-width:1023px) {
	.cf-ss img {
		height: 130px
	}
}

.traveler-information h2,
.payment-billing h2,
.billing-information h2 {
	margin: 0 0 10px
}

.traveler-information h4,
.payment-billing h4,
.billing-information h4 {
	margin: 0 0 10px
}

.payment-billing p {
	margin-bottom: 0;
	font-size: 12px
}

.payment-billing b,
.payment-billing strong {
	font-weight: 600
}

.payment-billing sup {
	font-size: 63%
}

.payment-billing .send-coupon {
	margin-bottom: 10px;
	margin-top: 0
}

.payment-billing .send-coupon .send-coupon-txt {
	color: #999;
	font-weight: 400;
	margin-top: 2px;
	display: inline-block
}

.payment-billing .mart10 {
	margin-top: 10px
}

@media(max-width:1199px) {
	.payment-billing .mart10 {
		font-size: 11px
	}
}

.priceSummaryStickyfixed {
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 13
}

.component-price-summary {
	margin-bottom: 20px
}

.component-price-summary hr {
	margin-bottom: -5px;
	color: #005dba;
	border-top: 1px solid #005dba
}

.component-price-summary .price-summary-bg {
	background: #fff;
	padding: 0 10px
}

.component-price-summary .price-summary-bg .tab-label {
	background: 0 0;
	color: #1f1f1f;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: 600
}

@media(max-width:365px) {
	.component-price-summary .price-summary-bg .tab-label {
		font-size: 14px;
		padding: 8px 2px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-price-summary .price-summary-bg {
		border-right: 0;
		border-left: 0;
		border-top: 0
	}
}

.component-price-summary .price-summary-bg1 {
	margin-bottom: 10px;
	background: #fff;
	padding: 0 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.component-price-summary .price-summary-bg1 {
		border: 0;
		margin-bottom: 15px
	}
}

.component-price-summary .list-group {
	border-radius: 0;
	margin-bottom: 0
}

.component-price-summary .list-group-con {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.component-price-summary .list-group-item-pri {
	position: relative;
	display: block;
	padding: 10px 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee
}

.component-price-summary .list-group-item-pri .list-group-traveler {
	color: #333
}

@media(max-width:365px) {
	.component-price-summary .list-group-item-pri .list-group-traveler {
		font-size: 12px
	}
}

.component-price-summary .list-group-item-pri .list-group-traveler .fa-usd {
	font-size: 88%
}

.component-price-summary .list-group-item-pri .list-group-traveler .remove-btn {
	position: absolute;
	margin-left: 177px;
	margin-top: -3px;
	border: 1px solid #009df2;
	font-size: 11px;
	color: #009df2;
	padding: 5px;
	cursor: pointer;
	border-radius: 2px
}

.component-price-summary .list-group-item-pri .list-group-traveler .green-txt {
	color: #47b749;
	font-weight: 700
}

.component-price-summary .list-group-item-pri .list-group-traveler .add-now {
	color: #009df2;
	text-decoration: underline
}

.component-price-summary .list-group-item-pri .note {
	color: #6a6d72;
	font-size: 11px
}

.component-price-summary .list-group-item-pri .traveler-fees-toggle {
	width: 100%;
	color: #333
}

.component-price-summary .list-group-item-pri .traveler-fees-toggle .fa-angle-double-down {
	color: #005dba
}

.component-price-summary .list-group-item-pri .traveler-fees-slide {
	color: #757575;
	padding-left: 13px;
	line-height: 1.7em
}

.component-price-summary .list-group-total-bg {
	position: relative;
	display: block;
	padding: 9px 5px;
	margin-bottom: 0;
	color: #1f1f1f;
	border-bottom: 1px solid #ced0d4
}

.component-price-summary .list-group-total-bg .total {
	font-size: 18px;
	color: #1f1f1f
}

.component-price-summary .list-group-total-bg .total h4 {
	margin: 0
}

.component-price-summary .list-group-total-bg .you-pay {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px
}

@media(min-width:1024px)and (max-width:1199px) {
	.component-price-summary .list-group-total-bg .you-pay {
		font-size: 12px
	}
}

.component-price-summary .list-group-total-bg #publishedFare h4 {
	color: #1f1f1f;
	font-weight: 700;
	font-size: 14px
}

.component-price-summary .fa-check {
	color: #92be14
}

.component-price-summary .header {
	color: #333
}

.component-price-summary .header h3 {
	font-size: 14px;
	margin: 10px 0 9px auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #005dba
}

.component-price-summary .header-list {
	background: #dcdcdc;
	color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.component-price-summary .header-list h3 {
	font-size: 14px;
	margin: 0 auto
}

.component-price-summary .car_rental_policy {
	margin-top: 10px;
	background: #fff
}

.component-price-summary .car_rental_policy .list-group-item-pri {
	padding: 10px 15px
}

.component-price-summary .car_rental_policy .bg-blue {
	background: #005dba;
	color: #fff
}

.component-price-summary .car_rental_policy .bg-blue .fa {
	color: #fff;
	margin-top: 5px
}

.component-price-summary .car_rental_policy .rental-heading,
.component-price-summary .car_rental_policy .cancellation-heading,
.component-price-summary .car_rental_policy .policy-heading,
.component-price-summary .car_rental_policy .security-heading {
	cursor: pointer
}

.component-price-summary .car_rental_policy .rental-heading a,
.component-price-summary .car_rental_policy .cancellation-heading a,
.component-price-summary .car_rental_policy .policy-heading a,
.component-price-summary .car_rental_policy .security-heading a {
	text-decoration: none;
	color: #fff
}

.component-price-summary .car_rental_policy .rental-heading a:hover,
.component-price-summary .car_rental_policy .cancellation-heading a:hover,
.component-price-summary .car_rental_policy .policy-heading a:hover,
.component-price-summary .car_rental_policy .security-heading a:hover {
	text-decoration: none
}

.component-price-summary .car_rental_policy .rental-heading .fa,
.component-price-summary .car_rental_policy .cancellation-heading .fa,
.component-price-summary .car_rental_policy .policy-heading .fa,
.component-price-summary .car_rental_policy .security-heading .fa {
	float: right;
	cursor: pointer
}

.component-price-summary .car_rental_policy .fa-angle-double-up {
	display: none
}

.component-price-summary .car_rental_policy .cancellation,
.component-price-summary .car_rental_policy .policy,
.component-price-summary .car_rental_policy .security {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.3;
	text-align: justify;
	display: none
}

.component-price-summary .car_rental_policy .cancellation,
.component-price-summary .car_rental_policy .policy,
.component-price-summary .car_rental_policy .security {
	height: 80px;
	margin-right: -10px;
	padding-right: 5px;
	overflow-y: scroll
}

.policy-modal {
	width: 70%;
	position: fixed;
	top: 15px;
	bottom: 15px;
	left: 15%;
	padding: 15px;
	line-height: 1.3;
	text-align: justify;
	z-index: 15;
	background: #fff;
	overflow: hidden
}

@media(max-width:1199px) {
	.policy-modal {
		width: 93%;
		left: 2%;
		right: 2%;
		top: 5px
	}
}

.policy-modal .header {
	background: #fff;
	width: 100%;
	position: relative;
	top: 0;
	padding: 0 30px 0 0;
	font-size: 20px;
	text-align: right
}

@media(max-width:1199px) {
	.policy-modal .header {
		padding: 0 10px 0 0
	}
}

.policy-modal .content-box {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	top: 10px;
	padding-bottom: 20px
}

@media(max-width:1199px) {
	.policy-modal .content-box {
		height: 100%;
		top: 0
	}
}

.policy-modal h4 {
	font-size: 14px;
	font-weight: 600
}

.spnCardImg {
	margin-top: 5px
}

.spnCardImg span,
.spnCardImg a {
	width: 45px;
	height: 30px;
	display: inline-block;
	background: url(../../../assets/card-sprite.png) left top no-repeat
}

.spnCardImg span.marterCard,
.spnCardImg a.marterCard {
	background-position: -54px 0
}

.spnCardImg span.americanCard,
.spnCardImg a.americanCard {
	background-position: -112px 0
}

.spnCardImg span.dinersCard,
.spnCardImg a.dinersCard {
	background-position: -172px 0
}

.spnCardImg span.discoverCard,
.spnCardImg a.discoverCard {
	background-position: -230px 0
}

.spnCardImg span.pcarte,
.spnCardImg a.pcarte {
	background-position: -286px 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.spnCardImg {
		margin-top: 6px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.spnCardImg {
		margin-top: 6px
	}
}

.ccv-card {
	position: relative;
	cursor: pointer;
	text-decoration: underline
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.ccv-card {
		text-decoration: none;
		cursor: default;
		font-size: 11px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.ccv-card {
		text-decoration: none;
		cursor: default;
		font-size: 11px
	}
}

.ccv-card:hover {
	text-decoration: none
}

.ccv-card:hover .cardImg {
	background: url(../../../assets/card.gif) no-repeat;
	position: absolute;
	z-index: 12;
	height: 270px;
	width: 400px;
	right: 20%;
	top: 22px;
	background-size: 100%;
	z-index: 9999
}

@media(max-width:1199px) {
	.ccv-card:hover .cardImg {
		right: 0;
		width: 400px
	}
}

@media(max-width:1023px) {
	.ccv-card:hover .cardImg {
		right: 0;
		width: 300px
	}
}

@media(max-width:767px) {
	.ccv-card:hover .cardImg {
		right: 0;
		width: 320px
	}
}

.coupon-code #couponsCode {
	border: 1px solid #c7e2f1;
	border-radius: 2px;
	color: #333;
	font-size: 13px;
	line-height: 25px;
	margin-right: 3px;
	width: 115px;
	float: left;
	height: 33px
}

.coupon-code #agFees {
	border: 1px solid #c7e2f1;
	border-radius: 2px;
	color: #333;
	font-size: 13px;
	line-height: 25px;
	margin-right: 3px;
	width: 115px;
	float: left;
	height: 33px
}

.coupon-code .apply_btn {
	float: left
}

.coupon-code .apply_btn .coupon-btn {
	background: #00ab53;
	border: 0;
	border-radius: 2px;
	margin-top: 0;
	width: auto;
	font-size: 12px;
	padding: 8px 10px;
	color: #fff
}

.coupon-code .card_type {
	padding: 3px;
	float: left
}

.coupon-code .apply_btn button {
	border: 0;
	padding: 5px 7px;
	float: left;
	font-size: 12px;
	background: #005dba;
	color: #fff
}

.coupon-code .coupon-error {
	color: red;
	clear: both
}

.special_deal {
	border-radius: 10px;
	padding: 1px 0;
	display: inline-block;
	clear: both;
	color: #005dba;
	font-weight: 600
}

.card-border {
	box-shadow: 0 0 4px red
}

.sessionTimeOut {
	background: #fff;
	padding: 0 20px;
	display: inline-block;
	width: 350px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999 !important;
	border: 5px solid rgba(0, 0, 0, .5)
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.sessionTimeOut {
		bottom: 20px;
		width: 350px;
		right: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.sessionTimeOut {
		bottom: 100px;
		width: 95%;
		right: 10px
	}
}

.sessionTimeOut h2 {
	font-size: 20px
}

@media(max-width:365px) {
	.sessionTimeOut h2 {
		font-size: 17px
	}
}

.sessionAlertMsg h2 {
	font-size: 22px
}

.sessionTimeOut h3,
.sessionAlertMsg h3 {
	font-size: 13px
}

.sessionTimeOut p,
.sessionAlertMsg p {
	font-size: 12px
}

.sessionTimeOut button,
.sessionAlertMsg button {
	padding: 10px 30px;
	background: #005dba;
	color: #fff;
	border: 0;
	border-radius: 6px
}

.sessionTimeOut button:hover,
.sessionAlertMsg button:hover {
	background: #005dba
}

.sessionTimeOut mark,
.sessionAlertMsg mark {
	color: #005dba;
	background: 0 0
}

.sessionTimeOut .cancel {
	margin: 20px 0;
	font-size: 18px;
	position: relative;
	z-index: 11
}

@media(max-width:365px) {
	.sessionTimeOut .cancel {
		font-size: 13px
	}
}

.sessionAlertMsg {
	background: #fff6ee;
	padding: 0 20px;
	display: inline-block;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 10;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: -100px
}

.sessionAlertMsg .cancel {
	margin: 20px 0;
	font-size: 18px;
	position: relative;
	z-index: 11
}

.text_link {
	margin-bottom: 8px;
	color: #005dba
}

.text_link .fa-angle-double-down {
	color: #005dba
}

.text_link:hover,
.text_link:focus {
	color: #005dba
}

.coupon-text {
	margin-bottom: 8px;
	color: #6ccb60;
	display: block;
	text-decoration: none
}

.coupon-text:hover {
	color: #6ccb60;
	text-decoration: underline
}

.payment-lable {
	background: #005dba;
	color: #fff;
	font-size: 16px;
	padding: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.payment-lable {
		font-size: 13px;
		padding: 10px
	}
}

.payment-lable .fa-concierge {
	background: url(../../../assets/fa-concierge.png) no-repeat;
	height: 27px;
	width: 23px;
	display: block;
	float: left;
	margin-right: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.payment-lable .fa-concierge {
		width: 15px;
		height: 17px;
		background-size: cover;
		margin-top: 0
	}
}

.concierge-toll {
	color: #005dba
}

.concierge-toll a {
	color: #005dba
}

.concierge-program {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-top: 0
}

.tpp-price {
	line-height: 1.3em;
	margin-top: 7px;
	display: inline-block;
	color: #cdcdea
}

.tpp-price b {
	font-size: 20px;
	color: #fff
}

@media(max-width:767px) {
	.tpp-price b {
		font-size: 17px
	}
}

.protection-plan-block {
	min-height: 248px;
	padding: 0 200px 15px 20px
}

@media(max-width:1023px) {
	.protection-plan-block {
		background: #fff;
		min-height: auto;
		padding: 0 15px 0
	}
}

.protection-plan-block h4 {
	font-weight: 700;
	color: #005dba;
	margin-bottom: 10px;
	font-size: 16px
}

@media(min-width:1024px)and (max-width:1199px) {
	.protection-plan-block h4 {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.protection-plan-block h4 {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.protection-plan-block h4 {
		font-size: 12px;
		margin-bottom: 10px
	}
}

.protection-plan-block .new_tag {
	border: 1px solid #ffd900;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 30px;
	color: #333;
	margin-left: 5px;
	background: #ffd900
}

.protection-plan-block .fare-protection-plan {
	color: #005dba;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 0 15px;
	line-height: 2em
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.protection-plan-block .fare-protection-plan {
		font-size: 11px
	}
}

@media(max-width:767px) {
	.protection-plan-block .covid-note {
		font-size: 11px;
		padding: 6px
	}
}

.protection-plan-block .tpp-price {
	padding: 5px 0 10px 25px;
	font-size: 20px;
	font-weight: 700;
	color: #3ab54a
}

.protection-plan-block .tpp-price small {
	color: #333
}

@media(max-width:767px) {
	.protection-plan-block .tpp-price {
		font-size: 16px;
		padding: 10px 0
	}
}

.protection-plan-block .tpp-price small {
	font-size: 11px;
	font-weight: 400
}

.protection-plan-block .tpp-price p {
	font-size: 12px;
	font-weight: 400
}

.protection-plan-block .tpp-price.web-checkin-price {
	padding: 0
}

.protection-plan-block .tpp-head {
	font-size: 16px
}

@media(max-width:767px) {
	.protection-plan-block .tpp-head {
		font-size: 13px
	}
}

.protection-plan-block .tpp-check {
	clear: both
}

.protection-plan-block .tpp-check .checkk {
	position: relative;
	padding-left: 21px;
	line-height: 21px
}

.protection-plan-block .tpp-check .checkk:before {
	content: "";
	color: #57af7f;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 0;
	font-size: 15px
}

.protection-plan-block .tpp-check .checkk p {
	font-size: 12px
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .checkk p {
		font-size: 10px;
		line-height: initial
	}
}

.protection-plan-block .tpp-check .info-tooltip-icon {
	border: 1px solid #005dba;
	color: #005dba
}

.protection-plan-block .tpp-check .result-tooltip .show_policy {
	left: -130px;
	width: 300px;
	border-radius: 5px;
	padding: 10px;
	border: 0;
	font-size: 12px;
	box-shadow: 0 0 10px #666
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .result-tooltip .show_policy {
		width: 200px
	}
}

.protection-plan-block .tpp-check .result-tooltip .show_policy .arrow {
	left: 125px !important
}

.protection-plan-block .tpp-check .result-tooltip .show_policy .fa-caret-up {
	position: absolute;
	top: -19px;
	left: 129px;
	color: #fff;
	font-size: 30px
}

.protection-plan-block .tpp-check .result-tooltip .show_policy p {
	font-size: 12px
}

@media(max-width:767px) {
	.protection-plan-block .tpp-check .result-tooltip .show_policy p {
		font-size: 11px
	}
}

.protection-plan-block .tpp-check .result-tooltip .show_policy ul li {
	font-size: 12px;
	line-height: 1.5em
}

@media(max-width:767px) {
	.protection-plan-block .tpp-check .result-tooltip .show_policy ul li {
		font-size: 11px
	}
}

.protection-plan-block .tpp-check .pl2px .result-tooltip .show_policy {
	left: -265px
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .pl2px .result-tooltip .show_policy {
		left: -100px
	}
}

.protection-plan-block .tpp-check .pl2px .result-tooltip .show_policy .fa-caret-up {
	left: 264px
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .pl2px .result-tooltip .show_policy .fa-caret-up {
		left: 99px
	}
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .col-xs-6.pl2px {
		width: 100%;
		padding-left: 15px
	}
}

.protection-plan-block .tpp-check .col-xs-6.pr2px {
	padding-right: 15px
}

@media(max-width:767px) {
	.protection-plan-block .tpp-check .col-xs-6.pr2px {
		padding-right: 2px
	}
}

@media(max-width:365px) {
	.protection-plan-block .tpp-check .col-xs-6.pr2px {
		width: 100%;
		padding-right: 15px
	}
}

.protection-plan-block .tpp-check.web-checkin {
	margin-bottom: 20px
}

.protection-plan-block .tpp-check.web-checkin .tpp-head {
	font-size: 14px;
	line-height: 1.6em
}

.protection-plan-block .web-checkin-block .gray-txt {
	color: #8a8a8a
}

.protection-plan-block .web-checkin-block .learn-more a {
	color: #333;
	text-decoration: underline
}

.protection-plan-block .web-checkin-block .learn-more a:hover {
	text-decoration: none;
	color: #000
}

.protection-plan-block ul {
	margin-bottom: 20px;
	margin-left: 20px
}

.protection-plan-block ul li {
	line-height: 1.4;
	font-size: 13px;
	margin: 8px 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.protection-plan-block ul li {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.protection-plan-block ul li {
		line-height: 20px;
		font-size: 12px
	}
}

.protection-plan-block ul li .fa {
	color: #ff9c00;
	margin-right: 3px
}

.protection-plan-block ul li span {
	color: #ff9c00;
	font-weight: 700;
	text-transform: uppercase
}

.protection-plan-block ul li .info-tooltip-icon {
	color: #9f9f9f;
	border: 1px solid #9f9f9f
}

.protection-plan-block ul li:before {
	content: "";
	color: #4fb67a;
	font-family: fontawesome;
	margin: 0 5px 0 -20px
}

.protection-plan-block p a {
	color: #005dba;
	text-decoration: underline
}

.protection-plan-block p a:hover {
	color: #005dba;
	text-decoration: none
}

.protection-plan-block.hotel-protection-plan {
	background: url(../../../assets/hotel-images/hotel-protetion.gif) no-repeat right top
}

@media(max-width:1199px) {
	.protection-plan-block.hotel-protection-plan {
		background: #fff
	}
}

.travelers-concierge {
	background: #fff
}

@media(max-width:1199px) {
	.travelers-concierge {
		background: #fff;
		min-height: auto;
		padding: 8px 15px
	}
}

.travelers-concierge h4 {
	color: #005dba;
	margin-bottom: 25px;
	font-size: 15px
}

@media(max-width:767px) {
	.travelers-concierge h4 {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 5px;
		line-height: 1.5em
	}
}

.travelers-concierge .sub-head {
	font-size: 16px;
	margin-bottom: 10px;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-concierge .sub-head {
		font-size: 11px
	}
}

.travelers-concierge .fare {
	font-size: 22px;
	margin-bottom: 10px;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-concierge .fare {
		margin: 20px 0 10px
	}
}

.travelers-concierge ul {
	margin-bottom: 13px;
	margin-left: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-concierge ul {
		margin-bottom: auto
	}
}

.travelers-concierge ul li {
	line-height: 26px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travelers-concierge ul li {
		line-height: 20px;
		font-size: 12px
	}
}

.travelers-concierge ul li .fa {
	color: #ff9c00;
	margin-right: 1px
}

.travelers-concierge ul li span {
	color: #ff9c00;
	font-weight: 700;
	text-transform: uppercase
}

.travelers-concierge ul li .info-tooltip-icon {
	color: #9f9f9f;
	border: 1px solid #9f9f9f
}

.travelers-concierge ul li:before {
	content: "";
	color: #ff9c00;
	font-family: fontawesome;
	margin: 0 5px 0 -20px
}

.travelers-concierge p {
	margin-bottom: 0
}

.travelers-concierge p a {
	color: #005dba;
	text-decoration: underline
}

.travelers-concierge p a:hover {
	color: #005dba;
	text-decoration: none
}

@media(min-width:1024px)and (max-width:1199px) {
	.bill-info {
		padding: 15px 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.bill-info {
		padding: 15px 0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.bill-info {
		padding: 15px 0
	}
}

.bill-info .text-box,
.bill-info select.form-control {
	padding-left: 15px
}

.go-back {
	color: #005dba;
	font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	border: 1px solid #ccc;
	margin-left: -7px;
	border-radius: 5px
}

.go-back:hover {
	color: #000 !important
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.go-back {
		margin-bottom: 0;
		font-size: 12px;
		padding: 5px 12px;
		margin-left: -15px
	}
}

.fare-usd-note {
	padding: 0 10px;
	color: #666;
	font-size: 11px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.fare-usd-note {
		padding: 0 10px 10px
	}
}

.price_note {
	color: #666
}

@media(max-width:767px) {
	#booking .booking-block-content {
		padding: 0;
		margin: 0;
		overflow: hidden
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.go-back-content .container-fluid {
		padding: 0 6px
	}
}

.show-more a {
	color: #005dba
}

.tmpid,
.brbError,
.tcpid {
	display: none
}

.brb-link {
	color: #253dcf !important
}

.spacer {
	clear: both;
	padding: 3px 0
}

.mob-star {
	color: red;
	position: absolute;
	top: 18px !important;
	left: 24px;
	font-size: 15px
}

@media(max-width:1199px) {
	.mob-star2 {
		color: red;
		position: absolute;
		top: 15px !important;
		left: 10px
	}
}

@media(max-width:767px) {
	.mob-star2 {
		left: 20px
	}
}

.bill-info .pr0 {
	padding-right: 15px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.bill-info .pr0 {
		padding-right: 0
	}
}

.spacer-dotted {
	clear: both;
	padding: 3px 0;
	border-bottom: 1px dashed #ccc
}

.radio-class {
	border: 1px solid red !important
}

.has-error input {
	background: transparent url(../../../assets/invalid-form.png) no-repeat scroll 95% 7px !important
}

.valid input {
	background: transparent url(../../../assets/valid-form.png) no-repeat scroll 95% 7px !important
}

#booking input.has-error {
	background: transparent url(../../../assets/invalid-form.png) no-repeat scroll 95% 7px !important
}

#booking input.valid {
	background: transparent url(../../../assets/valid-form.png) no-repeat scroll 95% 7px !important
}

.card-border {
	border: 1px solid #f36822
}

#price_block {
	transition: all .5s ease 0s;
	z-index: 2;
	width: 23.5%;
	position: fixed;
	right: 15px;
	font-size: 13px;
	top: 118px;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px
}

@media(max-width:1199px) {
	#price_block {
		width: 100%;
		border-radius: 5px
	}
}

#price_block.sticky {
	position: fixed;
	right: 15px
}

@media(max-width:1199px) {
	#price_block.sticky {
		position: static
	}
}

@media(max-width:1199px) {
	#price_block {
		position: static
	}
}

.w650 {
	width: 650px
}

@media(min-width:1024px)and (max-width:1199px) {
	.w650 {
		width: 100%
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.w650 {
		width: 100%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.w650 {
		width: 100%
	}
}

.close_window {
	background: #005dba !important;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	border: 0;
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	color: #fff
}

.close_window .close_btn {
	width: 50px;
	float: right;
	opacity: 1;
	background: 0 0;
	border: none;
	border-left: 1px solid #fff
}

.close_window .back_btn {
	width: 50px;
	margin-right: 15px;
	font-size: 18px;
	float: left;
	opacity: 1;
	background: 0 0;
	border: none;
	border-right: 1px solid #fff
}

.airline-block {
	font-size: 11px;
	color: #a4a4a4
}

.airline-block img {
	width: 30px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	border-radius: 8px
}

.airline-block .air-name {
	font-size: 11px;
	color: #616161
}

.airline-block .sel-class {
	color: #626262;
	display: inline-block;
	text-align: right;
	margin-right: 4px
}

@media(max-width:479px) {
	.airline-block .sel-class {
		padding-right: 15px;
		margin: 0
	}
}

.airline-block .flexi-content {
	font-size: 11px;
	color: #005dba
}

.airline-block .mb15px {
	margin-bottom: 15px
}

.airline-block .stop-errow2 {
	padding: 0 0 11px;
	position: relative
}

.airline-block .stop-errow2 .fa {
	position: absolute;
	bottom: -6px;
	color: #ccc;
	right: 0
}

.airline-block .stop-errow2 sup {
	font-size: 10px
}

@media(max-width:767px) {
	.airline-block .stop-errow2 sup {
		font-size: 8px
	}
}

.airline-block .air-port {
	font-weight: 700;
	color: #787878
}

.airline-block .air-port.n-f-highlight {
	background: #3ab54a;
	padding: 1px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 3px
}

@media(max-width:767px) {
	.airline-block .air-port.n-f-highlight {
		padding: 1px 2px;
		font-size: 10px
	}
}

.airline-block .spacer-dotted {
	margin: 10px 0;
	padding: 0
}

.airline-block .date2 strong {
	color: #787878;
	font-weight: 400
}

.airline-block .air-logos img {
	float: left;
	margin-right: 7px;
	height: 27px
}

@media(max-width:767px) {
	.airline-block .air-logos img {
		height: auto
	}
}

.airline-block .operated-mob {
	font-size: 10px
}

.mob-layover {
	padding: 5px 20px;
	margin: 0 -15px;
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #dbdbdb
}

.mob-layover b {
	color: #666
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-layover b {
		display: block
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-layover span {
		text-align: center;
		display: block
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.mob-layover {
		margin: -12px -15px 0;
		padding: 5px 10px;
		font-size: 10px
	}
}

.leg-lable span {
	color: #666
}

.leg-lable h3 {
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.leg-lable h3 {
		color: #005dba;
		font-size: 14px !important;
		margin: 10px 0 !important
	}
}

.component-payment,
.car-payment-component {
	background: #eee
}

@media(max-width:767px) {

	.component-payment,
	.car-payment-component {
		padding: 0
	}
}

.component-payment .traveler-information,
.component-payment .billing-information,
.component-payment .payment-billing,
.component-payment .concierge-program,
.car-payment-component .traveler-information,
.car-payment-component .billing-information,
.car-payment-component .payment-billing,
.car-payment-component .concierge-program {
	background: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.component-payment .traveler-information,
	.component-payment .billing-information,
	.component-payment .payment-billing,
	.component-payment .concierge-program,
	.car-payment-component .traveler-information,
	.car-payment-component .billing-information,
	.car-payment-component .payment-billing,
	.car-payment-component .concierge-program {
		border: 0 !important
	}
}

.tsa-section {
	margin-bottom: 10px;
	margin-left: 80px;
	clear: both
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-section {
		margin-left: 0
	}
}

.more-option {
	color: #005dba;
	font-size: 12px;
	cursor: pointer
}

.tsa-bg {
	width: 100%;
	position: relative;
	margin: 10px 0;
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-bg {
		background: #fff;
		width: 100%;
		padding: 15px;
		position: fixed;
		margin: 0;
		top: 0;
		height: 100vh;
		z-index: 9999999;
		left: 0;
		overflow: auto
	}
}

.tsa-bg h5 {
	font-size: 20px;
	color: #707070;
	margin-bottom: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-bg h5 {
		font-size: 16px
	}
}

.tsa-bg .tsa-form {
	background: #fff
}

.tsa-section1 {
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 100%;
	float: left
}

.tsa-section2 {
	width: 100%;
	float: left
}

.tsa-filed2 {
	width: 50%;
	float: left;
	padding-right: 5px;
	position: relative
}

.tsa-filed2 .heading {
	color: #7b7b7b;
	padding-bottom: 10px
}

.tsa-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #005dba;
	font-size: 20px;
	line-height: 25px;
	cursor: pointer;
	display: none
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-close {
		display: block;
		top: 10px;
		right: 5px
	}
}

.tsa-button {
	display: none;
	font-size: 16px;
	text-transform: uppercase
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-button {
		display: block;
		margin: 0
	}
}

.tsa-information {
	margin-left: 15px;
	position: relative;
	vertical-align: middle;
	display: inline-block
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.tsa-information {
		display: none
	}
}

.tsa-information a {
	padding: 0 0 15px 20px;
	text-decoration: underline;
	position: relative
}

.tsa-information .fa-info {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #999;
	color: #999;
	border-radius: 100%;
	font-size: 11px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	width: 15px
}

.tsa-information .tsa_detail {
	display: none;
	background: #fff;
	font-size: 12px;
	padding: 14px;
	position: absolute;
	left: -18px;
	top: 26px;
	width: 326px;
	border: 1px solid #94afc6;
	z-index: 4
}

.tsa_detail .arrow {
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	left: 15px;
	top: -11px;
	background: url(/resources/assets/fare_rule_arrow.png) no-repeat
}

.tsa-information:hover .tsa_detail {
	display: block
}

.tsa-information a:hover {
	text-decoration: none
}

.exit-block {
	background: #fff;
	padding: 0 15px 15px;
	border-radius: 10px;
	position: fixed;
	z-index: 999;
	width: 450px;
	height: 450px;
	box-shadow: 0 0 0 20000px rgba(0, 0, 0, .5);
	left: 50%;
	margin-left: -225px;
	top: 50%;
	margin-top: -225px;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block {
		padding: 20px 10px;
		border-radius: 5px;
		width: 100%;
		height: auto;
		left: 0;
		margin-left: 0;
		top: 0;
		margin-top: 0
	}
}

.exit-block img {
	width: 350px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block img {
		width: 100%
	}
}

.exit-block h1 {
	font-size: 26px;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block h1 {
		font-size: 26px
	}
}

.exit-block .exit-txt {
	font-size: 16px;
	color: #626262;
	font-weight: 100;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block .exit-txt {
		font-size: 16px
	}
}

.exit-block h2 {
	color: #005dba;
	font-size: 20px
}

@media(max-width:767px) {
	.exit-block h2 {
		font-size: 18px
	}
}

@media(max-width:365px) {
	.exit-block h2 {
		font-size: 15px
	}
}

.exit-block h2.green {
	color: #028c56;
	margin-top: 10px;
	font-size: 18px
}

.exit-block h2.green .fa {
	font-size: 16px;
	vertical-align: middle;
	border: 2px solid;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center
}

.exit-block h2 span {
	color: #005dba;
	font-weight: 700
}

.exit-block .massege {
	color: #005dba;
	font-size: 16px;
	margin-bottom: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block .massege {
		font-size: 15px;
		margin-bottom: 30px
	}
}

.exit-block button {
	width: 150px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	background: #005dba;
	color: #fff;
	border: 0;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	height: auto
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.exit-block button {
		position: static;
		width: 120px;
		font-size: 12px
	}
}

.exit-block button:hover {
	background: #005dba
}

.exit-block button.no-thanks {
	background: #ccc;
	margin-left: 20px;
	font-size: 13px;
	position: static;
	color: #333;
	top: 0;
	right: 0
}

.exit-block button.no-thanks:hover {
	background: #005dba;
	color: #fff
}

.secure_payment {
	list-style: none
}

.secure_payment li {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 7px;
	font-size: 13px;
	color: #1f1f1f;
	float: left;
	position: relative;
	font-weight: 600;
	line-height: 16px;
	font-family: montserrat, sans-serif
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.secure_payment li {
		font-size: 12px;
		line-height: 16px;
		padding-right: 10px
	}
}

.secure_payment li:before {
	width: 32px;
	height: 23px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: url(/resources/assets/new-payment/secure_payment.svg) no-repeat;
	background-size: 100%
}

.secure_payment li.secure:before {
	top: 6px;
	left: -8px
}

.secure_payment li.easy_booking:before {
	width: 22px;
	height: 25px;
	background: url(/resources/assets/new-payment/easy_booking.svg) no-repeat;
	background-size: 100%
}

.secure_payment li.certified:before {
	width: 20px;
	height: 26px;
	background: url(/resources/assets/new-payment/certified_travel_portal.svg) no-repeat;
	background-size: 100%
}

.secure_payment li.quality:before {
	width: 19px;
	height: 28px;
	background: url(/resources/assets/new-payment/quality_service.svg) no-repeat;
	background-size: 100%
}

.secure_payment li.happy {
	padding-right: 0
}

.secure_payment li.happy:before {
	width: 21px;
	height: 25px;
	background: url(/resources/assets/new-payment/happy_customer.svg) no-repeat;
	background-size: 100%
}

.payment-check {
	position: relative;
	overflow: hidden
}

@media(max-width:767px) {
	.payment-check {
		margin-top: 10px
	}

	.payment-check label {
		position: absolute;
		left: 0;
		top: 4px
	}

	.payment-check .text {
		float: left;
		margin-left: 22px
	}
}

.pluse-sign-country {
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 20px;
	z-index: 1;
	color: #99999c;
	height: 28px;
	background: #ececec;
	padding: 0 5px
}

@media(max-width:1023px) {
	.pluse-sign-country {
		height: 33px
	}
}

.countrycode .form-control {
	padding-left: 31px
}

.countrycode .mob-star {
	left: 25px
}

.help-block .error,
.form-group .error {
	border: none
}

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

a.hide-btn3 {
	width: 65px;
	text-align: center
}

input.cc-number.visa,
input.cc-number1.visa {
	background: url(../../../assets/mobile/visa.png) 99% center no-repeat !important
}

input.cc-number.amex,
input.cc-number1.amex {
	background: url(../../../assets/mobile/amex.png) 99% center no-repeat !important
}

input.cc-number.dinersclub,
input.cc-number1.dinersclub {
	background: url(../../../assets/mobile/diners.png) 99% center no-repeat !important
}

input.cc-number.discover,
input.cc-number1.discover {
	background: url(../../../assets/mobile/discover.png) 99% center no-repeat !important
}

input.cc-number.mastercard,
input.cc-number1.mastercard {
	background: url(../../../assets/mobile/master.png) 99% center no-repeat !important
}

.payment-tab {
	border-bottom: 1px solid #005dba;
	overflow: hidden;
	margin-bottom: 20px
}

@media(max-width:767px) {
	.payment-tab {
		cursor: default;
		border: 0
	}
}

.payment-tab li {
	float: left;
	padding: 10px 23px;
	cursor: pointer;
	background: #d8d8d8;
	font-size: 15px;
	color: #333;
	line-height: 27px;
	font-weight: 700;
	margin-right: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.payment-tab li.active {
	background: #005dba;
	color: #fff
}

@media(max-width:767px) {
	.payment-tab li.active {
		background: 0 0;
		color: #333
	}
}

@media(max-width:767px) {
	.payment-tab li {
		margin: 10px 0;
		cursor: default;
		font-size: 15px;
		color: #333;
		line-height: 27px;
		font-weight: 700;
		padding: 0;
		background: 0 0;
		width: 100%;
		border-radius: 0
	}

	.payment-tab li label {
		font-weight: 700 !important;
		font-size: 14px;
		display: block
	}
}

@media(max-width:767px)and (max-width:365px) {
	.payment-tab li label {
		font-size: 12px
	}
}

@media(max-width:767px) {
	.payment-tab li .affirm_icon {
		float: right;
		width: 82px;
		margin-top: -6px
	}
}

@media(max-width:767px) {
	.payment-tab li .card_icon {
		float: right
	}
}

.payment-tab .affirmLogo {
	width: 78px;
	height: 26px;
	display: block;
	float: left;
	background: url(/resources/assets/black_logo-affirm.png) left top no-repeat;
	background-size: 100%
}

.payment-tab li.active .affirmLogo {
	width: 78px;
	height: 26px;
	display: block;
	float: left;
	background: url(/resources/assets/white_logo-affirm.png) left top no-repeat;
	background-size: 100%
}

.affirm_text {
	padding-bottom: 30px
}

@media(max-width:767px) {
	.affirm_text {
		padding-bottom: 10px
	}
}

.affirm_text p.text {
	padding: 10px 0;
	font-size: 15px;
	font-weight: 700
}

@media(max-width:365px) {
	.affirm_text p.text {
		text-align: center
	}
}

.affirm-logo {
	width: 145px;
	margin-top: 29px
}

@media(max-width:479px) {
	.affirm-logo {
		margin: 0 0 10px
	}
}

.affirm-modal-trigger {
	color: #0fa0ea !important;
	cursor: pointer !important;
	text-decoration: underline !important
}

.payment-billing .affirm-modal-trigger {
	color: #fff !important;
	background: #005dba !important;
	padding: 10px 25px 10px 15px !important;
	margin-left: 10px !important;
	display: inline-block !important;
	text-decoration: none !important;
	position: relative
}

@media(max-width:365px) {
	.payment-billing .affirm-modal-trigger {
		padding: 5px 25px 5px 10px !important;
		margin-left: 0 !important;
		font-size: 12px !important
	}
}

.payment-billing .affirm-modal-trigger:after {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: 10px
}

.top_border {
	border-top: 1px solid #ccc
}

.effirm_detail_title {
	color: #333;
	padding: 0 0 8px;
	display: block;
	font-size: 16px
}

.n-f-highlight {
	background: #3ab54a;
	padding: 1px 5px;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	display: inline-block
}

.travel-advisory {
	background: #fae4da;
	color: #1b1b1b;
	border: 1px solid #de642e;
	padding: 10px;
	border-radius: 1px;
	margin: 15px 0;
	clear: both
}

.travel-advisory .t-head {
	font-size: 16px;
	font-weight: 700;
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travel-advisory .t-head {
		font-size: 13px;
		font-weight: 400
	}
}

.travel-advisory .t-head .fa {
	padding-right: 17px;
	font-size: 18px;
	vertical-align: middle
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travel-advisory .t-head .fa {
		font-size: 16px;
		padding-right: 5px
	}
}

.travel-advisory .t-head .fa.downarrow {
	font-size: 20px;
	float: right
}

.travel-advisory p {
	padding-left: 42px;
	margin: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.travel-advisory p {
		padding-left: 0;
		margin: 5px;
		font-size: 12px;
		text-align: justify
	}
}

.travel-advisory p a {
	color: #7f5f01;
	text-decoration: underline
}

.travel-advisory p a:hover {
	text-decoration: none
}

.title_mobile {
	font-size: 12px;
	white-space: nowrap;
	display: inline-block
}

@media(max-width:365px) {
	.title_mobile {
		font-size: 11px
	}
}

.title_mobile .meta-devide {
	display: none
}

@media(max-width:365px) {
	.title_mobile .meta-devide {
		display: block
	}
}

.close_mobile_tooltip {
	float: right;
	font-size: 11px;
	color: #005dba !important;
	cursor: pointer !important
}

@media(max-width:767px) {
	.mobile-payment {
		font-family: Arial
	}

	.mobile-payment .toll-free-mobile {
		display: none !important
	}

	.mobile-payment .loginBar {
		display: none
	}

	.mobile-payment .save-txt {
		display: none
	}

	.mobile-payment .component-flight-listing .risk-free {
		font-size: 13px;
		position: absolute;
		right: 16px;
		z-index: 1
	}

	.mobile-payment .component-flight-listing .risk-free .result-tooltip .info-tooltip-icon {
		border-color: #333;
		color: #999;
		background: #fff
	}

	.mobile-payment .component-flight-listing .risk-free .result-tooltip .show_policy {
		right: -6px;
		left: inherit
	}

	.mobile-payment .component-flight-listing .risk-free .result-tooltip .show_policy .arrow {
		right: 1px;
		left: initial !important
	}

	.mobile-payment .mob-r2px {
		padding-right: 2px
	}

	.mobile-payment .mob-l2px {
		padding-left: 2px
	}

	.mobile-payment .mob-l2px .mob-star {
		left: 8px
	}

	.mobile-payment .payment-tab {
		margin-bottom: 0
	}

	.mobile-payment .info-tooltip-icon {
		border-color: #c1c1c1;
		color: #999
	}
}

.safe-secure-billing {
	background: #eff8e7;
	color: #555655;
	padding: 10px 10px 10px 50px;
	position: relative;
	border: 1px solid #e3f0d9;
	margin-bottom: 10px
}

@media(max-width:365px) {
	.safe-secure-billing {
		font-size: 11px
	}
}

.safe-secure-billing .lock-icon {
	color: #62b71a;
	font-size: 18px;
	position: absolute;
	left: 13px;
	top: 5px
}

@media(max-width:767px) {
	.safe-secure-billing .lock-icon {
		top: 10px
	}
}

.safe-secure-billing .head {
	font-weight: 700
}

@media(max-width:767px) {
	.safe-secure-billing .head {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 400
	}
}

.mobile_backbtn {
	width: 43px;
	margin-right: 15px;
	font-size: 24px;
	float: left;
	opacity: 1;
	border: none;
	border-right: 1px solid #e2e2e2;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-left: -8px
}

.call_icon_mobile {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #3ab54a;
	color: #fff;
	display: block;
	float: right;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
	cursor: pointer
}

.call_icon_mobile:focus {
	background: #3ab54a
}

@media(max-width:767px) {
	.payment_header_mobile {
		height: 47px
	}
}

@media(max-width:767px) {
	.payment_header_mobile .navigation_block {
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%
	}
}

.ttp-price {
	position: relative;
	padding: 10px 0
}

.ttp-price .price-add {
	position: absolute;
	top: -8px;
	right: 25px;
	display: inline-block
}

@media(max-width:1023px) {
	.ttp-price .price-add {
		top: 11px;
		right: 0;
		width: 80px
	}
}

@media(max-width:365px) {
	.ttp-price .price-add {
		top: 11px;
		right: 0;
		width: 73px
	}
}

.ttp-price .price-add .price {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2
}

@media(max-width:1023px) {
	.ttp-price .price-add .price {
		font-size: 26px
	}
}

@media(max-width:767px) {
	.ttp-price .price-add .price {
		font-size: 30px
	}
}

.ttp-price .price-add .price sup {
	font-size: 30px;
	top: -9px
}

@media(max-width:1023px) {
	.ttp-price .price-add .price sup {
		font-size: 12px;
		top: -7px
	}
}

.ttp-price .price-add small {
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	display: inline-block;
	margin-left: 15px
}

@media(max-width:1023px) {
	.ttp-price .price-add small {
		font-size: 10px;
		margin-left: 5px
	}
}

.dni-tooltip {
	margin-top: 6px
}

.dni-tooltip sup {
	font-size: revert !important
}

.dni-tooltip .show_policy .arrow {
	left: 168px
}

.new_payment_title {
	padding: 13px 0 12px;
	margin: 0 !important;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.new_payment_title {
		font-size: 16px
	}
}

@media(max-width:365px) {
	.new_payment_title {
		font-size: 15px
	}
}

.new_payment_title .icons {
	width: 32px;
	margin-right: 6px
}

@media(max-width:767px) {
	.new_payment_title .icons {
		width: 26px
	}
}

.new_payment_title .icons.w-26 {
	width: 26px
}

@media(max-width:767px) {
	.new_payment_title .icons.w-26 {
		width: 20px
	}
}

.new_payment_title .icons.icon_flights {
	width: 45px
}

@media(max-width:767px) {
	.new_payment_title .icons.icon_flights {
		width: 35px
	}
}

.new_payment_title.tab-label {
	background: 0 0;
	color: inherit
}

.new_payment_title.pd0 {
	padding: 0
}

.new_payment_title.pd-lr {
	padding-left: 15px;
	padding-right: 15px
}

.dotted-bdrs {
	padding-bottom: 11px
}

.alert-important {
	border: 1px solid #6fb1f3;
	border-radius: 5px;
	margin-top: 0;
	font-size: 11px
}

.alert-important strong {
	color: #005dba
}

.remove-mcp.inputSet4 label input[type=radio]+span::after,
.remove-mcp.selected-program.inputSet4 label input[type=radio]+span::after {
	border: 2px solid #4d4d77
}

.remove-mcp.inputSet4 label input[type=radio]:checked+span::before,
.remove-mcp.selected-program.inputSet4 label input[type=radio]:checked+span::before {
	background: #4d4d77
}

.add-mcp.selected-program label {
	color: #fff
}

.ff-inputBox {
	padding-left: 50px !important
}

.ff-input {
	position: relative
}

.ff-logo {
	width: 35px;
	position: absolute;
	left: 7px;
	top: 0;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px
}

.ffsmall_text {
	margin-left: 25px
}

@media(max-width:767px) {
	.ffsmall_text {
		margin: 0;
		display: block
	}
}

.fareladder-tooltip .fa-info {
	font-size: 10px;
	color: #005dba;
	vertical-align: middle;
	border: 1px solid #005dba;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 17px
}

.fareladder-tooltip .show_policy {
	padding: 10px;
	left: -137px;
	top: 30px;
	width: 300px
}

.fareladder-tooltip .show_policy .arrow {
	left: 135px !important
}

.fareladder-tooltip .show_policy p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	color: #555
}

.fareladder-tooltip .show_policy p a {
	color: blue;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer
}

.other-payment-blo {
	background: #005dba;
	color: #fff !important;
	margin: 0 -10px
}

.other-payment-blo .fa {
	color: #fff
}

#ui-id-6.ui-menu .ui-menu-item a,
#ui-id-5.ui-menu .ui-menu-item a {
	padding: 8px 15px 8px 45px !important
}

.modal-bg {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	opacity: .5
}

.book_with_confidence {
	background: #fff;
	padding: 12px 16px;
	margin-bottom: 15px;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px;
	position: relative
}

.book_with_confidence h4 {
	margin: 0 0 5px;
	font-weight: 700
}

.book_with_confidence .items {
	padding: 0 8px;
	width: 255px;
	line-height: 20px
}

.book_with_confidence .items .image {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px
}

.book_with_confidence .items h5 {
	font-weight: 700;
	font-size: 13px
}

.book_with_confidence .items p a {
	color: #5c85c7
}

.book_with_confidence .items p a:hover {
	color: #fd565c
}

.book_with_confidence .slick-prev,
.book_with_confidence .slick-next {
	top: 40%;
	width: 35px;
	height: 35px;
	background: #fff !important;
	border-radius: 100%;
	border: 1px solid #ccc
}

.book_with_confidence .slick-prev:hover,
.book_with_confidence .slick-next:hover,
.book_with_confidence .slick-prev:focus,
.book_with_confidence .slick-next:focus {
	background: #fff
}

.book_with_confidence .slick-prev {
	left: -14px
}

.book_with_confidence .slick-next {
	right: -14px;
	left: inherit
}

.book_with_confidence .slick-prev:before,
.book_with_confidence .slick-next:before {
	color: #333
}

.book_with_confidence .slick-list.draggable {
	margin: 0 -4px 0 -12px
}

.book_with_confidence .airline_logo_bw {
	width: 32px
}

.view_link {
	position: absolute;
	right: 25px;
	top: 19px;
	color: #4f8ffc;
	font-size: 14px;
	font-weight: 500;
	padding-right: 20px
}

.view_link:focus,
.view_link:hover {
	color: #4f8ffc
}

.view_link:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	font-size: 19px;
	top: -3px
}

.view_link.change:before {
	content: ""
}

.hide_maindiv {
	height: 1px;
	overflow: hidden
}

.hide_maindiv.expend {
	height: auto;
	overflow: inherit
}

.concierge-program .payment-lable span {
	color: #ff9c00
}

@media(max-width:1023px) {
	.concierge-program .payment-lable span {
		font-size: 11px
	}
}

@media(max-width:767px) {
	.concierge-program .payment-lable span {
		display: none
	}
}

.concierge-program .travelers-concierge {
	padding: 0 0 0 15px
}

@media(max-width:767px) {
	.concierge-program .travelers-concierge {
		padding: 0 0 0 7px
	}
}

.concierge-program .travelers-concierge p {
	margin: 10px 0
}

@media(max-width:767px) {
	.concierge-program .travelers-concierge .learn-more-content-overflow {
		overflow: auto
	}
}

.concierge-program .travelers-concierge .learn-more-content {
	padding-right: 15px
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs {
	margin-left: 0
}

@media(max-width:767px) {
	.concierge-program .travelers-concierge .learn-more-content .nav-tabs {
		width: 470px
	}
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li {
	margin-right: 20px
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li:before {
	content: none
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li:hover {
	background-color: none
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li a {
	background: 0 0 !important;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li a:hover,
.concierge-program .travelers-concierge .learn-more-content .nav-tabs li a:active {
	background-color: none;
	border: 0
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li.active {
	border-bottom: 2px solid #005dba
}

.concierge-program .travelers-concierge .learn-more-content .nav-tabs li.active a {
	font-weight: 700;
	color: #005dba
}

.concierge-program .travelers-concierge .learn-more-content .tab-content .tab-pane {
	background: #fff;
	padding: 10px 5px !important
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan {
		overflow: inherit;
		padding-top: 20px
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan {
		padding-right: 10px
	}
}

.concierge-program .upgrade-plan .first-colum {
	width: 40%
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan .first-colum {
		width: auto
	}
}

.concierge-program .upgrade-plan table {
	margin-bottom: 0
}

.concierge-program .upgrade-plan table.bdr0 {
	border: 0
}

.concierge-program .upgrade-plan table.pad0 {
	padding: 0
}

.concierge-program .upgrade-plan table .bdr-pad0 {
	border: 0 !important;
	padding: 0 !important
}

.concierge-program .upgrade-plan table .bdr-pad0 p {
	font-size: 13px;
	margin: 10px 0
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table .bdr-pad0 p {
		font-size: 10px
	}
}

.concierge-program .upgrade-plan table tr th {
	font-size: 15px;
	color: #49575c;
	text-align: center;
	border-bottom: 0;
	position: relative;
	vertical-align: bottom;
	width: 20%;
	display: table-cell
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan table tr th {
		padding: 0
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr th {
		font-size: 12px
	}
}

.concierge-program .upgrade-plan table tr th .plain-txt {
	font-size: 14px;
	font-weight: 400
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr th .plain-txt {
		font-size: 10px
	}
}

.concierge-program .upgrade-plan table tr th.active-bg {
	border-top: 1px solid #ddd;
	background: #f0f0ff;
	position: relative;
	padding: 25px 10px 9px;
	vertical-align: bottom
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr th.active-bg {
		padding: 20px 0 5px
	}
}

.concierge-program .upgrade-plan table tr th.active-bg .popular {
	position: absolute;
	left: -5px;
	top: -20px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr th.active-bg .popular {
		width: 80px
	}
}

.concierge-program .upgrade-plan table tr th.active-bg .inputSet {
	margin: 0
}

.concierge-program .upgrade-plan table tr th.active-bg .inputSet label {
	padding-left: 20px
}

.concierge-program .upgrade-plan table tr th.active-bg .inputSet label input[type=radio]:checked+span::before {
	background: #005dba
}

.concierge-program .upgrade-plan table tr th.active-bg .inputSet label input[type=radio]:checked+span::after {
	border: 2px solid #005dba
}

.concierge-program .upgrade-plan table tr th.text-left {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #ccc
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr th.text-left {
		padding: 5px 6px
	}
}

@media(max-width:365px) {
	.concierge-program .upgrade-plan table tr th.text-left {
		padding: 5px
	}
}

.concierge-program .upgrade-plan table tr th .recommended {
	color: #fff;
	background: #82c882;
	outline: 2px solid #82c882;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: -26px;
	padding: 3px 10px;
	width: 100%
}

.concierge-program .upgrade-plan table tr th.top-blue {
	border-bottom: 0
}

.concierge-program .upgrade-plan table tr .tcp__price {
	color: #4fb67a;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr .tcp__price {
		font-size: 14px
	}
}

.concierge-program .upgrade-plan table tr .tcp__price small {
	color: #696363;
	font-size: 12px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr .tcp__price small {
		display: block;
		font-size: 10px
	}
}

.concierge-program .upgrade-plan table tr td {
	font-size: 14px;
	color: #4d4d4d;
	width: 225px;
	text-align: center;
	padding: 7px 10px;
	vertical-align: middle
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan table tr td {
		font-size: 13px;
		padding: 5px 10px
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td {
		font-size: 12px;
		padding: 3px 6px
	}
}

@media(max-width:365px) {
	.concierge-program .upgrade-plan table tr td {
		font-size: 11px;
		padding: 3px 5px
	}
}

.concierge-program .upgrade-plan table tr td.text-left {
	text-align: left;
	width: 500px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td.text-left {
		width: 30%
	}
}

.concierge-program .upgrade-plan table tr td img {
	margin-right: 7px;
	vertical-align: middle;
	width: 12px
}

.concierge-program .upgrade-plan table tr td.left-heading {
	font-size: 15px
}

.concierge-program .upgrade-plan table tr td.left-heading span {
	font-size: 12px;
	display: block
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td.left-heading {
		font-size: 14px
	}
}

.concierge-program .upgrade-plan table tr td.left-heading .result-tooltip .show_policy {
	left: -35px;
	width: 300px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td.left-heading .result-tooltip .show_policy {
		width: 250px
	}
}

@media(max-width:365px) {
	.concierge-program .upgrade-plan table tr td.left-heading .result-tooltip .show_policy {
		width: 170px;
		left: -5px
	}
}

.concierge-program .upgrade-plan table tr td.left-heading .result-tooltip .show_policy p {
	margin-bottom: 10px;
	font-size: 12px
}

.concierge-program .upgrade-plan table tr td.left-heading .result-tooltip .show_policy ul li {
	line-height: 1.5em;
	font-size: 12px
}

.concierge-program .upgrade-plan table tr td.left-heading .show_policy .arrow {
	left: 27px !important
}

@media(max-width:365px) {
	.concierge-program .upgrade-plan table tr td.left-heading .show_policy .arrow {
		left: 0 !important
	}
}

.concierge-program .upgrade-plan table tr td.left-heading .title_mobile {
	font-size: 14px;
	font-weight: 700;
	white-space: inherit;
	display: block;
	margin-bottom: 3px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td.left-heading .title_mobile {
		font-size: 11px
	}
}

.concierge-program .upgrade-plan table tr td.left-heading .title_mobile .show_policy {
	font-weight: 400
}

.concierge-program .upgrade-plan table tr td.left-heading .title_mobile .info-tooltip-icon {
	color: #787878;
	border-color: #787878
}

.concierge-program .upgrade-plan table tr td.left-heading p {
	font-size: 11px;
	color: #616161;
	margin: 0
}

.concierge-program .upgrade-plan table tr td a.selected-btn {
	background: #fff;
	padding: 7px 10px;
	color: #005dba;
	border: 1px solid #005dba;
	font-size: 15px;
	font-weight: 700;
	width: 120px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer
}

.concierge-program .upgrade-plan table tr td a.selected-btn:hover {
	background: #005dba;
	color: #fff;
	border-color: #005dba
}

.concierge-program .upgrade-plan table tr td a.selected-btn.active {
	background: #005dba;
	color: #fff;
	border-color: #005dba;
	margin-left: 0;
	cursor: pointer
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan table tr td a.selected-btn {
		width: 100px;
		font-size: 14px
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td a.selected-btn {
		width: 75px;
		font-size: 14px
	}
}

.concierge-program .upgrade-plan table tr td a.selected-btn.selected {
	background: #005dba;
	color: #fff;
	border-color: #005dba;
	cursor: default !important
}

.concierge-program .upgrade-plan table tr td a.selected-btn.selected:before {
	content: "";
	font-family: fontawesome;
	margin-right: 4px;
	font-weight: 400
}

.concierge-program .upgrade-plan table tr td a.selected-btn.already-included {
	cursor: default;
	background: #eee !important;
	color: #4fb67a !important;
	border: 0;
	opacity: .5;
	padding: 7px 10px;
	width: auto
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td a.selected-btn.already-included {
		font-size: 12px
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td a.selected-btn.already-included {
		font-size: 10px
	}
}

.concierge-program .upgrade-plan table tr td b {
	line-height: 1em;
	font-size: 16px;
	vertical-align: middle
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td b {
		display: block
	}
}

.concierge-program .upgrade-plan table tr td .learn-more {
	color: #005dba;
	font-size: 15px;
	position: relative;
	display: inline-block;
	text-decoration: none
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td .learn-more {
		font-size: 14px;
		margin-top: 0;
		text-decoration: underline
	}
}

.concierge-program .upgrade-plan table tr td .learn-more:before {
	content: "";
	color: #005dba;
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.concierge-program .upgrade-plan table tr td .learn-more.collapsed:before {
	content: "";
	color: #005dba;
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.concierge-program .upgrade-plan table tr td .txt-kudos {
	font-size: 14px;
	color: #3b3b3b;
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	margin-top: 10px
}

.concierge-program .upgrade-plan table tr td .txt-kudos span {
	color: #4fb67a
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td .txt-kudos span {
		font-weight: 700
	}
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table tr td .txt-kudos {
		text-align: left;
		font-weight: 400;
		font-size: 13px
	}
}

.concierge-program .upgrade-plan table tr td .txt-kudos img {
	margin-right: 7px;
	vertical-align: middle;
	width: 30px;
	border-right: 1px solid #ddd;
	padding-right: 10px
}

@media(max-width:1023px) {
	.concierge-program .upgrade-plan table tr td .txt-kudos img {
		width: 35px;
		border-right: 1px solid #ddd;
		padding: 5px 10px 5px 0;
		float: left
	}
}

.concierge-program .upgrade-plan table.highlight-default tr th.already-bdr {
	border: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight-default tr td.already-bdr {
	border-left: 2px solid #4fb67a;
	border-right: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight-default tr th.already-top-blue {
	border-top: 2px solid #4fb67a;
	border-bottom: none
}

.concierge-program .upgrade-plan table.highlight-default tr td.already-btm-blue {
	border-bottom: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight-default tr th.already-top-blue.active-bg {
	padding: 9px 10px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table.highlight-default tr th.already-top-blue.active-bg {
		padding: 5px 0
	}
}

.concierge-program .upgrade-plan table.highlight-default tr td a.selected-btn {
	background: #005dba;
	color: #fff
}

.concierge-program .upgrade-plan table.highlight_table2 tr th.blue-bdr2 {
	border: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table2 tr td.blue-bdr2 {
	border-left: 2px solid #4fb67a;
	border-right: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table2 tr th.top-blue2 {
	border-top: 2px solid #4fb67a;
	border-bottom: none
}

.concierge-program .upgrade-plan table.highlight_table2 tr td.btm-blue2 {
	border-bottom: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table2 tr th.top-blue2.active-bg {
	padding: 9px 10px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table.highlight_table2 tr th.top-blue2.active-bg {
		padding: 5px 0
	}
}

.concierge-program .upgrade-plan table.highlight_table2 tr td a.selected-btn {
	background: #005dba;
	color: #fff
}

.concierge-program .upgrade-plan table.highlight_table tr th.blue-bdr {
	border: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table tr td.blue-bdr {
	border-left: 2px solid #4fb67a;
	border-right: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table tr th.top-blue {
	border-top: 2px solid #4fb67a;
	border-bottom: none
}

.concierge-program .upgrade-plan table.highlight_table tr td.btm-blue {
	border-bottom: 2px solid #4fb67a
}

.concierge-program .upgrade-plan table.highlight_table tr th.top-blue.active-bg {
	padding: 9px 10px
}

@media(max-width:767px) {
	.concierge-program .upgrade-plan table.highlight_table tr th.top-blue.active-bg {
		padding: 5px 0
	}
}

.concierge-program .upgrade-plan table.highlight_table-gold tr th.blue-bdr-gold {
	border: 2px solid #005dba
}

.concierge-program .upgrade-plan table.highlight_table-gold tr td.blue-bdr-gold {
	border-left: 2px solid #005dba;
	border-right: 2px solid #005dba;
	background: #f0f0ff
}

.concierge-program .upgrade-plan table.highlight_table-gold tr th.top-blue-gold {
	border-top: 2px solid #005dba;
	border-bottom: none
}

.concierge-program .upgrade-plan table.highlight_table-gold tr td.btm-blue-gold {
	border-bottom: 2px solid #005dba
}

.concierge-program .upgrade-plan table.highlight_table-gold tr th.top-blue-gold.active-bg div {
	color: #fff;
	background: #005dba
}

@media(max-width:767px) {
	#tcpTxt .nav-tabs>li>a {
		font-size: 13px !important;
		font-weight: 700
	}
}

.tcp_collaps_btn {
	display: none
}

.img_full_height {
	max-height: 407px
}

.Payment-box {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background: #fff
}

.Payment-box .main-head {
	background: #4d4d77;
	color: #fff;
	font-size: 16px;
	padding: 15px
}

@media(max-width:767px) {
	.Payment-box .main-head {
		padding: 10px 6px;
		font-size: 14px
	}
}

.Payment-box .main-head span {
	color: #ff9c00
}

.Payment-box .main-head img {
	width: 30px
}

@media(max-width:767px) {
	.Payment-box .main-head img {
		width: 22px
	}
}

.Payment-box .main-head .msg-tooltip .info-tooltip-icon {
	color: #fff;
	border-color: #fff
}

.Payment-box .main-head .msg-tooltip .show_policy {
	right: -9px;
	top: 29px;
	left: inherit;
	width: 275px
}

.Payment-box .main-head .msg-tooltip .show_policy .arrow {
	left: inherit !important;
	right: 3px
}

.Payment-box .main-head .msg-tooltip .show_policy ul {
	line-height: 1.7em
}

.Payment-box .main-head .msg-tooltip .show_policy ul img {
	width: 11px;
	margin-right: 5px;
	vertical-align: middle
}

.Payment-box .contents {
	padding: 15px 20px
}

@media(max-width:767px) {
	.Payment-box .contents {
		padding: 10px
	}
}

.great-choice {
	color: #005dba;
	font-size: 16px;
	padding: 10px 0
}

@media(max-width:1023px) {
	.great-choice {
		font-size: 14px
	}
}

.left-customize-tooltip {
	position: relative;
	display: inline-block
}

.left-customize-tooltip .left-tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #cfcfff;
	color: #005dba;
	text-align: left;
	border-radius: 3px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: 0;
	font-size: 13px;
	right: -200%;
	opacity: 0;
	box-shadow: 0 3px 3px #4d4d7769;
	transition: opacity .3s
}

@media(max-width:1023px) {
	.left-customize-tooltip .left-tooltiptext {
		padding: 7px;
		top: 20px;
		font-size: 10px;
		right: -142%;
		width: 175px
	}
}

@media(max-width:767px) {
	.left-customize-tooltip .left-tooltiptext {
		right: -215%;
		width: 200px
	}
}

.left-customize-tooltip .left-tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	margin-left: -13px;
	border-width: 10px;
	border-style: solid;
	border-color: #cfcfff transparent transparent transparent;
	transform: rotate(90deg);
	margin-top: -9px
}

.left-customize-tooltip:hover .left-tooltiptext {
	visibility: visible;
	opacity: 1
}

.economy-box {
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 1px 3px #ccc;
	background: #fff;
	color: #4d4d4d;
	min-height: 340px
}

@media(max-width:767px) {
	.economy-box {
		margin-bottom: 20px;
		border-radius: 5px;
		min-height: auto
	}
}

.economy-box .sep-head {
	padding: 15px 20px;
	border-bottom: 1px solid #eee
}

.economy-box .sep-head .head {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px
}

@media(max-width:1023px) {
	.economy-box .sep-head .head {
		font-size: 16px
	}
}

.economy-box .sep-head .blue-tag {
	background: #d5d5d5;
	color: #333;
	padding: 5px;
	width: 140px;
	text-align: center;
	font-size: 13px;
	border-radius: 30px;
	display: inline-block
}

@media(max-width:1023px) {
	.economy-box .sep-head .blue-tag {
		width: 120px;
		font-size: 12px
	}
}

.economy-box .sep-head .select-radio {
	float: right
}

.economy-box .sep-head .select-price {
	float: right;
	font-size: 13px;
	width: 150px;
	text-align: left;
	margin-right: 0;
	line-height: 1.5em;
	margin-top: 10px
}

@media(max-width:1023px) {
	.economy-box .sep-head .select-price {
		font-size: 10px;
		width: 112px
	}
}

.economy-box .sep-head .select-price b {
	font-weight: 700;
	font-size: 24px
}

@media(max-width:767px) {
	.economy-box .sep-head .select-price b {
		font-size: 20px
	}
}

.economy-box .economy-points {
	padding: 12px 5px 12px 12px
}

.economy-box .economy-points ul {
	padding: 0;
	margin: 0
}

.economy-box .economy-points ul li {
	list-style: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px
}

@media(max-width:1023px) {
	.economy-box .economy-points ul li {
		font-size: 13px
	}
}

.economy-box .economy-points ul li img {
	width: 12px;
	margin-right: 20px
}

@media(max-width:1023px) {
	.economy-box .economy-points ul li img {
		width: 11px;
		margin-right: 5px
	}
}

.economy-box .select-btn {
	padding-top: 10px
}

@media(max-width:767px) {
	.economy-box .select-btn {
		padding-top: 5px
	}
}

.economy-box .select-btn a {
	background: #fff;
	border: 1px solid #616161;
	padding: 10px;
	width: 130px;
	height: 45px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #4d4d4d;
	text-decoration: none
}

@media(max-width:1023px) {
	.economy-box .select-btn a {
		font-size: 15px;
		width: 100px;
		height: 41px;
		padding: 7px
	}
}

.economy-box .select-btn a:hover {
	text-decoration: none;
	color: #4d4d4d
}

.economy-box .select-btn.active a {
	background: #005dba;
	color: #fff
}

.economy-box.upgrade-box {
	border: 1px solid #005dba;
	background: #f1f1ff;
	box-shadow: 0 1px 3px #cfcfff
}

.economy-box.upgrade-box .blue-tag {
	background: #ffd900
}

.economy-box.upgrade-box .sep-head {
	border-bottom: 1px solid #005dba
}

.upgrade-popup .upgrade-box {
	width: 650px;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 9991;
	border-radius: 5px
}

@media(max-width:1023px) {
	.upgrade-popup .upgrade-box {
		width: 94%;
		top: 20px;
		transform: inherit;
		left: 10px
	}
}

.upgrade-popup .upgrade-box .head {
	background: #f1f1ff;
	color: #005dba;
	padding: 16px 10px 16px 70px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	border-radius: 5px 5px 0 0
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .head {
		font-size: 15px;
		margin-bottom: 10px;
		padding: 16px 10px 16px 50px
	}
}

.upgrade-popup .upgrade-box .head img {
	position: absolute;
	left: 15px;
	top: 13px
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .head img {
		top: 16px;
		width: 28px
	}
}

.upgrade-popup .upgrade-box .head .close-btn {
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: 500;
	float: right
}

.upgrade-popup .upgrade-box .head .close-btn:hover {
	color: #333
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .head .close-btn {
		margin-top: -3px;
		font-size: 18px
	}
}

.upgrade-popup .upgrade-box .content {
	padding: 30px;
	color: #4d4d4d
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content {
		padding: 15px
	}
}

.upgrade-popup .upgrade-box .content p {
	font-size: 20px;
	padding-right: 100px
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content p {
		font-size: 14px;
		font-weight: 600;
		padding-right: inherit
	}
}

.upgrade-popup .upgrade-box .content ul {
	padding: 15px 0;
	margin: 0
}

.upgrade-popup .upgrade-box .content ul li {
	font-size: 16px;
	list-style: none;
	margin-bottom: 10px
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content ul li {
		font-size: 13px
	}
}

.upgrade-popup .upgrade-box .content ul li .fa {
	color: #66a250;
	font-size: 14px;
	margin-right: 10px
}

.upgrade-popup .upgrade-box .content ul li .new {
	border: 1px solid #ffd900;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 30px;
	color: #333;
	margin-left: 5px;
	background: #ffd900
}

.upgrade-popup .upgrade-box .content .fare {
	font-size: 14px;
	margin-bottom: 20px
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content .fare {
		font-size: 13px
	}
}

.upgrade-popup .upgrade-box .content .fare b {
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content .fare b {
		font-size: 15px
	}
}

.upgrade-popup .upgrade-box .content button {
	background: #fff;
	padding: 15px 2px;
	color: #1b1b1b;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: 700;
	width: 285px;
	margin-left: 10px
}

@media(max-width:767px) {
	.upgrade-popup .upgrade-box .content button {
		margin: 10px 0 0;
		width: 100%;
		padding: 10px 2px
	}
}

.upgrade-popup .upgrade-box .content button.active {
	background: #005dba;
	color: #fff;
	border-color: #005dba;
	margin-left: 0
}

.upgrade-popup .upgrade-overlay {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990
}

.web-checkin-container {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px
}

.web-checkin-container .subheading {
	font-size: 15px;
	color: #5b5b5b;
	font-weight: 400
}

.web-checkin-container .checkin_icon {
	width: 45px
}

@media(max-width:767px) {
	.web-checkin-container {
		border-radius: 5px
	}
}

@media(max-width:767px) {
	.web-checkin-container .mob-margin {
		margin-left: -77px
	}
}

@media(max-width:365px) {
	.web-checkin-container .mob-margin {
		margin-left: -68px
	}
}

@media(max-width:767px) {
	.web-checkin-container .mob-margin-webcheckin {
		margin-left: -62px
	}
}

.web-checkin-container .main-head {
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 600
}

@media(max-width:365px) {
	.web-checkin-container .main-head {
		padding: 8px 10px;
		font-size: 15px
	}
}

.web-checkin-container .main-head img {
	vertical-align: middle;
	margin-right: 10px;
	background: #4f8efc;
	padding: 2px;
	border-radius: 2px;
	float: left;
	height: 40px
}

.web-checkin-container .main-head .subhead {
	font-size: 14px;
	font-weight: 300;
	width: 80%
}

@media(max-width:767px) {
	.web-checkin-container .main-head .subhead {
		font-size: 13px;
		width: 100%;
		clear: both;
		padding: 5px 0
	}
}

@media(max-width:365px) {
	.web-checkin-container .main-head .subhead {
		font-size: 11px
	}
}

.web-checkin-container .main-head .price {
	float: right;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	text-align: right
}

@media(max-width:767px) {
	.web-checkin-container .main-head .price {
		font-size: 11px
	}
}

.web-checkin-container .main-head .price b {
	font-size: 20px;
	color: #3ab54a
}

@media(max-width:767px) {
	.web-checkin-container .main-head .price b {
		font-size: 17px
	}
}

.web-checkin-container .main-head .price b sub,
.web-checkin-container .main-head .price b sup {
	font-size: 63%
}

@media(max-width:365px) {
	.web-checkin-container .main-head .price span {
		display: none
	}
}

.web-checkin-container .main-head.refund-label {
	padding: 15px 15px 10px 23px
}

@media(max-width:767px) {
	.web-checkin-container .main-head.refund-label {
		font-size: 16px
	}
}

@media(max-width:365px) {
	.web-checkin-container .main-head.refund-label {
		font-size: 16px
	}
}

.web-checkin-container .ribbon-strip {
	background: url(/resources/assets/new-payment/green-strip.svg) no-repeat;
	position: absolute;
	right: -23px;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	width: 208px;
	height: 52px;
	text-align: right;
	z-index: 3
}

@media(max-width:767px) {
	.web-checkin-container .ribbon-strip {
		right: -18px;
		color: #fff;
		font-size: 11px;
		padding: 10px;
		width: 190px;
		height: 35px;
		text-align: center;
		background-size: auto
	}
}

@media(max-width:767px) {
	.web-checkin-container .ribbon-strip {
		display: none
	}
}

.web-checkin-container .new-ribbon {
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 1
}

@media(max-width:767px) {
	.web-checkin-container .new-ribbon {
		top: -5px;
		width: 60px
	}
}

.web-checkin-container .web-checkin-content {
	padding: 20px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content {
		padding: 10px
	}
}

.web-checkin-container .web-checkin-content .w-heading {
	font-size: 16px;
	font-weight: 700;
	background: #e6e6f6;
	color: #4d4d77;
	font-weight: 400;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.web-checkin-container .web-checkin-content .w-heading {
		font-size: 13px;
		background: #e6e6f6;
		color: #4d4d77;
		font-weight: 400;
		padding: 10px
	}
}

.web-checkin-container .web-checkin-content .web-checkin-imp {
	border: 1px solid #e1b213;
	padding: 10px;
	font-size: 15px;
	float: left;
	margin: 0 0 15px;
	background: #fff7df;
	color: #303030
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.web-checkin-container .web-checkin-content .web-checkin-imp {
		font-size: 12px
	}
}

.web-checkin-container .web-checkin-content .seal-stump {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.web-checkin-container .web-checkin-content .seal-stump {
		width: 90%
	}
}

.web-checkin-container .web-checkin-content .seal-stump span img {
	width: 90px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.web-checkin-container .web-checkin-content .seal-stump span img {
		width: 75px
	}
}

.web-checkin-container .web-checkin-content .benefits {
	margin-bottom: 15px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .benefits {
		margin-bottom: 0
	}
}

.web-checkin-container .web-checkin-content .benefits ul {
	margin: 0;
	padding: 0
}

.web-checkin-container .web-checkin-content .benefits ul li {
	list-style: none;
	width: 49%;
	display: inline-block;
	position: relative;
	padding: 0 20px 10px;
	font-size: 13px;
	vertical-align: top
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .benefits ul li {
		font-size: 12px;
		width: 100%
	}
}

.web-checkin-container .web-checkin-content .benefits ul li:before {
	content: "";
	color: #57af7f;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .benefits ul li:before {
		font-size: 12px
	}
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .benefits ul li {
		width: 100%;
		display: block;
		padding: 0 10px 4px 22px
	}
}

.web-checkin-container .web-checkin-content .benefits.refund-details ul li {
	width: 48%;
	padding: 0 5px 4px 20px;
	line-height: 1.4em
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .benefits.refund-details ul li {
		width: 100%;
		font-size: 12px;
		vertical-align: top;
		padding: 0 5px 4px 20px;
		display: inline-block
	}
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .benefits.refund-details ul li {
		width: 100%;
		display: block;
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .benefits.benefits2 ul li {
	padding: 0 10px 4px 20px;
	font-size: 12px;
	line-height: 2em
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .benefits.benefits2 ul li {
		width: 100%
	}
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .benefits.benefits2 ul li {
		line-height: normal;
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .checkin-traveler-block {
	font-size: 14px;
	color: #3b3b3b;
	line-height: 1.5em
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td {
	padding: 10px 0
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td.bdrb {
	padding: 0;
	border-bottom: 1px solid #ccc
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td.bdrt {
	padding: 10px 0 0;
	border-top: 1px solid #ccc
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td.total-price {
	color: #3ab54a
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td input {
	cursor: pointer
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ccc
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .checkmark.disable-checkmark {
	background: #bcb2de !important;
	cursor: default
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox:hover input~.checkmark {
	background-color: #fff
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox input:checked~.checkmark {
	background-color: #fff
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox input:checked~.checkmark.disable-box {
	background: #bcb2de !important;
	cursor: default
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox input:checked~.checkmark:after {
	display: block
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td .custom-checkbox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #005dba;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.web-checkin-container .web-checkin-content .checkin-traveler-block tr td:nth-last-child(1) b {
	min-width: 61px;
	display: inline-block
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button {
	padding: 10px 0
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button {
		text-align: right
	}
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button button {
	font-size: 14px;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #005dba;
	margin-right: 10px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button button {
		font-weight: 700;
		margin-right: 0;
		margin-left: 10px
	}
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button button.active {
	background: #005dba;
	color: #fff;
	cursor: pointer
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .checkin-button button.active-disable {
	background: #bcb2de;
	color: #333;
	cursor: default;
	border-color: #bcb2de
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos {
	font-size: 14px;
	color: #3b3b3b;
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	margin-top: 10px
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos span {
	color: #4fb67a
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos span {
		font-weight: 700;
		display: block
	}
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos {
		text-align: left;
		font-weight: 400;
		font-size: 13px
	}
}

.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos img {
	margin-right: 7px;
	vertical-align: middle;
	width: 30px;
	border-right: 1px solid #ddd;
	padding-right: 10px
}

@media(max-width:1023px) {
	.web-checkin-container .web-checkin-content .checkin-traveler-block .txt-kudos img {
		width: 35px;
		border-right: 1px solid #ddd;
		padding: 5px 10px 5px 0;
		float: left
	}
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .add-button {
		text-align: center
	}
}

.web-checkin-container .web-checkin-content .add-button button {
	font-size: 14px;
	padding: 8px 10px;
	background: #fff;
	color: #005dba;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #005dba;
	margin-right: 10px;
	width: 160px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .add-button button {
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px
	}
}

.web-checkin-container .web-checkin-content .add-button button.active {
	background: #005dba;
	color: #fff;
	cursor: pointer
}

.web-checkin-container .web-checkin-content .add-button .remove-wci {
	z-index: 2;
	border: 0;
	cursor: pointer;
	display: block;
	color: #006ee3;
	font-weight: 700;
	display: none
}

.web-checkin-container .web-checkin-content .add-button .remove-wci .trash-icon {
	vertical-align: middle;
	margin-top: -3px;
	color: blue
}

.web-checkin-container .web-checkin-content .wselection {
	border: 1px solid #ccc;
	padding: 8px 10px;
	border-radius: 6px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .wselection {
		margin-bottom: 10px
	}
}

.web-checkin-container .web-checkin-content .wselection.selected-refund {
	background: #4f8ffc;
	color: #fff;
	border: 1px solid #4f8ffc
}

.web-checkin-container .web-checkin-content .wselection.selected-refund label input[type=radio]:checked+span::after {
	border: 2px solid #fff
}

.web-checkin-container .web-checkin-content .wselection.selected-refund label input[type=radio]:checked+span::before {
	background: #fff
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .wselection:nth-last-child(2) {
		margin-bottom: 0
	}
}

.web-checkin-container .web-checkin-content .wselection label {
	margin: 0;
	display: block;
	line-height: 22px
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .wselection label {
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .wselection.no-selection {
	color: #333
}

.web-checkin-container .web-checkin-content .wselection.no-selection label input[type=radio]:checked+span::after {
	border: 2px solid #333
}

.web-checkin-container .web-checkin-content .wselection.no-selection label input[type=radio]+span::after {
	border: 2px solid #333
}

.web-checkin-container .web-checkin-content .total-price {
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
	padding: 5px 0 15px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .total-price {
		font-size: 12px
	}
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .total-price {
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .total-price.pad5 {
	padding: 10px 0
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .total-price.pad5 b {
		display: block
	}
}

.web-checkin-container .web-checkin-content .total-price b {
	font-size: 20px;
	color: #3ab54a
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .total-price b {
		font-size: 18px
	}
}

.web-checkin-container .web-checkin-content .total-price b sub,
.web-checkin-container .web-checkin-content .total-price b sup {
	font-size: 63%
}

.web-checkin-container .web-checkin-content .total-price.refund-price {
	padding: 0 0 15px 3px
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .total-price.refund-price {
		padding: 15px 0 15px 2px
	}
}

.web-checkin-container .web-checkin-content .need-call {
	padding: 15px 0 0
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .need-call {
		padding: 5px 0
	}
}

.web-checkin-container .web-checkin-content .need-call label span {
	font-weight: 400;
	color: #1f1f1f
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .need-call.inputSet33 label span:before {
		margin-top: 2px
	}
}

.web-checkin-container .web-checkin-content .need-call.need-call2 {
	padding: 10px 0
}

.web-checkin-container .web-checkin-content .need-call.need-call2.inputSet33 label span:before {
	margin-top: 2px
}

.web-checkin-container .web-checkin-content .imp-note {
	font-size: 12px;
	color: #5b5b5b;
	padding: 7px;
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #a8c8e8
}

.web-checkin-container .web-checkin-content .imp-note b {
	color: #005dba
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .imp-note {
		padding: 5px;
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link {
	font-size: 15px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: #005dba
}

@media(max-width:767px) {
	.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link {
		font-size: 13px
	}
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link:hover,
.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link:active,
.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link:focus {
	text-decoration: none;
	color: #005dba
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-link.collapsed:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content {
	padding: 10px 0 !important;
	background: #fff
}

@media(max-width:365px) {
	.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content {
		font-size: 11px
	}
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content ul li {
	padding-left: 20px;
	color: #333;
	position: relative;
	margin-bottom: 5px
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content ul li:before {
	content: "";
	color: #57af7f;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content ul li .call-txt {
	font-weight: 700;
	color: #005dba;
	display: inline-block
}

.web-checkin-container .web-checkin-content .learn-more-details .learn-more-content ul li .call-txt:hover {
	color: #005dba
}

.web-checkin-container .web-checkin-content .learn-more-details .nav-tabs>li>a {
	color: #005dba;
	padding-right: 0;
	padding-left: 0;
	margin-right: 25px;
	font-size: 15px !important
}

.web-checkin-container .web-checkin-content .learn-more-details .nav-tabs>li>a:hover {
	background: #fff;
	border-bottom: 1px solid #005dba
}

.web-checkin-container .web-checkin-content .learn-more-details .nav-tabs>li.active>a,
.web-checkin-container .web-checkin-content .learn-more-details .nav-tabs>li.active>a:focus,
.web-checkin-container .web-checkin-content .learn-more-details .nav-tabs>li.active>a:hover {
	color: #005dba;
	border: 0;
	border-bottom: 2px solid #005dba;
	padding-right: 0;
	padding-left: 0;
	font-weight: 700
}

.web-checkin-container .checkin-image {
	padding: 5px 20px 20px 0;
	width: 240px;
	float: right
}

.web-checkin-container .checkin-image img {
	width: 100%
}

.web-checkin-container .img-responsive {
	width: auto;
	display: inline-block;
	height: initial
}

@media(max-width:1199px) {
	.web-checkin-container .img-responsive {
		width: 100%;
		display: block
	}
}

@media(max-width:767px) {
	#refund_collapse .learn-more-details {
		margin-left: -60px
	}
}

@media(max-width:365px) {
	#refund_collapse .learn-more-details {
		margin-left: -52px
	}
}

.refund-no.inputSet label input[type=radio]+span::after {
	border: 2px solid #4d4d77
}

.refund-no.inputSet label input[type=radio]:checked+span::before {
	background: #333
}

.nowebcheckin.inputSet label input[type=radio]+span::after {
	border: 2px solid #4d4d77
}

.nowebcheckin.inputSet label input[type=radio]:checked+span::before {
	background: #4d4d77
}

.add-mcp.selected-program.inputSet4 label input[type=radio]:checked+span::after {
	border: 2px solid #fff
}

.add-mcp.selected-program.inputSet4 label input[type=radio]:checked+span::before {
	background: #fff
}

.inputSet.refund-yes.selected-refund label input[type=radio]:checked~span {
	color: #fff
}

.service-container {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px
}

.service-container .main-head {
	background: #005dba;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	height: 50px
}

.service-container .main-head img {
	vertical-align: middle;
	margin-right: 10px
}

@media(max-width:767px) {
	.service-container .main-head img {
		height: 30px
	}
}

.service-container .main-head .price {
	float: right;
	font-size: 12px;
	line-height: 1.4em;
	color: #cdcdea;
	text-align: right
}

.service-container .main-head .price b {
	font-size: 20px;
	color: #fff
}

@media(max-width:767px) {
	.service-container .main-head .price b {
		font-size: 17px
	}
}

.service-container .main-head.refund-label {
	padding: 10px 15px 10px 80px
}

@media(max-width:767px) {
	.service-container .main-head.refund-label {
		font-size: 14px;
		padding: 10px 15px 10px 60px
	}
}

.service-container .new-ribbon {
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 1
}

@media(max-width:767px) {
	.service-container .new-ribbon {
		top: -5px;
		width: 60px
	}
}

.service-container .service-content {
	padding: 0 100px 15px 15px;
	color: #4d4d4d
}

@media(max-width:1199px) {
	.service-container .service-content {
		padding: 0 15px 15px
	}
}

@media(max-width:1023px) {
	.service-container .service-content {
		padding: 10px;
		background: #fff
	}
}

@media(max-width:767px) {
	.service-container .service-content {
		padding: 10px
	}
}

.service-container .service-content .tcp-heading {
	font-size: 14px;
	color: #5b5b5b;
	margin-bottom: 41px;
	padding-left: 45px;
	margin-top: -15px
}

@media(max-width:767px) {
	.service-container .service-content .tcp-heading {
		font-size: 13px;
		margin-bottom: 30px
	}
}

.service-container .service-content .service-block {
	width: calc(100% - 408px);
	float: left
}

@media(max-width:767px) {
	.service-container .service-content .service-block {
		width: calc(100% - 237px)
	}
}

@media(max-width:365px) {
	.service-container .service-content .service-block {
		width: calc(100% - 185px)
	}
}

.service-container .service-content .service-block .tcp_column {
	background: 0 0;
	position: relative
}

.service-container .service-content .service-block .tcp_column .sub__head {
	position: absolute;
	bottom: 5px;
	padding: 5px 10px 5px 0
}

.service-container .service-content .plan-block {
	width: 130px;
	float: left;
	border: 1px solid #ddd;
	margin: 0 3px;
	border-radius: 3px;
	text-align: center
}

@media(max-width:767px) {
	.service-container .service-content .plan-block {
		width: 75px;
		margin: 0 2px
	}
}

@media(max-width:365px) {
	.service-container .service-content .plan-block {
		width: 56px
	}
}

.service-container .service-content .plan-block .inputSet {
	margin: 0
}

.service-container .service-content .plan-block .inputSet .plan-input {
	position: absolute;
	left: 43%;
	top: 10px
}

@media(max-width:365px) {
	.service-container .service-content .plan-block .inputSet .plan-input {
		left: 39%
	}
}

.service-container .service-content .plan-block .inputSet label {
	padding: 0;
	width: 100%
}

.service-container .service-content .plan-block .inputSet label input[type=radio]~span::after {
	border: 2px solid #4fb67a
}

.service-container .service-content .plan-block .inputSet label input[type=radio]:checked+span::before {
	background: #4fb67a;
	border-radius: 100%
}

.service-container .service-content .plan-block .inputSet label input[type=radio]:checked+span::after {
	border: 2px solid #4fb67a
}

.service-container .service-content .plan-active {
	border: 2px solid #3ab54a;
	padding-bottom: 10px;
	background: #f5f5f5
}

.service-container .service-content .plan-active .most-popular {
	background: #3ab54a;
	padding: 7px 0;
	font-size: 15px;
	color: #fff;
	border: 2px solid #3ab54a;
	margin: -40px -2px 0;
	border-radius: 5px 5px 0 0
}

@media(max-width:767px) {
	.service-container .service-content .plan-active .most-popular {
		font-size: 10px;
		margin: -25px -2px 0;
		padding: 4px 0
	}
}

@media(max-width:365px) {
	.service-container .service-content .plan-active .most-popular {
		font-size: 7px;
		padding: 5px 0
	}
}

.service-container .service-content .tcp_column {
	border-bottom: 1px solid #ddd;
	background: #f0f0ff;
	padding: 35px 0 6px;
	vertical-align: bottom;
	min-height: 80px;
	border-radius: 3px 3px 0 0
}

.service-container .service-content .tcp_column .sub__head {
	font-size: 15px
}

@media(max-width:767px) {
	.service-container .service-content .tcp_column .sub__head {
		font-size: 13px
	}
}

@media(max-width:365px) {
	.service-container .service-content .tcp_column .sub__head {
		font-size: 11px
	}
}

.service-container .service-content .tcp_column .tcp__price {
	color: #4fb67a;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap
}

@media(max-width:767px) {
	.service-container .service-content .tcp_column .tcp__price {
		font-size: 16px
	}
}

@media(max-width:365px) {
	.service-container .service-content .tcp_column .tcp__price {
		font-size: 14px
	}
}

.service-container .service-content .tcp-option {
	padding: 5px 10px;
	min-height: 70px;
	font-size: 13px;
	background: #fff
}

@media(max-width:767px) {
	.service-container .service-content .tcp-option {
		padding: 5px 3px;
		min-height: 50px;
		font-size: 12px
	}
}

.service-container .service-content .tcp-option.highlighted-bg {
	background: #f5f5f5
}

.service-container .service-content .tcp-option .t-heading span {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	display: inline-block
}

@media(max-width:767px) {
	.service-container .service-content .tcp-option .t-heading span {
		font-size: 11px
	}
}

@media(max-width:365px) {
	.service-container .service-content .tcp-option .t-heading span {
		font-size: 9px
	}
}

.service-container .service-content .tcp-option .t-heading p {
	margin-bottom: 0
}

.service-container .service-content .tcp-option .result-tooltip {
	margin: 17px 0 0
}

@media(max-width:767px) {
	.service-container .service-content .tcp-option .result-tooltip {
		margin: 0
	}
}

.service-container .service-content .tcp-option .result-tooltip .info-tooltip-icon {
	border: 1px solid #ccc;
	color: #ccc;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 11px
}

@media(max-width:767px) {
	.service-container .service-content .tcp-option .result-tooltip .info-tooltip-icon {
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 10px
	}
}

@media(max-width:365px) {
	.service-container .service-content .tcp-option .result-tooltip .info-tooltip-icon {
		width: 10px;
		height: 10px;
		line-height: 10px;
		font-size: 7px
	}
}

.service-container .service-content .tcp-option .result-tooltip .show_policy ul {
	margin: 0;
	padding: 0
}

.service-container .service-content .tcp-option .result-tooltip .show_policy ul li {
	list-style: none;
	position: relative;
	padding: 0 10px 4px 20px;
	font-size: 12px;
	vertical-align: top
}

.service-container .service-content .tcp-option .result-tooltip .show_policy ul li:before {
	content: "";
	color: #4fb67a;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px
}

@media(max-width:365px) {
	.service-container .service-content .tcp-option .result-tooltip .show_policy ul li {
		width: 100%;
		display: block;
		padding: 0 10px 4px 22px
	}
}

.service-container .service-content .tcp-option .result-tooltip .show_policy {
	padding: 10px;
	width: 250px;
	border: 1px solid #94afc6;
	box-shadow: 1px 1px 5px #666;
	border-radius: 7px;
	left: -30px;
	color: #4d4d4d
}

@media(max-width:365px) {
	.service-container .service-content .tcp-option .result-tooltip .show_policy {
		width: 225px
	}
}

@media(max-width:1199px) {
	.service-container .service-content .tcp-option .result-tooltip .show_policy .arrow {
		left: 28px ​ !important
	}
}

@media(max-width:767px) {
	.service-container .service-content .tcp-option .result-tooltip .show_policy .arrow {
		margin-left: 25px
	}
}

.service-container .service-content .kudos-msg {
	font-size: 14px;
	color: #3b3b3b;
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	margin-top: 10px
}

.service-container .service-content .kudos-msg span {
	color: #4fb67a
}

@media(max-width:767px) {
	.service-container .service-content .kudos-msg span {
		font-weight: 700
	}
}

@media(max-width:767px) {
	.service-container .service-content .kudos-msg {
		text-align: left;
		font-weight: 400;
		font-size: 13px
	}
}

.service-container .service-content .kudos-msg img {
	margin-right: 7px;
	vertical-align: middle;
	width: 30px;
	border-right: 1px solid #ddd;
	padding-right: 10px
}

@media(max-width:1023px) {
	.service-container .service-content .kudos-msg img {
		width: 35px;
		border-right: 1px solid #ddd;
		padding: 5px 10px 5px 0;
		float: left
	}
}

.service-container .service-content center {
	margin-top: 15px
}

@media(max-width:767px) {
	.service-container .service-content center {
		margin-top: 8px
	}
}

.service-container .service-content center.pp-txt {
	margin: 0
}

@media(max-width:767px) {
	.service-container .service-content center.pp-txt {
		font-size: 12px;
		line-height: 1.2em
	}
}

@media(max-width:365px) {
	.service-container .service-content center.pp-txt {
		font-size: 10px;
		line-height: 1em
	}
}

.service-container .service-image {
	padding: 0
}

.service-container .service-image img {
	width: 100%
}

.service-container .learn-more {
	color: #005dba;
	font-size: 15px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px
}

@media(max-width:767px) {
	.service-container .learn-more {
		font-size: 12px;
		margin-top: 0;
		text-decoration: underline
	}
}

.service-container .learn-more:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.service-container .learn-more.collapsed:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: -15px
}

.learn-more-content {
	padding: 0 20px 10px
}

@media(max-width:767px) {
	.learn-more-content {
		padding: 0 10px 10px
	}
}

@media(max-width:767px) {
	.learn-more-content .learn-more-content-overflow {
		overflow: auto
	}
}

.learn-more-content .nav-tabs {
	margin-left: 0
}

@media(max-width:767px) {
	.learn-more-content .nav-tabs {
		width: 515px
	}
}

.learn-more-content .nav-tabs li {
	margin-right: 20px
}

.learn-more-content .nav-tabs li:before {
	content: none
}

.learn-more-content .nav-tabs li:hover,
.learn-more-content .nav-tabs li:focus {
	background-color: none
}

.learn-more-content .nav-tabs li a {
	background: 0 0 !important;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}

@media(max-width:767px) {
	.learn-more-content .nav-tabs li a {
		font-size: 13px !important
	}
}

.learn-more-content .nav-tabs li a:hover,
.learn-more-content .nav-tabs li a:active {
	background-color: none;
	border: 0
}

@media(max-width:767px) {

	.learn-more-content .nav-tabs li a:hover,
	.learn-more-content .nav-tabs li a:active {
		font-size: 13px !important
	}
}

.learn-more-content .nav-tabs li.active {
	border-bottom: 2px solid #005dba
}

.learn-more-content .nav-tabs li.active a {
	font-weight: 700;
	color: #005dba;
	border: 0
}

@media(max-width:767px) {
	.learn-more-content .nav-tabs li.active a {
		font-size: 13px
	}
}

@media(max-width:365px) {
	.learn-more-content .tab-content {
		font-size: 11px
	}
}

.learn-more-content .tab-content .tab-pane {
	background: #fff;
	padding: 10px 5px !important
}

.learn-more-content .tab-content .tab-pane a {
	text-decoration: underline
}

.learn-more-content .brb-list .brb-sub-list li {
	display: block
}

.learn-more-content .brb-list li {
	padding: 5px 0 5px 15px;
	position: relative
}

@media(max-width:365px) {
	.learn-more-content .brb-list li {
		font-size: 11px
	}
}

.learn-more-content .brb-list li:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 80%;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	color: #005dba
}

.learn-more-content .brb-list li a {
	display: inline;
	color: #005dba
}

.learn-more-content .brb-list li a:hover {
	text-decoration: underline
}

.learn-more-content a.brb-link {
	display: inline;
	color: #005dba
}

.learn-more-content a.brb-link:hover {
	text-decoration: underline
}

.checkedbag_Box {
	overflow: inherit;
	padding: 20px
}

@media(max-width:767px) {
	.checkedbag_Box {
		padding: 10px
	}
}

.checkedbag_Box .leg-section {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom: 10px
}

.checkedbag_Box .leg-section .leg-data {
	padding: 20px 0;
	border-bottom: 1px solid #ced0d4;
	margin-bottom: 20px;
	font-size: 13px
}

@media(max-width:767px) {
	.checkedbag_Box .leg-section .leg-data {
		font-size: 11px
	}
}

.checkedbag_Box .leg-section .leg-data.last {
	padding: 0;
	margin: 0;
	border: 0
}

.checkedbag_Box .leg-section .leg-data .leg-detail .air-logo {
	float: left;
	margin-right: 10px;
	width: 35px
}

@media(max-width:767px) {
	.checkedbag_Box .leg-section .leg-data .leg-detail .air-logo {
		width: 30px
	}
}

.checkedbag_Box .leg-section .leg-data .leg-detail .name {
	font-weight: 700;
	color: #1f1f1f
}

.checkedbag_Box .leg-section .leg-data .leg-detail .name span {
	padding: 0 3px
}

.checkedbag_Box .leg-section .leg-data .leg-detail .name span img {
	width: 9px
}

.checkedbag_Box .leg-section .leg-data .leg-status {
	float: right;
	width: 200px;
	font-weight: 500
}

@media(max-width:767px) {
	.checkedbag_Box .leg-section .leg-data .leg-status {
		width: 150px
	}
}

@media(max-width:365px) {
	.checkedbag_Box .leg-section .leg-data .leg-status {
		width: 130px
	}
}

.checkedbag_Box .leg-section .leg-data .leg-status .select_button {
	font-size: 14px;
	border: 1px solid #4f8ffc;
	background: #fff;
	color: #4f8ffc;
	padding: 8px;
	border-radius: 5px;
	width: 100%;
	position: relative;
	display: inline-block
}

@media(max-width:767px) {
	.checkedbag_Box .leg-section .leg-data .leg-status .select_button {
		width: 100%;
		padding: 6px 8px;
		font-size: 12px
	}
}

.checkedbag_Box .leg-section .leg-data .leg-status .select_button .down_arrow {
	color: #4f8ffc;
	position: absolute;
	right: 10px;
	top: 9px;
	font-size: 17px;
	pointer-events: none
}

.checkedbag_Box .leg-section .leg-data .leg-status .custom_drop {
	width: 320px;
	left: inherit;
	right: 0;
	top: 39px
}

@media(max-width:365px) {
	.checkedbag_Box .leg-section .leg-data .leg-status .custom_drop {
		width: 250px;
		top: 32px
	}
}

.checkedbag_Box .leg-section .leg-data .leg-status .custom_drop li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1f1f1f;
	font-weight: 600
}

.checkedbag_Box .leg-section .leg-data .leg-status .custom_drop li:hover {
	background: #4f8ffc;
	color: #fff
}

.checkedbag_Box .leg-section .leg-data .leg-status .mb10 {
	margin-bottom: 10px
}

.checkedbag_Box .leg-section .leg-data .leg-status .mb10 img {
	margin-right: 2px;
	vertical-align: middle
}

.checkedbag_Box .leg-section .leg-data .leg-status .mb10 a {
	color: #4f8ffc;
	text-decoration: none
}

.checkedbag_Box .leg-section .leg-data .leg-status .mb10 a:hover {
	text-decoration: none
}

.checkedbag_Box .entire_trip {
	font-size: 15px;
	color: #1f1f1f;
	font-weight: 500;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.checkedbag_Box .entire_trip {
		font-size: 12px
	}
}

.checkedbag_Box .entire_trip img {
	margin-right: 30px;
	width: 43px
}

@media(max-width:767px) {
	.checkedbag_Box .entire_trip img {
		margin-right: 7px
	}
}

.checkedbag_Box .note_text {
	font-family: open sans, sans-serif;
	border: 1px solid #90c5f9;
	color: #5b5b5b;
	border-radius: 5px;
	padding: 6px;
	font-size: 12px
}

.checkedbag_Box .note_text strong {
	color: #005dba
}

.checkedbag_Box .custom_select {
	position: relative
}

.checkedbag_Box .custom_select ul {
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 1;
	border: 1px solid #acacac;
	box-shadow: 0 3px 6px #00000029;
	list-style: none;
	width: 100%;
	background: #fff;
	display: none
}

.checkedbag_Box .custom_select ul li {
	padding: 13px;
	font-weight: 500;
	border: none
}

.checkedbag_Box .custom_select ul li:hover {
	background: #4f8ffc;
	color: #fff
}

.checkedbag_Box .custom_select ul.hoverflow {
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden
}

.checkedbag_Box .custom_select ul.month_drop {
	width: 116px
}

.checkedbag_Box .custom_select .down_arrow {
	position: absolute;
	right: 10px;
	top: 9px;
	color: #737373;
	font-size: 17px;
	pointer-events: none
}

.checked-baggage-popup {
	width: 400px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.checked-baggage-popup {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 2;
		margin: inherit;
		transform: inherit;
		top: auto
	}
}

.checked-baggage-popup .cbaggage-content {
	padding: 20px 0 10px;
	background: #fff;
	border-radius: 8px
}

@media(max-width:767px) {
	.checked-baggage-popup .cbaggage-content {
		border-radius: 8px 8px 0 0
	}
}

.checked-baggage-popup .cbaggage-content .icon {
	margin-bottom: 25px
}

.checked-baggage-popup .cbaggage-content .close-baggage {
	position: absolute;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	color: #1f1f1f;
	top: 0
}

.checked-baggage-popup .cbaggage-content .main-head {
	font-size: 14px;
	color: #4f8ffc;
	border-bottom: 1px solid #4f8ffc;
	width: 60%;
	margin: auto
}

.checked-baggage-popup .cbaggage-content .main-head span {
	margin: 0;
	position: absolute;
	top: inherit;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0 5px;
	font-weight: 600
}

.checked-baggage-popup .cbaggage-content .cbaggage-data {
	font-size: 12px;
	padding: 20px 0 0
}

.checked-baggage-popup .cbaggage-content .cbaggage-data ul {
	margin: 0;
	padding: 0
}

.checked-baggage-popup .cbaggage-content .cbaggage-data ul li {
	padding: 15px 20px;
	clear: both;
	color: #1f1f1f;
	font-weight: 600;
	list-style: none;
	text-align: left;
	cursor: pointer
}

.checked-baggage-popup .cbaggage-content .cbaggage-data ul li:hover,
.checked-baggage-popup .cbaggage-content .cbaggage-data ul li.selected {
	background: #4f8ffc;
	color: #fff
}

.checked-baggage-popup .cbaggage-content .cbaggage-data ul li span {
	float: right
}

.baggage-text {
	padding-top: 10px
}

.tp_logo {
	margin-right: 20px
}

.confirmation .container {
	max-width: 1000px
}

.header_ad {
	margin-top: 10px;
	float: right
}

.phone_strip {
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
	background: #005dba
}

.phone_strip p {
	margin: 0;
	float: right;
	font-size: 13px;
	color: #fff
}

.phone_strip a {
	font-size: 18px;
	color: #ff9446;
	text-decoration: none;
	font-weight: 700
}

@media(max-width:365px) {
	.phone_strip a {
		font-size: 15px
	}
}

.confirmationCntr {
	padding: 15px 0;
	overflow: hidden
}

.confirmationCntr .confirm-layover {
	position: absolute;
	left: 50%;
	margin-left: -121px;
	margin-top: 9px;
	background: #ececec;
	padding: 2px 10px
}

.confim_title {
	font-size: 20px;
	color: #005dba;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.confim_title {
		font-size: 16px
	}
}

.booking_refBox {
	padding: 0 0 12px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #494949;
	border-bottom: 1px solid #e5e5e5
}

.booking_refBox p {
	margin: 12px 0 0;
	overflow: hidden
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.booking_refBox p {
		margin: 12px 0 10px;
		font-size: 13px
	}
}

.booking_refBox p b {
	font-size: 20px;
	margin-bottom: 10px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.booking_refBox p b {
		font-size: 16px
	}
}

.booking_refBox strong {
	font-size: 26px;
	display: block;
	font-weight: 400
}

.itinerary_detailBox {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	color: #5f5f5f
}

.itinerary_detailBox .chk-booking {
	color: #005dba;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	float: right;
	margin-top: 0;
	border: 1px dotted #ccc;
	padding: 6px 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.itinerary_detailBox .chk-booking {
		padding: 0;
		margin-top: 18px;
		border: 0;
		font-size: 13px
	}
}

.itinerary_detailBox .itinerary {
	padding: 15px;
	margin-bottom: 13px;
	overflow: hidden;
	background: #ececec
}

@media(max-width:365px) {
	.itinerary_detailBox .itinerary {
		font-size: 11px;
		margin: 0 -7px
	}
}

.itinerary_detailBox .text-green {
	font-size: 15px;
	color: #4d4d77
}

.itinerary_detailBox .time {
	font-size: 13px;
	color: #939393;
	line-height: 15px;
	margin-bottom: 5px
}

.itinerary_detailBox .airline {
	font-size: 18px;
	color: #4d4d4d;
	line-height: 18px;
	font-weight: 700
}

@media(max-width:365px) {
	.itinerary_detailBox .airline {
		font-size: 15px
	}
}

.itinerary_detailBox .airline small {
	font-size: 15px;
	font-weight: 400
}

@media(max-width:365px) {
	.itinerary_detailBox .airline small {
		font-size: 11px;
		display: inline-block
	}
}

.itinerary_detailBox .full_airline {
	font-size: 14px;
	color: #333
}

@media(max-width:365px) {
	.itinerary_detailBox .full_airline {
		font-size: 11px;
		display: inline-block
	}
}

.itinerary_detailBox .flight_icon {
	float: left;
	padding-right: 10px
}

.itinerary_detailBox .flight_icon img {
	width: 32px
}

.itinerary_detailBox .padding_top {
	padding-top: 8px;
	display: block
}

.itinerary_detailBox .margin_top {
	margin-top: 15px
}

.itinerary_detailBox .operated {
	padding: 5px 0 0 7px
}

.itinerary_detailBox .text-gray {
	color: #a1a1a1
}

.itinerary_detailBox .return {
	padding: 20px 0 0;
	margin-top: 20px;
	overflow: hidden;
	border-top: 1px dashed #ccc
}

.itinerary_detailBox .airline_name {
	float: left
}

.traveler_informationBox {
	width: 100%;
	overflow: hidden
}

.traveler_informationBox .data th:first-child {
	width: 30px;
	font-size: 14px;
	color: #4d4d77
}

.traveler_informationBox .data th {
	border: none;
	background: #ececec;
	font-size: 14px;
	color: #4d4d77
}

.traveler_informationBox .data td {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .11)
}

.confirmation .data table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.confirmation .data th {
	padding: 7px 15px;
	font-size: 14px;
	color: #4d4d77;
	background: #ececec
}

.confirmation .data td {
	padding: 7px 15px;
	font-size: 14px;
	color: #4d4d4d;
	border-bottom: 1px solid #dbdbdb
}

.contact_informationBox {
	width: 100%;
	overflow: hidden
}

.contact_informationBox .data th:first-child,
.contact_informationBox .data td:first-child {
	width: 30px
}

.contact_informationBox .data th {
	border: none;
	background: #ececec
}

.contact_informationBox .data td {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .11)
}

.contact_informationBox strong {
	font-size: 14px;
	color: #4d4d77;
	white-space: nowrap
}

.contact_informationBox p {
	font-size: 14px;
	color: #4d4d4d;
	white-space: nowrap
}

.gray_bg {
	padding: 7px 15px;
	overflow: hidden;
	background: #ececec
}

.add_horizontal {
	padding: 15px 0 0;
	overflow: hidden
}

.add_horizontal img {
	width: 100%
}

.add_horizontal p {
	font-size: 13px;
	color: #4d4d77
}

.add_horizontal p a {
	color: #005dba;
	text-decoration: underline
}

.add_horizontal p a:hover {
	text-decoration: none
}

.add_horizontal small {
	font-size: 11px;
	color: #969696;
	display: block
}

.paymentBox {
	width: 100%;
	overflow: hidden
}

.paymentBox .instant-discount {
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .11)
}

.paymentBox ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.paymentBox li {
	padding: 8px 15px;
	overflow: hidden;
	font-size: 13px;
	color: #4d4d4d
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.paymentBox li {
		padding: 8px 5px
	}
}

@media(max-width:365px) {
	.paymentBox li {
		font-size: 12px
	}
}

.paymentBox strong {
	font-size: 15px;
	color: #005dba
}

@media(max-width:365px) {
	.paymentBox strong {
		font-size: 13px
	}
}

.paymentBox .f21 {
	font-size: 21px;
	line-height: 21px
}

@media(max-width:365px) {
	.paymentBox .f21 {
		font-size: 17px
	}
}

.insuranceBox {
	padding: 30px 0 20px 0;
	width: 100%;
	overflow: hidden
}

.insuranceBox .block {
	padding: 0 35px 0;
	width: 33%;
	float: left
}

.insuranceBox .block:last-child {
	border: none;
	width: 33%
}

.insuranceBox .icon {
	padding: 0 0 8px 0
}

.insuranceBox .detail {
	overflow: hidden
}

.insuranceBox strong {
	font-size: 11px;
	color: #4d4d77;
	text-transform: uppercase;
	padding: 0 0 5px 0
}

.insuranceBox p {
	margin: 0;
	font-size: 10px;
	color: #999;
	font-weight: 300
}

.txt-blue {
	color: #4d4d77
}

.txt-blue a {
	color: #005dba;
	text-decoration: underline
}

.txt-blue a:hover {
	color: #4d4d77;
	text-decoration: none
}

.terms-link {
	position: absolute;
	right: 130px;
	margin-top: 185px;
	color: #fff;
	text-decoration: underline
}

.terms-link:hover {
	color: #fff;
	text-decoration: none
}

.atten-txt {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	color: #666;
	margin-bottom: 0
}

@media(max-width:365px) {
	.atten-txt {
		font-size: 11px
	}
}

.atten-txt2 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 20px
}

@media(max-width:365px) {
	.atten-txt2 {
		font-size: 11px
	}
}

.ref-number {
	font-size: 16px;
	font-weight: 700;
	color: #4d4d77;
	text-align: right;
	margin-bottom: 0
}

#confirmation-mid #src-mid .conf-content {
	text-align: center;
	font-size: 18px;
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#confirmation-mid #src-mid .conf-content {
		font-size: 16px
	}
}

#confirmation-mid #src-mid .conf-content .mid-image {
	margin-bottom: 20px
}

#confirmation-mid #src-mid .conf-content .mid-image img {
	height: 260px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#confirmation-mid #src-mid .conf-content .mid-image img {
		width: 60%;
		height: auto
	}
}

#confirmation-mid #src-mid .conf-content .head {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#confirmation-mid #src-mid .conf-content .head {
		font-size: 24px;
		margin-bottom: 10px
	}
}

#confirmation-mid #src-mid .conf-content .head .dot span {
	letter-spacing: -10px
}

#confirmation-mid #src-mid .donot-close {
	background: #005dba;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	#confirmation-mid #src-mid .donot-close {
		font-size: 12px
	}
}

.invalid-card-number {
	text-align: center
}

.invalid-card-number .invalid-text {
	border-radius: 5px;
	border: 1px solid #ff9d55;
	margin: 10px 0;
	background: #fff0e5;
	padding: 15px 30px;
	text-align: center;
	font-weight: 500
}

@media(max-width:1023px) {
	.invalid-card-number .invalid-text {
		padding: 15px
	}
}

.invalid-card-number .invalid-card-number b {
	color: #4863db;
	display: inline-block
}

.invalid-card-number .btn-update {
	display: inline-block;
	border-radius: 5px;
	border: 0;
	background: #005dba;
	padding: 11px 15px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 15px;
	cursor: pointer;
	text-decoration: none
}

.invalid-card-number .btn-update:focus,
.invalid-card-number .btn-update:hover {
	background: #4f8ffc;
	color: #fff
}

.filterrecord {
	display: flex;
	width: auto
}

.kiwi-confirmation .headingss {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	padding-left: 55px
}

@media(max-width:1023px) {
	.kiwi-confirmation .headingss {
		padding-left: 0
	}
}

.kiwi-confirmation h4 {
	font-size: 16px;
	margin-bottom: 10px
}

.kiwi-confirmation .bookingnumb {
	color: #005dba;
	font-size: 20px;
	font-weight: 700
}

.kiwi-confirmation .stbooking {
	border-left: 1px solid #ccc;
	margin-left: 15px;
	padding-left: 25px
}

.kiwi-confirmation .stbooking .kwsuccess {
	background: #00af00;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #148b14
}

.kiwi-confirmation .stbooking .kwpending {
	background: #fddada;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #bb0909;
	border: 1px solid red
}

.kiwi-confirmation .stbooking .kwprocessing {
	background: #fddfcc;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #991e1e;
	border: 1px solid #fdbc91
}

.kiwi-confirmation .stbooking img {
	width: 18px;
	vertical-align: middle
}

.kiwi-confirmation .kiwi-tnc {
	padding: 15px;
	border: 1px solid #ccc;
	margin: 10px 0
}

.kiwi-confirmation .kiwi-tnc p {
	margin-bottom: 0
}

.cg-busy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block !important
}

.cg-busy-animation.ng-hide-remove {
	opacity: 0;
	-webkit-transform: translate(0px, -40px);
	-moz-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	-o-transform: translate(0px, -40px);
	transform: translate(0px, -40px)
}

.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px)
}

.cg-busy-animation.ng-hide-add {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px)
}

.cg-busy-animation.ng-hide-add.ng-hide-add-active {
	opacity: 0;
	-webkit-transform: translate(0px, -40px);
	-moz-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	-o-transform: translate(0px, -40px);
	transform: translate(0px, -40px)
}

.cg-busy-backdrop {
	background-color: #fff;
	opacity: .7
}

.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: block !important
}

.cg-busy-backdrop-animation.ng-hide {
	opacity: 0
}

.cg-busy-default-wrapper {
	text-align: center
}

.cg-busy-default-sign {
	display: inline-block;
	position: relative;
	z-index: 1002;
	padding-bottom: 6px;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	background-color: #e9eeee;
	border: 1px solid #ddd;
	border-top-width: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.cg-busy-default-text {
	margin: 13px 12px 6px 49px;
	font-size: 16px;
	color: #555;
	text-align: left;
	max-width: 400px
}

.cg-busy-default-spinner {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 12px;
	left: 14px
}

.cg-busy-default-spinner div {
	width: 12%;
	height: 26%;
	background: #000;
	position: absolute;
	left: 44.5%;
	top: 37%;
	opacity: 0;
	-webkit-animation: cg-busy-spinner-anim 1s linear infinite;
	-moz-animation: cg-busy-spinner-anim 1s linear infinite;
	-ms-animation: cg-busy-spinner-anim 1s linear infinite;
	-o-animation: cg-busy-spinner-anim 1s linear infinite;
	animation: cg-busy-spinner-anim 1s linear infinite;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.cg-busy-default-spinner div.bar1 {
	-webkit-transform: rotate(0deg) translate(0, -142%);
	-moz-transform: rotate(0deg) translate(0, -142%);
	-ms-transform: rotate(0deg) translate(0, -142%);
	-o-transform: rotate(0deg) translate(0, -142%);
	transform: rotate(0deg) translate(0, -142%);
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

.cg-busy-default-spinner div.bar2 {
	-webkit-transform: rotate(30deg) translate(0, -142%);
	-moz-transform: rotate(30deg) translate(0, -142%);
	-ms-transform: rotate(30deg) translate(0, -142%);
	-o-transform: rotate(30deg) translate(0, -142%);
	transform: rotate(30deg) translate(0, -142%);
	-webkit-animation-delay: -.9167s;
	-moz-animation-delay: -.9167s;
	-ms-animation-delay: -.9167s;
	-o-animation-delay: -.9167s;
	animation-delay: -.9167s
}

.cg-busy-default-spinner div.bar3 {
	-webkit-transform: rotate(60deg) translate(0, -142%);
	-moz-transform: rotate(60deg) translate(0, -142%);
	-ms-transform: rotate(60deg) translate(0, -142%);
	-o-transform: rotate(60deg) translate(0, -142%);
	transform: rotate(60deg) translate(0, -142%);
	-webkit-animation-delay: -.833s;
	-moz-animation-delay: -.833s;
	-ms-animation-delay: -.833s;
	-o-animation-delay: -.833s;
	animation-delay: -.833s
}

.cg-busy-default-spinner div.bar4 {
	-webkit-transform: rotate(90deg) translate(0, -142%);
	-moz-transform: rotate(90deg) translate(0, -142%);
	-ms-transform: rotate(90deg) translate(0, -142%);
	-o-transform: rotate(90deg) translate(0, -142%);
	transform: rotate(90deg) translate(0, -142%);
	-webkit-animation-delay: -.75s;
	-moz-animation-delay: -.75s;
	-ms-animation-delay: -.75s;
	-o-animation-delay: -.75s;
	animation-delay: -.75s
}

.cg-busy-default-spinner div.bar5 {
	-webkit-transform: rotate(120deg) translate(0, -142%);
	-moz-transform: rotate(120deg) translate(0, -142%);
	-ms-transform: rotate(120deg) translate(0, -142%);
	-o-transform: rotate(120deg) translate(0, -142%);
	transform: rotate(120deg) translate(0, -142%);
	-webkit-animation-delay: -.667s;
	-moz-animation-delay: -.667s;
	-ms-animation-delay: -.667s;
	-o-animation-delay: -.667s;
	animation-delay: -.667s
}

.cg-busy-default-spinner div.bar6 {
	-webkit-transform: rotate(150deg) translate(0, -142%);
	-moz-transform: rotate(150deg) translate(0, -142%);
	-ms-transform: rotate(150deg) translate(0, -142%);
	-o-transform: rotate(150deg) translate(0, -142%);
	transform: rotate(150deg) translate(0, -142%);
	-webkit-animation-delay: -.5833s;
	-moz-animation-delay: -.5833s;
	-ms-animation-delay: -.5833s;
	-o-animation-delay: -.5833s;
	animation-delay: -.5833s
}

.cg-busy-default-spinner div.bar7 {
	-webkit-transform: rotate(180deg) translate(0, -142%);
	-moz-transform: rotate(180deg) translate(0, -142%);
	-ms-transform: rotate(180deg) translate(0, -142%);
	-o-transform: rotate(180deg) translate(0, -142%);
	transform: rotate(180deg) translate(0, -142%);
	-webkit-animation-delay: -.5s;
	-moz-animation-delay: -.5s;
	-ms-animation-delay: -.5s;
	-o-animation-delay: -.5s;
	animation-delay: -.5s
}

.cg-busy-default-spinner div.bar8 {
	-webkit-transform: rotate(210deg) translate(0, -142%);
	-moz-transform: rotate(210deg) translate(0, -142%);
	-ms-transform: rotate(210deg) translate(0, -142%);
	-o-transform: rotate(210deg) translate(0, -142%);
	transform: rotate(210deg) translate(0, -142%);
	-webkit-animation-delay: -.41667s;
	-moz-animation-delay: -.41667s;
	-ms-animation-delay: -.41667s;
	-o-animation-delay: -.41667s;
	animation-delay: -.41667s
}

.cg-busy-default-spinner div.bar9 {
	-webkit-transform: rotate(240deg) translate(0, -142%);
	-moz-transform: rotate(240deg) translate(0, -142%);
	-ms-transform: rotate(240deg) translate(0, -142%);
	-o-transform: rotate(240deg) translate(0, -142%);
	transform: rotate(240deg) translate(0, -142%);
	-webkit-animation-delay: -.333s;
	-moz-animation-delay: -.333s;
	-ms-animation-delay: -.333s;
	-o-animation-delay: -.333s;
	animation-delay: -.333s
}

.cg-busy-default-spinner div.bar10 {
	-webkit-transform: rotate(270deg) translate(0, -142%);
	-moz-transform: rotate(270deg) translate(0, -142%);
	-ms-transform: rotate(270deg) translate(0, -142%);
	-o-transform: rotate(270deg) translate(0, -142%);
	transform: rotate(270deg) translate(0, -142%);
	-webkit-animation-delay: -.25s;
	-moz-animation-delay: -.25s;
	-ms-animation-delay: -.25s;
	-o-animation-delay: -.25s;
	animation-delay: -.25s
}

.cg-busy-default-spinner div.bar11 {
	-webkit-transform: rotate(300deg) translate(0, -142%);
	-moz-transform: rotate(300deg) translate(0, -142%);
	-ms-transform: rotate(300deg) translate(0, -142%);
	-o-transform: rotate(300deg) translate(0, -142%);
	transform: rotate(300deg) translate(0, -142%);
	-webkit-animation-delay: -.1667s;
	-moz-animation-delay: -.1667s;
	-ms-animation-delay: -.1667s;
	-o-animation-delay: -.1667s;
	animation-delay: -.1667s
}

.cg-busy-default-spinner div.bar12 {
	-webkit-transform: rotate(330deg) translate(0, -142%);
	-moz-transform: rotate(330deg) translate(0, -142%);
	-ms-transform: rotate(330deg) translate(0, -142%);
	-o-transform: rotate(330deg) translate(0, -142%);
	transform: rotate(330deg) translate(0, -142%);
	-webkit-animation-delay: -.0833s;
	-moz-animation-delay: -.0833s;
	-ms-animation-delay: -.0833s;
	-o-animation-delay: -.0833s;
	animation-delay: -.0833s
}

@-webkit-keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

@-moz-keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

@keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

.notify {
	position: fixed;
	top: 10px;
	left: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px
}

.notify-top-right,
.notify-bottom-right {
	left: auto;
	right: 10px
}

.notify-top-center,
.notify-bottom-center {
	left: 50%;
	margin-left: -175px
}

.notify-bottom-left,
.notify-bottom-right,
.notify-bottom-center {
	top: auto;
	bottom: 10px
}

@media(max-width:479px) {
	.notify {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0
	}
}

.notify-message {
	position: relative;
	cursor: pointer
}

.notify .alert-default {
	background: #fff;
	border: 1px solid #e5e5e5
}

#customNav {
	display: inline-block
}

#showDetails {
	display: block
}

.matrix-component {
	background: #fff
}

@media(max-width:1023px) {
	.matrix-component {
		border-left: 1px solid #ccc
	}
}

.matrix-component .matrix-header {
	padding: 5px 5px 5px 10px;
	background: #4d4d77;
	color: #fff
}

.matrix-component .matrix-header .head-txt {
	padding-top: 3px;
	font-weight: 700;
	font-size: 13px
}

.matrix-component .matrix-header .reset-filter {
	display: inline-block;
	background: #005dba;
	padding: 3px 5px;
	margin-right: 2px;
	cursor: pointer
}

@media(max-width:365px) {
	.matrix-component .matrix-header .reset-filter {
		padding: 3px 2px;
		font-size: 11px
	}
}

.matrix-component .matrix-header .owl-nav {
	display: inline-block;
	padding: 1px 3px;
	text-align: right
}

.matrix-component .matrix-header .owl-nav .owl-next,
.matrix-component .matrix-header .owl-nav .owl-prev {
	display: inline-block;
	background: #005dba;
	padding: 3px 5px;
	cursor: pointer;
	color: #fff
}

@media(max-width:365px) {

	.matrix-component .matrix-header .owl-nav .owl-next,
	.matrix-component .matrix-header .owl-nav .owl-prev {
		padding: 3px 2px;
		font-size: 11px
	}
}

.matrix-component .matrix-header .owl-nav .owl-prev {
	margin-right: 5px
}

@media(max-width:365px) {
	.matrix-component .matrix-header .owl-nav .owl-prev {
		margin-right: 3px
	}
}

.matrix-component .matrix-header .owl-nav .owl-prev.disabled {
	background: #363454;
	color: #5e5e86;
	cursor: default;
	display: none
}

.matrix-component .matrix-header .owl-nav .owl-prev:before {
	content: "";
	font-family: fontawesome;
	padding-right: 5px
}

.matrix-component .matrix-header .owl-nav .owl-next.disabled {
	background: #363454;
	color: #5e5e86;
	cursor: default;
	display: none
}

.matrix-component .matrix-header .owl-nav .owl-next:after {
	content: "";
	font-family: fontawesome;
	padding-left: 5px
}

.matrix-component .matrix-note {
	padding: 10px 0;
	background: #eee;
	color: #4d4d77
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.matrix-component .matrix-note {
		padding: 10px !important;
		margin-left: 10px
	}
}

.matrix-component .row {
	margin-left: 0;
	margin-right: 0
}

.matrix-component .row [class*=col-sm] {
	padding-left: 0;
	padding-right: 0
}

.matrix-component .row .matrixCol {
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px 5px;
	color: #005dba;
	min-height: 41px
}

@media(max-width:767px) {
	.matrix-component .row .matrixCol {
		padding: 5px
	}
}

@media(max-width:365px) {
	.matrix-component .row .matrixCol {
		font-size: 11px
	}
}

.matrix-component .row .matrixCol.active {
	background: #eee;
	color: #005dba;
	text-decoration: underline
}

.matrix-component .row .matrixCol.top-height {
	height: 72px
}

.matrix-component .row .matrixCol.top-height img {
	outline: 1px solid #fff;
	outline-offset: -1px;
	border-radius: 8px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.matrix-component .row .matrixCol.top-height {
		height: 40px
	}
}

.matrix-component .row .matrixCol.top-height .air-lable {
	margin-top: 36px;
	display: block
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.matrix-component .row .matrixCol.top-height .air-lable {
		margin-top: 6px
	}
}

.matrix-component .row .matrixCol .total-price {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	font-family: Arial
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.matrix-component .row .matrixCol .total-price {
		font-size: 12px
	}
}

.matrix-component .row .matrixCol .total-price:hover {
	text-decoration: underline;
	color: #005dba
}

.matrix-component .row .matrixCol img {
	width: auto;
	display: inline-block
}

.matrix-component .row .matrixCol .airline-Logo {
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.matrix-component .row .matrixCol .airline-Logo .logoair {
		height: 25px
	}
}

.matrix-component .row .matrixCol .airline-Logo a {
	color: #005dba;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.matrix-component .row .matrixCol .airline-Logo a:hover {
	color: #005dba;
	text-decoration: underline
}

@media(max-width:767px) {
	.matrix-component .row .matrixCol .airline-Logo a {
		font-size: 12px
	}
}

@media(max-width:365px) {
	.matrix-component .row .matrixCol .airline-Logo a {
		font-size: 11px
	}
}

.matrix-component .row .matrixCol a:hover {
	color: #005dba;
	text-decoration: underline
}

.matrix-component .row .matrixCol.secretdeal-block {
	position: relative
}

.matrix-component .row .matrixCol.secretdeal-block .secretdeal-price {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.matrix-component .row .matrixCol.secretdeal-block.height2 {
	height: 82px
}

.matrix-component .row .matrixCol.secretdeal-block.height3 {
	height: 123px
}

.matrix-component .row .matrixCol.secretdeal-block.active {
	background: #eee;
	color: #005dba;
	text-decoration: underline
}

.matrix-btn {
	position: relative;
	background: #005dba;
	padding: 5px 10px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 5px
}

.matrix-btn:active,
.matrix-btn:focus {
	position: relative;
	background: #005dba;
	padding: 5px 10px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 5px
}

.matrix-btn:hover {
	color: #000
}

.list-coupon {
	padding: 10px;
	background: #00b67a;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px
}

.list-coupon i {
	float: right;
	font-size: 12px
}

.list-coupon a {
	color: #fff
}

.list-coupon .coupons {
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #fff
}

@media(max-width:1023px) {
	.list-coupon .coupons {
		font-size: 16px;
		padding: 3px 5px;
		border: 1px solid #fff;
		display: inline-block
	}
}

@media(max-width:1199px) {
	.list-coupon .valentine-terms {
		left: auto;
		right: 0;
		width: 300px
	}
}

@media(max-width:1199px) {
	.list-coupon .valentine-terms .arrow {
		left: auto;
		right: 30px
	}
}

.sorting-tab {
	margin: 0
}

@media(max-width:767px) {
	.sorting-tab {
		background: #f5f5f5;
		border: 1px solid #eaeaea;
		border-radius: 3px;
		margin-bottom: 10px;
		overflow-y: hidden;
		overflow-x: scroll
	}
}

.sorting-tab .tab-btn-wrap {
	display: inline-block
}

@media(max-width:767px) {
	.sorting-tab .tab-btn-wrap {
		width: 375px;
		display: block
	}
}

.sorting-tab .tab-btn {
	vertical-align: middle;
	padding: 5px 20px;
	display: inline-block;
	color: #333;
	font-weight: 700;
	cursor: pointer;
	background: #fff;
	position: relative
}

@media(max-width:767px) {
	.sorting-tab .tab-btn {
		color: #4d4d77;
		background: 0 0;
		font-weight: 400;
		float: left;
		padding: 6px 8px;
		height: 43px;
		border-right: 1px solid #eaeaea;
		text-align: center
	}

	.sorting-tab .tab-btn:first-child {
		padding-top: 15px
	}
}

.sorting-tab .tab-btn .icons {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 20px;
	width: 41px;
	text-align: center;
	transform: translatey(-50%);
	color: #005dba
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.sorting-tab .tab-btn .icons {
		display: none
	}
}

.sorting-tab .tab-btn span {
	color: #005dba;
	font-size: 11px;
	display: block
}

@media(min-width:1024px)and (max-width:1199px) {
	.sorting-tab .tab-btn span {
		font-size: 10px
	}
}

.sorting-tab .tab-btn:hover {
	background: #fff
}

.sorting-tab .tab-btn.cashback-bonus {
	color: #455d89
}

.sorting-tab .tab-btn.active,
.not-touch .sorting-tab .tab-btn:hover {
	background: #005dba;
	color: #fff
}

@media(max-width:767px) {

	.sorting-tab .tab-btn.active,
	.not-touch .sorting-tab .tab-btn:hover {
		background: #fff;
		color: #4d4d77
	}
}

.sorting-tab .tab-btn.active .icons,
.not-touch .sorting-tab .tab-btn:hover .icons {
	color: #fff
}

.sorting-tab .tab-btn.lowest-price {
	line-height: 32px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.sorting-tab .tab-btn.lowest-price {
		line-height: 17px
	}
}

.sorting-tab .tab-btn .price {
	display: block
}

.sorting-tag {
	position: relative;
	float: right;
	overflow: hidden;
	padding: 7px 12px 8px;
	color: #888;
	border: 1px solid #dcdcdc;
	background: #fff
}

.sorting-tag .tag {
	color: #333;
	text-decoration: none;
	padding: 0 6px;
	cursor: pointer;
	border-right: 1px solid #ccc
}

.sort-icon {
	right: -2px
}

.component-flight-listing .sorting-tag .tag:hover {
	color: #f60
}

.sorting-tag .tag:last-child {
	padding-right: 0;
	border: none
}

.reset-filter-button {
	margin-bottom: 10px;
	text-align: right
}

.reset-filter-button .button {
	display: inline-block;
	background: #005dba;
	color: #fff;
	padding: 3px 10px;
	margin-right: 2px;
	cursor: pointer
}

.reset-filter-button .button.matrix-mobile-btn {
	width: 126px;
	padding-right: 22px;
	position: relative;
	white-space: nowrap
}

.reset-filter-button .button.matrix-mobile-btn:after {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: 5px;
	font-size: 17px;
	top: -1px
}

.reset-filter-button .button.matrix-mobile-btn.active:after {
	content: ""
}

.airline-matrix-mobile {
	margin: 10px 0
}

.airline-matrix-mobile ul li {
	display: inline-block;
	font-size: 11px;
	background: #fff;
	padding: 6px 4px;
	border-radius: 2px;
	color: #4d4d77;
	border: 1px solid #e8e8e8;
	width: 32.5%;
	position: relative
}

.airline-matrix-mobile ul li:hover {
	box-shadow: 1px 1px 5px #b7c0e6;
	border: 1px solid #69aeff
}

.airline-matrix-mobile ul li b {
	display: block;
	font-size: 12px;
	color: #3b3b3b
}

.airline-matrix-mobile ul li img {
	outline: 1px solid #fff;
	outline-offset: -1px;
	border-radius: 8px;
	width: 30px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px
}

.airline-matrix-mobile .bnpl-logo {
	width: 19px;
	height: 9px;
	position: absolute;
	right: 4px;
	top: 3px;
	background: url(../../../assets/listing/bnpl-mobile.png) no-repeat center bottom
}

#advanceSearch {
	border: 1px solid red
}

#advanceSearch .pl25 {
	padding-left: 35px !important
}

.hoteltagline {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 110px
}

.hotel-gift-box {
	color: #5e5d5d;
	background: url(/resources/assets/gift-icon.gif) no-repeat;
	padding: 0 50px 0 100px;
	border-right: 1px solid #a9a9a9
}

.hotel-gift-box h4 {
	font-size: 20px;
	border-bottom: 1px dotted #b0afaf;
	font-weight: 700;
	padding: 5px 0
}

.hotel-gift-box div {
	font-size: 16px
}

.hotel-gift-box div span {
	font-weight: 700
}

.hotel-gift-box2 {
	padding: 0 10px;
	color: #5e5d5d
}

.hotel-gift-box2 h4 {
	font-size: 20px;
	border-bottom: 1px dotted #b0afaf;
	font-weight: 700;
	padding: 5px 0
}

.hotel-gift-box2 input {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100% !important;
	height: 42px;
	line-height: 42px
}

.hotel-gift-box2 button {
	font-size: 20px;
	background: #005dba;
	color: #fff
}

.content-hotels-block {
	padding: 20px 0
}

.content-hotels-block .hotel-content-head {
	font-size: 28px;
	font-weight: 500;
	padding-top: 10px;
	color: #686868;
	font-family: RobotoLight;
	margin-bottom: 20px
}

.content-hotels-block .hotel-content {
	text-align: justify;
	color: gray
}

.content-hotels-block .hotel-content p {
	margin-bottom: 20px;
	font-size: 16px
}

.best-car-deals {
	padding: 20px 0;
	font-family: roboto;
	margin-bottom: 20px
}

.best-car-deals .car-deal-head {
	font-size: 28px;
	font-weight: 500;
	padding-top: 10px;
	color: #686868;
	font-family: RobotoLight;
	margin-bottom: 20px
}

.best-car-deals .car-box {
	border: 1px solid #d9d9d9
}

.best-car-deals .car-box .deal-sep {
	border-top: 1px solid #d9d9d9;
	padding: 15px 20px
}

.best-car-deals .car-box .deal-sep .car-data {
	padding-right: 20px;
	border-right: 1px solid #bbb
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.best-car-deals .car-box .deal-sep .car-data {
		padding-right: 5px;
		margin-right: 5px
	}
}

.best-car-deals .car-box .deal-sep .car-data .car-type {
	font-size: 18px;
	color: #353535
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.best-car-deals .car-box .deal-sep .car-data .car-type {
		font-size: 14px;
		padding-right: 5px;
		margin-right: 5px
	}
}

.best-car-deals .car-box .deal-sep .car-data .car-detail {
	font-size: 14px;
	color: #949494
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.best-car-deals .car-box .deal-sep .car-data .car-detail {
		font-size: 12px
	}
}

.best-car-deals .car-box .deal-sep .car-data .hotel-star .fa {
	font-size: 14px;
	margin-right: 2px;
	color: #ffa352
}

.best-car-deals .car-box .deal-sep .car-data .hotel-star span .fa {
	color: #ccc
}

.best-car-deals .car-box .deal-sep .bdrR0 {
	border-right: 0;
	padding-right: 0
}

.best-car-deals .car-box .deal-sep .right-block {
	text-align: right
}

.best-car-deals .car-box .deal-sep .right-block .fare {
	font-size: 18px;
	color: #005dba
}

.best-car-deals .car-box .deal-sep .right-block .per-day {
	font-size: 13px;
	color: #838383
}

.best-car-deals .car-box .deal-sep2 {
	font-size: 16px;
	color: #4e4e4e;
	font-family: Roboto;
	padding: 15px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.best-car-deals .car-box .deal-sep2 {
		font-size: 14px
	}
}

.hotel-footer-terms {
	color: #9e9e9e;
	font-size: 14px
}

.hotel-footer-terms .footer-terms-head {
	font-size: 20px
}

.hotel-footer-terms p {
	line-height: 20px;
	margin-bottom: 0
}

.hotel-disclaimer {
	color: #9e9e9e;
	margin: 20px 0;
	font-size: 14px
}

.hotel-footer .social-media-icon li {
	margin-right: 9px !important
}

.hotel-destination-caption {
	margin-top: -80px;
	text-align: right
}

.hotel-destination-caption .caption-head {
	font-size: 72px;
	color: #ffce00;
	font-weight: 700;
	line-height: 1em
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-destination-caption .caption-head {
		font-size: 46px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-destination-caption .caption-head {
		font-size: 26px
	}
}

.hotel-destination-caption .caption-text {
	font-size: 36px;
	font-family: RobotoLight;
	color: #fff;
	font-weight: 700
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-destination-caption .caption-text {
		font-size: 20px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-destination-caption .caption-text {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-destination-caption {
		margin-top: -120px;
		text-align: center
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-destination-caption {
		margin: 0;
		text-align: center
	}
}

.hotel-destination-icon {
	padding: 30px 0
}

.hotel-destination-icon .iconset {
	text-align: center
}

.hotel-destination-icon .iconset img {
	margin-bottom: 10px
}

.hotel-destination-icon .iconset .iconset-head {
	font-size: 18px;
	font-family: Roboto;
	color: #005dba
}

.hotel-destination-icon .iconset .iconset-content {
	font-size: 14px;
	color: #767676
}

.exit-pop-up {
	position: fixed;
	background: url(/resources/assets/hotel-exit.png) no-repeat;
	width: 600px;
	height: 527px;
	top: 50%;
	left: 50%;
	z-index: 9998;
	margin: -263px 0 0 -300px;
	display: none
}

.exit-pop-up .cross {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #444;
	font-size: 22px;
	line-height: 22px;
	z-index: 9999;
	text-align: center;
	cursor: pointer
}

.exit-pop-up .cross:hover {
	color: #005dba
}

.exit-pop-up .coupon-txt {
	position: absolute;
	top: 50%;
	font-size: 24px;
	color: #fff;
	background: #005dba;
	padding: 7px 10px;
	border: 1px dashed #fff;
	margin: -60px 0 0 -180px;
	text-align: center;
	width: 360px;
	left: 50%
}

.hote-engine-component {
	background: #005dba;
	padding: 15px 0;
	position: relative
}

.hote-engine-component .engine-close {
	position: absolute;
	cursor: pointer;
	font-size: 24px;
	top: -6px;
	right: 0;
	color: #fff;
	z-index: 5
}

.hote-list-component {
	background: #eee;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component {
		margin-bottom: 70px
	}
}

.hote-list-component .hotel-selected>.hotel-result-repeater {
	background: #fff4b3
}

.hote-list-component .hotel-selected>.hotel-result-repeater .hidde-code {
	color: #fff4b3 !important
}

.hote-list-component .other-related-hotel {
	color: #4d4d77;
	margin: 15px;
	font-size: 14px
}

.hote-list-component .inner-engine-bg {
	padding-top: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .inner-engine-bg {
		padding-top: 100px
	}
}

.hote-list-component .inner-engine-bg .engine-close {
	position: absolute;
	z-index: 5;
	right: 15px;
	top: 60px;
	font-size: 40px
}

.hote-list-component .htl-checkbox label {
	margin-bottom: 0;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	display: block;
	font-weight: 400
}

.hote-list-component .htl-checkbox label input {
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 1
}

.hote-list-component .htl-checkbox label span:before {
	width: 17px;
	height: 17px;
	border: 1px solid #dedede;
	content: "";
	position: absolute;
	left: 0;
	top: 1px
}

.hote-list-component .htl-checkbox label input:checked~span:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px
}

.hote-list-component .htl-checkbox input[type=checkbox]:checked~span:before {
	font-family: fontawesome;
	content: "";
	font-size: 10px;
	line-height: 17px;
	color: #005dba;
	border: 1px solid #005dba;
	text-align: center
}

.hote-list-component .htl-box-shadow,
.hote-list-component .htl-discription-component .htl-dtl-aminitie,
.htl-discription-component .hote-list-component .htl-dtl-aminitie,
.hote-list-component .htl-discription-component .htl-dtl-discription,
.htl-discription-component .hote-list-component .htl-dtl-discription,
.hote-list-component .htl-discription-component .htl-dtl-map,
.htl-discription-component .hote-list-component .htl-dtl-map,
.hote-list-component .htl-discription-component .htl-top-discription,
.htl-discription-component .hote-list-component .htl-top-discription,
.hote-list-component .htl-discription-component .htl-available-rooms,
.htl-discription-component .hote-list-component .htl-available-rooms,
.hote-list-component .hotel-result-repeater,
.hote-list-component .htl-right-panel .htl-star-rating,
.hote-list-component .htl-right-panel .htl-search,
.hote-list-component .htl-right-panel .htl-price-range {
	box-shadow: 0 8px 8px -8px #888
}

.hote-list-component .htl-right-panel .htl-star-rating,
.hote-list-component .htl-right-panel .htl-search,
.hote-list-component .htl-right-panel .htl-price-range {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 15px
}

.hote-list-component .htl-right-panel .htl-star-rating .list-group,
.hote-list-component .htl-right-panel .htl-search .list-group,
.hote-list-component .htl-right-panel .htl-price-range .list-group {
	margin-bottom: 0
}

.hote-list-component .htl-right-panel .htl-star-rating .htl-search-btn,
.hote-list-component .htl-right-panel .htl-search .htl-search-btn,
.hote-list-component .htl-right-panel .htl-price-range .htl-search-btn {
	background: #005dba;
	color: #fff
}

.hote-list-component .htl-separator {
	float: left;
	width: 100%;
	height: 15px
}

.hote-list-component .hotel-result-repeater {
	background: #fff;
	margin-bottom: 15px;
	font-family: roboto;
	border: 1px solid #fff;
	transition: all 1s linear;
	padding: 0
}

.hote-list-component .hotel-result-repeater .col-xs-12 {
	border-top-width: 0;
	margin-top: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .col-xs-12 {
		margin-top: 15px;
		border-top: 1px solid #d0d0d0
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater {
		padding: 10px 15px
	}
}

.hote-list-component .hotel-result-repeater:hover {
	border: 1px solid #4e4e4e
}

.hote-list-component .hotel-result-repeater .htl-img {
	height: 180px;
	overflow: hidden;
	background: url(https://www.cheapflightsfares.com/resources/assets/ring.gif) center center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .htl-img {
		height: 125px
	}
}

.hote-list-component .hotel-result-repeater .htl-img img {
	height: 100%;
	width: 100%;
	transition: all .2s ease-in-out
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .htl-img img {
		width: 100%
	}
}

.hote-list-component .hotel-result-repeater .htl-img img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	position: relative;
	z-index: 4
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .htl-img img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.hote-list-component .hotel-result-repeater .htl-name {
	margin-top: 10px;
	position: relative
}

.hote-list-component .hotel-result-repeater .htl-name h4 {
	display: block;
	font-size: 21px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .htl-name h4 {
		font-size: 16px
	}
}

.hote-list-component .hotel-result-repeater .htl-name .htl-map {
	display: inline;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #ccc
}

.hote-list-component .hotel-result-repeater .hotel-price {
	min-height: 180px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-left: 1px solid #c4c4c4
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .hotel-price {
		border-width: 0;
		min-height: auto;
		padding-bottom: 0
	}
}

.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers {
	position: absolute;
	top: -9px;
	left: -29px
}

@media(max-width:767px) {
	.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers {
		left: 0;
		top: -15px;
		width: 100%
	}
}

.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt {
	background: url(/resources/assets/hotel-images/offer-bg.png) no-repeat;
	text-align: center;
	width: 87px;
	height: 67px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 15px;
	color: #fff
}

@media(max-width:767px) {
	.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt {
		width: 100%;
		color: #00a680;
		font-weight: 700;
		background: 0 0;
		letter-spacing: 1px;
		height: auto;
		padding: 10px
	}

	.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt br {
		display: none
	}
}

.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt b {
	font-size: 20px
}

.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt2 {
	background: url(/resources/assets/hotel-images/offer-bg.png) no-repeat;
	text-align: center;
	width: 87px;
	height: 67px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 15px;
	color: #fff
}

@media(max-width:767px) {
	.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt2 {
		background: 0 0;
		width: 100%;
		padding: 10px 8px;
		color: #00a680;
		font-weight: 700;
		letter-spacing: 1px
	}
}

.hote-list-component .hotel-result-repeater .hotel-price .hotel-offers .offer-txt2 b {
	font-size: 16px
}

.hote-list-component .hotel-result-repeater .hotel-price .max-price {
	margin: 0;
	font-size: 18px;
	color: #777
}

.hote-list-component .hotel-result-repeater .hotel-price .max-price .fa {
	font-size: 12px
}

.hote-list-component .hotel-result-repeater .hotel-price .min-price {
	margin: 0;
	font-size: 25px;
	color: #005dba
}

.hote-list-component .hotel-result-repeater .hotel-price .min-price .fa {
	font-size: 16px
}

@media(max-width:767px) {
	.hote-list-component .hotel-result-repeater .hotel-price .min-price {
		font-size: 21px
	}
}

.hote-list-component .hotel-result-repeater .htl-amenties .hidde-code {
	color: #fff
}

.hote-list-component .hotel-result-repeater .htl-amenties h4 {
	margin: 0 0 5px;
	font-size: 16px
}

.hote-list-component .hotel-result-repeater .htl-amenties li {
	cursor: pointer;
	float: left;
	margin-right: 10px
}

.hote-list-component .hotel-result-repeater .htl-amenties li .icon {
	color: #005dba;
	font-size: 16px
}

.hote-list-component .hotel-result-repeater .htl-addr {
	font-size: 14px;
	color: #444;
	margin: 5px 0;
	text-transform: lowercase
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hote-list-component .hotel-result-repeater .htl-addr {
		font-size: 12px
	}
}

.hote-list-component .car-banner {
	margin-bottom: 15px
}

.hote-list-component .htl-sort-by {
	margin-bottom: 15px;
	background: #fff
}

.hote-list-component .htl-sort-by h3 {
	margin: 0
}

.hote-list-component .htl-sort-by .one {
	background: #005dba;
	color: #fff;
	padding: 0 10px;
	height: 40px;
	line-height: 40px
}

@media(max-width:1023px) {
	.hote-list-component .htl-sort-by .one {
		display: inline-block
	}
}

.hote-list-component .htl-sort-by .sortingBox {
	height: 40px;
	line-height: 38px;
	background: #005dba;
	border-top: 2px solid #005dba;
	overflow: hidden
}

.hote-list-component .htl-sort-by .sortingBox li {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: roboto;
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
	border-right: 2px solid #005dba
}

.hote-list-component .htl-sort-by .sortingBox li:last-child {
	border-right: none
}

.hote-list-component .htl-sort-by .sortingBox li a {
	margin: 0;
	color: #fff;
	text-transform: capitalize
}

.hote-list-component .htl-sort-by .sortingBox li a.priceSort:after {
	visibility: hidden;
	font-family: FontAwesome;
	content: "";
	margin-left: 7px
}

.hote-list-component .htl-sort-by .sortingBox li a.priceSort.short::after {
	font-family: FontAwesome;
	content: ""
}

.hote-list-component .htl-sort-by .sortingBox li.active a.priceSort:after {
	visibility: visible
}

.hote-list-component .htl-sort-by .sortingBox li.active,
.hote-list-component .htl-sort-by .sortingBox li:hover {
	background: #005dba
}

.hote-list-component .htl-right-panel {
	font-family: roboto
}

.hote-list-component .htl-right-panel .list-group {
	border: 0
}

.hote-list-component .htl-right-panel .list-group .list-group-item {
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px
}

.hote-list-component .htl-right-panel .list-group .active {
	background: #fff;
	padding-top: 15px;
	border: 0;
	color: #005dba;
	font-size: 16px;
	position: relative;
	z-index: 0
}

.hote-list-component .htl-right-panel .htl-search .htl-name-search .row {
	margin: 0
}

.hote-list-component .htl-right-panel .htl-search .htl-name-search .row [class*=col-xs] {
	padding: 0
}

.hote-list-component .htl-right-panel .htl-search .htl-name-search .dropdown-menu {
	border: 1px solid red;
	padding: 0
}

.hote-list-component .htl-right-panel .htl-search .htl-name-search .dropdown-menu li {
	background: #fff;
	padding: 0;
	font-size: 14px
}

.hote-list-component .htl-right-panel .htl-search .htl-name-search .dropdown-menu li:hover,
.hote-list-component .htl-right-panel .htl-search .htl-name-search .dropdown-menu li.active a,
.hote-list-component .htl-right-panel .htl-search .htl-name-search .dropdown-menu li.active a:hover {
	background: #005dba
}

.hote-list-component .htl-right-panel .htl-price-range {
	overflow: hidden
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-price {
	margin-bottom: 15px
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-price .max-price-label,
.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-price .min-price-label {
	padding: 3px 10px;
	background: #eee;
	border-radius: 5px
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-slider {
	margin-bottom: 15px
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-slider .ui-slider-horizontal {
	height: 5px;
	background: #999
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-slider .ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
	top: -8px;
	border: 10px solid #005dba
}

.hote-list-component .htl-right-panel .htl-price-range .htl-range .htl-range-slider .ui-slider-range {
	background: #004487
}

.hote-list-component .htl-right-panel .htl-star-rating .htl-checkbox .htl-stars {
	float: left;
	margin: 0
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new {
	padding: 10px 15px;
	overflow: hidden
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new li {
	padding: 2px;
	margin: 2px 0
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new li .htl-stars-new {
	height: 34px;
	display: block
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row {
	width: 20%;
	float: left;
	text-align: center;
	background: #e5e5e5;
	border-right: 2px solid #fff
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row:last-child {
	border-right: none
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row:nth-child(2) label:before {
	content: "2"
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row:nth-child(3) label:before {
	content: "3"
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row:nth-child(4) label:before {
	content: "4"
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row:nth-child(5) label:before {
	content: "5"
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row label {
	padding: 0
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row label:before {
	content: "1";
	position: absolute;
	top: 10px;
	left: 50%;
	color: #000;
	z-index: 1;
	font-size: 12px;
	font-weight: 700
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row label span:before {
	border: none;
	font-size: 26px;
	content: "";
	font-family: fontawesome;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	color: #b7b7b7
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row label input[type=checkbox]:checked~span:before {
	font-size: 26px;
	font-family: fontawesome;
	content: "";
	color: #005dba;
	top: 0;
	line-height: inherit
}

.hote-list-component .htl-right-panel .htl-star-rating.hotel-star-new .checkbox-row .hotelcount {
	display: block;
	font-weight: 700;
	color: #005dba
}

.hote-list-component .check-box input[type=checkbox]:checked~label::before {
	color: #fff
}

.hote-list-component #toast-container>div {
	border-radius: 0;
	background: #005dba;
	box-shadow: none
}

.hote-list-component .htl-stars {
	margin: 0 auto 4px;
	overflow: hidden
}

.hotel_left_title {
	background: #fff;
	padding-bottom: 5px;
	border: 0;
	color: #005dba;
	font-size: 16px;
	position: relative
}

.booknowText {
	padding-bottom: 8px
}

.booknowText ul {
	padding-bottom: 8px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc
}

.booknowText ul li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	line-height: 17px;
	color: green
}

.booknowText ul li.seprator {
	border-right: 1px solid #ccc
}

.booknowText ul li a {
	color: green
}

.hotel-room-type {
	position: absolute;
	right: 15px;
	top: 15px
}

@media(max-width:767px) {
	.hotel-room-type {
		top: 4px;
		overflow: hidden;
		padding: 5px 0;
		position: relative;
		right: -15px;
		margin-bottom: 20px
	}
}

.hotel-room-type .label {
	color: #333;
	float: left;
	margin-top: 8px;
	font-size: 13px;
	width: 135px;
	text-align: right;
	padding-right: 5px
}

.hotel-room-type .select-class {
	width: 130px;
	float: left
}

@media(max-width:767px) {
	.hotel-room-type .select-class {
		float: none
	}
}

.hotel-room-type select.form-control {
	float: left;
	padding: 5px 0 5px 10px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 32px
}

.hotel-room-type .select-class::before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	pointer-events: none;
	right: 5px;
	top: 4px
}

.paynow {
	margin-top: 10px;
	display: block;
	text-align: right
}

.pr {
	padding-left: 5px
}

.htl-discription-component {
	background: #e9e9e9;
	font-family: roboto;
	margin-bottom: 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.htl-discription-component {
		margin-bottom: 20px
	}
}

.htl-discription-component .separator {
	height: 20px;
	width: 100%;
	float: left
}

.htl-discription-component .htl-dtl-aminitie,
.htl-discription-component .htl-dtl-discription,
.htl-discription-component .htl-dtl-map,
.htl-discription-component .htl-top-discription,
.htl-discription-component .htl-available-rooms {
	clear: both;
	position: relative;
	background: #fff
}

.htl-discription-component .htl-dtl-aminitie .htl-head,
.htl-discription-component .htl-dtl-discription .htl-head,
.htl-discription-component .htl-dtl-map .htl-head,
.htl-discription-component .htl-top-discription .htl-head,
.htl-discription-component .htl-available-rooms .htl-head {
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	padding: 20px 15px;
	color: #005dba;
	font-family: roboto
}

.htl-discription-component .htl-dtl-aminitie .htl-head .htl-stars,
.htl-discription-component .htl-dtl-discription .htl-head .htl-stars,
.htl-discription-component .htl-dtl-map .htl-head .htl-stars,
.htl-discription-component .htl-top-discription .htl-head .htl-stars,
.htl-discription-component .htl-available-rooms .htl-head .htl-stars {
	font-size: 16px
}

.htl-discription-component .htl-dtl-aminitie .htl-head .htl-stars .starRating,
.htl-discription-component .htl-dtl-discription .htl-head .htl-stars .starRating,
.htl-discription-component .htl-dtl-map .htl-head .htl-stars .starRating,
.htl-discription-component .htl-top-discription .htl-head .htl-stars .starRating,
.htl-discription-component .htl-available-rooms .htl-head .htl-stars .starRating {
	color: #ffcf00
}

@media(max-width:767px) {

	.htl-discription-component .htl-dtl-aminitie .htl-head,
	.htl-discription-component .htl-dtl-discription .htl-head,
	.htl-discription-component .htl-dtl-map .htl-head,
	.htl-discription-component .htl-top-discription .htl-head,
	.htl-discription-component .htl-available-rooms .htl-head {
		font-size: 15px;
		padding: 16px 15px
	}
}

.htl-discription-component .htl-dtl-aminitie .htl-discription,
.htl-discription-component .htl-dtl-discription .htl-discription,
.htl-discription-component .htl-dtl-map .htl-discription,
.htl-discription-component .htl-top-discription .htl-discription,
.htl-discription-component .htl-available-rooms .htl-discription {
	margin: 0;
	padding: 15px
}

.htl-discription-component .htl-dtl-aminitie .htl-discription [class*=col-xs-],
.htl-discription-component .htl-dtl-discription .htl-discription [class*=col-xs-],
.htl-discription-component .htl-dtl-map .htl-discription [class*=col-xs-],
.htl-discription-component .htl-top-discription .htl-discription [class*=col-xs-],
.htl-discription-component .htl-available-rooms .htl-discription [class*=col-xs-] {
	padding-left: 0;
	padding-right: 0
}

.htl-discription-component .htl-dtl-aminitie .htl-discription [class*=col-xs-] .dis-img,
.htl-discription-component .htl-dtl-discription .htl-discription [class*=col-xs-] .dis-img,
.htl-discription-component .htl-dtl-map .htl-discription [class*=col-xs-] .dis-img,
.htl-discription-component .htl-top-discription .htl-discription [class*=col-xs-] .dis-img,
.htl-discription-component .htl-available-rooms .htl-discription [class*=col-xs-] .dis-img {
	padding: 0 15px 0 0;
	overflow: hidden;
	max-height: 280px;
	min-height: 200px
}

.htl-discription-component .htl-dtl-aminitie .htl-discription [class*=col-xs-] .dis-para,
.htl-discription-component .htl-dtl-discription .htl-discription [class*=col-xs-] .dis-para,
.htl-discription-component .htl-dtl-map .htl-discription [class*=col-xs-] .dis-para,
.htl-discription-component .htl-top-discription .htl-discription [class*=col-xs-] .dis-para,
.htl-discription-component .htl-available-rooms .htl-discription [class*=col-xs-] .dis-para {
	border-left: 1px dotted #888;
	padding: 15px;
	margin: 0;
	min-height: 236px
}

@media only screen and (min-width:768px)and (max-width:1023px) {

	.htl-discription-component .htl-dtl-aminitie .htl-discription [class*=col-xs-] .dis-para,
	.htl-discription-component .htl-dtl-discription .htl-discription [class*=col-xs-] .dis-para,
	.htl-discription-component .htl-dtl-map .htl-discription [class*=col-xs-] .dis-para,
	.htl-discription-component .htl-top-discription .htl-discription [class*=col-xs-] .dis-para,
	.htl-discription-component .htl-available-rooms .htl-discription [class*=col-xs-] .dis-para {
		border-width: 0;
		min-height: auto
	}
}

.htl-discription-component .htl-dtl-aminitie .aminitie-repeat li,
.htl-discription-component .htl-dtl-discription .aminitie-repeat li,
.htl-discription-component .htl-dtl-map .aminitie-repeat li,
.htl-discription-component .htl-top-discription .aminitie-repeat li,
.htl-discription-component .htl-available-rooms .aminitie-repeat li {
	display: inline-block;
	padding: 2px 10px;
	width: 15%;
	min-height: 40px
}

.htl-discription-component .htl-dtl-aminitie .htl-location-map,
.htl-discription-component .htl-dtl-discription .htl-location-map,
.htl-discription-component .htl-dtl-map .htl-location-map,
.htl-discription-component .htl-top-discription .htl-location-map,
.htl-discription-component .htl-available-rooms .htl-location-map {
	height: 400px;
	width: 100%
}

.htl-discription-component .htl-top-discription .row {
	margin: 0
}

.htl-discription-component .htl-top-discription .row [class*=col-sm] {
	padding: 15px
}

.htl-discription-component .htl-top-discription .htl-top-img-container .htl-lg-img {
	overflow: hidden;
	max-height: 450px;
	min-height: 450px;
	background: #4e4e4e;
	display: flex;
	align-items: center;
	justify-content: center
}

.htl-discription-component .htl-top-discription .htl-top-img-container .htl-lg-img img {
	object-fit: contain;
	width: auto !important;
	display: inline-block
}

.htl-discription-component .htl-top-discription .htl-top-img-container .iceportal_frame {
	max-height: 450px;
	min-height: 450px
}

.htl-discription-component .htl-top-discription .more-about-hotel .discription p {
	line-height: 20px
}

.htl-discription-component .htl-top-discription .more-about-hotel .discription p a {
	color: #005dba
}

.htl-discription-component .htl-top-discription .more-about-hotel .discription p a:hover {
	color: #005dba;
	text-decoration: underline
}

.htl-discription-component .htl-top-discription .more-about-hotel .htl-price {
	padding-bottom: 15px
}

.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate {
	font-size: 30px;
	color: #005dba;
	position: relative
}

@media(max-width:767px) {
	.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate {
		float: left;
		font-size: 24px;
		text-align: left
	}
}

.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate small {
	display: block;
	font-size: 14px
}

.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate .offer-hd {
	background: url(/resources/assets/hotel-images/offer-bg3.png) no-repeat;
	width: 131px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	padding: 8px 20px 0 35px;
	color: #fff
}

.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate .offer-hd b {
	font-size: 20px
}

@media(max-width:767px) {
	.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate .offer-hd {
		color: #00a680;
		font-weight: 700;
		background: 0 0;
		letter-spacing: 1px;
		padding: 0 0 5px;
		text-align: center;
		width: 100%;
		position: static;
		height: auto
	}

	.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .rate .offer-hd br {
		display: none
	}
}

@media(max-width:767px) {
	.htl-discription-component .htl-top-discription .more-about-hotel .htl-price .htl-btnSelect {
		float: right;
		margin: 45px 0 0;
		padding: 5px 10px;
		font-size: 16px
	}
}

.htl-discription-component .htl-top-discription.hotel_detail_slider_top {
	position: relative;
	padding-bottom: 70px
}

@media(max-width:1023px) {
	.htl-discription-component .htl-top-discription.hotel_detail_slider_top {
		padding-bottom: 0
	}
}

.htl-discription-component .htl-top-discription.hotel_detail_slider_top .position_static {
	position: static
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body>.row {
	margin: 0
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body>.row>[class*=col-xs] {
	padding: 0
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat {
	border-bottom: 1px dotted #ccc
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .col-xs-12:first-child {
	background: 0 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .col-xs-12:first-child {
		background: #ccc
	}
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row {
	padding: 10px 15px;
	min-height: 82px;
	display: table;
	width: 100%
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .room-cols {
	display: table-cell;
	vertical-align: middle
}

@media(max-width:1023px) {
	.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row {
		min-height: auto
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row {
		min-height: auto;
		text-align: left;
		width: 100%;
		float: left
	}
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .facility {
	display: inline
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .facility li {
	display: inline-block;
	padding: 5px 1px;
	font-size: 14px
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .facility li .icon {
	color: #005dba
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .room-price .rate {
	margin: 0;
	font-size: 22px
}

.htl-discription-component .htl-available-rooms .htl-available-rooms-body .list-room-repeat .room-row .room-price .rate small {
	display: block
}

.htl-discription-component .htl-detail-carousel .carousel-control {
	display: inline-block;
	top: 40%;
	color: #fff
}

.htl-discription-component .htl-detail-carousel .carousel-control.right,
.htl-discription-component .htl-detail-carousel .carousel-control.left {
	background-image: none
}

.htl-discription-component .htl-detail-carousel .carousel-control.right .fa,
.htl-discription-component .htl-detail-carousel .carousel-control.left .fa {
	font-size: 70px;
	margin-top: 3px
}

.htl-discription-component .htl-detail-carousel .carousel-indicators {
	left: auto;
	margin-left: auto;
	width: 100%
}

.htl-discription-component .htl-detail-carousel .carousel-indicators li {
	vertical-align: middle;
	height: 32px;
	width: 32px;
	text-indent: 0;
	margin: 1px;
	padding: 0;
	border-radius: 0;
	text-align: left;
	border: 1px solid #fff;
	overflow: hidden
}

.htl-discription-component .htl-detail-carousel .carousel-indicators li img {
	position: absolute
}

.htl-discription-component .htl-detail-carousel .carousel-indicators li.active {
	margin: 1px;
	border: 1px solid #005dba
}

.cancelation-policy-main,
.cancelation_policy_main {
	display: inline;
	position: relative
}

.cancelation-policy-main .cancellation-policy,
.cancelation_policy_main .cancellation-policy {
	color: #005dba;
	position: relative
}

.cancelation-policy-main .cancellation-policy:hover,
.cancelation_policy_main .cancellation-policy:hover {
	color: #005dba
}

.cancelation-policy-main .cancellation-policy:hover:before,
.cancelation_policy_main .cancellation-policy:hover:before {
	content: attr(data-cancellation);
	display: inline-block;
	position: absolute;
	color: #4e4e4e;
	top: 100%;
	left: 0;
	padding: 10px;
	min-width: 270px;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 5
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.cancelation-policy-main .cancellation-policy:hover:before,
	.cancelation_policy_main .cancellation-policy:hover:before {
		display: none
	}
}

.cancelation-policy-main .htl-cancellation-policy-discription,
.cancelation_policy_main .htl-cancellation-policy-discription {
	display: none
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.cancelation-policy-main .htl-cancellation-policy-discription,
	.cancelation_policy_main .htl-cancellation-policy-discription {
		display: inline-block;
		position: absolute;
		color: #4e4e4e;
		top: 35px;
		left: 15px;
		padding: 10px;
		width: 300px;
		border: 1px solid #ddd;
		background: #fff;
		z-index: 5
	}

	.cancelation-policy-main .htl-cancellation-policy-discription .htl-cpd-close,
	.cancelation_policy_main .htl-cancellation-policy-discription .htl-cpd-close {
		position: absolute;
		top: 10px;
		right: 10px
	}
}

.cancelation-policy-main:hover .show_policy,
.cancelation_policy_main:hover .show_policy {
	display: block
}

.cancelation_policy_main .offer_policy {
	background: #079c04;
	color: #fff;
	padding: 2px 5px
}

.cancelation_policy_main .show_policy {
	left: inherit;
	right: 0;
	width: auto;
	text-align: center;
	padding: 10px 10px 0
}

.cancelation_policy_main .show_policy .arrow {
	right: 23px;
	left: inherit
}

.htl-head-top {
	border-bottom: 1px solid #ccc
}

.htl-head-top h2 {
	margin: 0;
	font-size: 20px
}

.detail-trip-advisor h3 {
	margin: 0 0 15px;
	font-size: 16px
}

.detail-trip-advisor hr {
	margin: 5px 0
}

.detail-trip-advisor .advisor-text {
	color: #818181;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eaeaea;
	padding: 3px 10px;
	margin-top: 0
}

.detail-trip-advisor .advisor-text a {
	text-decoration: none
}

.detail-trip-advisor .advisor-text a:hover {
	text-decoration: underline
}

@media(max-width:1023px) {
	.more-about-hotel {
		margin-top: -50px
	}
}

@media(max-width:767px) {
	.more-about-hotel {
		margin-top: -29px
	}
}

@media(max-width:767px) {
	#hotelDiscription .dis-para {
		border: none;
		padding: 15px 0
	}
}

.textGreen {
	color: #3ab54a
}

.paynow-hotel-detail {
	background: 0 0;
	position: absolute;
	right: 0;
	top: 20px
}

.paynow-hotel-detail li {
	padding-right: 20px;
	float: left
}

.payNow {
	margin-top: 7px
}

.result-tooltip a.text-link {
	color: #005dba
}

.htl-scroll-top {
	background: #ffd900;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	font-size: 20px;
	display: none
}

.hotel-component .component-deals-carousel figure {
	margin: 1px
}

.hotel-component .hotel-protection {
	padding-top: 20px;
	margin-bottom: 50px;
	font-family: roboto
}

.hotel-component .hotel-protection [class*=col] {
	padding: 0 10px
}

@media(max-width:1023px) {
	.hotel-component .hotel-protection [class*=col] {
		margin: 0 0 20px
	}
}

.hotel-component .hotel-protection .block {
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 15px 10px;
	min-height: 260px
}

@media(max-width:1199px) {
	.hotel-component .hotel-protection .block {
		min-height: 280px
	}
}

@media(max-width:1023px) {
	.hotel-component .hotel-protection .block {
		min-height: 240px
	}
}

@media(max-width:767px) {
	.hotel-component .hotel-protection .block {
		min-height: auto
	}
}

.hotel-component .hotel-protection .block .icons {
	font-size: 28px;
	color: #005dba
}

.hotel-component .hotel-protection .block .icons::before {
	color: #005dba
}

.hotel-component .hotel-protection .block .explore-btn {
	display: block;
	text-align: center;
	margin: 10px
}

.hotel-component .hotel-protection .block .explore-btn:hover {
	text-decoration: underline
}

.hotel-component .hotel-protection .explore-btn {
	display: inline;
	color: #005dba
}

.hotel-component .hotel-protection .explore-btn:hover {
	color: #005dba
}

.hotel-component .hotel-add-discription {
	margin-bottom: 50px;
	font-family: roboto;
	color: #908f8f
}

.hotel-component .hotel-add-discription h2 {
	font-family: robotolight
}

.hotel-component .hotel-customer-review {
	color: #908f8f;
	margin-bottom: 50px
}

.hotel-component .hotel-customer-review h2 {
	font-family: robotolight
}

.hotel-component .hotel-customer-review .review-wraper {
	border: 1px solid #d9d9d9;
	font-family: roboto;
	padding: 0 20px;
	height: 100%
}

@media(max-width:1199px) {
	.hotel-component .hotel-customer-review .review-wraper {
		padding: 0 12px
	}
}

.hotel-component .hotel-customer-review .review-wraper p {
	padding-top: 10px;
	color: gray
}

.hotel-component .hotel-customer-review .review-wraper .review-star {
	color: #ffa352
}

.hotel-component .hotel-customer-review .review-wraper .review-star.four .fa:nth-child(1n+5) {
	color: #908f8f
}

.hotel-component .hotel-most-popular {
	margin-bottom: 50px;
	color: gray
}

.hotel-component .hotel-most-popular h2 {
	font-family: robotolight
}

.hotel-component .hotel-most-popular h3 {
	color: #4e4e4e
}

.hotel-component .hotel-most-popular .hotel-star {
	color: #ffa352
}

.hotel-component .hotel-most-popular .hotel-star.five .fa {
	margin-right: 3px
}

.hotel-component .hotel-most-popular .hotel-star.five .fa:nth-child(1n+5) {
	color: #908f8f
}

.hotel-component .hotel-most-popular .item-wrapper {
	border: 1px solid #ccc;
	padding: 10px
}

.hotel-component .hotel-most-popular .deals-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc
}

.hotel-component .hotel-most-popular .deals-block:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.hotel-special-offers,
.hotel-cities-explored {
	margin-bottom: 50px;
	position: relative
}

.hotel-special-offers h2,
.hotel-cities-explored h2 {
	font-family: robotolight;
	color: #333;
	font-size: 30px
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.hotel-special-offers h2,
	.hotel-cities-explored h2 {
		font-size: 20px
	}
}

.hotel-special-offers .hotel-deals,
.hotel-cities-explored .hotel-deals {
	border: 1px solid #2190ff;
	border-top-width: 0;
	padding: 15px;
	font-family: roboto
}

.hotel-special-offers .hotel-deals .star,
.hotel-cities-explored .hotel-deals .star {
	color: #ffa352;
	margin-bottom: 10px
}

.hotel-special-offers .hotel-deals .star.five .fa,
.hotel-cities-explored .hotel-deals .star.five .fa {
	margin-right: 3px
}

.hotel-special-offers .hotel-deals .star.five .fa:nth-child(1n+5),
.hotel-cities-explored .hotel-deals .star.five .fa:nth-child(1n+5) {
	color: #908f8f
}

.hotel-special-offers .hotel-deals h3,
.hotel-cities-explored .hotel-deals h3 {
	font-size: 18px;
	color: #333;
	margin: 0
}

.hotel-special-offers .hotel-deals p,
.hotel-cities-explored .hotel-deals p {
	color: #005dba;
	margin: 0
}

.hotel-special-offers .hotel-deals p small,
.hotel-cities-explored .hotel-deals p small {
	color: gray;
	display: block
}

.hotel-special-offers .hotel-deals .address,
.hotel-cities-explored .hotel-deals .address {
	margin-bottom: 10px;
	color: gray
}

.hotel-special-offers .owl-carousel,
.hotel-cities-explored .owl-carousel {
	touch-action: none
}

.hotel-special-offers .owl-nav,
.hotel-cities-explored .owl-nav {
	position: absolute;
	top: -36px;
	right: 0
}

.hotel-special-offers .owl-nav .owl-next,
.hotel-special-offers .owl-nav .owl-prev,
.hotel-cities-explored .owl-nav .owl-next,
.hotel-cities-explored .owl-nav .owl-prev {
	display: inline-block;
	background: #ddd;
	color: #666;
	padding: 5px 8px 4px;
	margin: 2px;
	transition: all .8s linear;
	font-size: 11px
}

.hotel-special-offers .owl-nav .owl-next:hover,
.hotel-special-offers .owl-nav .owl-prev:hover,
.hotel-cities-explored .owl-nav .owl-next:hover,
.hotel-cities-explored .owl-nav .owl-prev:hover {
	background: #555;
	color: #fff
}

.guests {
	display: none;
	padding: 12px;
	position: absolute;
	left: -193px;
	top: 60px;
	z-index: 7;
	width: 480px;
	background: #fff;
	border: 1px solid #fff
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.guests {
		left: -230px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests {
		left: 0;
		top: 55px;
		width: 100%
	}
}

.guests .label {
	padding-top: 24px;
	width: 60px;
	display: block;
	font-size: 12px;
	color: #37454d;
	float: left;
	font-weight: 400
}

.guests .label2 {
	display: block;
	font-size: 12px;
	color: #37454d;
	font-weight: 400
}

.guests .select {
	position: relative;
	width: 100%;
	height: 22px;
	display: block;
	text-align: left
}

.guests .select select {
	width: 100%;
	padding: 2px 5px;
	height: 22px;
	font-size: 12px;
	color: #37454d;
	font-weight: 400;
	margin: 0;
	border: 1px solid #ccc;
	outline: none;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none
}

.guests .select:after {
	font-family: fontawesome;
	text-align: center;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
	line-height: 22px;
	z-index: 9;
	pointer-events: none;
	color: #333 !important
}

.guests .kids-row {
	position: relative;
	padding: 8px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc
}

.guests .col {
	padding-right: 10px;
	width: 60px;
	float: left
}

.guests .right {
	width: calc(100% - 120px);
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .right {
		width: 100%;
		margin-top: 10px
	}
}

.guests .col1 {
	width: 20%;
	padding-right: 10px;
	float: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .col1 {
		width: 20%
	}
}

.guests .remove_row {
	position: absolute;
	right: 4px;
	top: 32px;
	color: #333
}

.guests .remove_row:hover {
	color: #f60
}

.guests .btn-row {
	width: 100%;
	overflow: hidden
}

.guests .btn-row a {
	margin: 8px auto;
	padding: 0 15px;
	display: inline-block;
	height: 29px;
	line-height: 26px;
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #cdd0d2;
	border-radius: 2px
}

.guests .btn-row a span {
	margin-right: 5px
}

.guests a.confirm_room {
	background: #005dba;
	border-color: #005dba;
	color: #fff !important
}

.guests .up_arrow {
	position: absolute;
	left: 290px;
	top: -18px;
	font-size: 25px;
	color: #fff
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.guests .up_arrow {
		left: 33px
	}
}

.term-condition .inputSet33 label {
	display: inline-block
}

.pramotion_banner_home {
	position: relative;
	text-align: center;
	margin: 15px auto 0;
	width: 852px
}

@media(max-width:1199px) {
	.pramotion_banner_home {
		width: 100%
	}
}

@media(max-width:1199px) {
	.pramotion_banner_home .banner-format {
		width: 100%
	}
}

@media(max-width:767px) {
	.pramotion_banner_home {
		max-width: 400px
	}
}

@media(max-width:479px) {
	.pramotion_banner_home {
		width: 100%
	}
}

.pramotion_banner_home .result-tooltip {
	position: absolute;
	right: 24%;
	bottom: 3px
}

@media(max-width:1023px) {
	.pramotion_banner_home .result-tooltip {
		bottom: 1px
	}
}

@media(max-width:767px) {
	.pramotion_banner_home .result-tooltip {
		right: inherit;
		left: 67px;
		bottom: 2px
	}
}

.pramotion_banner_home .result-tooltip .show_policy {
	width: 300px
}

@media(max-width:1199px) {
	.pramotion_banner_home .result-tooltip .show_policy {
		width: 200px;
		left: auto;
		right: -12px;
		z-index: 1
	}
}

@media(max-width:767px) {
	.pramotion_banner_home .result-tooltip .show_policy {
		width: 200px;
		left: auto;
		right: -129px;
		z-index: 1
	}
}

@media(max-width:1199px) {
	.pramotion_banner_home .result-tooltip .show_policy .arrow {
		left: auto;
		right: 5px
	}
}

@media(max-width:767px) {
	.pramotion_banner_home .result-tooltip .show_policy .arrow {
		left: 52px !important;
		right: 0
	}
}

.pramotion_banner_home .button-book {
	background: #ffd800;
	padding: 2px 5px;
	margin: 2px;
	display: inline-block
}

.pramotion_banner_results {
	position: relative;
	margin-bottom: 15px
}

.pramotion_banner_results img {
	width: 100%
}

.pramotion_banner_results figure {
	position: relative
}

.pramotion_banner_results figure .result-tooltip {
	position: absolute;
	right: 3px;
	bottom: 1px
}

.pramotion_banner_results figure .result-tooltip .show_policy {
	left: inherit;
	right: -6px
}

.pramotion_banner_results figure .result-tooltip .show_policy .arrow {
	left: inherit;
	right: 3px
}

.hotel-detail-new {
	background: #e9e9e9;
	padding-top: 150px
}

@media(max-width:1199px) {
	.hotel-detail-new {
		padding-top: 130px
	}
}

@media(max-width:767px) {
	.hotel-detail-new {
		padding-top: 0
	}
}

@media(max-width:1199px) {
	.hotel-detail-new .container {
		width: 100%
	}
}

.hotel-detail-new .ui-datepicker {
	z-index: 10 !important
}

.hotel-detail-new #searchHotel input[type=text] {
	padding-left: 40px
}

.hotel-detail-new .discription h2 {
	font-size: 25px;
	color: #005dba;
	margin-top: 0
}

@media(max-width:1023px) {
	.hotel-detail-new .discription h2 {
		font-size: 20px
	}
}

.hotel-detail-new .discription p {
	padding-bottom: 20px;
	font-size: 15px;
	color: #858585;
	line-height: 21px
}

@media(max-width:1023px) {
	.hotel-detail-new .discription p {
		font-size: 12px;
		padding-bottom: 0
	}
}

.hotel-detail-new .support {
	margin-top: 30px;
	float: right;
	padding-left: 15px
}

.hotel-detail-new .support img {
	max-width: 100%
}

@media(min-width:1024px)and (max-width:1199px) {
	.hotel-detail-new .support img {
		padding: 0 10px;
		margin-top: 10px
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.hotel-detail-new .support {
		margin-top: 22px
	}
}

.hotel-detail-new .top-Box {
	background: #fff;
	padding: 8px 0;
	overflow: hidden;
	width: 100%;
	color: #474747
}

.hotel-detail-new .top-Box i {
	margin-right: 10px
}

.hotel-detail-new .top-Box .seprator {
	color: #bbb;
	font-size: 13px;
	margin: 0 5px
}

.hotel-detail-new .hotel-titel {
	font-size: 23px;
	color: #3f3f3f;
	padding-top: 18px
}

@media(max-width:1199px) {
	.hotel-detail-new .hotel-titel {
		padding-top: 0
	}
}

@media(max-width:1023px) {
	.hotel-detail-new .hotel-titel {
		font-size: 20px;
		padding: 0
	}
}

.hotel-detail-new .hotel-city-carousel .item {
	background: #fff;
	position: relative
}

.hotel-detail-new .hotel-city-carousel .item .hotel-deals {
	padding: 10px;
	min-height: 92px
}

.hotel-detail-new .hotel-city-carousel .item h3 {
	margin: 0;
	font-size: 17px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.hotel-detail-new .hotel-city-carousel .item:hover h3 {
	color: #005dba
}

.hotel-detail-new .hotel-city-carousel .block {
	padding: 0 15px
}

@media(max-width:1023px) {
	.hotel-detail-new .hotel-city-carousel .block {
		padding: 0 5px
	}
}

.hotel-detail-new .hotel-city-carousel .block .image-block {
	height: 190px;
	position: relative;
	overflow: hidden;
	background: #bababa
}

.hotel-detail-new .hotel-city-carousel .block .image-block img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.htl-stars {
	width: 80px;
	height: 16px;
	display: block;
	margin: 5px 0;
	background: url(../../../assets/stars-rating.png) 0 -16px repeat-x
}

.htl-stars span {
	background: url(../../../assets/stars-rating.png) 0 0 repeat-x;
	height: 16px;
	display: block
}

.aboutText {
	background: #fff;
	padding: 26px;
	font-size: 14px;
	line-height: 21px
}

@media(max-width:767px) {
	.aboutText {
		padding: 15px;
		font-size: 13px;
		line-height: 20px
	}
}

.aboutText p {
	color: #858585;
	margin-bottom: 18px
}

.hotel-aminities {
	background: #fff;
	padding: 15px;
	overflow: hidden
}

.hotel-aminities .item {
	float: left;
	color: #3b3b3b;
	text-align: center
}

.hotel-aminities .item .icon {
	font-size: 29px;
	border: 1px solid #333;
	display: block;
	line-height: 70px;
	content: "";
	width: 70px;
	height: 70px;
	text-align: center;
	position: relative;
	margin: 20px auto;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hotel-aminities .item .icon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block
}

.hotel-aminities .item .icon:hover {
	border-color: #005dba
}

.hotel-aminities .item:hover {
	color: #005dba
}

.hotel-aminities .slick-prev,
.hotel-aminities .slick-next {
	height: 100%;
	z-index: 2;
	width: 30px;
	background: #ddd
}

.hotel-aminities .slick-prev:hover,
.hotel-aminities .slick-prev:focus,
.hotel-aminities .slick-next:hover,
.hotel-aminities .slick-next:focus {
	background: #bcbcbc
}

.hotel-aminities .slick-prev {
	left: 0
}

.hotel-aminities .slick-next {
	right: 0
}

.hotel-aminities .slick-prev::before,
.hotel-aminities .slick-next::before {
	color: #333;
	font-size: 36px
}

.hotel-bg {
	background: #fff;
	padding: 26px
}

@media(max-width:1023px) {
	.hotel-bg {
		padding: 15px
	}
}

.hotel-bg p {
	font-size: 14px;
	color: #858585;
	line-height: 21px;
	margin-bottom: 18px
}

.hotel-bg p strong,
.hotel-bg p b {
	color: #585858
}

.hotel-bg .top_row {
	font-size: 18px;
	color: #005dba;
	padding-bottom: 21px
}

@media(max-width:1023px) {
	.hotel-bg .top_row {
		font-size: 13px
	}
}

.hotel-bg .top_row .red {
	color: #005dba
}

.hotel-bg .top_row .seprator {
	color: #ccc
}

.margin-bottom2 {
	margin-bottom: 50px
}

.hotel-breadcrumbs {
	background: 0 0;
	padding: 15px 0;
	clear: both
}

@media(max-width:1199px) {
	.hotel-breadcrumbs {
		margin-bottom: 0
	}
}

.hotel-breadcrumbs li+li::before {
	color: #606060;
	content: "";
	font-family: fontawesome
}

.hotel-head {
	font-size: 23px;
	color: #005dba;
	margin: 0
}

@media(max-width:767px) {
	.hotel-head {
		font-size: 19px;
		padding-bottom: 10px
	}
}

.hotel-head .hotel-address {
	font-size: 14px;
	color: #005dba
}

@media(max-width:767px) {
	.hotel-head .hotel-address {
		font-size: 13px
	}
}

.hotel-head .hotel-address a {
	text-decoration: none
}

.hotel-head .text-red {
	color: #005dba
}

.hotel-tab {
	list-style: none;
	padding: 40px 0 20px;
	overflow: hidden
}

@media(max-width:1199px) {
	.hotel-tab {
		padding: 20px 0
	}
}

@media(max-width:767px) {
	.hotel-tab {
		padding: 10px 0
	}
}

.hotel-tab li {
	float: left;
	padding: 0 20px 0 0
}

.hotel-tab li a:hover,
.hotel-tab li a.active {
	color: #005dba
}

.hotel-slider-bg {
	background: #fff;
	padding: 20px;
	min-height: 460px
}

@media(max-width:1199px) {
	.hotel-slider-bg {
		min-height: 350px
	}
}

@media(max-width:1023px) {
	.hotel-slider-bg {
		min-height: 240px;
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.hotel-slider-bg {
		min-height: inherit
	}
}

@media(max-width:1199px) {
	.hotel-slider-bg h3 {
		font-size: 20px;
		margin-top: 0
	}
}

@media(max-width:1023px) {
	.hotel-slider-bg h3 {
		font-size: 16px
	}
}

.padding_right_none {
	padding-right: 0
}

.hotel-detail-engine-component {
	background: #fff;
	padding: 25px;
	width: 100%;
	float: left
}

.hotel-detail-engine-component .form-control {
	border: 1px solid #ccc;
	padding-left: 40px;
	font-size: 14px;
	color: #333
}

.hotel-detail-engine-component .form-control:focus {
	box-shadow: none
}

.hotel-detail-engine-component .pad05px {
	padding: 0 5px
}

.hotel-detail-engine-component .pad05px .search-icon {
	left: 17px
}

.hotel-detail-engine-component .btn-submit,
.hotel-detail-engine-component .ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .hotel-detail-engine-component button {
	font-size: 14px;
	padding: 13px 16px
}

.tripadvisor_div {
	white-space: nowrap
}

.tripadvisor_div h3 {
	margin-top: 0
}

@media(max-width:1023px) {
	.tripadvisor_div h3 {
		font-size: 17px
	}
}

.tripadvisor_div .advisor-image {
	background: url(../../../assets/ratingReview.png) 0 0 no-repeat;
	padding-left: 38px;
	height: 21px
}

.tripadvisor_div .advisorCircle {
	background: url(../../../assets/trip_rating.png) 0 -15px repeat-x;
	height: 16px;
	width: 80px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 3px;
	overflow: hidden
}

@media(max-width:767px) {
	.tripadvisor_div .advisorCircle {
		float: left;
		margin-right: 4px
	}
}

.tripadvisor_div .advisorCircle span {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../../assets/trip_rating.png) 0 0 repeat-x;
	display: block;
	height: 16px
}

.tripadvisor_div .trip-rating {
	border: 1px solid #eaeaea;
	padding: 2px 5px;
	color: #00a680
}

@media(max-width:1023px) {
	.tripadvisor_div .trip-rating {
		display: none
	}
}

.tripadvisor_div .advisor-text {
	color: #818181;
	width: auto;
	display: none;
	vertical-align: middle;
	border: 1px solid #eaeaea;
	padding: 1px 5px
}

.tripadvisor_div .advisor-text a {
	text-decoration: none
}

.tripadvisor_div .advisor-text a:hover {
	text-decoration: underline
}

.hotel-icon {
	padding: 20px 0 0 10px;
	overflow: hidden
}

.hotel-icon li {
	float: left;
	padding-right: 20px;
	font-size: 25px;
	color: #005dba;
	margin-bottom: 15px
}

.hotel-icon li .icon {
	font-size: 23px;
	border: 1px solid #005dba;
	display: block;
	line-height: 42px;
	content: "";
	width: 42px;
	height: 42px;
	text-align: center;
	position: relative;
	margin: 0 auto 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hotel-icon li .icon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block
}

.hotel-icon li .icon:hover {
	border-color: #005dba
}

.hotel-icon li:hover {
	color: #005dba
}

.htl-location-map img {
	width: 100%
}

.mainCntr {
	overflow: hidden
}

#slider_main .item {
	height: 460px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #3c3b3b;
	display: flex !important;
	align-items: center;
	justify-content: center
}

@media(max-width:1199px) {
	#slider_main .item {
		height: 350px
	}
}

@media(max-width:1023px) {
	#slider_main .item {
		height: 300px
	}
}

@media(max-width:767px) {
	#slider_main .item {
		height: 240px
	}
}

#slider_main .item img {
	object-fit: contain;
	width: auto !important;
	display: inline-block
}

#slider_thumb .item {
	height: 75px;
	overflow: hidden;
	text-align: center;
	padding: 0 4px
}

#slider_thumb .item img {
	width: 100%;
	height: 70px;
	cursor: pointer
}

@media(max-width:1023px) {
	#slider_thumb .item img {
		height: 50px
	}
}

@media(max-width:767px) {
	#slider_thumb .item {
		height: auto
	}
}

.hotel-search-room {
	width: 100%;
	background: #4d4d77;
	position: relative;
	float: left
}

.hotel-search-room .hotel-detail-engine-component {
	background: 0 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-search-room .hotel-detail-engine-component {
		padding: 15px 0
	}
}

@media(max-width:767px) {
	.hotel-search-room .hotel-detail-engine-component {
		padding: 10px 0
	}
}

.hotel-search-room .cr-btn-link {
	margin: 5px
}

@media(max-width:767px) {
	.hotel-search-room .hotel-detail-engine-component .pad05px {
		margin-bottom: 10px
	}
}

@media(max-width:767px) {
	.hotel-search-room {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-search-room #modify-engineDiv {
		display: block
	}
}

.no-padding-sm-left {
	padding-left: 0
}

@media(max-width:767px) {
	.no-padding-sm-left {
		padding-left: 15px
	}
}

#slider_main_hotel .item {
	height: 360px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #3c3b3b;
	display: flex !important;
	align-items: center;
	justify-content: center
}

@media(max-width:1199px) {
	#slider_main_hotel .item {
		height: 350px
	}
}

@media(max-width:1023px) {
	#slider_main_hotel .item {
		height: 300px
	}
}

@media(max-width:767px) {
	#slider_main_hotel .item {
		height: 240px
	}
}

#slider_main_hotel .item img {
	object-fit: contain;
	width: auto !important;
	display: inline-block
}

#slider_hotel_thumb {
	position: absolute;
	left: 10px;
	bottom: 5px;
	right: 10px;
	width: calc(100% - 20px)
}

@media(max-width:1023px) {
	#slider_hotel_thumb {
		position: relative;
		left: 0;
		right: 0;
		width: 100%
	}
}

#slider_hotel_thumb .item {
	height: 75px;
	overflow: hidden;
	text-align: center;
	padding: 0 4px
}

#slider_hotel_thumb .item img {
	width: 100%;
	height: 70px;
	cursor: pointer
}

@media(max-width:1023px) {
	#slider_hotel_thumb .item img {
		height: 60px
	}
}

@media(max-width:767px) {
	#slider_hotel_thumb .item {
		height: auto
	}
}

#slider_hotel_thumb .slick-prev,
#slider_hotel_thumb .slick-next {
	background: 0 0;
	left: -3px
}

#slider_hotel_thumb .slick-prev:before,
#slider_hotel_thumb .slick-next:before {
	text-shadow: 1px 1px 1px #171717;
	font-size: 47px
}

#slider_hotel_thumb .slick-prev:hover:before,
#slider_hotel_thumb .slick-next:hover:before {
	color: #005dba
}

#slider_hotel_thumb .slick-next {
	right: -4px;
	left: initial
}

#slider_hotel_thumb .slick-current img {
	border: 2px solid #005dba
}

.breadcrumb {
	padding: 15px 0 6px
}

@media(max-width:767px) {
	.breadcrumb {
		padding-top: 0;
		padding-bottom: 15px
	}
}

@media(max-width:767px) {
	.breadcrumb li {
		font-size: 13px
	}
}

.breadcrumb li a:hover {
	color: #005dba
}

.hotel_policy ul {
	list-style: inherit;
	padding-left: 15px
}

.hotel_policy ul li {
	position: relative;
	padding-bottom: 10px;
	font-size: 14px;
	color: #858585;
	line-height: 21px;
	list-style: inherit
}

.slick-initialized .slick-slide.remove {
	display: none
}

.hotelHeaderSticky {
	z-index: 11;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

@media(max-width:767px) {
	.hotelHeaderSticky {
		position: static
	}
}

.hote-list-component .navigation_block,
.htl-discription-component .navigation_block {
	height: 50px
}

.hote-list-component .navigation_block .component-navigation-new .logo-cff,
.htl-discription-component .navigation_block .component-navigation-new .logo-cff {
	margin-top: 10px
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav {
	padding-top: 18px
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav a,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav a {
	font-weight: 700
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav a:hover,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav a:hover {
	color: #005dba
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav a .toll-free,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav a .toll-free {
	color: #005dba
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav a .toll-free:hover {
	color: #005dba
}

.hote-list-component .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone,
.htl-discription-component .navigation_block .component-navigation-new .navbar-nav a .toll-free .glyphicon-earphone {
	color: #005dba
}

.hote-list-component .client-logos,
.htl-discription-component .client-logos {
	text-align: center
}

.hotel-most-popular-destination {
	width: 100%;
	overflow: hidden
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .row {
		margin: 0 -8px
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .row [class*=col] {
		padding: 0 8px
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination h2 {
		font-size: 20px
	}
}

.hotel-most-popular-destination .item {
	width: 100%;
	border: 1px solid #cecece;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden
}

@media(max-width:767px) {
	.hotel-most-popular-destination .item {
		margin-bottom: 12px
	}
}

.hotel-most-popular-destination .item figure {
	margin: -1px
}

.hotel-most-popular-destination .item .figure {
	position: relative
}

.hotel-most-popular-destination .item .hotel-deal {
	padding: 0 26px;
	overflow: hidden
}

@media(max-width:767px) {
	.hotel-most-popular-destination .item .hotel-deal {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
		background: rgba(0, 0, 0, .5)
	}
}

.hotel-most-popular-destination .item .hotel-deal h3 {
	float: left;
	color: #005dba;
	margin: 17px 0
}

@media(max-width:767px) {
	.hotel-most-popular-destination .item .hotel-deal h3 {
		color: #fff;
		margin: 0;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
}

.hotel-most-popular-destination .item .hotel-deal .deal-button {
	float: right;
	font-size: 14px;
	display: block;
	color: #3b3b3b;
	margin-top: 20px;
	padding-right: 20px;
	position: relative
}

.hotel-most-popular-destination .item .hotel-deal .deal-button:after {
	position: absolute;
	right: 0;
	top: -4px;
	font-family: fontawesome;
	content: "";
	font-size: 20px
}

.hotel-most-popular-destination .item .deal-block {
	width: 100%;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	left: 0;
	bottom: -200%;
	height: 100%;
	transition: all .5s
}

@media(max-width:767px) {
	.hotel-most-popular-destination .item .deal-block {
		position: static;
		margin-top: 2px
	}
}

.hotel-most-popular-destination .item .deal-block li {
	padding: 11px 15px;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .item .deal-block li {
		padding: 7px 10px 5px
	}
}

.hotel-most-popular-destination .item .deal-block li:last-child {
	border: none
}

.hotel-most-popular-destination .item .deal-block li:hover {
	background: #fff
}

.hotel-most-popular-destination .item .deal-block li h4 {
	font-size: 16px;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .item .deal-block li h4 {
		font-size: 13px
	}
}

.hotel-most-popular-destination .item .deal-block li .hotel-price {
	font-size: 20px;
	float: right
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .item .deal-block li .hotel-price {
		font-size: 15px
	}
}

.hotel-most-popular-destination .item .deal-block li .discount {
	padding: 2px;
	display: inline-block;
	font-size: 14px;
	color: #005dba;
	position: absolute;
	right: 10px;
	top: -10px
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .item .deal-block li .discount {
		font-size: 13px;
		top: -6px
	}
}

@media(max-width:479px) {
	.hotel-most-popular-destination .item .deal-block li .discount {
		margin-left: -20px
	}
}

.hotel-most-popular-destination .item .deal-block li a {
	display: block;
	color: #333
}

.hotel-most-popular-destination .item .deal-block li .address {
	padding: 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media(max-width:1023px) {
	.hotel-most-popular-destination .item .deal-block li .address {
		font-size: 12px;
		padding: 3px 0 0
	}
}

.hotel-most-popular-destination .item .deal-block li .starting {
	padding-top: 14px;
	font-size: 12px
}

.hotel-most-popular-destination .item .deal-block li .htl-stars {
	margin: 0
}

.hotel-most-popular-destination .item:hover .deal-block {
	bottom: 0
}

.customer-support .tp-logo-in-banner {
	position: relative;
	left: -13px;
	margin: 0 0 25px
}

.hotel-search-Engin .engin-bg {
	padding: 20px 0 10px;
	width: 100%;
	background: #21356e
}

@media(max-width:767px) {
	.hotel-search-Engin .engin-bg {
		padding: 11px !important;
		margin: -10px;
		width: auto
	}
}

.hotel-search-Engin .engin-bg .extra_text {
	color: #fff
}

.hotel-search-Engin .engin-bg .extra_text:hover {
	text-decoration: none
}

.hotel-search-Engin .header-section {
	min-height: 337px
}

@media(max-width:1023px) {
	.hotel-search-Engin .header-section {
		min-height: 250px
	}
}

@media(max-width:767px) {
	.hotel-search-Engin .header-section {
		min-height: auto;
		padding: 0
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-search-Engin #searchEngine {
		margin-top: 80px
	}
}

@media(max-width:767px) {
	.hotel-search-Engin #searchEngine {
		margin-top: 0;
		padding: 10px
	}
}

.hotel-search-Engin #searchEngine .list-one {
	border: none
}

@media(max-width:767px) {
	.hotel-search-Engin #searchEngine .list-one {
		border-bottom: 1px dashed rgba(255, 255, 255, .7)
	}
}

.hotel-search-Engin #searchEngine .input-lg {
	font-size: 14px
}

.hotel-review-carousel {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -10px
}

.hotel-review-carousel .block {
	width: 33.3%;
	float: left;
	padding: 0 10px
}

@media(max-width:767px) {
	.hotel-review-carousel .block {
		width: 100%;
		margin-bottom: 10px
	}
}

.thanksgiving {
	margin: 20px 0;
	float: right;
	max-width: 440px;
	position: relative;
	padding-left: 62px
}

@media(max-width:767px) {
	.thanksgiving {
		width: 100%;
		margin: 10px 0;
		padding-left: 41px
	}
}

.thanksgiving .couponTagline {
	font-size: 15px;
	color: #7d311a;
	margin: 0
}

@media(max-width:479px) {
	.thanksgiving .couponTagline {
		font-size: 13px
	}
}

.thanksgiving small {
	font-size: 12px;
	color: #000
}

@media(max-width:479px) {
	.thanksgiving small {
		font-size: 11px
	}
}

.thanksgiving .couponCode {
	font-weight: 700;
	color: #005dba;
	text-decoration: underline
}

.thanksgiving:before {
	width: 52px;
	height: 52px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -8px;
	background: url(/resources/assets/hotel-images/thanksgiving-icon.png) left top no-repeat
}

@media(max-width:767px) {
	.thanksgiving:before {
		background-size: 100%;
		width: 32px;
		height: 32px;
		top: -1px
	}
}

.thanksgiving .show_policy {
	right: -34px;
	left: inherit
}

@media(max-width:479px) {
	.thanksgiving .show_policy {
		right: -140px
	}
}

.thanksgiving .show_policy .arrow {
	right: 28px;
	left: inherit
}

@media(max-width:479px) {
	.thanksgiving .show_policy .arrow {
		right: inherit;
		left: 43px
	}
}

.carousel-indicators {
	z-index: 4 !important
}

@media(max-width:1023px) {
	.carousel-indicators {
		display: none
	}
}

.hotel-search-Engin .engine-carousel-banner {
	height: 100%
}

.hotel-sitemap {
	width: 100%;
	float: left;
	padding-bottom: 100px
}

.hotel-sitemap loading {
	padding: 30px 0;
	text-align: center;
	width: 500px;
	height: 200px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	background: #fff;
	z-index: 99;
	border-radius: 5px;
	box-shadow: 1px 1px 100px #333
}

.hotel-sitemap .bradcrum {
	width: 100%;
	float: left;
	padding: 15px 0
}

.hotel-sitemap .bradcrum ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

.hotel-sitemap .bradcrum ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	padding: 2px 15px;
	position: relative
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-sitemap .bradcrum ul li {
		padding: 2px 10px
	}
}

.hotel-sitemap .bradcrum ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: FontAwesome
}

.hotel-sitemap .bradcrum ul li:hover {
	color: #ff1e1e
}

.hotel-sitemap .bradcrum ul li:first-child {
	padding-left: 0
}

.hotel-sitemap .bradcrum ul li:first-child img {
	margin-right: 10px
}

.hotel-sitemap .bradcrum ul li:first-child:after {
	display: none
}

.hotel-sitemap .hotel-sitemap-inner-box {
	width: 100%;
	float: left;
	border-left: 1px solid #b2b2b2;
	padding-left: 24px;
	margin-bottom: 100px;
	min-height: 300px
}

.hotel-sitemap .hotel-sitemap-inner-box h2 {
	margin: 0 0 20px;
	padding: 12px 0 0;
	font-size: 26px
}

.hotel-sitemap .hotel-sitemap-inner-box .search-hotels {
	width: 100%;
	float: left;
	margin-top: 13px
}

.hotel-sitemap .hotel-sitemap-inner-box .search-hotels input {
	width: 100%;
	float: left;
	border: none;
	background: #e5e5e5;
	color: #919191;
	border-radius: 25px;
	padding: 3px 5px 3px 45px;
	height: 40px
}

.hotel-sitemap .hotel-sitemap-inner-box .search-hotels button {
	width: 25%;
	float: left;
	border: none;
	background: #f15a5f;
	color: #fff;
	font-weight: 600;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 3px 5px;
	height: 40px
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: 20px
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	margin-right: 7px;
	position: relative;
	border: 1px solid #cbc5c5;
	margin-bottom: 15px
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li a {
	display: inline-block;
	float: left;
	color: #8e8d8d;
	text-transform: uppercase;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 16px
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li:hover,
.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li.active {
	background: #ff1e1e;
	color: #fff;
	border: 1px solid #ff1e1e
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li:hover a,
.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li.active a {
	color: #fff
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li:hover:after,
.hotel-sitemap .hotel-sitemap-inner-box .alpha-numb ul li.active:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 6px;
	font-family: FontAwesome;
	font-size: 30px;
	color: #ff1e1e
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-tag {
	width: 100%;
	float: left;
	margin-bottom: 5px
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-tag .tag {
	width: 40px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	color: #c6c6c6;
	background: #e5e5e5;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.hotel-sitemap .hotel-sitemap-inner-box .alpha-tag .tag .tab-strip {
	position: absolute;
	top: 20px;
	left: -24px;
	height: 5px;
	width: 30px;
	background: #e5e5e5;
	display: inline-block
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links {
	width: 100%;
	float: left
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 100%;
	display: block
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul li {
	width: 33%;
	float: left;
	list-style: none;
	display: block;
	margin-bottom: 10px
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul li a {
	float: left;
	padding: 5px 10px;
	position: relative;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul li a:hover {
	color: #ff1e1e;
	text-decoration: underline
}

.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: FontAwesome
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-sitemap .hotel-sitemap-inner-box .hotel-sitemap-links ul li {
		width: 100%;
		margin-bottom: 5px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.header-hd {
		top: 80px !important
	}
}

.hotelBrand {
	background: #f4f4f4;
	padding: 8px 0;
	overflow: hidden
}

@media(max-width:767px) {
	.hotelBrand {
		padding: 25px 0
	}
}

.hotelBrand ul {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
	justify-content: space-between
}

.hotelBrand li {
	float: left
}

.brandslider figure {
	text-align: center
}

.brandslider figure img {
	height: 40px;
	border: 0
}

@media(max-width:1199px) {
	.brandslider figure img {
		height: 32px
	}
}

.brandslider .slick-prev,
.brandslider .slick-next {
	background: #fff;
	border-radius: 100%;
	border: 1px solid #dadada
}

.brandslider .slick-prev:before,
.brandslider .slick-next:before {
	color: #565656
}

.brandslider .slick-prev:hover:before,
.brandslider .slick-next:hover:before {
	color: #fff
}

.hotelsection .destination-bg {
	background: #005dba;
	margin-bottom: -1px
}

.hotelsection .destination-heading {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 10px 0 -4px -10px
}

@media(max-width:767px) {
	.hotelsection .destination-heading {
		font-size: 18px;
		margin: 10px 0 -4px
	}
}

.hotelsection .destination-tagline {
	color: #f7d631;
	font-size: 14px;
	margin-left: -10px
}

@media(max-width:767px) {
	.hotelsection .destination-tagline {
		font-size: 16px;
		margin-left: 0
	}
}

.hotelsection .slick-slide img {
	width: 100%;
	border-radius: 5px 5px 0 0
}

.hotelsection .hotel-search-Engin .engin-bg {
	padding: 10px 0
}

@media(max-width:767px) {
	.hotelsection .hotel-search-Engin .engin-bg {
		padding: 0 0 10px
	}
}

.hotelsection .hotel-search-Engin #searchEngine {
	margin-top: 0
}

.hotelsection .block .icon-shield {
	color: #005dba
}

.hotelsection .component-citypages .component-city-content .city-listview {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media(max-width:767px) {
	.hotelsection .component-citypages .component-city-content .city-listview {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.hotelsection .component-citypages .component-city-content .city-listview ul li {
	padding-right: 30px
}

@media(max-width:1023px) {
	.hotelsection .component-citypages .component-city-content .city-listview ul li {
		padding-right: auto
	}
}

.hotelsection .component-citypages .component-about-content p {
	font-size: 14px;
	line-height: 18px
}

.hotelsection .component-citypages .component-about-content p span {
	font-size: 14px !important;
	line-height: 18px !important
}

.hotelsection .component-citypages .component-about-content ul {
	margin-left: 20px
}

.hotelsection .component-citypages .component-about-content ul li {
	list-style: circle;
	line-height: 18px
}

.htldeal-block .item {
	min-height: 315px
}

.htldeal-block .item figure {
	height: 190px;
	position: relative;
	overflow: hidden;
	background: #fff
}

@media(max-width:1199px) {
	.htldeal-block .item figure {
		height: 180px
	}
}

.htldeal-block .item figure .image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100% !important;
	height: 190px;
	border-radius: 3px 3px 0 0
}

.carouselBlock {
	padding-top: 33px
}

@media(max-width:767px) {
	.carouselBlock {
		padding-top: 20px
	}
}

.carouselBlock.cars-deal-home {
	margin-bottom: 100px
}

.carouselBlock h2 {
	font-size: 23px;
	margin: 0 0 20px;
	font-weight: 400
}

@media(max-width:767px) {
	.carouselBlock h2 {
		font-size: 16px
	}
}

.carouselBlock .dealBlock {
	padding: 0 20px 0 0
}

@media(max-width:1199px) {
	.carouselBlock .dealBlock {
		padding-right: 10px
	}
}

@media(max-width:479px) {
	.carouselBlock .dealBlock {
		padding-right: 5px
	}
}

.carouselBlock .dealBlock .item {
	border: 1px solid #dadada;
	border-radius: 3px;
	cursor: pointer;
	position: relative
}

.carouselBlock .dealBlock .item .bottomContent {
	padding: 8px 0 8px 12px
}

.carouselBlock .dealBlock .item .image {
	width: 100%
}

.carouselBlock .dealBlock h3 {
	font-size: 16px;
	color: #484848;
	margin: 0 0 10px;
	font-weight: 700;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.carouselBlock .dealBlock .guestRating {
	color: #51b27e;
	font-weight: 700
}

.carouselBlock .dealBlock small {
	font-size: 12px;
	display: block
}

.carouselBlock .dealBlock .price {
	font-size: 16px;
	color: #005dba;
	font-weight: 700
}

.carouselBlock .dealBlock .address {
	font-size: 13px
}

.carouselBlock .dealBlock .address i {
	color: #9b9b9b
}

.carouselBlock .dealBlock .offer-stick {
	background: #f7d631;
	color: #211d1e;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	left: 0;
	opacity: 1;
	padding: 0 13px;
	position: absolute;
	text-shadow: 1px 0 0 rgba(115, 64, 38, .6);
	top: 13px;
	z-index: 1
}

.carouselBlock .dealBlock .offer-stick::after {
	border-color: #f7d631 transparent;
	border-width: 5px;
	right: 0;
	position: absolute;
	top: 0;
	margin-left: -13px;
	border-style: solid;
	content: "";
	height: 0;
	width: 0
}

.carouselBlock .dealBlock .offer-stick::before {
	position: absolute;
	top: 0;
	border-color: #f7d631
}

.carouselBlock .slick-list.draggable {
	padding: 0 120px 0 0 !important
}

@media(max-width:479px) {
	.carouselBlock .slick-list.draggable {
		padding: 0 20px 0 0 !important
	}
}

.carouselBlock .slick-prev,
.carouselBlock .slick-next {
	background: #fff;
	border-radius: 100%;
	border: 1px solid #dadada
}

.carouselBlock .slick-prev:before,
.carouselBlock .slick-next:before {
	color: #565656
}

.carouselBlock .slick-prev:hover:before,
.carouselBlock .slick-next:hover:before {
	color: #fff
}

.carouselBlock .slick-prev {
	left: -10px
}

.carouselBlock .slick-next {
	left: inherit;
	right: -10px
}

.cars-deal-home .dealBlock .item {
	min-height: auto
}

.airport-shuttle:before,
.free-shuttle:before,
.shuttle:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/airport-shuttle.svg) no-repeat
}

.free-parking:before,
.parking:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/free-parking.svg) no-repeat
}

.restaurant:before,
.bar:before,
.restaurant-services:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/restaurant.svg) no-repeat
}

.swimming-pool:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/swimming-pool.svg) no-repeat
}

.spa:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/spa.svg) no-repeat
}

.fitness-centre:before,
.gym:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/fitness-center.svg) no-repeat
}

.casino:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/casino.svg) no-repeat
}

.free-internet:before,
.internet:before,
.free-wifi:before,
.wifi:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/free-internet.svg) no-repeat
}

.business-center:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/business-center.svg) no-repeat
}

.free-breakfast:before,
.breakfast:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/free-breakfast.svg) no-repeat
}

.smoking-free:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/smoking-free.svg) no-repeat
}

.pets-allowed:before,
.pet-allowed:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/pets-allowed.svg) no-repeat
}

.pet-bed:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/pet-bed-4.svg) no-repeat
}

.pet-feeding-bowl:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/pet-feeding-bowl.svg) no-repeat
}

.pet-walking-path:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/pet-walking-path-5.svg) no-repeat
}

.free-newspaper:before,
.newspaper:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/newspaper.svg) no-repeat
}

.currency-exchange:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/currency-exchange.svg) no-repeat
}

.library:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/library.svg) no-repeat
}

.medical-services:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/medical-services.svg) no-repeat
}

.room-services:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/room-services.svg) no-repeat
}

.laundry-facility:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/dry-cleaning.svg) no-repeat
}

.childcare:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/childcare.svg) no-repeat
}

.wheelchair:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/wheelchair.svg) no-repeat
}

.disabled-facilities:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/disabled-facilities.svg) no-repeat
}

.all-inclusive:before {
	content: "";
	background: url(https://cmsrepository.com/static//HotelImages/hotelamenities/all-inclusive.svg) no-repeat
}

.hotel-amenities {
	padding-top: 15px;
	width: 100%;
	float: left
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-amenities {
		margin-top: 10px;
		padding-top: 10px
	}
}

.hotel-amenities ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5
}

.hotel-amenities ul li {
	display: inline-block;
	float: left;
	padding-right: 10px;
	position: relative
}

.hotel-amenities ul li:hover .tool-tip {
	display: block
}

.hotel-amenities ul li .tool-tip {
	display: none;
	width: 100px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	bottom: 30px;
	left: -40px;
	border-radius: 2px
}

.hotel-amenities ul li .tool-tip:after {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	position: absolute;
	left: 42px;
	bottom: -16px;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	z-index: 1
}

.hotel-amenities ul li .tool-tip:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	position: absolute;
	left: 42px;
	bottom: -17px;
	vertical-align: middle;
	font-size: 18px;
	color: #666
}

.hotel-amenities ul .more-amenities {
	color: #5c85c7;
	cursor: pointer
}

.hotel-amenities ul li img {
	padding-right: 5px
}

.hotel-amenities ul li i {
	float: left;
	display: inline-block;
	margin-top: -4px;
	padding-right: 4px
}

.hotel-amenities ul li .airport-shuttle:before,
.hotel-amenities ul li .free-shuttle:before,
.hotel-amenities ul li .shuttle:before,
.hotel-amenities ul li .free-parking:before,
.hotel-amenities ul li .parking:before,
.hotel-amenities ul li .restaurant:before,
.hotel-amenities ul li .restaurant-services:before,
.hotel-amenities ul li .swimming-pool:before,
.hotel-amenities ul li .spa:before,
.hotel-amenities ul li .fitness-center:before,
.hotel-amenities ul li .gym:before,
.hotel-amenities ul li .casino:before,
.hotel-amenities ul li .free-internet:before,
.hotel-amenities ul li .free-wifi:before,
.hotel-amenities ul li .wifi:before,
.hotel-amenities ul li .business-center:before,
.hotel-amenities ul li .free-breakfast:before,
.hotel-amenities ul li .breakfast:before,
.hotel-amenities ul li .smoking-free:before,
.hotel-amenities ul li .pets-allowed:before,
.hotel-amenities ul li .pet-allowed:before,
.hotel-amenities ul li .pet-bed:before,
.hotel-amenities ul li .pet-feeding-bowl:before,
.hotel-amenities ul li .pet-walking-path:before,
.hotel-amenities ul li .free-newspaper:before,
.hotel-amenities ul li .newspaper:before,
.hotel-amenities ul li .currency-exchange:before,
.hotel-amenities ul li .library:before,
.hotel-amenities ul li .medical-services:before,
.hotel-amenities ul li .room-services:before,
.hotel-amenities ul li .laundry-facility:before,
.hotel-amenities ul li .childcare:before,
.hotel-amenities ul li .wheelchair:before,
.hotel-amenities ul li .disabled-facilities:before,
.hotel-amenities ul li .all-inclusive:before {
	width: 20px;
	height: 18px;
	background-size: 18px;
	display: inline-block;
	opacity: .45;
	margin-top: 3px
}

.hotel-amenities .more-amenities {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.hotel-amenities .more-amenities ul {
	width: 460px;
	margin: 0;
	padding: 20px 10px 10px !important;
	border: 1px solid #4e4e4e;
	background: #fff;
	position: absolute;
	color: #3f3f3f;
	top: 25px;
	right: -130px;
	z-index: 1
}

.hotel-amenities .more-amenities ul:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	position: absolute;
	left: 270px;
	top: -38px;
	vertical-align: middle;
	font-size: 40px;
	color: #3f3f3f
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-amenities .more-amenities ul:before {
		left: 60px
	}
}

.hotel-amenities .more-amenities ul:after {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	position: absolute;
	left: 270px;
	top: -37px;
	vertical-align: middle;
	font-size: 40px;
	color: #fff
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-amenities .more-amenities ul:after {
		left: 60px
	}
}

.hotel-amenities .more-amenities ul .hide-more-amenities,
.hotel-amenities .more-amenities ul .hide-more-amenities1,
.hotel-amenities .more-amenities ul .hide-more-amenities2,
.hotel-amenities .more-amenities ul .hide-more-amenities3,
.hotel-amenities .more-amenities ul .hide-more-amenities4 {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	color: #5c85c7
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-amenities .more-amenities ul {
		left: -25px;
		width: 165px;
		z-index: 2
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-amenities .more-amenities ul {
		width: 140px
	}
}

.hotel-amenities .more-amenities ul li {
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 3px 0;
	width: 33%;
	min-height: 30px;
	font-weight: 500;
	font-size: 12px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.hotel-amenities .more-amenities ul li {
		width: 100%
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.hotel-amenities .more-amenities ul li {
		font-size: 11px;
		min-height: 25px
	}
}

#icelandCntr {
	font-family: Helvetica, sans-serif
}

#icelandCntr .container {
	max-width: 1380px;
	width: auto;
	overflow: hidden;
	padding-top: 10px
}

#icelandCntr .owl-nav {
	display: none
}

#icelandCntr .owl-dots {
	width: 100%;
	text-align: center
}

@media(max-width:767px) {
	#icelandCntr .owl-dots {
		top: -12px;
		position: relative
	}
}

#icelandCntr .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #d8d8d8;
	border-radius: 100%;
	display: inline-block;
	margin: 0 3px
}

#icelandCntr .owl-dots .owl-dot.active {
	background: #a4a4a4
}

.bannerSlider {
	position: relative
}

.bannerSlider .item {
	background: #005dba url(../../../assets/iceland/iceland-banner.jpg) center top no-repeat;
	background-size: cover;
	height: 550px
}

@media(max-width:1379px) {
	.bannerSlider .item {
		height: 450px
	}
}

@media(max-width:1199px) {
	.bannerSlider .item {
		height: 350px
	}
}

@media(max-width:1023px) {
	.bannerSlider .item {
		height: 300px
	}
}

@media(max-width:767px) {
	.bannerSlider .item {
		height: 250px
	}
}

@media(max-width:479px) {
	.bannerSlider .item {
		height: 200px
	}
}

.bannerSlider .item.banner2 {
	background: #005dba url(../../../assets/iceland/iceland-banner2.jpg) center top no-repeat;
	background-size: cover
}

.bannerSlider .carousel-indicators {
	bottom: 10px
}

.bannerSlider .carousel-indicators li.active {
	background: #005dba;
	border-color: #005dba
}

@media(max-width:767px) {
	.bannerSlider .carousel-indicators {
		display: none
	}
}

.iceland_pramo {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	color: #fff
}

@media(max-width:1023px) {
	.iceland_pramo {
		bottom: 40px
	}
}

@media(max-width:767px) {
	.iceland_pramo {
		bottom: 10px;
		font-size: 12px
	}
}

.iceland_pramo .instant_discount {
	color: #ffd800;
	font-size: 16px;
	font-weight: 700
}

@media(max-width:479px) {
	.iceland_pramo .instant_discount {
		font-size: 12px
	}
}

.iceland_pramo .banner_text {
	margin-left: 22%;
	display: inline-block;
	border-top: 1px solid #fff;
	padding-top: 15px
}

@media(max-width:1199px) {
	.iceland_pramo .banner_text {
		margin-left: 20%
	}
}

@media(max-width:767px) {
	.iceland_pramo .banner_text {
		margin-left: 30px
	}
}

@media(max-width:479px) {
	.iceland_pramo .banner_text {
		margin-left: 0;
		padding-top: 8px
	}
}

.popular_deals {
	width: 100%;
	padding: 10px 0;
	float: left
}

@media(max-width:1379px) {
	.popular_deals {
		padding: 30px 0
	}
}

@media(max-width:1199px) {
	.popular_deals {
		padding: 20px 0 10px
	}
}

@media(max-width:1023px) {
	.popular_deals [class*=col-sm] {
		padding-left: 5px;
		padding-right: 5px
	}

	.popular_deals [class*=row] {
		margin-left: -5px;
		margin-right: -5px
	}
}

.popular_deals h2 {
	margin: 0 0 22px;
	color: #575757
}

@media(max-width:1379px) {
	.popular_deals h2 {
		font-size: 24px
	}
}

@media(max-width:1199px) {
	.popular_deals h2 {
		font-size: 20px;
		padding-bottom: 13px
	}
}

@media(max-width:1023px) {
	.popular_deals h2 {
		font-size: 16px;
		padding-bottom: 0;
		margin-bottom: 15px
	}
}

.popular_deals .block {
	display: block;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden
}

@media(max-width:1023px) {
	.popular_deals .block {
		margin-bottom: 20px
	}
}

.popular_deals figure img {
	width: 100%
}

.popular_deals .title {
	font-size: 25px;
	color: #565656;
	line-height: 25px;
	padding: 16px 10px 8px 20px;
	width: calc(100% - 163px);
	float: left
}

@media(max-width:1379px) {
	.popular_deals .title {
		font-size: 20px
	}
}

@media(max-width:1199px) {
	.popular_deals .title {
		font-size: 18px;
		padding: 10px;
		width: calc(100% - 130px)
	}
}

.popular_deals .title span {
	font-size: 20px;
	display: block
}

@media(max-width:1379px) {
	.popular_deals .title span {
		font-size: 16px
	}
}

.popular_deals .price_block {
	width: 163px;
	float: left;
	border-left: 1px solid #ccc;
	margin: 10px 0;
	padding: 6px 10px;
	text-align: center
}

@media(max-width:1199px) {
	.popular_deals .price_block {
		width: 130px
	}
}

.popular_deals .price_block .price {
	font-size: 30px;
	color: #e5486d;
	line-height: 26px
}

@media(max-width:1379px) {
	.popular_deals .price_block .price {
		font-size: 26px
	}
}

@media(max-width:1199px) {
	.popular_deals .price_block .price {
		font-size: 20px
	}
}

.popular_deals .price_block .price span {
	font-size: 21px;
	position: relative;
	top: -5px
}

@media(max-width:1379px) {
	.popular_deals .price_block .price span {
		top: -2px
	}
}

.popular_deals .price_block small {
	line-height: 15px;
	color: #6e6e6e
}

.popular_deals .terms_tnc {
	padding-top: 20px
}

@media(max-width:767px) {
	.popular_deals .terms_tnc {
		padding-top: 0;
		font-size: 12px
	}
}

.popular_deals .hotel_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	color: #5f5f5f;
	padding: 18px 10px 15px 20px;
	width: calc(100% - 163px);
	float: left
}

@media(max-width:1379px) {
	.popular_deals .hotel_title {
		font-size: 16px;
		padding: 18px 11px 15px 10px
	}
}

@media(max-width:1199px) {
	.popular_deals .hotel_title {
		width: calc(100% - 130px);
		font-size: 13px;
		padding: 10px 8px
	}
}

@media(max-width:1023px) {
	.popular_deals .hotel_title {
		font-size: 12px;
		line-height: 20px
	}
}

.popular_deals .hotel_title i {
	color: #ffba26;
	margin: 8px 2px
}

.popular_deals.cars_deals .price_block {
	padding-top: 0;
	padding-bottom: 0
}

.popular_deals.cars_deals .car_supplier {
	width: calc(100% - 163px);
	float: left;
	padding: 0 20px;
	margin-bottom: 20px
}

@media(max-width:1199px) {
	.popular_deals.cars_deals .car_supplier {
		margin-bottom: 10px;
		padding: 0 10px
	}
}

.popular_deals.cars_deals .car_supplier img {
	max-width: 100%;
	width: auto
}

.popular_deals.cars_deals .cars_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	color: #5f5f5f;
	padding: 23px 10px 10px 20px
}

@media(max-width:1379px) {
	.popular_deals.cars_deals .cars_title {
		font-size: 18px
	}
}

@media(max-width:1199px) {
	.popular_deals.cars_deals .cars_title {
		font-size: 14px;
		padding: 10px 10px 10px 20px
	}
}

@media(max-width:1023px) {
	.popular_deals.cars_deals .cars_title {
		font-size: 14px;
		padding: 10px
	}
}

.popular_deals.cars_deals .cars_title span {
	display: block;
	font-size: 16px;
	top: -5px;
	font-weight: 400
}

@media(max-width:1379px) {
	.popular_deals.cars_deals .cars_title span {
		font-size: 14px
	}
}

.link_color {
	color: #005dba
}

.link_color:hover,
.link_color:focus {
	color: #005dba;
	text-decoration: none
}

a.link_color {
	text-decoration: underline
}

.relative {
	position: relative
}

.deal_button {
	position: absolute;
	right: 15px;
	top: -10px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	display: block;
	font-size: 16px;
	color: #707070;
	text-decoration: none
}

@media(max-width:1379px) {
	.deal_button {
		top: -5px
	}
}

@media(max-width:1199px) {
	.deal_button {
		font-size: 14px;
		padding: 5px 10px
	}
}

@media(max-width:767px) {
	.deal_button {
		position: static;
		width: 115px;
		margin: 0 auto;
		clear: both
	}
}

.deal_button:hover,
.deal_button:focus {
	background: #005dba;
	border-color: #005dba;
	color: #fff
}

.flex {
	flex-wrap: wrap;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: flex-start
}

.contentBox {
	width: 100%;
	overflow: hidden
}

.contentBox h2 {
	font-size: 30px;
	color: #005dba
}

@media(max-width:1379px) {
	.contentBox h2 {
		font-size: 24px
	}
}

@media(max-width:1023px) {
	.contentBox h2 {
		font-size: 18px
	}
}

.contentBox h3 {
	font-size: 30px;
	color: #575757;
	padding: 38px 0 25px
}

@media(max-width:1379px) {
	.contentBox h3 {
		font-size: 24px;
		padding: 10px 0
	}
}

@media(max-width:1199px) {
	.contentBox h3 {
		font-size: 21px;
		padding: 0 0 5px
	}
}

@media(max-width:1023px) {
	.contentBox h3 {
		font-size: 18px
	}
}

.contentBox h3.p0px {
	padding-top: 0
}

.contentBox p {
	font-size: 18px;
	color: #888;
	line-height: 26px
}

@media(max-width:1379px) {
	.contentBox p {
		font-size: 16px
	}
}

@media(max-width:1199px) {
	.contentBox p {
		font-size: 14px;
		line-height: 23px
	}
}

@media(max-width:767px) {
	.contentBox p {
		font-size: 12px;
		line-height: 20px
	}
}

.contentBox .block {
	padding-bottom: 35px
}

@media(max-width:1199px) {
	.contentBox .block {
		padding-bottom: 10px
	}
}

.contentBox .block p {
	font-size: 16px;
	line-height: 21px
}

@media(max-width:1379px) {
	.contentBox .block p {
		font-size: 15px
	}
}

@media(max-width:767px) {
	.contentBox .block p {
		font-size: 12px;
		line-height: 20px
	}
}

.contentBox .block img {
	width: 100%
}

.contentBox .block h4 {
	font-size: 20px;
	color: #5f5f5f;
	padding: 17px 0 10px
}

@media(max-width:1379px) {
	.contentBox .block h4 {
		font-size: 18px
	}
}

@media(max-width:1199px) {
	.contentBox .block h4 {
		padding: 5px 0
	}
}

.tersmAndConditonBox {
	width: 100%;
	padding-bottom: 78px
}

@media(max-width:1379px) {
	.tersmAndConditonBox {
		padding-bottom: 50px
	}
}

@media(max-width:1199px) {
	.tersmAndConditonBox {
		padding-bottom: 25px
	}
}

@media(max-width:767px) {
	.tersmAndConditonBox {
		padding-bottom: 0
	}
}

.tersmAndConditonBox h4 {
	font-size: 22px;
	color: #575757;
	padding-bottom: 25px
}

@media(max-width:767px) {
	.tersmAndConditonBox h4 {
		font-size: 18px
	}
}

.tersmAndConditonBox p {
	font-size: 15px;
	color: #888
}

@media(max-width:1379px) {
	.tersmAndConditonBox p {
		padding-bottom: 14px
	}
}

@media(max-width:767px) {
	.tersmAndConditonBox p {
		font-size: 12px;
		line-height: 20px
	}
}

.tersmAndConditonBox .text {
	font-size: 16px;
	color: #000
}

.tersmAndConditonBox a {
	color: #888;
	text-decoration: underline
}

.tersmAndConditonBox a:hover {
	text-decoration: none
}

@media(max-width:767px) {
	.iceland_tnc {
		left: 0 !important
	}
}

@media(max-width:767px) {
	.iceland_tnc .arrow {
		left: 25px !important
	}
}

.iceland-top {
	overflow: hidden
}

.icelandpopup {
	width: 400px;
	height: 100vh;
	z-index: 111;
	background: #fff;
	position: fixed;
	right: -400px;
	top: 0;
	text-align: center;
	transition: all .5s
}

.icelandpopup.is-open {
	right: 0
}

@media(max-width:767px) {
	.icelandpopup {
		width: 300px;
		right: -300px;
		background: rgba(255, 255, 255, .9)
	}
}

@media(max-width:479px) {
	.icelandpopup {
		width: 275px;
		right: -275px
	}
}

.icelandpopup:after {
	content: "";
	background: url(../../../assets/iceland/iceland-bg.png) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 91px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0
}

.icelandpopup .block {
	padding: 20px 40px 0;
	height: 100%;
	overflow-y: auto;
	position: relative;
	z-index: 1
}

@media(max-width:1379px) {
	.icelandpopup .block {
		padding: 15px 20px 0
	}
}

.icelandpopup .margin-bottom {
	margin-bottom: 10px
}

.icelandpopup .questionBox {
	font-size: 30px;
	color: #005dba;
	line-height: 33px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc
}

@media(max-width:1379px) {
	.icelandpopup .questionBox {
		font-size: 20px;
		line-height: 27px
	}

	.icelandpopup .questionBox img {
		height: 100px
	}
}

@media(max-width:1023px) {
	.icelandpopup .questionBox {
		font-size: 19px;
		line-height: 23px
	}
}

@media(max-width:767px) {
	.icelandpopup .questionBox {
		padding-bottom: 0
	}
}

.icelandpopup .certificate {
	font-size: 25px;
	color: #2d2c2c;
	line-height: 27px;
	padding: 32px 0 30px
}

@media(max-width:1379px) {
	.icelandpopup .certificate {
		padding: 18px 0 20px;
		font-size: 18px
	}

	.icelandpopup .certificate img {
		height: 88px
	}
}

@media(max-width:1023px) {
	.icelandpopup .certificate {
		padding: 12px 0 5px
	}
}

@media(max-width:767px) {
	.icelandpopup .certificate {
		font-size: 16px;
		line-height: 20px
	}
}

.icelandpopup .call-now {
	font-size: 18px;
	color: #464646
}

.icelandpopup .call-now a {
	font-size: 32px;
	color: #005dba;
	font-weight: 700;
	background: #ffce00;
	display: inline-block;
	width: 290px;
	margin: 9px auto 0;
	padding: 11px;
	line-height: 43px;
	border-radius: 5px
}

.icelandpopup .call-now a span {
	width: 40px;
	border-right: 1px solid #005dba;
	margin-right: 10px
}

@media(max-width:1023px) {
	.icelandpopup .call-now a {
		font-size: 28px;
		width: auto;
		padding: 6px 15px 6px 10px
	}
}

@media(max-width:767px) {
	.icelandpopup .call-now a {
		font-size: 23px;
		line-height: 35px
	}
}

.icelandpopup .close-btn {
	color: #7e7b7c;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	z-index: 9
}

.icelandpopup .iceland_button {
	width: 32px;
	height: 173px;
	display: block;
	position: absolute;
	left: -32px;
	top: 123px;
	background: url(../../../assets/iceland/iceland-button.png) left top no-repeat;
	background-size: 100%
}

@media(max-width:767px) {
	.icelandpopup .iceland_button {
		width: 26px;
		left: -26px;
		top: 110px
	}
}

@media(max-width:479px) {
	.icelandpopup .iceland_button {
		width: 20px;
		left: -20px;
		top: 90px
	}
}

.tagline {
	padding-top: 10px;
	font-size: 19px;
	color: #005dba
}

@media(max-width:1199px) {
	.tagline {
		font-size: 17px
	}
}

@media(max-width:767px) {
	.tagline {
		padding-top: 20px;
		font-size: 15px
	}
}

.tagline strong {
	font-size: 22px
}

@media(max-width:767px) {
	.tagline strong {
		font-size: 18px
	}
}

.tagline a.phone {
	padding: 6px 10px;
	border: 1px solid #514f5d;
	font-size: 22px;
	color: #005dba;
	font-weight: 700;
	border-radius: 3px;
	display: inline-block
}

.flag {
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(/resources/assets/flag/flags.png) no-repeat;
	margin-left: -33px;
	position: absolute;
	margin-top: 3px
}

.flag.flag-ad {
	background-position: -18px 0
}

.flag.flag-ae {
	background-position: -36px 0
}

.flag.flag-af {
	background-position: -54px 0
}

.flag.flag-ag {
	background-position: -72px 0
}

.flag.flag-ai {
	background-position: -90px 0
}

.flag.flag-al {
	background-position: -108px 0
}

.flag.flag-am {
	background-position: -126px 0
}

.flag.flag-an {
	background-position: -144px 0
}

.flag.flag-ao {
	background-position: -162px 0
}

.flag.flag-ar {
	background-position: -180px 0
}

.flag.flag-as {
	background-position: -198px 0
}

.flag.flag-at {
	background-position: -216px 0
}

.flag.flag-au {
	background-position: -234px 0
}

.flag.flag-aw {
	background-position: -252px 0
}

.flag.flag-ax {
	background-position: -270px 0
}

.flag.flag-az {
	background-position: 0 -12px
}

.flag.flag-ba {
	background-position: -18px -12px
}

.flag.flag-bb {
	background-position: -36px -12px
}

.flag.flag-bd {
	background-position: -54px -12px
}

.flag.flag-be {
	background-position: -72px -12px
}

.flag.flag-bf {
	background-position: -90px -12px
}

.flag.flag-bg {
	background-position: -108px -12px
}

.flag.flag-bh {
	background-position: -126px -12px
}

.flag.flag-bi {
	background-position: -144px -12px
}

.flag.flag-bj {
	background-position: -162px -12px
}

.flag.flag-bl {
	background-position: -180px -12px
}

.flag.flag-bm {
	background-position: -198px -12px
}

.flag.flag-bn {
	background-position: -216px -12px
}

.flag.flag-bo {
	background-position: -234px -12px
}

.flag.flag-br {
	background-position: -252px -12px
}

.flag.flag-bs {
	background-position: -270px -12px
}

.flag.flag-bt {
	background-position: 0 -24px
}

.flag.flag-bv {
	background-position: -18px -24px
}

.flag.flag-bw {
	background-position: -36px -24px
}

.flag.flag-by {
	background-position: -54px -24px
}

.flag.flag-bz {
	background-position: -72px -24px
}

.flag.flag-ca {
	background-position: -90px -24px
}

.flag.flag-cd {
	background-position: -108px -24px
}

.flag.flag-cf {
	background-position: -126px -24px
}

.flag.flag-cg {
	background-position: -144px -24px
}

.flag.flag-ch {
	background-position: -162px -24px
}

.flag.flag-ci {
	background-position: -180px -24px
}

.flag.flag-ck {
	background-position: -198px -24px
}

.flag.flag-cl {
	background-position: -216px -24px
}

.flag.flag-cm {
	background-position: -234px -24px
}

.flag.flag-cn {
	background-position: -252px -24px
}

.flag.flag-co {
	background-position: -270px -24px
}

.flag.flag-cr {
	background-position: 0 -36px
}

.flag.flag-cu {
	background-position: -18px -36px
}

.flag.flag-cv {
	background-position: -36px -36px
}

.flag.flag-cy {
	background-position: -54px -36px
}

.flag.flag-cz {
	background-position: -72px -36px
}

.flag.flag-de {
	background-position: -90px -36px
}

.flag.flag-dj {
	background-position: -108px -36px
}

.flag.flag-dk {
	background-position: -126px -36px
}

.flag.flag-dm {
	background-position: -144px -36px
}

.flag.flag-do {
	background-position: -162px -36px
}

.flag.flag-dz {
	background-position: -180px -36px
}

.flag.flag-ec {
	background-position: -198px -36px
}

.flag.flag-ee {
	background-position: -216px -36px
}

.flag.flag-eg {
	background-position: -234px -36px
}

.flag.flag-eh {
	background-position: -252px -36px
}

.flag.flag-er {
	background-position: -270px -36px
}

.flag.flag-es {
	background-position: 0 -48px
}

.flag.flag-et {
	background-position: -18px -48px
}

.flag.flag-eu {
	background-position: -36px -48px
}

.flag.flag-fi {
	background-position: -54px -48px
}

.flag.flag-fj {
	background-position: -72px -48px
}

.flag.flag-fk {
	background-position: -90px -48px
}

.flag.flag-fm {
	background-position: -108px -48px
}

.flag.flag-fo {
	background-position: -126px -48px
}

.flag.flag-fr {
	background-position: -144px -48px
}

.flag.flag-ga {
	background-position: -162px -48px
}

.flag.flag-gb {
	background-position: -180px -48px
}

.flag.flag-gd {
	background-position: -198px -48px
}

.flag.flag-ge {
	background-position: -216px -48px
}

.flag.flag-gf {
	background-position: -234px -48px
}

.flag.flag-gg {
	background-position: -252px -48px
}

.flag.flag-gh {
	background-position: -270px -48px
}

.flag.flag-gi {
	background-position: 0 -60px
}

.flag.flag-gl {
	background-position: -18px -60px
}

.flag.flag-gm {
	background-position: -36px -60px
}

.flag.flag-gn {
	background-position: -54px -60px
}

.flag.flag-gp {
	background-position: -72px -60px
}

.flag.flag-gq {
	background-position: -90px -60px
}

.flag.flag-gr {
	background-position: -108px -60px
}

.flag.flag-gs {
	background-position: -126px -60px
}

.flag.flag-gt {
	background-position: -144px -60px
}

.flag.flag-gu {
	background-position: -162px -60px
}

.flag.flag-gw {
	background-position: -180px -60px
}

.flag.flag-gy {
	background-position: -198px -60px
}

.flag.flag-hk {
	background-position: -216px -60px
}

.flag.flag-hm {
	background-position: -234px -60px
}

.flag.flag-hn {
	background-position: -252px -60px
}

.flag.flag-hr {
	background-position: -270px -60px
}

.flag.flag-ht {
	background-position: 0 -72px
}

.flag.flag-hu {
	background-position: -18px -72px
}

.flag.flag-id {
	background-position: -36px -72px
}

.flag.flag-ie {
	background-position: -54px -72px
}

.flag.flag-il {
	background-position: -72px -72px
}

.flag.flag-in {
	background-position: -90px -72px
}

.flag.flag-io {
	background-position: -108px -72px
}

.flag.flag-iq {
	background-position: -126px -72px
}

.flag.flag-ir {
	background-position: -144px -72px
}

.flag.flag-is {
	background-position: -162px -72px
}

.flag.flag-it {
	background-position: -180px -72px
}

.flag.flag-je {
	background-position: -198px -72px
}

.flag.flag-jm {
	background-position: -216px -72px
}

.flag.flag-jo {
	background-position: -234px -72px
}

.flag.flag-jp {
	background-position: -252px -72px
}

.flag.flag-ke {
	background-position: -270px -72px
}

.flag.flag-kg {
	background-position: 0 -84px
}

.flag.flag-kh {
	background-position: -18px -84px
}

.flag.flag-ki {
	background-position: -36px -84px
}

.flag.flag-km {
	background-position: -54px -84px
}

.flag.flag-kn {
	background-position: -72px -84px
}

.flag.flag-kp {
	background-position: -90px -84px
}

.flag.flag-kr {
	background-position: -108px -84px
}

.flag.flag-kw {
	background-position: -126px -84px
}

.flag.flag-ky {
	background-position: -144px -84px
}

.flag.flag-kz {
	background-position: -162px -84px
}

.flag.flag-la {
	background-position: -180px -84px
}

.flag.flag-lb {
	background-position: -198px -84px
}

.flag.flag-lc {
	background-position: -216px -84px
}

.flag.flag-li {
	background-position: -234px -84px
}

.flag.flag-lk {
	background-position: -252px -84px
}

.flag.flag-lr {
	background-position: -270px -84px
}

.flag.flag-ls {
	background-position: 0 -96px
}

.flag.flag-lt {
	background-position: -18px -96px
}

.flag.flag-lu {
	background-position: -36px -96px
}

.flag.flag-lv {
	background-position: -54px -96px
}

.flag.flag-ly {
	background-position: -72px -96px
}

.flag.flag-ma {
	background-position: -90px -96px
}

.flag.flag-mc {
	background-position: -108px -96px
}

.flag.flag-md {
	background-position: -126px -96px
}

.flag.flag-me {
	background-position: -144px -96px
}

.flag.flag-mf {
	background-position: -162px -96px
}

.flag.flag-mg {
	background-position: -180px -96px
}

.flag.flag-mh {
	background-position: -198px -96px
}

.flag.flag-mk {
	background-position: -216px -96px
}

.flag.flag-ml {
	background-position: -234px -96px
}

.flag.flag-mm {
	background-position: -252px -96px
}

.flag.flag-mn {
	background-position: -270px -96px
}

.flag.flag-mo {
	background-position: 0 -108px
}

.flag.flag-mp {
	background-position: -18px -108px
}

.flag.flag-mq {
	background-position: -36px -108px
}

.flag.flag-mr {
	background-position: -54px -108px
}

.flag.flag-ms {
	background-position: -72px -108px
}

.flag.flag-mt {
	background-position: -90px -108px
}

.flag.flag-mu {
	background-position: -108px -108px
}

.flag.flag-mv {
	background-position: -126px -108px
}

.flag.flag-mw {
	background-position: -144px -108px
}

.flag.flag-mx {
	background-position: -162px -108px
}

.flag.flag-my {
	background-position: -180px -108px
}

.flag.flag-mz {
	background-position: -198px -108px
}

.flag.flag-na {
	background-position: -216px -108px
}

.flag.flag-nc {
	background-position: -234px -108px
}

.flag.flag-ne {
	background-position: -252px -108px
}

.flag.flag-nf {
	background-position: -270px -108px
}

.flag.flag-ng {
	background-position: 0 -120px
}

.flag.flag-ni {
	background-position: -18px -120px
}

.flag.flag-nl {
	background-position: -36px -120px
}

.flag.flag-no {
	background-position: -54px -120px
}

.flag.flag-np {
	background-position: -72px -120px
}

.flag.flag-nr {
	background-position: -90px -120px
}

.flag.flag-nu {
	background-position: -108px -120px
}

.flag.flag-nz {
	background-position: -126px -120px
}

.flag.flag-om {
	background-position: -144px -120px
}

.flag.flag-pa {
	background-position: -162px -120px
}

.flag.flag-pe {
	background-position: -180px -120px
}

.flag.flag-pf {
	background-position: -198px -120px
}

.flag.flag-pg {
	background-position: -216px -120px
}

.flag.flag-ph {
	background-position: -234px -120px
}

.flag.flag-pk {
	background-position: -252px -120px
}

.flag.flag-pl {
	background-position: -270px -120px
}

.flag.flag-pm {
	background-position: 0 -132px
}

.flag.flag-pn {
	background-position: -18px -132px
}

.flag.flag-pr {
	background-position: -36px -132px
}

.flag.flag-ps {
	background-position: -54px -132px
}

.flag.flag-pt {
	background-position: -72px -132px
}

.flag.flag-pw {
	background-position: -90px -132px
}

.flag.flag-py {
	background-position: -108px -132px
}

.flag.flag-qa {
	background-position: -126px -132px
}

.flag.flag-re {
	background-position: -144px -132px
}

.flag.flag-ro {
	background-position: -162px -132px
}

.flag.flag-rs {
	background-position: -180px -132px
}

.flag.flag-ru {
	background-position: -198px -132px
}

.flag.flag-rw {
	background-position: -216px -132px
}

.flag.flag-sa {
	background-position: -234px -132px
}

.flag.flag-sb {
	background-position: -252px -132px
}

.flag.flag-sc {
	background-position: -270px -132px
}

.flag.flag-sd {
	background-position: 0 -144px
}

.flag.flag-se {
	background-position: -18px -144px
}

.flag.flag-sg {
	background-position: -36px -144px
}

.flag.flag-sh {
	background-position: -54px -144px
}

.flag.flag-si {
	background-position: -72px -144px
}

.flag.flag-sj {
	background-position: -90px -144px
}

.flag.flag-sk {
	background-position: -108px -144px
}

.flag.flag-sl {
	background-position: -126px -144px
}

.flag.flag-sm {
	background-position: -144px -144px
}

.flag.flag-sn {
	background-position: -162px -144px
}

.flag.flag-so {
	background-position: -180px -144px
}

.flag.flag-sr {
	background-position: -198px -144px
}

.flag.flag-st {
	background-position: -216px -144px
}

.flag.flag-sv {
	background-position: -234px -144px
}

.flag.flag-sy {
	background-position: -252px -144px
}

.flag.flag-sz {
	background-position: -270px -144px
}

.flag.flag-tc {
	background-position: 0 -156px
}

.flag.flag-td {
	background-position: -18px -156px
}

.flag.flag-tf {
	background-position: -36px -156px
}

.flag.flag-tg {
	background-position: -54px -156px
}

.flag.flag-th {
	background-position: -72px -156px
}

.flag.flag-tj {
	background-position: -90px -156px
}

.flag.flag-tk {
	background-position: -108px -156px
}

.flag.flag-tl {
	background-position: -126px -156px
}

.flag.flag-tm {
	background-position: -144px -156px
}

.flag.flag-tn {
	background-position: -162px -156px
}

.flag.flag-to {
	background-position: -180px -156px
}

.flag.flag-tr {
	background-position: -198px -156px
}

.flag.flag-tt {
	background-position: -216px -156px
}

.flag.flag-tv {
	background-position: -234px -156px
}

.flag.flag-tw {
	background-position: -252px -156px
}

.flag.flag-tz {
	background-position: -270px -156px
}

.flag.flag-ua {
	background-position: 0 -168px
}

.flag.flag-ug {
	background-position: -18px -168px
}

.flag.flag-um {
	background-position: -36px -168px
}

.flag.flag-us {
	background-position: -54px -168px
}

.flag.flag-uy {
	background-position: -72px -168px
}

.flag.flag-uz {
	background-position: -90px -168px
}

.flag.flag-va {
	background-position: -108px -168px
}

.flag.flag-vc {
	background-position: -126px -168px
}

.flag.flag-ve {
	background-position: -144px -168px
}

.flag.flag-vg {
	background-position: -162px -168px
}

.flag.flag-vi {
	background-position: -180px -168px
}

.flag.flag-vn {
	background-position: -198px -168px
}

.flag.flag-vu {
	background-position: -216px -168px
}

.flag.flag-wf {
	background-position: -234px -168px
}

.flag.flag-ws {
	background-position: -252px -168px
}

.flag.flag-ye {
	background-position: -270px -168px
}

.flag.flag-yt {
	background-position: 0 -180px
}

.flag.flag-za {
	background-position: -18px -180px
}

.flag.flag-zm {
	background-position: -36px -180px
}

.flag.flag-zw {
	background-position: -54px -180px
}

.review-component {
	padding-bottom: 50px
}

.review-component .component-navigation-whiteBgNag {
	border: none !important
}

.review-component .review-banner {
	background: url(../../../assets/review-banner.jpg) center no-repeat;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative
}

@media(max-width:767px) {
	.review-component .review-banner {
		height: 260px
	}
}

@media(max-width:479px) {
	.review-component .review-banner {
		height: 350px
	}
}

.review-component .review-banner .block {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0 30px
}

@media(max-width:1023px) {
	.review-component .review-banner .block {
		width: 100%;
		padding: 30px
	}
}

.review-component .review-banner .block h3 {
	font-size: 40px;
	color: #ffd900;
	font-weight: 400;
	min-width: 423px;
	line-height: 44px;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0
}

@media(max-width:767px) {
	.review-component .review-banner .block h3 {
		font-size: 25px;
		line-height: 30px;
		min-width: 250px;
		margin: 0 0 10px
	}
}

.review-component .review-banner .block h3 span {
	display: block;
	text-align: right
}

.review-component .review-banner .block h3 span:before {
	content: "— "
}

.review-component .review-banner .block h3 .quite-top,
.review-component .review-banner .block h3 .quite-bottom {
	background: 0 0;
	position: absolute;
	top: 13px;
	left: 5px;
	font-size: 80px;
	color: #b1a6bb;
	font-family: sans-serif
}

@media(max-width:767px) {

	.review-component .review-banner .block h3 .quite-top,
	.review-component .review-banner .block h3 .quite-bottom {
		left: -14px
	}
}

.review-component .review-banner .block h3 .quite-bottom {
	left: inherit;
	right: -27px;
	bottom: -31px;
	top: inherit
}

.review-component .review-banner .block blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: 300
}

@media(max-width:767px) {
	.review-component .review-banner .block blockquote {
		font-size: 15px;
		line-height: 23px
	}
}

.review-component .review-banner .block cite {
	display: block;
	font-weight: 600;
	font-family: sans-serif;
	font-style: normal
}

.review-component .review-banner .block cite:before {
	content: "— "
}

.review-component .customerReview {
	width: 100%;
	overflow: hidden
}

.review-component .customerReview .title {
	padding: 20px 0 50px;
	text-align: center
}

@media(max-width:767px) {
	.review-component .customerReview .title {
		padding: 0 0 20px
	}
}

@media(max-width:767px) {
	.review-component .customerReview .title h2 {
		font-size: 20px
	}
}

.review-component .customerReview .title h3 {
	font-weight: 700
}

.review-component .customerReview .title .ratingScore {
	margin-left: 2px;
	display: inline-block;
	font-size: 20px;
	color: #3f3f3f;
	padding-left: 5px;
	border-left: 1px solid #eee
}

@media(max-width:767px) {
	.review-component .customerReview .title .ratingScore {
		font-size: 16px
	}
}

.review-component .customerReview .title .tp-rating {
	width: auto;
	display: inline-block;
	padding: 0;
	vertical-align: middle
}

.review-component .customerReview .title .tp-rating i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 19px
}

@media(max-width:479px) {
	.review-component .customerReview .title .tp-rating i {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px
	}
}

@media(max-width:767px) {
	.review-component .customerReview .title .tplogo {
		width: 130px
	}
}

.review-component .customerReview .htl-stars {
	display: inline-block;
	margin: 0
}

.review-component .customerReview .tpScore {
	padding: 0 10px;
	display: inline-block;
	font-size: 20px;
	color: #3f3f3f;
	position: relative;
	top: 4px
}

@media(max-width:767px) {
	.review-component .customerReview .tpScore {
		font-size: 16px
	}
}

.review-component .customerReview .reviewBox {
	border: 1px solid #eee;
	padding: 15px;
	margin: 0 10px 30px
}

@media(max-width:767px) {
	.review-component .customerReview .reviewBox {
		padding: 10px;
		margin-bottom: 15px
	}
}

.review-component .customerReview .reviewBox .name {
	padding-top: 15px;
	font-size: 15px;
	color: #828282
}

@media(max-width:767px) {
	.review-component .customerReview .reviewBox .name {
		padding-top: 6px
	}
}

.review-component .customerReview .reviewBox .subtitle {
	font-size: 16px;
	color: #005dba;
	font-weight: 700
}

.review-component .customerReview .reviewBox .text {
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	color: #6d6d6d
}

@media(max-width:767px) {
	.review-component .customerReview .reviewBox .text {
		font-size: 14px;
		line-height: 22px
	}
}

.review-component .customerReview .reviewBox .hideContent {
	display: none !important
}

.review-component .customerReview .reviewBox .showContent {
	display: inline !important;
	transition: all .5s
}

.review-component .customerReview .reviewBox .show-more {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0
}

@media(max-width:1199px) {
	.review-component .customerReview .container {
		max-width: 1000px;
		width: auto
	}
}

.review-component .startwo {
	width: 40%
}

.review-component .starthree {
	width: 60%
}

.review-component .starfour {
	width: 80%
}

.review-component .reviewSpacer {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #eee
}

.customerReview.tpreviewBlock .reviewBox {
	min-height: 188px
}

.review-pagination {
	float: right
}

.review-pagination li {
	float: left;
	margin: 0 2px
}

.review-pagination li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #828282;
	text-decoration: none;
	display: block;
	background: #fbfbfb;
	text-align: center
}

.review-pagination li a:hover {
	background: #494d4d;
	color: #fff
}

.review-pagination li.ui-tabs-active a {
	background: #494d4d;
	color: #fff
}

.row-flex {
	flex-wrap: wrap;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: flex-start
}

.attraction {
	width: 100%;
	float: left;
	background: #f3f3f3;
	padding-bottom: 50px;
	margin-bottom: 50px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction {
		padding-bottom: 20px;
		margin-bottom: 5px
	}
}

.attraction .attraction-head {
	font-size: 28px;
	padding-top: 10px;
	color: #005dba;
	font-weight: 800;
	margin-bottom: 4px;
	font-family: RobotoLight
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-head {
		margin-bottom: 9px;
		font-size: 24px;
		padding-top: 14px
	}
}

.attraction .attraction-deals {
	padding: 0;
	margin-top: 20px
}

.attraction .attraction-deals .attraction-deals-carousel {
	margin-bottom: 15px;
	display: block
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel {
	position: relative
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel:hover i.customNextBtn,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel:hover i.customPrevBtn {
	opacity: 1
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel:hover i.customNext-Inn-Btn,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel:hover i.customPrev-Inn-Btn {
	opacity: 1
}

@media only screen and (min-width:280px)and (max-width:767px) {

	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .owl-prev,
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .owl-next {
		display: none !important
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item {
	width: 100%;
	float: left
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head {
	background: #fff;
	color: #434343;
	padding: 4px 15px;
	font-size: 17px;
	border: 1px solid #ccc;
	text-align: left
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head {
		padding: 13px 8px;
		font-size: 16px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head .view-more {
	font-size: 14px;
	color: #7c7c7c;
	padding: 3px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head .view-more {
		font-size: 12px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head .view-more .fa-angle-right {
	font-weight: 700;
	font-size: 16px;
	color: #8f8d8d
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .airline-head .view-more .fa-angle-right {
		font-size: 13px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head {
	background: #fff;
	color: #4d4d77;
	padding: 13px 15px;
	font-size: 18px;
	border: #d9d9d9 solid 1px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head {
		font-size: 16px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head {
		padding: 13px 8px;
		font-size: 16px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .devider {
	border-right: #c3c3c3 solid 1px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .fares {
	font-size: 23px;
	color: #4d4d77
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .fares {
		font-size: 18px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .fares {
		font-size: 16px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .fares .per-night {
	font-size: 14px;
	color: #9c9c9c;
	margin-top: -6px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .fares .per-night {
		font-size: 12px
	}
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon {
	color: #005dba;
	font-size: 13px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon i:nth-child(1) {
	color: #005dba
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon i:nth-child(2) {
	color: #005dba
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon i:nth-child(3) {
	color: #005dba
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon i:nth-child(4) {
	color: #005dba
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .hotel-head .hotelstar-icon i:nth-child(5) {
	color: #ccc
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem {
	background: #fff;
	min-height: 360px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem img {
	width: 100%
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .activityLocation {
	font-size: 12px;
	color: #555;
	padding: 10px 10px 5px;
	font-weight: 500
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .activityTitle {
	font-weight: 700;
	font-size: 15px;
	color: #005dba;
	padding: 0 10px 10px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .ratingBlock {
	margin-bottom: 10px;
	padding: 0 10px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .ratingBlock .starRating .fa {
	color: #fece00;
	margin-right: 2px;
	font-size: 14px;
	display: inline-block
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .ratingBlock .guestRating {
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #00a680;
	font-weight: 500;
	position: relative;
	display: inline-block
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .activity-priceBlock .addtrip-btn {
	float: right;
	font-size: 14px;
	background: #fff;
	color: #005dba;
	border: 1px solid #005dba;
	padding: 0 20px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .activity-priceBlock .activity-price {
	font-size: 12px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem .activity-priceBlock .activity-price b {
	font-size: 18px;
	font-weight: 700;
	color: #333
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem:hover .addtrip-btn {
	background: #005dba;
	color: #fff
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .item .activity-dealItem:hover .activityTitle {
	color: #005dba
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNextBtn,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrevBtn {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	background: #fff;
	top: 43%;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	color: #666;
	opacity: .4
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNextBtn.disabled,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrevBtn.disabled {
	display: none
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrevBtn {
	left: -20px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNextBtn {
	right: -20px
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNext-Inn-Btn,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrev-Inn-Btn {
	height: 24px;
	width: 24px;
	line-height: 22px;
	font-size: 20px;
	background: #ddd;
	top: -50px;
	position: absolute;
	text-align: center;
	color: #666
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNext-Inn-Btn.disabled,
.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrev-Inn-Btn.disabled {
	display: none
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrev-Inn-Btn {
	right: 28px;
	transition: .3s all linear
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customPrev-Inn-Btn:hover {
	background: #4e4e4e;
	color: #fff
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNext-Inn-Btn {
	right: 0;
	transition: .3s all linear
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel i.customNext-Inn-Btn:hover {
	background: #4e4e4e;
	color: #fff
}

.attraction .attraction-deals .attraction-deals-carousel .dealcarousel .activity-block {
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	line-height: 1.7em
}

.offer-stick {
	background: #005dba;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	left: -10px;
	opacity: 1;
	padding: 0 13px;
	position: absolute;
	text-shadow: 1px 0 0 rgba(115, 64, 38, .6);
	top: 13px;
	z-index: 1
}

.offer-stick::before {
	border-color: rgba(255, 86, 92, .88) rgba(255, 86, 92, .88) transparent transparent;
	border-width: 5px;
	left: 0;
	position: absolute;
	top: 100%;
	border-style: solid;
	content: "";
	height: 0;
	width: 0
}

.offer-stick::after {
	border-color: #005dba transparent #005dba #005dba;
	border-width: 13px !important;
	left: 100%;
	position: absolute;
	top: 0
}

.helpMenu {
	box-shadow: none;
	border-color: #d0d0da;
	border-radius: 0 !important;
	width: 195px;
	padding: 0 !important;
	z-index: 4;
	top: 94% !important;
	left: inherit;
	right: 0
}

@media(max-width:767px) {
	.helpMenu {
		left: inherit;
		right: 0
	}
}

.helpMenu li {
	padding: 0 !important;
	border-bottom: 1px solid #ccc
}

@media(max-width:1023px) {
	.helpMenu li {
		border: none
	}
}

.helpMenu li a {
	padding: 7px 20px !important;
	color: #3f3f3f !important
}

.helpMenu li a:hover {
	color: #005dba !important
}

.helpMenu li:last-child {
	border: none
}

.chat-icon {
	background: url(../../../assets/chat-icon.png) left top no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: right;
	margin: 5px
}

.plus-sign {
	position: absolute;
	left: 57px;
	top: 10px
}

.callback-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 13
}

.callback-popup .block {
	width: 335px;
	background: #fff;
	padding: 15px 20px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%)
}

@media(max-width:767px) {
	.callback-popup .block {
		width: 280px
	}
}

.callback-popup .block .customselect {
	position: relative;
	padding-left: 82px
}

.callback-popup .block .customselect .change_country {
	left: 10px;
	width: 42px;
	text-align: right
}

.callback-popup .block .customselect .change_country .fa-caret-down {
	color: #3f3f3f;
	font-size: 15px
}

.callback-popup .block .customselect .textBox {
	width: 100%;
	height: 100%;
	border: none;
	background: 0 0
}

.callback-popup .block .customselect .subscribe_dropdown {
	top: 40px;
	height: auto;
	overflow: hidden
}

.callback-popup .block .customselect .subscribe_dropdown li {
	padding: 9px 14px 8px 43px
}

.callback-popup .block .customselect.error2 {
	background: #ffe5e5;
	border-color: #eeacac
}

.callback-popup .block .customselect.error2 .textBox {
	color: red
}

.callback-popup .block .subscribe-submit {
	border-radius: 2px
}

.callback-popup .block .close-popup {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 100%
}

.callback-popup .block .thanks-block {
	text-align: center
}

.callback-popup .block .thanks-block h3 {
	font-size: 20px;
	color: #005dba;
	margin: 10px 0 5px
}

.callback-popup .block .thanks-block p {
	font-size: 15px;
	color: #3f3f3f
}

.callback-popup .block .thanks-block .check {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	line-height: 37px;
	color: #fff;
	font-size: 22px;
	background: #005dba
}

.callback-popup .block .thanks-block .call-back-close {
	background: #005dba;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 6px 22px
}

.callback-popup .text {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0 0
}

.toll-free-mobile .dropdown-backdrop {
	z-index: inherit !important;
	display: none
}

.message-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 5
}

.message-popup .popup {
	width: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 20px;
	overflow: hidden
}

@media(max-width:767px) {
	.message-popup .popup {
		width: 450px
	}
}

@media(max-width:479px) {
	.message-popup .popup {
		width: 300px
	}
}

.message-popup .popup .check {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	line-height: 37px;
	color: #fff;
	font-size: 22px;
	background: #005dba
}

.message-popup .popup h3 {
	font-size: 20px;
	color: #005dba;
	margin: 10px 0 5px
}

.message-popup .popup .bottom {
	padding: 50px 0 88px
}

@media(max-width:767px) {
	.message-popup .popup .bottom {
		padding: 40px 0
	}
}

.message-popup .popup .close-popup {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 23px
}

.message-popup .image {
	background-size: cover;
	background-repeat: no-repeat;
	height: 201px
}

@media(max-width:767px) {
	.message-popup .image {
		height: 150px
	}
}

.customer-support {
	width: 100%;
	padding: 18px 0 35px
}

@media(max-width:767px) {
	.customer-support {
		padding: 15px 0 25px
	}
}

@media(max-width:767px) {
	.customer-support {
		padding: 10px 0;
		position: relative
	}
}

.customer-support .tp-rating {
	width: 110px;
	margin: 0 auto;
	padding-bottom: 0
}

@media(max-width:767px) {
	.customer-support .tp-rating {
		display: inline
	}
}

.customer-support .tplogo {
	height: 30px;
	margin-top: 5px
}

@media(max-width:479px) {
	.customer-support .tplogo {
		height: 23px;
		margin: 0
	}
}

.customer-support p {
	padding: 10px 0 0;
	color: #3f3f3f
}

.customer-support p a {
	color: #009df2;
	text-decoration: underline;
	display: inline-block
}

.customer-support h3 {
	margin: 0;
	font-size: 18px;
	color: #005dba;
	font-weight: 700;
	font-family: Roboto
}

.customer-support h3.paylater-txt {
	font-size: 22px;
	margin-top: 35px
}

@media(max-width:1023px) {
	.customer-support h3.paylater-txt {
		font-size: 18px;
		margin-top: 10px
	}
}

@media(max-width:1023px) {
	.customer-support h3.paylater-txt span {
		display: block
	}
}

.customer-support .icon-height {
	min-height: 70px
}

.customer-support .icon-height .arc-logo {
	margin-top: 18px
}

@media(max-width:767px) {
	.customer-support .icon-height {
		height: auto
	}
}

@media(max-width:767px) {
	.customer-support .cf-safe {
		padding-right: 0
	}
}

.customer-support .cf-safe img {
	height: 120px
}

@media(max-width:1023px) {
	.customer-support .cf-safe img {
		height: 150px
	}
}

@media(max-width:767px) {
	.customer-support .cf-safe img {
		height: 65px
	}
}

.customer-support .happy-travelers {
	min-height: 70px
}

@media(max-width:767px) {
	.customer-support .happy-travelers {
		height: auto
	}
}

.customer-support .happy-travelers img {
	width: 60px
}

.customer-support .happy-travelers h3 {
	margin-top: 5px;
	color: #333
}

.customer-support .happy-travelers h3 b {
	font-weight: 700;
	font-size: 30px;
	font-family: Roboto
}

.customer-support .happy-label {
	font-size: 17px;
	color: #333;
	padding: 0
}

.customer-support .arcBlock img {
	max-width: 100%
}

@media(max-width:479px) {
	.customer-support .arcBlock img {
		height: 25px;
		max-width: inherit
	}
}

@media(max-width:479px) {
	.customer-support .tp-rating i {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 12px
	}
}

.customer-support .affirm-section .affirm_logo_home {
	width: 95px
}

@media(max-width:479px) {
	.customer-support .affirm-section .affirm_logo_home {
		width: 85px
	}
}

.customer-support .affirm-section .affrim_title {
	font-size: 20px;
	color: #000;
	font-family: Roboto;
	font-weight: 700
}

.customer-support .affirm-section .affirm-site-modal {
	color: #0fa0ea;
	text-decoration: underline
}

.customer-support .affirm-section p {
	padding-top: 5px
}

.homepage-head {
	font-size: 30px;
	margin: 0 0 20px
}

@media(max-width:1199px) {
	.homepage-head {
		font-size: 26px
	}
}

@media(max-width:767px) {
	.homepage-head {
		font-size: 20px;
		margin: 0 0 10px
	}
}

.airline-deals {
	width: 100%;
	padding-bottom: 28px;
	position: relative
}

.airline-deals .item {
	position: relative
}

.airline-deals .item img {
	width: 100%;
	border-radius: 5px
}

.airline-deals .item .title {
	font-size: 27px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 32px;
	width: 100%;
	margin: 0;
	font-weight: 300
}

@media(max-width:1199px) {
	.airline-deals .item .title {
		font-size: 24px
	}
}

@media(max-width:1023px) {
	.airline-deals .item .title {
		font-size: 20px
	}
}

.airline-deals .item .yellow-btn {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%)
}

.airline-deals .slick-dots {
	text-align: left
}

.airline-deals .slick-dots li {
	width: 44px;
	height: 3px
}

.airline-deals .slick-dots li button:before {
	width: 100%;
	height: 3px;
	border-radius: 0
}

.yellow-btn {
	width: 168px;
	background: #f8d630;
	display: inline-block;
	padding: 13px 0;
	font-size: 16px;
	color: #3f3f3f;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase
}

@media(max-width:1199px) {
	.yellow-btn {
		width: 130px;
		padding: 7px 0
	}
}

@media(max-width:479px) {
	.yellow-btn {
		width: 110px;
		padding: 7px 0;
		font-size: 14px
	}
}

.deal-home-new h2 {
	font-weight: 400;
	margin: 0 0 16px
}

@media(max-width:1023px) {
	.deal-home-new h2 {
		font-size: 18px
	}
}

.deal-home-new .text-link {
	color: #005dba;
	font-size: 13px;
	display: inline-block;
	margin-top: 5px
}

.deal-home-new .text-link:hover {
	text-decoration: underline
}

.promo-banner {
	width: 100%;
	padding-bottom: 58px
}

.promo-banner .item {
	position: relative
}

.promo-banner .item img {
	width: 100%;
	border-radius: 5px
}

.promo-banner .item .detail {
	position: absolute;
	left: 21px;
	top: 5px;
	width: 100%
}

.promo-banner .item .detail h3 {
	font-size: 23px;
	color: #ffd900;
	font-weight: 700
}

@media(max-width:1199px) {
	.promo-banner .item .detail h3 {
		font-size: 20px
	}
}

@media(max-width:479px) {
	.promo-banner .item .detail h3 {
		font-size: 15px
	}
}

.promo-banner .item .detail h3 span {
	padding-top: 10px;
	display: block;
	font-size: 21px;
	font-weight: 300
}

@media(max-width:479px) {
	.promo-banner .item .detail h3 span {
		font-size: 18px;
		padding-top: 5px
	}
}

.promo-banner .item .detail .promo {
	font-size: 19px;
	color: #fff;
	padding: 67px 0 40px
}

@media(max-width:1023px) {
	.promo-banner .item .detail .promo {
		padding: 6px 0;
		font-size: 16px
	}
}

@media(max-width:479px) {
	.promo-banner .item .detail .promo {
		font-size: 15px;
		padding: 8px 0
	}
}

.promo-banner .item .detail small {
	display: block;
	font-size: 11px;
	color: #fff;
	opacity: .8;
	padding-top: 10px
}

.promo-banner .slick-dots {
	text-align: left
}

.promo-banner .slick-dots li {
	width: 44px;
	height: 3px
}

.promo-banner .slick-dots li button:before {
	width: 100%;
	height: 3px;
	border-radius: 0
}

.homedealBlock {
	width: 100%;
	border: 1px solid #dadada;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 15px
}

.homedealBlock figure {
	overflow: hidden;
	position: relative;
	margin: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.homedealBlock figure img {
	width: 100%
}

.homedealBlock figure figcaption {
	position: absolute;
	left: 0;
	top: 20px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	width: 100%
}

@media(max-width:767px) {
	.homedealBlock figure figcaption {
		font-size: 18px
	}
}

.homedealBlock ul {
	list-style: none
}

.homedealBlock ul li {
	border-bottom: 1px solid #dadada;
	padding: 15px;
	font-size: 15px;
	color: #3f3f3f;
	cursor: pointer
}

.homedealBlock ul li .airline-code {
	font-size: 16px;
	font-weight: 600;
	color: #3f3f3f
}

@media(max-width:767px) {
	.homedealBlock ul li .airline-code {
		font-size: 14px
	}
}

@media(max-width:479px) {
	.homedealBlock ul li .airline-code {
		font-size: 12px
	}
}

.homedealBlock ul li .deal-price {
	font-size: 18px;
	color: #3ab54a;
	text-align: right;
	font-weight: 600
}

@media(max-width:767px) {
	.homedealBlock ul li .deal-price {
		font-size: 16px
	}
}

@media(max-width:479px) {
	.homedealBlock ul li .deal-price {
		font-size: 12px;
		font-weight: 700
	}
}

.homedealBlock ul li .flight-logo {
	width: 60px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	border-radius: 8px
}

@media(max-width:479px) {
	.homedealBlock ul li .flight-logo {
		width: 40px
	}
}

.homedealBlock ul li .date {
	white-space: nowrap
}

@media(max-width:479px) {
	.homedealBlock ul li .date {
		font-size: 11px
	}
}

.homedealBlock ul li .pt {
	padding-top: 7px
}

.homedealBlock ul li:last-child {
	border-bottom: none
}

.homedealBlock ul li:hover {
	background: #e5e5e5
}

.homedealBlock ul li:hover .flight-logo {
	outline: 1px solid #e5e5e5
}

@media(max-width:767px) {
	.homedealBlock [class*=col-xs] {
		padding: 0 5px
	}
}

.deal-text {
	font-size: 13px;
	color: #777;
	line-height: 18px
}

@media(max-width:479px) {
	.deal-text {
		font-size: 11px
	}
}

.slider-for-deal .slick-list.draggable {
	padding: 0 320px 0 0 !important
}

@media(max-width:1023px) {
	.slider-for-deal .slick-list.draggable {
		padding: 0 180px 0 0 !important
	}
}

@media(max-width:767px) {
	.slider-for-deal .slick-list.draggable {
		padding: 0 80px 0 0 !important
	}
}

.hotel-most-popular-destination.hotel-deal-home {
	width: 100%
}

.hotel-most-popular-destination.hotel-deal-home .item:hover .deal-block {
	bottom: -200%
}

@media(min-width:1025px) {
	.hotel-most-popular-destination.hotel-deal-home .item:hover .deal-block {
		bottom: 0
	}
}

.hotel-most-popular-destination.hotel-deal-home h2 {
	font-size: 30px;
	padding-top: 35px;
	margin-bottom: 0
}

@media(max-width:767px) {
	.hotel-most-popular-destination.hotel-deal-home h2 {
		font-size: 20px;
		padding-top: 10px;
		margin-bottom: 0
	}
}

.hotel-most-popular-destination.hotel-deal-home h3 {
	font-size: 21px;
	padding-bottom: 8px
}

@media(max-width:767px) {
	.hotel-most-popular-destination.hotel-deal-home h3 {
		font-size: 18px;
		padding-bottom: 0
	}
}

@media(max-width:1199px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li {
		padding: 14px 10px
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li {
		padding: 10px
	}
}

.hotel-most-popular-destination.hotel-deal-home .deal-block li h4 {
	font-weight: 500
}

@media(max-width:1199px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li h4 {
		font-size: 18px
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li h4 {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li h4 {
		font-size: 14px;
		font-weight: 600
	}
}

@media(max-width:1199px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li .address {
		font-size: 14px;
		padding: 9px 0
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li .address {
		padding: 6px 0
	}
}

@media(max-width:1023px) {
	.hotel-most-popular-destination.hotel-deal-home .deal-block li .address {
		font-size: 12px
	}
}

.trustpilot-review-home {
	padding: 30px 0 64px;
	width: 100%
}

@media(max-width:767px) {
	.trustpilot-review-home h3 {
		font-size: 18px
	}
}

.trustpilot-review-home .reviewBox {
	padding-top: 25px
}

@media(max-width:767px) {
	.trustpilot-review-home .reviewBox {
		padding-top: 0;
		font-size: 12px
	}
}

.trustpilot-review-home .reviewBox .subtitle {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media(max-width:767px) {
	.trustpilot-review-home .reviewBox .subtitle {
		font-size: 15px
	}
}

.trustpilot-review-home .reviewBox .name {
	font-size: 16px;
	font-weight: 700
}

.trustpilot-review-home .reviewBox .date {
	font-size: 13px
}

.trustpilot-review-home .reviewBox .show-more {
	float: none;
	margin: 0
}

.trustpilot-review-home .reviewBox .show-more a {
	text-decoration: none
}

.trustpilot-review-home .reviewBox .show-more a:hover {
	text-decoration: underline
}

.trustpilot-review-home .tplogo {
	height: 40px
}

.trustpilot-review-home .hideContent {
	display: none !important
}

.trustpilot-review-home .showContent {
	display: inline !important
}

.slider-for-trustpilot .slick-list.draggable {
	padding: 0 100px 0 0 !important
}

@media(max-width:767px) {
	.slider-for-trustpilot .slick-list.draggable {
		padding: 0 80px 0 0 !important
	}
}

.trustpilot-home {
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 3px #000
}

@media(max-width:1023px) {
	.trustpilot-home {
		width: 300px;
		text-align: right
	}
}

.trustpilot-home b {
	font-weight: 700
}

.trustpilot-home .trustpilot-logo {
	vertical-align: middle;
	margin-bottom: 6px
}

.trustpilot-home .star-ratingg {
	width: 150px;
	height: 28px;
	vertical-align: middle;
	margin-left: 10px
}

.trustpilot-home span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 11px
}

.trustpilot-home span b {
	font-size: 15px
}

.tp-logo-in-banner {
	position: absolute;
	right: 10px;
	bottom: 30px;
	z-index: 1
}

@media(max-width:767px) {
	.tp-logo-in-banner {
		right: auto;
		bottom: auto;
		left: 10px;
		top: 8px;
		z-index: 2
	}
}

.airlinepage .tp-logo-in-banner {
	top: 45px;
	bottom: auto
}

.airlinepage .tp-logo-in-banner {
	position: absolute;
	right: 10px;
	bottom: 30px;
	z-index: 1
}

.airlinepage .trustpilot-home {
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	width: auto
}

.trust-score {
	display: inline-block;
	background: #0c1129;
	color: #fff;
	padding: 2px 5px
}

.trustpilot-mobile-block {
	background: #fff;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
	min-height: 100px;
	margin: 20px 0
}

.trustpilot-mobile-block .trustpilot-logo {
	width: 120px;
	text-align: center;
	position: absolute;
	border-right: 1px solid #e3e3e3;
	padding-right: 20px;
	font-size: 12px;
	line-height: 20px
}

.trustpilot-mobile-block .trustpilot-logo .log {
	width: 80px
}

.trustpilot-mobile-block .trustpilot-logo .head {
	font-size: 14px
}

.trustpilot-mobile-block .trustpilot-content {
	font-size: 12px;
	line-height: 15px;
	padding: 12px 10px 10px 140px
}

.trustpilot-mobile-block .trustpilot-content span {
	color: #00b67a;
	font-size: 14px;
	line-height: 16px;
	display: block
}

.component-footer .tp-logo-in-banner {
	width: 200px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 10px 8px;
	line-height: 1em
}

.component-footer .tp-rating {
	padding: 6px 0 0
}

.deal-tab-mobile {
	width: 100%
}

.deal-tab-mobile ul.tab-list {
	margin-right: -10px;
	margin-bottom: 15px
}

.deal-tab-mobile ul.tab-list li {
	width: calc(50% - 10px);
	text-align: center;
	float: left;
	margin-right: 10px;
	border-radius: 5px
}

.deal-tab-mobile ul.tab-list li a {
	background: #e5e5e5;
	padding: 11px 10px;
	display: block;
	font-size: 15px;
	color: #3f3f3f;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	border-radius: 5px
}

.deal-tab-mobile ul.tab-list li a:before {
	content: "";
	font-family: fontawesome;
	position: absolute;
	left: 50%;
	bottom: -11px;
	font-size: 20px;
	transform: translateX(-50%);
	display: none;
	color: #005dba
}

.deal-tab-mobile ul.tab-list li a:hover,
.deal-tab-mobile ul.tab-list li a:focus,
.deal-tab-mobile ul.tab-list li a .ui-state-active {
	background: #005dba;
	color: #fff
}

@media(max-width:479px) {
	.deal-tab-mobile ul.tab-list li a {
		font-size: 12px;
		padding: 10px 4px
	}
}

.deal-tab-mobile ul.tab-list li.ui-state-active a {
	background: #005dba;
	color: #fff
}

.deal-tab-mobile ul.tab-list li.ui-state-active a:before {
	display: block
}

.blog-section-home {
	width: 100%;
	margin: 20px 0
}

.blog-section-home .main-head {
	font-size: 22px;
	color: #4c4c4c;
	margin-bottom: 15px
}

.blog-section-home .main-head .read-all {
	font-size: 14px;
	float: right
}

.blog-section-home .blog-details {
	box-shadow: 1px 1px 5px #ccc;
	background: #fff
}

@media(max-width:767px) {
	.blog-section-home .blog-details {
		margin-bottom: 20px
	}
}

.blog-section-home .blog-details .blog-content {
	padding: 15px;
	color: #6a6a6a
}

.blog-section-home .blog-details .blog-content .head {
	font-size: 18px;
	color: dimgray
}

.blog-section-home .blog-details .blog-content .date {
	font-size: 12px;
	margin-bottom: 10px
}

.blog-section-home .blog-image {
	margin-bottom: 20px;
	position: relative
}

.blog-section-home .blog-image img {
	width: 100%;
	height: 210px;
	box-shadow: 1px 1px 5px #ccc
}

@media(max-width:1023px) {
	.blog-section-home .blog-image img {
		height: 187px
	}
}

@media(max-width:767px) {
	.blog-section-home .blog-image img {
		height: auto
	}
}

.blog-section-home .blog-image .head {
	position: absolute;
	bottom: 0;
	margin: 20px;
	color: #333;
	font-size: 17px;
	text-shadow: 1px 1px 3px #fff
}

.blog-section-home .blog-image .head.white {
	color: #fff;
	text-shadow: 1px 1px 3px #333
}

.client-logos-new {
	padding: 7px 0 9px 10px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	clear: both
}

@media(max-width:1023px) {
	.client-logos-new {
		text-align: center;
		display: block
	}
}

@media(max-width:767px) {
	.client-logos-new {
		text-align: center;
		margin: 0 -10px;
		padding-left: 0
	}
}

.client-logos-new li {
	display: inline-block;
	margin: 0 5px
}

@media(max-width:1023px) {
	.client-logos-new li {
		margin: 0 3px
	}
}

.client-logos-new li a {
	width: 130px;
	height: 40px;
	display: block;
	background: url(../../../assets/home-new/footer-logo-new.png?v13) 0 0 no-repeat;
	background-size: 100%
}

@media(max-width:1023px) {
	.client-logos-new li a {
		width: 100px;
		height: 30px
	}
}

@media(max-width:767px) {
	.client-logos-new li a {
		width: 76px
	}
}

@media(max-width:479px) {
	.client-logos-new li a {
		width: 66px;
		height: 29px
	}
}

.client-logos-new li a.arc {
	background-position: 0 -55px
}

@media(max-width:1023px) {
	.client-logos-new li a.arc {
		background-position: 0 -39px
	}
}

@media(max-width:767px) {
	.client-logos-new li a.arc {
		background-position: 0 -31px
	}
}

@media(max-width:479px) {
	.client-logos-new li a.arc {
		background-position: 0 -24px
	}
}

.client-logos-new li a.asta {
	background-position: 0 -113px
}

@media(max-width:1023px) {
	.client-logos-new li a.asta {
		background-position: 0 -85px
	}
}

@media(max-width:767px) {
	.client-logos-new li a.asta {
		background-position: 0 -65px
	}
}

@media(max-width:479px) {
	.client-logos-new li a.asta {
		background-position: 0 -50px
	}
}

.client-logos-new li a.v-secure {
	background-position: 0 -245px
}

@media(max-width:1023px) {
	.client-logos-new li a.v-secure {
		background-position: 0 -190px
	}
}

@media(max-width:767px) {
	.client-logos-new li a.v-secure {
		background-position: 0 -138px;
		position: relative;
		top: -1px
	}
}

@media(max-width:479px) {
	.client-logos-new li a.v-secure {
		background-position: 0 -117px
	}
}

.client-logos-new li a.trustpilot {
	cursor: default
}

.client-logos-new li a.true {
	width: 98px;
	background-position: 0 -130px
}

@media(max-width:1023px) {
	.client-logos-new li a.true {
		width: 95px
	}
}

@media(max-width:767px) {
	.client-logos-new li a.true {
		width: 88px;
		background-position: 0 -123px
	}
}

@media(max-width:479px) {
	.client-logos-new li a.true {
		width: 48px;
		background-position: 0 -55px
	}
}

.client-logos-new li a.cloudflare {
	width: 135px;
	background-position: 0 -299px;
	height: 50px;
	cursor: default
}

@media(max-width:1199px) {
	.client-logos-new li a.cloudflare {
		width: 130px;
		background-position: 0 -288px
	}
}

@media(max-width:767px) {
	.client-logos-new li a.cloudflare {
		width: 88px;
		background-position: 0 -193px;
		position: relative;
		top: 10px
	}
}

@media(max-width:479px) {
	.client-logos-new li a.cloudflare {
		width: 55px;
		background-position: 0 -122px;
		height: 22px;
		top: 2px
	}
}

.client-logos-new .affirm_logo_home {
	width: 110px;
	float: left;
	margin-bottom: 3px
}

@media(max-width:479px) {
	.client-logos-new .affirm_logo_home {
		width: 76px
	}
}

.client-logos-new .uplift_logo_home {
	width: 60px;
	float: left
}

@media(max-width:479px) {
	.client-logos-new .uplift_logo_home {
		width: 40px;
		margin-bottom: -5px
	}
}

.subscribe {
	padding: 5px 0
}

@media(max-width:365px) {
	.subscribe {
		padding: 0
	}
}

.subscribe .form_row {
	position: relative;
	margin-bottom: 10px
}

.subscribe .form_row .icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #005dba;
	width: 44px;
	height: 31px;
	border-right: 1px solid #bcbcbc;
	text-align: center;
	line-height: 31px;
	font-size: 20px
}

.subscribe .form_row .icon img {
	width: 20px
}

.subscribe .text-red {
	padding-top: 12px;
	color: #005dba;
	font-size: 13px;
	width: 100%;
	float: left
}

.subscribe-input,
.customselect {
	border: 1px solid #b6b6b6;
	height: 42px;
	line-height: 20px;
	width: 100% !important;
	padding-left: 60px;
	box-shadow: none;
	background: #fff
}

.subscribe-input .trip,
.customselect .trip {
	padding: 10px 0 10px 20px;
	display: block;
	position: relative
}

.subscribe-input .trip .flag,
.customselect .trip .flag {
	margin-left: -53px
}

.subscribe-input .trip::before,
.customselect .trip::before {
	height: 31px;
	background: #bcbcbc;
	display: block;
	content: "";
	width: 1px;
	position: absolute;
	left: 0;
	top: 4px
}

.customselect {
	padding-left: 41px
}

.subscribe_dropdown,
.couponsubscribe {
	display: none;
	width: 100%;
	border: 1px solid #b6b6b6;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 41px;
	background: #fff;
	z-index: 1;
	overflow-y: scroll;
	max-height: 185px
}

.subscribe_dropdown ul,
.couponsubscribe ul {
	list-style: none
}

.subscribe_dropdown ul li,
.couponsubscribe ul li {
	padding: 12px 14px 12px 43px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #b6b6b6
}

.subscribe_dropdown ul li .flag-icon,
.couponsubscribe ul li .flag-icon {
	position: absolute;
	left: 14px;
	top: 4px
}

.subscribe_dropdown ul li .flag-icon img,
.couponsubscribe ul li .flag-icon img {
	width: 20px
}

.terms {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
	color: #797979
}

@media(max-width:479px) {
	.terms {
		font-size: 11px
	}
}

.terms a {
	text-decoration: underline
}

.change_country {
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 13px;
	text-decoration: underline;
	color: #2b3fb0;
	z-index: 2
}

.subscribe_title {
	position: relative;
	background: #f3f3f3;
	padding: 22px 0 8px 0;
	font-size: 18px;
	font-weight: 500;
	color: #242424;
	text-transform: capitalize
}

@media(max-width:365px) {
	.subscribe_title {
		font-size: 15px
	}
}

.subscribe_title.subscribe_hotel {
	left: 0;
	width: 100%;
	font-size: 16px
}

.subscribe_title.subscribe_hotel .icon {
	width: 50px
}

.subscribe_title .icon {
	position: absolute;
	top: 4px;
	right: 0;
	text-align: center;
	line-height: 31px;
	width: 66px;
	height: 30px;
	font-size: 20px;
	color: #605e85;
	border-left: 1px solid #afafaf;
	display: none
}

@media(max-width:1023px) {
	.subscribe_title .icon {
		width: 50px
	}
}

.subscribe-submit {
	background: #005dba;
	color: #fff;
	height: 42px;
	line-height: 20px;
	width: 100% !important;
	border-radius: 6px
}

.subscribe-submit:hover,
.subscribe-submit:focus,
.subscribe-submit:active {
	background: #005dba;
	color: #fff
}

.sucessfullMsg .thanks {
	font-size: 20px;
	line-height: 75px;
	color: #005dba
}

.sucessfullMsg .thanks img {
	margin-right: 10px
}

.sucessfullMsg .msg {
	font-size: 17px;
	color: #8f8f8f;
	padding: 20px 0
}

.sucessfullMsg .text {
	font-size: 13px;
	color: #8f8f8f
}

.sucessfullMsg .text:after {
	width: 37px;
	height: 2px;
	content: "";
	background: #005dba;
	display: block
}

.terms.inputSet33 label {
	padding-left: 22px
}

.inputSet33 label span.suberror:before {
	border-color: red
}

@media(max-width:1023px) {
	.home_text_small {
		font-size: 12px
	}
}

.component-navigation-new {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	height: 55px
}

@media(max-width:767px) {
	.component-navigation-new {
		height: auto
	}
}

@media(max-width:767px) {
	.component-navigation-new .container-fluid {
		padding-right: 8px;
		padding-left: 8px
	}
}

.component-navigation-new.fixed {
	box-shadow: 4px 0 5px #a5a3a3
}

@media(max-width:767px) {
	.component-navigation-new {
		position: static
	}
}

.component-navigation-new .new-feature {
	top: -20px
}

.component-navigation-new .container {
	width: 1300px;
	position: relative
}

@media(max-width:1379px) {
	.component-navigation-new .container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:767px) {
	.component-navigation-new .container {
		width: 100%;
		padding-left: 5px;
		padding-right: 15px
	}
}

.component-navigation-new .logo-cff {
	background: url(../../../assets/kdll.png) no-repeat;
	margin-top: 5px;
	width: 200px;
	text-indent: -99999px;
	display: block;
	height: 45px;
	background-size: 100%
}

@media(max-width:1199px) {
	.component-navigation-new .logo-cff {
		width: 200px
	}
}

@media(max-width:767px) {
	.component-navigation-new .logo-cff {
		height: 35px;
		margin: 3px 0 3px;
		width: 160px
	}
}

@media(max-width:365px) {
	.component-navigation-new .logo-cff {
		margin: 13px 0 0 0
	}
}

.component-navigation-new .navbar-nav {
	padding-top: 22px
}

.component-navigation-new .navbar-nav li {
	padding: 0 2px
}

@media(max-width:1023px) {
	.component-navigation-new .navbar-nav li.hide-menu-ipad {
		display: none !important
	}
}

@media(max-width:1199px) {
	.component-navigation-new .navbar-nav li {
		padding: 0 3px
	}
}

@media(max-width:1023px) {
	.component-navigation-new .navbar-nav li {
		padding: 0 8px
	}
}

.component-navigation-new .navbar-nav li.booking {
	margin-left: 20px;
	padding-left: 20px;
	text-transform: uppercase
}

.component-navigation-new .navbar-nav li.booking:before {
	content: "";
	width: 1px;
	height: 40px;
	background: #9b9b9b;
	display: block;
	position: absolute;
	left: 0;
	top: -11px
}

@media(max-width:1379px) {
	.component-navigation-new .navbar-nav li.booking {
		margin-left: 10px;
		padding-left: 10px
	}
}

.component-navigation-new .navbar-nav li.mySearches {
	text-transform: uppercase;
	display: none
}

.component-navigation-new .navbar-nav li.seprater {
	margin-left: 10px;
	padding-left: 10px
}

.component-navigation-new .navbar-nav li.seprater:before {
	content: "";
	width: 1px;
	height: 40px;
	background: #9b9b9b;
	display: block;
	position: absolute;
	left: 0;
	top: -11px
}

@media(max-width:1379px) {
	.component-navigation-new .navbar-nav li.seprater {
		margin-right: 0;
		padding-right: 0
	}
}

.component-navigation-new .navbar-nav li a {
	padding: 0 5px 15px
}

.component-navigation-new .navbar-nav li a:hover,
.component-navigation-new .navbar-nav li a:focus,
.component-navigation-new .navbar-nav li a.is-active {
	background: 0 0;
	color: #4f8ffc
}

.component-navigation-new .navbar-nav li a.toll-free-number {
	font-size: 22px;
	color: #3ab54a;
	padding-bottom: 0;
	margin-top: 4px;
	margin-top: -15px
}

.component-navigation-new .navbar-nav li a.toll-free-number .call-us {
	font-size: 11px;
	white-space: nowrap;
	color: #3f3f3f;
	display: block;
	font-family: poppins, sans-serif;
	font-weight: 400
}

.component-navigation-new .navbar-nav li a.toll-free-number .fa-volume-control-phone {
	font-size: 20px
}

.component-navigation-new .navbar-nav li a.toll-free-number:hover,
.component-navigation-new .navbar-nav li a.toll-free-number:focus {
	color: #3ab54a !important
}

@media(max-width:1379px) {
	.component-navigation-new .navbar-nav li a.toll-free-number {
		font-size: 19px
	}
}

.component-navigation-new .navbar-nav li a.toll-free-number .headercall_div {
	position: relative;
	white-space: nowrap;
	text-align: left;
	float: left
}

.component-navigation-new .navbar-nav li a.toll-free-number .headercall_div i {
	display: none
}

.component-navigation-new .navbar-nav li a.toll-free-number img {
	position: relative;
	width: 38px;
	float: left;
	margin-right: 5px;
	margin-top: 2px
}

.component-navigation-new .navbar-nav li a.all-in-menu:before {
	width: 0;
	height: 3px;
	background: #005dba;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all .5s
}

@media(max-width:1199px) {
	.component-navigation-new .navbar-nav li a.all-in-menu:before {
		bottom: 0
	}
}

.component-navigation-new .navbar-nav li a.all-in-menu:hover,
.component-navigation-new .navbar-nav li a.all-in-menu:focus,
.component-navigation-new .navbar-nav li a.all-in-menu.is-active {
	color: #4f8ffc
}

@media(max-width:1199px) {
	.component-navigation-new .navbar-nav li a.all-in-menu {
		font-size: 13px
	}
}

@media(max-width:1023px) {
	.component-navigation-new .navbar-nav li a.all-in-menu {
		font-size: 15px
	}
}

@media(max-width:1199px) {
	.component-navigation-new .navbar-nav li a {
		padding: 0 2px 15px
	}
}

@media(max-width:767px) {
	.component-navigation-new .navbar-nav li a {
		padding: 0
	}
}

.component-navigation-new .navbar-nav li .dropdown-toggle:hover {
	color: #4f8ffc
}

.component-navigation-new .icons-new {
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%)
}

.component-navigation-new .light-gray {
	color: #9b9b9b
}

.component-navigation-new .light-gray:hover,
.component-navigation-new .light-gray:focus,
.component-navigation-new .light-gray.is-active {
	color: #4f8ffc
}

@media(max-width:1199px) {
	.component-navigation-new .light-gray {
		font-size: 12px
	}
}

.blog-navigation {
	min-height: 92px
}

@media(max-width:767px) {
	.blog-navigation {
		min-height: auto
	}
}

.new-feature {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}

.navigation_block {
	z-index: 5;
	position: relative;
	height: 48px
}

@media(max-width:767px) {
	.navigation_block {
		height: auto;
		z-index: 4;
	}
}

.navbar-new .component-navigation-new .navbar-nav li.mySearches {
	display: block
}

@media(max-width:1023px) {
	.navbar-new .component-navigation-new .navbar-nav li.hide-menu-ipad {
		display: none
	}
}

.support-bottom-strip {
	position: fixed;
	bottom: 0;
	z-index: 9;
	width: 95%;
	transition: all .5s ease 0s;
	box-shadow: 0 -2px 3px #33333345;
	transform: translate(2%, -4%)
}

.support-bottom-strip a.close_call_banner {
	border: 0;
	background: 0 0;
	display: none
}

.support-bottom-strip a {
	background: #ecffef;
	color: #111;
	padding: 5px 10px;
	text-align: center;
	display: block;
	border: 1px solid #3ab54a;
	border-left: 5px solid #3ab54a;
	border-radius: 5px;
	box-shadow: 0 0 6px #00000070;
	height: 60px;
	padding-left: 30px
}

@media(max-width:365px) {
	.support-bottom-strip a {
		height: 50px
	}
}

.support-bottom-strip a:hover {
	background: #ecffef;
	color: #111
}

.support-bottom-strip a span img {
	width: 40px;
	position: absolute;
	left: 24px;
	top: 12px
}

.support-bottom-strip a .call-text {
	font-size: 13px
}

@media(max-width:365px) {
	.support-bottom-strip a .call-text {
		font-size: 11px
	}
}

.support-bottom-strip a .tele {
	font-size: 28px;
	line-height: 1em;
	font-weight: 700
}

@media(max-width:365px) {
	.support-bottom-strip a .tele {
		font-size: 20px
	}
}

.component-navigation-new .navbar-nav li a.cotoMenu img {
	position: absolute;
	right: 0;
	top: -17px
}

.menuBox li a.cotoMenu img {
	position: absolute;
	right: 97px;
	top: -10px
}

.submenuLsit {
	background: #fff;
	box-shadow: 0 0 15px #00000073;
	border-radius: 10px;
	position: absolute;
	left: 10%;
	top: 51px;
	width: 80%;
	display: none
}

@media(min-width:1024px)and (max-width:1199px) {
	.submenuLsit {
		left: 2%;
		width: 96%
	}
}

.submenuLsit h4 {
	font-size: 13px;
	color: #4f8ffc;
	font-weight: 600
}

.submenuLsit ul {
	list-style: none
}

.submenuLsit li {
	line-height: 28px
}

.submenuLsit li a {
	font-weight: 500;
	font-size: 12px
}

.submenuLsit li a:hover {
	color: #4f8ffc
}

.submenuLsit .bg_gray {
	background: #f6f6f6
}

.submenuLsit .holder {
	display: flex
}

.submenuLsit .block {
	width: 20%;
	padding: 10px
}

.menuBox {
	background: #fff;
	height: calc(100% - 67px);
	padding: 10px 0;
	position: fixed;
	top: 50px;
	right: -275px;
	width: 242px;
	z-index: 16;
	transition: .2s
}

@media(max-width:767px) {
	.menuBox {
		top: 0;
		height: 100%
	}
}

.menuBox .scroll {
	height: 100%;
	overflow: auto
}

.menuBox ul {
	list-style: none;
	margin: 0;
	padding: 0 0 50px
}

@media(max-width:1023px) {
	.menuBox ul {
		height: 100%;
		overflow-y: auto
	}
}

.menuBox li {
	display: block
}

.menuBox li a {
	padding: 7px 17px;
	display: block;
	font-size: 14px;
	color: #3f3f3f;
	text-decoration: none;
	transition: all .3s ease;
	position: relative
}

.menuBox li .dealClickMobile strong:after {
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 400;
	line-height: 17px;
	margin-left: 5px
}

.menuBox li .dealClickMobile.active {
	color: #005dba
}

.menuBox li .dealClickMobile.active strong:after {
	content: "";
	color: #005dba
}

.menuBox li .submenuMobileLsit {
	padding: 0 15px;
	display: none
}

.menuBox li .submenuMobileLsit h4 {
	position: relative;
	padding-left: 10px;
	font-size: 13px;
	margin: 18px 0;
	color: #000;
	font-weight: 600
}

.menuBox li .submenuMobileLsit h4:before {
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	right: 2px;
	top: -1px
}

.menuBox li .submenuMobileLsit h4.active_lavel2:before {
	content: ""
}

.menuBox li .submenuMobileLsit ul {
	padding: 0;
	margin-top: -10px;
	list-style: none;
	display: none
}

.menuBox li .submenuMobileLsit li {
	line-height: 28px
}

.menuBox li .submenuMobileLsit li a {
	padding: 2px 18px;
	color: #333;
	font-weight: 400;
	font-size: 12px
}

.menuBox li .submenuMobileLsit li a:hover {
	color: #4f8ffc
}

.menuBox.open {
	right: 0;
	height: 100%
}

.mobileMenu {
	cursor: pointer;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: .2s;
	position: absolute;
	right: 0;
	top: -5px;
	padding: 10px !important
}

@media(max-width:767px) {
	.mobileMenu {
		top: 12px;
		right: 0
	}
}

.mobileMenu span {
	display: block;
	height: 2px;
	width: 20px;
	background: #005dba;
	position: absolute;
	transition: .2s;
	border: none
}

.mobileMenu span:before,
.mobileMenu span:after {
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #005dba;
	transition-duration: .2s, .2s;
	position: absolute;
	left: 0
}

.mobileMenu span:before {
	top: -5px;
	transition-property: top, transform
}

.mobileMenu span:after {
	bottom: -5px;
	transition-property: bottom, transform
}

.mobileMenu.active span {
	background: 0 0
}

.mobileMenu.active span:before,
.mobileMenu.active span:after {
	transition-delay: 0s, .2s
}

.mobileMenu.active span:before {
	top: 0;
	transform: rotate(45deg)
}

.mobileMenu.active span:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.toll-free-number-mobile {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 35px;
	text-align: center;
	background: #005dba;
	color: #fff;
	display: block;
	font-size: 22px;
	margin: 6px 20px 6px 0
}

.toll-free-number-mobile:hover,
.toll-free-number-mobile:focus {
	background: #005dba
}

.mobileMenuClose {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -39px;
	top: 10px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 20px;
	color: #005dba
}

.mobileMenuClose span {
	margin-top: 8px
}

.mobileMenuClose:hover,
.mobileMenuClose:focus {
	background: #fff
}

@media(max-width:767px) {
	.mobile-overlay {
		background-color: rgba(0, 0, 0, .8);
		display: none;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 6
	}
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: inherit
}

@media(max-width:1199px) {
	.homepage .component-header-nav {
		width: 100%
	}
}

@media(max-width:1199px) {
	.homepage .container {
		width: 100%;
		
	}
}

@media(max-width:365px) {
	.homepage .container {
		padding-left: 7px;
		padding-right: 7px
	}
}

.wrapper {
	overflow-x: hidden
}

.bg-black {
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	border-top-left-radius: 0
}

@media(max-width:767px) {
	.bg-black {
		padding: 10px;
	    background: #ffffff00;
	    position: absolute;
	}
	#trt {
		padding: 0px;
		margin-top: -91px;
	}
		#trta {
		   margin-top: 83px;
	}
}

#flightSearch .commonDate .dateCol2 {
	width: calc(50% - 116px);
	float: left;
	position: relative
}

@media(max-width:767px) {
	#flightSearch .commonDate .dateCol2 {
		width: calc(100% - 116px)
	}
}

#flightSearch .commonDate .dateCol {
	width: 116px;
	float: left;
	position: relative
}

@media(max-width:1023px) {
	#flightSearch .commonDate .dateCol {
		padding-left: 0
	}
}

#flightSearch .commonDate .dateCol.full-col {
	width: 50%;
	padding-right: 4px
}

#flightSearch .commonDate .dateCol.full-col input.fromdate {
	border-right: 1px solid #ccc7c7;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

@media(max-width:767px) {
	#flightSearch .commonDate .dateCol.full-col {
		width: 100%;
		padding-right: 0
	}
}

#flightSearch .commonDate input.fromdate {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0;
	border-right: none
}

#flightSearch .commonDate input.fromdate:focus {
	border-right: none
}

#flightSearch .commonDate input.returndate {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-right: 0;
	padding-left: 17px;
	border-left: none
}

#flightSearch .commonDate input.returndate:focus {
	border-left: none
}

#flightSearch .commonDate:focus {
	border: 1px solid #005dba
}

.text-white {
	color: #fff
}

@media(max-width:767px) {
	.text-white {
		font-size: 12px;
		line-height: 1.9em
	}
}

.directFlight {
	margin: 52px 0 0 20px
}

@media(max-width:1023px) {
	.directFlight {
		margin: 10px 0 0
	}
}

.search-class-div {
	background: #ececec;
	overflow: hidden;
	margin: -5px 0 0;
	padding-top: 6px
}

.search-class-div .class-type {
	padding: 5px !important
}

.search-class-div .class-type:focus {
	box-shadow: none
}

.search-class-div .drop-errow:before {
	padding-top: 5px
}

#flightSearch .commonDate .src-input.focus input.returndate {
	border: 1px solid #005dba;
	border-left: 0
}

#flightSearch .commonDate .src-input.focus input.fromdate {
	border: 1px solid #005dba;
	border-right: 0
}

@media(max-width:767px) {
	.mob-plr0 {
		padding-left: 0;
		padding-right: 0
	}
}

@media(max-width:767px) {
	.mob-pl0 {
		padding-left: 0
	}
}

@media(max-width:767px) {
	.mob-pr0 {
		padding-right: 0
	}
}

.call_blockpopup {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	display: none;
	z-index: 7
}

@media(max-width:767px) {
	.call_blockpopup {
		display: none !important
	}
}

.call_blockpopup .container {
	width: 1300px;
	position: relative
}

@media(max-width:1199px) {
	.call_blockpopup .container {
		width: auto
	}
}

.call_inner_popup {
	border: 1px solid #f1f1f1;
	width: 277px;
	background: #fff;
	padding: 20px 15px 10px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 59px
}

.call_inner_popup .font-14 {
	font-size: 14px;
	color: #2b2b2b
}

.call_inner_popup .font-12 {
	font-size: 12px;
	color: #2b2b2b
}

.call_inner_popup .tfn_number {
	background: #fece2f;
	padding: 4px 22px;
	display: inline-block;
	border-radius: 35px;
	font-size: 19px;
	font-weight: 700;
	color: #2b2b2b
}

.call_inner_popup .big-image {
	margin: 12px 0
}

.call_inner_popup p {
	font-size: 14px;
	color: #00b67a
}

.call_inner_popup .review_total {
	font-size: 12px
}

.call_inner_popup .close_popup {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 21px;
	color: #a0a0a0;
	width: 30px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	cursor: pointer
}

.call_inner_popup .close_popup:hover {
	color: #f65b64
}

.no-result-div {
	background: #d8d8d8
}

.no-result-div .mar20 {
	margin: 20px
}

@media(max-width:767px) {
	.no-result-div .mar20 {
		margin: 50px 5px
	}
}

.call_home_popup {
	font-family: Arial;
	position: static;
	top: inherit;
	left: inherit;
	transform: inherit;
	z-index: 5;
	margin: auto;
	width: 70%;
	background: #fff;
	padding: 20px 50px
}

@media(max-width:767px) {
	.call_home_popup {
		width: 100%;
		padding: 15px 10px
	}
}

@media(max-width:365px) {
	.call_home_popup {
		width: 100%
	}
}

.call_home_popup .main-head {
	font-size: 27px;
	color: #30304d;
	font-weight: 700
}

@media(max-width:767px) {
	.call_home_popup .main-head {
		font-size: 19px
	}
}

.call_home_popup .txt {
	font-size: 15px;
	color: #717171;
	line-height: 1.4em;
	margin-bottom: 10px
}

@media(max-width:767px) {
	.call_home_popup .txt {
		font-size: 12px
	}
}

.call_home_popup .get {
	text-align: center;
	margin-bottom: 13px
}

@media(max-width:767px) {
	.call_home_popup .get {
		margin-bottom: 7px
	}
}

.call_home_popup .get .line-txt {
	color: #005dba;
	background: #fff;
	padding: 5px;
	font-size: 22px;
	font-weight: 700
}

@media(max-width:767px) {
	.call_home_popup .get .line-txt {
		font-size: 14px
	}
}

.call_home_popup .get .line {
	border-bottom: 1px solid #666;
	display: block;
	width: 24%;
	margin: -15px 0 0 38%
}

@media(max-width:767px) {
	.call_home_popup .get .line {
		width: 35%;
		margin: -10px 0 0 33%
	}
}

.call_home_popup .txt-red {
	font-size: 20px;
	color: #005dba
}

@media(max-width:767px) {
	.call_home_popup .txt-red {
		font-size: 15px
	}
}

.call_home_popup .discount {
	font-size: 33px;
	font-weight: 700
}

@media(max-width:767px) {
	.call_home_popup .discount {
		font-size: 33px
	}
}

.call_home_popup .discount span {
	color: #005dba
}

.call_home_popup .font-14 {
	padding: 5px 0;
	font-size: 16px
}

@media(max-width:767px) {
	.call_home_popup .font-14 {
		font-size: 14px
	}
}

.call_home_popup .tfn_number {
	font-size: 33px
}

@media(max-width:767px) {
	.call_home_popup .tfn_number {
		font-size: 22px
	}
}

.call_home_popup .tfn_number .call-icon {
	position: relative;
	top: 3px;
	width: 25px
}

.trustpilot {
	padding-top: 15px
}

.flex-calender {
	background: #fff
}

.flex-calender th {
	text-align: center;
	width: 12.5%;
	height: 33px;
	vertical-align: middle;
	border-bottom-width: 1px !important
}

.flex-calender td {
	width: 12.5%;
	vertical-align: middle;
	padding: 0 !important
}

.flex-calender td a {
	display: block;
	padding: 8px
}

.flex-calender td a:hover,
.flex-calender td a.cheapest:hover {
	background: #005dba;
	color: #fff;
	cursor: pointer
}

.flex-calender td a:hover a,
.flex-calender td a.cheapest:hover a {
	color: #fff
}

.flex-calender th.selected {
	background: #dcdcdc
}

.flex-calender td.selected,
.flex-calender td.cheapest.selected {
	background: #005dba
}

.flex-calender td.selected a,
.flex-calender td.cheapest.selected a {
	color: #fff;
	font-weight: 700
}

.flex-calender td.selected:hover,
.flex-calender td.cheapest.selected:hover {
	background: #005dba
}

.flex-calender td.cheapest {
	background: #ffffe2
}

.flex-calender td.cheapest a {
	color: green;
	font-weight: 700
}

@media(max-width:767px) {
	#flexi-calender .media-heading {
		padding-left: 10px
	}
}

.mt0 {
	margin: 0
}

.previousFlexi {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #005dba;
	color: #fff
}

#flexi-calender {
	position: relative
}

#flexi-calender .buttons {
	position: absolute;
	right: 15px;
	top: -7px
}

.previousFlexi,
.nextFlexi {
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	background: #005dba;
	color: #fff;
	display: inline-block
}

.previousFlexi:hover,
.previousFlexi:focus,
.nextFlexi:hover,
.nextFlexi:focus {
	background: #005dba;
	color: #fff
}

.flexy-save {
	background: #00b67a;
	padding: 2px 6px;
	border-radius: 20px;
	position: absolute;
	top: 22px;
	color: #fff !important;
	right: 20px
}

.searchInformation {
	background: #fff;
	border: 1px solid #dadada;
	padding: 10px;
	margin-top: 14px
}

.searchInformation h3 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
	color: #005dba;
	display: inline-block;
	padding-right: 12px
}

.searchInformation .date {
	font-size: 18px
}

.searchInformation .note {
	height: auto
}

.videoTestimonials-wrapper {
	background: #f6f6f6
}

.videoTestimonials-wrapper .videoTest-header {
	height: 500px;
	overflow: hidden;
	background: #000;
	position: relative
}

.videoTestimonials-wrapper .videoTest-header video {
	width: auto;
	position: absolute;
	top: 50%;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media(max-width:1023px) {
	.videoTestimonials-wrapper .videoTest-header video {
		height: 115%
	}
}

.videoTestimonials-wrapper .videoTest-header .video-overlay {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.videoTestimonials-wrapper .videoTest-header .header-caption {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 100px 0 0;
	color: #fff;
	text-align: center
}

.videoTestimonials-wrapper .videoTest-header .header-caption span {
	display: block;
	font-size: 50px;
	font-weight: 400
}

@media(max-width:1023px) {
	.videoTestimonials-wrapper .videoTest-header .header-caption span {
		font-size: 26px
	}
}

.videoTestimonials-wrapper .videoTest-header .header-caption h1 {
	display: block;
	font-size: 50px;
	font-weight: bolder;
	margin: 10px 0
}

@media(max-width:1023px) {
	.videoTestimonials-wrapper .videoTest-header .header-caption h1 {
		font-size: 26px
	}
}

.videoTestimonials-wrapper .videoTest-header .header-caption p {
	font-size: 18px;
	margin-bottom: 40px
}

@media(max-width:1023px) {
	.videoTestimonials-wrapper .videoTest-header .header-caption p {
		font-size: 14px
	}
}

.videoTestimonials-wrapper .videoTest-header .header-caption .reviews-btn {
	background: #ff6e03;
	color: #fff;
	padding: 15px;
	font-size: 22px;
	font-weight: 600;
	border-radius: 5px;
	width: 300px;
	display: inline-block
}

@media(max-width:1023px) {
	.videoTestimonials-wrapper .videoTest-header .header-caption .reviews-btn {
		padding: 15px 10px;
		font-size: 18px;
		width: 250px
	}
}

.common-box {
	margin-bottom: 20px
}

.common-box h2.head {
	font-size: 20px;
	margin: 0 0 15px
}

@media(max-width:1023px) {
	.common-box h2.head {
		font-size: 18px;
		font-weight: 600
	}
}

.common-box .white-box {
	background: #fff;
	padding: 25px 10px 10px;
	border-radius: 5px;
	margin-bottom: 15px
}

@media(max-width:1023px) {
	.common-box .white-box {
		padding: 10px;
		margin-bottom: 10px
	}
}

.common-box .reviewsio-block {
	padding: 0 20px
}

@media(max-width:1023px) {
	.common-box .reviewsio-block {
		padding: 0
	}
}

.common-box .reviewsio-block .head {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px
}

@media(max-width:1023px) {
	.common-box .reviewsio-block .head {
		font-size: 16px;
		margin-bottom: 15px
	}
}

.common-box .reviewsio-block p {
	font-size: 20px;
	margin-bottom: 20px
}

@media(max-width:1023px) {
	.common-box .reviewsio-block p {
		font-size: 12px;
		margin-bottom: 10px
	}
}

.common-box .reviewsio-block .star-rating {
	margin-bottom: 20px
}

.common-box .reviewsio-block .star-rating img {
	height: 30px;
	vertical-align: middle
}

.common-box .reviewsio-block .star-rating span {
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle
}

@media(max-width:1023px) {
	.common-box .reviewsio-block .star-rating span {
		font-size: 16px
	}
}

.common-box .video-thumbnail {
	margin: auto
}

.common-box .video-thumbnail video {
	transition: transform .2s;
	border-radius: 10px;
	width: 360px;
	background: #ddd
}

@media(max-width:1199px) {
	.common-box .video-thumbnail video {
		width: 100%;
		margin-bottom: 20px
	}
}

.common-box .video-thumbnail video:hover {
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.video-block-reviews {
	margin-bottom: 20px
}

.video-block-reviews video {
	width: 100%;
	border-radius: 10px;
	background: #ddd
}

.video-block-reviews .text-heading {
	color: #ff6e03;
	font-size: 20px;
	padding: 20px 0 30px;
	font-weight: 700
}

.video-block-reviews .txt {
	font-size: 16px;
	margin-bottom: 20px
}

.video-block-reviews .reviewsio-btn {
	background: #ff6e03;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 700;
	width: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 30px
}

@media(max-width:767px) {
	.video-block-reviews .reviewsio-btn {
		width: 100%;
		margin-bottom: 0;
		font-size: 16px;
		padding: 13px 15px
	}
}

.video-block-reviews .reviews-ribbon {
	padding: 20px 0;
	width: 200px !important;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px
}

@media(max-width:1023px) {
	.video-block-reviews .reviews-ribbon {
		width: 100% !important;
		margin-bottom: 20px
	}
}

.video-block-reviews .video-block-content {
	padding: 10px 0;
	position: relative
}

@media(max-width:1023px) {
	.video-block-reviews .video-block-content {
		width: 250px
	}
}

@media(max-width:767px) {
	.video-block-reviews .video-block-content {
		min-height: 200px
	}
}

.video-block-reviews .video-block-content .verified-user {
	color: #3ab54a;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 0
}

@media(max-width:1023px) {
	.video-block-reviews .video-block-content .verified-user {
		font-weight: 400
	}
}

@media(max-width:767px) {
	.video-block-reviews .video-block-content .verified-user {
		font-size: 12px
	}
}

.video-block-reviews .video-block-content .verified-user i {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -2px
}

@media(max-width:1023px) {
	.video-block-reviews .video-block-content .verified-user i {
		margin-top: -3px
	}
}

.video-block-reviews .video-block-content .head {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 120px
}

@media(max-width:767px) {
	.video-block-reviews .video-block-content .head {
		padding-right: 100px
	}
}

.video-block-reviews .video-block-content .star-rating {
	padding: 10px 0 0;
	font-size: 16px;
	font-weight: 700
}

@media(max-width:767px) {
	.video-block-reviews .video-block-content .star-rating {
		position: absolute;
		bottom: 5px
	}
}

.video-block-reviews .video-block-content .star-rating img {
	height: 20px
}

.reviewsBox-slider {
	background: #fff !important;
	padding: 15px 10px !important;
	border-radius: 5px;
	position: relative;
	display: block;
	top: -40px
}

@media(max-width:1023px) {
	.reviewsBox-slider {
		margin-bottom: 10px
	}
}

.reviewsBox-slider .slick-prev.slick-arrow.slick-disabled,
.reviewsBox-slider .slick-next.slick-arrow.slick-disabled {
	display: none !important
}

.reviewsBox-slider .slick-prev,
.reviewsBox-slider .slick-next {
	background: #fff;
	color: #333;
	border: 1px solid #888;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center
}

.reviewsBox-slider .slick-prev:hover,
.reviewsBox-slider .slick-next:hover {
	background: #fff;
	color: #333
}

.reviewsBox-slider .slick-prev:before,
.reviewsBox-slider .slick-next:before {
	color: #333
}

.reviewsBox-slider .slick-next {
	right: -25px
}

.reviewsBox-slider .slick-prev {
	left: -25px
}

@media(max-width:1023px) {
	.common-box .manual-crausel {
		display: flex;
		overflow-x: auto
	}
}

.common-box .manual-crausel .video-block-reviews {
	width: 33%;
	float: left;
	padding: 0 20px
}

@media(max-width:1023px) {
	.common-box .manual-crausel .video-block-reviews {
		width: auto;
		padding: 0 5px
	}
}

@media(max-width:1023px) {
	.common-box .no-manual-crausel {
		display: block;
		overflow-x: auto
	}
}

@media(max-width:1023px) {
	.common-box .no-manual-crausel .video-block-reviews {
		width: 100%;
		padding: 15px
	}
}

.common-box .no-manual-crausel .mb0 {
	margin-bottom: 0
}

.text-block-reviews {
	padding: 0 !important
}

.text-block-reviews .text-block-content {
	padding: 15px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin: 0 10px
}

@media(max-width:1023px) {
	.text-block-reviews .text-block-content {
		margin: 0;
		width: 100%
	}
}

.text-block-reviews .customer-img {
	position: absolute;
	width: 70px;
	left: 15px
}

.text-block-reviews .customer-name {
	padding-left: 80px;
	height: 80px
}

.text-block-reviews .customer-name .head {
	padding-right: 0
}

.text-block-reviews .customer-name .star-rating {
	padding: 0;
	font-size: 14px;
	position: relative;
	bottom: inherit
}

.text-block-reviews .customer-name .star-rating img {
	height: 20px
}

.text-block-reviews .review-head {
	font-size: 14px;
	font-weight: 700
}

.text-block-reviews .read-more {
	color: #ff6e03;
	text-decoration: none
}

.orm-searchengine {
	background: url(/resources/assets/videos/engine-bg.png) no-repeat center #005dba;
	margin-bottom: 30px;
	min-height: 400px
}

.orm-searchengine #flightTab,
.orm-searchengine #hotelTab,
.orm-searchengine #carTab {
	display: none
}

.orm-searchengine .header-background {
	padding-top: 150px
}

.orm-searchengine .bg-black {
	border-radius: 5px;
	padding: 15px 15px 10px
}

.orm-searchengine .home-promotion {
	display: none
}

.orm-searchengine .review-promotion {
	display: block
}

@media(max-width:1023px) {
	.orm-searchengine #searchEngine {
		padding: 50px 0
	}
}

@media(max-width:1023px) {

	.orm-searchengine .error-massage,
	.orm-searchengine span.error {
		font-size: 12px
	}
}

.orm-trustpilot {
	background: url(/resources/assets/videos/trustpilot-bg.jpg) no-repeat center #005dba;
	padding: 50px 0;
	text-align: center;
	color: #fff
}

.orm-trustpilot h3 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 50px
}

@media(max-width:1023px) {
	.orm-trustpilot h3 {
		font-size: 16px;
		margin: 0 0 20px
	}
}

.orm-trustpilot .head-rating {
	margin-bottom: 20px
}

@media(max-width:1023px) {
	.orm-trustpilot .head-rating {
		margin-bottom: 10px
	}
}

.orm-trustpilot .head-rating img {
	height: 30px
}

.orm-trustpilot .review-txt {
	margin-bottom: 20px
}

@media(max-width:1023px) {
	.orm-trustpilot .review-txt {
		margin-bottom: 40px;
		font-size: 12px
	}
}

.orm-trustpilot .trustpilot-widget #footer.wrapper-bottom {
	display: none
}

.baggage_content {
	padding: 0 10px 20px;
	overflow: hidden
}

@media(max-width:1023px) {
	.baggage_content {
		padding: 0 10px 20px 0
	}
}

@media(max-width:767px) {
	.baggage_content {
		padding: 0 10px 2px 0
	}
}

.baggage_content h3 {
	font-size: 17px;
	font-weight: 700
}

@media(max-width:767px) {
	.baggage_content h3 {
		font-size: 14px
	}
}

.baggage_content p {
	margin: 0;
	font-size: 14px;
	line-height: 25px
}

@media(max-width:767px) {
	.baggage_content p {
		font-size: 14px;
		line-height: initial;
		margin-bottom: 10px
	}
}

.baggage_content .txt-italic {
	font-size: 16px;
	font-weight: 700;
	color: #005dba;
	margin-bottom: 2px
}

@media(max-width:767px) {
	.baggage_content .txt-italic {
		font-size: 13px;
		margin-bottom: 0
	}
}

@media(max-width:365px) {
	.baggage_content .txt-italic {
		font-size: 10px
	}
}

.baggage_content.cbaggage-content {
	overflow: initial
}

.baggage_content.cbaggage-content .show_policy {
	left: inherit;
	right: -4px
}

.baggage_content.cbaggage-content .show_policy .arrow {
	right: 0;
	left: inherit !important
}

.baggage_content.cbaggage-content .checkin-img {
	width: 70px
}

@media(max-width:767px) {
	.travel-protection1 .result-tooltip .show_policy {
		width: 170px;
		font-weight: 400
	}
}

.baggage_tab_block {
	padding: 0 10px 16px;
	overflow: hidden
}

@media(max-width:1199px) {
	.baggage_tab_block {
		margin: 10px 0 0 0;
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.baggage_tab_block {
		padding: 0
	}
}

.baggage_tab_block .nav-tabs li {
	margin-bottom: 10px
}

.baggage_tab_block .nav-tabs li a {
	padding: 5px 20px;
	font-size: 16px;
	color: #595858;
	font-weight: 600;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-right: 10px
}

@media(max-width:1023px) {
	.baggage_tab_block .nav-tabs li a {
		font-size: 13px
	}
}

@media(max-width:767px) {
	.baggage_tab_block .nav-tabs li a {
		padding: 5px 10px;
		font-size: 12px
	}
}

@media(max-width:365px) {
	.baggage_tab_block .nav-tabs li a {
		padding: 5px 4px
	}
}

.baggage_tab_block .nav-tabs li a .selection {
	color: #00b61e;
	font-size: 13px
}

.baggage_tab_block .nav-tabs li a .pending {
	color: #ff6e03;
	font-size: 13px;
	font-weight: 400
}

@media(max-width:365px) {
	.baggage_tab_block .nav-tabs li a .pending {
		font-size: 11px
	}
}

.baggage_tab_block .nav-tabs li a span {
	font-weight: 700
}

.baggage_tab_block .nav-tabs li.active a {
	border: 0;
	border-radius: 0;
	background: #005dba;
	color: #fff
}

.baggage_tab_block .nav-tabs li.active a .selection,
.baggage_tab_block .nav-tabs li.active a .pending {
	color: #fff
}

.baggage_tab_block .nav-tabs li.active a:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	bottom: -22px;
	color: #005dba;
	font-size: 26px;
	left: 46%
}

.baggage_tab_block .nav-tabs li.active.active_arrow a {
	padding: 5px 20px;
	font-size: 16px;
	color: #005dba;
	font-weight: 400;
	text-align: center;
	border: 1px solid #005dba;
	border-radius: 0;
	margin-right: 10px;
	background: 0 0
}

@media(max-width:767px) {
	.baggage_tab_block .nav-tabs li.active.active_arrow a {
		padding: 5px 10px
	}
}

.baggage_tab_block .nav-tabs li.active.active_arrow a .selection {
	color: #00b61e;
	font-size: 13px
}

.baggage_tab_block .nav-tabs li.active.active_arrow a .pending {
	color: #005dba;
	font-size: 13px
}

.baggage_tab_block .nav-tabs li.active.active_arrow a:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	bottom: -22px;
	color: #005dba;
	font-size: 26px;
	left: 46%
}

.baggage_tab_block .tab-content {
	padding: 15px 10px;
	overflow: hidden
}

@media(max-width:1023px) {
	.baggage_tab_block .tab-content {
		padding: 0
	}
}

.baggage_tab_block .tab-content .text {
	font-size: 17px;
	color: #737373
}

@media(max-width:1023px) {
	.baggage_tab_block .tab-content .text {
		font-size: 13px
	}
}

.baggage_tab_block .tab-content .table {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd
}

.baggage_tab_block .tab-content .tab-pane {
	background: 0 0
}

@media(max-width:1023px) {
	.baggage_tab_block .tab-content .tab-pane {
		padding: 10px 0 0 !important
	}
}

.baggage_tab_block .tab-content .tab-pane .table-responsive {
	padding: 5px
}

.baggage_tab_block .tab-content .baggage-not-found {
	padding: 20px 10px 20px 45px;
	position: relative
}

.baggage_tab_block .tab-content .baggage-not-found img {
	position: absolute;
	left: 0;
	top: 15px
}

.baggage_tab_block .tab-content .baggage_table th,
.baggage_tab_block .tab-content .baggage_table td {
	border: none;
	padding: 5px;
	font-size: 13px;
	color: #454545;
	font-weight: 400;
	vertical-align: middle
}

@media(max-width:365px) {

	.baggage_tab_block .tab-content .baggage_table th,
	.baggage_tab_block .tab-content .baggage_table td {
		font-size: 11px
	}
}

.baggage_tab_block .tab-content .baggage_table th {
	vertical-align: top;
	padding-bottom: 5px
}

.baggage_tab_block .tab-content .baggage_table th p {
	color: #999;
	font-size: 12px;
	white-space: break-spaces
}

@media(max-width:767px) {
	.baggage_tab_block .tab-content .baggage_table th p {
		font-size: 10px
	}
}

.baggage_tab_block .tab-content .baggage_table sup {
	font-size: 10px;
	font-weight: 400
}

.baggage_tab_block .tab-content .baggage_table .blankTd {
	width: 20%;
	border: none
}

@media(max-width:1199px) {
	.baggage_tab_block .tab-content .baggage_table .blankTd {
		display: none
	}
}

.baggage_tab_block .tab-content .baggage_table .checkbox {
	margin: 5px 0 0 0
}

.baggage_tab_block .tab-content .baggage_table .checkbox span {
	font-weight: 700
}

.baggage_tab_block .tab-content .inputSet33 label span:before {
	top: 2px
}

.baggage_tab_block .tab-content .inputSet33 input[type=checkbox]:checked~span:before {
	color: #4f8ffc;
	border: 1px solid #4f8ffc
}

.baggage_tab_block .tab-content .inputSet33 input[type=checkbox]:checked~span {
	color: #4f8ffc
}

@media(max-width:767px) {
	.baggage_tab_block .tab-content .result-tooltip .show_policy {
		left: inherit
	}

	.baggage_tab_block .tab-content .show_policy .arrow {
		right: 1px;
		left: initial !important
	}
}

.baggage_tab_block .tab-content .total-price {
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #ddd
}

.baggage_tab_block .tab-content .total-price label {
	width: 20%
}

@media(max-width:767px) {
	.baggage_tab_block .tab-content .total-price label {
		width: inherit;
		margin-right: 25px
	}
}

.baggage_tab_block .copy_button {
	display: block;
	float: right;
	font-size: 13px;
	color: #005dba;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #005dba;
	border-radius: 28px
}

.adult_row {
	padding-left: 26px;
	position: relative
}

.adult_row:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 6px;
	width: 5px;
	height: 5px;
	background: #595959;
	border-radius: 100%;
	display: inline-block
}

.traveler-fees-toggle {
	cursor: pointer;
	padding: 4px 0
}

.traveler-fees-slide1 {
	padding-right: 15px;
	line-height: 22px
}

.checkin-image {
	text-align: center;
	margin-top: 0
}

@media(max-width:1023px) {
	.checkin-image {
		text-align: center
	}
}

.checkin-image img {
	width: 160px
}

.traveler-information a.hide-btn3,
.billing-information a.hide-btn3,
.payment-billing a.hide-btn3 {
	right: 10px;
	top: 5px
}

@media(max-width:1023px) {

	.traveler-information .fa-baggage-protection,
	.billing-information .fa-baggage-protection,
	.payment-billing .fa-baggage-protection {
		margin-bottom: 0 !important
	}
}

.paylater-txt {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	color: #005dba;
	font-family: Arial
}

.paylater-txt span {
	color: #009df2;
	letter-spacing: -1px;
	padding-right: 7px;
	font-weight: 900
}

.paylater-txt.tab-logo img {
	width: 45px;
	padding-bottom: 3px
}

.bnp-later {
	background: #ffd900;
	padding: 20px;
	width: 420px;
	margin-top: 20px;
	border-radius: 3px;
	position: relative
}

@media(max-width:1023px) {
	.bnp-later {
		padding: 15px 10px;
		margin-top: 13px
	}
}

@media(max-width:767px) {
	.bnp-later {
		padding: 15px;
		width: 100%;
		margin-top: 0
	}
}

.bnp-later div {
	margin-left: 160px;
	border-left: 1px solid #cfa400;
	padding-left: 25px;
	font-size: 14px
}

@media(max-width:767px) {
	.bnp-later div {
		margin-left: 80px;
		padding-left: 15px;
		font-size: 13px
	}
}

.bnp-later div a {
	color: #009df2;
	text-decoration: underline;
	display: block
}

.bnp-later div a:hover {
	text-decoration: none
}

.bnp-later .paylater-txt {
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 30px
}

.bnp-later .paylater-txt img {
	width: 100px
}

@media(max-width:767px) {
	.bnp-later .paylater-txt img {
		width: 65px;
		padding-top: 5px
	}
}

.bnp-later .paylater-txt span {
	display: block
}

@media(max-width:1023px) {
	.bnp-later .paylater-txt {
		top: 25px
	}
}

@media(max-width:767px) {
	.bnp-later .paylater-txt {
		left: 12px;
		top: 25px;
		font-size: 12px
	}
}

.bnpl-tnc {
	font-size: 11px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #333 !important;
	text-decoration: none !important
}

.bnpl-tnc:hover {
	text-decoration: underline !important
}

.bnpl-tnc.air-tnc {
	position: relative;
	margin: 20px 0 0 25px;
	text-align: center
}

@media(max-width:767px) {
	.bnpl-tnc.air-tnc {
		bottom: 0
	}
}

.bnpl-tnc.air-tnc-m {
	position: relative;
	margin: 0;
	text-align: center;
	display: contents
}

.bnpl-gray-overlay {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990
}

.bnpl-overlay {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9993
}

.bnp-later-list {
	background: #009df2;
	color: #fff;
	font-size: 12px;
	position: relative;
	display: flex;
	margin-left: 15px;
	max-width: 470px
}

@media(max-width:767px) {
	.bnp-later-list {
		display: block
	}
}

.bnp-later-list .paylater-txt {
	background: #ffd900;
	padding: 5px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1.1em;
	font-size: 11px
}

.bnp-later-list .paylater-txt img {
	width: 54px;
	padding-top: 3px;
	height: 22px
}

.bnp-later-list .paylater-txt span {
	display: block
}

.bnp-later-list p {
	margin: 0;
	line-height: 32px
}

.bnp-later-list.bnp-mobile {
	position: absolute;
	right: 130px;
	padding-right: 0;
	margin-top: 6px
}

.bnp-later-list.bnp-mobile b {
	padding-left: 5px;
	color: #fff;
	font-size: 11px;
	position: relative;
	top: 2px
}

.bnp-later-list.bnp-mobile:before {
	content: "";
	position: absolute;
	color: #009df2;
	top: -18px;
	left: -14px;
	font-family: FontAwesome;
	font-size: 46px;
	display: none
}

.bnp-later-list.bnp-mobile .paylater-txt {
	margin-right: 0;
	padding: 5px;
	font-size: 7px
}

.bnp-later-list.bnp-mobile .paylater-txt img {
	width: 38px
}

.bnp-later-list.bnp-mobile .result-tooltip {
	z-index: 3;
	position: absolute;
	margin-left: 7px;
	margin-top: 3px;
	color: #333
}

.bnp-later-list.bnp-mobile .result-tooltip .info-tooltip-icon {
	color: #333;
	border-color: #333
}

.bnp-later-list.bnp-mobile .result-tooltip .show_policy {
	left: inherit;
	right: -30px
}

.bnp-later-list.bnp-mobile .result-tooltip .show_policy .arrow {
	left: inherit !important;
	right: 23px
}

.bnp-later-list.bnp-mobile .result-tooltip .show_policy b {
	color: #009df2
}

.bnp-later-list.bnp-mobile .result-tooltip .show_policy a {
	padding: 0;
	border: 0;
	position: relative;
	width: auto;
	height: auto
}

.bnp-later-list.bnp-mobile .result-tooltip .show_policy p {
	line-height: 17px
}

.bnp-later-list a {
	color: #009df2;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	width: 90px;
	background: #fff;
	padding: 7px 5px;
	border: 1px solid #ccc;
	height: 33px;
	text-align: center;
	right: 0
}

.bnp-later-list a:hover {
	text-decoration: underline
}

.bnp-later-list b {
	color: #ffd900
}

.paynow-paylater-popup {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: auto
}

.paynow-paylater-popup .center-block {
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: table;
	table-layout: fixed
}

.paynow-paylater-popup .outer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px 0
}

.paynow-paylater-popup .inner {
	width: 650px;
	z-index: 7;
	margin: 0 auto;
	background: #fff
}

@media(max-width:767px) {
	.paynow-paylater-popup .inner {
		width: 480px
	}
}

@media(max-width:479px) {
	.paynow-paylater-popup .inner {
		width: 95%
	}
}

.paynow-paylater-popup .inner.know-more {
	width: 500px;
	position: relative
}

@media(max-width:767px) {
	.paynow-paylater-popup .inner.know-more {
		width: 480px
	}
}

@media(max-width:479px) {
	.paynow-paylater-popup .inner.know-more {
		width: 95%
	}
}

.paynow-paylater-popup .inner.know-more .close-btn {
	top: 10px
}

.paynow-paylater-popup .inner.know-more .content {
	padding: 30px;
	color: #1b1b1b
}

@media(max-width:767px) {
	.paynow-paylater-popup .inner.know-more .content {
		padding: 10px;
		padding-right: 20px
	}
}

.paynow-paylater-popup .inner.know-more .content .paylater-txt {
	font-size: 22px;
	line-height: 1.2em
}

.paynow-paylater-popup .inner.know-more .content .paylater-txt img {
	width: 120px
}

.paynow-paylater-popup .inner.know-more .content h2 {
	font-size: 20px;
	margin: 50px 0 30px
}

@media(max-width:767px) {
	.paynow-paylater-popup .inner.know-more .content h2 {
		margin: 30px 0 20px
	}
}

.paynow-paylater-popup .inner.know-more .content p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px
}

.paynow-paylater-popup .inner.know-more .content p.terms-cond {
	margin-bottom: 0
}

.paynow-paylater-popup .inner.know-more .content p.terms-cond a {
	color: #009df2;
	text-decoration: underline
}

.paynow-paylater-popup .inner.know-more .content p.terms-cond a:hover {
	text-decoration: none
}

.paynow-paylater-popup .inner.know-more .content .btn-close {
	padding: 20px;
	text-align: center
}

.paynow-paylater-popup .inner.know-more .content .btn-close button {
	background: #1b1b1b;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	width: 180px;
	border: 0;
	border-radius: 3px
}

.paynow-paylater-popup .inner.know-more .content .btn-close button:hover {
	background: #009df2
}

.paynow-paylater-popup .head {
	background: #e6e6e6;
	padding: 16px;
	font-size: 20px;
	border-radius: 5px 5px 0 0;
	position: relative
}

.paynow-paylater-popup .head.bdrbb {
	background: #fff;
	border-bottom: 1px solid #dbdbdb
}

@media(max-width:767px) {
	.paynow-paylater-popup .head {
		font-size: 16px;
		font-weight: 600;
		text-align: left
	}
}

@media(max-width:479px) {
	.paynow-paylater-popup .head {
		font-size: 14px
	}
}

.paynow-paylater-popup .head .fa-long-arrow-left {
	font-size: 30px;
	position: absolute;
	left: 20px;
	cursor: pointer
}

@media(max-width:767px) {
	.paynow-paylater-popup .head .fa-long-arrow-left {
		font-size: 22px
	}
}

.paynow-paylater-popup .close-btn {
	font-size: 20px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	padding: 2px 10px;
	color: #333
}

.paynow-paylater-popup .close-btn:hover {
	color: #009df2
}

@media(max-width:767px) {
	.paynow-paylater-popup .close-btn {
		top: 10px
	}
}

@media(max-width:479px) {
	.paynow-paylater-popup .close-btn {
		right: 5px;
		font-size: 17px
	}
}

.paynow-paylater-popup .paylater-txt {
	font-size: 20px;
	margin: 10px 0 34px;
	line-height: 1em
}

.paynow-paylater-popup .paylater-txt span {
	display: block
}

.paynow-paylater-popup .paylater-txt img {
	width: 120px
}

.paynow-paylater-popup .pl-points {
	margin-bottom: 20px;
	font-size: 14px;
	color: #989898
}

.paynow-paylater-popup .pl-points b {
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.paynow-paylater-popup .pl-points b.fare {
	font-size: 24px;
	font-weight: 700;
	color: #009df2
}

.paynow-paylater-popup .pl-points div {
	padding-top: 5px
}

.paynow-paylater-popup .pl-points div.hil {
	color: #1c1c1c
}

.paynow-paylater-popup .button-bar {
	padding: 10px 0 20px;
	text-align: center
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.paynow-paylater-popup .button-bar {
		background: #ebebeb
	}
}

@media(max-width:767px) {
	.paynow-paylater-popup .button-bar img {
		width: 85%
	}
}

.paynow-paylater-popup .button-bar button {
	background: #fff;
	padding: 18px 20px;
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
	font-size: 14px;
	font-weight: 700;
	width: 280px
}

.paynow-paylater-popup .button-bar button.active {
	background: #009df2;
	color: #fff;
	border-color: #009df2;
	margin-left: 10px
}

@media(max-width:767px) {
	.paynow-paylater-popup .button-bar button.active {
		margin: 10px 0 0
	}
}

.paynow-paylater-popup.radio-options .head {
	background: #fff
}

.paynow-paylater-popup.radio-options .radio-bg {
	background: #e6e6e6;
	padding: 20px;
	text-align: left
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block {
	background: #fff;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	border-radius: 3px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block.bdr2px {
	border: 1px solid #444
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block:hover {
	border: 1px solid #009df2
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .bdrR {
	border-right: 1px solid #d6d6d6
}

@media(max-width:767px) {
	.paynow-paylater-popup.radio-options .radio-bg .radio-block .bdrR {
		border-bottom: 1px solid #d6d6d6
	}
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .recomended {
	position: relative;
	padding: 10px 0
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .recomended img {
	position: absolute
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .recomended .paylater-txt {
	margin: 0;
	float: right;
	font-size: 11px;
	margin-right: 75px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .recomended .paylater-txt img {
	width: 60px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .radio-txt {
	padding: 20px;
	color: #1b1b1b;
	font-size: 14px;
	line-height: 1.7em
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .radio-txt b {
	font-size: 18px;
	display: block
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .radio-txt a {
	color: #989898;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 400
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .radio-txt a:hover {
	text-decoration: none;
	color: #009df2
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .pl-points {
	margin-left: 20px;
	padding-left: 30px;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 20px
}

@media(max-width:767px) {
	.paynow-paylater-popup.radio-options .radio-bg .radio-block .pl-points {
		font-size: 12px
	}
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .pl-points img {
	position: absolute;
	left: 40px;
	margin-top: 2px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt {
	padding: 20px;
	color: #909090;
	font-size: 14px;
	line-height: 1.7em
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .h50 {
	height: 50px
}

@media(max-width:767px) {
	.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .h50 {
		height: auto
	}
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt b {
	font-size: 20px;
	font-weight: 900;
	display: block;
	color: #1b1b1b
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt b .fa {
	font-size: 18px;
	font-weight: 600
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt p {
	color: #909090
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .inputSet {
	margin-top: -8px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .inputSet label input[type=radio]+span::after {
	height: 25px;
	width: 25px;
	border: 2px solid #909090
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .inputSet label input[type=radio]:checked+span::before {
	height: 13px;
	width: 13px
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .inputSet label input[type=radio]:checked+span::after {
	border-color: #333
}

.paynow-paylater-popup.radio-options .radio-bg .radio-block .fare-txt .inputSet label input[type=radio]:checked+span::before {
	background: #333
}

.paynow-paylater-popup.radio-options .radio-bg .btn-close {
	text-align: right
}

@media(max-width:1023px) {
	.paynow-paylater-popup.radio-options .radio-bg .btn-close {
		margin-bottom: 20px
	}
}

.paynow-paylater-popup.radio-options .radio-bg .btn-close button {
	background: #1b1b1b;
	color: #fff;
	padding: 15px 30px;
	font-size: 14px;
	width: 180px;
	border: 0;
	border-radius: 3px
}

.paynow-paylater-popup.radio-options .radio-bg .btn-close button:hover {
	background: #009df2
}

.paynow-paylater-popup .paynow-body {
	padding: 30px 40px 10px
}

@media(max-width:767px) {
	.paynow-paylater-popup .paynow-body {
		padding: 15px 10px 10px;
		background: #ebebeb
	}
}

@media(max-width:767px) {
	.paynow-paylater-popup .xs-bgg {
		background: #ebebeb
	}
}

.paynow-paylater-popup .options-block {
	border: 1px solid #dbdbdb;
	text-align: left;
	border-radius: 3px;
	font-family: Arial;
	background: #fff
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block {
		margin-bottom: 20px
	}
}

.paynow-paylater-popup .options-block.shadow-box {
	box-shadow: 6px 6px 18px #ccc;
	margin-bottom: 0
}

.paynow-paylater-popup .options-block .ofer-romend {
	position: absolute;
	right: 16px;
	top: 23px
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .ofer-romend {
		top: 10px
	}
}

.paynow-paylater-popup .options-block .bnpl-log2 {
	width: 57px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 20px
}

.paynow-paylater-popup .options-block .option-head {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .option-head {
		padding: 10px 13px;
		font-size: 13px
	}
}

.paynow-paylater-popup .options-block .non-refundable-head {
	color: #005dba;
	background: #ffdbdc;
	padding: 3px 10px;
	border-radius: 3px;
	position: absolute;
	top: 21px;
	left: 150px
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .non-refundable-head {
		top: 9px;
		left: inherit;
		right: 23px
	}
}

.paynow-paylater-popup .options-block .content {
	padding: 15px 20px;
	position: relative
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .content {
		padding: 10px
	}
}

.paynow-paylater-popup .options-block .content .non-refundable-section {
	margin-bottom: 30px;
	min-height: 28px
}

.paynow-paylater-popup .options-block .content .non-refundable-section .non-refundable {
	color: #005dba;
	background: #ffdbdc;
	padding: 3px 10px;
	border-radius: 3px;
	display: inline-block
}

.paynow-paylater-popup .options-block .content .non-refundable-section .bnpl-log {
	width: 57px;
	height: 26px
}

.paynow-paylater-popup .options-block .content .non-refundable-section span {
	float: right;
	margin-right: -20px
}

.paynow-paylater-popup .options-block .content ul {
	padding: 0;
	margin: 0 0 40px
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .content ul {
		margin: 0 0 25px
	}
}

.paynow-paylater-popup .options-block .content ul li {
	list-style: none;
	font-size: 14px;
	color: #1b1b1b;
	margin-bottom: 12px
}

@media(max-width:767px) {
	.paynow-paylater-popup .options-block .content ul li {
		font-size: 13px
	}
}

.paynow-paylater-popup .options-block .content ul li img {
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
	margin-bottom: 1px;
	width: 15px;
	height: 15px
}

.paynow-paylater-popup .options-block .content .total-fare {
	font-size: 12px;
	color: #909090
}

.paynow-paylater-popup .options-block .content .total-fare b {
	color: #1b1b1b;
	font-weight: 700;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px
}

.paynow-paylater-popup .options-block .select-btn {
	background: #1b1b1b;
	padding: 18px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	border: 0;
	border-radius: 0 0 3px 3px
}

.paynow-paylater-popup .options-block .select-btn.active {
	background: #009df2
}

.bnpl-optiondiv #fadebackground {
	z-index: 9990
}

.matrixCol {
	position: relative
}

.matrixCol .bnpl-logo {
	position: absolute;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background: #fbcd03;
	padding: 4px 2px;
	width: 40px
}

@media(max-width:767px) {
	.matrixCol .bnpl-logo {
		width: 30px;
		top: 0
	}
}

.matrixCol .bnpl-logo img {
	width: 100% !important;
	outline: none !important;
	outline-offset: inherit !important;
	border-radius: inherit !important;
	display: inherit !important
}

.matrixCol .bnpl-logo .paylater-txt {
	font-size: 7px;
	line-height: 1em
}

@media(max-width:767px) {
	.matrixCol .bnpl-logo .paylater-txt {
		font-size: 4px
	}
}

.matrixCol .bnpl-logo .paylater-txt span {
	display: block
}

@media(max-width:767px) {
	.matrixCol .airline-Logo .logoair {
		margin-top: 8px
	}
}

.circle-paylater {
	background: #ffd900;
	color: #1b1b1b;
	border-radius: 50%;
	height: 250px;
	padding: 27px 20px;
	width: 250px;
	float: right;
	margin-top: 30px
}

.circle-paylater .paylater-txt {
	font-size: 23px;
	text-align: center;
	line-height: 1.2em;
	margin-top: 27px;
	font-weight: 700
}

.circle-paylater .paylater-txt span {
	display: block
}

.circle-paylater .paylater-txt img {
	width: 140px
}

.circle-paylater .dev-line {
	text-align: center;
	padding: 10px 0
}

.circle-paylater .dev-line .dot {
	width: 60px;
	border-top: 2px solid #1b1b1b;
	margin: 0 auto;
	opacity: .3
}

.circle-paylater .txt {
	text-align: center;
	line-height: 1.6em
}

.circle-paylater .txt a {
	display: block;
	color: #009df2;
	text-decoration: underline
}

.circle-paylater .txt a:hover {
	text-decoration: none
}

.paylater-mob {
	background: #ffd900;
	color: #333;
	padding: 10px
}

.paylater-mob .paylater-txt {
	float: right;
	width: 80px;
	text-align: center
}

.paylater-mob .paylater-txt img {
	width: 65px;
	padding-top: 5px
}

.paylater-mob .txt {
	line-height: 1.2em
}

.paylater-mob .txt a {
	color: #009df2;
	text-decoration: underline
}

.bnpl-payment {
	background: #f4fafe;
	color: #333;
	line-height: 1.5em;
	position: relative
}

.bnpl-payment .head {
	color: #009df2;
	font-weight: 700;
	padding: 15px;
	border-bottom: 1px dashed #009df2;
	font-size: 12px
}

.bnpl-payment .head .remove-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #009df2;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	border-radius: 2px
}

.bnpl-payment .head .apply-bnpl {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #009df2;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	border-radius: 2px;
	background: #009df2;
	color: #fff
}

.bnpl-payment .head .paylater-txt {
	position: absolute;
	left: 140px;
	top: 15px;
	line-height: 1.2em;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: none
}

.bnpl-payment .head .paylater-txt img {
	width: 40px;
	padding-top: 3px
}

.bnpl-payment .head .paylater-txt span {
	display: block
}

.bnpl-payment .paynow {
	font-size: 12px;
	color: #58595a;
	text-align: left;
	padding: 10px 15px;
	margin-top: 0;
	font-weight: 700
}

.bnpl-payment .paynow.txttt {
	font-weight: 400
}

.bnpl-payment .paynow.txttt b {
	color: #009df2
}

.bnpl-payment .paynow.txttt a {
	display: inline-block;
	color: #009df2;
	text-decoration: underline
}

.bnpl-payment .paynow.txttt a:hover {
	text-decoration: none
}

.bnpl-payment .paynow span.right {
	float: right
}

.bnpl-payment .paynow.balance {
	background: #ffeac7;
	color: #ff9300
}

.bnpl-payment .paynow.balance .due-date {
	left: 115px;
	position: absolute;
	border: 1px solid #ef970b;
	padding: 2px 5px;
	margin-top: -2px;
	font-size: 11px;
	letter-spacing: 0
}

.bnpl-payment .paynow.balance .due-date-c {
	left: 170px;
	position: absolute;
	border: 1px solid #ef970b;
	padding: 2px 5px;
	margin-top: -4px
}

.fp10 {
	padding: 10px
}

.bnpl-total {
	font-size: 16px;
	font-weight: 700;
	background: #005dba;
	padding: 15px;
	color: #fff
}

.bnpl-total span {
	float: right
}

.bnpl-note {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px
}

.bnpl-note b {
	color: #ff9300
}

.bnpl-note a {
	text-decoration: underline
}

.bnpl-note a:hover {
	text-decoration: none
}

.existing-price {
	padding: 10px !important
}

.existing-price h4 {
	font-size: 14px
}

.nearby-mobile_div {
	margin-right: 12px;
	float: left
}

.toster_block,
.toster_anceliry {
	max-width: 560px;
	background: #019df4;
	border-radius: 3px;
	padding: 10px;
	position: fixed;
	left: 50%;
	top: 50px;
	z-index: 9;
	color: #fff;
	transform: translateX(-50%);
	-webkit-animation: mymove 5s;
	animation: mymove 2s
}

@media(max-width:1023px) {

	.toster_block,
	.toster_anceliry {
		width: 100%;
		top: 75px
	}
}

.toster_block img,
.toster_anceliry img {
	float: left
}

.toster_block p,
.toster_anceliry p {
	float: left;
	padding-left: 22px;
	border-left: 1px solid #fff;
	font-size: 15px;
	font-weight: 400;
	width: calc(100% - 60px);
	margin-bottom: 0
}

@media(max-width:1023px) {

	.toster_block p,
	.toster_anceliry p {
		font-size: 14px
	}
}

.toster_block .toster-closebtn,
.toster_anceliry .toster-closebtn {
	float: right;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 100;
	margin: 0
}

.bnpl-component-header {
	height: 350px;
	background-color: #ffd900
}

@media(max-width:1199px) {
	.bnpl-component-header {
		height: 260px
	}
}

@media(max-width:767px) {
	.bnpl-component-header {
		height: 135px
	}
}

.bnpl-component-header .bnpl-header-bx {
	position: relative
}

.bnpl-component-header .bnpl-header-bx .bnpl-txt {
	position: absolute;
	top: 125px;
	left: 0;
	width: 500px
}

.bnpl-component-header .bnpl-header-bx .bnpl-txt p {
	font-size: 21px;
	margin: 10px 0;
	color: #414a11
}

.bnpl-component-header .bnpl-header-bx .bnpl-txt a {
	color: #414a11;
	font-size: 12px;
	text-decoration: underline
}

@media(max-width:1199px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt {
		width: 480px;
		top: 95px
	}

	.bnpl-component-header .bnpl-header-bx .bnpl-txt img {
		width: 400px
	}

	.bnpl-component-header .bnpl-header-bx .bnpl-txt p {
		font-size: 17px
	}
}

@media(max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt {
		width: 55%;
		top: 25px;
		z-index: 1;
		left: 0
	}

	.bnpl-component-header .bnpl-header-bx .bnpl-txt img {
		width: 280px
	}
}

@media(max-width:767px)and (max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt img {
		width: 160px
	}
}

@media(max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt p {
		font-size: 16px
	}
}

@media(max-width:767px)and (max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt p {
		font-size: 10px;
		padding: 2px 0;
		line-height: 1.3;
		margin-bottom: 5px
	}
}

@media(max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-txt a {
		font-size: 10px
	}
}

.bnpl-component-header .bnpl-header-bx .bnpl-banner {
	position: absolute;
	top: 40px;
	right: 80px
}

@media(max-width:1199px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-banner {
		right: 0;
		width: 300px
	}
}

@media(max-width:767px) {
	.bnpl-component-header .bnpl-header-bx .bnpl-banner {
		width: 140px;
		top: 25px;
		right: -10px
	}
}

.bnpl-content {
	padding: 15px 0;
	float: left;
	width: 100%
}

.bnpl-content h2 {
	font-size: 25px;
	line-height: 25px;
	margin: 40px 0 20px
}

@media(max-width:767px) {
	.bnpl-content h2 {
		font-size: 20px;
		margin: 35px 0 15px
	}
}

.bnpl-content p {
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0
}

@media(max-width:767px) {
	.bnpl-content p {
		font-size: 14px;
		line-height: 22px
	}
}

.bnpl-content .why-bnpl {
	width: 100%;
	margin-bottom: 50px;
	float: left
}

.bnpl-content .why-bnpl ul {
	width: 100%;
	list-style: none;
	border: 2px solid #e1e1e1;
	float: left
}

.bnpl-content .why-bnpl ul.bdrR {
	border-right: 0;
	border-bottom: 0
}

.bnpl-content .why-bnpl ul li {
	display: inline-block;
	width: 33.333333%;
	float: left
}

.bnpl-content .why-bnpl ul li.bdrb0 {
	border-bottom: 0
}

.bnpl-content .why-bnpl ul li:first-child li {
	text-align: left
}

.bnpl-content .why-bnpl ul li:last-child {
	position: relative
}

.bnpl-content .why-bnpl ul li:last-child ul {
	width: 100%;
	float: left
}

.bnpl-content .why-bnpl ul li:last-child ul li {
	border: 2px solid #019cf3;
	background: #f2faff;
	border-top: 0
}

.bnpl-content .why-bnpl ul li:last-child ul li .fa {
	color: #019cf3
}

.bnpl-content .why-bnpl ul li:last-child .recommended {
	position: absolute;
	padding: 5px 0;
	top: -30px;
	text-align: center;
	background: #ffd900;
	height: 30px;
	width: 100%;
	font-weight: 400;
	color: #005dba;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 2px solid #019cf3
}

@media(max-width:767px) {
	.bnpl-content .why-bnpl ul li:last-child .recommended {
		padding: 9px 0;
		font-size: 10px
	}
}

.bnpl-content .why-bnpl ul li:last-child .recommended::after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: -21px;
	right: -2px;
	color: #fff;
	font-size: 54px
}

@media(max-width:767px) {
	.bnpl-content .why-bnpl ul li:last-child .recommended::after {
		display: none
	}
}

.bnpl-content .why-bnpl ul li:last-child .recommended::before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: -21px;
	left: -2px;
	color: #fff;
	font-size: 54px
}

@media(max-width:767px) {
	.bnpl-content .why-bnpl ul li:last-child .recommended::before {
		display: none
	}
}

.bnpl-content .why-bnpl ul li ul {
	border: transparent
}

.bnpl-content .why-bnpl ul li ul li {
	width: 100%;
	float: left;
	border-bottom: 2px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
	height: 70px;
	font-size: 16px;
	padding: 18px 20px;
	text-align: center;
	color: #4d4d4d
}

@media(max-width:1023px) {
	.bnpl-content .why-bnpl ul li ul li {
		font-size: 14px;
		padding: 10px 5px
	}
}

.bnpl-content .why-bnpl ul li ul li .fa-times,
.bnpl-content .why-bnpl ul li ul li .fa-check {
	color: #005dba
}

.bnpl-content .why-bnpl ul li ul li:first-child {
	font-weight: 600
}

.bnpl-content .why-bnpl ul li ul li:last-child span {
	font-size: 22px;
	font-weight: 700
}

@media(max-width:1023px) {
	.bnpl-content .why-bnpl ul li ul li:last-child span {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.bnpl-content .why-bnpl ul li ul li:last-child span {
		display: block
	}
}

.bnpl-tab {
	width: 100%;
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 20px
}

.bnpl-tab ul {
	list-style: none
}

.bnpl-tab ul li {
	display: inline-block;
	float: left;
	border-bottom: 2px solid transparent
}

.bnpl-tab ul li.active {
	border-color: #424242;
	font-weight: 700
}

.bnpl-tab ul li a {
	padding: 12px 30px;
	font-size: 18px
}

.bnpl-tab ul li a:hover {
	color: #333
}

@media(max-width:767px) {
	.bnpl-tab ul li a {
		padding: 12px 15px
	}
}

.bnpl-faq {
	margin-bottom: 60px
}

.bnpl-faq h4 {
	background: #fff !important;
	color: #444
}

.bnpl-faq .panel {
	border-color: #fff;
	border: none
}

.bnpl-faq .panel-default {
	border: none;
	border-bottom: 1px solid #ccc
}

.bnpl-faq #accordion .panel-title>a.accordion-toggle::before {
	float: left;
	padding-right: 10px;
	content: "";
	font-family: FontAwesome;
	height: 45px
}

.bnpl-faq #accordion .panel-title>a.accordion-toggle.collapsed::before {
	content: "";
	height: 45px
}

.bnpl-faq .term-tab .panel-default .panel-heading h4 a {
	padding: 15px 15px 15px 0;
	text-decoration: none;
	line-height: 1.3
}

@media(max-width:767px) {
	.bnpl-faq .term-tab .panel-default .panel-heading h4 a {
		font-size: 15px
	}
}

.bnpl-faq .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	padding: 5px 0 5px 20px
}

.bnpl-tc {
	margin-bottom: 60px
}

.bnpl-tc ul li {
	padding: 10px 10px 10px 20px;
	width: 100%;
	position: relative;
	color: #666;
	text-align: justify
}

.bnpl-tc ul li::after {
	content: "";
	font-family: FontAwesome;
	font-size: 8px;
	color: #6c6c6c;
	position: absolute;
	top: 15px;
	left: 0
}

@keyframes blinkingText {
	0% {
		color: #005dba
	}

	49% {
		color: orange
	}

	50% {
		color: green
	}

	99% {
		color: #005dba
	}

	100% {
		color: #000
	}
}

@media(max-width:767px) {
	.bnpl_tab {
		background: #ffd900 !important;
		padding: 6px 7px !important
	}
}

.bnpl_tab .paylater-txt {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	color: #005dba;
	font-family: Arial
}

.bnpl_tab .paylater-txt span {
	color: #009df4;
	letter-spacing: -1px;
	padding-right: 7px
}

@-webkit-keyframes mymove {
	from {
		top: -200px
	}

	to {
		top: 5px
	}
}

@keyframes mymove {
	from {
		top: -200px
	}

	to {
		top: 50px
	}
}

.seatmap-information {
	background: #fff;
	box-shadow: 0 0 6px #00000029;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative
}

.seatmap-information .displaySeatmap {
	margin: 0 -15px;
	padding-bottom: 20px
}

.seatmap-information .seatmap-icon {
	background: url(../../../assets/seatmap-icon.png) left top no-repeat;
	height: 29px;
	width: 25px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-top: -5px
}

.seatmap_table {
	font-size: 13px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.seatmap_table {
		font-size: 11px;
		overflow-x: auto;
		overflow-y: hidden
	}
}

.seatmap_table .table {
	margin-bottom: 0
}

.seatmap_table .table .traveller_col {
	width: 185px;
	vertical-align: middle
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.seatmap_table .table .traveller_col {
		width: 115px
	}
}

.seatmap_table .table th {
	border-bottom: 0
}

.seatmap_table .table th strong {
	color: #005dba;
	white-space: nowrap
}

.seatmap_table .table td {
	padding: 5px;
	width: 130px;
	vertical-align: middle;
	height: 48px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.seatmap_table .table td {
		width: 115px
	}
}

.seatmap_table .table .border-right {
	position: relative
}

.seatmap_table .table .border-right:after {
	content: "";
	position: absolute;
	right: 0;
	top: -6px;
	height: 48px;
	border-right: 1px solid #ccc
}

.seatmap_table .table .border-right.blank:after {
	top: -14px
}

.seatmap_table .table .col-50 {
	width: 50%;
	float: left
}

.seatmap_table .table .grayBg {
	background: #f2f2f2
}

.seatmap_table .table .grayBg strong {
	white-space: nowrap
}

.price_section {
	padding: 0;
	font-size: 13px;
	line-height: 24px;
	color: #807e7e
}

#myCarouselMobile .component-header-img {
	height: 160px;
	background-size: cover
}

#myCarousel .component-header-img {
	height: 360px;
	background-size: cover
}

.affirm-panel {
	position: absolute;
	top: 0;
	z-index: 2;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.affirm-panel {
		top: 20px;
		left: 0;
		width: auto;
		height: 100%
	}
}

.affirm-panel h2 {
	font-size: 38px;
	font-weight: 700
}

@media(max-width:1023px) {
	.affirm-panel h2 {
		font-size: 30px;
		margin-top: 13px
	}
}

@media(max-width:767px) {
	.affirm-panel h2 {
		font-size: 20px;
		line-height: 26px
	}
}

.affirm-panel .logo_top {
	font-size: 22px;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.affirm-panel .logo_top {
		font-size: 18px
	}
}

.affirm-panel .logo_top span {
	margin: 0 10px
}

@media(max-width:767px) {
	.affirm-panel .logo_top img {
		height: 20px
	}
}

.affirm-panel .affirm_logo {
	margin-top: -16px
}

.padding-lg-left {
	padding-left: 0
}

@media(max-width:767px) {
	.padding-lg-left {
		padding-left: 15px
	}
}

.affirm_content_block h2 {
	font-size: 25px;
	font-weight: 700;
	color: #333
}

@media(max-width:1023px) {
	.affirm_content_block h2 {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.affirm_content_block h2 {
		font-size: 16px;
		line-height: 21px
	}
}

.affirm_content_block .mb_40 {
	margin-bottom: 40px
}

@media(max-width:767px) {
	.affirm_content_block .mb_40 {
		font-size: 12px;
		margin-bottom: 20px;
		line-height: 19px
	}
}

@media(max-width:767px) {
	.affirm_content_block p.light-gray {
		font-size: 11px;
		line-height: 16px
	}
}

.right_side_block {
	padding: 15px;
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 5px
}

@media(max-width:767px) {
	.right_side_block {
		padding: 15px 10px;
		margin: 20px 0
	}
}

.right_side_block h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: left
}

.right_side_block p {
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 1.4em
}

@media(max-width:1023px) {
	.right_side_block .trustpilot_right {
		width: 33.3%;
		float: left
	}
}

@media(max-width:767px) {
	.right_side_block .trustpilot_right {
		padding-right: 10px
	}
}

.right_side_block .trustpilot_right img {
	width: 100%
}

@media(max-width:1023px) {
	.right_side_block .trustpilot_right img {
		width: auto;
		max-width: 100%
	}
}

.right_side_block .trustpilot_right .ratingText {
	white-space: nowrap;
	font-size: 12px;
	margin-top: 6px
}

@media(max-width:767px) {
	.right_side_block .trustpilot_right .ratingText {
		font-size: 10px;
		margin-top: 2px
	}
}

@media(max-width:479px) {
	.right_side_block .trustpilot_right .ratingText {
		font-size: 9px;
		margin-top: 2px
	}
}

.right_side_block .customer_support {
	padding: 16px 0
}

@media(max-width:1023px) {
	.right_side_block .customer_support {
		padding-top: 7px;
		padding-bottom: 0;
		width: 33.3%;
		float: left
	}
}

.right_side_block .customer_support img {
	width: 45px
}

@media(max-width:767px) {
	.right_side_block .customer_support img {
		width: 26px
	}
}

.right_side_block .customer_support h3 {
	font-size: 18px;
	color: #005dba;
	font-weight: 700;
	font-family: Roboto;
	margin: 5px 0
}

@media(max-width:767px) {
	.right_side_block .customer_support h3 {
		font-size: 10px
	}
}

.right_side_block .customer_support p {
	color: #3f3f3f;
	text-align: center;
	font-size: 11px;
	margin: 0;
	line-height: 18px
}

@media(max-width:767px) {
	.right_side_block .customer_support p {
		font-size: 9px;
		line-height: 14px
	}
}

.right_side_block .happy-travelers h3 {
	margin: 0
}

@media(max-width:767px) {
	.right_side_block .happy-travelers h3 {
		font-size: 14px
	}
}

@media(max-width:767px) {
	.right_side_block .happy-travelers img {
		width: 40px
	}
}

@media(max-width:1023px) {
	.right_side_block .travel_review {
		width: 33.3%;
		float: left
	}
}

@media(max-width:767px) {
	.right_side_block .travel_review {
		padding-left: 10px
	}
}

.right_side_block .travel_review p {
	text-align: center;
	color: #000;
	margin-bottom: 15px
}

@media(max-width:767px) {
	.right_side_block .travel_review p {
		font-size: 11px
	}
}

.affirm_textBox h3 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0
}

@media(max-width:1023px) {
	.affirm_textBox h3 {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.affirm_textBox h3 {
		font-size: 16px
	}
}

.affirmhowWorkBox h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 15px 0
}

@media(max-width:1023px) {
	.affirmhowWorkBox h3 {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.affirmhowWorkBox h3 {
		font-size: 16px
	}
}

.affirmhowWorkBox .work_with_slider {
	margin: 0 -15px
}

@media(max-width:767px) {
	.affirmhowWorkBox .work_with_slider {
		margin: 0 -10px
	}
}

.affirmhowWorkBox .items {
	float: left;
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	padding: 10px 15px;
	width: auto !important;
	margin: 0 15px;
	min-height: 370px
}

@media(max-width:1023px) {
	.affirmhowWorkBox .items {
		min-height: 308px
	}
}

@media(max-width:767px) {
	.affirmhowWorkBox .items {
		min-height: 350px;
		margin: 0 10px
	}
}

@media(max-width:479px) {
	.affirmhowWorkBox .items {
		min-height: 315px
	}
}

.affirmhowWorkBox .items h5 {
	font-size: 18px;
	color: #0d0d0d;
	font-weight: 700;
	margin-top: 25px
}

@media(max-width:1023px) {
	.affirmhowWorkBox .items h5 {
		font-size: 16px
	}
}

.affirmhowWorkBox .items p {
	color: #333
}

@media(max-width:1023px) {
	.affirmhowWorkBox .items p {
		font-size: 13px
	}
}

.affirmhowWorkBox .items figure {
	text-align: center
}

.affirmhowWorkBox .items figure img {
	display: inline
}

@media(max-width:1199px) {
	.affirmhowWorkBox .items figure img {
		width: 100%
	}
}

@media(max-width:767px) {
	.affirmhowWorkBox .slick-list.draggable {
		padding-right: 60px !important
	}
}

.affirmBlockcontent {
	padding: 50px 0;
	overflow: hidden
}

@media(max-width:1023px) {
	.affirmBlockcontent {
		padding: 20px 0
	}
}

.affirmBlockcontent h3 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px
}

@media(max-width:1023px) {
	.affirmBlockcontent h3 {
		margin-bottom: 23px
	}
}

@media(max-width:767px) {
	.affirmBlockcontent h3 {
		font-size: 14px
	}
}

.affirmBlockcontent h3 img {
	vertical-align: text-bottom
}

@media(max-width:767px) {
	.affirmBlockcontent h3 img {
		width: 61px
	}
}

.affirmBlockcontent .holder {
	display: flex
}

.affirmBlockcontent .left_block {
	width: 45%;
	float: left;
	color: #fff;
	background: #0fa0ea;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 60px
}

@media(max-width:767px) {
	.affirmBlockcontent .left_block {
		padding: 0 11px
	}
}

.affirmBlockcontent .left_block h3 {
	font-size: 25px;
	font-weight: 700;
	text-align: left
}

@media(max-width:1023px) {
	.affirmBlockcontent .left_block h3 {
		font-size: 20px;
		margin: 20px 0 10px
	}
}

@media(max-width:767px) {
	.affirmBlockcontent .left_block h3 {
		font-size: 12px
	}
}

@media(max-width:767px) {
	.affirmBlockcontent .left_block p {
		font-size: 11px
	}
}

@media(max-width:767px) {
	.affirmBlockcontent .left_block img {
		width: 60px
	}
}

.affirmBlockcontent .right_block {
	padding: 20px 35px 0;
	width: 55%;
	float: left;
	background: #b9e3f9
}

@media(max-width:767px) {
	.affirmBlockcontent .right_block {
		padding: 20px 11px 0 15px
	}
}

.affirmBlockcontent .right_block h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px
}

@media(max-width:767px) {
	.affirmBlockcontent .right_block h4 {
		font-size: 12px
	}
}

.affirmBlockcontent .right_block p {
	margin-bottom: 20px
}

@media(max-width:767px) {
	.affirmBlockcontent .right_block p {
		font-size: 11px
	}
}

.affirmBlockcontent .small_text {
	font-size: 13px;
	padding-top: 23px;
	line-height: 20px
}

@media(max-width:767px) {
	.affirmBlockcontent .small_text {
		font-size: 11px;
		line-height: 16px
	}
}

.content-questions h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 15px 0
}

@media(max-width:1023px) {
	.content-questions h3 {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.content-questions h3 {
		font-size: 16px
	}
}

.content-questions ul {
	margin-bottom: 50px;
	list-style: none
}

.content-questions ul li {
	padding: 19px 0 19px 30px;
	border-bottom: 1px solid #cbd0d4;
	position: relative
}

@media(max-width:767px) {
	.content-questions ul li {
		padding: 13px 0 13px 30px
	}
}

.content-questions ul li a {
	font-size: 21px;
	color: #2b2b2b;
	position: relative
}

@media(max-width:1023px) {
	.content-questions ul li a {
		font-size: 17px
	}
}

@media(max-width:767px) {
	.content-questions ul li a {
		font-size: 15px
	}
}

.content-questions ul li .tollfreenumber {
	font-size: inherit
}

.content-questions ul li .content {
	display: none;
	cursor: default;
	margin-top: 4px
}

.content-questions ul li .content p {
	padding-top: 30px;
	font-size: 16px
}

@media(max-width:767px) {
	.content-questions ul li .content p {
		font-size: 13px
	}
}

.content-questions ul li .expandContent {
	cursor: pointer
}

.content-questions ul li .expandContent:before {
	content: "";
	font-size: 24px;
	font-weight: 700;
	font-family: fontawesome;
	position: absolute;
	left: -28px;
	top: -5px
}

@media(max-width:1023px) {
	.content-questions ul li .expandContent:before {
		top: -8px
	}
}

.content-questions ul li.open .expandContent:before {
	content: ""
}

@media(max-width:767px) {
	.affirm_content-font {
		font-size: 12px
	}
}

@font-face {
	font-family: bootstrap-icons;
	src: url(../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d5) format("woff2"), url(../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d5) format("woff")
}

[class^=bi-]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bi-x::before {
	content: ""
}

.bi-info-circle::before {
	content: ""
}

.bi-geo-alt-fill::before {
	content: ""
}

.bi-arrow-up-short::before {
	content: ""
}

.bi-stopwatch-fill::before {
	content: ""
}

.bi-stopwatch::before {
	content: ""
}

.bi-chevron-left::before {
	content: ""
}

.bi-chevron-right::before {
	content: ""
}

.bi-chevron-up::before {
	content: ""
}

.bi-calendar3::before {
	content: ""
}

.bi-check::before {
	content: ""
}

.bi-currency-dollar::before {
	content: ""
}

.bi-person::before {
	content: ""
}

.bi-search::before {
	content: ""
}

.bi-arrow-left-right::before {
	content: ""
}

.bi-arrow-right::before {
	content: ""
}

.bi-sliders::before {
	content: ""
}

.bi-telephone-fill::before {
	content: ""
}

.modifySearchInfoBox {
	display: none;
	padding: 8px 10px;
	background: #e9e9e9;
	font-size: 13px
}

.modifySearchInfoBox .modifySearchBtn {
	background: #005dba;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	float: right;
	border: none;
	color: #fff;
	font-size: 20px
}

.modifySearchInfoBox .searchInfo {
	color: #3f3f3f;
	font-weight: 500;
	line-height: 20px
}

.modifySearchInfoBox .searchInfo .code {
	font-weight: 600
}

.modifySearchInfoBox .searchInfo .date {
	border-left: 1px solid #3f3f3f;
	padding-left: 6px;
	margin-left: 6px
}

.modifySearchInfoBox .searchInfo .arrow {
	margin: 0 8px
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchInfoBox {
		display: block
	}
}

.modifySearchBox {
	padding: 20px 0;
	background: #e9e9e9;
	position: relative;
	z-index: 3
}

.modifySearchBox.open {
	display: block
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchBox {
		display: none;
		overflow-x: hidden;
		height: 100vh;
		height: 100%;
		position: fixed;
		left: 0;
		top: 56px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.modifySearchBox {
		top: 47px
	}
}

.modifySearchBox .modify_close_mobile {
	position: absolute;
	right: 7px;
	color: #1f1f1f;
	font-size: 33px;
	top: 4px;
	line-height: 35px;
	display: none;
	z-index: 1
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchBox .modify_close_mobile {
		display: block
	}
}

.modifySearchBox .input__block {
	position: relative
}

.modifySearchBox .input__block.activefield {
	z-index: 2
}

.modifySearchBox .input__block.activefield .inputField {
	border: 2px solid #2680eb
}

.modifySearchBox .returntext {
	border-left: 1px solid #ccc;
	position: relative;
	margin: 5px 0;
	padding: 10px 0 10px 16px
}

.modifySearchBox .returntext span {
	color: #005dba;
	font-size: 14px;
	cursor: pointer
}

.modifySearchBox .returntext span:hover {
	text-decoration: underline
}

.modifySearchBox .searchBox {
	padding: 0
}

.modifySearchBox .inputField {
	padding: 20px 20px 8px 33px;
	font-size: 14px;
	font-weight: 500;
	color: #1f1f1f;
	border: 2px solid transparent;
	outline: none;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff
}

.modifySearchBox .inputField.traveller {
	padding: 14px 20px 14px 33px
}

.modifySearchBox input[type=text]:focus~.icons,
.modifySearchBox .valid~.icons {
	color: #0c5dba
}

.modifySearchBox .icons {
	position: absolute;
	left: 7px;
	top: 50%;
	display: block;
	pointer-events: none;
	font-size: 20px;
	color: #0c5dba;
	transform: translateY(-50%)
}

.modifySearchBox .label_text {
	font-size: 12px;
	position: absolute;
	left: 35px;
	top: 4px;
	color: #5b5b5b;
	font-family: open sans, sans-serif
}

.modifySearchBox .dates {
	background: #fff;
	border-radius: 6px;
	width: 100%;
	float: left;
	border: 2px solid transparent
}

.modifySearchBox .dates .inputField {
	border: none;
	border-radius: 0;
	padding-left: 36px
}

.modifySearchBox .dates .inputField:focus {
	background: #dae7fe
}

.modifySearchBox .dates.activefield {
	z-index: 2;
	border: 2px solid #2680eb;
	position: relative
}

.modifySearchBox .no-padding {
	padding: 0
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchBox .no-padding {
		padding: 0 10px
	}
}

.modifySearchBox .pad3px {
	padding: 0 6px
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchBox .pad3px {
		padding: 6px
	}
}

.modifySearchBox .pl-8 {
	padding-left: 8px
}

.modifySearchBox .row_margin {
	margin: 0 -4px
}

.modifySearchBox .row_margin2 {
	margin: 0 -6px
}

.modifySearchBox .col-50 {
	width: 50%;
	float: left
}

.modifySearchBox .col-50.return_date {
	margin-left: -7px
}

.modifySearchBox .col-50.roundtrip {
	visibility: hidden
}

.modifySearchBox .searchButton {
	width: 100%;
	background: #0c5dba;
	border: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	padding: 15px 10px;
	outline: none;
	font-weight: 600
}

.modifySearchBox .searchButton:hover {
	background: #4f8ffc
}

@media(min-width:1200px)and (max-width:1440px) {
	.modifySearchBox .searchButton {
		padding: 15px 6px
	}
}

@media(min-width:1024px)and (max-width:1199px) {
	.modifySearchBox .searchButton {
		margin-top: 10px
	}
}

.modifySearchBox .tripType {
	border-bottom: none
}

.more_options {
	color: #1f1f1f;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none
}

.more_options:hover {
	color: #1f1f1f
}

.relative {
	position: relative
}

.cursor {
	cursor: pointer
}

.search_overlay,
.dateoverlay,
.page_overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: none
}

.search_overlay,
.dateoverlay {
	pointer-events: none
}

.autosuggestBox {
	position: absolute;
	left: 5px;
	top: 54px;
	background: #fff;
	width: 435px;
	max-height: 600px;
	z-index: 2;
	overflow-y: auto
}

@media(min-width:1024px)and (max-width:1199px) {
	.autosuggestBox {
		top: 60px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.autosuggestBox {
		width: 96%;
		left: 7px;
		top: 60px;
		font-size: 12px;
		max-height: 300px
	}
}

.autosuggestBox ul {
	list-style: none;
	max-height: 540px !important
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.autosuggestBox ul {
		max-height: 241px
	}
}

.autosuggestBox ul li {
	position: relative
}

.autosuggestBox ul li .parent_div {
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 89%
}

.autosuggestBox ul li .parent_div.selected,
.autosuggestBox ul li .parent_div:hover {
	background: #4f8ffc;
	color: #fff
}

.autosuggestBox ul li .parent_div.selected .location_icon,
.autosuggestBox ul li .parent_div.selected .airports_name,
.autosuggestBox ul li .parent_div:hover .location_icon,
.autosuggestBox ul li .parent_div:hover .airports_name {
	color: #fff
}

.autosuggestBox ul li .parent_div .code {
	position: absolute;
	right: 20px;
	top: 10px
}

.autosuggestBox ul li .parent_div .airports_name {
	color: #979797;
	padding-left: 15px
}

.autosuggestBox ul li .location_icon,
.autosuggestBox ul li .flight_icon {
	margin-right: 5px;
	color: #0c5dba
}

.autosuggestBox ul li .child_div {
	padding: 10px 20px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 88%
}

.autosuggestBox ul li .child_div .flight_icon {
	background: url(/resources/assets/new-listing//icons/plane-autosugest-blue.svg) left 4px no-repeat;
	width: 14px;
	height: 16px;
	display: inline-block
}

.autosuggestBox ul li .child_div.selected,
.autosuggestBox ul li .child_div:hover {
	background: #4f8ffc;
	color: #fff
}

.autosuggestBox ul li .child_div.selected .location_icon,
.autosuggestBox ul li .child_div:hover .location_icon {
	color: #fff
}

.autosuggestBox ul li .child_div.selected .flight_icon,
.autosuggestBox ul li .child_div:hover .flight_icon {
	background: url(/resources/assets/new-listing//icons/plane-autosugest-white.svg) left 4px no-repeat
}

.autosuggestBox ul li .child_div .code {
	position: absolute;
	right: 20px;
	top: 10px
}

.autosuggestBox ul li .category_title {
	font-size: 15px;
	font-weight: 600;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 10px
}

.unacompained_text {
	text-align: right;
	margin-top: 7px;
	cursor: pointer;
	display: inline-block;
	float: right
}

.unacompained_block {
	padding: 28px 15px 20px;
	font-size: 13px;
	line-height: 20px;
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 90px;
	width: 320px;
	border-radius: 6px;
	box-shadow: 0 0 6px #00000029;
	z-index: 2
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.unacompained_block {
		left: inherit;
		right: 20px
	}
}

.unaCloseBtn {
	font-size: 30px;
	position: absolute;
	right: 5px;
	top: 0;
	cursor: pointer
}

.input_clear {
	padding-right: 22px
}

.input_clear.x {
	background: #fff url(/resources/assets/new-listing/icons/close_icon-gray.svg) no-repeat 98% 14px
}

.input_clear.x:hover {
	background: #fff url(/resources/assets/new-listing/icons/close_icon.svg) no-repeat 98% 14px
}

.input_clear.onX {
	cursor: pointer
}

.input_clear::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

.modifySearchBox .label_text.change_label {
	top: 19px
}

.modifySearchBox .inputField:focus~.label_text.change_label {
	top: 5px
}

.modifySearchBox .inputField.x~.label_text.change_label,
.modifySearchBox .inputField.valid~.label_text.change_label {
	top: 5px
}

.modifySearchBox .inputField.error {
	border: 2px solid #f54336
}

.modifySearchBox .inputField.error~.icons {
	color: #f54336
}

.error_text {
	color: #f54336;
	font-size: 13px;
	padding-top: 5px
}

#returnDateDiv:before {
	width: 1px;
	height: 40px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px
}

.hasDatepicker::selection {
	user-select: none
}

.traveller_error_msg {
	border: 1px solid #f54336;
	border-radius: 5px;
	padding: 8px 10px 8px 49px;
	position: relative;
	min-height: 48px
}

.traveller_error_msg img {
	position: absolute;
	left: 10px;
	top: 10px
}

.search_body {
	overflow: visible
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.search_body {
		overflow: hidden
	}
}

.tripType {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: inline-block
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.tripType {
		border-bottom: none
	}
}

.tripType li {
	display: inline-block;
	padding-right: 15px;
	font-size: 15px
}

.tripType li label {
	cursor: pointer;
	font-weight: 500;
	color: #1f1f1f
}

.inputSet label {
	margin: 0;
	cursor: pointer;
	font-weight: 500;
	line-height: 18px;
	padding-left: 25px;
	position: relative;
	color: #3f3f3f
}

.inputSet {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500
}

.inputSet input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #4f8ffc;
	border-radius: 2px
}

.inputSet input[type=checkbox]:checked~.checkmark {
	background-color: #4f8ffc
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.inputSet input[type=checkbox]:checked~.checkmark:after {
	display: block
}

.inputSet .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inputSet label input[type=radio]~span::after {
	border-radius: 100%;
	border: 2px solid #4f8ffc;
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	position: absolute;
	top: 0
}

.inputSet label input[type=radio]:checked~span {
	transition: all .5s
}

.inputSet label input[type=radio]:checked~span::after {
	border: 2px solid #4f8ffc
}

.inputSet label input[type=radio]:checked~span::before {
	border-radius: 100%;
	background: #4f8ffc;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	left: 5px;
	position: absolute;
	top: 5px
}

.traveller_block {
	padding: 15px 20px 20px;
	position: absolute;
	top: 58px;
	right: 0;
	width: 478px;
	min-height: 50px;
	background: #fff;
	z-index: 2;
	box-shadow: 0 3px 6px #00000029;
	border-radius: 6px
}

@media(min-width:1024px)and (max-width:1199px) {
	.traveller_block {
		right: inherit;
		top: 60px
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.traveller_block {
		width: 96%;
		padding: 10px;
		top: inherit;
		position: fixed;
		bottom: -2px
	}
}

.traveller_block .traveller_title {
	font-size: 16px;
	margin: 0 0 10px
}

.traveller_block .traveller_label {
	color: #333;
	font-weight: 600;
	font-size: 13px;
	margin: 8px 0;
	display: block
}

.traveller_block ul.traveller_list {
	list-style: none;
	box-shadow: 0 0 6px #00000029;
	padding: 0;
	border-radius: 18px;
	height: 30px;
	display: inline-block;
	margin: 0 -7px 5px 0
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.traveller_block ul.traveller_list {
		height: 28px
	}
}

.traveller_block ul.traveller_list li {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	color: #1f1f1f;
	cursor: pointer;
	margin: 0 7px 0 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.traveller_block ul.traveller_list li {
		margin: 0;
		font-size: 12px;
		width: 32px;
		height: 32px;
		line-height: 32px
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.traveller_block ul.traveller_list li {
		width: 28px;
		height: 28px;
		line-height: 28px
	}
}

.traveller_block ul.traveller_list li.active {
	background: #4f8ffc;
	color: #fff;
	box-shadow: 0 3px 6px #00000029;
	border-radius: 100%;
	margin-top: -3px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.traveller_block ul.traveller_list li.active {
		margin-top: 0;
		background: #4f8ffc;
		color: #fff
	}
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.traveller_block ul.traveller_list li:hover {
		margin-top: 0
	}
}

.traveller_block .col-50 {
	width: 50%;
	float: left
}

.traveller_block .cabinClass_row {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	margin-top: 15px;
	overflow: hidden;
	float: left;
	width: 100%
}

.traveller_block .cabinClass {
	margin-right: -20px;
	list-style: none;
	padding: 0
}

.traveller_block .cabinClass li {
	padding: 7px 10px;
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
	border: 1px solid #4f8ffc;
	border-radius: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.traveller_block .cabinClass li {
		font-size: 11px
	}
}

.traveller_block .cabinClass li:hover,
.traveller_block .cabinClass li.is-active {
	background: #4f8ffc;
	color: #fff
}

.traveller_block .done_button {
	background: #4f8ffc;
	float: right;
	border-radius: 3px;
	border: none;
	float: right;
	color: #fff;
	cursor: pointer;
	padding: 10px 36px;
	font-size: 14px;
	font-weight: 400;
	display: block
}

.traveller_block .done_button:hover {
	border: none;
	outline: none
}

.fra_homebanner {
	height: 412px
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.fra_homebanner {
		height: 403px
	}
}

.fra_homebanner .text-blue {
	font-weight: 700;
	color: #005dba
}

.fra_homebanner .banner_content_block {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.fra_homebanner .fraleft_content {
	width: 390px;
	float: left;
	color: #fff
}

@media(max-width:1023px) {
	.fra_homebanner .fraleft_content {
		width: 50%
	}
}

@media(max-width:767px) {
	.fra_homebanner .fraleft_content {
		width: 100%;
		text-align: center;
		padding-bottom: 20px
	}
}

.fra_homebanner .fraleft_content h5 {
	font-size: 25px;
	padding-bottom: 10px
}

@media(max-width:1023px) {
	.fra_homebanner .fraleft_content h5 {
		font-size: 22px;
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.fra_homebanner .fraleft_content h5 {
		font-size: 16px;
		padding-bottom: 0
	}
}

.fra_homebanner .fraleft_content p {
	font-size: 16px;
	line-height: 30px
}

@media(max-width:1023px) {
	.fra_homebanner .fraleft_content p {
		font-size: 14px;
		line-height: 22px
	}
}

@media(max-width:767px) {
	.fra_homebanner .fraleft_content p {
		font-size: 11px;
		line-height: 18px
	}
}

.fra_homebanner .fra_rightContent {
	width: 412px;
	float: right;
	background: #fff;
	border-radius: 5px;
	padding: 15px 15px 20px
}

@media(max-width:1023px) {
	.fra_homebanner .fra_rightContent {
		width: 50%;
		padding: 10px 10px 16px
	}
}

@media(max-width:767px) {
	.fra_homebanner .fra_rightContent {
		width: 100%
	}
}

.fra_homebanner .fra_rightContent h5 {
	font-size: 18px;
	color: #005dba;
	font-weight: 700
}

.fra_homebanner .fra_rightContent ul li {
	font-size: 14px;
	position: relative;
	padding: 11px 0 11px 20px;
	line-height: 22px
}

@media(max-width:1023px) {
	.fra_homebanner .fra_rightContent ul li {
		font-size: 12px
	}
}

.fra_homebanner .fra_rightContent ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #005dba;
	border-radius: 100%;
	position: absolute;
	left: 3px;
	top: 18px
}

#fraCntr .tab_list {
	width: 100%;
	float: left;
	list-style: none;
	padding: 30px 0 10px 0
}

@media(max-width:767px) {
	#fraCntr .tab_list {
		padding: 16px 0 0
	}
}

#fraCntr .tab_list li {
	float: left;
	padding-right: 25px;
	margin-bottom: -1px
}

#fraCntr .tab_list li a {
	font-size: 22px;
	color: #21356e;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	border-bottom: 2px solid transparent
}

@media(max-width:1023px) {
	#fraCntr .tab_list li a {
		font-size: 15px
	}
}

@media(max-width:365px) {
	#fraCntr .tab_list li a {
		font-size: 11px
	}
}

#fraCntr .tab_list li.active a {
	color: #ff6e03;
	font-weight: 700;
	border-bottom: 2px solid #ff6e03
}

#fraCntr .check-list {
	clear: both
}

#fraCntr .check-list ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	overflow: hidden
}

#fraCntr .check-list ul li {
	width: 100%;
	padding: 11px 0 16px 30px;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 30px
}

@media(max-width:1023px) {
	#fraCntr .check-list ul li {
		font-size: 14px;
		line-height: 24px
	}
}

@media(max-width:767px) {
	#fraCntr .check-list ul li {
		font-size: 12px;
		line-height: 20px;
		padding: 5px 0 10px 30px
	}
}

#fraCntr .check-list ul li:last-child {
	border-bottom: none
}

#fraCntr .check-list ul li:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(/resources/assets/fra/tick-sign-blue.svg) left top no-repeat;
	position: absolute;
	left: 3px;
	top: 18px
}

@media(max-width:767px) {
	#fraCntr .check-list ul li:before {
		top: 10px
	}
}

#fraCntr .check-list ul li .text-blue {
	font-weight: 700;
	color: #005dba
}

#fraCntr .check-list ul.fra_number li:before {
	content: "";
	display: none
}

#fraCntr .check-list ul.fra_number li .count {
	font-size: 16px;
	position: absolute;
	left: 0;
	font-weight: 700;
	top: 10px
}

#fraCntr .check-list ul.fra_number li:last-child {
	border-bottom: none
}

.call-txt {
	display: inline-block
}

.fra_home_banner {
	background: #fa6c03;
	overflow: hidden;
	display: block
}

.fra_home_banner img {
	max-width: 100%
}

.fra_popup_mobilediv {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100vh;
	z-index: 99
}

.fra_Mobilepopup {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 99
}

.fra_Mobilepopup h4 {
	padding: 10px 20px;
	font-size: 15px;
	color: #1f1f1f;
	font-weight: 600;
	display: flex;
	align-items: center
}

.fra_Mobilepopup h4 img {
	margin-right: 10px
}

.fra_Mobilepopup .close_fra {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px
}

.fra_Mobilepopup .fratncshowmore {
	color: #4f8ffc;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	padding-bottom: 10px
}

#fraMobileCntr .check-list ul.fraabc {
	height: 407px;
	overflow-x: hidden;
	overflow-y: auto
}

#fraMobileCntr .tab_list {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0 20px 10px
}

#fraMobileCntr .tab_list li {
	float: left;
	padding-right: 25px
}

#fraMobileCntr .tab_list li a {
	font-size: 12px;
	color: #21356e;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	border-bottom: 2px solid transparent
}

@media(max-width:365px) {
	#fraMobileCntr .tab_list li a {
		font-size: 11px
	}
}

#fraMobileCntr .tab_list li.active a {
	color: #ff6e03;
	font-weight: 700;
	border-bottom: 2px solid #ff6e03
}

#fraMobileCntr .show_homepage {
	display: block
}

#fraMobileCntr .show_listingpage {
	display: none
}

#fraMobileCntr .check-list {
	clear: both
}

#fraMobileCntr .check-list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden
}

#fraMobileCntr .check-list ul li {
	width: 100%;
	padding: 7px 20px 10px 50px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	line-height: 20px
}

#fraMobileCntr .check-list ul li:last-child {
	border-bottom: none
}

#fraMobileCntr .check-list ul li:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(/resources/assets/fra/tick-sign-blue.svg) left top no-repeat;
	position: absolute;
	left: 26px;
	top: 10px
}

#fraMobileCntr .check-list ul li .text-blue {
	font-weight: 700;
	color: #005dba
}

#fraMobileCntr .check-list ul.fra_number li:before {
	content: "";
	display: none
}

#fraMobileCntr .check-list ul.fra_number li .count {
	font-size: 16px;
	position: absolute;
	left: 30px;
	font-weight: 700;
	top: 10px
}

#fraMobileCntr .check-list ul.fra_number li:last-child {
	border-bottom: none
}

.coupons-block {
	padding: 15px 0
}

.coupons-block .head {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600
}

.coupons-block .sub-head {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600
}

.coupons-block .coupons-box {
	background: #fff;
	border: 1px solid #ced0d4;
	border-radius: 15px;
	box-shadow: 0 0 6px #ced0d4;
	margin-bottom: 20px;
	padding: 20px
}

.coupons-block .coupon-deal {
	display: flex;
	align-content: center
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.coupons-block .coupon-deal {
		text-align: center;
		display: block
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.coupons-block .coupon-deal .coupon-img {
		text-align: center
	}
}

.coupons-block .coupon-deal .coupon-img img {
	width: 100px;
	margin-right: 20px;
	display: inline-flex;
	align-items: center
}

.coupons-block .coupon-deal .coupon-details {
	font-size: 12px;
	width: 100%
}

.coupons-block .coupon-deal .coupon-details .coupon-heading {
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 10px
}

.coupons-block .coupon-deal .coupon-details .coupon-heading span {
	font-weight: 500;
	display: block
}

.coupons-block .coupon-deal .coupon-details p {
	margin-bottom: 5px
}

.coupons-block .coupon-deal .coupon-offer {
	width: 220px;
	text-align: center;
	font-weight: 500;
	margin-top: 20px
}

.coupons-block .coupon-deal .coupon-offer .get-offer {
	position: relative;
	width: 180px;
	display: block;
	padding: 1em 1.5em;
	margin: 0 0 10px;
	color: #fff;
	background: #3ab54a;
	overflow: hidden;
	text-transform: uppercase;
	border-radius: 5px 0 5px 5px
}

.coupons-block .coupon-deal .coupon-offer .get-offer::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #158b24 #158b24;
	background: #158b24;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3), -1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3), -1px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3), -1px 1px 1px rgba(0, 0, 0, .2);
	display: block;
	width: 0
}

.coupons-block .coupon-deal .coupon-offer .get-offer:hover::before {
	border-width: 0 24px 24px 0
}

.coupons-block .coupon-deal .coupon-offer .text-blue {
	color: #005dba
}

.coupons-block ul.coupons-steps li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px
}

.coupons-block ul.coupons-steps li b {
	font-weight: 600
}

.coupons-block .enjoy-saving {
	color: #005dba;
	font-weight: 700
}

.meta-popup_Box .outer {
	background: #4f8ffc url(/resources/assets/searching-bg.svg) no-repeat;
	background-size: cover
}

@media(max-width:1023px) {
	.meta-popup_Box .outer {
		background: #4f8ffc url(/resources/assets/searching-bg-xs.svg) no-repeat
	}
}

.metaloader-block {
	padding: 20px 80px 15px;
	text-align: center;
	width: 800px;
	margin: auto;
	border-radius: 20px;
	background: #fff
}

@media(max-width:1023px) {
	.metaloader-block {
		width: 94%;
		padding: 15px 10px
	}
}

.metaloader-block .searched__logo {
	margin-bottom: 10px
}

.metaloader-block .searched__logo img {
	width: 350px
}

@media(max-width:1023px) {
	.metaloader-block .searched__logo img {
		width: 200px
	}
}

.metaloader-block .loading__box .searched__route {
	padding: 10px 0
}

.metaloader-block .loading__box .searched__route.pt50px {
	padding-top: 50px
}

@media(max-width:1023px) {
	.metaloader-block .loading__box .searched__route.pt50px {
		padding-top: 30px
	}
}

.metaloader-block .loading__box .searched__route .searching-city {
	font-weight: 700;
	font-size: 20px;
	line-height: 1
}

@media(max-width:1023px) {
	.metaloader-block .loading__box .searched__route .searching-city {
		font-size: 16px
	}
}

.metaloader-block .loading__box .searched__route .trip-arrow {
	padding: 0 10px
}

.metaloader-block .loading__box .searched__route .trip-arrow .bi {
	font-size: 20px;
	font-weight: 700;
	color: #ff6e03;
	vertical-align: middle
}

@media(max-width:1023px) {
	.metaloader-block .loading__box .searched__route .trip-arrow .bi {
		font-size: 16px
	}
}

.metaloader-block .loading__box .searched__route .searching-date {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #545454
}

@media(max-width:1023px) {
	.metaloader-block .loading__box .searched__route .searching-date {
		font-size: 16px
	}
}

.metaloader-block .loading__box .searched__route .traveller {
	margin-bottom: 10px
}

.metaloader-block .please-wait {
	font-size: 18px;
	padding: 15px 0;
	font-weight: 600
}

@media(max-width:1023px) {
	.metaloader-block .please-wait span {
		font-size: 16px
	}
}

@media(max-width:1023px) {
	.metaloader-block .please-wait {
		padding: 10px 0;
		font-size: 14px
	}
}

.metaloader-block .reviewsBox {
	background: #fff;
	padding: 0
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.metaloader-block .reviewsBox {
		margin-bottom: 0
	}
}

.metaloader-block .reviewsBox .review-nome .review-box {
	width: 33.3%;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 0 10px;
	padding: 10px 0
}

.metaloader-block .reviewsBox .review-nome .review-box:first-child {
	margin-left: 0
}

.metaloader-block .reviewsBox .review-nome .review-box:last-child {
	margin-right: 0;
	margin-left: 10px
}

@media(max-width:1023px) {
	.metaloader-block .reviewsBox .review-nome .review-box {
		margin: 0;
		width: 50%;
		padding: 10px 0
	}

	.metaloader-block .reviewsBox .review-nome .review-box:first-child {
		margin-right: 10px
	}
}

.metaloader-block .reviewsBox .review-nome .review-box .reviews_tooltip .tooltipBox {
	top: 25px
}

@media(max-width:1023px) {
	.metaloader-block .reviewsBox .review-nome .review-box .reviews_tooltip .tooltipBox {
		padding: 5px;
		width: 160px;
		font-size: 10px
	}
}

@media(max-width:1023px) {
	.metaloader-block .reviewsBox .review-nome .review-box .review-txt {
		font-size: 11px
	}
}

.metaloader-block .reviewsBox .review-nome .review-box .logo {
	width: 120px
}

@media(max-width:1023px) {
	.metaloader-block .reviewsBox .review-nome .review-box .logo {
		width: 85px
	}
}

.metaloader-block .reviewsBox .review-nome .review-box .star-rating img {
	width: 80px
}

.loader-line {
	width: 100%;
	height: 8px;
	position: relative;
	overflow: hidden;
	background-color: #def3ff;
	margin: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.loader-line:before {
	content: "";
	position: absolute;
	left: -10%;
	height: 8px;
	border-radius: 20px;
	width: 10%;
	background-color: #4f8ffc;
	-webkit-animation: lineAnim 3s linear infinite;
	-moz-animation: lineAnim 3s linear infinite;
	animation: lineAnim 3s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

@keyframes lineAnim {
	0% {
		left: -50%
	}

	50% {
		left: 20%;
		width: 20%
	}

	100% {
		left: 100%;
		width: 100%
	}
}

.cotomainCntr {
	overflow: hidden;
	background: #f9f9f9
}

.cotobannerBox {
	height: 500px;
	width: 100%;
	color: #fff;
	background: url(/resources/assets/co/main-banner.jpg) center top no-repeat;
	background-size: cover;
	position: relative
}

@media(max-width:479px) {
	.cotobannerBox {
		height: 400px
	}
}

.cotobannerBox:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0
}

.cotobannerBox .content {
	width: 62%;
	padding-top: 70px;
	position: relative;
	z-index: 1
}

@media(max-width:1199px) {
	.cotobannerBox .content {
		width: 90%
	}
}

@media(max-width:767px) {
	.cotobannerBox .content {
		width: 100%;
		padding-top: 25px
	}
}

.cotobannerBox h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 35px
}

@media(max-width:1199px) {
	.cotobannerBox h2 {
		font-size: 46px;
		line-height: 46px
	}
}

@media(max-width:767px) {
	.cotobannerBox h2 {
		font-size: 36px;
		line-height: 36px
	}
}

@media(max-width:479px) {
	.cotobannerBox h2 {
		font-size: 26px;
		line-height: 26px
	}
}

.cotobannerBox h2 span {
	font-size: 30px;
	display: block;
	font-weight: 500;
	padding-top: 12px
}

@media(max-width:1199px) {
	.cotobannerBox h2 span {
		font-size: 24px;
		padding-top: 8px
	}
}

@media(max-width:767px) {
	.cotobannerBox h2 span {
		font-size: 20px;
		padding-top: 8px
	}
}

@media(max-width:479px) {
	.cotobannerBox h2 span {
		font-size: 16px;
		line-height: 25px
	}
}

@media(max-width:767px) {
	.cotobannerBox h2 .icon {
		width: 40px
	}
}

.cotobannerBox p {
	font-size: 16px;
	line-height: 30px
}

@media(max-width:767px) {
	.cotobannerBox p {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:479px) {
	.cotobannerBox p {
		font-size: 12px;
		line-height: 21px
	}
}

.cototitle {
	margin-top: 0;
	font-size: 29px;
	color: #3ab54a;
	font-weight: 600;
	padding-bottom: 20px
}

@media(max-width:1199px) {
	.cototitle {
		font-size: 26px;
		padding-bottom: 10px
	}
}

@media(max-width:479px) {
	.cototitle {
		font-size: 18px;
		padding-bottom: 10px
	}
}

.cotoContent {
	padding-top: 50px
}

@media(max-width:479px) {
	.cotoContent {
		padding-top: 30px
	}
}

.cotoContent .provided {
	font-size: 34px;
	color: #3ab54a;
	font-weight: 600;
	padding-bottom: 40px
}

@media(max-width:1199px) {
	.cotoContent .provided {
		font-size: 30px
	}
}

@media(max-width:479px) {
	.cotoContent .provided {
		font-size: 20px;
		padding-bottom: 20px
	}
}

@media(max-width:479px) {
	.cotoContent .provided img {
		width: 90px
	}
}

.cotoContent p {
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 500
}

@media(max-width:767px) {
	.cotoContent p {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:479px) {
	.cotoContent p {
		font-size: 12px;
		line-height: 21px
	}
}

.cotoContent .image {
	margin-top: 30px
}

.cotoContent .content_1 {
	padding-right: 80px
}

@media(max-width:1199px) {
	.cotoContent .content_1 {
		padding-right: 15px
	}
}

.cotosection2 {
	padding-bottom: 60px;
	padding-top: 30px;
	overflow: hidden
}

@media(max-width:767px) {
	.cotosection2 {
		padding: 0
	}
}

.cotosection3 {
	padding-bottom: 60px
}

@media(max-width:767px) {
	.cotosection3 {
		padding-bottom: 30px
	}
}

.cotosection3 .content {
	padding-left: 0
}

@media(max-width:767px) {
	.cotosection3 .content {
		padding-top: 30px
	}
}

.cotosection3 ul {
	list-style: none
}

.cotosection3 ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 18px;
	font-weight: 500;
	line-height: 25px
}

@media(max-width:479px) {
	.cotosection3 ul li {
		font-size: 12px;
		line-height: 21px
	}
}

.cotosection3 ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #3ab54a;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 100%
}

.cotosection4 {
	padding-bottom: 50px;
	overflow: hidden;
	background: url(/resources/assets/co/image-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff
}

.cotosection4 .content {
	padding: 50px 0;
	font-size: 24px;
	line-height: 40px
}

@media(max-width:767px) {
	.cotosection4 .content {
		font-size: 18px;
		line-height: 33px
	}
}

@media(max-width:479px) {
	.cotosection4 .content {
		font-size: 14px;
		line-height: 25px;
		padding: 50px 0 18px
	}
}

.cotosection4 .logoDiv {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media(max-width:767px) {
	.cotosection4 .logoDiv {
		padding-top: 23px
	}
}

@media(max-width:767px) {
	.cotosection4 .logoDiv img {
		width: 150px
	}
}

.cotosection4 .subTitle {
	font-size: 17px
}

@media(max-width:767px) {
	.cotosection4 .subTitle {
		font-size: 14px
	}
}

.cotosection5 {
	padding: 60px 0;
	overflow: hidden
}

@media(max-width:767px) {
	.cotosection5 {
		padding: 30px 0
	}
}

.cotosection5 .cototitle {
	padding-bottom: 10px
}

.cotosection5 p {
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 500
}

@media(max-width:767px) {
	.cotosection5 p {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:479px) {
	.cotosection5 p {
		font-size: 12px;
		line-height: 21px;
		padding-bottom: 10px
	}
}

.cotofaqBox {
	background: #fff;
	padding: 40px 0 60px;
	overflow: hidden
}

.cotofaqBox ul li.list-view {
	padding: 10px 40px 10px 15px;
	border: 1px solid #ced0d4;
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 20px
}

@media(max-width:479px) {
	.cotofaqBox ul li.list-view {
		padding: 8px 40px 8px 10px
	}
}

.cotofaqBox ul li.list-view a {
	font-weight: 600;
	color: #1f1f1f
}

@media(max-width:767px) {
	.cotofaqBox ul li.list-view a {
		font-size: 14px
	}
}

@media(max-width:479px) {
	.cotofaqBox ul li.list-view a {
		font-size: 12px;
		line-height: 21px
	}
}

.cotofaqBox ul li.list-view .content {
	display: none;
	font-size: 15px;
	line-height: 24px;
	padding-top: 12px
}

@media(max-width:767px) {
	.cotofaqBox ul li.list-view .content {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:479px) {
	.cotofaqBox ul li.list-view .content {
		font-size: 12px;
		line-height: 21px
	}
}

.cotofaqBox ul li.list-view .expandContent:before {
	content: "";
	font-size: 24px;
	font-weight: 700;
	font-family: fontawesome;
	position: absolute;
	right: 11px;
	top: 6px
}

.cotofaqBox ul li.list-view.open .expandContent:before {
	content: ""
}

body.airport-component {
	background: #f9f9f9
}

#airportSearch .input-lg {
	font-weight: 500;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding-left: 28px
}

#airportSearch .input-lg:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .8), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .8), 0 0 8px rgba(102, 175, 233, .6)
}

#airportSearch .select-air {
	padding-left: 10px
}

.airportt-wrapper .sortby-section {
	margin-bottom: 20px
}

.airportt-wrapper .sortby-section ul {
	margin: 0;
	padding: 0
}

.airportt-wrapper .sortby-section ul li {
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px
}

.airportt-wrapper .sortby-section ul li.active {
	color: #005dba;
	border-bottom: 2px solid #005dba;
	font-weight: 600
}

.airportt-wrapper .airport-listing-view .head {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px
}

.airportt-wrapper .airport-listing-view .listing-view {
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 15px;
	box-shadow: 0 0 6px #00000029;
	border: 1px solid #f5f5f5;
	background: #fff
}

.airportt-wrapper .airport-listing-view .listing-view:hover {
	box-shadow: 0 0 6px #9abfe4;
	border: 1px solid transparent
}

.airportt-wrapper .airport-listing-view .listing-view .car-segment {
	font-size: 14px;
	margin-bottom: 10px
}

.airportt-wrapper .airport-listing-view .listing-view .car-segment b {
	font-size: 20px;
	font-weight: 700
}

.airportt-wrapper .airport-listing-view .listing-view .car-segment .seg-offers {
	background: #46b746;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	margin-left: 10px
}

.airportt-wrapper .airport-listing-view .listing-view .airport-carDetails {
	border-right: 1px dashed #ccc
}

.airportt-wrapper .airport-listing-view .listing-view .airport-carDetails ul {
	margin: 0;
	padding: 0
}

.airportt-wrapper .airport-listing-view .listing-view .airport-carDetails ul li {
	padding: 10px 0
}

.airportt-wrapper .airport-listing-view .listing-view .airport-carDetails ul li .fa {
	font-size: 18px;
	vertical-align: middle;
	padding-right: 10px;
	float: left;
	margin-bottom: 5px
}

.airportt-wrapper .airport-listing-view .listing-view .airport-carDetails ul li .fa-check {
	color: #46b746
}

.airportt-wrapper .airport-listing-view .listing-view .price-section {
	text-align: right
}

.airportt-wrapper .airport-listing-view .listing-view .price-section .airportcar-fares {
	font-size: 20px;
	color: #3ab54a;
	font-weight: 700
}

.airportt-wrapper .airport-listing-view .listing-view .price-section .airportcar-select {
	margin: 10px 0;
	width: 167px;
	display: inline-block;
	padding: 11px 5px;
	text-align: center;
	font-size: 15px;
	background: #005dba;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	font-weight: 600
}

.airport-modifyEngine {
	padding: 20px 0;
	background: #e9e9e9;
	position: relative
}

.airport-modifyEngine input,
.airport-modifyEngine select {
	border-radius: 6px;
	padding-left: 28px;
	font-size: 14px;
	border: 1px solid #d7d4d4
}

.elife-payment {
	padding: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.elife-payment {
		padding: 1px
	}
}

.elife-payment .car-img {
	width: 100%
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.elife-payment .car-img {
		width: 70%
	}
}

.elife-payment .pickup-loc {
	margin-bottom: 15px
}

.elife-payment .pickup-loc b {
	font-size: 16px;
	font-weight: 700
}

.elife-payment .pickup-loc span {
	width: 50px;
	display: inline-block
}

.elife-payment .local-time {
	margin-bottom: 10px
}

.elife-payment .estimated-txt {
	text-align: right;
	color: red;
	font-weight: 600
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.elife-payment .estimated-txt {
		text-align: left;
		padding-bottom: 10px
	}
}

.meetgreet-block {
	font-size: 12px;
	margin-bottom: 15px
}

.meetgreet-block .meet-head {
	font-size: 16px;
	background: #005dba;
	padding: 10px;
	color: #fff;
	font-weight: 600
}

.meetgreet-block .meet-head .fare {
	float: right;
	font-weight: 600
}

.meetgreet-block .meet-head .fare i {
	font-weight: 400;
	font-size: 12px
}

.meetgreet-block .meet-head span {
	font-weight: 400
}

.meetgreet-block .meetgreet-content {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 6px #00000029;
	border-radius: 0 0 10px 10px;
	position: relative
}

.meetgreet-block .meetgreet-content .adjust-padding {
	padding-right: 300px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.meetgreet-block .meetgreet-content .adjust-padding {
		padding-right: 0
	}
}

.meetgreet-block .meetgreet-content .airports-img {
	position: absolute;
	top: 50px;
	right: 20px
}

@media only screen and (min-width:280px)and (max-width:767px) {
	.meetgreet-block .meetgreet-content .airports-img {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
		float: right;
		width: 100px
	}
}

.meetgreet-block .meetgreet-content ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px
}

.meetgreet-block .meetgreet-content ul li {
	font-size: 14px;
	list-style: disc;
	line-height: 2em
}

.meetgreet-block .radioGroup {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important
}

.meetgreet-block .radioGroup li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px
}

@media(max-width:479px) {
	.meetgreet-block .radioGroup li {
		font-size: 12px
	}
}

.meetgreet-block .radioGroup li .yeslabel,
.meetgreet-block .radioGroup li .nolabel {
	background: #d9e7fe;
	border-radius: 3px;
	display: block;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.meetgreet-block .radioGroup li .yeslabel .radioDiv,
.meetgreet-block .radioGroup li .nolabel .radioDiv {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-size: 12px
}

.meetgreet-block .radioGroup li .yeslabel input[type=radio]~span::after,
.meetgreet-block .radioGroup li .nolabel input[type=radio]~span::after {
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #5b5b5b
}

.meetgreet-block .radioGroup li .yeslabel input[type=radio]:checked~span::before,
.meetgreet-block .radioGroup li .nolabel input[type=radio]:checked~span::before {
	left: 4px;
	top: 50%;
	transform: translateY(-50%)
}

.meetgreet-block .radioGroup li .yeslabel input[type=radio]:checked~span::after,
.meetgreet-block .radioGroup li .nolabel input[type=radio]:checked~span::after {
	border: 2px solid #4f8ffc
}

.meetgreet-block .radioGroup li .nolabel {
	background: #e6e7e9
}

.meetgreet-block .radioGroup li .tripmate_icon {
	float: right;
	width: 75px
}

.meetgreet-block .radioGroup.radio-50 {
	margin-right: -20px
}

@media(max-width:479px) {
	.meetgreet-block .radioGroup.radio-50 {
		margin-right: 0
	}
}

.meetgreet-block .radioGroup.radio-50 li {
	width: calc(50% - 20px);
	margin-right: 20px;
	float: left
}

@media(max-width:479px) {
	.meetgreet-block .radioGroup.radio-50 li {
		width: 100%;
		margin-right: 0
	}
}

.meetgreet-block .note-driver label {
	display: block;
	font-size: 14px
}

.meetgreet-block .note-driver input {
	padding: 10px;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #c2c2c2
}

.popup_Box {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: auto
}

.popup_Box .center-block {
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: table;
	table-layout: fixed
}

.popup_Box .outer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px 0
}

.popup_Box .close__popup {
	width: 38px;
	text-align: center;
	display: inline-block;
	height: 27px;
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 24px;
	color: #fff
}

.open-model {
	overflow: hidden
}

.hotelexit_popup {
	width: 450px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	position: relative
}

@media(max-width:767px) {
	.hotelexit_popup {
		width: 95%
	}
}

.hotelexit_popup img {
	width: 100%
}

.hotelexit_popup .coupon_code {
	font-size: 16px;
	margin: -15px auto 0;
	font-weight: 500
}

.hotelexit_popup .coupon_code p {
	display: inline-block;
	background: #fff;
	margin: 0;
	padding: 5px 15px
}

.hotelexit_popup .coupon_code strong {
	color: #ff6e03
}

.hotelexit_popup .bookNowpopup {
	font-size: 16px;
	background: #ff6e03;
	display: inline-block;
	padding: 13px 25px 10px;
	color: #fff;
	font-weight: 500;
	border: none;
	margin: 20px 0
}

.hotelexit_popup .bookNowpopup:hover {
	background: #4f8ffc
}

.hotelexit_popup .tnc {
	font-size: 12px;
	color: #393030;
	padding: 20px
}

.reviewsBox {
	background: #efefef;
	padding: 10px 0
}

@media(max-width:1023px) {
	.reviewsBox {
		padding: 6px 0;
		height: auto;
		margin-bottom: 20px
	}
}

.reviewsBox .reviewmain {
	margin-left: 10px
}

.reviewsBox .reviews_tooltip {
	display: inline-block;
	position: relative
}

.reviewsBox .reviews_tooltip .bi-info-circle {
	margin-left: 5px
}

.reviewsBox .reviews_tooltip .tooltipBox {
	display: none;
	width: 200px;
	position: absolute;
	top: 20px;
	right: -40px;
	background: #fff;
	padding: 7px 9px;
	font-size: 12px;
	color: #000;
	border-radius: 2px;
	z-index: 1;
	box-shadow: 0 0 2px #00000033;
	font-weight: 500
}

@media(max-width:1023px) {
	.reviewsBox .reviews_tooltip .tooltipBox {
		right: -25px;
		width: 170px
	}
}

.reviewsBox .reviews_tooltip .tooltipBox:after,
.reviewsBox .reviews_tooltip .tooltipBox:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	right: 35px;
	border-bottom: 10px solid #ccc
}

@media(max-width:1023px) {

	.reviewsBox .reviews_tooltip .tooltipBox:after,
	.reviewsBox .reviews_tooltip .tooltipBox:before {
		right: 22px
	}
}

.reviewsBox .reviews_tooltip .tooltipBox:after {
	border-bottom: 11px solid #fff;
	z-index: 1
}

.reviewsBox .reviews_tooltip:hover .tooltipBox {
	display: block
}

.reviewsBox .review-nome {
	display: flex;
	flex-direction: row
}

.reviewsBox .review-nome .review-box {
	width: 20%;
	text-align: center
}

@media(max-width:1023px) {
	.reviewsBox .review-nome .review-box {
		width: 100%
	}
}

.reviewsBox .review-nome .review-box .logo-block {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.reviewsBox .review-nome .review-box .logo-block img {
	width: 100px
}

.reviewsBox .review-nome .review-box .logo-block img.auto {
	width: auto;
	height: 22px
}

.reviewsBox .review-nome .review-box .logo-block img.auto2 {
	width: auto;
	height: 15px
}

.reviewsBox .review-nome .review-box .ratings-block {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.reviewsBox .review-nome .review-box .ratings-block .star-rating img {
	height: 20px
}

.reviewsBox .review-nome .review-box .sitejebber {
	background: url(/resources/assets/sitejabber-star.png) 0 -20px;
	display: inline-block;
	width: 105px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.reviewsBox .review-nome .review-box .sitejebber .fill {
	background: url(/resources/assets/sitejabber-star.png) 0 0;
	display: inline-block;
	width: 108px;
	height: 20px;
	text-align: left
}

.reviewsBox .review-nome .review-box .star-reiews {
	background: url(/resources/assets/review-star.png) 0 -22px;
	display: inline-block;
	width: 120px;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.reviewsBox .review-nome .review-box .star-reiews .fill {
	background: url(/resources/assets/review-star.png) 0 0;
	display: inline-block;
	width: 120px;
	height: 22px;
	text-align: left
}

.reviewsBox .review-nome .review-box .dynamic-rating {
	background: url(/resources/assets/home-new/star-rating-g.svg);
	display: inline-block;
	width: 108px;
	height: 18px;
	text-align: left;
	vertical-align: middle
}

.reviewsBox .review-nome .review-box .dynamic-rating .fill {
	background: url(/resources/assets/home-new/star-rating.svg);
	display: inline-block;
	width: 108px;
	height: 18px
}

.reviewsBox .review-nome .review-box .review-txt {
	font-size: 12px;
	font-weight: 700;
	padding-top: 5px
}

@media(max-width:767px) {

	.component-header .loginBar,
	.component-car-header .loginBar {
		margin-right: 10px
	}
}

.loginBar {
	float: left
}

@media(max-width:767px) {
	.loginBar {
		float: right;
		margin-right: 10px
	}
}

.loginBar .logo {
	float: left
}

.loginBar .topmenuBox {
	float: right;
	padding-right: 7px;
	padding-top: 22px
}

@media(max-width:767px) {
	.loginBar .topmenuBox {
		padding-left: 17px;
		padding-top: 11px
	}
}

@media(max-width:359px) {
	.loginBar .topmenuBox {
		padding-left: 0
	}
}

.loginBar .topmenuBox.flow-topmenu {
	padding-top: 18px
}

@media(max-width:767px) {
	.loginBar .topmenuBox.flow-topmenu {
		padding-top: 9px
	}
}

.loginBar .topmenuBox ul {
	list-style: none
}

.loginBar .topmenuBox ul li {
	float: left;
	padding: 0
}

.loginBar .topmenuBox ul li a {
	color: #535353;
	font-size: 14px;
	padding: 13px 0 14px;
	display: block
}

.loginBar .topmenuBox ul li a.login {
	display: block;
	padding: 0 0 15px 24px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	background: url(/resources/assets/icon-login1.png?v41) left top no-repeat;
	text-transform: capitalize
}

@media(max-width:767px) {
	.loginBar .topmenuBox ul li a.login {
		height: 21px
	}
}

.loginBar .topmenuBox ul li a.login:before {
	width: 0;
	height: 3px;
	background: #4f8ffc;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all .5s
}

@media(max-width:767px) {
	.loginBar .topmenuBox ul li a.login:before {
		display: none
	}
}

.loginBar .topmenuBox ul li a.login:hover {
	color: #4f8ffc;
	background: url(/resources/assets/icon-login1-hover.png) left top no-repeat
}

.loginBar .topmenuBox ul li a.login:hover:before {
	width: 100%
}

@media(max-width:767px) {
	.loginBar .topmenuBox ul li a.login:hover:before {
		display: none
	}
}

.loginBar .topmenuBox ul li.loginDropdown {
	position: relative
}

.loginBar .topmenuBox ul li.loginDropdown ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 43px;
	margin: 0;
	padding: 10px;
	background: #fff;
	border: none
}

@media(max-width:767px) {
	.loginBar .topmenuBox ul li.loginDropdown ul {
		left: -60px
	}
}

.loginBar .topmenuBox ul li.loginDropdown ul li a {
	padding: 0;
	display: inline-block;
	white-space: nowrap
}

.loginBar .topmenuBox ul li.loginDropdown ul li a:focus {
	color: #535353
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu {
	margin: 0;
	padding: 0 15px 1px;
	display: none;
	width: 220px;
	position: absolute;
	right: -4px;
	left: inherit;
	top: 30px;
	border: 1px solid #ccc;
	z-index: 8;
	border-top: none;
	background: #fff;
	text-align: left;
	box-shadow: 1px 0 4px -1px rgba(18, 28, 11, .41)
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li {
	padding: 0;
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px dashed #ccc
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a {
	padding: 13px 20px 13px 30px;
	display: block;
	font-size: 15px;
	color: #535353;
	position: relative;
	z-index: 1;
	text-decoration: none;
	cursor: pointer
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a:hover {
	color: #005dba
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a:hover:before {
	background-position: 0 -200px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a:before {
	position: absolute;
	left: 0;
	width: 22px;
	height: 19px;
	display: block;
	content: "";
	background: url(/resources/assets/profile-icons.png) left -416px no-repeat
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.reward:before {
	height: 25px;
	background-position: 0 -445px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.reward:hover:before {
	background-position: 0 -232px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.deal:before {
	height: 17px;
	background-position: 0 -482px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.deal:hover:before {
	background-position: 0 -273px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.myinformation:before {
	background-position: 0 -513px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.myinformation:hover:before {
	background-position: 0 -307px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.setting:before {
	height: 22px;
	background-position: 0 -545px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.setting:hover:before {
	background-position: 0 -339px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.signout:before {
	height: 22px;
	background-position: 0 -580px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li a.signout:hover:before {
	background-position: 0 -374px
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li:last-child {
	border-bottom: none
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li:after {
	position: absolute;
	left: -15px;
	right: -15px;
	top: -1px;
	bottom: -1px;
	content: "";
	height: 52px;
	display: block;
	background: #ececec;
	cursor: pointer;
	display: none
}

.loginBar .topmenuBox ul li.loginDropdown ul.loginMenu li:hover:after {
	display: block
}

.loginBar .topmenuBox ul li.loginDropdown.open ul {
	display: block
}

.loginBar .topmenuBox ul li.loginDropdown .overlay {
	display: none;
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 2
}

@media(max-width:767px) {
	.loginBar #displayusername {
		display: block;
		float: left;
		color: #4d4d77;
		font-size: 12px;
		font-weight: 700
	}
}

.loginBar .welcomename-mobile {
	position: relative;
	z-index: 1
}

.loginBar .welcomename-mobile img {
	position: absolute;
	left: 0;
	top: 15px
}

.short_name {
	display: none;
	position: absolute;
	left: -1px;
	top: -1px;
	background: #4d4d77;
	width: 24px;
	height: 24px;
	text-transform: upper;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	color: #fff
}

.displayusername {
	text-transform: capitalize
}

@media(max-width:767px) {
	.displayusername {
		color: #4d4d77;
		font-weight: 700;
		display: block;
		padding: 13px 0
	}
}

.login_popup {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	overflow-y: auto
}

.login_popup .center-block {
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: table;
	table-layout: fixed
}

.login_popup .outer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px 0
}

.login_popup .inner {
	width: 700px;
	z-index: 7;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff
}

@media(max-width:980px) {
	.login_popup .inner {
		width: 95%
	}
}

@media(max-width:767px) {
	.login_popup .inner {
		width: 96%;
		top: 0;
		left: 8px;
		transform: none
	}
}

.login_popup .loginBox {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
	background: #0d5dba;
	color: #fff;
	border-radius: 6px
}

.login_popup .loginBox .left {
	width: 50%;
	float: left;
	padding: 30px;
	background: url(/resources/assets/support/circle-sun.svg) no-repeat;
	background-position: right 21px
}

@media(max-width:767px) {
	.login_popup .loginBox .left {
		padding: 15px 10px;
		width: 100%
	}
}

.login_popup .loginBox .right {
	padding: 0 20px;
	width: 50%;
	float: right;
	height: auto;
	text-align: center;
	background: #fff
}

@media(max-width:767px) {
	.login_popup .loginBox .right {
		padding: 0 15px;
		width: 100%;
		min-height: 310px;
		height: auto;
		background-size: 80%
	}
}

.login_popup .loginBox h3 {
	font-size: 26px;
	margin: 30px 0 35px;
	font-weight: 700;
	padding-right: 100px;
	line-height: 1.7em
}

.login_popup .loginBox h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7em;
	color: #005dba;
	text-align: left
}

.login_popup .loginBox .title {
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400
}

.login_popup .loginBox .textbox {
	padding: 10px 12px;
	font-size: 14px;
	color: #797979;
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 5px
}

.login_popup .loginBox .textbox :focus {
	border-color: #616161
}

.login_popup .loginBox .button {
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #005dba;
	position: relative;
	width: 100%;
	border-radius: 5px
}

@media(max-width:767px) {
	.login_popup .loginBox .button {
		width: 100%
	}
}

.login_popup .loginBox .button:focus {
	outline: none
}

.login_popup .loginBox .button.grayBtn {
	background: #ececec;
	margin-top: 20px;
	color: #535353
}

@media(max-width:767px) {
	.login_popup .loginBox .button.grayBtn {
		margin-top: 10px
	}
}

.login_popup .loginBox .forgot {
	font-size: 14px;
	color: #005dba;
	text-decoration: none;
	float: right
}

.login_popup .loginBox .forgot:hover {
	color: #4f8ffc
}

.login_popup .loginBox .top15 {
	margin-top: 15px
}

.login_popup .loginBox .facebook {
	text-align: center;
	padding: 8px 40px 8px 56px;
	display: block;
	font-size: 13px;
	color: #0d5dba !important;
	position: relative;
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #0d5dba;
	font-weight: 500
}

.login_popup .loginBox .facebook:before {
	width: 45px;
	height: 100%;
	line-height: 40px;
	border-right: 1px solid #26408d;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 20px;
	font-family: fontawesome;
	content: ""
}

.login_popup .loginBox .google_login {
	margin: 15px 0 0;
	color: #0d5dba !important;
	background: #fff;
	width: 100%
}

.login_popup .loginBox .signin_fb .facebook,
.login_popup .loginBox .signin_fb .google_login {
	display: block
}

.login_popup .loginBox .signin_fb .google_login {
	margin: 15px 0 0
}

.login_popup .loginBox .abcRioButtonLightBlue {
	width: 100% !important
}

.login_popup .loginBox .close {
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 11px;
	color: #535353;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	opacity: 1;
	background: #eee;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px
}

.login_popup .loginBox .close:hover {
	color: #005dba
}

@media(max-width:767px) {
	.login_popup .loginBox .close {
		right: 5px
	}
}

.login_popup .loginBox .form-row {
	margin-top: 12px;
	position: relative;
	width: 100%;
	float: left
}

.login_popup .loginBox .form-row .icon {
	width: 30px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: 14px;
	top: 10px;
	color: #4f8ffc
}

.login_popup .loginBox p {
	margin: 16px 0 0 0;
	font-size: 14px;
	color: #535353
}

.login_popup .loginBox .register {
	margin: 0 0 10px;
	font-size: 14px;
	color: #535353
}

.login_popup .loginBox .checkbox span {
	font-size: 14px;
	color: #4e4e4e;
	padding-left: 29px;
	line-height: 22px
}

.login_popup .loginBox .checkbox span:before {
	width: 21px;
	height: 21px;
	border: 2px solid #c2c2c2;
	text-align: center;
	line-height: 17px;
	background: #fff
}

.login_popup .loginBox .checkbox input[type=checkbox]:checked~span:before {
	line-height: 16px;
	border: 2px solid #005dba;
	background: #005dba;
	color: #fff
}

.login_popup .loginBox .lightGray {
	color: #928787;
	margin-bottom: 20px;
	display: block
}

.login_popup .text-ornage {
	color: #005dba
}

.login_popup .error_text,
.login_popup .error {
	color: red;
	margin-top: 4px;
	text-align: left;
	font-size: 13px;
	background: #fff !important
}

.msgSucessfull {
	padding-left: 35px;
	font-size: 21px;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}

.button_loding_div {
	background: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 44px;
	padding: 13px 0 15px 30px;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	display: block
}

.button_loding_div .button_loader {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #605e85;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 8px;
	left: 26%
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.abcRioButtonLightBlue {
	box-shadow: none;
	border: 1px solid #0d5dba;
	color: #0d5dba !important
}

.g-signin2 {
	float: left;
	margin-left: 11px
}

.abcRioButtonIcon {
	border-right: 1px solid #0d5dba
}

.ortext {
	padding: 30px 0;
	text-align: center;
	font-size: 15px;
	color: #626262;
	line-height: 26px;
	clear: both;
	position: relative
}

@media(max-width:767px) {
	.ortext {
		padding: 20px 0
	}
}

.ortext .or {
	position: absolute;
	top: 15px;
	background: #fff;
	padding: 2px 10px;
	left: 46%
}

.ortext .or-line {
	height: 2px;
	background: #eee;
	display: block
}

.ortext.white .or {
	background: #0d5dba;
	color: #fff
}

.ortext.white .or-line {
	background: #236bbf
}

.model-open {
	overflow: hidden
}

.sucessfull_message {
	position: absolute;
	right: 18px;
	top: 30px;
	background: #d4edda;
	padding: 15px;
	border: 2px solid #3c763d;
	border-radius: 2px;
	z-index: 9
}

.sucessfull_message i {
	color: #3b951a
}

.content_list li {
	padding: 0;
	margin: 12px 0;
	position: relative;
	display: block;
	font-size: 12px
}

.site-logo img {
	position: absolute;
	left: 15px;
	top: 15px
}

.mountain-div {
	position: absolute;
	bottom: -50px;
	left: -74px;
	width: 76%
}

.blog {
	background: url(../blog/blog-banner.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: 500px;
	display: flex;
	align-items: center
}

@media(max-width:980px) {
	.blog {
		min-height: 320px
	}
}

@media(max-width:767px) {
	.blog {
		background-size: cover;
		width: 100%;
		min-height: 400px;
		display: flex;
		align-items: center
	}
}

.blog .blog__title {
	width: 100%;
	color: #fff;
	text-align: center
}

.blog .blog__title h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0
}

@media(max-width:767px) {
	.blog .blog__title h1 {
		font-size: 48px;
		font-weight: 600;
		line-height: 1.9
	}
}

.blog .blog__title p {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5
}

.popular-post {
	width: 100%;
	float: left;
	padding-top: 40px;
	margin-bottom: 40px
}

@media(max-width:767px) {
	.popular-post {
		margin-bottom: 10px;
		padding-top: 10px
	}
}

.popular-post h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 40px
}

@media(max-width:767px) {
	.popular-post h2 {
		font-size: 22px;
		margin-bottom: 10px
	}
}

.popular-post .item {
	padding: 0 10px
}

@media(max-width:767px) {
	.popular-post .item {
		padding: 0 5px
	}
}

.popular-post .popular-post__box {
	width: 100%;
	float: left;
	background: #fff
}

.popular-post .popular-post__box .img-box {
	width: 100%;
	float: left
}

.popular-post .popular-post__box .img-box img {
	width: 100%;
	height: auto
}

.popular-post .popular-post__box .text-box {
	width: 100%;
	float: left;
	padding: 15px
}

.popular-post .popular-post__box .text-box h3 {
	font-size: 28px;
	margin: 0 0 10px
}

@media(max-width:767px) {
	.popular-post .popular-post__box .text-box h3 {
		font-size: 18px
	}
}

.popular-post .popular-post__box .text-box p {
	margin: 0;
	font-size: 14px
}

@media(max-width:767px) {
	.popular-post .popular-post__box .text-box p {
		font-size: 12px
	}
}

.popular-post .popular-post__box .date-box {
	width: 100%;
	float: left;
	padding: 0 15px 15px 40px;
	font-size: 15px;
	position: relative
}

@media(max-width:767px) {
	.popular-post .popular-post__box .date-box {
		font-size: 12px
	}
}

.popular-post .popular-post__box .date-box::before {
	content: "";
	background: url(../blog/star.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px
}

.popular-post .popular-post__box:last-child {
	margin-right: 0
}

.popular-post .popular-post__box-1 {
	width: 100%;
	float: left;
	background: #fff
}

.popular-post .popular-post__box-1 .img-box {
	width: 100%;
	float: left
}

.popular-post .popular-post__box-1 .img-box img {
	width: 100%;
	height: auto
}

.popular-post .popular-post__box-1 .text-box {
	width: 100%;
	float: left;
	padding: 15px
}

.popular-post .popular-post__box-1 .text-box h3 {
	font-size: 20px;
	margin: 0
}

.popular-post .popular-post__box-1 .text-box p {
	margin: 0;
	font-size: 14px
}

.popular-post .popular-post__box-1 .date-box {
	width: 100%;
	float: left;
	padding: 0 15px 15px 50px;
	font-size: 14px;
	position: relative;
	line-height: 1.4
}

.popular-post .popular-post__box-1 .date-box::before {
	content: "";
	background: url(../blog/star.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 10px
}

.popular-post .popular-post__box-1:last-child {
	margin-right: 0
}

.popular-post .slick-prev,
.popular-post .slick-next {
	background: #fff;
	color: #000;
	border-radius: 50%;
	top: 50%;
	box-shadow: 0 1px 5px #bbb9b9
}

.popular-post .slick-prev::before,
.popular-post .slick-next::before {
	color: #3b3b3b
}

.popular-post .slick-next {
	right: -15px
}

.popular-post .slick-prev {
	left: -15px
}

.subcribe-box {
	background: #0c5dba;
	color: #fff;
	font-size: 30px;
	width: 100%;
	float: left;
	line-height: 1.9;
	padding: 15px 30px 15px 50px
}

@media(max-width:980px) {
	.subcribe-box {
		font-size: 24px;
		padding: 15px 20px 15px 35px
	}
}

@media(max-width:767px) {
	.subcribe-box {
		font-size: 16px;
		padding: 10px;
		text-align: center;
		line-height: 1.4
	}
}

.subcribe-box .subscribe-form {
	width: 50%;
	display: flex;
	float: right;
	position: relative;
	font-size: 16px
}

@media(max-width:767px) {
	.subcribe-box .subscribe-form {
		width: 100%;
		display: block
	}
}

.subcribe-box .subscribe-form .mail-icon {
	position: absolute;
	left: 15px;
	top: 20px
}

.subcribe-box .subscribe-form .mail-icon::before {
	content: "";
	background: url(../blog/mail-outline.svg) no-repeat;
	width: 29px;
	height: 23px;
	background-size: 29px;
	display: inline-block
}

@media(max-width:767px) {
	.subcribe-box .subscribe-form .mail-icon::before {
		width: 20px;
		height: 16px;
		background-size: 20px
	}
}

.subcribe-box .subscribe-form input {
	padding: 15px 15px 15px 60px;
	height: 60px;
	width: calc(100% - 100px);
	background: rgba(0, 0, 0, .5);
	border: 0;
	font-size: 16px
}

@media(max-width:767px) {
	.subcribe-box .subscribe-form input {
		width: 100%;
		display: block;
		padding: 10px 10px 10px 50px;
		font-size: 14px;
		height: auto;
		margin-bottom: 10px;
		margin-top: 10px
	}
}

.subcribe-box .subscribe-form input::placeholder {
	color: #e6f2ff
}

.subcribe-box .subscribe-form button {
	height: 60px;
	border: 0;
	width: 140px;
	font-size: 16px;
	font-weight: 600
}

@media(max-width:767px) {
	.subcribe-box .subscribe-form button {
		height: auto;
		font-size: 14px;
		padding: 10px
	}
}

.latest-post {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.latest-post h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 40px
}

@media(max-width:767px) {
	.latest-post h2 {
		font-size: 22px;
		margin-bottom: 10px
	}
}

.latest-post .left-post {
	width: calc(100% - 350px);
	float: left
}

@media(max-width:767px) {
	.latest-post .left-post {
		width: 100%
	}
}

.latest-post .left-post .box {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	float: left
}

.latest-post .left-post .box .img-box {
	width: 250px;
	float: left
}

@media(max-width:980px) {
	.latest-post .left-post .box .img-box {
		width: 100%;
		height: 200px;
		overflow: hidden
	}
}

.latest-post .left-post .box .img-box img {
	width: 100%;
	height: auto
}

@media(max-width:767px) {
	.latest-post .left-post .box .img-box img {
		width: 190px
	}
}

@media(max-width:767px) {
	.latest-post .left-post .box .img-box {
		width: 120px;
		height: 170px;
		overflow: hidden
	}
}

.latest-post .left-post .box .text-box {
	width: calc(100% - 250px);
	padding: 15px;
	float: left
}

@media(max-width:980px) {
	.latest-post .left-post .box .text-box {
		width: 100%
	}
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box {
		width: calc(100% - 120px);
		padding: 10px
	}
}

.latest-post .left-post .box .text-box h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box h4 {
		margin: 0 0 5px;
		font-size: 13px
	}
}

.latest-post .left-post .box .text-box p {
	line-height: 1.5;
	margin-bottom: 15px
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box p {
		margin: 0;
		font-size: 12px;
		line-height: 1.3
	}
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box p span {
		display: none
	}
}

.latest-post .left-post .box .text-box .date-box {
	width: 100%;
	float: left;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
	font-size: 15px;
	position: relative
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box .date-box {
		font-size: 12px;
		margin-bottom: 5px;
		padding: 0 0 0 20px
	}
}

.latest-post .left-post .box .text-box .date-box::before {
	content: "";
	background: url(../blog/star.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box .date-box::before {
		width: 14px;
		height: 14px;
		background-size: 14px
	}
}

.latest-post .left-post .box .text-box a {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box a {
		font-size: 13px
	}
}

.latest-post .left-post .box .text-box a.read-more {
	position: relative;
	transition: all .5s ease;
	opacity: .9
}

.latest-post .left-post .box .text-box a.read-more::after {
	content: "";
	background: url(../blog/chevron-right.svg) no-repeat;
	width: 8px;
	height: 14px;
	background-size: 8px;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: -12px
}

@media(max-width:767px) {
	.latest-post .left-post .box .text-box a.read-more::after {
		width: 5px;
		height: 8px;
		background-size: 5px;
		top: 5px;
		right: -10px
	}
}

.latest-post .left-post .box .text-box a.read-more:hover {
	margin-left: 5px;
	opacity: 1
}

.latest-post .left-post .content-block h2 {
	font-size: 30px;
	margin: 0 0 15px
}

.latest-post .left-post .content-block h3 {
	font-size: 24px;
	margin: 0 0 15px
}

.latest-post .left-post .content-block p {
	text-align: justify;
	line-height: 1.5
}

.latest-post .right-post {
	width: 330px;
	float: left;
	margin-left: 20px
}

@media(max-width:767px) {
	.latest-post .right-post {
		width: 100%;
		margin-left: 0
	}
}

.latest-post .right-post .tab-box {
	width: 100%;
	float: left
}

.latest-post .right-post .tab-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 4px solid #0c5dba;
	width: 100%;
	float: left
}

.latest-post .right-post .tab-box ul li {
	width: 50%;
	float: left;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	cursor: pointer
}

@media(max-width:767px) {
	.latest-post .right-post .tab-box ul li {
		padding: 10px;
		font-size: 16px
	}
}

.latest-post .right-post .tab-box ul li.active {
	background: #0c5dba;
	color: #fff;
	cursor: default
}

.latest-post .right-post .blog-box {
	padding: 15px;
	background: #fff;
	width: 100%;
	float: left
}

.latest-post .right-post .blog-box .box {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffc59a;
	float: left
}

.latest-post .right-post .blog-box .box:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.latest-post .right-post .blog-box .box .img-box {
	width: 100px;
	float: left
}

.latest-post .right-post .blog-box .box .img-box img {
	width: 100%;
	height: auto
}

.latest-post .right-post .blog-box .box .text-box {
	width: calc(100% - 100px);
	padding: 0 15px;
	float: left
}

.latest-post .right-post .blog-box .box .text-box h4 {
	font-size: 16px
}

.latest-post .right-post .blog-box .box .text-box .date-box {
	width: 100%;
	float: left;
	padding: 0 0 0 25px;
	font-size: 12px;
	position: relative;
	line-height: 1.4
}

.latest-post .right-post .blog-box .box .text-box .date-box::before {
	content: "";
	background: url(../blog/star.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px
}

.blog-detail figure {
	margin-bottom: 20px
}

.breadcrumb-wrapper {
	color: #4d4d4d;
	font-size: 14px;
	padding: 20px 0
}

.breadcrumb-wrapper a {
	color: #005dba;
	font-weight: 600;
	padding-right: 10px
}

.breadcrumb-wrapper .fa {
	padding-right: 10px
}

.thank-layover {
	background: #333;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 8;
	opacity: .9
}

.thanks-block {
	font-family: montserrat, Calibri, sans-serif, Open Sans;
	background: #fff;
	padding: 20px;
	width: 450px;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9
}

@media(max-width:767px) {
	.thanks-block {
		width: 94%
	}
}

.thanks-block .thanks {
	color: #ff6e03;
	text-align: center;
	height: 170px;
	position: relative
}

.thanks-block .thanks h2 {
	font-size: 54px;
	font-weight: 900
}

@media(max-width:767px) {
	.thanks-block .thanks h2 {
		font-size: 46px
	}
}

.thanks-block .thanks p {
	font-size: 20px;
	font-weight: 500
}

.thanks-block .thanks .flag1 {
	position: absolute;
	right: 60px;
	bottom: 35px
}

@media(max-width:767px) {
	.thanks-block .thanks .flag1 {
		right: 20px
	}
}

.thanks-block .thanks .flag2 {
	position: absolute;
	left: 60px;
	bottom: 35px
}

@media(max-width:767px) {
	.thanks-block .thanks .flag2 {
		left: 20px
	}
}

.thanks-block .promo-block {
	background: #23467f;
	padding: 20px
}

.thanks-block .promo-block .inner-block {
	border: 2px dashed #ffd237;
	padding: 80px 20px 20px;
	text-align: center;
	position: relative
}

.thanks-block .promo-block .inner-block .special {
	font-size: 16px;
	padding: 15px 0 0;
	background: url(https://cmsrepository.com/static/flights/mailer/4th-july/chat.png) no-repeat;
	width: 262px;
	height: 118px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%, 0%)
}

.thanks-block .promo-block .inner-block p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5
}

.thanks-block .promo-block .inner-block .coupon-block {
	justify-content: center;
	display: flex;
	padding: 30px 20px
}

@media(max-width:767px) {
	.thanks-block .promo-block .inner-block .coupon-block {
		padding: 30px 10px
	}
}

.thanks-block .promo-block .inner-block .coupon-block ul {
	width: 280px;
	border: 2px dashed #fff;
	color: #fff;
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0
}

.thanks-block .promo-block .inner-block .coupon-block ul li {
	font-size: 14px;
	padding: 10px;
	width: 40%;
	text-align: center
}

@media(max-width:767px) {
	.thanks-block .promo-block .inner-block .coupon-block ul li {
		font-size: 13px
	}
}

.thanks-block .promo-block .inner-block .coupon-block ul li:last-child {
	background: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	width: 60%
}

.thanks-block .promo-block .inner-block .book-btn {
	background: #ff6e03;
	padding: 5px;
	color: #fff;
	width: 140px;
	height: 36px;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-decoration: none
}

body {
	font-family: montserrat, sans-serif
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.staticpage #searchPad {
	display: none
}

.stjr-review-badge-banner__rating-text {
	font-size: 14px
}

.stjr-review-badge-banner__rating {
	font-size: 14px
}

.stjr-review-badge-banner__rating-stars {
	position: absolute;
	margin-top: -55px
}

.stjr-review-badge-banner__rating-stars .stars--widgets .star {
	font-size: 25px
}

.customer-support .cf-safe img {
	height: 17px !important
}

.stjr-review-badge-banner__logo__img {
	display: none !important
}

.sitejabber-logo {
	margin-bottom: 40px;
	margin-top: 40px
}

@media screen and (max-width:767px) {
	#reviewBadgeWidget {
		display: none !important
	}

	.sitejabber-logo {
		margin: 10px 0 0
	}
}