@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open Sans/Open Sans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Open Sans/Open Sans.woff') format('woff'),
        url('../fonts/Open Sans/Open Sans.ttf') format('truetype'),
        url('../fonts/Open Sans/Open Sans.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/gotham-black/GothamBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham-black/GothamBlack.woff') format('woff'), url('GothamBlack.ttf')  format('truetype'), url('../fonts/gotham-black/GothamBlack.svg#GothamBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}

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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 18px;
    line-height: 1;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}


html, body {
	height: 100%
}


body{
	
	
	background-color: #434343;
}

table, tbody, tfoot, thead, tr, th, td h1{
	font-size: 10px;

}


tbody, tfoot, thead, tr, th, td{
	
	line-height: 2.0;
}


.intro {
	height: 100%;	
	padding: 100px;
	background-color: #000;
}


.intro h1 {
    font-size: 23px;
    padding-bottom: 20px;
	font-family: GothamBlack;
   	text-transform: uppercase;
	color: #fff;
	
	text-align: left;
}

.intro p {
	font-family: 'Open Sans';
	font-size: 14px;
    line-height: 18px;
	color: #fff;
	width: 400px;
	margin-bottom: 20px;
}

input{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

input[type=checkbox]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

.clear-fix {

}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-family: 'Open sans', sans-serif;
  /*  max-width: 1920px; */
    margin: 0 auto; 
}

#home-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.home-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Home Social Links */
#social-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
}

#social-container ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 8px;
    margin-right: 15px;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#social-container ul li:last-child {
    margin-right: 0;
}

#social-container ul li a {
    display: block;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#social-container ul li a i {
    font-size: 200%;
    color: #fff;
    line-height: 40px;
}

#social-container ul li:hover a i, #social-container ul li:hover {
    color: #eee;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
    border-color: #eee !important;
}









/* Home Menu */
#home-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px;
}


#page-content #home-menu {
    position: static;
    float: right;
    padding: 0;
    margin-right: 40px;
}

#home-menu .menu-home-menu-container ul li {
    display: inline-block;
    margin-left: 25px;
}

.menu-home-menu-container ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 175%;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#home-menu #menu-item-24 a {
    border-bottom: 3px solid #fff;
}

.menu-home-menu-container ul li a:hover {
    color: #f5f5f5;
    border-color: #eee !important;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

/* Home Center Content */
#home-content {
    width: 100%;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 40px;
}

#home-content h1 {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border: 10px solid #fff;
    font-size: 550%;
    line-height: 140%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 5px;
}

span.bolder {
    font-weight: 900;
}

.bold {
    font-weight: bold;
}

#home-content h3 {
    font-size: 240%;
    margin: 35px 0;
}

#home-content h1 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#home-content h1 a:hover {
    color: #f5f5f5;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#home-content > a {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #00BAD5;
    color: #fff;
    padding: 13px 25px;
    font-size: 175%;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    letter-spacing: 1px;
    text-decoration: none;
}

#home-content select {
    width: 100%;
    max-width: 630px;
    border: 1px solid #888;
    outline: none;
    font-size: 150%;
    font-family: inherit;
    color: #888;
    padding: 14px 25px;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-arrow.jpg") no-repeat right;
    background-size: contain;
}

#home-content select::-ms-expand {
    display: none;
}

#home-preferred-airlines {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
	height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
}

#home-preferred-airlines p {
    color: #777;
    margin-bottom: 20px;
    font-size: 23px;
}

#home-preferred-airlines ul li {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    width: 250px;
    margin-bottom: 15px;
}

#home-preferred-airlines ul li a img {
    max-height: 35px;
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #03B9CE;
    -webkit-transition: .1s ease-in all;
    -moz-transition: .1s ease-in all;
    -o-transition: .1s ease-in all;
    transition: .1s ease-in all;
}

#home-preferred-airlines ul li:hover .arrow-right {
    right: 0;
    -webkit-transition: .1s ease-in all;
    -moz-transition: .1s ease-in all;
    -o-transition: .1s ease-in all;
    transition: .1s ease-in all;
}

#airline-intro ul li:after{
	border-bottom:solid 1px #fff !important;
}


/* Mobile Menu Bar Icon */
.mobile-menu-icon {
    display: none;
    cursor: pointer;
}

.middle-bar,
.upper-bar,
.bottom-bar {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.mobile-menu-icon:hover .middle-bar {
    margin: 12px 0;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;

}

.middle-bar {
    margin: 10px 0;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;

}

/* Mobile Menu Close Icon */
.menu-close-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    margin-right: -8px;
    margin-top: -8px;
}

.menu-close-icon:before,
.menu-close-icon:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.menu-close-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-close-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-icon-holder {
    padding: 40px;
    display: none;
}

.menu-active {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    z-index: 20;
    overflow: auto;
    z-index: 9999;
}

.menu-active .mobile-menu-icon-holder {
    text-align: right;
    display: block;
}

