@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.container,
.container-fluid,
.row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/*

// This clashes with app styles

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
*/
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
/* -- disabled --

.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/
/* -- disabled --

// states and images 
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/
/* -- disabled --

// Overlays 
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0; // support: IE7 
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; // removes extra width in IE 
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
// to make room for the icon, a width needs to be set here 
.ui-button-icon-only {
  width: 2.2em;
}
// button elements seem to need a little more width 
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}

// button text element 
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
// no icon support for input elements, provide padding by default 
input.ui-button {
  padding: .4em 1em;
}

// button icon element(s) 
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

// button sets 
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

// workarounds 
// reset extra padding in Firefox, see h5bp.com/l 
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

// with multiple calendars 
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

// RTL support 
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0; // support: IE7 
  // support: IE10, see #8844 
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

// icon support 
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

// left-aligned 
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

// right-aligned 
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); // support: IE8 
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  // Support: IE7 
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

// support: IE8 - See #6727 
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
// more specificity required here to override default borders 
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
// vertically center icon 
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}

// TR overrides 
.ui-spinner .ui-icon-triangle-1-s {
  // need to fix icons sprite 
  background-position: -65px -16px;
}

-- disabled --*/
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
/* -- disabled --

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* -- disabled --

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.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 {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* -- disabled --

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70); // support: IE8 
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); // support: IE8 
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); // support: IE8 - See #6059 
}

/* Icons
----------------------------------*/
/* -- disabled --

// states and images 
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

// positioning 
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
// ui-icon-seek-first is deprecated, use ui-icon-seek-start instead 
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/
/* -- disabled --

// Corner radius 
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

// Overlays 
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); // support: IE8 
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); // support: IE8 
  border-radius: 8px;
}

/* -- disabled -- */
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'revicons';
  src: url('../font/revicons.eot?5510888');
  src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../font/revicons.woff?5510888') format('woff'), url('../font/revicons.ttf?5510888') format('truetype'), url('../font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before {
  content: '\e802';
}
/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}
/* '' */
.revicon-picture-1:before {
  content: '\e803';
}
/* '' */
.revicon-cancel:before {
  content: '\e80a';
}
/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}
/* '' */
.revicon-trash:before {
  content: '\e801';
}
/* '' */
.revicon-left-dir:before {
  content: '\e817';
}
/* '' */
.revicon-right-dir:before {
  content: '\e818';
}
/* '' */
.revicon-down-open:before {
  content: '\e83b';
}
/* '' */
.revicon-left-open:before {
  content: '\e819';
}
/* '' */
.revicon-right-open:before {
  content: '\e81a';
}
/* '' */
.revicon-angle-left:before {
  content: '\e820';
}
/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}
/* '' */
.revicon-left-big:before {
  content: '\e81f';
}
/* '' */
.revicon-right-big:before {
  content: '\e81e';
}
/* '' */
.revicon-magic:before {
  content: '\e807';
}
/* '' */
.revicon-picture:before {
  content: '\e800';
}
/* '' */
.revicon-export:before {
  content: '\e80b';
}
/* '' */
.revicon-cog:before {
  content: '\e832';
}
/* '' */
.revicon-login:before {
  content: '\e833';
}
/* '' */
.revicon-logout:before {
  content: '\e834';
}
/* '' */
.revicon-video:before {
  content: '\e805';
}
/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}
/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}
/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}
/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}
/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}
/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}
/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}
/* '' */
.revicon-left:before {
  content: '\e836';
}
/* '' */
.revicon-right:before {
  content: '\e826';
}
/* '' */
.revicon-ccw:before {
  content: '\e808';
}
/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}
/* '' */
.revicon-palette:before {
  content: '\e829';
}
/* '' */
.revicon-list-add:before {
  content: '\e80c';
}
/* '' */
.revicon-doc:before {
  content: '\e809';
}
/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}
/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}
/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}
/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}
/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}
/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}
/* '' */
.revicon-popup:before {
  content: '\e828';
}
/* '' */
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px;
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
/******************************
	-	WRAPPER STYLES		-
******************************/
.rev_slider_wrapper {
  position: relative;
}
.rev_slider_wrapper > ul {
  visibility: hidden;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.rev_slider img {
  max-width: none !important;
  -moz-transition: none 0;
  -webkit-transition: none 0;
  -o-transition: none 0;
  transition: none 0;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul {
  margin: 0px;
  padding: 0px;
  list-style: none !important;
  list-style-type: none;
  background-position: 0px 0px;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before {
  list-style: none !important;
  position: absolute;
  visibility: hidden;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
}
.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
}
.tp-simpleresponsive > ul li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}
.rev_slider .tp-caption,
.rev_slider .caption {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
}
.tp-simpleresponsive img {
  max-width: none;
}
/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
  z-index: 1;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}
/******************************
	-	WRAPPER STYLES END	-
******************************/
/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.html5vid.videoisplaying .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
}
.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.html5vid .tp-revstop {
  display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}
.html5vid.videoisplaying .tp-revstop {
  display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}
.html5vid:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, #000000 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #000000 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #000000 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #000000 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000000), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
  /*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
}
/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}
/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 30px;
  bottom: -30px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
}
.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top;
}
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px;
}
/*@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}*/
/*	BUTTON COLORS	*/
.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}
.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}
.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}
.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}
.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}
/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
}
.tparrows .tp-arr-imgholder {
  display: none;
}
.tparrows .tp-arr-titleholder {
  display: none;
}
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}
.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
  vertical-align: top;
}
.tp-bullets.tp-thumbs img {
  vertical-align: top;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: url(../assets/timer.png);
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px;
}
/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent;
}
.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.tp-rightarrow.preview1:after {
  content: '\e825';
}
.tp-leftarrow.preview1:after {
  content: '\e824';
}
.tparrows.preview1:hover:after {
  background: #ffffff;
  color: #aaa;
}
.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview1 .tp-arr-iwrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0;
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px;
}
.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview1 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid #ffffff !important;
}
/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden;
}
.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px;
}
.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px;
}
.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tparrows.preview2.hovered {
  width: 300px;
}
.tparrows.preview2:hover {
  background: #fff;
}
.tparrows.preview2:hover:after {
  color: #000;
}
.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute;
}
/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px;
}
.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview2 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
.tp-arr-titleholder.alwayshidden {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important;
  }
}
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: #ffffff;
  -webkit-transform-style: flat;
}
.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tparrows.preview3:hover:after {
  color: #000;
}
.tp-rightarrow.preview3:after {
  content: '\e825';
}
.tp-leftarrow.preview3:after {
  content: '\e824';
}
.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px;
}
.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px;
}
.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview3 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px;
  }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px;
  }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px;
  }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
}
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview4:after {
  content: '\e825';
}
.tp-leftarrow.preview4:after {
  content: '\e824';
}
.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px;
}
.tparrows.preview4 .tp-arr-iwrapper {
  position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px;
}
.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px;
}
.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview4 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px;
  }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important;
  }
}
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  zoom: 1;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat;
}
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*------------------------------------------------------------------------
# Gofar
# ------------------------------------------------------------------------
# Designed by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

    1.    Shortcode
    2.    Header
    3.    Main
    4.    Footer
    5.    Blog
    6.    Login
    7.    Contact
    8.    Destination
    9.    Hotel
    10.   Widgetsidebar
    11.   Checkout
    12.   Productdetail
    13.   Dark
    14.   Responsive
    15.   Revolution slider

/* 0.   Base
--------------------------------------------------------------------------------*/
#page-wrap {
  overflow: hidden;
  z-index: 9;
  background-color: #f7f7f7;
}
.landing-content {
  font-size: 14px;
  color: #A6A6A6;
  padding: 0;
  margin: 0;
}
.landing-content a,
.landing-content input,
.landing-content textarea,
.landing-content button,
.landing-content select {
  outline: none;
}
.landing-content a:hover,
.landing-content a:focus,
.landing-content input:focus,
.landing-content textarea:focus,
.landing-content button:focus,
.landing-content select:focus {
  outline: none !important;
  text-decoration: none;
}
.landing-content p {
  line-height: 1.7em;
}
.landing-content input,
.landing-content textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.landing-content input[type="search"],
.landing-content input[type="text"],
.landing-content input[type="url"],
.landing-content input[type="number"],
.landing-content input[type="password"],
.landing-content input[type="email"],
.landing-content input[type="file"] {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.landing-content input[type=number]::-webkit-outer-spin-button,
.landing-content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.landing-content input[type=number] {
  -moz-appearance: textfield;
}
.landing-content select {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  box-shadow: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.landing-content textarea {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  resize: none;
  padding: 12px;
  height: 140px;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}
.landing-content input::-webkit-input-placeholder {
  color: #888888;
}
.landing-content input:-moz-placeholder {
  color: #888888;
}
.landing-content input::-moz-placeholder {
  color: #888888;
}
.landing-content input:-ms-input-placeholder {
  color: #888888;
}
.landing-content textarea::-webkit-input-placeholder {
  color: #888888;
}
.landing-content textarea:-moz-placeholder {
  color: #888888;
}
.landing-content textarea::-moz-placeholder {
  color: #888888;
}
.landing-content textarea:-ms-input-placeholder {
  color: #888888;
}
.landing-content a {
  color: #0091ea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-content code,
.landing-content kbd,
.landing-content pre,
.landing-content samp {
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.landing-content code {
  background-color: eee;
  letter-spacing: 0.015em;
}
.landing-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.landing-content ::-moz-selection {
  color: #fff;
  background-color: #0091ea;
}
.landing-content ::selection {
  color: #fff;
  background-color: #0091ea;
}
.landing-content .list li {
  margin: 8px 0 0;
}
.landing-content .container {
  position: relative;
}
.landing-content section {
  position: relative;
}
.landing-content .tb {
  display: table;
  width: 100%;
}
.landing-content .tb-cell {
  display: table-cell;
  vertical-align: middle;
}
.landing-content .db {
  display: block;
}
.landing-content h1,
.landing-content .h1,
.landing-content h2,
.landing-content .h2,
.landing-content h3,
.landing-content .h3,
.landing-content h4,
.landing-content .h4,
.landing-content h5,
.landing-content .h5,
.landing-content h6,
.landing-content .h6 {
  font-weight: 600;
  line-height: 1.5em;
  color: #262626;
}
.landing-content h1 a,
.landing-content .h1 a,
.landing-content h2 a,
.landing-content .h2 a,
.landing-content h3 a,
.landing-content .h3 a,
.landing-content h4 a,
.landing-content .h4 a,
.landing-content h5 a,
.landing-content .h5 a,
.landing-content h6 a,
.landing-content .h6 a {
  color: inherit;
}
.landing-content h1,
.landing-content .h1 {
  font-size: 40px;
}
.landing-content h2,
.landing-content .h2 {
  font-size: 36px;
}
.landing-content h3,
.landing-content .h3 {
  font-size: 30px;
}
.landing-content h4,
.landing-content .h4 {
  font-size: 28px;
}
.landing-content h5,
.landing-content .h5 {
  font-size: 20px;
}
.landing-content h6,
.landing-content .h6 {
  font-size: 18px;
}
.landing-content abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}
.landing-content mark,
.landing-content .mark {
  background-color: #0091ea;
}
.landing-content dfn {
  border-bottom: 1px dashed;
}
.landing-content blockquote {
  border: 0;
  font-size: 15px;
  color: #999;
  padding: 0;
  padding-left: 30px;
  text-align: left;
  border-left: 3px solid #d4d4d4;
}
.landing-content blockquote cite,
.landing-content blockquote footer {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}
.landing-content pre {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
}
.landing-content span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666;
}
/* 1.   Shortcode
--------------------------------------------------------------------------------*/
.awe-parallax {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.awe-static {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.awe-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #0091ea;
}
.awe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: -2;
}
.awe-btn {
  display: inline-block;
  background: none;
  border: 1px solid #0091ea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  padding: 8px 16px;
  text-align: center;
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-btn.awe-btn-style2 {
  border: 0;
  background-color: #ddd;
  color: #666;
}
.awe-btn.awe-btn-style3 {
  border: 0;
  background-color: #0091ea;
  color: #fff;
}
.awe-btn.awe-btn-style3:focus,
.awe-btn.awe-btn-style3:hover {
  background-color: #403F3F;
  color: #fff;
}
.awe-btn:focus,
.awe-btn:hover {
  background-color: #0091ea;
  color: #fff;
}
.icon {
  display: inline-block;
  font-style: normal;
}
.image-cover {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.image-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
}
.owl-carousel .owl-controls .owl-buttons > div {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-buttons > div .fa {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  margin-left: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  color: #0091ea;
}
.awe-select-wrapper {
  position: relative;
  display: inline-block;
}
.awe-select-wrapper .fa {
  position: absolute;
  width: 35px;
  background-color: #fff;
  text-align: right;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
}
.awe-select-wrapper .fa:before {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Fix background cover safari */
.fix-background-ios {
  -webkit-background-size: auto 150%  !important;
  background-attachment: scroll  !important;
}
.price-slider {
  display: block;
  border: 0;
  background: none;
  height: 6px;
  border-radius: 0;
  width: calc(92%);
  z-index: 9;
}
.price-slider:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: -8px;
  top: 0;
  height: 100%;
  background-color: #D4D4D4;
  z-index: -1;
}
.price-slider .ui-slider-range {
  background: none;
  background-color: #0091ea;
  border-radius: 0;
}
.price-slider .ui-slider-handle {
  height: 20px;
  width: 8px;
  background: none;
  background-color: #0091ea;
  border-radius: 0;
  border: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* <-- Accordion --

.accordion {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.accordion .ui-accordion-header {
  background: none;
  border: 0;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: 0;
  right: 20px;
  left: auto;
  width: 0;
  height: 0;
  background: none;
  border: 8px solid transparent;
  border-top-color: #666;
  margin-top: 4px;
  -webkit-transform-origin: 50% 4px;
  -moz-transform-origin: 50% 4px;
  -ms-transform-origin: 50% 4px;
  -o-transform-origin: 50% 4px;
  transform-origin: 50% 4px;
  -webkit-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(0) scaleX(0.6);
  transform: translateY(-50%) rotate(0) scaleX(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active {
  color: #0091ea;
}
.accordion .ui-state-active .ui-icon,
.accordion .ui-widget-content .ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  transform: translateY(-50%) rotate(180deg) scaleX(0.6);
}
.accordion .ui-widget-content {
  background: none;
  border: 0;
  border-radius: 0;
  color: #A6A6A6;
  padding: 20px 0 30px 0;
}
.accordion.trip-schedule-accordion .ui-widget-content {
  color: #666;
}

/* -- Accordion --> */
.ui-datepicker {
  background: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  width: 290px;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  background-color: #d4d4d4;
  border-radius: 0;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  line-height: 40px;
  color: #111;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 34px;
  height: 34px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: none;
  border: 0 !important;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #0091ea;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  position: absolute;
  background: none;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  border-right-color: #111;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  border-left-color: #111;
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-weight: 600;
  color: #333;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  display: block;
  padding: 0;
  line-height: 36px;
  text-align: center;
  background: none;
  background-color: #d4d4d4;
  border: 0;
  color: #111;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #0091ea;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active {
  background-color: #0091ea;
  color: #fff;
}
.autoHeight {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.bg-border {
  border-bottom: 1px solid #E4E4E4;
}
.map-demo {
  height: 300px;
}
/* Preloader */
/* <-- Preloader --

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  background-color: #FF007F;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: preloader 5s linear infinite;
  -moz-animation: preloader 5s linear infinite;
  animation: preloader 5s linear infinite;
}

@-webkit-keyframes preloader {
  0% {
    background-color: #FF007F;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes preloader {
  0% {
    background-color: #FF007F;
    -moz-transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    -moz-transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    -moz-transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    -moz-transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    -moz-transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    -moz-transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    -moz-transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    -moz-transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    -moz-transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    -moz-transform: scale(3);
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    background-color: #FF007F;
    transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    transform: scale(3);
    opacity: 0;
  }
}

/* -- Preloader --> */
/* 2.   Header
--------------------------------------------------------------------------------*/
/* 3.   Main
--------------------------------------------------------------------------------*/
.heading-content {
  color: #fff;
  padding: 100px 0 154px 0;
}
.heading-content h2 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 8px;
  color: inherit;
}
.heading-content p {
  font-size: 24px;
  margin-bottom: 0;
}
.ui-datepicker {
  z-index: 999999999999 !important;
}
.tabs {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 0;
  padding: 0;
  background: none;
}
.tabs .ui-tabs-nav {
  position: relative;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background: none;
  margin-bottom: 22px;
  padding: 0;
  overflow: hidden;
  border: 0;
  z-index: 9;
}
.tabs .ui-tabs-nav:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #D4D4D4;
  z-index: -1;
}
.tabs .ui-tabs-nav li {
  background: none;
  border: 0;
  margin: 0 46px 0 0;
}
.tabs .ui-tabs-nav li .ui-tabs-anchor {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #444;
  padding: 0;
  border-bottom: 3px solid transparent;
  line-height: 58px;
  z-index: 9;
}
.tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #0091ea;
  border-bottom-color: #0091ea;
}
.tabs .ui-tabs-panel {
  padding: 0;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
}
.tabs__content .ui-tabs-panel {
  padding: 0;
}
.ui-widget-content {
  color: #777;
}
.awe-search-tabs {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 15px;
  z-index: 9998;
}
.awe-search-tabs .ui-tabs-nav {
  position: relative;
  padding: 0 32px;
  height: 55px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background: none;
  margin: 0;
  border: 0;
  z-index: 9;
}
.awe-search-tabs .ui-tabs-nav:after {
  display: none;
}
.awe-search-tabs .ui-tabs-nav:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0091ea;
  opacity: .9;
  z-index: -1;
}
.awe-search-tabs .ui-tabs-nav li {
  background: none;
  border: 0;
  margin: 0 !important;
}
.awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor {
  color: #fff;
  font-size: 18px;
  border-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
  width: 60px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.awe-search-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.awe-search-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background-color: #fff;
  border-color: #fff;
  color: #0091ea;
}
.awe-search-tabs .ui-tabs-nav li.ui-tabs-active + li .ui-tabs-anchor {
  border-left-color: #fff;
}
.trip-flight-hotel__table {
  min-width: 680px;
}
.awe-search-tabs__content {
  background: #fff;
  padding: 32px;
}
.awe-search-tabs__content .ui-tabs-panel {
  padding: 0;
}
.awe-search-tabs__content .ui-tabs-panel h2 {
  font-weight: 400;
  font-size: 32px;
  color: #666;
  margin: 0;
}
.awe-search-tabs__content .ui-tabs-panel label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
.awe-search-tabs__content .ui-tabs-panel select,
.awe-search-tabs__content .ui-tabs-panel input {
  border: 1px solid #d4d4d4;
  font-weight: 400;
  color: #68738A;
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.awe-search-tabs__content .ui-tabs-panel form:after {
  content: '';
  display: table;
  clear: both;
}
.awe-search-tabs__content .ui-tabs-panel .form-group {
  float: left;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
  width: 33.2%;
  padding-right: 64px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) {
  width: 36.5%;
  padding-right: 100px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements {
  width: 50%;
  float: left;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(odd) {
  padding-right: 15px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(even) {
  padding-left: 15px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
  width: 18.1%;
  padding-right: 64px;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements {
  margin-top: 24px;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .form-item {
  position: relative;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements span {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #A5A5A5;
  margin-top: 8px;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-select-wrapper {
  width: 100%;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-select-wrapper .fa {
  top: 1px;
  bottom: 1px;
  right: 1px;
}
.awe-search-tabs__content .ui-tabs-panel .form-actions {
  width: 12.2%;
  float: left;
  margin-top: 55px;
}
.awe-search-tabs__content .ui-tabs-panel .form-actions input {
  position: relative;
  display: block;
  background-color: #0091ea;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  line-height: normal;
  padding: 8px 15px;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-search-tabs__content .ui-tabs-panel.search-bus .form-group:nth-child(1),
.awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(1) {
  width: 40%;
}
.awe-search-tabs__content .ui-tabs-panel.search-bus .form-group:nth-child(2),
.awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(2) {
  width: 45%;
  padding-right: 64px;
}
.awe-search-tabs-2 {
  position: absolute;
  z-index: 9999;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.awe-search-tabs-2 .awe-search-tabs__content {
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.awe-search-tabs-2 .ui-tabs-nav {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.awe-search-tabs-2 .ui-tabs-nav:after {
  display: none;
}
.awe-search-tabs-2 .ui-tabs-nav li {
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
}
.awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
  padding: 0 15px;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background-color: #fff;
  line-height: 43px !important;
  border: 0;
}
.awe-search-tabs-2 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-elements,
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-actions {
  margin: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
  width: 40%;
  padding-right: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
  width: calc(20%);
  float: left;
  margin-right: 30px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) {
  width: 30%;
  padding-right: 18px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(odd) {
  padding-right: 1px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(even) {
  padding-left: 1px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
  width: 16.5%;
  padding-right: 18px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) {
  padding-right: 30px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
  width: 100%;
  margin-right: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(1) {
  width: 57%;
}
.awe-services {
  margin-bottom: 10px;
}
.awe-services h2 {
  font-weight: 400;
  font-size: 32px;
  color: #0091ea;
  line-height: 1.3em;
  margin-top: 0;
}
.awe-services .video-wrapper {
  margin-top: 30px;
}
.awe-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.awe-services__list li {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #666;
  padding: 24px 40px 24px 54px;
  border-bottom: 2px dotted #A1ADB9;
}
.awe-services__list li:last-child {
  border: 0;
}
.awe-services__list li .awe-icon-check {
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #D4D4D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  left: 0;
  color: #73BD42;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-services__list li .awe-icon-arrow-right {
  position: absolute;
  height: 34px;
  line-height: 34px;
  right: 0;
  font-size: 12px;
  color: #A6A6A6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-services__list li span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #ABABAB;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.awe-services__list li a {
  display: block;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.awe-services__list li:hover .awe-icon-check {
  background-color: #0091ea;
  border-color: #0091ea;
  color: #fff;
}
.awe-services__list li:hover .awe-icon-arrow-right {
  color: #0091ea;
}
.destination-grid-content .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.destination-grid-content .section-title h3 {
  font-size: 24px;
  font-weight: 400;
  color: #2C4661;
  line-height: 1.8em;
  margin-top: 0;
}
.destination-grid-content .section-title h3 a {
  display: inline-block;
  color: #0091ea;
  border-bottom: 1px dashed;
}
.destination-grid-content .row {
  margin: -15px;
}
.destination-grid-content .more-destination {
  position: relative;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.destination-grid-content .more-destination:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0091ea;
  opacity: .9;
  z-index: -2;
}
.destination-grid-content .more-destination:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .6;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-grid-content .more-destination a {
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
.destination-grid-content .more-destination:hover:after {
  opacity: 1;
}
.awe-masonry .awe-masonry__item {
  position: relative;
  width: 25%;
  z-index: 9;
}
.awe-masonry .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry .awe-masonry__item > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.awe-masonry .awe-masonry__item > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/overlay-gallery-62af8285c8d6f1ba053b2e29b7331814.png) no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  border: 15px solid #f7f7f7;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.awe-masonry .awe-masonry__item:hover > a:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.awe-masonry .awe-masonry__item .item-title {
  position: absolute;
  top: 30px;
  left: 30px;
}
.awe-masonry .awe-masonry__item .item-title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.awe-masonry .awe-masonry__item .item-title h2 a:hover {
  color: #0091ea;
}
.awe-masonry .awe-masonry__item .item-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.awe-masonry .awe-masonry__item .item-cat ul li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}
.awe-masonry .awe-masonry__item .item-cat ul li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #68738A;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.awe-masonry .awe-masonry__item .item-cat ul li a:hover {
  background-color: #0091ea;
  color: #fff;
}
.awe-masonry .awe-masonry__item .item-available {
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: right;
  bottom: 30px;
  right: 30px;
}
.awe-masonry .awe-masonry__item .item-available .count {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.awe-masonry.item-1 .awe-masonry__item {
  width: 100%;
}
.awe-masonry.item-1 .awe-masonry__item .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-1 .awe-masonry__item .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-2 .awe-masonry__item {
  width: 50%;
}
.awe-masonry.item-3 .awe-masonry__item {
  width: 33.3333333333%;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) {
  width: 66.6666666666%;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) {
  width: 50%;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4),
.awe-masonry.item-6 .awe-masonry__item:nth-child(5),
.awe-masonry.item-6 .awe-masonry__item:nth-child(6) {
  width: 50%;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .item-title,
.awe-masonry.item-6 .awe-masonry__item:nth-child(5) .item-title,
.awe-masonry.item-6 .awe-masonry__item:nth-child(6) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .item-available,
.awe-masonry.item-6 .awe-masonry__item:nth-child(5) .item-available,
.awe-masonry.item-6 .awe-masonry__item:nth-child(6) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .image-wrap,
.awe-masonry.item-6 .awe-masonry__item:nth-child(5) .image-wrap,
.awe-masonry.item-6 .awe-masonry__item:nth-child(6) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6),
.awe-masonry.item-7 .awe-masonry__item:nth-child(7) {
  width: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .item-title,
.awe-masonry.item-7 .awe-masonry__item:nth-child(7) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .item-available,
.awe-masonry.item-7 .awe-masonry__item:nth-child(7) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .image-wrap,
.awe-masonry.item-7 .awe-masonry__item:nth-child(7) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) {
  width: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}
.sale-flights-tabs__content .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}
.sale-flights-tabs__table {
  width: 100%;
  min-width: 650px;
  overflow: hidden;
}
.sale-flights-tabs__table tr {
  display: block;
  background-color: #fff;
  border: 0 !important;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  -moz-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sale-flights-tabs__table tr td {
  vertical-align: top;
  padding: 28px 10px;
  min-width: 98px;
}
.sale-flights-tabs__table tr td .title {
  margin-top: -4px;
}
.sale-flights-tabs__table tr td .title h3 {
  margin: 0;
  font-size: 20px;
  color: #0091ea;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sale-flights-tabs__table tr td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sale-flights-tabs__table tr td ul li {
  padding: 4px 0;
  font-size: 13px;
}
.sale-flights-tabs__table tr td ul li .from .awe-icon {
  font-size: 9px;
  margin: 0 5px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight {
  position: relative;
  padding-left: 24px;
  width: 290px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight .image-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  float: left;
  margin-right: 14px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight .td-content {
  overflow: hidden;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-depart h4,
.sale-flights-tabs__table tr .sale-flights-tabs__item-arrive h4,
.sale-flights-tabs__table tr .sale-flights-tabs__item-duration h4 {
  font-size: 13px;
  color: #222;
  margin-top: 0;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose {
  position: relative;
  padding-left: 30px;
  padding-right: 24px;
  width: 170px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  border-left: 2px dotted #ddd;
  width: 0;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose .amount {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #0091ea;
  margin-top: -10px;
  margin-bottom: 15px;
}
.sale-flights-tabs__table tr:hover {
  -webkit-box-shadow: inset 0 0 0 2px #0091ea;
  -moz-box-shadow: inset 0 0 0 2px #0091ea;
  box-shadow: inset 0 0 0 2px #0091ea;
}
.trip-flight-hotel-tabs {
  margin-bottom: 7px;
}
.trip-flight-hotel-tabs .ui-tabs-nav:after {
  display: none;
}
.trip-flight-hotel-tabs .ui-tabs-nav li .ui-tabs-anchor {
  border-bottom: 0;
  color: #67728A;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}
.trip-flight-hotel-tabs .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}
.trip-flight-hotel__table {
  min-width: 680px;
}
.trip-flight-hotel__table tbody tr {
  background-color: #fff;
  border-bottom: 5px solid #f7f7f7;
}
.trip-flight-hotel__table tbody tr .item-media {
  position: relative;
  width: 190px;
  padding: 12px 18px 12px 12px;
}
.trip-flight-hotel__table tbody tr .item-media .image-cover {
  padding-top: 63.52%;
}
.trip-flight-hotel__table tbody tr .item-media .sale {
  display: inline-block;
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  line-height: 18px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  top: 20px;
  left: 0;
  background-color: #72BF4E;
}
.trip-flight-hotel__table tbody tr .item-media .item-format {
  position: absolute;
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-media .item-format a {
  color: inherit;
}
.trip-flight-hotel__table tbody tr .item-body {
  padding: 12px 33px 12px 12px;
  vertical-align: top;
}
.trip-flight-hotel__table tbody tr .item-title {
  margin-bottom: 4px;
}
.trip-flight-hotel__table tbody tr .item-title h2 {
  font-size: 18px;
  margin: 0;
}
.trip-flight-hotel__table tbody tr .item-title h2 a {
  color: #667287;
}
.trip-flight-hotel__table tbody tr .item-description {
  font-weight: 600;
  font-size: 12px;
  color: #A5A5A5;
}
.trip-flight-hotel__table tbody tr .item-description p {
  line-height: 1.5em;
}
.trip-flight-hotel__table tbody tr .item-body-inner {
  position: relative;
  padding-right: 100px;
}
.trip-flight-hotel__table tbody tr .item-price {
  min-width: 130px;
  padding: 15px;
  text-align: center;
  background-color: transparent;
  border-left: 2px dotted #E2E2E2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-price .price {
  font-style: italic;
  font-size: 13px;
  color: #68738C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-price .price .amount {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
.trip-flight-hotel__table tbody tr .item-price a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #E2E2E2;
  padding: 0 18px;
  line-height: 24px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
}
.trip-flight-hotel__table tbody tr .item-rate {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #68738A;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr:hover .item-title h2 a {
  color: #0091ea;
}
.trip-flight-hotel__table tbody tr:hover .item-rate {
  color: #0091ea;
}
.trip-flight-hotel__table tbody tr:hover .item-price {
  background-color: #0091ea;
}
.trip-flight-hotel__table tbody tr:hover .item-price .price {
  color: #fff;
}
.trip-flight-hotel__table tbody tr:hover .item-price a {
  background-color: #fff;
  color: #0091ea;
}
/* 

.breadcrumb {
  position: relative;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  background: none;
  z-index: 9;
}
.breadcrumb:after {
  content: '';
  display: block;
  position: absolute;
  width: 20000px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.breadcrumb ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.breadcrumb ul li a {
  position: relative;
  display: block;
  color: #666;
  margin-right: 32px;
}
.breadcrumb ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #ddd;
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
  margin: auto;
  top: 0;
  bottom: 0;
  right: -25px;
}
.breadcrumb ul li a:hover {
  color: #0091ea;
}
.breadcrumb ul li:last-child a:after {
  display: none;
}
.breadcrumb ul li span {
  color: #0091ea;
}
/**/
.category-heading-content {
  padding-top: 280px;
  padding-bottom: 30px;
}
.category-heading-content.category-heading-content__2 {
  padding-top: 140px;
}
.category-heading-content > h3 {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #0091ea;
  padding: 0 16px;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0.05em;
}
.category-heading-content > h2 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #0091ea;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  padding: 0 94px 0 24px;
  line-height: 70px;
  margin: 0;
  letter-spacing: 0.25em;
}
.category-heading-content > h2 .awe-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #eee;
}
.category-heading-content .breadcrumb {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: none;
  z-index: 9;
}
.category-heading-content .find {
  text-transform: none;
}
.category-heading-content .find h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 0;
}
.category-heading-content .find form {
  margin-top: 38px;
  padding: 30px 40px;
  background-color: rgba(0, 0, 0, 0.8);
}
.category-heading-content .find .form-group {
  overflow: hidden;
  margin-bottom: 0;
}
.category-heading-content .find .form-elements {
  float: left;
}
.category-heading-content .find .form-elements:nth-child(1) {
  width: 25%;
  padding-right: 32px;
}
.category-heading-content .find .form-elements:nth-child(2) {
  width: 25%;
  padding-right: 32px;
}
.category-heading-content .find .form-elements:nth-child(3) {
  width: 16.5%;
  padding-right: 30px;
}
.category-heading-content .find .form-elements:nth-child(4) {
  width: 16.5%;
  padding-right: 40px;
}
.category-heading-content .find .form-elements:nth-child(5) {
  width: 21.3%;
  padding-right: 40px;
}
.category-heading-content .find .form-elements label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.category-heading-content .find .form-elements input,
.category-heading-content .find .form-elements select {
  line-height: 36px;
  height: 36px;
  width: 100%;
}
.category-heading-content .find .form-elements .form-item {
  position: relative;
}
.category-heading-content .find .form-elements span {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #A5A5A5;
  margin-top: 8px;
}
.category-heading-content .find .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.category-heading-content .find .form-elements .awe-select-wrapper {
  width: 100%;
}
.category-heading-content .find .form-actions {
  margin-top: 28px;
}
.category-heading-content .find .form-actions input {
  position: relative;
  display: block;
  background-color: #0091ea;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  border: 0;
  min-width: 170px;
  text-align: center;
  line-height: normal;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 4.   Footer
--------------------------------------------------------------------------------*/
#footer-page {
  background-color: #1E1E1F;
  padding-top: 60px;
  font-size: 13px;
  color: #EDEDED;
}
#footer-page .widget {
  margin-bottom: 40px;
}
#footer-page .widget h3 {
  font-weight: 700;
  font-size: 18px;
  color: #0091ea;
  margin-top: 0;
  margin-bottom: 15px;
}
#footer-page .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-page .widget_rss ul li a,
#footer-page .widget_meta ul li a,
#footer-page .widget_pages ul li a,
#footer-page .widget_nav_menu ul li a,
#footer-page .widget_categories ul li a,
#footer-page .widget_recent_entries ul li a,
#footer-page .widget_archive ul li a {
  font-size: 13px;
  color: #EDEDED;
  line-height: 1.8em;
}
#footer-page .widget_rss ul li a:hover,
#footer-page .widget_meta ul li a:hover,
#footer-page .widget_pages ul li a:hover,
#footer-page .widget_nav_menu ul li a:hover,
#footer-page .widget_categories ul li a:hover,
#footer-page .widget_recent_entries ul li a:hover,
#footer-page .widget_archive ul li a:hover {
  color: #0091ea;
}
#footer-page .widget_rss ul ul,
#footer-page .widget_meta ul ul,
#footer-page .widget_pages ul ul,
#footer-page .widget_nav_menu ul ul,
#footer-page .widget_categories ul ul,
#footer-page .widget_recent_entries ul ul,
#footer-page .widget_archive ul ul {
  margin-left: 8px;
}
#footer-page .widget_recent_comments ul li span {
  font-size: 13px;
  color: #EDEDED;
  line-height: 1.8em;
}
#footer-page .widget_recent_comments ul li span a {
  color: inherit;
}
#footer-page .widget_recent_comments ul li span a:hover {
  color: #0091ea;
}
#footer-page .widget_follow_us .widget_content p {
  font-size: 15px;
}
#footer-page .widget_follow_us .widget_content .phone {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #0091ea;
  letter-spacing: 0.02em;
}
#footer-page .awe-social {
  font-size: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 35px;
}
#footer-page .awe-social a {
  display: inline-block;
  margin: 7px;
}
#footer-page .awe-social a .fa {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
#footer-page .awe-social a:hover {
  opacity: 1 !important;
}
#footer-page .awe-social:hover a {
  opacity: .5;
}
#footer-page .awe-social .fa-twitter {
  background-color: #77CBEF;
}
#footer-page .awe-social .fa-pinterest {
  background-color: #E95554;
}
#footer-page .awe-social .fa-facebook {
  background-color: #537ABC;
}
#footer-page .awe-social .fa-youtube-play {
  background-color: #E96349;
}
#footer-page .widget_contact_info {
  position: relative;
  z-index: 9;
  padding: 46px 30px 150px 30px;
  margin-top: -100px;
  margin-right: 30px;
}
#footer-page .widget_contact_info:before,
#footer-page .widget_contact_info:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px 10px;
  border-left-color: #0091ea;
  border-bottom-color: #0091ea;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -4;
}
#footer-page .widget_contact_info:after {
  border-left-color: rgba(0, 0, 0, 0.3) !important;
  border-bottom-color: rgba(0, 0, 0, 0.3) !important;
  z-index: -3;
}
#footer-page .widget_contact_info .widget_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#footer-page .widget_contact_info .widget_background__half {
  position: absolute;
  width: 50%;
  height: 105%;
  overflow: hidden;
  top: -10%;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}
