::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background-color: #f83632; }

::selection {
  color: #fff;
  background-color: #f83632; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.no-list-style {
  list-style: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.btn {
  display: inline;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .btn-primary {
    border-color: #f83632;
    background-color: #f83632;
    color: #fff; }
    .btn-primary:hover {
      background-color: transparent;
      color: #f83632; }
      .btn-primary:hover:focus {
        color: #f83632; }
  .btn-outline-primary {
    border: 2px solid #f83632;
    background-color: transparent;
    color: #f83632; }
    .btn-outline-primary:hover {
      background-color: #f83632;
      color: #fff; }
      .btn-outline-primary:hover:focus {
        color: #fff; }
  .btn-default {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff; }
    .btn-default:hover {
      background-color: transparent;
      color: #007bff; }
      .btn-default:hover:focus {
        color: #007bff; }
  .btn-outline-default {
    border: 2px solid #007bff;
    background-color: transparent;
    color: #007bff; }
    .btn-outline-default:hover {
      background-color: #007bff;
      color: #fff; }
      .btn-outline-default:hover:focus {
        color: #fff; }
  .btn-secondary {
    border-color: #dd785a;
    background-color: #dd785a;
    color: #fff; }
    .btn-secondary:hover {
      background-color: transparent;
      color: #dd785a; }
      .btn-secondary:hover:focus {
        color: #dd785a; }
  .btn-outline-secondary {
    border: 2px solid #dd785a;
    background-color: transparent;
    color: #dd785a; }
    .btn-outline-secondary:hover {
      background-color: #dd785a;
      color: #fff; }
      .btn-outline-secondary:hover:focus {
        color: #fff; }
  .btn-success {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff; }
    .btn-success:hover {
      background-color: transparent;
      color: #28a745; }
      .btn-success:hover:focus {
        color: #28a745; }
  .btn-outline-success {
    border: 2px solid #28a745;
    background-color: transparent;
    color: #28a745; }
    .btn-outline-success:hover {
      background-color: #28a745;
      color: #fff; }
      .btn-outline-success:hover:focus {
        color: #fff; }
  .btn-info {
    border-color: #0069d9;
    background-color: #0069d9;
    color: #fff; }
    .btn-info:hover {
      background-color: transparent;
      color: #0069d9; }
      .btn-info:hover:focus {
        color: #0069d9; }
  .btn-outline-info {
    border: 2px solid #0069d9;
    background-color: transparent;
    color: #0069d9; }
    .btn-outline-info:hover {
      background-color: #0069d9;
      color: #fff; }
      .btn-outline-info:hover:focus {
        color: #fff; }
  .btn-warning {
    border-color: #f80;
    background-color: #f80;
    color: #fff; }
    .btn-warning:hover {
      background-color: transparent;
      color: #f80; }
      .btn-warning:hover:focus {
        color: #f80; }
  .btn-outline-warning {
    border: 2px solid #f80;
    background-color: transparent;
    color: #f80; }
    .btn-outline-warning:hover {
      background-color: #f80;
      color: #fff; }
      .btn-outline-warning:hover:focus {
        color: #fff; }
  .btn-danger {
    border-color: #b21f2d;
    background-color: #b21f2d;
    color: #fff; }
    .btn-danger:hover {
      background-color: transparent;
      color: #b21f2d; }
      .btn-danger:hover:focus {
        color: #b21f2d; }
  .btn-outline-danger {
    border: 2px solid #b21f2d;
    background-color: transparent;
    color: #b21f2d; }
    .btn-outline-danger:hover {
      background-color: #b21f2d;
      color: #fff; }
      .btn-outline-danger:hover:focus {
        color: #fff; }
  .btn-black {
    border-color: #000;
    background-color: #000;
    color: #fff; }
    .btn-black:hover {
      background-color: transparent;
      color: #000; }
      .btn-black:hover:focus {
        color: #000; }
  .btn-outline-black {
    border: 2px solid #000;
    background-color: transparent;
    color: #000; }
    .btn-outline-black:hover {
      background-color: #000;
      color: #fff; }
      .btn-outline-black:hover:focus {
        color: #fff; }
  .btn-lg {
    padding: 0.7rem 2rem 0.7rem 2rem; }
  .btn-sm {
    padding: 0.4rem 1rem 0.4rem 1rem; }
  .btn-rounded {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .btn.disabled {
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }
.pull-left {
  float: left !important; }

.hide, .hidden {
  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; }

.affix {
  position: fixed; }

.text-justify {
  text-align: justify; }
.text-nowrap {
  white-space: nowrap; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-right {
    text-align: right; }
  .text-xl-center {
    text-align: center; } }
.text-lowercase {
  text-transform: lowercase; }
.text-uppercase {
  text-transform: uppercase; }
.text-capitalize {
  text-transform: capitalize; }

.font-weight-light {
  font-weight: 300; }
.font-weight-normal {
  font-weight: 400; }
.font-weight-500 {
  font-weight: 500; }
.font-weight-600 {
  font-weight: 600; }
.font-weight-bold {
  font-weight: 700; }
.font-italic {
  font-style: italic; }

.text-white {
  color: #fff; }
.text-primary {
  color: #f83632; }
  .text-primary[href]:hover, .text-primary[href]:focus {
    color: #d60b07; }
.text-default {
  color: #007bff; }
  .text-default[href]:hover, .text-default[href]:focus {
    color: #0056b3; }
.text-secondary {
  color: #dd785a; }
  .text-secondary[href]:hover, .text-secondary[href]:focus {
    color: #c24b28; }
.text-success {
  color: #28a745; }
  .text-success[href]:hover, .text-success[href]:focus {
    color: #19692c; }
.text-info {
  color: #0069d9; }
  .text-info[href]:hover, .text-info[href]:focus {
    color: #00448d; }
.text-warning {
  color: #f80; }
  .text-warning[href]:hover, .text-warning[href]:focus {
    color: #b35f00; }
.text-danger {
  color: #b21f2d; }
  .text-danger[href]:hover, .text-danger[href]:focus {
    color: #71141d; }
.text-light {
  color: #f8f8f8; }
  .text-light[href]:hover, .text-light[href]:focus {
    color: #d2d2d2; }
.text-dark {
  color: #333; }
  .text-dark[href]:hover, .text-dark[href]:focus {
    color: #0d0d0d; }
.text-muted {
  color: #6c757d; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.bg-primary {
  background-color: #f83632; }
  .bg-primary[href]:hover, .bg-primary[href]:focus {
    background-color: #d60b07;
    color: #fff; }
.bg-secondary {
  background-color: #dd785a; }
  .bg-secondary[href]:hover, .bg-secondary[href]:focus {
    background-color: #c24b28;
    color: #fff; }
.bg-success {
  background-color: #28a745; }
  .bg-success[href]:hover, .bg-success[href]:focus {
    background-color: #19692c;
    color: #fff; }
.bg-info {
  background-color: #0069d9; }
  .bg-info[href]:hover, .bg-info[href]:focus {
    background-color: #00448d;
    color: #fff; }
.bg-warning {
  background-color: #f80; }
  .bg-warning[href]:hover, .bg-warning[href]:focus {
    background-color: #b35f00;
    color: #fff; }
.bg-danger {
  background-color: #b21f2d; }
  .bg-danger[href]:hover, .bg-danger[href]:focus {
    background-color: #71141d;
    color: #fff; }
.bg-light {
  background-color: #f8f8f8; }
  .bg-light[href]:hover, .bg-light[href]:focus {
    background-color: #d2d2d2; }
.bg-dark {
  background-color: #333; }
  .bg-dark[href]:hover, .bg-dark[href]:focus {
    background-color: #0d0d0d;
    color: #fff; }
.bg-black {
  background-color: #000; }
.bg-white {
  background-color: #fff; }
.bg-transparent {
  background-color: transparent; }

.border {
  border: 1px solid #e0e0e0; }
  .border-top {
    border-top: 1px solid #e0e0e0; }
  .border-right {
    border-right: 1px solid #e0e0e0; }
  .border-bottom {
    border-bottom: 1px solid #e0e0e0; }
  .border-left {
    border-left: 1px solid #e0e0e0; }
  .border-0 {
    border: 0; }
  .border-top-0 {
    border-top: 0; }
  .border-right-0 {
    border-right: 0; }
  .border-bottom-0 {
    border-bottom: 0; }
  .border-left-0 {
    border-left: 0; }
  .border-primary {
    border-color: #f83632; }
  .border-secondary {
    border-color: #dd785a; }
  .border-success {
    border-color: #28a745; }
  .border-info {
    border-color: #0069d9; }
  .border-warning {
    border-color: #f80; }
  .border-danger {
    border-color: #b21f2d; }
  .border-light {
    border-color: #f8f8f8; }
  .border-dark {
    border-color: #333; }
  .border-white {
    border-color: #fff; }

.rounded {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .rounded-top {
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    background-clip: padding-box; }
  .rounded-right {
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-clip: padding-box; }
  .rounded-bottom {
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-clip: padding-box; }
  .rounded-left {
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    background-clip: padding-box; }
  .rounded-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .rounded-0 {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.d-none {
  display: none; }
.d-inline {
  display: inline; }
.d-inline-block {
  display: inline-block; }
.d-block {
  display: block; }
.d-table {
  display: table; }
.d-table-row {
  display: table-row; }
.d-table-cell {
  display: table-cell; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive:before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive-21by9::before {
    padding: 42.85714%; }
  .embed-responsive-16by9::before {
    padding: 56.25%; }
  .embed-responsive-4by3::before {
    padding: 75%; }
  .embed-responsive-1by1::before {
    padding: 100%; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  margin: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .alert-heading {
    color: inherit; }
  .alert-link {
    font-weight: 700; }
  .alert-dismissible {
    padding: 4rem; }
    .alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem 0.75rem 1.25rem;
      color: inherit; }
  .alert-primary {
    color: #fff;
    background-color: #f83632;
    border-color: #f71e19; }
    .alert-primary hr {
      border-top-color: #f94e4b; }
    .alert-primary .alert-link {
      color: #002752; }
  .alert-secondary {
    color: #fff;
    background-color: #dd785a;
    border-color: #d96745; }
    .alert-secondary hr {
      border-top-color: #e1896f; }
    .alert-secondary .alert-link {
      color: #202326; }
  .alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #23923d; }
    .alert-success hr {
      border-top-color: #2dbc4e; }
    .alert-success .alert-link {
      color: #0b2e13; }
  .alert-info {
    color: #fff;
    background-color: #0069d9;
    border-color: #005dc0; }
    .alert-info hr {
      border-top-color: #0075f3; }
    .alert-info .alert-link {
      color: #062c33; }
  .alert-warning {
    color: #fff;
    background-color: #ff8800;
    border-color: #e67a00; }
    .alert-warning hr {
      border-top-color: #ff941a; }
    .alert-warning .alert-link {
      color: #533f03; }
  .alert-danger {
    color: #fff;
    background-color: #b21f2d;
    border-color: #9c1b28; }
    .alert-danger hr {
      border-top-color: #c82332; }
    .alert-danger .alert-link {
      color: #491217; }
  .alert-light {
    color: #333;
    background-color: #f8f8f8;
    border-color: #ebebeb; }
    .alert-light hr {
      border-top-color: white; }
    .alert-light .alert-link {
      color: #686868; }
  .alert-dark {
    color: #fff;
    background-color: #333333;
    border-color: #262626; }
    .alert-dark hr {
      border-top-color: #404040; }
    .alert-dark .alert-link {
      color: #040505; }

.toast-info {
  background-color: #0069d9; }
.toast-warning {
  background-color: #f80; }
.toast-success {
  background-color: #28a745; }
.toast-error {
  background-color: #b21f2d; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }
  .badge-primary {
    color: #fff;
    background-color: #f83632; }
    .badge-primary[href]:hover, .badge-primary[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #d60b07; }
  .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #545b62; }
  .badge-success {
    color: #fff;
    background-color: #28a745; }
    .badge-success[href]:hover, .badge-success[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #1e7e34; }
  .badge-info {
    color: #fff;
    background-color: #0069d9; }
    .badge-info[href]:hover, .badge-info[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #117a8b; }
  .badge-warning {
    color: #212529;
    background-color: #ffc107; }
    .badge-warning[href]:hover, .badge-warning[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #d39e00; }
  .badge-danger {
    color: #fff;
    background-color: #dc3545; }
    .badge-danger[href]:hover, .badge-danger[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #bd2130; }
  .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
    .badge-light[href]:hover, .badge-light[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #dae0e5; }
  .badge-dark {
    color: #fff;
    background-color: #343a40; }
    .badge-dark[href]:hover, .badge-dark[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #1d2124; }

.btn .badge {
  position: relative;
  top: -1px; }

.bq-primary {
  border-left-color: #f83632; }
  .bq-primary .bq-title {
    color: #f83632; }
.bq-secondary {
  border-left-color: #dd785a; }
  .bq-secondary .bq-title {
    color: #dd785a; }
.bq-default {
  border-left-color: #007bff; }
  .bq-default .bq-title {
    color: #007bff; }
.bq-info {
  border-left-color: #0069d9; }
  .bq-info .bq-title {
    color: #0069d9; }
.bq-warning {
  border-left-color: #f80; }
  .bq-warning .bq-title {
    color: #f80; }
.bq-success {
  border-left-color: #28a745; }
  .bq-success .bq-title {
    color: #28a745; }
.bq-warning {
  border-left-color: #f80; }
  .bq-warning .bq-title {
    color: #f80; }
.bq-danger {
  border-left-color: #b21f2d; }
  .bq-danger .bq-title {
    color: #b21f2d; }

.cta-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #6c757d;
  border-left-width: .25rem;
  border-radius: .25rem; }
  .cta-callout-primary {
    border-left-color: #f83632; }
  .cta-callout-secondary {
    border-left-color: #dd785a; }
  .cta-callout-default {
    border-left-color: #007bff; }
  .cta-callout-info {
    border-left-color: #0069d9; }
  .cta-callout-success {
    border-left-color: #28a745; }
  .cta-callout-warning {
    border-left-color: #f80; }
  .cta-callout-danger {
    border-left-color: #b21f2d; }

/**
 * Margin padding Sets
 */
.mt-0 {
  margin-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mh-0 {
  margin-left: 0px;
  margin-right: 0px; }

.m-0 {
  margin: 0px; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.ph-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-0 {
  padding: 0px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mh-5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-5 {
  margin: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ph-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-5 {
  padding: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mh-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-10 {
  margin: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ph-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-10 {
  padding: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

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

.m-15 {
  margin: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ph-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-15 {
  padding: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mh-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-20 {
  margin: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ph-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-20 {
  padding: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mh-25 {
  margin-left: 25px;
  margin-right: 25px; }

.m-25 {
  margin: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ph-25 {
  padding-left: 25px;
  padding-right: 25px; }

.p-25 {
  padding: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mh-30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-30 {
  margin: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ph-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-30 {
  padding: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mh-35 {
  margin-left: 35px;
  margin-right: 35px; }

.m-35 {
  margin: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.ph-35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-35 {
  padding: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mh-40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-40 {
  margin: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ph-40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-40 {
  padding: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mh-45 {
  margin-left: 45px;
  margin-right: 45px; }

.m-45 {
  margin: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.ph-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-45 {
  padding: 45px; }

.margin-0 {
  margin: 0; }

.padding-0 {
  padding: 0; }

.mr-1 {
  margin-right: 1px !important; }

.mr-3 {
  margin-right: 3px !important; }

.ml-1 {
  margin-left: 1px !important; }

.ml-3 {
  margin-left: 3px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

@media only screen and (max-width: 991px) {
  .mb-10-sm {
    margin-bottom: 10px !important; }

  .mb-15-sm {
    margin-bottom: 15px !important; }

  .mb-20-sm {
    margin-bottom: 20px !important; }

  .mb-25-sm {
    margin-bottom: 25px !important; }

  .mb-30-sm {
    margin-bottom: 30px !important; }

  .mb-40-sm {
    margin-bottom: 40px !important; }

  .mb-50-sm {
    margin-bottom: 50px !important; }

  .mt-10-sm {
    margin-top: 10px !important; }

  .mt-15-sm {
    margin-top: 15px !important; }

  .mt-20-sm {
    margin-top: 20px !important; }

  .mt-25-sm {
    margin-top: 25px !important; }

  .mt-30-sm {
    margin-top: 30px !important; }

  .mt-40-sm {
    margin-top: 40px !important; }

  .mt-50-sm {
    margin-top: 50px !important; } }
@media only screen and (max-width: 767px) {
  .mb-0-xs {
    margin-bottom: 0px !important; }

  .mb-10-xs {
    margin-bottom: 10px !important; }

  .mb-15-xs {
    margin-bottom: 15px !important; }

  .mb-20-xs {
    margin-bottom: 20px !important; }

  .mb-25-xs {
    margin-bottom: 25px !important; }

  .mb-30-xs {
    margin-bottom: 30px !important; }

  .mb-40-xs {
    margin-bottom: 40px !important; }

  .mb-50-xs {
    margin-bottom: 50px !important; }

  .mt-10-xs {
    margin-top: 10px !important; }

  .mt-15-xs {
    margin-top: 15px !important; }

  .mt-20-xs {
    margin-top: 20px !important; }

  .mt-25-xs {
    margin-top: 25px !important; }

  .mt-30-xs {
    margin-top: 30px !important; }

  .mt-40-xs {
    margin-top: 40px !important; }

  .mt-50-xs {
    margin-top: 50px !important; } }
@media (max-width: 479px) {
  .mb-0-xss {
    margin-bottom: 0px !important; }

  .mb-10-xss {
    margin-bottom: 10px !important; }

  .mb-15-xss {
    margin-bottom: 15px !important; }

  .mb-20-xss {
    margin-bottom: 20px !important; }

  .mb-25-xss {
    margin-bottom: 25px !important; }

  .mb-30-xss {
    margin-bottom: 30px !important; }

  .mb-40-xss {
    margin-bottom: 40px !important; }

  .mb-50-xss {
    margin-bottom: 50px !important; } }
/**
 * Typography
 */
.font10 {
  font-size: 10px !important; }

.font12 {
  font-size: 12px !important; }

.font13 {
  font-size: 13px !important; }

.font14 {
  font-size: 14px !important; }

.font15 {
  font-size: 15px !important; }

.font16 {
  font-size: 16px !important; }

.font18 {
  font-size: 18px !important; }

.font20 {
  font-size: 20px !important; }

.font22 {
  font-size: 22px !important; }

.font24 {
  font-size: 24px !important; }

.font26 {
  font-size: 26px !important; }

.font28 {
  font-size: 28px !important; }

.font300 {
  font-weight: 300 !important; }

.font400 {
  font-weight: 400 !important; }

.font600 {
  font-weight: 600 !important; }

.font700 {
  font-weight: 700 !important; }

.font800 {
  font-weight: 800 !important; }

.font900 {
  font-weight: 900 !important; }

.line10 {
  line-height: 10px !important; }

.line12 {
  line-height: 12px !important; }

.line14 {
  line-height: 14px !important; }

.line16 {
  line-height: 16px !important; }

.line18 {
  line-height: 18px !important; }

.line20 {
  line-height: 20px !important; }

.line22 {
  line-height: 22px !important; }

.line24 {
  line-height: 24px !important; }

.line26 {
  line-height: 26px !important; }

.line28 {
  line-height: 28px !important; }

.line30 {
  line-height: 30px !important; }

@media (max-width: 991.99px) {
  .hidden-above-md {
    display: none; } }
@media (min-width: 992px) {
  .visible-under-md {
    display: none; } }
@media (max-width: 991.99px) {
  .hidden-above-sm {
    display: none; } }
@media (min-width: 992px) {
  .hidden-under-sm {
    display: none; } }
@media (max-width: 767.99px) {
  .hidden-above-xs {
    display: none; } }
@media (min-width: 768px) {
  .visible-under-xs {
    display: none; } }
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2); }
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper.waves-button {
    padding: 0; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

.main-nav {
  position: relative;
  background: #3092c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f4e79), color-stop(100%, #4b4a73));
  background-image: -webkit-linear-gradient(top, #4f4e79, #4b4a73);
  background-image: -moz-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: -o-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none; }

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none; } }
/* Mega menus */
/* apply the animations just in desktop view */
@media (min-width: 768px) {
  /* prevent text rendering degrade during animation in Mac browsers */
  #main-menu {
    -webkit-font-smoothing: subpixel-antialiased; }

  /* show animation */
  #main-menu ul.show-animation {
    -webkit-animation: show-animation 0.2s;
    animation: show-animation 0.2s; }

  @-webkit-keyframes show-animation {
    0% {
      -webkit-transform: scale3d(0, 0, 1);
      opacity: 0; }
    60% {
      -webkit-transform: scale3d(1.05, 1.05, 1); }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1; } }
  @keyframes show-animation {
    0% {
      transform: scale3d(0, 0, 1);
      opacity: 0; }
    60% {
      transform: scale3d(1.05, 1.05, 1); }
    100% {
      transform: scale3d(1, 1, 1);
      opacity: 1; } }
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 0.2s;
    animation: hide-animation 0.2s; }

  @-webkit-keyframes hide-animation {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1; }
    100% {
      -webkit-transform: scale3d(0, 0, 1);
      opacity: 0; } }
  @keyframes hide-animation {
    0% {
      transform: scale3d(1, 1, 1);
      opacity: 1; }
    100% {
      transform: scale3d(0, 0, 1);
      opacity: 0; } } }
body {
  color: default_font_color; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer:before {
    content: "\2014 \00A0"; }

blockquote {
  margin-left: 0;
  padding: .5rem 1rem;
  border-left: 0.25rem solid #6c757d;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 1.25rem;
  background-color: #eee; }
  blockquote:before, blockquote:after {
    content: none; }
  blockquote .bq-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400; }
  blockquote p {
    padding: 1rem 0 1rem 2rem;
    font-size: 1.1rem; }

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-left: 0; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: .5rem; }

dd {
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0; }

pre {
  display: block;
  font-size: 87.5%;
  color: #6c757d; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    background-color: transparent; }
  pre[class*=language-] {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    margin: 2.5em 0;
    overflow: auto;
    padding: 1em; }
  pre.code-toolbar {
    position: relative; }
    pre.code-toolbar > .toolbar {
      position: absolute;
      top: .3em;
      right: .3em;
      cursor: pointer; }
  pre .token.tag {
    color: #0069d9; }

body {
  font-size: 14px;
  line-height: 1.333;
  font-family: "Roboto", "Lato", Arial, sans-serif;
  color: #333; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem; }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5, .itinerary-item h5 a, .h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem; }

.sticky {
  min-height: 60px; }
  .sticky .header-wrapper-for-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 6px 25px 0px rgba(0, 0, 0, 0.29); }
  .sticky .ws-theme-top-header {
    display: none; }
  .sticky .header-main-menu {
    display: inline-block;
    width: 100%; }

.site-header {
  padding: 0;
  line-height: 0;
  position: relative; }
  .site-header #site-identity img {
    height: auto;
    display: inline-block;
    vertical-align: middle; }
  .site-header #site-identity .ws-theme-sticky-logo {
    display: none; }
  .site-header #site-identity a {
    line-height: 76px;
    height: 76px;
    display: block; }
  .site-header #main-nav {
    margin-top: 0px;
    padding-right: 0px; }
    @media (max-width: 991.99px) and (min-width: 768px) {
      .site-header #main-nav {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 0; } }
    @media (max-width: 767.99px) {
      .site-header #main-nav {
        line-height: 76px; } }
  .site-header #main-menu > li > a {
    line-height: 76px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 76px;
    font-size: 14px;
    font-family: roboto;
    transition: all 0.5s ease-in-out; }
  @media (max-width: 767.99px) {
    .site-header #main-menu > li .cart-icon {
      text-align: center; }
    .site-header #main-menu > li .dispaly-search-form {
      display: none; } }
  @media (max-width: 767.99px) {
    .site-header #main-menu .sm {
      position: absolute;
      left: 0px;
      width: calc(100% + 30px);
      top: 100%;
      max-height: 320px;
      overflow-y: auto;
      box-shadow: rgba(45, 45, 45, 0.31) 0px 7px 10px 0px;
      background: white;
      margin: 0px -15px;
      border-top: 1px solid #dddddd; } }
  @media (max-width: 767.99px) {
    .site-header #main-menu .sm li > a {
      line-height: 40px;
      height: 40px;
      width: 100%;
      padding-right: 35px; } }

@media (min-width: 768px) {
  .site-header .sm {
    position: static !important; } }
.site-header .sm ul {
  border-radius: 0 !important;
  padding: 0 !important; }
  .site-header .sm ul li {
    border-bottom: 1px solid #eee !important; }
    .site-header .sm ul li:last-of-type {
      border-bottom: none !important; }
    @media (max-width: 767.99px) {
      .site-header .sm ul li {
        padding: 5px 15px;
        border: none; } }
  .site-header .sm ul a {
    font-size: 14px !important;
    padding: 6px 15px !important; }
    .site-header .sm ul a .sub-arrow {
      background-color: transparent; }

.header-main-menu {
  display: inline-block;
  width: 100%; }

.ws-theme-mega-menu {
  position: static !important; }
  .ws-theme-mega-menu.mega-menu-col-1 {
    position: relative !important; }
  .ws-theme-mega-menu.mega-menu-col-2 .mega-menu, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important; }
    @media (max-width: 767.99px) {
      .ws-theme-mega-menu.mega-menu-col-2 .mega-menu, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu {
        overflow: hidden;
        padding: 20px !important; } }
    .ws-theme-mega-menu.mega-menu-col-2 .mega-menu:before, .ws-theme-mega-menu.mega-menu-col-2 .mega-menu:after, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu:before, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu:after, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu:before, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu:after {
      content: none; }
  @media (max-width: 767.99px) {
    .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column {
      width: 100% !important;
      padding: 0 !important; } }
  .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column h5, .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column .itinerary-item h5 a, .itinerary-item h5 .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column a, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column h5, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column .itinerary-item h5 a, .itinerary-item h5 .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column a, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column h5, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column .itinerary-item h5 a, .itinerary-item h5 .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column a {
    margin-top: 15px; }
  .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column ul, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column ul, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column ul {
    width: auto;
    position: relative;
    display: block;
    border: none;
    box-shadow: none; }
    .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column ul li, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column ul li, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column ul li {
      border: none !important; }
      .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column ul li a, .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column ul li a, .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column ul li a {
        padding: 5px !important; }
  .ws-theme-mega-menu.mega-menu-col-4 .mega-menu-column {
    width: 25%; }
  .ws-theme-mega-menu.mega-menu-col-3 .mega-menu-column {
    width: 33.3333%; }
  .ws-theme-mega-menu.mega-menu-col-2 .mega-menu-column {
    width: 50%; }
  .ws-theme-mega-menu .mega-menu-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }

.mega-menu-col-1 .mega-menu-wrap {
  display: block;
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .mega-menu-col-1 .mega-menu-wrap {
      width: 400px;
      max-width: 100%; } }
  .mega-menu-col-1 .mega-menu-wrap p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 991.99px) and (min-width: 768px) {
  .site-logo,
  .site-logo-link,
  #site-identity {
    margin-right: 0px;
    width: 100%;
    text-align: center; } }
#search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -10;
  opacity: 0;
  visibility: hidden; }
  #search-form .close-action {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 40px;
    width: 40px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    #search-form .close-action:after, #search-form .close-action:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 2px;
      background-color: #ffffff;
      left: 50%;
      top: 50%; }
    #search-form .close-action:before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    #search-form .close-action:after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  #search-form .search-live-result {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc( 100% - 30px );
    margin: 0 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39); }
    #search-form .search-live-result li {
      position: relative;
      padding: 10px 10px 10px 80px;
      margin-bottom: 5px; }
      #search-form .search-live-result li .image-wrapper {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70px;
        height: 70px; }
  #search-form.is-visible {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
    opacity: 1;
    z-index: 99;
    visibility: visible; }
    #search-form.is-visible .close-action {
      -webkit-transform: translateY(-50%) scale(1);
      -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      -o-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }
    #search-form.is-visible .search-live-result {
      -webkit-transform-origin: center top;
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -o-transform-origin: center top;
      transform-origin: center top;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation: cd-3d-rotation 0.5s 0.3s;
      -moz-animation: cd-3d-rotation 0.5s 0.3s;
      animation: cd-3d-rotation 0.5s 0.3s;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
  #search-form .search-header-input {
    position: absolute;
    right: 50px;
    top: calc( 50% - 20px );
    padding: 10px 15px;
    border-radius: 50%; }
  #search-form form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  #search-form input {
    font-size: 24px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: #fff;
    outline: none;
    padding: 0 200px 0 0;
    box-sizing: border-box; }
    #search-form input::placeholder {
      color: #a9a9a9; }
  #search-form .container {
    position: relative;
    height: 100%; }
  #search-form .wp-toolbar-filter-field {
    display: inline-block; }
  #search-form .bootstrap-select > .dropdown-toggle {
    margin: 0;
    padding: 0; }
    #search-form .bootstrap-select > .dropdown-toggle:hover, #search-form .bootstrap-select > .dropdown-toggle:focus {
      color: #fff;
      outline: none !important; }
  #search-form .open > .dropdown-menu {
    padding: 0; }
  #search-form .ws-theme-select {
    display: inline-block;
    position: absolute;
    right: 120px;
    top: 50%;
    z-index: 1;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5c5d6a;
    font-size: 12px; }
    #search-form .ws-theme-select select {
      display: none; }

.bootstrap-select ul.dropdown-menu {
  display: none;
  padding: 0;
  margin: 0; }
.bootstrap-select.open ul.dropdown-menu {
  display: block; }

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(1000px) translateY(0); } }
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(1000px) translateY(0); } }
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0); } }
.ws-theme-addon-cart {
  position: relative; }

.cart-icon .badge {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 31%;
  border-radius: 50%; }

#header-cart:hover .woo-cart {
  z-index: 9;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.woo-cart {
  position: absolute;
  float: right;
  background: #fff;
  width: 320px;
  border-top: 1px solid #ddd;
  padding: 20px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  right: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 767.99px) {
    .woo-cart {
      display: none; } }
  .woo-cart.active {
    z-index: 9;
    visibility: visible;
    opacity: 1; }
  .woo-cart .shopping-cart .shopping-cart-header {
    border: 1px solid #fff;
    padding-bottom: 15px; }
    .woo-cart .shopping-cart .shopping-cart-header .shopping-cart-total {
      float: right; }
  .woo-cart .shopping-cart .shopping-cart-items {
    display: block;
    position: relative;
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none; }
    .woo-cart .shopping-cart .shopping-cart-items li {
      padding-bottom: 10px;
      position: relative;
      border-bottom: 1px solid #bbb; }
    .woo-cart .shopping-cart .shopping-cart-items li:last-of-type {
      border-bottom: none; }
    .woo-cart .shopping-cart .shopping-cart-items .remove {
      position: absolute;
      right: 0;
      top: calc( 50% - 10px );
      cursor: pointer;
      padding: 0;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 1;
      font-weight: 400;
      border-width: 1px !important;
      border-radius: 0; }
    .woo-cart .shopping-cart .shopping-cart-items .item-name {
      display: block;
      padding: 10px 0 0 0 !important; }
      .woo-cart .shopping-cart .shopping-cart-items .item-name:hover {
        background: #fff !important; }
    .woo-cart .shopping-cart .shopping-cart-items .item-price {
      margin-right: 8px; }
    .woo-cart .shopping-cart .shopping-cart-items .item-quantity {
      color: #ABB0BE; }
  .woo-cart .shopping-cart:after, .woo-cart .shopping-cart:before {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .woo-cart .shopping-cart:before {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1; }
  .woo-cart .shopping-cart:after {
    border-bottom-color: #bbb;
    border-width: 9px;
    margin-left: -9px; }
  .woo-cart .cart-icon {
    font-size: 24px;
    margin-right: 7px;
    float: left; }
  .woo-cart .button {
    background: #6394F8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0; }

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  overflow: hidden; }

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  text-indent: 28px;
  white-space: nowrap;
  cursor: pointer;
  top: 3px;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }
  .main-menu-btn .main-menu-btn-icon, .main-menu-btn:before, .main-menu-btn:after {
    position: absolute;
    top: 7px;
    left: 0;
    height: 3px;
    width: 18px;
    background: #0a0a0a;
    transition: all 0.25s; }
  .main-menu-btn:before {
    content: "";
    top: 0px;
    left: 0px; }
  .main-menu-btn:after {
    content: "";
    top: 14px;
    left: 0px; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }
#main-menu-state:checked ~ .main-menu-btn:before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#main-menu-state:checked ~ .main-menu-btn:after {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none; }
  #main-menu-state:checked ~ #main-menu {
    display: inline-block; }

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block; } }
.header-section {
  position: relative;
  min-height: 60px;
  width: 100%; }
  .header-section .sm-clean {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px; }
  .header-section .search-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
  .header-section .search-form input {
    float: none;
    display: table-cell;
    width: 100%;
    height: 40px; }
  .header-section .search-form .input-group-btn {
    position: relative;
    font-size: 0px;
    white-space: nowrap;
    display: table-cell;
    width: 5%; }
    .header-section .search-form .input-group-btn .btn-search {
      margin-left: -7px;
      position: relative;
      top: 1px;
      padding: 7px 20px;
      border-radius: 0px;
      border-width: 1px;
      border-style: solid;
      border-color: #f83531;
      border-image: initial; }
  .header-section .sm .search-form {
    padding: 10px 10px 10px 20px; }
  @media (max-width: 767.99px) {
    .header-section #main-menu {
      position: absolute;
      left: 0px;
      width: calc(100% + 30px);
      top: 100%;
      max-height: 320px;
      overflow-y: auto;
      box-shadow: rgba(45, 45, 45, 0.31) 0px 7px 10px 0px;
      background: white;
      margin: 0px -15px;
      border-top: 1px solid #dddddd; }
      .header-section #main-menu.sm li > a {
        line-height: 40px;
        height: 40px;
        width: 100%; }
      .header-section #main-menu.sm li li > a {
        line-height: 20px;
        height: 30px; } }

@media (max-width: 767.99px) {
  .header-main-menu {
    display: inline-block;
    width: 100%; } }

@media (max-width: 767.99px) {
  .top-header-mobile-title,
  .travel-mobile-menu {
    line-height: 40px;
    color: white; }

  .travel-mobile-menu.open i:before {
    content: "\f00d"; }

  .travel-mobile-menu {
    float: right;
    font-size: 20px;
    cursor: pointer; }

  .ws-theme-topnavbar-collapse {
    display: none;
    width: 100% !important;
    border-top: 1px solid #272727; } }
.ws-theme-top-header .navbar-toggle {
  display: none; }
.ws-theme-top-header ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 767.99px) {
    .ws-theme-top-header ul {
      width: 100%; } }
.ws-theme-top-header .top-contact-info li {
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  float: left; }
  .ws-theme-top-header .top-contact-info li:last-of-type {
    margin-right: 0; }
.ws-theme-top-header .top-contact-info span {
  color: #fff;
  display: block;
  line-height: 40px; }
  .ws-theme-top-header .top-contact-info span i {
    padding-right: 8px; }
.ws-theme-top-header .ws-theme-top-left {
  float: left; }
.ws-theme-top-header .ws-theme-top-right {
  float: right; }
  .ws-theme-top-header .ws-theme-top-right li {
    float: left; }
    .ws-theme-top-header .ws-theme-top-right li.extra-nav {
      line-height: 40px; }
      @media (min-width: 768px) {
        .ws-theme-top-header .ws-theme-top-right li.extra-nav {
          margin-left: 15px; } }
      @media (max-width: 767.99px) {
        .ws-theme-top-header .ws-theme-top-right li.extra-nav {
          margin-left: 0px; } }
      .ws-theme-top-header .ws-theme-top-right li.extra-nav a {
        color: #fff; }
        .ws-theme-top-header .ws-theme-top-right li.extra-nav a:hover {
          color: #f83531; }
.ws-theme-top-header .ws-theme-social-icons {
  margin-left: 15px; }
  @media (max-width: 767.99px) {
    .ws-theme-top-header .ws-theme-social-icons {
      margin-left: 0px;
      padding-bottom: 5px; } }
.ws-theme-top-header .sidebar-social {
  line-height: 0; }

.sidebar-social li {
  width: 30px;
  height: 30px; }
  .sidebar-social li a {
    padding: 0;
    text-align: center; }

@media (min-width: 992px) {
  .type-header-1 .site-header,
  .type-header-2 .site-header {
    min-height: 60px; } }
@media (min-width: 768px) and (max-width: 991.99px) {
  .type-header-1 .site-header,
  .type-header-2 .site-header {
    min-height: 120px; } }
@media (max-width: 767.99px) {
  .type-header-1 .site-header,
  .type-header-2 .site-header {
    min-height: 60px; } }

@media (min-width: 992px) {
  .type-header-3 .site-header {
    min-height: 120px; } }
@media (max-width: 767.99px) {
  .type-header-3 .site-header {
    min-height: 60px; } }

@media (min-width: 992px) {
  .type-header-2 #main-nav {
    float: left; } }
@media (min-width: 992px) {
  .type-header-2 .site-branding {
    float: right; } }

@media (min-width: 992px) {
  .type-header-3 #main-nav {
    width: 100%;
    text-align: center; } }
@media (min-width: 992px) {
  .type-header-3 .site-branding {
    width: 100%;
    text-align: center; } }
@media (min-width: 992px) {
  .type-header-3 .site-branding #site-identity {
    margin: 0 auto;
    float: none; } }

.sticky {
  min-height: 60px; }
  .sticky #site-identity .ws-theme-sticky-logo {
    display: inline-block; }
  .sticky #site-identity .ws-theme-standard-logo {
    display: none; }
  .sticky #site-identity a {
    line-height: 60px;
    height: 60px;
    transition: all 0.5s ease-in-out; }
  @media (max-width: 767.99px) {
    .sticky #main-menu.sm li > a {
      line-height: 40px;
      height: 40px; } }
  .sticky #main-menu > li > a {
    line-height: 60px;
    height: 60px; }

.ws-theme-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .ws-theme-social-icons li {
    display: inline-block;
    margin: 5px 3px; }
    .ws-theme-social-icons li a {
      width: 30px;
      height: 30px;
      display: block;
      background: #333; }
  .ws-theme-social-icons.soc-icon-transparent li a {
    height: auto;
    background: transparent !important; }
  .ws-theme-social-icons i {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px; }

.soc-icon-circle li.facebook a:hover,
.soc-icon-flat li.facebook a:hover,
.soc-icon-rounded li.facebook a:hover {
  background-color: #3B5998; }
.soc-icon-circle li.twitter a:hover,
.soc-icon-flat li.twitter a:hover,
.soc-icon-rounded li.twitter a:hover {
  background-color: #55ACEE; }
.soc-icon-circle li.linkedin a:hover,
.soc-icon-flat li.linkedin a:hover,
.soc-icon-rounded li.linkedin a:hover {
  background-color: #007ab5; }
.soc-icon-circle li.pinterest a:hover,
.soc-icon-flat li.pinterest a:hover,
.soc-icon-rounded li.pinterest a:hover {
  background-color: #c91921; }
.soc-icon-circle li.google-plus a:hover,
.soc-icon-flat li.google-plus a:hover,
.soc-icon-rounded li.google-plus a:hover {
  background-color: #dd4937; }
.soc-icon-circle li.youtube a:hover,
.soc-icon-flat li.youtube a:hover,
.soc-icon-rounded li.youtube a:hover {
  background-color: #e22b26; }
.soc-icon-circle li.rss a:hover,
.soc-icon-flat li.rss a:hover,
.soc-icon-rounded li.rss a:hover {
  background-color: #f75f0b; }
.soc-icon-circle li.tumblr a:hover,
.soc-icon-flat li.tumblr a:hover,
.soc-icon-rounded li.tumblr a:hover {
  background-color: #34465d; }
.soc-icon-circle li.reddit a:hover,
.soc-icon-flat li.reddit a:hover,
.soc-icon-rounded li.reddit a:hover {
  background-color: #FF4500; }
.soc-icon-circle li.dribbble a:hover,
.soc-icon-flat li.dribbble a:hover,
.soc-icon-rounded li.dribbble a:hover {
  background-color: #ea4886; }
.soc-icon-circle li.digg a:hover,
.soc-icon-flat li.digg a:hover,
.soc-icon-rounded li.digg a:hover {
  background-color: #1b5891; }
.soc-icon-circle li.flickr a:hover,
.soc-icon-flat li.flickr a:hover,
.soc-icon-rounded li.flickr a:hover {
  background-color: #ff0082; }
.soc-icon-circle li.instagram a:hover,
.soc-icon-flat li.instagram a:hover,
.soc-icon-rounded li.instagram a:hover {
  background-color: #9A6851; }
.soc-icon-circle li.vimeo a:hover,
.soc-icon-flat li.vimeo a:hover,
.soc-icon-rounded li.vimeo a:hover {
  background-color: #17B3E8; }
.soc-icon-circle li.skype a:hover,
.soc-icon-flat li.skype a:hover,
.soc-icon-rounded li.skype a:hover {
  background-color: #00a9f1; }
.soc-icon-circle li.blogger a:hover,
.soc-icon-flat li.blogger a:hover,
.soc-icon-rounded li.blogger a:hover {
  background-color: #ff9334; }
.soc-icon-circle li.yahoo a:hover,
.soc-icon-flat li.yahoo a:hover,
.soc-icon-rounded li.yahoo a:hover {
  background-color: #65106d; }

.soc-icon-circle li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
  .soc-icon-circle li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }

.soc-icon-flat li a {
  display: block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
  .soc-icon-flat li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }

.soc-icon-rounded li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.soc-icon-transparent li {
  background-color: none; }
  .soc-icon-transparent li.facebook a:hover {
    color: #3B5998; }
  .soc-icon-transparent li.twitter a:hover {
    color: #55ACEE; }
  .soc-icon-transparent li.linkedin a:hover {
    color: #007ab5; }
  .soc-icon-transparent li.pinterest a:hover {
    color: #c91921; }
  .soc-icon-transparent li.google-plus a:hover {
    color: #dd4937; }
  .soc-icon-transparent li.youtube a:hover {
    color: #e22b26; }
  .soc-icon-transparent li.rss a:hover {
    color: #f75f0b; }
  .soc-icon-transparent li.tumblr a:hover {
    color: #34465d; }
  .soc-icon-transparent li.reddit a:hover {
    color: #FF4500; }
  .soc-icon-transparent li.dribbble a:hover {
    color: #ea4886; }
  .soc-icon-transparent li.digg a:hover {
    color: #1b5891; }
  .soc-icon-transparent li.flickr a:hover {
    color: #ff0082; }
  .soc-icon-transparent li.instagram a:hover {
    color: #9A6851; }
  .soc-icon-transparent li.vimeo a:hover {
    color: #17B3E8; }
  .soc-icon-transparent li.skype a:hover {
    color: #00a9f1; }
  .soc-icon-transparent li.blogger a:hover {
    color: #ff9334; }
  .soc-icon-transparent li.yahoo a:hover {
    color: #65106d; }

footer#footer {
  border-top: 3px solid; }
  footer#footer a {
    color: #fff; }
    footer#footer a:visited {
      color: #fff; }
  footer#footer .widget li:last-of-type {
    border-bottom: none; }

.ws-travel-banner {
  margin-bottom: 0; }
  .ws-travel-banner .ws-theme-addons-banner-slider {
    background-size: cover;
    background-position: center center;
    display: flex; }
    @media (max-width: 991.99px) {
      .ws-travel-banner .ws-theme-addons-banner-slider {
        min-height: 500px; } }
    .ws-travel-banner .ws-theme-addons-banner-slider:before {
      content: '';
      background-image: url(../images/pattern.png);
      background-repeat: repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.15; }
    .ws-travel-banner .ws-theme-addons-banner-slider:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #000;
      left: 0;
      top: 0;
      opacity: 0.15; }
    .ws-travel-banner .ws-theme-addons-banner-slider:focus {
      outline: none; }
  .ws-travel-banner .slick-dots {
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 11;
    text-align: right;
    width: auto;
    margin: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center; }
    .ws-travel-banner .slick-dots li {
      margin: 0 0 10px; }
      .ws-travel-banner .slick-dots li button {
        border: 2px solid transparent;
        border-radius: 50%; }
        .ws-travel-banner .slick-dots li button:before {
          color: #fff;
          font-size: 20px;
          -webkit-transition: -webkit-transform .2s linear;
          -moz-transition: -moz-transform .2s linear;
          -o-transition: -o-transform .2s linear;
          transition: transform .2s linear;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d; }
        .ws-travel-banner .slick-dots li button:hover {
          border-color: #fff; }
          .ws-travel-banner .slick-dots li button:hover:before {
            opacity: 1;
            transform: scale(0.4); }
    .ws-travel-banner .slick-dots li.slick-active button {
      border-color: #fff; }
      .ws-travel-banner .slick-dots li.slick-active button:before {
        opacity: 1;
        transform: scale(0.4); }

.ws-slider-image-wrapper {
  width: 100%;
  color: #fff;
  z-index: 10;
  position: absolute;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 992px) {
    .ws-slider-image-wrapper {
      text-align: left; } }
  @media (max-width: 991.99px) {
    .ws-slider-image-wrapper {
      text-align: center; } }
  @media (min-width: 992px) {
    .ws-slider-image-wrapper .ws-featured-slider-contents {
      width: 45%; } }
  @media (max-width: 991.99px) {
    .ws-slider-image-wrapper .ws-featured-slider-contents {
      width: 80%;
      margin: 0 auto; } }
  .ws-slider-image-wrapper .ws-featured-slider-contents em {
    position: relative;
    top: -3px; }
  .ws-slider-image-wrapper h2 {
    text-shadow: 3px 3px 3px #000; }
  .ws-slider-image-wrapper p {
    text-shadow: 1px 1px 2px black;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .ws-slider-image-wrapper p {
        display: none; } }
  .ws-slider-image-wrapper .wp-detail-review-wrap {
    display: inline-block;
    margin-left: 10px; }
  .ws-slider-image-wrapper .ws-slider-buttons {
    margin: 40px 0 0; }
    .ws-slider-image-wrapper .ws-slider-buttons a {
      color: #fff; }
  .ws-slider-image-wrapper .slider-info {
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    margin-right: 15px;
    background-color: transparent;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 480px) {
      .ws-slider-image-wrapper .slider-info {
        display: block;
        margin: 0 0 15px 0; } }
    .ws-slider-image-wrapper .slider-info:hover {
      border-color: #000;
      background-color: #000; }
  .ws-slider-image-wrapper .slider-book-now {
    transition: all 0.4s ease-in-out; }
    @media (max-width: 480px) {
      .ws-slider-image-wrapper .slider-book-now {
        display: block; } }
    .ws-slider-image-wrapper .slider-book-now:hover {
      background: transparent;
      border: 1px solid;
      border-color: #fff;
      color: #fff;
      transition: all 0.4s ease-in-out; }

.ws-slider-form {
  width: 100%; }
  @media (min-width: 992px) {
    .ws-slider-form {
      position: absolute;
      left: 0;
      top: 0px; } }
  @media (min-width: 992px) {
    .ws-slider-form .container {
      position: relative; } }
  @media (max-width: 991.999px) {
    .ws-slider-form.dark-layout {
      background-color: #252929; }
    .ws-slider-form.light-layout {
      background-color: #e8e8e8; } }
  @media (min-width: 992px) {
    .ws-slider-form .ws-advance-form {
      position: absolute;
      right: 15px;
      width: 420px;
      top: 60px;
      min-height: 560px;
      border-radius: 10px; } }

.bootstrap-select > .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.31);
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  border: none;
  height: 40px;
  padding: 0 8px; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  border-bottom: 7px solid #555 !important;
  bottom: -1px !important; }
.bootstrap-select.show-menu-arrow .dropup .dropdown-toggle:after {
  border-top: 7px solid #555 !important; }
.bootstrap-select .dropdown-menu li.selected a {
  color: #ffffff;
  background-color: #f83531; }
  .bootstrap-select .dropdown-menu li.selected a span.check-mark {
    margin-top: 0 !important;
    right: 10px !important; }
    .bootstrap-select .dropdown-menu li.selected a span.check-mark:before {
      content: '\f00c';
      font-family: fontawesome; }
.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #f83531; }
.bootstrap-select .dropdown-menu .divider {
  margin: 0px 0; }
.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:hover, .bootstrap-select .dropdown-menu > .active > a:focus {
  background-color: #f83531; }

@media (min-width: 992px) {
  .ws-advance-form {
    padding: 20px; } }
@media (max-width: 991.99px) {
  .ws-advance-form {
    padding: 40px 20px; } }
.ws-advance-form .form-content {
  float: left;
  width: 100%;
  position: relative; }
.ws-advance-form #ws-min-price {
  position: absolute;
  opacity: 0;
  height: 0px;
  visibility: hidden;
  width: 0; }
.ws-advance-form .form-top-wrapper {
  display: inline-block; }
@media (max-width: 991.99px) and (min-width: 768px) {
  .ws-advance-form .form-top-wrapper {
    margin-top: 30px;
    width: 100%; }
    .ws-advance-form .form-top-wrapper .form-content {
      width: calc( 33.333% - 15px );
      margin: 10px 7.5px 10px 7.5px; } }
@media (max-width: 767.99px) and (min-width: 575px) {
  .ws-advance-form .form-top-wrapper .form-content {
    width: calc( 50% - 15px );
    margin: 10px 7.5px 10px 7.5px; } }
.ws-advance-form select option {
  background: #1a1c1c;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
@media (max-width: 991.99px) {
  .ws-advance-form h3 {
    text-align: center !important; } }
.ws-advance-form label {
  letter-spacing: 0.6px; }
.ws-advance-form input:not([type="submit"]), .ws-advance-form select {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  border: none;
  height: 40px;
  padding: 0 8px; }
.ws-advance-form input[type="submit"] {
  margin-top: 10px;
  background: transparent;
  border-radius: 0;
  padding: 10px 35px;
  margin-left: 1px;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 991.99px) {
    .ws-advance-form input[type="submit"] {
      display: block;
      margin: 0 auto;
      position: relative;
      width: 100%; } }
  @media (max-width: 991.99px) and (min-width: 768px) {
    .ws-advance-form input[type="submit"] {
      width: calc( 33.3333% - 15px ); } }
  @media (max-width: 767.99px) and (min-width: 575px) {
    .ws-advance-form input[type="submit"] {
      width: calc( 100% - 15px ); } }
.ws-advance-form .prices {
  width: 100%;
  float: left; }
  @media (max-width: 991.99px) and (min-width: 768px) {
    .ws-advance-form .prices {
      width: calc( 33.333% - 15px );
      margin: 10px 7.5px 10px 7.5px; } }
  @media (max-width: 767.99px) and (min-width: 575px) {
    .ws-advance-form .prices {
      width: calc( 50% - 15px );
      margin: 10px 7.5px 10px 7.5px; } }
  @media (max-width: 574.99px) {
    .ws-advance-form .prices {
      width: calc(100% - 15px ); } }
.ws-advance-form .irs-from,
.ws-advance-form .irs-single,
.ws-advance-form .irs-to {
  background: #f83531;
  cursor: pointer; }
  .ws-advance-form .irs-from:after,
  .ws-advance-form .irs-single:after,
  .ws-advance-form .irs-to:after {
    border-top-color: #f83531; }
.ws-advance-form .irs-bar {
  background: #f83531;
  cursor: pointer; }
.ws-advance-form .irs-slider {
  cursor: pointer; }
  @media (max-width: 991.99px) {
    .ws-advance-form .irs-slider {
      transform: scale(1.2); } }
.ws-advance-form .dropdown-menu {
  margin: 0; }
  .ws-advance-form .dropdown-menu .form-control {
    height: 30px;
    width: 100%;
    margin-bottom: 0; }
  .ws-advance-form .dropdown-menu > .active > a, .ws-advance-form .dropdown-menu > .active > a:hover, .ws-advance-form .dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0; }
.ws-advance-form .bootstrap-select > .dropdown-toggle {
  padding: 0 8px; }
.ws-advance-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 14px;
  width: auto; }
.ws-advance-form .bootstrap-select .dropdown-toggle .caret {
  margin-top: 6px !important; }
.ws-advance-form .bootstrap-select .dropdown-toggle:focus {
  outline-offset: 0px !important; }
.ws-advance-form .bootstrap-select.dropup .dropdown-toggle .caret {
  margin-top: -8px !important; }
.ws-advance-form .bootstrap-select.dropup .dropdown-toggle:after {
  border-left: 0;
  border-right: 0; }
.ws-advance-form .bootstrap-select.dropup .dropdown-toggle:before {
  top: -9px; }
.ws-advance-form .bootstrap-select .dropdown-header {
  padding: 5px 20px; }

.ws-advance-form.dark-layout {
  color: #fff; }
  @media (min-width: 992px) {
    .ws-advance-form.dark-layout {
      background: rgba(37, 41, 41, 0.8); } }
  .ws-advance-form.dark-layout select option {
    background: #1a1c1c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
  .ws-advance-form.dark-layout input:not([type="submit"]), .ws-advance-form.dark-layout select {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.31); }
    .ws-advance-form.dark-layout input:not([type="submit"])::placeholder, .ws-advance-form.dark-layout select::placeholder {
      color: #fff; }
    .ws-advance-form.dark-layout input:not([type="submit"]):focus, .ws-advance-form.dark-layout select:focus {
      color: #fff;
      outline-style: solid;
      outline-color: #f83531;
      outline-width: 1px; }
  .ws-advance-form.dark-layout input[type="submit"] {
    border: 1px solid #fff; }
    .ws-advance-form.dark-layout input[type="submit"]:hover {
      color: #ffffff;
      border-color: #f83531;
      background-color: #f83531; }
  .ws-advance-form.dark-layout .dropdown-menu {
    background-color: #555; }
    .ws-advance-form.dark-layout .dropdown-menu > .active > a, .ws-advance-form.dark-layout .dropdown-menu > .active > a:hover, .ws-advance-form.dark-layout .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #f83531; }
    .ws-advance-form.dark-layout .dropdown-menu > li > a {
      color: #f5f5f5; }
      .ws-advance-form.dark-layout .dropdown-menu > li > a:hover {
        color: #fff; }
  .ws-advance-form.dark-layout .bootstrap-select .dropdown-toggle .caret {
    color: #fff; }
  .ws-advance-form.dark-layout .bootstrap-select .dropdown-toggle:focus {
    outline: 1px solid #f83531 !important; }
  .ws-advance-form.dark-layout .bootstrap-select.dropup .dropdown-toggle:after {
    border-top: 6px solid #555; }
  .ws-advance-form.dark-layout .bootstrap-select.dropup .dropdown-toggle:before {
    border-top: 7px solid #555555; }
  .ws-advance-form.dark-layout .bootstrap-select .dropdown-header {
    background: #3b3b3b;
    color: #fff; }

.ws-advance-form.light-layout {
  color: #fff; }
  @media (min-width: 992px) {
    .ws-advance-form.light-layout {
      background: rgba(253, 253, 253, 0.8); } }
  .ws-advance-form.light-layout select option {
    background: #1a1c1c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
  .ws-advance-form.light-layout h3 {
    color: #333; }
  .ws-advance-form.light-layout label {
    color: #333; }
  .ws-advance-form.light-layout input:not([type="submit"]), .ws-advance-form.light-layout select {
    color: #333;
    background-color: rgba(255, 255, 255, 0.7); }
    .ws-advance-form.light-layout input:not([type="submit"])::placeholder, .ws-advance-form.light-layout select::placeholder {
      color: #333; }
    .ws-advance-form.light-layout input:not([type="submit"]):focus, .ws-advance-form.light-layout select:focus {
      color: #333;
      outline-style: solid;
      outline-color: #f83531;
      outline-width: 1px; }
  .ws-advance-form.light-layout input[type="submit"] {
    border: 1px solid #333;
    color: #333; }
    .ws-advance-form.light-layout input[type="submit"]:hover {
      color: #fff;
      border-color: #f83531;
      background-color: #f83531; }
  .ws-advance-form.light-layout .dropdown-menu {
    background-color: #f1f1f1; }
    .ws-advance-form.light-layout .dropdown-menu > .active > a, .ws-advance-form.light-layout .dropdown-menu > .active > a:hover, .ws-advance-form.light-layout .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #f83531; }
    .ws-advance-form.light-layout .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: #333; }
  .ws-advance-form.light-layout .irs-grid-pol {
    background: #333; }
  .ws-advance-form.light-layout .irs-grid-text {
    color: #333; }
  .ws-advance-form.light-layout .bootstrap-select .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.7);
    color: #333; }
    .ws-advance-form.light-layout .bootstrap-select .dropdown-toggle .caret {
      color: #333; }
    .ws-advance-form.light-layout .bootstrap-select .dropdown-toggle:focus {
      outline: 1px solid #f83531 !important; }
  .ws-advance-form.light-layout .bootstrap-select.dropup .dropdown-toggle:after {
    border-top: 6px solid #f1f1f1; }
  .ws-advance-form.light-layout .bootstrap-select.dropup .dropdown-toggle:before {
    border-top: 7px solid #f1f1f1;
    border-bottom: none !important; }
  .ws-advance-form.light-layout .bootstrap-select .dropdown-header {
    background: #dcdcdc;
    color: #333; }
  .ws-advance-form.light-layout .bootstrap-select .no-results {
    background: #f1f1f1;
    color: #333; }
  .ws-advance-form.light-layout .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-bottom: 7px solid #f1f1f1 !important; }
  .ws-advance-form.light-layout .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-bottom: 7px solid #ededed;
    bottom: 1px; }

.featured-slider {
  overflow: visible; }

.featured-tour h2:before {
  content: '\f087';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }

.ws-latest-travel-tour h3:before {
  content: '\f072';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }
  @media (max-width: 767.99px) {
    .ws-latest-travel-tour h3:before {
      top: 20px; } }

@media (min-width: 768px) {
  .featured-tour .no-sm-padding-left {
    padding-left: 0; }

  .featured-tour .no-sm-padding-right {
    padding-right: 0; } }
.ws-side-wrap {
  margin-bottom: 20px; }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.multiple-items {
  overflow: visible; }
  @media (max-width: 767.99px) {
    .multiple-items {
      padding-bottom: 30px;
      margin-bottom: 0;
      border-bottom: 1px solid #ddd; } }
  .multiple-items .slick-arrow {
    position: absolute;
    top: -52px;
    width: 30px;
    height: 30px;
    background: #eee; }
  @media (max-width: 767.99px) and (min-width: 575px) {
    .multiple-items .slick-list {
      margin: 0 -15px; } }
  .multiple-items .slick-slide {
    outline: none; }
  @media (min-width: 992px) {
    .multiple-items .slick-slide {
      margin-right: 30px; }
    .multiple-items .slick-prev {
      right: 65px; }
    .multiple-items .slick-next {
      right: 30px; } }
  @media (max-width: 767.99px) and (min-width: 575px) {
    .multiple-items .slick-slide {
      padding: 0 15px; } }
  .multiple-items .card-body h5, .multiple-items .card-body .itinerary-item h5 a, .itinerary-item h5 .multiple-items .card-body a {
    margin-top: 0;
    margin-bottom: 10px; }
  .multiple-items .card-body {
    background-color: #f3f3f3;
    padding: 20px; }
  .multiple-items .prices {
    background: #e7e7e7;
    display: inline-block;
    width: 100%;
    padding: 10px; }
    .multiple-items .prices p {
      width: 50%;
      float: left;
      display: inline-block;
      margin: 0;
      text-transform: capitalize; }
      .multiple-items .prices p:last-of-type {
        text-align: right; }
      .multiple-items .prices p b {
        color: #f83531;
        font-size: 18px;
        padding-left: 10px; }
  @media (max-width: 991.99px) {
    .multiple-items .slick-dots {
      padding: 0;
      margin: 20px 0;
      position: relative;
      bottom: 0;
      display: block !important; }
      .multiple-items .slick-dots li button {
        border: 2px solid transparent;
        border-radius: 50%; }
        .multiple-items .slick-dots li button:before {
          color: #f83531;
          font-size: 20px;
          -webkit-transition: -webkit-transform .2s linear;
          -moz-transition: -moz-transform .2s linear;
          -o-transition: -o-transform .2s linear;
          transition: transform .2s linear;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d; }
        .multiple-items .slick-dots li button:hover {
          border-color: #f83531; }
          .multiple-items .slick-dots li button:hover:before {
            opacity: 1;
            transform: scale(0.4); }
      .multiple-items .slick-dots li.slick-active button {
        border-color: #f83531; }
        .multiple-items .slick-dots li.slick-active button:before {
          opacity: 1;
          transform: scale(0.4); } }

.rating i {
  color: #ffb300; }
.rating span {
  font-size: 10px;
  padding-left: 5px;
  color: #a0a0a0;
  text-transform: uppercase; }

.time {
  font-size: 12px;
  color: #999;
  position: relative; }
  .time:before {
    content: '\f017';
    font-family: fontawesome;
    padding-right: 5px;
    font-size: 14px; }

.ws-theme-section-title a {
  font-size: 14px;
  color: #f83531;
  position: relative; }
  @media (min-width: 576px) {
    .ws-theme-section-title a {
      padding-left: 3%; } }
  @media (min-width: 576px) {
    .ws-theme-section-title a:before {
      content: '/';
      padding-right: 3%; } }
  @media (max-width: 575.99px) {
    .ws-theme-section-title a {
      display: block; } }

.aside-title {
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  color: #333;
  text-transform: capitalize;
  line-height: 39px;
  font-size: 20px; }
  @media (max-width: 767.99px) {
    .aside-title {
      padding-top: 20px; } }

.ws-aside-listing-wrap {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  display: flex; }
  .ws-aside-listing-wrap:last-of-type {
    border-bottom: none; }
  .ws-aside-listing-wrap .featured-image,
  .ws-aside-listing-wrap .ws-card-body {
    display: inline-block;
    vertical-align: top; }
  .ws-aside-listing-wrap .featured-image {
    margin-right: 15px; }
  .ws-aside-listing-wrap .ws-card-body {
    position: relative;
    top: -2px;
    width: calc( 100% - 70px ); }
    .ws-aside-listing-wrap .ws-card-body h4 {
      margin: 0 0 10px;
      line-height: 1.1;
      font-weight: 400;
      font-size: 16px; }
@meida (min-width:992px) {
  .ws-aside-listing-wrap .ws-card-body h4 {
    width: 90%; } }
    .ws-aside-listing-wrap .ws-card-body .price {
      background: #f83531;
      color: #fff;
      padding: 5px 8px; }
    .ws-aside-listing-wrap .ws-card-body .date a {
      color: #f83531; }
      .ws-aside-listing-wrap .ws-card-body .date a:hover {
        color: #df1814; }
    .ws-aside-listing-wrap .ws-card-body .tour-prices {
      float: right; }
      @media (min-width: 1200px) {
        .ws-aside-listing-wrap .ws-card-body .tour-prices {
          margin-right: 5%; } }
      .ws-aside-listing-wrap .ws-card-body .tour-prices b {
        font-size: 16px; }

.gray-background {
  background-color: #f8f8f8; }

.dotted-overlay {
  position: relative; }
  .dotted-overlay:before {
    content: '';
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15; }

.ws-whybook-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-attachment: fixed; }
  @media (min-width: 768px) {
    .ws-whybook-us {
      padding: 80px 0; } }
  @media (max-width: 767.99px) {
    .ws-whybook-us {
      padding: 40px 0; } }
  .ws-whybook-us:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .ws-whybook-us .ws-why-bookus-wrap {
    padding: 30px 0; }
  .ws-whybook-us .ws-icon-why-bookus img {
    margin: 0 auto;
    display: block; }

.ws-section-title,
.ws-why-bookus-wrap {
  z-index: 2;
  position: relative; }

.popular-tour,
.recomended-tour,
.featured-tour,
.section-half-wrapper,
.ws-travel-testimonial,
.ws-travel-moment {
  overflow: hidden; }
  @media (min-width: 768px) {
    .popular-tour,
    .recomended-tour,
    .featured-tour,
    .section-half-wrapper,
    .ws-travel-testimonial,
    .ws-travel-moment {
      padding: 80px 0; } }
  @media (max-width: 767.99px) {
    .popular-tour,
    .recomended-tour,
    .featured-tour,
    .section-half-wrapper,
    .ws-travel-testimonial,
    .ws-travel-moment {
      padding: 40px 0; } }

.popular-tour h2:before {
  content: '\f02c';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ws-feature-destination h3:before {
  content: '\f006';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }
  @media (max-width: 767.99px) {
    .ws-feature-destination h3:before {
      top: 20px; } }
.ws-feature-destination .ws-aside-listing-wrap {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: none; }

.ws-aside-listing-wrap .destination-image {
  position: relative;
  width: calc( 50% - 10px );
  line-height: 0; }
  .ws-aside-listing-wrap .destination-image:last-of-type {
    margin-left: 10px; }
  .ws-aside-listing-wrap .destination-image:first-of-type {
    margin-right: 10px; }
  .ws-aside-listing-wrap .destination-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1; }
.ws-aside-listing-wrap .destination-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  z-index: 2; }
  .ws-aside-listing-wrap .destination-image-caption:hover, .ws-aside-listing-wrap .destination-image-caption:focus, .ws-aside-listing-wrap .destination-image-caption:active {
    color: #df1814; }

.ws-travel-moment {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-attachment: fixed; }
  .ws-travel-moment:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .ws-travel-moment .ws-travel-moment-title,
  .ws-travel-moment .ws-travel-moment-wrap {
    z-index: 2;
    position: relative; }
  .ws-travel-moment .ws-travel-moment-wrap {
    padding: 50px 0 30px; }
  .ws-travel-moment .ws-icon-travel-moment img {
    margin: 0 auto;
    display: block; }

.dream-btn-wrap {
  position: relative;
  z-index: 3;
  margin-top: 20px; }
  .dream-btn-wrap .btn {
    color: #fff;
    display: inline-block; }

.btn-dream {
  position: relative;
  color: #fff;
  background: #f83531;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid;
  border-color: #f83531;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .btn-dream:hover {
    background: transparent;
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.recomended-tour h2:before {
  content: '\f041';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }

.ws-latest-travel-tips h3:before {
  content: '\f0eb';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }

.avilable-date {
  font-size: 14px;
  color: #555;
  position: relative; }
  .avilable-date:before {
    content: '\f073';
    font-family: fontawesome;
    padding-right: 10px; }

.ws-listing-trips {
  position: relative; }
  .ws-listing-trips .card {
    position: relative; }
  .ws-listing-trips.listing-list-view .card {
    background-color: #fff; }
    @media (min-width: 992px) {
      .ws-listing-trips.listing-list-view .card {
        margin-bottom: 30px;
        display: table; } }
    @media (max-width: 991.99px) {
      .ws-listing-trips.listing-list-view .card {
        margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .featured-image {
      width: 34%;
      padding-right: 15px;
      display: table-cell;
      vertical-align: middle; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .featured-image {
      width: 100%; } }
  .ws-listing-trips.listing-list-view .featured-image picture {
    display: block;
    line-height: 0; }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .card-body,
    .ws-listing-trips.listing-list-view .right-wrapper {
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .card-body {
      width: 50%; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .card-body {
      width: 100%; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .rating span {
      display: block; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .rating {
      text-align: left;
      width: 45%;
      float: left;
      padding: 10px 15px; }
      .ws-listing-trips.listing-list-view .rating span {
        display: none; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .right-wrapper {
      width: 20%;
      padding: 20px 15px; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .right-wrapper {
      width: 100%;
      padding: 0;
      display: inline-block;
      background-color: #e7e7e7; }
      .ws-listing-trips.listing-list-view .right-wrapper .ws-rating-more {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #e7e7e7;
        bottom: -43px; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .right-wrapper:before {
      content: '';
      position: absolute;
      width: 1px;
      height: calc( 100% - 80px );
      top: 40px;
      left: 0;
      background-color: #ddd; } }
  @media (min-width: 992px) {
    .ws-listing-trips.listing-list-view .right-wrapper .all-prices b {
      font-size: 30px;
      margin-bottom: 10px; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .right-wrapper .prices {
      background: #f5f5f5;
      display: block;
      width: auto;
      padding: 10px 15px;
      text-align: left; }
      .ws-listing-trips.listing-list-view .right-wrapper .prices p {
        width: 50%;
        float: left;
        display: inline-block; }
        .ws-listing-trips.listing-list-view .right-wrapper .prices p:last-of-type {
          text-align: right;
          margin-bottom: 0; }
        .ws-listing-trips.listing-list-view .right-wrapper .prices p b {
          color: #f83531;
          font-size: 18px;
          padding-left: 10px; } }
  @media (max-width: 991.99px) {
    .ws-listing-trips.listing-list-view .right-wrapper .dream-btn-wrap {
      width: 55%;
      float: left;
      margin-top: 0; }
      .ws-listing-trips.listing-list-view .right-wrapper .dream-btn-wrap a {
        display: block;
        position: relative; }
        .ws-listing-trips.listing-list-view .right-wrapper .dream-btn-wrap a:before {
          position: absolute;
          top: 0;
          left: -1px;
          content: "";
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-left: 20px solid #e7e7e7;
          border-bottom: 20px solid transparent; }
        .ws-listing-trips.listing-list-view .right-wrapper .dream-btn-wrap a:hover, .ws-listing-trips.listing-list-view .right-wrapper .dream-btn-wrap a:focus {
          border-color: #df1814;
          color: #fff;
          background: #df1814; } }
  .ws-listing-trips .card-body,
  .ws-listing-trips .right-wrapper {
    padding: 15px; }
  .ws-listing-trips .card-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px; }
  .ws-listing-trips .card-body .time {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px; }
    .ws-listing-trips .card-body .time:before {
      padding-right: 10px; }
  .ws-listing-trips .card-body .card-text {
    margin-bottom: 0; }
  .ws-listing-trips .right-wrapper {
    min-width: 140px;
    text-align: center;
    position: relative; }
    .ws-listing-trips .right-wrapper .btn-dream {
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 14px; }
      .ws-listing-trips .right-wrapper .btn-dream:hover {
        border-color: #000;
        color: #000; }
    .ws-listing-trips .right-wrapper .from {
      font-size: 16px;
      margin-bottom: 0px;
      text-transform: capitalize; }
  .ws-listing-trips.listing-grid-view {
    display: -webkit-flex;
    display: -mox-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: left;
    padding-left: 0;
    margin: 0 -10px; }
    .ws-listing-trips.listing-grid-view .card {
      box-sizing: border-box;
      border: 1px solid #eaeaea;
      height: auto;
      margin: 10px 10px 70px;
      padding-left: 0;
      overflow: visible;
      min-width: 220px;
      width: 100%; }
      .ws-listing-trips.listing-grid-view .card picture img {
        width: 100%; }
      .ws-listing-trips.listing-grid-view .card:hover .feature-image-thumb:after {
        opacity: 1;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        transition: all 0.4s linear; }
      .ws-listing-trips.listing-grid-view .card:hover .feature-image-thumb:before {
        -webkit-animation: shine 1s;
        animation: shine 1s; }
    .ws-listing-trips.listing-grid-view.one-column .card {
      width: 100%; }
    @media (min-width: 575px) {
      .ws-listing-trips.listing-grid-view.two-column .card {
        width: calc( 50% - 20px ); } }
    @media (min-width: 992px) {
      .ws-listing-trips.listing-grid-view.three-column .card {
        width: calc( 33.3333% - 20px );
        min-width: 192px; } }
    @media (max-width: 991.99px) and (min-width: 575px) {
      .ws-listing-trips.listing-grid-view.three-column .card {
        width: calc( 50% - 20px );
        min-width: 220px; } }
    @media (min-width: 992px) {
      .ws-listing-trips.listing-grid-view.four-column .card {
        width: calc( 33.3333% - 20px );
        min-width: 192px; } }
    @media (min-width: 1200px) {
      .ws-listing-trips.listing-grid-view.four-column .card {
        width: calc( 25% - 20px );
        min-width: 220px; } }
    @media (max-width: 991.99px) and (min-width: 768px) {
      .ws-listing-trips.listing-grid-view.four-column .card {
        width: calc( 33.333% - 20px );
        min-width: 220px; } }
    @media (max-width: 767.99px) and (min-width: 575px) {
      .ws-listing-trips.listing-grid-view.four-column .card {
        width: calc( 50% - 20px );
        min-width: 220px; } }
    .ws-listing-trips.listing-grid-view .card-body {
      width: 100%;
      padding: 10px;
      position: relative; }
      .ws-listing-trips.listing-grid-view .card-body h3 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 18px; }
    .ws-listing-trips.listing-grid-view .time {
      font-size: 12px;
      color: #fff;
      margin-bottom: 0px;
      background-color: rgba(37, 31, 30, 0.64);
      position: absolute;
      top: 25px;
      right: 15px;
      padding: 3px 5px;
      border-radius: 4px;
      z-index: 9; }
      .ws-listing-trips.listing-grid-view .time:before {
        content: none; }
    .ws-listing-trips.listing-grid-view .featured-image {
      width: 100%; }
    .ws-listing-trips.listing-grid-view .rating {
      text-align: left;
      width: 45%;
      float: left;
      padding: 5px 10px; }
      .ws-listing-trips.listing-grid-view .rating span {
        display: none; }
    .ws-listing-trips.listing-grid-view .avilable-date {
      font-size: 12px;
      margin-bottom: 5px; }
    .ws-listing-trips.listing-grid-view .right-wrapper {
      width: 100%;
      padding: 0;
      display: inline-block;
      background-color: #e7e7e7; }
      .ws-listing-trips.listing-grid-view .right-wrapper .ws-rating-more {
        display: inline-block;
        width: 100%;
        position: absolute;
        background-color: #e7e7e7;
        left: 0;
        bottom: -32px; }
      .ws-listing-trips.listing-grid-view .right-wrapper:before {
        content: '';
        position: absolute;
        width: 1px;
        height: calc( 100% - 80px );
        top: 40px;
        left: 0;
        background-color: #ddd; }
      .ws-listing-trips.listing-grid-view .right-wrapper .prices {
        background: #f5f5f5;
        display: block;
        width: 100%;
        padding: 5px 10px;
        text-align: left; }
        .ws-listing-trips.listing-grid-view .right-wrapper .prices p {
          width: 50%;
          float: left;
          display: inline-block;
          font-size: 12px;
          line-height: 27px; }
          .ws-listing-trips.listing-grid-view .right-wrapper .prices p:last-of-type {
            text-align: right;
            margin-bottom: 0; }
          .ws-listing-trips.listing-grid-view .right-wrapper .prices p b {
            color: #f83531;
            font-size: 18px;
            padding-left: 10px; }
      .ws-listing-trips.listing-grid-view .right-wrapper .dream-btn-wrap {
        width: 55%;
        float: left;
        margin-top: 0; }
        .ws-listing-trips.listing-grid-view .right-wrapper .dream-btn-wrap a {
          display: block;
          padding: 3px 0px 3px 20px; }
          .ws-listing-trips.listing-grid-view .right-wrapper .dream-btn-wrap a:before {
            position: absolute;
            top: 0;
            left: -1px;
            content: "";
            width: 0;
            height: 0;
            border-top: 16px solid transparent;
            border-left: 16px solid #e7e7e7;
            border-bottom: 16px solid transparent; }
          .ws-listing-trips.listing-grid-view .right-wrapper .dream-btn-wrap a:hover, .ws-listing-trips.listing-grid-view .right-wrapper .dream-btn-wrap a:focus {
            border-color: #df1814;
            color: #fff;
            background: #df1814; }
  .ws-listing-trips .featured-image picture {
    display: block;
    line-height: 0; }

.ws-question {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .ws-question:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(248, 53, 49, 0.25); }
  .ws-question .ws-question-wrap {
    position: relative;
    z-index: 3;
    padding: 30px; }
    .ws-question .ws-question-wrap h3, .ws-question .ws-question-wrap p {
      color: #fff; }
    .ws-question .ws-question-wrap h3 {
      margin-top: 0;
      font-weight: 600; }
    .ws-question .ws-question-wrap p {
      margin-bottom: 10px; }
    .ws-question .ws-question-wrap .info {
      font-size: 16px;
      margin-bottom: 15px; }
  .ws-question a {
    color: #fff;
    display: block;
    font-weight: 500; }
    .ws-question a:before {
      padding-right: 10px;
      font-family: fontawesome; }
  .ws-question a[href^="mailto:"]:before {
    content: '\f003'; }
  .ws-question a[href^="tel:"]:before {
    content: '\f095'; }

.ws-subscribe .aside-title:before {
  content: '\f0e0';
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 10px; }

.ws-subscribe-form input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0; }
.ws-subscribe-form input[type="email"] {
  height: 40px;
  padding: 6px 15px;
  background-color: #f7f7f7; }
.ws-subscribe-form input[type="submit"] {
  text-transform: uppercase;
  border: 1px solid transparent; }
  .ws-subscribe-form input[type="submit"]:hover {
    background-color: transparent;
    border-color: #000;
    color: #000; }

.ws-travel-testimonial {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-attachment: fixed; }
  .ws-travel-testimonial:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .ws-travel-testimonial .ws-section-title {
    text-align: center; }

.ws-travel-testimonial-slider {
  position: relative;
  z-index: 3;
  margin-bottom: 0; }
  .ws-travel-testimonial-slider .ws-travel-moment-wrap {
    float: left;
    width: 100%;
    border: 1px solid #555;
    opacity: 0.45;
    transform: scale(0.8);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    @media (min-width: 992px) {
      .ws-travel-testimonial-slider .ws-travel-moment-wrap {
        max-width: 500px; } }
    @media (min-width: 768px) and (max-width: 991.99px) {
      .ws-travel-testimonial-slider .ws-travel-moment-wrap {
        max-width: 400px; } }
    @media (max-width: 767.99px) {
      .ws-travel-testimonial-slider .ws-travel-moment-wrap {
        max-width: 320px; } }
    .ws-travel-testimonial-slider .ws-travel-moment-wrap:focus {
      outline: none; }
  .ws-travel-testimonial-slider .slick-list {
    position: relative; }
    .ws-travel-testimonial-slider .slick-list:after {
      content: '';
      position: absolute;
      width: 34%;
      top: 0;
      right: 0;
      height: 100%;
      background: #15110c00;
      z-index: 9;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }
    .ws-travel-testimonial-slider .slick-list:before {
      content: '';
      position: absolute;
      width: 34%;
      top: 0;
      left: 0;
      height: 100%;
      background: #15110c00;
      z-index: 9;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }
  .ws-travel-testimonial-slider .slick-current {
    background-color: #fff;
    border-color: transparent;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .ws-travel-testimonial-slider .ws-icon-travel-moment {
    float: left; }
    @media (min-width: 768px) {
      .ws-travel-testimonial-slider .ws-icon-travel-moment {
        width: 70px; } }
    @media (max-width: 767.99px) {
      .ws-travel-testimonial-slider .ws-icon-travel-moment {
        width: 100%; }
        .ws-travel-testimonial-slider .ws-icon-travel-moment img {
          width: 70px;
          padding-right: 15px;
          display: inline-block;
          float: left; }
        .ws-travel-testimonial-slider .ws-icon-travel-moment .visible-under-xs {
          display: inline-block;
          float: left;
          width: calc( 100% - 70px );
          text-align: left; } }
  @media (min-width: 992px) {
    .ws-travel-testimonial-slider .ws-travel-momnet-info {
      position: absolute;
      right: -5px;
      top: 10px; } }
  @media (max-width: 991.99px) {
    .ws-travel-testimonial-slider .ws-travel-momnet-info {
      margin-bottom: 6px; } }
  .ws-travel-testimonial-slider .ws-travel-momnet-info span {
    font-size: 12px;
    padding-right: 20px;
    font-style: italic;
    color: #999; }
  .ws-travel-testimonial-slider .btn {
    margin: 15px 0 0;
    padding: 5px 10px;
    border: 1px solid #555;
    display: inline-block;
    width: auto;
    color: #555; }
    .ws-travel-testimonial-slider .btn:hover {
      border-color: #f83531;
      background-color: #f83531;
      color: #fff; }
  .ws-travel-testimonial-slider .ws-travel-moment-wrap-inside {
    float: left;
    text-align: left;
    position: relative; }
    @media (min-width: 768px) {
      .ws-travel-testimonial-slider .ws-travel-moment-wrap-inside {
        width: calc( 100% - 70px );
        padding-left: 15px; } }
    @media (max-width: 767.99px) {
      .ws-travel-testimonial-slider .ws-travel-moment-wrap-inside {
        width: 100%; } }
  @media (min-width: 768px) {
    .ws-travel-testimonial-slider .time {
      position: absolute;
      right: 0;
      top: -10px; } }
  @media (max-width: 767.99px) {
    .ws-travel-testimonial-slider .time {
      position: relative;
      margin-bottom: 0px; } }
  .ws-travel-testimonial-slider a {
    color: #f83531; }
    .ws-travel-testimonial-slider a:hover {
      color: #df1814; }
  .ws-travel-testimonial-slider .ws-content-travel-moment {
    margin: 15px 0 5px;
    font-style: italic; }
  .ws-travel-testimonial-slider .rating i {
    padding-left: 5px; }
  .ws-travel-testimonial-slider .slick-dots {
    position: relative;
    bottom: 0;
    padding: 0;
    margin: 10px 0 0;
    display: block !important; }
    .ws-travel-testimonial-slider .slick-dots li button {
      border: 2px solid transparent;
      border-radius: 50%; }
      .ws-travel-testimonial-slider .slick-dots li button:before {
        color: #f83531;
        font-size: 20px;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d; }
      .ws-travel-testimonial-slider .slick-dots li button:hover {
        border-color: #f83531; }
        .ws-travel-testimonial-slider .slick-dots li button:hover:before {
          opacity: 1;
          transform: scale(0.4); }
    .ws-travel-testimonial-slider .slick-dots li.slick-active button {
      border-color: #f83531; }
      .ws-travel-testimonial-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        transform: scale(0.4); }

.blog-listing {
  overflow: hidden; }
  .blog-listing .blog-listing-wrap {
    margin-bottom: 60px; }
  .blog-listing .single-blog-listing {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .blog-listing .single-blog-listing {
        display: table; } }
    @media (max-width: 767.99px) {
      .blog-listing .single-blog-listing {
        display: block;
        background-color: #fff;
        padding: 15px; } }
  .blog-listing h2:before {
    content: '\f1ea';
    font-family: fontawesome;
    font-weight: 400;
    padding-right: 10px; }
  .blog-listing h3 {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .blog-listing h3 {
        margin-top: 5px; } }
    @media (max-width: 767.99px) {
      .blog-listing h3 {
        margin-top: 15px; } }
  @media (min-width: 768px) {
    .blog-listing .featured-image {
      width: 20%;
      padding-right: 15px;
      display: table-cell;
      vertical-align: middle; } }
  @media (max-width: 767.99px) {
    .blog-listing .featured-image {
      width: 100%;
      display: block; } }
  @media (min-width: 768px) {
    .blog-listing .card-body {
      width: 50%;
      display: table-cell;
      vertical-align: top; } }
  @media (max-width: 767.99px) {
    .blog-listing .card-body {
      width: 100%;
      display: block; } }
  .blog-listing .time {
    margin-bottom: 10px; }
  .blog-listing p {
    margin-bottom: 0; }

.ws-feature-video {
  overflow: hidden; }
  .ws-feature-video h2:before {
    content: '\f008';
    font-family: fontawesome;
    font-weight: 400;
    padding-right: 10px; }

.ws-single-nav-slider.bg-white-slider {
  background-color: #fff;
  padding: 0 0 15px; }
.ws-single-nav-slider .slider-single {
  margin-bottom: 10px; }
.ws-single-nav-slider .slick-video-wrapper {
  position: relative; }
.ws-single-nav-slider .video-playing .slick-video-play-icon,
.ws-single-nav-slider .video-playing .slick-video-tn {
  display: none; }
.ws-single-nav-slider .slick-video-play-icon {
  height: 70px;
  width: 70px;
  background: transparent;
  border: solid #fff 3px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }
  .ws-single-nav-slider .slick-video-play-icon:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 6px;
    margin: 0 auto;
    color: #fff; }
  .ws-single-nav-slider .slick-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border-color: #f83531; }
    .ws-single-nav-slider .slick-video-play-icon:hover:before {
      color: #f83531; }
.ws-single-nav-slider .slider-nav {
  margin: 0; }
  .ws-single-nav-slider .slider-nav .projectitem:focus {
    outline: none; }
  .ws-single-nav-slider .slider-nav .projectitem.video-item figure {
    position: relative; }
    .ws-single-nav-slider .slider-nav .projectitem.video-item figure:before {
      content: "\f04b";
      font-family: FontAwesome;
      position: absolute;
      z-index: 1;
      font-size: 15px;
      border: solid #fff 2px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      padding: 7px 14px; }
    .ws-single-nav-slider .slider-nav .projectitem.video-item figure:hover {
      cursor: pointer; }
      .ws-single-nav-slider .slider-nav .projectitem.video-item figure:hover:before {
        border-color: #f83531;
        color: #f83531; }
  .ws-single-nav-slider .slider-nav .projectitem.video-item.playing figure:before {
    content: "\f04c";
    font-size: 12px;
    padding: 9px 13px; }
  .ws-single-nav-slider .slider-nav figure {
    margin: 0 5px;
    cursor: pointer; }
  .ws-single-nav-slider .slider-nav .entry-header h3 {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    max-height: 34px;
    margin: 5px 5px 0; }
  .ws-single-nav-slider .slider-nav .slick-list {
    margin: 0 20px; }
  .ws-single-nav-slider .slider-nav .slick-prev,
  .ws-single-nav-slider .slider-nav .slick-next {
    top: 0px;
    height: 100%;
    margin-top: 0;
    background-color: #f83531;
    border-radius: 0;
    transition: all 0.4s ease-in-out; }
    .ws-single-nav-slider .slider-nav .slick-prev:before,
    .ws-single-nav-slider .slider-nav .slick-next:before {
      color: #fff; }
    .ws-single-nav-slider .slider-nav .slick-prev:hover,
    .ws-single-nav-slider .slider-nav .slick-next:hover {
      background-color: #D23600;
      transition: all 0.4s ease-in-out; }
  .ws-single-nav-slider .slider-nav .slick-next {
    right: 0px; }
  .ws-single-nav-slider .slider-nav .slick-prev {
    right: initial;
    left: 0px; }

.ws-theme-feature-video-slider.ws-single-nav-slider .slider-nav .slick-prev,
.ws-theme-feature-video-slider.ws-single-nav-slider .slider-nav .slick-next {
  height: calc( 100% - 39px );
  background-color: #000; }

.featured-image .feature-image-thumb {
  position: relative;
  overflow: hidden; }
  .featured-image .feature-image-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .featured-image .feature-image-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .featured-image .feature-image-thumb:hover::after {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .featured-image .feature-image-thumb:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s; }
  .featured-image .feature-image-thumb picture {
    display: block;
    line-height: 0; }

.destination-image .destination-image-caption {
  overflow: hidden; }
  .destination-image .destination-image-caption:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .destination-image .destination-image-caption:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .destination-image .destination-image-caption:hover::after {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .destination-image .destination-image-caption:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
  .destination-image .destination-image-caption picture {
    display: block;
    line-height: 0; }

.top-header ul a {
  color: #fff; }

.top-header {
  background-color: #414b4f; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
#search {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  top: 0; }
  #search.is-visible {
    opacity: 1;
    visibility: visible;
    height: auto; }
  #search .container {
    position: relative; }

.ws-theme-section-filter .wp-travel-toolbar {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  overflow: visible;
  border: none;
  margin-bottom: 40px; }
  .ws-theme-section-filter .wp-travel-toolbar .form-control {
    margin-right: 10px;
    float: left;
    padding: 0;
    position: relative; }
    .ws-theme-section-filter .wp-travel-toolbar .form-control.wp-travel-filter-button {
      margin-right: 0; }
    @media (max-width: 767.99px) and (min-width: 575px) {
      .ws-theme-section-filter .wp-travel-toolbar .form-control {
        margin-top: 0;
        margin-bottom: 0; }
        .ws-theme-section-filter .wp-travel-toolbar .form-control:not(.wp-travel-filter-button) {
          width: calc( 33.333% - 34px ); } }
    @media (max-width: 574.99px) and (min-width: 420px) {
      .ws-theme-section-filter .wp-travel-toolbar .form-control {
        margin-top: 5px;
        margin-bottom: 5px;
        width: calc( 50% - 5px ); }
        .ws-theme-section-filter .wp-travel-toolbar .form-control:nth-of-type(even) {
          margin-right: 0;
          margin-left: 0; }
        .ws-theme-section-filter .wp-travel-toolbar .form-control .btn-wp-travel-filter {
          display: block;
          width: 100%; } }
    @media (max-width: 419.99px) {
      .ws-theme-section-filter .wp-travel-toolbar .form-control {
        width: 100%;
        margin: 5px 0; }
        .ws-theme-section-filter .wp-travel-toolbar .form-control .btn-wp-travel-filter {
          width: 100%; } }
    .ws-theme-section-filter .wp-travel-toolbar .form-control .bs-searchbox .form-control {
      width: 100%;
      margin-bottom: 5px; }
  .ws-theme-section-filter .wp-travel-toolbar h4 {
    margin: 0 40px 0 0;
    display: inline-block;
    float: left;
    line-height: 34px; }
    @media (max-width: 1199.99px) {
      .ws-theme-section-filter .wp-travel-toolbar h4 {
        margin: 0 15px 0 0; } }
    @media (max-width: 991.99px) {
      .ws-theme-section-filter .wp-travel-toolbar h4 {
        display: none; } }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
    display: block;
    position: relative;
    padding: 0;
    height: 34px; }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select > .dropdown-toggle {
    background-color: white;
    margin-bottom: 0px;
    padding: 0 5px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    height: 34px; }
    @media (min-width: 1200px) {
      .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select > .dropdown-toggle {
        width: 150px; } }
    @media (min-width: 992px) and (max-width: 1199.99px) {
      .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select > .dropdown-toggle {
        width: 115px; } }
    @media (max-width: 991.99px) and (min-width: 768px) {
      .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select > .dropdown-toggle {
        width: 126px; } }
    .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select > .dropdown-toggle .filter-option {
      width: auto; }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle .bs-caret {
    width: 20px;
    height: calc( 100% - 2px );
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #eaeaea;
    transition: all 0.4s ease-in-out; }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle .caret {
    position: relative;
    color: #333;
    top: 3px;
    right: 0;
    margin-top: 0;
    transition: all 0.4s ease-in-out; }
    .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle .caret:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      position: absolute;
      top: -11px;
      left: -4px;
      vertical-align: middle;
      border-bottom: 4px dashed;
      border-top: 4px solid \9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:focus {
    outline: 1px solid #ddd; }
  .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:hover, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:focus, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:active {
    transition: all 0.4s ease-in-out; }
    .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:hover .bs-caret, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:focus .bs-caret, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:active .bs-caret {
      background-color: #f83531;
      transition: all 0.4s ease-in-out; }
      .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:hover .bs-caret .caret, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:focus .bs-caret .caret, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:active .bs-caret .caret {
        color: #fff; }
    .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:hover .filter-option, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:focus .filter-option, .ws-theme-section-filter .wp-travel-toolbar .bootstrap-select .dropdown-toggle:active .filter-option {
      color: #333;
      transition: all 0.4s ease-in-out; }
  .ws-theme-section-filter .wp-travel-toolbar .view-control {
    float: right;
    margin-left: 10px; }
    @media (max-width: 991.99px) {
      .ws-theme-section-filter .wp-travel-toolbar .view-control {
        display: none; } }
    .ws-theme-section-filter .wp-travel-toolbar .view-control a {
      width: 34px;
      height: 34px;
      display: block;
      text-align: center;
      border: 1px solid #373939;
      line-height: 30px;
      transition: all 0.4s ease-in-out; }
      .ws-theme-section-filter .wp-travel-toolbar .view-control a i:before {
        vertical-align: middle;
        color: #333;
        transition: all 0.4s ease-in-out; }
      .ws-theme-section-filter .wp-travel-toolbar .view-control a.active, .ws-theme-section-filter .wp-travel-toolbar .view-control a:hover {
        background-color: #f83531;
        border-color: #f83531;
        transition: all 0.4s ease-in-out; }
        .ws-theme-section-filter .wp-travel-toolbar .view-control a.active i:before, .ws-theme-section-filter .wp-travel-toolbar .view-control a:hover i:before {
          color: #fff; }
  .ws-theme-section-filter .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
    padding: 5px 10px;
    background: #373939;
    border-radius: 0px;
    transition: all 0.4s ease-in-out; }
    .ws-theme-section-filter .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter:hover {
      background: #f83531;
      transition: all 0.4s ease-in-out; }

.widget-area .ws-advance-form {
  margin-bottom: 30px; }
  @media (max-width: 991.99px) {
    .widget-area .ws-advance-form {
      padding: 20px 15px; } }
  @media (max-width: 991.99px) and (min-width: 768px) {
    .widget-area .ws-advance-form .form-top-wrapper {
      margin-top: 0px; }
      .widget-area .ws-advance-form .form-top-wrapper .form-content {
        margin: 5px 0;
        width: 100%; }
    .widget-area .ws-advance-form .prices {
      width: 100%;
      margin: 5px 0; }
    .widget-area .ws-advance-form input[type="submit"] {
      width: 100%; } }
  @media (max-width: 991.99px) {
    .widget-area .ws-advance-form.dark-layout {
      background: rgba(37, 41, 41, 0.8); } }
  .widget-area .ws-advance-form.light-layout {
    border: 1px solid #eee; }
    .widget-area .ws-advance-form.light-layout input:not([type="submit"]), .widget-area .ws-advance-form.light-layout button {
      border: 1px solid #eee; }

.ws-listing-trips.grid-view .card {
  margin-bottom: 70px;
  display: block; }
.ws-listing-trips.grid-view .featured-image {
  width: 100%;
  display: block;
  padding-right: 0; }
.ws-listing-trips.grid-view .card-body {
  width: 100%;
  display: block; }
.ws-listing-trips.grid-view .right-wrapper {
  width: 100%;
  padding: 0;
  display: inline-block;
  background-color: #e7e7e7; }
  .ws-listing-trips.grid-view .right-wrapper .prices {
    background: #f5f5f5;
    display: block;
    width: auto;
    padding: 10px 15px;
    text-align: left; }
    .ws-listing-trips.grid-view .right-wrapper .prices p {
      width: 50%;
      float: left;
      display: inline-block; }
      .ws-listing-trips.grid-view .right-wrapper .prices p:last-of-type {
        text-align: right;
        margin-bottom: 0; }
      .ws-listing-trips.grid-view .right-wrapper .prices p b {
        color: #f83531;
        font-size: 18px;
        padding-left: 10px; }
  .ws-listing-trips.grid-view .right-wrapper .ws-rating-more {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #e7e7e7;
    bottom: -43px; }
    .ws-listing-trips.grid-view .right-wrapper .ws-rating-more .rating {
      text-align: left;
      width: 45%;
      float: left;
      padding: 10px 15px; }
    .ws-listing-trips.grid-view .right-wrapper .ws-rating-more .dream-btn-wrap {
      width: 55%;
      float: left;
      margin-top: 0; }
      .ws-listing-trips.grid-view .right-wrapper .ws-rating-more .dream-btn-wrap a {
        display: block;
        position: relative; }
        .ws-listing-trips.grid-view .right-wrapper .ws-rating-more .dream-btn-wrap a:before {
          position: absolute;
          top: 0;
          left: -1px;
          content: "";
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-left: 20px solid #e7e7e7;
          border-bottom: 20px solid transparent; }

.loader-active {
  background: #232939;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #f83531;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader-propeller {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f83531;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -moz-animation: rotate 650ms linear infinite;
  -webkit-animation: rotate 650ms linear infinite;
  animation: rotate 650ms linear infinite; }
  .loader-propeller:before, .loader-propeller:after {
    width: 30px;
    height: 2px;
    background: #f83531;
    position: absolute;
    content: '';
    margin-top: 10px; }
  .loader-propeller:before {
    margin-left: -40px; }
  .loader-propeller:after {
    margin-left: 30px; }

@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader-line {
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  border-right: 5px solid #f83531;
  background-color: #f83531;
  box-shadow: 0 0 10px #f83531;
  -moz-animation: line 1.5s ease-out infinite;
  -webkit-animation: line 1.5s ease-out infinite;
  animation: line 1.5s ease-out infinite; }

@-moz-keyframes line {
  0% {
    width: 0; }
  100% {
    width: 320px;
    opacity: 0; } }
@-webkit-keyframes line {
  0% {
    width: 0; }
  100% {
    width: 320px;
    opacity: 0; } }
@keyframes line {
  0% {
    width: 0; }
  100% {
    width: 320px;
    opacity: 0; } }
.loader-wheel {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ddd;
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  margin-left: -25px;
  -moz-animation: wheel 0.75s linear infinite;
  -webkit-animation: wheel 0.75s linear infinite;
  animation: wheel 0.75s linear infinite; }
  .loader-wheel:before, .loader-wheel:after {
    content: '';
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; }
  .loader-wheel:before {
    border-top: 25px solid #f83531; }
  .loader-wheel:after {
    border-bottom: 25px solid #f83531;
    margin-top: 25px; }

@-moz-keyframes wheel {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes wheel {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wheel {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader-bounce-ball {
  position: relative;
  width: 180px;
  height: 90px; }
  .loader-bounce-ball:after, .loader-bounce-ball:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    top: 10px;
    background-color: #f83531;
    border-radius: 50%; }
  .loader-bounce-ball:after {
    left: 120px;
    animation: loader-move2 0.5s ease-in-out infinite;
    animation-direction: alternate; }
  .loader-bounce-ball:before {
    animation: loader-move1 0.5s ease-in-out infinite;
    animation-direction: alternate; }

@keyframes loader-move1 {
  0% {
    transform: translatex(0px); }
  65% {
    height: 60px;
    width: 60px; }
  100% {
    height: 75px;
    width: 40px;
    transform: translatex(45px); } }
@keyframes loader-move2 {
  0% {
    transform: translatex(0px); }
  65% {
    height: 60px;
    width: 60px; }
  100% {
    height: 75px;
    width: 40px;
    transform: translatex(-45px); } }
.loader-bounce {
  width: 5px;
  height: 100px;
  border-bottom: 1px solid #f83531;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -50px;
  -moz-animation: shadow 2s ease-in-out infinite;
  -webkit-animation: shadow 2s ease-in-out infinite;
  animation: shadow 2s ease-in-out infinite; }
  .loader-bounce:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #f83531;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -12.5px;
    -moz-animation: bounce 2s ease-in-out infinite;
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite; }

@-moz-keyframes shadow {
  50% {
    width: 25px;
    border-bottom: 2px solid rgba(248, 53, 49, 0.8);
    -moz-transform: translateX(-12.5px);
    transform: translateX(-12.5px); } }
@-webkit-keyframes shadow {
  50% {
    width: 25px;
    border-bottom: 2px solid rgba(248, 53, 49, 0.8);
    -webkit-transform: translateX(-12.5px);
    transform: translateX(-12.5px); } }
@keyframes shadow {
  50% {
    width: 25px;
    border-bottom: 2px solid rgba(248, 53, 49, 0.8);
    -moz-transform: translateX(-12.5px);
    -ms-transform: translateX(-12.5px);
    -webkit-transform: translateX(-12.5px);
    transform: translateX(-12.5px); } }
@-moz-keyframes bounce {
  25% {
    height: 25px;
    border-radius: 0px; }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 23px;
    border-radius: 50%; }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }
@-webkit-keyframes bounce {
  25% {
    height: 25px;
    border-radius: 0px; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 23px;
    border-radius: 50%; }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }
@keyframes bounce {
  25% {
    height: 25px;
    border-radius: 0px; }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 23px;
    border-radius: 50%; }
  100% {
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }
.loader-text {
  height: 60px;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  position: absolute; }
  .loader-text:before {
    content: "loading";
    color: #f83531;
    vertical-align: -50%;
    font-size: 20px;
    letter-spacing: -6px;
    -moz-animation: fade 5s ease-in-out infinite;
    -webkit-animation: fade 5s ease-in-out infinite;
    animation: fade 5s ease-in-out infinite; }

@-moz-keyframes fade {
  0%,100% {
    text-shadow: 0px 0px 15px;
    color: transparent; }
  25%, 75% {
    color: #f83531; }
  50% {
    text-shadow: 0px 0px 0px #f83531;
    letter-spacing: 4px;
    color: #f83531; } }
@-webkit-keyframes fade {
  0%,100% {
    text-shadow: 0px 0px 15px;
    color: transparent; }
  25%, 75% {
    color: #f83531; }
  50% {
    text-shadow: 0px 0px 0px #f83531;
    letter-spacing: 4px;
    color: #f83531; } }
@keyframes fade {
  0%,100% {
    text-shadow: 0px 0px 15px;
    color: transparent; }
  25%, 75% {
    color: #f83531; }
  50% {
    text-shadow: 0px 0px 0px #f83531;
    letter-spacing: 4px;
    color: #f83531; } }
.loader-hourglass {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 100px;
  top: 50%;
  background: transparent;
  left: 50%;
  margin-left: -25px;
  margin-top: -50px;
  -moz-animation: turn 3.5s ease-in-out infinite;
  -webkit-animation: turn 3.5s ease-in-out infinite;
  animation: turn 3.5s ease-in-out infinite; }
  .loader-hourglass:before, .loader-hourglass:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: '';
    position: absolute; }
  .loader-hourglass:before {
    border-top: 50px solid #f83531;
    -moz-animation: drain 3.5s ease-in-out infinite;
    -webkit-animation: drain 3.5s ease-in-out infinite;
    animation: drain 3.5s ease-in-out infinite; }
  .loader-hourglass:after {
    border-bottom: 0px solid #f83531;
    margin-top: 50px;
    -moz-animation: fill 3.5s ease-in-out infinite;
    -webkit-animation: fill 3.5s ease-in-out infinite;
    animation: fill 3.5s ease-in-out infinite;
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }

@-moz-keyframes turn {
  60% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-webkit-keyframes turn {
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes turn {
  60% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-moz-keyframes drain {
  60%,100% {
    border-top: 0px solid #eee;
    -moz-transform: rotateY(90deg) translateY(50px);
    transform: rotateY(90deg) translateY(50px); } }
@-webkit-keyframes drain {
  60%,100% {
    border-top: 0px solid #eee;
    -webkit-transform: rotateY(90deg) translateY(50px);
    transform: rotateY(90deg) translateY(50px); } }
@keyframes drain {
  60%,100% {
    border-top: 0px solid #eee;
    -moz-transform: rotateY(90deg) translateY(50px);
    -ms-transform: rotateY(90deg) translateY(50px);
    -webkit-transform: rotateY(90deg) translateY(50px);
    transform: rotateY(90deg) translateY(50px); } }
@-moz-keyframes fill {
  0%, 5% {
    border-bottom: 0px solid #f83531; }
  70%,100% {
    border-bottom: 50px solid #f83531;
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@-webkit-keyframes fill {
  0%, 5% {
    border-bottom: 0px solid #f83531; }
  70%,100% {
    border-bottom: 50px solid #f83531;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes fill {
  0%, 5% {
    border-bottom: 0px solid #f83531; }
  70%,100% {
    border-bottom: 50px solid #f83531;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
.loader-pinwheel {
  width: 3px;
  height: 75px;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  position: absolute;
  margin-top: -27.5px;
  background: #f83531; }
  .loader-pinwheel:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    margin-left: -2px;
    background: #f83531;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px #091988, 0px 15px 0px 7px #d11919, -3px 13px 0px 7px #690d0d, 15px 0px 0px 7px #339966, 13px -3px 0px 7px #c7e3d5, -15px 0px 0px 7px #ffda45, -15px -3px 0px 7px #5e5019, 0px -15px 0px 7px #993399, 3px -15px 0px 7px #d9b4d9;
    -moz-animation: wind 0.3s linear infinite;
    -webkit-animation: wind 0.3s linear infinite;
    animation: wind 0.3s linear infinite; }

@-moz-keyframes wind {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes wind {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wind {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader-beer {
  width: 55px;
  height: 90px;
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  border-bottom: 2px solid #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0 0 10% 10%;
  margin-top: -45px;
  margin-left: -25px;
  background: rgba(255, 255, 255, 0.5);
  -moz-animation: tilt 6s linear infinite;
  -webkit-animation: tilt 6s linear infinite;
  animation: tilt 6s linear infinite; }
  .loader-beer:before {
    width: 3px;
    height: 0px;
    background: #d0a032;
    content: '';
    position: absolute;
    margin-left: 23px;
    margin-top: -60px;
    -moz-animation: pour 6s linear infinite;
    -webkit-animation: pour 6s linear infinite;
    animation: pour 6s linear infinite; }
  .loader-beer:after {
    width: 50px;
    height: 0px;
    bottom: 0;
    background: #d0a032;
    content: '';
    border-radius: 0 0 10% 10%;
    position: absolute;
    -moz-animation: height 6s linear infinite;
    -webkit-animation: height 6s linear infinite;
    animation: height 6s linear infinite; }

@-moz-keyframes tilt {
  0%,60% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  70%,90% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes tilt {
  0%,60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  70%,90% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes tilt {
  0%,60% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  70%,90% {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-moz-keyframes pour {
  30% {
    opacity: 0.7;
    height: 80px;
    margin-top: 10px; }
  50%,100% {
    margin-top: 10px;
    opacity: 0; } }
@-webkit-keyframes pour {
  30% {
    opacity: 0.7;
    height: 80px;
    margin-top: 10px; }
  50%,100% {
    margin-top: 10px;
    opacity: 0; } }
@keyframes pour {
  30% {
    opacity: 0.7;
    height: 80px;
    margin-top: 10px; }
  50%,100% {
    margin-top: 10px;
    opacity: 0; } }
@-moz-keyframes height {
  0%,30% {
    height: 0px;
    box-shadow: 0px -3px 0px #eee; }
  50%,70% {
    height: 60px;
    right: 0;
    width: 50px;
    box-shadow: 0px -20px 0px #eee; }
  72% {
    box-shadow: 0px 0px 0px #eee; }
  75%,100% {
    right: 0;
    width: 0px;
    height: 120px; } }
@-webkit-keyframes height {
  0%,30% {
    height: 0px;
    box-shadow: 0px -3px 0px #eee; }
  50%,70% {
    height: 60px;
    right: 0;
    width: 50px;
    box-shadow: 0px -20px 0px #eee; }
  72% {
    box-shadow: 0px 0px 0px #eee; }
  75%,100% {
    right: 0;
    width: 0px;
    height: 120px; } }
@keyframes height {
  0%,30% {
    height: 0px;
    box-shadow: 0px -3px 0px #eee; }
  50%,70% {
    height: 60px;
    right: 0;
    width: 50px;
    box-shadow: 0px -20px 0px #eee; }
  72% {
    box-shadow: 0px 0px 0px #eee; }
  75%,100% {
    right: 0;
    width: 0px;
    height: 120px; } }
.loader-clock {
  border: 2px solid #222;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 2.5px black, inset 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  background: #CCEAEA;
  position: absolute; }
  .loader-clock:before, .loader-clock:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 2px;
    background: black;
    border-radius: 0 0 100% 100%;
    transform-origin: top;
    margin-left: 25px; }
  .loader-clock:before {
    height: 35%;
    background: black;
    -moz-animation: tick 7.5s linear infinite;
    -webkit-animation: tick 7.5s linear infinite;
    animation: tick 7.5s linear infinite; }
  .loader-clock:after {
    height: 40%;
    -moz-animation: tick 3s linear infinite;
    -webkit-animation: tick 3s linear infinite;
    animation: tick 3s linear infinite; }

@-moz-keyframes tick {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes tick {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes tick {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader-line-ball {
  border-radius: 50%;
  position: relative;
  width: 180px;
  height: 180px; }
  .loader-line-ball:after, .loader-line-ball:before {
    position: absolute;
    content: ""; }
  .loader-line-ball:after {
    height: 10px;
    width: 100px;
    background-color: #f83531;
    border-radius: 5px;
    top: 110px;
    left: 40px;
    animation: loader-swing 0.8s ease-in-out infinite;
    animation-direction: alternate; }
  .loader-line-ball:before {
    height: 20px;
    width: 20px;
    background-color: #f83531;
    border-radius: 50%;
    top: 30px;
    left: 78px;
    animation: loader-bounce 0.4s ease-in-out infinite;
    animation-direction: alternate; }

@keyframes loader-bounce {
  0% {
    height: 24px;
    transform: translateY(0px); }
  75% {
    height: 20px;
    width: 20px; }
  100% {
    height: 10px;
    width: 24px;
    transform: translateY(74px); } }
@keyframes loader-swing {
  0% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(45deg); } }
@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal; }

.flaticon-verified:before {
  content: "\f100"; }

.flaticon-stop-book:before {
  content: "\f101"; }

.flaticon-sport:before {
  content: "\f102"; }

.flaticon-transport-1:before {
  content: "\f103"; }

.flaticon-transport:before {
  content: "\f104"; }

.flaticon-people-1:before {
  content: "\f105"; }

.flaticon-people:before {
  content: "\f106"; }

.flaticon-healthy:before {
  content: "\f107"; }

.flaticon-tips:before {
  content: "\f108"; }

.flaticon-guarantee:before {
  content: "\f109"; }

.top_content_single .title-single {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px; }
  .top_content_single .title-single .title {
    float: left; }
    .top_content_single .title-single .title h2 {
      margin: 0 0 15px;
      color: #333; }
  .top_content_single .title-single .tour_code {
    float: right;
    margin-top: 7px;
    color: #333; }
.top_content_single .ws-single-nav-slider {
  margin-bottom: 50px; }
.top_content_single .download-pdf {
  margin-bottom: 30px; }

.single-post-social-share {
  margin-bottom: 30px; }

.tour-info {
  margin: 0 0 30px; }
  .tour-info .tour-info-box {
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
    padding: 17px 25px; }
  .tour-info .tour-info-column {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -mox-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: left; }
    .tour-info .tour-info-column .tour-info-item {
      display: inline-flex;
      font-style: italic;
      color: #595959;
      width: 50%;
      float: left;
      margin: 2px 0; }
      @media (max-width: 574.99px) {
        .tour-info .tour-info-column .tour-info-item {
          width: 100%; } }
      .tour-info .tour-info-column .tour-info-item i {
        font-size: 16px;
        color: #f83531;
        padding-right: 10px;
        line-height: 25px; }
      .tour-info .tour-info-column .tour-info-item .tooltip-area i {
        color: #555;
        padding-left: 10px; }

.ws-theme-tabs-content li p {
  color: #333;
  line-height: 24px; }

.btn-block.simple {
  padding: 8px 15px;
  background: #ffffff;
  color: #333;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #333; }
  .btn-block.simple:hover {
    color: #f83531;
    border-color: #f83531; }

.ws-theme-description-overview {
  margin-bottom: 10px; }
  .ws-theme-description-overview + [data-readmore-toggle] {
    position: relative; }
    .ws-theme-description-overview + [data-readmore-toggle]:before {
      content: '';
      width: 100%;
      height: 100px;
      top: -100px;
      position: absolute;
      background: linear-gradient(rgba(255, 255, 255, 0.5), #fff);
      transition: all 0.4s ease-in-out; }
  .ws-theme-description-overview[aria-expanded="true"] + [data-readmore-toggle]:before {
    content: '';
    height: 0;
    top: 0;
    transition: all 0.4s ease-in-out; }

.tours-tabs_table {
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  border-top: 2px dotted #e4e4e4;
  font-size: 12px;
  display: block; }
  .tours-tabs_table th, .tours-tabs_table td {
    padding: 20px 0;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #e4e4e4; }
    @media (max-width: 991.99px) and (min-width: 768px) {
      .tours-tabs_table th, .tours-tabs_table td {
        padding: 20px 5px; } }
    @media (max-width: 767.99px) {
      .tours-tabs_table th, .tours-tabs_table td {
        display: block;
        width: 100%;
        padding: 10px 20px; } }
  @media (max-width: 767.99px) {
    .tours-tabs_table th {
      border-bottom: none; } }
  .tours-tabs_table table {
    border: none;
    margin: 0; }
    .tours-tabs_table table th, .tours-tabs_table table td {
      padding: 0;
      border: none;
      display: block;
      padding-left: 15px;
      position: relative; }
      .tours-tabs_table table th i, .tours-tabs_table table td i {
        position: absolute;
        left: -7px;
        top: 3px; }
  .tours-tabs_table i {
    margin-right: 10px; }
  .tours-tabs_table .icon-tick--on {
    color: #01cb68; }
  .tours-tabs_table .icon-tick--off {
    color: #eb7591; }
  .tours-tabs_table tr:last-of-type td, .tours-tabs_table tr:last-of-type th {
    border-bottom: none; }

.itinerary-item {
  margin-bottom: 30px; }
  .itinerary-item.intro-item {
    position: relative;
    padding-left: 40px; }
    .itinerary-item.intro-item:before {
      font-family: 'FontAwesome';
      content: "\f12a";
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      background: #F56961;
      color: #FFF;
      border-radius: 50%;
      display: block;
      text-align: center;
      font-size: 12px; }
  .itinerary-item h5, .itinerary-item h5 a {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    line-height: 1; }
  .itinerary-item .intro-item-body p {
    margin-bottom: 0; }

.itinerary-day-label {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  left: 8px;
  text-transform: uppercase; }

.availabily-wrapper {
  margin-bottom: 30px; }
  .availabily-wrapper .section-title h4 {
    margin-bottom: 0; }
  .availabily-wrapper .availabily-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .availabily-wrapper .availabily-list li {
      padding: 15px 0;
      margin: 0px 0; }
      .availabily-wrapper .availabily-list li .status {
        width: 16%; }
      .availabily-wrapper .availabily-list li .price {
        width: 13.5%; }
      .availabily-wrapper .availabily-list li:last-of-type {
        border-bottom: none; }
      .availabily-wrapper .availabily-list li.sold-out {
        pointer-events: none; }
    .availabily-wrapper .availabily-list .availabily-content .action .btn {
      padding: 5px 8px; }

/* ====== Zoom effect ======*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  animation-duration: 1s;
  animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.reviews .comments-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 5px; }
.reviews .comments-area ol {
  padding: 0;
  border: none; }
  .reviews .comments-area ol li {
    padding: 0 0 30px 0;
    margin-bottom: 23px;
    position: relative;
    display: block;
    padding-bottom: 34px;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(0, 58, 15, 0.1); }
    .reviews .comments-area ol li:after {
      content: '';
      display: table;
      clear: both; }
  .reviews .comments-area ol .comment-author {
    margin: 0 15px 8px 0;
    display: inline-block;
    float: left;
    width: 75px; }
    .reviews .comments-area ol .comment-author img {
      margin: 0; }
  .reviews .comments-area ol .comment-content {
    display: inline-block;
    float: left;
    clear: none;
    width: calc( 100% - 90px ); }
    .reviews .comments-area ol .comment-content h5, .reviews .comments-area ol .comment-content .itinerary-item h5 a, .itinerary-item h5 .reviews .comments-area ol .comment-content a {
      margin-bottom: 0;
      margin-top: 0; }
    @media (min-width: 992px) {
      .reviews .comments-area ol .comment-content .content {
        position: absolute;
        display: inline-block;
        right: 0;
        top: 0px;
        width: auto;
        height: auto; } }
    @media (max-width: 991.99px) {
      .reviews .comments-area ol .comment-content .content {
        position: relative;
        top: auto;
        right: auto; } }
    .reviews .comments-area ol .comment-content .content span {
      font-size: 12px;
      color: #595959; }
    .reviews .comments-area ol .comment-content p {
      font-size: 12px;
      line-height: 1.7em;
      margin: 0;
      padding: 10px 0; }
    .reviews .comments-area ol .comment-content .ws-theme-average-rating {
      position: absolute;
      left: 185px;
      top: 2px;
      margin: 0; }
.reviews .ws-theme-CommentForm .comment-respond {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin-top: 0; }
.reviews .ws-theme-CommentForm .comment-respond {
  width: 100%; }
.reviews .ws-theme-CommentForm h3 {
  font-size: 24px;
  font-weight: 800;
  color: #595959; }
.reviews .ws-theme-CommentForm .comment-notes {
  line-height: 1.7em;
  margin: 0;
  padding: 10px 0;
  font-size: 12px; }
@media (min-width: 992px) {
  .reviews .ws-theme-CommentForm .comment-form-comment {
    width: 50%;
    float: right;
    padding: 10px 0px 10px 15px; } }
@media (max-width: 991.99px) {
  .reviews .ws-theme-CommentForm .comment-form-comment {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 0; } }
.reviews .ws-theme-CommentForm .comment-form-comment textarea {
  border-radius: 0; }
  .reviews .ws-theme-CommentForm .comment-form-comment textarea:hover, .reviews .ws-theme-CommentForm .comment-form-comment textarea:focus {
    border-color: #f83531;
    outline: none; }
.reviews .ws-theme-CommentForm .content-form {
  padding-bottom: 20px;
  float: left; }
  @media (min-width: 992px) {
    .reviews .ws-theme-CommentForm .content-form {
      width: 50%;
      padding-right: 15px; } }
  @media (max-width: 991.99px) {
    .reviews .ws-theme-CommentForm .content-form {
      width: 100%; } }
  .reviews .ws-theme-CommentForm .content-form p {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block; }
    .reviews .ws-theme-CommentForm .content-form p input {
      color: #595959;
      font-size: 12px;
      font-weight: 400;
      line-height: 40px;
      padding: 0 20px;
      margin: 0;
      border-radius: 0;
      transition: all 0.4s ease-in-out; }
      .reviews .ws-theme-CommentForm .content-form p input:hover, .reviews .ws-theme-CommentForm .content-form p input:focus {
        border-color: #f83531;
        outline: none;
        transition: all 0.4s ease-in-out; }
    .reviews .ws-theme-CommentForm .content-form p:before {
      position: absolute;
      top: 11px;
      right: 20px;
      line-height: 40px;
      font-size: 16px;
      color: #595959;
      font-family: 'FontAwesome';
      opacity: 0.5; }
    .reviews .ws-theme-CommentForm .content-form p.comment-form-author:before {
      content: '\f007'; }
    .reviews .ws-theme-CommentForm .content-form p.comment-form-email:before {
      content: '\f0e0'; }
    .reviews .ws-theme-CommentForm .content-form p.comment-form-url:before {
      content: '\f0ac'; }
  .reviews .ws-theme-CommentForm .content-form .comment-form-author {
    position: relative;
    display: block;
    padding-bottom: 10px; }
.reviews .ws-theme-CommentForm .form-submit {
  margin-bottom: 0; }
.reviews .ws-theme-CommentForm #wp-travel_rate {
  display: inline-block;
  width: 100%; }
.reviews .review-overall {
  margin-bottom: 30px; }
  .reviews .review-overall h5, .reviews .review-overall .itinerary-item h5 a, .itinerary-item h5 .reviews .review-overall a {
    margin: 0; }
.reviews .review-overall-point {
  font-size: 15px;
  margin: 0; }
  .reviews .review-overall-point span {
    font-weight: 600;
    color: #f83531;
    font-size: 19px; }
  .reviews .review-overall-point .review-overall-recommend {
    margin-bottom: 0; }

.ws-advance-booking-form {
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 992px) {
    .ws-advance-booking-form {
      margin-top: -60px; } }
  .ws-advance-booking-form .ws-theme-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .ws-advance-booking-form .ws-theme-tabs-navigation li {
      width: 50%;
      border-right: none; }
  .ws-advance-booking-form .ws-theme-booking-head {
    height: auto;
    display: inline-block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .ws-advance-booking-form .ws-theme-booking-head {
        position: absolute;
        bottom: 100%;
        left: 0; } }
  .ws-advance-booking-form .ws-theme-tour-contact-number {
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    background-color: #9a3533;
    text-align: center; }
  .ws-advance-booking-form .ws-theme-tour-price {
    padding: 10px;
    text-align: center;
    background: #827474;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
    .ws-advance-booking-form .ws-theme-tour-price .ws-theme-tour-total-price {
      display: block;
      width: 100%;
      font-size: 28px; }
  .ws-advance-booking-form .tab-content {
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #ddd;
    border-style: solid;
    margin-top: 0;
    border-top: none; }
  .ws-advance-booking-form .tab-pane {
    display: none;
    padding: 20px;
    background-color: #fff; }
    .ws-advance-booking-form .tab-pane.active {
      display: block; }
  @media (min-width: 992px) {
    .ws-advance-booking-form .ws-theme-tabs-navigation li a {
      padding: 15px 10px; } }
  @media (max-width: 991.99px) {
    .ws-advance-booking-form .ws-theme-tabs-navigation li a {
      padding: 10px;
      width: 100%; } }
  .ws-advance-booking-form .form-top-wrapper .form-content {
    position: relative;
    margin-bottom: 10px; }
    .ws-advance-booking-form .form-top-wrapper .form-content input {
      width: 100%; }
    .ws-advance-booking-form .form-top-wrapper .form-content input:not([type="submit"]) {
      line-height: 40px;
      color: #333;
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #ddd;
      border-radius: 0;
      margin-top: 0px;
      margin-bottom: 10px;
      height: 40px;
      padding: 0 8px;
      transition: all 0.4s ease-in-out; }
      .ws-advance-booking-form .form-top-wrapper .form-content input:not([type="submit"]):hover, .ws-advance-booking-form .form-top-wrapper .form-content input:not([type="submit"]):focus {
        border-color: #f83531;
        outline: none;
        transition: all 0.4s ease-in-out; }
      .ws-advance-booking-form .form-top-wrapper .form-content input:not([type="submit"]) input[type=number] {
        padding-right: 0; }
    .ws-advance-booking-form .form-top-wrapper .form-content textarea {
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #ddd;
      border-radius: 0;
      margin-top: 0px;
      margin-bottom: 10px;
      padding: 0 8px;
      transition: all 0.4s ease-in-out; }
      .ws-advance-booking-form .form-top-wrapper .form-content textarea:hover, .ws-advance-booking-form .form-top-wrapper .form-content textarea:focus {
        border-color: #f83531;
        outline: none;
        transition: all 0.4s ease-in-out; }
    .ws-advance-booking-form .form-top-wrapper .form-content label {
      margin-top: 0;
      margin-left: 5px;
      display: block;
      letter-spacing: 0.6px;
      position: absolute;
      top: -10px;
      background: #fff;
      padding: 0px 8px;
      color: #333;
      font-size: 12px;
      z-index: 1; }
  .ws-advance-booking-form .form-top-wrapper .group-number-count {
    display: inline-block;
    width: 50%;
    float: left;
    min-height: 50px;
    position: relative; }
    .ws-advance-booking-form .form-top-wrapper .group-number-count input {
      padding-right: 0px !important; }
  .ws-advance-booking-form .form-top-wrapper .ws-theme-book_price {
    padding: 7px 0 0 0; }
    @media (max-width: 991.99px) and (min-width: 768px) {
      .ws-advance-booking-form .form-top-wrapper .ws-theme-book_price {
        padding: 10px 0 0 0;
        font-size: 10px; } }
  .ws-advance-booking-form .form-top-wrapper .input-number-ticket {
    padding-right: 15px;
    position: relative; }
  .ws-advance-booking-form .form-top-wrapper input[type="submit"] {
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    border-radius: 0px;
    transition: all 0.4s ease-in-out; }
    .ws-advance-booking-form .form-top-wrapper input[type="submit"]:hover {
      border-color: #f83531;
      color: #fff;
      background-color: #f83531;
      transition: all 0.4s ease-in-out; }

.is_stuck .ws-advance-booking-form {
  margin-top: 0; }

.ws-theme-breadcrumb,
.ws-theme-multi-steps {
  width: 100%;
  padding: 0;
  margin: 0; }
  .ws-theme-breadcrumb:before, .ws-theme-breadcrumb:after,
  .ws-theme-multi-steps:before,
  .ws-theme-multi-steps:after {
    content: " ";
    display: table; }
  .ws-theme-breadcrumb:after,
  .ws-theme-multi-steps:after {
    clear: both; }
  .ws-theme-breadcrumb li,
  .ws-theme-multi-steps li {
    display: inline-block;
    float: left;
    margin: 5px 0; }
    .ws-theme-breadcrumb li::after,
    .ws-theme-multi-steps li::after {
      display: inline-block;
      content: '\00bb';
      margin: 0 .6em;
      color: tint(#6c757d, 50%); }
    .ws-theme-breadcrumb li:last-of-type::after,
    .ws-theme-multi-steps li:last-of-type::after {
      display: none; }
  .ws-theme-breadcrumb li > *,
  .ws-theme-multi-steps li > * {
    display: inline-block;
    font-size: 14px;
    color: #6c757d; }
  .ws-theme-breadcrumb li.current > *,
  .ws-theme-multi-steps li.current > * {
    color: #f83632; }
  .ws-theme-breadcrumb.custom-separator li::after,
  .ws-theme-multi-steps.custom-separator li::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/ws-theme-custom-separator.svg) no-repeat center center;
    vertical-align: middle; }
  @media (min-width: 1200px) {
    .ws-theme-breadcrumb li::after,
    .ws-theme-multi-steps li::after {
      margin: 0 1em; }
    .ws-theme-breadcrumb li > *,
    .ws-theme-multi-steps li > * {
      font-size: 0.8rem; } }

/* -------------------------------- 
Triangle breadcrumb
-------------------------------- */
@media (min-width: 992px) {
  .ws-theme-breadcrumb.triangle {
    background-color: transparent;
    padding: 0; }
    .ws-theme-breadcrumb.triangle li {
      position: relative;
      padding: 0;
      margin: 4px 4px 4px 0; }
      .ws-theme-breadcrumb.triangle li:last-of-type {
        margin-right: 0; }
      .ws-theme-breadcrumb.triangle li > * {
        position: relative;
        padding: 5px 5px 5px 20px;
        color: #6c757d;
        background-color: #e0e0e0;
        border-color: #e0e0e0; }
      .ws-theme-breadcrumb.triangle li.current > * {
        color: #fff;
        background-color: #f83632;
        border-color: #f83632; }
      .ws-theme-breadcrumb.triangle li:first-of-type > * {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em; }
      .ws-theme-breadcrumb.triangle li:last-of-type > * {
        padding-right: 1.6em;
        border-radius: 0 .25em .25em 0; }
    .ws-theme-breadcrumb.triangle a:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .ws-theme-breadcrumb.triangle li::after, .ws-theme-breadcrumb.triangle li > *::after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      content: '';
      height: 0;
      width: 0;
      border: 14px solid transparent;
      border-right-width: 0;
      border-left-width: 12px; }
    .ws-theme-breadcrumb.triangle li::after {
      z-index: 1;
      -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
      border-left-color: #fff;
      margin: 0;
      -webkit-transition: border-color .3s;
      -moz-transition: border-color .3s;
      -o-transition: border-color .3s;
      transition: border-color .3s; }
    .ws-theme-breadcrumb.triangle li > *::after {
      z-index: 2;
      border-left-color: inherit; }
    .ws-theme-breadcrumb.triangle li:last-of-type::after, .ws-theme-breadcrumb.triangle li:last-of-type > *::after {
      display: none; }
    .ws-theme-breadcrumb.triangle.custom-separator li::after {
      background-image: none; }
    .ws-theme-breadcrumb.triangle.custom-icons li::after, .ws-theme-breadcrumb.triangle.custom-icons li > *::after {
      border-top-width: 15px;
      border-bottom-width: 15px; }

  @-moz-document url-prefix() {
    .ws-theme-breadcrumb.triangle li::after,
    .ws-theme-breadcrumb.triangle li > *::after {
      border-left-style: dashed; } } }
@media (min-width: 992px) {
  .ws-theme-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .ws-theme-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .ws-theme-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .ws-theme-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    background-position: 0 -40px; }
  .ws-theme-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .ws-theme-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .ws-theme-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .ws-theme-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px; }
  .ws-theme-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .ws-theme-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .ws-theme-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .ws-theme-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px; }
  .ws-theme-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .ws-theme-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .ws-theme-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .ws-theme-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px; } }
/* -------------------------------- 
Multi steps indicator 
-------------------------------- */
@media (min-width: 992px) {
  .ws-theme-multi-steps {
    background-color: transparent;
    padding: 0; }

  .ws-theme-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0; }
    .ws-theme-multi-steps li:last-of-type {
      margin-right: 0; }
    .ws-theme-multi-steps li::after {
      position: absolute;
      content: '';
      height: 4px;
      background: #e0e0e0;
      margin: 0; }
    .ws-theme-multi-steps li.visited::after {
      background-color: #f83632; }
    .ws-theme-multi-steps li > *, .ws-theme-multi-steps li.current > * {
      position: relative;
      color: #6c757d; }

  .ws-theme-multi-steps.custom-separator li::after {
    height: 4px;
    background: #e0e0e0; }

  .ws-theme-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px); }
  .ws-theme-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #e0e0e0; }
  .ws-theme-multi-steps.text-center li.current > *, .ws-theme-multi-steps.text-center li.visited > * {
    color: #fff;
    background-color: #f83632; }
  .ws-theme-multi-steps.text-center.custom-icons li.visited a::before {
    background-position: 0 -60px; }
  .ws-theme-multi-steps.text-center a:hover {
    background-color: #6c757d; }

  .ws-theme-multi-steps.text-top li, .ws-theme-multi-steps.text-bottom li {
    width: 80px;
    text-align: center; }
    .ws-theme-multi-steps.text-top li::after, .ws-theme-multi-steps.text-bottom li::after {
      position: absolute;
      left: 50%;
      width: calc(100% + 40px); }
  .ws-theme-multi-steps.text-top li > *::before, .ws-theme-multi-steps.text-bottom li > *::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #e0e0e0; }
  .ws-theme-multi-steps.text-top li.visited > *::before,
  .ws-theme-multi-steps.text-top li.current > *::before, .ws-theme-multi-steps.text-bottom li.visited > *::before,
  .ws-theme-multi-steps.text-bottom li.current > *::before {
    background-color: #f83632; }
  .ws-theme-multi-steps.text-top a:hover, .ws-theme-multi-steps.text-bottom a:hover {
    color: #f83632; }
    .ws-theme-multi-steps.text-top a:hover::before, .ws-theme-multi-steps.text-bottom a:hover::before {
      box-shadow: 0 0 0 3px rgba(248, 54, 50, 0.3); }

  .ws-theme-multi-steps.text-top li::after {
    bottom: 4px; }
  .ws-theme-multi-steps.text-top li > * {
    padding-bottom: 20px; }
    .ws-theme-multi-steps.text-top li > *::before {
      bottom: 0; }

  .ws-theme-multi-steps.text-bottom li::after {
    top: 3px; }
  .ws-theme-multi-steps.text-bottom li > * {
    padding-top: 20px; }
    .ws-theme-multi-steps.text-bottom li > *::before {
      top: 0; } }
/* -------------------------------- 
Add a counter to the multi-steps indicator 
-------------------------------- */
.ws-theme-multi-steps.count li {
  counter-increment: steps; }

.ws-theme-multi-steps.count li > *::before {
  content: counter(steps) " - "; }

@media (min-width: 992px) {
  .ws-theme-multi-steps.text-top.count li > *::before,
  .ws-theme-multi-steps.text-bottom.count li > *::before {
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 0.8rem;
    color: #fff;
    font-style: normal; }

  .ws-theme-multi-steps.text-top.count li:not(.current) em::before,
  .ws-theme-multi-steps.text-bottom.count li:not(.current) em::before {
    color: #6c757d; }

  .ws-theme-multi-steps.text-top.count li::after {
    bottom: 11px; }

  .ws-theme-multi-steps.text-top.count li > * {
    padding-bottom: 34px; }

  .ws-theme-multi-steps.text-bottom.count li::after {
    top: 11px; }

  .ws-theme-multi-steps.text-bottom.count li > * {
    padding-top: 34px; } }
.ws-theme-cart-page {
  background-color: #fff; }
  .ws-theme-cart-page .ws-theme-cart-list {
    margin-bottom: 0; }
    .ws-theme-cart-page .ws-theme-cart-list .item_cart h4 {
      margin: 0; }
      @media (max-width: 767.99px) {
        .ws-theme-cart-page .ws-theme-cart-list .item_cart h4 {
          width: calc( 100% - 100px );
          text-align: right;
          margin-left: 100px; } }
    @media (max-width: 767.99px) {
      .ws-theme-cart-page .ws-theme-cart-list .item_cart .variation {
        display: block; }
        .ws-theme-cart-page .ws-theme-cart-list .item_cart .variation span:first-of-type {
          float: left; } }
    @media (max-width: 767.99px) {
      .ws-theme-cart-page .ws-theme-cart-list thead {
        display: none; } }
    .ws-theme-cart-page .ws-theme-cart-list thead tr th {
      border-top: 0;
      border-left: 0;
      border-right: 0;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      border-bottom: 1px solid #dc8051;
      padding: 14px 10px; }
    .ws-theme-cart-page .ws-theme-cart-list tr strong {
      font-size: 14px;
      color: #2a2a2a; }
    .ws-theme-cart-page .ws-theme-cart-list tr p span {
      font-size: 14px;
      font-weight: 700; }
    .ws-theme-cart-page .ws-theme-cart-list tr p.total strong {
      color: #dc8051; }
    .ws-theme-cart-page .ws-theme-cart-list tbody td, .ws-theme-cart-page .ws-theme-cart-list tbody th {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 24px 10px;
      border-top: 0;
      border-left: 0;
      border-right: 0; }
      @media (max-width: 767.999px) {
        .ws-theme-cart-page .ws-theme-cart-list tbody td, .ws-theme-cart-page .ws-theme-cart-list tbody th {
          padding: 10px; } }
      .ws-theme-cart-page .ws-theme-cart-list tbody td .label, .ws-theme-cart-page .ws-theme-cart-list tbody th .label {
        font-weight: 600;
        color: #333; }
      .ws-theme-cart-page .ws-theme-cart-list tbody td .ws-theme-currencySymbol, .ws-theme-cart-page .ws-theme-cart-list tbody th .ws-theme-currencySymbol {
        padding-left: 5px; }
    .ws-theme-cart-page .ws-theme-cart-list .product-thumbnail {
      width: 100px; }
    .ws-theme-cart-page .ws-theme-cart-list .product-remove {
      width: 50px;
      text-align: center; }
      .ws-theme-cart-page .ws-theme-cart-list .product-remove a {
        margin: 0 auto;
        width: 30px;
        height: 30px;
        display: block;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        font-size: 18px;
        color: #df1814;
        font-weight: 600; }
        .ws-theme-cart-page .ws-theme-cart-list .product-remove a:hover {
          background: #dc8051;
          color: #fff; }
    @media (max-width: 767.99px) {
      .ws-theme-cart-page .ws-theme-cart-list .responsive-cart td {
        width: 100%;
        display: block;
        text-align: right;
        position: relative; }
        .ws-theme-cart-page .ws-theme-cart-list .responsive-cart td:before {
          content: attr(data-title) ": ";
          font-weight: 700;
          float: left;
          position: absolute;
          left: 10px;
          top: 10px; } }
    @media (max-width: 767.99px) {
      .ws-theme-cart-page .ws-theme-cart-list .responsive-cart td.product-thumbnail {
        display: none; } }
    .ws-theme-cart-page .ws-theme-cart-list .responsive-cart td.product-remove:before {
      content: none; }
    .ws-theme-cart-page .ws-theme-cart-list .responsive-cart:nth-of-type(even) td, .ws-theme-cart-page .ws-theme-cart-list .responsive-cart:nth-of-type(even) th {
      background-color: #eee; }
    .ws-theme-cart-page .ws-theme-cart-list.table-total-info {
      margin-bottom: 30px; }
  .ws-theme-cart-page .actions {
    float: right; }
    @media (max-width: 574.99px) {
      .ws-theme-cart-page .actions {
        width: 100%;
        float: left; } }
    .ws-theme-cart-page .actions .book-now-btn {
      float: right;
      background: #383838;
      display: inline-block;
      line-height: 45px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 100px;
      margin-left: 15px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 991.99px) {
        .ws-theme-cart-page .actions .book-now-btn {
          font-size: 12px;
          padding: 0 30px; } }
      @media (max-width: 574.99px) {
        .ws-theme-cart-page .actions .book-now-btn {
          width: 100%;
          display: block;
          margin-left: 0; } }
    .ws-theme-cart-page .actions a {
      background: #383838;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      line-height: 45px;
      min-width: 160px;
      text-align: center;
      padding: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 991.99px) {
        .ws-theme-cart-page .actions a {
          font-size: 12px; } }
      @media (max-width: 574.99px) {
        .ws-theme-cart-page .actions a {
          width: 100%;
          display: block;
          margin-bottom: 15px; } }
      .ws-theme-cart-page .actions a:hover {
        background-color: #dc8051; }
  .ws-theme-cart-page .st_adults,
  .ws-theme-cart-page .st_children {
    margin-bottom: 10px; }
    .ws-theme-cart-page .st_adults .label,
    .ws-theme-cart-page .st_children .label {
      color: initial;
      font-size: 100%;
      font-weight: 400;
      text-align: left;
      display: inline-block;
      padding: 0 10px 0 0;
      min-width: 60px; }
    .ws-theme-cart-page .st_adults input,
    .ws-theme-cart-page .st_children input {
      border: 1px solid #ddd;
      width: 60px;
      padding: 5px;
      text-align: center; }

.coupon-row .coupon input {
  height: 40px;
  padding: 0 8px;
  line-height: 40px; }
.coupon-row input[type="submit"] {
  height: 40px;
  line-height: 18px;
  padding: 10px 15px;
  background-color: #383838;
  border-radius: 0; }
  .coupon-row input[type="submit"]:hover {
    background-color: #dc8051; }

.checkout-page-wrap .checkout-block {
  background-color: #fff;
  padding: 20px 15px; }
  .checkout-page-wrap .checkout-block h3 {
    color: #f56860;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0; }
    .checkout-page-wrap .checkout-block h3 small {
      font-size: 70%;
      color: #999;
      font-weight: 500; }
  @media (max-width: 767.99px) {
    .checkout-page-wrap .checkout-block {
      margin-bottom: 30px; } }
.checkout-page-wrap .checkout-right {
  border: 4px solid #EEE;
  border-radius: 3px; }
.checkout-page-wrap .number-accordion {
  position: relative;
  border-left: 1px dashed #CCC;
  margin-left: 15px;
  margin-bottom: 0; }
  .checkout-page-wrap .number-accordion .ws-theme-timeline-img {
    left: -15px;
    top: -5px; }
  .checkout-page-wrap .number-accordion h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px; }
    .checkout-page-wrap .number-accordion h4:before {
      content: "";
      width: 25px;
      position: absolute;
      left: -30px;
      top: 10px;
      border-top: 1px dashed #CCC; }
  .checkout-page-wrap .number-accordion .panel-heading,
  .checkout-page-wrap .number-accordion .panel-collapse {
    margin-left: 35px; }
  .checkout-page-wrap .number-accordion .panel-heading {
    font-size: 16px; }
  .checkout-page-wrap .number-accordion .panel-body .btn-block {
    margin-right: 0;
    float: right;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .checkout-page-wrap .number-accordion .panel-body .center-div {
    float: none; }
.checkout-page-wrap .ws-theme-timeline-block {
  margin: 0 0 40px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px; }
.checkout-page-wrap .payment-traveller {
  margin: 0 0 30px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  position: relative; }
.checkout-page-wrap .form-horizontal {
  display: inline-block;
  width: 100%; }
  .checkout-page-wrap .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
.checkout-page-wrap .wp-travel-form-field {
  margin: 10px 0;
  display: inline-block;
  width: 100%; }
  .checkout-page-wrap .wp-travel-form-field label,
  .checkout-page-wrap .wp-travel-form-field .wp-travel-text-info {
    width: 50%;
    float: left;
    min-height: 1px;
    position: relative; }

.price-summary-wrapper h4 {
  color: #F56961;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0; }
.price-summary-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.price-summary-wrapper .price-summary-list li {
  margin-bottom: 18px;
  line-height: 1.2; }
.price-summary-wrapper .price-summary-list .divider {
  border-top: 1px solid #EEE; }
.price-summary-wrapper .price-summary-list .total-price {
  background: #F56961;
  color: #FFF;
  margin: 25px -19px -29px;
  padding: 20px 19px; }
  .price-summary-wrapper .price-summary-list .total-price span {
    display: block; }

.help-list li {
  border-bottom: 1px solid #E3E3E3;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .help-list li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #F56961;
    border: 2px solid #F56961;
    font-size: 16px;
    border-radius: 3px; }

.featured-list-sm li {
  position: relative;
  padding-left: 50px;
  margin: 15px 0 25px;
  line-height: 1.5;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px; }
  .featured-list-sm li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #F56961;
    border: 2px solid #F56961;
    font-size: 16px;
    border-radius: 3px; }

.book-sum-list li {
  position: relative;
  margin: 20px 0;
  line-height: 1.2; }

.ws-theme-tabs {
  position: relative;
  width: 100%;
  margin: 0 0 30px; }
  .ws-theme-tabs:before, .ws-theme-tabs:after {
    content: " ";
    display: table; }
  .ws-theme-tabs:after {
    clear: both; }
  @media (min-width: 992px) {
    .ws-theme-tabs nav {
      position: relative;
      float: none;
      background: transparent;
      line-height: 0; } }
  @media (min-width: 768px) and (max-width: 991.99px) {
    .ws-theme-tabs nav {
      box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
      z-index: 1;
      float: left; }
      .ws-theme-tabs nav .ws-theme-tabs-navigation {
        width: 80px;
        float: left; }
        .ws-theme-tabs nav .ws-theme-tabs-navigation li.active a {
          box-shadow: inset 2px 0 0 #f05451; } }
  .ws-theme-tabs .ws-theme-tabs-content,
  .ws-theme-tabs .ws-theme-tabs-navigation {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ws-theme-tabs .panel-group .panel-heading .panel-title {
    margin: 0;
    font-size: 14px; }
    .ws-theme-tabs .panel-group .panel-heading .panel-title a {
      background-color: #fff;
      padding: 5px 10px;
      display: block; }
  .ws-theme-tabs .panel-group .panel-collapse {
    background-color: #fff; }
  .ws-theme-tabs .main-panel-default {
    margin-bottom: 20px; }
    .ws-theme-tabs .main-panel-default .main-pane-title {
      font-size: 14px !important; }
      .ws-theme-tabs .main-panel-default .main-pane-title a {
        padding: 15px !important;
        position: relative;
        box-shadow: inset 2px 0px 0 #f05451;
        color: #333;
        text-transform: uppercase; }
        .ws-theme-tabs .main-panel-default .main-pane-title a:before {
          position: absolute;
          top: 15px;
          right: 15px;
          content: '\f077';
          font-family: fontawesome;
          color: #999; }
        .ws-theme-tabs .main-panel-default .main-pane-title a.collapsed:before {
          content: '\f078'; }
    .ws-theme-tabs .main-panel-default .main-panel-collapse {
      background: #fff;
      margin: 0;
      padding: 15px;
      box-shadow: inset 2px 0px 0 #f05451; }

.ws-theme-tabs-navigation {
  /* tabbed on top on big devices */
  width: auto;
  display: inline-block;
  background-color: #f1f1f1;
  box-shadow: inset 0 -2px 3px rgba(165, 165, 165, 0.06); }
  .ws-theme-tabs-navigation:before, .ws-theme-tabs-navigation:after {
    content: " ";
    display: table; }
  .ws-theme-tabs-navigation:after {
    clear: both; }
  .ws-theme-tabs-navigation li {
    float: left; }
    @media (min-width: 992px) {
      .ws-theme-tabs-navigation li {
        border-right: 2px solid #fff; } }
    @media (min-width: 768px) and (max-width: 991.99px) {
      .ws-theme-tabs-navigation li {
        border-bottom: 2px solid #fff; } }
    .ws-theme-tabs-navigation li:last-of-type {
      border-right: none; }
    .ws-theme-tabs-navigation li a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 700;
      color: #333; }
      @media (min-width: 992px) {
        .ws-theme-tabs-navigation li a {
          padding: 20px 15px; } }
      @media (min-width: 768px) and (max-width: 991.99px) {
        .ws-theme-tabs-navigation li a {
          padding: 30px 0;
          width: 80px;
          word-break: break-all; } }
      .no-touch .ws-theme-tabs-navigation li a:hover {
        color: #f83531;
        background-color: rgba(216, 216, 216, 0.3); }
      .ws-theme-tabs-navigation li a i {
        padding-right: 5px; }
        @media (min-width: 768px) and (max-width: 991.99px) {
          .ws-theme-tabs-navigation li a i {
            display: block; } }
    .ws-theme-tabs-navigation li.active a {
      background-color: #ffffff;
      box-shadow: inset 0 2px 0 #f05451; }
      .ws-theme-tabs-navigation li.active a i {
        color: #f83531; }
      .ws-theme-tabs-navigation li.active a:hover {
        background-color: #ffffff; }

.ws-theme-tabs-content {
  background: #ffffff; }
  .ws-theme-tabs-content li {
    display: none;
    padding: 20px; }
    .ws-theme-tabs-content li.selected {
      display: block;
      -webkit-animation: cd-fade-in 0.5s;
      -moz-animation: cd-fade-in 0.5s;
      animation: cd-fade-in 0.5s; }

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ws-theme-tabs .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 100%;
  display: none; }
  .ws-theme-tabs .tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block; }
    @media (min-width: 992px) {
      .ws-theme-tabs .tab-pane.active {
        padding: 20px; } }
    @media (min-width: 768px) and (max-width: 991.99px) {
      .ws-theme-tabs .tab-pane.active {
        padding: 20px 10px; } }
.ws-theme-tabs .tab-content {
  background-color: #fff; }
  @media (min-width: 768px) and (max-width: 991.99px) {
    .ws-theme-tabs .tab-content {
      float: left;
      width: calc( 100% - 80px ); } }

.i-accordion .panel-heading {
  cursor: pointer;
  border-bottom: 1px dotted #E3E3E3;
  margin-left: 25px;
  padding: 15px 0;
  position: relative; }
  .i-accordion .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #333; }
    .i-accordion .panel-heading .panel-title i {
      position: absolute;
      left: -25px;
      top: calc( 50% - 8px );
      font-size: 16px; }
      .i-accordion .panel-heading .panel-title i:before {
        right: auto;
        left: -25px;
        top: -1px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        color: #F56961; }
  .i-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0; }
.i-accordion .panel-body {
  margin-left: 25px;
  background: #fff;
  padding: 10px 0; }
  .i-accordion .panel-body p {
    color: #333;
    font-size: 12px;
    line-height: 22px; }
    .i-accordion .panel-body p:last-of-type {
      margin-bottom: 0; }

.number-accordion {
  margin-bottom: 30px; }
  .number-accordion .panel-heading,
  .number-accordion .panel-collapse {
    margin-left: 60px; }
  .number-accordion .panel-heading {
    cursor: pointer; }
    .number-accordion .panel-heading:not(.collapsed) .ws-theme-timeline-img {
      color: #f56961;
      background-color: #fff;
      z-index: 1; }
  .number-accordion .panel-body {
    margin-top: 5px; }
    .number-accordion .panel-body p:last-of-type {
      margin-bottom: 5px; }
  .number-accordion .ws-theme-timeline-img {
    left: 5px;
    width: 30px;
    height: 30px;
    border: 2px solid #f56961;
    line-height: 28px;
    font-size: 14px;
    z-index: 1; }

#ws-theme-timeline {
  position: relative; }
  #ws-theme-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background: #d7e4ed; }

.ws-theme-timeline-block {
  position: relative;
  margin: 20px 0; }
  .ws-theme-timeline-block:before, .ws-theme-timeline-block:after {
    content: " ";
    display: table; }
  .ws-theme-timeline-block:after {
    clear: both; }
  .ws-theme-timeline-block:first-child {
    margin-top: 0; }
  .ws-theme-timeline-block:last-child {
    margin-bottom: 0; }

.ws-theme-timeline-img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f56961;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 31px;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  .ws-theme-timeline-img i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    color: #fff; }
  .cssanimations .ws-theme-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .ws-theme-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; }

.ws-theme-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e8e8e8;
  border-radius: 4px;
  padding: 1em;
  box-shadow: 0 1px 0 #d7e4ed; }
  .ws-theme-timeline-content:before, .ws-theme-timeline-content:after {
    content: " ";
    display: table; }
  .ws-theme-timeline-content:after {
    clear: both; }
  .ws-theme-timeline-content h4 {
    color: #303e49;
    margin: 0 0 15px;
    font-size: 16px; }
  .ws-theme-timeline-content p, .ws-theme-timeline-content .cd-read-more, .ws-theme-timeline-content .cd-date {
    font-size: 13px; }
  .ws-theme-timeline-content .cd-read-more, .ws-theme-timeline-content .cd-date {
    display: inline-block; }
  .ws-theme-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .ws-theme-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7; }
  .ws-theme-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #e8e8e8; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.ws-theme-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .ws-theme-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .ws-theme-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .ws-theme-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto; }
  .ws-theme-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden; }
    .ws-theme-horizontal-timeline .events-wrapper::after, .ws-theme-horizontal-timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .ws-theme-horizontal-timeline .events-wrapper::before {
      left: 0;
      background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
      background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); }
    .ws-theme-horizontal-timeline .events-wrapper::after {
      right: 0;
      background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
      background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); }
  .ws-theme-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #52c23f;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s; }
  .ws-theme-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #c03b44;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .ws-theme-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #303e49;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .ws-theme-horizontal-timeline .events a::after {
      /* this is used to create the event spot */
      content: '';
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -5px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: 2px solid #dfdfdf;
      background-color: #f8f8f8;
      -webkit-transition: background-color 0.3s, border-color 0.3s;
      -moz-transition: background-color 0.3s, border-color 0.3s;
      transition: background-color 0.3s, border-color 0.3s; }
    .no-touch .ws-theme-horizontal-timeline .events a:hover::after {
      background-color: #c03b44;
      border-color: #c03b44; }
    .ws-theme-horizontal-timeline .events a.selected {
      pointer-events: none; }
      .ws-theme-horizontal-timeline .events a.selected::after {
        background-color: #c03b44;
        border-color: #c03b44; }
    .ws-theme-horizontal-timeline .events a.older-event::after {
      border-color: #c03b44; }
  @media (min-width: 1200px) {
    .ws-theme-horizontal-timeline {
      margin: 6em auto; }
      .ws-theme-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; } }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: '\f101';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    font-family: fontawesome;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .cd-timeline-navigation a.next {
    right: 0; }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #c03b44; }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed; }
    .cd-timeline-navigation a.inactive::after {
      background-position: 0 -16px; }
    .no-touch .cd-timeline-navigation a.inactive:hover {
      border-color: #52c23f; }

.ws-theme-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }
  .ws-theme-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .ws-theme-horizontal-timeline .events-content li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .ws-theme-horizontal-timeline .events-content li.enter-right, .ws-theme-horizontal-timeline .events-content li.leave-right {
      -webkit-animation-name: cd-enter-right;
      -moz-animation-name: cd-enter-right;
      animation-name: cd-enter-right; }
    .ws-theme-horizontal-timeline .events-content li.enter-left, .ws-theme-horizontal-timeline .events-content li.leave-left {
      -webkit-animation-name: cd-enter-left;
      -moz-animation-name: cd-enter-left;
      animation-name: cd-enter-left; }
    .ws-theme-horizontal-timeline .events-content li.leave-right, .ws-theme-horizontal-timeline .events-content li.leave-left {
      -webkit-animation-direction: reverse;
      -moz-animation-direction: reverse;
      animation-direction: reverse; }
  .ws-theme-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto; }
  .ws-theme-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2; }
  .ws-theme-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto; }
    .ws-theme-horizontal-timeline .events-content em::before {
      content: '- '; }
  .ws-theme-horizontal-timeline .events-content p {
    font-size: 14px;
    color: shade(#75ce66, 40%); }
  .ws-theme-horizontal-timeline .events-content em, .ws-theme-horizontal-timeline .events-content p {
    line-height: 1.6; }
  @media (min-width: 992px) {
    .ws-theme-horizontal-timeline .events-content h2 {
      font-size: 24px; }
    .ws-theme-horizontal-timeline .events-content em {
      font-size: 20px; }
    .ws-theme-horizontal-timeline .events-content p {
      font-size: 18px; } }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.pagination {
  text-align: center; }

.ws-theme-pagination {
  width: 100%;
  max-width: 768px;
  margin: 10px auto;
  text-align: center;
  padding: 0; }
  .ws-theme-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em; }
    .ws-theme-pagination li.button {
      /* make sure prev next buttons are visible */
      display: inline-block; }
  .ws-theme-pagination a, .ws-theme-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: 5px 10px;
    font-size: 12px; }
  .ws-theme-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em; }
    .no-touch .ws-theme-pagination a:hover {
      background-color: #f2f2f2; }
    .ws-theme-pagination a:active {
      /* click effect */
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .ws-theme-pagination a.disabled {
      /* button disabled */
      color: rgba(51, 51, 51, 0.4);
      pointer-events: none; }
      .ws-theme-pagination a.disabled::before, .ws-theme-pagination a.disabled::after {
        opacity: .4; }
  .ws-theme-pagination .button:first-of-type a::before {
    content: '\00ab  '; }
  .ws-theme-pagination .button:last-of-type a::after {
    content: ' \00bb'; }
  .ws-theme-pagination .current {
    /* selected number */
    background-color: #f83632;
    border-color: #f83632;
    color: #fff;
    pointer-events: none; }
  @media (min-width: 768px) {
    .ws-theme-pagination li {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .ws-theme-pagination {
      margin: 10px auto; } }

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.ws-theme-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6; }
  .ws-theme-pagination.no-space:before, .ws-theme-pagination.no-space:after {
    content: " ";
    display: table; }
  .ws-theme-pagination.no-space:after {
    clear: both; }
  .ws-theme-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6; }
    .ws-theme-pagination.no-space li:last-of-type {
      border-right: none; }
  .ws-theme-pagination.no-space a, .ws-theme-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none; }
  .ws-theme-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em; }
  .ws-theme-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0; }

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.ws-theme-pagination.move-buttons:before, .ws-theme-pagination.move-buttons:after {
  content: " ";
  display: table; }
.ws-theme-pagination.move-buttons:after {
  clear: both; }
.ws-theme-pagination.move-buttons .button:first-of-type {
  float: left; }
.ws-theme-pagination.move-buttons .button:last-of-type {
  float: right; }

.ws-theme-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden; }
  .ws-theme-pagination.no-space.move-buttons li {
    float: none;
    border: none; }
  .ws-theme-pagination.no-space.move-buttons a, .ws-theme-pagination.no-space.move-buttons span {
    float: none; }

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.ws-theme-pagination.custom-icons .button a {
  position: relative; }
.ws-theme-pagination.custom-icons .button:first-of-type a {
  padding-left: 2.4em; }
.ws-theme-pagination.custom-icons .button:last-of-type a {
  padding-right: 2.4em; }
.ws-theme-pagination.custom-icons .button:first-of-type a::before,
.ws-theme-pagination.custom-icons .button:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: transparent url("../images/left-arrow.png") no-repeat center center; }
.ws-theme-pagination.custom-icons .button:first-of-type a::before {
  left: .8em; }
.ws-theme-pagination.custom-icons .button:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.ws-theme-pagination.custom-buttons a, .ws-theme-pagination.custom-buttons span {
  vertical-align: middle; }
.ws-theme-pagination.custom-buttons .button a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url("../img/ws-theme-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center; }
.ws-theme-pagination.custom-buttons .button:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  .no-touch .ws-theme-pagination.custom-buttons .button:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg); }

.ws-theme-pagination.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.ws-theme-pagination.animated-buttons a, .ws-theme-pagination.animated-buttons span {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden; }
.ws-theme-pagination.animated-buttons .button a {
  position: relative;
  padding: 0 2em; }
.ws-theme-pagination.animated-buttons .button:first-of-type a::before,
.ws-theme-pagination.animated-buttons .button:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
.ws-theme-pagination.animated-buttons .button:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg); }
.ws-theme-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.no-touch .ws-theme-pagination.animated-buttons .button a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.no-touch .ws-theme-pagination.animated-buttons .button:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px); }

.no-touch .ws-theme-pagination.animated-buttons .button:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px); }

.ws-theme-top-header {
  background-color: #000; }

.ws-theme-social-icons.soc-icon-transparent li a {
  color: #fff; }

.soc-icon-circle li a {
  background: #fff;
  color: #333; }
  .soc-icon-circle li a:hover {
    color: #fff; }

.soc-icon-flat li a {
  background-color: #fff;
  color: #333; }
  .soc-icon-flat li a:hover {
    color: #fff; }

.soc-icon-rounded li a {
  background-color: #fff;
  color: #333; }
  .soc-icon-rounded li a:hover {
    color: #fff; }

.dark-layout li a {
  color: #fff; }
  .dark-layout li a:hover {
    opacity: 0.8; }
.dark-layout li.facebook a {
  background-color: #3B5998; }
.dark-layout li.twitter a {
  background-color: #55ACEE; }
.dark-layout li.linkedin a {
  background-color: #007ab5; }
.dark-layout li.pinterest a {
  background-color: #c91921; }
.dark-layout li.google-plus a {
  background-color: #dd4937; }
.dark-layout li.youtube a {
  background-color: #e22b26; }
.dark-layout li.rss a {
  background-color: #f75f0b; }
.dark-layout li.tumblr a {
  background-color: #34465d; }
.dark-layout li.reddit a {
  background-color: #FF4500; }
.dark-layout li.dribbble a {
  background-color: #ea4886; }
.dark-layout li.digg a {
  background-color: #1b5891; }
.dark-layout li.flickr a {
  background-color: #ff0082; }
.dark-layout li.instagram a {
  background-color: #9A6851; }
.dark-layout li.vimeo a {
  background-color: #17B3E8; }
.dark-layout li.skype a {
  background-color: #00a9f1; }
.dark-layout li.blogger a {
  background-color: #ff9334; }
.dark-layout li.yahoo a {
  background-color: #65106d; }
.dark-layout.soc-icon-transparent li a:hover {
  opacity: 0.8; }
.dark-layout.soc-icon-transparent li.facebook a {
  color: #3B5998; }
.dark-layout.soc-icon-transparent li.twitter a {
  color: #55ACEE; }
.dark-layout.soc-icon-transparent li.linkedin a {
  color: #007ab5; }
.dark-layout.soc-icon-transparent li.pinterest a {
  color: #c91921; }
.dark-layout.soc-icon-transparent li.google-plus a {
  color: #dd4937; }
.dark-layout.soc-icon-transparent li.youtube a {
  color: #e22b26; }
.dark-layout.soc-icon-transparent li.rss a {
  color: #f75f0b; }
.dark-layout.soc-icon-transparent li.tumblr a {
  color: #34465d; }
.dark-layout.soc-icon-transparent li.reddit a {
  color: #FF4500; }
.dark-layout.soc-icon-transparent li.dribbble a {
  color: #ea4886; }
.dark-layout.soc-icon-transparent li.digg a {
  color: #1b5891; }
.dark-layout.soc-icon-transparent li.flickr a {
  color: #ff0082; }
.dark-layout.soc-icon-transparent li.instagram a {
  color: #9A6851; }
.dark-layout.soc-icon-transparent li.vimeo a {
  color: #17B3E8; }
.dark-layout.soc-icon-transparent li.skype a {
  color: #00a9f1; }
.dark-layout.soc-icon-transparent li.blogger a {
  color: #ff9334; }
.dark-layout.soc-icon-transparent li.yahoo a {
  color: #65106d; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9); }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9); }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9); }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9); }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9); }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px; }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none; }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent; }
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #ededed; }
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #666; }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-left, .tooltipster-sidetip.tooltipster-light.tooltipster-right {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px; }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent; }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent; }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc; }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc; }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc; }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px; }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc; }
.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
  border-radius: 0;
  border: 3px solid #000;
  background: #fff; }
.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
  color: #000; }
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 11px; }
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
  border: 11px solid transparent; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 4px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -4px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 4px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -4px; }
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
  border-width: 11px; }
.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
  border-radius: 5px;
  border: none;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a; }
.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
  color: #fff;
  padding: 8px 16px; }
.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
  display: none; }
.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #f71169; }
.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
  margin-bottom: 7px; }
.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2a2a2a; }
.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2a2a2a; }
.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2a2a2a; }
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d; }
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

/*# sourceMappingURL=temlate.css.map */
