/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
.site-wrapper {
  overflow: visible !important;
}

a{
    cursor: pointer !important;
}

.swal-icon--custom img {
   width: 88px !important;
   height: 88px !important;
}

.swal-icon.swal-icon--warning {
  border-color: #ffd00d !important;
}

.swal-icon--warning__body, .swal-icon--warning__dot  {
  background-color: #ffd00d !important;
}

@keyframes example {
  0%   {left:60%; top:24%;} 
  25%  {left:55%; top:24%;}
  50%  {left:50%; top:24%;}
  75%  {left:45%; top:24%;}
  100% {left:73%; top:24%;}
  }

  .swal-button-container {
    width: 100%;
  }

  .price-increase .swal-button-container {
    width: 48%;
  }

  .swal-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--dark-gray);
    font-family: 'Source Sans Pro', sans-serif;
  }

  .swal-content, .swal-text {
    color: var(--dark-gray);
  }

  .swal-content__span {
    font-family: 'Source Sans Pro', sans-serif;
  }

.swal-button {
  background: #ffd00d;
  color: #333333;
  padding: 10px 55px 10px 20px;
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border: none;
  text-align: center;
  box-shadow: none;
  font-weight: normal;
  text-shadow: none;
  border-radius: 0;
  width: 100%;
}

.swal-button:hover {
  color: #333333 !important;
  background: #fcdd53 !important;
}

  .swal-button::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(-90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    left: 70px;
  }

  .swal-button:active::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(-90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    left: 70px;
    animation-name: example;
    animation-duration:4s;
  } 

  .swal-button--ok {
    padding: 10px 24px;
  }

  .swal-button--ok::after {
    content:"";
  }

  .swal-button--continue {
    padding: 10px 10px 10px 10px;
  }

  .swal-button--continue::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(-90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    left: unset;
    right: 20px;
  }

  .swal-button--continue:active::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(-90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    animation-name: unset;
    animation-duration:unset;
    left: unset;
    right: 5px;
  } 

  
  .swal-button--lookForAnother {
    padding: 10px 10px 10px 10px;
    background: #e0e0e0;
  }

  .swal-button--lookForAnother:hover {
    background: #e9e9e9 !important;
  }

  .swal-button--lookForAnother::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    left: 20px;
  }

  .swal-button--lookForAnother:active::after {
    content: "\e013";
    font-family: Flaticon;
    transform: rotate(90deg) !important; 
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    animation-name: unset;
    animation-duration:unset;
    left: 5px;
  } 


  .swal-footer {
    background-color: #f5f5f5;
  }

  .swal-button:focus {
    box-shadow: none !important;
  }
  
  .swal-button:active {
    box-shadow: none !important;
    background-color: #eece5a !important; 
  }

  .price-change-msg-box{
    width: 570px;
  }

  @media(min-width:600px){
    .swal-modal{
      width: 570px !important;
    }
  }

  .deal-box {
    color: #ffd00d !important;
    border-style: solid;
    position: relative;
    border: 1px solid #ffd00d;
    border-right: transparent;
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 2px;
  }
  .deal-box:after {
    right: -8px;
    top: 2px;
    border: solid transparent;
    content: " ";
    height: 15px;
    width: 15px;
    position: absolute;
    pointer-events: none;
    border-color: #ffd00d;
    border-width: 1px;
    transform: rotate(45deg);
    border-left: transparent;
    border-bottom: transparent;
  }

  @media  (max-width: 767px) {
    .deal-box{
      display: none;
    }
  }

  @media  (max-width: 480px) {
   .deal-box {
     display:inline;
     border:none; 
     font-size:10px; 
     position:absolute; 
     top:24px; 
     left:-2px;
    }
   .deal-box:after {display: none;}
  }

  .subscription .swal-button::after {
    display: none;
  }
  .subscription .swal-button {
    padding: 10px 38.5px 10px 38.5px;
    font-weight: 600;
  }
  @media (min-width: 600px) {
    .subscription {
      width: 610px !important;
    }
  }

  :root {
    --light-gray: #E0E0E0;
    --normal-gray: #A0A0A0;
    --dark-gray: #606060;
    --extra-dark-gray: #444040;
  }

  @media(min-width:375px) and (max-width:500px) {
    .swal-title {
      font-size: 27px !important;
    }

    .swal-content, .swal-button, .swal-text {
      font-size: 15px;
    }

    .price-increase .swal-button-container {
      width: 100% !important;
    }
  }

  @media(min-width:360px) and (max-width:374px) {
    .swal-title {
      font-size: 26px !important;
    }

    .swal-content, .swal-button, .swal-text {
      font-size: 14px;
    }

    .price-increase .swal-button-container {
      width: 100% !important;
    }
  }

  @media(min-width:350px) and (max-width:359px) {
    .swal-title {
      font-size: 24px !important;
    }

    .swal-content, .swal-button, .swal-text {
      font-size: 12px;
    }

    .price-increase .swal-button-container {
      width: 100% !important;
    }
  }
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/desktop-styles.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************/
/* === FONT FACE === */

@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fontawesome-webfont.eot');
  src: url('/assets/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/fontawesome-webfont.woff') format('woff'), url('/assets/fonts/fontawesome-webfont.ttf') format('truetype'), url('/assets/fonts/fontawesome-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.font-awesome {
  font-family: 'FontAwesome';
}


/* === COMMON STYLES === */

html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  outline: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.break {
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #d1d1d1;
}

.underline {
  text-decoration: underline;
}

.dash-break {
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dashed #d1d1d1;
}

.left {
  float: left;
}

.right {
  float: right;
}

a img {
  border: none;
  display: block;
}

a {
  color: #333333;
}

a:hover {
  color: #333333;
}

.yellow-text {
  color: #e8c100;
}

.site-wrapper {
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.site-container {
  max-width: 1170px;
  width: 100%;
  min-width: 225px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
  z-index: 991;
  background: url('/assets/img/backgrounds/fancybox/fancybox_overlay.png');
  opacity: 0.6;
}

.page-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-wrapper.grey-bg.page-body {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.grey-bg {
  background: #f0f0f0;
}

.white-bg {
  background: #fff;
}

h1,
h2,
h3,
h4 {
  color: #4a4a4a;
  font-size: 22px;
  margin: 10px 0px;
  font-weight: 300;
}

.home-page-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page-section-header-text {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding: 0px 15px;
  color: black;
}


/*Android browser fix (arrow icon)*/

@media (min-width: 640px) {
  h1,
  h2,
  h3,
  h4 {
    font-family: 'Source Sans Pro', sans-serif;
  }
}

h5 {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

h5.space {
  margin: 60px 0 20px;
}

h5.space2 {
  margin: 20px 0;
}

h5 span {
  font-weight: 500;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
}

.italic {
  font-style: italic;
}

.bold-text {
  font-weight: 600;
}

.center-align {
  text-align: center;
}

.transition-all {
  transition: all 150ms linear;
}

*:focus {
  outline: none!important;
  border: 0px;
  box-shadow: none;
}

p.label,
label {
  color: black;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0px;
  display: block;
  text-align: left;
}

p.label .note {
  font-size: 13px;
  color: var(--dark-gray);
}

p.label .yellow-text {
  font-weight: bold;
}

.required-note {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  line-height: normal;
  margin: 0px;
}

.required-note .yellow-text {
  font-weight: bold;
}

.default-input {
  background: #fff;
  color: #888;
  border: 1px solid var(--light-gray);
  padding: 10px;
  height: 43px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.default-input:focus {
  border-color: #ffdd41;
  border-width: 2px;
}

.default-textarea {
  background: #fff;
  color: #888;
  border: 1px solid #d1d1d1;
  padding: 10px;
  height: 43px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 130px;
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.default-textarea:focus {
  border-color: #ffdd41;
}

.default-select {
  background: #fff;
  margin-bottom: 15px;
  width: 100%;
  height: 43px;
}

.default-select select {
  width: 100%;
  background: none;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.table-cell {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-align: center;
    align-items: center;
    text-align: center;
    border-style: solid;
    border-color: #bbbbbb;
    border-width: 1px;
    margin: 3px;
    padding: 0px 2px;
    height: 84px;
    width: 13.5%;
    float: left;
  }

.btn {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

.default-select .bootstrap-select {
  width: 100%;
  border: 1px solid var(--light-gray);
  padding: 3px 0px 3px 0px;
}

.default-select .bootstrap-select button {
  width: 100%;
  color: var(--normal-gray);
  border: none;
  border-radius: 0px;
}

.default-select .bootstrap-select .btn-group.open .dropdown-toggle {
  webkit-box-shadow: 0;
  box-shadow: 0;
}

.default-select .btn-default:hover,
.default-select .btn-default:focus,
.default-select .btn-default.focus,
.default-select .btn-default:active,
.default-select .btn-default.active,
.default-select .open>.dropdown-toggle.btn-default {
  background: #fff;
  box-shadow: none;
}

.default-select .dropdown-menu>li>a:hover {
  background: #ffdd41;
  background: linear-gradient(to bottom, #ffdd41 0%, #ffcf03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd41', endColorstr='#ffcf03', GradientType=0);
}

.default-select .flaticon-agree {
  font-weight: bold;
}

input {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

select {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.yellow-header {
  background: #ffd00d;
}

.yellow-header.page-header {
  margin: 0px;
  padding: 0px 20px;
  border: none;
  height: 90px;
}

.yellow-header.page-header>.container-fluid {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.yellow-header.page-header i {
  color: #bb9b00;
  font-size: 40px;
  position: absolute;
  top: 11px;
  left: 0px;
}

.yellow-header.page-header h1 {
  margin: 0px 0px 0px 40px;
  color: #222222;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.yellow-header.page-header.text-page i {
  top: -13px !important;
}

.yellow-button {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  position: relative;
  font-size: 16px;
  /* padding: 10px 55px 10px 20px; */
  padding: 0;
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  background: #ffd00d;
}

.yellow-button:hover {
  color: black;
  background: #fcdd53;
}

.yellow-button.full {
  width: 100%;
  padding: 10px 20px 10px 20px;
  margin-top: -10px;
}

.yellow-button.disabled {
  opacity: 0.30;
}

.yellow-button.disabled:hover {
  background: #ffd00d;
}

.yellow-button.grey {
  background-color: #dddddd;
  padding: 10px 0;
  width: 100px;
}

.yellow-button.grey:hover {
  background-color: #e8e8e8;
}

.yellow-button p {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0px;
  float: left;
  color: #333333;
  transition: color 150ms linear;
}

.yellow-button .btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 20px;
  margin-top: 0px;
}

.yellow-button .btn-content i{
  margin-left: 10px;
}

.yellow-button .back-btn-content i{
  margin-right: 10px;
}

.yellow-button .back-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px; 
  margin-top: 0px;
}

.yellow-button i {
  color: #333333;
  font-size: 16px;
  /* position: absolute; */
  font-weight: bold;
  /* top: 9px; */
  /* right: 20px; */
  transition: color 150ms linear;
}

.yellow-button i {
  transform: rotate(-90deg);
}

.yellow-button:hover p,
.yellow-button:hover i {
  color: #333333;
}

a.yellow-button:hover,
a.yellow-button:active {
  text-decoration: none;
  color: #333333;
}

.yellow-button.back {
  background: #e0e0e0;
}

.yellow-button.back:hover {
  background: #e9e9e9;
}

.yellow-button.back i {
  left: 20px;
  right: auto;
  transform: rotate(90deg);
}

.yellow-button.contact i {
  font-size: 27px;
  top: 11px;
  right: 20px;
}

.grey-button {
  display: block;
  color: #9d9d9d;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  border: none;
  background: #ececec;
  transition: color 150ms linear;
}

.grey-button:hover {
  text-decoration: none;
  color: #222222;
}

.grey-button p {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0px;
  float: left;
}

.col.first {
  padding-left: 0;
}

.col.last {
  padding-right: 0;
}

.col.no-padding {
  padding: 0;
}

i.icon-leftarrowcircle {
  display: inline-block;
  transform: rotate(180deg);
}

::selection {
  background: #ffdd41;
  color: #333333;
}

::-moz-selection {
  background: #ffdd41;
  color: #333333;
}

.red-text {
  color: #ed373b !important;
}

.white-text {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  /* max-height: 220px !important; */
  font-size: 15px;
}

.dropdown-menu {
  border-radius: 0;
}

.page-content .inner {
  padding: 10px;
  max-width: 870px;
  margin: 0 auto;
}


/* === TOP BUTTON === */

#toTop {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: bold;
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
  transition: color 150ms linear;
}

#toTop:hover {
  color: #efc700;
}


/* === ALERTS === */

.alert {
  padding: 15px 20px;
  border-radius: 0px;
}

.alert-danger {
  background: #ee5c5f;
  border-color: #ee373b;
}

.alert-success {
  background: #58bd7b;
  border-color: #32b05e;
}

.alert-warning {
  background: #fcd633;
  border-color: #f4c600;
}

.alert-info {
  background: #4075e9;
  border-color: #1d5ae8;
}

.alert>p,
.alert>ul {
  color: #fff;
  font-size: 16px;
}

.alert.alert-warning>p {
  color: #857013;
}

.alert>p strong {
  margin-right: 5px;
}

.alert .close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-shadow: 0;
  opacity: .4;
  filter: alpha(opacity=40);
}


/* === INFO BOX === */

.info-box-container>p {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.info-box-container a {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-decoration: underline;
  margin: 0px 2px;
}

.info-box-container a:hover {
  text-decoration: none;
}

.info-box-container .info-box-trigger {
  font-size: 14px;
}

.info-box {
  display: none;
  max-width: 400px;
  width: 100%;
}

.info-box h5 {
  color: #333333;
  font-size: 22px;
  margin: 0px 0px 15px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.info-box table {
  width: 100%;
  vertical-align: top;
}

.info-box table th {
  font-size: 16px;
  color: #555555;
  font-weight: 600;
  padding: 4px 15px 4px 0px;
  vertical-align: top;
}

.info-box table td {
  font-size: 16px;
  color: #888888;
  font-weight: 600;
  padding: 4px 0px 4px 15px;
  vertical-align: top;
}


/* === COOKIES INFO === */

.cookies-info {
  background-color: rgba(17, 17, 17, .85);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 6px 0;
}

.cookies-info p {
  font-size: 14px;
  margin: 2px 0 0 0;
  color: #fff;
}

.cookies-info p a {
  font-weight: 600;
  color: #fff;
}

.cookies-info span.close-cookies {
  background-color: #ffd00d;
  color: #333;
  padding: 4px 7px 5px;
  display: table;
  font-size: 14px;
  cursor: pointer;
  float: right;
}

.cookies-info span.close-cookies:hover {
  color: #ffd00d;
  background-color: #000;
}


/* === STATIC BANNER === */

.static-banner img {
  width: 100%;
  height: auto;
}


/* === AUTO COMPLETE === */

.ui-widget-content.ui-autocomplete {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #333;
  border-color: #ffdd41;
  background: #ffdd41;
  background: linear-gradient(to bottom, #ffdd41 0%, #ffcf03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd41', endColorstr='#ffcf03', GradientType=0);
}


/* === DEAL ALERTS FORM === */

.dealalert-form .yellow-button {
  margin-bottom: 0px;
}

.dealalert-form .add-destination {
  text-align: right;
  margin: 0px;
  cursor: pointer;
}

.dealalert-form .add-destination:hover {
  text-decoration: underline;
}


/* === HEADER === */

header.site-wrapper {
  background: #fff;
  padding: 5px 20px;
  position: relative;
  z-index: 999;
}

header .logo {
  display: block;
}

header .logo-no-tag {
  width: 192px;
  display: block;
}

header .logo img,
header .logo-no-tag img {
  height: 46px;
  width: 155px;
  display: block;
}

header .logo-subtitle {
  color: #959292;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 9px;
  margin: 0 0 0 10px;
}


/* === DESKTOP NAVIGATION === */

nav {
  margin-top: 7px;
}

nav ul {
  padding: 0px;
  margin: 0px;
}

nav ul li {
  list-style: none;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 0px 0px 0px 16px;
}

nav ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

nav ul li a i {
  font-size: 18px;
  position: absolute;
  top: -9px;
  left: 0px;
}

nav ul li a:hover {
  text-decoration: none;
  color: #ffde48;
}

nav ul li a img {
  float: left;
  padding-right: 8px;
  position: relative;
  top: 1px;
}

nav ul li a span {
  font-family: 'Glyphicons Halflings' !important;
  color: #d4d4d4;
  font-size: 20px;
  margin-right: 5px;
  position: relative !important;
  top: 6px !important;
}

nav ul li a:hover span {
  color: #ffde48;
}


/* === MOBILE NAVIGATION === */

.mobile-menu {
  color: #fff;
  float: right;
  /* margin-top: 11px; */
  display: none;
  transition: all 150ms linear;
}

a.menu-butt {
  display: block;
  font-size: 25px;
  color: #bababa;
  line-height: 24px;
  text-decoration: none;
  margin: 0px;
}

.sub-menu:hover {
  display: block;
}

.sub-menu {
  overflow: auto;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  z-index: 9999;
}

.sub-menu ul {
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #e3e3e3;
}

.sub-menu ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #999999;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 20px;
  margin: 0px;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
}

.sub-menu ul li a span {
  font-family: 'Glyphicons Halflings' !important;
  color: #d4d4d4;
  font-size: 16px;
  margin-right: 5px;
  position: relative !important;
  top: 3px !important;
}

.sub-menu ul li a:hover span {
  color: #ffde48;
}

.sub-menu ul li a:active {
  color: #555555;
  background: #e7e7e7;
}

.sub-menu ul li a span {
  position: relative;
  padding-left: 30px;
}

.sub-menu ul li a i {
  font-size: 20px;
  position: absolute;
  top: -9px;
  left: 0px;
}

.sub-menu ul li a img {
  float: left;
  padding-right: 8px;
  position: relative;
  top: -1px;
}


/* === DEPARTURE BOARD === */

.departure-board-container {
  margin-bottom: 30px;
  max-width: 850px;
  margin: 0 auto;
}

.departure-board-container .yellow-header {
  padding: 0px 20px;
  color: #222222;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  z-index: 4;
}

.departure-board-container .yellow-header .header-container  .col p {
  margin: 0px;
  color: #222222;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.departure-board-container .yellow-header .header-container  .col.departure {
  position: relative;
}

.departure-board-container .yellow-header .header-container  .col.departure i {
  font-size: 64px;
  position: absolute;
  top: -22px;
  left: -9px;
}

.departure-board-container .yellow-header .header-container  .col.departure p {
  margin: 0px 5px 0 82px;
  text-align: center;
}

.departure-board-container .yellow-header .header-container  .col.departure p.mob-view {
  display: none;
}

.departure-board-container .yellow-header .header-container  .col.location,
.departure-board-container .yellow-header .header-container  .col.time {
  border-left: 1px solid #ffde48;
  border-right: 1px solid #f0ca25;
  padding-top: 28px;
  position: relative;
}

.departure-board-container .yellow-header .header-container  .col.location select,
.departure-board-container .yellow-header .header-container  .col.time select {
  padding: 0px;
  width: 100%;
  background: none;
  border: none;
  color: #222222;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.departure-board-container .yellow-header .header-container  .col button {
  background: none;
  border: none;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.departure-board-container .yellow-header .header-container  .col button .flaticon-agree {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.departure-board-container .yellow-header .header-container  .col .dropdown-menu>li>a:hover {
  background: #ffd00d;
}

.departure-board-container .yellow-header .header-container  .col .dropdown-menu>li>a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #222222;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.departure-board-container .yellow-header .header-container  .col .dropdown-menu>li>a.child {
  padding-left: 45px;
}

.departure-board-container .yellow-header .header-container  .col .bootstrap-select.open button .flaticon-agree {
  transform: rotate(180deg);
}

.departure-board-container .yellow-header .header-container  .col.date .date-time p {
  color: #867112;
  font-size: 14px;
  text-align: right;
  line-height: 16px;
}

.departure-board-container .yellow-header .header-container  .col.date .filters-trigger .fancybox-filters {
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
  color: #867112;
}

.departure-board-container .yellow-header .header-container  .col.date .search-input {
  width: 45%;
  width: calc(50% + 15px);
  padding: 4px 8px;
  background: #fff;
  margin-right: -15px;
  margin-bottom: 5px;
  font-weight: 300;
  border: none;
}

.departure-board-container .yellow-header .header-container  .col.date .search-input input {
  border: none;
  background: none;
  box-shadow: none;
  width: 87.6923%;
  width: calc(100% - 24px);
}

.departure-board-container .yellow-header .header-container  .col.date .search-input button {
  color: #999999;
  font-size: 14px;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.departure-board-container .yellow-header .header-container  .col.date .search-input button:hover {
  color: #333333;
}

.departure-board-container .yellow-header .header-container  .col.date .sort-by-container {
  width: 45%;
  width: calc(50% - 10px);
}

.departure-board-container .yellow-header .header-container  .col.date .filter-container {
  width: 45%;
  width: calc(50% - 10px);
}

.departure-board-container .yellow-header .header-container  .col.date .filter-container li.dropdown-header {
  font-size: 13px;
}

.departure-board-container .yellow-header .header-container  .col.date button.btn {
  padding-left: 0px;
}

#filters-container {
  display: none;
  padding: 10px;
  width: 800px;
}

#filters-container .inner {
  padding: 15px;
  border: 1px solid #e0e0e0;
}

  #filters-container .inner .row.first {
  padding: 0px 0px 15px 0px;
}

#filters-container .inner p.bold-text {
  margin-bottom: 5px;
}

#filters-container .inner p.bold-text i {
  font-size: 19px;
  line-height: 19px;
  margin-right: 3px;
  color: #cccccc;
}

#filters-container .inner p.bold-text span {
  font-weight: 400;
}

#filters-container .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#filters-container .inner ul li {
  margin: 0;
  padding: 0;
}

#filters-container .inner ul li label {
  color: #333333;
  cursor: pointer;
}

#filters-container .inner ul li input {
  margin-right: 5px;
}

#filters-container .inner ul li label:hover span {
  text-decoration: underline;
}