#footer-page .widget_contact_info .widget_background__half .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
#footer-page .widget_contact_info .widget_background__half:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  background-color: #0091ea;
  opacity: .85;
  z-index: 9;
}
#footer-page .widget_contact_info .widget_background__half:nth-child(2) {
  left: auto;
  right: 0;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
#footer-page .widget_contact_info .widget_background__half:nth-child(2) .bg {
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}
#footer-page .widget_contact_info .widget_content {
  color: #fff;
  margin-top: 50px;
}
#footer-page .widget_contact_info .widget_content p {
  margin-bottom: 25px;
}
#footer-page .widget_contact_info .widget_content a {
  color: inherit;
}
#footer-page .widget_contact_info .widget_content a:hover {
  color: inherit;
  text-decoration: underline;
}
#footer-page .copyright {
  text-align: center;
  padding: 20px 0;
}
/* 5.   Blog
--------------------------------------------------------------------------------*/
/* 6.   Login
--------------------------------------------------------------------------------*/
/* 7.   Contact
--------------------------------------------------------------------------------*/
/* 8.   Destination
--------------------------------------------------------------------------------*/
/* 9.   Hotel
--------------------------------------------------------------------------------*/
.page-top {
  overflow: hidden;
  margin-top: 40px;
}
.page-top .list-link {
  float: left;
  font-size: 0;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.page-top .list-link li {
  display: inline-block;
  margin: 8px 10px;
}
.page-top .list-link li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-left: 23px;
}
.page-top .list-link li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #A6A6A6;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.page-top .list-link li a:hover {
  color: #0091ea;
}
.page-top .list-link li a:hover:before {
  border-color: #0091ea;
}
.page-top .list-link li.current a {
  color: #0091ea;
}
.page-top .list-link li.current a:before {
  border-color: #0091ea;
}
.page-top .list-link li.current a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0091ea;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
}
.page-top .awe-select-wrapper {
  float: right;
}
.page-top .awe-select-wrapper .awe-select {
  min-width: 170px;
  line-height: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.filter-page {
  margin-bottom: 60px;
}
.filter-page__content {
  margin-bottom: 150px;
}
.filter-item-wrapper {
  width: 100%;
  margin-top: 37px;
}
.flight-item,
.trip-item,
.attraction-item,
.hotel-item {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 169px;
}
.flight-item .item-media,
.trip-item .item-media,
.attraction-item .item-media,
.hotel-item .item-media {
  position: relative;
  width: 30%;
  float: left;
}
.flight-item .item-media .image-cover,
.trip-item .item-media .image-cover,
.attraction-item .item-media .image-cover,
.hotel-item .item-media .image-cover {
  padding-top: 66.66%;
  overflow: hidden;
}
.flight-item .item-media .trip-icon,
.trip-item .item-media .trip-icon,
.attraction-item .item-media .trip-icon,
.hotel-item .item-media .trip-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 0;
  left: 14px;
}
.flight-item .item-body,
.trip-item .item-body,
.attraction-item .item-body,
.hotel-item .item-body {
  position: relative;
  padding: 18px 34px;
  width: 50%;
  float: left;
  overflow: hidden;
  overflow-x: auto;
}
.flight-item .item-body .item-title h2,
.trip-item .item-body .item-title h2,
.attraction-item .item-body .item-title h2,
.hotel-item .item-body .item-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.flight-item .item-body .item-title h2 a,
.trip-item .item-body .item-title h2 a,
.attraction-item .item-body .item-title h2 a,
.hotel-item .item-body .item-title h2 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
}
.flight-item .item-body .item-title h2 a:hover,
.trip-item .item-body .item-title h2 a:hover,
.attraction-item .item-body .item-title h2 a:hover,
.hotel-item .item-body .item-title h2 a:hover {
  color: #0091ea;
}
.flight-item .item-body .item-hotel-star,
.trip-item .item-body .item-hotel-star,
.attraction-item .item-body .item-hotel-star,
.hotel-item .item-body .item-hotel-star {
  font-size: 11px;
  color: #FFD34E;
}
.flight-item .item-body .item-address,
.trip-item .item-body .item-address,
.attraction-item .item-body .item-address,
.hotel-item .item-body .item-address {
  font-weight: 600;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.flight-item .item-body .item-list ul,
.trip-item .item-body .item-list ul,
.attraction-item .item-body .item-list ul,
.hotel-item .item-body .item-list ul {
  margin: 5px 0 0;
  padding-left: 16px;
  color: #666;
}
.flight-item .item-body .item-table,
.trip-item .item-body .item-table,
.attraction-item .item-body .item-table,
.hotel-item .item-body .item-table {
  width: 100%;
  min-width: 440px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 14px;
}
.flight-item .item-body .item-table thead tr th,
.trip-item .item-body .item-table thead tr th,
.attraction-item .item-body .item-table thead tr th,
.hotel-item .item-body .item-table thead tr th {
  font-weight: 600;
  color: #666;
}
.flight-item .item-body .item-table thead tr th.depart,
.flight-item .item-body .item-table thead tr th.arrive,
.flight-item .item-body .item-table thead tr th.duration,
.trip-item .item-body .item-table thead tr th.depart,
.trip-item .item-body .item-table thead tr th.arrive,
.trip-item .item-body .item-table thead tr th.duration,
.attraction-item .item-body .item-table thead tr th.depart,
.attraction-item .item-body .item-table thead tr th.arrive,
.attraction-item .item-body .item-table thead tr th.duration,
.hotel-item .item-body .item-table thead tr th.depart,
.hotel-item .item-body .item-table thead tr th.arrive,
.hotel-item .item-body .item-table thead tr th.duration {
  width: 90px;
  padding-left: 20px;
}
.flight-item .item-body .item-table tbody tr td,
.trip-item .item-body .item-table tbody tr td,
.attraction-item .item-body .item-table tbody tr td,
.hotel-item .item-body .item-table tbody tr td {
  font-weight: 600;
  vertical-align: top;
  padding: 6px 0;
}
.flight-item .item-body .item-table tbody tr td.depart,
.flight-item .item-body .item-table tbody tr td.arrive,
.flight-item .item-body .item-table tbody tr td.duration,
.trip-item .item-body .item-table tbody tr td.depart,
.trip-item .item-body .item-table tbody tr td.arrive,
.trip-item .item-body .item-table tbody tr td.duration,
.attraction-item .item-body .item-table tbody tr td.depart,
.attraction-item .item-body .item-table tbody tr td.arrive,
.attraction-item .item-body .item-table tbody tr td.duration,
.hotel-item .item-body .item-table tbody tr td.depart,
.hotel-item .item-body .item-table tbody tr td.arrive,
.hotel-item .item-body .item-table tbody tr td.duration {
  width: 90px;
  padding-left: 20px;
}
.flight-item .item-body .item-table tbody tr td ul,
.trip-item .item-body .item-table tbody tr td ul,
.attraction-item .item-body .item-table tbody tr td ul,
.hotel-item .item-body .item-table tbody tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flight-item .item-body .item-table tbody tr td ul li,
.trip-item .item-body .item-table tbody tr td ul li,
.attraction-item .item-body .item-table tbody tr td ul li,
.hotel-item .item-body .item-table tbody tr td ul li {
  display: inline-block;
}
.flight-item .item-body .item-table tbody tr td ul li .awe-icon,
.trip-item .item-body .item-table tbody tr td ul li .awe-icon,
.attraction-item .item-body .item-table tbody tr td ul li .awe-icon,
.hotel-item .item-body .item-table tbody tr td ul li .awe-icon {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.flight-item .item-body .item-table tbody tr td ul li:last-child .awe-icon,
.trip-item .item-body .item-table tbody tr td ul li:last-child .awe-icon,
.attraction-item .item-body .item-table tbody tr td ul li:last-child .awe-icon,
.hotel-item .item-body .item-table tbody tr td ul li:last-child .awe-icon {
  display: none;
}
.flight-item .item-body .item-table tbody tr td .date,
.trip-item .item-body .item-table tbody tr td .date,
.attraction-item .item-body .item-table tbody tr td .date,
.hotel-item .item-body .item-table tbody tr td .date {
  display: block;
  font-size: 11px;
  color: #666;
}
.flight-item .item-body .item-footer,
.trip-item .item-body .item-footer,
.attraction-item .item-body .item-footer,
.hotel-item .item-body .item-footer {
  margin-top: 35px;
  overflow: hidden;
}
.flight-item .item-body .item-footer .item-rate,
.trip-item .item-body .item-footer .item-rate,
.attraction-item .item-body .item-footer .item-rate,
.hotel-item .item-body .item-footer .item-rate {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #B1B1B1;
}
.flight-item .item-body .item-footer .item-icon,
.trip-item .item-body .item-footer .item-icon,
.attraction-item .item-body .item-footer .item-icon,
.hotel-item .item-body .item-footer .item-icon {
  float: right;
  color: #666;
}
.flight-item .item-body .item-footer .item-icon .awe-icon,
.trip-item .item-body .item-footer .item-icon .awe-icon,
.attraction-item .item-body .item-footer .item-icon .awe-icon,
.hotel-item .item-body .item-footer .item-icon .awe-icon {
  font-size: 13px;
  margin-left: 15px;
}
.flight-item .item-price-more,
.trip-item .item-price-more,
.attraction-item .item-price-more,
.hotel-item .item-price-more {
  position: relative;
  padding: 0 30px;
  margin: 20px 0;
  width: 20%;
  float: right;
  overflow: hidden;
}
.flight-item .item-price-more:after,
.trip-item .item-price-more:after,
.attraction-item .item-price-more:after,
.hotel-item .item-price-more:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px dotted #D4D4D4;
}
.flight-item .item-price-more .price,
.trip-item .item-price-more .price,
.attraction-item .item-price-more .price,
.hotel-item .item-price-more .price {
  position: relative;
  font-style: italic;
  font-size: 14px;
  color: #B1B1B1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-item .item-price-more .price ins,
.trip-item .item-price-more .price ins,
.attraction-item .item-price-more .price ins,
.hotel-item .item-price-more .price ins {
  text-decoration: none;
}
.flight-item .item-price-more .price .amount,
.trip-item .item-price-more .price .amount,
.attraction-item .item-price-more .price .amount,
.hotel-item .item-price-more .price .amount {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-item .item-price-more .price del,
.trip-item .item-price-more .price del,
.attraction-item .item-price-more .price del,
.hotel-item .item-price-more .price del {
  position: absolute;
  display: block;
  color: #B1B1B1;
}
.flight-item .item-price-more .price del .amount,
.trip-item .item-price-more .price del .amount,
.attraction-item .item-price-more .price del .amount,
.hotel-item .item-price-more .price del .amount {
  font-size: 14px;
  font-weight: 600;
  color: #B1B1B1;
}
.flight-item .item-price-more a,
.trip-item .item-price-more a,
.attraction-item .item-price-more a,
.hotel-item .item-price-more a {
  margin-top: 32px;
}
.flight-item:hover,
.trip-item:hover,
.attraction-item:hover,
.hotel-item:hover {
  -webkit-box-shadow: 0 0 0 2px #0091ea;
  -moz-box-shadow: 0 0 0 2px #0091ea;
  box-shadow: 0 0 0 2px #0091ea;
}
.flight-item:hover .item-body .item-title h2 a,
.trip-item:hover .item-body .item-title h2 a,
.attraction-item:hover .item-body .item-title h2 a,
.hotel-item:hover .item-body .item-title h2 a {
  color: #0091ea;
}
.flight-item:hover .item-body .item-footer ul li h6,
.trip-item:hover .item-body .item-footer ul li h6,
.attraction-item:hover .item-body .item-footer ul li h6,
.hotel-item:hover .item-body .item-footer ul li h6 {
  color: #0091ea;
}
.flight-item:hover .item-price-more .price,
.trip-item:hover .item-price-more .price,
.attraction-item:hover .item-price-more .price,
.hotel-item:hover .item-price-more .price {
  color: #0091ea;
}
.flight-item:hover .item-price-more .price .amount,
.trip-item:hover .item-price-more .price .amount,
.attraction-item:hover .item-price-more .price .amount,
.hotel-item:hover .item-price-more .price .amount {
  color: #0091ea;
}
.flight-item:hover .item-price-more .price del .amount,
.trip-item:hover .item-price-more .price del .amount,
.attraction-item:hover .item-price-more .price del .amount,
.hotel-item:hover .item-price-more .price del .amount {
  color: #B1B1B1;
}
.flight-item .item-media {
  width: 20%;
}
.flight-item .item-media .image-cover {
  padding-top: 100%;
}
.flight-item .item-media .image-cover img {
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flight-item .item-body {
  width: 60%;
}
.flight-item .item-price-more {
  padding: 10px 30px;
}
.flight-item .item-price-more .price {
  font-style: normal;
  font-size: 11px;
  color: #666;
}
.mfp-container {
  padding: 0 15px;
}
.flight-popup {
  position: relative;
  background-color: #fff;
  max-width: 970px;
  margin: 50px auto;
}
.flight-popup:after {
  content: '';
  display: table;
  clear: both;
}
.flight-popup .mfp-close {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #0091ea;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup .mfp-close:hover {
  background-color: #fff;
  color: #333;
}
.flight-popup .flight-popup__content {
  width: 62%;
  float: left;
  padding: 30px 12px 30px 30px;
}
.flight-popup .flight-popup__map-info {
  position: absolute !important;
  width: 38%;
  height: 100%;
  top: 0;
  right: 0;
}
.flight-popup-tabs .ui-tabs-nav {
  margin-right: 18px;
}
.flight-popup-tabs .ui-tabs-nav:after {
  border-bottom-width: 1px;
}
.flight-popup-tabs .ui-tabs-nav li .ui-tabs-anchor {
  font-size: 16px;
  font-weight: 400;
  color: #A6A6A6;
}
.flight-popup-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #262626;
}
.flight-popup-tabs .flight-popup__scrollbar {
  position: relative;
  overflow: hidden;
  height: 460px;
  padding-right: 18px;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 3px;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  background-color: #D4D4D4;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-x-rail {
  display: none;
  opacity: 0;
  position: absolute;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container:active > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.flight-popup-tabs .flight-popup__scrollbar.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  opacity: 1;
  visibility: visible;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider {
  margin-bottom: 26px;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .item img {
  width: 100%;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons {
  position: static;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons > div .fa {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__descriptions {
  font-size: 14px;
  color: #666;
}
.flight-popup-tabs .flight-popup__history {
  position: relative;
  margin-left: 26px;
}
.flight-popup-tabs .flight-popup__history .item {
  position: relative;
  padding-left: 40px;
  padding-bottom: 36px;
}
.flight-popup-tabs .flight-popup__history .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 4px;
  border-left: 2px solid #D4D4D4;
}
.flight-popup-tabs .flight-popup__history .item .year {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item .descriptions {
  font-size: 14px;
  color: #666;
}
.flight-popup-tabs .flight-popup__history .item .icon-active {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #D4D4D4;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item .icon-active:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0091ea;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item:hover .year {
  color: #262626;
}
.flight-popup-tabs .flight-popup__history .item:hover .icon-active {
  border-color: #0091ea;
}
.flight-popup-tabs .flight-popup__history .item:hover .icon-active:after {
  opacity: 1;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item {
  position: relative;
  background-color: #eee;
  border: 2px solid #eee;
  padding: 12px 90px 12px 72px;
  cursor: pointer;
  margin-bottom: 12px;
  counter-increment: listcountmap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:before {
  content: counter(listcountmap);
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #A5A5A5;
  width: 72px;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-media {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-media img {
  width: 100%;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-star .fa {
  font-size: 11px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-address {
  font-size: 13px;
  font-weight: 600;
  color: #A6A6A6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-rate {
  position: absolute;
  top: 10px;
  right: 12px;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-rate span {
  font-weight: 700;
  font-size: 14px;
  color: #B1B1B1;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active,
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover {
  background-color: transparent;
  border-color: #0091ea;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active .item-title h2,
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover .item-title h2 {
  color: #0091ea;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active .item-star .fa,
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover .item-star .fa {
  color: #FFD34E;
}
.flight-popup-tabs .flight-popup__gallery-row {
  margin: -5px;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item {
  padding: 0;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item .image-wrap {
  position: relative;
  z-index: 9;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item .image-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #fff;
  z-index: 9;
  pointer-events: none;
}
/* 10.   Widgetsidebar
--------------------------------------------------------------------------------*/
/* 11.   Checkout
--------------------------------------------------------------------------------*/
/* 12.   Productdetail
--------------------------------------------------------------------------------*/
/* 13.   Dark
--------------------------------------------------------------------------------*/
/* 14.   Responsive
--------------------------------------------------------------------------------*/
@media screen and (min-width: 991px), screen and (max-width: 720px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1),
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2),
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
    padding-right: 30px;
  }
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
    width: 28%;
  }
  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    width: 17.4%;
  }
  .awe-search-tabs-2 {
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: -43px;
  }
  .filter-item-wrapper {
    overflow: hidden;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flight-item,
  .trip-item,
  .attraction-item,
  .hotel-item {
    width: 44%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    box-shadow: none !important;
  }
  .landing-layout .trip-item .item-price-more {
    *zoom: 1;
    padding-bottom: 20px;
    overflow: visible;
  }
  .landing-layout .trip-item .item-price-more:before,
  .landing-layout .trip-item .item-price-more:after {
    content: " ";
    display: table;
  }
  .landing-layout .trip-item .item-price-more:after {
    clear: both;
  }
  .landing-layout .trip-item .item-price-more:before,
  .landing-layout .trip-item .item-price-more:after {
    content: " ";
    display: table;
  }
  .landing-layout .trip-item .item-price-more:after {
    clear: both;
  }
  .landing-layout .trip-item .item-price-more:before,
  .landing-layout .trip-item .item-price-more:after {
    content: " ";
    display: table;
  }
  .landing-layout .trip-item .item-price-more:after {
    clear: both;
  }
  .landing-layout .trip-item .item-price-more:before,
  .landing-layout .trip-item .item-price-more:after {
    content: " ";
    display: table;
  }
  .landing-layout .trip-item .item-price-more:after {
    clear: both;
  }
  .landing-layout .trip-item .item-price-more a.awe-btn {
    position: absolute;
    bottom: 0px;
    right: 15px;
    display: block;
    margin: 0;
  }
  .trip-item .item-list {
    height: 5.3em;
    overflow: hidden;
  }
  .sale-flights-section-demo .awe-services {
    float: left;
    margin-left: 20px;
  }
  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more,
  .flight-item .item-body,
  .trip-item .item-body,
  .attraction-item .item-body,
  .hotel-item .item-body,
  .flight-item .item-media,
  .trip-item .item-media,
  .attraction-item .item-media,
  .hotel-item .item-media {
    float: none;
    width: 100%;
  }
  .flight-item .item-price-more:after,
  .trip-item .item-price-more:after,
  .attraction-item .item-price-more:after,
  .hotel-item .item-price-more:after {
    display: none;
  }
  .flight-item .item-body .item-footer,
  .trip-item .item-body .item-footer,
  .attraction-item .item-body .item-footer,
  .hotel-item .item-body .item-footer {
    margin-top: 20px;
  }
  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more {
    margin: 10px 0 20px 0;
  }
  .travelling-block {
    padding: 35px;
  }
  .travelling-tabs__advance-filter .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .travelling-tabs__advance-filter .form-elements.form-checkin,
  .travelling-tabs__advance-filter .form-elements.form-checkout {
    width: 47%;
  }
  .travelling-tabs__advance-filter .form-elements.form-checkin {
    margin-right: 3%;
  }
  .travelling-tabs__advance-filter .form-elements.form-checkout {
    margin-left: 3%;
  }
  .destination-list__content .destinations-item .item-media .image-cover {
    padding-top: 84%;
  }
  .destination-list__content .destinations-item .item-body {
    width: 59%;
  }
  .destination-list__content .destinations-item .item-price-more {
    width: 17%;
  }
  .destination-list__content .destinations-item .item-body .item-footer ul li {
    margin-right: 30px;
  }
  .category-heading-content .find .form-elements:nth-child(1),
  .category-heading-content .find .form-elements:nth-child(2) {
    width: 21%;
    padding-right: 30px;
  }
  .category-heading-content .find .form-elements:nth-child(3) {
    width: 16%;
  }
  .category-heading-content .find .form-elements:nth-child(4) {
    width: 20%;
  }
  #reviews .rating-info .write-review {
    display: block;
    clear: both;
    float: left;
  }
  .flight-item .item-body .item-footer .item-icon,
  .trip-item .item-body .item-footer .item-icon,
  .attraction-item .item-body .item-footer .item-icon,
  .hotel-item .item-body .item-footer .item-icon {
    float: none;
    margin-top: 10px;
  }
  .flight-item .item-body .item-footer .item-rate,
  .trip-item .item-body .item-footer .item-rate,
  .attraction-item .item-body .item-footer .item-rate,
  .hotel-item .item-body .item-footer .item-rate {
    float: none;
  }
  .flight-item .item-body .item-footer .item-icon .awe-icon,
  .trip-item .item-body .item-footer .item-icon .awe-icon,
  .attraction-item .item-body .item-footer .item-icon .awe-icon,
  .hotel-item .item-body .item-footer .item-icon .awe-icon {
    margin-left: 0;
    margin-right: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
    width: 38%;
    padding-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
    width: calc(35%);
    margin-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) {
    width: 30%;
    padding-right: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(odd) {
    padding-right: 1px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(even) {
    padding-left: 1px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
    width: 14%;
    padding-right: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) {
    padding-right: 30px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
    width: 100%;
    margin-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(1) {
    width: 50%;
  }
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    width: 48%;
    margin: 0;
    margin-top: 20px;
  }
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin {
    margin-right: 2%;
  }
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    margin-left: 2%;
  }
  .product-tabs__content .ui-tabs-panel .check-availability .form-actions {
    width: 100%;
    margin-left: 0;
  }
  .awe-search-tabs__content .ui-tabs-panel.search-bus .form-group:nth-child(2),
  .awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(2) {
    width: 42%;
  }
}
@media screen and (min-width: 1100px) {
  .flight-item,
  .trip-item,
  .attraction-item,
  .hotel-item {
    width: 30%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    box-shadow: none !important;
  }
}
@media screen and (max-width: 991px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group,
  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }
  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    margin-top: 20px !important;
  }
  .awe-masonry .awe-masonry__item {
    width: 33.3333333333% !important;
  }
  #footer-page .widget_contact_info {
    margin-top: 0;
    padding: 0;
  }
  #footer-page .widget_contact_info:before,
  #footer-page .widget_contact_info:after {
    display: none;
  }
  #footer-page .widget_contact_info .widget_background {
    display: none;
  }
  .cart-content .cart-table tbody td.product-remove {
    padding-left: 40px;
  }
  .contact-page__form {
    padding-top: 60px;
  }
  .travelling-tabs__advance-filter .form-group {
    width: 100%;
    float: none;
  }
  .destination-list__content {
    width: auto;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .destination-list__content .destinations-item {
    width: calc(20%);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .destination-list__content .destinations-item .item-price-more,
  .destination-list__content .destinations-item .item-body,
  .destination-list__content .destinations-item .item-media {
    float: none;
    width: 100%;
  }
  .destination-list__content .destinations-item .item-price-more {
    padding: 0 25px 25px;
  }
  .destination-list__content .destinations-item .item-body {
    padding: 15px 25px;
  }
  .destination-list__content .destinations-item .item-price-more:after {
    display: none;
  }
  .category-heading-content .find .form-elements {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .category-heading-content.category-heading-content__2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .tabs .ui-tabs-nav li {
    background: none;
    border: 0;
    margin: 0 30px 0 0;
  }
  .tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 14px;
    line-height: 46px;
  }
  .tour-map {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .tour-map-wrapper .trips {
    margin-top: 25px;
  }
  .ticket-price {
    margin-bottom: 30px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements:nth-child(odd) {
    padding-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements:nth-child(even) {
    padding-left: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) {
    padding-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements {
    width: 50%;
    padding-bottom: 20px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(odd) {
    padding-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements:nth-child(even) {
    padding-left: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
    padding-right: 0;
  }
  .flight-item .item-media .image-cover {
    padding-top: 40%;
  }
}
@media screen and (max-width: 800px) {
  .related-post .post .post-media,
  .blog-page__content .post .post-media {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-page__content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-page__content .post {
    width: calc(20%);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-page__content.blog-single {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-page__content.blog-single .post {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .awe-search-tabs__content {
    padding: 20px;
  }
  .awe-masonry .awe-masonry__item {
    width: 50% !important;
  }
  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review,
  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review {
    display: block;
    float: none;
  }
  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review {
    margin-left: -20px;
    margin-right: -30px;
    margin-top: 15px;
  }
  #reviews .rating-info .rating-review,
  #reviews .rating-info .average-rating-review {
    display: block;
    float: none;
  }
  #reviews .rating-info .rating-review {
    margin-left: -20px;
    margin-right: -20px;
  }
  .flight-popup-tabs .flight-popup__scrollbar {
    height: 360px;
  }
  .flight-popup-tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 12px;
  }
  .room-type-popup .room-type-popup-inner,
  .sale-flight-popup {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  .filter-item-wrapper {
    overflow: hidden;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flight-item,
  .trip-item,
  .attraction-item,
  .hotel-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .cart-detail,
  .billing-info {
    width: 100%;
    float: none;
  }
  .cart-detail {
    margin-top: 30px;
  }
  .checkout-page__top .title,
  .checkout-page__top .phone {
    float: none;
  }
  .destination-list__content {
    margin-left: 0;
    margin-right: 0;
  }
  .destination-list__content .destinations-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .your-destinations .title,
  .your-destinations .your-destinations__bar {
    float: none;
    overflow: hidden;
  }
  .your-destinations .your-destinations__bar {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
  .flight-popup .flight-popup__content {
    width: 100%;
  }
  .flight-popup .flight-popup__map-info {
    position: relative !important;
    top: auto;
    right: auto;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 610px) {
  .blog-page__content {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-page__content .post {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .travelling-tabs__price .currency,
  .travelling-tabs__price .budget-level {
    width: 100%;
    float: none;
    padding: 0;
  }
  .travelling-tabs__price .currency {
    margin-top: 30px;
  }
  .category-heading-content .find h2 {
    font-size: 36px;
  }
  .product-detail__info .property-highlights .item,
  .product-detail__info .trips .item {
    width: 50%;
  }
  .awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
    min-width: 0;
  }
}
@media screen and (max-width: 570px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2) .form-elements {
    width: 100%;
    padding: 0 !important;
  }
  .awe-masonry .awe-masonry__item {
    width: 100% !important;
  }
  .post-footer > div {
    width: 100%;
    float: none;
  }
  .services-on-flight .item {
    width: 100%;
    float: none;
  }
  #reviews #comments .commentlist li .comment-box .avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #reviews .rating-info .rating-review li {
    margin-bottom: 10px;
  }
  #reviews #comments .commentlist li .comment-box .comment-body .meta strong {
    display: block;
  }
  #reviews #comments .commentlist li .comment-box .comment-body .meta time {
    float: none;
  }
  #reviews #comments .commentlist li .comment-box .comment-body .description {
    margin-top: 10px;
  }
  .awe-search-tabs {
    margin-top: 15px;
  }
  .awe-search-tabs .ui-tabs-nav {
    height: 38px;
  }
  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor {
    line-height: normal;
  }
  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }
  .awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group .form-elements {
    width: 100% !important;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .blog-heading-content h2 {
    font-size: 20px;
  }
  .category-heading-content .find h2 {
    font-size: 32px;
  }
  .blog-page__content .post .post-title h1 {
    font-size: 30px;
    line-height: 1.5em;
  }
  .about-author .image-thumb {
    float: none;
  }
  .about-author .author-info {
    margin-left: 0;
    margin-top: 20px;
  }
  #comments .commentlist .comment-author {
    float: none;
    margin-bottom: 10px;
  }
  #comments .commentlist .children {
    margin-left: 30px;
  }
  #comments .comment-abs {
    position: static;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px;
  }
  .travelling-tabs .ui-tabs-nav li {
    width: 100%;
    margin: 10px 0 0;
  }
  .travelling-tabs .ui-tabs-nav li a {
    display: block;
    width: 100%;
  }
  .travelling-tabs__advance-filter .form-group {
    padding-left: 0;
    padding-right: 0;
  }
  .travelling-tabs__advance-filter .form-elements.form-checkin,
  .travelling-tabs__advance-filter .form-elements.form-checkout {
    width: 100%;
    margin: 0;
  }
  .travelling-tabs__region .item {
    width: 50%;
    float: left;
  }
  .travelling-tabs__region .item .awe-icon {
    font-size: 50px;
  }
  .travelling-tabs__region .item span {
    font-size: 12px;
  }
  .category-heading-content .find form {
    padding: 20px 30px;
  }
  .login-register-page__content .content-title h2 {
    font-size: 40px;
  }
  .login-register-page__content form {
    padding: 25px 30px;
  }
  .login-register-page__content .login-register-link {
    font-size: 12px;
  }
  .product-detail__info .rating-trip-reviews .item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .category-heading-content > h2 {
    font-size: 20px;
    padding: 0 84px 0 24px;
    line-height: 60px;
  }
  .category-heading-content > h2 .awe-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .flight-item .item-body,
  .trip-item .item-body,
  .attraction-item .item-body,
  .hotel-item .item-body {
    padding: 15px 24px;
  }
  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more {
    padding: 0 24px;
  }
  .search-box .form-search .form-item input {
    padding: 0 25px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
  }
  .awe-search-tabs {
    margin-top: 10px;
  }
  .awe-search-tabs .ui-tabs-nav {
    height: 34px;
    padding: 0 10px;
  }
  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
    width: 36px;
    height: 34px;
    line-height: 34px;
  }
  .heading-content h2 {
    font-size: 24px;
  }
  .heading-content p {
    font-size: 18px;
  }
  .destination-grid-content .section-title h3 {
    font-size: 18px;
  }
  .sale-flight-popup,
  .room-type-popup .room-type-popup-inner {
    padding: 20px;
  }
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 20px;
  }
  .travelling-block .title h2 {
    font-size: 24px;
  }
  .travelling-block {
    padding: 15px;
  }
  .purpose-slider {
    padding: 0 25px;
  }
  .destination-list__content .destinations-item .item-body .item-footer ul li {
    margin-bottom: 10px;
  }
}
/* 15.   Revolution slider
--------------------------------------------------------------------------------*/
#slider-revolution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.slider-caption-sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
.slider-caption-sub.slider-caption-sub-1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 28px;
}
.slider-caption-sub.slider-caption-sub-3 {
  font-size: 26px;
  font-family: 'Open Sans';
}
.slider-caption {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato';
  line-height: 1;
}
.slider-caption small {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Hind';
  font-size: 30px;
  color: #fff;
  line-height: 1.15em;
}
.slider-caption.slider-caption-1 {
  font-weight: bold;
}
.slider-caption.slider-caption-2 {
  font-weight: bold;
  font-size: 80px;
}
.slider-caption.slider-caption-3 {
  font-size: 80px;
}
.slider-icon {
  padding: 5px 0;
  display: inline-block;
}
.awe-btn.awe-btn-slider {
  font-size: 14px;
  padding: 10px 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
/* Gofar colors replace */
.landing-layout .hero-section {
  min-height: 80px;
}
.landing-layout .hero-section .carousel-dots {
  bottom: 15px;
}
@media screen and (max-width: 480px) {
  .landing-layout .hero-section .carousel-dots {
    bottom: 10px;
  }
}
.landing-layout .hero-section .carousel a.banner img {
  margin: 0 auto;
  width: 100%;
}
.landing-layout .search-section .ui-tabs-panel > h2 {
  margin-left: 10px;
  margin-bottom: 20px;
}
.landing-layout .search-section .main-search {
  margin-bottom: 10px;
}
.landing-layout .search-section .main-search .input {
  margin-top: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.landing-layout .search-section .main-search .input input {
  padding-top: 0;
}
.landing-layout .search-section .awe-btn {
  display: inline-block;
  background-color: #f58a00;
  border-color: #f58a00;
  border-radius: 0;
  color: white;
  height: 48px;
  padding: 10px 40px;
}
.landing-layout .masonry-section-demo {
  margin: 50px 0;
}
.landing-layout .banners-section {
  margin: 50px 0;
}
.landing-layout .banners-section .carousel {
  max-width: 940px;
  margin: 0 auto;
}
.landing-layout .awe-services__list li a {
  overflow: visible;
  margin-top: 5px;
}
.landing-layout .awe-services__list li span {
  display: inline;
  text-overflow: inherit;
  overflow: visible;
}
.landing-layout .awe-services__list li b {
  font-size: 1.2em;
}
.landing-layout .featured-offer-boxes .offer-box {
  margin: 0 1% 1% 0;
  display: inline-block;
  width: 49%;
}
.landing-layout .sale-flights-section-demo {
  margin-top: 50px;
  margin-bottom: 50px;
}
.landing-layout .sale-flights-section-demo .sale-flights-tabs .content-title h3 {
  color: #2C7FC0;
  font-size: 1.4em;
  font-weight: normal;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #ddd;
  margin-bottom: 20px;
}
.landing-layout .trip-item {
  position: relative;
}
.landing-layout .trip-item .online-booking-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: -14px;
  right: 10px;
  background-color: #28b536;
  color: white;
  height: 28px;
  padding: 0 14px;
  letter-spacing: 0.2px;
  border-radius: 16px;
  font-size: 0.9em;
  z-index: 100;
}
.landing-layout .trip-item .discount {
  display: block;
  position: absolute;
  background-color: #de2024;
  color: white;
  font-size: 1.3em;
  top: 13px;
  padding: 13px 18px;
}
.landing-layout .trip-item .item-list li {
  list-style-type: disc;
  margin-bottom: 3px;
}
.landing-layout .trip-item .item-location {
  display: block;
}
.landing-layout .trip-item .item-location h3 {
  font-size: 0.9em;
  font-weight: normal;
  color: #B1B1B1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.landing-layout .trip-item .offer-duration-persons {
  color: black;
  display: inline-block;
  margin-top: 15px;
  padding: 0;
}
.landing-layout .trip-item .offer-duration-persons .col {
  padding: 5px;
}
.landing-layout .trip-item .item-price-more .price ins .amount {
  color: black;
  font-size: 1.8em;
}
.landing-layout .trip-item .item-price-more .price del .amount {
  font-size: 1.4em;
}
.landing-layout .trip-item .item-price-more .price .amount .eur-converted-price {
  margin-left: 0.5em;
  font-size: 10px;
  font-style: normal;
  color: #333;
}
.landing-layout .trip-item .item-price-more a.awe-btn {
  display: inline-block;
  margin-top: 60px;
  background-color: #f58a00;
  border-color: #f58a00;
  border-radius: 0;
  color: white;
  padding: 10px 20px;
}
.landing-layout .trip-item .item-icon span {
  margin: 0 4px;
}
.landing-layout .partners-section {
  background: white;
}
.landing-layout .partners-section .partner-logos {
  height: 160px;
  background: white center center no-repeat;
  background-image: url(images/partner-logos-47c510c47751329c5e5faf932503bf9b.png);
  background-size: contain;
}
.awe-masonry__item .bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.awe-masonry .awe-masonry__item.destination-grid-item .item-available {
  bottom: 30px !important;
  right: 30px !important;
}
.awe-masonry .awe-masonry__item.destination-grid-item .item-available .count {
  display: inline;
}
#footer-page .widget h3 {
  text-transform: uppercase;
}
#footer-page .logo a {
  display: block;
  height: 60px;
  background: url('images/logo-cb583895169d53f92ed185dbb8f1c789.png') no-repeat top left;
  background-size: contain;
  margin-top: 15px;
  text-indent: -9999px;
}
#footer-page .widget_contact_info .widget_content {
  margin-top: 20px;
}
#footer-page .newsletter-subscribe {
  margin: 15px 0;
  display: inline-block;
  padding: 5px 10px;
  background: #2C7FC0;
  color: white;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 0.9em;
}
#footer-page .newsletter-subscribe:hover {
  background: #4a98d5;
}
#footer-page .social-icons i {
  margin: 10px 0.3em 10px 0;
  font-size: 2em;
}
.scroll-to-top {
  background-color: #f58a00;
  padding: 20px;
  border-radius: 40px;
  -webkit-box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.23);
  z-index: 10000000;
}
.scroll-to-top i {
  color: white;
  font-size: 1.2em;
}
.bg-transparent,
a.link-overlay,
.sidebar-HotelSearch .search-results .result a.link-overlay {
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEAAAAALAAAAAABAAEAAAI=);
  background-repeat: repeat;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* use border box sizing to allow easier width calculations with broders and paddings */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
input {
  font: 14px 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.hide {
  display: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pointer {
  cursor: pointer;
}
.relative {
  position: relative;
}
/* 
clearfix helper for parent elements to wrap around / contain child floats
can be used as a mixin in less with:

.clearfix;

*/
.clearfix,
.container,
.container-fluid,
.row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: white;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px white, 0 0 5px white;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 5px;
  right: 5px;
}
#nprogress .spinner-icon {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: white;
  border-left-color: white;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row {
  position: relative;
  width: 100%;
  margin: auto;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.column {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 20px;
}
.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666667%;
}
.col-12 {
  width: 100%;
}
body {
  margin: 0;
  background-color: #f7f7f7;
  display: block;
}
.page-container,
.landing-layout {
  *zoom: 1;
  padding-top: 80px;
  position: relative;
  right: 0;
  -moz-transition: right 0.3s linear;
  -webkit-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  transition: right 0.3s linear;
}
.page-container:before,
.landing-layout:before,
.page-container:after,
.landing-layout:after {
  content: " ";
  display: table;
}
.page-container:after,
.landing-layout:after {
  clear: both;
}
.page-container:before,
.landing-layout:before,
.page-container:after,
.landing-layout:after {
  content: " ";
  display: table;
}
.page-container:after,
.landing-layout:after {
  clear: both;
}
.page-container:before,
.landing-layout:before,
.page-container:after,
.landing-layout:after {
  content: " ";
  display: table;
}
.page-container:after,
.landing-layout:after {
  clear: both;
}
.page-container:before,
.landing-layout:before,
.page-container:after,
.landing-layout:after {
  content: " ";
  display: table;
}
.page-container:after,
.landing-layout:after {
  clear: both;
}
@media (max-width: 768px) {
  .page-container,
  .landing-layout {
    padding-top: 110px;
  }
}
.page-container.show-menu,
.landing-layout.show-menu {
  right: 250px;
}
.page-container.layout-minimal {
  padding-top: 0;
}
a {
  color: #277fbf;
}
.tiktok-icon {
  fill: #2C7FC0;
  transform: translateY(2px);
}
.tiktok-icon:hover {
  fill: #88bbe4;
}
a.brand {
  display: inline-block;
  height: 40px;
  background: url('images/logo-cb583895169d53f92ed185dbb8f1c789.png') no-repeat center center;
  background-size: contain;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  position: relative;
  z-index: 10;
  width: 100px;
  height: 60px;
}
@media (max-width: 768px) {
  a.brand {
    position: absolute;
    top: -18px;
    left: 0px;
    height: 17px;
    width: 70px;
  }
  .layout-minimal a.brand {
    position: static;
    top: 0;
    left: 0;
    margin: 10px 15px;
  }
}
@media (max-width: 768px) {
  a.megabon-classic-back {
    display: none;
  }
}
.headers-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 768px) {
  .headers-container {
    position: absolute;
  }
}
.navigation-top-header {
  height: 20px;
  padding: 0 5px;
  color: white;
  background-color: #266BA1;
}
.navigation-top-header a {
  color: white;
  text-decoration: none;
}
.navigation-top-header a:hover {
  text-decoration: underline;
}
.navigation-top-header a i.fa {
  margin: 0 5px;
}
.navigation-top-header .contact {
  color: #ccc;
  position: relative;
  float: right;
  margin-right: 30px;
}
.navigation-top-header .contact .email {
  margin-right: 30px;
}
@media (max-width: 900px) {
  .navigation-top-header .contact {
    display: none;
  }
}
.navigation-top-header .user-menu {
  float: right;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .navigation-top-header .user-menu {
    width: auto;
  }
  .navigation-top-header .user-menu span.user {
    display: none;
  }
}
.navigation-top-header .user-menu .dropdown-toggle {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.navigation-top-header .user-menu .dropdown-toggle i.fa {
  margin-right: 5px;
}
.navigation-top-header .user-menu .dropdown-toggle:hover {
  text-decoration: underline;
}
.navigation-top-header .user-menu .dropdown {
  position: absolute;
  min-width: 140px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  top: 100%;
  background: #266BA1;
  left: -15px;
  z-index: 10;
}
@media (max-width: 600px) {
  .navigation-top-header .user-menu .dropdown {
    left: auto;
    right: -5px;
  }
}
.navigation-top-header .user-menu .dropdown ul li.separator {
  border-top: 1px solid #1e5682;
}
.navigation-top-header .user-menu .dropdown ul a {
  padding: 8px 25px 8px 10px;
  text-decoration: none;
  display: block;
}
.navigation-top-header .user-menu .dropdown ul a:hover {
  background: #4a98d5;
}
.navigation-top-header .newsletter-subscribe {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .navigation-top-header .newsletter-subscribe {
    width: auto;
    margin-right: 15px;
  }
  .navigation-top-header .newsletter-subscribe span {
    display: none;
  }
}
@media (max-width: 320px) {
  .navigation-top-header .newsletter-subscribe {
    margin-right: 5px;
  }
}
.navigation-top-header .locale-select {
  float: right;
  position: relative;
  color: white;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .navigation-top-header .locale-select {
    width: 25px;
    margin-right: 30px;
  }
  .navigation-top-header .locale-select > span,
  .navigation-top-header .locale-select i {
    display: none;
  }
}
.navigation-top-header .locale-select .selected {
  padding: 0 15px;
  line-height: 20px;
  cursor: pointer;
}
.navigation-top-header .locale-select .selected:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .navigation-top-header .locale-select .selected {
    width: auto;
    margin-right: 60px;
  }
  .navigation-top-header .locale-select .selected span {
    display: none;
  }
}
.navigation-top-header .locale-select .selected.open {
  background: #2C7FC0;
}
.navigation-top-header .locale-select .selected i.fa {
  margin: 0 8px;
}
.navigation-top-header .locale-select ul {
  background: #266BA1;
  display: none;
  border: 1px solid #226497;
  border-top: 0;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
@media (max-width: 600px) {
  .navigation-top-header .locale-select ul {
    left: auto;
    right: -60px;
  }
}
.navigation-top-header .locale-select ul.open {
  display: block;
}
.navigation-top-header .locale-select ul a {
  display: block;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
.navigation-top-header .locale-select ul a:hover {
  background: #4a98d5;
}
.navigation-top-header .locale-select i.flag {
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url('images/flags-73c1221b1f4b6237b351a7eaf5da7789.png') no-repeat;
}
.navigation-top-header .locale-select i.flag.en {
  background-position: 0 0;
}
.navigation-top-header .locale-select i.flag.sl {
  background-position: -16px 0;
}
.navigation-top-header .locale-select i.flag.hr {
  background-position: -32px 0;
}
.navigation-top-header .locale-select i.flag.sr {
  background-position: -48px 0;
}
.navigation-top-header .locale-select i.flag.bs {
  background-position: -80px 0;
}
.navigation-top-header .locale-select i.flag.me {
  background-position: -64px 0;
}
.navigation-top-header .feedback {
  float: right;
  margin-right: 30px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .navigation-top-header .feedback {
    margin-right: 20px;
  }
  .navigation-top-header .feedback span {
    display: none;
  }
}
@media (max-width: 320px) {
  .navigation-top-header .feedback {
    margin-right: 10px;
  }
}
.navigation-main-header {
  height: 60px;
  background: #2C7FC1;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .navigation-main-header {
    height: 90px;
  }
}
.navigation-main-header .menu-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  padding-left: 130px;
  padding-right: 500px;
}
@media (max-width: 768px) {
  .navigation-main-header .menu-holder {
    padding-right: 50%;
  }
}
@media (max-width: 414px) {
  .navigation-main-header .menu-holder {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .navigation-main-header .menu-holder {
    padding-right: 33%;
  }
}
.sidebar-wide .navigation-main-header .menu-holder {
  padding-right: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .navigation-main-header .menu-holder {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .navigation-main-header .menu-holder {
    padding-left: 120px;
  }
}
@media (max-width: 768px) {
  .navigation-main-header .menu-holder {
    width: 100%;
    padding: 0;
    height: 30px;
  }
}
.navigation-main-header ul.menu {
  display: block;
  *zoom: 1;
  overflow-x: hidden;
  color: white;
  list-style: none;
}
@media (max-width: 768px) {
  .navigation-main-header ul.menu {
    white-space: nowrap;
  }
}
.navigation-main-header ul.menu:before,
.navigation-main-header ul.menu:after {
  content: " ";
  display: table;
}
.navigation-main-header ul.menu:after {
  clear: both;
}
.navigation-main-header ul.menu:before,
.navigation-main-header ul.menu:after {
  content: " ";
  display: table;
}
.navigation-main-header ul.menu:after {
  clear: both;
}
.navigation-main-header ul.menu:before,
.navigation-main-header ul.menu:after {
  content: " ";
  display: table;
}
.navigation-main-header ul.menu:after {
  clear: both;
}
.navigation-main-header ul.menu:before,
.navigation-main-header ul.menu:after {
  content: " ";
  display: table;
}
.navigation-main-header ul.menu:after {
  clear: both;
}
@media (max-width: 1049px) {
  .navigation-main-header ul.menu > li > a span {
    display: none;
  }
}
@media (max-width: 768px) {
  .navigation-main-header ul.menu > li > a span {
    display: inline;
  }
}
.navigation-main-header ul.menu li {
  float: left;
}
@media (max-width: 768px) {
  .navigation-main-header ul.menu li {
    display: inline-block;
    float: none;
  }
}
.navigation-main-header ul.menu li a {
  display: inline-block;
  padding: 0px 12px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9em;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media (max-width: 768px) {
  .navigation-main-header ul.menu li a {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .navigation-main-header ul.menu li a {
    font-size: 0.8em;
    padding: 0px 8px;
  }
}
.navigation-main-header ul.menu li a:hover {
  border-bottom: 6px solid white;
}
.navigation-main-header ul.menu li a:active {
  border-bottom: 0;
}
.navigation-main-header ul.menu li a.active {
  background-color: white;
  color: #2C7FC1;
  border-bottom: 0;
}
.navigation-main-header ul.menu li a i.fa,
.navigation-main-header ul.menu li a b.icon {
  margin-right: 3px;
}
.navigation-main-header ul.menu li a b.icon {
  font-size: 1.1em;
  font-weight: bold;
}
.navigation-main-header ul.menu li a .fa-chevron-down {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  color: #ddd;
}
.navigation-main-header ul.menu ul.categories {
  display: block;
  position: absolute;
  background-color: #266BA1;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .navigation-main-header ul.menu ul.categories {
    top: 30px;
  }
}
.navigation-main-header ul.menu ul.categories li {
  float: none;
  display: block;
}
.navigation-main-header ul.menu ul.categories li a {
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: left;
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.navigation-main-header ul.menu ul.categories li a:hover {
  border-left: 6px solid white;
}
.navigation-main-header ul.menu ul.categories li a:active {
  border-left: 6px solid transparent;
}
.navigation-main-header .navigation-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  padding: 0 45px 0 10px;
}
@media (max-width: 768px) {
  .navigation-main-header .navigation-bar {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .navigation-main-header .navigation-bar {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .navigation-main-header .navigation-bar {
    width: 33%;
  }
}
.sidebar-wide .navigation-main-header .navigation-bar {
  width: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .navigation-main-header .navigation-bar {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .navigation-main-header .navigation-bar {
    width: 100%;
    top: 30px;
  }
}
.navigation-main-header .navigation-bar .left-action {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  padding-left: 15px;
  line-height: 60px;
  vertical-align: middle;
}
.navigation-main-header .navigation-bar a.left-action {
  text-decoration: none;
  white-space: nowrap;
}
.navigation-main-header .navigation-bar a.left-action:hover {
  text-decoration: underline;
}
.navigation-main-header .navigation-bar a.left-action i {
  font-size: 1.2em;
  padding: 5px;
}
.navigation-main-header .navigation-bar .right-action {
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  width: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: right;
}
.navigation-main-header .navigation-bar .right-action a.search-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: white;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  text-align: center;
  line-height: 40px;
}
.navigation-main-header .navigation-bar h1 {
  font-size: 1.5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 60px;
}
.navigation-main-header .navigation-bar h1.with-search {
  margin: 0 60px;
}
.navigation-main-header .navigation-bar .menu-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 40px;
  color: white;
  font-size: 2em;
  display: block;
  padding-top: 16px;
  padding-right: 10px;
  text-align: right;
  cursor: pointer;
}
.navigation-main-header .navigation-bar .menu-button:hover {
  color: yellow;
}
.navigation-minimal-header {
  background: #2C7FC1;
}
.map-holder {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 50%;
  background: white;
}
@media (max-width: 768px) {
  .map-holder {
    top: 110px;
    display: none !important;
  }
}
.map-holder > div {
  height: 100%;
}
.map-container {
  width: 100%;
  height: 100%;
}
.sidebar {
  position: relative;
  z-index: 1;
  float: right;
  *zoom: 1;
  background: #F2F2F2;
  width: 500px;
  background: white;
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
@media (max-width: 768px) {
  .sidebar {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .sidebar {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .sidebar {
    width: 33%;
  }
}
.sidebar-wide .sidebar {
  width: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .sidebar {
    width: 100%;
    float: none;
  }
}
.sidebar-full .sidebar {
  width: 100%;
  float: none;
}
.sidebar.sidebar-dark,
.sidebar-DestinationsList {
  background-color: #266BA1;
}
.sidebar-width {
  width: 500px;
}
@media (max-width: 768px) {
  .sidebar-width {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .sidebar-width {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .sidebar-width {
    width: 33%;
  }
}
.sidebar-wide .sidebar-width {
  width: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .sidebar-width {
    width: 100%;
    float: none;
  }
}
.sidebar-padding-right {
  padding-right: 500px;
}
@media (max-width: 768px) {
  .sidebar-padding-right {
    padding-right: 50%;
  }
}
@media (max-width: 414px) {
  .sidebar-padding-right {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .sidebar-padding-right {
    padding-right: 33%;
  }
}
.sidebar-wide .sidebar-padding-right {
  padding-right: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .sidebar-padding-right {
    padding-right: 0;
  }
}
.side-menu {
  position: fixed;
  top: 0;
  right: -250px;
  bottom: 0;
  background: black;
  overflow: auto;
  z-index: 9999;
  width: 250px;
  -moz-transition: right 0.3s linear;
  -webkit-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  transition: right 0.3s linear;
}
.side-menu.show {
  right: 0;
}
.side-menu .close {
  font-size: 2em;
  color: gray;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 12px;
}
.side-menu .close:hover {
  color: #aaa;
}
.side-menu .menu {
  margin: 00px 30px 20px 30px;
  color: white;
}
@media (max-width: 700px) {
  .side-menu .menu {
    margin: 0 20px 20px 20px;
  }
}
.side-menu .menu .row {
  margin-bottom: 10px;
}
.side-menu .menu .row .phone {
  font-size: 2em;
  color: #4a98d5;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.side-menu .menu .row .openhours {
  color: #aaa;
  font-size: 0.9em;
}
.side-menu .menu h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.side-menu .menu ul li {
  padding: 1px 0;
}
.side-menu .menu ul li a {
  text-decoration: none;
  font-size: 1em;
  color: #4a98d5;
}
.side-menu .menu ul li a:hover {
  text-decoration: underline;
}
.side-menu div.newsletter {
  margin: 30px;
}
.side-menu div.newsletter a {
  display: inline-block;
  padding: 3px 10px;
  background: #2C7FC0;
  color: white;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 0.9em;
}
.side-menu div.newsletter a:hover {
  background: #4a98d5;
}
.side-menu .social {
  margin: 40px 30px;
}
.side-menu .social a {
  display: inline-block;
  font-size: 1.5em;
  margin: 0 5px;
  width: 25px;
  text-align: center;
}
.side-menu .social a:hover {
  color: #88bbe4;
}
.static-page {
  padding: 20px 30px;
}
.static-page .content {
  margin: 0 auto;
  max-width: 960px;
}
.static-page .content > h2 {
  font-size: 1.6em;
  margin: 10px 0 20px 0;
}
.static-page .content .html h1 {
  font-size: 1.5em;
  margin: 10px 0;
  font-weight: bold;
}
.static-page .content .html h2 {
  font-size: 1.4em;
  margin: 10px 0;
  font-weight: bold;
}
.static-page .content .html h3 {
  font-size: 1.3em;
  margin: 10px 0;
  font-weight: bold;
}
.static-page .content .html h4 {
  font-size: 1.2em;
  margin: 10px 0;
  font-weight: bold;
}
.static-page .content .html h5 {
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: bold;
}
.static-page .content .html b,
.static-page .content .html strong {
  font-weight: bold;
}
.static-page .content .html i {
  font-style: italic;
}
.static-page .content .html u {
  text-decoration: underline;
}
.static-page .content .html ul,
.static-page .content .html ol {
  margin: 0.5em 0;
  padding-left: 2em;
}
.static-page .content .html ul {
  list-style: disc;
}
.static-page .content .html ol {
  list-style: decimal;
}
.static-page .content .html p {
  margin: 0.5em 0;
}
.static-page .content .html img {
  max-width: 100%;
  margin: 10px 0;
}
.static-page.theme-black {
  background: black;
  color: white;
  min-height: 100vh;
}
.static-page.theme-black-friday-2023 {
  background: #1d1d1d;
  color: white;
  min-height: 100vh;
}
.static-page.theme-mega-family-club {
  background: #4e9dca;
  color: white;
  text-align: center;
  min-height: 100vh;
}
.static-page.theme-center {
  text-align: center;
}
.static-page.theme-no-title .content h2:first-child {
  display: none;
}
#redirect {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin-top: -160px;
  margin-left: -160px;
  text-align: center;
  color: white;
}
#redirect div.megabon {
  height: 30px;
  background: url('images/logo-cb583895169d53f92ed185dbb8f1c789.png') no-repeat center center;
  background-size: contain;
}
#redirect p {
  font-size: 1em;
  padding: 30px 0;
}
#redirect p i {
  margin-right: 10px;
}
#redirect div.redirect-to {
  height: 45px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 50px;
}
#redirect div.redirect-to.skypicker {
  background-image: url('images/skypicker-5f2f8856c68ce8e35f85d9fab327fcbb.png');
}
#redirect div.redirect-to.booking {
  background-image: url('images/booking_com-c8d3e9a023baaaa517558a86f1de3602.png');
}
#redirect div.redirect-to.rentalcars {
  background-image: url('images/rentalcars-61df56ce130b7a0813ff3ca5eba88d33.png');
}
.skiing-page iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.skiing-page a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000000;
}
.overlay-enter {
  opacity: 0;
  transition: opacity .3s;
}
.overlay-enter.overlay-enter-active {
  opacity: 1;
}
.overlay-leave {
  opacity: 1;
  transition: opacity .3s;
}
.overlay-leave.overlay-leave-active {
  opacity: 0.01;
}
.splash-banner {
  position: relative;
  margin: 150px auto;
  padding: 50px;
  color: white;
  background-color: #266BA1;
  background-color: rgba(38, 107, 161, 0.95);
  max-width: 600px;
  *zoom: 1;
}
@media (max-width: 768px) {
  .splash-banner {
    margin: 30px 20px;
    padding: 20px;
  }
}
.splash-banner .close {
  position: absolute;
  color: white;
  top: 15px;
  right: 20px;
  font-size: 1.5em;
}
.splash-banner .close :hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.splash-banner h1 {
  font-size: 3em;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
}
.splash-banner h1 i {
  background: #f58a00;
  font-size: 0.4em;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  margin-left: 20px;
  position: relative;
  top: -7px;
}
.splash-banner p {
  margin: 10px 0 20px 0;
}
.splash-banner a.continue {
  font-size: 1.5em;
  color: white;
  float: right;
  text-decoration: none;
  padding: 0.3em 0.6em;
  -webkit-border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1em;
  -moz-background-clip: padding;
  border-radius: 1em;
  background-clip: padding-box;
  text-transform: uppercase;
  background: #f58a00;
}
.splash-banner a.continue i.fa {
  margin: 0 0.3em;
}
.splash-banner a.continue:hover {
  color: #f58a00;
  background-color: white;
}
.splash-banner:before,
.splash-banner:after {
  content: " ";
  display: table;
}
.splash-banner:after {
  clear: both;
}
.splash-banner:before,
.splash-banner:after {
  content: " ";
  display: table;
}
.splash-banner:after {
  clear: both;
}
.splash-banner:before,
.splash-banner:after {
  content: " ";
  display: table;
}
.splash-banner:after {
  clear: both;
}
.splash-banner:before,
.splash-banner:after {
  content: " ";
  display: table;
}
.splash-banner:after {
  clear: both;
}
.subscribe-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -175px;
  width: 350px;
  height: 550px;
  padding: 10px 30px;
  color: white;
  text-shadow: 2px 2px 5px #666;
  text-align: center;
}
.subscribe-popup.newsletter-regular {
  background: #2C7FC0 url('images/newsletter-bg-314d280eabec54f527a184f8b02de327.jpg');
  background-size: cover;
  position: relative;
}
.subscribe-popup.newsletter-regular #recaptcha {
  transform: scale(0.96666667);
  margin: 10px 0px 5px;
  display: inline-block !important;
}
.subscribe-popup.newsletter-regular #recaptcha div {
  width: 100% !important;
}
.subscribe-popup.newsletter-regular #recaptcha iframe {
  width: 100% !important;
  border-radius: 4px;
}
.subscribe-popup.newsletter-regular h1 {
  font-size: 2.5em;
  font-weight: bold;
  text-shadow: 3px 3px 7px #666;
}
.subscribe-popup.newsletter-regular p {
  font-size: 1.2em;
}
.subscribe-popup.newsletter-regular .bottom-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-popup.newsletter-regular .input-group label {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.subscribe-popup.newsletter-regular input {
  width: 290px;
  padding: 15px;
  border-radius: 4px;
  border: 0;
  color: #2C7FC0;
  font-size: 1em;
  margin: 5px 0;
}
.subscribe-popup.newsletter-regular select {
  width: 290px;
  height: 40px;
}
.subscribe-popup.newsletter-regular .privacy-policy {
  margin-top: 10px;
  color: white;
}
.subscribe-popup.newsletter-regular .privacy-policy a {
  color: white;
  text-decoration: underline;
}
.subscribe-popup.newsletter-regular button {
  width: 100%;
  background: #f58a00;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
}
.subscribe-popup.newsletter-regular button.success {
  background: #3FA24D;
  outline: none;
  cursor: text;
}
.subscribe-popup.newsletter-new-users {
  background: #2C7FC0 url('images/newsletter-new-users-2346f441d028190cf686ef5f3aa61871.png');
  background-size: cover;
}
.subscribe-popup.newsletter-new-users #recaptcha {
  transform: scale(0.96666667);
  transform-origin: 0 0;
  margin: 10px 0px 5px;
}
.subscribe-popup.newsletter-new-users #recaptcha iframe {
  border-radius: 4px;
}
.subscribe-popup.newsletter-new-users .discount-header span {
  text-transform: uppercase;
  font-size: 25px;
}
.subscribe-popup.newsletter-new-users .discount-header h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}
.subscribe-popup.newsletter-new-users h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0;
}
.subscribe-popup.newsletter-new-users .form-inputs input,
.subscribe-popup.newsletter-new-users .form-inputs button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 5px 0;
}
.subscribe-popup.newsletter-new-users .form-inputs input {
  padding: 0 10px;
  border: 1px solid #ccc;
}
.subscribe-popup.newsletter-new-users .form-inputs button {
  display: block;
  background-color: #EE001B;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  border: 0;
}
.subscribe-popup.newsletter-new-users .form-inputs button i {
  display: none;
}
.subscribe-popup.newsletter-new-users .form-inputs button.success {
  background: #3FA24D;
  outline: none;
  cursor: text;
}
.subscribe-popup.newsletter-new-users .form-inputs button.success i {
  display: inline-block;
}
.subscribe-popup.newsletter-new-users .form-inputs .no-thanks {
  margin-top: 10px;
}
.subscribe-popup.newsletter-new-users .form-inputs .no-thanks a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
}
.subscribe-popup.newsletter-new-users .notes {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
}
.subscribe-popup.newsletter-new-users .notes b {
  font-weight: 400;
  text-transform: uppercase;
}
.subscribe-popup .remove {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.3em;
  cursor: pointer;
}
.subscribe-popup .error {
  margin: 5px 0;
  color: #fff;
  background: #ee2c3c;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 85%;
}
.user-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -150px;
  width: 300px;
  height: auto;
  padding: 15px;
  color: white;
  text-align: center;
  background: #2771ab;
  border-radius: 4px;
}
.user-popup div.close {
  position: absolute;
  right: -8px;
  top: -11px;
  background: #2771ab;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 1.1em;
  cursor: pointer;
}
.user-popup div.column {
  padding: 0;
  text-align: left;
}
.user-popup div.column.forgotten {
  font-size: 0.85em;
  line-height: 40px;
  text-align: center;
}
.user-popup h4 {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #eee;
}
.user-popup input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 4px;
  font-size: 0.9em;
}
.user-popup input.invalid {
  background: #FDEBF0;
  border: 1px solid #F22A06;
}
.user-popup button {
  padding: 12px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 4px;
  color: white;
  background: #f58a00;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.user-popup button:active {
  background: #3FA24D;
}
.user-popup div.error {
  margin-bottom: 10px;
  color: #fff;
  background: #ee2c3c;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 85%;
}
.user-popup div.success {
  margin-bottom: 10px;
  color: #fff;
  background: #3FA24D;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 85%;
}
.user-popup a {
  color: #ddd;
}
.user-popup a:hover {
  text-decoration: underline;
}
.user-popup div.social-login {
  margin-top: 5px;
  border-top: 2px solid #1e5682;
}
.user-popup div.social-login .or {
  position: absolute;
  left: 89%;
  display: block;
  width: 30px;
  background: #2771ab;
  top: -25px;
  text-align: center;
  color: #1e5682;
  font-weight: bold;
}
.user-popup div.social-login .column {
  margin-top: 15px;
}
.user-popup div.social-login .column:first-child {
  padding-right: 5px;
}
.user-popup div.social-login .column:last-child {
  padding-left: 5px;
}
.user-popup div.social-login a {
  display: block;
  background: #1e5682;
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  line-height: 1.5em;
}
.user-popup div.social-login a i.fa {
  font-size: 1.5em;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.user-popup div.social-login a.google {
  background: #D95433;
}
.popup {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 60%;
  height: 60%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 20px;
  background: white;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .popup {
    width: 80%;
    height: 80%;
  }
}
.popup div.close {
  position: absolute;
  right: -8px;
  top: -11px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
  background: white;
  color: #555;
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.popup .content {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.popup .content h2 {
  font-size: 1.5em;
  margin: 8px 0;
}
.popup .content h3 {
  font-size: 1.2em;
  margin: 5px 0;
}
.popup .content p {
  margin: 5px 0;
  color: #333;
}
.popup .content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 0 15px 22px;
  color: #333;
}
.popup .content strong {
  font-weight: bold;
}
.popup.error {
  color: red;
  height: auto;
  background: #FDEBF0;
  top: 20%;
}
@media screen and (min-width: 1000px) {
  .popup.error {
    top: 150%;
  }
}
.popup.error .content {
  position: static;
  min-height: 100px;
  max-height: 500px;
}
.popup.error .content div.message {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.popup.error .content div.description {
  font-size: 0.9em;
}
.popup.pricechange {
  font-size: 1.2em;
  text-align: center;
  width: 280px;
  height: 120px;
  top: 30%;
}
@media screen and (min-width: 1000px) {
  .popup.pricechange {
    top: 150%;
  }
}
.popup.pricechange b {
  font-weight: bold;
}
.popup.pricechange button {
  display: inline-block;
  border: 0;
  padding: 5px 10px;
  background: #2C7FC0;
  color: white;
  margin-top: 10px;
  width: 100px;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  50%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%,
  70% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  50%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%,
  70% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cookie-popup {
  background: #2C7FC0;
  opacity: 0.9;
  padding: 10px 50px;
  z-index: 1000000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
}
.cookie-popup p.description {
  font-size: 0.9em;
}
.cookie-popup p {
  display: table-cell;
  vertical-align: middle;
}
.cookie-popup a {
  color: white;
  text-decoration: underline;
}
.cookie-popup a.action-button {
  display: inline-block;
  color: white;
  background: #f58a00;
  padding: 10px 15px;
  border-radius: 15px;
  margin-left: 20px;
  border: none;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 500px) {
  .cookie-popup {
    padding: 10px 10px;
  }
  .cookie-popup p {
    display: block;
    text-align: center;
  }
  .cookie-popup a.action-button {
    margin-top: 10px;
    margin-left: 0;
  }
}
body.cookie-preferences {
  background: white;
}
.cookie-preferences form h3 {
  margin-bottom: 10px;
}
.cookie-preferences label {
  padding: 5px;
  cursor: pointer;
}
.viber-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -175px;
  width: 350px;
  height: 550px;
  padding-top: 60px;
  color: white;
  text-shadow: 2px 2px 5px #666;
  text-align: center;
  background: #2C7FC0 url('images/viber-popup-5497a97c93d0346b6786ecbb48e89c85.png');
  background-size: cover;
}
.viber-popup .clickable-area {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.viber-popup .remove {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.3em;
  cursor: pointer;
}
.zoom-image {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.zoom-image .zoom-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.zoom-image:hover .zoom-image-holder,
.link-overlay:hover ~ .zoom-image .zoom-image-holder {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
a.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.photo-box {
  display: block;
  width: 50%;
  float: left;
  height: 150px;
  color: white;
  position: relative;
  overflow: hidden;
}
.photo-box.large {
  width: 100%;
}
.photo-box .zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-box .content-box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 50px 10px 10px 10px;
  bottom: 0;
}
.photo-box .content-box h3 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
  overflow: hidden;
}
.photo-box .content-box h3 a {
  color: white;
  text-decoration: none;
}
.photo-box .content-box h3 a:hover {
  text-decoration: underline;
}
.photo-box .content-box h4 {
  font-size: 0.9em;
  font-weight: lighter;
}
.photo-box span.min-price {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 12px;
  background-color: #f58a00;
  padding: 4px 15px;
  border-radius: 15px;
  font-size: 0.9em;
  font-weight: 700;
}
.slider .horizontal-slider {
  width: 100%;
  height: 38px;
}
.slider .handle {
  font-size: 0.9em;
  text-align: center;
  background-color: black;
  color: white;
  cursor: pointer;
}
.slider .handle.active {
  background-color: grey;
}
.slider .bar {
  position: relative;
  background: #2771ab;
}
.slider .bar.bar-1 {
  background: #f58a00;
}
.slider .bar.bar-2 {
  background: #2771ab;
}
.slider .horizontal-slider .bar {
  top: 10px;
  height: 5px;
}
.slider .horizontal-slider .handle {
  top: 0px;
  width: 15px;
  height: 25px;
  line-height: 25px;
  font-size: 0;
  border-radius: 25px;
  background-color: #eeeeee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hero {
  display: block;
  padding: 35px;
  color: white;
}
.hero h1 {
  font-size: 1.6em;
  font-weight: normal;
}
.hero h2 {
  font-size: 1.6em;
  font-weight: lighter;
}
.breadcrumbs {
  color: white;
  background-color: #2C7FC1;
  padding: 15px;
}
.breadcrumbs a {
  color: white;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb {
  margin: 0 5px;
}
.image-header {
  height: 300px;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
}
.image-header .titles {
  position: absolute;
  padding: 50px 25px 25px 20px;
  width: 100%;
  bottom: 0;
}
.image-header .titles h3 {
  font-size: 3.5em;
  font-weight: lighter;
  line-height: 1.3em;
  margin-left: -3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-header .titles h3 a {
  color: white;
  text-decoration: none;
}
.image-header .titles h3 a:hover {
  text-decoration: underline;
}
.image-header .titles h4 {
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.expandable-text {
  position: relative;
  overflow: hidden;
  -moz-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  font-size: 1em;
  line-height: 1.5em;
  max-height: 6em;
}
.expandable-text p {
  margin-top: 1.5em;
}
.expandable-text p:first-child {
  margin-top: 0;
}
.expandable-text.expanded {
  max-height: 1800px;
}
.expandable-text a.expand {
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1em;
}
.expandable-text a.expand:before {
  display: block;
  content: "";
  position: absolute;
  left: -2em;
  width: 2em;
  height: 1.5em;
}
.sidebar .expandable-text {
  margin: 15px 15px;
}
.sidebar .expandable-text b {
  font-weight: bold;
}
a.banner {
  display: block;
}
a.banner img {
  display: block;
  max-width: 100%;
}
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel .carousel-track {
  white-space: nowrap;
  position: relative;
  width: 0;
}
.carousel .carousel-track.transition {
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.carousel .carousel-track a.banner {
  display: block;
  float: left;
}
.carousel .carousel-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.carousel .carousel-dots li {
  display: inline-block;
  margin: 0 6px;
}
.carousel .carousel-dots li i {
  color: white;
  font-size: 0.8em;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .carousel-prev,
.carousel .carousel-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
  line-height: 100%;
}
.carousel .carousel-prev:hover i,
.carousel .carousel-next:hover i {
  color: #f58a00;
  opacity: 1;
}
.carousel .carousel-prev i,
.carousel .carousel-next i {
  color: white;
  opacity: 0.8;
  font-size: 1.5em;
  position: absolute;
  top: 45%;
}
.carousel .carousel-prev {
  left: 0;
}
.carousel .carousel-prev i {
  left: 10px;
}
.carousel .carousel-prev,
.carousel .carousel-next {
  right: 0;
}
.carousel .carousel-prev i,
.carousel .carousel-next i {
  right: 10px;
}
.carousel i.fa:hover {
  color: #f58a00;
  opacity: 1;
}
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-gradient,
.photo-box .content-box,
.image-header .titles,
.map-container .marker-popup.destination .info,
.map-container .marker-popup.offer .info,
.map-container .marker-popup.locations .info,
.sidebar-HotelSearch .search-results .result .content-box {
  background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, #2b6a9f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 153, 153, 0)), color-stop(100%, #2b6a9f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, #2b6a9f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(153, 153, 153, 0) 0%, #2b6a9f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(153, 153, 153, 0) 0%, #2b6a9f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, #2b6a9f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#2b6a9f', GradientType=0);
  /* IE6-9 */
}
.gradient-transparent-to-white-horizontal,
.expandable-text a.expand:before {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.filter-input {
  height: 30px;
  border-radius: 3px;
  color: #2C7FC0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-input.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.filter-input .clear {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.filter-input .icon {
  margin-right: 8px;
  color: #C1DAEC;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.filter-input .text {
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.section-header {
  padding: 20px 10px 20px 25px;
  width: 100%;
  background: #f6f6f6;
  display: table;
  vertical-align: middle;
}
.section-header h3 {
  display: table-cell;
  font-size: 1.6em;
  color: #f58a00;
  vertical-align: middle;
}
.section-header .action {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.section-header .action a {
  background-color: #f58a00;
  color: white;
  line-height: 2.5em;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  padding: 0.2em 1em;
  -webkit-border-radius: 2em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2em;
  -moz-background-clip: padding;
  border-radius: 2em;
  background-clip: padding-box;
}
.section-header .action a i.fa {
  margin-left: 0.5em;
}
.section-header .action a:hover {
  background: #ff9610;
}
.filter-dropdown {
  z-index: 3;
  position: absolute;
  background: #205C8A;
  margin-top: 10px;
  min-width: 200px;
  right: 0;
  display: none;
  color: #BFD0DE;
}
.filter-dropdown.open {
  display: block;
}
.calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar .nav {
  text-align: center;
  margin: 5px 0 10px 0;
  font-size: 22px;
  font-weight: 200;
}
.calendar .nav .column {
  padding-left: 0;
  padding-right: 0;
}
.calendar .nav .title {
  font-size: 19px;
  border-radius: 15px;
  cursor: pointer;
  padding: 3px 10px;
}
.calendar .nav .title:hover {
  background: #358cd1;
  color: white;
}
.calendar table.days {
  table-layout: fixed;
  width: 100%;
}
.calendar table.days th {
  font-weight: bold;
  font-size: 12px;
  color: #eeeeee;
  padding: 12px 0;
  text-transform: uppercase;
}
.calendar table.days td {
  text-align: center;
  padding: 2px 0;
  color: #ddd;
  font-size: 12px;
}
.calendar table.days td.other-month {
  color: #638BAE;
}
.calendar table.months {
  table-layout: fixed;
  width: 100%;
}
.calendar table.months td {
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  color: #cccccc;
}
.calendar table.days td div,
.calendar table.months td div {
  padding: 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
.calendar table.days td div.now,
.calendar table.months td div.now {
  background: #1D517D;
}
.calendar table.days td div.disabled,
.calendar table.months td div.disabled {
  color: #638BAE;
}
.calendar table.days td div:not(.disabled):hover,
.calendar table.months td div:not(.disabled):hover {
  background: #358cd1;
  color: white;
}
.calendar table.days td div.selected,
.calendar table.months td div.selected,
.calendar table.days td div:not(.disabled):active,
.calendar table.months td div:not(.disabled):active {
  background: #f58a00;
  color: white;
}
.calendar table.days td div.selected:hover,
.calendar table.months td div.selected:hover,
.calendar table.days td div:not(.disabled):active:hover,
.calendar table.months td div:not(.disabled):active:hover {
  background: #f58a00;
}
.calendar table.days td div.selected.first,
.calendar table.months td div.selected.first {
  border-radius: 15px 0 0 15px;
}
.calendar table.days td div.selected.middle,
.calendar table.months td div.selected.middle {
  border-radius: 0;
}
.calendar table.days td div.selected.last,
.calendar table.months td div.selected.last {
  border-radius: 0 15px 15px 0;
}
.calendar .status-bar {
  text-align: center;
  font-weight: 200;
  font-size: 12px;
  padding: 5px 10px 0 10px;
}
.calendar .status-bar .select-to {
  color: #ffa229;
  font-weight: bold;
}
.price-filter {
  position: relative;
}
.price-filter .input {
  height: 30px;
  border-radius: 3px;
  color: #2C7FC0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.price-filter .input.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.price-filter .input .clear {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.price-filter .input .icon {
  margin-right: 8px;
  color: #C1DAEC;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.price-filter .input .text {
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.price-filter .dropdown {
  z-index: 3;
  position: absolute;
  background: #205C8A;
  margin-top: 10px;
  min-width: 200px;
  right: 0;
  display: none;
  color: #BFD0DE;
}
.price-filter .dropdown.open {
  display: block;
}
.price-filter .dropdown ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.price-filter .dropdown ul.tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #1D517D;
  padding: 10px 20px;
  color: #C8CED5;
  font-size: 11px;
  border-color: #38658A;
  border-width: 0 1px 1px 0;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.price-filter .dropdown ul.tabs li:first-child {
  border-left: 0;
}
.price-filter .dropdown ul.tabs li:last-child {
  border-right: 0;
}
.price-filter .dropdown ul.tabs li:hover {
  background: #205C8A;
}
.price-filter .dropdown ul.tabs li.selected,
.price-filter .dropdown ul.tabs li:active {
  background: #205C8A;
  color: #E6ECEF;
}
.price-filter .dropdown ul.tabs li.selected {
  border-bottom: 0;
}
.price-filter .dropdown .content {
  padding: 10px;
}
.price-filter .dropdown .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.price-filter .dropdown .content ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.price-filter .dropdown .content ul li:hover {
  background: #2C7FC1;
  color: white;
}
.price-filter .dropdown .content ul li.selected,
.price-filter .dropdown .content ul li:active {
  background: #f58a00;
  color: white;
}
.price-filter .dropdown .content .slider {
  margin-top: 10px;
  position: relative;
}
.price-filter .dropdown .content .slider .column {
  padding: 0 10px;
}
.price-filter .dropdown .content .slider .column:first-child {
  padding-left: 0;
}
.price-filter .dropdown .content .slider .column:last-child {
  padding-right: 0;
}
.price-filter .dropdown .content .slider .column.from-to {
  padding: 0;
}
.price-filter .dropdown .content .slider input {
  width: 50px;
  padding: 3px 10px;
  height: 25px;
  text-align: center;
}
.price-filter .dropdown .content .slider button {
  background: #2C7FC0;
  border: 0;
  color: white;
  padding: 0px 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  float: right;
}
.duration-filter {
  position: relative;
}
.duration-filter .input {
  height: 30px;
  border-radius: 3px;
  color: #2C7FC0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.duration-filter .input.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.duration-filter .input .clear {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.duration-filter .input .icon {
  margin-right: 8px;
  color: #C1DAEC;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.duration-filter .input .text {
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.duration-filter .dropdown {
  z-index: 3;
  position: absolute;
  background: #205C8A;
  margin-top: 10px;
  min-width: 200px;
  right: 0;
  display: none;
  color: #BFD0DE;
}
.duration-filter .dropdown.open {
  display: block;
}
.duration-filter .dropdown ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.duration-filter .dropdown ul.tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #1D517D;
  padding: 10px 20px;
  color: #C8CED5;
  font-size: 11px;
  border-color: #38658A;
  border-width: 0 1px 1px 0;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.duration-filter .dropdown ul.tabs li:first-child {
  border-left: 0;
}
.duration-filter .dropdown ul.tabs li:last-child {
  border-right: 0;
}
.duration-filter .dropdown ul.tabs li:hover {
  background: #205C8A;
}
.duration-filter .dropdown ul.tabs li.selected,
.duration-filter .dropdown ul.tabs li:active {
  background: #205C8A;
  color: #E6ECEF;
}
.duration-filter .dropdown ul.tabs li.selected {
  border-bottom: 0;
}
.duration-filter .dropdown .content {
  padding: 10px;
}
.duration-filter .dropdown .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.duration-filter .dropdown .content ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.duration-filter .dropdown .content ul li:hover {
  background: #2C7FC1;
  color: white;
}
.duration-filter .dropdown .content ul li.selected,
.duration-filter .dropdown .content ul li:active {
  background: #f58a00;
  color: white;
}
.duration-filter .dropdown .content .slider {
  margin-top: 10px;
  position: relative;
}
.duration-filter .dropdown .content .slider .column {
  padding: 0 10px;
}
.duration-filter .dropdown .content .slider .column:first-child {
  padding-left: 0;
}
.duration-filter .dropdown .content .slider .column:last-child {
  padding-right: 0;
}
.duration-filter .dropdown .content .slider .column.from-to {
  padding: 0;
}
.duration-filter .dropdown .content .slider input {
  width: 50px;
  padding: 3px 10px;
  height: 25px;
  text-align: center;
}
.duration-filter .dropdown .content .slider button {
  background: #2C7FC0;
  border: 0;
  color: white;
  padding: 0px 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  float: right;
}
.persons-filter {
  position: relative;
}
.persons-filter .input {
  height: 30px;
  border-radius: 3px;
  color: #2C7FC0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.persons-filter .input.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.persons-filter .input .clear {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.persons-filter .input .icon {
  margin-right: 8px;
  color: #C1DAEC;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.persons-filter .input .text {
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.persons-filter .dropdown {
  z-index: 3;
  position: absolute;
  background: #205C8A;
  margin-top: 10px;
  min-width: 200px;
  right: 0;
  display: none;
  color: #BFD0DE;
}
.persons-filter .dropdown.open {
  display: block;
}
.persons-filter .dropdown ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.persons-filter .dropdown ul.tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #1D517D;
  padding: 10px 20px;
  color: #C8CED5;
  font-size: 11px;
  border-color: #38658A;
  border-width: 0 1px 1px 0;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.persons-filter .dropdown ul.tabs li:first-child {
  border-left: 0;
}
.persons-filter .dropdown ul.tabs li:last-child {
  border-right: 0;
}
.persons-filter .dropdown ul.tabs li:hover {
  background: #205C8A;
}
.persons-filter .dropdown ul.tabs li.selected,
.persons-filter .dropdown ul.tabs li:active {
  background: #205C8A;
  color: #E6ECEF;
}
.persons-filter .dropdown ul.tabs li.selected {
  border-bottom: 0;
}
.persons-filter .dropdown .content {
  padding: 10px;
}
.persons-filter .dropdown .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.persons-filter .dropdown .content ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.persons-filter .dropdown .content ul li:hover {
  background: #2C7FC1;
  color: white;
}
.persons-filter .dropdown .content ul li.selected,
.persons-filter .dropdown .content ul li:active {
  background: #f58a00;
  color: white;
}
.persons-filter .dropdown .content .slider {
  margin-top: 10px;
  position: relative;
}
.persons-filter .dropdown .content .slider .column {
  padding: 0 10px;
}
.persons-filter .dropdown .content .slider .column:first-child {
  padding-left: 0;
}
.persons-filter .dropdown .content .slider .column:last-child {
  padding-right: 0;
}
.persons-filter .dropdown .content .slider .column.from-to {
  padding: 0;
}
.persons-filter .dropdown .content .slider input {
  width: 50px;
  padding: 3px 10px;
  height: 25px;
  text-align: center;
}
.persons-filter .dropdown .content .slider button {
  background: #2C7FC0;
  border: 0;
  color: white;
  padding: 0px 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  float: right;
}
.persons-filter .dropdown {
  left: 0;
}
.departure-filter {
  position: relative;
}
.departure-filter .input {
  height: 30px;
  border-radius: 3px;
  color: #2C7FC0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.departure-filter .input.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.departure-filter .input .clear {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.departure-filter .input .icon {
  margin-right: 8px;
  color: #C1DAEC;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.departure-filter .input .text {
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.departure-filter .dropdown {
  z-index: 3;
  position: absolute;
  background: #205C8A;
  margin-top: 10px;
  min-width: 200px;
  right: 0;
  display: none;
  color: #BFD0DE;
}
.departure-filter .dropdown.open {
  display: block;
}
.departure-filter .dropdown ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.departure-filter .dropdown ul.tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #1D517D;
  padding: 10px 20px;
  color: #C8CED5;
  font-size: 11px;
  border-color: #38658A;
  border-width: 0 1px 1px 0;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.departure-filter .dropdown ul.tabs li:first-child {
  border-left: 0;
}
.departure-filter .dropdown ul.tabs li:last-child {
  border-right: 0;
}
.departure-filter .dropdown ul.tabs li:hover {
  background: #205C8A;
}
.departure-filter .dropdown ul.tabs li.selected,
.departure-filter .dropdown ul.tabs li:active {
  background: #205C8A;
  color: #E6ECEF;
}
.departure-filter .dropdown ul.tabs li.selected {
  border-bottom: 0;
}
.departure-filter .dropdown .content {
  padding: 10px;
}
.departure-filter .dropdown .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.departure-filter .dropdown .content ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.departure-filter .dropdown .content ul li:hover {
  background: #2C7FC1;
  color: white;
}
.departure-filter .dropdown .content ul li.selected,
.departure-filter .dropdown .content ul li:active {
  background: #f58a00;
  color: white;
}
.departure-filter .dropdown .content .slider {
  margin-top: 10px;
  position: relative;
}
.departure-filter .dropdown .content .slider .column {
  padding: 0 10px;
}
.departure-filter .dropdown .content .slider .column:first-child {
  padding-left: 0;
}
.departure-filter .dropdown .content .slider .column:last-child {
  padding-right: 0;
}
.departure-filter .dropdown .content .slider .column.from-to {
  padding: 0;
}
.departure-filter .dropdown .content .slider input {
  width: 50px;
  padding: 3px 10px;
  height: 25px;
  text-align: center;
}
.departure-filter .dropdown .content .slider button {
  background: #2C7FC0;
  border: 0;
  color: white;
  padding: 0px 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  float: right;
}
.departure-filter .dropdown {
  width: 380px;
}
.departure-filter .dropdown.left {
  left: 0;
}
.departure-filter .dropdown.right {
  right: 0;
}
.departure-filter .dropdown ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.departure-filter .dropdown ul.tabs li {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  background: #1D517D;
  padding: 10px 20px;
  color: #C8CED5;
  font-size: 11px;
  border-color: #38658A;
  border-width: 0 1px 1px 0;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.departure-filter .dropdown ul.tabs li:first-child {
  border-left: 0;
}
.departure-filter .dropdown ul.tabs li:last-child {
  border-right: 0;
}
.departure-filter .dropdown ul.tabs li.selected {
  background: #205C8A;
  color: #E6ECEF;
  border-bottom: 0;
}
.departure-filter .dropdown .content {
  width: 250px;
  padding: 10px;
  float: left;
}
.departure-filter .dropdown .side-options {
  width: auto;
  float: left;
  padding: 20px 10px 10px 5px;
  font-size: 0.8em;
}
.departure-filter .dropdown .side-options .option {
  color: white;
  padding: 6px 10px;
  border-radius: 15px;
  cursor: pointer;
  text-transform: uppercase;
}
.departure-filter .dropdown .side-options .option:hover {
  background: #4a98d5;
}
.departure-filter .dropdown .side-options .option.selected {
  background: #f58a00;
}
.stars-filter {
  color: white;
  font-size: 18px;
}
.stars-filter i.fa {
  padding: 0 2px;
}
.stars-filter i.fa.fa-star {
  color: yellow;
}
.stars-filter i.fa.fa-star.unselect {
  color: white;
}
.location-select {
  position: relative;
}
.location-select.left .dropdown {
  left: 0;
}
.location-select.right .dropdown {
  right: 0;
}
.location-select input[type=text] {
  padding: 5px 20px 5px 31px;
}
.location-select input[type=text]:focus {
  outline: none;
}
.location-select .icon {
  color: #C1DAEC;
  position: absolute;
  top: 9px;
  left: 10px;
}
.location-select .clear {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
  color: #2C7FC0;
}
.location-select .dropdown {
  width: 200px;
  position: absolute;
  z-index: 50;
  background: #1e5682;
  width: 300px;
  margin: 10px 0 0 0;
  color: white;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.location-select .dropdown div.not-found {
  padding: 10px;
  text-align: center;
  color: #f58a00;
  font-size: 0.9em;
}
.location-select .dropdown ul li .splitter {
  color: #f58a00;
  padding: 3px 10px;
  font-size: 0.8em;
  border-bottom: 1px solid #f58a00;
}
.location-select .dropdown ul li.selected .item {
  background: #2C7FC0;
}
.location-select .dropdown ul li .item {
  padding: 3px 10px;
  cursor: pointer;
  position: relative;
}
.location-select .dropdown ul li .item.indent {
  padding-left: 30px;
}
.location-select .dropdown ul li .item.indent::before,
.location-select .dropdown ul li .item.indent::after {
  content: '';
  position: absolute;
  left: 15px;
}
.location-select .dropdown ul li .item.indent::before {
  border-top: 1px solid #aaa;
  top: 12px;
  width: 10px;
  height: 0;
}
.location-select .dropdown ul li .item.indent::after {
  border-left: 1px solid #aaa;
  height: 100%;
  width: 0px;
  top: -12px;
}
.location-select .dropdown ul li .item.indent.first::after {
  top: 2px;
}
.location-select .dropdown ul li .item span.id {
  font-size: 0.8em;
  color: #cccccc;
}
.location-select .dropdown ul li .item span.type {
  float: right;
  color: #cccccc;
  font-size: 0.9em;
}
.location-select .dropdown ul > li .item.indent:first-child::after {
  top: 10px;
}
.location-select.open:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.weather-forecast {
  padding: 15px 0px 5px 0;
  background: #eeeeee;
  color: #2769a1;
}
.weather-forecast .currently {
  text-align: center;
  padding-right: 0px;
}
@media (max-width: 1150px) {
  .weather-forecast .currently {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 15px;
  }
}
.weather-forecast .currently .today {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}
.weather-forecast .currently .temp {
  font-size: 1.60em;
  font-weight: 400;
}
.weather-forecast .currently .temp .wi {
  font-size: 1.1em;
}
.weather-forecast .currently .summary {
  font-size: 0.8em;
  font-style: italic;
}
@media (max-width: 1150px) {
  .weather-forecast .forecast {
    width: 100%;
  }
}
.weather-forecast .forecast .day {
  width: 14%;
  display: inline-block;
  float: left;
  text-align: center;
}
.weather-forecast .forecast .day .weekDay {
  font-size: 0.90em;
  font-weight: bold;
}
.weather-forecast .forecast .wi {
  font-size: 1.1em;
  padding: 6px 0 5px 0;
}
.weather-forecast .forecast-by {
  text-align: center;
}
.weather-forecast .forecast-by a {
  font-size: 0.65em;
  text-decoration: none;
  color: #6d6e70;
  font-style: italic;
}
.flight-to {
  background: #2C7FC0;
  overflow: hidden;
  color: white;
}
.flight-to > div {
  height: 50px;
  text-align: center;
  float: left;
}
.flight-to div.icon {
  width: 28%;
  background: #226497;
  line-height: 1em;
  position: relative;
  margin-right: 6%;
}
.flight-to div.icon .icon-holder {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: white;
  margin-top: 6px;
}
.flight-to div.icon .icon-holder .fa {
  color: #2771ab;
  font-size: 1.3em;
  position: relative;
  top: 5px;
}
.flight-to div.icon span {
  font-size: 0.75em;
}
.flight-to div.icon:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #226497;
  border-width: 25px;
  margin-top: -25px;
}
@media (max-width: 800px) {
  .flight-to div.icon {
    width: 10%;
    margin-right: 6%;
  }
  .flight-to div.icon .icon-holder {
    margin-top: 12px;
  }
  .flight-to div.icon span {
    display: none;
  }
}
.flight-to div.to,
.flight-to div.price {
  width: 22%;
  padding-top: 6px;
  line-height: 1.2em;
}
.flight-to div.to span,
.flight-to div.price span {
  font-size: 0.75em;
}
.flight-to div.to strong,
.flight-to div.price strong {
  font-size: 1.25em;
}
@media (max-width: 800px) {
  .flight-to div.to {
    width: 40%;
  }
  .flight-to div.price {
    width: 20%;
  }
}
.flight-to div.check {
  width: 22%;
}
.flight-to div.check a {
  background: #f58a00;
  margin-top: 14px;
  display: inline-block;
  color: white;
  padding: 4px 15px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.9em;
}
.flight-to div.check a:hover {
  background: #dc7c00;
}
@media (max-width: 800px) {
  .flight-to div.check {
    width: 20%;
  }
  .flight-to div.check a {
    margin-top: 7px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover,
.alert .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.flashes {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 500px;
}
.fancy-checkbox {
  cursor: pointer;
}
.fancy-checkbox input[type=checkbox] {
  display: none;
}
.fancy-checkbox input[type=checkbox] ~ i.fa.checkmark:before {
  content: "\f096";
  display: inline-block;
  min-width: 1em;
}
.fancy-checkbox input[type=checkbox]:checked ~ i.fa.checkmark:before {
  content: "\f046";
}
.static-map {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.static-map img {
  max-width: 100%;
  width: 100%;
}
.link-toggle a.link-toggle-link {
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.map-container .marker-dot {
  border: 1px solid white;
  background-color: #224E7D;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  border-radius: 100%;
}
.map-container .marker-dot.small {
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
}
.map-container .marker-dot.medium {
  width: 12px;
  height: 12px;
  top: -6px;
  left: -6px;
}
.map-container .marker-dot.large {
  width: 18px;
  height: 18px;
  top: -9px;
  left: -9px;
}
.map-container .marker-image {
  background-color: white;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.map-container .marker-image.small {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
  border: 2px solid white;
  left: -20px;
  top: -20px;
}
.map-container .marker-image.medium {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  border: 3px solid white;
  left: -25px;
  top: -25px;
}
.map-container .marker-image.small,
.map-container .marker-image.medium {
  -moz-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.map-container .marker-image.small.highlight,
.map-container .marker-image.medium.highlight {
  border-color: #f58a00;
  z-index: 2;
}
.map-container .marker-popup {
  display: block;
  padding: 0;
  background: #FFFFFF;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  white-space: nowrap;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.map-container .marker-popup:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}
.map-container .marker-popup a.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.map-container .marker-image.small + .marker-popup {
  margin-bottom: 28px;
}
.map-container .marker-image.medium + .marker-popup {
  margin-bottom: 33px;
}
.map-container .marker-image + .marker-popup,
.map-container .marker-dot + .marker-popup:not(.locations) {
  z-index: 101;
}
.map-container .marker-dot.small + .marker-popup {
  margin-bottom: 12px;
}
.map-container .marker-dot.medium + .marker-popup {
  margin-bottom: 14px;
}
.map-container .marker-dot + .marker-popup.locations {
  margin-bottom: 8px;
}
.map-container .focus-circle {
  position: absolute;
  display: block;
  z-index: 3;
}
.map-container .focus-circle.destination {
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
  border-radius: 50px;
}
.map-container .focus-circle.offer {
  width: 40px;
  height: 40px;
  left: -20px;
  top: -20px;
  border-radius: 40px;
}
.map-container .marker-popup.destination,
.map-container .marker-popup.offer,
.map-container .marker-popup.locations {
  z-index: 1000;
  background: #226497;
}
.map-container .marker-popup.destination:after,
.map-container .marker-popup.offer:after,
.map-container .marker-popup.locations:after {
  border-color: #226497 transparent;
}
.map-container .marker-popup.destination .price-from,
.map-container .marker-popup.offer .price-from,
.map-container .marker-popup.locations .price-from {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f58a00;
  padding: 4px 15px;
  border-radius: 15px;
  font-size: 1.2em;
  font-weight: 700;
}
.map-container .marker-popup.destination .info,
.map-container .marker-popup.offer .info,
.map-container .marker-popup.locations .info {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.map-container .marker-popup.destination .info .more,
.map-container .marker-popup.offer .info .more,
.map-container .marker-popup.locations .info .more {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  border-radius: 30px;
  background-color: white;
  color: #f58a00;
  text-align: center;
  line-height: 30px;
  font-size: 1.5em;
  display: none;
}
.map-container .marker-popup.destination .link-overlay:hover ~ .info .more,
.map-container .marker-popup.offer .link-overlay:hover ~ .info .more,
.map-container .marker-popup.locations .link-overlay:hover ~ .info .more {
  display: block;
}
.map-container .marker-popup.destination {
  width: 320px;
  height: 200px;
}
.map-container .marker-popup.destination .zoom-image {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container .marker-popup.destination .info h4 {
  position: absolute;
  left: 18px;
  bottom: 33px;
  font-size: 2.8em;
  font-weight: 300;
}
.map-container .marker-popup.destination .info p {
  position: absolute;
  left: 18px;
  bottom: 15px;
  font-size: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.map-container .marker-popup.destination .info .more {
  bottom: 20px;
}
.map-container .marker-popup.offer {
  width: 320px;
  height: 230px;
}
.map-container .marker-popup.offer .zoom-image {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
}
.map-container .marker-popup.offer .info .more {
  bottom: 13px;
}
.map-container .marker-popup.offer .info .quantity {
  position: absolute;
  bottom: 65px;
  left: 20px;
  font-size: 1.3em;
}
.map-container .marker-popup.offer .info .quantity i.fa {
  margin-right: 3px;
}
.map-container .marker-popup.offer .info .quantity span.persons {
  margin-left: 15px;
}
.map-container .marker-popup.offer .info h4 {
  position: absolute;
  left: 18px;
  bottom: 26px;
  font-size: 1.6em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}
.map-container .marker-popup.offer .info p {
  position: absolute;
  left: 18px;
  bottom: 10px;
  font-size: 1.3em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}
.map-container .marker-popup.offer .info p i.fa {
  color: #f58a00;
  font-size: 0.9em;
}
.map-container .marker-popup.locations {
  width: 320px;
}
.map-container .marker-popup.locations .info {
  position: relative;
}
.map-container .marker-popup.locations .info ul li {
  border-bottom: 1px solid #478FC6;
}
.map-container .marker-popup.locations .info ul li:last-child {
  border: 0;
}
.map-container .marker-popup.locations .info ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 1.2em;
}
.map-container .marker-popup.locations .info ul li a i.fa {
  color: #f58a00;
  margin-right: 5px;
}
.map-container .marker-popup.locations .info ul li a span.offers {
  font-size: 0.8em;
  color: #dddddd;
}
.map-container .marker-popup.locations .info ul li a span.price {
  color: #7CA4C8;
}
.map-container .marker-popup.locations .info ul li a:hover {
  background-color: #f58a00;
}
.map-container .marker-popup.locations .info ul li a:hover span.price {
  color: white;
}
.map-container .marker-popup.locations .info ul li a:hover i.fa {
  color: #8f5100;
}
.map-container .marker-popup.locations .info ul li span.price {
  float: right;
}
.map-container .marker-popup.locations .info li.header {
  border-radius: 5px 5px 0 0;
  background-color: #2771ab;
  height: auto;
  color: #7CA4C8;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 0;
}
.map-container .marker-popup.location-hover,
.map-container .marker-popup.destination-hover {
  padding: 10px 15px;
  font-size: 1.4em;
}
.map-container .marker-popup.location-hover .info,
.map-container .marker-popup.destination-hover .info {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-container .marker-popup.location-hover .info h4,
.map-container .marker-popup.destination-hover .info h4 {
  color: #2C7FC0;
  font-weight: 400;
  white-space: nowrap;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-container .marker-popup.location-hover .info .price-from,
.map-container .marker-popup.destination-hover .info .price-from {
  color: #f58a00;
  display: inline-block;
}
.map-container .marker-popup.location-hover.inline h4,
.map-container .marker-popup.destination-hover.inline h4 {
  display: inline-block;
  overflow: visible;
}
.map-container .marker-popup.location-hover.inline .price-from,
.map-container .marker-popup.destination-hover.inline .price-from {
  margin-left: 5px;
}
.map-container .marker-popup.offer-hover {
  padding: 10px 15px;
  font-size: 1.4em;
}
.map-container .marker-popup.offer-hover .info {
  max-width: 300px;
}
.map-container .marker-popup.offer-hover .info .header {
  height: auto;
  background: none;
}
.map-container .marker-popup.offer-hover .info .header .name {
  display: table-cell;
  color: #2C7FC0;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-container .marker-popup.offer-hover .info .header .price {
  display: table-cell;
  padding-left: 5px;
  text-align: right;
  width: 100%;
  color: #f58a00;
}
.map-container .marker-popup.offer-hover .info p {
  color: #9E9E9E;
  font-size: 0.9em;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-container .flight-destination-marker:not(.disabled) {
  cursor: pointer;
}
.map-container .flight-destination-marker .marker-dot {
  color: white;
  font-size: 1.1em;
}
.map-container .flight-destination-marker .marker-dot.small {
  font-size: 0.4em;
}
.map-container .flight-destination-marker .marker-dot.medium {
  font-size: 0.8em;
}
.map-container .flight-destination-marker .marker-dot.fly-from {
  background: #666;
}
.map-container .flight-destination-marker .marker-popup {
  display: none;
  padding: 0 0 0 10px;
  margin: 0;
}
.map-container .flight-destination-marker .marker-dot.large + .marker-popup,
.map-container .flight-destination-marker .marker-dot.show + .marker-popup {
  display: block;
  margin: 0;
}
.map-container .flight-destination-marker:hover,
.map-container .flight-destination-marker.selected {
  z-index: 1000;
}
.map-container .flight-destination-marker:hover .marker-dot,
.map-container .flight-destination-marker.selected .marker-dot {
  background: #f58a00;
}
.map-container .flight-destination-marker:hover .marker-popup,
.map-container .flight-destination-marker.selected .marker-popup {
  display: block;
  margin-bottom: 0;
}
.map-container .flight-destination-marker .marker-popup {
  background: transparent;
  -webkit-transform: translate(0px, 50%);
  -moz-transform: translate(0px, 50%);
  -o-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.1em;
}
.map-container .flight-destination-marker .marker-popup:after {
  display: none;
}
.map-container .flight-destination-marker .marker-popup .info h4 {
  color: #19486d;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.map-container .flight-destination-marker .marker-popup .info .price-from {
  color: #f58a00;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 0px 3px;
}
.map-container .flight-duration {
  color: white;
  font-size: 0.9em;
  padding: 2px 3px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map-container .flight-duration.departure {
  background: #f58a00;
}
.map-container .flight-duration.return {
  background: #2C7FC0;
}
.map-container .flight-duration.departure.muted {
  background: #fbd099;
}
.map-container .flight-duration.return.muted {
  background: #abcce6;
}
.map-container .flight-stop {
  font-size: 0.9em;
  color: white;
  position: relative;
  top: 12px;
  left: -50%;
  border: 1px solid white;
}
.map-container .flight-stop .departure {
  background: #f58a00;
}
.map-container .flight-stop .return {
  background: #2C7FC0;
}
.map-container .flight-stop .stay {
  text-align: center;
  color: black;
  background: white;
}
.map-container .flight-stop div {
  padding: 2px 5px;
  white-space: nowrap;
}
.map-container .flight-stop div i.fa {
  margin-right: 3px;
}
.map-container .flight-stop div.stay {
  color: black;
}
.destinations-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.destination-detail .featured-deal h3 {
  font-size: 1em;
}
.destination-detail .content {
  margin: 10px;
}
.offer-box .title-bar {
  background-color: white;
  *zoom: 1;
  padding: 10px 15px;
}
.offer-box .title-bar:before,
.offer-box .title-bar:after {
  content: " ";
  display: table;
}
.offer-box .title-bar:after {
  clear: both;
}
.offer-box .title-bar:before,
.offer-box .title-bar:after {
  content: " ";
  display: table;
}
.offer-box .title-bar:after {
  clear: both;
}
.offer-box .title-bar:before,
.offer-box .title-bar:after {
  content: " ";
  display: table;
}
.offer-box .title-bar:after {
  clear: both;
}
.offer-box .title-bar:before,
.offer-box .title-bar:after {
  content: " ";
  display: table;
}
.offer-box .title-bar:after {
  clear: both;
}
.offer-box .title-bar .discount {
  float: right;
  color: #f58a00;
  font-weight: bold;
  font-size: 2em;
}
.offer-box .title-bar h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-box .title-bar h3 a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}
.offer-box .title-bar h3 a:hover {
  text-decoration: underline;
}
.offer-box .title-bar .location {
  font-size: 0.9em;
  color: #888888;
}
.offer-box .title-bar .location i {
  color: #f58a00;
}
.offer-box .photo-info {
  background: no-repeat center white;
  background-size: cover;
  position: relative;
  height: 200px;
}
.offer-box .photo-info .online-booking-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: -20px;
  right: 10px;
  background-color: #28b536;
  color: white;
  padding: 0 14px;
  height: 28px;
  border-radius: 16px;
  letter-spacing: 0.2px;
  font-size: 0.9em;
  z-index: 100;
}
.offer-box .photo-info a.hover-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
.offer-box .photo-info a.hover-link .hover-info {
  color: white;
}
.offer-box .photo-info a.hover-link .hover-info h4 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.offer-box .photo-info a.hover-link .hover-info ul {
  list-style: disc outside;
  font-size: 0.95em;
  padding-left: 1em;
}
.offer-box .photo-info a.hover-link .hover-info ul li {
  paddding: 1px 0;
}
.offer-box .photo-info:hover a.hover-link {
  opacity: 1;
}
.offer-box .photo-info:hover .quantity {
  opacity: 0;
}
.offer-box .photo-info .badges {
  position: absolute;
  width: 100%;
  right: 0;
  top: 10px;
  text-align: right;
}
.offer-box .photo-info .badges .badge {
  width: 30%;
  max-width: 95px;
  height: 95px;
  background: no-repeat top;
  background-size: contain;
  margin-right: 1%;
  display: inline-block;
}
.offer-box .photo-info .offer-available-coupons {
  position: absolute;
  bottom: 40px;
}
.offer-box .photo-info .quantity {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding: 5px;
}
.offer-box .photo-info .quantity > span {
  font-size: 0.8em;
  margin-left: 0.8em;
}
.offer-box .photo-info .quantity > span:first-child {
  margin-left: 0;
}
.offer-box .photo-info .quantity i {
  margin: 0 5px;
}
.offer-box .bottom-bar {
  *zoom: 1;
  background-color: white;
}
.offer-box .bottom-bar:before,
.offer-box .bottom-bar:after {
  content: " ";
  display: table;
}
.offer-box .bottom-bar:after {
  clear: both;
}
.offer-box .bottom-bar:before,
.offer-box .bottom-bar:after {
  content: " ";
  display: table;
}
.offer-box .bottom-bar:after {
  clear: both;
}
.offer-box .bottom-bar:before,
.offer-box .bottom-bar:after {
  content: " ";
  display: table;
}
.offer-box .bottom-bar:after {
  clear: both;
}
.offer-box .bottom-bar:before,
.offer-box .bottom-bar:after {
  content: " ";
  display: table;
}
.offer-box .bottom-bar:after {
  clear: both;
}
.offer-box .bottom-bar a {
  float: right;
  background: #f58a00;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5em 1em;
}
.offer-box .bottom-bar .prices {
  padding-left: 15px;
}
.offer-box .bottom-bar .prices > div {
  padding: 10px 0;
  display: inline-block;
  margin-right: 10px;
}
.offer-box .bottom-bar .prices > div.megabon {
  color: #f58a00;
}
.offer-box .bottom-bar .prices > div.regular {
  color: #ccc;
}
.offer-box .bottom-bar .prices > div b,
.offer-box .bottom-bar .prices > div s {
  display: block;
  font-size: 1.5em;
  line-height: 100%;
  margin-bottom: -0.2em;
}
.offer-box .bottom-bar .prices > div b {
  font-weight: bold;
}
.offer-box .bottom-bar .prices > div s {
  text-decoration: line-through;
}
.offer-box .bottom-bar .prices > div > span {
  font-size: 0.6em;
  text-transform: uppercase;
}
.countdown .item {
  border-radius: 5px;
  background: white;
  width: 45px;
  z-index: 3;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 2em;
  color: #333;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
}
@media (max-width: 768px) {
  .countdown .item {
    width: 40px;
  }
}
.countdown .item .unit {
  font-size: 0.5em;
  font-weight: normal;
  color: #ccc;
  text-transform: uppercase;
}
.countdown.last-day .item {
  background: black;
  color: #f58a00;
}
.countdown.last-day .days {
  display: none;
}
.offer-box .countdown {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.offer-available-coupons {
  display: inline-block;
  background: #fff;
  padding: 5px 8px;
  color: #ee2c3c;
  margin: 5px 0;
  line-height: 1;
}
.offer-available-coupons.offer-sold-out {
  background: #ed6464;
  color: #fff;
}
.offer-available-coupons span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.offer-available-coupons .number {
  font-size: 36px;
  margin-right: 5px;
}
.offer-available-coupons.offer-sold-out {
  background: #ee2c3c;
}
.offer-support-info {
  text-align: center;
  background: #F8F8F8;
  padding: 20px 100px;
  margin: 20px -20px;
}
@media (max-width: 1000px) {
  .offer-support-info {
    padding: 20px 60px;
  }
}
.offer-support-info .headline {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}
.offer-support-info .hours {
  font-size: 1em;
  color: gray;
}
.offer-support-info .phone,
.offer-support-info .email {
  display: inline-block;
  color: gray;
  font-size: 1.2em;
  margin: 10px 10px 0px 10px;
}
.offer-support-info .phone i.fa,
.offer-support-info .email i.fa {
  margin-right: 5px;
  font-size: 1.4em;
  position: relative;
  top: 3px;
}
.unavailable.offer-detail .text-info h5,
.unavailable.offer-detail .text-info li,
.unavailable.offer-detail .text-info ul.includes li:before,
.unavailable.offer-detail .text-info b,
.unavailable.offer-detail .text-info p,
.unavailable.offer-detail .text-info a,
.unavailable.offer-detail .text-info span,
.unavailable.offer-detail .text-info div {
  color: #ccc !important;
}
.sidebar-offer-detail {
  background-color: #f7f7f7;
  height: auto;
  overflow: visible;
  /* this clips the top menu items that extend right of the content area on mobile view */
  overflow-x: hidden;
}
.sidebar-offer-detail .map-holder {
  display: none !important;
}
.sidebar-offer-detail .sidebar {
  margin: 0 auto;
  width: auto;
  position: static;
  overflow: visible;
  max-width: 1100px;
  float: none;
  background-color: transparent;
}
.sidebar-offer-detail .sidebar .breadcrumbs {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sidebar-offer-detail .sidebar .breadcrumbs {
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 0;
  }
}
.offer-detail {
  background-color: white;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .offer-detail {
    padding-top: 0;
  }
}
.offer-detail .column {
  padding: 0;
}
.offer-detail .column:first-child {
  padding-right: 15px;
}
.offer-detail .column.pull-right:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.offer-detail .head {
  background-color: #2C7FC0;
  color: white;
  padding: 12px 20px;
  text-align: center;
}
.offer-detail .head h3 {
  font-size: 2em;
  margin-left: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.offer-detail .head h3 .stars {
  line-height: 0.8em;
}
.offer-detail .head h3 .stars i {
  vertical-align: middle;
  color: #ffa229;
  font-size: 0.4em;
  margin: 0 2px;
}
.offer-detail .head .stars {
  display: block;
}
.offer-detail .head h4 {
  font-size: 0.85em;
  margin-top: 0.5em;
}
.offer-detail .head h4 i.fa {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .offer-detail .head h3 {
    font-size: 1.7em;
  }
  .offer-detail .head .stars {
    display: inline-block;
    margin-left: 5px;
  }
}
.offer-detail .image-header {
  height: 280px;
}
.offer-detail .image-header .discount {
  background: #E11E24;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  top: 30px;
}
.offer-detail .image-header .badges {
  position: absolute;
  width: 100%;
  right: 0;
  top: 10px;
  text-align: right;
}
.offer-detail .image-header .badges .badge {
  width: 30%;
  max-width: 90px;
  height: 90px;
  background: no-repeat top;
  background-size: contain;
  margin-right: 1%;
  display: inline-block;
}
.offer-detail .image-header .countdown {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.offer-detail .image-header .bottom-left {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.offer-detail .image-header .extra-title {
  margin-top: 15px;
  padding: 15px 25px;
  background: #E11E24;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
}
.offer-detail .image-header .offer-available-coupons {
  margin: 0 0;
}
.offer-detail .images {
  background: #2C7FC0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.offer-detail .images a {
  width: 100px;
  height: 65px;
  background-size: cover;
  display: inline-block;
}
.offer-detail .images a .zoom-image {
  width: 100px;
  height: 65px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.offer-detail .images a:nth-child(6) ~ a {
  display: none;
}
@media (min-width: 600px) {
  .offer-detail .images a:nth-child(6) + a {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .offer-detail .images a:nth-child(7) + a {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .offer-detail .images a:nth-child(8) + a {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .offer-detail .images a:nth-child(9) + a {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .offer-detail .images a:nth-child(10) + a {
    display: inline-block;
  }
}
@media (min-width: 1100px) {
  .offer-detail .images a:nth-child(11) + a {
    display: inline-block;
  }
}
.offer-detail .info {
  overflow: hidden;
  margin: 20px 0;
  display: table;
  width: 100%;
}
.offer-detail .info .offer-duration-persons {
  width: 30%;
  border-right: 1px solid #ccc;
}
.offer-detail .info .prices {
  width: 40%;
  border-right: 1px solid #ccc;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px 8px 20px;
  text-align: left;
}
.offer-detail .info .prices b {
  font-weight: bold;
  white-space: nowrap;
}
.offer-detail .info .prices .regular {
  color: #E11E24;
  font-size: 0.9em;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .offer-detail .info .prices .regular {
    display: block;
  }
}
.offer-detail .info .prices .megabon {
  color: #f58a00;
  font-size: 1.8em;
  white-space: nowrap;
}
.offer-detail .info .prices .immediate {
  font-size: 0.85em;
  color: #3FA24D;
}
.offer-detail .info .prices .provider {
  font-size: 0.85em;
  color: #555;
}
.offer-detail .info .prices .eur-converted-price {
  font-size: 12px;
}
.offer-detail .info .buy {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 15px;
}
.offer-detail .info .buy a,
.offer-detail .info .buy span {
  display: block;
  background: #f58a00;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}
.offer-detail .info .buy .inactive {
  background: #666;
  line-height: 25px;
  padding: 6px 15px;
}
@media (min-width: 768px) {
  .offer-detail .info {
    display: block;
  }
  .offer-detail .info .offer-duration-persons .col {
    display: block;
    text-align: center;
  }
  .offer-detail .info .prices {
    border-right: none;
    text-align: center;
  }
  .offer-detail .info .prices .regular {
    display: block;
  }
  .offer-detail .info .prices .megabon {
    font-size: 2.5em;
    font-weight: bold;
  }
  .offer-detail .info .buy {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
  .offer-detail .info .buy a {
    line-height: 64px;
  }
}
.offer-detail .validities {
  background: #2C7FC0;
  color: white;
  padding: 15px 20px;
  font-size: 1em;
  text-align: center;
}
.offer-detail .validities b {
  font-weight: bold;
}
.offer-detail .text-info {
  margin: 20px;
}
.offer-detail .text-info b {
  font-weight: bold;
}
.offer-detail .text-info i {
  font-style: italic;
}
.offer-detail .text-info h5 {
  font-size: 1.4em;
}
.offer-detail .text-info hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #F2F2F2;
  margin: 20px 0;
}
.offer-detail .text-info h5.includes {
  color: #3FA24D;
}
.offer-detail .text-info ul.includes {
  list-style-type: none;
  list-style-position: inside;
  margin: 10px 0 15px 22px;
  font-size: 1.1em;
  line-height: 1.3em;
}
.offer-detail .text-info ul.includes li {
  padding: 2px 0;
}
.offer-detail .text-info ul.includes li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #3FA24D;
}
.offer-detail .text-info .expandable-text {
  margin: 15px 0;
}
.offer-detail .text-info h5.notes,
.offer-detail .text-info h5.provider {
  color: #4D4D4E;
}
.offer-detail .text-info ul.notes {
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 0 15px 22px;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #888888;
}
.offer-detail .text-info ul.notes li {
  padding: 2px 0;
}
.offer-detail .text-info p.provider {
  color: #888888;
  padding: 10px 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
.offer-detail .text-info p.provider a {
  text-decoration: none;
}
.offer-detail .other-options {
  margin: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
}
.offer-detail .other-options h5 {
  font-size: 1.4em;
  color: #3FA24D;
}
.offer-detail .payment-options {
  margin: 20px;
}
.offer-detail .payment-options h5 {
  font-size: 1.4em;
  color: #3FA24D;
}
.offer-detail .payment-options .options-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.offer-detail .payment-options .options-row .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15.4px;
  line-height: 20.02px;
  color: #333333;
}
.offer-detail .payment-options .options-row .petrol-option {
  cursor: pointer;
}
.offer-detail .payment-options .petrol-alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  border-style: solid;
  border-width: 1px;
  padding: 7px 12px;
  border-color: #f58a00;
}
.offer-detail .payment-options .petrol-alert .petrol-text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15.4px;
  line-height: 20.02px;
  color: #888888;
  margin-left: 12px;
}
.offer-detail .question-mark-icon {
  width: 20px;
  height: 20px;
}
.offer-detail .other-options a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-left: 160px;
}
.offer-detail .other-options a:hover,
.offer-detail .other-options a:active {
  background-color: #f3f3f3;
}
.offer-detail .other-options a.selected {
  background-color: #e3e3e3;
}
.offer-detail .other-options a h3 {
  font-weight: bold;
  color: #4d4d4d;
}
.offer-detail .other-options a h3 .stars {
  color: #f58a00;
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: 0.3em;
}
.offer-detail .other-options a h3 .stars i.fa {
  margin-right: 0.3em;
}
.offer-detail .other-options a .image {
  background: #ccc center no-repeat;
  background-size: cover;
  width: 140px;
  height: 90px;
}
.offer-detail .other-options a .discount {
  background: #E11E24;
  color: white;
  padding: 3px 10px;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 8px;
}
.offer-detail .other-options a .offer-duration-persons {
  color: #333333;
  padding: 5px;
}
.offer-detail .other-options a .option-validities {
  color: #333333;
}
.offer-detail .other-options a .price {
  text-align: center;
  display: inline-block;
}
.offer-detail .other-options a .price strong {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  color: #302f2f;
}
.offer-detail .other-options a .price strike {
  display: block;
  color: #797979;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: line-through;
}
.offer-detail .other-options a .price .eur-converted-price {
  font-size: 0.8em;
  color: #333;
}
.offer-detail .other-options a .action {
  display: inline-block;
  background: #f58a00;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 30px;
}
.offer-detail .other-options a:hover .action,
.offer-detail .other-options a:active .action {
  background: #dc7c00;
}
.offer-detail .other-options a .badges {
  display: block;
}
.offer-detail .other-options a .badges li {
  display: inline-block;
  margin-right: 1em;
}
.offer-detail .other-options a .badges li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  color: #3FA24D;
}
.offer-detail .other-options a .image {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  height: auto;
}
.offer-detail .other-options a .main-infos {
  display: table;
  width: 100%;
  margin: 5px 0;
}
.offer-detail .other-options a .main-infos > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.offer-detail .other-options a .main-infos .price {
  width: 100px;
}
.offer-detail .other-options a .main-infos .action-wrapper {
  width: 100px;
  text-align: right;
}
.offer-detail .other-options a.selected .main-infos .action-wrapper {
  text-align: center;
}
.offer-detail .other-options a.selected .main-infos .action-wrapper i {
  color: white;
  font-size: 2em;
}
@media (max-width: 500px) {
  .offer-detail .other-options a {
    padding-left: 0;
    padding-bottom: 55px;
  }
  .offer-detail .other-options a h3 {
    margin-bottom: 5px;
  }
  .offer-detail .other-options a .image {
    float: left;
    position: static;
    width: 48%;
    height: 100px;
    margin-right: 10px;
  }
  .offer-detail .other-options a .main-infos {
    display: inline;
    *zoom: 1;
  }
  .offer-detail .other-options a .main-infos > * {
    display: block;
  }
  .offer-detail .other-options a .main-infos .offer-duration-persons,
  .offer-detail .other-options a .main-infos .option-validities {
    float: left;
    width: 48%;
  }
  .offer-detail .other-options a .main-infos .price,
  .offer-detail .other-options a .main-infos .action-wrapper {
    width: 48%;
    position: absolute;
    bottom: 5px;
    height: 45px;
  }
  .offer-detail .other-options a .main-infos .price {
    left: 0;
  }
  .offer-detail .other-options a .main-infos .action-wrapper {
    padding-top: 5px;
    right: 0;
    text-align: right;
  }
  .offer-detail .other-options a .main-infos:before,
  .offer-detail .other-options a .main-infos:after {
    content: " ";
    display: table;
  }
  .offer-detail .other-options a .main-infos:after {
    clear: both;
  }
  .offer-detail .other-options a .main-infos:before,
  .offer-detail .other-options a .main-infos:after {
    content: " ";
    display: table;
  }
  .offer-detail .other-options a .main-infos:after {
    clear: both;
  }
  .offer-detail .other-options a .main-infos:before,
  .offer-detail .other-options a .main-infos:after {
    content: " ";
    display: table;
  }
  .offer-detail .other-options a .main-infos:after {
    clear: both;
  }
  .offer-detail .other-options a .main-infos:before,
  .offer-detail .other-options a .main-infos:after {
    content: " ";
    display: table;
  }
  .offer-detail .other-options a .main-infos:after {
    clear: both;
  }
  .offer-detail .other-options a .badges {
    clear: both;
    padding-top: 5px;
  }
}
.offer-detail .company-claims {
  margin: 15px 0;
}
.offer-detail .company-claims h5 {
  display: none;
}
.offer-detail .facts {
  margin: 20px -20px;
}
.offer-detail .facts .table {
  display: table;
  width: 100%;
  border-spacing: 40px 0;
}
@media (max-width: 450px) {
  .offer-detail .facts .table {
    border-spacing: 10px 0;
  }
}
.offer-detail .facts .table .cell {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.9em;
  color: gray;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.offer-detail .facts .table .cell b {
  display: block;
  color: #2C7FC0;
  font-size: 1.85em;
}
@media (min-width: 768px) {
  .offer-detail .facts .table .cell {
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    border: none;
  }
}
.offer-detail .related-holder h5 {
  background: #f58a00;
  color: white;
  padding: 10px 20px;
  font-size: 1.1em;
}
.offer-detail .related-holder .related {
  background: #ccc;
  padding: 2% 0 0 2%;
  *zoom: 1;
}
.offer-detail .related-holder .related:before,
.offer-detail .related-holder .related:after {
  content: " ";
  display: table;
}
.offer-detail .related-holder .related:after {
  clear: both;
}
.offer-detail .related-holder .related:before,
.offer-detail .related-holder .related:after {
  content: " ";
  display: table;
}
.offer-detail .related-holder .related:after {
  clear: both;
}
.offer-detail .related-holder .related:before,
.offer-detail .related-holder .related:after {
  content: " ";
  display: table;
}
.offer-detail .related-holder .related:after {
  clear: both;
}
.offer-detail .related-holder .related:before,
.offer-detail .related-holder .related:after {
  content: " ";
  display: table;
}
.offer-detail .related-holder .related:after {
  clear: both;
}
.offer-detail .related-holder .related-box .zoom-image {
  height: 180px;
}
@media (max-width: 768px) {
  .offer-detail .column {
    width: 100%;
  }
  .offer-detail .column:first-child,
  .offer-detail .column.pull-right:first-child {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .offer-detail .offer-support-info {
    padding: 20px 20px;
  }
}
.offer-duration-persons {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.offer-duration-persons div.col {
  padding: 5px 10px;
  display: inline-block;
}
.offer-duration-persons i.fa {
  font-size: 1.4em;
}
.sidebar-Search .search-results .results {
  background-color: #ccc;
  padding-top: 1%;
  padding-left: 1%;
}
.sidebar-Search .search-results .results .offer-box {
  margin: 0 1% 1% 0;
  display: inline-block;
  width: 49%;
}
@media (max-width: 768px) {
  .sidebar-Search .search-results .results .offer-box {
    width: 99%;
  }
}
.related-box {
  width: 31%;
  float: left;
  margin: 0 2.3% 2.3% 0;
  background: white;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .related-box {
    width: 48%;
    margin: 0 2% 2% 0;
  }
}
.related-box .top {
  padding: 5px 10px;
  line-height: 1.1em;
}
.related-box .top h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-box .top h3 a {
  text-decoration: none;
  color: black;
  font-size: 1.1em;
}
.related-box .top .subtitle {
  color: gray;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-box .top .subtitle i.fa {
  color: #f58a00;
  font-size: 0.9em;
}
.related-box .top .subtitle .stars {
  margin-left: 3px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.related-box .top .subtitle .stars i.fa {
  font-size: 0.6em;
}
.related-box .zoom-image {
  width: 100%;
  height: 100px;
}
.related-box .bottom {
  padding: 5px 0px 2px 10px;
  line-height: 1.3em;
  *zoom: 1;
}
.related-box .bottom .price {
  font-size: 0.7em;
  float: left;
  margin-right: 10px;
  color: gray;
  text-transform: uppercase;
}
.related-box .bottom .price strong {
  font-size: 2em;
  display: block;
}
.related-box .bottom .price.our strong {
  color: #f58a00;
}
.related-box .bottom .price.regular {
  color: #ccc;
}
.related-box .bottom .price.regular strong {
  text-decoration: line-through;
}
.related-box .bottom:before,
.related-box .bottom:after {
  content: " ";
  display: table;
}
.related-box .bottom:after {
  clear: both;
}
.related-box .bottom:before,
.related-box .bottom:after {
  content: " ";
  display: table;
}
.related-box .bottom:after {
  clear: both;
}
.related-box .bottom:before,
.related-box .bottom:after {
  content: " ";
  display: table;
}
.related-box .bottom:after {
  clear: both;
}
.related-box .bottom:before,
.related-box .bottom:after {
  content: " ";
  display: table;
}
.related-box .bottom:after {
  clear: both;
}
.special-info-banner {
  margin: 15px 0;
  background: #0e873b;
  color: white;
  padding: 15px;
  *zoom: 1;
}
.special-info-banner i.fa {
  font-size: 2em;
  margin: 15px 25px;
}
.special-info-banner i.fa,
.special-info-banner .message {
  display: inline-block;
  vertical-align: middle;
}
.special-info-banner .message {
  width: 90%;
}
@media (max-width: 768px) {
  .special-info-banner i.fa {
    display: none;
  }
  .special-info-banner .message {
    display: block;
    width: auto;
  }
}
.special-info-banner ul {
  list-style: disc outside;
  padding-left: 2em;
}
.special-info-banner b,
.special-info-banner strong {
  font-weight: bold;
}
.special-info-banner:before,
.special-info-banner:after {
  content: " ";
  display: table;
}
.special-info-banner:after {
  clear: both;
}
.special-info-banner:before,
.special-info-banner:after {
  content: " ";
  display: table;
}
.special-info-banner:after {
  clear: both;
}
.special-info-banner:before,
.special-info-banner:after {
  content: " ";
  display: table;
}
.special-info-banner:after {
  clear: both;
}
.special-info-banner:before,
.special-info-banner:after {
  content: " ";
  display: table;
}
.special-info-banner:after {
  clear: both;
}
.eur-converted-price {
  font-weight: normal;
  display: inline;
  opacity: 0.75;
}
.show-conversion-rate {
  display: block;
  margin: 7px 0;
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
.search-form.accommodations .form {
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-form.accommodations .form input[name=query] {
  padding: 5px 10px 5px 32px;
  font-size: 1em;
}
.search-form.accommodations .form input[name=query]:focus {
  outline: none;
}
.search-form.accommodations .form .search-icon {
  position: absolute;
  color: #C1DAEC;
  top: 8px;
  left: 30px;
}
.search-form.accommodations .search-input i.action-icon {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #C1DAEC;
  cursor: pointer;
}
.search-form.accommodations .search-input input::-webkit-input-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input input:-moz-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input input::-moz-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input input:-ms-input-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input input::-moz-placeholder {
  color: #2C7FC0;
  opacity: 1;
}
.search-form.accommodations .search-input input:-ms-input-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input input::-webkit-input-placeholder {
  color: #2C7FC0;
}
.search-form.accommodations .search-input .ac-list {
  margin-left: 0;
  width: 100%;
}
.search-form.accommodations .other-filters {
  color: #226497;
  background: #F8F8F8;
  padding-bottom: 20px;
  border-bottom: 1px solid #AFAFB0;
}
.search-form.accommodations .other-filters span.label {
  display: block;
  font-size: 0.8em;
  margin: 10px 0 5px 0;
  text-transform: capitalize;
}
.search-form.accommodations .other-filters .stars-filter i.fa {
  color: #f58a00;
  position: relative;
  top: -2px;
}
.search-form.accommodations .other-filters .checks-filter .option {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  text-transform: capitalize;
}
.search-form.accommodations .other-filters .checks-filter .option i.fa {
  font-size: 0.9em;
  width: 12px;
}
.search-form.accommodations .departure-filter.accommodations {
  margin-top: 20px;
}
.search-form.accommodations .departure-filter.accommodations .dropdown {
  width: 100%;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.search-form.accommodations .departure-filter.accommodations .dropdown .column {
  padding: 0 5px;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .navigation {
  margin-top: 10px;
  text-align: center;
  font-size: 1.1em;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars {
  margin-bottom: 10px;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars .cal1 {
  padding-right: 8px;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars .cal2 {
  padding-left: 8px;
}
@media (max-width: 484px) {
  .search-form.accommodations .departure-filter.accommodations .dropdown .calendars .cal1 {
    padding-right: 5px;
  }
  .search-form.accommodations .departure-filter.accommodations .dropdown .calendars .cal2 {
    padding-left: 5px;
  }
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars table.days {
  max-width: 230px;
  margin: 0 auto;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars table.days th {
  padding: 8px 0 5px 0;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars table.days td {
  padding: 0;
  font-size: 0.75em;
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars table.days td div {
  padding: 4px 8px;
}
@media (max-width: 750px) {
  .search-form.accommodations .departure-filter.accommodations .dropdown .calendars table.days td div {
    padding: 2px 4px;
  }
}
.search-form.accommodations .departure-filter.accommodations .dropdown .calendars .other-month {
  visibility: hidden;
}
.search-form.accommodations .sticky-filters {
  padding: 0;
}
.search-form.accommodations .sticky-filters .results {
  padding: 20px;
}
.search-results.accommodations .results {
  background-color: #F2F2F2;
  padding-top: 2%;
  padding-left: 2%;
}
.property-list-item {
  width: 48%;
  float: left;
  margin: 0 2% 2% 0;
  background: white;
  height: 180px;
}
@media (max-width: 800px) {
  .property-list-item {
    width: 98%;
    height: 200px;
  }
}
.property-list-item .image {
  height: 130px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .property-list-item .image {
    height: 150px;
  }
}
.property-list-item .desc {
  width: 60%;
  float: left;
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-list-item .desc h3 a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1px 0 1px 0;
}
.property-list-item .desc .info {
  font-size: 0.8em;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.property-list-item .desc .info i.fa {
  color: #f58a00;
}
.property-list-item .desc .info .stars {
  margin-left: 2px;
  font-size: 0.6em;
  position: relative;
  top: -3px;
}
.property-list-item .action {
  width: 40%;
  float: right;
  text-align: right;
  overflow: hidden;
}
.property-list-item .action .check_prices {
  background: #f58a00;
  color: white;
  line-height: 50px;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.property-list-item .action .check_prices:hover {
  background: #dc7c00;
}
.property-list-item .action .show {
  width: 30%;
  background: #f58a00;
  color: white;
  line-height: 50px;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.property-list-item .action .show:hover {
  background: #dc7c00;
}
.property-list-item .action .show.unavailable {
  width: 30%;
  background: gray;
}
.property-list-item .action .price {
  width: 70%;
  display: inline-block;
  padding-right: 8px;
  color: #f58a00;
  font-size: 1.15em;
  line-height: 0.9em;
  position: relative;
  top: 7px;
}
.property-list-item .action .price .starting-from {
  display: block;
  font-size: 0.6em;
  color: gray;
}
.property-list-item .action .unavailable {
  width: 70%;
  display: inline-block;
  color: #aaa;
  font-size: 0.7em;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.property-detail .image-header {
  height: 300px;
}
.property-detail .image-header .titles {
  padding-bottom: 20px;
}
.property-detail .image-header .titles h3 {
  font-size: 2em;
  margin-left: 0;
}
.property-detail .image-header .titles h3 .stars {
  position: relative;
  top: -15px;
  left: 5px;
}
.property-detail .image-header .titles h3 .stars i {
  color: #ffa229;
  font-size: 0.4em;
  margin: 0 2px;
}
.property-detail .image-header .titles h4 {
  font-size: 1em;
}
.property-detail .image-header .titles h4 i.fa {
  color: #f58a00;
  margin-right: 5px;
}
.property-detail .images {
  background: #2C7FC0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.property-detail .images a {
  width: 100px;
  height: 65px;
  background-size: cover;
  display: inline-block;
}
.property-detail .images a .zoom-image {
  width: 100px;
  height: 65px;
}
.property-detail .images a:nth-child(6) ~ a {
  display: none;
}
@media (min-width: 1200px) {
  .property-detail .images a:nth-child(6) + a {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .property-detail .images a:nth-child(7) + a {
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  .property-detail .images a:nth-child(8) + a {
    display: inline-block;
  }
}
@media (min-width: 1800px) {
  .property-detail .images a:nth-child(9) + a {
    display: inline-block;
  }
}
@media (min-width: 2000px) {
  .property-detail .images a:nth-child(10) + a {
    display: inline-block;
  }
}
@media (min-width: 2200px) {
  .property-detail .images a:nth-child(11) + a {
    display: inline-block;
  }
}
.property-detail .text-info {
  margin: 20px;
}
.property-detail .text-info h5 {
  font-size: 1.4em;
}
.property-detail .text-info hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #F2F2F2;
  margin: 20px 0;
}
.property-detail .text-info .expandable-text {
  margin: 15px 0;
}
.property-detail .text-info h5.notes,
.property-detail .text-info h5.provider {
  color: #4D4D4E;
}
.property-detail .text-info p.provider {
  color: #888888;
  padding: 10px 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
.property-detail .text-info p.provider a {
  text-decoration: none;
}
.property-detail .text-info.unavailable h5,
.property-detail .text-info.unavailable li,
.property-detail .text-info.unavailable ul.includes li:before,
.property-detail .text-info.unavailable p,
.property-detail .text-info.unavailable a {
  color: #ccc;
}
.property-detail .pointer {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.property-detail .expandable-text h6 {
  font-size: 1.1em;
  margin: 8px 0 2px 0;
}
.property-detail .expandable-text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 3px 0;
  line-height: 1.2em;
}
.property-detail .availability .navigation {
  margin: 15px 0 5px 0;
  text-align: center;
}
.property-detail .availability .navigation .column {
  padding: 0;
}
.property-detail .availability .navigation .month {
  text-transform: capitalize;
  font-size: 1.2em;
  color: #888;
}
.property-detail .availability .cal1 {
  padding: 0 10px 0 0;
  text-align: center;
}
.property-detail .availability .cal2 {
  padding: 0 0 0 10px;
  text-align: center;
}
.property-detail .availability .calendar {
  max-width: 220px;
  margin: 0 auto;
}
.property-detail .availability .calendar table.days th {
  color: #666;
  padding: 8px 0 5px 0;
}
.property-detail .availability .calendar table.days div {
  padding: 2px 4px;
}
.property-detail .availability .calendar table.days div:not(.disabled):active {
  background: #01A651;
}
.property-detail .availability .calendar .other-month {
  visibility: hidden;
}
.property-detail .availability .calendar .selected {
  background: #01A651;
  color: white;
}
.property-detail .availability .calendar .selected:hover {
  background: #01A651;
}
.property-detail .availability .calendar .selected.first {
  border-radius: 15px 0 0 15px;
}
.property-detail .availability .calendar .selected.middle {
  border-radius: 0;
}
.property-detail .availability .calendar .selected.last {
  border-radius: 0 15px 15px 0;
}
.property-detail .availability .calendar .selected.available {
  color: white;
}
.property-detail .availability .calendar .selected.unavailable2 {
  background: #aaa;
}
.property-detail .availability .calendar .available {
  color: #01A651;
}
.property-detail .availability-status {
  border-bottom: 1px solid #eee;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 2em;
  color: gray;
}
.property-detail .availability-status.unavailable .column {
  background: #FDEBF0;
  color: red;
}
.property-detail .availability-status span.date {
  color: black;
}
.property-detail .availability-status i.fa {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: white;
  vertical-align: middle;
  line-height: 20px;
  margin: 0 4px;
  font-size: 0.9em;
  color: #333;
}
.property-detail .availability-status .column {
  background: #eee;
  margin-bottom: 5px;
  padding: 3px 15px;
}
.property-detail .availability-status .note {
  color: #f58a00;
}
.property-detail .availability-status .separator {
  margin: 0 10px;
  font-weight: bold;
  color: gray;
}
.property-detail .availability-status .nights {
  margin: 0 5px;
}
.property-detail .availability-status a.clear {
  float: right;
}
.property-detail .packages {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #ffefdc;
  margin-bottom: 15px;
}
.property-detail .unit.package {
  padding: 20px 20px;
}
.property-detail .unit.package .expandable-text a.expand {
  background-color: #ffefdc;
}
.property-detail .unit.package .expandable-text a.expand:before {
  display: none;
}
.property-detail .unit.package table.plans tr td {
  border-bottom: 1px solid #ffd9a8;
}
.property-detail .unit.package hr {
  border-color: #ffd9a8;
}
.property-detail .unit h4 {
  font-size: 1.3em;
  margin-bottom: 3px;
}
.property-detail .unit hr {
  margin-top: 0;
  margin-bottom: 30px;
  border-color: #ddd;
}
.property-detail .unit .zoom-image {
  width: 150px;
  height: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
.property-detail .unit .persons {
  color: #555;
  font-size: 0.8em;
}
.property-detail .unit .persons i.fa {
  margin: 0 2px;
}
.property-detail .unit .persons .max {
  margin: 0 2px;
}
.property-detail .unit .expandable-text {
  max-height: 50px;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 0px;
  font-style: italic;
  color: gray;
}
.property-detail .unit .expandable-text.expanded {
  max-height: 500px;
}
.property-detail .unit .expandable-text h6 {
  font-size: 1.1em;
  margin: 8px 0 2px 0;
}
.property-detail .unit .expandable-text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 3px 0;
  line-height: 1.2em;
}
.property-detail .unit br.clear {
  clear: both;
}
.property-detail .unit table.plans {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.property-detail .unit table.plans tr td {
  padding-bottom: 20px;
  border-bottom: 1px dotted #e5e5e5;
}
.property-detail .unit table.plans tr:last-child td {
  border: 0;
}
.property-detail .unit table.plans td {
  padding: 5px 0;
}
.property-detail .unit table.plans td.plan {
  width: 40%;
  font-size: 1em;
  line-height: 1.1em;
}
.property-detail .unit table.plans td.details {
  width: 20%;
  font-size: 0.80em;
  color: gray;
}
.property-detail .unit table.plans td.details strong {
  font-weight: bold;
  color: black;
}
.property-detail .unit table.plans td.price {
  width: 20%;
  text-align: right;
  font-size: 1.2em;
  line-height: 0.9em;
  color: #f58a00;
}
.property-detail .unit table.plans td.price .type {
  font-size: 0.6em;
  color: gray;
}
.property-detail .unit table.plans td.book {
  width: 20%;
  text-align: right;
}
.property-detail .unit table.plans td.book a.book {
  display: inline-block;
  background: #f58a00;
  padding: 4px 6px 4px 10px;
  border-radius: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: 4px;
  font-size: 0.8em;
}
.property-detail .unit table.plans td.book a.book:hover {
  background: #dc7c00;
}
@media (max-width: 920px) {
  .property-detail .unit table.plans td.book a.book span {
    display: none;
  }
}
.property-detail .unit table.plans td.book a.check {
  position: relative;
  top: 10px;
  font-size: 0.9em;
  cursor: pointer;
}
.search-link-banner {
  text-align: center;
  padding: 15px 15px;
}
.search-link-banner h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #2C7FC0;
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20%;
}
.search-link-banner p {
  margin: 15px 0;
  color: #6d6e71;
  font-size: 1.2em;
}
.search-link-banner a.action-button {
  display: inline-block;
  padding: 15px 30px;
  margin: 20px 0;
  background-color: #f58a00;
  color: white;
}
.search-link-banner ul.benefits {
  display: block;
  margin: 0 auto;
}
.search-link-banner ul.benefits li {
  display: inline-block;
  margin: 15px 25px;
  font-size: 1em;
  color: #46a146;
}
.sidebar-HotelSearch .form input[name=query] {
  padding: 5px 10px 5px 32px;
  font-size: 1em;
}
.sidebar-HotelSearch .form input[name=query]:focus {
  outline: none;
}
.sidebar-HotelSearch .form .search-icon {
  position: absolute;
  color: #C1DAEC;
  top: 8px;
  left: 30px;
}
.sidebar-HotelSearch .search-input i.action-icon {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #C1DAEC;
  cursor: pointer;
}
.sidebar-HotelSearch .search-input input::-webkit-input-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input input:-moz-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input input::-moz-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input input:-ms-input-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input input::-moz-placeholder {
  color: #2C7FC0;
  opacity: 1;
}
.sidebar-HotelSearch .search-input input:-ms-input-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input input::-webkit-input-placeholder {
  color: #2C7FC0;
}
.sidebar-HotelSearch .search-input .ac-list {
  margin-left: 0;
  width: 100%;
}
.sidebar-HotelSearch .departure-filter {
  margin-top: 20px;
}
.sidebar-HotelSearch .departure-filter .dropdown {
  width: 100%;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.sidebar-HotelSearch .departure-filter .dropdown .column {
  padding: 0 5px;
}
.sidebar-HotelSearch .departure-filter .dropdown .navigation {
  margin-top: 10px;
  text-align: center;
  font-size: 1.1em;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars {
  margin-bottom: 10px;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars .cal1 {
  padding-right: 8px;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars .cal2 {
  padding-left: 8px;
}
@media (max-width: 484px) {
  .sidebar-HotelSearch .departure-filter .dropdown .calendars .cal1 {
    padding-right: 5px;
  }
  .sidebar-HotelSearch .departure-filter .dropdown .calendars .cal2 {
    padding-left: 5px;
  }
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars table.days {
  max-width: 230px;
  margin: 0 auto;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars table.days th {
  padding: 8px 0 5px 0;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars table.days td {
  padding: 0;
  font-size: 0.75em;
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars table.days td div {
  padding: 4px 8px;
}
@media (max-width: 750px) {
  .sidebar-HotelSearch .departure-filter .dropdown .calendars table.days td div {
    padding: 2px 4px;
  }
}
.sidebar-HotelSearch .departure-filter .dropdown .calendars .other-month {
  visibility: hidden;
}
.sidebar-HotelSearch .search-results {
  padding: 2% 0 2% 2%;
}
.sidebar-HotelSearch .search-results .result {
  position: relative;
  width: 48%;
  float: left;
  margin: 0 2% 2% 0%;
  height: 150px;
  color: white;
}
.sidebar-HotelSearch .search-results .result .zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar-HotelSearch .search-results .result a.link-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sidebar-HotelSearch .search-results .result .content-box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 50px 10px 10px 10px;
  bottom: 0;
}
.sidebar-HotelSearch .search-results .result .content-box h3 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
  overflow: hidden;
}
.sidebar-HotelSearch .search-results .result .content-box h3 a {
  color: white;
  text-decoration: none;
}
.sidebar-HotelSearch .search-results .result .content-box h3 a:hover {
  text-decoration: underline;
}
.sidebar-HotelSearch .search-results .result .content-box h4 {
  font-size: 0.9em;
  font-weight: lighter;
  color: #ddd;
}
.sidebar-HotelSearch .search-results .result span.price {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 12px;
  background-color: #f58a00;
  padding: 4px 15px;
  border-radius: 15px;
  font-size: 0.9em;
  font-weight: 700;
}
.sidebar-HotelSearch .search-results .result span.hotels {
  position: absolute;
  bottom: 9px;
  right: 15px;
  color: #eee;
  text-transform: lowercase;
  font-style: italic;
  font-size: 0.9em;
}
.main-search {
  display: block;
  position: relative;
}
.main-search div.input {
  margin: 10px 10px 0 0;
  border-radius: 40px;
  padding: 6px 30px 6px 10px;
  height: 40px;
  background: white;
  position: relative;
  vertical-align: middle;
  display: table;
  width: 100%;
}
.main-search div.input .category {
  color: white;
  background: #2C7FC0;
  display: table-cell;
  padding: 3px 8px;
  border-radius: 15px;
  position: relative;
  width: 10%;
  white-space: nowrap;
}
.main-search div.input .category.clear-tag {
  background: #5ea4da;
}
.main-search div.input .category .remove {
  cursor: pointer;
  color: white;
  display: inline-block;
  width: 10px;
  text-align: center;
}
.main-search div.input input.main-search-input {
  display: table-cell;
  width: 100%;
  padding-top: 7px;
  border: 0;
  color: #2C7FC0;
}
.main-search div.input input.main-search-input:focus {
  outline: none;
}
.main-search div.input i.action-icon {
  position: absolute;
  top: 14px;
  right: 15px;
  color: gray;
  cursor: pointer;
}
.search-form .form {
  padding: 10px 0;
  background: #266BA1;
}
.search-form .form.fixed {
  position: fixed;
  z-index: 1;
}
.search-form .form span.label {
  display: block;
  color: white;
  font-size: 11px;
  margin: 10px 0 5px 0;
  text-transform: capitalize;
}
.search-form .form label {
  color: white;
}
.search-form .form input[type=text] {
  height: 30px;
  border-radius: 3px;
  border: 0;
  color: #2C7FC0;
  width: 100%;
}
.search-form a.show-more-less {
  color: white;
  font-size: 0.9em;
}
.search-form .more-filters {
  max-height: 80px;
  -moz-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
}
.search-form .more-filters.hide {
  max-height: 0px;
  display: block;
}
.search-form .sticky-filters {
  background: #F7F7F7;
  color: #2E80BD;
  padding: 15px 20px;
}
.search-form .sticky-filters.fixed {
  position: fixed;
  top: 80px;
  z-index: 2;
  width: 500px;
}
@media (max-width: 768px) {
  .search-form .sticky-filters.fixed {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .search-form .sticky-filters.fixed {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .search-form .sticky-filters.fixed {
    width: 33%;
  }
}
.sidebar-wide .search-form .sticky-filters.fixed {
  width: 50%;
}
@media (max-width: 768px) {
  .sidebar-wide .search-form .sticky-filters.fixed {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .search-form .sticky-filters.fixed {
    top: 0;
  }
}
.search-form .sticky-filters .sort {
  float: right;
}
.search-form .sticky-filters .sort select {
  margin-left: 5px;
}
.search-form .sticky-filters .enabled-filters .filter {
  position: relative;
  display: inline-block;
  background: #2E80BF;
  padding: 6px 20px 6px 10px;
  border-radius: 20px;
  color: white;
  line-height: 12px;
  margin: 0 5px 10px 0;
  font-size: 12px;
}
.search-form .sticky-filters .enabled-filters .filter a {
  position: absolute;
  right: 6px;
  top: 2px;
  text-decoration: none;
  color: #70A8D5;
  font-size: 18px;
  height: 20px;
  padding: 0 2px;
  line-height: 20px;
}
.search-form .sticky-filters .enabled-filters .filter i.fa {
  padding-right: 5px;
  color: #C1DAEC;
}
.search-form .sticky-filters .enabled-filters .filter.more {
  background: #f58a00;
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  line-height: 25px;
}
.search-form .sticky-filters-placeholder {
  height: 0;
}
.search-form .category-tag {
  float: left;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.search-form .category-tag i.fa {
  margin-right: 0.3em;
}
.search-form .category-tag.selected {
  background-color: white;
  color: #2C7FC0;
}
.search-results .results {
  background: white;
  overflow: hidden;
}
.search-results .results .item {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  max-height: 80px;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.search-results .results .item.open {
  max-height: 400px;
}
.search-results .results .item.open div.col3 div.info {
  display: block;
}
.search-results .results .item.open div.col3 a.more-button {
  display: none;
}
.search-results .results .item.open:hover div.col3 div.info {
  display: block;
}
.search-results .results .item.open:hover div.col3 a.more-button {
  display: none;
}
.search-results .results .item.highlight > div.row {
  background: #f5f5f5;
}
.search-results .results .item > div.row {
  padding: 15px 20px;
  cursor: pointer;
}
.search-results .results .item:hover {
  background: #f5f5f5;
}
.search-results .results .item div.col1 {
  float: left;
  width: 18%;
}
.search-results .results .item div.col1 div.icon {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 50px;
}
.search-results .results .item div.col2 {
  float: left;
  width: 60%;
}
.search-results .results .item div.col2 h3 {
  font-size: 1em;
  margin: 8px 0 1px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-results .results .item div.col2 div {
  color: gray;
  font-size: 0.85em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-results .results .item div.col2 i.fa-map-marker {
  color: #f58a00;
  font-size: 11px;
}
.search-results .results .item div.col2 a {
  text-decoration: none;
  color: #434343;
}
.search-results .results .item div.col3 {
  float: right;
  text-align: right;
  padding-top: 2px;
  padding-right: 0;
  line-height: 1em;
  height: 50px;
  width: 20%;
}
.search-results .results .item div.col3.night {
  padding-top: 8px;
}
.search-results .results .item div.col3:hover div.info {
  display: none;
}
.search-results .results .item div.col3:hover a.more-button {
  display: inline-block;
}
.search-results .results .item div.col3 div.quantity {
  font-size: 0.8em;
  color: gray;
  margin: 6px 0 5px 0;
}
.search-results .results .item div.col3 div.quantity i {
  margin-left: 2px;
}
.search-results .results .item div.col3 div.quantity i.fa-calendar-o {
  margin-right: 8px;
}
.search-results .results .item div.col3 span.text {
  font-size: 0.7em;
}
.search-results .results .item div.col3 span.price {
  color: #f58a00;
  font-size: 1.1em;
  display: block;
}
.search-results .results .item div.col3 a.more-button {
  margin-top: 7px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #f58a00;
  color: white;
  text-align: center;
  line-height: 32px;
  padding-left: 3px;
  display: none;
}
.search-results .results .item div.col3 a.more-button:hover {
  background: #ff9610;
}
.search-results .results .item div.col3 a.more-button:active {
  background: #dc7c00;
}
.search-results .results .item div.more {
  clear: both;
  padding: 10px 20px 25px 20px;
}
.search-results .results .item div.more h4 {
  font-size: 1.2em;
}
.search-results .results .item div.more ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 10px 0 15px 15px;
  font-size: 0.95em;
  line-height: 1.7em;
}
.search-results .results .item div.more ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #3FA24D;
}
.search-results .results .item div.more .row .column {
  padding: 0px;
}
.search-results .results .item div.more .quantity {
  font-size: 1.2em;
  display: inline-block;
  padding-top: 2px;
  color: #333333;
}
.search-results .results .item div.more .quantity i.fa {
  margin-right: 5px;
}
.search-results .results .item div.more .quantity span.persons,
.search-results .results .item div.more .quantity span.nights {
  display: inline-block;
}
.search-results .results .item div.more .quantity span.persons {
  margin-left: 15px;
}
.search-results .results .item div.more .price {
  font-size: 0.8em;
  float: right;
  display: inline-block;
}
.search-results .results .item div.more .price s,
.search-results .results .item div.more .price b {
  font-size: 1.7em;
  margin: 0 8px;
  font-weight: bold;
}
.search-results .results .item div.more .price s {
  color: #cccccc;
}
.search-results .results .item div.more .price b {
  color: #f58a00;
}
.search-results .results .item div.more .price a {
  display: inline-block;
  background: #f58a00;
  padding: 7px 15px;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.search-results .results .item div.more .price a i.fa {
  color: #8f5100;
  margin-left: 8px;
  font-size: 0.9em;
}
.search-results .results .item div.more .price a:hover {
  background: #ff9610;
}
.search-results .results .item div.more .price a:active {
  background: #dc7c00;
}
.search-results .pagination {
  padding: 15px 20px 30px 20px;
  text-align: center;
}
.search-results .pagination span.pages {
  position: relative;
  top: 6px;
}
.search-results .pagination a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  background-color: #2C7FC0;
  color: white;
  text-decoration: none;
}
.search-results .pagination a:hover {
  background: #226497;
}
.search-results .pagination a.prev {
  float: left;
}
.search-results .pagination a.prev i.fa {
  margin-right: 5px;
}
.search-results .pagination a.next {
  float: right;
}
.search-results .pagination a.next i.fa {
  margin-left: 5px;
}
.search-results .pagination a.disabled {
  background-color: #DDDDDD;
  color: #aaaaaa;
}
.search-results .pagination a.disabled i.fa {
  color: #aaaaaa;
}
.search-results .pagination a i.fa {
  font-size: 0.9em;
  color: #19486d;
}
.hide {
  display: none;
}
.ac-holder {
  position: relative;
}
.ac-input {
  font-size: 14px;
  padding: 5px 10px;
}
.ac-list {
  border: 1px solid #eeeeee;
  width: 200px;
  position: absolute;
  z-index: 50;
  background: white;
  width: 350px;
  margin: 0 0 0 15px;
}
.ac-list.hide {
  display: none;
}
.ac-item {
  color: #454545;
  padding: 6px 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E6E6E6;
}
.ac-item.selected {
  background: #EBF2FE;
}
.ac-item.selected i.fa {
  color: #f58a00;
}
.ac-item i.fa {
  display: inline-block;
  width: 16px;
  text-align: center;
}
.ac-item span.more {
  font-size: 11px;
  color: #aaaaaa;
}
.gallery {
  position: fixed;
  background-color: rgba(25, 72, 109, 0.9);
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 10000;
}
.gallery .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  background: #2C7FC0;
  text-decoration: none;
}
@media (max-height: 384px) {
  .gallery .close {
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    font-size: 0.8em;
  }
}
.gallery .close:hover {
  background: #226497;
}
.gallery .preload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: -10000px;
  left: -10000px;
}
.gallery .preload span {
  display: block;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}
.gallery .photo {
  position: absolute;
  top: 40px;
  bottom: 140px;
  left: 40px;
  right: 40px;
  background-size: contain;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-height: 384px) {
  .gallery .photo {
    top: 20px;
    bottom: 70px;
    left: 20px;
    right: 20px;
  }
}
.gallery .photo .center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.gallery .loading {
  position: absolute;
  top: 40%;
  left: 48.5%;
  font-size: 3em;
  color: white;
  opacity: 0.5;
}
.gallery .prev,
.gallery .next {
  position: absolute;
  top: 40px;
  bottom: 140px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.gallery .prev i.fa,
.gallery .next i.fa {
  position: absolute;
  font-size: 3em;
  color: #73b0df;
  display: none;
}
.gallery .prev:hover i.fa,
.gallery .next:hover i.fa {
  display: block;
}
.gallery .prev {
  left: 0px;
  right: 75%;
}
.gallery .prev i.fa {
  left: 7%;
  top: 44%;
}
.gallery .next {
  right: 0px;
  left: 75%;
}
.gallery .next i.fa {
  right: 7%;
  top: 45%;
}
.gallery .photos {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  overflow-x: hidden;
}
@media (max-height: 384px) {
  .gallery .photos {
    height: 50px;
  }
}
.gallery .photos a {
  display: inline-block;
  height: 100px;
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 6px solid transparent;
}
@media (max-height: 384px) {
  .gallery .photos a {
    height: 50px;
    width: 75px;
    border-top: 2px solid transparent;
  }
}
.gallery .photos a.selected {
  border-top: 6px solid white;
}
@media (max-height: 384px) {
  .gallery .photos a.selected {
    border-top: 2px solid white;
  }
}
.gallery .photos a .zoom-image {
  width: 100%;
  height: 100%;
}
.checkout {
  *zoom: 1;
}
.checkout:before,
.checkout:after {
  content: " ";
  display: table;
}
.checkout:after {
  clear: both;
}
.checkout:before,
.checkout:after {
  content: " ";
  display: table;
}
.checkout:after {
  clear: both;
}
.checkout:before,
.checkout:after {
  content: " ";
  display: table;
}
.checkout:after {
  clear: both;
}
.checkout:before,
.checkout:after {
  content: " ";
  display: table;
}
.checkout:after {
  clear: both;
}
.checkout .pane {
  *zoom: 1;
  float: none;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 15px;
}
.checkout .pane:before,
.checkout .pane:after {
  content: " ";
  display: table;
}
.checkout .pane:after {
  clear: both;
}
.checkout .pane:before,
.checkout .pane:after {
  content: " ";
  display: table;
}
.checkout .pane:after {
  clear: both;
}
.checkout .pane:before,
.checkout .pane:after {
  content: " ";
  display: table;
}
.checkout .pane:after {
  clear: both;
}
.checkout .pane:before,
.checkout .pane:after {
  content: " ";
  display: table;
}
.checkout .pane:after {
  clear: both;
}
@media (min-width: 1000px) {
  .checkout {
    position: fixed;
    top: 80px;
    bottom: 0;
    width: 100%;
    overflow: auto;
  }
  .checkout .pane {
    width: 33.3%;
    float: left;
    min-height: 100%;
    padding-bottom: 90px;
  }
  .checkout .bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.checkout h2 {
  font-size: 1.5em;
  padding: 1em 0;
}
.checkout h2 i {
  padding: 0.5em;
  border-radius: 100%;
  margin-right: 0.3em;
  color: white;
  background-color: #f58a00;
}
.checkout h2.error {
  color: #e65c5a;
}
.checkout h2.error i {
  background-color: #e65c5a;
}
.checkout label.field {
  display: block;
  position: relative;
  margin: 5px 0;
}
.checkout label.field > span {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.checkout label.field select {
  font-size: 1em;
}
.checkout label.field input,
.checkout label.field select {
  display: inline-block;
  width: 70%;
  height: 3em;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0 1em;
  border: 1px solid #ddd;
}
.checkout label.field strong {
  font-weight: bold;
  vertical-align: middle;
}
.checkout label.field.errors > span {
  color: #d66e6d;
}
.checkout label.field.errors input {
  background-color: #ffc6c5;
}
.checkout label.field.errors .error-message {
  position: absolute;
  top: 0.5em;
  right: 2%;
  z-index: 1;
  color: #d66e6d;
}
.checkout .cart-items {
  background-color: white;
}
.checkout .cart-items .promo-code-tag {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  font-size: 0.7em;
  vertical-align: middle;
  padding: 0 0.5em;
  margin: 0 0.5em;
  text-transform: uppercase;
  border-radius: 1em;
}
.checkout .cart-items .cart-item {
  padding: 15px;
  background: #eee;
  position: relative;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.checkout .cart-items .offer-info {
  margin-bottom: 15px;
}
.checkout .cart-items .offer-info .offer-image {
  width: 4em;
  height: 3em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #2C7FC0;
  margin-right: 15px;
  float: left;
}
.checkout .cart-items .offer-info .offer-image img {
  height: 100%;
}
.checkout .cart-items .offer-info button.remove {
  border: 0;
  box-shadow: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.checkout .cart-items .offer-info button.remove span {
  visibility: hidden;
}
.checkout .cart-items .offer-info button.remove i {
  color: #666;
  font-size: 2em;
  vertical-align: middle;
}
.checkout .cart-items .offer-info button.remove:hover span {
  visibility: visible;
}
.checkout .cart-items .offer-info button.remove:hover i {
  color: red;
}
.checkout .cart-items .offer-info h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.checkout .cart-items .offer-info h3 .discount {
  color: #f58a00;
}
.checkout .cart-items .offer-info h4 {
  font-size: 1.1em;
}
.checkout .cart-items table.prices {
  clear: both;
  width: 100%;
  text-align: center;
  border-top: solid 2px #ccc;
}
.checkout .cart-items table.prices th {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #666;
  white-space: nowrap;
  padding-bottom: 5px;
}
.checkout .cart-items table.prices td {
  padding-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.checkout .cart-items table.prices td select {
  font-size: 1.2em;
}
.checkout .cart-items .items-total {
  float: right;
  margin: 30px 0;
}
.checkout .cart-items .items-total h3 {
  text-transform: uppercase;
  text-align: right;
  color: #666;
}
.checkout .cart-items .items-total strong {
  font-weight: bold;
  font-size: 2.5em;
}
.checkout .promo-code-entry > a {
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout .promo-code-entry .promo-form {
  background-color: #f6f6f6;
  padding: 10px;
  width: 100%;
  min-width: 100px;
  *zoom: 1;
}
.checkout .promo-code-entry .promo-form .field {
  display: inline;
}
.checkout .promo-code-entry .promo-form .field > span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.checkout .promo-code-entry .promo-form .field > input {
  width: 100%;
  margin-bottom: 10px;
}
.checkout .promo-code-entry .promo-form button {
  float: right;
  padding: 5px 10px;
  background-color: #2C7FC0;
  color: white;
  border-radius: 1em;
  border: none;
  cursor: pointer;
}
.checkout .promo-code-entry .promo-form:before,
.checkout .promo-code-entry .promo-form:after {
  content: " ";
  display: table;
}
.checkout .promo-code-entry .promo-form:after {
  clear: both;
}
.checkout .promo-code-entry .promo-form:before,
.checkout .promo-code-entry .promo-form:after {
  content: " ";
  display: table;
}
.checkout .promo-code-entry .promo-form:after {
  clear: both;
}
.checkout .promo-code-entry .promo-form:before,
.checkout .promo-code-entry .promo-form:after {
  content: " ";
  display: table;
}
.checkout .promo-code-entry .promo-form:after {
  clear: both;
}
.checkout .promo-code-entry .promo-form:before,
.checkout .promo-code-entry .promo-form:after {
  content: " ";
  display: table;
}
.checkout .promo-code-entry .promo-form:after {
  clear: both;
}
.checkout .user-form {
  background-color: #f6f6f6;
}
.checkout .user-form .user-account-new {
  *zoom: 1;
}
.checkout .user-form .user-account-new:before,
.checkout .user-form .user-account-new:after {
  content: " ";
  display: table;
}
.checkout .user-form .user-account-new:after {
  clear: both;
}
.checkout .user-form .user-account-new:before,
.checkout .user-form .user-account-new:after {
  content: " ";
  display: table;
}
.checkout .user-form .user-account-new:after {
  clear: both;
}
.checkout .user-form .user-account-new:before,
.checkout .user-form .user-account-new:after {
  content: " ";
  display: table;
}
.checkout .user-form .user-account-new:after {
  clear: both;
}
.checkout .user-form .user-account-new:before,
.checkout .user-form .user-account-new:after {
  content: " ";
  display: table;
}
.checkout .user-form .user-account-new:after {
  clear: both;
}
.checkout .user-form .user-account-new .existing-user {
  float: right;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 15px;
}
.checkout .user-form .user-account-new .existing-user a {
  margin-left: 0.2em;
  color: #2C7FC0;
}
.checkout .user-form h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
}
.checkout .user-form .info-fields {
  margin-top: 20px;
}
.checkout .user-form.show-login-choice .info-fields,
.checkout .user-form.show-login-choice .user-account-new {
  display: none;
}
.checkout .login-choice {
  text-align: center;
}
.checkout .login-choice p {
  margin: 20px 0;
}
.checkout .login-choice button {
  display: inline-block;
  border: none;
  color: white;
  background-color: #999;
  text-align: center;
  min-width: 50%;
  cursor: pointer;
  padding: 15px 10px;
  font-size: 1.2em;
}
.checkout .login-choice button.btn-primary {
  background-color: #f58a00;
}
.checkout .login-choice button i.fa {
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: middle;
}
.checkout .payment-methods {
  background-color: #f0f0f0;
}
.checkout .payment-methods.no-payment > *,
.checkout .payment-methods.no-payment .payment-method {
  display: none;
}
.checkout .payment-methods.no-payment .support-need-help {
  display: block;
  margin-top: 25px;
}
.checkout .payment-methods .payment-method {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.checkout .payment-methods .payment-method i {
  display: inline-block;
  width: 65px;
  height: 41px;
  margin: 0 10px;
  top: 17px;
  background-image: url("images/payment-icons-c7a3f87bc8440fa049c17b7d0db7c0a9.png");
  vertical-align: middle;
}
.checkout .payment-methods .payment-method i.icon-g2s {
  background-position: 0 0;
}
.checkout .payment-methods .payment-method i.icon-moneta {
  background-position: 0 -41px;
}
.checkout .payment-methods .payment-method i.icon-upn {
  background-position: 0 -82px;
}
.checkout .payment-methods .payment-method i.icon-paypal_express {
  background-position: 0 -123px;
  /* width: 210px; */
}
.checkout .payment-methods .payment-method i.icon-g2s_debit {
  background-position: 0 -164px;
}
.checkout .payment-methods .payment-method i.icon-american_express {
  background-image: url("/assets/images/american_express-737193178a6c9676a86c1e80a327ea6a.png");
  background-position: center;
}
.checkout .payment-methods .payment-method:hover span,
.checkout .payment-methods .payment-method input:checked ~ span {
  font-weight: bold;
}
.checkout .payment-methods .payment-method .payment-method-note {
  color: #ed1c24;
  font-size: 0.9em;
  margin: 20px 0;
}
.checkout .payment-methods .payment-method .payment-method-note {
  display: none;
}
.checkout .payment-methods .payment-method input:checked ~ .payment-method-note {
  display: block;
}
.checkout .payment-methods .error-message {
  display: inline-block;
  padding: 0.5em;
  -webkit-border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1em;
  -moz-background-clip: padding;
  border-radius: 1em;
  background-clip: padding-box;
  background-color: #ffc6c5;
  color: #d66e6d;
}
.checkout .payment-methods .support-need-help {
  margin-top: 20px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.checkout .payment-methods .support-need-help .intro {
  color: #707070;
  text-transform: uppercase;
  font-size: 0.8em;
}
.checkout .payment-methods .support-need-help .call-number {
  color: #252525;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
.checkout .payment-methods .support-need-help .email {
  color: #252525;
}
.checkout .bottom-bar {
  background-color: #2C7FC0;
  *zoom: 1;
  width: 100%;
}
.checkout .bottom-bar:before,
.checkout .bottom-bar:after {
  content: " ";
  display: table;
}
.checkout .bottom-bar:after {
  clear: both;
}
.checkout .bottom-bar:before,
.checkout .bottom-bar:after {
  content: " ";
  display: table;
}
.checkout .bottom-bar:after {
  clear: both;
}
.checkout .bottom-bar:before,
.checkout .bottom-bar:after {
  content: " ";
  display: table;
}
.checkout .bottom-bar:after {
  clear: both;
}
.checkout .bottom-bar:before,
.checkout .bottom-bar:after {
  content: " ";
  display: table;
}
.checkout .bottom-bar:after {
  clear: both;
}
.checkout .bottom-bar .back-link {
  float: left;
  line-height: 5em;
  vertical-align: middle;
}
.checkout .bottom-bar .back-link a {
  color: white;
  font-size: 1em;
  text-decoration: none;
}
.checkout .bottom-bar .back-link a:hover {
  text-decoration: underline;
}
.checkout .bottom-bar .back-link a i {
  margin: 0 5px;
}
.checkout .bottom-bar .finish {
  float: right;
  margin-right: 15px;
  line-height: 5em;
}
.checkout .bottom-bar .finish .items-total,
.checkout .bottom-bar .finish button {
  display: inline-block;
  vertical-align: middle;
}
.checkout .bottom-bar .finish .items-total {
  color: white;
  line-height: 1.5em;
  text-align: right;
  margin-right: 15px;
}
.checkout .bottom-bar .finish .items-total h3 {
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
}
.checkout .bottom-bar .finish .items-total strong {
  font-size: 1.5em;
  display: block;
}
.checkout .bottom-bar .finish button {
  border: 0;
  background-color: #f58a00;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.7em;
  cursor: pointer;
}
.checkout .bottom-bar .finish button i {
  margin: 0 0.5em;
}
.reservation-completed {
  padding: 20px;
  background: #f7f7f7;
  height: 100%;
}
.reservation-completed .page {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 40px 50px 100px 50px;
  margin: 0 auto;
  max-width: 800px;
  background: white;
  text-align: center;
}
@media (max-width: 500px) {
  .reservation-completed .page {
    padding: 40px 30px 100px 30px;
  }
}
.reservation-completed .page i {
  color: #01A651;
  font-size: 5em;
}
.reservation-completed .page h1 {
  font-size: 2em;
  color: #666;
  font-weight: 600;
}
.reservation-completed .page h4 {
  font-size: 1em;
  font-weight: 400;
  color: #666;
}
.thank-you {
  padding: 20px;
  background: #f7f7f7;
  height: 100%;
}
.thank-you b {
  font-weight: bold;
}
.thank-you i {
  font-style: italic;
}
.thank-you .page {
  padding: 40px 50px 100px 50px;
  margin: 0 auto;
  max-width: 800px;
  background: white;
}
@media (max-width: 500px) {
  .thank-you .page {
    padding: 40px 30px 100px 30px;
  }
}
.thank-you .page h1 {
  font-size: 2em;
  color: #01A651;
}
.thank-you .page h2 {
  font-size: 1.5em;
  margin: 0.5em 0;
}
.thank-you .page p {
  margin: 1em 0;
}
.thank-you .page a {
  text-decoration: none;
}
.thank-you .page a i.fa {
  margin: 0 5px;
}
.thank-you .page a:hover {
  text-decoration: underline;
}
.thank-you .page div.upn {
  margin-top: 15px;
}
.thank-you .page div.upn .upn-attachments {
  display: inline-block;
  padding: 15px;
  padding-top: 0;
}
.thank-you .page div.upn a {
  font-weight: bold;
}
.thank-you .page div.upn a .upn-image {
  background: url('/assets/images/upn-810c5bc4dbeed877b88f3b71a385348e.png') no-repeat center center;
  background-size: contain;
  width: 200px;
  height: 100px;
  border: 1px solid #ddd;
  margin: 5px 0 15px 0;
}
.thank-you .page div.coupons a {
  font-weight: bold;
}
.thank-you .page div.flight .location {
  text-align: center;
  font-size: 2em;
  color: gray;
  margin: 30px 0 10px 0;
}
.thank-you .page div.flight .column {
  text-align: center;
  font-size: 1.2em;
  padding: 0;
}
.thank-you .page div.flight .column i.fa {
  font-size: 2.5em;
  display: block;
  margin: 10px 0;
}
.thank-you .page div.flight .column a:hover {
  text-decoration: none;
  color: #4a98d5;
}
.checkout.flights h2 {
  padding-bottom: 10px;
}
.checkout.flights span.label {
  display: block;
  font-size: 0.9em;
  color: gray;
  margin-bottom: 3px;
  margin-top: 5px;
}
.checkout.flights span.input-err {
  font-size: 0.8em;
  color: red;
  display: block;
}
.checkout.flights div.cart-items h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
}
.checkout.flights div.cart-items div.column {
  padding: 0 5px;
}
.checkout.flights div.cart-items div.checking {
  text-align: center;
  margin-bottom: 10px;
  color: gray;
  font-style: italic;
}
.checkout.flights div.cart-items div.total {
  text-align: center;
  margin: 15px 0 10px 0;
}
.checkout.flights div.cart-items div.total strong {
  color: #f58a00;
  font-size: 1.8em;
  margin-left: 10px;
}
.checkout.flights div.cart-items div.flight {
  margin: 20px 0 10px 0;
}
.checkout.flights div.cart-items div.flight.collapsed div.routes {
  display: none;
}
.checkout.flights div.cart-items div.flight.collapsed div.header a.more-details {
  display: block;
}
.checkout.flights div.cart-items div.flight.collapsed div.header a.less-details {
  display: none;
}
.checkout.flights div.cart-items div.flight div.header {
  background: #DEECFF;
  text-align: center;
  height: auto;
  padding: 5px 0;
  cursor: pointer;
}
.checkout.flights div.cart-items div.flight div.header span.name {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
.checkout.flights div.cart-items div.flight div.header span.code {
  color: #2C7FC0;
  display: block;
}
.checkout.flights div.cart-items div.flight div.header span.time {
  display: block;
  font-size: 0.9em;
  color: gray;
}
.checkout.flights div.cart-items div.flight div.header a.more-details {
  font-size: 0.9em;
  display: none;
}
.checkout.flights div.cart-items div.flight div.header a.less-details {
  font-size: 0.9em;
  display: block;
}
.checkout.flights div.cart-items div.flight div.header .center {
  position: relative;
  font-size: 0.9em;
  line-height: 1.55em;
  color: #555;
}
.checkout.flights div.cart-items div.flight div.header .center div.arrow {
  height: 2px;
  background: #2C7FC0;
  position: absolute;
  top: 18px;
  width: 90%;
}
.checkout.flights div.cart-items div.flight div.header .center div.arrow i.fa {
  color: #2C7FC0;
  position: absolute;
  top: -7px;
  right: -2px;
  font-size: 1.3em;
}
.checkout.flights div.cart-items div.flight div.routes-header div > div {
  border-bottom: 1px solid gray;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.checkout.flights div.cart-items div.flight div.route {
  margin: 8px 0;
  line-height: 1.3em;
}
.checkout.flights div.cart-items div.flight div.route .center {
  text-align: center;
}
.checkout.flights div.cart-items div.flight div.route span.time {
  display: block;
  font-size: 0.9em;
  color: gray;
}
.checkout.flights div.cart-items div.flight div.route span.airline {
  display: block;
}
.checkout.flights div.cart-items div.flight div.route span.airline img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.checkout.flights div.cart-items div.flight div.layover {
  border: 1px solid #aaa;
  margin: 0 5px;
  padding: 3px 10px;
  color: gray;
  font-size: 0.8em;
}
.checkout.flights div.cart-items div.flight div.layover strong {
  font-weight: bold;
}
.checkout.flights div.cart-items div.flight div.layover i.fa {
  margin-right: 5px;
}
.checkout.flights div.cart-items div.passengers-baggage > div {
  margin: 5px 0;
}
.checkout.flights div.cart-items div.passengers-baggage .qty {
  color: #2C7FC0;
  font-size: 1.2em;
  margin-right: 5px;
}
.checkout.flights div.cart-items div.passengers-baggage .size {
  font-size: 0.8em;
  color: #888;
  margin-left: 10px;
}
.checkout.flights div.user-form div.passenger {
  margin-top: 20px;
}
.checkout.flights div.user-form div.passenger .remove {
  float: right;
}
.checkout.flights div.user-form div.passenger .column {
  padding: 0 5px 5px 5px ;
}
.checkout.flights div.user-form div.passenger label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.checkout.flights div.user-form div.passenger input[type=text],
.checkout.flights div.user-form div.passenger select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 1em;
  background: white;
}
.checkout.flights div.user-form div.passenger input[type=text].date,
.checkout.flights div.user-form div.passenger select.date {
  text-align: center;
}
.checkout.flights div.user-form div.passenger input[type=text].day,
.checkout.flights div.user-form div.passenger select.day {
  width: 35px;
}
.checkout.flights div.user-form div.passenger input[type=text].month,
.checkout.flights div.user-form div.passenger select.month {
  width: 35px;
}
.checkout.flights div.user-form div.passenger input[type=text].year,
.checkout.flights div.user-form div.passenger select.year {
  width: 50px;
}
.checkout.flights div.user-form div.passenger input[type=text].invalid,
.checkout.flights div.user-form div.passenger select.invalid {
  background: #FDEBF0;
  border-color: #F22A06;
}
.checkout.flights div.user-form div.passenger select {
  height: 30px;
}
.checkout.flights div.user-form div.passenger label.bag {
  display: inline-block;
  width: 30%;
  margin-right: 0;
  white-space: nowrap;
  cursor: pointer;
}
.checkout.flights div.user-form div.passenger label.bag i.fa {
  margin: 0 5px;
}
.checkout.flights div.user-form div.passenger label.bag .bag-price {
  font-size: 0.8em;
  color: gray;
}
.checkout.flights div.user-form div.passenger div.baggage-note {
  margin: 7px 0 5px 0;
  font-size: 0.8em;
  color: gray;
}
.checkout.flights div.user-form button.add-passenger {
  background: #2C7FC0;
  color: white;
  padding: 5px 10px;
  border-radius: 16px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
.checkout.flights div.payment .column {
  padding: 0 5px 5px 5px ;
}
.checkout.flights div.payment input[type=text],
.checkout.flights div.payment select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 1em;
  background: white;
}
.checkout.flights div.payment input[type=text].card-month,
.checkout.flights div.payment select.card-month,
.checkout.flights div.payment input[type=text].card-year,
.checkout.flights div.payment select.card-year {
  width: 50px;
  text-align: center;
}
.checkout.flights div.payment input[type=text].invalid,
.checkout.flights div.payment select.invalid {
  background: #FDEBF0;
  border-color: #F22A06;
}
.checkout.flights div.payment div.terms {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
}
.checkout.flights div.payment div.terms.invalid {
  background: #FDEBF0;
  border-color: #F22A06;
}
.checkout.flights div.payment div.skypicker-guarantee {
  margin: 10px auto;
  text-align: center;
}
.checkout.flights div.payment .card {
  display: block;
  width: 40px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  opacity: 0.4;
}
.checkout.flights div.payment .card.mastercard {
  background-image: url("/assets/images/mastercard-6f6cdc29ee2e22e06b1ac029cb52ef71.png");
  right: 10px;
}
.checkout.flights div.payment .card.visa {
  background-image: url("/assets/images/visa-3ddc4a4d25c946e8ad7e6998f30fd4e3.png");
  right: 55px;
}
.checkout.flights div.payment .card.amex {
  background-image: url("/assets/images/american_express-737193178a6c9676a86c1e80a327ea6a.png");
  right: 90px;
}
.checkout.flights div.payment .card.diners {
  background-image: url("/assets/images/diners-05eb7cfc15a0a554180d767717067044.png");
  right: 125px;
}
.checkout.flights div.payment .card.entered {
  opacity: 1;
}
.checkout.flights div.payment input.card-number {
  padding-right: 95px;
}
.checkout.flights div.payment div.info {
  font-size: 0.9em;
  color: gray;
  margin: 15px 10px 20px 10px;
}
.checkout.flights div.payment div.info div.lock {
  background: url("/assets/images/lock-2c8dbd1713f81735b1de7ed2487e76c4.png") no-repeat center center;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.checkout.flights div.payment div.info div.zooz {
  background: url("/assets/images/zooz-681c7965cf92721eea0c3cae9fb240dc.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 25px;
  vertical-align: middle;
  float: right;
  position: relative;
  top: -4px;
}
.checkout.flights div.user-form .column {
  padding: 0 5px 5px 5px ;
}
.checkout.flights div.user-form input[type=text],
.checkout.flights div.user-form select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 1em;
  background: white;
}
.checkout.flights div.user-form input[type=text].invalid,
.checkout.flights div.user-form select.invalid {
  background: #FDEBF0;
  border-color: #F22A06;
}
.checkout.flights div.bottom-bar button:disabled {
  opacity: 0.5;
}
.deals-checkout {
  *zoom: 1;
  float: none;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 15px;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
.deals-checkout:before,
.deals-checkout:after {
  content: " ";
  display: table;
}
.deals-checkout:after {
  clear: both;
}
@media (min-width: 1000px) {
  .deals-checkout {
    overflow: auto;
    width: 800px;
    padding: 20px;
    margin: 0 auto;
  }
}
.deals-checkout h2 {
  font-size: 1.5em;
  padding: 1em 0;
}
.deals-checkout h2 i {
  padding: 0.5em;
  border-radius: 100%;
  margin-right: 0.3em;
  color: white;
  background-color: #f58a00;
}
.deals-checkout h2.error {
  color: #e65c5a;
}
.deals-checkout h2.error i {
  background-color: #e65c5a;
}
.deals-checkout label.field {
  display: block;
  position: relative;
  margin: 5px 0;
}
.deals-checkout label.field > span {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.deals-checkout label.field select {
  font-size: 1em;
}
.deals-checkout label.field input,
.deals-checkout label.field select {
  display: inline-block;
  width: 70%;
  height: 3em;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0 1em;
  border: 1px solid #ddd;
}
.deals-checkout label.field strong {
  font-weight: bold;
  vertical-align: middle;
}
.deals-checkout label.field.errors > span {
  color: #d66e6d;
}
.deals-checkout label.field.errors input {
  background-color: #ffc6c5;
}
.deals-checkout label.field.errors .error-message {
  position: absolute;
  top: 0.5em;
  right: 2%;
  z-index: 1;
  color: #d66e6d;
}
.deals-checkout .content-box {
  padding: 15px;
  background: #eee;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative;
}
.deals-checkout .cart-items {
  background-color: white;
}
.deals-checkout .cart-items p {
  margin: 1em 0 ;
}
.deals-checkout .cart-items .promo-code-tag {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  font-size: 0.7em;
  vertical-align: middle;
  padding: 0 0.5em;
  margin: 0 0.5em;
  text-transform: uppercase;
  border-radius: 1em;
}
.deals-checkout .cart-items .cart-item {
  padding: 15px;
  background: #eee;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative;
}
.deals-checkout .cart-items .cart-item select {
  border: 1px solid #666;
  background: white;
  height: 2em;
  min-width: 3em;
  margin-right: 0.5em;
  text-align-last: center;
}
.deals-checkout .cart-items .cart-item .package-info {
  display: inline-block;
}
.deals-checkout .cart-items .offer-info {
  margin-bottom: 15px;
}
.deals-checkout .cart-items .offer-info .offer-image {
  width: 8em;
  max-width: 33%;
  height: 6em;
  margin-bottom: 1em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #2C7FC0;
  margin-right: 15px;
  float: left;
}
.deals-checkout .cart-items .offer-info .offer-image img {
  height: 100%;
}
.deals-checkout .cart-items .offer-info button.remove {
  border: 0;
  box-shadow: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.deals-checkout .cart-items .offer-info button.remove span {
  visibility: hidden;
}
.deals-checkout .cart-items .offer-info button.remove i {
  color: #666;
  font-size: 2em;
  vertical-align: middle;
}
.deals-checkout .cart-items .offer-info button.remove:hover span {
  visibility: visible;
}
.deals-checkout .cart-items .offer-info button.remove:hover i {
  color: red;
}
.deals-checkout .cart-items .offer-info h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.deals-checkout .cart-items .offer-info h4 {
  font-size: 1.1em;
}
.deals-checkout .cart-items .offer-info .discount {
  color: #f58a00;
  font-size: 1.1em;
}
.deals-checkout .cart-items table.prices {
  clear: both;
  width: 100%;
  text-align: center;
  border-top: solid 2px #ccc;
}
.deals-checkout .cart-items table.prices th {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #666;
  white-space: nowrap;
  padding-bottom: 5px;
}
.deals-checkout .cart-items table.prices td {
  padding-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.deals-checkout .cart-items table.prices td select {
  font-size: 1.2em;
}
.deals-checkout .cart-items table.prices td .eur-converted-price {
  display: block;
  font-size: 0.8em;
}
.deals-checkout .items-total {
  float: right;
  margin: 15px 0;
}
.deals-checkout .items-total h3 {
  text-transform: uppercase;
  text-align: right;
  color: #666;
}
.deals-checkout .items-total strong {
  font-weight: bold;
  font-size: 2.5em;
}
.deals-checkout .items-total .eur-converted-price {
  display: block;
  font-size: 1em;
  color: #666;
  text-align: right;
}
.deals-checkout .items-total .show-conversion-rate {
  text-align: right;
}
.deals-checkout .content-box .link-toggle-link {
  display: inline-block;
  margin-top: 10px;
  color: #999;
}
.deals-checkout .mini-form {
  background-color: #f6f6f6;
  padding: 10px;
  width: 100%;
  min-width: 100px;
  *zoom: 1;
}
.deals-checkout .mini-form .field {
  display: inline;
}
.deals-checkout .mini-form .field > span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.deals-checkout .mini-form .field > input {
  width: 100%;
  margin-bottom: 10px;
}
.deals-checkout .mini-form button {
  float: right;
  padding: 5px 10px;
  background-color: #2C7FC0;
  color: white;
  border-radius: 1em;
  border: none;
  cursor: pointer;
}
.deals-checkout .mini-form:before,
.deals-checkout .mini-form:after {
  content: " ";
  display: table;
}
.deals-checkout .mini-form:after {
  clear: both;
}
.deals-checkout .mini-form:before,
.deals-checkout .mini-form:after {
  content: " ";
  display: table;
}
.deals-checkout .mini-form:after {
  clear: both;
}
.deals-checkout .mini-form:before,
.deals-checkout .mini-form:after {
  content: " ";
  display: table;
}
.deals-checkout .mini-form:after {
  clear: both;
}
.deals-checkout .mini-form:before,
.deals-checkout .mini-form:after {
  content: " ";
  display: table;
}
.deals-checkout .mini-form:after {
  clear: both;
}
.deals-checkout .user-form h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
}
.deals-checkout .user-form .info-fields {
  margin-top: 20px;
}
.deals-checkout .payment-methods.no-payment > *,
.deals-checkout .payment-methods.no-payment .payment-method {
  display: none;
}
.deals-checkout .payment-methods + .support-need-help {
  float: left;
  margin-top: 15px;
}
@media (max-width: 500px) {
  .deals-checkout .payment-methods + .support-need-help {
    float: right;
    text-align: right;
    margin-bottom: 15px;
  }
  .deals-checkout .payment-methods + .support-need-help + * .items-total {
    clear: both;
  }
}
.deals-checkout .payment-methods .payment-method {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.deals-checkout .payment-methods .payment-method i {
  display: inline-block;
  width: 65px;
  height: 41px;
  margin: 0 10px;
  top: 17px;
  background-image: url("images/payment-icons-c7a3f87bc8440fa049c17b7d0db7c0a9.png");
  vertical-align: middle;
}
.deals-checkout .payment-methods .payment-method i.icon-g2s {
  background-position: 0 0;
}
.deals-checkout .payment-methods .payment-method i.icon-moneta {
  background-position: 0 -41px;
}
.deals-checkout .payment-methods .payment-method i.icon-upn {
  background-position: 0 -82px;
}
.deals-checkout .payment-methods .payment-method i.icon-paypal_express {
  background-position: 0 -123px;
  /* width: 210px; */
}
.deals-checkout .payment-methods .payment-method i.icon-g2s_debit {
  background-position: 0 -164px;
}
.deals-checkout .payment-methods .payment-method i.icon-american_express {
  background-image: url("/assets/images/american_express-737193178a6c9676a86c1e80a327ea6a.png");
  background-position: center;
}
.deals-checkout .payment-methods .payment-method:hover span,
.deals-checkout .payment-methods .payment-method input:checked ~ span {
  font-weight: bold;
}
.deals-checkout .payment-methods .payment-method .payment-method-note {
  color: #ed1c24;
  font-size: 0.9em;
  margin: 20px 0;
}
.deals-checkout .payment-methods .payment-method .payment-method-note {
  display: none;
}
.deals-checkout .payment-methods .payment-method input:checked ~ .payment-method-note {
  display: block;
}
.deals-checkout .payment-methods .error-message {
  display: inline-block;
  padding: 0.5em;
  -webkit-border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1em;
  -moz-background-clip: padding;
  border-radius: 1em;
  background-clip: padding-box;
  background-color: #ffc6c5;
  color: #d66e6d;
}
.deals-checkout .support-need-help {
  display: block;
  margin-top: 20px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.deals-checkout .support-need-help .intro {
  color: #707070;
  text-transform: uppercase;
  font-size: 0.8em;
}
.deals-checkout .support-need-help .call-number {
  color: #252525;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
.deals-checkout .support-need-help .email {
  color: #252525;
}
.deals-checkout button.main-action {
  border: 0;
  background-color: #f58a00;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 1em;
  margin: 15px 0;
  cursor: pointer;
  clear: both;
  float: right;
}
.deals-checkout button.main-action i {
  margin: 0 0.5em;
}
.checkout-login {
  padding: 20px;
  width: 100%;
}
.checkout-login h1 {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 15px 0;
}
.checkout-login h1 i.fa {
  color: #f58a00;
  margin-right: 0.5em;
}
@media (min-width: 800px) {
  .checkout-login {
    overflow: auto;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
  }
}
.checkout-login .login-box {
  border: #d9d9d9 solid 1px;
  border-radius: 5px;
  background-color: #eee;
  padding: 15px;
}
.checkout-login .login-box p {
  margin: 20px 0;
}
.checkout-login .login-box .login-button {
  display: block;
  border: none;
  color: white;
  background-color: #f58a00;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 15px 10px;
  margin: 10px 0;
  font-size: 1.2em;
}
.checkout-login .login-box .login-button i.fa {
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: middle;
}
.checkout-login .login-box .login-button.facebook {
  background-color: #3b5998;
}
.checkout-login .login-box .login-button.google {
  background-color: #D95433;
}
.checkout-login .login-box .label-separator {
  line-height: 1em;
  font-size: 1.2em;
  text-align: center;
}
.checkout-login .login-box .label-separator:before {
  content: '';
  display: block;
  margin-bottom: -0.7em;
  margin-top: 1.4em;
  border: 1px solid #ccc;
}
.checkout-login .login-box .label-separator span {
  color: #666;
  display: inline-block;
  background-color: #eee;
  padding: 0 15px;
  margin: 0 auto;
}
.checkout-login .login-box label {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  margin: 5px;
}
.checkout-login .login-box input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 5px;
}
.checkout-login .login-box .info,
.checkout-login .login-box .error {
  margin: 15px 0;
  text-align: center;
}
.checkout-login .login-box .error {
  color: #d66e6d;
}
.checkout-login .login-box .info a {
  color: #999;
}
.search-form.flights .extra-filters {
  padding-top: 20px;
}
.search-form.flights .sticky-filters {
  padding: 0;
}
.search-form.flights .sticky-filters .results {
  padding: 20px;
}
.flight-results {
  overflow: hidden;
}
.flight-results div.more-holder {
  text-align: center;
}
.flight-results div.more-holder div.more {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  margin: 10px;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
}
.flight-results div.loading {
  text-align: center;
  margin: 40px 20px;
  font-style: italic;
  color: #2C7FC0;
  font-size: 1.5em;
}
.flight-results div.photo-box-grid {
  overflow: hidden;
}
.flight-result:hover {
  background: #f5f5f5;
}
.flight-result.open div.route {
  max-height: 1000px;
  border-bottom: 5px solid #F7F7F7;
}
.flight-result.open div.header {
  border-bottom: 5px solid transparent;
}
.flight-result div.header {
  height: auto;
  background: none;
  border-bottom: 5px solid #F7F7F7;
  cursor: pointer;
}
.flight-result div.header.no-return div.column.info b {
  margin-top: 22px;
}
.flight-result div.header.no-return div.column.info a {
  margin-top: 4px;
}
.flight-result div.header div.column {
  padding: 10px 5px 0px 5px;
}
.flight-result div.header div.column:first-child {
  padding-left: 20px;
}
.flight-result div.header div.column:last-child {
  padding-right: 20px;
}
.flight-result div.header div.column.to {
  text-align: right;
}
.flight-result div.header div.column.airlines {
  text-align: center;
  white-space: nowrap;
}
.flight-result div.header div.column.airlines .airline-icon {
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin: 10px 2px 5px 2px;
}
.flight-result div.header div.column.info {
  position: absolute;
  right: 0;
  text-align: right;
}
.flight-result div.header div.column.info .stay {
  color: #aaa;
  text-align: right;
  margin-bottom: 8px;
  font-size: 0.9em;
}
.flight-result div.header div.column.info b {
  color: #f58a00;
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
}
.flight-result div.header div.column.info a {
  margin-top: 18px;
  text-decoration: underline;
  display: block;
  color: black;
  font-size: 0.9em;
}
.flight-result div.header span.code {
  font-size: 1.6em;
  color: #888888;
}
.flight-result div.header div.flight {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.flight-result div.header div.flight div.column {
  padding-top: 0px;
  padding-right: 0px;
}
.flight-result div.header div.flight div.column:last-child {
  padding-right: 20px;
}
.flight-result div.header div.flight table {
  width: 100%;
}
.flight-result div.header div.flight table td.stopovers {
  width: 50%;
  text-align: center;
}
.flight-result div.header div.flight table td {
  vertical-align: bottom;
}
.flight-result div.header div.flight table td.right {
  text-align: right;
}
.flight-result div.header div.flight table tr.departure {
  color: #f58a00;
}
.flight-result div.header div.flight table tr.return {
  color: #2C7FC0;
}
.flight-result div.header div.flight table tr.return td {
  padding-top: 5px;
}
.flight-result div.header div.stops {
  margin: 0 15px;
  height: 28px;
}
.flight-result div.header div.stops div.timeline {
  position: relative;
}
.flight-result div.header div.stops div.timeline div.line {
  height: 3px;
  left: 2px;
  position: relative;
  top: 5px;
}
.flight-result div.header div.stops div.timeline i.arrow {
  position: absolute;
  font-size: 1.4em;
  top: -2px;
}
.flight-result div.header div.stops div.timeline i.dot {
  position: absolute;
  font-size: 0.8em;
  top: 1px;
}
.flight-result div.header div.stops.right {
  color: #f58a00;
}
.flight-result div.header div.stops.right div.line {
  background: #f58a00;
}
.flight-result div.header div.stops.right i.arrow {
  right: -1px;
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.flight-result div.header div.stops.right i.dot {
  left: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.flight-result div.header div.stops.left {
  color: #2c7fc0;
}
.flight-result div.header div.stops.left div.line {
  background: #2c7fc0;
}
.flight-result div.header div.stops.left i.arrow {
  left: -1px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.flight-result div.header div.stops.left i.dot {
  right: 0;
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.flight-result div.route {
  max-height: 0px;
  overflow: hidden;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.flight-result div.route div.location {
  border: 0;
}
.flight-result div.route div.location .column {
  padding: 2px 5px;
  white-space: nowrap;
}
.flight-result div.route div.location .muted {
  font-style: italic;
  color: #888;
  font-size: 0.9em;
}
.flight-result div.route div.location .place {
  padding-left: 0;
}
.flight-result div.route div.location .date {
  padding-left: 10px;
}
.flight-result div.route div.location div.timeline {
  position: relative;
  margin-left: 15px;
  width: 30px;
}
.flight-result div.route div.location div.timeline div.line {
  position: absolute;
  height: 40px;
  top: 16px;
  left: 10px;
}
.flight-result div.route div.location.departure i.dot {
  color: #f58a00;
}
.flight-result div.route div.location.departure div.line {
  border-left: 3px solid #f58a00;
}
.flight-result div.route div.location.departure div.line.wait {
  border-left: 3px dotted #f58a00;
}
.flight-result div.route div.location.return i.dot {
  color: #2C7FC0;
}
.flight-result div.route div.location.return div.line {
  border-left: 3px solid #2C7FC0;
}
.flight-result div.route div.location.return div.line.wait {
  border-left: 3px dotted #2C7FC0;
}
.flight-result div.route div.location div.duration {
  padding-top: 5px;
}
.flight-result div.route div.location div.airline {
  overflow: hidden;
  text-overflow: ellipsis;
}
.flight-result div.route div.location div.airline img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0 2px 0 0px;
}
.flight-result div.route div.stay {
  margin: 15px 20px 15px 45px;
}
.flight-result div.route div.stay span.nights {
  margin: 15px 20px 15px 0px;
  color: gray;
}
.flight-result div.route div.stay a.btn {
  font-size: .9em;
  text-decoration: none;
  margin-right: 15px;
}
.flight-result div.route div.stay a.btn:hover {
  text-decoration: underline;
}
.flight-result div.route div.stay a.btn i.fa {
  font-size: 0.9em;
}
.flight-result div.route div.footer {
  margin: 10px 20px;
  text-align: right;
}
.flight-result div.route div.footer a.buy {
  display: inline-block;
  padding: 5px 40px;
  color: white;
  background: #2C7FC0;
  text-decoration: none;
  border-radius: 15px;
}
.flight-result.destination {
  border-bottom: 1px solid #C3C5C6;
  cursor: pointer;
}
.flight-result.destination .column {
  padding: 10px 20px;
}
.flight-result.destination div.dest {
  line-height: 2.2em;
  color: #666666;
}
.flight-result.destination div.dest a {
  font-size: 1.2em;
  text-decoration: none;
}
.flight-result.destination div.price {
  color: #aaaaaa;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.4em;
}
.flight-result.destination div.price span.price {
  color: #f58a00;
  font-weight: bold;
  font-size: 1.4em;
}
.departure-filter.flight-departure .dropdown {
  width: 250px;
}
.departure-filter.flight-departure ul.tabs li {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  max-height: 35px;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.departure-filter.flight-departure ul.tabs li div.tab {
  padding: 10px 20px;
}
.departure-filter.flight-departure ul.tabs li div.tab:hover {
  color: white;
  font-weight: bold;
}
.departure-filter.flight-departure ul.tabs li div.tab:active {
  color: #f58a00;
}
.departure-filter.flight-departure ul.tabs li.selected {
  max-height: 400px;
}
.departure-filter.flight-departure ul.tabs li.selected div.tab {
  color: #f58a00;
  font-weight: bold;
}
.departure-filter.flight-departure .slider {
  margin-top: 5px;
  position: relative;
}
.departure-filter.flight-departure .slider .column {
  padding: 0 5px;
}
.departure-filter.flight-departure .slider .column:last-child {
  text-align: left;
  line-height: 2em;
}
.departure-filter.flight-departure .slider .column.from-to {
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}
.departure-filter.flight-departure .slider button {
  float: right;
}
.flights-filters .tabs {
  border-top: 1px solid #dddddd;
}
.flights-filters .tabs .tab {
  padding: 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #dddddd;
  white-space: nowrap;
}
.flights-filters .tabs .tab:last-child {
  border-right: 0;
}
.flights-filters .tabs .tab:hover .name {
  font-weight: bold;
}
.flights-filters .tabs .tab.selected {
  background: #eeeeee;
  border-bottom: 1px solid transparent;
}
.flights-filters .tabs .tab:not(.selected) {
  border-bottom: 1px solid #dddddd;
}
.flights-filters .tabs .tab .name {
  color: #2C7FC0;
}
.flights-filters .tabs .tab .value {
  color: gray;
  font-size: 0.9em;
}
.flights-filters .tabs .tab .value.on {
  color: #f58a00;
  font-weight: bold;
}
.flights-filters .controls {
  background: #eeeeee;
  color: #555;
  font-size: 0.9em;
  padding: 10px 0;
}
.flights-filters .controls .slider {
  padding: 20px 10% 10px 10%;
}
.flights-filters .controls .slider .handle {
  background: gray;
}
.flights-filters .controls .slider .horizontal-slider {
  height: 25px;
}
.flights-filters .controls .note {
  padding: 10px;
  text-align: center;
}
.flights-filters .controls.stopovers .scale div.column {
  text-align: center;
}
.flights-filters .controls.airlines label.airline {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  width: 33%;
}
.flights-filters .controls.airlines label.airline .name {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 3px;
}
.flights-filters .controls.airlines label.airline img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.flights-filters .controls.airlines a.show-more {
  display: inline-block;
  padding: 10px 20px;
  width: 33%;
  cursor: pointer;
}
.flights-filters .controls.durations div.scale div.column {
  text-align: center;
}
.flights-filters .controls.airport label {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  width: 33%;
}
.account-pages {
  background: white;
  height: 100%;
  overflow: auto;
}
.account-pages .menu {
  background: #226497;
  overflow: hidden;
  text-align: center;
}
.account-pages .menu ul {
  display: inline-block;
  margin: 0 auto;
}
.account-pages .menu ul li {
  display: inline-block;
}
.account-pages .menu ul li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 600px) {
  .account-pages .menu ul li a {
    display: block;
  }
}
.account-pages .menu ul li a.selected {
  background: white;
  color: #555;
}
@media (max-width: 600px) {
  .account-pages .menu ul {
    display: block;
  }
  .account-pages .menu ul li {
    width: 100%;
    display: block;
  }
}
.account-pages .content {
  margin: 20px;
}
.account-pages .content h3 {
  font-size: 1.8em;
  margin: 10px 0;
}
.account-pages .content .column {
  padding-left: 0;
  padding-right: 10px;
}
.account-pages .content .column.right {
  text-align: right;
}
@media (max-width: 600px) {
  .account-pages .content .column.col-6 {
    width: 100%;
  }
  .account-pages .content .column.col-4 {
    width: 100%;
  }
  .account-pages .content .column.col-2 {
    width: 33.3%;
  }
}
.account-pages .content .profile .form {
  max-width: 800px;
  margin: 0 auto;
}
.account-pages .content .profile .form span.label {
  display: block;
  font-size: 0.9em;
  color: gray;
  margin: 0 0 5px 0;
}
.account-pages .content .profile .form span.label .error {
  float: right;
  color: #d66e6d;
}
.account-pages .content .profile .form input,
.account-pages .content .profile .form select {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.account-pages .content .profile .form div.input.error input {
  background: #FDEBF0;
  border-color: #F22A06;
}
.account-pages .content .profile .form select {
  height: 35px;
  background: white;
}
.account-pages .content .profile .form button.save-changes {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  font-size: 1.1em;
  padding: 8px 15px;
  border-radius: 16px;
  cursor: pointer;
  border: 0;
}
.account-pages .content .profile .form button.save-changes:focus {
  outline: none;
}
.account-pages .content .profile .form button.save-changes:hover {
  background: #358cd1;
}
.account-pages .content .profile .form button.save-changes:active {
  background: #3FA24D;
}
.account-pages .content .profile .form .updated {
  color: white;
  margin-top: 20px;
  text-align: center;
  background: #57bd65;
  padding: 10px;
}
.account-pages .content .user-information {
  max-width: 800px;
  margin: 0 auto;
}
.account-pages .content .user-information .info-item {
  margin-top: 15px;
}
.account-pages .content .user-information .info-item h4 {
  display: block;
  font-size: 0.9em;
  color: gray;
  margin: 0 0 5px 0;
}
.account-pages .content .coupons,
.account-pages .content .orders {
  max-width: 800px;
  margin: 0 auto;
}
.account-pages .content .coupons div.none,
.account-pages .content .orders div.none {
  text-align: center;
  padding: 20px;
  font-size: 1.3em;
  color: #aaa;
  text-transform: lowercase;
}
.account-pages .content .coupons table,
.account-pages .content .orders table {
  width: 100%;
}
.account-pages .content .coupons table th,
.account-pages .content .orders table th {
  text-align: left;
  color: gray;
  padding: 8px 2px;
  border-bottom: 1px dashed #aaa;
  text-transform: uppercase;
  font-size: 0.8em;
}
.account-pages .content .coupons table td,
.account-pages .content .orders table td {
  text-align: left;
  padding: 8px 2px;
  border-bottom: 1px dashed #aaa;
}
.account-pages .content .coupons table td.actions,
.account-pages .content .orders table td.actions {
  text-align: right;
}
.account-pages .content .coupons table td.left,
.account-pages .content .orders table td.left,
.account-pages .content .coupons table th.left,
.account-pages .content .orders table th.left {
  text-align: left;
}
.account-pages .content .coupons table td.center,
.account-pages .content .orders table td.center,
.account-pages .content .coupons table th.center,
.account-pages .content .orders table th.center {
  text-align: center;
}
.account-pages .content .coupons table td.right,
.account-pages .content .orders table td.right,
.account-pages .content .coupons table th.right,
.account-pages .content .orders table th.right {
  text-align: right;
}
.account-pages .content .coupons a.btn,
.account-pages .content .orders a.btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #2C7FC0;
  color: white;
  text-align: center;
  line-height: 25px;
  margin-left: 20px;
  cursor: pointer;
}
.account-pages .content .coupons a.btn:focus,
.account-pages .content .orders a.btn:focus {
  outline: none;
}
.account-pages .content .coupons a.btn:hover,
.account-pages .content .orders a.btn:hover {
  background: #358cd1;
}
.account-pages .content .coupons a.btn:active,
.account-pages .content .orders a.btn:active {
  background: #3FA24D;
}
.reset-password {
  margin: 20px;
}
.reset-password h3 {
  font-size: 2em;
  margin: 10px 0 20px 0;
}
.reset-password .form {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.reset-password .form .column {
  padding-left: 0;
  padding-right: 10px;
}
.reset-password .form .column.right {
  text-align: right;
}
@media (max-width: 600px) {
  .reset-password .form .column.col-6 {
    width: 100%;
  }
}
.reset-password .form span.label {
  display: block;
  font-size: 0.9em;
  color: gray;
  margin: 0 0 5px 0;
}
.reset-password .form span.label .error {
  float: right;
  color: #d66e6d;
}
.reset-password .form input {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.reset-password .form div.input.error input {
  background: #FDEBF0;
  border-color: #F22A06;
}
.reset-password .form button.save-changes {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  font-size: 1.1em;
  padding: 8px 15px;
  border-radius: 16px;
  cursor: pointer;
  border: 0;
}
.reset-password .form button.save-changes:focus {
  outline: none;
}
.reset-password .form button.save-changes:hover {
  background: #358cd1;
}
.reset-password .form button.save-changes:active {
  background: #3FA24D;
}
.reset-password .form .updated {
  color: white;
  margin-top: 20px;
  text-align: center;
  background: #57bd65;
  padding: 10px;
}
.coupon-reservation,
.reservation {
  max-width: 800px;
  margin: 0 auto;
}
.coupon-reservation h2,
.reservation h2 {
  font-size: 1.5em;
  padding: 1em 0;
}
.coupon-reservation h2 i,
.reservation h2 i {
  padding: 0.5em;
  border-radius: 100%;
  margin-right: 0.3em;
  color: white;
  background-color: #f58a00;
}
.coupon-reservation .content-box,
.reservation .content-box {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative;
}
.coupon-reservation .reservation-details-outer .customer-details-header,
.reservation .reservation-details-outer .customer-details-header,
.coupon-reservation .reservation-details-outer .reservation-details-header,
.reservation .reservation-details-outer .reservation-details-header,
.coupon-reservation .reservation-details-outer .used-coupons-header,
.reservation .reservation-details-outer .used-coupons-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.coupon-reservation .reservation-details-outer .reservation-details,
.reservation .reservation-details-outer .reservation-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.coupon-reservation .reservation-details-outer .reservation-details b,
.reservation .reservation-details-outer .reservation-details b {
  font-weight: 600;
}
.coupon-reservation .reservation-details-outer .reservation-details .reservation-product,
.reservation .reservation-details-outer .reservation-details .reservation-product {
  display: flex;
  gap: 16px;
}
.coupon-reservation .reservation-details-outer .reservation-details .reservation-product img,
.reservation .reservation-details-outer .reservation-details .reservation-product img {
  width: 200px;
}
.coupon-reservation .reservation-details-outer .reservation-details .reservation-product h5,
.reservation .reservation-details-outer .reservation-details .reservation-product h5 {
  font-size: 1em;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
.coupon-reservation .reservation-details-outer .reservation-details .reservation-product .flex,
.reservation .reservation-details-outer .reservation-details .reservation-product .flex {
  display: flex;
  gap: 4px;
}
.coupon-reservation .reservation-form,
.reservation .reservation-form,
.coupon-reservation .reservation-details-outer,
.reservation .reservation-details-outer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.coupon-reservation .reservation-form .select-coupons-notice,
.reservation .reservation-form .select-coupons-notice,
.coupon-reservation .reservation-details-outer .select-coupons-notice,
.reservation .reservation-details-outer .select-coupons-notice {
  color: #d66e6d;
}
.coupon-reservation .reservation-form h3,
.reservation .reservation-form h3,
.coupon-reservation .reservation-details-outer h3,
.reservation .reservation-details-outer h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
.coupon-reservation .reservation-form h4,
.reservation .reservation-form h4,
.coupon-reservation .reservation-details-outer h4,
.reservation .reservation-details-outer h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
.coupon-reservation .reservation-form span.label,
.reservation .reservation-form span.label,
.coupon-reservation .reservation-details-outer span.label,
.reservation .reservation-details-outer span.label {
  display: block;
  font-size: 0.9em;
  color: gray;
  margin: 0 0 5px 0;
}
.coupon-reservation .reservation-form span.label .error,
.reservation .reservation-form span.label .error,
.coupon-reservation .reservation-details-outer span.label .error,
.reservation .reservation-details-outer span.label .error {
  float: right;
  color: #d66e6d;
}
.coupon-reservation .reservation-form .disclaimer,
.reservation .reservation-form .disclaimer,
.coupon-reservation .reservation-details-outer .disclaimer,
.reservation .reservation-details-outer .disclaimer {
  font-size: 14px;
  color: #888;
  padding: 10px;
  display: block;
  margin-top: 10px;
}
.coupon-reservation .reservation-form .errors,
.reservation .reservation-form .errors,
.coupon-reservation .reservation-details-outer .errors,
.reservation .reservation-details-outer .errors {
  background-color: #d66e6d;
  margin-top: 8px;
  gap: 8px;
  color: white;
  border: 1px solid #ad3230;
  padding: 15px 10px;
  display: flex;
}
.coupon-reservation .reservation-form .errors i,
.reservation .reservation-form .errors i,
.coupon-reservation .reservation-details-outer .errors i,
.reservation .reservation-details-outer .errors i {
  font-size: 20px;
}
.coupon-reservation .reservation-form .errors li,
.reservation .reservation-form .errors li,
.coupon-reservation .reservation-details-outer .errors li,
.reservation .reservation-details-outer .errors li {
  display: block;
}
.coupon-reservation .reservation-form .select-coupons-notice,
.reservation .reservation-form .select-coupons-notice,
.coupon-reservation .reservation-details-outer .select-coupons-notice,
.reservation .reservation-details-outer .select-coupons-notice {
  color: #d66e6d;
}
.coupon-reservation .reservation-form .no-availability,
.reservation .reservation-form .no-availability,
.coupon-reservation .reservation-details-outer .no-availability,
.reservation .reservation-details-outer .no-availability {
  color: #F22A06;
  font-size: larger;
}
.coupon-reservation .reservation-form .error,
.reservation .reservation-form .error,
.coupon-reservation .reservation-details-outer .error,
.reservation .reservation-details-outer .error {
  color: #F22A06;
  margin-bottom: 4px;
}
.coupon-reservation .reservation-form .reservation-details,
.reservation .reservation-form .reservation-details,
.coupon-reservation .reservation-details-outer .reservation-details,
.reservation .reservation-details-outer .reservation-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.coupon-reservation .reservation-form input,
.reservation .reservation-form input,
.coupon-reservation .reservation-details-outer input,
.reservation .reservation-details-outer input,
.coupon-reservation .reservation-form select,
.reservation .reservation-form select,
.coupon-reservation .reservation-details-outer select,
.reservation .reservation-details-outer select {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.coupon-reservation .reservation-form input[type="checkbox"],
.reservation .reservation-form input[type="checkbox"],
.coupon-reservation .reservation-details-outer input[type="checkbox"],
.reservation .reservation-details-outer input[type="checkbox"] {
  width: auto;
}
.coupon-reservation .reservation-form .title-icon,
.reservation .reservation-form .title-icon,
.coupon-reservation .reservation-details-outer .title-icon,
.reservation .reservation-details-outer .title-icon {
  padding: 0.5em;
  border-radius: 100%;
  margin-right: 0.3em;
  color: white;
  background-color: #f58a00;
}
.coupon-reservation .reservation-form .plus-minus-number-picker,
.reservation .reservation-form .plus-minus-number-picker,
.coupon-reservation .reservation-details-outer .plus-minus-number-picker,
.reservation .reservation-details-outer .plus-minus-number-picker {
  display: flex;
  gap: 0.3rem;
}
.coupon-reservation .reservation-form .people-select,
.reservation .reservation-form .people-select,
.coupon-reservation .reservation-details-outer .people-select,
.reservation .reservation-details-outer .people-select {
  display: flex;
  gap: 3rem;
}
.coupon-reservation .reservation-form .nights-select,
.reservation .reservation-form .nights-select,
.coupon-reservation .reservation-details-outer .nights-select,
.reservation .reservation-details-outer .nights-select {
  display: flex;
  gap: 0.3rem;
}
.coupon-reservation .reservation-form .input-label-row,
.reservation .reservation-form .input-label-row,
.coupon-reservation .reservation-details-outer .input-label-row,
.reservation .reservation-details-outer .input-label-row {
  display: flex;
  justify-content: space-between;
}
.coupon-reservation .reservation-form label.error input,
.reservation .reservation-form label.error input,
.coupon-reservation .reservation-details-outer label.error input,
.reservation .reservation-details-outer label.error input {
  background: #FDEBF0;
  border-color: #F22A06;
  color: #F22A06;
}
.coupon-reservation .reservation-form label.error div,
.reservation .reservation-form label.error div,
.coupon-reservation .reservation-details-outer label.error div,
.reservation .reservation-details-outer label.error div {
  color: #F22A06;
}
.coupon-reservation .reservation-form select,
.reservation .reservation-form select,
.coupon-reservation .reservation-details-outer select,
.reservation .reservation-details-outer select {
  height: 35px;
  background: white;
}
.coupon-reservation .reservation-form .confirmation-loader-holder,
.reservation .reservation-form .confirmation-loader-holder,
.coupon-reservation .reservation-details-outer .confirmation-loader-holder,
.reservation .reservation-details-outer .confirmation-loader-holder {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(186, 106, 0, 0.7);
  z-index: 1;
}
.coupon-reservation .reservation-form .confirmation-loader-holder .confirmation-loader,
.reservation .reservation-form .confirmation-loader-holder .confirmation-loader,
.coupon-reservation .reservation-details-outer .confirmation-loader-holder .confirmation-loader,
.reservation .reservation-details-outer .confirmation-loader-holder .confirmation-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid gray;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  /* Safari */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.coupon-reservation .reservation-form .loader-holder,
.reservation .reservation-form .loader-holder,
.coupon-reservation .reservation-details-outer .loader-holder,
.reservation .reservation-details-outer .loader-holder {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(230, 230, 230, 0.7);
  z-index: 1;
  /* Safari */
}
.coupon-reservation .reservation-form .loader-holder .loader,
.reservation .reservation-form .loader-holder .loader,
.coupon-reservation .reservation-details-outer .loader-holder .loader,
.reservation .reservation-details-outer .loader-holder .loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #f58a00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.coupon-reservation .reservation-form .calendar-holder,
.reservation .reservation-form .calendar-holder,
.coupon-reservation .reservation-details-outer .calendar-holder,
.reservation .reservation-details-outer .calendar-holder {
  background-color: white;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.coupon-reservation .reservation-form .calendar-holder h4,
.reservation .reservation-form .calendar-holder h4,
.coupon-reservation .reservation-details-outer .calendar-holder h4,
.reservation .reservation-details-outer .calendar-holder h4 {
  min-height: 1.5em;
}
.coupon-reservation .reservation-form .calendar-holder h4.available,
.reservation .reservation-form .calendar-holder h4.available,
.coupon-reservation .reservation-details-outer .calendar-holder h4.available,
.reservation .reservation-details-outer .calendar-holder h4.available {
  color: #3FA24D;
}
.coupon-reservation .reservation-form .calendar-holder .loading,
.reservation .reservation-form .calendar-holder .loading,
.coupon-reservation .reservation-details-outer .calendar-holder .loading,
.reservation .reservation-details-outer .calendar-holder .loading {
  background-color: red;
}
.coupon-reservation .reservation-form button.save-changes,
.reservation .reservation-form button.save-changes,
.coupon-reservation .reservation-details-outer button.save-changes,
.reservation .reservation-details-outer button.save-changes {
  display: inline-block;
  background: #2C7FC0;
  color: white;
  font-size: 1.1em;
  padding: 8px 15px;
  border-radius: 16px;
  cursor: pointer;
  border: 0;
}
.coupon-reservation .reservation-form button.save-changes:focus,
.reservation .reservation-form button.save-changes:focus,
.coupon-reservation .reservation-details-outer button.save-changes:focus,
.reservation .reservation-details-outer button.save-changes:focus {
  outline: none;
}
.coupon-reservation .reservation-form button.save-changes:hover,
.reservation .reservation-form button.save-changes:hover,
.coupon-reservation .reservation-details-outer button.save-changes:hover,
.reservation .reservation-details-outer button.save-changes:hover {
  background: #358cd1;
}
.coupon-reservation .reservation-form button.save-changes:active,
.reservation .reservation-form button.save-changes:active,
.coupon-reservation .reservation-details-outer button.save-changes:active,
.reservation .reservation-details-outer button.save-changes:active {
  background: #3FA24D;
}
.coupon-reservation .reservation-form .updated,
.reservation .reservation-form .updated,
.coupon-reservation .reservation-details-outer .updated,
.reservation .reservation-details-outer .updated {
  color: white;
  margin-top: 20px;
  text-align: center;
  background: #57bd65;
  padding: 10px;
}
.coupon-reservation .reservation-form .button-container,
.reservation .reservation-form .button-container,
.coupon-reservation .reservation-details-outer .button-container,
.reservation .reservation-details-outer .button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.coupon-reservation .reservation-form .button-container .price,
.reservation .reservation-form .button-container .price,
.coupon-reservation .reservation-details-outer .button-container .price,
.reservation .reservation-details-outer .button-container .price {
  color: #3FA24D;
  font-size: 2.8em;
  font-weight: bold;
}
.coupon-reservation .reservation-form .button-container button.confirm-reservation,
.reservation .reservation-form .button-container button.confirm-reservation,
.coupon-reservation .reservation-details-outer .button-container button.confirm-reservation,
.reservation .reservation-details-outer .button-container button.confirm-reservation {
  background-color: #f58a00;
  border: 0;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 1em;
  position: relative;
}
.coupon-reservation .reservation-form .button-container button.confirm-reservation:hover:not(:disabled),
.reservation .reservation-form .button-container button.confirm-reservation:hover:not(:disabled),
.coupon-reservation .reservation-details-outer .button-container button.confirm-reservation:hover:not(:disabled),
.reservation .reservation-details-outer .button-container button.confirm-reservation:hover:not(:disabled) {
  background-color: #c26d00;
  cursor: pointer;
}
.coupon-reservation .reservation-form .button-container .confirm-reservation:disabled,
.reservation .reservation-form .button-container .confirm-reservation:disabled,
.coupon-reservation .reservation-details-outer .button-container .confirm-reservation:disabled,
.reservation .reservation-details-outer .button-container .confirm-reservation:disabled {
  background-color: #cdb595;
  cursor: not-allowed;
}
.ors-calendar .navigation {
  margin: 15px 0 5px 0;
  text-align: center;
}
.ors-calendar .navigation .column {
  padding: 0;
}
.ors-calendar .navigation .month {
  text-transform: capitalize;
  font-size: 1.2em;
  color: #888;
}
.ors-calendar .cal1 {
  padding: 0 10px 0 0;
  text-align: center;
}
.ors-calendar .cal2 {
  padding: 0 0 0 10px;
  text-align: center;
}
.ors-calendar .calendar {
  max-width: 220px;
  margin: 0 auto;
}
.ors-calendar .calendar table.days th {
  color: #666;
  padding: 8px 0 5px 0;
}
.ors-calendar .calendar table.days div {
  padding: 2px 4px;
}
.ors-calendar .calendar table.days div:not(.disabled):active {
  background: #01A651;
}
.ors-calendar .calendar .other-month {
  visibility: hidden;
}
.ors-calendar .calendar .check_out_available.check_in_available:not(.selected):not(.available) {
  background: #01A651;
  color: black;
}
.ors-calendar .calendar .check_out_available:not(.available):not(.selected) {
  background: linear-gradient(to top right, #01A651 50%, white 50%);
  color: black;
}
.ors-calendar .calendar .check_in_available:not(.available):not(.selected) {
  background: linear-gradient(to top left, #01A651 50%, white 50%);
  color: black;
}
.ors-calendar .calendar .selected {
  background: #01A651;
  color: white;
}
.ors-calendar .calendar .selected:hover {
  background: #01A651;
}
.ors-calendar .calendar .selected.first {
  border-radius: 15px 0 0 15px;
}
.ors-calendar .calendar .selected.middle {
  border-radius: 0;
}
.ors-calendar .calendar .selected.last {
  border-radius: 0 15px 15px 0;
}
.ors-calendar .calendar .selected.available {
  color: white;
}
.ors-calendar .calendar .selected.unavailable {
  background: #aaa;
}
.ors-calendar .calendar .available {
  background-color: #01A651;
  color: black;
}
.availability-status {
  border-bottom: 1px solid #eee;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 2em;
  color: gray;
}
.availability-status.unavailable .column {
  background: #FDEBF0;
  color: red;
}
.availability-status span.date {
  color: black;
}
.availability-status i.fa {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: white;
  vertical-align: middle;
  line-height: 20px;
  margin: 0 4px;
  font-size: 0.9em;
  color: #333;
}
.availability-status .column {
  background: #eee;
  margin-bottom: 5px;
  padding: 3px 15px;
}
.availability-status .note {
  color: #f58a00;
}
.availability-status .separator {
  margin: 0 10px;
  font-weight: bold;
  color: gray;
}
.availability-status .nights {
  margin: 0 5px;
}
.availability-status a.clear {
  float: right;
}
