/* Minification failed. Returning unminified contents.
(818,14): run-time error CSS1038: Expected hex color, found '#31A3DDf'
 */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.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 {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.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;
}

/* RTL support */
.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,
.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;
}

/* Component containers
----------------------------------*/


/* Interaction states
----------------------------------*/




/* Icons
----------------------------------*/




/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

.ll-skin-santiago {
	font-size: 90%;
}

.ll-skin-santiago .ui-widget {
	font-family: Helvetica Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.ll-skin-santiago .ui-datepicker {
	padding: 0;
}

.ll-skin-santiago .ui-widget-content {
	border: none;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.19);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.19);
	box-shadow: 0 1px 3px rgba(0,0,0,.19);
}

.ll-skin-santiago .ui-datepicker-header {
	font-family: "Myriad Pro", sans-serif;
	color: #fff;
	padding: 0;
	border-top: 1px solid #0093d6;
	border-bottom: none;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	background:#0093d6 ;
}

.ll-skin-santiago .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
}

.ll-skin-santiago .ui-datepicker .ui-datepicker-title {
	line-height: 2.2em;
	font-weight: normal;
}

.ll-skin-santiago .ui-datepicker .ui-datepicker-prev, 
.ll-skin-santiago .ui-datepicker .ui-datepicker-next {
	top: -1px;
	background: #0093d6 ;
	border-radius: 0;
	font-weight: normal;
	border: none;
	height: 2.2em;
	width: 1.4em;

}

.ll-skin-santiago .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ll-skin-santiago .ui-datepicker .ui-datepicker-next.ui-state-hover {
	background: #003eaa;
}

.ll-skin-santiago .ui-datepicker .ui-datepicker-prev {
	left: 0;
	border-right: 1px solid #0065cb;

	
}
.ll-skin-santiago .ui-datepicker .ui-datepicker-prev:before{content:  "<"; position:absolute; top:5px; left:4px; color:#fff; font-size:16px;}
.ll-skin-santiago .ui-datepicker .ui-datepicker-next:before{content:  ">"; position:absolute; top:5px; left:4px; color:#fff; font-size:16px;}

.ll-skin-santiago .ui-datepicker .ui-datepicker-next {
	right: 0;
	border-left: 1px solid #0065cb;
}

.ll-skin-santiago .ui-datepicker .ui-datepicker-prev span, 
.ll-skin-santiago .ui-datepicker .ui-datepicker-next span {
	margin-top: -4px;
	top: 40%;
}

.ll-skin-santiago .ui-icon-circle-triangle-e {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
}

.ll-skin-santiago .ui-icon-circle-triangle-w {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -96px 0;
}

.ll-skin-santiago .ui-datepicker table {
	margin: 0;
}

.ll-skin-santiago .ui-datepicker th {
	padding: .6em 0 .4em;
	text-transform: uppercase;
	color: #bbb;
	font-family: "Myriad Pro";
	font-weight: normal;
	font-size: .8em;
	border-top: 1px solid #e6e6e6;
}

.ll-skin-santiago .ui-datepicker td {
	border: none;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 0;
}

.ll-skin-santiago td:last-child {
	border-right: 0;
}

.ll-skin-santiago td .ui-state-default {
	background: transparent;
	border: none;
	color: #2b2b2b;
	margin: 0;
	font-family: "Myriad Pro", sans-serif;
	font-weight: normal;
	text-align: center;
}

.ll-skin-santiago .ui-datepicker-calendar .ui-state-hover {
	background: #ededed;
	color: #b2b2b2;
}

.ll-skin-santiago td a.ui-state-active,
.ll-skin-santiago td a.ui-state-active.ui-state-hover {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.45);
	background:#0093d6 
}



/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}
.nav-container {
	float: right;
	width: 600px;
	text-align: center;
}
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li.menu-normal, .sf-menu li.menu-normal li {
	position: relative;
}
.sf-menu ul {
	/*position: absolute;*/
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu>li {
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: none;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu .sf-mega {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	width: 100%;
}
html.mm-opened, html.mm-opened body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
html.mm-opened .mm-page {
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	background: inherit;
	display: none;
	overflow: hidden;
	height: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.mm-menu>.mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
}
.mm-menu>.mm-panel.mm-opened {
	left: 0%;
}
.mm-menu>.mm-panel.mm-subopened {
	left: -40%;
}
.mm-menu>.mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu>.mm-panel.mm-hidden {
	display: block;
	visibility: hidden;
}
.mm-menu .mm-list {
	padding: 20px 0;
}
.mm-menu>.mm-list {
	padding: 20px 0 40px 0;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu {
	width: 88%;
}
.mm-menu.mm-right {
	width: 88%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	right: 88%;
}
.mm-menu.mm-bottom {
	height: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
	top: -80%;
}
html.mm-front.mm-opened .mm-page {
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
}
.mm-menu.mm-front, .mm-menu.mm-next {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, -moz-transform;
	-ms-transition-property: top, right, bottom, left, -o-transform;
	-o-transition-property: top, right, bottom, left, -o-transform;
	transition-property: top, right, bottom, left, transform;
}
html.mm-front .mm-page, html.mm-front #mm-blocker {
	z-index: 0;
}
.mm-menu.mm-front {
	z-index: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
	box-shadow: none;
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	left: 0%;
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	left: 0;
}
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
	left: 0;
	top: 0%;
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	left: auto;
}
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
	left: auto;
	right: 0%;
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	top: auto;
	left: 0;
}
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
	left: 0;
	bottom: 0%;
}
.mm-menu.mm-front, .mm-menu.mm-next {
	left: -88%;
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	top: -80%;
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	right: -88%;
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	bottom: -80%;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	left: 0;
	right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
	top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	bottom: 0;
}
.menu-button {
	background:url(../images/list_nav.jpg) no-repeat 0 0;
	width:35px;
	height:35px;
	display:block;
}
.site-menu {
	margin: 0;
}
.site-menu ul li {
	/*margin: 0 14px;*/
	float: left;
}
.site-menu ul li:first-child, .site-menu ul ul li {
}
.site-menu ul li a {
	color: #43494c;
	text-transform: uppercase;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.site-menu ul li.reqNav a {
	padding-top: 4px;
}
.site-menu li.current-menu-item>a, .site-menu li.sfHover>a, .site-menu li a:hover {
	color: #0093d6;
}
.site-menu ul ul {
	background:#1d2e43;
	width: 177px;
	margin: 9px 0 0;
	}
.site-menu ul ul a {
	color: #fff
}
.site-menu ul ul:before {
	content: '';
	width: 0;
	position: absolute;
	top: -5px;
	left: 20px;
}
.site-menu ul ul {
	top: 80%;
}
.site-menu ul ul ul:before {
	display: none;
}
.site-menu ul ul ul {
	margin: 0 0 0 1px;
	top: 0;
	display: none !important;
}
.site-menu ul ul li:hover ul {
	display: block !important;
}
.site-menu ul ul li {
	border-bottom: 1px solid #586677;
	float: none;
	margin: 0;
	width: auto;
	background: none;
}
.site-menu ul ul li:last-child {
	border-bottom: 0
}
.site-menu ul ul li a {
	border: 0;
	padding: 5px 23px !important;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
	text-align: left;
	line-height:30px;
}
.site-menu ul ul li:first-child a {
}
.site-menu ul ul li:last-child a {
}
.site-menu ul ul li.sfHover a.sf-with-ul, .site-menu ul ul a.sf-with-ul.active:hover {

	color: #fff !important;
	background:#31A3DD url(../images/arrow_icon12.png) no-repeat right center;
}
.site-menu.right-solid {
	float: right;
	margin: -30px 0
}
.site-menu.right-solid ul li {
	margin-left: 0
}
.site-menu.right-solid ul li:first-child, .site-menu.right-solid ul ul li {
	margin-left: 0
}
.site-menu.right-solid ul li a {
	padding: 40px 20px 39px;
	border: 0;
	color: #555;
	display: block;
	text-align: center;
}
.site-menu.right-solid li.current-menu-item>a, .site-menu.right-solid li.sfHover>a, .site-menu.right-solid li a:hover {
	border-color: #31A3DD;
	color: #fff;
	background: #31A3DD
}
.site-menu.right-solid ul ul {
	background: #31A3DDf;
	width: 190px;
	margin: 10px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.site-menu.right-solid ul ul a {
	color: #fff
}
.site-menu.right-solid ul ul:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #31A3DD;
	position: absolute;
	top: -5px;
	left: 20px;
}
.site-menu.right-solid ul ul ul:before {
	display: none;
}
.site-menu.right-solid ul ul ul {
	margin: 0 0 0 5px
}
.site-menu.right-solid ul ul li {
	border-bottom: 1px solid #1d88bf
}
.site-menu.right-solid ul ul li:last-child {
	border-bottom: 0
}
.site-menu.right-solid ul ul li a {
	border: 0;
	padding: 10px 20px;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left;
}
.site-menu.right-solid ul ul li:first-child a {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.site-menu.right-solid ul ul li:last-child a {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu.right-solid ul ul li.current-menu-item>a, .site-menu.right-solid ul ul li.sfHover>a, .site-menu.right-solid ul ul a:hover {
	background: #1d88bf;
	color: #fff;
}
.site-menu.right-solid ul li.has-icon>a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.32 ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-menu.right-solid ul li.has-icon>a .icon {
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
	margin-left: -20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2 ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0
}
.site-menu.right-solid ul li.has-icon.current-menu-item>a, .site-menu.right-solid ul li.has-icon.sfHover>a, .site-menu.right-solid ul li.has-icon>a:hover {
	padding-top: 54px;
	padding-bottom: 25px;
}
.site-menu.right-solid ul li.has-icon.current-menu-item>a .icon, .site-menu.right-solid ul li.has-icon.sfHover>a .icon, .site-menu.right-solid ul li.has-icon>a:hover .icon {
	top: 24px;
	opacity: 1
}
.affix .site-menu.right-solid ul li.has-icon.current-menu-item>a, .affix .site-menu.right-solid ul li.has-icon.sfHover>a, .affix .site-menu.right-solid ul li.has-icon>a:hover {
	padding-top: 44px;
	padding-bottom: 20px;
}
.affix .site-menu.right-solid ul li a {
	padding-top: 40px;
	padding-bottom: 24px;
}
.affix .site-menu.right-solid li.menu-normal li a {
	padding: 10px 20px
}
.site-menu .full-menu {
	border-top: 1px solid #f1f1f1;
}
.site-menu .full-menu li a {
	padding: 15px 20px;
	display: block;
	border-top: 1px solid #f1f1f1;
	margin-top: -1px;
	color: #555;
	text-transform: uppercase;
}
.site-menu .full-menu li.current-menu-item>a, .site-menu .full-menu li.sfHover>a, .site-menu .full-menu li a:hover {
	border-color: #31A3DD;
	background: #31A3DD;
	color: #fff;
}
.site-menu .full-menu li li {
	float: none;
	border-bottom: 1px solid #1d88bf;
}
.site-menu .full-menu li li:last-child {
	border-bottom: 0
}
.site-menu .full-menu li li a {
	padding: 10px 20px;
	margin-top: 0;
	border: 0!important;
	color: #fff;
	text-transform: none;
}
.site-menu .full-menu li li.current-menu-item>a, .site-menu .full-menu li li.sfHover>a, .site-menu .full-menu li li a:hover {
	background: #1d88bf
}
.site-menu .full-menu ul {
	width: 190px;
	background: #31A3DD;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu .full-menu ul ul {
	margin-left: 1px;
}
.sf-menu.full-menu .sf-mega {
	margin-top: 0
}
.fullfixed {
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1042;
}
.fullfixed.affix {
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
}
.sf-menu .sf-mega {
	background-color: #fbfbfb;
	padding: 20px;
	margin-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 3px solid #31A3DD
}
.site-menu .menu-mega>a:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #31A3DD;
	position: absolute;
	top: 38px;
	left: 44%;
	opacity: 0
}
.site-menu .menu-mega.sfHover>a:before {
	opacity: 1
}
.site-menu .menu-mega .sf-mega ul {
	position: relative;
	display: block;
	z-index: 99;
	margin: 0;
	width: auto!important;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.site-menu .menu-mega .sf-mega ul:before {
	display: none;
}
.site-menu .menu-mega .sf-mega ul li {
	border-bottom: 0;
	margin-bottom: 10px
}
.site-menu .menu-mega .sf-mega ul li:last-child {
	margin-bottom: 0
}
.site-menu .menu-mega .sf-mega h5 {
	text-transform: uppercase;
	color: #999
}
.site-menu .menu-mega .sf-mega ul li a {
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #555;
	text-transform: none;
}
.site-menu .menu-mega .sf-mega ul li a:hover {
	color: #31A3DD
}
.site-menu .menu-mega ul li.sfHover>a, .site-menu .menu-mega ul a:hover, .site-menu.right-solid .menu-mega ul li.current-menu-item>a, .site-menu.right-solid .menu-mega ul li.sfHover>a, .site-menu.right-solid .menu-mega ul a:hover, .site-menu .full-menu .menu-mega li.current-menu-item>a, .site-menu .full-menu .menu-mega li.sfHover>a, .site-menu .full-menu .menu-mega li a:hover {
	background: transparent;
	color: inherit;
}
.site-menu ul li.socialNet {
	background: none;
}
.site-menu ul li.socialNet a {
	width: 55px;
	height: 53px;
	display: block;
	margin: 0 0 0 5px;
	float: left;
	padding: 0 !important;
	background: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.site-menu ul li.socialNet a.facebook {
	background: url(../images/social_icons.png) no-repeat 0 0;
	margin-left: 0;
}
.site-menu ul li.socialNet a.facebook:hover {
	background: url(../images/social_icons.png) no-repeat 0 -57px;
}
.site-menu ul li.socialNet a.twitter {
	background: url(../images/social_icons.png) no-repeat -61px 0;
}
.site-menu ul li.socialNet a.twitter:hover {
	background: url(../images/social_icons.png) no-repeat -61px -57px;
}
.site-menu ul li.socialNet a.linkedin {
	background: url(../images/social_icons.png) no-repeat -122px 0;
}
.site-menu ul li.socialNet a.linkedin:hover {
	background: url(../images/social_icons.png) no-repeat -122px -57px;
}
#mobile-menu {
	background: #0394d6;
}
#mobile-menu .mobile-menu, #mobile-menu .mobile-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu .mobile-menu li {
	position: relative;
}
#mobile-menu .mobile-menu li i {
	display: none;
}
#mobile-menu .mobile-menu li a {
	display: block;
	padding: 8px 16px;
	border-bottom: 1px solid #0387c3;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#mobile-menu .mobile-menu li li a {
	padding-left: 30px;
	}