.menu-active #social-container {
    position: static;
    padding: 40px;
    text-align: center;
}

.menu-active #home-menu {
    position: static;
    padding: 40px;
    text-align: center;
}

.menu-active #home-menu .menu-home-menu-container ul li {
    display: block;
    margin-left: 0;
    /*margin-bottom: 25px;*/
}

.menu-active .menu-home-menu-container ul li a {
    font-size: 300%;
    line-height: 150%;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

/* Preferred Airlines - Side Bar*/
#preffer-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#sidebar-pref {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #2e2e2e;
    overflow: auto;
    z-index: 9997;
	height: 100%;
}


#sidebar-pref #home-preferred-airlines h1 {
    font-size: 12px;
    padding-bottom: 14px;
	font-family: GothamBlack;
   	text-transform: uppercase;
	color: #fff;
	
	text-align: left;
}

/*#sidebar-pref #home-preferred-airlines h1:after {

    content: "";
    width: 100%;
    height: 6px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
}*/


.sidebar-top {
 /*   padding: 40px; */
    padding-bottom: 0;
}

#preffer-container {
    margin-left: 300px;
	height: 100%;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#sidebar-pref #social-container ul {
    margin-top: 15px;
}

#sidebar-pref #social-container ul li {
    margin-right: 15px;
}

#sidebar-pref #social-container ul li:last-child {
    margin-right: 0;
}

#sidebar-pref #social-container {
    position: static;
    padding: 0;
    padding-bottom: 40px;
}

.sidebar-logo {
    text-align: center;
}

.sidebar-logo img {
    max-width: 100%;
}

#sidebar-pref #home-preferred-airlines {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    width: 100%;
    text-align: center;
    background: none;
}

#sidebar-pref #home-preferred-airlines ul li {
    padding: 0;
    width: 100%;
    text-align: left;
}

#sidebar-pref #home-preferred-airlines ul {
    margin-top: 20px;
}

#sidebar-pref #home-preferred-airlines ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-top: 10px;
}

#sidebar-pref #home-preferred-airlines ul li a img {
    max-height: 27px;
}

#sidebar-pref .arrow-right {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#sidebar-pref .arrow-right {
    border-left: 15px solid #fff;
}

/* Preffer Menu */
/*#pref-menu {
    width: 100%;
    height: 100px;
    background-color: #fff;
}*/

.menu-prefer-menu-container ul {
    /*padding: 35px;*/
    height: 50px;
    padding-right: 75px;
    text-align: right;
}

.menu-prefer-menu-container ul li {
    display: inline-block;
    margin-left: 30px;
}

.menu-prefer-menu-container ul li a {
    line-height: 50px;
    font-size: 200%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.menu-prefer-menu-container ul li:first-child {
    margin-left: 0;
}

.menu-prefer-menu-container ul li:first-child a {
    padding: 2px 20px;
    border: 4px solid #000;
    margin-left: 0;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

.menu-prefer-menu-container ul li:first-child:hover a {
    background-color: #000;
    color: #fff;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    -o-transition: .15s ease-in all;
    transition: .15s ease-in all;
}

#pref-menu .middle-bar,
#pref-menu .upper-bar,
#pref-menu .bottom-bar {
    background-color: #fff;
}

#pref-menu .mobile-menu-icon {
    margin-top: -5px;
}

.pref-menu-active {
    display: block !important;
    z-index: 20;
    width: auto !important;
    right: 0;
}

.pref-menu-active #social-container ul {
    text-align: center;
}

.pref-menu-active .sidebar-menu-holder {
    text-align: right;
}

.pref-menu-active .menu-close-icon {
    margin-top: -13px;
}

.pref-menu-active .sidebar-menu-holder {
    display: block;
}

.sidebar-menu-holder {
    display: none;
    margin-bottom: 20px;
}

.pref-second-menu {
    margin-top: 40px;
    display: none;
}

.pref-menu-active .pref-second-menu {
    display: block;
}

.pref-second-menu ul li {
    text-align: center;
    margin-bottom: 20px;
}

.pref-second-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 200%;
}

/* Prefer News Section */
#pref-news {
    width: 100%;
    height: 40%;
}
   
#pref-news .promo {
    width: 50%;
    height: 100%;
    float: left;
	background: #000;
}

.promo > p {
    display: block;
    width: 100%;
    height: 100%;
}

.promo > p iframe {
    width: 100%;
    height: 100%;
}

#pref-news .promo .promo-container{
	
	width: 90%;
	max-width: 600px;
	height: 100%;
	padding-right: 10%;
	
	float: right;
}

.back-img {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #434343;
  
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
}

.air-title-video .back-img{
    background-size: cover;
}

.small-sections {
    width: 50%;
    height: 100%;
    float: left;
}