#filters-container .inner .yellow-button {
  margin-top: 25px;
}

#filters-container .show-all {
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

#filters-container .show-all:hover {
  text-decoration: underline;
}

#filters-container .show-all.collapsed:before {
  content: 'Show All Airlines';
}

#filters-container .show-all:before {
  content: 'Show Less Airlines';
}

.departure-board-container .board-titles {
  background: #3a3a3a;
  height: 30px;
  color: #919191;
}

.departure-board-container .board-titles p .mob-view {
  display: none;
}

.departure-board-container .board-titles.sticky {
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 991;
  width: 100%;
  max-width: 1170px;
  background-color: #2c2c2c;
}

.departure-board-container .board-titles.fixed {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 100%;
  max-width: 1170px;
}

.departure-board-container .board-titles p {
  color: var(--normal-gray);
  margin: 0px;
  font-weight: 800;
}

.departure-board-container .board-titles #dest-search p {
  cursor: pointer;
}

.departure-board-container .board-titles #dest-search p i {
  margin-left: 5px;
  font-size: 14px;
  line-height: normal;
}

.departure-board-container .board-titles #dest-search .input-search {
  background: url('/assets/img/backgrounds/grey-lense.png') center left no-repeat #fff;
  display: none;
  width: 100%;
  padding: 3px 3px;
  line-height: normal;
  color: #0b0b0b;
}

.departure-board-container .board-titles #dest-search .input-search.hidden-background {
  background: #fff;
}

.departure-board-container .board-titles #dest-search .input-search input {
  background: none;
  border: none;
  width: calc(100% - 18px);
  line-height: normal;
  color: #0b0b0b;
}

.departure-board-container .board-titles #dest-search .input-search i {
  cursor: pointer;
  margin-top: 1px;
  color: #818181;
  display: none;
}

.departure-board-container .flight-wrapper {
  position: relative;
}

.departure-board-container .flight-wrapper.sticky {
  margin-top: 43px;
}

.departure-board-container .flight-container .flight-summary {
  position: relative;
  height: 55px;
  background: #222222;
  color: #fff;
  border-bottom: 1px solid #505050;
  cursor: pointer;
  display: table;
  width: 100%;
}

.departure-board-container .flight-container .flight-summary.shadow p {
  opacity: 1;
}

.departure-board-container .flight-container .flight-summary.shadow .dep-time p {
  opacity: 1;
}

.departure-board-container .flight-container .flight-summary.shadow .dep-time {
  opacity: 1;
}

.departure-board-container .flight-container .flight-summary:hover {
  background: #2c2c2c;
}

.departure-board-container .flight-container .flight-summary.last {
  border: none;
}

.departure-board-container .flight-container .flight-summary.active {
  z-index: 112;
  border-color: #fff;
  background: white !important;
}
.departure-board-container .flight-container .flight-summary.active:hover {
  background: #f1f1f1 !important;
}
.departure-board-container .flight-container .flight-summary.active span{
  color: rgb(27, 27, 27) !important;
}

.departure-board-container .flight-container .flight-summary p {
  color: #fff;
  margin: 14px 0 0 0;
}

.departure-board-container .flight-container .flight-summary p.one {
  padding-left: 16px;
}

.departure-board-container .flight-container .flight-summary .row .col.destination p {
  color: #ffd00d;
}

.departure-board-container .flight-container .flight-summary .row .col.destination span.time {
  float: left;
  color: #fff;
  margin-right: 34px;
}

.departure-board-container .flight-container .flight-summary .row .col.destination p.tomorrow {
  color: #b2b2b2;
  font-size: 11px;
  font-weight: 100;
  position: absolute;
  top: 18px;
}

.departure-board-container .flight-container .flight-summary .row .col.destination p.country {
  color: #b2b2b2;
  font-size: 11px;
  font-weight: 100;
  position: absolute;
  top: 18px;
  margin-left: 68px;
}

.departure-board-container .flight-container .flight-summary.active p,
.departure-board-container .flight-container .flight-summary.active .row .col.destination span,
.departure-board-container .flight-container  .row .col.price .price,
.departure-board-container .flight-container .flight-summary.active span.mob-remove,
.departure-board-container .flight-container .flight-summary.active .row .col.price p .direction {
  color: rgb(27, 27, 27);
}

.departure-board-container .flight-container .flight-summary .row .col.price p {
  color: #b2b2b2;
}

.departure-board-container .flight-container .flight-summary .row .col.price p .direction {
  color: #fff;
  font-weight: 100;
}

.departure-board-container .flight-container .flight-summary .row .col.price .was-price {
  text-decoration: line-through;
}