#mobile-menu .mobile-menu li li li a {
	padding-left: 60px
}
#mobile-menu .mobile-menu li a:hover {
	background:#fff;
	color: #0394d6 
}
#mobile-menu .mobile-menu ul {
	display: none;
}
#mobile-menu .submenu {
	position: absolute;
	width: 27px;
	height: 16px;
	text-align: center;
	right: 20px;
	top: 12px;
	z-index: 999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mobile-menu .submenu:before {
	content: url(../images/arrow_down.png);
}
#mobile-menu .submenu:hover {
	cursor: pointer;
}
#mobile-menu .over>.submenu:before {
	content: url(../images/arrow_up.png);
}

html {
}

body {
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #555555;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
}

a img {
    border: none;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    outline: none;
    transition: all 0.3s ease-in;
}

    a:hover {
        text-decoration: none !important;
    }
/* ============ Optionals ============ */
.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}

input, select {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
}

.pagewrapper {
    width: 960px;
    margin: 0px auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 6px 0 9px 0;
    background: #fff url(../images/header_barline.png) repeat-x 0 bottom;
    width: 100%;
}

.carousel-indicators li {
    background: rgba(255,255,255,0.34) !important;
    width: 15px !important;
    height: 15px !important;
}

    .carousel-indicators li.active {
        background: #fff !important;
        width: 15px !important;
        height: 15px !important;
        border: 1px solid #fff;
        margin: 1px;
    }

.logo {
    float: left;
    width: 240px;
}


.header .rightHeader {
    float: right;
    width: 700px;
}

.rightHeader .searchBlock {
    float: right;
}

    .rightHeader .searchBlock input {
        background: #fff;
        border: 1px solid #d1d2d5;
        width: 175px;
        padding: 0 25px 0 10px;
        border-radius: 5px;
        height: 28px;
        line-height: 28px;
        margin: 0 0 0 20px;
        color: #0093d6 !important;
        font-size: 13px;
    }

    .rightHeader .searchBlock em {
        position: relative;
        font-style: normal;
    }

        .rightHeader .searchBlock em input.headersearch {
            background: #fff url(../images/search_icon.png) no-repeat 0 center;
            position: absolute;
            right: 1px;
            width: 23px;
            height: 26px;
            cursor: pointer;
            display: block;
            top: -4px;
            border: 0px;
            padding: 0 5px;
        }

    .rightHeader .searchBlock input::-moz-placeholder {
        color: #0093d6;
    }

    .rightHeader .searchBlock input::-webkit-input-placeholder {
        color: #0093d6;
    }

    .rightHeader .searchBlock .submit {
        width: auto;
        border: none;
        padding: 0px;
        color: #fff !important;
        padding: 0 22px 0 15px;
        background: #0093d6 url(../images/arrow_icon.png) no-repeat right center;
        border-radius: 5px;
        display: inline-block;
        line-height: 28px;
        font-size: 13px;
    }