.side-blurb{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 50px;
	text-align: left;
	
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip{
	font-family: GothamBlack;
	font-size: 23px;
   	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
	text-align: left;
	border-bottom: #fff solid 6px;
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 6px;
	margin-top: 20px;
	font-family: 'open sans';
	font-size: 14px;
   	text-transform:none;
	position: absolute;
    z-index: 1;
 

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}








.small-sections .first-section,
.small-sections .second-section {
    width: 100%;
    height: 100%;
}

.upper-section {
    width: 100%;
    height: 50%;
    position: relative;
    background-color: #000;
    color: #fff;
    position: relative;
}

.small-sections .first-section {
	position:relative;
	text-align: left;
}

.small-sections .first-section .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
}

.bottom-section {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-navigation: horizontal;
    flex-direction: row;
   
    text-align: left;
    color: #eee;
    position: relative;
    z-index: 100;
}

.bottom-section h1 {
	font-family: GothamBlack;
	font-size: 32px;
   	text-transform: uppercase;
}

.bottom-section h2 {
	font-family: 'Open Sans';
	font-size: 23px;
    line-height: 25px;
}

h6 {
	font-family: 'Open Sans';
	font-size: 10px;
    line-height: 12px;
}



.bottom-section h3 {
	
	font-family: 'Open Sans';
	font-size: 16px;
	line-height:21px;
	margin:10px 0px 0px 0px;
    margin-bottom: 25px;
    font-weight: 100;
    text-transform: uppercase;
}


.bottom-section p img {
	

	
}



#sidebar-pref #home-preferred-airlines .side-blurb h1 {
	font-family: GothamBlack;
	font-size: 23px;
   	text-transform: uppercase;
	margin-bottom: 5px;
}

#sidebar-pref #home-preferred-airlines .side-blurb h2 {
	font-family: 'Open Sans';
	font-size: 23px;
    line-height: 25px;
}


#sidebar-pref #home-preferred-airlines .side-blurb p{
	font-size: 14px;
	font-family: 'Open Sans';
	text-transform: none;
	margin-top: 10px;
	line-height: initial;
/*	margin-left: 30px; */
}

/*.bottom-section h3 {
	font-size: 23px;
    line-height: 25px;
}*/

.upper-section .mid-position {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.mid-position .text-container {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.text-container p {
    font-size: 150%;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #000;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
}

.text-container h1 {
    font-size: 160%;
    text-align: center;
    border: 3px solid;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.text-container h1 a {
    color: #fff;
    text-decoration: none;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.15s ease-in all;
    -moz-transition: 0.15s ease-in all;
    -o-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
}

.go-down {
    bottom: -20px;
    -webkit-transition: 0.15s ease-in all;
    -moz-transition: 0.15s ease-in all;
    -o-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
}

.go-up {
    top: -20px !important;
    -webkit-transition: 0.15s ease-in all;
    -moz-transition: 0.15s ease-in all;
    -o-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
}

.second-section .arrow {
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    bottom: auto;
}

/* Airline Info Content */
#airline-info {
    width: 100%;
	height: 60%
}

.airline-content {
    padding: 0px ;
    color: #fff;
}

.airline-menu {
    margin-top: 0px;
	float:left;
	width:100%;
}


.airline-menu ul li:not(.active-item-menu) {
	background-color: #030303;
    color: #fff;
}

.airline-content h1 {
    display: inline-block;
    font-family: GothamBlack;
    font-size: 32px;
    text-transform: uppercase;
}

.airline-content table {
    xxfont-size: 130%;
    border-collapse: separate;
    border-spacing: 0px 2px;
    width: 450px;
    margin-bottom: 40px;
 
}


.table-container table .row-1 span {
	
	font-size: 10px;
}



.airline-content table td {
    padding: 6px 9px;
    font-family: 'Open Sans';
	
}

.airline-content table tr td{
	font-size:10px;
}

.airline-content table tr.row-1 td{
	font-size:10px;
}

.airline-content table tr {
   background-color: rgba(77,116,148,0.85);
}

.airline-content table tr:first-child {
    text-transform: uppercase;
    background: #000;
    xxfont-size: 23px;
    xxline-height:25px;
}

.airline-content table tr {
    font-size: 10px;
    line-height: 25px;
}/*

.airline-content table tr:nth-child(2) {
    background-color: rgba(150,150,150,.5);
}

.airline-content table tr:nth-child(2),
.airline-content table tr:last-child {
    background-color: rgba(150,150,150,.85);
}

*/

.tablepress tbody td, .tablepress tfoot th {
    border-top: 0 !important;
}






.airline-area{
	
	height: calc(100%-15px);
}
.airline-area .travel-container {
	
	height: 100%;
}

.destination {
	padding-right: 30px;
	display: block;
	float: left;
	width: auto;
	margin-right: 50px;
	height: auto;
	border-right: #555 solid 1px;
}

.destination ul li {
	
font-size: 14px;
	line-height: initial;
}

.destination ul {
	
	column-count: 5;
	 -webkit-column-count: 5;
    -moz-column-count: 5;

}

.stopovers ul li {
	
font-size: 14px;
	line-height: initial;
	/*border-left: #555 solid 1px;*/
}

.info ul li {
	
font-size: 14px;
	line-height: initial;

	
}

.stopovers {
	
	display: block;
	float: left;
		width: auto;
		margin-right: 50px;


}


.info {
	
	display: block;
	float: left;
		width: 100%;
	margin-top: 30px;

}





#contact-section {
    padding: 50px 70px;
}

#contact-section h1 {
    font-size: 23px;
    display: inline-block;
    text-transform: uppercase;
    font-family: GothamBlack;
}

