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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img.responsive {
  max-width: 100%;
}

.hide-mobile {
  display: none !important;
}

@media (min-width: 769px) {
  .hide-mobile {
    display: block !important;
  }

  .hide-desktop {
    display: none !important;
  }
}
.main-body .pagination-container {
  background: transparent !important;
}

.pagination {
  text-align: center;
  height: 0;
}
.pagination .page {
  display: inline-block;
  position: relative;
  top: 35px;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
  margin: 0 1px;
  border: solid 1px #e7e7e7;
  background: white;
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  font-family: Arial;
}
.pagination .page.active {
  border: 1px solid #ffc324;
  background: #ffc324;
  color: white;
}

@media (min-width: 769px) {
  .pagination {
    padding: 30px 0;
  }
  .pagination .page {
    padding: 0 15px;
    height: 38px;
    line-height: 36px;
    top: 60px;
  }
  .pagination .page:hover {
    background: #222222;
    color: white;
    border: 1px solid #222222;
  }
}
@viewport {
  width: device-width;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 990px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

section, .clearfix, .container, .row {
  *zoom: 1;
}
section:before, section:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
  content: "";
  display: table;
}
section:after, .clearfix:after, .container:after, .row:after {
  clear: both;
}

.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, .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, .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, .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 {
  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 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 500px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 769px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1170px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 87.5%;
  color: #222222;
  font-family: "freight-sans-pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #222222;
  font-family: "freight-sans-pro", sans-serif;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 21px;
}