.mainNav {
    margin: 31px 0 0 0;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    ;
    -moz-transition: all 0.5s ease-in;
    ;
    transition: all 0.5s ease-in;
    float: right;
}

    .mainNav ul li {
        float: left;
        list-style: none;
        position: relative;
    }

        .mainNav ul li a {
            line-height: 36px;
            text-transform: uppercase;
            font-weight: 800;
            color: #343741;
            padding: 0 10px;
            margin: 0 5px;
            font-size: 16px;
            display: block;
            border: 1px solid #fff;
            border-radius: 4px;
        }

        .mainNav ul li ul li a.sf-with-ul {
            background: #eee url(../images/arrow_icon12.png) no-repeat right center;
        }

        .mainNav ul li:last-child a {
            margin: 0 0 0 12px;
        }

        .mainNav ul li a:hover, .mainNav ul li a.active {
            text-decoration: none;
            border-width: 1px;
            border-style: solid;
            -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(gray), to(rgba(229, 229, 229, 0))) 1 100%;
            -webkit-border-image: -webkit-linear-gradient(bottom, gray, rgba(229, 229, 229, 0)) 1 100%;
            -moz-border-image: -moz-linear-gradient(bottom, gray, rgba(229, 229, 229, 0)) 1 100%;
            -o-border-image: -o-linear-gradient(bottom, gray, rgba(229, 229, 229, 0)) 1 100%;
            border-image: linear-gradient(to top, gray, rgba(229, 229, 229, 0)) 3 100%;
            background: #fefefe; /* Old browsers */
            background: -moz-linear-gradient(top, #fefefe 0%, #faf9f9 18%, #f7f7f7 50%, #f6f5f5 75%, #f5f4f4 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(18%, #faf9f9), color-stop(50%, #f7f7f7), color-stop(75%, #f6f5f5), color-stop(100%, #f5f4f4)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fefefe 0%, #faf9f9 18%, #f7f7f7 50%, #f6f5f5 75%, #f5f4f4 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fefefe 0%, #faf9f9 18%, #f7f7f7 50%, #f6f5f5 75%, #f5f4f4 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fefefe 0%, #faf9f9 18%, #f7f7f7 50%, #f6f5f5 75%, #f5f4f4 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fefefe 0%, #faf9f9 18%, #f7f7f7 50%, #f6f5f5 75%, #f5f4f4 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f4f4', GradientType=0 ); /* IE6-9 */
            border-radius: 4px;
            color: #0093d6;
        }

        .mainNav ul li .subNav::before {
            background: rgba(0, 0, 0, 0) url("../images/nav_hover.png") no-repeat scroll center top;
            display: block;
            height: 9px;
            left: 30px;
            position: absolute;
            top: -9px;
            width: 16px;
        }

        .mainNav ul li .subNav:hover::before {
            background: rgba(0, 0, 0, 0) url("../images/nav_hover12.png") no-repeat scroll center top;
            display: block;
            height: 9px;
            left: 30px;
            position: absolute;
            top: -9px;
            width: 16px;
        }

        .mainNav ul li .subNav {
            position: absolute;
            width: 220px;
            background: #eee;
            border: 1px solid #d7d7d7;
            border-radius: 7px;
            display: none;
            margin: 0px;
            top: inherit !important;
        }

        .mainNav ul li ul li a {
            color: #343741;
            font-size: 14px;
            line-height: 16px;
            display: block;
            margin: 0;
            border-bottom: 1px solid #fff !important;
            background: none;
            padding: 8px 20px !important;
            font-weight: 400;
            text-transform: capitalize;
            border-radius: 0px;
        }

        .mainNav ul li ul li:last-child a {
            border-bottom: 0px !important;
        }

        .mainNav ul li ul li {
            float: none;
            margin: 0px;
            border-bottom: 0px;
        }

            .mainNav ul li ul li a:hover, .mainNav ul li ul li a.active {
                background: #0090DA;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090DA', endColorstr='#0090DA', GradientType=0 ); /* IE6-9 */
                margin: 0px;
                color: #fff;
                border-radius: 0px;
                border-top: 0;
                border-right: 0;
                border-left: 0;
                border-bottom: 1px solid #fff;
            }

            .mainNav ul li ul li a.sf-with-ul:hover, .mainNav ul li ul li a.sf-with-ul.active {
                background: #0090DA url(../images/arrow_icon12.png) no-repeat right center;
            }

            .mainNav ul li ul li:last-child a:hover, .mainNav ul li ul li:last-child a.active {
                border-bottom: 0px;
            }

            .mainNav ul li ul li:first-child a {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

            .mainNav ul li ul li:last-child a {
                margin: 0px;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

        .mainNav ul li:last-child ul li a {
            margin: 0px;
        }

        .mainNav ul li ul li a:after {
            border-bottom: 1px solid #c1c1c1;
            content: " ";
            position: absolute;
            z-index: 999;
            width: 100%;
            height: 1px;
            left: 0px;
            bottom: -1px;
        }

        .mainNav ul li ul li:last-child a:after {
            border-bottom: 0px;
            content: " ";
            position: absolute;
            z-index: 999;
            width: 100%;
            height: 1px;
            left: 0px;
            bottom: 0;
        }

        .mainNav ul li .subNav img {
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

        .mainNav ul li:hover .subNav {
            display: block;
        }

        .mainNav ul li ul li ul.subNav {
            display: none;
            top: 0px !important;
            left: -220px;
        }

        .mainNav ul li ul li:hover .subNav {
            display: block;
        }

        .mainNav ul li ul li .subNav::before {
            background: none;
        }

        .mainNav ul li:last-child ul li .subNav::before {
            background: none;
        }

.carousel {
    position: relative;
    border-bottom: 12px solid #0093d7;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
/*.sliderContent{ position:absolute; top:140px; width:960px; left:50%; transform:translateX(-50%);}*/
.sliderLeft {
    width: 310px;
    float: left;
}

.sliderNav ul li {
    list-style: none;
    padding: 0 22px 0 30px;
    border-radius: 5px;
    margin: 0 0 5px 0;
}

    .sliderNav ul li a {
        line-height: 77px;
        display: block;
        color: #fff !important;
        font-weight: 700;
        padding: 0 0 0 50px;
        font-size: 24px;
    }

    .sliderNav ul li.orange {
        background: #f26722;
    }

    .sliderNav ul li.blue {
        background: #0093d6;
    }

    .sliderNav ul li.yellow {
        background: #edbf14;
    }

    .sliderNav ul li.orange a {
        background: url(../images/flight_icon.png) no-repeat 0 center;
    }

    .sliderNav ul li a span {
        background: url(../images/slider_nav.png) no-repeat right center;
        display: block;
    }

    .sliderNav ul li.blue a {
        background: url(../images/time_icon.png) no-repeat 0 center;
    }

    .sliderNav ul li.yellow a {
        background: url(../images/p_icon.png) no-repeat 0 center;
    }

    .sliderNav ul li a.active span {
        background: url(../images/slider_nav_hover.png) no-repeat right center;
    }

.orangeBlock {
    display: block;
    border-top: 1px solid #fff;
    padding: 14px 0;
}

.formField {
    margin: 0 0 10px 0;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

    .formField label {
        line-height: 30px;
    }

    .formField span + span {
        margin: 0 0 0 35px;
    }

    .formField span {
        display: inline-block;
    }

        .formField span input[type="radio"] {
            width: auto;
            float: left;
            margin: 0 10px 0 0;
        }

    .formField input, .formField select {
        background: #b1430c;
        height: 34px;
        line-height: 34px;
        border: none;
        border-radius: 6px;
        width: 100%;
        padding: 0 0 0 10px;
        color: #fff;
        font-size: 13px;
    }

        .formField input.hasDatepicker {
            background: #b1430c url("../images/date_icon.png") no-repeat scroll 10px center;
            padding: 0 0 0 40px;
        }

    .formField select {
        width: 97%;
    }

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

.formField .formLeft, .formField .formRight {
    position: relative;
    width: 125px;
}

    .formField .formLeft img, .formField .formRight img {
        position: absolute;
        left: 10px;
        top: 6px;
    }

.formField .formLeft {
    float: left;
}

.formField .formRight {
    float: right;
}

.formField .formLeft input {
    width: 122px;
    padding: 0 0 0 35px;
}

.formField .formRight input {
    width: 122px;
    padding: 0 0 0 35px;
}

.sliderNav ul li.orange .formField a.search {
    float: left;
    color: #fff;
    background: none;
    text-transform: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    padding: 0px;
}

.sliderRight {
    width: 560px;
    background: rgba(52,55,65,0.8);
    float: right;
    margin: 40px 0 0 0;
    padding: 30px 50px 20px 60px;
}

    .sliderRight h2, .sliderRight h2 span {
        font-size: 36px !important;
        color: #ffdd7e;
        line-height: 42px !important;
    }

    .sliderRight p {
        color: #fff;
        font-size: 20px;
        padding: 0 0 15px 0;
        line-height: 26px;
    }

    .sliderRight a {
        color: #fff;
        font-weight: 700;
        font-size: 21px;
    }

.emailBlock {
    background: #0093d6;
    display: inline-block;
    width: 100%;
    line-height: 74px;
    -webkit-box-shadow: inset 0px -1px 5px 0px rgba(11,71,97,1);
    -moz-box-shadow: inset 0px -1px 5px 0px rgba(11,71,97,1);
    box-shadow: inset 0px -1px 5px 0px rgba(11,71,97,1);
}

.emailLeft {
    float: left;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 74px;
}

    .emailLeft em {
        font-weight: 700;
        font-style: normal;
    }

    .emailLeft span {
        font-weight: 700;
        color: #90dcff;
    }

    .emailLeft h3 {
        line-height: 74px !important;
        font-size: 23px !important;
        margin: 0px;
    }

.emailRight {
    float: right;
    position: relative;
    width: 190px;
}

    .emailRight img {
        margin: 0 27px 0 0;
        position: relative;
        top: 31px;
        float: left;
    }

    .emailRight a {
        width: auto;
        border: none;
        font-weight: 700;
        padding: 0 14px;
        background: #007eb7 url(../images/sub_line.png) no-repeat 0 center;
        z-index: 999;
        height: 34px;
        line-height: 34px;
        height: 40px;
        line-height: 40px;
        border: 2px solid #fff;
        border-radius: 8px;
        background: #007eb7;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
    }

.footer {
    background: #f0f0f0;
}

    .footer .socialIcon {
        float: left;
    }

        .footer .socialIcon span {
            font-size: 16px;
            color: #343741;
            font-weight: 500;
            line-height: 60px;
            float: left;
        }

        .footer .socialIcon ul {
            float: left;
            margin: 17px 0 0 0;
        }

            .footer .socialIcon ul li {
                float: left;
                list-style: none;
            }

                .footer .socialIcon ul li a {
                    background: url(../images/socialicon.png) no-repeat 0 0;
                    width: 24px;
                    height: 24px;
                    display: block;
                    margin: 0 0 0 10px;
                }

                .footer .socialIcon ul li + li a {
                    background-position: -34px 0;
                }

                .footer .socialIcon ul li + li + li a {
                    background-position: -68px 0;
                }

                .footer .socialIcon ul li + li + li + li a {
                    background-position: -102px 0;
                }

                .footer .socialIcon ul li + li + li + li + li a {
                    background-position: -136px 0;
                }

                .footer .socialIcon ul li a:hover {
                    background-position: 0px -24px;
                }

                .footer .socialIcon ul li + li a:hover {
                    background-position: -34px -24px;
                }

                .footer .socialIcon ul li + li + li a:hover {
                    background-position: -68px -24px;
                }

                .footer .socialIcon ul li + li + li + li a:hover {
                    background-position: -102px -24px;
                }

                .footer .socialIcon ul li + li + li + li + li a:hover {
                    background-position: -136px -24px;
                }

.navigation {
    float: left;
    margin: 0 0 0 40px;
}

    .navigation ul li {
        float: left;
        list-style: none;
    }

        .navigation ul li:first-child a {
            background: url(../images/wifiicon.png) no-repeat 0 center;
        }

        .navigation ul li a {
            line-height: 60px;
            color: #343741;
            font-weight: 500;
            font-size: 16px;
            padding: 0 20px;
            text-transform: capitalize;
            display: block;
        }

            .navigation ul li a:hover {
                color: #0093d6;
            }

.footer em {
    float: right;
    font-style: normal;
    color: #343741;
    font-size: 14px;
    line-height: 60px;
}
/*****************About**********************/
.innerHeader {
    border-bottom: 8px solid #0188d7;
}

.innermidBlock {
    -webkit-box-shadow: inset 0px 14px 20px 0px rgba(206,221,242,1);
    -moz-box-shadow: inset 0px 14px 20px 0px rgba(206,221,242,1);
    box-shadow: inset 0px 14px 20px 0px rgba(206,221,242,1);
    margin: 110px 0 40px 0;
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
    min-height: 800px;
}

    .innermidBlock .innerLeft {
        float: left;
        width: 310px;
    }

.innerNavigation {
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0px 0 20px 0;
}

    .innerNavigation ul li {
        list-style: none;
        padding: 0 16px;
        transition: all 0.5s ease-in;
        position: relative;
    }

        .innerNavigation ul li a {
            line-height: 24px;
            color: #343741;
            font-size: 16px;
            border-bottom: 1px solid #e4e4e4;
            display: block;
            padding: 10px 0;
            position: relative;
        }

        .innerNavigation ul li:last-child a, .innerNavigation ul li:last-child a:hover, .innerNavigation ul li:last-child a.active {
            border-bottom: 0px !important;
        }

        .innerNavigation ul li:hover, .innerNavigation ul li.active {
            background: #0093d6;
        }

            .innerNavigation ul li.active:after, .innerNavigation ul li:hover:after {
                border-bottom: 1px solid #fff;
                content: " ";
                position: absolute;
                z-index: 999;
                width: 100%;
                height: 1px;
                left: 0px;
            }

            .innerNavigation ul li:hover a, .innerNavigation ul li.active a {
                color: #fff;
                border-bottom: 1px solid #0093d6;
            }

                .innerNavigation ul li.active a:after, .innerNavigation ul li a:hover:after {
                    content: ' ';
                    height: 0;
                    position: absolute;
                    width: 0;
                    border: 10px solid transparent;
                    border: 10px solid transparent;
                    border-left-color: #0093d6;
                    right: -36px;
                    top: 10px;
                }

.innerLeft .orangeBlock {
    display: none;
}

.innermidBlock .innerRight {
    float: right;
    width: 600px;
}

    .innermidBlock .innerRight img {
        max-width: 100% !important;
    }

h1 {
    font-size: 42px;
    line-height: 42px;
    color: #0093d6;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.innermidBlock .innerRight ul {
    margin: 0 0 20px 20px !important;
}

.innermidBlock .innerRight span {
    color: #8b8c91;
    font-size: 15px;
    font-weight: 700;
}

.innermidBlock .innerRight p {
    font-size: 14px;
    line-height: 24px;
    color: #343741;
    padding: 0 0 15px 0;
}

    .innermidBlock .innerRight p a {
        color: #0093d6;
    }

.innermidBlock .innerRight h4 {
    font-size: 20px;
    line-height: 24px;
}

    .innermidBlock .innerRight h4 a {
        color: #0093d6;
    }

.sticky {
    position: fixed;
    z-index: 99999;
    width: 100%;
}

.flightNav ul li {
    list-style: none;
}

    .flightNav ul li a {
        color: #343741;
        font-size: 14px;
        line-height: 40px;
        background: url(../images/flight_icon1.png) no-repeat 0 center;
        padding: 0 0 0 28px;
    }

        .flightNav ul li a em {
            color: #f26722;
            font-style: normal;
        }

.parkingCon {
    position: relative;
}

.parkingmap h2 {
    font-size: 24px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    background: #0093d6;
    padding: 0 0 0 20px;
}

.parkingCon ul {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

    .parkingCon ul li {
        float: left;
        list-style: none;
    }

        .parkingCon ul li a {
            width: 142px;
            text-align: center;
            line-height: 38px;
            display: block;
            font-size: 14px;
        }

            .parkingCon ul li a.economy {
                background: #e4f4ff;
                color: #0093d6;
            }

            .parkingCon ul li a.longterm {
                background: #fee9df;
                color: #f26722;
            }

            .parkingCon ul li a.shortterm {
                background: #e1fdda;
                color: #487f3b;
            }

            .parkingCon ul li a.viewmap {
                background: #ededed;
                color: #555555;
            }

        .parkingCon ul li + li a {
            margin: 0 0 0 10px;
        }

.economyBlock h2 {
    color: #fff;
    font-weight: 400;
    background: #0093d6;
    line-height: 50px;
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}

.innermidBlock .innerRight .economyBlock p a, .innermidBlock .innerRight .mapBlock p a.map {
    background: url(../images/pdficon.png) no-repeat 0 center;
    color: #ff0000;
    padding: 0 0 0 35px;
    display: inline-block;
    text-decoration: none;
}

.economyBlock h5 {
    color: #0093d6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.economytable {
    margin: 0 0 20px 0;
}

    .economytable table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        margin: 5px 0 0 0;
    }

        .economytable table tr th, .economytable table tr td {
            width: 54%;
            padding: 0 0 0 15px;
            border-collapse: collapse;
            border: 1px solid #e8e8e8;
            line-height: 44px;
        }

            .economytable table tr th + th, .economytable table tr td + td {
                width: 23%;
            }

        .economytable table tr th {
            background: #f9f9f9;
            font-size: 13px;
            color: #444444;
            font-weight: 700;
        }

        .economytable table tr td {
            color: #0093d6;
            font-size: 13px;
        }

            .economytable table tr td + td {
                color: #666666;
            }

        .economytable table tr:nth-child(odd) {
            background: #fcfcfc;
        }

.longtermBlock h2 {
    background: #f26722;
}

.longtermBlock h5 {
    color: #f26722;
}

.longtermBlock .economytable table tr td {
    color: #f26722;
}

    .longtermBlock .economytable table tr td + td {
        color: #666666;
    }

.shorttermBlock h2 {
    background: #49803c;
}

.shorttermBlock h5 {
    color: #49803c;
}

.shorttermBlock .economytable table tr td {
    color: #49803c;
}

    .shorttermBlock .economytable table tr td + td {
        color: #666666;
    }

.shorttermBlock h3 {
    color: #49803c;
    font-weight: 400;
    line-height: 44px;
    font-size: 20px;
}

.innermidBlock .innerRight .shorttermBlock p a {
    color: #49803c;
    background: none;
    padding: 0px;
}

.mapBlock h2 {
    background: #333333;
}

.innermidBlock .innerRight .mapBlock p a {
    background: none;
    padding: 0px;
    color: #343741;
    text-decoration: underline;
}

    .innermidBlock .innerRight .mapBlock p a:hover {
        text-decoration: none;
    }

.innermidBlock .innerRight .mapBlock h4 {
    color: #333333;
    font-size: 20px;
    line-height: 45px;
}

.flightSearch {
    background: #33a9de;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
}

    .flightSearch .flightLeft {
        float: left;
        width: 640px;
    }

        .flightSearch .flightLeft label {
            line-height: 100px;
            font-size: 20px;
            float: left;
            color: #fff;
            font-weight: 400;
            padding: 0 0 0 20px;
        }

        .flightSearch .flightLeft input {
            float: left;
            background: rgba(133,203,235,0.4);
            font-size: 16px;
            line-height: 38px;
            height: 38px;
            border: 0px;
            border-radius: 6px;
            color: #fff;
            margin: 30px 0 0 10px;
            width: 360px;
            padding: 0 0 0 15px;
        }

            .flightSearch .flightLeft input.submit {
                width: auto;
                color: #0093d6;
                text-transform: uppercase;
                font-size: 13px;
                background: #fff;
                padding: 0 25px;
                font-weight: 700;
                cursor: pointer;
            }

    .flightSearch .flightRight {
        float: right;
        margin: 30px 30px 0 0;
        width: 235px;
    }

        .flightSearch .flightRight input {
            width: auto;
            margin: 5px 5px 0 0;
            float: left;
            height: auto;
        }

        .flightSearch .flightRight label {
            font-size: 20px;
            color: #fff;
            line-height: 20px;
            float: left;
        }

        .flightSearch .flightRight span {
            margin: 0 0 0 10px;
            display: inline-block;
        }

        .flightSearch .flightRight em {
            display: block;
            text-align: right;
            font-size: 12px;
            color: #fff;
            font-style: normal;
        }

.refineBlock {
    background: url(../images/refine_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.refineLeft label {
    float: left;
    color: #0093d6;
    line-height: 74px;
    font-weight: 400 !important;
}

.refineLeft select {
    width: 100%;
    font-size: 12px;
    padding: 0 0 0 10px;
}

.jqTransformSelectWrapper span {
    font-size: 13px !important;
    font-family: 'Raleway', sans-serif;
}

.jqselect {
    margin: 18px 0 0 15px;
    float: left;
    width: 225px;
}

.refineLeft input {
    background: url(../images/input_bg.png) repeat-x 0 0;
    height: 33px;
    line-height: 33px;
    width: 110px;
    float: left;
    margin: 18px 0 0 15px;
    border-radius: 3px;
    padding: 0 0 0 10px;
    border: 1px solid #d1d2d5;
    font-size: 13px;
}

.refineRight {
    float: left;
    text-align: left;
    font-size: 13px;
    margin: 25px 0 0 20px;
}

    .refineRight label {
        margin: 0 0 0 5px;
        font-weight: 400;
    }

.bookFlighttable {
    margin: 20px 0;
}

    .bookFlighttable table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
    }

        .bookFlighttable table tr th, .bookFlighttable table tr td {
            padding: 10px 0 10px 15px !important;
            line-height: 18px;
            font-size: 13px;
            color: #444444;
            border-collapse: collapse;
            border: 1px solid #e8e8e8;
        }

        .bookFlighttable table tr.even {
            background: #fcfcfc;
        }

.menu-button {
    display: none;
}

.mm-page {
    height: 100%;
}

.blueBlock .depart {
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

    .blueBlock .depart a {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        float: left;
        background: none !important;
        padding: 0px 5px 0 0;
    }

        .blueBlock .depart a + a {
            border-left: 1px solid #fff;
            margin: 0 0 0 5px;
            padding: 0 5px;
        }

        .blueBlock .depart a:focus {
            text-decoration: underline !important;
        }

.blueBlock p {
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.blueBlock {
    border-top: 1px solid #fff;
    padding: 15px 0 0 0;
}

.blueInput {
    background: #066793;
    border: 1px solid #fff;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 6px;
}

    .blueInput input {
        width: 100%;
        background: none;
        border: none;
        height: 34px;
        line-height: 34px;
        padding: 0 0 0 10px;
        border-radius: 0px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        color: #fff;
        font-size: 13px;
    }

.blueBlock .depart span {
    float: left;
    margin: 0 5px 0 0;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}

.sliderNav ul li.orange .formField input.searchInput, .blueInput input.goButton {
    color: #ae430b;
    padding: 0 15px;
    height: 34px;
    line-height: 34px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,f0f0f0+50,e3e3e3+100 */
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 50%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(50%, #f0f0f0), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 50%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 50%, #e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 50%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 50%, #e3e3e3 100%); /* W3C */
    border: none;
    border-radius: 6px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    width: auto;
}

    .sliderNav ul li.orange .formField input.searchInput:hover {
        background: #ddd;
        color: #ae430b;
    }

.blueInput input.goButton {
    position: absolute;
    right: -1px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #0093d6;
    top: 0;
}

    .blueInput input.goButton:hover {
        background: #ddd;
        color: #0093d6;
    }

.flightairTime {
    background: #33a9de;
    padding: 16px 0;
    margin: 10px 0 0 0;
}

    .flightairTime .flightairTimeLeft {
        float: left;
        color: #fff;
    }

    .flightairTime .flightairTimeRight {
        float: right;
        padding: 0 16px 0 0;
    }

.flightairTimeLeft ul li {
    float: left;
    list-style: none;
    padding: 0 60px 0 16px;
    border-right: 1px solid #218cbc;
}

.flightairTimeLeft span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

    .flightairTimeLeft span em {
        display: block;
        font-style: normal;
        font-size: 18px;
        text-transform: none;
        line-height: 24px;
        font-weight: normal;
    }

.flightairTimeLeft ul li + li span em {
    background: url(../images/date_icon.png) no-repeat 0 center;
    padding: 0 0 0 25px;
}

.flightairNumber span {
    float: left;
    margin: 0 50px 0 0;
}

.flightairTimeLeft ul li + li + li span em {
    background: none;
    padding: 0px;
}

.flightairTimeLeft ul li:last-child {
    border-right: 0px;
    padding: 0px 0 0 16px;
}

.flightairTimeRight .modifysearch {
    font-size: 13px;
    background: #fff;
    color: #0093d6;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 17px;
    display: block;
    font-weight: 900;
    border-radius: 6px;
}

.airLinesBlock {
    margin: 15px 0 0 0;
}

    .airLinesBlock .airLinesLeft {
        padding: 20px;
        width: 260px;
        float: left;
        background: #f1efef;
    }

        .airLinesBlock .airLinesLeft h4 {
            color: #0093d6;
            font-size: 16px;
            padding: 5px 0 10px 0;
        }

.airLinesLeftList {
    background: #fff;
    padding: 15px 0 0 0;
}

    .airLinesLeftList ul li {
        list-style: none;
        width: 100%;
        padding: 7px 10px;
        display: inline-block;
        border-bottom: 1px solid #cccccc;
    }

        .airLinesLeftList ul li .airLineImg {
            float: left;
            width: 40px;
            overflow: hidden;
        }

        .airLinesLeftList ul li span {
            font-family: 'Raleway', sans-serif;
            font-size: 13px;
            float: left;
        }

            .airLinesLeftList ul li span em {
                display: block;
                font-style: normal;
            }

        .airLinesLeftList ul li input[type=checkbox] {
            background: #fff;
            width: 20px;
            height: 20px;
            text-align: center;
            border: 1px solid #b8b8b8;
            border-radius: 3px;
            float: right;
            margin: 8px 0 0 0;
            font-size: 13px;
            line-height: 20px;
        }

        .airLinesLeftList ul li:last-child {
            border-bottom: 0px;
        }

.airLinesBlock .airLinesRight {
    width: 675px;
    float: right;
}

.airsliderCon {
    text-align: center; /*width:135px;border-right:1px solid #dadada; */
    padding: 10px 0;
}

    .airsliderCon h5 {
        font-size: 12px;
        line-height: 15px;
    }

    .airsliderCon span {
        font-size: 13px;
        display: block;
    }

    .airsliderCon em {
        font-size: 12px;
        display: block;
        color: #919191;
        font-style: normal;
    }

.airLineSlider {
    border: 1px solid #dadada;
    border-radius: 5px;
}

.owl-nav .owl-prev {
    background: url(../images/air_prev.png) no-repeat 0 0;
    width: 11px;
    height: 12px;
    display: block;
    font-size: 0px;
    position: absolute;
    top: 50%;
    left: 8px;
}

.owl-nav .owl-next {
    background: url(../images/air_next.png) no-repeat 0 0;
    width: 11px;
    height: 12px;
    display: block;
    font-size: 0px;
    position: absolute;
    top: 50%;
    right: 8px;
}

.owl-carousel .owl-item .item {
    border-right: 1px solid #dadada;
}

.airLineTimeConBlock .airLineTimeList {
    display: inline-block;
    width: 100%;
    background: #eeefef;
    margin: 15px 0;
}

    .airLineTimeConBlock .airLineTimeList ul li {
        float: left;
        list-style: none;
        width: 25%;
    }

        .airLineTimeConBlock .airLineTimeList ul li a {
            color: #444444;
            font-size: 13px;
            font-weight: bold;
            line-height: 45px;
            padding: 0 0 0 20px;
            display: block;
            border-right: 1px solid #cccccc;
        }

        .airLineTimeConBlock .airLineTimeList ul li:last-child a {
            border-right: 0px;
        }

.airLineContentList {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 8px;
}

    .airLineContentList ul li {
        list-style: none;
        width: 100%;
        display: inline-block;
        padding: 15px;
        font-size: 13px;
    }

        .airLineContentList ul li:nth-child(even) {
            background: #f2f2f2;
        }

        .airLineContentList ul li .airLineConImg {
            float: left;
            width: 60px;
            margin: 0 15px 0 0;
            color: #666666;
        }

.airLinesubCon {
    width: 480px;
    float: left;
}

.airLineConImg .airLineConImgBlock {
    height: 40px;
    overflow: hidden;
}

.airLinesubCon .airLinesubHead {
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
    color: #989898;
    text-align: center;
}

    .airLinesubCon .airLinesubHead span {
        display: inline-block;
        text-align: left;
        width: 100%;
        margin: 0 0 5px 0;
        font-family: 'Raleway', sans-serif;
    }

    .airLinesubCon .airLinesubHead img {
        margin: 5px 0 12px 0;
    }

    .airLinesubCon .airLinesubHead span input {
        float: left;
    }

    .airLinesubCon .airLinesubHead span samp {
        float: left;
        margin: 0 0 0 5px;
        font-family: 'Raleway', sans-serif;
    }

    .airLinesubCon .airLinesubHead h4 {
        color: #444444;
        font-weight: bold;
        text-align: left;
        line-height: 28px;
        margin: 0 0 5px 0;
    }

.flightdetail {
    float: left;
}

    .flightdetail a {
        font-size: 13px;
        color: #0093d6;
        margin: 40px 0 0 0;
        display: inline-block;
    }

        .flightdetail a:hover {
            color: #f26722;
        }

.bookflightAmount {
    float: right;
}

    .bookflightAmount h4 {
        font-size: 18px;
        line-height: 24px;
        color: #f26722;
        margin: 0 0 8px 0;
        font-weight: 500;
    }

    .bookflightAmount a {
        background: #f26722;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        padding: 0 15px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
    }

        .bookflightAmount a:hover {
            background: #33a9de;
        }

.blueBlock .tracker span {
    float: left;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 15px;
}

.blueBlock .tracker a {
    font-size: 15px;
    line-height: 25px;
    background: none !important;
    margin: 0px;
    padding: 0px 5px;
    font-weight: normal;
    float: left;
}

    .blueBlock .tracker a:hover {
        color: #edbf14 !important;
    }

    .blueBlock .tracker a + a {
        border-left: 1px solid #fff;
    }

.blueBlock .tracker {
    margin: 5px 0 10px 0;
    display: inline-block;
    width: 100%;
}

.ui-accordion-header-icon {
    display: none !important;
}

.innermidBlock h1 span {
    float: right;
}

    .innermidBlock h1 span a {
        margin: 0 0 0 15px;
    }

.flightdetailBlock {
    background: #f4f4f4;
    padding: 25px;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

    .flightdetailBlock .flightdetailLeft {
        float: left;
    }

        .flightdetailBlock .flightdetailLeft h4 {
            font-size: 20px;
            font-weight: 500;
            color: #0093d6;
            line-height: 30px;
        }

        .flightdetailBlock .flightdetailLeft ul {
            margin: 20px 0 0 0;
        }

            .flightdetailBlock .flightdetailLeft ul li {
                float: left;
                list-style: none;
                color: #444444;
                margin: 0 45px 0 0;
            }

                .flightdetailBlock .flightdetailLeft ul li span {
                    font-weight: 500;
                    color: #0093d6;
                }

    .flightdetailBlock .flightdetailRight {
        float: right;
        text-align: right;
    }

.flightdetailRight .flightdetailImg {
    width: 150px;
    height: 40px;
    overflow: hidden;
    margin: 0px 0 20px 0;
}

.flightdetailRight a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.flightdetailRight span {
    display: block;
}

    .flightdetailRight span a {
        color: #444444;
    }

.modifyOnto {
    background: #fff;
    padding: 10px 20px;
}

    .modifyOnto .modifyform {
        display: inline-block;
        width: 100%;
    }

        .modifyOnto .modifyform input {
            float: left;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: 250px;
            padding: 0 0 0 20px;
        }

        .modifyOnto .modifyform img {
            float: left;
            margin: 0 20px;
            transition: all 0.3s ease-in;
        }

            .modifyOnto .modifyform img:hover {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
            }

        .modifyOnto .modifyform input[type=checkbox] {
            width: auto;
        }

        .modifyOnto .modifyform input:focus, .modifyOnto .modifyform input:hover {
            border: 1px solid #0094d7;
        }

        .modifyOnto .modifyform label {
            float: left;
            line-height: 36px;
            font-size: 14px;
            font-weight: 500;
            margin: 0 0 0 10px;
        }

.modifyDep {
    width: 400px;
    background: #fff;
}

    .modifyDep label {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        line-height: 24px;
    }

    .modifyDep input {
        background: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
    }

    .modifyDep .modifyDepLeft, .modifyDep .modifyDepRight {
        float: left;
        width: 198px;
        padding: 15px;
    }

    .modifyDep a, .modifyontoSearch {
        background: #edbf14;
        line-height: 30px;
        font-size: 13px;
        padding: 0 10px;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #cf950b;
        font-weight: 500;
    }

.modifySelect {
    margin: 20px 15px;
}

    .modifySelect select {
        float: left;
        width: 150px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 0 20px 0 0;
        font-size: 14px;
    }

.modifyDep a:hover, .modifyontoSearch:hover {
    background: #cf950b;
}

.modifyontoList ul li {
    float: left;
    list-style: none;
    background: #fff;
}

    .modifyontoList ul li a {
        color: #333;
        font-size: 14px;
        line-height: 36px;
        padding: 0 30px;
        display: inline-block;
        border-right: 1px solid #ccc;
    }

.modifyontoList {
    display: inline-block;
    margin: 0 0 0 15px;
}

    .modifyontoList ul li:last-child a {
        border-right: 0px;
    }

.modifyontoSearch {
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 0 15px;
    background: #f26722;
    border: 1px solid #b1430c;
}

    .modifyontoSearch:hover {
        color: #fff;
        background: #b1430c;
    }

.modifyontoList span {
    margin: 0 20px 0 0;
}

    .modifyontoList span label {
        margin: 0 0 0 10px;
        font-size: 14px;
    }

.modifyBlock .resp-tab-item.hor_1 {
    background: #0094d7 !important;
    color: #fff !important;
}

.modifyBlock .resp-tabs-list li.resp-tab-active {
    background: #fff !important;
    color: #0094d7 !important;
    border-color: #0094d7 !important;
}

.resp-tab-content {
    border-color: #0094d7 !important;
}

.memImg img {
    width: 100%;
}

.memImg {
    margin: 50px 0;
}

.innerRight > ul {
    margin: 0 0 20px 20px;
}

.airlinecontentBlock {
    display: inline-block;
    width: 100%;
}

.sliderContent {
    position: absolute;
    z-index: 990;
    top: 190px;
    width: 400px;
    left: 31%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sliderContent_1 {
    position: absolute;
    z-index: 99;
    top: 150px;
    width: 560px;
    right: 14%;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
/*MemBlock*/

.memRight {
    width: 700px;
    float: right;
}

    .memRight ul li {
        float: left;
        list-style: none;
        font-size: 55px;
        font-weight: 900;
        text-transform: uppercase;
        height: 75px;
        width: 64px;
        text-align: center;
        line-height: 75px;
        color: #fff;
        border-radius: 4px;
        background: url(../images/flip_back.png) no-repeat 0 center;
        position: relative;
        background-size: 100% auto;
    }

    .memRight .cycle-slideshow {
        margin: 0 4px 0 0;
    }

    .memRight ul li:after {
        background: url(../images/flip_line.png) no-repeat 0 0;
        content: " ";
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 6px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 11px;
        background-size: 44px auto;
    }

    .memRight ul li:last-child {
        margin: 0px;
    }

.memLeft {
    width: 255px;
    float: left;
    background: #95d2f3;
    height: 75px;
    border-radius: 4px;
    position: relative;
}

    .memLeft h4 {
        text-transform: uppercase;
        font-weight: 900;
        color: #343741;
        padding: 0px 0 0 30px;
        line-height: 24px !important;
        font-size: 22px;
    }

.memCon {
    padding: 15px 0 0 0;
}

    .memCon a {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.memLeft h4 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.cycle-slideshow {
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;
    float: right;
}

#carousel img {
    float: left;
}

#timer, #play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0.2;
    transition: opacity 0.5s ease;
}

#timer {
    width: 150px;
    height: 150px;
    margin: -25px 0 0 68px;
}

    #timer .top, #timer .bottom {
        width: 70px;
        height: 81px;
        overflow: hidden;
    }

        #timer .bottom img {
            margin-top: -76px;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

#play {
    border: 10px solid transparent;
    border-left: 15px solid #000;
    width: 0;
    height: 0;
    margin: -10px 0 0 87px;
}

.bottom {
    position: relative;
    top: -57px;
}

#timer .bottom img {
    margin-top: -25px;
}

#wrapper:hover #timer, #wrapper:hover #play {
    opacity: 0.7;
}

.mempBlock {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}

.iradio_flat-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/radio_icon.png) no-repeat;
    border: none;
    cursor: pointer;
}

.iradio_flat-red {
    background-position: 0px 0;
}

    .iradio_flat-red.checked {
        background-position: -22px 0;
    }

#example_info {
    float: left;
    font-size: 14px;
    margin: 10px;
}

#example_paginate {
    float: right;
    margin: 10px;
}

.paginate_button {
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    background: #a8a8a8;
    margin: 0 0 0 5px;
    color: #fff;
    border-radius: 4px;
}

    .paginate_button:hover, .paginate_button.current {
        background: #0093d6;
        color: #fff;
    }

.dataTable tr td a {
    color: #f26722;
}
/*.sticky .logo {
	margin: 5px 0 0 0;
	width: 200px;
}*/
/*.sticky .logo img {
	width: 100%;
}*/
/*.sticky .mainNav {
	margin: 29px 0 0 0;
}*/
/*.innerHeader.sticky .mainNav {
	margin: 21px 0 0 0;
}*/
.routeBlock svg text {
    font-size: 14px;
    font-weight: 500;
}

svg text {
    font-size: 12px;
    font-weight: 500;
}

.routeBlock path {
    fill: none;
    stroke: #ccc;
}

.routeBlock circle {
    fill: #e40000;
    stroke: none;
}

    .routeBlock circle:hover {
    }

.routeBlock g {
    display: inline-block;
    cursor: pointer;
}

    .routeBlock g:hover {
        fill: #33a9de;
    }

        .routeBlock g:hover circle {
            fill: #33a9de;
        }

.routeBlock .hoverBlock {
    display: none;
}

.routeBlock g:hover .hoverBlock {
    display: block;
}

.mapCon a {
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
}

.mapCon span {
    margin: 0 5px 0 0;
    line-height: 24px;
    font-size: 14px;
}

.mapCon .mapImg {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

    .mapCon .mapImg img {
        width: 100%;
    }

.popModal {
    width: 240px !important;
    -webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
}

.tableCon {
    width: 300px;
    margin: 0px auto;
}

    .tableCon ul li {
        list-style: none;
    }

        .tableCon ul li samp {
            float: right;
        }

.contactCon .contactConLeft {
    width: 46%;
    float: left;
    margin: 0 4% 0 0;
}

.contactCon {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

.innerNavigation ul {
    margin: 0px;
}

.mapCon ul {
    margin: 0px !important;
}

    .mapCon ul li {
        border-top: 1px solid #c1c1c1;
        list-style: none;
        padding: 10px 0;
    }

        .mapCon ul li:first-child {
            border-top: 0px;
            padding: 0 0 10px 0;
        }

.mapCon em {
    font-weight: bold;
    display: block;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.mapCon ul li img {
    float: left;
    margin: 0 5px 0 0;
    width: 20px;
    height: auto;
}

.mapCon ul li a {
    margin: 0px !important;
    float: right;
}

.popModal .popModal_content {
    margin: 0px !important;
}

.terminalList {
    border-bottom: 2px solid #dfdfdf;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

    .terminalList .terminalListLeft {
        float: left;
    }

        .terminalList .terminalListLeft ul {
            margin: 0px;
        }

            .terminalList .terminalListLeft ul li {
                float: left;
                list-style: none;
            }

                .terminalList .terminalListLeft ul li a {
                    color: #fff;
                    font-size: 16px;
                    line-height: 42px;
                    background: #0093d6;
                    padding: 0 20px;
                    border: 1px solid #78c6ea;
                    margin: 0 10px 0 0;
                    display: inline-block;
                    font-weight: bold;
                }

                    .terminalList .terminalListLeft ul li a:hover, .terminalList .terminalListLeft ul li a.active {
                        border: 1px solid #78c6ea;
                        background: #fff;
                        color: #0093d6;
                    }

    .terminalList .terminalListRight {
        float: right;
        position: relative;
        margin: 20px 0 0 0;
    }

        .terminalList .terminalListRight select {
            height: 34px;
            width: 190px;
            border: 1px solid #d8d9dd;
            border-radius: 4px;
            background: #ececec;
            margin: 5px 0 0 0;
            padding: 0 0 0 5px;
        }

        .terminalList .terminalListRight label {
            font-size: 20px;
            line-height: 20px;
            font-weight: normal;
            color: #0093d6;
            cursor: pointer;
        }

        .terminalList .terminalListRight input[type="radio"] {
            display: none;
        }

            .terminalList .terminalListRight input[type="radio"] + label samp {
                background: url("../images/radio_icon2.png") no-repeat scroll 0 0;
                width: 20px;
                height: 20px;
                display: block;
                margin: 0 10px 0 0;
                float: left;
                cursor: default;
            }

            .terminalList .terminalListRight input[type="radio"]:checked + label samp {
                background-position: -22px 0;
            }

.terminalListRight > em {
    margin: 0 20px 0 0;
    font-style: normal;
}

.terminal svg a:hover polygon {
    fill: #f26722;
}

.terminal svg a text {
    fill: #0093d6;
    font-size: 20px;
}

.terminal svg a:hover text {
    fill: #f26722;
}

.leadership ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0 0 15px 0;
}

.concourseList ul li {
    list-style: none;
    float: left;
    font-size: 16px;
    line-height: 24px;
}

#cancun circle {
    fill: #0093d6;
}

#newOrleans circle {
    fill: #edbf14;
}
/*Login page*/
.loginPage {
    background: #0093d6;
}

.login_area {
    width: 400px;
    margin: 200px auto 0;
    background: #fff;
}

    .login_area h4 {
        padding: 20px;
        text-align: center;
    }

        .login_area h4 img {
            width: 180px;
        }

.login_buttons ul {
    padding: 20px;
    text-align: center;
}

    .login_buttons ul li {
        list-style: none;
        width: 310px;
        position: relative;
        height: 36px;
        margin: 0px auto 15px;
    }

        .login_buttons ul li input {
            height: 36px;
            line-height: 36px;
            border: 1px solid #ccc;
            width: 260px;
            padding: 0 0 0 45px;
            border-radius: 4px;
            font-size: 14px;
            color: #343741;
        }

        .login_buttons ul li img {
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 24px;
            height: 24px;
        }

        .login_buttons ul li input.loginButton {
            background: #f26722;
            border: 0px;
            transition: all 0.3s ease-in;
            line-height: 40px;
            font-size: 18px;
            font-weight: bold !important;
            text-align: center;
            color: #fff;
            cursor: pointer;
            float: right;
            padding: 0 20px;
            width: auto;
            height: 40px;
            border: 1px solid #fff;
        }

            .login_buttons ul li input.loginButton:hover {
                border: 1px solid #f26722;
                color: #f26722;
                background: #fff;
            }
/* Component containers
----------------------------------*/

/*.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(./custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
	color: #222222;
}*/
.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(./custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: right;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
    }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.newsBlock {
    margin: 20px 0 0 0;
}

    .newsBlock.newsdetail {
        margin: 0px;
    }

        .newsBlock.newsdetail ul li {
            padding: 0px;
        }

    .newsBlock ul#itemContainer {
        min-height: auto !important;
    }

    .newsBlock ul li:last-child {
        border-bottom: 0px;
    }

    .newsBlock ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
        display: inline-block;
        width: 100%;
    }

.newsdetail ul li {
    border-bottom: 0px;
}

.newsBlock ul li .newsImg {
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0 20px 35px 0;
}

    .newsBlock ul li .newsImg img {
        width: 100%;
        border: 3px solid #ccc;
    }

.newsContent em {
    font-size: 13px;
    padding: 0 0 10px 0;
    font-style: normal;
    display: block;
    font-weight: bold;
}

.newsContent h5 {
    color: #0093d6;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.newsBlock .readmore {
    color: #fff !important;
    background: #0093d6;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    float: right;
    margin: 0 0 10px 0;
}

    .newsBlock .readmore:hover {
        background: #f26722;
    }

.latestBlock {
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
}

    .latestBlock h5 {
        color: #fff;
        background: #0093d6;
        line-height: 45px !important;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        margin: 0px;
    }

    .latestBlock ul li {
        list-style: none;
    }

.archiveCon ul li a, .latestCon ul li {
    border-bottom: 1px dashed #d7d7d7;
    width: 100%;
    font-size: 14px;
}

.latestCon ul li {
    display: inline-flex;
}

    .archiveCon ul li:last-child, .latestCon ul li:last-child {
        border-bottom: 0px;
    }

    .archiveCon ul li a, .latestCon ul li a {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
    }

    .latestCon ul li em {
        font-style: normal;
    }

    .archiveCon ul li span, .latestCon ul li span {
        float: left;
        padding: 0 0 0 15px;
    }

.archiveCon ul li em {
    float: right;
    font-style: normal;
    padding: 0 15px 0 0;
}

img.fighticon {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
}

.newsdetailImg img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    border: 3px solid #ccc;
}