.contact-form {
    margin-top: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-family: 'Open Sans';
    font-size: 12px;
    outline: none;
    border: 1px solid #111;
    padding: 10px 0px;
    text-transform: none;
    box-sizing: border-box;
}

.contact-part-1 input,
.contact-part-2 input,
.contact-form select {
    width: 100%;
    margin-bottom: 10px;
}

.contact-form select {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select-arrow-red.png") no-repeat right;
    background-size: contain;
/*	text-transform:uppercase;  */
	
    }


.contact-form input,
.contact-form select {
    margin-top: 5px;
    font-size: 12px;
}

.contact-part-1 div,
.contact-part-2 div {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    font-size: 12px;
    line-height: 25px;
   text-transform: capitalize;
}

.contact-part-1 div:last-child,
.contact-part-2 div:last-child {
    margin-right: 0;
}

.contact-part-3 {
    width: 100%;
    margin-top: 10px;
}

.contact-part-3 div {
    width: 100%;
    float: left;
    margin-right: 1.33%;
}

.contact-part-3 textarea {
    width: 100%;
}

.contact-submit-btn {
    width: 97% !important;
    margin-right: 0 !important;
    position: relative;
	height: 100px;
}

.contact-submit-btn input {
    float: right;
    bottom: 0;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 10px;
    padding-right: 30px;
    background: #111 url('../images/button-arrow.png') no-repeat right;
    background-size: 13px 13px;
    background-position: 90%;
    cursor: pointer;
	font-family:Open Sans;
	text-transform:uppercase;
	height: 30px;
	padding-left: 10px !important;
}

.wpcf7-form
{
	font-family: 'GothamBlack';
	font-size: 10px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="return-date"],

.wpcf7 input[type="your-name"],
.wpcf7 input[type="your-phone"],
.wpcf7 input[type="your-email"]

{
    background-color: #fff;
    color: #555;
    width: 90%;
	border:none;
	border-bottom: 1px #555 solid;
	
}




.wpcf7 select[name="return-from"],
.wpcf7 select[name="return-to"],
.wpcf7 select[name="departure-to"],
.wpcf7 select[name="departe-from"],
.wpcf7 date[type="departure-date"]

{
    background-color: #fff;
    color: #555;
    width: 90%;
	border:none;
	border-bottom: 1px #555 solid;
	border-radius: 0px;
	
}

.wpcf7 textarea {
    width: 97%;
	padding: 10px;
}

.wpcf7-mail-sent-ok {
		
}

.hr-line {
    width: 100%;
    height: 6px;
    background-color: #111;
    margin: 25px 0;
}

.form-subtitle {
    margin: 10px 0;
    font-size: 14px;
}

/* Footer */
#extra-footer {
	display: none;
    padding: 20px 70px 50px;
    background-color: #b2b2b2;
    color: #fff;
}

#extra-footer .footer-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#extra-footer .footer-content p img {
    max-height: 25px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.menu-footer-menu-container {
    margin-top: 10px;
    float: right;
}

.footer-menu p {
    float: left;
    margin-top: 10px;
    display: block;
}

#menu-footer-menu li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

#menu-footer-menu li a {
    text-decoration: none;
    color: #fff;
}

#menu-footer-menu li:first-child {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

/* Contact Form Error Styles */
#contact-section span.wpcf7-not-valid-tip {
    display: none;
}

#contact-section .wpcf7-not-valid {
    border-color: red;
}

/* Pages Styles */
#page-content #header {
    height: 72px;
}

#page-content .mobile-menu {
    display: none;
}

#page-content #social-container {
    position: static;
}
#page-content #social-container ul li a i {
    color: #000;
}

#page-content .menu-active #social-container ul li a i {
    color: #fff;
}

#page-content #social-container ul li {
    border-color: #000;
}

#page-content .menu-active #social-container ul li {
    border-color: #fff;
}

#page-content .menu-home-menu-container ul li a {
    line-height: 50px;
}

#page-content .menu-active .menu-home-menu-container ul li a {
    color: #fff;
    line-height: 150%;
}

#page-content .menu-active #home-menu #menu-item-24 a {
    border-color: #fff;
}

#page-content .page-menu-icon {
    height: 110px;
    padding: 40px;
    display: none;
}