.departure-board-container .flight-container .flight-summary .row .col.price .price {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.departure-board-container .flight-container .flight-summary .row .col.price .mob-show,
.departure-board-container .flight-container .flight-summary .row .col.price .mob-remove {
  font-weight: 100;
}

.departure-board-container .flight-container .flight-summary .row .col.dep-time .soon {
  color: #ed373b;
}

.departure-board-container .flight-container .flight-summary .row .col.dep-time .data {
  font-size: 10px;
}

.departure-board-container .flight-container .flight-summary .row .col.dep-time i {
  color: #585858;
  font-weight: bold;
  font-size: 18px;
  transition: color 150ms linear;
  margin-top: 12px;
}

.departure-board-container .flight-container .flight-summary .row .col.dep-time span {
  font-weight: 100;
}

.departure-board-container .flight-container .flight-summary.active .row .col.dep-time i {
  transform: rotate(180deg);
}

.departure-board-container .flight-container .flight-details-container {
  position: relative;
  padding: 10px 20px 5px;
  background: #fff;
}

.passenger-input-container {
  margin-bottom: 10px;
}

.passenger-input-container.last {
  margin-bottom: 0px;
}

.passenger-input-container label {
  font-size: 15px;
}

.passenger-input-container label span {
  min-width: 55px;
  display: inline-block;
}

.passenger-input-container .passenger-input .passenger-button {
  float: left;
  position: relative;
  cursor: pointer;
  margin: 0px;
  height: 30px;
  width: 30px;
  line-height: normal;
  color: #222;
  font-size: 30px;
  font-weight: 100;
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 5px 0px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.passenger-input-container .passenger-input .passenger-button span {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.passenger-input-container .passenger-input .passenger-button.dec span {
  top: -18px;
}

.passenger-input-container .passenger-input .passenger-button:active {
  background: #f7f7f7;
}

.passenger-input-container .passenger-input .passenger-button.disable {
  background: #d6d6d6;
  cursor: default;
  color: #A0A0A0
}

.passenger-input-container .passenger-input input {
  float: left;
  font-size: 15px;
  max-width: 30px;
  width: 100%;
  color: #222;
  text-align: center;
  background: none;
  border: none;
  margin: 0px 10px;
  border: 1px solid #a0a0a0;
  padding: 3px 0 4px;
  border-radius: 0;
  -webkit-appearance: none;
}

.passenger-input-container .passenger-input input.disable {
  color: #a0a0a0;
}

.departure-board-container .number-of-flghts-container {
  background: #3a3a3a;
  text-align: center;
  padding: 7px 15px;
}

.departure-board-container .number-of-flghts-container .note {
  font-size: 15px;
  color: #919191;
  margin: 0px;
}

.departure-board-container .number-of-flghts-container .note a {
  color: #919191;
  margin: 0px 0px 0px 6px;
}

.departure-board-container .number-of-flghts-container .note a.active {
  text-decoration: underline;
}

.departure-board-container .number-of-flghts-container .note a:hover {
  color: #fed300;
  text-decoration: none;
}

.bootstrap-select.open button .flaticon-agree {
  display: inline-block;
  transform: rotate(180deg);
}

.departure-board-container .number-of-flghts-container .note .btn-group.bootstrap-select {
  width: auto;
  position: relative;
  top: -1px;
}

.departure-board-container .number-of-flghts-container .note .btn-group.bootstrap-select.open button .flaticon-agree {
  transform: rotate(180deg);
}

.departure-board-container .number-of-flghts-container .note .bootstrap-select>.btn {
  width: auto;
  border-radius: 0px;
  border: 1px solid #4e4e4e;
  background: none;
  font-size: 14px;
  color: #777777;
  margin: 0px 5px;
  padding: 1px 5px;
}

.departure-board-container .number-of-flghts-container .note .bootstrap-select>.btn .flaticon-agree {
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.departure-board-container .number-of-flghts-container .note .dropdown-menu>li>a:hover {
  background: #ffdd41;
  background: linear-gradient(to bottom, #ffdd41 0%, #ffcf03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd41', endColorstr='#ffcf03', GradientType=0);
}

.departure-board-container .number-of-flghts-container .note .bootstrap-select.btn-group .btn .filter-option {
  width: auto;
}

.departure-board-container .number-of-flghts-container .sort-by-container {
  color: #919191;
  font-size: 15px;
}

.departure-board-container .number-of-flghts-container .sort-by-container .btn-group.bootstrap-select {
  width: auto;
  position: relative;
  top: -1px;
}

.departure-board-container .number-of-flghts-container .sort-by-container .btn-group.bootstrap-select.open button .flaticon-agree {
  transform: rotate(180deg);
}

.departure-board-container .number-of-flghts-container .sort-by-container .bootstrap-select>.btn {
  width: auto;
  min-width: 200px;
  border-radius: 0px;
  border: 1px solid #4e4e4e;
  background: none;
  font-size: 15px;
  color: #919191;
  margin: 0px 5px;
  padding: 1px 5px;
}

.departure-board-container .number-of-flghts-container .sort-by-container .bootstrap-select>.btn .flaticon-agree {
  font-weight: bold;
  float: right;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.departure-board-container .number-of-flghts-container .sort-by-container .dropdown-menu>li>a:hover {
  background: #ffdd41;
  background: linear-gradient(to bottom, #ffdd41 0%, #ffcf03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd41', endColorstr='#ffcf03', GradientType=0);
}

.departure-board-container .number-of-flghts-container .sort-by-container .bootstrap-select.btn-group .btn .filter-option {
  width: auto;
}

.departure-board-container .load-more-container {
  background: #2a2a2a;
  text-align: center;
  padding: 0px;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
}

.departure-board-container .load-more-container a {
  display: block;
  width: 100%;
  padding: 17px 15px;
}

.departure-board-container .load-more-container a:hover p {
  color: #fed300;
}

.departure-board-container .load-more-container a p {
  display: inline-block;
  color: #777777;
  width: 165px;
  margin: 0 auto;
}

.departure-board-container .load-more-container span {
  font-size: 18px;
  margin-top: 2px;
  display: inline-block;
}

.departure-board-container .load-more-container i {
  font-size: 19px;
  font-weight: bold;
}


/* === CARDS === */

.card {
  background: #fff;
  width: 31.6239%;
  width: calc((100% - 60px)/3);
  margin: 0px 30px 30px 0px;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.card:nth-child(3) {
  margin-right: 0px;
}

.card:nth-child(6) {
  margin-right: 0px;
}

.card .img-wrap {
  overflow: hidden;
  max-width: 100%;
}

.card .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.card:hover .img-wrap img {
  transform: scale(1.05);
}

.card .inner {
  margin: 15px 15px 5px;
}

.card .inner h3 {
  margin-bottom: 20px;
  min-height: 48px;
}

.card .inner h3 a {
  color: #333333;
}

/* .card .inner h3 a span {
  color: #bababa;
  font-size: 15px;
} */

.card .inner h3 a:hover {
  text-decoration: none;
  color: #333333;
}

.card .inner table {
  color: var(--dark-gray);
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-radius: 3px;
}

.card .inner table,
.card .inner tr,
.card .inner td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
}

.card .inner td {
  padding: 7px;
}

.card .inner .price-container {
  margin-top: 20px;
}

.card .inner .price-container p {
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  display: inline-block;
}

.card .inner .price-container p .was-price {
  text-decoration: line-through;
  color: #bababa;
  font-weight: 100;
}

.card .inner .price-container p .current-price {
  font-weight: 800;
  font-size: 22px;
}

.card .inner .price-container p .per-off {
  color: #ffd00d;
  border-style: solid;
  border-width: 1px;
  padding: 2px 5px;
  margin: 0 0 0 5px;
}

.card .inner .price-container a {
  font-size: 20px;
  color: #bababa;
  font-weight: bold;
  transform: rotate(-90deg);
  margin-top: 2px;
}

.card:hover .price-container a {
  text-decoration: none;
  color: #fed300;
}


/* === FULL WIDTH IMG CARD === */

.img-card {
  width: 100%;
  height: 400px;
  display: block;
  /* background: url('/assets/img/temporary/card-img-full-width.jpg') no-repeat center center; */
  background-size: cover;
}

.img-card .card-content {
  background: rgba(17, 17, 17, 0.8);
  width: 32%;
  /* max-width: 370px; */
  color: #fff;
  overflow: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.img-card .card-content .inner {
  margin: 15px;
}

.img-card .card-content .inner h3 {
  margin-bottom: 24px;
  color: #fff;
}

.img-card .card-content .inner h3 a {
  color: #fff;
}

.img-card .card-content .inner h3 a:hover {
  text-decoration: none;
  color: #fff;
}

/* .img-card .card-content .inner h3 a span {
  color: #bababa;
  font-size: 15px;
} */

.img-card .card-content .inner h3 a:hover {
  text-decoration: none;
}

.img-card .card-content .inner table {
  color: #999999;
  /* font-size: 13px; */
  text-align: center;
  width: 100%;
  border-radius: 3px;
}

.img-card .card-content .inner table,
.img-card .card-content .inner tr,
.img-card .card-content .inner td {
  border: 1px solid #414141;
  border-collapse: collapse;
}

.img-card .card-content .inner td {
  padding: 7px;
}

.img-card .card-content .inner .price-container {
  margin-top: 20px;
}

.img-card .card-content .inner .price-container p {
  color: #fff;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  margin: 0px;
  display: inline-block;
}

.img-card .card-content .inner .price-container p .was-price {
  text-decoration: line-through;
  color: #888888;
  font-weight: 100;
}

.img-card .card-content .inner .price-container p .current-price {
  font-weight: 800;
  font-size: 22px;
}

.img-card .card-content .inner .price-container p .per-off {
  color: #ffd00d;
  border-style: solid;
  border-width: 1px;
  padding: 2px 5px;
  margin: 0 0 0 5px;
}

.img-card .card-content .inner .price-container a {
  font-size: 30px;
  color: #888888;
  font-weight: bold;
}

.img-card .card-content .inner .price-container a {
  font-size: 20px;
  color: #bababa;
  font-weight: bold;
  transform: rotate(-90deg);
  margin-top: 2px;
}

.img-card .card-content .inner .price-container a:hover {
  text-decoration: none;
}

.img-card .card-content:hover .price-container a {
  color: #fed300;
}


/* === CONTACT === */

.page-content .inner h2.contact-text {
  margin: 60px 0px 15px 0px;
}

.contact-page>.inner {
  padding-top: 0px;
}

.contact-text {
  padding: 20px 0px 0px 0px;
}

.contact-text h2,
.text-page .contact-text h2 {
  margin: 0px 0px 10px 0px;
}

.contact-text p {
  margin: 0px;
}

.contact-form {
  margin-top: 40px;
}

.contact-form>p {
  margin-left: -15px;
}

.contact-form .question-subjects {
  margin-bottom: 15px;
}

.contact-form .question-subjects ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.contact-form .question-subjects ul li label input {
  margin-right: 5px;
}


/* === TEXT PAGE === */

.text-page.yellow-header.page-header i {
  font-size: 32px;
  top: 14px;
  left: 0px;
}

.text-page h2 {
  margin: 20px 0px;
}

.text-page ol.normal {
  padding: 0 0 0 20px;
  text-transform: uppercase;
  line-height: 26px;
}

.text-page ol.normal.lower {
  text-transform: none !important;
}

.text-page ul {
  line-height: 26px;
}

.text-page ul.normal {
  padding: 0 0 0 2px;
  text-transform: uppercase;
  line-height: 26px;
  list-style-type: none;
}

.text-page ul.normal.lower {
  text-transform: none !important;
}

.text-page ul.normal.space li {
  margin: 0 0 10px 0;
}

.text-page ul.normal ul {
  list-style-type: none;
  padding: 0 0 0 30px;
}

.text-page p a {
  text-decoration: underline;
}

.text-page .main-header {
  margin: 0 0 11px 0;
  display: table;
}

.text-page .main-header h4 {
  float: left;
}

.text-page .main-header .glyphicon {
  font-family: 'Glyphicons Halflings';
  float: left;
  font-size: 24px;
  margin: 0 15px 0 0;
  position: relative;
  top: 10px;
  color: #ffd00d;
}

.text-page .break {
  margin: 0 0 20px 0;
  display: table;
}


/* === ABOUT === */

.about h2 {
  margin-top: 30px;
}

.about p {
  margin-bottom: 30px;
}


/* === FAQ === */

.faq.yellow-header.page-header i {
  font-size: 32px;
  top: 12px;
  left: 0px;
}

.expand-link {
  cursor: pointer;
}

.question {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

.question.first {
  border-top: 1px solid #d1d1d1;
  margin-top: 50px;
}

.question.last {
  margin-bottom: 50px;
}

.question h2 {
  padding: 22px 30px;
  margin: 0;
  display: table;
  font-size: 16px;
  width: 100%;
}

.question:hover h2 {
  background-color: #fafafa;
}

.faq .question h2 {
  font-size: 18px;
  margin-right: 35px;
  margin-bottom: 20px;
  cursor: pointer;
}

.question .collapsed i {
  transform: rotate(0deg);
}

.question i {
  color: #ffd00d;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(180deg);
  position: absolute;
  right: 30px;
  top: 17px;
}

.inner-question:first-of-type {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #d1d1d1;
  padding: 10px 40px;
}

.inner-question {
  margin-left: 40px;
  margin-right: 40px;
  border-top: 1px solid #d1d1d1;
  padding: 10px 0px;
  position: relative;
}

.inner-question i {
  top: 10px;
}

.inner-question:first-of-type i {
  right: 70px;
}

.page-content .inner .inner-question h2 {
  font-size: 14px;
  padding: 5px 0;
  background-color: #fff !Important;
}

.inner-question p {
  margin-left: 15px;
  color: #888;
}


/* === BOOKNG FLOW COMMON === */

.booking-flow {
  z-index: 100;
  position: relative;
}

.booking-flow .tab-header {
  width: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.booking-flow .tab-header .yellow-bar {
  background: #ffd00d;
  height: 3px;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.booking-flow .tab-header .yellow-bar.complete {
  width: 100%;
  z-index: 1;
}

.booking-flow .tab-header .grey-bar {
  background: #f1f1f1;
  height: 3px;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.booking-flow .tab-header .tabs {
  max-width: 1170px;
  width: 100%;
  min-width: 225px;
  position: relative;
  clear: both;
  border-bottom: 0px;
  padding: 0px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.booking-flow .tab-header .tabs li {
  width: 20%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 50px;
}

.booking-flow .tab-header .tabs .one-way-step {
  width: 25% !important;
}

.booking-flow .tab-header .tabs li {
  margin-bottom: 0px;
  text-align: center;
  float: left;
  border-top: 3px solid #f1f1f1;
}

.booking-flow .tab-header .tabs li a {
  margin-right: 0px;
  padding: 9px 15px;
  display: block;
  color: #d2d2d2;
  border-radius: 0;
  border: none;
  border-right: 1px solid #f1f1f1;
  display: table;
  width: 100%;
}

.booking-flow .tab-header .tabs li a p {
  color: var(--light-gray);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin: 0 auto;
  display: table;
  position: relative;
}

.booking-flow .tab-header .tabs li a i {
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 4px;
  color: var(--light-gray);
  border: 2px solid var(--light-gray);
  border-radius: 25px;
  width: 24px;
  height: 24px;
  display: table;
  float: left;
  padding: 10px 0 0 0;
  font-style: normal;
  margin: 0 8px 0 0;
  font-weight: 500;
}

.booking-flow .tab-header .tabs li a span {
  float: left;
}

.booking-flow .tab-header .tabs li a:hover,
.booking-flow .tab-header .tabs li a:active {
  text-decoration: none;
}

.booking-flow .tab-header .tabs li:last-of-type a {
  border-right: none;
}
/* 
.booking-flow .tab-header .tabs li.active {
  border-top: 3px solid #ffd00d;
}

.booking-flow .tab-header .tabs li.active a {
  color: #888888;
}

.booking-flow .tab-header .tabs li.active a p {
  color: #ffd00d;
  font-size: 18px;
}

.booking-flow .tab-header .tabs li.active a i {
  color: #fff;
  border-color: #ffd00d;
  background-color: #ffd00d;
} */

/* .booking-flow .tab-header .tabs li.complete {
  border-top: 3px solid #ffd00d;
}

.booking-flow .tab-header .tabs li.complete a {
  color: #ffd00d;
}

.booking-flow .tab-header .tabs li.complete a p {
  color: #ffd00d;
}

.booking-flow .tab-header .tabs li.complete a i {
  color: #ffd00d;
  border-color: #ffd00d;
  font-size: 12px;
} */

.booking-flow a.return-home {
  color: #999999;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  margin-top: 12px;
  transition: color 150ms linear;
}

.booking-flow a.return-home:hover {
  text-decoration: none;
  color: #e8c100;
}

.booking-flow a.return-home i {
  font-size: 24px;
  position: absolute;
  top: -9px;
  left: 0px;
  font-weight: bold;
}


/* info message */

.booking-flow .info-message {
  /* padding: 10px 0 5px; */
  display: table;
}

.booking-flow .info-message p {
  color: var(--dark-gray);
  position: relative;
  /* top: -5px; */
  display: table-cell;
  margin: 0;
}

.booking-flow .info-message .icon {
  float: left;
  color: #ffd00f;
  border-style: solid;
  border-color: #ffd00f;
  border-width: 1px;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  margin: 0px 12px 0 0;
  font-weight: 800;
}

.booking-flow .info-message .bold {
  font-weight: 700;
  color: #333;
  margin: 0 8px 0 5px;
  float: left;
}

.booking-flow .right-bar.sticky {
  position: fixed;
  top: 20px;
}

.booking-flow .right-bar {
  width: 300px;
  background: #222222;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 19px 21px 7px;
  position: relative;
}

.booking-flow .right-bar .inner {
  margin: 22px 30px;
}

.booking-flow .right-bar h2 {
  color: #fff;
  font-size: 22px;
}

.booking-flow .right-bar h2.expand-link {
  cursor: pointer;
}

.booking-flow .right-bar h2.expand-link i {
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(180deg);
}

.booking-flow .right-bar h2.expand-link.collapsed i {
  transform: rotate(0deg);
}

.booking-flow .right-bar .break {
  border-color: #959595;
}

.booking-flow .right-bar .dash-break {
  border-color: #959595;
}

.booking-flow .right-bar p {
  color: #b5b5b5;
  line-height: normal;
}

.booking-flow .right-bar .title {
  color: #fff;
  display: table;
  width: 100%;
  font-weight: 400;
  margin: 0 0 7px 0;
  font-size: 15px;
}

.booking-flow .right-bar .title i {
  margin: 0 3px;
  top: 3px;
  position: relative;
}

.booking-flow .right-bar .title span {
  color: #a9a9a9;
}

.booking-flow .right-bar .main-header {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #848484;
  margin: 0 0 5px 0;
  display: table;
  width: 100%;
  padding: 0 0 21px 0;
}

.booking-flow .right-bar .main-header .icon {
  position: absolute;
}

.booking-flow .right-bar .main-header .icon.basket {
  width: 24px;
  top: 19px;
}

.booking-flow .right-bar .main-header h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 40px;
}

.booking-flow .right-bar .main-header h4 span.mobile-on,
.booking-flow .right-bar .main-header h4 span.mobile-off {
  display: none;
}

.booking-flow .right-bar .basket {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.booking-flow .right-bar .basket li img.icon {
  float: left;
  width: 23px;
  position: relative;
  top: -3px;
}

.booking-flow .right-bar .basket li.entry {
  margin: 0 0 10px 0;
}

.booking-flow .right-bar .basket li ul.details {
  list-style-type: none;
  margin: -1px 0 0 0;
  padding: 0;
  font-size: 13px;
}

.booking-flow .right-bar .basket li ul.details li {
  margin-bottom: -2px;
}

.booking-flow .right-bar .basket li ul.details li:first-child {
  margin-bottom: -8px;
}

.booking-flow .right-bar .basket li ul.details li .color-1 {
  color: #ffd00d;
}

.booking-flow .right-bar .basket li ul.details li .color-2 {
  color: var(--normal-gray);
  font-weight: 400;
}

.booking-flow .right-bar .basket li ul.details li .icon-rightarrow {
  top: 3px;
  position: relative;
  font-size: 16px;
}

.booking-flow .right-bar .basket li ul.details .bold {
  font-weight: 800;
  color: white;
}

.booking-flow .right-bar .basket li ul.details .light {
  font-weight: 100;
}

.booking-flow .right-bar .nav-buttons {
  padding: 0 10px;
  margin: 6px 0 0 0;
}

.booking-flow .right-bar .nav-buttons .col {
  padding-left: 5px;
  padding-right: 5px;
}

.booking-flow .right-bar .nav-buttons button {
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  background: #ffd00d;
  width: 100%;
  font-size: 13px;
  padding: 7px 0;
}

.booking-flow .right-bar .nav-buttons button:hover {
  background-color: #fcdd53;
}

.booking-flow .right-bar .persons {
  color: #a9a9a9;
  font-weight: 100;
  font-size: 15px;
  margin: -8px 0 13px 0;
}

.booking-flow .right-bar .persons span {
  color: #fff;
}

.booking-flow .right-bar .passengers {
  color: #fff;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #848484;
  margin: 15px 0 0 0;
  padding: 11px 0 0 0;
}

.booking-flow .right-bar .passengers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.booking-flow .right-bar .passengers ul li span {
  font-size: 13px;
}

.booking-flow .right-bar .passengers ul li span.date {
  color: #a9a9a9;
  font-weight: 100;
}

.booking-flow .right-bar .costs {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #848484;
  margin: 5px 0 0 0;
  padding: 11px 0 0 0;
}

.booking-flow .right-bar .costs p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 4px 0;
}

.booking-flow .right-bar .costs .price p {
  font-weight: 700;
}

.booking-flow .right-bar .costs #cost-flight .price p,
.booking-flow .right-bar .costs #cost-insurance .price p,
.booking-flow .right-bar .costs #cost-baggage .price p,
.booking-flow .right-bar .costs #cost-fee .price p {
  font-weight: 400;
}

.booking-flow .right-bar .costs p span:not(.price-decimals) {
  color: #a9a9a9;
  font-weight: 100;
  font-size: 15px;
}

.booking-flow .right-bar .costs .color-1 {
  color: #a9a9a9;
  font-weight: 100;
  font-size: 13px;
}

.booking-flow .right-bar .costs #show-breakdown {
  text-decoration: underline;
  top: -1px;
  position: relative;
}

.booking-flow .right-bar .costs #cost-total {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #848484;
  margin: 7px 0 0 0;
  padding: 9px 0 0 0;
}

.booking-flow .right-bar .costs .total p {
  color: #ffd00d;
}

.booking-flow .right-bar .costs .total .price p {
  font-weight: 700;
}

.booking-flow .right-bar .costs .total span:not(.avg-taxes):not(.price-decimals) {
  width: 100%;
  display: table;
  font-size: 11px;
  position: relative;
  top: -9px;
}

.booking-flow .right-bar .costs .total span.left {
  text-align: left;
}

.booking-flow .right-bar .costs .total span.right {
  text-align: right;
}

.booking-flow .right-bar .costs .price {
  text-align: right;
}

.booking-flow .right-bar .price-mobile {
  position: absolute;
  top: 14px;
  right: 10px;
  display: none;
}

.booking-flow .right-bar .price-mobile p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.booking-flow .go-to-calendar {
  background-color: #ffd00d;
  padding: 10px;
  display: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  cursor: pointer;
}

.booking-flow .go-to-calendar i {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
}

.booking-flow .go-to-calendar span {
  position: relative;
  top: -5px;
  margin: 0 0 0 7px;
}

.booking-flow .go-to-calendar:hover {
  background-color: #fff;
}

.booking-flow .left-container {
  width: calc(100% - 320px);
  padding: 0 21px 11px;
  background: #fff;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.booking-flow .left-container .main-header {
  /* padding: 22px 0; */
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
}

.booking-flow .left-container .main-header .booking-flow .left-container .main-header.inner {
  padding: 22px 0 0 0;
}

.booking-flow .left-container .main-header h4 {
  margin: 0 0 0 15px;
}

.booking-flow .left-container .main-header h4 i {
  position: relative;
  top: 3px;
}

.booking-flow .left-container .main-header.no-icon h4 {
  margin: 0;
}

.booking-flow .left-container .main-header .icon.calendar {
  width: 30px;
  top: 16px;
}

.booking-flow .left-container .main-header .icon.return2 {
  width: 30px;
  top: 25px;
}

.booking-flow .left-container .main-header .icon.departure {
  width: 30px;
  top: 24px;
}

.booking-flow .left-container .main-header .icon.passenger {
  width: 30px;
  top: 20px;
}

.booking-flow .left-container .main-header .icon.payment {
  width: 30px;
  top: 23px;
}

.booking-flow .left-container .main-header .icon.check {
  width: 30px;
  top: 20px;
}

.booking-flow .left-container .main-header div.info {
  position: absolute;
  top: 23px;
  right: 0;
  color: var(--dark-gray);
}

.booking-flow .left-container .main-header div.info span {
  float: left;
  color: #ffd00f;
  border-style: solid;
  border-color: #ffd00f;
  border-width: 2px;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  margin: 1px 5px 0 0px;
  font-weight: 700;
}

.booking-flow .left-container .main-header .time {
  position: absolute;
  top: 27px;
  right: 0;
}

.booking-flow .left-container .main-header .time img {
  float: left;
  top: 4px;
  position: relative;
  height: 14px;
  width: auto !important;
}

.booking-flow .left-container .main-header .time span {
  float: left;
  color: #000;
  margin: 0 0 0 5px;
  font-weight: 300;
}

.booking-flow .left-container .sub-header {
  width: 100%;
  display: table;
  position: relative;
}

.booking-flow .left-container .sub-header h5 {
  margin: 20px 0 0 0;
}

.booking-flow .left-container .sub-header .required-note {
  position: absolute;
  top: 19px;
  right: 0;
}

.booking-flow .left-container .booking-nav {
  margin: 2px 0 0 0;
}

.booking-flow .left-container h3 span {
  font-size: 13px;
  color: #aaaaaa;
  font-style: italic;
  margin-left: 5px;
}


/* === BOOKING FLOW 1 === */

.booking-flow .right-bar .placeholder {
  height: 270px;
  border-top: 1px solid #333333;
}

.booking-flow .right-bar .placeholder .contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.booking-flow .right-bar .placeholder .contents .box {
  width: 65px;
  height: 65px;
  display: block;
  border: 3px dashed #333333;
  margin: 0 auto;
}

.booking-flow .right-bar .placeholder .contents p {
  text-align: center;
  color: #555555;
  font-size: 15px;
  margin-top: 20px;
}

.booking-flow .left-container .inner.passengers .container-fluid {
  border: 1px solid #d1d1d1;
}

.booking-flow .left-container .inner.passengers .col {
  padding: 25px 20px;
  border-right: 1px solid #d1d1d1;
}

.booking-flow .left-container .inner.passengers .col.last {
  border: none;
  padding: 25px 20px;
}

.booking-flow .left-container .inner.passengers .passenger-input-container {
  margin: 0px;
}

.booking-flow .left-container .outer-border {
  border: 1px solid #d1d1d1;
  margin-top: 20px;
}

.booking-flow .left-container .outer-border .inner {
  margin: 22px;
}

.booking-flow .left-container table {
  border-collapse: separate;
  width: 100%;
}

.booking-flow .left-container .flight-info-container tr.last td {
  border-bottom: none;
}

.booking-flow .left-container .flight-info-container .icon {
  margin-right: 10px;
}

.booking-flow .left-container .flight-info-container .icon i {
  font-size: 60px;
  color: #555555;
  line-height: 55px;
}

.booking-flow .left-container .flight-info-container .details .from-label,
.booking-flow .left-container .flight-info-container .details .to-label {
  margin: 0px;
  display: none;
  color: #999999;
  font-size: 13px;
}

.booking-flow .left-container .flight-info-container .time {
  margin-bottom: 0px;
  font-weight: 600;
  line-height: normal;
}

.booking-flow .left-container .flight-info-container .date {
  margin: 0px 5px 0px 0px;
  font-weight: 400;
  line-height: normal;
}

.booking-flow .left-container .flight-info-container .airport {
  margin: 5px 0px;
  font-weight: 600;
  line-height: normal;
}

.booking-flow .left-container .flight-info-container .notes {
  font-size: 13px;
  color: #888888;
  margin: 0px;
  font-weight: 400;
}

.booking-flow .left-container .flight-info-container .time-line {
  width: 9%;
  height: 1px;
  position: relative;
  border-bottom: 1px dashed #d1d1d1;
}

.booking-flow .left-container .flight-info-container .time-line .time-line-wrapper {
  height: 100%;
}

.booking-flow .left-container .flight-info-container .time-line .yellow-dot {
  width: 12px;
  height: 12px;
  background: #fed300;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0px 0px -6px;
  z-index: 2;
  border-radius: 40px;
}

.booking-flow .left-container .flight-info-container .time-line .grey-dot {
  width: 12px;
  height: 12px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0px 0px -6px;
  z-index: 2;
  border-radius: 40px;
}

.booking-flow .left-container .flight-info-container .time-line .grey-bar.start {
  width: 2px;
  height: 50%;
  background: #ececec;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px 0px 0px -1px;
  z-index: 1;
}

.booking-flow .left-container .flight-info-container .time-line .grey-bar.end {
  width: 2px;
  height: 50%;
  background: #ececec;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0px 0px 0px -1px;
  z-index: 1;
}

.booking-flow .left-container .flight-info-container .time-line .grey-bar {
  width: 2px;
  height: 100%;
  background: #ececec;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0px 0px 0px -1px;
  z-index: 1;
}

.booking-flow .left-container .flight-info-container .flight-details {
  border-bottom: 1px dashed #d1d1d1;
  width: 53%;
}

.booking-flow .left-container .flight-info-container .flight-details .inner {
  margin-left: 10px;
}

.booking-flow .left-container .flight-info-container .flight-details .details {
  width: 77.4193%;
  width: calc(100% - 72px);
}

.booking-flow .left-container .flight-info-container .airline-details {
  border-left: 1px dashed #d1d1d1;
  border-bottom: 1px dashed #d1d1d1;
  width: 38%;
  position: relative;
}

.booking-flow .left-container .flight-info-container table.direct .airline-details {
  border-bottom: none;
  position: relative;
}

.booking-flow .left-container .flight-info-container .mob.airline-details {
  display: none;
  border-top: 1px dashed #d1d1d1;
  width: 100%;
  border-left: none;
}

.booking-flow .left-container .flight-info-container .airline-details .aireline-logo {
  width: 100%;
  max-width: 25px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.booking-flow .left-container .flight-info-container .airline-details p {
  line-height: normal;
  color: #888;
}

.booking-flow .left-container .flight-info-container .airline-details .note {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}

.booking-flow .left-container .flight-info-container .stop-details {
  border-bottom: 1px dashed #d1d1d1;
}

.booking-flow .left-container .flight-info-container .stop-details p {
  color: #888;
}

.booking-flow .left-container .flight-info-container .duration-details p {
  color: #888;
  margin-left: 9%;
}


/* === BOOKING FLOW 2 === */

.booking-flow #calendar {
  color: #9c9c9c;
  width: 100%;
  margin: 0 auto;
}

.booking-flow #calendar .fc-toolbar {
  border: 1px solid #d1d1d1;
  border-bottom: none;
  padding: 15px;
  margin: 0px;
}

.booking-flow #calendar .fc-toolbar button {
  background: none;
  border: none;
  color: #cccccc;
  font-size: 28px;
  transition: color 150ms linear;
}

.booking-flow #calendar .fc-toolbar button:hover {
  color: #fed300;
}

.booking-flow #calendar .fc-toolbar button span {
  line-height: 28px;
  font-weight: bold;
}

.booking-flow #calendar .fc-toolbar h2 {
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.booking-flow #calendar table {
  border-collapse: collapse;
  border-spacing: none;
  padding: 0px;
  margin: 0px;
}

.booking-flow #calendar table,
.booking-flow #calendar td,
.booking-flow #calendar th {
  border: none;
}

.booking-flow #calendar .fc-view>table {
  border: 1px solid #d1d1d1;
  border-left: none;
  border-right: none;
}

.booking-flow #calendar td.fc-day {
  border: 1px solid #d1d1d1;
  border-bottom: none;
}

.booking-flow #calendar .fc-basic-view td.fc-week-number span,
.booking-flow #calendar .fc-basic-view td.fc-day-number {
  font-size: 13px;
  padding: 7px 9px;
}

.booking-flow #calendar th.fc-day-header {
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-top: none;
  padding: 10px 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.booking-flow #calendar .fc-basic-view .fc-body .fc-row {
  min-height: 6em;
}

.booking-flow #calendar .fc-event,
.booking-flow #calendar .fc-event:hover,
.booking-flow #calendar .ui-widget .fc-event {
  cursor: pointer;
  background: none;
  border: none;
  color: #333333;
  text-align: center;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.fc-content-skeleton td a {}

.booking-flow #calendar .selected {
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  background: #ffdd41;
  background: linear-gradient(to bottom, #ffdd41 0%, #ffcf03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd41', endColorstr='#ffcf03', GradientType=0);
}

.booking-flow #calendar .fc-day-number.selected {
  color: #333;
  background: none;
  box-shadow: none;
}

.booking-flow #calendar .fc-day.event-border {
  border: 2px solid #ffdd41;
  border-bottom: 3px solid #ffdd41;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.booking-flow #calendar .fc-day.event-border.selected {
  border: none;
}

.booking-flow #calendar td.fc-past.fc-day-number {
  color: #d2d2d2;
}

.booking-flow #calendar td.fc-other-month.fc-day-number {
  color: white;
}

.booking-flow #calendar .was-price {
  text-decoration: line-through;
  color: #9a9a9a;
}

.booking-flow #selected-date-return {
  text-align: center;
}

.booking-flow .right-bar .flight-details .header {
  position: relative;
}

.booking-flow .right-bar .flight-details .header i {
  color: #a2a2a2;
  font-size: 53px;
  position: absolute;
  top: -21px;
  line-height: normal;
  left: -10px;
}

.booking-flow .right-bar .flight-details .header h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 50px;
}

.booking-flow .right-bar .flight-details .col {
  margin-top: 7px;
  margin-bottom: 7px;
}

.booking-flow .right-bar .flight-details p {
  margin: 0px;
  line-height: normal;
}

.booking-flow .right-bar .flight-details p.white {
  color: #fff;
}

.booking-flow .right-bar .airline-details p.notes {
  font-size: 13px;
}


/* === BOOKING FLOW 3 === */

.booking-flow .left-container .header i.flaticon-human5 {
  font-size: 40px;
  top: -22px;
}

.booking-flow .left-container.passenger-details a.yellow-button.login {
  padding: 30px 30px;
}

.booking-flow .left-container.passenger-details a.yellow-button.login p {
  display: block;
  float: none;
  margin-right: 40px;
  font-size: 18px;
}

.booking-flow .left-container.passenger-details a.yellow-button.login p.notes {
  font-size: 15px;
  margin-top: 5px;
}

.booking-flow .left-container.passenger-details a.yellow-button.login i {
  font-size: 32px;
  top: 29px;
  right: 30px;
}

.booking-flow .left-container.passenger-details .passenger-inputs .col {
  padding-left: 10px;
  padding-right: 10px;
}

.booking-flow .left-container.passenger-details .passenger-inputs p,
.booking-flow .left-container.passenger-details .passenger-inputs input,
.booking-flow .left-container.passenger-details .passenger-inputs .selectpicker.btn-default,
.booking-flow .left-container.passenger-details .passenger-inputs .dropdown-menu {
  font-size: 16px;
}