.concourseListBlock {
    position: absolute;
    width: 290px;
    border: 1px solid #ccc;
    right: 0;
    top: 100px;
    z-index: 999;
    background: #fff;
}

    .concourseListBlock h5 {
        background: #0093d6;
        line-height: 40px !important;
        color: #fff;
        padding: 0 0 0 20px;
        margin: 0px;
    }

    .concourseListBlock ul li {
        list-style: none;
        border-bottom: 1px solid #c1c1c1;
        padding: 10px 0 0 0;
    }

    .concourseListBlock h6 em {
        border-radius: 100%;
        display: inline-block;
        margin: 0 10px 0 0;
        font-style: normal;
    }

    .concourseListBlock h6 {
        padding: 0 0 0 20px;
        margin: 0 0 5px 0;
        font-size: 15px;
        font-weight: normal;
        cursor: pointer;
    }

        .concourseListBlock h6:hover {
            color: #f26722;
        }

    .concourseListBlock p {
        padding: 0 0 10px 60px;
    }

.holder {
    margin: 15px 0;
    float: right;
}

    .holder a {
        font-size: 14px;
        cursor: pointer;
        margin: 0 5px;
        color: #fff;
        padding: 0 8px;
        line-height: 24px;
        background: #0093d6;
        display: inline-block;
    }

        .holder a:hover {
            background-color: #f26722;
            color: #fff;
        }

        .holder a.jp-current, a.jp-current:hover {
            background-color: #f26722;
            color: #fff;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            background-color: #ccc;
            color: #fff;
        }

        .holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
        }

    .holder span {
        margin: 0 5px;
    }