.page-article-image {
    width: 100%;
    height: 200px;
}

#page-content .entry-content {
    width: 80%;
    margin: 40px auto;
    margin-top: 30px;
}

#page-content .entry-content h1 {
    text-align: center;
    font-size: 300%;
    margin-bottom: 50px;
}

#page-content .entry-content p {
    font-size: 150%;
    line-height: 140%;
    text-indent: 100px;
    margin-bottom: 15px;
}

.asd {
    position: relative;
}

.selected-airline {
    right: 0;
    border-left-color: #fff  !important;
}

#page-content #social-container .inner-pages-logo {
    float: left;
    margin-right: 15px;
}

#page-content #social-container .inner-pages-logo img {
    height: 45px;
}

#page-content .logo-white {
    display: none;
}

#page-content .menu-active .logo-white {
    display: block;
}

#page-content .menu-active .logo-black {
    display: none;
}

#page-content #social-container ul {
    float: left;
}

#home-menu .menu-home-menu-container ul li:first-child {
    margin-left: 0;
}

#page-content .menu-active #social-container ul,
#page-content .menu-active #social-container .inner-pages-logo {
    float: none;
}

#page-content .menu-active #social-container .inner-pages-logo img {
    margin: 0 auto;
    height: auto;
}

#page-content .menu-active #social-container .inner-pages-logo {
    margin-right: 0;
    margin-bottom: 30px;
}

#page-content .logo-black-page img {
    height: 45px;
        margin-top: -9px;
}

#pref-menu .logo-black-pref {
    display: none;
}

#pref-menu .logo-black-pref img {
    height: 45px;
    margin-left: 40px;
    margin-top: 28px;
}

/* Ariline Tables */
.airline-area {
    display: none;
	height: 100%;
}

.active-item-menu {
    background-color: #434343;
    color: #fff;
}

 #sidebar-pref #home-preferred-airlines p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'GothamBlack';
    text-align: left;
    font-size: 14px;
     position: relative;
     margin-bottom: 20px;
     padding-bottom: 20px;
     width: auto;
     display: inline-block;
}

/*#sidebar-pref #home-preferred-airlines p:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
	top:31px;
}*/

/* travel stripe menu */
#header {
    width: 100%;
    z-index: 9998;
    position: fixed;
    background-color: #000;
    padding: 5px 0;
    color: #fff;
    height: 60px;
    border-bottom: 1px solid #fff;
    /*max-width: 1920px; */
}

#site-title {
    float: left;
    margin: 9px 0;
    margin-left: 20px;
}

#site-title img {
    height: 28px;
    width: auto;
}

#menu-plus-social {
    float: right;
    margin-right: 50px;
}

.phone-icon {
    float: left;
}

.phone-icon img {
    height: 32px;
    margin-top: 9px;
}

.phone-number {
    float: left;
    font-size: 24px;
    line-height: 50px;
    margin-left: 15px;
    font-weight: 600;
}

.sidebar-top #header {
    display: none;
}

.pref-menu-active #header {
    background-color: transparent;
}

.pref-menu-active #site-title {
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
}

.pref-menu-active #menu-plus-social {
    float: none;
    margin-right: 0;
}

.pref-menu-active #phone-plus-menu {
    text-align: center;
    margin-top: 15px;
}

.pref-menu-active .phone {
    display: inline-block;
}

#page-content .menu-active #home-menu {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
}

#page-content .menu-active #site-title,
#page-content .menu-active #menu-plus-social {
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
    margin-bottom: 25px;
}

#page-content .menu-active .phone-icon {
    float: none;
    display: inline-block;
}

#page-content .menu-active .phone {
    display: inline-block;
}

#page-content .menu-active .phone-number {
    float: right;
    color: #fff;
}

.inner {
	padding: 30px;
	height: 100%;
}


.airline-area .table-container{
	
	
	height: calc(100%-15px);
}
.airline-area .table-container h2 {
	font-size: 10px;
    	margin: 0 0 10px 15px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: bottom;
}