.booking-flow .left-container.passenger-details .frequent-flyer-container input.frequent-flyer-trigger {
  margin: 0 5px 10px 0;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account {
  padding: 30px 30px 15px 30px;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account:hover p,
.booking-flow .left-container.passenger-details .yellow-header.create-account:hover .label,
.booking-flow .left-container.passenger-details .yellow-header.create-account:hover .note {
  color: #333333;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account p {
  color: #333;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account .note {
  color: #333;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account .label {
  color: #333;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account .header {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account .row .col {
  padding-top: 0px;
  padding-bottom: 0px;
}

.booking-flow .left-container.passenger-details .yellow-header.create-account .default-input {
  border-color: #fff;
}

.booking-flow .left-container.passenger-details .break.space {
  margin: 30px 0 0;
}

.booking-flow .left-container .passenger-inputs {
  padding: 20px 6px 8px;
}

.booking-flow .left-container .passenger-inputs .input-wrapp {
  position: relative;
}

.booking-flow .left-container .passenger-inputs .input-wrapp div.toggle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 19px 0 0;
  border-color: #FFD00D transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
}

.booking-flow .left-container .passenger-inputs .input-wrapp div.toggle span {
  font-family: 'Glyphicons Halflings';
  color: #222222;
  position: absolute;
  top: -17px;
  left: 3px;
  font-size: 7px;
}

.booking-flow .left-container .passenger-inputs .input-wrapp div.toggle.error {
  border-color: #ff3131 transparent transparent transparent;
}

.booking-flow .left-container .passenger-inputs .input-wrapp div.toggle.error span {
  color: #fff;
}

.booking-flow .left-container .passenger-inputs .frequent-flyer-inputs {
  background: #f9f9f9;
  padding: 10px 0;
  margin: 0 -5px;
}

.booking-flow .left-container .passenger-inputs .frequent-flyer-inputs .info {
  font-size: 13px;
  color: #aaaaaa;
  padding: 0 15px;
  display: table;
  width: 100%;
}

.booking-flow .left-container .passenger-inputs .checkbox-label {
  cursor: pointer;
  display: table;
  line-height: 0px;
}

.booking-flow .left-container .passenger-inputs .checkbox-label span {
  position: relative;
  top: -2px;
}

.booking-flow .left-container .passenger-inputs .checkbox-label span span {
  font-size: 13px;
  color: #aaaaaa;
  top: 0px;
}

.booking-flow .right-bar .flight-times.inner {
  margin-top: 25px;
  margin-bottom: 25px;
}

.booking-flow .right-bar .flight-times .locations p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

.booking-flow .right-bar .flight-times .locations i {
  color: #8f8f8f;
  font-size: 20px;
  margin: 0px 5px;
  position: relative;
  top: 3px;
}

.booking-flow .right-bar .flight-times .times p {
  margin-top: 6px;
  margin-bottom: 0px;
}

.booking-flow .right-bar .price-breakdown table {
  width: 100%;
}

.booking-flow .right-bar .price-breakdown table p {
  margin: 0px;
}

.booking-flow .right-bar .price-breakdown table td {
  vertical-align: top;
}

.booking-flow .right-bar .price-breakdown table td.price p {
  color: #fff;
  text-align: right;
}

.booking-flow .left-container.passenger-details .terms-of-use-label {
  margin: 0 0 21px 0;
}

.booking-flow .left-container.passenger-details .terms-of-use-label a {
  text-decoration: underline;
}

.booking-flow .left-container.passenger-details .terms-of-use-label a:hover {
  /* color: #ffd00d; */
  font-weight: 800;
  text-decoration: unset;
}

.booking-flow .left-container.passenger-details .bootstrap-select .dropdown-menu li a {
  height: 30px;
  padding: 3px 10px;
}

.booking-flow .left-container.passenger-details .bootstrap-select .dropdown-menu li a .img-wrapp,
.booking-flow .left-container.passenger-details .bootstrap-select button .img-wrapp {
  width: 50px;
  display: table;
  float: left;
}

.booking-flow .left-container.passenger-details .bootstrap-select .dropdown-menu li a img,
.booking-flow .left-container.passenger-details .bootstrap-select button .img-wrapp img {
  max-height: 25px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.booking-flow .left-container .passenger-inputs .bootstrap-select.open {
  border-color: #ffd00d;
  border-width: 2px;
}


/* === BOOKING FLOW 4 === */

.booking-flow .left-container.payment-details .header i {
  font-size: 37px;
  top: -17px;
  left: 0px;
}

.booking-flow .left-container.payment-details .card-details .row {
  margin-left: 0px;
  margin-right: 0px;
}

.booking-flow .left-container.payment-details .inner.payment-details-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.booking-flow .left-container.payment-details .inner.payment-details-header .col.first {
  border-right: 1px dashed #dedede;
}

.booking-flow .left-container.payment-details .inner.payment-details-header .col h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.booking-flow .left-container.payment-details .payment-inputs {
  margin-top: 0px;
  margin-bottom: 0px;
}

.booking-flow .left-container.payment-details .card-details {
  border-right: 1px dashed #dedede;
  padding: 0px;
}

.booking-flow .left-container.payment-details .billing-address {
  padding: 0px;
}

.booking-flow .left-container.payment-details .billing-address label {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.booking-flow .left-container.payment-details .billing-address label a {
  color: #333;
  text-decoration: underline;
}

.booking-flow .left-container.payment-details .billing-address label a:hover {
  text-decoration: none;
}

.booking-flow .left-container.payment-details .billing-address label input {
  margin: 0px 5px 0px 0px;
}

.booking-flow .right-bar #passenger-details table {
  width: 100%;
}

.booking-flow .right-bar #passenger-details table p {
  margin: 0px;
}

.booking-flow .right-bar #passenger-details table tr.first td {
  padding-bottom: 20px;
}

.booking-flow .right-bar #passenger-details table td.edit {
  vertical-align: middle;
}

.booking-flow .right-bar #passenger-details table td.edit a {
  color: #767676;
  text-align: right;
  font-size: 20px;
}

.booking-flow .right-bar #passenger-details table td.edit a:hover {
  text-decoration: none;
}


/* === BOOKING FLOW 5 === */

.booking-flow .left-container.confirmation-details {
  width: 100%;
}

.booking-flow .left-container.confirmation-details>.inner>.header>h4 {
  margin-left: 55px;
}

.booking-flow .left-container.confirmation-details .header .flaticon-check74 {
  font-size: 35px;
  top: -16px;
  left: 0px;
}

.booking-flow .left-container.confirmation-details .reference-number h3 {
  line-height: 140%;
}

.booking-flow .left-container.confirmation-details .reference-number h4 {
  margin-top: 25px;
}

.booking-flow .left-container.confirmation-details .reference-number .note {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.booking-flow .left-container.confirmation-details>.inner.flight-info-container>.header>h4 {
  margin-left: 55px;
}

.booking-flow .left-container.confirmation-details .inner.passenger-header h4 {
  margin-left: 55px;
}

/* .booking-flow .left-container.confirmation-details .passenger-details {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
} */

.booking-flow .left-container.confirmation-details .passenger-details .passenger-1 {
  border-right: 1px solid #e0e0e0;
}

.booking-flow .left-container.confirmation-details .passenger-details .col {
  padding: 0px;
}

.booking-flow .left-container.confirmation-details .passenger-details p {
  margin: 0px;
}

.booking-flow .left-container.confirmation-details .passenger-details .heading {
  padding: 20px 30px;
  border-bottom: 1px dashed #e0e0e0;
}

.booking-flow .left-container.confirmation-details .passenger-details .heading p {
  font-size: 16px;
}

.booking-flow .left-container.confirmation-details .passenger-details .heading i {
  color: #b7b7b7;
  font-size: 18px;
}

.booking-flow .left-container.confirmation-details .passenger-details table {
  width: 100%;
}

.booking-flow .left-container.confirmation-details .passenger-details table tr.first th,
.booking-flow .left-container.confirmation-details .passenger-details table tr.first td {
  padding-top: 20px;
}

.booking-flow .left-container.confirmation-details .passenger-details table tr.last th,
.booking-flow .left-container.confirmation-details .passenger-details table tr.last td {
  padding-bottom: 20px;
}

.booking-flow .left-container.confirmation-details .passenger-details table th,
.booking-flow .left-container.confirmation-details .passenger-details table td {
  vertical-align: top;
  padding-bottom: 5px;
}

.booking-flow .left-container.confirmation-details .passenger-details table th {
  padding: 0px 10px 0px 30px;
}

.booking-flow .left-container.confirmation-details .inner.payment-header i.flaticon-credit-card21 {
  font-size: 37px;
  top: -17px;
  left: 0px;
}

.booking-flow .left-container.confirmation-details .inner.payment-header h4 {
  margin-left: 55px;
}

/* .booking-flow .left-container.confirmation-details .passenger-details .personal-details {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e0e0e0;
} */

.booking-flow .left-container.passenger-details h5 span.bold {
  font-weight: 500;
}

.booking-flow .left-container.passenger-details h5 span.grey {
  color: #a9a9a9;
  font-weight: 100;
}

.booking-flow .left-container.passenger-details input:focus {
  border-width: 2px;
}


/* === FOOTER === */

footer.site-wrapper {
  padding: 60px 20px 20px 20px;
}

footer .footer-logo {
  max-height: 75px;
  width: 42px;
  margin: 0 auto 45px auto;
  display: block;
}

footer .iata-logo {
    display: block;
    margin: -6px 0 0 0;
    float: right;
    height: 40px;
    width: 121px;
}

footer p.copyright {
  color: #999999;
  text-align: left;
  margin: 0px;
}

footer .link-container p {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  color: #999999;
}

footer .link-container {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

footer .link-container .col {
  text-align: center;
}

footer ul {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

footer ul li {
  list-style: none;
  margin: 5px 0px 5px 0px;
}

footer ul li a {
  color: #999999;
  font-size: 17px;
}

footer ul li a:hover {
  text-decoration: none;
  color: #e8c100;
}

footer .social-links {
  width: 100px;
  margin: 0px auto 0 auto;
  height: 60px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}

footer .social-links a {
  display: inline-block;
  margin: 0px 10px;
}

footer .social-links a.tw {
  margin-top: 3px;
}

footer .social-links img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: transform .2s;
}
footer .social-links img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: scale(1.2);
}

/* === DEPARTURE BOARD === */

.departure-board-container .board-titles.sticky {
  max-width: 940px;
}

.departure-board-info {
  text-align: center;
  margin: 14px 0 34px 0;
}

.departure-board-info h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  margin-inline-start: -3px;
  letter-spacing: 0.1px;
}

.back {
  border: 1px solid #ffd00d;
  background-color: white !important;
  color: #ffd00d;
}

.back i {
  color: #ffd00d;
}

.departure-board-info span,.departure-board-info .departure-board-title {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.3px;
}

.departure-board-container .yellow-header {
  /* padding: 12px 0; */
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  background: rgba(255, 208, 13, 1);
}

.departure-board-container .yellow-header .header-container  .departure button {
  background-color: #fff;
  border-radius: 0;
  height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
}

.departure-board-container .yellow-header .header-container  .departure .selectpicker-wrapper {
  position: relative;
  float: left;
  margin-top: 2px;
}

.departure-board-container .yellow-header .header-container  .departure .bootstrap-select {
  width: 288px;
}

.departure-board-container .yellow-header .header-container  .departure .selectpicker-icon {
  position: absolute;
  top: 11px;
  left: 7px;
  height: 22px;
  z-index: 10;
}

.departure-board-container .yellow-header .header-container  .departure .dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
}

.departure-board-container .yellow-header .header-container  .col .dropdown-menu>li>a {
  padding-left: 20px;
  font-size: 18px;
}

.departure-board-container .yellow-header .header-container  .col .flights-count span {
  font-weight: 700;
}

.departure-board-container .yellow-header .header-container  .col .flights-count span.no-bold {
  font-weight: 400;
}

/* .departure-board-container .yellow-header .header-container  .col .flights-count a {
  color: #333333 !important;
  text-decoration: none;
  font-weight: 700;
} */

.departure-board-container .yellow-header .header-container  .col .flights-count a:hover {
  text-decoration: underline;
}

.departure-board-container .yellow-header .bootstrap-select.btn-group .dropdown-menu li small {
  color: var(--dark-gray) !important;
  font-size: 18px;
  font-weight: 400;
}

/* .departure-board-container .yellow-header .header-container  .col .filters-trigger p {
  margin: 0px 5px 0 0;
} */

.departure-board-container .date-info {
  background-color: var(--light-gray);
}

.departure-board-container .date-info p {
  margin: 0;
}

.departure-board-container .flight-container .flight-summary {
  background-color: rgba(17, 17, 17, .85);
}

.departure-board-container .board-titles {
  background-color: var(--extra-dark-gray);
}

.departure-board-container .board-titles p {
  float: left;
}

.departure-board-container .board-titles .sort-by {
  float: left;
  width: 10px;
  margin: 9px 0 0 5px;
  cursor: pointer;
}

.departure-board-container .board-titles .arrow-up,
.departure-board-container .board-titles .arrow-down {
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
}

.departure-board-container .board-titles .arrow-up {
  border-width: 0 4px 3px 4px;
  border-color: transparent transparent var(--normal-gray) transparent;
  margin: 2px 0;
}

.departure-board-container .board-titles .arrow-down {
  margin: 1px 0;
  border-width: 3px 4px 0 4px;
  border-color: var(--normal-gray) transparent transparent transparent;
}


.departure-board-container .board-titles .sort-by.active-up,
.departure-board-container .board-titles .sort-by.active-down {
  margin: 11px 0 0 5px;
}

.departure-board-container .board-titles .sort-by.active-up .arrow-up {
  border-color: transparent transparent #fff transparent;
}

.departure-board-container .board-titles .sort-by.active-up .arrow-down {
  display: none;
}

.departure-board-container .board-titles .sort-by.active-down .arrow-down {
  border-color: #fff transparent transparent transparent;
}

.departure-board-container .board-titles .sort-by.active-down .arrow-up {
  display: none;
}

.departure-board-container .board-titles .active-sort-by {
  color: #fff;
  font-weight: 800 !important;
}

.departure-board-container .board-titles .sort-wrapp {
  display: table;
  cursor: pointer;
  float: left;
}

.departure-board-container .board-titles .sort-wrapp:hover .sort-by .arrow-up {
  border-color: transparent transparent #fff transparent;
}

.departure-board-container .board-titles .sort-wrapp:hover .sort-by .arrow-down {
  border-color: #fff transparent transparent transparent;
}

.departure-board-container .board-titles .sort-wrapp:hover p {
  color: #fff;
  cursor: pointer;
}

.departure-board-container .flight-container .flight-summary .row .col.dep-time i {
  color: #ffd00f;
}

.departure-board-container .flight-container .flight-summary .price .per-off {
  color: #ffd00d !important;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.departure-board-container .flight-container .flight-summary.active .row .col.price .mob-show {
  color: #111111;
}

.departure-board-container .flight-container .flight-summary .light {
  color: #777777;
  font-weight: 100;
}

.departure-board-background {
  background-image: url(/assets/img/backgrounds/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
}

.departure-board-background .cover-wrapp {
  position: relative;
  width: 100%;
  height: 100%;
}

.departure-board-background .cover-wrapp .cover {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(to top, #efefef 34.81%, rgba(240, 240, 240, 0) 100%);
}

.departure-board-container .more-flights {
  /* background-color: rgba(17, 17, 17, 0.85); */
  /* color: #ffd00d; */
  background-color: #ffd00d;
  color: black;
  font-family: "Ubuntu";
  font-size: 16px;
  cursor: pointer;
  /* height: 55px; */
  /* height: 62px; */
  height: 42px;
  padding: 5px 18px 0;
  margin: 0 auto;
  display: table;
  margin-top: 21px;
  margin-bottom: 21px;
}

.departure-board-container .more-flights span {
  margin-left: 13px;
  font-weight: 800;
  font-size: 16px;
}

.departure-board-container .more-flights:hover {
  /* background-color: #ffd00d; */
  /* color: #000; */
  background-color: #fcdd53;
}

/* .departure-board-container .more-flights:hover span {
  color: #000;
} */

.tooltip-hover {
  float: left;
  color: #ffd00f;
  border-style: solid;
  border-color: #ffd00f;
  border-width: 1px;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 0 1px;
  text-decoration: none !important;
  font-weight: 700;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c7c7c7;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 20px;
  color: #000;
  text-align: left;
  border: 1px solid #c7c7c7;
  background-color: #fdfdfd;
  border-radius: 0;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #919191;
}


/* === FILTER AREA === */

.departure-board-container .yellow-header .header-container  .col button.btn-filters {
  /* border-style: solid;
  border-width: 1px; */
  border-color: #7D7D7D;
  border-radius: 0;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 2px 5px 0px !important;
  /* margin-top: 1px; */
  position: relative;
}

.departure-board-container .yellow-header .header-container  .col button.btn-filters:hover {
  border-color: #222218;
}

/* .departure-board-container .yellow-header .header-container  .col button.btn-filters span {
  font-family: 'Glyphicons Halflings';
  margin-left: 10px;
  top: 2px;
  position: relative;
} */

.departure-board-container .yellow-header .header-container  .col button.btn-filters span.icon-remove-bar {
  background-color: #ffd00d;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 8px;
  display: none;
}

.departure-board-container .filter-area {
  background-color: #fff;
  padding: 10px 20px 2px;
}

.departure-board-container .filter-area .clear-filters-desktop {
  float: right;
  margin: 0 5px 6px 0;
  display: none;
}

.departure-board-container .filter-area .col {
  padding: 0;
}

.departure-board-container .filter-area .filter-title {
  margin: 7px 0 0 0;
  width: 100%;
  text-align: center;
}

.departure-board-container .filter-area .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.departure-board-container .filter-area .filters-buttons-box .col-lg-4 {
  padding: 0px 5px 8px;
}

.departure-board-container .filter-area .filters-buttons-box .col-lg-4.last-row .filters-box {
  right: 5px;
  left: 5px;
}

.departure-board-container .filter-area button {
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #f1f1f1;
  border-radius: 0;
  width: 100%;
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  height: 37px;
  position: relative;
}

.departure-board-container .filter-area button span.flaticon-agree {
  font-weight: 700;
  position: absolute;
  top: 7px;
  right: 9px;
}

.departure-board-container .filter-area button span.toggle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 19px 0 0;
  border-color: #FFD00D transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.departure-board-container .filter-area button span.glyphicon {
  font-family: 'Glyphicons Halflings';
  color: #222222;
  position: absolute;
  top: -17px;
  left: 3px;
  font-size: 7px;
}

.departure-board-container .filter-area .clear-fliters-desktop {
  float: right;
  margin: 0 5px 5px;
}

.departure-board-container .filter-area button.clear-filters.active {
  margin-bottom: 0;
  display: none;
  float: left;
}

.departure-board-container .filter-area .selections p {
  float: left;
  margin-top: 10px;
}

.departure-board-container .filter-area .selections ul {
  list-style-type: none;
  padding: 0;
}

.departure-board-container .filter-area .selections ul li {
  float: left;
  margin: 0 23px 10px 0;
}

.departure-board-container .filter-area .selections ul li .glyphicon {
  font-family: 'Glyphicons Halflings';
}

.departure-board-container .filter-area .selections ul li img {
  width: 10px;
  position: absolute;
  top: 9px;
  right: 8px;
}

.departure-board-container .filter-area .selections ul li a {
  display: table;
  padding: 3px 8px;
  min-width: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a0;
  position: relative;
  text-decoration: none !important;
}

.departure-board-container .filter-area .selections ul li a:hover {
  background-color: #F1F1F1;
}

.departure-board-container .filter-area .clear-filters-box {
  margin-top: 10px;
}

.departure-board-container .filter-area .clear-filters-box a {
  float: right;
}

.departure-board-container .filter-area .clear-filters-box img {
  float: right;
  width: 14px;
  cursor: pointer;
  margin: 8px 0 0 15px;
}

.departure-board-container .filter-area .clear-filters-box a span {
  display: table;
  padding: 3px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFD00D;
  background-color: #FFD00D;
  float: left;
}

.departure-board-container .filter-area .clear-filters-box a span:hover {
  background-color: #fcdd53;
  border-color: #fcdd53;
}

.filters-box {
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  position: absolute;
  top: 36px;
  right: 5px;
  left: 5px;
  background-color: #fff;
  z-index: 999;
  display: none;
}

.filters-box.no-buttons {
  border-top: none;
}

.filters-box .filters-box-nav {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #cfcfcf;
  margin: 0 0 17px 0;
  position: relative;
}

.filters-box .filters-box-nav button {
  width: 50%;
  float: left;
  background: none;
  border-width: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 27px;
  color: #676767;
}

.filters-box .filters-box-nav button.select-all {
  border-width: 0 1px 0 0;
}

.filters-box .filters-box-nav button.disable {
  color: #DDD;
}

.filters-box ul {
  list-style-type: none;
  padding: 0 10px;
  padding-bottom: 21px;
}

.filters-box ul li {
  position: relative;
  padding-bottom: 10px;
}

.filters-box ul li label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  color: #676767;
}