#accordion li p, #accordion li div {
    border: 0px;
    padding: 0 0 20px 0;
}

#accordion {
    margin: 0 0 20px 0 !important;
}

    #accordion li h5 {
        font-size: 16px !important;
        color: #0093d6;
        cursor: pointer;
    }

.archiveCon h6 {
    background: #eee url("../images/plus.png") no-repeat scroll right center;
    line-height: 30px !important;
    padding: 0 10px 0 20px;
    color: #555;
    margin: 0px;
    cursor: pointer;
    border-radius: 0px !important;
    position: relative;
}

.archiveCon ul li {
    margin: 0 0 10px 0;
}

    .archiveCon ul li:last-child {
        margin: 0;
    }

.archiveCon ul#accordion {
    margin: 0px;
}

    .archiveCon ul#accordion li div {
        padding: 0px;
    }

.archiveCon ul li div a:last-child {
    border-bottom: 0px;
}

.archiveCon h6.ui-accordion-header-active {
    background: #eee url("../images/minus.png") no-repeat scroll right center;
}

.guide .grid_6 {
    margin: 0 0 15px 0;
}

.guide span {
    display: block;
    font-weight: normal !important;
}

.mapFrame iframe {
    width: 100%;
    position: inherit;
}

.mapFrame {
    margin: 0 0 20px 0;
}

.contactformBlock label {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.contactformBlock input, .contactformBlock select {
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 10px;
    width: 250px;
}

.contactformBlock textarea {
    height: 80px;
    width: 250px;
    padding: 0 0 0 10px;
}

#btnsend {
    border: 0px;
    width: auto;
    padding: 0 20px;
}

.contactformBlock span.field-validation-error {
    color: #ff0000 !important;
}