.table-container .price {
    display: flex;
    width: 190px;
    height: 190px;
    /* line-height: 88px; */
    border: 6px solid #fff;
    text-align: center;
    border-radius: 50%;
    /* font-size: 35px; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
	float:left;
	margin-right:40px;
}

.table-container .price div:nth-child(2) {
    font-size: 14px;
    font-family: 'Open Sans';
    margin: 0 10px;
    text-transform: uppercase;
}

.table-container .price div:nth-child(1) {
font-size: 36px;
    line-height: 50px;
    font-family: GothamBlack;
}

.airline-area .table-container h3 {
	font-size: 10px;
	margin: 20px 0 14px;
	font-family: Open Sans;
}

.airline-area .table-container h5 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: Open Sans;
}

.airline-area .table-container h6 {
	font-size:14px;
	line-height: 16px;
	width: 450px;
}

#taxconditions{
	width:100%;	
}
.airline-area .table-container p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 0px 0px;
    xxfont-weight: 100;
    xxtext-transform: uppercase;

}
/*
.airline-area .table-container {
	xxmax-width: 1000px;
}
*/
.white-stripe {
	position: absolute;
    width: 100%;
    xxheight: 1px;
    background-color: #fff;
    z-index: 9998;	
}

.white-stripe.hide-stripe {
	display:none;
}

.airline-content {
	position: relative;
	xxbackground-color: transparent !important;
   xxbackground-position: right;
}
	
.airline-content > img {
	display: block;
	position: absolute;
	width: 110%;
	height: 100%;
	left: -10%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.airline-content {
    /*height: 675px;*/
    position: relative;
    height: auto;
    background-size: cover;
	width:100%;
	float:left;
}


.airline-area .table-container:nth-child(3) {
    max-width: 1000px;
}
	
/*.airline-menu ul li.active-item-menu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

/*.airline-menu ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}*/

.active-item-menu:after {
    height: 2px !important;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.air-title-video {
    height: 100%;
    display: none;
}

.title-divider {
	width: 25%;
    height: 8px;
    background-color: #36a6f8;
    margin: 20px 0 25px;
}

.table-container .title-divider {
    margin: 20px 0 10px;
}

#contact-section .title-divider {
	background-color: #000;
	width: 13%;
}

.vv {
	width: 100%;
	height: 100%;
}

.table-container .contact-form {
    margin-top: 0px;
    background-color: #fff;
    color: #000;
  
}

.contact-part-3 .contact-submit-btn {
    height: 50px;
}


wpcf7 {
width: 700px;
	
	
}

/*.title-divider {
    width: 52%;
}*/

.title-divider {
    width: 400px;
}

.airline-area > div:first-child .title-divider {
    width: 100%;
    background: #FFF;
}

.airline-area > div:nth-child(2) .title-divider.blue,
.airline-area > div:nth-child(3) .title-divider.blue {
    width: 25%;
}

#public-insurance-quote-editor .qqc-field.where {
    padding-top: 0 !important;
}

.map-base {
    
}

.map-base.show-map {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    height: 600px;
    background-color: #424242;
}

.airline-area .table-container:nth-child(5) {
    max-width: 1000px;
}

.table-container .h {
    width: 100%;
    float: none;
    margin-top: 20px;
}

.hh .h:nth-child(2) {
    margin-right: 0;
}

.airline-area .table-container:nth-child(3) .title-divider.blue{
    /*width: 25%;*/
    width: 25%;
    background: #36a6f8 ;
}
#airline-info > div.airline-content.back-img > div > div.airline-number-1.airline-area > div:nth-child(3) > div:nth-child(6){
    width: 20%;
}
.airline-area .table-container:nth-child(4) .title-divider.blue {
    width: 10%;
    background: #fff;
    /*width: 8.8%;*/
}

.table-container.map-base.show-map {
    max-width: none;
}

/* Menu to the rescue from travelticket */
body {
    position: relative;
}

.breaker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pre-nav-menu {
    position: relative;
    z-index: 9999;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.breaker-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#menu {
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px 16px;
}

#menu .close-btn {
    color: #fff;
    width: 40px;
    font-size: 40px;
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
}

#menu > div {
    height: 100%;
    xxoverflow: auto;
}

.half-menu {
    padding: 50px;
    padding-left: 240px;
    width: 50%;
    float: left;
    margin-top: 20px;
}

.half-menu h2 {
    color: #fff;
    line-height: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: GothamBlack;
    margin-bottom: 10px;
    margin-top: 35px;
	border-bottom: 6px solid #ffffff;
	padding-bottom: 5px;
	width:auto;
	float:left;
	clear:both;
}

.half-menu h2:nth-child(2) {
	width:20%;
}
.half-menu h2:nth-child(3) {
	width:35%;
}

#menu ul li {
    font-size: 14px;
    text-transform: capitalize;
    margin: 14px 0;
    font-weight: 500;
    font-family: Open Sans;
}

#menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.half-menu p {
    line-height: 30px;
    font-family: Open Sans;
    color: #fff;
    font-size: 14px;
	float:left;
}

.mail-contact {
    margin-bottom: 30px;
}

#menu > div > div:nth-child(2) > p:nth-child(2) > i {
    font-size: 32px;
}
.half-menu p i {
    width: 40px;
    font-size: 25px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
}

.half-menu p.no-icon {
    text-indent: 55px;
}

.half-menu .map-it {
    background-image: url('http://www.travelticket.com.au/wp-content/themes/blankslate/images/mappp.png');
    text-decoration: none;
    text-transform: uppercase;
    xxmargin-top: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 185%;
    xxmax-width: 166px;
    width: 100%;
    height: 250px;
}

.map-it {
    xxbackground: #36a6f8;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    xxmargin-top: 35px;
    font-size: 18px;
    display: inline-block;
    transition: .2s ease all;
}