.filters-box ul li span.price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #a7a7a7;
}

.filters-box input[type="checkbox"] {
  display: none;
}

.filters-box input[type="checkbox"]+label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  /* background: url(/assets/img/checkbox-a.png) left top no-repeat; */
  position: absolute;
  top: 2px;
  left: 0;
}

.filters-box input[type="checkbox"]:checked+label span {
  background: url(/assets/img/checkbox-b.png) left top no-repeat;
}

.filters-box input[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  webkit-border-radius: 0;
  font-family: "Ubuntu";
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: table;
  border-radius: 0;
  background-color: #dddddd;
}

.filters-box input[type="submit"]:hover {
  background-color: #cfcfcf;
}

.filters-box input[type="submit"].active {
  background-color: #ffd010;
}

.filters-box input[type="submit"].active:hover {
  background: #fcdd53 !important;
}

/* .filters-box .price-from {
  width: 100%;
  display: table;
  text-align: right;
  padding: 0 10px;
  font-size: 14px;
  color: #a7a7a7;
} */

.filters-box .submit-wrapp {
  padding: 0 10px 10px;
}

.filters-box .filters-box-scroll {
  max-height: 100%;
  width: 100%;
}
.filters-box-scroll.no-search {
  padding-top: 17px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e4e4e4 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #777777 !important;
  width: 8px!important;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px!important;
}

.mCSB_container_wrapper>.mCSB_container {
  padding: 0 !important;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 10px !important;
}

.departure-board-container .flight-container .flight-summary span.mob-remove,
.departure-board-container .flight-container .flight-summary span.mob-show {
  color: #fff;
}

.departure-board-container .flight-container .flight-summary span.was-price {
  font-weight: 100;
}

.departure-board-container .filter-area .filters-box .filters-box-search-wrapp {
  position: relative;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #cfcfcf;
}

.departure-board-container .filter-area .filters-box .filters-box-search {
  border: none;
  outline: none;
  -webkit-appearance: none;
  webkit-border-radius: 0;
  height: 27px;
  font-family: "Ubuntu";
  font-size: 12px;
  width: 100%;
  padding: 0 11px 0 32px;
}

.departure-board-container .filter-area .filters-box .filters-box-search-icon {
  position: absolute;
  top: 7px;
  left: 11px;
  height: 13px;
}

.departure-board-container .filter-area .filters-box .clear-search {
  font-family: 'Glyphicons Halflings';
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 11px;
  color: #A9A9A9;
  display: none;
}

.departure-board-container .showing {
  background-color: rgba(17, 17, 17, .65);
  padding-bottom: 3px;
}

.departure-board-container .showing p {
  color: #b2b2b2;
  text-align: center;
  margin: 0;
}


/* === GLOBAL FLIGHT DETAILS === */

.global-flight-details-header {
  position: relative;
  margin: 10px 0 7px 0;
}

.global-flight-details-header.space-top {
  margin-top: 30px;
}

.global-flight-details-header.second {
  margin-top: 30px !important;
}

.global-flight-details-header h4 {
  margin: 0 0 10px 5px;
  padding: 0 0 0 50px;
  font-size: 17px;
}

.global-flight-details-header h4 i {
  position: relative;
  top: 2px;
  margin: 0 -5px;
}

.global-flight-details-header img {
  position: absolute;
  top: -4px;
  width: 32px;
}

.global-flight-details-wrapp .global-flight-details-header img {
  top: 2px;
}

.global-flight-details-header .time {
  position: absolute;
  top: 0;
  right: 0;
}

.global-flight-details-header .time img {
  float: left;
  top: 4px;
  right: 5px;
  position: relative;
  height: 14px;
  width: auto !important;
}

.global-flight-details-header .time span {
  float: left;
  color: #000;
  margin: 0 5px 0 0;
  font-weight: 300;
}

.global-flight-details {
  border-style: solid;
  border-width: 1px;
  border-color: var(--light-gray);
}

.global-flight-details .flight {
  width: 100%;
  display: table;
}

.global-flight-details .flight.top.no {
  margin-bottom: 0;
}

.global-flight-details .flight.bottom {
  margin-top: 10px;
}

.global-flight-details .graph .col {
  height: 40px;
}

.global-flight-details .stop {
  width: 100%;
  display: table;
  border-style: dashed;
  border-width: 1px 0;
  border-color: #e0e0e0;
}

.global-flight-details .stop .additional p {
  float: right;
}

.global-flight-details .stop .additional img.clock-img {
  height: 15px;
  position: relative;
  margin-right: 8px;
  width: auto;
  top: auto;
}

.global-flight-details .stop span.hide-mobile {
  float: none;
  top: auto;
  margin: 0;
}

.global-flight-details .icon {
  padding-right: 0;
  padding-left: 65px;
  top:-6px;
}

.global-flight-details .icon .wrapp {
  position: relative;
  top: 8px;
  margin: 0 auto;
  display: table;
}

.global-flight-details .icon .wrapp img {
  width: 30px;
}

.global-flight-details .additional {
  padding: 0;
}

.global-flight-choose .global-flight-details .additional {
  width: 41.116667%;
}

.global-flight-details .additional img {
  width: 22px;
  float: left;
  position: relative;
  top: 8px;
}

.global-flight-details .additional span {
  font-size: 13px;
  margin: 0 0 0 10px;
  position: relative;
  top: 13px;
  line-height: 14px;
  float: left;
}

.global-flight-details .additional span span {
  margin: 0;
  top: 5px;
  font-size: 10px;
  line-height: 0;
  position: relative !important;
}

.global-flight-details .left-text {
  text-align: right;
}

.global-flight-details .left-text,
.global-flight-details .right-text {
  padding: 0;
}

.global-flight-details .left-text p,
.global-flight-details .right-text p {
  margin: 0;
  position: relative;
  top: 13px;
  line-height: 14px;
}

.left-text-p-top , .right-text-p-top {
  top: 0px !important;
}


.global-flight-details .left-text p {
  color: #a8a8a8;
  font-weight: 100;
}

.global-flight-details .left-text p span {
  color: black;
  font-weight: 400;
}

.global-flight-details .left-text p span:not(.strong) {
  margin-left: 2px;
}

.global-flight-details .left-text p span.mobile {
  display: none;
}

.global-flight-details .left-text p span.strong {
  font-weight: 700;
}

.global-flight-details .right-text p {
  font-size: 15px;
}

.global-flight-details .right-text img.clock-img {
  height: 15px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.global-flight-details .right-text p strong.different {
  background-color: #ffe67d;
}

.global-flight-details .timeline .wrapp {
  margin: 0 auto;
  display: table;
  position: relative;
  top: 14px;
}

.global-flight-details .timeline .dot {
  border-style: solid;
  border-width: 3px;
  border-color: #ffd00d;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 40px;
}

.dot_top img {
  width: 17px;
  margin-left: 1px;
  margin-top: -4px;
}

.dot_bottom img {
  width: 17px;
  margin-left: 1px;
  margin-bottom: 6px;
}



/* .dot_bottom {
  margin-top: -2px;
} */

.dot_top {
  margin-top: -12px;
}

.global-flight-details .timeline .dot.full {
  background-color: #ffd00d;
}

.global-flight-details .timeline .wrapp.clock {
  top: 8px;
}

.global-flight-details .timeline .wrapp.clock img {
  height: 15px;
  background-color: #fff;
}

.global-flight-details .left-clock {
  padding: 0;
}

.global-flight-details .left-clock div {
  font-size: 13px;
  margin: 0;
  position: relative;
  top: 13px;
  line-height: 14px;
  float: right;
  width: 62.55px;
  display: flex;
  justify-content: space-around;
}

.global-flight-details .left-clock img.clock-img {
  height: 14px;
  position: relative;
}

.global-flight-details .timeline .line {
  width: 3px;
  height: 90px;
  background-color: #ffd00d;
}

.global-flight-details .timeline .line.wait {
  background-color: #efefef;
  height: 150px;
}

.global-flight-details .timeline .line.wait.no {
  display: none;
}

.global-flight-details .details {
  padding: 0;
}

.global-flight-details .details img {
  max-width: 45px;
}

.global-flight-details .details ul.info {
  list-style-type: none;
  color: #696969;
  margin: 0;
  font-weight: 100;
}

/* .global-flight-details .details ul.info strong {
  color: #333;
} */

/* .global-flight-details .details ul.info span {
  color: #ffcf03;
} */

.global-flight-details .details ul .info-small {
  font-size: 10px;
  color: #a2a2a2;
  margin: 3px 0 0 0;
}

.global-flight-details .details ul .info-small-for-desktop span {
  font-size: 22px;
  line-height: 0px;
  color: --var(--dark-gray);
  position: relative;
  top: 0px;
}

.global-flight-details .flex {
  display: flex;
  -webkit-flex-align: center;
  align-items: center;
}

.global-flight-details p {
  line-height: 18px;
}

.global-flight-details .color1 {
  color: #696969;
  font-weight: 100;
}

.global-flight-details .color1.small {
  font-size: 13px;
}

.global-flight-details .nowrap {
  white-space: nowrap;
}

.global-flight-details-nav {
  margin: 5px 0 0 0;
  display: table;
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d1d1d1;
  padding: 0 0 10px;
}

.departure-board-container .global-flight-details-nav {
  border-width: 0;
  padding: 0;
}

.global-flight-details-nav .yellow-button {
  margin: 0 0 0 5px;
}

.global-flight-details-nav .yellow-button,
.global-flight-details-nav .global-person-choose {
  float: right;
}


.global-flight-details .flight .show-phone {
  display: none;
}

/* === GLOBAL FLIGHT CHOOSE== */

.global-flight-choose {
  margin: 50px 0 0 0;
}

.global-flight-choose .header h4 {
  font-size: 18px;
  font-weight: 500;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #e0e0e0;
  padding: 0 0 7px 0;
}

.global-flight-choose .header .details {
  color: #6f6f6f;
  font-weight: 600;
  font-size: 16px;
  margin-top: -8px;
}

.global-flight-choose .header .details .time {
  float: left;
}

.global-flight-choose .header .details .number {
  float: right;
  font-weight: 400;
}

.global-flight-choose .header .details .date {
  font-weight: 400;
}

.global-flight-choose .header .details .date span {
  font-weight: 600;
  color: #ffd00d;
}

.global-flight-choose .entry {
  display: table;
  width: 100%;
}

.global-flight-choose .labels {
  background-color: #f0f0f0;
  padding: 0 20px;
}

.global-flight-choose .labels .col {
  padding: 0 3px;
  height: 43px;
}

.global-flight-choose .labels p {
  margin: 16px 0 0 0;
  line-height: 12px;
  font-weight: 600;
}

.global-flight-choose .labels .stops {
  text-align: center;
}

.global-flight-choose .information {
  position: relative;
  padding: 0 20px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d1d1d1;
}

.global-flight-choose .information .rotate {
  transform: rotate(180deg);
}

.global-flight-choose .information .col {
  padding: 0 3px;
  height: 60px;
}

.global-flight-choose .information p {
  margin: 21px 0 0 0;
  line-height: 16px;
}

.global-flight-choose .information .price p {
  font-weight: 700;
}

.global-flight-choose .information .price p span {
  font-weight: 400;
}

.global-flight-choose .information .color-1 {
  color: #bbbbbb;
}

.global-flight-choose .information .color-2 {
  color: #bbbbbb;
}

.global-flight-choose .information .color-3 {
  font-weight: 700 !important;
  background-color: #b5e4fc;
}

.global-flight-choose .information .departure .color-1,
.global-flight-choose .information .arrival .color-1 {
  width: 29px;
  margin-right: 1px;
  float: left;
}

.global-flight-choose .information.outbound p {
  margin: 14px 0 0 0;
}

.global-flight-choose .information.outbound .price p {
  margin: 21px 0 0 0;
}

.global-flight-choose .information:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.global-flight-choose .information .icon img {
  width: 20px;
  position: absolute;
  top: 19px;
}

.global-flight-choose .information .icon.dual img.departure {
  top: 14px;
}

.global-flight-choose .information .icon.dual img.return {
  top: 30px;
}

.global-flight-choose .information .stops {
  text-align: start;
}

.global-flight-choose .information .arrow {
  padding: 0;
}

.global-flight-choose .information .arrow i {
  color: #ffd00d;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 14px;
  right: 0;
}

.global-flight-choose .information .different {
  background-color: #ffe67d;
}

.global-flight-choose .information.active {
  background-color: #fafafa !important;
  border-color: #fff;
}

.global-flight-choose .information.active .different {
  background-color: #ffe67d;
}

.global-flight-choose .global-flight-details-header {
  margin: 10px 0 7px;
}

.global-flight-details-wrapp .global-info-wrapp {
  /* margin: 5px 0 0 0; */
}


/* === GLOBAL FLIGHT CHOOSE == */

.flight-details-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding: 20px;
  overflow-y: hidden;
  display: none;
}

.flight-details-box .flight-details-box-wrapp {
  max-width: 850px;
  margin: 0 auto;
}

.flight-details-box .flight-details-box-content {
  overflow-x: hidden;
  padding:0px 0px 20px 0px;
  background-color: #fff;
  overflow-y: scroll;
  max-height: calc(100vh - 145px);
}

.flight-details-box .flight-details-box-content.price-breakdown {
  background-color: #fff;
  overflow-y: visible;
}

.flight-details-box .box-title {
  color: #fff;
}

.flight-details-box .box-title span {
  font-weight: 400;
  color: #cecece;
}

.flight-details-box .box-title i {
  /* top: 4px; */
  position: relative;
}

.flight-details-box .close-box {
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  background: #ffd00d;
  font-size: 13px;
  padding: 7px;
  float: right;
  margin-top: 10px;
}

.flight-details-box .close-box:hover {
  color: #ffd00d;
  background-color: #000;
}

.highlight {
  background-color: #cfcfff6e;
}

/* === GLOBAL PRICE BREAKDOWN == */

.flight-details-box .flight-details-box-content.price-breakdown {
  padding: 20px 20px 11px;
}

.price-breakdown .row {
  margin-left: -20px;
  margin-right: -20px;
}

.price-breakdown h5 {
  /* font-size: 15px; */
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}

.price-breakdown h5 span {
  color: var(--dark-gray);
  font-weight: 400;
}

.price-breakdown p {
  color: black;
  text-align: center;
  margin-bottom: 0;
}

.price-breakdown .subtotal h5,
.price-breakdown .subtotal p {
  text-align: right;
}

.price-breakdown .type,
/* .price-breakdown .services, */
/* .price-breakdown .total  */
.price-breakdown .number {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e2e2e2;
}

.price-breakdown .total {
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #e2e2e2;
}

.price-breakdown .total-cost {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
}

.price-breakdown .cost p {
  color: #333;
  text-align: right;
  font-weight: 800;
  /* font-size: 17px; */
}

/* .price-breakdown .cost p span {
  margin-left: 5px;
} */

.price-breakdown .info p {
  color: #a5a5a5;
  font-size: 12px;
  text-align: left;
  margin-top: 6px;
}

.flight-box-enabled {
  overflow-y: hidden;
}

#show-breakdown {
  cursor: pointer;
}

#show-breakdown:hover {
  color: #ffd00d;
}


/* === GLOBAL INFO WRAPP === */

.global-info-wrapp {
  display: table;
  width: 100%;
  text-align: center;
  /* margin: 10px 0; */
  cursor: pointer;
  display: none;
}

.global-info-wrapp p {
  color: #333;
  margin: 0;
}

.global-info-wrapp p .icon {
  display: inline-block;
  color: #ffd00f;
  border-style: solid;
  border-color: #ffd00f;
  border-width: 2px;
  border-radius: 25px;
  width: 20px;
  min-width: 20px !important;
  height: 20px;
  font-size: 13px;
  text-align: center;
  margin: 0px 5px 0 0;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  top: 0px;
}

.global-info-wrapp.yellow {
  border: 1px #ffd00d solid;
}


/* === FIREFOX FIX === */