.concourseList ul li {
    padding: 5px 0 5px 30px;
}

    .concourseList ul li#concourse1 {
        background: url("../images/car_icon.png") no-repeat scroll 0 5px;
    }

    .concourseList ul li#concourse2 {
        background: url("../images/elevator_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse3 {
        background: url("../images/escalator_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse4 {
        background: url("../images/gates_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse5 {
        background: url("../images/moving_walkways_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse6 {
        background: url("../images/police_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse7 {
        background: url("../images/security_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse8 {
        background: url("../images/tdd_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse9 {
        background: url("../images/ticket_counter_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse10 {
        background: url("../images/atm_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse11 {
        background: url("../images/delta_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse12 {
        background: url("../images/heart_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse13 {
        background: url("../images/dining_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse14 {
        background: url("../images/shopping_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse15 {
        background: url("../images/phone_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse16 {
        background: url("../images/mail_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse17 {
        background: url("../images/health_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse18 {
        background: url("../images/brighton_icon_image.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse19 {
        background: url("../images/Military_icon.png") no-repeat scroll 0 center;
    }

    .concourseList ul li#concourse20 {
        background: url("../images/Nursing_icon.png") no-repeat scroll 0 center;
    }


.usaMobile {
    width: 300px;
    margin: 0px auto;
    display: none;
}

    .usaMobile ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #c1c1c1;
    }

        .usaMobile ul li:last-child {
            border-bottom: 0px;
        }

    .usaMobile ul {
        margin: 0 0 20px 0;
    }

        .usaMobile ul li p {
            font-size: 13px;
        }

        .usaMobile ul li span {
            font-size: 14px;
            display: block;
            line-height: 30px;
            float: left;
        }

            .usaMobile ul li span img {
                float: left;
                margin: 0 10px 0 0;
            }

        .usaMobile ul li a {
            float: right;
        }

.viewmapBlock .viewMap {
    text-transform: uppercase;
}

#btnclose {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: right;
    font-size: 25px;
    font-weight: bold;
}


.innerbanner {
    width: 100%;
}

.contactBlock label {
    display: block;
    padding: 0 0 0 15px;
}

.field-validation-error {
    color: #ff0000 !important;
}

.column_filter::-moz-placeholder {
    color: #555;
}

.column_filter::-webkit-input-placeholder {
    color: #555;
}


.login_buttons .error {
    float: left;
    color: #ff0000;
    font-size: 13px;
}


.bookFlighttable table tr td.dataTables_empty {
    color: #ff0000 !important;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 100px;
}

.number {
    font-family: Arial, Helvetica, sans-serif !important;
}

em.number {
    font-style: normal;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}

.concourseMapImg img {
    width: 88%;
    height: auto;
    float: right;
}

.popModal .close {
    color: #e40000 !important;
    opacity: 1 !important;
    font-weight: normal !important;
    padding: 0 0 10px 0 !important;
}

    .popModal .close span {
        font-size: 12px !important;
        padding: 0 3px 0 0;
        float: left;
        font-family: 'Raleway', sans-serif;
    }

.tpd-content em {
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 5px 0;
    display: block;
}

.tpd-content img {
    float: left;
}

.tpd-content span {
    padding: 0 5px;
}

.innermidBlock p {
    padding: 0 0 15px 0;
}

.innermidBlock table {
    width: 100%;
}

.table_head {
    background: #0093d6;
    color: #fff;
    padding: 15px 10px;
}

.memLeft .caroufredsel_wrapper {
    height: 75px;
}




/* Oppp */

.filterBlock {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .filterBlock .filterLeft {
        float: left;
    }

        .filterBlock .filterLeft label {
            line-height: 27px;
            margin: 0 10px 0 0;
        }

        .filterBlock .filterLeft select {
            width: 150px;
            line-height: 27px;
            height: 27px;
        }

    .filterBlock .filterRight {
        float: right;
    }

        .filterBlock .filterRight em {
            font-style: normal;
            padding: 0 10px 0 0;
        }

.filterList {
    margin: 15px 0 0 0;
}

    .filterList ul li {
        list-style: none;
        padding: 10px;
    }

        .filterList ul li:nth-child(even) {
            background: #f2f2f2;
        }

        .filterList ul li a {
            font-weight: bold;
            margin: 0 10px 0 0;
        }

            .filterList ul li a:hover {
                color: #f26722;
            }

        .filterList ul li samp {
            font-family: 'Raleway', sans-serif;
            font-size: 13px;
        }

.opportunities h1 {
    font-size: 20px;
    line-height: 30px;
}

.innermidBlock .innerRight .filterList ul {
    margin: 10px 0 20px 0;
}

.filterList hr {
    margin: 0px;
}

.routeBlock a:hover {
    fill: #0093d6;
}




.flightSearch {
    padding: 0 20px;
    color: #fff;
}

    .flightSearch label {
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        font-weight: normal;
        padding: 0 10px 0 0;
    }

    .flightSearch select {
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        background: rgba(102,190,230,0.4);
        width: 170px;
        height: 38px;
        line-height: 38px;
        border-radius: 5px;
        padding: 0 0 0 13px;
        font-size: 16px;
    }

        .flightSearch select option {
            background: #33a9de;
            line-height: 28px;
            height: 28px;
            padding: 5px 0 0 15px;
        }

    .flightSearch samp {
        font-family: 'Raleway', sans-serif;
        position: relative;
        width: 255px;
        height: 38px;
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .flightSearch samp::after {
            content: " ";
            position: absolute;
            z-index: 999;
            width: 25px;
            height: 28px;
            right: 15px;
            top: 5px;
        }

    .flightSearch input {
        background: rgba(102,190,230,0.4);
        width: 255px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        border: 0px;
        border-radius: 5px;
        padding: 0 0 0 13px;
    }

    .flightSearch .flightDate {
        width: 145px;
        margin: 0 15px;
        background: rgba(102,190,230,0.4) url(../images/date_icon.png) no-repeat 16px center;
        padding: 0 0 0 45px;
    }

    .flightSearch input.flightSubmit {
        background: #fff;
        width: auto;
        padding: 0 17px;
        color: #0093d6;
        text-transform: uppercase;
        font-weight: 800 !important;
        font-size: 14px;
        border: 1px solid #fff;
        transition: all 0.3s ease-in;
    }

        .flightSearch input.flightSubmit:hover {
            border: 1px solid #0093d6;
            color: #fff;
            background: #0093d6;
        }

.refineRight a {
    color: #0093d6;
}

.bookFlighttable table tr th {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f2f2+0,ececec+50,e4e4e4+100 */
    background: #f3f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(50%,#ececec), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f2f2 0%,#ececec 50%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f2f2 0%,#ececec 50%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f2f2 0%,#ececec 50%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f3f2f2 0%,#ececec 50%,#e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    font-weight: 700;
    color: #444444;
    font-size: 13px;
}

.bookFlighttable table {
    border-radius: 8px;
}

    .bookFlighttable table tr td span {
        display: block;
    }

        .bookFlighttable table tr td span a {
            color: #f26722;
        }

            .bookFlighttable table tr td span a:hover {
                color: #0093d6;
            }

    .bookFlighttable table tr.even {
        background: #f1f1f1;
    }

.ui-datepicker {
    z-index: 999 !important;
}

.returnFlight .returnFlightLeft {
    float: left;
}

    .returnFlight .returnFlightLeft h5 {
        color: #0093d6;
        font-size: 14px;
        margin: 0px;
        font-weight: 600;
        line-height: 40px;
    }

.returnFlightRight {
    float: right;
    margin: 0 0 20px 0;
}

    .returnFlightRight a {
        padding: 0 35px 0 20px;
        line-height: 40px;
        background: #0093d6 url(../images/returnFlight_arrow.png) no-repeat right center;
        display: inline-block;
        border-radius: 5px;
        color: #fff;
        margin: 0 0 0 10px;
    }


.bookFlighttable.bookFlightdetails table, .bookFlighttable.bookFlightdetails table tr td {
    border: none;
}

    .bookFlighttable.bookFlightdetails table tr:nth-child(odd) {
        border: 1px solid #e8e8e8;
    }

.blue {
    color: #0093d6;
    margin: 20px 0 0 0;
}

.diningBlock {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}

    .diningBlock .diningLeft {
        float: left;
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }

        .diningBlock .diningLeft img {
            width: 100%;
            height: auto;
            border: 3px solid #0093d6;
        }

    .diningBlock .diningRight {
        float: left;
        width: 375px;
    }

        .diningBlock .diningRight a:hover {
            color: #f26722;
        }

.innermidBlock .innerRight .diningRight a {
    font-weight: bold;
}

.innermidBlock .innerRight .diningRight h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.innermidBlock .innerRight .diningRight p {
    padding: 0 0 5px 0;
}

.innerRight table em {
    font-style: normal;
}

.errorMessage {
    width: 350px;
    padding: 15px;
    background-color: #0093d6;
    margin: 0px auto;
    border-radius: 5px;
    color: #fff;
}

    .errorMessage h4 {
        font-size: 22px;
    }

    .errorMessage ul li {
        padding: 0 0 10px 0px;
        margin: 0 0 0 15px;
    }

#loading {
    text-align: center;
}

/*#loading {
    position:absolute; left:0px; right:0px; top:0px; bottom:0px; background:rgba(0,0,0,0.8); z-index:9999;
}
#loading img {
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:99999;
}*/
.ui-autocomplete {
    position: absolute;
    top: 325px;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    color: #f26722 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-autocomplete li {
    padding: 5px 15px;
}

    .ui-autocomplete li:hover {
        background: #ddd;
        cursor: pointer;
    }

.flightScheduleField {
    float: left;
    padding: 35px 0;
}

.flightscheduleLeft .jqselect .jqTransformSelectWrapper {
    z-index: 99 !important;
}

.flightscheduleLeft .jqselect + .jqselect .jqTransformSelectWrapper {
    z-index: 98 !important;
}

.flightscheduleLeft .jqselect + .jqselect + .jqselect .jqTransformSelectWrapper {
    z-index: 97 !important;
}

#accordion li div {
    padding: 0px;
}

.sliderNav ul li.orange a.nonstop {
    background: none;
    padding: 0 10px 0 0;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    font-weight: normal;
}

    .sliderNav ul li.orange a.nonstop:hover {
        color: #edbf14 !important;
    }

.zoom-anim-dialog {
    z-index: 99999;
    border: 10px solid #0093d6;
}

.nonstopList {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.terminalList.nonstopList .terminalListLeft {
    float: right;
}

    .terminalList.nonstopList .terminalListLeft ul li a {
        padding: 0 50px;
    }

.routeBlock svg {
    margin: -80px 0 0 0;
}

.mfp-bg, .mfp-wrap {
    z-index: 999999 !important;
}

.small-dialogbg iframe {
    width: 100% !important;
    height: 410px !important;
}

.vendorapplication em {
    font-size: 14px;
    font-style: normal;
}

.vendorapplication textarea {
    width: 100%;
    height: 80px;
}

.vendorapplication select {
    width: 100%;
}

.vendorapplication samp {
    margin: 0 20px 0 0;
    float: left;
}

.vendorapplication {
    margin: 20px 0 0 0;
}

    .vendorapplication .button {
        border: none;
    }

    .vendorapplication fieldset {
        margin: 0 0 15px 0;
    }


/*.bookFlighttable{border:1px solid #c1c1c1; padding:30px 0 0 0;}
.flightstop{ display:inline-block; width:100%;}
.flightstops ul li{  position:relative; list-style:none; font-size:13px; padding:10px;}
.flightstops{ float:left;}
.flightstop1{ width:100px;}
.flightstop2{ width:80px;}
.flightstop3{ width:100px;}
.flightstop4{ width:100px;}
.flightstop5{ width:100px;}
.flightstop6{ width:158px;}
.flightstop7{ width:80px;}
.flightstop8{ width:160px;}
.flightstop9{ width:100px;}
.flightstop9{ width:100px;}
.flightstop10{ width:100px;}
.flightstop:nth-child(even){ background:#f1f1f1  ;}
.flightstop1 ul li:first-child:before{content: "Departs"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444; left:0;right:0;}
.flightstop2 ul li:first-child:before{content: "Origin"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop3 ul li:first-child:before{content: "Arrives"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop4 ul li:first-child:before{content: "Destination"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop5 ul li:first-child:before{content: "Flight #"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop6 ul li:first-child:before{content: "Airline"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop7 ul li:first-child:before{content: "Aircraft"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop10 ul li:first-child:before{content: "Stops"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0; right:0;}
.flightstop8 ul li:first-child:before{content: "Total Flight Time"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0;right:0;}
.flightstop9 ul li:first-child:before{content: "Details"; position:absolute; font-weight:bold; color:#444444; position:absolute; top:-30px; font-size:13px; line-height:30px; padding:0 10px; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f2f2 0%, #ececec 50%, #e4e4e4 100%) repeat scroll 0 0; color:#444444;left:0; right:0;}

.flightstop+.flightstop .flightstops ul li:first-child:before{ content:normal;}*/



.text-danger.field-validation-error > span {
    color: #ff0000 !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}


.shareIcon span {
    float: left;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #343741;
    font-weight: normal;
    line-height: 26px;
}

.shareIcon ul {
    float: left;
}

    .shareIcon ul li {
        float: left;
        list-style: none;
    }

        .shareIcon ul li a {
            background: url("../images/share_01.png") no-repeat scroll 0 0px;
            margin: 0 10px 0 0;
        }

        .shareIcon ul li.faceIcon a {
            width: 77px;
            height: 26px;
            display: block;
            background-position: 0 0;
        }

            .shareIcon ul li.faceIcon a:hover {
                background-position: 0 -25px;
            }

        .shareIcon ul li.twitterIcon a {
            width: 58px;
            height: 26px;
            display: block;
            background-position: -86px 0;
        }

            .shareIcon ul li.twitterIcon a:hover {
                background-position: -86px -25px;
            }

        .shareIcon ul li.googleIcon a {
            width: 68px;
            height: 26px;
            display: block;
            background-position: -153px 0;
        }

            .shareIcon ul li.googleIcon a:hover {
                background-position: -153px -25px;
            }

        .shareIcon ul li.linkdn a {
            width: 68px;
            height: 26px;
            display: block;
            background-position: -230px 0;
        }

            .shareIcon ul li.linkdn a:hover {
                background-position: -230px -25px;
            }


.latestnewsSlider {
    position: absolute;
    bottom: 0;
    background: #474a53;
    left: 0;
    right: 0;
    line-height: 47px;
    height: 47px;
}

    .latestnewsSlider h3 {
        background: url(../images/latest_new_strip.png) no-repeat 0 center;
        line-height: 47px !important;
        padding: 0 36px;
        font-size: 20px !important;
        text-transform: uppercase;
        color: #fff;
        float: left;
    }

.latestnewsCon {
    padding: 0 0 0 15px;
    float: left;
    font-size: 16px;
    color: #fff;
    width: 70%;
    position: relative;
}

    .latestnewsCon a, .latestnewsCon a p {
        line-height: 47px !important;
        font-size: 16px;
        color: #fff;
    }

    .latestnewsCon.owl-carousel .owl-item .item {
        border-right: 0px !important;
    }

.carousel-indicators {
    bottom: 70px !important;
}

.latestnewsCon .owl-prev {
    position: absolute;
    top: 16px;
    right: -20px;
    background: url(../images/latest_new_prev.png) no-repeat 0 center;
    width: 9px;
    height: 16px;
    display: block;
    font-size: 0px;
}

.latestnewsCon .owl-next {
    position: absolute;
    top: 16px;
    right: -40px;
    background: url(../images/latest_new_next.png) no-repeat 0 center;
    width: 9px;
    height: 16px;
    display: block;
    font-size: 0px;
}

.sliderNav ul li.yellow a.nonstop {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
}

    .sliderNav ul li.yellow a.nonstop:hover {
        color: #f26722 !important;
    }

.sliderNav ul li.yellow h5 {
    color: #fff;
    margin: 0 0 10px 0;
}

.yellow .blueInput {
    background: #d0a70d;
}

    .yellow .blueInput input.goButton {
        color: #d0a70d;
    }


.commentsBox {
    background: #f2f2f2;
    padding: 20px;
    margin: 20px 0 40px;
    font-size: 16px;
    line-height: 26px;
}

    .commentsBox p {
        padding: 0 0 10px;
    }

    .commentsBox .blogPost {
        border-top: 1px solid #ccc;
        padding: 10px 0;
        font-size: 14px;
    }

        .commentsBox .blogPost:first-child {
            border: 0 none;
            padding-top: 0;
        }

    .commentsBox .name {
        color: #0093d6;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

.fields {
    width: 100%;
    display: table;
}

    .fields input, .fields select, .fields textarea {
        border: 1px solid #d8d8d8;
        width: 530px;
        height: 48px;
        padding: 0 5px 0 15px;
        margin: 0 0 12px;
        color: #888;
        font-size: 15px;
        line-height: 48px;
        display: inline-block;
        background: #fbfbfb;
    }

.commentForm {
    width: 100%;
    display: table;
    padding: 0 0 30px;
}

.error, .success {
    color: #ff0000 !important;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin: -5px 0 10px;
    -moz-animation: cssAnimation 0s ease-in 10s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 10s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 10s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}


.commentForm .fields {
    display: block;
}

    .commentForm .fields:first-child, .commentForm .fields:nth-child(2) {
        float: left;
        display: block;
        width: 290px;
        min-height: 70px;
    }

    .commentForm .fields:first-child {
        margin-right: 20px;
    }

    .commentForm .fields input {
        width: 285px;
        margin: 0 0 5px;
    }

    .commentForm .fields textarea {
        width: 595px;
        height: 130px;
        margin-bottom: 10px;
        line-height: 24px;
        padding-top: 10px;
    }

    .commentForm .fields input::-webkit-input-placeholder {
        color: #888;
    }

    .commentForm .fields input:-moz-placeholder { /* Firefox 18- */
        color: #888;
    }

    .commentForm .fields input::-moz-placeholder { /* Firefox 19+ */
        color: #888;
    }

    .commentForm .fields input:-ms-input-placeholder {
        color: #888;
    }

    .commentForm .fields input::-ms-input-placeholder {
        color: #888;
    }

    .commentForm .fields textarea::-webkit-input-placeholder {
        color: #888;
    }

    .commentForm .fields textarea:-moz-placeholder { /* Firefox 18- */
        color: #888;
    }

    .commentForm .fields textarea::-moz-placeholder { /* Firefox 19+ */
        color: #888;
    }

    .commentForm .fields textarea:-ms-input-placeholder {
        color: #888;
    }

    .commentForm .fields textarea::-ms-input-placeholder {
        color: #888;
    }

.fields input[type=submit], .fields input[type=button], .fields input[type=reset] {
    width: auto !important;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: montserratregular;
    background: #56565a;
    padding: 0 25px !important;
    line-height: 40px;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}

.commentForm .fields input[type=submit], .commentForm .fields input[type=button], .commentForm .fields input[type=reset] {
    margin-top: 10px;
}

.fields input[type=submit]:hover, .fields input[type=button]:hover, .fields input[type=reset]:hover {
    background: #0093d6;
}

.shareIcon {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
}

    .shareIcon ul {
        margin-bottom: 10px !important;
    }

.successlbl {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #fff !important;
    background: rgba(70,218,50,0.9);
    /*padding: 20px 0;*/
    border: 1px solid #117609;
    z-index: 999999;
    -moz-animation: cssAnimation 0s ease-in 10s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 10s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 10s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
 .successlbl p {
        padding: 10px 0 !important;
        color: #fff !important;
        font-size:16px !important;
        font-weight:bold !important;
    }

.footerContact{ background:#fff; padding:15px 0; border-bottom:solid 1px #ccc; }
.footerContact .address{ float:left; color: #343741;     font-size: 14px; line-height:23px; padding:0 0 0 40px; position:relative;}
.footerContact .address:before{ content:""; position:absolute; background: #fff url(../images/addressIcon.png) repeat 0 0; width:25px; height:37px; left:0px; top:5px;}    
.footerContact a{ float:right; color: #343741; font-size:18px; line-height:40px; position:relative; padding:0 0 0 40px;}
.footerContact a:before{ content:""; position:absolute; background: #fff url(../images/mailIcon.png) repeat 0 0; width:25px; height:22px; left:0px; top:10px;}
.footerContact a:hover{color: #0093d6;}


a{ text-decoration:none;}


.fleft{ float:left;}
.fright{ float:right;}
.clear{ clear:both;}
/****Heading Style***/
h1{ font-size:42px !important; line-height:42px !important; }
h2{ font-size:36px !important; line-height:36px !important;}
h3{ font-size:28px !important; line-height:28px !important;}
h4{ font-size:24px !important; line-height:24px !important;}
h5{ font-size:20px !important; line-height:20px !important;}
h6{ font-size:16px !important; line-height:16px !important;}
h1,h2,h3,h4,h5,h6{ margin:0 0 15px 0; font-weight:bold;}

p{ font-size:14px; line-height:20px; padding:0 0 15px 0;}

.innermidBlock table {
    width:100%;
}
.innermidBlock td {
    padding:4px !important;
}
.table_head {background:#0093d6; color:#fff; padding:15px 10px;}


/****List Style***/

ul li{ font-size:14px; line-height:24px;}
.bullet li{ list-style:none;}
.bullet li:before{content:"• "; color:#ff0000; padding:0 5px 0 0;}

.uroman li{list-style-type:upper-roman;}
.lroman li{list-style-type:lower-roman;}
.circle li{list-style-type:circle;}
.disc li{list-style-type:disc;}
.decimal li{list-style-type:decimal;}
.square li{list-style-type:square;}
.lalpha li{list-style-type:lower-alpha;}
.ualpha li{list-style-type:upper-alpha;}

/****Column Style***/
/*.container_12{ margin:0px auto; width:960px; clear:both;box-sizing: border-box;}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{ margin:0 10px; float:left;}
.grid_12{ width:940px;}
.grid_6{ width:460px; }
.grid_4{ width:300px;}
.grid_3{ width:220px;}
.grid_1{ width:60px;}
.grid_2{ width:140px;}
.grid_5{ width:380px;}
.grid_7{ width:540px;}
.grid_8{ width:620px;}
.grid_9{ width:700px;}
.grid_10{ width:780px;}
.grid_11{ width:860px;}
.container_12::before, .container_12::after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.container_12::after {
    clear: both;
}
*/


.gridcontainer{ width:100%; display:inline-block; margin:0px auto;}
.container_12{ margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; width:940px;}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
}


.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
	float: left
}
.grid_12 {
	width: 100%
}
.grid_11 {
	width: 91.66666667%
}
.grid_10{
	width: 83.33333333%
}
.grid_9 {
	width: 75%
}
.grid_8{
	width: 66.66666667%
}
.grid_7 {
	width: 58.33333333%
}
.grid_6 {
	width: 50%
}
.grid_5 {
	width: 41.66666667%
}
.grid_4 {
	width: 33.33333333%
}
.grid_3 {
	width: 25%
}
.grid_2 {
	width: 16.66666667%
}
.grid_1 {
	width: 8.33333333%
}

.button { font-size:13px; line-height:20px; padding:0 10px; border-radius:4px; display:inline-block; color:#fff !important; margin:0 0 20px 0; font-weight:bold;}
.button_yellow{ background:#edbf14 ;}
.button_yellow:hover{ background:#cf950b;}
.ms_button { padding:0 20px; line-height:28px; font-size:15px;}
.lg_button { padding:0 30px; line-height:36px; font-size:20px;}
.button_blue{background:#0093d6  ;}
.button_orange{ background:#f26722 ;}
.button_orange:hover{ background:#b1430c ;}
.button_blue:hover{background:#087db2  ;}
.button:hover {
    color:#fff !important;
}
.blueCon{color:#0093d6  ;}
.orangeCon{color:#f26722  ;}
.yellowCon{color:#edbf14  ;}


hr.line{ background:#333; border:0px; height:1px;}
hr.gradientline{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f2f2f2+20,555555+53,f2f2f2+86,fcfcfc+99 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(left,  #fcfcfc 0%, #f2f2f2 20%, #555555 53%, #f2f2f2 86%, #fcfcfc 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfcfc), color-stop(20%,#f2f2f2), color-stop(53%,#555555), color-stop(86%,#f2f2f2), color-stop(99%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fcfcfc 0%,#f2f2f2 20%,#555555 53%,#f2f2f2 86%,#fcfcfc 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fcfcfc 0%,#f2f2f2 20%,#555555 53%,#f2f2f2 86%,#fcfcfc 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fcfcfc 0%,#f2f2f2 20%,#555555 53%,#f2f2f2 86%,#fcfcfc 99%); /* IE10+ */
background: linear-gradient(to right,  #fcfcfc 0%,#f2f2f2 20%,#555555 53%,#f2f2f2 86%,#fcfcfc 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
; border:0px; height:1px; width:100%}
hr.dottedline{ border-style: none none dashed; border-width: 0 0 1px;}

.alignLeft{ text-align:left;}
.alignRight{ text-align:right;}
.alignCenter{ text-align:center;}


.heightlight{ background:#0093d6; color:#fff !important; padding:0 10px;}

.nobullet{ list-style:none;}

p samp{ display:block;font-family: 'Raleway', sans-serif;}
samp {
    display:block;font-family: 'Raleway', sans-serif;
}

@media only screen and (min-width:320px) and (max-width:559px) {
	
	.grid_12 {
	width: 100%
}
.grid_11 {
	width:100%
}
.grid_10{
	width: 100%
}
.grid_9 {
	width: 100%
}
.grid_8{
	width: 100%
}
.grid_7 {
	width: 100%
}
.grid_6 {
	width: 100%
}
.grid_5 {
	width: 100%
}
.grid_4 {
	width:100%
}
.grid_3 {
	width:100%
}
.grid_2 {
	width: 100%
}
.grid_1 {
	width: 100%
}
}
 @media only screen and (min-width:1024px) and (max-width:1280px) {
.sliderContent {
	width: 310px;
	left: 28%;
}
.sliderContent_1 {
	right: 10%;
}
}
@media only screen and (max-width:980px) {
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.pagewrapper {
	width: 740px;
}
.logo {
	width: 160px;
}
.logo img {
	width: 100%;
}
.mainNav {
	margin: 8px 0 0 0;
}
.mainNav ul li a {
	padding: 0 8px;
	font-size: 13px;
	margin: 0px;
}
.sliderContent {
	width: 400px;
	top: 175px;
	left: 29%;
}
.sliderContent_1 {
	right: 2%;
	top: 135px;
}
.sliderLeft {
	width: 270px;
}
.sliderNav ul li {
	padding: 0 10px 0 20px;
}
.sliderRight {
	width: 440px;
	padding: 45px 20px 20px 30px;
}
.sliderRight h2 {
	font-size: 34px;
	line-height: 34px;
}
.sliderRight p {
	font-size: 18px;
	line-height: 18px;
}
.emailRight input {
	padding: 0 110px 0 10px;
	width: 240px;
}
.emailRight input.subscribe {
	padding: 0 10px;
}
.emailRight img {
	margin: 0 10px 0 0;
}
.emailLeft h3 {
	font-size: 17px !important;
}
.footer em {
	float: none;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.footer .socialIcon {
	margin: 0 0 0 60px;
}
.innermidBlock .innerRight {
	width: 460px;
}
.innermidBlock .innerLeft {
	width: 250px;
}
.innerNavigation ul li {
	padding: 0 10px;
}
.innerNavigation ul li a {
	font-size: 14px;
	line-height: 24px;
}
.sliderNav ul li a {
	padding: 0 0 0 40px;
}
.sliderNav ul li {
	padding: 0 10px;
}
.parkingCon ul li a {
	width: 110px;
	font-size: 12px;
}
.parkingCon ul li + li a {
	margin: 0 0 0 5px;
}
.flightairTimeLeft ul li {
	padding: 0 20px 0 10px;
}
.flightairTimeLeft span em {
	font-size: 15px;
}
.flightairNumber span {
	margin: 0 30px 0 0;
}
.airLinesBlock .airLinesLeft {
	padding: 20px 10px;
	width: 220px;
}
.airLinesBlock .airLinesRight {
	width: 500px;
}
.airLineTimeConBlock .airLineTimeList ul li a {
	font-size: 12px;
	padding: 0 0 0 15px;
}
.airLineContentList ul li {
	font-size: 11px;
}
.airLinesubCon .airLinesubHead {
	width: 110px;
	margin: 0px;
}
.airLinesubCon {
	width: 335px;
}
.airLineContentList ul li .airLineConImg {
	width: 50px;
	margin: 0 10px 0 0;
}
/*.sticky .logo{ width:150px; margin:22px 0 0 0;}*/
.flightSearch .flightLeft input {
	width: 295px;
}
.flightSearch .flightLeft {
	width: 450px;
}
.flightSearch .flightLeft label {
	padding: 0;
}
.flightSearch .flightRight {
	margin: 30px 10px 0 0;
	width: 235px;
}
.refineRight {
	width: 125px;
}
.jqselect {
	width: 130px;
	margin: 8px 0 0 15px;
}
.refineLeft input {
	margin: 8px 0 0 15px;
}
.refineLeft select {
	width: 130px;
}
.refineLeft label {
	line-height: 52px;
	padding: 0 0 10px 0;
}
.memLeft {
	width: 195px;
	height: 60px;
}
.memLeft h4 {
	padding: 8px 0 0 8px;
}
#timer {
	margin: -25px 0 0 47px;
}
#play {
	margin: -10px 0 0 66px;
}
.memRight {
	width: 545px;
}
.memRight ul li {
	font-size: 48px;
	line-height: 60px;
	height: 60px;
	width: 48px;
	background: url("../images/flip_back.png") no-repeat scroll 0 center;
	background-size: 100% auto;
}
.memRight ul li::after {
	width: 75%;
	left: 6px;
}
.innerHeader .mainNav {
	margin: 21px 0 0;
}
.mainNav ul li:last-child .subNav {
	left: -120px;
}
.mainNav ul li:last-child .subNav::before {
	background: rgba(0, 0, 0, 0) url("../images/nav_hover.png") no-repeat scroll center top;
	left: 190px;
}
.mainNav ul li:last-child .subNav {
	left: -120px;
}
.mainNav ul li:last-child .subNav::before {
	background: rgba(0, 0, 0, 0) url("../images/nav_hover.png") no-repeat scroll center top;
	left: 190px;
}
.mainNav ul li:last-child ul li ul.subNav {
	display: none;
	top: 0px !important;
	left: -220px;
}
.mainNav ul li ul li ul.subNav {
	display: none;
	top: 0px !important;
	left: -220px;
}
h1 {
	font-size: 38px;
}
svg {
	width: 100%;
	height: auto;
}
.innermidBlock {
	margin: 110px 0 40px 0;
}
.innerNavigation ul li.active a::after, .innerNavigation ul li a:hover::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #0093d6;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: " ";
	height: 0;
	position: absolute;
	right: -30px;
	top: 18px;
	width: 0;
}
.flightdetailBlock .flightdetailLeft {
	width: 400px;
}
.newsBlock ul li .newsImg {
	margin: 0px auto 20px;
	float: none;
	width: 100%;
	height: auto;
}
.newsContent {
	width: 100%;
	display: inline-block;
}
.header .rightHeader {
	width: 525px;
}
.memCon img {
	top: 6px;
}
.memLeft h4 {
	font-size: 17px;
	line-height: 17px !important;
}
.grid_4 {
	width: 50%;
}
.diningBlock .diningLeft {
	width: 180px;
	height: 180px;
}
.diningBlock .diningRight {
	width: 260px;
}
.emailRight {
	width: 160px;
}
.flightSearch select {
	width: 135px;
	font-size: 14px;
}
.flightSearch samp {
	width: 169px;
}
.flightSearch input {
	width: 169px;
}
.flightSearch .flightDate {
	margin: 0 8px;
	width: 138px;
	background: rgba(102, 190, 230, 0.4) url("../images/date_icon.png") no-repeat scroll 11px center;
	padding: 0 0 0 38px;
}
.refineRight {
	width: 120px;
	margin: 14px 0 0 20px;
}
.flightscheduleLeft .jqselect {
	width: 165px;
}
.flightscheduleLeft .jqselect .jqTransformSelectWrapper {
	width: 175px !important;
}
.refineRight.flightscheduleRight {
	margin: 12px 0 0 10px;
	text-align: right;
	width: 84px;
}
.memCon {
	padding: 7px 0 0 0;
}
.memLeft h4 span {
	font-size: 15px;
}
.memLeft h4 {
	font-size: 17px !important;
	line-height: 17px !important;
}
.latestnewsCon a p {
	font-size: 14px;
	line-height: 20px !important;
	padding: 5px 0;
}
.latestnewsCon a {
	font-size: 14px;
	line-height: 20px !important;
}
.latestnewsCon {
	width: 65%;
}
.commentForm .fields:first-child, .commentForm .fields:nth-child(2) {
	width: 220px;
}
.commentForm .fields input {
	width: 215px;
}
.commentForm .fields textarea {
	width: 455px;
}
}
@media (max-width:767px) {
table.responsive {
	width: 100%;
	min-width: 300px;
}
/* Force table to not be like tables anymore */
table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
table.responsive th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.responsive tr {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
table.responsive tr:nth-of-type(even) {
	background-color: #f2f2f2;
}
.bookFlighttable table.responsive td { /* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 40% !important;
}
table.responsive td:before { /* Now like a table header */
	position: absolute; /* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 60%;
	padding-right: 10px;
	white-space: nowrap;
}
.dataTable tr td a {
	position: relative;
	z-index: 999;
}
#example_paginate {
	width: 100%;
	float: none;
	text-align: center;
}
#example_info {
	width: 95%;
	float: none;
	text-align: center;
}
.bookFlighttable table thead {
	display: none !important;
}
.routeBlock svg {
	margin: -60px 0 0 0;
}
}
 @media only screen and (min-width:560px) and (max-width:767px) {
.pagewrapper {
	width: 480px;
}
.mainNav {
	display: none;
}
.menu-button {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}
.rightHeader .searchBlock {
	display: none;
}
.logo {
	float: none;
	text-align: center;
	margin: 5px 0 0 0;
}
.header .pagewrapper {
	position: relative;
}
.carousel {
	margin: 300px 0 0 0;
}
.sliderContent {
	display: block;
	width: 300px;
	top: -165px;
	position: absolute;
	z-index: 99;
	left: 50%;
}
.sliderLeft {
	width: 300px;
}
.formField {
	margin: 0 0 5px;
}
.orangeBlock {
	padding: 5px 0 0;
}
.sliderNav ul li a {
	line-height: 44px;
}
.emailRight input.subscribe {
	right: 71px;
	top: 2px;
}
.emailRight {
	text-align: center;
	display: inline-block;
	width: 100%;
	float: none;
}
.emailLeft h3 {
	line-height: 30px !important;
}
.emailLeft {
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
	float: none;
}
.emailBlock {
	line-height: 30px;
	padding: 10px 0;
}
.footer .socialIcon {
	float: none;
	display: inline-block;
	margin: 10px 0;
}
.footer {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0 0 15px 0;
}
.footer .socialIcon span {
	line-height: 30px;
}
.footer .socialIcon ul {
	margin: 5px 0 0 0;
}
.navigation ul li a {
	line-height: 30px;
}
.footer em {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.innermidBlock {
	padding: 10px 0 0 0;
}
.innermidBlock .innerLeft {
	margin: 0px auto;
	padding: 10px 0 0 0;
	float: none;
}
.innermidBlock .innerRight {
	float: none;
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
.parkingmap h2 {
	font-size: 21px;
}
.parkingCon ul li a {
	width: 116px;
	font-size: 12px;
}
.parkingCon ul li + li a {
	margin: 0 0 0 5px;
}
.header {
	height: 120px;
}
.innermidBlock {
	margin: 0px 0 40px;
}
#mobile-menu .mobile-menu li a {
	font-size: 13px;
	font-weight: bold;
}
#mobile-menu .mobile-menu li ul li a {
	font-weight: normal;
}
.memImg {
	margin: 20px 0 55px 0;
	position: relative;
	top: 40px;
}
.sliderRight {
	width: 500px;
}
.sliderContent_1 {
	left: 50%;
	position: absolute;
	top: 120px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 500px;
	z-index: 99;
}
.sliderRight h2, .sliderRight h2 span {
	font-size: 28px !important;
	line-height: 28px !important;
}
.sliderRight p {
	font-size: 16px;
	line-height: 24px;
}
.sliderRight a {
	font-size: 18px;
}
/*.sticky .logo img{ width:auto;}*/
/*.sticky .logo{ width:100%;}*/
.flightSearch .flightLeft {
	float: left;
	width: 100%;
}
.flightSearch .flightLeft input {
	width: 290px;
}
.flightSearch .flightRight {
	float: left;
	width: 100%;
	margin: 0px;
}
.flightSearch .flightRight em {
	text-align: left;
}
.flightSearch {
	padding: 15px 20px;
}
.flightSearch .flightLeft label {
	padding: 0;
	line-height: 50px;
}
.flightSearch .flightLeft input {
	margin: 5px 0 0 10px;
}
.refineBlock {
	background: none;
	margin: 10px 0;
}
.jqselect {
	width: 140px;
	margin: 18px 0 0 5px;
}
.refineLeft input {
	margin: 18px 0 0 5px;
}
.refineRight {
	width: 150px;
}
.memLeft {
	float: none;
	margin: 0px auto 15px;
}
.memRight {
	float: none;
	margin: 0px auto;
	width: 480px;
}
.memRight ul li::after {
	width: 78%;
	height: 4px;
	left: 5px;
}
.memRight ul li {
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	width: 42px;
	background: rgba(0, 0, 0, 0) url("../images/flip_back.png") no-repeat scroll 0 center / 42px auto;
}
svg {
	width: 100%;
	height: auto;
}
.grid_4 {
	width: 100% !important;
}
.terminalList .terminalListRight select {
	width: 165px;
}
.terminalList .terminalListLeft ul li a {
	font-size: 13px;
	margin: 0 4px 0 0;
	padding: 0 8px;
	line-height: 34px;
}
h1 {
	font-size: 28px !important;
	line-height: 32px !important;
}
h2 {
	font-size: 26px !important;
	line-height: 28px !important;
}
h3 {
	font-size: 22px !important;
	line-height: 24px !important;
}
h4 {
	font-size: 18px !important;
	line-height: 20px !important;
}
h5 {
	font-size: 16px !important;
	line-height: 18px !important;
}
h6 {
	font-size: 14px !important;
	line-height: 14px !important;
}
.innermidBlock {
	margin: 120px 0 40px 0;
}
.flightdetailBlock .flightdetailRight {
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
	display: inline-block;
}
.flightdetailImg {
	float: left;
}
.flightdetailRight a {
	float: right;
}
.flightdetailBlock .flightdetailLeft ul li {
	float: none;
	width: 100%;
}
.newsBlock ul li .newsImg {
	margin: 0px auto 20px;
	float: none;
	width: 100%;
	height: auto;
}
.newsContent {
	width: 100%;
	display: inline-block;
}
.innermidBlock .innerRight ul {
	margin: 0 0 20px 0;
}
.holder {
	float: none;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}
.latestBlock h5 {
	line-height: 35px !important;
}
.archiveCon h6 {
	line-height: 30px !important;
}
.header .rightHeader {
	width: auto;
}
.carousel-control.right {
	right: 35px;
}
.left.carousel-control {
	left: 20px;
}
.diningBlock .diningLeft {
	width: 200px;
	height: 200px;
	margin: 0px auto 15px;
	float: none;
}
.diningBlock .diningRight {
	width: 100%;
	float: none;
	text-align: center;
}
.emailRight img {
	top: 13px;
	margin: 0 0 0 80px;
}
.flightScheduleField {
	padding: 10px 0;
}
.ui-autocomplete {
	top: 305px;
}
.flightscheduleLeft .jqselect {
	width: 182px;
}
.flightscheduleLeft .jqselect .jqTransformSelectWrapper {
	width: 183px !important;
}
.flightScheduletable {
	width: 100%;
	display: flex;
	overflow-x: scroll;
}
.returnFlightRight {
	float: left;
	margin: 20px 0;
}
.emailRight input {
	padding: 0 135px 0 20px;
}
.routeBlock svg {
	margin: -30px 0 0 0;
}
.terminalList .terminalListRight {
	float: left;
}
.latestnewsSlider {
	height: auto;
}
.latestnewsSlider h3 {
	font-size: 20px !important;
	float: none;
	text-align: center;
	background: none;
	margin: 5px 0;
}
.latestnewsCon {
	font-size: 14px;
	padding: 0 0 0 5px;
	width: 100%;
}
.latestnewsCon a p, .latestnewsCon a {
	font-size: 14px;
	line-height: 15px !important;
}
.latestnewsCon .owl-prev {
	left: 0;
	top: -23px;
}
.latestnewsCon .owl-next {
	right: 0;
	top: -23px;
}
.carousel-indicators {
	bottom: 140px !important;
}
.commentForm .fields:first-child, .commentForm .fields:nth-child(2) {
	width: 100%;
}
.commentForm .fields:first-child {
	margin-right: 0;
}
.commentForm .fields input {
	width: 475px;
}
.commentForm .fields textarea {
	width: 475px;
}
}
 @media only screen and (min-width:320px) and (max-width:559px) {
	 .footerContact .address{ width:100%; text-align:center; padding:0 0 5px 0; margin:0px;}
	 .footerContact .address:before, .footerContact a:before{ display:none;}
	 .footerContact a{ float:left; width:100%; text-align:center; padding:0px; margin:0px;}
	 
	 
.innerLeft .innerNavigation {
	display: none;
}
.innerLeft .sliderNav {
	display: none;
}
.innerRight {
	margin: 0px;
}
.pagewrapper {
	width: 300px;
}
.mainNav {
	display: none;
}
.menu-button {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}
.rightHeader .searchBlock {
	display: none;
}
.logo {
	float: none;
	text-align: center;
	width: 170px;
	margin: 5px auto 0;
}
.header {
	height: 100px;
}
.logo img {
	width: 100%;
}
.header .pagewrapper {
	position: relative;
}
.carousel {
	margin: 270px 0 0 0;
}
.sliderContent {
	display: block;
	width: 300px;
	top: -160px;
	position: absolute;
	z-index: 99;
	left: 50%;
}
.sliderLeft {
	width: 300px;
}
.formField {
	margin: 0 0 5px;
}
.orangeBlock {
	padding: 5px 0 0;
}
.sliderNav ul li a {
	line-height: 44px;
}
.emailRight input.subscribe {
	right: 23px;
	top: 2px;
	padding: 0 10px;
	font-size: 14px;
}
.emailRight {
	text-align: center;
	display: inline-block;
	width: 100%;
	float: none;
}
.emailLeft h3 {
	line-height: 30px !important;
}
.emailLeft {
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
	float: none;
}
.emailRight input {
	width: 220px;
	font-size: 14px;
	padding: 0 100px 0 20px;
}
.emailRight img {
	margin: 0 13px 0 0;
	top: 13px;
	left: 60px;
}
.emailRight a {
	display: inline-block;
}
.emailBlock {
	line-height: 30px;
	padding: 10px 0;
}
.footer .socialIcon {
	float: none;
	display: inline-block;
	margin: 10px 0 0 0;
}
.footer {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0 0 15px 0;
}
.footer .socialIcon span {
	line-height: 30px;
}
.footer .socialIcon ul {
	margin: 5px 0 0 0;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
.navigation ul li a {
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
}
.navigation {
	width: 100%;
	display: inline-block;
	margin: 0px;
	text-align: center;
}
.footer em {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.navigation ul li:first-child a {
	padding: 0 10px 0 20px;
}
.innermidBlock .innerLeft {
	margin: 0px auto;
	padding: 10px 0 0 0;
	float: none;
	width: 290px;
}
.innermidBlock .innerRight {
	float: none;
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
h1 {
	font-size: 34px;
}
.economytable table tr th, .economytable table tr td {
	line-height: 18px;
	padding: 5px 0 5px 10px;
}
.parkingmap h2 {
	padding: 10px 20px;
	line-height: 24px;
}
.innermidBlock {
	margin: 0px 0 40px;
	padding: 10px 0 0 0;
}
#mobile-menu .mobile-menu li a {
	font-size: 13px;
	font-weight: bold;
}
#mobile-menu .mobile-menu li ul li a {
	font-weight: normal;
}
.memImg {
	margin: 20px 0 55px 0;
	position: relative;
	top: 40px;
}
.sliderRight {
	width: 250px;
	padding: 20px 20px 10px 20px;
}
.sliderContent_1 {
	left: 50%;
	position: absolute;
	top: inherit;
	bottom: 180px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 250px;
	z-index: 99;
}
.sliderRight h2, .sliderRight h2 span {
	font-size: 18px !important;
	line-height: 28px !important;
}
.sliderRight p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px 0;
}
.sliderRight a {
	font-size: 16px;
}
/*.sticky .logo img{ width:100%;}
.sticky{ height:85px;}
.sticky .logo{ width:170px; margin:0px auto;}*/
.formField .formLeft, .formField .formRight {
	width: 115px;
}
.formField .formLeft input {
	width: 115px;
}
.formField .formRight input {
	width: 115px;
}
.flightSearch .flightLeft {
	float: left;
	width: 100%;
}
.flightSearch .flightLeft label {
	font-size: 14px;
	padding: 0px;
	line-height: 50px;
}
.flightSearch .flightLeft input {
	width: 165px;
	font-size: 12px;
	margin: 5px 0 0 10px;
}
.flightSearch {
	padding: 10px;
}
.flightSearch .flightRight {
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.flightSearch .flightRight em {
	text-align: left;
}
.refineBlock .refineLeft {
	width: 100%;
	float: left;
	text-align: center;
}
.refineBlock {
	background: none;
}
.refineLeft label {
	float: none;
	line-height: 36px;
}
.jqselect {
	float: none;
	margin: 10px 0 0 0;
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	display: inline-block;
}
.jqTransformSelectWrapper {
	width: 100% !important;
}
.refineLeft input {
	float: none;
	margin: 10px 0 0 0;
}
.refineRight {
	float: left;
	width: 100%;
	text-align: center;
}
.refineLeft select {
	margin: 0px auto;
	width: 150px;
}
.refineLeft input {
	width: 150px;
}
.memLeft {
	float: none;
	margin: 0px auto 15px;
}
.memRight {
	float: none;
	margin: 0px auto;
	width: 300px;
}
.memRight ul li::after {
	width: 81%;
	height: 3px;
	left: 4px;
}
.memRight ul li {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	width: 25px;
	background: rgba(0, 0, 0, 0) url("../images/flip_back.png") no-repeat scroll 0 center / 25px auto;
}
#timer {
	left: inherit;
	right: 0;
}
#timer {
	margin: -25px 0 0 0px;
	width: auto;
	height: auto;
}
#play {
	margin: -10px 0 0 76px;
}
.routeBlock {
	display: none;
	margin: 0 0 20px 0;
}
.usaMobile {
	display: block;
}
svg {
	width: 100%;
	height: 350px;
}
.terminalList .terminalListLeft ul li a {
	font-size: 12px;
	margin: 0 7px 0 0;
	padding: 0 8px;
	line-height: 34px;
}
.grid_4 {
	width: 100% !important;
}
.terminalList .terminalListRight select {
	margin: 15px 0 0 0;
}
h1 {
	font-size: 28px !important;
	line-height: 32px;
}
h2 {
	font-size: 26px !important;
	line-height: 28px;
}
h3 {
	font-size: 22px !important;
	line-height: 24px;
}
h4 {
	font-size: 18px !important;
	line-height: 20px;
}
h5 {
	font-size: 16px !important;
	line-height: 18px;
}
h6 {
	font-size: 14px !important;
	line-height: 14px;
}
#accordion h6 {
	line-height: 24px;
}
.innermidBlock {
	margin: 100px 0 40px 0;
}
.flightdetailBlock .flightdetailRight {
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
	display: inline-block;
}
.flightdetailImg {
	float: left;
}
.flightdetailRight a {
	float: right;
}
.flightdetailBlock .flightdetailLeft ul li {
	float: none;
	width: 100%;
}
.newsBlock ul li .newsImg {
	margin: 0px auto 20px;
	float: none;
	width: 100%;
	height: auto;
}
.newsContent {
	width: 100%;
	display: inline-block;
}
.innermidBlock .innerRight ul {
	margin: 0 0 20px 0;
}
.holder a {
	font-size: 12px;
	line-height: 18px;
	margin: 0 3px;
	padding: 0 5px;
}
.header .rightHeader {
	width: auto;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 36px;
}
.filterBlock .filterRight {
	float: left;
	margin: 10px 0 0 0;
}
.carousel-control.right {
	right: 15px;
}
.left.carousel-control {
	left: 10px;
}
.blueInput input.goButton {
	right: 0;
}
.diningBlock .diningLeft {
	width: 100%;
	height: auto;
	float: none;
}
.diningBlock .diningRight {
	width: 100%;
	float: none;
	text-align: center;
}
.flightSearch input {
	width: 185px;
}
.flightScheduleField {
	padding: 10px 0;
}
.ui-autocomplete {
	top: 280px;
}
table.responsive {
	width: 300px !important;
}
.flightScheduletable {
	width: 100%;
	display: flex;
	overflow-x: scroll;
}
.returnFlight .returnFlightLeft h5 {
	line-height: 22px;
}
.returnFlightRight {
	float: left;
	margin: 20px 0;
}
.flightScheduleField span {
	width: 70px;
	display: inline-block;
}
.flightSearch samp {
	width: 185px;
}
.nonstopList {
	float: left;
	display: inline-block;
	width: 100%;
}
.terminalList.nonstopList .terminalListLeft {
	float: left;
}
.terminalList .terminalListRight {
	float: left;
}
.innermidBlock .innerRight .newsBlock ul#itemContainer {
	margin: 0 0 20px 0 !important;
}
.innermidBlock .innerRight .shareIcon ul {
	margin: 0 0 10px 0px !important;
}
.innermidBlock .innerRight .shareIcon ul li a {
	margin: 0 7px 0 0;
}
.latestnewsSlider {
	height: auto;
}
.latestnewsSlider h3 {
	font-size: 18px !important;
	float: none;
	text-align: center;
	background: none;
	margin: 5px 0;
}
.latestnewsCon {
	font-size: 14px;
	padding: 0 0 0 5px;
	width: 100%;
}
.latestnewsCon a p, .latestnewsCon a {
	font-size: 14px;
	line-height: 15px !important;
}
.latestnewsCon .owl-prev {
	left: 0;
	top: -35px;
}
.latestnewsCon .owl-next {
	right: 0;
	top: -35px;
}
.carousel-indicators {
	bottom: 140px !important;
}
.commentForm .fields:first-child, .commentForm .fields:nth-child(2) {
	width: 100%;
}
.commentForm .fields:first-child {
	margin-right: 0;
}
.commentForm .fields input {
	width: 295px;
}
.commentForm .fields textarea {
	width: 295px;
}
}