.primary-navigation {
    float: right;
    line-height: 50px;
    font-size: 30px;
    margin-left: 50px;
    position: relative;
    cursor: pointer;
}

.menu-span {
    margin-right: 15px;
    font-weight: bold;
    font-family: GothamBlack;
}

#menu-plus-social {
    margin-right: 20px;
}

.menu-mobile-image {
    height: 27px;
    margin-left: 5px;
    width: auto;
    margin-right: 23px;
    vertical-align: middle;
}

#menu ul li a:hover {
    color: #36a6f8;
    transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
}

@media all and (max-width: 1650px) {
    #menu ul li {
        font-size: 14px;
        margin: 14px 0;
    }

    .half-menu p {
        font-size: 14px;
    }

    /*.half-menu .map-it {
        max-width: 320px;
        height: 320px;
    }*/
}

@media all and (max-width: 1366px) {
    .half-menu {
        padding: 30px;
        padding-left: 150px;
    }

    #menu ul li {
        font-size: 14px;
        margin: 14px 0;
    }

    .half-menu p {
        line-height: 30px;
        font-size: 14px;
    }

   /* .half-menu .map-it {
        max-width: 250px;
        height: 250px;
    }*/
}

@media all and (max-width: 1200px) {
    .half-menu {
        padding: 20px;
        padding-left: 50px;
    }
    .half-menu-helper {
        max-width: 435px !important;
    }
}

@media screen and (max-width: 960px) {
    .half-menu {
        width: 100%;
        float: none;
    }
    .half-menu-helper {
        max-width: 440px !important;
    }
}

/* Dropdown select airline on responsive below 1000px */
#s-airline select {
    background-color: #456b8e;
    display: none;
    width: 100%;
    max-width: 400px;
    height: 40px;
    margin: 10px auto 0;
    cursor: pointer;
    padding: 5px 25px;
   box-shadow: none;
   border: 0;
   color: #fff;
}

.airline-content .table-container h1,
.bottom-section h1{
   /* margin: 30px;  */
    position: relative;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    clear: both;
/*    margin-bottom: 20px;*/
}

.bottom-section h1 {
    display: inline-table;
    margin-bottom: 5px;
}

.bottom-section p{
	font-size: 14px;
/*	margin-left: 30px; */
}

.play-video{
	position: relative;
    top: 80%;
    float: right;
    width: 80%;
    text-align: right;
    font-size: 14px;
    height: 50px;
}

.airline-content .table-container h1:after, 
.bottom-section h1:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.airline-content .table-container h1:first-child{
    margin-top: 0;
}

.airline-content .table-container:first-child h1:after{
    xxbackground: transparent;
    xxwidth: 0;
    xxopacity: 0;
}

.airline-content .table-container .title-divider{
    opacity: 0;
    margin: 0;
}

/* Menu changes */

.title-divider.menu-title-divider {
    width: 27%;
}
#menu ul li {
    font-size: 14px;
    text-transform: capitalize;
    margin: 14px 0;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    display: inline;
    float: left;
}
.title-divider.contact-title-divider {
    width: 20%;
    margin-bottom: 20px;
}
#menu > div > div:nth-child(2) > p:nth-child(3) > img, #menu > div > div.half-menu.half-menu-helper > p:nth-child(2) > img, #menu > div > div.half-menu.half-menu-helper > p.mail-contact > img {
    height: 27px;
    margin-left: 5px;
    width: auto;
    margin-right: 23px;
    vertical-align: middle;
}
#menu > div > div:nth-child(2) > p:nth-child(6) > img {
    height: 27px;
    margin-left: 5px;
    width: auto;
    margin-right: 23px;
    vertical-align: middle;
    float: left;
    margin-top: 5px;
}
.open-title {
    clear: both;
    margin-top: 30px;
	width: auto;
	float:left;
	
}
.title-divider.open-hours-title-divider {
    width: 33%;
}
.open-hours, .contact-us-container .open-hours {
    margin-bottom: 30px;
}
.contact-info-btn {
    color: #000 !important;
    border: none;
    font-size: 110%;
    margin-top: 10px;
    padding-right: 30px;
    background: #ffffff url(http://www.travelticket.com.au/wp-content/themes/blankslate/images/button-arrow-black.png) no-repeat right;
    background-size: 13px 13px;
    background-position: 96%;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'open sans';
	float:left;
}


#menu > div > div:nth-child(2) > a:nth-child(11) {
    float: right;
    margin-right: 0;
}

.half-menu-helper {
    max-width: 665px;
    margin-top: 20px;
}

.map-wrapper {
    float: left;
    text-align: center;
    width: 100%;
}