p {
  font-size: 1em;
  line-height: 1.25em;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

@media (min-width: 500px) {
  body {
    font-size: 100%;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

input, label, .fp-select select, textarea {
  font-family: "freight-sans-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

input:focus, textarea:focus {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.formplate .fp-checkbox, .formplate .fp-radio, input, .fp-select, textarea {
  border: 0;
}

.formplate .fp-checkbox, .formplate .fp-radio, input, .fp-select, textarea, button, input[type="submit"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.formplate .fp-radio,
.formplate .fp-toggler .handle {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wpuf-el {
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .wpuf-el {
    margin-bottom: 30px;
  }
}
.formplate .fp-checkbox, .formplate .fp-radio {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: 5px;
  margin-top: 0;
  margin-bottom: 2px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  vertical-align: middle;
  background-clip: padding-box;
  background-clip: border-box;
}

.formplate .fp-checkbox:hover, .formplate .fp-radio:hover {
  cursor: pointer;
  border: 1px solid #ffc324;
}

.formplate .fp-checkbox.checked, .formplate .fp-radio.checked {
  text-align: left;
  padding-left: 4px;
  color: #fff;
  border: 1px solid #ffc324;
  background: #ffc324 url(../img/base64/icon-check.svg) no-repeat top -1px left -1px;
  background-size: 22px;
}

.formplate .fp-checkbox > input, .formplate .fp-radio > input {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
}

.formplate .fp-checkbox > input:hover, .formplate .fp-radio > input:hover {
  cursor: pointer;
}

.formplate .fp-radio {
  background-clip: padding-box;
  background-clip: border-box;
}

input:not([type=checkbox]) {
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 0px;
  font-size: 16px;
  height: 38px;
  line-height: 20px;
  background-color: #fff !important;
  background-clip: padding-box;
  z-index: 1;
  outline: none;
  -webkit-appearance: none;
}

input:focus {
  z-index: 2;
}

label {
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 6px;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}

.wpuf-fields label {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

@media (min-width: 500px) {
  label {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.fp-select {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #e7e7e7;
}

.fp-select:before {
  position: absolute;
  right: 7px;
  height: 36px;
  z-index: 1;
}

.fp-select select {
  position: relative;
  height: 38px;
  width: 110%;
  margin: 0;
  padding-left: 12px;
  border: medium none #000;
  letter-spacing: normal;
  font-size: 16px;
  text-transform: none;
  word-spacing: normal;
  word-wrap: normal;
  outline: none;
  -webkit-user-select: text;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0px 0px 4px 1px rgba(183, 183, 183, 0.3) !important;
  background: transparent url(../img/base64/icon-dropdown.svg) no-repeat top right 10%;
  background-size: 38px;
  border: none;
}
.fp-select select option {
  font-size: 14px;
}

.fp-select select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  height: 114px;
  padding: 10px;
  margin: 0;
  margin-bottom: 0px;
  font-size: 13px;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  background-clip: padding-box;
}

.formplate .fp-toggler {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.formplate .fp-toggler > input {
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.formplate .fp-toggler .handle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.formplate .fp-toggler.checked {
  background-color: #ffc324;
}

.formplate .fp-toggler.checked .handle {
  left: 21px;
}

input[type="submit"] {
  font-weight: 600;
  box-shadow: none;
  background: #222222 !important;
  color: #acacac;
  font-size: 16px;
  text-transform: uppercase;
  height: 38px;
  line-height: 14px;
  cursor: pointer;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

input[type="submit"].yellow {
  background: #ffc324 !important;
  color: #222222;
}

@media (min-width: 769px) {
  input[type="submit"]:hover {
    background: #464646 !important;
    color: white;
  }

  input[tpye="submit"].yellow:hover {
    background: #ffd157 !important;
    color: #222222;
  }
}
.wpuf-help {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: #a3a3a3;
}

.body-form {
  padding: 15px 0;
}
.body-form input, .body-form textarea {
  border: 1px solid #e7e7e7;
}

@media (min-width: 769px) {
  .body-form {
    padding: 15px;
  }
}
.input-number-contain {
  position: relative;
  padding: 0 48px;
}

.input-number {
  vertical-align: top;
  text-align: center;
}

.input-number-decrement,
.input-number-increment {
  user-select: none;
  position: absolute;
  top: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  background: #ffc324;
  color: #222222;
  cursor: pointer;
  z-index: 99;
}

.input-number-decrement {
  left: 0;
}

.input-number-increment {
  right: 0;
}

.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span {
  /*	-moz-box-sizing: border-box !important;
  	box-sizing: border-box !important;*/
}

.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  width: 100% !important;
}

.xdsoft_autocomplete .xdsoft_input {
  position: relative;
  z-index: 2;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  position: absolute;
  cursor: default;
  display: none;
  z-index: 1001;
  margin-top: 0px;
  background-color: #fff;
  min-width: 100%;
  left: 0 !important;
  overflow: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc  !important;
  overflow: hidden !important;
  white-space: pre  !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span {
  color: transparent;
  opacity: 0.0;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright {
  color: #ddd;
  font-size: 10px;
  text-decoration: none;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  z-index: 1002;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background: #222222;
  color: #FFFFFF;
}

.datepicker {
  background: white url(../img/base64/icon-date.svg) no-repeat right 10px center;
  background-size: 16px;
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ffc324;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #222222;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #222222;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #222222;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ffc324 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0px 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_limited_dates .xdsoft_date {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ffdf8a !important;
}
.xdsoft_limited_dates .xdsoft_disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #F5F5F5 !important;
}
.xdsoft_limited_dates .xdsoft_today {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #222222 !important;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  margin: 20px 10px;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: white;
  cursor: default;
}

.noUi-background {
  background: #666;
}

.noUi-connect {
  margin: 0 !important;
  background: #ffc324;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}

.noUi-origin {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.noUi-target {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.noUi-active {
  cursor: pointer !important;
}

header {
  height: 50px;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  -moz-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header form {
  background: #2c2c2c;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}

.tp-banner-container {
  top: 0px !important;
}

.logo {
  height: 22px;
  width: 130px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 14px;
  left: 10px;
  background: url(../img/logo.svg) no-repeat center center;
  background-size: 130px 22px;
}
.logo a {
  display: block;
  height: 22px;
}

.menu-btn {
  width: 54px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.menu-btn:focus {
  outline: 0;
}
.menu-btn:before {
  content: '';
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-btn span {
  display: block;
  position: relative;
}
.menu-btn span:before, .menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
}
.menu-btn span:before {
  top: -8px;
}
.menu-btn span:after {
  bottom: -8px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  width: 100%;
  height: 2px;
  background: #ffc324;
  transition: all 0.3s ease;
}
.menu-btn.is-active:before {
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #222222;
}
.menu-btn.is-active span {
  background: transparent;
}
.menu-btn.is-active span:before {
  top: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menu-btn.is-active span:after {
  bottom: 0;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.mainmenu {
  display: block;
  opacity: 0;
  height: 214px;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  margin-left: -85px;
  -moz-transition: all 150ms ease 0ms;
  -o-transition: all 150ms ease 0ms;
  -webkit-transition: all 150ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 150ms ease 0ms;
  z-index: 99;
}
.mainmenu a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  line-height: 42px;
}
.mainmenu span {
  display: inline-block;
  background: red;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
}
.mainmenu .sailing {
  background: url(../img/base64/icon-boat.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .adventure {
  background: url(../img/base64/icon-adventure.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .whitsundays {
  background: url(../img/base64/icon-whitsundays.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .australia {
  background: url(../img/base64/icon-aus.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .newzealand {
  background: url(../img/base64/icon-nz.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .hotels {
  background: url(../img/base64/icon-hotels.svg) no-repeat center center;
  background-size: 24px;
}
.mainmenu .flights {
  background: url(../img/base64/icon-flight.svg) no-repeat center center;
  background-size: 24px;
}

.othermenu {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
.othermenu li {
  list-style: none;
  display: inline-block;
}
.othermenu a {
  color: white;
  line-height: 16px;
  color: #acacac;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.othermenu .dot {
  color: #ffc324;
  font-size: 10px;
  line-height: 16px;
  position: relative;
  top: -2px;
  padding: 0 5px;
}

.search-field {
  background: #222222 url(../img/base64/icon-search.svg) no-repeat right 3px center;
  background-size: 32px;
  height: 32px;
  width: 290px;
  margin: 8px 0;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  border: 0;
  outline: 0;
  color: white;
  font-size: 16px;
  padding: 5px 15px;
  line-height: 22px;
  -webkit-appearance: none;
  color: #222222;
}
.search-field:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

header.active {
  height: 100%;
}
header.active form {
  bottom: 0;
  -moz-transition: all 350ms ease 300ms;
  -o-transition: all 350ms ease 300ms;
  -webkit-transition: all 350ms ease;
  -webkit-transition-delay: 300ms;
  transition: all 350ms ease 300ms;
}
header.active .mainmenu {
  opacity: 1;
  margin-top: -122px;
  -moz-transition: all 350ms ease 100ms;
  -o-transition: all 350ms ease 100ms;
  -webkit-transition: all 350ms ease;
  -webkit-transition-delay: 100ms;
  transition: all 350ms ease 100ms;
}
header.active .othermenu {
  bottom: 60px;
  -moz-transition: all 350ms ease 300ms;
  -o-transition: all 350ms ease 300ms;
  -webkit-transition: all 350ms ease;
  -webkit-transition-delay: 300ms;
  transition: all 350ms ease 300ms;
}

@media (min-width: 769px) {
  body {
    padding-top: 0;
  }

  header {
    height: 108px;
    position: absolute;
  }
  header .wrap {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
  }
  header form {
    height: 68px;
    width: 185px;
    padding: 0;
    top: 0;
    right: 15px;
    left: auto;
    background: #222222;
  }

  .tp-banner-container {
    top: 108px !important;
    margin-bottom: 108px;
  }

  .logo {
    height: 30px;
    width: 180px;
    background-size: 180px 30px;
    top: 19px;
    left: 15px;
  }
  .logo a {
    height: 30px;
  }

  .menu-btn {
    display: none !important;
  }

  .first-wrap {
    height: 68px;
  }

  .second-wrap {
    height: 40px;
  }

  .mainmenu {
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 40px;
    z-index: 9;
    margin: 0;
    padding: 0;
    opacity: 1;
    border-top: 1px solid #464646;
  }
  .mainmenu a {
    display: block;
    float: left;
    height: 40px;
    line-height: 39px;
    padding: 0 17px;
    border-left: 1px solid #464646;
    font-size: 15px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .mainmenu a:hover {
    background: #464646;
  }
  .mainmenu a.active {
    background: #ffc324;
    color: #222222;
  }
  .mainmenu a.active .sailing {
    background: url(../img/base64/icon-boat-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .adventure {
    background: url(../img/base64/icon-adventure-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .whitsundays {
    background: url(../img/base64/icon-whitsundays-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .australia {
    background: url(../img/base64/icon-aus-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .newzealand {
    background: url(../img/base64/icon-nz-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .hotels {
    background: url(../img/base64/icon-hotels-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu a.active .flights {
    background: url(../img/base64/icon-flight-white.svg) no-repeat center center;
    background-size: 18px;
  }
  .mainmenu span {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 4px;
    display: none;
  }
  .mainmenu .sailing, .mainmenu .adventure, .mainmenu .whitsundays, .mainmenu .australia, .mainmenu .newzealand, .mainmenu .hotels, .mainmenu .flights {
    background-size: 18px;
  }
  .mainmenu li:last-child a {
    border-right: 1px solid #464646;
  }

  .othermenu {
    top: 26px;
    right: 220px;
    bottom: auto;
    left: auto;
  }
  .othermenu a {
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .othermenu a:hover {
    color: white;
  }

  .search-field {
    width: 181px;
    background-color: black;
    margin-top: 19px;
    border: 2px solid black;
    height: 30px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .search-field:focus {
    border: 2px solid #ffc324;
  }
}
@media (min-width: 815px) {
  .mainmenu span {
    display: inline-block;
  }
}
.menuopen {
  overflow: hidden;
}

footer {
  text-align: center;
  padding: 20px 0;
  background: #222222;
}
footer h3 {
  color: #ffc324;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer h4 {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
footer p {
  color: #d2d2d2;
  padding-bottom: 15px;
  font-size: 1em;
  line-height: 20px;
}
footer a {
  color: #d2d2d2;
}
footer .contact-us p {
  font-size: 1.125em;
  line-height: 24px;
}
footer .contact-us p:last-child {
  font-size: 1em;
  line-height: 20px;
}
footer .footer-top {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ffc324;
}
footer .footer-bottom {
  margin-bottom: 3em;
}
footer .cert-search .eco-cert {
  background: url(../img/footer/adv_cert.png) no-repeat center center;
  background-size: 120px;
  text-indent: -9999px;
  width: 120px;
  height: 120px;
  margin: 0 auto 2em auto;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons a {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  margin-right: 1em;
  display: inline-block;
}
footer .social-icons .facebook a {
  background: url(../img/base64/icon-facebook.svg) no-repeat center center;
  background-size: 28px;
}
footer .social-icons .twitter a {
  background: url(../img/base64/icon-twitter.svg) no-repeat center center;
  background-size: 28px;
}
footer .social-icons .googleplus a {
  background: url(../img/base64/icon-googleplus.svg) no-repeat center center;
  background-size: 28px;
}
footer .social-icons .youtube a {
  background: url(../img/base64/icon-youtube.svg) no-repeat center center;
  background-size: 28px;
}
footer .social-icons .instagram a {
  background: url(../img/base64/icon-instagram.svg) no-repeat center center;
  background-size: 28px;
}
footer .email-link {
  background: url(../img/base64/icon-email.svg) no-repeat left center;
  background-size: 18px auto;
  font-size: 1.125em;
  display: inline-block;
  height: 55px;
  padding-left: 30px;
  line-height: 51px;
  color: white;
}
footer .wings {
  padding-top: 30px;
}
footer .wings ul {
  margin: 10px 0 15px 0;
}
footer .wings a {
  display: block;
  font-size: 1.125em;
  line-height: 24px;
}
footer .copyright {
  color: #999999;
  padding-bottom: 0;
}

@media (min-width: 769px) {
  footer {
    padding: 35px 0 15px 0;
    text-align: left;
  }
  footer p {
    padding-bottom: 20px;
  }
  footer .follow-us {
    padding-top: 10px;
  }
  footer .social-icons a {
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  footer .social-icons a:hover {
    opacity: 0.5;
  }
  footer .email-link {
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    padding-top: 1px;
  }
  footer .email-link:hover {
    padding-left: 33px;
    padding-right: 2px;
  }
  footer .wings {
    padding-top: 0;
  }
  footer .wings ul {
    margin: 10px 0 35px 0;
  }
  footer .wings a {
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  footer .wings a:hover {
    padding-left: 2px;
  }
  footer .eco-cert {
    display: inline-block;
    float: right;
    clear: both;
    margin-right: 15px;
  }
  footer form {
    text-align: right;
  }
  footer .copyright {
    padding-top: 9px;
    text-align: right;
  }
}
#livechat-compact-container {
  display: none;
}

.main-body {
  background: white;
}

.home-tabs {
  background: #222222 !important;
  position: relative;
  top: -50px;
  z-index: 99;
  height: 50px;
}
.home-tabs a {
  height: 50px;
  color: #acacac;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  padding: 10px;
  font-size: 1.25em;
}
.home-tabs a span {
  display: none;
}
.home-tabs a.active {
  background: #ffc324;
  color: #222222;
}
.home-tabs a:last-child {
  border-left: 1px solid #373737;
}

.home-tab-content {
  position: relative;
  top: -50px;
  margin-bottom: 30px;
}
.home-tab-content .tab {
  display: none;
}
.home-tab-content .tab.active {
  display: block;
}
.home-tab-content .searching {
  padding: 15px;
  font-size: 1.125em;
}
.home-tab-content .list-empty {
  padding: 15px;
  font-size: 1.125em;
}

@media (min-width: 769px) {
  .home-tabs {
    background: #222222;
    top: -60px;
    height: 60px;
  }
  .home-tabs a {
    height: 60px;
    line-height: 28px;
    padding: 15px;
    -moz-transition: all 250ms ease 0ms;
    -o-transition: all 250ms ease 0ms;
    -webkit-transition: all 250ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 250ms ease 0ms;
  }
  .home-tabs a span {
    display: inline;
  }
  .home-tabs a:hover {
    background: #373737;
  }
  .home-tabs a.active:hover {
    background: #ffc324;
    color: #222222;
    cursor: inherit;
  }
  .home-tabs a:last-child {
    border-left: 1px solid #373737;
  }
  .home-tabs a:last-child.active {
    border-left: 1px solid #ffc324;
  }
  .home-tabs a:first-child {
    border-right: 1px solid #373737;
  }
  .home-tabs a:first-child.active {
    border-right: 1px solid #ffc324;
  }

  .home-tab-content {
    top: -60px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .drop-shadow {
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
.tour-filter {
  background: #ffc324;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tour-filter > div {
  margin-bottom: 15px;
}
.tour-filter > div:last-child {
  margin: 0;
}
.tour-filter .fp-select {
  border: none;
}
.tour-filter h4 {
  color: #222222;
  font-weight: 500;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 34px;
}
.tour-filter .check-contain {
  text-align: center;
}
.tour-filter .fp-checkbox {
  border: 1px solid #222222;
}
.tour-filter .fp-checkbox:hover, .tour-filter .fp-radio:hover {
  cursor: pointer;
  border: 1px solid #222222;
}
.tour-filter .fp-checkbox.checked, .tour-filter .fp-radio.checked {
  border: 1px solid #222222;
  background-color: #222222;
}

@media (min-width: 769px) {
  .main-body {
    background: white url(../img/base64/body.png) repeat;
  }
  .main-body .container {
    background: white;
  }

  .tour-filter > div {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tour-filter > div:first-child {
    padding-left: 20px;
  }
  .tour-filter h4 {
    text-align: center;
  }
  .tour-filter .col-md-2:last-child {
    padding-right: 20px;
  }
  .tour-filter .check-contain {
    padding-top: 10px;
  }
}
.the-content {
  background: none !important;
  padding: 40px 0 30px 0;
}
.the-content h3 {
  padding-bottom: 20px;
}
.the-content p {
  padding-bottom: 15px;
}

.page-background {
  z-index: -1;
  padding: 120px 0 100px 0;
  background: #666 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-background h1 {
  color: white;
  font-size: 2.375em;
  margin-bottom: 10px;
  line-height: 1em !important;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.page-background p {
  color: white;
  font-weight: 600;
  max-width: 500px;
  font-size: 1.25em;
  line-height: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.page-background.nointro {
  padding: 100px 0 30px 0;
}
.page-background.nointro h1 {
  margin-bottom: 0px;
}
.page-background.searchpage {
  padding: 100px 0 80px 0;
}

@media (min-width: 769px) {
  .page-background {
    padding: 300px 0 100px 0;
  }
  .page-background h1 {
    font-size: 3.25em;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .page-background p {
    font-size: 1.125em;
    line-height: 22px;
  }
  .page-background.nointro {
    padding: 200px 0 40px 0;
  }
  .page-background.nointro h1 {
    margin-bottom: 0px;
  }
  .page-background.searchpage {
    padding: 200px 0 100px 0;
  }
}
.page-tab-content {
  top: -71px;
}

@media (max-width: 769px) {
  .qs-fields-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .qs-field {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .qs-fields-container {
    padding-right: 0px !important;
  }

  .qs-btn-container {
    padding-left: 0px !important;
  }
}
.home-slider {
  position: relative;
}
.home-slider .slides-container {
  display: none;
}
.home-slider .scrollable {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.home-slider .scrollable {
  *zoom: 1;
}
.home-slider .scrollable:before, .home-slider .scrollable:after {
  content: "";
  display: table;
}
.home-slider .scrollable:after {
  clear: both;
}
.home-slider .slide-content {
  max-width: 990px;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  height: 100px;
  padding: 15px;
}
.home-slider .slide-content span {
  -moz-transition: all 250ms ease 0ms;
  -o-transition: all 250ms ease 0ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 250ms ease 0ms;
  position: absolute;
  top: 0;
  left: 15px;
  width: 40px;
  height: 40px;
}
.home-slider .slide-content h2 {
  -moz-transition: all 250ms ease 100ms;
  -o-transition: all 250ms ease 100ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 100ms;
  transition: all 250ms ease 100ms;
  color: white;
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 2.375em;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.home-slider .slide-content p {
  -moz-transition: all 250ms ease 200ms;
  -o-transition: all 250ms ease 200ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 200ms;
  transition: all 250ms ease 200ms;
  color: white;
  position: absolute;
  top: 82px;
  left: 15px;
  font-weight: 600;
  max-width: 290px;
  font-size: 1.25em;
  line-height: 0.875em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.home-slider .diving span {
  background: url(../img/base64/icon-boat.svg) no-repeat center center;
  background-size: 40px;
}
.home-slider .adventure span {
  background: url(../img/base64/icon-adventure.svg) no-repeat center center;
  background-size: 40px;
}
.home-slider .australia span {
  background: url(../img/base64/icon-aus.svg) no-repeat center center;
  background-size: 40px;
}
.home-slider .newzealand span {
  background: url(../img/base64/icon-nz.svg) no-repeat center center;
  background-size: 40px;
}
.home-slider.animating .slide-content span, .home-slider.animating .slide-content h2, .home-slider.animating .slide-content p {
  top: 300px;
}
.home-slider.animating .slide-content span {
  -moz-transition: all 250ms ease 200ms;
  -o-transition: all 250ms ease 200ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 200ms;
  transition: all 250ms ease 200ms;
}
.home-slider.animating .slide-content h2 {
  -moz-transition: all 250ms ease 100ms;
  -o-transition: all 250ms ease 100ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 100ms;
  transition: all 250ms ease 100ms;
}
.home-slider.animating .slide-content p {
  -moz-transition: all 250ms ease 0ms;
  -o-transition: all 250ms ease 0ms;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 250ms ease 0ms;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  display: none;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  display: none;
}

@media (min-width: 500px) {
  .home-slider .slide-content {
    bottom: 250px;
    height: 100px;
  }
  .home-slider .slide-content span {
    top: 0;
    width: 70px;
    height: 70px;
  }
  .home-slider .slide-content h2 {
    top: 70px;
    font-size: 3.75em;
    line-height: 70px;
  }
  .home-slider .slide-content p {
    top: 140px;
    font-size: 1.625em;
    line-height: 1.125em;
    max-width: 500px;
  }
  .home-slider .diving span {
    background-size: 70px;
  }
  .home-slider .adventure span {
    background-size: 70px;
  }
  .home-slider .australia span {
    background-size: 70px;
  }
  .home-slider .newzealand span {
    background-size: 70px;
  }
  .home-slider.animating .slide-content span, .home-slider.animating .slide-content h2, .home-slider.animating .slide-content p {
    top: 300px;
  }
}
.main-list .item {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.main-list .item .image {
  padding-left: 0;
  padding-right: 0;
}
.main-list .item .details {
  padding-top: 15px;
  position: inherit;
}
.main-list .item .actions {
  padding-top: 15px;
}
.main-list .item .featured {
  position: absolute;
  top: 0;
  right: 15px;
  background: red;
  width: 32px;
  height: 32px;
  display: block;
}
.main-list .item img {
  margin: 0 0 -3px 0;
}
.main-list .item .type {
  font-size: 12px;
  color: #ffc324;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-list .item h3 {
  font-size: 1.75em;
  font-weight: 500;
  margin: 7px 0 15px 0;
}
.main-list .item h3 small {
  font-size: 14px;
  font-style: italic;
  display: block;
}
.main-list .item h3 a {
  color: #222222;
}
.main-list .item .live-chat {
  float: left;
  margin-top: 14px;
}
.main-list .item .live-chat a {
  font-weight: bold;
  color: #ffc324;
}
.main-list .item .star {
  float: left;
  padding-top: 10px;
}
.main-list .item .star li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 1px;
  text-indent: -9999px;
}
.main-list .item .length {
  display: none;
}
.main-list .item .description {
  overflow: hidden;
  display: -webkit-box;
  height: 80px;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main-list .item .rate {
  text-align: right;
  float: right;
  font-size: 2em;
  font-weight: 600;
}
.main-list .item .rate span {
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  padding-right: 5px;
  line-height: 24px;
}
.main-list .item .more {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 38px;
  background: #222222;
  color: #acacac;
  padding: 5px 15px;
  line-height: 28px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
.main-list .item:last-child {
  border: 0;
}
.main-list .item .diving {
  background: url(../img/base64/item/item-diving.svg) no-repeat center center;
  background-size: 26px;
}
.main-list .item .family {
  background: url(../img/base64/item/item-family.svg) no-repeat center center;
  background-size: 26px;
}
.main-list .item .adventure {
  background: url(../img/base64/item/item-adventure.svg) no-repeat center center;
  background-size: 26px;
}

@media (min-width: 769px) {
  .main-list .item {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
  }
  .main-list .item .image {
    padding-left: 0;
    padding-right: 15px;
    overflow: hidden;
  }
  .main-list .item img {
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .main-list .item a:hover img {
    opacity: 0.8;
  }
  .main-list .item .details {
    padding-top: 15px;
    position: inherit;
  }
  .main-list .item .actions {
    padding-top: 20px;
    text-align: right;
  }
  .main-list .item .featured {
    position: absolute;
    top: 0;
    right: 15px;
    background: red;
    width: 32px;
    height: 32px;
    display: block;
  }
  .main-list .item .image img {
    margin: 0 0 -3px 0;
    min-width: 315px;
    max-height: 400px;
    width: auto;
    height: auto;
  }
  .main-list .item .type {
    font-size: 12px;
    color: #ffc324;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .main-list .item h3 {
    font-size: 1.75em;
    font-weight: 500;
    margin: 7px 0 15px 0;
  }
  .main-list .item h3 small {
    display: inline;
  }
  .main-list .item h3 a:hover {
    color: #464646;
  }
  .main-list .item .live-chat {
    position: absolute;
    bottom: 18px;
    right: 15px;
  }
  .main-list .item .live-chat a {
    font-weight: bold;
    color: #ffc324;
  }
  .main-list .item .star {
    position: absolute;
    bottom: 18px;
    right: 15px;
  }
  .main-list .item .length {
    position: absolute;
    bottom: 59px;
    right: 15px;
  }
  .main-list .item .rate {
    text-align: right;
    font-size: 2em;
    font-weight: 600;
  }
  .main-list .item .rate span {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
  }
  .main-list .item .more {
    display: inline-block !important;
    margin: 10px 0 10 0;
    -moz-transition: all 250ms ease 0ms;
    -o-transition: all 250ms ease 0ms;
    -webkit-transition: all 250ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 250ms ease 0ms;
  }
  .main-list .item .more:hover {
    background: #464646 !important;
    color: white;
  }
  .main-list .item:last-child {
    border: 0;
  }
}
.detailpage {
  position: relative;
  top: -97px;
  margin-bottom: -90px;
  z-index: 99;
  margin-bottom: -60px;
}
.detailpage .page-title {
  position: relative;
}
.detailpage .page-title .col-md-8 {
  background: #ffc324;
  padding: 15px;
}
.detailpage .page-title .col-md-4 {
  background: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.detailpage .page-title h1 {
  font-size: 1.875em;
  text-transform: uppercase;
}
.detailpage .page-title p {
  padding: 0;
  font-size: 1.125em;
}
.detailpage aside {
  background: #222222;
  padding-bottom: 15px;
}
.detailpage aside dl {
  color: #acacac;
  font-size: 1.25em;
}
.detailpage aside dt {
  text-transform: uppercase;
  padding-top: 15px;
}
.detailpage aside dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.detailpage aside dd:last-child {
  border: 0;
  padding-bottom: 0;
}
.detailpage .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 48px;
  background: #222222;
  color: #acacac;
  padding: 5px 15px;
  line-height: 38px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.detailpage .button.yellow {
  background: #ffc324;
  color: #222222;
}
.detailpage p.intro {
  font-size: 1.25em;
  margin-bottom: 15px;
}
.detailpage article h5 {
  margin-bottom: 15px;
}
.detailpage article h5:first-child {
  margin-top: 15px;
}
.detailpage article p {
  margin: 10px 0;
}
.detailpage article p:first-child {
  margin-top: 20px;
}
.detailpage .amenities {
  margin-bottom: 15px;
}
.detailpage .amenities li {
  width: 50%;
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 1.25em;
}
.detailpage form label {
  color: #a7a7a7;
}
.detailpage form input {
  margin-bottom: 15px;
}
.detailpage form input:last-child {
  margin-bottom: 0;
}
.detailpage #scroll-down {
  display: none !important;
  border-radius: 4px;
  margin: 25px auto;
  height: 40px;
  width: 200px;
  line-height: 30px;
}
.detailpage #scroll-down-hotels {
  display: none !important;
  border-radius: 4px;
  margin: 25px auto;
  height: 40px;
  width: 200px;
  line-height: 30px;
}
.detailpage .price {
  margin-top: 25px;
  color: #ffc324;
  font-size: 1.375em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
}
.dSeats {
  margin-top: 25px;
  color: #ffc324;
  font-size: 1.375em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
}

@media (min-width: 769px) {
  .detailpage {
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-bottom: -40px;
  }
  .detailpage .page-title .col-md-8 {
    min-height: 97px;
  }
  .detailpage .page-title .col-md-4 {
    min-height: 97px;
    text-align: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .detailpage .page-title .col-md-4 span {
    line-height: 88px;
  }
  .detailpage .page-title h1 {
    margin-bottom: 7px;
    padding: 0 15px;
  }
  .detailpage .page-title p {
    padding: 0 15px;
  }
  .detailpage aside {
    padding-bottom: 0;
    #position: fixed;
    left: auto;
    top: 0;
  }
  .detailpage aside dl {
    color: #acacac;
    font-size: 1.25em;
  }
  .detailpage aside dt {
    text-transform: uppercase;
    padding: 25px 15px 0 15px;
  }
  .detailpage aside dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 15px 25px 15px;
  }
  .detailpage aside.no-book {
    padding-bottom: 25px;
  }
  .detailpage .button {
    display: block !important;
    margin: 35px -15px 0px -15px;
    -moz-transition: all 250ms ease 0ms;
    -o-transition: all 250ms ease 0ms;
    -webkit-transition: all 250ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 250ms ease 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 58px;
    line-height: 48px;
  }
  .detailpage .button:hover {
    background: #464646 !important;
    color: white;
  }
  .detailpage .button.yellow:hover {
    background: #ffd157 !important;
    color: #222222;
  }
  .detailpage p.intro {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }
  .detailpage article h5 {
    padding: 0 15px;
    margin-top: 25px;
  }
  .detailpage article h5:first-child {
    margin-top: 25px;
  }
  .detailpage .amenities {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .detailpage .amenities li {
    height: 30px;
    line-height: 30px;
  }
  .detailpage form {
    padding: 0 15px;
  }
  .detailpage #scroll-down {
    display: inline-block !important;
  }
  .detailpage #scroll-down-hotels {
    display: inline-block !important;
  }
}
.tour-tabs {
  background: #222222 !important;
  height: 50px;
}
.tour-tabs a {
  height: 50px;
  color: #acacac;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  padding: 10px;
  font-size: 1.25em;
}
.tour-tabs a span {
  display: none;
}
.tour-tabs a.active {
  background: #ffc324;
  color: #222222;
}
.tour-tabs a:last-child {
  border-left: 1px solid #373737;
}

.tour-tab-content {
  min-height: 100px;
  margin-bottom: 20px;
}
.tour-tab-content .tab {
  display: none;
}
.tour-tab-content .tab.active {
  display: block;
}
.tour-tab-content p.intro {
  font-size: 1.25em;
  margin-bottom: 15px;
  padding-top: 15px;
}
.tour-tab-content .amenities {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tour-tab-content .amenities li {
  width: 50%;
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 1.25em;
}
.tour-tab-content .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
  font-size: 1.25em;
}
.tour-tab-content .item:last-child {
  border: 0;
}
.tour-tab-content .item .col-xs-12 {
  padding-top: 5px;
}
.tour-tab-content .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 48px;
  background: #222222;
  color: #acacac;
  padding: 5px 15px;
  line-height: 38px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.tour-tab-content .button.yellow {
  background: #ffc324;
  color: #222222;
}

@media (min-width: 769px) {
  .tour-tabs {
    height: 60px;
  }
  .tour-tabs a {
    height: 60px;
    line-height: 28px;
    padding: 15px;
    -moz-transition: all 250ms ease 0ms;
    -o-transition: all 250ms ease 0ms;
    -webkit-transition: all 250ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 250ms ease 0ms;
  }
  .tour-tabs a span {
    display: inline;
  }
  .tour-tabs a:hover {
    background: #373737;
  }
  .tour-tabs a.active:hover {
    background: #ffc324;
    color: #222222;
    cursor: inherit;
  }
  .tour-tabs a:last-child {
    border-left: 1px solid #373737;
  }
  .tour-tabs a:last-child.active {
    border-left: 1px solid #ffc324;
  }
  .tour-tabs a:first-child {
    border-right: 1px solid #373737;
  }
  .tour-tabs a:first-child.active {
    border-right: 1px solid #ffc324;
  }

  .tour-tab-content {
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
  }
  .tour-tab-content p.intro {
    padding: 30px 15px;
    line-height: 24px;
  }
  .tour-tab-content .amenities {
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .tour-tab-content .amenities li {
    height: 30px;
    line-height: 30px;
  }
  .tour-tab-content .item {
    padding: 25px 15px;
  }
  .tour-tab-content .item .col-xs-12 {
    padding-top: 0px;
  }
}
.about-page {
  padding-top: 15px;
  padding-bottom: 15px;
}
.about-page p.intro {
  font-size: 1.25em;
}
.about-page strong {
  font-weight: 600;
}
.about-page h3, .about-page img, .about-page .line, .about-page p {
  margin-bottom: 15px;
}
.about-page .line {
  display: block;
  border-bottom: 1px solid #e7e7e7;
}
.about-page .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 38px;
  background: #222222;
  color: #acacac;
  padding: 5px 15px;
  line-height: 28px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
.about-page .button.yellow {
  background: #ffc324;
  color: #222222;
}

@media (min-width: 769px) {
  .about-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page p.intro {
    font-size: 1.25em;
  }
  .about-page h3, .about-page img, .about-page .line, .about-page p {
    margin-bottom: 25px;
  }
  .about-page .button {
    display: inline-block !important;
    margin: 20px 0 15px 0;
    -moz-transition: all 250ms ease 0ms;
    -o-transition: all 250ms ease 0ms;
    -webkit-transition: all 250ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 250ms ease 0ms;
  }
  .about-page .button:hover {
    background: #464646 !important;
    color: white;
  }
  .about-page .button.yellow:hover {
    background: #ffd157 !important;
    color: #222222;
  }
}
.contact-page .map {
  height: 400px;
  margin-bottom: 20px;
}
.contact-page .contact-form input {
  margin-bottom: 15px;
}
.contact-page .contact-form .datepicker {
  margin-top: 15px;
}
.contact-page .contact-form input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .contact-page .map {
    height: 670px;
  }
  .contact-page p.intro {
    padding: 0 15px;
  }
  .contact-page p.located {
    padding: 10px 0 0 0;
  }
  .contact-page h3 {
    margin-bottom: 10px;
  }
}
.aside-filter {
  background: #222222;
  overflow: hidden;
  color: white;
}
.aside-filter h5 {
  margin-bottom: 15px;
  color: white;
  font-size: 1.25em;
}
.aside-filter .heading {
  height: 50px;
}
.aside-filter .heading h5 {
  float: left;
  line-height: 48px;
  margin: 0;
}
.aside-filter .heading a {
  float: right;
  color: #ffc324;
  line-height: 48px;
}
.aside-filter .fp-checkbox {
  border: 1px solid #ffc324;
}
.aside-filter .fp-checkbox:hover, .aside-filter .fp-radio:hover {
  cursor: pointer;
  border: 1px solid #ffc324;
}
.aside-filter .fp-checkbox.checked, .aside-filter .fp-radio.checked {
  border: 1px solid #ffc324;
  background-color: #ffc324;
}
.aside-filter .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.aside-filter .item p {
  margin-bottom: 10px;
}
.aside-filter .item div {
  margin-bottom: 10px;
}
.aside-filter .item div .fp-checkbox {
  margin-left: 15px;
}
.aside-filter .item div .fp-checkbox:first-child {
  margin-left: 0;
}
.aside-filter .item div:last-child {
  margin-bottom: 0px;
}
.aside-filter .item:last-child {
  border-bottom: 0;
}
.aside-filter .item .sections .end {
  float: right;
}
.aside-filter .item .noUi-target {
  margin-bottom: 15px !important;
}

.filter-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .aside-filter {
    padding: 0 25px;
  }
  .aside-filter .heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .showfilter {
    display: none;
  }

  .filter-content {
    display: block !important;
  }
}
.flight-result-filter {
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.flight-result-filter a {
  float: right;
  font-weight: 600;
  color: #222222;
}

.flight-overview {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.flight-name {
  position: relative;
  padding-left: 70px;
  padding-right: 0;
}
.flight-name img {
  position: absolute;
  max-width: 45px;
  left: 10px;
  top: 0;
}
.flight-name h5 {
  font-size: 1.125em;
  margin-bottom: 5px;
}

.flight-rate {
  text-align: center;
  padding-right: 0;
}
.flight-rate p {
  font-size: 11px;
  margin-bottom: 5px;
}
.flight-rate h3 {
  font-size: 1.25em;
}

.show-more {
  padding: 0;
}
.show-more a {
  opacity: 0.5;
  height: 45px;
  width: 45px;
  display: block;
  float: right;
  background: url(../img/base64/icon-dropdown.svg) no-repeat center center;
  background-size: 45px auto;
  text-indent: -9999px;
}

.flight-details {
  display: none;
}
.flight-details .intro {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  background: #f8f8f8;
}
.flight-details .intro h5 {
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.flight-details .intro p {
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
.flight-details .itinerary {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.flight-details .itinerary h5 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.flight-details .itinerary p {
  margin-bottom: 10px;
}
.flight-details .itinerary span.flyicon {
  width: 50px;
  height: 20px;
  background: url(../img/base64/icon-fly.svg) no-repeat center center;
  background-size: 50px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.flight-details .itinerary .duration {
  display: block;
}
.flight-details .layover {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f8f8f8;
  text-align: center;
}
.flight-details .layover h5 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.flight-details .booknow {
  background: #ffc324;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.flight-details .booknow a {
  color: #222222;
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 769px) {
  .flight-overview {
    padding: 20px 0;
    border-left: 1px solid #f1f1f1;
  }

  .flight-name {
    padding-left: 110px;
  }
  .flight-name img {
    max-width: 55px;
    left: 20px;
    top: -5px;
  }
  .flight-name h5 {
    font-size: 1.375em;
    padding-top: 3px;
  }

  .flight-rate {
    padding-left: 0;
    padding-right: 15px;
  }
  .flight-rate p {
    font-size: 14px;
  }
  .flight-rate h3 {
    font-size: 1.625em;
  }

  .show-more {
    padding-right: 10px;
  }

  .flight-details .intro h5 {
    text-align: left;
  }
  .flight-details .intro p {
    text-align: right;
  }
  .flight-details .itinerary {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .flight-details .itinerary span.flyicon, .flight-details .itinerary .duration {
    margin-top: 30px;
  }
  .flight-details .booknow {
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .flight-details .booknow:hover {
    background: #ffd157;
  }
}
.login-page {
  padding-top: 70px;
  padding-bottom: 30px;
  background: url(../img/slider-home/australia.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-page h1 {
  text-align: center;
  color: white;
  font-size: 2.375em;
  margin-bottom: 30px;
  line-height: 28px !important;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 769px) {
  .login-page {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .login-page h1 {
    font-size: 3.25em;
    line-height: 70px;
    margin-bottom: 50px;
  }
}

.main-body.login-page .container {
  background: transparent;
}
.main-body.login-page form {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.main-body.login-page input {
  margin: 0 0 20px 0;
}
.main-body.login-page input:last-child {
  margin: 0;
}
.main-body.login-page .fp-checkbox {
  float: left;
}
.main-body.login-page label {
  float: left;
  margin: 4px 0 20px 10px;
  color: white;
  cursor: pointer;
}
.main-body.login-page label.error {
  float: none;
}
.main-body.login-page a {
  clear: both;
  display: block;
  color: white;
  margin-bottom: 15px;
}

.faq-page h5 {
  margin-bottom: 10px;
}
.faq-page p {
  padding-bottom: 25px;
  border-bottom: 1px solid #acacac;
}
.faq-page .faq-section h2 {
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.tourism-advice-page h5 {
  margin-bottom: 10px;
}
.tourism-advice-page p {
  padding-bottom: 25px;
  border-bottom: 1px solid #acacac;
}
.tourism-advice-page .intro-text {
  border: none;
}
.tourism-advice-page .tour-advice .row {
  margin-bottom: 25px;
}
.tourism-advice-page .tour-advice .row p {
  border-bottom: none;
  padding: 0;
}

.max-width-img {
  max-width: 40px;
  margin: 0 auto;
  display: block;
}
.max-width-img.-bigger {
  max-width: 65px;
}

@media (max-width: 769px) {
  .small-img-mobile {
    max-width: 100px;
    margin: 0 auto;
    display: block;
  }
}
.tandc-page h5 {
  margin-bottom: 10px;
}

.blog-listing article {
  margin-top: 40px;
  line-height: 1.25em;
}
.blog-listing article:first-child {
  margin-top: 0;
}
.blog-listing article h3 {
  margin-bottom: 5px;
}

article .date {
  margin-bottom: 15px;
}

#disqus_thread {
  padding: 20px 0;
}

@media (min-width: 769px) {
  article .date {
    margin-bottom: 20px;
  }

  #disqus_thread {
    padding: 50px 0;
  }
}
.page-background.blog-post-bg {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-background.blog-post-bg h1 {
  position: absolute;
  bottom: 40px;
}

@media (min-width: 769px) {
  .page-background.blog-post-bg {
    padding: 600px 0 40px 0;
  }
}
.book-tour-page input, .book-tour-page .fp-select {
  margin-bottom: 15px;
}
.book-tour-page a.full-size {
  display: block !important;
  margin: 0;
}

.summary {
  background: #222222;
  color: #acacac;
  padding: 15px;
}
.summary h5 {
  color: white;
}
.summary p {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffc324;
  margin-bottom: 25px;
}
.summary p:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.payment-tour-header {
  padding-bottom: 130px !important;
}
.payment-tour-header h1 {
  line-height: 1.25em !important;
  font-size: 35px;
}

.payment-tour h5 {
  margin: 20px 0 0 0;
}
.payment-tour h5:first-child {
  margin: 0;
}
.payment-tour .total-cost {
  color: white;
}
.payment-tour .total-cost h5 {
  margin-top: 20px;
  color: white;
}
@media (min-width: 769px) {
  .payment-tour .content {
    padding: 20px 30px;
  }
}

.notification {
  position: fixed;
  top: -100px;
  text-align: center;
  width: 100%;
  z-index: 999999;
  padding: 0 15px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.notification.active {
  top: 40px;
}
.notification p {
  max-width: 700px;
  margin: 0 auto;
  color: white;
  background-color: #ffc324;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

body.fourohfour {
  background: #222222;
}

.fourohfour-header {
  position: relative;
  background: white;
  height: 300px;
  text-align: center;
  padding-top: 20px;
  background: url(../img/header-bg/wrongturn.jpg) no-repeat;
  background-size: cover;
}
.fourohfour-header h1 {
  font-size: 9em;
  line-height: 1.2;
  color: white;
  text-shadow: 0 0 10px #333;
}
.fourohfour-header h2 {
  font-size: 1.8em;
  color: white;
  text-shadow: 0 0 10px #333;
}

.fourohfour-footer {
  text-align: center;
  border-top: 2px solid #ffc324;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
}
.fourohfour-footer .logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 1em auto;
}
.fourohfour-footer form {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 2em;
}
.fourohfour-footer form input {
  display: inline-block;
  width: 500px;
  padding: 20px;
}

@media screen and (max-width: 540px) {
  .fourohfour-header {
    padding: 1em 0 3em 0;
    height: auto;
  }

  .fourohfour-footer form input {
    width: 100%;
  }
}