@-moz-document url-prefix() {
  .departure-board-container .filter-area .selections ul li {
    float: left;
    margin: 0 5px 10px 0;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/responsive-styles.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************/
@media  (max-width: 1220px) {
	.site-container{padding:0px 20px;}
}

@media  (max-width: 1200px) {
	/* === CARDS === */
	.card .inner{margin:15px;}
	.card .inner h3 a{font-size:17px;}

	/* === GLOBAL FLIGHT DETAILS === */
	/* .global-flight-choose .global-flight-details .graph .col.left-text {width:22%;} */
	/* .global-flight-choose .global-flight-details .graph .col.timeline {width:11.33333333%;} */
	/* .global-flight-choose .global-flight-details .graph .col.additional {width:38.666667%;} */
}

@media  (max-width: 1160px) {
	.mob-remove7 {display:none;}
}

@media  (min-width: 1080px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col button.btn-filters { padding: 5px 0px 10px !important; margin-left:5px;}
	.departure-board-container .yellow-header .header-container  .col button.btn-filters span {margin-left:5px;}
}

@media  (max-width: 1080px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col.departure p, .departure-board-container .yellow-header .header-container  .col p {font-size:15px; margin-top:0px !important;}
	.departure-board-container .yellow-header .header-container  .departure button, .departure-board-container .yellow-header .header-container  .col .dropdown-menu > li > a, .departure-board-container .yellow-header .header-container  .col button.btn-filters {font-size:15px;}
	.departure-board-container .yellow-header .bootstrap-select.btn-group .dropdown-menu li small {font-size:15px;}
	.departure-board-container .yellow-header .header-container  .col button .flaticon-agree {font-size:13px;}
	
	
	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-choose  .col.price {width:13.5%;}
	.global-flight-choose  .col.arrival {width:15.666667%;}
} 

@media  (max-width: 1130px) {
	/* === BOOKING FLOW === */
	.booking-flow .left-container{width:100%;}
	.booking-flow .right-bar .content {display:none;}
	.booking-flow .right-bar .persons {display:none;}
	.booking-flow .go-to-calendar {bottom: auto; top:-43px; padding:12px 10px; font-size:15px; background-color:#ffd00d !important;}
	.booking-flow .go-to-calendar i {font-size:16px; top:0;}
	.booking-flow .go-to-calendar span {top:-2px;}
	
	.booking-flow .right-bar {width:100%; margin:0 !Important; position:fixed; top:auto!Important; bottom:0; left:0; padding:15px 10px; cursor:pointer; z-index:999; min-height: 54px;}
	.booking-flow .right-bar .main-header {border-width:0; padding:0; margin:0;}
	.booking-flow .right-bar .main-header .icon.basket {width:16px; top:19px;}
	.booking-flow .right-bar .main-header h4 {font-size:15px; margin:2px 0 0 26px; font-family:'Source Sans Pro', sans-serif;}
	.booking-flow .right-bar .main-header h4 span.mobile-hide {display:none;}
	.booking-flow .right-bar .main-header h4 span.mobile-on {display:inline;}
	
	.booking-flow .right-bar .title {font-size:14px; margin:15px 0 0px; padding:5px 0 0 0; border-style:solid; border-width:1px 0 0 0; border-color:#848484;}
	.booking-flow .right-bar .title i {top:2px;}
	
	.booking-flow .right-bar ul.basket {margin-top:10px;}
	.booking-flow .right-bar .basket li ul.details {font-size:12px;}
	.booking-flow .right-bar .basket li.entry {margin:0;}
	.booking-flow .right-bar .basket li.entry:nth-child(2)  {margin-top:10px;}
	.booking-flow .right-bar .basket li .col-lg-3 {max-width:30px;}
	.booking-flow .right-bar .basket li#current, .booking-flow .right-bar .basket li#outbound {margin-bottom:5px;}
	.booking-flow .right-bar .basket li ul.details li:first-child {margin-bottom:-9px;}
	.booking-flow .right-bar .nav-buttons button {font-size: 12px; padding:3px 0;}
	.booking-flow .right-bar .costs {padding:4px 0 0 0; margin-bottom:-12px;}
	.booking-flow .right-bar .costs p, .booking-flow .right-bar .costs p span:not(.price-decimals) {font-size:14px;}
	.booking-flow .right-bar .basket li img.icon {width:20px; top:0;}

	.booking-flow .right-bar .nav-buttons {margin:8px 0 -4px 0;}
	
	.booking-flow .right-bar .price-mobile {display:inline;}
	.booking-flow .right-bar .persons {font-size:14px; margin:0;}
	
	.booking-flow .go-to-calendar { width:100%; right:0; font-family:'Source Sans Pro', sans-serif;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	/* .global-flight-choose .global-flight-details .graph .col.left-text {width:25%;} */
	/* .global-flight-choose .global-flight-details .graph .col.timeline {width:8.33333333%;} */
	/* .global-flight-choose .global-flight-details .graph .col.additional {width:41.666667%;} */

	.global-flight-choose  .col.price {width:12.5%;}
	.global-flight-choose  .col.arrival {width:13.666667%;}
	
	footer.site-wrapper {background-color:#efefef;}
	
	.go-back-calendar {margin:15px 0 0 0;}
} 

@media  (min-width: 1010px) {
	/* === DEPARTURE BOARD === */
	/* .departure-board-container .container-fluid {padding-left:20px; padding-right:20px;} */
	.departure-board-container .yellow-header .header-container  .col.departure i {left:-9px;}
	
	.departure-board-container .flight-container .flight-summary {height:61px;}
	
	.departure-board-container .board-titles  .tooltip-hover {margin:5px 0 0 3px;}
	.departure-board-container .flight-container .flight-summary p {margin:17px 0 0 0;}
	
	.departure-board-container .flight-container .flight-summary .row .col.dep-time i {margin-top:19px;}
	.n-header-grid-wrapper .n-header-grid { align-items: center;}
}

@media  (max-width: 1010px) {
	.global-flight-choose .labels .col {height:35px;}
	.global-flight-choose .labels p {margin:11px 0 0 0;}
	.booking-flow .left-container .main-header, .global-flight-choose .information .col {height: 54px;} 
	.global-flight-choose .information.outbound p {margin-top: 13px;}
	.global-flight-choose .information.outbound .price p {margin-top: 21px;}
	.global-flight-choose .information .icon img.pil_1 { top: 9px !important}
	.global-flight-choose .information .icon img.return { top: 31px !important}
	/* .departure-board-container .more-flights {height: 54px; padding-top:11px} */
}

@media  (min-width: 992px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .filter-area .filters-buttons-box .col-lg-4 {width: 20.00%;}
}

@media  (max-width: 992px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container{margin-bottom:20px;}
	.departure-board-container .yellow-header .header-container  .col.location{border:none; padding-top:13px; padding-bottom:0px;}
	
	.departure-board-container .yellow-header .header-container  .col.date{padding-top:0px;}
	.departure-board-container .yellow-header .header-container  .col.date{border:none;}
	.departure-board-container .yellow-header .header-container  .col.date .date-time{display: none;}

	.departure-board-container .flight-container .flight-details-container .right-container.passengers{ margin-top:10px;}

	.departure-board-container .flight-container .flight-details-container .close-panel{bottom:-15px; font-size: 13px; right:5px;}
	.departure-board-container .flight-container .flight-details-container .close-panel i{font-size:16px; margin-left: 3px; top:1px;}
	
	.departure-board-container .filter-area .filters-buttons-box .col-sm-12 {margin-top:2px;}
	.departure-board-container .filter-area .col-lg-4.fix-row .filters-box {right:0;}
	.departure-board-container .filter-area .selections p {display:none;}
	
	.departure-board-container .yellow-header .header-container  .departure .bootstrap-select {width:auto;}
	.departure-board-container .yellow-header .header-container  .col.departure i {display:none;}
	
	.departure-board-container .yellow-header .header-container  .col.departure p {margin: 6px 10px 0 0px;}
	
	#filters-container{max-width:800px; width:100%;}
	

	/* === CARDS === */
	.card{width:calc((100% - 40px)/3);  margin:0px 20px 20px 0px;}

	/* === FULL WIDTH IMG CARD === */
	.img-card{height:340px;}

	/* === WHERE WE FLY PAGE === */
	.banner-wrapper.where-we-fly{height:500px;}

	/* === MY ACCOUNT === */
	.my-account .personal-details .personal-info{border-right:none; border-bottom:1px solid #ececec;}
	.my-account .personal-details th, .my-account .personal-details td{width:50%;}

	/* === EDITORIAL PAGE === */
	.editorial-page .left-container{width:100%; }
	.editorial-page .right-bar{width:100%; }
	.editorial-page .left-container .inner{margin-bottom:0px;}

	/* === MY ACCOUNT === */
	.my-bookings .tickets{display: none;}
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .bootstrap-select.btn-group .dropdown-menu {width:100%; min-width:170px;}
}

@media  (max-width: 985px) {
	/* .departure-board-container .yellow-header .header-container  .col.departure {width:50%;} */
	/* .departure-board-container .yellow-header .header-container  .col.date {width:50%;} */
	
} 

@media(max-width:850px) {
	.dot_top img , .dot_bottom img {
	  width: 15px;
	  margin-top: -3px;
	}
  
	.dot_bottom img {
	  margin-left: 2px;
	}
  
	/* .global-flight-details .timeline .dot {
	  width: 24px;
	  height: 24px;
	} */
  
	.dot_top {
	  margin-top: -12px !important;
	}
  }
  
  @media(max-width:500px) {
	.dot_top img , .dot_bottom img {
	  width: 12px;
	  margin-top: -3px;
	}
  
	.dot_top img {
	  margin-top: -9px !important;
	  margin-left: 2px !important; 
	}
  
	.dot_bottom img {
	  margin-top: -11px !important;
	  margin-left: 1px !important; 
	}
  
	.global-flight-details .timeline .dot {
	  width: 17px;
	  height: 17px;
	}
  
  }

@media  (max-width: 950px) {
	/* === CARDS === */ 
	/* .card, .img-card { background: none !important;} */
	.card .img-wrap {background: none;}
 	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-details .icon {width:14.666667%;}
	.global-flight-details .additional {width:39.666667%}	
	.global-flight-details .timeline {width:12.333333%;}
	/* .global-flight-details .left-clock {width:38.666667%;} */
	/* .global-flight-details  .right-text {width:48%;} */

	/* .global-flight-choose .global-flight-details .graph .col.left-text {width:24%;} */
	/* .global-flight-choose .global-flight-details .graph .col.timeline {width:12.33333333%;} */
	/* .global-flight-choose .global-flight-details .graph .col.additional {width:38.666667%;} */
	/* .global-flight-choose .global-flight-details .graph .col.right-text {width:48%;} */
	.global-flight-choose .global-flight-details .graph .col.right-text {width:59%;}
}

@media  (max-width: 930px) {
	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-details .icon {padding-left:15px;}
	.global-flight-details .details ul.info {font-size:13.5px;}
}


@media  (max-width: 880px) {
	/* === GLOBAL FLIGHT DETAILS === */
	.price-breakdown h5 {font-size:15px;}
	.price-breakdown .col {padding:0 5px;}
}

@media  (max-width: 835px) {
	/* === BOOKING FLOW === */
	.booking-flow .tab-header .tabs li {height:auto;}
	.booking-flow .tab-header .tabs li a{padding:9px 2px;}
	.booking-flow .tab-header .tabs li a i{display: block;}
	.booking-flow .tab-header .tabs li a span{font-size:13px; margin-left:0px;}
}

@media  (max-width: 825px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-details-container .left-container .icon i{display: none;}
	.departure-board-container .flight-container .flight-details-container .left-container .flight-details .details{width:100%;}

	/* === EDITORIAL PAGE === */
	.editorial-page .left-container .flight-info-container .icon i{display: none;}
	.editorial-page .left-container .flight-info-container .flight-details .details{width:100%;}
}

@media  (max-width: 800px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .mob-remove{display:none;}
	.departure-board-container .yellow-header .mob-show {display:inline-block;}
	
	/* === NAVIGATION === */
	nav{display: none;}
	.mobile-menu{display: block;}
	
	/* === GLOBAL FLIGHT DETAILS ===*/
	.global-flight-details .left-text p span.desktop {display:none;}
	.global-flight-details .left-text p span.mobile {display:inline;}
	.global-flight-details .left-text p {position:relative; top:13px; font-size:13px; color:#a8a8a8; line-height:14px; font-weight:100;}
	.global-flight-details .left-text p span {font-size:15px; color:#333333; font-weight:400;}
	
	.global-flight-details-header h4 {margin:0 0 8px 0;}
	
	/* === COOKIES INFO === */
	.cookies-info .col {width:100%;}
	.cookies-info .col p {margin-bottom:0;}
	.cookies-info .col span.close-cookies {margin:7px 0 0;}
	
	.departure-board-container .flight-container .flight-summary, .departure-board-container .flight-container .flight-summary:hover {background-color: rgba(17, 17, 17, 0.90) !important;}
}

@media  (min-width: 767px) {
	.departure-board-container .filter-rotate { transform: rotate(180deg);}
	.departure-board-container .yellow-header .header-container  .col button.btn-filters span.filter-rotate {left:1px;}
}

@media  (max-width: 767px) {
	.mob-remove {display:none;}
	.mob-show {display:inline-block;}
	
	header.site-wrapper {padding:5px 0px;}

	/* === HEADER === */
	nav ul li{margin:0px 0px 0px 10px;}
	nav ul li:first-of-type{margin-left:0px;}
	nav ul li a{padding-left:25px;}
	nav ul li a i{font-size: 18px; top:-9px;}

	/* === DEPARTURE BOARD === */
	.departure-board-info h1 {
		font-size: 36px;
	}
	.departure-board-info span {
		font-size: 22.7px;
	}
	.departure-board-background {height:640px;}
	.departure-board-container .flight-container .flight-summary .row .col.dep-time i { font-size:12px; margin-top:18px; }
	.departure-board-container .filter-area .filters-buttons-box .col-lg-4.last-row {margin-bottom:7px;}
	.departure-board-container .filter-area .filters-buttons-box .col-lg-4 {padding:0;}
	.departure-board-container .filter-area .filters-box {right:0 !important; left:0 !important; position:relative !important; top:-2px;}
	
	.filters-box .filters-box-nav button, .departure-board-container .filter-area .filters-box .filters-box-search {height:37px;}
	.departure-board-container .filter-area .filters-box .filters-box-search-icon {top:12px;}
	.filters-box input[type="submit"] {padding:5px 10px; margin-top:5px;}

	.departure-board-container .yellow-header .header-container  .col button .flaticon-agree {padding-left: 3px;}
	
	.departure-board-container .flight-container .flight-summary .row .col.destination span.time {margin-right:25px;}
	.departure-board-container .yellow-header{ padding: 8px 0; padding-right: 0px; padding-left: 0px; padding-top: 6px; padding-bottom: 6px; }
	.departure-board-container .yellow-header .header-container  .col.departure p.mob-view{display: block;}
	.departure-board-container .yellow-header .header-container  .col.location, .departure-board-container .yellow-header .header-container  .col.time{border:none; padding:12px 7px 0px 7px;}
	.departure-board-container .yellow-header .header-container  .col.departure i{display: none;}
	.departure-board-container .yellow-header .header-container  .col.departure p{margin-left:0px; text-align: left;}
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {margin-left: 59px}

	.departure-board-container .flight-container .flight-details-container {padding-right:17px; padding-left:17px;}
	.departure-board-container .flight-container .flight-details-container .container .outer-border .inner{margin:20px;}
	.departure-board-container .flight-container .flight-summary:hover{background-color:rgba(17, 17, 17, 0.95);}
	.departure-board-container .number-of-flghts-container{padding:3px 15px;}
	.departure-board-container .load-more-container i{margin-left: 10px; font-size: 19px;}
	
	.departure-board-container .filter-area .filters-buttons-box .col-xs-24 {margin-top:9px;}
	.departure-board-container .filter-area .clear-filters-box {margin:0 0 10px 0;}
	.departure-board-container .filter-area .filters-buttons-box {margin-top:-9px;}
	.departure-board-container .filter-area {padding: 10px 15px 2px;}
	
	/* === GLOBAL FLIGHT DETAILS === */


	.global-flight-choose .col.price {width:13.5%;}
	.global-flight-choose  .col.stops {width:11.5%;}

	/* === FILTERS === */
	#filters-container .inner .row.first{padding-bottom:0px;}
	#filters-container .inner .row .col{margin-bottom:30px;}

	/* === FULL WIDTH IMG CARD === */
	.img-card{height:300px;}

	/* === WHERE WE FLY PAGE === */
	.banner-wrapper.where-we-fly{height:400px;}
	.slider-control-nav{top:-30px;}
	.banner-contents .where-we-fly-selection .col.first, .banner-contents .where-we-fly-selection .col.last{padding:0px;}

	/* === MY ACCOUNT === */
	.my-account .personal-details .heading{padding:20px;}
	.my-account .personal-details table th{padding:0px 10px 0px 20px;}
	.my-bookings td.first, .my-bookings th.first{padding-left:20px;}
	.my-bookings td.last, .my-bookings th.last{padding-right:20px;}
	.my-bookings .yellow-button, .my-alerts td .yellow-button{padding: 10px; font-size: 13px; width: 110px; float: right;}
	.my-alerts td.first{padding-left:20px;}
	.my-alerts td.last{padding-right:20px;}
	.my-alerts td .grey-button{padding:10px; font-size: 13px;}

	/* === BOOKING FLOW === */
	.booking-flow .left-container.confirmation-details .passenger-details .passenger-1{border-bottom:1px solid #ececec; border-right:0px;}
	.booking-flow .left-container.confirmation-details .passenger-details .heading{padding:20px;}
	.booking-flow .left-container.confirmation-details .passenger-details table th{padding:0px 10px 0px 20px;}
	.booking-flow #calendar .fc-basic-view .fc-body .fc-row{min-height: 60px;}
	.booking-flow #calendar .fc-basic-view td.fc-week-number span, .booking-flow #calendar .fc-basic-view td.fc-day-number{padding:5px 5px 0px 5px;}
	.booking-flow #calendar .fc-event, .booking-flow #calendar .fc-event:hover, .booking-flow #calendar .ui-widget .fc-event{font-size:15px;}
	.booking-flow .left-container.payment-details .card-details{border-right:none;}
	.booking-flow .left-container.payment-details .card-details .col{padding:0px;}

	/* === CONTACT PAGE === */
	.contact-form .col{padding:0px;}
	.inner-question:first-of-type{padding:10px 25px;}
	.inner-question{margin-left:25px; margin-right:25px;}

	/* === FAQ === */
	.faq .contact-container .col{padding:0px;}
	.faq .contact-container .first{margin-bottom:10px;}
	.faq .contact-container .first, .faq .contact-container .last{width:100%;}

	/* === FOOTER === */
	footer.site-wrapper{padding-top:10px; padding-bottom:5px;}
	footer .footer-logo{margin-bottom:10px; margin-top:15px; max-height:50px; width: 28px;}
	footer .link-container{padding:5px;}
	footer .link-container .col{margin-bottom:20px; width:33.33%; float:left; padding:0;}
	footer .link-container p{line-height: normal; margin:0px;}
	footer .social-links{margin:0 auto; ;} 
	footer .social-links .tw img {width:20px;}
	footer p.copyright{float:none;}
	footer ul.right{float:none;}
	footer ul.right li{margin:0px 10px 0px 0px;}
	
	footer ul li a{font-size:15px;}
	footer .iata-logo {
		margin: -6px 0 0 0;
		float: right;
		height: 30px;
		width: 90px;
	}
	footer p.copyright {margin:0; font-size:12px;}
	
	/* === FLIGHT DETAILS BOX === */
	.flight-details-box {padding:10px 5px;}
	.flight-details-box .flight-details-box-content {padding: 3px 0px; overflow-x: hidden;}
	
	.booking-flow .left-container .passenger-inputs .frequent-flyer-inputs {padding:15px 0 10px;}
	
	.question .inner-question i {display:none !important;}
	
	/* === GLOBAL FLIGHT DETAILS NAV === */ 
	.global-flight-details-nav .yellow-button {text-align:center; margin:5px 0 0 0;}
	.global-flight-details-nav .global-person-choose {clear:both; margin:5px 0 0 0; width:100%;}
	
	.departure-board-container .flight-container .flight-summary .price .per-off {display:none;}
	
}


@media  (max-width: 730px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col.departure {width:60%;}
	/* .departure-board-container .yellow-header .header-container  .col.date {width:40%;} */
	.departure-board-container .yellow-header .header-container  .col.departure p {margin:0 5px 0 0px;}
	.departure-board-container .yellow-header .header-container  .col .filters-trigger p {margin:6px 5px 0 0;}
	.departure-board-container .yellow-header .header-container  .col button.btn-filters span:not(.search-icon) {display:none;}
	.departure-board-container .flight-container .flight-summary p, .departure-board-container .flight-container .flight-summary .row .col.price .price {font-size: 13px;}
	.departure-board-container .board-titles .sort-by {margin: 9px 0 0 2px;} 
	
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {margin-left: 54px}

	.departure-board-container .board-titles  .tooltip-hover {margin:2px 0 0 1px;}
	
	.global-flight-choose .information p {font-size:13px; margin:20px 0 0 0;}
	.global-flight-choose .information .icon img {top:18px;}
	.global-flight-choose .information .icon.dual img.departure {top:12px;}
	.global-flight-choose .information .icon.dual img.return {top:28px;}
	.global-flight-choose .information .departure .color-1, .global-flight-choose .information .arrival .color-1 {width:27px;}
	
	.global-flight-choose .labels p {font-size:13px;}
	.global-flight-choose .labels {height:35px;}
	.global-flight-choose .labels p {margin:12px 0 0 0;}
	.global-flight-choose .labels .col {height:30px;}

	.departure-board-container .board-titles .col-xs-6 { width:24.5% !important; }
}

@media  (max-width: 690px) {
	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-choose  .col.airline {width:23.833333%;}
	.global-flight-choose  .col.departure {width:16.5%;}
	.global-flight-choose  .col.arrival {width:18.666667%;}
	.global-flight-choose  .col.stops {width:12.5%;}
	/* .global-flight-choose .col.duration {display:none;} */
	.global-flight-choose  .col.price {width:15.5%;}

	/* .departure-board-container .more-flights {width:100%; text-align:center; margin-top:0;} */

	.mob-remove-33 {display:none !important;}
}

@media  (max-width: 680px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-details-container .left-container .from-label, .departure-board-container .flight-container .flight-details-container .left-container .to-label{display: block;}
	.time-line{display: none;}
	.departure-board-container .flight-container .flight-details-container .left-container .duration-details p{margin-left:0px;}
	
	/* === BOOKING FLOW === */
	.booking-flow .left-container .flight-info-container .flight-details .inner{margin-left:22px;}
	.booking-flow .left-container .flight-info-container .flight-details .details{width:100%;}
	.booking-flow .left-container .flight-info-container .details .from-label, .booking-flow .left-container .flight-info-container .details .to-label{display: block;}
	.booking-flow .left-container h3 span{display: block; margin-left:0px; margin-top:5px; font-size:11px;}
	.booking-flow .left-container .flight-info-container .duration-details p{margin-left:0px;}
	.info-box-container > p{position: relative; bottom:0px; right:0px;}

	/* === EDITORIAL PAGE === */
	.editorial-page .left-container .flight-info-container .details .from-label, .editorial-page .left-container .flight-info-container .details .to-label{display: block;}
	.editorial-page .left-container .flight-info-container .flight-details .inner{margin-left:20px;}

	/* === MY ACCOUNT === */
	.my-bookings .reference{display: none;}
	.my-bookings .total{display: none;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	.flight-details-box .box-title {font-size:14px;}
}

@media  (max-width: 640px) {
	.price-breakdown h5 span,.mob-remove-4 {display:none !important;}
	.mob-show-3 {display:inline-block !important;}
	
	.booking-flow .left-container .header h4, .booking-flow .left-container .sub-header h5 {font-size:16px;}
	.booking-flow .left-container .main-header h4 {position:relative; top:-2px;}
	.booking-flow .left-container .main-header .icon.return2 {width:22px; top:24px;}
	.booking-flow .left-container .main-header .icon.check {width:22px; top:19px;}
	.booking-flow .left-container .main-header .icon.payment {width:24px; top:22px;}
	.booking-flow .left-container .main-header .icon.departure {width:22px; top:23px;}
	.booking-flow .left-container .main-header h4 {margin:0 0 0 7px;}
	.booking-flow .left-container .main-header div.info {font-size:12px;}
	.booking-flow .left-container .main-header div.info span {width:16px; height:16px; font-size:10px;}
	.booking-flow .left-container .main-header .time {top:21px;}
	
	.text-page .main-header .glyphicon {font-size:18px; top:14px;}
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col.date button.btn {font-size:0; height:42px; width:42px; margin-top:0px;}
	.departure-board-container .yellow-header .header-container  .col.date button.btn .glyphicon-filter {font-size:20px;}
	.departure-board-container .yellow-header .header-container  .col button.btn-filters {padding:10px 0px 11px !important; margin-right: -5px;}	.departure-board-container .flight-container .flight-summary .row .col.destination p.tomorrow {font-size:10px;}
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {font-size:10px;}
	
	/* .departure-board-container .yellow-header .header-container  .col button.btn-filters span.icon-remove-bar {display:inline;} */
	
	/* === FOOTER === */
	footer .right{float:none;}
	footer ul{margin:0;}
	
	/* === GLOBAL FLIGHT DETAILS NAV === */ 
	.global-flight-details-header h4 {font-size:18px; padding: 0 0 0 27px;}
	.global-flight-details-header img {width:20px; height:auto; top:3px;}
	.global-flight-details-header .time {top:1px;}
		
	/* === GLOBAL FLIGHT DETAILS === */
	.price-breakdown h5 {font-size:14px;}
	.price-breakdown p {font-size:14px;}
	.price-breakdown .cost p {font-size:14px;}
	.price-breakdown .info p {font-size: 11px;}
	
	.booking-flow .info-message p {float:none;}
	
}


@media  (max-width: 625px) {
	.site-container {padding:0;}
	header .site-container {padding:0 20px;}

	.global-flight-details .left-text p span:not(.strong):not(.mobile) { font-size: 13px;}
}


@media  (max-width: 605px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col .dropdown-menu > li > a {padding-left:7px; padding-right:7px;}
	
	/* === GLOBAL FLIGHT DETAILS */
	.global-flight-details-nav {margin:0;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	.price-breakdown .info {display:none;}
	.price-breakdown .info, .price-breakdown .cost {width:100%;}
	.price-breakdown .info p {text-align:right;}
	.price-breakdown .cost p  span {margin:0;}
	
	/* .price-breakdown .taxes {width:14.66666667%;}
	.price-breakdown .total {width:14.5%;} */
}

@media  (max-width: 600px) {
	.booking-flow .left-container .main-header div.info {display:none;}
	.mob-remove-5 {display:none !important;}
	.mob-show-4 {display:inline-block !important;}

	/* === INFO BOX === */
	.info-box table th{font-size:14px; padding:4px 5px 4px 0px; font-weight:500; min-width:120px;}
	.info-box table td{font-size:14px; padding:4px 0px 4px 5px; font-weight:500;}

	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-details-container .left-container .airline-details{display:none;}
	.departure-board-container .flight-container .flight-details-container .left-container .mob.airline-details{display:block;}
	.departure-board-container .flight-container .flight-details-container .left-container .airline-details .aireline-logo{margin-top:-5px;}
	.departure-board-container .flight-container .flight-details-container .left-container .header h4{margin-left:40px;}
	.departure-board-container .flight-container .flight-details-container .left-container .header i.icon-planeright{font-size:50px; top:-18px; line-height:normal;}
	.departure-board-container .flight-container .flight-details-container .right-container.passengers .header h4{margin-left:45px;}
	.departure-board-container .flight-container .flight-details-container .right-container.passengers .header i.flaticon-multiple25{font-size: 32px; top:-14px;}
	
	.departure-board-container .yellow-header .header-container  .col .dropdown-menu > li > a.child {padding-left: 25px;}
	
	/* === WHERE WE FLY PAGE === */
	.banner-wrapper.where-we-fly{height:320px;}

	/* === MY ACCOUNT === */
	.my-bookings .total{display: none;}
	.my-account h3{margin:30px 0px;}

	/* === DEPARTURE BOARD === */
	.editorial-page .left-container .flight-info-container table.direct .airline-details{display:none;}
	.editorial-page .left-container .flight-info-container table.direct .mob.airline-details{display:block;}

	/* === EDITORIAL PAGE === */
	.booking-flow .left-container .flight-info-container .airline-details{display: none;}
	.booking-flow .left-container .flight-info-container .mob.airline-details{display: block;}
	
}

@media  (max-width: 590px) {

	.departure-board-info {
		margin: 0px 0 45px 0;
	}

	.departure-board-info h1 {
		font-size: 6vw;
	}
	.departure-board-info span {
		font-size: 3.8vw;
	}
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .date-info {background-color: var(--light-gray);}
	.departure-board-container .filter-area .filters-buttons-box .col-lg-4.last-row {margin-bottom:0px;}	
	/* .departure-board-container .more-flights {background-color: rgba(17,17,17,0.90) !important; color:#ffd00d !important; font-size:16px; padding-top:12px;} */
	/* .departure-board-container .more-flights span {color:#ffd00d !important; font-size:14px;} */
	.departure-board-background	{
		background-image: url(/assets/img/backgrounds/home-banner-mobile.jpg);
		height: 180px;
	}

	.col {padding-left:5px; padding-right:5px;} 

	.global-flight-details .graph .row {margin-left:0px; margin-right:0px;}
}

@media  (max-width: 580px) {
	/* === BOOKING FLOW === */
	.booking-flow .tab-header .tabs li a span{width:100%; font-size:11px; margin:-4px 0 -8px;}
	.booking-flow .tab-header .tabs li a i {top:0; margin:0 auto; float:none;}
	.booking-flow .tab-header .tabs li a {padding:4px 2px 0px;}

	.site-container {padding:0px;}
	header .site-container {padding: 0 20px;}
	
	/* === COOKIES INFO === */
	.cookies-info {padding:5px 16px;}
	.cookies-info p {font-size:13px;}
	.cookies-info span.close-cookies {font-size:13px;}
	
	.global-flight-choose {margin-left:-7px; margin-right:-7px;}
}

@media  (max-width: 560px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.destination span.time {margin-right:25px;}

	.global-flight-details .left-text p span:not(.strong):not(.mobile) { font-size: 13px;}
	.global-flight-details .right-text p span.terminal { font-size: 12px;}
	.global-flight-details .details ul.info { font-size: 13px}

	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {margin-left: 54px}
}

@media (min-width:550px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .filter-area button.clear-filters.active.desktop-hide {display:none !Important;}
}

@media (max-width: 590px){
    .mob-remove-borders {
        border: none !important;
    }
}

@media  (max-width: 550px) {
	.mob-remove-3 {display:none !important;}
	.mob-show-2 {display:inline-block !important;}
	
	/* === DEPARURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col.date{text-align: left;}
	.departure-board-container .yellow-header .header-container  .col p{font-size:15px;}
	.departure-board-container .yellow-header .header-container  .col.location select, .departure-board-container .yellow-header .header-container  .col.time select{font-size:14px;}
	.departure-board-container .yellow-header .selectpicker-wrapper .flaticon-agree{font-size:12px; right:-2px; position:relative;}
	.departure-board-container .board-titles p .mob-hide{display: none;}
	.departure-board-container .board-titles p .mob-view{display: inline-block;}
	.departure-board-container .number-of-flghts-container{padding:7px 15px;}
	.departure-board-container .number-of-flghts-container .note a{margin-left:20px;}
	.number-of-flghts-container .note{float:none;}
	.number-of-flghts-container .sort-by-container{margin-top:7px; float: none;}
		
	.departure-board-container .yellow-header .header-container  .col .filters-trigger p {margin:0px 5px 0 0;}
	.departure-board-container .yellow-header .header-container  .col .dropdown-menu > li > a {padding-left:4px;}
	
	.departure-board-container .filter-area button.clear-filters {margin:9px 0 7px; border: none; font-size: 14px; padding: 4px 10px; background-color: #dddddd; display:none; text-align:center;}
	.departure-board-container .filter-area button.clear-filters.active { background-color:#ffd010; border-color: #ffd010; }
	.departure-board-container .filter-area button.clear-filters.active:hover { background: #fcdd53 !important;}
	
	/* .departure-board-container .yellow-header .header-container  .departure .selectpicker-icon {top:13px; left:6px; height:17px;} */
	.departure-board-container .yellow-header .header-container  .departure button {padding-left:25px;}
	/* .departure-board-container .selectpicker-wrapper .flaticon-agree:before {content: "\e252"; font-family: 'Glyphicons Halflings'; font-size: 10px;} */
	.departure-board-container .yellow-header .header-container  .departure button {padding-right:21px;}

	.departure-board-container .board-titles .sort-by.active-up, .departure-board-container .board-titles .sort-by.active-down {margin: 9px 0 0 3px;}
	.departure-board-container .board-titles .sort-wrapp.time {margin-right:2px;}
	.departure-board-container .flight-container .flight-summary p.one {padding-left:14px;}
		
	/* === BOOKING FLOW === */
	.booking-flow #calendar .fc-toolbar{padding:10px;}
	.booking-flow #calendar .fc-toolbar button{font-size:22px;}
	.booking-flow #calendar .fc-toolbar h2{margin-top:11px;}
	.booking-flow #calendar .fc-basic-view .fc-body .fc-row{min-height: 50px;}
	.booking-flow #calendar .fc-basic-view td.fc-week-number span, .booking-flow #calendar .fc-basic-view td.fc-day-number{padding:3px 3px 0px 3px; font-size:10px;}
	.booking-flow #calendar .fc-event, .booking-flow #calendar .fc-event:hover, .booking-flow #calendar .ui-widget .fc-event{font-size:14px;}
	.booking-flow .left-container.passenger-details a.yellow-button.login p{margin-right:0px;}
	.booking-flow .left-container.passenger-details a.yellow-button.login i {display: none;}

	/* === MY ACCOUNT === */
	.my-bookings .journey{display: none;}
	.my-bookings .date{vertical-align: middle;}
	.my-bookings td, .my-bookings th{padding-top:10px; padding-bottom:10px;}

	/* === CONTACT PAGE === */
	.inner-question:first-of-type{padding:15px 15px;}
	.inner-question{padding:5px 0px;}
	.inner-question{margin-left:15px; margin-right:15px;}
	.question{padding:5px 0px;}

	/* === EDIT ACCOUNT === */
	.my-account .personal-details th, .my-account .personal-details td{width:100%; display: block; padding:0px 20px 5px 20px;}
	.my-account .personal-details table tr.first td{padding-top:5px;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-choose  .col.airline {display:none;}
	.global-flight-choose  .col.departure {width:22.5%;}
	.global-flight-choose  .col.arrival {width:27.666667%;}
	.global-flight-choose  .col.stops {width:15.5%;}
	.global-flight-choose  .col.price {width:21.5%;}
}

@media  (max-width: 530px) {
	.booking-flow .left-container {padding: 0 10px 10px;}
	
	/* === DEPARTURE BOARD === */
	 .departure-board-container .date-info p, .departure-board-container .filter-area button, .departure-board-container .filter-area .selections ul li a, .departure-board-container .filter-area .clear-filters-box a span {font-size:15px;} 
	/* .filters-box ul li label{font-size: 14px;} */

	.departure-board-container .filter-area .clear-filters-box img {margin: 6px 0 0 15px;}

	.departure-board-container .yellow-header .header-container  .col .filters-trigger p {margin:0 5px 0 0 !important;}
	.departure-board-container .yellow-header .header-container  .col.departure p {  margin-top:0px !important;}
	.departure-board-container .yellow-header .header-container  .departure button {height:34px;}
	/* .departure-board-container .yellow-header .header-container  .col .dropdown-menu > li > a {font-size:17px;}
	.departure-board-container .yellow-header .bootstrap-select.btn-group .dropdown-menu li small {font-size:17px;} */
	.departure-board-container .filter-area .selections ul li img {top:7px;}
	.departure-board-container .yellow-header .header-container  .col.date button.btn {font-size:0 !important; height:34px; width:34px;}
	/* .departure-board-container .yellow-header .header-container  .col button.btn-filters span {top:7px;} */
	/* .departure-board-container .yellow-header .header-container  .departure .selectpicker-icon {top:13px; left:6px; height:14px;} */
	.departure-board-container .yellow-header .header-container  .departure button {padding-left:19px;}	
	/* .departure-board-container .yellow-header .header-container  .col button.btn-filters span.icon-remove-bar {top:6px;} */
	
	.global-info-wrapp p {font-size: 11px;}
	.global-info-wrapp p .icon {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.global-flight-choose-wrapp .global-flight-details-wrapp {padding:0 8px;}
	.departure-board-container .yellow-header .header-container  .departure .selectpicker-wrapper {width: calc(100% - 62px);}
}

@media (max-width: 510px) {
	.dep-time i{
        position: absolute; 
        right: 3px;
    }
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.destination p.tomorrow {top:14px;}
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {top:14px;}
	.departure-board-container .filter-area button {height: 42px;}
	
	.filters-box input[type="submit"] {padding:10px;}
}

@media (max-width: 500px) {
	header.site-wrapper {padding:5px;}
	header .logo-subtitle {bottom:6px; font-size:13px; margin:0 0 0 5px;}

	a.menu-butt {margin-right:4px;}
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.price .direction {font-size:12px; color:#fff;}
	.departure-board-container .flight-container .flight-summary.active .row .col.price .direction {color:#111111;}
	.departure-board-container .yellow-header .header-container  .col .filters-trigger p { margin-top: 0px !important}
	.departure-board-container .yellow-header .header-container  .col.date button.btn { margin-top: 0px !important}
	.departure-board-container .flight-container .flight-summary p {margin:15px 0 0 0;}
	.departure-board-container .yellow-header .header-container  .col.departure p {margin-top:0px !important;}
	.departure-board-container .showing p {font-size:11px; top:9px; padding-top:8px;}
	.flight-container .flight-details-container{ padding-bottom:5px;}
	.tooltip-hover {width:16px; height:16px; font-size:11px; margin: 4px 0 0 5px;}
	
	.departure-board-container .filter-area {padding:10px 5px 2px;}
	.departure-board-container .filter-area .container-fluid {padding-left:15px; padding-right:15px;}
	
	.global-flight-details .left-clock p, .global-flight-details .stop .additional p span {font-size:11px;}
	.global-flight-details .left-clock img.clock-img, .global-flight-details .stop .additional img.clock-img { height:13px; margin-right:4px;}
	.global-flight-details .left-clock img.clock-img {margin-right:2px;}
	.global-flight-details .stop .additional img.clock-img  {top:0;}
		
	.booking-flow .left-container .main-header .icon.passenger {top:17px;}

	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-details .left-text p, .global-flight-details .right-text p, .global-flight-details .left-text p span {font-size:13px;}
	.global-flight-details .left-text p span:not(.strong) { font-size: 13px;}
	.global-flight-details-header h4 {font-size:15px; margin-bottom:0 !important; position:relative; top:-1px;}
	.global-flight-details-header .time {top:-4px;}
	.global-flight-details-header h4 i {top:2px; margin:0px -2px;}
	.global-flight-details-header {margin: 0 0 6px 0;}
	
	.global-flight-details .icon .wrapp img {width:23px; margin-top:7px;}
	.global-flight-details .icon .wrapp img {height:19px;} 
	.global-flight-details  .row:nth-of-type(3) .icon .wrapp img {height:19px;}
	
	.global-flight-details .flight .hide-phone {display:none;}
	.global-flight-details .flight .show-phone {display:inline;}


	.flight-details-container .container-fluid {padding-left:0px; padding-right:0px;}

	.global-flight-details .details .airline-icon { display: none; width: unset !important;}
	.global-flight-details .details .leg-info { width: 100% !important;}
	.global-flight-details .details .leg-info ul { padding: 0px !important; font-size: 12px;}
	/* .global-flight-details .details .leg-info ul li {margin-top: 0px; line-height: 17px;} */
	.global-flight-details .details .leg-info ul li {margin-top: 0px;}

	.global-flight-details .left-clock div {font-size:12px;}

	/* === COMMON === */
	h1, h2, h3, h4{font-size:18px;}
	.yellow-header.page-header{height:70px;}
	.yellow-header.page-header h1{font-size:18px; margin-left:30px;}
	.pop-up-form-container .yellow-header h4{font-size: 18px; margin-top:7px;}
	.yellow-header.page-header .departure i.flaticon-earth94{font-size: 26px; top:17px;}
	.text-page.yellow-header.page-header i{font-size: 28px;}
	.yellow-header.page-header .departure i.flaticon-human5{font-size:26px; top:15px;}

	/* === FONT SIZES === */
	p{font-size:15px;}
	p.label, label{font-size: 15px;}
	.btn, .default-input, .default-textarea, .default-select select{font-size:15px;}

	/* === HEADER === */
	header .logo{width:auto; margin-top:5px;}
	header .logo-no-tag{width:144px; margin-top:4px;}
	.sub-menu{margin-top:12px;}
	header .logo img {height:35px;width: 118px;}
	/* .mobile-menu {margin-top:6px;} */
	.sub-menu ul li a {font-size:12px; padding: 13px 0;}
	
	header .site-container {padding:0 0 0 0 !important;}

	/* === POPUP FORM === */
	.pop-up-form-container .col-xs-12{width:100%;}

	/* === WHERE WE FLY === */
	.banner-wrapper.where-we-fly{background:#fff; height:auto;}
	.banner-wrapper.where-we-fly .banner-contents{top:0; transform:none;}
	.banner-contents .where-we-fly-selection .col p{font-size: 15px;}

	/* === DEPARTURE BOARD === */
	.passenger-input-container label{margin-top:5px;}
	.departure-board-container .yellow-header .header-container  .col.location, .departure-board-container .yellow-header .header-container  .col.time{padding:11px 0px 0px 0px;}

	#filters-container .inner p.bold-text{font-size:13px;}

	.departure-board-container .flight-container .flight-details-container .left-container .header h4{margin-left:33px;}
	.departure-board-container .flight-container .flight-details-container .left-container .header i.icon-planeright{font-size:45px; top:-15px; line-height:normal;}
	.departure-board-container .flight-container .flight-details-container .right-container.passengers .header h4{margin-left:35px;}
	.departure-board-container .flight-container .flight-details-container .right-container.passengers .header i.flaticon-multiple25{font-size: 28px; top:-12px;}
	.departure-board-container .flight-container .flight-details-container .container .outer-border .inner{margin:15px;}

	.passenger-input-container .passenger-input input{margin:0px 5px;}
	.departure-board-container .number-of-flghts-container .note{font-size:13px;}

	.departure-board-container .load-more-container a p{width:auto; display: block;}
	.departure-board-container .load-more-container span{font-size:14px; margin-top:2px; float:none;}
	.departure-board-container .load-more-container i{font-size:18px; position: relative; top: 2px;}

	.sort-by-container {float:none;}
	.departure-board-container .number-of-flghts-container .sort-by-container, .departure-board-container .number-of-flghts-container .sort-by-container .bootstrap-select > .btn{font-size:13px;}

	/* === MY ACCOUNT === */
	.my-account .expand-link h1, .my-account .expand-link h2{font-size:16px; margin-top:12px;}

	/* === IMG CARD === */
	.img-card .card-content .inner{margin:20px 15px;}
	.img-card .card-content .inner h3{font-size:18px;}
	.img-card .card-content .inner td{padding:5px;}
	.img-card .card-content .inner .price-container{margin-top:20px;}
	.img-card .card-content .inner .price-container p{font-size: 18px;}
	.img-card .card-content .inner .price-container a{font-size: 27px; line-height: 30px;}

	/* === EDITORIAL PAGE === */
	.editorial-page .left-container .inner{margin-left:15px; margin-right:15px;}
	.editorial-page .right-bar .inner{margin:20px 15px 20px 15px;}
	.editorial-page .left-container .flight-info-container .flight-details .inner{margin:15px;}
	.editorial-page .left-container .outer-border .inner{margin:15px;}
	.editorial-page .right-bar .outer-border{padding:15px;}

	/* === BOOKING FLOW === */
	.booking-flow .left-container .inner.header{margin:0px 15px;}
	.booking-flow .left-container.passenger-details a.yellow-button.login p{font-size:16px;}
	.booking-flow .left-container.passenger-details .yellow-header.create-account .header{font-size: 16px;}
	.booking-flow .left-container .inner.header, .pop-up-form-container .yellow-header{height:70px;}
	.booking-flow .left-container .inner{margin:0;}
	.booking-flow .left-container .inner.passenger-inputs .col{padding-left:0px; padding-right:0px;}
	.booking-flow .left-container.confirmation-details .header .icon-tickcircle{top:-18px; left:-2px;}
	.booking-flow .left-container.payment-details .header .flaticon-credit-card21{top:-14px; left:-2px; font-size: 28px;}
	.booking-flow .left-container.confirmation-details .header .flaticon-check74{font-size:28px; top:-15px;}
	.booking-flow .left-container.confirmation-details > .inner > .header > h4{margin-left:36px;}
	.booking-flow .left-container.confirmation-details > .inner.flight-info-container > .header > h4{margin-left:36px;}
	.booking-flow .left-container.confirmation-details .inner.payment-header i.flaticon-credit-card21{font-size:28px; top:-13px;}
	.booking-flow .left-container .inner.passengers .col{padding:15px 15px 0px 15px;}
	.booking-flow .left-container .inner.passengers .col.last{padding:15px;}
	.booking-flow .left-container .flight-info-container .flight-details .inner{margin: 15px;}
	.booking-flow .left-container .header i.flaticon-multiple25{top:-12px;}
	.booking-flow .left-container .header i{top:-36px;}
	.booking-flow .left-container .header > i{font-size:45px; top:-22px;}
	.booking-flow .left-container .header i.flaticon-multiple25{font-size:28px;}
	.booking-flow .left-container.passenger-details .header h4{margin-left:40px;}
	/* .booking-flow .left-container .main-header h4{margin-left:25px;} */
	.booking-flow .left-container .outer-border .inner{margin:15px;}
	.booking-flow #calendar .fc-basic-view .fc-body .fc-row{min-height:52px;}
	.booking-flow #calendar .fc-event, .booking-flow #calendar .fc-event:hover, .booking-flow #calendar .ui-widget .fc-event{font-size:13px;}
	.booking-flow .left-container.confirmation-details .passenger-details .heading{padding:15px;}
	.booking-flow .left-container.confirmation-details .passenger-details table th{padding-left:15px;}
	.booking-flow .left-container.passenger-details a.yellow-button.login{padding:15px;}
	.booking-flow .left-container.passenger-details a.yellow-button.login p{margin-right:0px;}
	.booking-flow .left-container.passenger-details .yellow-header.create-account{padding:15px 15px 5px 15px;}
	
	
	/* === GLOBAL FLIGHT DETAILS NAV === */ 
	.global-flight-details-header img {top:-3px !important;}
	.global-flight-details-header .time img {top:4px !important;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	.price-breakdown h5 {font-size:13px;}
	.price-breakdown p {font-size:13px;}
	.price-breakdown .cost p {font-size:13px;}
	
	/* .price-breakdown .taxes {width:12.66666667%;} */
	/* .price-breakdown .subtotal {width:14.5%;} */
	
	.booking-flow .left-container .main-header.details h4 {font-size:14px; margin-left:30px;}
	.booking-flow .left-container .main-header.details .icon.departure {top:22px;}
	.booking-flow .left-container .main-header.details .icon.return2 {top:22px;}
	.booking-flow .left-container .main-header .time {top:20px;}	
	/* .booking-flow .flight-details-container .container-fluid {padding-left: 15px; padding-right: 15px;} */
	.booking-flow .flight-details-container {padding-left: 17px; padding-right: 17px;}
	
	.text-page .main-header .glyphicon {top:11px;}
	
	.global-flight-choose .information .arrow i {font-size:15px; top:18px;}

	.departure-board-container .more-flights {height:42px !important; padding-top: 5px !important;}
	/* .departure-board-container .more-flights span {font-size: 15px !important;} */
	.departure-board-container .yellow-header .header-container  .col button.btn-filters {padding-right: 1px !important; padding-top: 7px !important;}
}

@media  (max-width: 480px) {
	
	.global-flight-details .stop span.hide-mobile  {display:none;}
	
	/* === DEPARTURE BOARD === */	
	.departure-board-container .flight-container .flight-summary .price .per-off {top:23px;}

	.departure-board-container .flight-container .flight-summary .row .col.price p .was-price {position: absolute; left:5px; top:26px; font-size:10px;}
	.departure-board-container .flight-container .flight-summary .row .col.price .price{font-size: 13px; float:left; margin:0 3px 0 0;}
	.departure-board-container .flight-container .flight-summary .row .col.price p .direction  { font-size:11px;}
   
	.departure-board-container .col.dep-time, .departure-board-container .col.price {width:21%;}
	.departure-board-container .col.dep-time, .departure-board-container .col.board-title-take-off {width:28%;}
	.departure-board-container .flight-container .flight-summary .price .per-off {display:inline; border:none; font-size:10px; position:absolute; top:24px; left:24px;}
	.departure-board-container .flight-container .flight-summary .price .per-off.shorter {left:19px;}
	
}

@media  (max-width: 450px) {

	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .col.departure {width:65%;}
	/* .departure-board-container .yellow-header .header-container  .col.date {width:35%;} */
	/* .departure-board-container .yellow-header .header-container  .col.departure p {display:inline-block; font-size: 17px;} */
	
	.passenger-input-container .passenger-input .passenger-button {height:40px; width:40px;}
	.passenger-input-container .passenger-input input {max-width:40px; padding:8px 0 9px;}
	.passenger-input-container .passenger-input .passenger-button span {top:-1px;}
	
	.passenger-input-container .passenger-input .passenger-button.dec span {top:-13px;}
	
	.filters-box .filters-box-nav button {height:40px;}
	.filters-box ul li label {margin-bottom:13px;}
	.departure-board-container .filter-area .filters-box .filters-box-search {height:40px;}
	.departure-board-container .filter-area .filters-box .filters-box-search-icon {top:14px;}
	.filters-box {top: 50px;}
	
	/* .booking-nav .col {width:100%;} */
	/* .booking-nav .col .yellow-button.back {text-align:right; padding:15px 20px 15px 55px; margin:0 0 10px 0;} */

	.departure-board-container .board-titles .board-title-stops .sort-wrapp {position:absolute;}
}

@media  (max-width: 420px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .yellow-header .header-container  .departure .selectpicker-wrapper {width: calc(100% - 45px);}
	.departure-board-container .yellow-header .header-container  .departure .bootstrap-select {width:100%;}
	.departure-board-container .yellow-header .header-container  .departure .selectpicker-icon {display:none;}
	.departure-board-container .yellow-header .header-container  .departure button {padding-left: 5px;height: 33px;margin-top:3px;}
		
	.go-back-calendar {margin:15px 0 0 -7px;}
	
	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-choose  .col.departure {width:22.5%;}
	.global-flight-choose  .col.arrival {width:27.666667%;}
	.global-flight-choose  .col.stops {width:13.5%;}
	.global-flight-choose  .col.price {width:23.5%;}

	.global-flight-details .icon {padding-left:10px;}
	
	.global-flight-choose .information .icon img {width:17px;}
	.global-flight-choose .information .icon img {top:20px;}
	.global-flight-choose .information .icon.dual img.departure {top:14px;}
	.global-flight-choose .information .icon.dual img.return {top:29px;}
}

@media  (max-width: 405px) {
	.mob-remove-7 {display:none !important;}
	.departure-board-container .yellow-header .header-container  .col.departure {width:60%;}
	/* .departure-board-container .yellow-header .header-container  .col.date {width:40%;} */

	/* === GLOBAL FLIGHT DETAILS === */
	.price-breakdown h5 {font-size:12px;}
	.price-breakdown p {font-size:12px;}
	.price-breakdown .cost p {font-size:12px;}
	
	.price-breakdown .number {width:14.5%;}
	.price-breakdown .total {width:12.5%;}
	.price-breakdown .fare {width:10.5%;}
	 
	.price-breakdown .col {padding:0 3px;}
	
	.global-flight-choose .header .details {font-size:13px;}
	.global-flight-details  .col-xs-12.additional span {position:absolute;}
}

@media  (max-width: 385px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.destination p {position:absolute;}
}

@media  (max-width: 360px) {
	.departure-board-container .flight-container .flight-summary p.one {padding-left:11px;}
	.departure-board-container .flight-container .flight-summary .row .col.destination span.time {margin-right: 20px;}
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {margin-left: 49px;}
}

@media (max-width: 355px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary p {font-size:12px;} 
	.departure-board-container .flight-container .flight-summary p {margin:16px 0 0 0;}
	
	.global-flight-choose p {font-size:12px;}
}

@media  (max-width: 350px) {
	.global-flight-details  .additional span span {display:none;}

	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.price .was-price {font-size:10px;}
	.tooltip-hover {display:none;}
	
	.global-flight-details  .additional span {font-size:11px; margin:0 0 0 5px; top:14px;}
	.global-flight-details  .additional img {top:10px;}
	.global-flight-details .left-text p, .global-flight-details .right-text p, .global-flight-details .left-text p span, .global-flight-details .color1.small {font-size:11px;}

	.mob-remove-6 {display:none !important;}
	.mob-show-5 {display:inline-block !important;}
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.price .direction {font-weight:100; font-size: 11px;}
	
	.departure-board-container .flight-container .flight-summary .row .col.destination p.tomorrow {font-size:9px; top:10px;}
	.departure-board-container .flight-container .flight-summary .row .col.destination p.country {font-size:9px; top:10px; margin-left: 39px;}
	.departure-board-container .flight-container .flight-summary .row .col.price p .direction {font-size:9px;}
	.departure-board-container .flight-container .flight-summary .price .per-off {font-size:9px;}
	.departure-board-container .showing p, .departure-board-container .board-titles p, .departure-board-container .date-info p {font-size:14px;}
	.departure-board-container .flight-container .flight-summary p, .departure-board-container .board-titles p {font-size:10px;}
	.departure-board-container .flight-container .flight-summary .row .col.price .price {font-size:10px;}
	.departure-board-container .board-titles .sort-by {display:none;}
	

	/* === GLOBAL FLIGHT DETAILS === */
	.global-flight-details .col {padding:0;}
	.global-flight-details .col.mobile-info {padding:0 12px 0 0;}
	
	header .logo-subtitle {display:none;}	
	
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary .row .col.dep-time i {font-size:9px; margin-top:21px;}
	.departure-board-container .flight-container .flight-summary p {margin-top:18px;}
	.departure-board-container .board-titles .sort-wrapp.time {margin-right:14px;}
	
	/* === GLOBAL FLIGHT DETAILS === */

	.global-flight-choose  .col.departure {width:27.5%;}
	.global-flight-choose  .col.arrival {width:32.666667%;}
	.global-flight-choose  .col.stops {width:13.5%;}
	.global-flight-choose  .col.price {width:13.5%;}
	
	.global-flight-choose  .col.price span.color-1 {width:100%; display:table; font-size:11px; margin-top:-5px;}
}

@media  (max-width: 315px) {
	/* === DEPARTURE BOARD === */
	.departure-board-container .flight-container .flight-summary p, .departure-board-container .flight-container .flight-summary .row .col.price .price, .departure-board-container .board-titles p, .departure-board-container .flight-container .flight-summary .row .col.price .direction {font-size:9.5px;}
	.tooltip-hover {display:none;}
	.departure-board-container .yellow-header .header-container  .col .filters-trigger p { margin: 11px 10px 0 0 !important; font-size: 11px;}
	.departure-board-container .yellow-header .header-container  .col.departure p {margin-top:11px !Important;font-size: 11px;}
	.departure-board-container .yellow-header .header-container  .departure .selectpicker-wrapper {width:100%;}
	.departure-board-container .yellow-header .header-container  .col.departure p {display:none;}
	.departure-board-container .yellow-header .header-container  .col.departure, .departure-board-container .yellow-header .header-container  .col.date {width:50%;}
}

@media(min-width:501px) and (max-width:1130px) {
	.booking-flow .tab-header .tabs li a span {font-size: 14px !important;}
	.global-flight-details .timeline .dot {width:25px; height: 25px;}
}

@media(min-width:375px) and (max-width:500px) {
	.yellow-button {font-size: 15px;}
	/* .booking-flow .tab-header .tabs li a p span {font-size: 17px !important;} */
	.booking-flow .left-container.passenger-details .passenger-inputs p, 
	.booking-flow .left-container.passenger-details .passenger-inputs input, 
	.booking-flow .left-container.passenger-details .passenger-inputs .selectpicker.btn-default, 
	.booking-flow .left-container.passenger-details .passenger-inputs 
	.dropdown-menu{font-size: 15px !important;}
	.departure-board-container .more-flights { font-size: 15px !important;}

	/* .price-breakdown .number {width:4.5% !important;} */
	/* .price-breakdown .total {width:17.5%;} */
	/* .price-breakdown .fare {width:16.5%;} */
	/* .price-breakdown .taxes {width:17.66666667%;} */
	/* .price-breakdown .type {width:11%;} */
	/* .price-breakdown .services {width:14.833333%;} */
	/* .price-breakdown .subtotal {width:16.5%;} */
	/* .n-header-grid-wrapper .n-stops {width: 49px;} */
	.booking-flow .left-container.confirmation-details .reference-number .note {font-size: 15px;}
}

@media(min-width:360px) and (max-width: 374px) {
	.yellow-button {
		font-size: 14px;
	}

	.departure-board-container .board-titles .sort-by{
	  margin-top: 5px !important;
  } 
  .departure-board-container .more-flights {
	  font-size: 14px !important;
	  height: 40px !important;
  }

  .global-flight-choose .labels p {
	  margin-top: 1px !important;
  }

  .booking-flow .left-container.passenger-details .passenger-inputs p, 
	.booking-flow .left-container.passenger-details .passenger-inputs input, 
	.booking-flow .left-container.passenger-details .passenger-inputs .selectpicker.btn-default, 
	.booking-flow .left-container.passenger-details .passenger-inputs 
	.dropdown-menu{font-size: 14px !important;}
.booking-flow .left-container.confirmation-details .reference-number .note {font-size: 14px;}
/* .price-breakdown .number {width:4.5% !important;}
.price-breakdown .total {width:17.5%;}
.price-breakdown .fare {width:16.5%;}
.price-breakdown .taxes {width:17.66666667%;}
.price-breakdown .type {width:11%;}
.price-breakdown .services {width:14.833333%;}
.price-breakdown .subtotal {width:16.5%;} */
}

@media(min-width:350px) and (max-width: 359px) {
	.yellow-button {
		font-size: 12px;
	}

	.departure-board-container .board-titles .sort-by{
	  margin-top: 5px !important;
  } 
  .departure-board-container .more-flights {
	  font-size: 12px !important;
	  height: 40px !important;
  }

  .global-flight-choose .labels p {
	  margin-top: 1px !important;
  }

  .booking-flow .left-container.passenger-details .passenger-inputs p, 
	.booking-flow .left-container.passenger-details .passenger-inputs input, 
	.booking-flow .left-container.passenger-details .passenger-inputs .selectpicker.btn-default, 
	.booking-flow .left-container.passenger-details .passenger-inputs 
	.dropdown-menu{font-size: 12px !important;}
.booking-flow .left-container.confirmation-details .reference-number .note {font-size: 12px;}
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/css/n-style.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.n-header-grid-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  padding: 0px 2%;
}
.n-header-grid-wrapper .n-header-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 10% 22% 11% 18% 21% minmax(50px, 137px) 17px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". . . . . . ." "time destination stops airline price dep-time toggle-icon" "tomorrow country . airline price-notation . .";
}
.n-header-grid-wrapper .time {
  grid-area: time;
}
.n-header-grid-wrapper .tomorrow-text {
  grid-area: tomorrow;
}
.n-header-grid-wrapper .destination {
  grid-area: destination;
}
.n-header-grid-wrapper .country-text {
  grid-area: country;
}
.n-header-grid-wrapper .n-stops {
  grid-area: stops;
}
.n-header-grid-wrapper .n-airline {
  grid-area: airline;
}
.n-header-grid-wrapper .n-price {
  grid-area: price;
}
.n-header-grid-wrapper .n-dep-time-notation {
  grid-area: dep-time-notation;
}
.n-header-grid-wrapper .n-price-notation {
  grid-area: price-notation;
  font-size: 14px !important;
}
.n-header-grid-wrapper .n-price-top-deal .deal-tag {
  font-size: 8px;
  padding: 0px 3px;
  padding-bottom: 1px;
  border: 1px solid #ffd00d;
  border-radius: 4px;
  color: #ffd00d;
}
.n-header-grid-wrapper .n-price-container {
  display: flex;
}
.n-header-grid-wrapper .n-price-container .n-text-box-size-with-deal {
  margin-right: 5px;
}
.n-header-grid-wrapper .n-price-container .for-desktop {
  line-height: 18px;
}
.n-header-grid-wrapper .n-price-container .deal-img {
  width: 30px;
  position: absolute;
  margin-top: -5px;
  margin-left: 5px;
}
.n-header-grid-wrapper .n-price-container .deal-tag {
  font-size: 10px;
  padding: 0px 3px;
  padding-bottom: 1px;
  border: 1px solid #ffd00d;
  border-radius: 4px;
  color: #ffd00d;
}
.n-header-grid-wrapper .n-price-notation .deal-img {
  width: 21px;
  position: absolute;
  margin-top: -8px;
  transform: rotate(45deg);
}
.n-header-grid-wrapper .n-price-sm, .n-header-grid-wrapper .n-dep-time-sm, .n-header-grid-wrapper .n-dep-time-notation, .n-header-grid-wrapper .n-price-top-deal {
  display: none;
}
.n-header-grid-wrapper .n-dep-time-header {
  grid-column: dep-time/span 2 !important;
}
.n-header-grid-wrapper .n-dep-time {
  grid-area: dep-time;
}
.n-header-grid-wrapper .n-toggle-icon {
  grid-area: toggle-icon;
}
.n-header-grid-wrapper .subtext {
  line-height: 3px;
  color: var(--normal-gray);
  font-size: 0.8em;
  font-weight: 100;
}
.n-header-grid-wrapper .subtext .seats-left {
  color: #ed373b;
}
.n-header-grid-wrapper .smaller {
  font-size: 0.8em;
}
.n-header-grid-wrapper .yellow {
  color: #ffd00d;
}
.n-header-grid-wrapper .red {
  color: #ed373b;
}
.n-header-grid-wrapper .grey {
  color: #b2b2b2;
}
.n-header-grid-wrapper .bold {
  font-weight: 800;
}
.n-header-grid-wrapper .tiny {
  font-weight: 100;
}
.n-header-grid-wrapper .line-through {
  text-decoration: line-through;
}
.n-header-grid-wrapper .boxed {
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  margin: 0 0 0 5px;
}
.n-header-grid-wrapper .one {
  margin-left: 1em;
}

.n-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px 2%;
}

@media (max-width: 1010px) {
  .n-header-grid-wrapper {
    font-size: 16px;
    padding: 0px 2%;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(81px, 18%) minmax(20%, 30%) minmax(10%, 17%) minmax(120px, 20%) minmax(130px, 137px) 17px;
    grid-template-areas: ". . . . . ." "time destination stops price dep-time toggle-icon" "tomorrow country . price-notation . .";
  }
  .n-airline {
    display: none;
  }
  .top-contact-info {
    display: none;
  }
}
@media (max-width: 650px) {
  .n-header-grid-wrapper {
    font-size: 15px;
    padding: 0px 2%;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(14.6%, 16%) minmax(21%, 33%) minmax(46px, 14%) minmax(20px, 13%) minmax(58px, 21%) 14px;
    grid-template-areas: ". . . top-deal . ." "time destination stops price dep-time toggle-icon" "tomorrow country . price-notation dep-time-notation .";
  }
  .n-header-grid-wrapper .n-header-grid .n-dep-time-desktop {
    display: none;
  }
  .n-header-grid-wrapper .n-header-grid .n-dep-time-sm {
    display: block;
    grid-area: dep-time;
  }
  .n-header-grid-wrapper .n-header-grid .n-dep-time-notation {
    display: flex;
    grid-area: dep-time-notation;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-desktop {
    display: none;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-top-deal {
    display: block;
    grid-area: top-deal;
    height: 8px;
    line-height: 0px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-sm {
    display: block;
    grid-area: price;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-notation {
    font-size: 13px !important;
  }
}
@media (max-width: 500px) {
  .n-header-grid-wrapper {
    font-size: 15px;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(14.6%, 17%) minmax(22%, 30%) minmax(46px, 14%) minmax(20px, 17%) minmax(58px, 22%) 14px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-container .deal-img {
    width: 23px;
    margin-top: 6px;
    margin-left: 18px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-notation .deal-img {
    margin-top: -7px;
  }
}
@media (min-width: 360px) and (max-width: 370px) {
  .n-header-grid-wrapper {
    font-size: 13px;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(51px, 20%) minmax(20%, 35%) minmax(50px, 13%) minmax(20px, 18%) minmax(70px, 58px) 13px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-container .deal-img {
    width: 20px;
    margin-top: 6px;
    margin-left: 18px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-container .n-price-notation .deal-img {
    margin-top: -6px;
  }
}
@media (min-width: 350px) and (max-width: 359px) {
  .n-header-grid-wrapper {
    font-size: 12px;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(51px, 8%) minmax(15%, 40%) minmax(50px, 14%) minmax(35px, 23%) minmax(70px, 58px) 13px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-container .deal-img {
    width: 20px;
    margin-top: 6px;
    margin-left: 18px;
  }
  .n-header-grid-wrapper .n-header-grid .n-price-container .n-price-notation .deal-img {
    margin-top: -6px;
  }
}
@media (max-width: 350px) {
  .n-header-grid-wrapper {
    font-size: 12px;
  }
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: minmax(51px, 18%) minmax(15%, 40%) minmax(50px, 14%) minmax(25px, 15%) minmax(70px, 58px) 13px;
  }
  .n-header-grid-wrapper .n-header-grid .subtext {
    font-size: 10px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .n-header-grid-wrapper .n-header-grid {
    grid-template-columns: 15% 20% 12% 18% 18% minmax(110px, 120px) 17px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0');
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/*# sourceMappingURL=styles.d64b757415b1dafa.css.map*/