.map-holder {
    border: 1px solid #ffffff;
    border-radius: 0;
}
.title-divider.airline-divider {
    width: 100%;
}
.airline-menu ul{
    background-color: #030303;
	float:left;
	width:100%;
    position:relative;
	xxpadding:4px 0px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
}
.airline-menu ul li:last-child{
    background: #456b8e url(../images/button-arrow-white.png) no-repeat right;
    background-size: 13px 13px;
    background-position: 96%;
    color: #fff;
    font-family: 'GothamBlack';
    font-size: 10px;
	 margin: 0px 20px 0px 0px;
	/* float: right;  */
}
.airline-content tbody{
    text-transform: uppercase;
}





.tablepress tbody tr:first-child td{
    position: relative;
    xxpadding-bottom: 30px;
}




.airline-content.back-img {
    xxbackground: url(http://mixedclass.travelticket.com.au/wp-content/themes/mixedclass/images/map.jpg);
    background-size: cover;
    padding-bottom: 0px;
	height: 100%;
}

.airline-content-holder{
	float:left;
	width:100%;
	height: 100%;
}


/**/

table span {
    display: inline-block;
    position: relative;
    width: auto;
}

/*
table span:after {
    content: '';
    
    position: absolute;
    width: 19px;
    height: 17px;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: auto;
    z-index: 999;
    background: url(../images/down-arrow-yellow.png) no-repeat center;
    background-size: 10px 10px;
}
*/

#tablepress-1 > caption > a{
    display: none;
}
.airline-content table tr:first-child td{
    font-family: 'gothamBlack'!important;
	font-size: 10px;
}

#menu p > img {
    float: left;
    height: 27px;
    margin-left: 5px;
    margin-right: 23px;
    margin-top: 5px;
    vertical-align: middle;
    width: auto;
}

.menu-primary-menu-container {
    float: left;
    width: 100%;
}
.contact-us-info p.contact-phone, .half-menu p.contact-phone {
    float: left;
    margin-right: 20px;
}
.mail-contact{
	float: left;
    margin-right: 20px;
    width: auto;
}

h1.additional-divider:after {
    width: 100% !important;
    opacity: 1 !important;
    xxbackground-color: #36a6f8 !important;
}

.price-container {
    margin: 15px 0 15px 0;

}

.price-container h6 {
    height: auto;
    display: flex;
    align-items: center;
	display: inline-block;
	margin-bottom: 15px;

}

.title-divider {
    display: none;
}

.bottom-section h1:after {
    xxwidth: 390px;
}

.tablepress-id-1 .row-1 span
{
   font-size: 10px;
}

#main-container
{
   padding-top: 60px;  
height: 100%;
}

#tab-h1
{
   font-size: 12px;
   font-family: 'GothamBlack';
   font-weight: 600;
   line-height: 18px;
	letter-spacing: initial;
   margin-bottom: 0px;
   border-bottom: 0px solid #ffffff;

   
}

#tab-h1:after
{
   height: 0;  
}

#tab-depart
{
   font-size: 12px;
   font-family: 'GothamBlack';
   text-transform: uppercase;
   font-weight: 600;
   line-height: 12px;
   letter-spacing: initial;
   margin-bottom: 0px;
   
}

#tab-h1:after
{
   height: 0;  
}



#DG_OLD_tab-h1 {
}

.airline-menu ul li {
    display: block;
  	 float:left;
   font-size: 12px;
   font-family: 'GothamBlack';
   font-weight: 500;
   line-height: 35px;
   xxpadding-bottom: 0px;
   padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: -4px;
    position: relative;
    letter-spacing: 1px;
}

.DG_OLD_airline-menu ul li {
    display: block;
  	 float:left;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: -4px;
    position: relative;
    letter-spacing: 1px;
}

.itinerary-bg-container
{
   margin-top: 0px; 
   width: 100%; 
   height:100%; 
   background-color: #434343; 
   background-repeat: no-repeat; 
   background-position: right top; 
   background-size: cover;
}

.iterary-table {
	
	
   height:100%; 
}

 
@media screen and (min-width: 1440px) 
{
   .itinerary-bg-container
   {
      margin-top: 0px; 
      width: 100%; 
      height:100%; 
      background-color: #434343; 
      background-repeat: no-repeat; 
   /*   background-position: 130px; 
      background-size: 1001px 400px;*/
	   background-size:contain;
	   background-position: center;
   }
}

@media screen and (min-width: 1921px) 
{
   .itinerary-bg-container
   {
      margin-top: 0px; 
      width: 100%; 
      height:100%; 
      background-color: #434343; 
      background-repeat: no-repeat; 
      background-position: 263px; 
      background-size: cover;
   }
}

#topairlogo {
	position: relative; 
	top: 42px; 
	left: 17px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px !important;
    display: block;
    font-family: GothamBlack !important;
    text-transform: uppercase;
}
div.wpcf7-validation-errors {
	display: none !important;
}

.contact-part-3 div recap {
	float:right !important;
}

#recap {
	float:right !important;
	margin-right: 2.8%;
	width: 304px;
}

