/* main.css */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
a:focus,
a:hover {
  outline: none;
  text-decoration: underline;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea,
button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
button,
input,
select,
a {
  outline: none;
}
button:focus,
button:hover,
button:visited,
input:focus,
input:hover,
input:visited,
select:focus,
select:hover,
select:visited,
a:focus,
a:hover,
a:visited {
  outline: none;
  text-decoration: none;
}
body {
  font-family: Arial !important;
}
.GH {
  font-family: "Glyphicons Halflings";
}
.FA {
  font-family: "FontAwesome";
}
.ui-datepicker {
  z-index: 9999 !important;
  width: auto !important;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0, 0, 20px, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0, 0, 20px, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0, 0, 20px, rgba(0, 0, 0, 0.2);
  -o-user-select: 0, 0, 20px, rgba(0, 0, 0, 0.2);
  box-shadow: 0, 0, 20px, rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #FFF !important;
  font-family: arial;
}
.ui-datepicker > div:nth-child(even) {
  border-left: 1px solid #e8e8e8;
}
.ui-datepicker .ui-datepicker-group {
  padding: 0;
  background: #FFF;
}
.ui-datepicker .ui-datepicker-group table {
  margin: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.ui-datepicker tr {
  height: 30px;
  color: #999999;
}
.ui-datepicker th {
  padding: 0;
  width: 35px;
  height: 35px;
  font-weight: normal;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a {
  border-radius: 2px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}
.ui-datepicker td .ui-state-default:hover {
  background-color: #e6e6e6;
  color: #333333;
}
.ui-datepicker td .ui-state-default.ui-state-active {
  background-color: #428bca;
  color: #FFF;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-header {
  background: #f2f2f2;
  border: 0;
  padding: 0;
  color: #a1a1a1;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 5px 0;
  line-height: 2;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  opacity: 0.5;
  top: 5px;
  height: auto;
  width: auto;
  display: inline-block;
  color: #999;
  overflow: hidden;
  cursor: pointer !important;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  font-size: 24px;
  text-align: center;
  width: 26px;
  height: 26px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-state-hover {
  border: 0;
  background: transparent;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background: transparent;
  font-weight: normal;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .zopim {
    bottom: 58px !important;
    right: 0 !important;
    border-radius: 10px 0 0 0;
    background: #E36F1F !important;
    -webkit-box-shadow: -1px 1px 8px #000;
    box-shadow: -1px 1px 8px #000;
    z-index: 99 !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cfn-group {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.cfn-modal > button.close {
  font-size: 2em;
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  top: 10%;
  right: -9%;
  position: fixed;
  z-index: 999;
  padding: 5px 30px 5px 5px;
  width: 60px;
  background: rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.cfn-modal > button.close:hover {
  right: -5%;
}
.cfn-result-index .cfn-form .modal-header {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 0 none;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.cfn-result-index .cfn-form .modal-header h4 {
  margin: 0;
  padding: 5px;
}
.cfn-result-index .cfn-form .modal-content {
  padding: 0;
}
.cfn-page-list h5 {
  font-size: 14px;
  color: #212121;
  float: left;
  padding-bottom: 3px;
}
.cfn-page div {
  float: right;
}
.cfn-page button.btn-default {
  border-color: #d9d9d9;
  background: #f3f2f2;
  color: #a1a1a1;
  font-weight: bold;
}
.cfn-page button:focus {
  background: #FFF;
  color: #2e2e2e;
  border-color: #c2c2c2;
}
.cfn-result-list {
  padding: 10px;
}
.cfn-result-list .list {
  font-size: 14px;
  margin: 4px 0 0;
  border: 0;
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cfn-result-list .list:nth-child(2) {
  margin-top: 0;
}
.cfn-result-list .list > div {
  padding: 0;
}
.list-details:last-child {
  border: 0;
}
.list-details ul {
  padding: 10px 0 0;
}
.list-details ul.result-1 li:nth-child(1) {
  float: left;
  padding: 0 10px 10px;
}
.list-details ul.result-1 li:nth-child(3) {
  display: inline-block;
  width: 65%;
}
.list-details ul.result-1 li:nth-child(3) div {
  float: left;
}
.list-details ul.result-1 img {
  vertical-align: middle;
}
.list-details ul.result-1 div {
  float: left;
}
.flight {
  border-radius: 2px;
  float: left;
  font-size: 11px;
  margin: 2px;
  padding: 1px;
}
.list-details ul h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.list-details ul.result-2 h4,
.list-details ul:nth-child(3) h4 {
  background: rgba(242, 242, 242, 0.5);
  font-size: 14px;
  line-height: 1.1;
  margin: 0 -20px 10px;
  padding: 10px 20px;
}
.list-details ul.result-2 {
  padding-right: 0;
  color: #676666;
}
.list-details ul.result-2 li {
  padding: 0 0 0 10px;
}
.list-details ul.result-2 span {
  padding: 0 5px;
}
.list-details ul.result-3 {
  padding-left: 0;
  color: #a1a1a1;
}
.list-details ul.result-3 h4 {
  color: #9baec0;
}
.list-details ul.result-3 li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-details ul.result-3 li:last-child {
  padding: 10px 0;
  color: #74bbf7;
  text-decoration: underline;
  text-align: left;
}
.list-details ul.result-3 li:last-child a {
  color: #0a55bb;
  font-weight: bold;
}
button.close {
  font-size: 30px;
  font-weight: normal;
}
.cfn-result-pop .modal-content {
  border-radius: 4px;
  padding-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.cfn-result-pop .modal-header {
  border: 0;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 4px 4px 0 0;
}
.cfn-result-pop .modal-body .h4 {
  font-size: 14px;
  padding: 10px;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  margin-top: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cfn-result-pop .modal-body .h4 p {
  color: #9baec0;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 0;
}
.cfn-result-pop .modal-body .list-details {
  padding: 5px 10px;
  border: 0;
  display: inline-block;
  width: 100%;
}
.cfn-result-pop .modal-body .list-details ul {
  padding: 0;
}
.cfn-result-pop .modal-body h6 {
  display: inline-block;
  margin: 1em 0;
  color: #9baec0;
  text-align: center;
  width: 100%;
}
.list-details ul.result-4 li {
  color: #a1a1a1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0;
}
.list-details ul.result-4 li strong {
  color: #676666;
}
.list-details ul.result-4 li span {
  padding: 0;
}
.list-details ul.result-4 li button {
  width: 100%;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .cfn-result-pop .modal-body .list-details ul h4 {
    line-height: 1.5em;
  }
  .cfn-result-pop .modal-body .h4 {
    margin: 0;
    padding: 1em;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding: 0 10px 10px;
  }
  .cfn-result-pop .modal-body .list-details ul.result-4:last-child {
    border-left: 1px dotted #ddd;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding: 0 10px 10px 0;
    padding-bottom: 0;
  }
  .cfn-result-pop .modal-body .h4 p {
    display: inline-block;
    padding: 0 1em;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    display: inline-block;
    width: auto;
    padding-left: 83px;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(2) {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cfn-result-list {
    padding: 0 10px;
  }
}
.list-price {
  border: 1px solid #ddd;
  margin: 0 10px 10px;
  text-align: center;
  padding: 10px;
}
.list-price .btn {
  margin: 10px 0;
  width: 100%;
}
.list-price ul li a {
  text-decoration: underline;
  color: #a1a1a1;
}
.list-price ul li a span {
  color: #a1a1a1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.list-price ul h2 {
  color: #F00;
  margin: 0;
}
@media (max-width: 767px) {
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding-left: 0;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .cfn-contents {
    padding: 0;
  }
  .cfn-result-list > div {
    padding: 0;
  }
  .list-details ul.result-1 li:nth-child(3) {
    float: none;
    top: 0;
    width: 100%;
    display: table;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .cfn-result-list > div {
    padding: 0;
  }
  .cfn-result-list {
    font-size: 14px;
  }
  .list-details ul.result-1 li:nth-child(3) {
    clear: none;
  }
  .list-details ul.result-3 li:last-child {
    float: right;
  }
  .list-details ul.result-2 h4,
  .list-details ul.result-3 h4 {
    font-size: 14px;
  }
  .list-details ul.result-3 li:last-child a {
    position: absolute;
    right: 10px;
    top: 18px;
    text-decoration: underline;
    font-size: 12px;
  }
  .list-price {
    margin: 0;
    border-width: 1px 0 0 0;
    padding: 0px;
    display: inline-block;
    width: 100%;
    height: 80px;
  }
  .list-price ul li a {
    font-size: 12px;
  }
  .list-price ul li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .list-price ul li:nth-child(1) {
    margin: 10px 0;
  }
  .list-price ul li:nth-child(1) {
    width: 48%;
    margin: 0;
    margin-right: 2%;
    height: 85px;
  }
  .list-price ul h2 {
    padding: 15px 0 0;
  }
  .list-price .btn {
    width: 90%;
    font-size: 18px;
    margin: 10px 0;
  }
  .list-price ul li:nth-child(2) a {
    display: inline-block;
  }
  .list-details ul.result-1 li:nth-child(2) {
    display: inline-block;
  }
  .list-details ul.result-1 li:nth-child(3) {
    float: right;
    top: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .list-price {
    border: 0;
    min-height: 100px;
    margin-top: 2em;
  }
  .cfn-result-list {
    padding: 0 0 0 10px;
  }
  .cfn-result-list .list > div:nth-child(1) {
    border-right: 1px solid #ddd;
  }
  .cfn-result-list .list-details:nth-child(1) ul:nth-child(1) {
    padding-top: 15px;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    float: none;
  }
  .list-price ul li,
  .list-price ul li:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .list-price ul li:nth-child(2) {
    text-align: center;
  }
  .list-price ul li:nth-child(2) a span {
    font-size: 1.5em;
    padding: 0 10px 0px 0;
    display: inline-block;
    width: 30px;
    vertical-align: top;
  }
  .list-price ul li:nth-child(2) a strong {
    display: inline-block;
    width: 120px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .list-details ul {
    padding: 0 0 0 10px;
  }
  .list-details ul.result-3 li:last-child a {
    top: 10px;
  }
  .list-price ul li:nth-child(1) {
    height: auto;
  }
  .list-price {
    margin-top: 10px;
  }
  .list-price .btn {
    width: 60%;
  }
}
.CFN-sitemap .cfn-group {
  padding: 1.5em;
}
.CFN-sitemap .panel-heading h4,
.CFN-faq .panel-heading h4 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  border-top: 0;
}
.CFN-sitemap .panel-heading i {
  float: right;
  margin-top: -1em;
}
.descriptions,
.descriptions-facilities {
  font-size: 12px;
  padding: 0;
}
.descriptions > .nav-tabs > li {
  float: left;
  border-style: solid;
  border: 0;
  margin-top: 10px;
}
.descriptions > .nav-tabs > li:first-child {
  margin-left: 10px;
  border-width: 1px 0px 0px 1px;
}
.descriptions > .nav-tabs > li:not(:first-child):not(:last-child),
.descriptions > .nav-tabs > li:last-child {
  border-width: 0;
}
.descriptions > .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 0;
  color: #999;
}
.descriptions > .nav > li > a:hover,
.descriptions > .nav > li > a:focus {
  text-decoration: none;
  background-color: #FFF;
}
.descriptions > .nav-tabs > li > a {
  margin-right: 0;
  font-size: 1em;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0;
  font-weight: bold;
  text-decoration: underline;
}
.descriptions > .nav-tabs > li > a:hover {
  color: #555;
}
.descriptions > .nav-tabs > li.active > a,
.descriptions > .nav-tabs > li.active > a:hover,
.descriptions > .nav-tabs > li.active > a:focus {
  color: #428bca;
  cursor: default;
  background-color: #fff;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.descriptions > .tab-content > .active > div {
  margin: 0;
  padding: 10px;
}
.continent-list a {
  cursor: inherit;
  color: #8c8d8d;
  background: #FFF;
  line-height: 1.5em;
  margin: 0;
}
.siteList a:hover {
  color: #ff9600;
  cursor: pointer;
}
.continent-list a:focus {
  font-weight: bold;
}
.continent-list a:before {
  position: relative;
  top: 1px;
  padding-right: 5px;
  color: #de0909;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e062";
}
.CFN-sitemap .row .CFN-terms b {
  line-height: 2em;
  padding-top: 5px;
  display: inline-block;
}
.CFN-sitemap .panel-group:first-child b {
  border: 0;
}
.CFN-sitemap .Box {
  padding: 10px 40px;
  margin-bottom: 1em;
}
.siteTab > .nav-tabs > li.active > a,
.siteTab > .nav-tabs > li.active > a:hover,
.siteTab > .nav-tabs > li.active > a:focus {
  color: #ff9600;
}
.siteTab > .nav-tabs {
  margin-bottom: 1em;
}
.siteTab > .nav-tabs > li > a {
  color: #9caec4;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.siteList a {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 2em;
}
.siteList.continent-list {
  margin: 0;
  border: 0;
}
.siteList.line {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
.siteList > span {
  padding: 0;
}
.siteList.line li:first-child {
  padding-left: 0;
}
.siteList.line li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .CFN-sitemap {
    padding: 0;
  }
  .CFN-sitemap #cfn-list {
    margin: 5px;
  }
  .CFN-sitemap .descriptions {
    padding: 5px;
  }
  .descriptions.siteTab .tab-pane {
    margin-bottom: 5px;
  }
  .CFN-sitemap > .panel-group {
    margin: -1px 0 0;
  }
  .CFN-sitemap .panel-heading,
  .CFN-sitemap .panel-body {
    padding: 10px;
  }
  .CFN-sitemap .tab-content h4 {
    display: block;
  }
  .CFN-sitemap .Box {
    padding: 0 1em;
  }
  .siteList.list-inline span {
    margin: 0;
    padding: 0;
  }
  .siteList.line li {
    padding: 0;
    width: 100%;
    border: 0;
  }
  .siteList > .nav-tabs > li {
    width: 100%;
    margin: 0 !important;
  }
  .siteList .tab-pane {
    display: block !important;
  }
  .siteTab .tab-content > .tab-pane {
    display: block;
  }
  .siteTab .tab-content > .tab-pane > .panel-group {
    padding: 0;
    margin: 0;
  }
  .descriptions.siteTab > h4 {
    text-align: center;
    color: #F00;
    margin: 1em 0;
  }
  .descriptions.siteTab > h4 b {
    font-weight: normal;
  }
  .cfn-group .panel .panel-collapse > .panel-body > div {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .CFN-sitemap {
    border: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .descriptions.siteTab .panel-body h4 > b {
    display: none;
  }
  .CFN-sitemap .panel {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .CFN-sitemap .panel-group:nth-child(2) b {
    border: 0;
  }
  .CFN-sitemap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 0 10px;
  }
}
@media (min-width: 980px) {
  .CFN-sitemap .panel-group b {
    line-height: 2em;
    border-top: 1px solid #eee;
    padding: 10px 0;
    font-weight: bold;
  }
  .siteList.line {
    margin: 0;
  }
  .siteList a {
    font-weight: bold;
  }
}
.CFN-sitemap .CFN-terms {
  background: #FFF;
}
.CFN-sitemap .CFN-heading {
  font-size: 28px;
  margin: 20px 0 20px;
}
.CFN-terms {
  font-size: 14px;
}
.CFN-terms,
.CFN-policy,
.CFN-contact {
  color: #555;
}
.CFN-terms h5 {
  color: #333;
  padding: 5px 0;
}
.CFN-terms h5:before {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
  color: #ccc;
  font-size: 10px;
  margin: 0 5px;
}
.CFN-terms .line {
  border-bottom: 1px dotted #ddd;
}
.CFN-policy h4 {
  border-bottom: 1px dotted #ddd;
  margin-top: 20px;
  font-weight: bold;
}
.CFN-policy blockquote footer:before,
.CFN-faq blockquote footer:before {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
  color: #ccc;
  font-size: 10px;
  margin: 0 5px;
}
.CFN-policy blockquote footer,
.CFN-faq blockquote footer {
  padding-bottom: 1em;
  color: #555;
}
.CFN-policy blockquote,
.CFN-faq blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
.CFN-policy blockquote header,
.CFN-faq blockquote header {
  font-size: 14px;
  padding-bottom: 10px;
}
.CFN-contact .row {
  margin: 0 -15px;
}
.CFN-contact .cfn-group-normal {
  margin-bottom: 10px;
  padding: 1em;
  background: #f2f2f2;
}
.CFN-contact .cfn-group-normal ul li:before {
  display: none;
}
.CFN-contact .cfn-group-normal ul li {
  line-height: 1.5em;
  margin: 1em 0;
}
.CFN-contact .cfn-group-normal a {
  display: inline-block;
  color: #428bca;
}
.CFN-contact ol {
  margin: 0;
  padding: 10px;
  font-weight: bold;
}
.CFN-contact ol li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
  color: #ccc;
  font-size: 10px;
  margin: 5px 10px 10px 0;
}
.CFN-contact .cfn-group-normal h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.CFN-contact .cfn-group {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.CFN-faq a:before {
  content: '';
}
.CFN-faq a {
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
}
.CFN-faq .page-header {
  margin: 10px 0;
}
.CFN-faq .nav-tabs > li > a {
  font-size: 12px;
}
.CFN-faq .table {
  font-size: 14px;
}
.CFN-faq .table i {
  display: block;
  font-size: 1.8em;
  color: #ccc;
}
.CFN-faq .table thead tr th {
  color: #92a7bb;
}
.CFN-faq .table thead tr th:not(:nth-child(1)),
.CFN-faq .table tbody tr td:not(:nth-child(1)) {
  text-align: center;
}
.CFN-faq .table thead tr th,
.CFN-faq .table thead tr td {
  text-align: center;
  vertical-align: middle;
}
.CFN-faq .panel h3 {
  padding: 0 10px;
  margin: 0 0 10px;
}
.CFN-faq .nav-tabs > li > a {
  width: 180px;
  height: 60px;
  vertical-align: middle;
}
.CFN-contact .cfn-form .row {
  padding: 0;
  margin: 0;
}
.CFN-reservate .CFN-policy {
  padding: 2em 10px;
}
.CFN-reservate button {
  width: 50%;
  padding: 8px 0;
}
.ReservationStatusSearch {
  margin-bottom: 10px;
  padding: 1em;
  background: #f2f2f2;
}
.ReservationStatusSearch .SearchRow {
  margin-bottom: 15px;
}
.ReservationStatusSearch .SearchLabel {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ReservationStatusSearch .SearchInput input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.ReservationStatusSearch .Button {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
  margin: 0 auto;
}
.ReservationStatusSearch .Button {
  background: #ff9600;
  background-image: -webkit-linear-gradient(top, #ff9600, #ff6600);
  background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
  background-image: -ms-linear-gradient(top, #ff9600, #ff6600);
  background-image: -o-linear-gradient(top, #ff9600, #ff6600);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff6600));
  background-image: linear-gradient(to bottom, #ff9600, #ff6600);
  border: 1px solid #d65803;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.ReservationStatusSearch .Button:hover {
  color: #FFF;
  background: #d65803;
  background-image: -webkit-linear-gradient(top, #d65803, #ff6600);
  background-image: -moz-linear-gradient(top, #d65803, #ff6600);
  background-image: -ms-linear-gradient(top, #d65803, #ff6600);
  background-image: -o-linear-gradient(top, #d65803, #ff6600);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d65803), to(#ff6600));
  background-image: linear-gradient(to bottom, #d65803, #ff6600);
  text-decoration: none;
}
@media (max-width: 767px) {
  .CFN-policy {
    background: #FFF;
    padding: 10px;
  }
  .CFN-terms,
  .CFN-policy,
  .CFN-contact {
    padding: 10px;
    background: #FFF;
  }
  .CFN-contact .row {
    margin: 0 -15px 0 -20px;
  }
  .CFN-contact .cfn-group-normal {
    padding: 10px;
    margin-left: 5px;
  }
  .CFN-terms,
  .CFN-policy,
  .CFN-contact {
    background: #FFF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #dfdfdf; */
  
  }
  .CFN-sitemap .CFN-heading {
    font-size: 1.5em;
    margin: 0;
    background: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .CFN-contact a.live {
    width: auto;
  }
  .CFN-contact .cfn-group {
    padding: 0 10px;
  }
  .CFN-contact ol {
    padding: 0 0 20px;
  }
  .CFN-contact .cfn-group-normal h4 {
    text-align: center;
  }
  .CFN-faq a {
    text-decoration: none;
  }
  .CFN-faq .tab-content h4 {
    margin: 0;
  }
  .CFN-faq .tab-content .row h4 {
    color: #000;
  }
  .CFN-faq .panel-default {
    border-top: 0;
  }
  .panel-default > .panel-heading {
    border: 0;
    margin-top: 1px;
  }
  .panel-default > .panel-heading a {
    text-decoration: none;
  }
  .CFN-faq blockquote footer {
    color: #8d8d8d;
  }
  .CFN-faq .table thead tr th:not(:nth-child(1)),
  .CFN-faq .table tbody tr td:not(:nth-child(1)) {
    text-align: center;
  }
  .CFN-contact.CFN-reservate {
    padding: 10px 15px;
    margin: 0;
  }
  .CFN-reservate .CFN-policy {
    padding: 0 5px;
    margin: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .CFN-reservate button {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .CFN-faq .nav-tabs > li > a {
    width: 110px;
    height: 60px;
    padding: 5px 10px;
  }
  .CFN-faq {
    margin: 0 -0.7em;
  }
}
.CFN-airCode h6 {
  color: #737373;
}
.CFN-airCode .siteTab > .nav-tabs > li.active > a,
.CFN-airCode .siteTab > .nav-tabs > li.active > a:hover,
.CFN-airCode .siteTab > .nav-tabs > li.active > a:focus {
  color: #0E6EBB;
}
.CFN-airCode .pagination {
  margin: 10px 0;
}
.CFN-airCode .pagination > li > a,
.CFN-airCode .pagination > li > span {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.CFN-airCode .pagination > li > a {
  color: #aaa;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin: 2px;
}
.CFN-airCode .pagination > li > a:hover {
  background: #f1f1f1;
}
.CFN-airCode .pagination > .active > a,
.CFN-airCode .pagination > .active > span,
.CFN-airCode .pagination > .active > a:hover,
.CFN-airCode .pagination > .active > span:hover,
.CFN-airCode .pagination > .active > a:focus,
.CFN-airCode .pagination > .active > span:focus {
  color: #000;
  background: #e9e9e9;
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 0 #ddd;
  box-shadow: inset 0 1px 0 #ddd;
}
.CFN-airCode .descriptions > .tab-content > .active > div {
  padding: 0;
}
.CFN-airCode .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
}
.CFN-airCode .descriptions h4 {
  margin: 1em 0 0.5em;
}
.CFN-airCode .descriptions h4:before {
  position: relative;
  top: -3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
  color: #ccc;
  font-size: 10px;
  margin: 10px 5px 0 5px;
}
.CFN-airCode .descriptions pre {
  background: transparent;
  border: 0;
  font-family: arial;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 10px;
  margin: 0;
}
.CFN-airCode .panel-body > b {
  display: none;
}
.CFN-airCode .row > div[class*="col"] {
  padding: 0 15px;
  margin: 0 0 15px;
  font-size: 14px;
  color: #737373;
}
@media (max-width: 767px) {
  .CFN-airCode {
    margin: 0 -15px;
  }
  .CFN-airCode h6 {
    padding: 0 10px;
  }
  .CFN-airCode .siteTab .tab-content > .tab-pane {
    display: none;
  }
  .CFN-airCode .siteTab .tab-content > .tab-pane.active {
    display: block;
  }
  .CFN-airCode .siteTab > .nav-tabs > li a,
  .CFN-airCode .siteTab > .nav-tabs > li.active a {
    background: transparent;
    font-size: 13px;
  }
  .CFN-airCode .siteTab {
    width: 100%;
  }
  .CFN-airCode .siteTab li {
    margin: 0 !important;
    width: 100%;
    background: transparent;
  }
  .CFN-airCode .siteTab li a {
    border: 0 !important;
  }
  .CFN-airCode .siteTab li a:before {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e075";
    color: #ccc;
    font-size: 10px;
    margin: 5px 5px 0 0px;
  }
  .CFN-airCode .siteTab li:not(:first-child):not(:last-child) {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 1px 0 !important;
  }
  .CFN-airCode .CFN-heading {
    text-align: center;
  }
  .CFN-airCode .descriptions h4 {
    margin: inherit;
  }
  .CFN-airCode .descriptions h4:before {
    display: none;
  }
  .CFN-airCode .descriptions.siteTab > div .descriptions > .tab-content .tab-pane {
    display: block;
  }
  .CFN-airCode .descriptions > h4 {
    margin: 1em 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .CFN-airCode .descriptions pre {
    padding: 1em;
    font-size: 13px;
    line-height: 1.5em;
  }
  .CFN-airCode .row > div[class*="col"] {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.airContact .descriptions {
  color: #333;
  font-size: 14px;
}
.airContact tr td:first-child {
  text-align: left;
}
.airContact tr td:last-child {
  text-align: right;
}
.airContact tr td:first-child:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  content: "\f072";
  color: #ff9600;
  text-shadow: 0 1px 0 #fff;
  margin: 0 10px 0 5px;
}
.airContact tr:nth-child(odd) {
  background: #f8f8f8;
}
.airContact tr td {
  border: 0;
}
@media (max-width: 767px) {
  .airContact .CFN-heading {
    margin-bottom: 10px;
  }
  .airContact .descriptions {
    font-size: 13px;
  }
  .airContact .descriptions > .tab-content .tab-pane {
    display: block;
  }
  .airContact .descriptions > .tab-content .tab-pane .panel {
    border-bottom: 0;
    margin: 0;
  }
  .airContact tr:nth-child(even) {
    background: #f8f8f8;
  }
  .airContact tr:nth-child(odd) {
    background: #FFF;
  }
}
.airDirectory .descriptions .panel-collapse a {
  display: block;
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
  color: #8d8d8d;
}
.airDirectory .descriptions .panel-collapse a:hover {
  color: #ff9600;
}
.airDirectory .descriptions .panel-collapse a:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  content: "\f072";
  color: #ff9600;
  text-shadow: 0 1px 0 #fff;
  margin: 0 10px 0 5px;
}
@media (max-width: 767px) {
  .airDirectory .CFN-heading {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .airDirectory .descriptions {
    font-size: 13px;
  }
  .airDirectory .descriptions > .tab-content .tab-pane {
    display: block;
  }
  .airDirectory .descriptions > .tab-content .tab-pane .panel {
    border-bottom: 0;
    margin: 0;
  }
  .airDirectory .descriptions .panel-collapse > div {
    padding: 0;
  }
  .airDirectory .descriptions .panel-collapse a {
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
  }
}
.CFN-loading {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 4em auto;
  padding: 0;
}
.CFN-loading .row {
  margin: 0;
}
.loading-list {
  margin: 1.5em 6em;
  font-size: 14px;
}
.loading-list h5 {
  color: #767676;
  display: inline-block;
  margin: 0;
}
.loading-list > ul > li > h5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
}
.loading-list h6 {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.loading-list li.h5 {
  font-size: 2em;
  color: #7a7979;
}
.loading-list .destination i {
  vertical-align: middle;
  min-height: 50px;
}
.loading-list .destination strong {
  font-size: 1.6em;
}
.CFN-loading .loading-bg {
  display: block;
  position: relative;
  padding: 1em 6em;
}
.CFN-loading .progress {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.CFN-loading .progress-bar {
  background: #ff9600;
}
.CFN-loading .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.CFN-loading .loading-call {
  padding: 1.5em;
  font-size: 18px;
  color: #020202;
}
.CFN-loading .loading-call img {
  padding-right: 1em;
}
.CFN-loading .loading-list {
  vertical-align: top;
  color: #000;
}
.CFN-loading .loading-list h4 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
}
.CFN-loading .loading-list h4:before {
  background: url("/Sites/49/images/icon.png") no-repeat;
  background-position: -48px 0;
  width: 23px;
  height: 24px;
  pointer-events: none;
  content: '';
  display: block;
  cursor: pointer;
  float: left;
}
.CFN-loading .loading-list img {
  position: relative;
  width: 300px;
  float: right;
  margin-top: -20px;
}
.CFN-loading .loading-call a {
  color: #ff7300;
  cursor: pointer;
}
.CFN-loading .loading-list h4:before {
  margin-left: -25px;
}
#loadingProgressCFN .progress.active .progress-bar,
#loadingProgressCFN .progress-bar.active {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (max-width: 767px) {
  .CFN-loading {
    margin: 2em 1em;
  }
  .loading-list {
    margin: 10px;
    font-size: 14px;
  }
  .loading-list .destination strong {
    font-size: 1em;
  }
  .loading-list .destination i {
    min-height: 30px;
  }
  .loading-list li.h5 {
    font-size: 1.5em;
  }
  .loading-list .destination strong {
    font-size: 16px;
  }
  .loading-list h6 {
    font-size: 14px;
    margin: 0;
  }
  .loading-list ul ul {
    margin-left: 15px;
    display: none;
  }
  .loading-list ul ul h5,
  .loading-list ul ul h6 {
    display: inline-block;
  }
  .CFN-loading .loading-bg {
    padding: 0 2em;
  }
  .CFN-loading .loading-call {
    padding: 20px 10px;
    font-size: 14px;
  }
  .CFN-loading .loading-call a {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
  }
  .CFN-loading .loading-call img {
    width: 55px;
    padding: 0 10px;
  }
  .CFN-loading .loading-list {
    margin: 1em auto;
    text-align: center;
  }
  .CFN-loading .loading-list h4 {
    font-size: 14px;
  }
  .CFN-loading .loading-list h4:before {
    display: none;
  }
  .CFN-loading .loading-list img {
    width: 200px;
    float: none;
    margin: -20px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .CFN-loading {
    margin: 1em auto;
  }
  .loading-list h6 {
    font-size: 14px;
  }
  .CFN-loading .loading-bg {
    padding: 1em 3em;
  }
  .CFN-loading .loading-call {
    padding: 1.2em;
    font-size: 16px;
  }
  .CFN-loading .loading-call img {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .CFN-loading .loading-list {
    margin: 1.5em 4em;
  }
  .CFN-loading .loading-list h4 {
    font-size: 18px;
  }
  .CFN-loading .loading-list img {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .CFN-loading {
    width: 1000px;
  }
}
.FlightSearch .checkbox-inline {
  padding: 0;
  overflow: hidden;
  display: table;
  width: 100%;
}
.FlightSearch .checkbox-inline .TripTypeRadio {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
  }
}
.FlightSearch .checkbox-inline .TripTypeRadio label {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  margin: 0 2px 0 0;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  opacity: 0.3;
  border-radius: 4px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio label {
    width: 100%;
    line-height: 32px;
  }
}
.FlightSearch .checkbox-inline .TripTypeRadio label:hover {
  opacity: 1;
}
.FlightSearch .checkbox-inline .TripTypeRadio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: none;
}
.FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
  opacity: 1;
}
.FlightSearch .input-group {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.FlightSearch .input-group > .input-group-addon {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: block;
}
.FlightSearch .input-group > .input-group-addon label {
  margin: 0;
}
.FlightSearch .input-group > .input-group-addon label > span {
  color: #FFF;
  font-size: 14px;
  line-height: 2;
}
.FlightSearch .input-group > .input-group-addon label > i {
  display: block;
  content: '';
  width: 23px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 35px;
  z-index: 3;
  pointer-events: none;
}
.FlightSearch .input-group > .input-group-addon label > i.fa-calendar {
  background: url(/Sites/49/images/icon.png);
  background-position: -23px 0;
}
.FlightSearch .input-group > .input-group-addon label > i.fa-user,
.FlightSearch .input-group > .input-group-addon label > i.fa-ticket {
  left: auto;
  right: 0;
  display: block !important;
}
.FlightSearch .input-group > .input-group-addon label > i:before {
  display: none;
}
.FlightSearch .input-group > .input-group-addon label[for*="OrigCity"] > i.fa-map-marker {
  background: url(/Sites/49/images/icon.png);
  background-position: -46px 0;
}
.FlightSearch .input-group > .input-group-addon label[for*="DestCity"] > i.fa-map-marker {
  background: url(/Sites/49/images/icon.png);
  background-position: -46px 0;
}
.FlightSearch .input-group .form-control {
  float: none;
  padding: 0 10px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .FlightSearch .input-group .form-control {
    -webkit-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -o-user-select: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
  }
}
.FlightSearch .input-group .form-control:hover,
.FlightSearch .input-group .form-control:focus {
  border-color: #FF6100;
  z-index: 2;
  -webkit-box-shadow: 0, 0, 0, 2px, #ff6600;
  -moz-box-shadow: 0, 0, 0, 2px, #ff6600;
  -ms-box-shadow: 0, 0, 0, 2px, #ff6600;
  -o-user-select: 0, 0, 0, 2px, #ff6600;
  box-shadow: 0, 0, 0, 2px, #ff6600;
}
.FlightSearch .input-group .form-control.flightSearchInput,
.FlightSearch .input-group .form-control.DateInput {
  padding-left: 30px;
  border: 0;
  border-radius: 4px !important;
  z-index: 2;
}
.FlightSearch .input-group .ui-datepicker-trigger {
  display: none;
}
.FlightSearch .input-group .paxgroup.input-group-addon label > span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.FlightSearch .input-group .paxgroup i {
  display: none;
}
.FlightSearch .input-group .paxgroup br {
  display: none;
}
.FlightSearch div[id*="GroupPassengers"] > div {
  padding-right: 7px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown {
  display: block;
  width: 100%;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle.form-control {
  overflow: hidden;
  border-radius: 4px;
  border: 0;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle .caret {
  margin: 16px 5px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu {
  padding: 0;
  min-width: 250px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu {
    left: 0;
    right: auto;
  }
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  padding: 10px 15px 10px 10px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel {
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  text-align: center;
  min-width: 110px;
  line-height: 1.2;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel > span {
  font-size: 12px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerAge {
  display: inline-block;
  text-align: center;
  color: #e29d76;
  font-size: 11px;
  margin-top: 5px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput {
  text-align: center;
  width: 100%;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .bootstrap-touchspin {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  margin: 0;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn {
  width: auto;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn button {
  height: 35px !important;
  line-height: 35px;
  padding: 0;
  text-align: center;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup {
  height: 35px !important;
  text-align: center;
  padding: 0;
  background: #eee;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup.form-control {
  pointer-events: none;
  width: 60px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-subtract,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-add {
  text-align: center;
  width: 33px;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done {
  background: #ff7200;
  border: 0;
  border-radius: 2px !important;
  color: white;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  height: 37px;
  line-height: 1;
}
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done:hover {
  background: #ec6a00;
}
.FlightSearch div[id="ClassBox"] {
  display: block !important;
  padding-left: 7px;
  z-index: 0;
}
.FlightSearch div[id="ClassBox"] .form-control {
  border: 0;
  border-radius: 4px !important;
}
.FlightSearch > div[id*="FlexDateDiv"] {
  margin: 0;
  display: block;
  width: 100%;
  z-index: 2;
}
.FlightSearch > div[id*="FlexDateDiv"] .flex {
  padding: 5px 0;
}
.FlightSearch > div[id*="FlexDateDiv"] input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.FlightSearch > div[id*="FlexDateDiv"] label {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.FlightSearch > div.row:nth-last-child(3) {
  display: block;
}
.FlightSearch > div.row:nth-last-child(3) .SearchButton input {
  background: #efc96d;
  border: 1px solid #ecc156;
  text-align: center;
  color: #dea418;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 22px;
  color: #000;
  line-height: 42px;
}
.FlightSearch > div.row:nth-last-child(3) .SearchButton input:hover {
  background: #ebbb48;
}
.FlightSearch > div.row:nth-last-child(3) .SearchButton input:active {
  background: #c79316;
  outline: none;
}
.FlightSearch > div.row:nth-last-child(3) .SearchButton input:focus {
  outline: none;
}
.FlightSearch > div.row:nth-last-child(3) .SearchButton input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.FlightSearch > div[id*="RoundTripPage"],
.FlightSearch > div[id*="OneWayPage"],
.FlightSearch > div[id*="MultiPage"] {
  width: 100%;
  display: inline-block;
}
.FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4),
.FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) {
  width: 100%;
  margin: 0;
  padding: 0;
}
.FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div,
.FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div {
  padding: 0;
  width: 50%;
}
.FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div:not(:last-child),
.FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div:not(:last-child) {
  padding-right: 7px;
}
.FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div:not(:first-child),
.FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div:not(:first-child) {
  padding-left: 7px;
}
.FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div {
  width: 100%;
}
.FlightSearch > div[id*="MultiPage"] {
  display: table;
  width: 100%;
}
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(2),
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(3),
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(4),
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(6),
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(7),
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(8),
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(10),
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(11),
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(12) {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(2),
  .FlightSearch > div[id*="MultiPage"] div.row:nth-child(3),
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(4),
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(6),
  .FlightSearch > div[id*="MultiPage"] div.row:nth-child(7),
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(8),
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(10),
  .FlightSearch > div[id*="MultiPage"] div.row:nth-child(11),
  .FlightSearch > div[id*="MultiPage"] > div.row:nth-child(12) {
    width: 100%;
  }
}
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(2) > div,
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(3) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(4) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(6) > div,
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(7) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(8) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(10) > div,
.FlightSearch > div[id*="MultiPage"] div.row:nth-child(11) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(12) > div {
  padding: 0;
}
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(4) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(8) > div,
.FlightSearch > div[id*="MultiPage"] > div.row:nth-child(12) > div {
  width: 100%;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] .searchlabel > a {
  color: #FFF;
  padding: 5px 0;
  display: block;
  text-decoration: underline;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] .searchlabel > a i {
  padding-right: 5px;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] .searchlabel > a:hover {
  color: #278fec;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div.row {
  padding: 0;
  width: 100%;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] .row {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] .row {
    width: 100%;
  }
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] .row > div {
  padding: 0;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] .row:nth-child(4n) > div {
  width: 100%;
}
.FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] .row:nth-child(4n) > div:last-child {
  display: none;
}
@media (min-width: 768px) {
  .FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] div:nth-child(4n-2) {
    width: 100%;
  }
  .FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] div:nth-child(4n-1) {
    width: 100%;
  }
  .FlightSearch > div[id*="MultiPage"] > span[id*="UpdatePanelPrice"] > div[id*="pnlMultiAddl"] div:nth-child(4n) {
    width: 100%;
  }
}
.FlightSearch .SearchButton {
  display: table;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.FlightSearch .SearchButton .btn {
  background-image: -webkit-linear-gradient(top, #ff9600, #ff6600);
  background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
  background-image: -ms-linear-gradient(top, #ff9600, #ff6600);
  background-image: -o-linear-gradient(top, #ff9600, #ff6600);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff6600));
  background-image: linear-gradient(top, #ff9600, #ff6600);
  border: 1px solid #d65803;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 14px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.FlightSearch > .input-group {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.FlightSearch > div[id*="ErrorGroup"] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.FlightSearch > div[id*="RoundTripPage"],
.FlightSearch > div[id*="OneWayPage"],
.FlightSearch > div[id*="MultiPage"] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.FlightSearch > div[id*="FlexDateDiv"] {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.FlightSearch .ui-widget .ui-state-focus {
  color: #FFF;
  background: #FF6100;
  border: 0;
}
.FlightSearch .ui-widget .ui-state-focus a {
  color: #FFF;
}
.FlightSearch .ui-datepicker {
  z-index: 10 !important;
}
.FlightSearch .updnValidatorCallout {
  z-index: 11 !important;
}
.FlightSearch .ErrorGroupText {
  padding: 0;
  margin: 10px 0;
  color: #a94442;
}
.FlightSearch .ErrorGroupText i {
  display: none;
}
.FlightSearch .ErrorGroupText li {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  background: #f4e2e2;
  -webkit-box-shadow: 1px, 1px, 2px, 0, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px, 1px, 2px, 0, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px, 1px, 2px, 0, rgba(0, 0, 0, 0.2);
  -o-user-select: 1px, 1px, 2px, 0, rgba(0, 0, 0, 0.2);
  box-shadow: 1px, 1px, 2px, 0, rgba(0, 0, 0, 0.2);
  border-left: 4px solid #ce8483;
}
.FlightSearch .ErrorGroupText li:not(:last-child) {
  border-bottom: 1px solid #dda8a7;
}
.FlightSearch .ErrorGroupText li:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "Glyphicons Halflings";
  content: "\e101";
  font-size: 14px;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.modal-timeout .modal-dialog {
  width: 500px;
  height: auto;
  margin: 30px auto;
}
.modal-timeout .modal-content {
  border-radius: 6px;
}
.modal-timeout .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border: 0;
  background: #FFA100;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.modal-timeout .modal-header h1 {
  color: #025d8f;
  font-weight: bold;
  font-size: 29px;
  padding-top: 10px;
  margin: 0;
}
.modal-timeout .modal-header p {
  font-size: 14px;
  color: white;
  margin: 5px 0 0;
}
.modal-timeout .modal-header strong {
  color: white;
}
.modal-timeout .close {
  z-index: 3;
  opacity: 1;
  margin: -10px;
  border-radius: 50%;
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 1px 6px #000;
  box-shadow: 0 1px 6px #000;
  line-height: 0;
  position: absolute;
  float: none;
  right: 0;
  top: 0;
}
.modal-timeout .close > span {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  line-height: 26px;
  color: #FFF;
}
.modal-timeout .modal-body {
  background-image: -webkit-linear-gradient(#FFF 30%, #CAE6F3);
  background-image: -moz-linear-gradient(#FFF 30%, #CAE6F3);
  background-image: -ms-linear-gradient(#FFF 30%, #CAE6F3);
  background-image: -o-linear-gradient(#FFF 30%, #CAE6F3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFF), to(#CAE6F3));
  background-image: linear-gradient(#FFF 30%, #CAE6F3);
}
.modal-timeout .modal-body .top {
  display: block;
  margin-bottom: 10px;
}
.modal-timeout .modal-body .top img {
  height: 82px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}
.modal-timeout .modal-body .bottom {
  display: block;
  margin: 0;
}
.modal-timeout .modal-body .bottom .phone {
  border: 1.8px dotted #A5C2D5;
  border-radius: 4px;
  background: url(https://www.cheapflightnow.com/Sites/49/images/V2/waiting/callcenter2.png) no-repeat rgba(255, 255, 255, 0.8);
  background-position: 92% 10px;
  background-size: 68px auto;
  text-align: right;
  padding: 15px 110px 15px 5px;
}
.modal-timeout .modal-body .bottom .phone p {
  color: #E00D09;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.modal-timeout .modal-body .bottom .phone h1 {
  color: #E00D09;
  font-size: 34px;
  margin: 5px 0;
  font-weight: bold;
}
.modal-timeout .modal-body .bottom .phone h3 {
  color: #1B6696;
  font-size: 20px;
  margin: 0;
}
.modal-timeout .modal-body .bottom .phone a:hover h1,
.modal-timeout .modal-body .bottom .phone a:hover h3 {
  text-decoration: underline;
}
.modal-timeout .modal-footer {
  color: #9a9a9a;
  font-size: 16px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 40px;
}
.modal-timeout .modal-footer span {
  margin: 0 10px;
}
.modal-timeout .btn {
  color: #025D8F;
  font-weight: bold;
  padding: 9px 30px;
  font-size: 16px;
  border: 1px solid #d7dada;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #fff, #dfdddd);
  background-image: -moz-linear-gradient(top, #fff, #dfdddd);
  background-image: -ms-linear-gradient(top, #fff, #dfdddd);
  background-image: -o-linear-gradient(top, #fff, #dfdddd);
  background-image: linear-gradient(to bottom, #fff, #dfdddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#dfdddd);
  -webkit-box-shadow: 0px 2px 3px #9a9a9a;
  -moz-box-shadow: 0px 2px 3px #9a9a9a;
  box-shadow: 0px 2px 3px #9a9a9a;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal-timeout .btn:hover {
  background: #dfdddd;
  border-color: #dfdddd;
}
.modal-timeout .btn.inline {
  text-decoration: underline;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-timeout .btn.inline:hover {
  background: #eee;
  color: #025d8f;
  text-decoration: none;
}
@media screen and (max-width: 590px) {
  .modal-timeout .modal-dialog {
    width: auto;
    height: auto;
    margin: 10px;
  }
  .modal-timeout .modal-header {
    height: 55px;
    padding: 5px 0;
  }
  .modal-timeout .modal-header img {
    height: 100%;
  }
  .modal-timeout .top h1 {
    font-size: 18px;
  }
  .modal-timeout .top p {
    font-size: 12px;
  }
  .modal-timeout .bottom h1 {
    font-size: 18px;
  }
  .modal-timeout .bottom h3 {
    font-size: 14px;
  }
  .modal-timeout .bottom .left {
    width: 40px;
    background-size: 100% auto;
    height: 65px;
  }
  .modal-timeout .bottom .right {
    height: 65px;
  }
  .modal-timeout .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0 15px;
    height: 140px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #Loading {
    padding: 10px 0;
    margin: 0 -10px;
  }
}
#Loading .quote-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #Loading .quote-right {
    margin-left: 15px;
  }
}
#Loading .quote-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#Loading .cfn-group-filter {
  height: 100vh;
  overflow: hidden;
}
#Loading .cfn-group-filter .cfn-group {
  padding: 0;
}
#Loading .block-loading {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 1em;
  margin-bottom: 15px;
}
#Loading .block-loading .loading-bar {
  border: 1px solid #ffc066;
  border-radius: 20px;
  padding: 5px;
  margin: 5px 0 10px;
}
#Loading .block-loading .progress {
  height: 15px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
#Loading .block-loading .progress .progress-bar {
  background-color: #ff9600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#Loading .block-destination {
  background: #edf5ff;
  color: #124056;
  border-radius: 4px;
  border: 0;
}
#Loading .block-destination .top {
  text-align: center;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .top {
    padding: 1em;
  }
}
#Loading .block-destination .top img {
  width: auto;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .top img {
    height: 50px;
  }
}
#Loading .block-destination .middle {
  text-align: center;
  padding: 2em 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#Loading .block-destination .middle h5 {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .middle h5 {
    font-size: 16px;
    padding: 0 10px;
  }
}
#Loading .block-destination .middle strong {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .middle strong {
    font-size: 16px;
  }
}
#Loading .block-destination .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  padding: 25px 20px;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
}
#Loading .block-destination .bottom .left {
  width: 340px;
  height: 115px;
  border-right: 1px dotted #bad9ff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  margin: 0 5px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom .left {
    width: 100%;
    margin: 5px 0 10px;
    border: 0;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom .left {
    background: white;
    border-radius: 10px;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #Loading .block-destination .bottom .left {
    width: 100%;
    margin: 0;
    border: 0;
  }
}
#Loading .block-destination .bottom .left img {
  height: 80px;
  width: auto;
  margin: 0 10px;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom .left img {
    height: 70px;
  }
}
#Loading .block-destination .bottom .left h1 {
  font-size: 26px;
  color: #1275ce;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#Loading .block-destination .bottom .left h4 {
  font-size: 18px;
  color: #1275ce;
  margin: 0 0 5px 0;
}
#Loading .block-destination .bottom .left p {
  font-size: 12px;
  color: #756a6a;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #Loading .block-destination .bottom .left h1 {
    font-size: 24px;
  }
  #Loading .block-destination .bottom .left img {
    margin-left: 0;
  }
}
#Loading .block-destination .bottom .left a:hover h1,
#Loading .block-destination .bottom .left a:hover h4 {
  text-decoration: underline;
}
#Loading .block-destination .bottom .right {
  width: 60%;
  margin-left: 5px;
  height: 115px;
}
@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom .right {
    display: none;
  }
}
#Loading .block-destination .bottom .right ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
}
#Loading .block-destination .bottom .right ul li {
  float: left;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #Loading .block-destination .bottom .right ul li:last-child {
    display: none;
  }
}
#Loading .block-destination .bottom .right ul li i {
  font-size: 24px;
  color: #1275ce;
  border: 1px dashed;
  padding: 12px 10px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
#Loading .block-destination .bottom .right ul li p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.input-checkbox {
  display: none;
}
.checkbox label {
  vertical-align: top;
}
.checkbox span {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
.input-checkbox + label {
  background-color: #FFF;
  padding: 8px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #FFF;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.input-checkbox + label:active,
.input-checkbox:checked + label:active {
  cursor: pointer;
  border: 1px solid #ff9600;
}
.input-checkbox:checked + label {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #99a1a7;
}
.input-checkbox:checked + label:after {
  color: #000;
  font-size: 18px;
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0px;
}
.CFcolor-white {
  color: #FFF !important;
}
.CFcolor-black {
  color: #000 !important;
}
.CFcolor-yellow {
  color: #fcf208 !important;
}
.CFcolor-gold {
  color: #b28a0b !important;
}
.CFcolor-red {
  color: #ff0000 !important;
}
.CFcolor-blue {
  color: #2e8ff7 !important;
}
.CFcolor-lightblue {
  color: #8197a0 !important;
}
.CFcolor-bluesky {
  color: #0a55bb !important;
}
.CFcolor-carmine {
  color: #b70909 !important;
}
.CFcolor-green {
  color: #31a608 !important;
}
.CFcolor-gray {
  color: #868686 !important;
}
.CFcolor-lightgray {
  color: #c0c0c0 !important;
}
.CFcolor-orange {
  color: #ff9600 !important;
}
.glyph-icon {
  background: url("http://www.cheapflightnow.com/Sites/49/images/home/mock/icon.png") no-repeat;
  content: '';
  display: block;
  cursor: pointer;
  float: left;
}
.icon-pin-blue {
  background-position: 0 0;
  width: 23px;
  height: 24px;
  pointer-events: none;
}
.icon-pin-red {
  background-position: -48px 0;
  width: 23px;
  height: 24px;
  pointer-events: none;
}
.icon-pin-white {
  background-position: -69px 0;
  width: 23px;
  height: 24px;
  pointer-events: none;
}
.icon-calendar-gray {
  background-position: -23px 0;
  width: 23px;
  height: 24px;
  pointer-events: none;
}
.spanPL-5 {
  padding-left: 5px !important;
}
.spanPR-5 {
  padding-right: 5px !important;
}
.spanPT-5 {
  padding-top: 5px !important;
}
.cfn-banner.navbar,
.cfn-banner .container-fluid {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  min-height: 0;
}
.cfn-banner .container-fluid {
  padding: 8px 10px;
  font-size: 12px;
  margin: 0;
  width: 100% !important;
}
.cfn-banner .container-fluid .ControlDiv {
  width: 100% !important;
}
.cfn-banner a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  width: 100%;
}
.cfn-banner a > i {
  font-size: 2.5em;
}
.cfn-banner strong i {
  color: #FFF;
  border: 2px solid #ff9600;
  font-weight: bold;
}
.cfn-banner h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff9600;
  margin: 0;
  display: inline-block;
}
.cfn-header-new {
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .cfn-header-new .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.cfn-header-new .container:before,
.cfn-header-new .container:after {
  display: none;
}
.cfn-header-new .hd-top {
  background: #f9a13e;
}
@media only screen and (min-width: 768px) {
  .cfn-header-new .hd-top {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-top {
    display: none;
  }
}
.cfn-header-new .hd-top .container {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 40px;
}
.cfn-header-new .hd-top .top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}
.cfn-header-new .hd-bottom {
  border-bottom: 1px solid #f2f2f2;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-bottom .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cfn-header-new .hd-bottom .bottom-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .cfn-header-new .hd-bottom .bottom-right {
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
  }
}
.cfn-header-new .hd-logo {
  float: left;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-logo {
    padding-left: 5px;
    padding-top: 0;
  }
}
.cfn-header-new .hd-logo a {
  display: inline-block;
}
.cfn-header-new .hd-logo span {
  background-image: url(/Sites/49/images/home/logo-nav.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 65px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-logo span {
    background-image: url(/Sites/49/images/home/logo-nav.png);
    height: 35px;
    width: 120px;
  }
}
.cfn-header-new .menu-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
}
.cfn-header-new .menu-group li {
  float: left;
}
.cfn-header-new .menu-top li {
  line-height: 1;
  padding: 0 10px;
  float: left;
}
.cfn-header-new .menu-top li:not(:last-child) {
  border-right: 1px dotted rgba(255, 255, 255, 0.8);
}
.cfn-header-new .menu-top a {
  font-size: 12px;
  color: #FFF;
  opacity: 0.8;
}
.cfn-header-new .menu-top a:hover {
  text-decoration: underline;
  opacity: 1;
}
.cfn-header-new .menu-social li {
  line-height: 1;
  float: left;
  padding: 0 5px;
}
.cfn-header-new .menu-social a {
  font-size: 18px;
  color: #FFF;
  opacity: 0.8;
}
.cfn-header-new .menu-social a:hover {
  text-decoration: underline;
  opacity: 1;
}
.cfn-header-new .menu-social a i[class*="rss"]:before {
  content: "";
  background: url(/Sites/49/images/home/social-blog.png) transparent no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.cfn-header-new .menu-bottom a {
  padding: 0 15px;
  line-height: 36px;
  font-size: 16px;
  margin: 0 1px;
  display: inline-block;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cfn-header-new .menu-bottom a {
    font-size: 14px;
    padding: 0 5px;
  }
}
.cfn-header-new .menu-bottom a:hover {
  color: #ff9600;
}
.cfn-header-new .menu-bottom .active a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .menu-bottom .active a {
    -webkit-box-shadow: 0, -4px, 0, #FF6100, inset;
    -moz-box-shadow: 0, -4px, 0, #FF6100, inset;
    -ms-box-shadow: 0, -4px, 0, #FF6100, inset;
    -o-user-select: 0, -4px, 0, #FF6100, inset;
    box-shadow: 0, -4px, 0, #FF6100, inset;
  }
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .menu-bottom {
    width: 100%;
  }
  .cfn-header-new .menu-bottom li {
    float: none;
    border-top: 1px solid #f2f2f2;
  }
  .cfn-header-new .menu-bottom a {
    display: block;
    border-width: 1px 0 0 0;
    border: 0;
    font-size: 14px;
  }
  .cfn-header-new .menu-bottom .active a {
    background: transparent;
    border-width: 0 0 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .cfn-header-new .navbar-header {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cfn-header-new .navbar-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .navbar-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    height: 45px;
  }
}
.cfn-header-new .navbar-header:before {
  display: none;
}
.cfn-header-new .navbar-header .navbar-toggle {
  background: #FF6100;
  border: 0;
  margin: 5px 10px 5px 5px;
  opacity: 1;
  padding: 9px 10px;
}
.cfn-header-new .navbar-header .navbar-toggle .icon-bar {
  background: #FFF;
}
.cfn-header-new .navbar-header .btn-group ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  height: 45px;
}
.cfn-header-new .navbar-header .phone {
  border: 0;
  color: transparent;
  background: url(/Sites/49/images/home/mock/btn-call.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 80px;
  height: 34px;
  content: '';
  margin: 8px 0;
}
.cfn-header-new .navbar-header .phone:hover,
.cfn-header-new .navbar-header .phone:focus {
  background-position: -80px 0;
}
.cfn-header-new .navbar-header a[class*="btn"] {
  display: inline-block;
  color: #1275ce;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  height: 33px;
  text-transform: uppercase;
  opacity: 0.9;
}
.cfn-header-new .navbar-header a[class*="btn"] i {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}
.cfn-header-new .navbar-header a[class*="btn"]:hover {
  opacity: 1;
}
.cfn-header-new .navbar-collapse {
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cfn-header-new .navbar-collapse {
    display: none !important;
  }
}
.cfn-header-new .culture-nav {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .culture-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .cfn-header-new .culture-nav {
    float: left;
  }
}
.cfn-header-new .culture-nav > li:first-child {
  border-right: 1px dotted rgba(255, 255, 255, 0.8);
}
.cfn-header-new .culture-nav li > a,
.cfn-header-new .culture-nav li.open > a {
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
  line-height: 1.42857143;
  color: #FFF;
  padding: 0 10px;
  opacity: 0.9;
}
.cfn-header-new .culture-nav li > a:hover,
.cfn-header-new .culture-nav li.open > a:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.cfn-header-new .culture-nav li > a:focus,
.cfn-header-new .culture-nav li.open > a:focus {
  color: #FFF;
  text-decoration: none;
}
.cfn-header-new .culture-nav #CultureMenu {
  min-width: 440px;
}
.cfn-header-new .culture-nav #CultureMenu li {
  width: 50%;
  float: left;
  position: relative;
}
.cfn-header-new .culture-nav #CultureMenu li > a {
  padding: 6px 12px;
  color: #1275ce;
  /*  &:before { background-image: url(../img/flag.png); background-size: 100% auto; background-repeat: no-repeat; position: relative; display: inline-block; content: ''; padding: 0; outline: none; box-shadow: none; width: 18px; height: 13px; vertical-align: middle;  margin-right: 5px; } */

}
.cfn-header-new .culture-nav #CurrencyMenu {
  min-width: 600px;
}
.cfn-header-new .culture-nav #CurrencyMenu li {
  width: 33.333%;
  float: left;
}
.cfn-header-new .culture-nav #CurrencyMenu li > a {
  padding: 6px 12px;
  white-space: normal;
  color: #1275ce;
}
@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-phone {
    display: none;
  }
}
.cfn-header-new .hd-phone .detail {
  position: relative;
  margin-right: -10px;
  text-align: right;
  padding-top: 5px;
  float: left;
}
.cfn-header-new .hd-phone .detail h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.cfn-header-new .hd-phone .detail h1:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: '\f095';
  color: #FFF;
  background: #1275ce;
  border-radius: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-right: 5px;
}
.cfn-header-new .hd-phone .detail h1 a {
  color: #1275ce;
}
.cfn-header-new .hd-phone .detail h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
}
.cfn-header-new .hd-phone .detail h3 a {
  color: #1275ce;
}
.cfn-header-new .hd-phone .detail p {
  font-size: 11px;
  color: #999;
  margin: 0;
}
.cfn-header-new .hd-phone img {
  margin-right: -15px;
}
.cfn-header-new .affix {
  width: 100%;
  background-color: #FFF;
  z-index: 998;
  top: 0;
  -webkit-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -o-user-select: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
}
.cfn-footer .ft-top {
  font-size: 12px;
  color: #999;
  padding: 20px 0;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-top {
    display: none;
  }
}
.cfn-footer .ft-top .title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .cfn-footer .ft-top .left {
    float: left;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cfn-footer .ft-top .left {
    display: none;
  }
}
.cfn-footer .ft-top .left .block {
  font-weight: bold;
  padding: 10px 0;
  font-size: 11px;
}
.cfn-footer .ft-top .left .block a {
  font-size: 26px;
  color: #1275ce;
  font-weight: bold;
  margin: 4px 0;
  display: inline-block;
}
.cfn-footer .ft-top .left .block a:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: '\f095';
  color: #1275ce;
  border-radius: 20px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.cfn-footer .ft-top .right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
}
.cfn-footer .ft-top .right .block {
  position: relative;
}
.cfn-footer .ft-top .right .block a {
  color: #999;
  display: inline-block;
}
.cfn-footer .ft-top .right .block a:hover {
  text-decoration: underline;
}
.cfn-footer .ft-top .right .block i {
  font-size: 18px;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
}
.cfn-footer .ft-top .right .block i[class*="facebook"] {
  background: #507acd;
}
.cfn-footer .ft-top .right .block i[class*="twitter"] {
  background: #24bef1;
}
.cfn-footer .ft-top .right .block i[class*="google"] {
  background: #ff2800;
}
.cfn-footer .ft-top .right .block i[class*="rss"] {
  background: #ff8f00;
}
.cfn-footer .ft-top .right .block i[class*="rss"]:before {
  content: "";
  background: url(/Sites/49/images/home/social-blog.png) transparent no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
}
.cfn-footer .ft-top .right .block li:not(:last-child) {
  padding-bottom: 4px;
}
.cfn-footer .ft-top .right .block-group {
  position: relative;
  display: inline-block;
}
.cfn-footer .ft-top .right .block-group > ul {
  float: left;
}
.cfn-footer .ft-top .right .block-group > ul:first-child {
  margin-right: 40px;
}
.cfn-footer .ft-top .right .download-app {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 262px;
}
.cfn-footer .ft-top .right .download-app a {
  background: #000;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  color: #FFF;
  padding: 6px 10px;
  line-height: 1.2;
  float: left;
  cursor: pointer;
  z-index: 2;
}
.cfn-footer .ft-top .right .download-app a span {
  text-align: left;
  font-size: 9px;
}
.cfn-footer .ft-top .right .download-app a strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.cfn-footer .ft-top .right .download-app a i {
  font-size: 26px;
  margin-right: 5px;
  margin-left: -5px;
}
.cfn-footer .ft-top .right .download-app a:first-child {
  margin-right: 2px;
}
.cfn-footer .ft-top .right .download-app a:hover {
  background: #e68700;
  text-decoration: none;
}
.cfn-footer .ft-bottom {
  background: #FFF;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom {
    padding: 0 0 60px;
  }
}
.cfn-footer .ft-bottom:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  display: block;
  margin: 0 0 20px;
}
.cfn-footer .ft-bottom p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 10px 0;
}
.cfn-footer .ft-bottom img {
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom img {
    display: none;
  }
}
.cfn-footer .ft-bottom .block {
  margin-bottom: 10px;
  position: relative;
}
.cfn-footer .ft-bottom .block .top a {
  font-size: 12px;
  color: #1275ce;
  font-weight: bold;
  display: inline-block;
}
.cfn-footer .ft-bottom .block .top a:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 10px;
  padding-right: 5px;
  color: #1275ce;
}
.cfn-footer .ft-bottom .block .bottom {
  width: 100%;
}
.cfn-footer .ft-bottom .block .bottom ul {
  margin: 5px 0 10px 0;
  display: table;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom ul {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
  }
}
.cfn-footer .ft-bottom .block .bottom li {
  display: inline-block;
  float: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom li {
    float: none;
  }
}
.cfn-footer .ft-bottom .block .bottom li a {
  display: inline-block;
  font-size: 12px;
  color: gray;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 10px;
}
.cfn-footer .ft-bottom .block .bottom li a:hover {
  color: #ff9600;
}
.cfn-footer .ft-bottom .block .bottom li:not(:last-child) {
  border-right: 1px solid #999999;
}
.cfn-footer .ft-bottom .block .bottom li:first-child a {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom li:first-child a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.cfn-content .containerfixed {
  float: none;
  width: 100%;
  display: inline-block;
}
.cfn-content .content {
  float: none;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.cfn-content .contenthead {
  width: 100%;
  background: #fff;
  float: none;
  display: table;
  margin: 0;
}
.cfn-content .contentpage {
  width: 100%;
  float: none;
  display: table;
  border: 0;
}
.cfn-form .FlightSearch {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  padding: 10px;
  z-index: 3;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .cfn-form .FlightSearch {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .cfn-form .FlightSearch {
    display: block;
    margin: 0 -5px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
}
.cfn-form .FlightSearch:after {
  content: '';
  background: url("/sites/49/images/v3/suppliers-all.png") white no-repeat;
  background-size: 100% auto;
  display: block;
  height: 35px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
  .cfn-form .FlightSearch:after {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cfn-form .FlightSearch:after {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cfn-form .FlightSearch:after {
    width: 320px;
    height: 30px;
  }
}
.cfn-cover {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .cfn-cover {
    background-image: -webkit-linear-gradient(top, #fef100, #f4891f);
    background-image: -moz-linear-gradient(top, #fef100, #f4891f);
    background-image: -ms-linear-gradient(top, #fef100, #f4891f);
    background-image: -o-linear-gradient(top, #fef100, #f4891f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fef100), to(#f4891f));
    background-image: linear-gradient(top, #fef100, #f4891f);
  }
}
@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="RoundTripPage"] .input-group,
  .FlightSearch div[id*="OneWayPage"] .input-group,
  .FlightSearch div[id*="MultiPage"] .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -o-user-select: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 5px;
  }
  .FlightSearch div[id*="RoundTripPage"] .input-group .form-control,
  .FlightSearch div[id*="OneWayPage"] .input-group .form-control,
  .FlightSearch div[id*="MultiPage"] .input-group .form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    color: #005aba;
  }
  .FlightSearch div[id*="RoundTripPage"] .input-group:hover,
  .FlightSearch div[id*="RoundTripPage"] .input-group:focus,
  .FlightSearch div[id*="OneWayPage"] .input-group:hover,
  .FlightSearch div[id*="OneWayPage"] .input-group:focus,
  .FlightSearch div[id*="MultiPage"] .input-group:hover,
  .FlightSearch div[id*="MultiPage"] .input-group:focus {
    border-color: #FF6100;
    z-index: 2;
    -webkit-box-shadow: 0, 0, 0, 2px, #ff6600;
    -moz-box-shadow: 0, 0, 0, 2px, #ff6600;
    -ms-box-shadow: 0, 0, 0, 2px, #ff6600;
    -o-user-select: 0, 0, 0, 2px, #ff6600;
    box-shadow: 0, 0, 0, 2px, #ff6600;
  }
  .FlightSearch div[id*="RoundTripPage"] .input-group-addon,
  .FlightSearch div[id*="OneWayPage"] .input-group-addon,
  .FlightSearch div[id*="MultiPage"] .input-group-addon {
    width: auto;
  }
  .FlightSearch div[id*="RoundTripPage"] label,
  .FlightSearch div[id*="OneWayPage"] label,
  .FlightSearch div[id*="MultiPage"] label {
    height: 38px;
    line-height: 38px;
    min-width: 70px;
    padding: 0 5px;
    text-align: left;
  }
  .FlightSearch div[id*="RoundTripPage"] label.airport i,
  .FlightSearch div[id*="RoundTripPage"] label.date i,
  .FlightSearch div[id*="OneWayPage"] label.airport i,
  .FlightSearch div[id*="OneWayPage"] label.date i,
  .FlightSearch div[id*="MultiPage"] label.airport i,
  .FlightSearch div[id*="MultiPage"] label.date i {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: middle;
  }
  .FlightSearch div[id*="RoundTripPage"] label.airport span,
  .FlightSearch div[id*="RoundTripPage"] label.date span,
  .FlightSearch div[id*="OneWayPage"] label.airport span,
  .FlightSearch div[id*="OneWayPage"] label.date span,
  .FlightSearch div[id*="MultiPage"] label.airport span,
  .FlightSearch div[id*="MultiPage"] label.date span {
    color: black;
    margin: 0 5px;
  }
  .FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div,
  .FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div {
    padding: 0;
    width: 100%;
  }
  .FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div:not(:last-child),
  .FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div:not(:last-child) {
    padding-right: 0;
  }
  .FlightSearch > div[id*="RoundTripPage"] > div.row:nth-child(4) > div:not(:first-child),
  .FlightSearch > div[id*="OneWayPage"] > div.row:nth-child(4) > div:not(:first-child) {
    padding-left: 0;
  }
  .FlightSearch div[id*="FlexDateDiv"] label {
    color: #000;
    font-weight: bold;
  }
  .FlightSearch div[id*="GroupPassengers"] .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -o-user-select: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 5px;
  }
  .FlightSearch div[id*="GroupPassengers"] .input-group:hover,
  .FlightSearch div[id*="GroupPassengers"] .input-group:focus {
    border-color: #FF6100;
    z-index: 2;
    -webkit-box-shadow: 0, 0, 0, 2px, #ff6600;
    -moz-box-shadow: 0, 0, 0, 2px, #ff6600;
    -ms-box-shadow: 0, 0, 0, 2px, #ff6600;
    -o-user-select: 0, 0, 0, 2px, #ff6600;
    box-shadow: 0, 0, 0, 2px, #ff6600;
  }
  .FlightSearch div[id*="GroupPassengers"] .input-group-addon {
    width: auto;
  }
  .FlightSearch div[id*="GroupPassengers"] .input-group-addon label.passengers {
    height: 38px;
    line-height: 38px;
    min-width: 70px;
    padding: 0 5px;
    text-align: left;
  }
  .FlightSearch div[id*="GroupPassengers"] .input-group-addon label.passengers span {
    color: black;
    margin: 0 5px;
  }
  .FlightSearch div[id*="GroupPassengers"] .dropdown {
    display: block;
    width: 100%;
  }
  .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle.form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    color: #005aba;
    width: 100%;
    display: inline-block;
    border: 0;
  }
  .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .input-group {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .FlightSearch div[id*="GroupPassengers"] > div {
    padding: 0 15px;
  }
  .FlightSearch div[id*="ClassBox"] {
    padding: 0 15px;
  }
  .FlightSearch div[id*="ClassBox"] .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    -o-user-select: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    box-shadow: 0, 1px, 5px, rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 5px;
  }
  .FlightSearch div[id*="ClassBox"] .input-group .form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    color: #005aba;
    border: 0;
  }
  .FlightSearch div[id*="ClassBox"] .input-group:hover,
  .FlightSearch div[id*="ClassBox"] .input-group:focus {
    border-color: #FF6100;
    z-index: 2;
    -webkit-box-shadow: 0, 0, 0, 2px, #ff6600;
    -moz-box-shadow: 0, 0, 0, 2px, #ff6600;
    -ms-box-shadow: 0, 0, 0, 2px, #ff6600;
    -o-user-select: 0, 0, 0, 2px, #ff6600;
    box-shadow: 0, 0, 0, 2px, #ff6600;
  }
  .FlightSearch div[id*="ClassBox"] .input-group-addon {
    width: auto;
  }
  .FlightSearch div[id*="ClassBox"] .input-group-addon label {
    height: 38px;
    line-height: 38px;
    min-width: 70px;
    padding: 0 5px;
    text-align: left;
  }
  .FlightSearch div[id*="ClassBox"] .input-group-addon label span {
    color: black;
    margin: 0 5px;
  }
  .FlightSearch span[id*="UpdatePanelPrice"] .searchlabel > a {
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .FlightSearch .checkbox-inline .TripTypeRadio label {
    padding: 6px 15px;
  }
}
.FlightSearch .form-control-clear {
  color: #2e8ff7;
  pointer-events: auto;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .FlightSearch .form-control-clear {
    top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .FlightSearch .form-control-clear {
    display: block !important;
  }
}
.FlightSearch .airport-exchange {
  position: absolute;
  top: auto;
  right: auto;
  left: 45%;
  bottom: -18px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  width: auto;
  font-size: 16px;
  padding: 0 7px;
  z-index: 3;
  color: #ff6100;
  border: 1px solid #ff6100;
}
@media only screen and (max-width: 767px) {
  .FlightSearch .airport-exchange {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .FlightSearch .airport-exchange {
    left: auto;
    right: 15px;
    bottom: -26px;
    width: 40px;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.FlightSearch .airport-exchange i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .FlightSearch .airport-exchange i {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.FlightSearch .inline-error {
  display: none !important;
}
.cover-text {
  height: 350px;
  overflow: hidden;
}
.cfn-bn {
  background: url("/Sites/49/images/home/bg-TollFree.png") transparent no-repeat;
  width: 100%;
  height: 180px;
  background-size: cover;
  padding: 0 0 0 16em;
}
.cfn-bn a {
  display: block;
  line-height: 0.7em;
  font-weight: bold;
  color: #00F;
  text-decoration: underline;
}
.cfn-bn a.h1 {
  padding-top: 1.4em;
}
.cfn-bn h4 {
  font-weight: bold;
  line-height: 1.8em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cfn-bn {
    background: url("/Sites/49/images/home/bg-TollFree-medium.png") transparent no-repeat;
    height: 160px;
    padding: 0em 0 0 7.2em;
    margin: 0;
  }
  .cfn-bn a.h1 {
    font-size: 2.7em;
    padding-top: 0.8em;
  }
  .cfn-bn a.h3 {
    font-size: 2em;
  }
  .cfn-bn h4 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cfn-bn {
    background-size: 720px auto;
    margin-top: -2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cfn-bn {
    margin-top: -1em;
  }
}
@media only screen and (min-width: 1200px) {
  .cfn-bn {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .cfn-bn {
    background: url("/Sites/49/images/home/bg-TollFree-small.png") transparent no-repeat;
    width: 100%;
    height: 88px;
    padding: 0 10px 0 6em;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .cfn-bn a.h1 {
    font-size: 24px;
    line-height: 4px;
    padding-top: 15px;
    margin: 0;
  }
  .cfn-bn a.h3 {
    font-size: 18px;
    line-height: 16px;
  }
  .cfn-bn h4 {
    font-size: 14px;
    line-height: 12px;
  }
}
.box-list.x1 {
  min-height: 160px;
}
.box-list.x2 {
  min-height: 400px;
}
.box-list.x3 {
  min-height: 100px;
}
.box-list {
  background-image: url("/Sites/49/images/home/mock/default.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
  position: relative;
  display: block;
}
.box-list ul,
.box-list div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px 0 5px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  /*height: 70px*/

}
.box-list ul {
  opacity: 1;
  color: #FFF;
  background: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 20%, transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
}
.box-list li {
  vertical-align: top;
  font-size: 12px;
}
.box-list li:first-child {
  display: block;
}
.box-list li:nth-child(2),
.box-list li:nth-child(4) {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60%;
}
.box-list li:first-child img {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.box-list li:nth-child(2),
.box-list li:nth-child(4) {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*width: 30%*/

}
.box-list li:nth-child(3) {
  width: 30px;
  vertical-align: bottom;
}
.box-list li span {
  text-transform: capitalize;
}
.box-list strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-list h4 {
  margin: -30px 0px 0px 0px;
  font-size: 2em;
  position: absolute;
  right: 5px;
  font-family: 'Oswald', sans-serif;
}
.box-list h4 sup {
  top: -0.2em;
}
.box-list a i {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-list a:hover i {
  opacity: 1;
  color: #FFF;
  font-size: 2em;
  padding: 50px 0 0 0;
  background: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.box-list.airline {
  margin: 0 0 5px 5px;
  position: relative;
  display: block;
}
.box-list.airline li {
  display: inline-block;
}
.box-list.airline li:first-child img {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 5px;
}
.box-list.airline li:first-child {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  margin-top: -113px;
  padding: 10px 5px;
  top: 0;
  width: 100%;
  background: transparent;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
  background-image: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
  background-image: -ms-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(10%, rgba(255, 255, 255, 0.3)), to(transparent));
  background-image: linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
  text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.box-list.airline li:nth-child(2) {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 50%;
}
.box-list.airline li:nth-child(3) {
  bottom: 10px;
  left: 50%;
  position: absolute;
  width: 20px;
}
.box-list.airline li:nth-child(4) h4 {
  font-size: 2.5em;
  font-weight: normal;
  bottom: 10px;
  right: 5px;
  position: absolute;
}
.topdesc .box-list li:nth-child(2) {
  width: 55%;
}
#slide-viewport {
  padding: 0;
  position: relative;
  display: block;
  margin: 1em 0;
}
#slide-viewport a.carousel-control {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 35px;
  height: 35px;
  top: 35%;
  border-radius: 4px;
  opacity: 0.5;
}
#slide-viewport .carousel-control .glyphicon-chevron-left,
#slide-viewport .carousel-control .glyphicon-chevron-right,
#slide-viewport .carousel-control .icon-prev,
#slide-viewport .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
}
#slide-viewport .carousel-control.left {
  left: -40px;
}
#slide-viewport .carousel-control.right {
  right: -40px;
}
#slide-viewport h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
#slide-viewport .carousel-caption {
  position: relative;
  left: 0;
}
#slide-viewport .carousel-control i {
  font-size: 1.6em;
}
#slide-viewport > a:hover {
  opacity: 1;
}
#slide-viewport .group-viewport .box-list {
  margin: 0 3px;
}
#slide-viewport .group-viewport > div {
  padding: 0;
}
#slide-viewport .group-viewport > div .box-list {
  background-size: cover;
}
@media (max-width: 840px) {
  #slide-viewport .carousel-control.left {
    left: 0;
  }
  #slide-viewport .carousel-control.right {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .group-viewport > div .box-list {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  #slide-viewport {
    display: none;
  }
}
/* Black Call Layer */

.modal-backdrop {
  display: none;
}
#modalBlackLayer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
#modalBlackLayer:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
#modalBlackLayer .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  top: 0;
}
#modalBlackLayer .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}
#modalBlackLayer .content-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#modalBlackLayer .content-wrap .content-group {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#modalBlackLayer .content-wrap .content-group.android .row-header {
  padding: 15px 15px 0;
}
#modalBlackLayer .content-wrap .content-group.android .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}
#modalBlackLayer .content-wrap .content-group.android .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
#modalBlackLayer .content-wrap .content-group.android .row-body {
  color: white;
  text-align: center;
}
#modalBlackLayer .content-wrap .content-group.android .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}
#modalBlackLayer .content-wrap .content-group.android .row-footer {
  text-align: center;
  position: fixed;
  bottom: 240px;
}
@media screen and (max-height: 640px) {
  #modalBlackLayer .content-wrap .content-group.android .row-footer {
    position: relative;
    bottom: 0;
  }
}
#modalBlackLayer .content-wrap .content-group.android .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 1.5em 0;
  position: relative;
  text-align: center;
  color: white;
}
#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
}
#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}
#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid white;
}
#modalBlackLayer .content-wrap .content-group.ios .row-header {
  padding: 15px 15px 0;
}
#modalBlackLayer .content-wrap .content-group.ios .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}
#modalBlackLayer .content-wrap .content-group.ios .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
#modalBlackLayer .content-wrap .content-group.ios .row-body {
  color: white;
  text-align: center;
}
#modalBlackLayer .content-wrap .content-group.ios .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}
#modalBlackLayer .content-wrap .content-group.ios .row-footer {
  position: fixed;
  bottom: 90px;
  width: 100%;
}
@media screen and (max-height: 480px) {
  #modalBlackLayer .content-wrap .content-group.ios .row-footer {
    position: relative;
    bottom: 0;
    top: 80px;
  }
}
#modalBlackLayer .content-wrap .content-group.ios .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
  color: white;
}
#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow {
  position: absolute;
  display: inline-block;
  margin: 0 auto 4em;
  top: -4em;
  right: 30%;
}
#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid white;
}
#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}
