@charset "UTF-8";
/* Material design box shadows */
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
  z-index: 999; }

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 6px solid #ebcc00; }

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 6px solid #dc3545; }

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 6px solid #ebcc00; }

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
/* Animate.css */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

/* Awesomeplete */
[hidden] {
  display: none; }

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

div.awesomplete {
  display: block;
  position: relative;
  width: 100%; }

div.awesomplete > input {
  display: block; }

div.awesomplete > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: .3em;
  margin: .2em 0 0;
  background: white;
  background: linear-gradient(to bottom right, white, white);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  z-index: 999;
  max-height: 30vh;
  overflow-y: auto; }

div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
  display: none; }

@supports (transform: scale(0)) {
  div.awesomplete > ul {
    transition: .3s;
    transform-origin: 1.43em -.43em; }

  div.awesomplete > ul[hidden],
  div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: none;
    transition-timing-function: ease; } }
/* Pointer */
div.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

div.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  direction: ltr;
  font-size: 0.85rem; }

.rtl-awesomeplete div.awesomplete > ul > li {
  direction: rtl;
  text-align: right; }

#flight-domestic-form ul > li, div.flight-domestic .awesomplete ul li {
  padding-right: 10px !important; }

div.awesomplete > ul > li:hover {
  background: #e6e6e6;
  color: black; }

div.awesomplete > ul > li[aria-selected="true"] {
  /*background: hsl(205, 40%, 40%);
  color: white;*/
  background: #e6e6e6; }

div.awesomplete mark {
  color: #dc3545;
  background-color: transparent;
  margin-right: -1px; }

div.awesomplete li[aria-selected="true"] mark {
  /*background: hsl(86, 100%, 21%);
  color: inherit;*/ }

/* Spinner */
.spinner div {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #404040;
  border-radius: 50%;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.spinner div:nth-child(2) {
  animation-delay: 150ms; }

.spinner div:nth-child(3) {
  animation-delay: 300ms; }

.spinner div:nth-child(4) {
  animation-delay: 450ms; }

@keyframes move {
  0% {
    left: 0; }
  75% {
    left: 100%; }
  100% {
    left: 100%; } }
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  font-size: 0.85rem; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background: #222;
  background: linear-gradient(to top, #222 0%, #626262 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #222;
  border-right: 0;
  background: #222;
  background: linear-gradient(to top, #222 0%, #626262 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #222;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #222; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

/* General */
input, select, textarea, .form-control, .btn, .search-submit, #submit, label {
  font-family: "at10", Tahoma, sans-serif; }

.passenger-icon {
  background-color: #222;
  width: 30px;
  height: 34px;
  fill: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  z-index: 55; }

.recharge-header {
  background-color: #FBEB82; }

.recharge-table th {
  background: #FBEB82;
  color: #fff; }

bold, strong, label, button, .btn {
  font-weight: 700 !important; }

input, select, .select2, textarea, .form-control {
  font-family: "at10", Tahoma, sans-serif;
  font-size: 0.85rem;
  transition: all 250ms ease-out;
  outline: 0;
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #404040; }
  input:focus, select:focus, .select2:focus, textarea:focus, .form-control:focus {
    border-color: #bfbfbf; }

.page-template-app-templates, .panel-bodies {
  background: none; }
  .page-template-app-templates .form-control, .panel-bodies .form-control {
    border-radius: 4px;
    height: auto;
    box-shadow: none; }
    .page-template-app-templates .form-control:focus, .panel-bodies .form-control:focus {
      border-color: #bfbfbf;
      box-shadow: none; }
  .page-template-app-templates select.form-control, .panel-bodies select.form-control {
    padding-left: 5px; }
  .page-template-app-templates .form-control[disabled], .page-template-app-templates fieldset[disabled], .panel-bodies .form-control[disabled], .panel-bodies fieldset[disabled] {
    background-color: #bfbfbf !important; }
  .page-template-app-templates .btn, .page-template-app-templates .search-submit, .page-template-app-templates #submit, .panel-bodies .btn, .panel-bodies .search-submit, .panel-bodies #submit {
    width: auto !important;
    padding: 5px 15px;
    padding-left: 15px;
    font-size: 1.25rem;
    border-radius: 4px;
    background-color: #FAD900;
    box-shadow: 0px 3px 0px #b8a000;
    border: 0;
    color: #000 !important;
    font-family: "at10", Tahoma, sans-serif;
    text-transform: uppercase;
    transition: all 0.25s; }
    .page-template-app-templates .btn i, .page-template-app-templates .search-submit i, .page-template-app-templates #submit i, .panel-bodies .btn i, .panel-bodies .search-submit i, .panel-bodies #submit i {
      vertical-align: middle; }
    .page-template-app-templates .btn:hover, .page-template-app-templates .btn.is-checked, .page-template-app-templates .search-submit:hover, .page-template-app-templates .search-submit.is-checked, .page-template-app-templates #submit:hover, .page-template-app-templates #submit.is-checked, .panel-bodies .btn:hover, .panel-bodies .btn.is-checked, .panel-bodies .search-submit:hover, .panel-bodies .search-submit.is-checked, .panel-bodies #submit:hover, .panel-bodies #submit.is-checked {
      background-color: #FBEB82;
      box-shadow: 0px 3px 0px black;
      color: #fff !important; }
    .page-template-app-templates .btn.btn-sm, .page-template-app-templates .search-submit.btn-sm, .page-template-app-templates #submit.btn-sm, .panel-bodies .btn.btn-sm, .panel-bodies .search-submit.btn-sm, .panel-bodies #submit.btn-sm {
      padding: 5px 10px;
      font-size: 0.85rem; }
    .page-template-app-templates .btn.btn-block, .page-template-app-templates .search-submit.btn-block, .page-template-app-templates #submit.btn-block, .panel-bodies .btn.btn-block, .panel-bodies .search-submit.btn-block, .panel-bodies #submit.btn-block {
      width: 100% !important;
      padding: 10px 25px; }
    .page-template-app-templates .btn.filter, .page-template-app-templates .search-submit.filter, .page-template-app-templates #submit.filter, .panel-bodies .btn.filter, .panel-bodies .search-submit.filter, .panel-bodies #submit.filter {
      padding: 5px 10px; }
    .page-template-app-templates .btn.btn-blue, .page-template-app-templates .search-submit.btn-blue, .page-template-app-templates #submit.btn-blue, .panel-bodies .btn.btn-blue, .panel-bodies .search-submit.btn-blue, .panel-bodies #submit.btn-blue {
      background-color: #FBEB82;
      box-shadow: 0px 3px 0px black; }
      .page-template-app-templates .btn.btn-blue:hover, .page-template-app-templates .search-submit.btn-blue:hover, .page-template-app-templates #submit.btn-blue:hover, .panel-bodies .btn.btn-blue:hover, .panel-bodies .search-submit.btn-blue:hover, .panel-bodies #submit.btn-blue:hover {
        background-color: #222;
        box-shadow: 0px 3px 0px #b8a000; }
    .page-template-app-templates .btn.btn-primary, .page-template-app-templates .search-submit.btn-primary, .page-template-app-templates #submit.btn-primary, .panel-bodies .btn.btn-primary, .panel-bodies .search-submit.btn-primary, .panel-bodies #submit.btn-primary {
      background-color: #dc3545; }
      .page-template-app-templates .btn.btn-primary:hover, .page-template-app-templates .search-submit.btn-primary:hover, .page-template-app-templates #submit.btn-primary:hover, .panel-bodies .btn.btn-primary:hover, .panel-bodies .search-submit.btn-primary:hover, .panel-bodies #submit.btn-primary:hover {
        background-color: #fff; }
    .page-template-app-templates .btn .loader, .page-template-app-templates .search-submit .loader, .page-template-app-templates #submit .loader, .panel-bodies .btn .loader, .panel-bodies .search-submit .loader, .panel-bodies #submit .loader {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em;
      position: relative;
      top: auto;
      left: auto;
      width: 24px;
      height: 24px; }
      .page-template-app-templates .btn .loader .inner, .page-template-app-templates .search-submit .loader .inner, .page-template-app-templates #submit .loader .inner, .panel-bodies .btn .loader .inner, .panel-bodies .search-submit .loader .inner, .panel-bodies #submit .loader .inner {
        border-color: #fff;
        border-width: 2px; }
  .page-template-app-templates button.no-style, .panel-bodies button.no-style {
    background-color: #f2f2f2;
    padding: 3px;
    border: 0;
    padding-left: 5px;
    border-radius: 3px; }
  .page-template-app-templates div.seat-baggage .ticket_seat, .panel-bodies div.seat-baggage .ticket_seat {
    width: 25px;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px; }
    .page-template-app-templates div.seat-baggage .ticket_seat img, .panel-bodies div.seat-baggage .ticket_seat img {
      vertical-align: baseline; }
  .page-template-app-templates div.seat-baggage .back_seat, .panel-bodies div.seat-baggage .back_seat {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 0 4px;
    border-radius: 3px; }
  .page-template-app-templates div.seat-baggage .back_suit, .panel-bodies div.seat-baggage .back_suit {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 0 4px;
    border-radius: 3px; }
  .page-template-app-templates .bag_weight, .panel-bodies .bag_weight {
    padding: 0 !important;
    margin-right: -3px; }
  .page-template-app-templates div.seat-baggage .ticket_suit, .panel-bodies div.seat-baggage .ticket_suit {
    width: 24px;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px; }
    .page-template-app-templates div.seat-baggage .ticket_suit img, .panel-bodies div.seat-baggage .ticket_suit img {
      vertical-align: baseline; }
  .page-template-app-templates .ticket_detail, .panel-bodies .ticket_detail {
    width: 18px;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px; }
  .page-template-app-templates .ticket_price, .panel-bodies .ticket_price {
    width: 18px;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px; }
    .page-template-app-templates .ticket_price img, .panel-bodies .ticket_price img {
      vertical-align: baseline; }

label {
  display: inline-block;
  font-weight: normal; }

button.close span {
  font-size: 1.5rem; }

.ltr {
  direction: ltr;
  text-align: left; }

.rtl {
  direction: rtl;
  text-align: right; }

.accordion-citynet {
  width: 100% !important;
  background: #FBEB82;
  box-shadow: 0 3px 0 black;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1rem !important; }
  .accordion-citynet i.fa.fa-angle-down {
    float: left;
    font-size: 21px;
    font-weight: bold; }

.v-sub {
  vertical-align: sub; }

.position-relative {
  position: relative; }

.margin-left-1 {
  margin-left: 1em; }

.line-through {
  text-decoration: line-through; }

/* Inside */
.wp-pagenavi .pages {
  float: right; }
.wp-pagenavi .current {
  float: right; }
.wp-pagenavi a.page {
  float: right; }
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  float: right; }

/*----------------------------------------
# 102 Reservation
-----------------------------------------*/
[v-cloak] {
  display: none !important; }

.cn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

input.cn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px; }

input.cn-toggle-round + label:before,
input.cn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s; }

input.cn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

input.cn-toggle-round:checked + label:before {
  background-color: #FBEB82; }

input.cn-toggle-round:checked + label:after {
  margin-left: 30px; }

.availability-switch {
  float: right;
  margin: 0 0 5px 10px; }

#auth-failed, #invalid p {
  display: none; }

#app .notification {
  color: #222;
  font-weight: bold; }
#app .search {
  padding: 0px; }
#app .date-hour {
  direction: ltr;
  text-align: right; }
#app i {
  vertical-align: baseline; }
  #app i.fa-check {
    color: green; }
  #app i.fa-times {
    color: #dc3545; }
#app .nav-tabs {
  border-bottom: 0; }
#app .nav-tabs > li > a {
  background-color: rgba(34, 34, 34, 0.85);
  color: #000;
  border: 0;
  margin-left: 5px;
  margin-right: 0;
  font-size: .8em;
  font-family: "at10", Tahoma, sans-serif; }
#app .nav-tabs > li {
  float: none;
  margin-bottom: 0.5em; }
  #app .nav-tabs > li > a {
    border-radius: 4px; }
  #app .nav-tabs > li:hover > a {
    color: #FBEB82; }
#app .nav-tabs > li.active > a, #app .nav-tabs > li.active > a:focus, #app .nav-tabs > li.active > a:hover {
  background-color: rgba(251, 235, 130, 0.85);
  color: #fff; }
  #app .nav-tabs > li.active > a i, #app .nav-tabs > li.active > a:focus i, #app .nav-tabs > li.active > a:hover i {
    color: #222; }
#app .tab-content {
  padding: 0;
  color: #fff; }
  #app .tab-content > .tab-pane {
    background-color: rgba(34, 34, 34, 0.85);
    position: relative;
    padding: 2em 1em 1em;
    border-radius: 0px 0px 30px 30px; }
    #app .tab-content > .tab-pane:focus {
      outline: 0; }
  #app .tab-content li {
    color: #dc3545; }
#app .panel-titles {
  width: 100%; }
  #app .panel-titles .nav-tabs {
    background-color: #FAD900;
    display: flex; }
  #app .panel-titles .nav-tabs > li > a {
    background-color: transparent;
    margin-left: 0; }
  #app .panel-titles .nav-tabs > li > a {
    border-radius: 0;
    width: 100%;
    display: block;
    padding: 10px; }
    #app .panel-titles .nav-tabs > li > a:hover, #app .panel-titles .nav-tabs > li > a:focus {
      background-color: rgba(251, 235, 130, 0.85);
      color: #fff; }
    #app .panel-titles .nav-tabs > li > a.active {
      background-color: rgba(34, 34, 34, 0.85);
      color: #fff;
      height: 100%; }
  #app .panel-titles .nav-tabs > li.active > a, #app .panel-titles .nav-tabs > li.active > a:focus, #app .panel-titles .nav-tabs > li.active > a:hover {
    background-color: #FBEB82;
    margin-right: -16px;
    padding-right: 31px;
    transition: none;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
    #app .panel-titles .nav-tabs > li.active > a:after, #app .panel-titles .nav-tabs > li.active > a:focus:after, #app .panel-titles .nav-tabs > li.active > a:hover:after {
      content: '';
      width: 0;
      height: 0;
      line-height: 0;
      border-right: 16px solid transparent;
      border-top: 8px solid #f9e351;
      top: 100%;
      right: 0;
      position: absolute; }
    #app .panel-titles .nav-tabs > li.active > a i, #app .panel-titles .nav-tabs > li.active > a:focus i, #app .panel-titles .nav-tabs > li.active > a:hover i {
      color: #fff; }
  #app .panel-titles .tab-content > .tab-pane {
    padding: 1em; }
#app .radio input[type="radio"], #app .radio-inline input[type="radio"], #app .checkbox input[type="checkbox"], #app .checkbox-inline input[type="checkbox"] {
  width: auto; }
#app .radio-inline, #app .checkbox-inline {
  font-size: 0.9rem;
  margin: 0 0 10px 1em; }
#app .form-control {
  border: 1px solid transparent; }
#app input.form-control {
  height: 35px;
  line-height: 35px; }
  #app input.form-control.not-valid {
    background-color: #fae3e5 !important;
    border-color: #dc3545 !important; }
#app .search .form-control, #app .re-search .form-control, #app .user .form-control {
  padding-left: 35px; }
#app .search select.form-control, #app .re-search select.form-control, #app .user select.form-control {
  padding-left: 5px; }
#app .row.tight {
  margin-right: -5px;
  margin-left: -5px; }
  #app .row.tight > div {
    padding-right: 5px;
    padding-left: 5px; }
  #app .row.tight .form-control {
    padding-right: 5px;
    padding-left: 5px; }
#app select {
  height: 35px;
  line-height: 35px; }
#app label.sm {
  font-size: 0.9rem; }
#app label.sep {
  font-family: "at10", Tahoma, sans-serif;
  margin-top: 1em;
  font-size: 1rem; }
#app label.checkbox {
  padding-right: 0; }
#app label.radio {
  padding-right: 20px; }
#app .form-group, #app .search-type {
  position: relative; }
  #app .form-group input, #app .search-type input {
    margin-bottom: 0; }
#app .form-group-inline label, #app .form-group-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0; }
#app .form-group-inline.pull-left label, #app .form-group-inline.pull-left .form-control {
  margin-left: 0;
  margin-right: 10px; }
#app .form-group-inline #page-size {
  border: 2px solid #ccc;
  background-color: #fff; }
#app .form-control-feedback {
  top: 26px;
  left: 5px;
  color: #222;
  line-height: 34px;
  position: absolute; }
#app .no-label .form-control-feedback {
  top: 10px; }
#app .passengers select {
  padding-right: 35px; }
  #app .passengers select.flight-class, #app .passengers select.wagon-type {
    padding-right: 15px; }
#app .passengers svg {
  background-color: #222;
  width: 30px;
  height: 35px;
  fill: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  z-index: 55; }
#app .submit {
  transition: all 250ms;
  position: relative; }
  #app .submit.btn-in-col {
    padding: 4px 15px;
    width: 100% !important;
    margin-top: 1.9em; }
  #app .submit.search-btn {
    padding-left: 50px; }
    #app .submit.search-btn:after {
      transition: all 250ms;
      content: '\f002';
      font-family: Fontawesome;
      width: 30px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.75;
      font-size: 1.5rem;
      border-radius: 4px 0 0 4px;
      background-color: #FAD900; }
  #app .submit:hover {
    background-color: #e6e6e6;
    color: #222 !important; }
    #app .submit:hover:after {
      background-color: #bfbfbf;
      color: #222; }
#app .permission {
  margin: 3em 0; }
#app .create-pid {
  padding-bottom: 50px; }
  #app .create-pid #payment-user {
    padding-left: 35px; }
  #app .create-pid .btn.submit {
    margin-bottom: 1em; }
    #app .create-pid .btn.submit:hover {
      background-color: #222;
      color: #fff !important; }
  #app .create-pid .alert {
    clear: both; }
#app .pid-list {
  font-size: 85%;
  padding-bottom: 2em; }
  #app .pid-list td {
      /*white-space: nowrap;
&.desc {
    white-space: normal;
}*/ }
  #app .pid-list th.clickable {
    cursor: pointer;
    color: #FBEB82;
    font-weight: 700; }
    #app .pid-list th.clickable.asc:after {
      content: '\f0d8';
      font-family: Fontawesome;
      margin-right: 0.25em; }
    #app .pid-list th.clickable.desc:after {
      content: '\f0d7';
      font-family: Fontawesome;
      margin-right: 0.25em; }
  #app .pid-list .more {
    display: block;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 2em auto;
    background-color: rgba(64, 64, 64, 0.5);
    color: #fff;
    border-radius: 12px; }
  #app .pid-list .search-form {
    margin-bottom: 1em; }
    #app .pid-list .search-form label, #app .pid-list .search-form .form-control {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin: 0; }
#app .report-controls h3 {
  font-size: 1.25em; }
#app .report-controls form .form-control {
  height: 30px;
  line-height: 30px; }
#app .report-controls form .btn {
  font-size: 1.1em; }
#app .report-controls hr {
  border-color: #e6e6e6; }
#app .report-controls .btn-excel {
  margin-bottom: 30px; }
#app .report-controls #page-size {
  margin-left: 0; }
#app .insurance-search input.form-control {
  padding-left: 35px; }
#app .insurance-search .panel {
  background-color: rgba(251, 235, 130, 0.85);
  padding: 2em 1em 1em;
  border-radius: 4px;
  color: #fff;
  margin: 3em 0; }
  #app .insurance-search .panel li {
    color: #FBEB82; }
#app .insurance-results {
  font-size: 80%;
  margin-bottom: 2em; }
#app .confirm-info, #app #entered-info {
  margin-bottom: 2em; }
  #app .confirm-info th, #app #entered-info th {
    text-align: right; }
  #app .confirm-info.ltr th, #app #entered-info.ltr th {
    text-align: left; }
#app table.transfer-table {
  font-size: 80%; }
  #app table.transfer-table span.plaque span {
    height: 30px;
    line-height: 30px; }
  #app table.transfer-table span.plaque .code {
    font-size: 1.75em;
    padding-left: 14px; }
  #app table.transfer-table span.plaque .city {
    font-size: 1.5em; }
#app .table-responsive {
  position: relative; }
#app table.results-table, #app table.transfer-table {
  position: relative;
  z-index: 10;
    /*span.flight-duration {
    &:after {
        content: '';
        background: url(../images/planes.png) no-repeat left top;
        width: 27px;
        height: 20px;
        margin: 5px auto 0;
        display: block;
    }
    &.return {
        &:after {
            background: url(../images/planes.png) no-repeat left -21px;
        }
    }
}*/ }
  #app table.results-table tbody, #app table.transfer-table tbody {
    border-bottom: 2px solid black; }
  #app table.results-table > thead th, #app table.transfer-table > thead th {
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    border-top: 2px solid black;
    border-bottom: 2px solid black; }
  #app table.results-table td, #app table.transfer-table td {
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
    border-top: 1px dashed #bfbfbf; }
    #app table.results-table td .transfer-icon, #app table.transfer-table td .transfer-icon {
      padding: 5px 2px;
      color: grey; }
      #app table.results-table td .transfer-icon i, #app table.transfer-table td .transfer-icon i {
        vertical-align: bottom; }
  #app table.results-table.inbound td, #app table.transfer-table.inbound td {
    border-top: 0; }
  #app table.results-table span.airline, #app table.transfer-table span.airline {
    margin: 15px 0; }
    #app table.results-table span.airline img, #app table.transfer-table span.airline img {
      height: 32px;
      display: block; }
  #app table.results-table span.car, #app table.transfer-table span.car {
    margin: 15px 0; }
    #app table.results-table span.car img, #app table.transfer-table span.car img {
      height: 50px; }
  #app table.results-table span.company, #app table.transfer-table span.company {
    margin: 5px 0; }
    #app table.results-table span.company img, #app table.transfer-table span.company img {
      height: 32px;
      display: block; }
  #app table.results-table span.bus, #app table.transfer-table span.bus {
    margin: 5px auto;
    display: block;
    width: 100px;
    height: 100px;
    background: no-repeat url("images/bus/all.png") center center transparent;
    background-size: contain; }
    #app table.results-table span.bus span, #app table.transfer-table span.bus span {
      display: block;
      width: 100px;
      height: 100px;
      background: no-repeat center center;
      background-size: contain; }
  #app table.results-table span.logo img, #app table.transfer-table span.logo img {
    height: 40px;
    display: block; }
  #app table.results-table span.logo.insurance img, #app table.transfer-table span.logo.insurance img {
    height: 32px;
    margin: 10px auto; }
    #app table.results-table span.logo.insurance img:first-child, #app table.transfer-table span.logo.insurance img:first-child {
      margin-top: 0; }
    #app table.results-table span.logo.insurance img:last-child, #app table.transfer-table span.logo.insurance img:last-child {
      margin-bottom: 0; }
  #app table.results-table span, #app table.transfer-table span {
    display: inline-block;
    vertical-align: baseline;
    padding: 2px; }
    #app table.results-table span svg, #app table.transfer-table span svg {
      height: 30px;
      vertical-align: middle; }
  #app table.results-table .db, #app table.transfer-table .db {
    display: block;
    margin: auto; }
    #app table.results-table .db i, #app table.transfer-table .db i {
      vertical-align: middle; }
  #app table.results-table span.ltr, #app table.results-table span.rtl, #app table.transfer-table span.ltr, #app table.transfer-table span.rtl {
    text-align: center; }
  #app table.results-table span.big, #app table.transfer-table span.big {
    font-size: 1.5em; }
  #app table.results-table span.grey, #app table.transfer-table span.grey {
    color: grey; }
  #app table.results-table .total, #app table.results-table .customer, #app table.transfer-table .total, #app table.transfer-table .customer {
    direction: rtl;
    padding-top: 8px;
    font-size: 1.75em;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    white-space: nowrap; }
    #app table.results-table .total span, #app table.results-table .customer span, #app table.transfer-table .total span, #app table.transfer-table .customer span {
      font-size: 1.25rem; }
  #app table.results-table .line-through, #app table.transfer-table .line-through {
    font-size: 1rem;
    color: grey;
    margin-bottom: -8px; }
    #app table.results-table .line-through span, #app table.transfer-table .line-through span {
      font-size: 0.75rem; }
  #app table.results-table .quantity-select, #app table.transfer-table .quantity-select {
    direction: rtl; }
    #app table.results-table .quantity-select label, #app table.results-table .quantity-select select, #app table.transfer-table .quantity-select label, #app table.transfer-table .quantity-select select {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: 30px;
      line-height: 30px;
      margin: 0.5em 0;
      padding: 0 5px; }
    #app table.results-table .quantity-select select, #app table.transfer-table .quantity-select select {
      background-color: #bfbfbf; }
  #app table.results-table .btn, #app table.transfer-table .btn {
    margin: 0.5em auto;
    position: relative;
    font-size: 1rem; }
    #app table.results-table .btn.btn-buy, #app table.transfer-table .btn.btn-buy {
      padding-left: 40px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
      #app table.results-table .btn.btn-buy:after, #app table.transfer-table .btn.btn-buy:after {
        transition: all 250ms;
        content: '\f07a';
        font-family: Fontawesome;
        width: 30px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.75;
        font-size: 1.5em;
        background-color: #fdf3b3; }
      #app table.results-table .btn.btn-buy:hover:after, #app table.transfer-table .btn.btn-buy:hover:after {
        background-color: #090909; }
#app tr.details .detail {
  border-top: 1px dashed #bfbfbf; }
  #app tr.details .detail.visa {
    padding: 1em 0 0;
    direction: ltr;
    text-align: left; }
  #app tr.details .detail.cancellation ul {
    margin-top: 1em; }
    #app tr.details .detail.cancellation ul li {
      margin-bottom: 1em; }
#app tr.details .ret {
  margin-bottom: 30px; }
#app tr.details > td {
  border-bottom: 1px solid #bfbfbf;
  border-top: 0;
  padding: 0 0;
  text-align: right;
  direction: rtl; }
#app tr.details button {
  margin-left: 3px;
  font-size: 0.9em;
      /*&:before {
    content: '\f05a';
    font-family:Fontawesome;
    margin-left: 5px;
    color: $secondary;
}*/
      /*&.load {
    &:before {
        content: '\f021';
    }
}*/ }
  #app tr.details button i {
    color: #222; }
#app tr.details h4 {
  margin-bottom: 0;
  text-align: center; }
  #app tr.details h4 i {
    color: #222; }
#app tr.details table {
  width: auto;
  margin: 1em auto; }
  #app tr.details table.baggage-table {
    direction: ltr; }
  #app tr.details table.price-details-table td, #app tr.details table.price-details-table th {
    padding: 0.5em 3em;
    text-align: right;
    border: 0; }
  #app tr.details table.price-details-table .bd-l {
    border: 1px solid #bfbfbf;
    border-left: 0; }
  #app tr.details table.price-details-table .br {
    border-right: 1px solid #bfbfbf !important; }
  #app tr.details table.price-details-table .overall {
    border-top: 1px solid #bfbfbf;
    text-align: left; }
  #app tr.details table th, #app tr.details table td {
    font-weight: 300;
    font-size: 1em;
    padding: 0.75em 2em;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #bfbfbf !important;
    border-top: 0; }
  #app tr.details table th {
    background-color: #222;
    color: #fff;
    font-weight: 700; }
#app tr.details .flight-details {
  direction: ltr;
  text-align: left; }
#app .view-more {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 75px;
  z-index: 5; }
  #app .view-more button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%; }
    #app .view-more button i {
      vertical-align: sub; }
    #app .view-more button:hover {
      color: #bfbfbf; }
#app .cn-sidebar {
  margin: 30px 0 0; }
  #app .cn-sidebar > aside {
    background-color: #e6e6e6;
    padding: 1em;
    margin-bottom: 2em;
    position: relative; }
    #app .cn-sidebar > aside > h3 {
      margin-top: 0;
      padding-bottom: 10px;
      border-bottom: 1px dashed #bfbfbf;
      font-size: 1.3em; }
  #app .cn-sidebar .re-search .form-control[readonly], #app .cn-sidebar .re-search .form-control, #app .cn-sidebar .re-search input, #app .cn-sidebar .re-search select, #app .cn-sidebar .re-search textarea, #app .cn-sidebar .re-search .form-control {
    background-color: #fff; }
  #app .cn-sidebar .re-search .passengers svg {
    background-color: #FBEB82; }
  #app .cn-sidebar .re-search button.search-btn:hover {
    background-color: #FBEB82;
    color: #fff !important; }
    #app .cn-sidebar .re-search button.search-btn:hover:after {
      background-color: #f9e351;
      color: #fff; }
#app .filedownloads {
  font-size: 1.25rem; }
#app .adjacent-days {
  background-color: #f2f2f2;
  padding: 1em;
  margin-bottom: 2em; }
  #app .adjacent-days i {
    vertical-align: sub; }
#app .alert {
  position: relative; }
  #app .alert .loader {
    float: right;
    margin-left: 0.5em;
    position: relative;
    top: auto;
    left: auto;
    width: 32px;
    height: 32px; }
    #app .alert .loader .inner {
      border-color: #404040;
      border-width: 2px; }
#app .hotel_wrapper {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid rgba(42, 42, 42, 0.2);
  padding: 15px 0px 0px 0px;
  overflow: auto;
  margin-bottom: 20px; }
  #app .hotel_wrapper .hotel_header {
    margin-bottom: 25px;
    overflow: auto; }
    #app .hotel_wrapper .hotel_header .hotel-right-side .image_wrapper {
      text-align: left;
      padding: 10px;
      box-shadow: 0px 0px 1px 0px rgba(42, 42, 42, 0.3); }
    #app .hotel_wrapper .hotel_header .hotel-middle-side {
      float: right;
      position: relative; }
      #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_base_info {
        border-bottom: 1px solid rgba(42, 42, 42, 0.1);
        float: right; }
        #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_base_info .hotel_name {
          margin: 0px;
          font-weight: bold;
          float: right; }
        #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_base_info .hotel_stars {
          float: right;
          margin: 0px 10px 0px 10px; }
      #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_coordination {
        float: left;
        clear: right;
        font-size: 10px;
        text-align: left;
        width: 100%;
        direction: ltr;
        padding-top: 10px; }
        #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_coordination p {
          cursor: pointer;
          float: right;
          background-color: rgba(42, 42, 42, 0.2);
          line-height: 0;
          border-radius: 3px;
          padding: 3px 3px 5px 4px;
          margin: 0px 5px 0px 10px; }
      #app .hotel_wrapper .hotel_header .hotel-middle-side .hotel_info .hotel_select_room {
        color: #27639e;
        float: left;
        clear: left;
        margin-top: 5px;
        bottom: 0px;
        direction: ltr;
        left: 0px;
        width: 100%;
        top: 100%; }
    #app .hotel_wrapper .hotel_header .hotel-left-side {
      float: left;
      clear: left;
      line-height: 2;
      position: relative; }
      #app .hotel_wrapper .hotel_header .hotel-left-side .fare {
        font-weight: bolder;
        font-size: 15px;
        display: block;
        margin-top: -16px; }
        #app .hotel_wrapper .hotel_header .hotel-left-side .fare .price {
          text-decoration: line-through;
          margin: 0px;
          display: block;
          font-size: smaller;
          margin-left: 26px; }
      #app .hotel_wrapper .hotel_header .hotel-left-side .room_type {
        float: right;
        color: #27639e;
        direction: rtl;
        font-size: 11px;
        text-align: right;
        margin-top: 10px; }
#app .hotel_stars {
  margin: 0px 10px 0px 0px;
  float: right; }
  #app .hotel_stars .checkbox {
    float: right;
    width: initial;
    margin-left: 10px; }
#app #guest_detail #googleMap {
  width: 100%;
  height: 200px; }
#app #passengers-info .day {
  float: right;
  margin-left: 2%;
  width: 24%; }
#app #passengers-info .month {
  float: right;
  margin-left: 2%;
  width: 40%; }
#app #passengers-info .year_wrapper {
  float: right;
  width: 32%;
  display: inline-block; }
#app #passengers-info .bg-success {
  background-color: #3299cc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }
#app #passengers-info .nowide {
  width: auto; }

#app.site-main {
  padding-top: 25px;
  padding-bottom: 25px; }
  #app.site-main > section {
    padding: 0 !important;
    position: relative; }
  #app.site-main .panel {
    background-color: #222;
    padding: 2em 1em 1em;
    border-radius: 4px;
    color: #fff;
    margin: 3em 0; }
    #app.site-main .panel li {
      color: #222; }
  #app.site-main .results {
    font-size: 80%; }
  #app.site-main .results-container.separate {
    margin-bottom: 4em; }
  #app.site-main .form-control {
    font-size: 0.85em; }
  #app.site-main h1 {
    font-size: 1.7rem; }
  #app.site-main h2 {
    font-size: 1.4rem; }
  #app.site-main h3 {
    font-size: 1.25rem; }
  #app.site-main h4 {
    font-size: 1.1rem; }
  #app.site-main h5 {
    font-size: 0.95rem; }
  #app.site-main h6 {
    font-size: 0.85rem; }
  #app.site-main .login {
    background-color: rgba(251, 235, 130, 0.85);
    padding: 2em 1em 1em;
    border-radius: 4px 0 4px 4px; }
  #app.site-main .table-top .form-group-inline {
    margin-left: 1em; }
    #app.site-main .table-top .form-group-inline.pull-left {
      margin-left: 0;
      margin-right: 1em; }
  #app.site-main .table-top h2 {
    margin: 0; }
    #app.site-main .table-top h2 i {
      color: #222; }
  #app.site-main .alert {
    border-radius: 0;
    font-size: 1rem; }
  #app.site-main .selected-item.has-items {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    padding: 1em;
    margin-bottom: 2em; }
  #app.site-main .selected-item h3 {
    margin-top: 0; }
  #app.site-main .selected-item.small {
    font-size: 80%; }
    #app.site-main .selected-item.small h3 {
      margin-top: 0.25em; }
  #app.site-main .selected-item .remove-selected {
    float: left;
    color: #dc3545;
    opacity: 0.75;
    margin: 0;
    padding: 3px 0 0;
    transition: all 0.25s;
    font-size: 1.1em; }
    #app.site-main .selected-item .remove-selected i {
      color: #dc3545; }
    #app.site-main .selected-item .remove-selected:hover {
      opacity: 1; }
  #app.site-main .timer {
    background-color: #f2f2f2;
    padding: 0.5em 1em;
    margin-bottom: 1em; }
    #app.site-main .timer span:not(.header-date) {
      color: #222;
      font-size: 1.25rem;
      font-weight: bold; }
    #app.site-main .timer .btn-research {
      font-weight: unset !important; }
  #app.site-main .time-out {
    text-align: center;
    color: #222;
    margin: 3em 0; }
    #app.site-main .time-out p, #app.site-main .time-out a {
      font-size: 1.5rem; }
    #app.site-main .time-out i {
      font-size: 15rem;
      display: block; }

.info-table th {
  text-align: left; }
.info-table td.has-icon {
  padding-top: 0;
  padding-bottom: 0; }
.info-table svg {
  width: 30px;
  height: 35px;
  fill: #FBEB82; }

.entered-info {
  margin: 25px 0; }

.btn-confirm {
  margin-bottom: 25px;
  display: block; }

#vue-nav {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px; }

#full-loading {
  padding: 3em 2em 2em;
  background-color: #e6e6e6;
  z-index: 50;
  position: relative; }
  #full-loading .loader {
    left: auto;
    position: relative;
    top: auto;
    margin: 0 auto 2em; }
  #full-loading .search-info {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2em;
    color: #404040; }
    #full-loading .search-info span {
      font-weight: bold;
      display: inline-block;
      vertical-align: baseline; }
  #full-loading ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #full-loading ul li {
      font-size: 1.2rem;
      margin-bottom: 5px;
      color: #FBEB82;
      transition: all 1s;
      visibility: hidden;
      opacity: 0; }
      #full-loading ul li:nth-child(2) {
        transition-delay: 3s; }
      #full-loading ul li:nth-child(3) {
        transition-delay: 6s; }
      #full-loading ul li:nth-child(4) {
        transition-delay: 9s; }
      #full-loading ul li:nth-child(5) {
        transition-delay: 12s; }
      #full-loading ul li:nth-child(6) {
        transition-delay: 15s; }
  #full-loading.animate-texts ul li {
    visibility: visible;
    opacity: 1; }

#passengers-info {
  margin: 25px 0 50px; }
  #passengers-info .passenger-date .form-control {
    float: right;
    margin-left: 2%;
    width: 32%; }
    #passengers-info .passenger-date .form-control:last-child {
      margin-left: 0; }
  #passengers-info .alert {
    margin-top: 75px; }
    #passengers-info .alert.invalid-info {
      margin-top: 30px;
      padding: 5px 15px; }
  #passengers-info .form-control:focus {
    border-color: #FBEB82;
    box-shadow: none; }
  #passengers-info .btn-bottom {
    margin-top: 30px; }
    #passengers-info .btn-bottom.btn-sm {
      margin-top: 37px; }
  #passengers-info h3 {
    color: #FBEB82; }
  #passengers-info.invalid .has-error label, #passengers-info.invalid .has-error .form-control {
    color: #dc3545;
    border-color: #dc3545; }
    #passengers-info.invalid .has-error label:focus, #passengers-info.invalid .has-error .form-control:focus {
      box-shadow: none; }
  #passengers-info.invalid .show-error {
    display: inline-block !important; }
    #passengers-info.invalid .show-error span {
      display: inline-block !important; }
  #passengers-info.invalid .hide-error span {
    display: none !important; }
  #passengers-info .has-error.passenger-date select.form-control {
    border: 0;
    color: inherit; }

#app .flight-rules .modal-body ul {
  padding: 0; }
#app .flight-rules .modal-body .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #FBEB82;
  border-color: #dee2e6 #dee2e6 #fff; }
#app .flight-rules .modal-body .nav-tabs > li > a {
  background-color: #222; }
#app .flight-rules .modal-body .nav-tabs > li.active > a, #app .flight-rules .modal-body .nav-tabs > li.active > a:focus, #app .flight-rules .modal-body .nav-tabs > li.active > a:hover {
  background-color: #e6e6e6;
  color: #404040; }
#app .flight-rules .modal-body .tab-content {
  color: #404040;
  direction: ltr;
  text-align: left; }
  #app .flight-rules .modal-body .tab-content > .tab-pane {
    background-color: #e6e6e6; }
    #app .flight-rules .modal-body .tab-content > .tab-pane .tab-pane {
      padding: 1em;
      border-radius: 0; }
  #app .flight-rules .modal-body .tab-content .nav-tabs > li {
    float: left; }
    #app .flight-rules .modal-body .tab-content .nav-tabs > li > a {
      margin-right: 5px;
      margin-left: 0;
      border-radius: 0;
      background-color: #222;
      color: #e6e6e6; }
      #app .flight-rules .modal-body .tab-content .nav-tabs > li > a i {
        color: #FBEB82; }
      #app .flight-rules .modal-body .tab-content .nav-tabs > li > a:hover {
        background-color: #FBEB82;
        color: #e6e6e6; }
        #app .flight-rules .modal-body .tab-content .nav-tabs > li > a:hover i {
          color: #222; }
  #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a, #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a:focus, #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a:hover {
    background-color: #FBEB82;
    color: #e6e6e6; }
    #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a i, #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a:focus i, #app .flight-rules .modal-body .tab-content .nav-tabs > li.active > a:hover i {
      color: #222; }

.alert.price-details {
  font-size: 80% !important; }

.alert.price-details h3, .train-invoice h3 {
  margin: 0.5em 0 1em; }
.alert.price-details table.price-details-table td, .alert.price-details table.price-details-table th, .train-invoice table.price-details-table td, .train-invoice table.price-details-table th {
  padding: 0.5em 3em;
  text-align: right;
  border-color: #bfbfbf !important; }
.alert.price-details table.price-details-table .bd-l, .train-invoice table.price-details-table .bd-l {
  border-right: 1px solid #bfbfbf; }
.alert.price-details table.price-details-table .br, .train-invoice table.price-details-table .br {
  border-right: 1px solid #bfbfbf !important; }
.alert.price-details table.price-details-table td[colspan], .train-invoice table.price-details-table td[colspan] {
  border-top: 1px solid #bfbfbf;
  text-align: left; }
.alert.price-details .overall, .train-invoice .overall {
  padding: 7px;
  text-align: center; }

.loading {
  right: 0 !important;
  left: 0 !important; }
  .loading.big {
    background-color: transparent;
    position: fixed;
    z-index: 9999; }
    .loading.big .top {
      height: 50px;
      background-color: #FBEB82;
      text-align: center;
      line-height: 50px;
      color: #fff; }
      .loading.big .top .loader {
        position: relative;
        top: auto;
        left: auto;
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em; }
  .loading p {
    position: absolute;
    width: 100%;
    padding: 0 1em;
    top: 55%;
    text-align: center; }

.tooltip {
  font-family: "at10", Tahoma, sans-serif;
  direction: rtl; }

.seat-map .help {
  font-size: 80%; }
  .seat-map .help span:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 3px; }
  .seat-map .help span:first-child {
    display: block;
    font-weight: bold; }
    .seat-map .help span:first-child:before {
      display: none;
      margin-right: 0; }
  .seat-map .help .available:before {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 0; }
  .seat-map .help .male:before {
    background-color: #FBEB82; }
  .seat-map .help .female:before {
    background-color: #222; }
  .seat-map .help .selected:before {
    background-color: #bfbfbf; }
.seat-map .loader {
  position: relative;
  top: auto;
  left: auto;
  margin: 2em; }
.seat-map .alert {
  margin-top: 0 !important; }
.seat-map .seats {
  border: 2px solid #bfbfbf;
  border-top-width: 5px;
  border-radius: 10px;
  list-style: none;
  padding: 15px 5px 0 0;
  margin: 1em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  direction: ltr; }
  .seat-map .seats:before {
    content: '';
    width: 30px;
    height: 38px;
    border-radius: 5px;
    margin: 0 0 15px 22.5px;
    border: 0;
    background: url("images/bus/driver-seat.png") no-repeat center center/100% auto;
    display: block; }
  .seat-map .seats > li {
    display: block;
    direction: rtl; }
  .seat-map .seats ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .seat-map .seats ul li {
      display: inline-block;
      vertical-align: top; }
  .seat-map .seats .Corridor {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 5px 5px; }
  .seat-map .seats button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0 0 5px 5px;
    border: 0;
    color: #404040;
    font-size: 90%;
    background: url("images/bus/seat.png") no-repeat center center/100% auto; }
    .seat-map .seats button.BookedForMale {
      background-color: #FBEB82;
      color: #fff;
      cursor: default; }
      .seat-map .seats button.BookedForMale:hover {
        background-color: #FBEB82; }
    .seat-map .seats button.BookedForFemale {
      background-color: #222;
      color: #fff;
      cursor: default; }
      .seat-map .seats button.BookedForFemale:hover {
        background-color: #222; }
    .seat-map .seats button:hover, .seat-map .seats button.Selected {
      background-color: #bfbfbf; }

#payment {
  padding-top: 25px;
  padding-bottom: 25px; }
  #payment form.well .form-control {
    border: 1px solid #bfbfbf; }
    #payment form.well .form-control:focus {
      border-color: #FBEB82; }
  #payment .form-control {
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    background-color: #fff; }
  #payment textarea.form-control {
    height: auto; }
  #payment .error-message {
    margin-top: 1em;
    color: #dc3545; }

#payment-form .form-group {
  margin-bottom: 0; }

.payment-btn {
  padding: 0 15px !important;
  height: 35px !important;
  line-height: 25px !important; }

#paymentID {
  padding-left: 15px !important; }

#receipt-payment {
  width: 400px !important;
  border: 1px solid #e6e6e6;
  margin-top: 3em; }
  #receipt-payment td, #receipt-payment th {
    border: 0 !important; }
  #receipt-payment tr {
    border-bottom: 1px solid #e6e6e6; }
  #receipt-payment th {
    font-weight: 700; }
  #receipt-payment thead th {
    text-align: center; }
    #receipt-payment thead th.img {
      width: 100px !important;
      vertical-align: middle; }
  #receipt-payment thead img {
    max-height: 50px;
    width: auto;
    display: block;
    margin: auto; }

#receipt table.receipt {
  margin: 1em auto; }

.receipt .price-details-table input {
  border: 0;
  background-color: transparent;
  width: 200px; }

.receipt .price-details-table .total input {
  color: #fff; }

#receipt-outbound, #receipt-domestic, #receipt-bus {
  margin: 2em 0;
  direction: ltr;
  text-align: left; }
  #receipt-outbound header .pull-left, #receipt-outbound header .pull-right, #receipt-domestic header .pull-left, #receipt-domestic header .pull-right, #receipt-bus header .pull-left, #receipt-bus header .pull-right {
    height: 50px;
    width: auto;
    margin: 0 20px; }
  #receipt-outbound img, #receipt-domestic img, #receipt-bus img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto; }
  #receipt-outbound .airline img, #receipt-domestic .airline img, #receipt-bus .airline img {
    height: 25px;
    max-width: 100%;
    width: auto; }
  #receipt-outbound main, #receipt-domestic main, #receipt-bus main {
    padding: 10px 20px 20px; }
  #receipt-outbound h3, #receipt-domestic h3, #receipt-bus h3 {
    margin: 30px 0 10px;
    color: #FBEB82; }
  #receipt-outbound td, #receipt-outbound th, #receipt-domestic td, #receipt-domestic th, #receipt-bus td, #receipt-bus th {
    border: 2px solid #fff;
    text-align: center;
    vertical-align: middle !important; }
  #receipt-outbound article.info thead, #receipt-outbound article.price thead, #receipt-domestic article.info thead, #receipt-domestic article.price thead, #receipt-bus article.info thead, #receipt-bus article.price thead {
    background-color: #FBEB82;
    color: #fff; }
  #receipt-outbound article.info tbody, #receipt-outbound article.price tbody, #receipt-domestic article.info tbody, #receipt-domestic article.price tbody, #receipt-bus article.info tbody, #receipt-bus article.price tbody {
    background-color: white; }
  #receipt-outbound article.details thead, #receipt-outbound article.contacts thead, #receipt-domestic article.details thead, #receipt-domestic article.contacts thead, #receipt-bus article.details thead, #receipt-bus article.contacts thead {
    background-color: #222;
    color: #fff; }
  #receipt-outbound article.details tbody, #receipt-outbound article.contacts tbody, #receipt-domestic article.details tbody, #receipt-domestic article.contacts tbody, #receipt-bus article.details tbody, #receipt-bus article.contacts tbody {
    background-color: #888888; }
  #receipt-outbound article.details .db, #receipt-outbound article.contacts .db, #receipt-domestic article.details .db, #receipt-domestic article.contacts .db, #receipt-bus article.details .db, #receipt-bus article.contacts .db {
    display: block; }
  #receipt-outbound article.details .big, #receipt-outbound article.contacts .big, #receipt-domestic article.details .big, #receipt-domestic article.contacts .big, #receipt-bus article.details .big, #receipt-bus article.contacts .big {
    font-size: 1.25rem; }
  #receipt-outbound article.details .verybig, #receipt-outbound article.contacts .verybig, #receipt-domestic article.details .verybig, #receipt-domestic article.contacts .verybig, #receipt-bus article.details .verybig, #receipt-bus article.contacts .verybig {
    font-size: 1.5em; }
  #receipt-outbound article.details span.ltr, #receipt-outbound article.details span.rtl, #receipt-outbound article.contacts span.ltr, #receipt-outbound article.contacts span.rtl, #receipt-domestic article.details span.ltr, #receipt-domestic article.details span.rtl, #receipt-domestic article.contacts span.ltr, #receipt-domestic article.contacts span.rtl, #receipt-bus article.details span.ltr, #receipt-bus article.details span.rtl, #receipt-bus article.contacts span.ltr, #receipt-bus article.contacts span.rtl {
    text-align: center; }
  #receipt-outbound article.price, #receipt-domestic article.price, #receipt-bus article.price {
    text-align: left; }
    #receipt-outbound article.price td, #receipt-outbound article.price th, #receipt-domestic article.price td, #receipt-domestic article.price th, #receipt-bus article.price td, #receipt-bus article.price th {
      text-align: left; }
    #receipt-outbound article.price td:first-child, #receipt-domestic article.price td:first-child, #receipt-bus article.price td:first-child {
      width: 75%; }
    #receipt-outbound article.price td.total, #receipt-domestic article.price td.total, #receipt-bus article.price td.total {
      background-color: #FBEB82;
      color: #fff; }
    #receipt-outbound article.price td:empty, #receipt-domestic article.price td:empty, #receipt-bus article.price td:empty {
      background-color: #fff; }
  #receipt-outbound article.contacts td, #receipt-outbound article.contacts th, #receipt-domestic article.contacts td, #receipt-domestic article.contacts th, #receipt-bus article.contacts td, #receipt-bus article.contacts th {
    text-align: left; }
  #receipt-outbound .rules-text, #receipt-outbound .terminals, #receipt-domestic .rules-text, #receipt-domestic .terminals, #receipt-bus .rules-text, #receipt-bus .terminals {
    background-color: #e6e6e6;
    padding: 1em;
    list-style: none; }
  #receipt-outbound .text-center, #receipt-domestic .text-center, #receipt-bus .text-center {
    margin-top: 20px; }
    #receipt-outbound .text-center strong, #receipt-domestic .text-center strong, #receipt-bus .text-center strong {
      font-size: 2rem;
      color: #FBEB82; }

#receipt-domestic .airline img {
  height: 30px; }

#receipt-bus {
  direction: rtl;
  text-align: right; }
  #receipt-bus .details {
    margin-bottom: 2em; }

#receipt-transfer .db {
  display: block; }
#receipt-transfer .big {
  font-size: 1.25em; }
#receipt-transfer .verybig {
  font-size: 1.5em; }
#receipt-transfer .grey {
  color: grey; }
#receipt-transfer span.ltr, #receipt-transfer span.rtl {
  text-align: center; }
#receipt-transfer .main-title {
  background: url("images/transfer/icons/pattern.png") repeat right center/contain;
  height: 30px;
  margin: 3em 0; }
  #receipt-transfer .main-title img {
    position: relative;
    top: -15px;
    height: 60px;
    width: auto;
    background-color: #fff;
    padding: 0 15px; }
#receipt-transfer table td, #receipt-transfer table th {
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px; }
#receipt-transfer table th {
  background-color: #404040;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal; }
#receipt-transfer table span {
  display: inline-block;
  vertical-align: baseline; }
#receipt-transfer > ul {
  list-style: none;
  border-right: 1px solid #bfbfbf;
  padding: 0;
  text-align: right; }
  #receipt-transfer > ul li {
    position: relative;
    padding-right: 50px;
    margin-bottom: 3em; }
    #receipt-transfer > ul li:before {
      content: '';
      font-family: Fontawesome;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
      background-color: grey;
      display: block;
      color: #fff;
      position: absolute;
      top: 50%;
      right: -12.5px; }
    #receipt-transfer > ul li.location-date:before {
      content: '\f041'; }
    #receipt-transfer > ul li.passenger:before {
      content: '\f007'; }
    #receipt-transfer > ul li.car-driver:before {
      content: '\f1ba'; }
    #receipt-transfer > ul li.purchase:before {
      content: '\f155'; }
    #receipt-transfer > ul li.contact:before {
      content: '\f27b'; }
    #receipt-transfer > ul li h4 {
      border-bottom: 4px solid #f0cb2f;
      display: inline-block;
      margin: 0 50px 0 0;
      padding: 0 10px; }
#receipt-transfer li.location-date .box {
  border: 1px solid grey;
  text-align: center; }
#receipt-transfer li.location-date table {
  width: auto;
  margin: 15px auto; }
#receipt-transfer li.location-date .path {
  width: 70%;
  margin: auto;
  position: relative; }
  #receipt-transfer li.location-date .path:before {
    content: '';
    position: absolute;
    top: 35px;
    right: 0;
    border-top: 3px dashed #bfbfbf;
    width: 100%;
    height: 1px;
    z-index: 1; }
  #receipt-transfer li.location-date .path:after {
    content: '';
    background: url("images/transfer/icons/taxi.png") no-repeat 0 0/contain;
    width: 48.5px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: calc(50% - 24.25px); }
  #receipt-transfer li.location-date .path h5 {
    position: relative;
    z-index: 5;
    margin: 20px 0;
    background-color: #fff;
    padding: 0 10px; }
    #receipt-transfer li.location-date .path h5 span {
      height: 30px;
      line-height: 30px;
      padding: 0 15px;
      border-radius: 15px;
      margin-bottom: 5px; }
    #receipt-transfer li.location-date .path h5 .yellow {
      background-color: #f0cb2f; }
    #receipt-transfer li.location-date .path h5 .white {
      border: 1px solid grey; }
#receipt-transfer li.location-date p {
  clear: both;
  border-top: 1px solid grey;
  margin: 0;
  line-height: 2;
  padding: 0 15px; }
#receipt-transfer li.passenger .row {
  border: 1px solid grey;
  margin: 0;
  padding: 15px; }
#receipt-transfer li.passenger span {
  display: block;
  text-align: center; }
  #receipt-transfer li.passenger span:first-child {
    color: grey;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
    font-size: 0.9em;
    margin-bottom: 5px; }
    #receipt-transfer li.passenger span:first-child:after {
      content: '\f04d';
      font-family: Fontawesome;
      position: absolute;
      bottom: -4px;
      right: 0;
      line-height: 1;
      font-size: 0.8em;
      height: 8px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
#receipt-transfer li.car-driver .box {
  border: 1px solid grey;
  text-align: center; }
#receipt-transfer li.car-driver .car img {
  margin: 15px 0; }
#receipt-transfer li.car-driver span.plaque {
  margin: 60px auto 0; }
#receipt-transfer li.car-driver svg {
  height: 40px;
  vertical-align: middle; }
#receipt-transfer li.car-driver table {
  margin-bottom: 0; }
  #receipt-transfer li.car-driver table th {
    background-color: #bfbfbf;
    color: #000;
    font-weight: bold;
    font-size: 1em; }
  #receipt-transfer li.car-driver table td {
    direction: ltr; }
  #receipt-transfer li.car-driver table .transfer-icon {
    padding: 5px 2px;
    color: grey;
    font-size: 0.8em; }
    #receipt-transfer li.car-driver table .transfer-icon i {
      vertical-align: bottom; }
#receipt-transfer li.car-driver .grey-box {
  background-color: #f2f2f2;
  text-align: center; }
#receipt-transfer li.car-driver .photo {
  background-color: #f0cb2f;
  position: relative;
  height: 100px;
  margin-bottom: 32px; }
  #receipt-transfer li.car-driver .photo:after {
    content: '';
    height: 30px;
    display: block;
    background-color: #c4a10e;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
  #receipt-transfer li.car-driver .photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: calc(50% - 50px);
    z-index: 5;
    border: 5px solid #e6e6e6; }
#receipt-transfer li.car-driver h5 {
  background-color: #bfbfbf;
  height: 32px;
  line-height: 32px; }
#receipt-transfer li.car-driver .phones {
  height: 92px; }
  #receipt-transfer li.car-driver .phones span {
    line-height: 46px; }
#receipt-transfer li.purchase .row {
  border: 1px solid grey;
  margin: 0;
  text-align: center; }
#receipt-transfer li.purchase .code, #receipt-transfer li.purchase .customer {
  background-color: #f0cb2f;
  font-size: 1.5em;
  padding: 5px 25px 0;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 5px; }
#receipt-transfer li.purchase .total {
  color: grey; }
#receipt-transfer li.purchase .col-8 {
  border-left: 1px solid grey; }
#receipt-transfer li.contact .boxes {
  display: table; }
#receipt-transfer li.contact .box {
  border: 1px solid grey;
  text-align: center;
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  width: 25%; }
#receipt-transfer li.contact span:before {
  content: '';
  font-family: Fontawesome;
  display: block;
  color: #f0cb2f;
  font-size: 1.5em; }
#receipt-transfer li.contact span.address:before {
  content: '\f279'; }
#receipt-transfer li.contact span.phone:before {
  content: '\f095'; }
#receipt-transfer li.contact span.website:before {
  content: '\f0ac'; }
#receipt-transfer li.contact span.email:before {
  content: '\f003'; }
#receipt-transfer footer {
  padding-bottom: 30px;
  color: grey;
  margin-bottom: 1em;
  position: relative; }
  #receipt-transfer footer:after {
    content: '';
    background: url("images/transfer/icons/pattern.png") repeat right bottom/contain;
    opacity: 0.6;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }
  #receipt-transfer footer p {
    font-size: 0.8em;
    margin-bottom: 0; }
  #receipt-transfer footer a {
    color: #000; }

span.plaque {
  background: #fff url("images/transfer/icons/plaque.png") no-repeat 0 0;
  background-size: contain;
  width: 139.6px;
  height: 30px;
  padding: 0; }
  span.plaque.taxi {
    background-color: #fecc00; }
  span.plaque span {
    height: 30px;
    line-height: 37.5px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block; }
  span.plaque .city {
    float: right;
    width: 23%;
    font-size: 1.25em; }
  span.plaque .code {
    float: left;
    width: 77%;
    padding-left: 14px;
    font-size: 1.5em; }

.report-print {
  padding: 3em 0;
  text-align: center; }

/* Special forms */
.visa-en .dates .wpcf7-form-control-wrap, .cip-en .dates .wpcf7-form-control-wrap, .cip-fa .dates .wpcf7-form-control-wrap, .visa-fa .dates .wpcf7-form-control-wrap {
  display: block;
  float: right;
  width: 30%;
  margin-left: 5%;
  margin-right: 0; }
  .visa-en .dates .wpcf7-form-control-wrap:last-child, .cip-en .dates .wpcf7-form-control-wrap:last-child, .cip-fa .dates .wpcf7-form-control-wrap:last-child, .visa-fa .dates .wpcf7-form-control-wrap:last-child {
    margin-left: 0; }
.visa-en .wpcf7-list-item, .cip-en .wpcf7-list-item, .cip-fa .wpcf7-list-item, .visa-fa .wpcf7-list-item {
  margin-left: 2.5em;
  margin-right: 0; }

.modal-body .form-control {
  border: 1px solid transparent;
  height: 35px;
  line-height: 35px; }
.modal-body textarea.form-control {
  height: auto; }

.modal-title {
  color: #fff !important;
  margin-top: 0;
  float: right; }

.modal-footer {
  text-align: right; }
  .modal-footer .errors, .modal-footer .success {
    padding-top: 0;
    text-align: right; }
  .modal-footer .operations {
    padding-top: 0;
    text-align: right;
    float: right;
    clear: right; }
    .modal-footer .operations button {
      background-color: transparent;
      border: 0;
      padding: 0;
      color: #222;
      transition: all 0.25s; }
      .modal-footer .operations button:hover {
        color: #FBEB82; }
  .modal-footer .alert {
    clear: right; }

.errors {
  clear: both;
  color: #dc3545;
  padding-top: 1em; }
  .errors p {
    margin-bottom: 5px; }

.loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #FBEB82;
  z-index: 990; }

#cnlogin .form-group, #cnregister .form-group {
  margin-bottom: 0; }

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
td.expand-transition {
  position: relative;
  padding-top: 15px !important; }

td.expand-transition:after {
  content: attr(title);
  height: 35px;
  background-color: #e6e6e6;
  top: 0px;
  right: 0px;
  padding: 9px;
  text-align: right;
  position: absolute;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1); }

div.awesomplete ul li {
  padding: 7px 0px 3px 10px !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  position: relative;
  overflow: hidden; }

div.awesomplete ul li .air-plan {
  width: 22px;
  float: left;
  margin: 7px 5px 4px 10px; }

aside ul li .header_airport .top_header {
  width: 70%;
  display: inline-block;
  white-space: normal;
  line-height: 15px; }

aside ul li .air-plan {
  margin: 7px 5px 4px 1px !important; }

aside ul li .header_airport_wrapper {
  margin-left: 15px; }

div.awesomplete ul li .header_airport_wrapper {
  overflow: hidden;
  clear: right;
  display: block;
  margin-left: 33px; }

div.awesomplete ul li .header_airport {
  float: left;
  width: 100%; }

div.awesomplete ul li .footer_airport {
  float: left;
  clear: left;
  margin-top: -8px;
  margin-left: 3px;
  font-size: 11px; }

div.awesomplete ul li .child-building {
  width: 14px;
  float: left;
  margin: 1px 8px 4px 25px; }

div.awesomplete ul li .air_port_code {
  border: 1px solid rgba(42, 42, 42, 0.3);
  padding: 4px 11px 0px 8px;
  border-radius: 3px;
  float: right;
  margin-right: 10px;
  font-size: 11px;
  color: #424242;
  width: 45px;
  text-align: center; }

div.awesomplete ul li .city_code_border mark {
  color: #424242;
  margin-right: -1px; }

div.awesomplete > ul li .building {
  width: 21px;
  float: left;
  margin: 6px 8px 4px 2px; }

/* Apple hacks */
body.apple-device #app .passengers select {
  text-indent: 35px; }
  body.apple-device #app .passengers select.flight-class, body.apple-device #app .passengers select.wagon-type {
    text-indent: 15px; }
body.apple-device .table-responsive .table {
  max-width: none; }

@media (min-width: 768px) {
  #auth {
    width: 100%; }
    #auth .user-nav.logged-in {
      float: left; }

  #app .nav-tabs > li {
    float: right;
    margin-bottom: 0;
    font-size: 1.1em; }
    #app .nav-tabs > li > a {
      border-radius: 4px 4px 0 0; }
  #app .panel-titles {
    padding-left: 0; }
    #app .panel-titles .nav-tabs > li {
      width: 12.5%; }
      #app .panel-titles .nav-tabs > li > a {
        border-radius: 0;
        height: 100%; }
    #app .panel-titles .nav-tabs {
      min-height: 0;
      text-align: center; }
  #app .panel-bodies {
    padding-right: 0; }
    #app .panel-bodies .tab-pane {
      min-height: 353.6px; }
  #app .cn-sidebar {
    margin: 0; }
    #app .cn-sidebar.insurance-sidebar {
      margin-top: 30px; }
  #app .report-controls .form-inline {
    display: inline-flex !important;
    margin-left: -45px; }
    #app .report-controls .form-inline .form-group {
      margin-bottom: 0; }
  #app .report-controls > .form-group {
    float: left; }
  #app .report-controls .btn-excel {
    margin-bottom: 0; }
  #app .report-controls .filter-list {
    text-align: left; }
    #app .report-controls .filter-list .form-group {
      width: 35%; }
      #app .report-controls .filter-list .form-group .form-control {
        max-width: 100%; } }
@media (min-width: 992px) {
  #auth {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #auth .user-nav.logged-in {
      float: none; }
    #auth .usernav-icon {
      display: none; }
    #auth .usernav-launcher {
      display: block !important;
      box-shadow: none;
      position: relative;
      z-index: 1000;
      top: auto;
      left: auto;
      background-color: transparent;
      padding: 0;
      min-width: 0;
      height: auto;
      overflow: visible; }
      #auth .usernav-launcher .welcome {
        float: left;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #fff; }
        #auth .usernav-launcher .welcome a {
          color: #FBEB82; }
          #auth .usernav-launcher .welcome a:hover {
            color: #fff; }
      #auth .usernav-launcher li {
        float: right;
        position: relative;
        margin-left: 1em; }
        #auth .usernav-launcher li:hover > a {
          color: #FBEB82; }
        #auth .usernav-launcher li a, #auth .usernav-launcher li span {
          margin-bottom: 0;
          display: block;
          color: #fff; }
        #auth .usernav-launcher li.menu-item-has-children > a:after, #auth .usernav-launcher li.menu-item-has-children span:after {
          content: '\f107';
          display: inline-block;
          vertical-align: top;
          font-family: Fontawesome;
          margin-right: 3px; }
        #auth .usernav-launcher li ul {
          display: none;
          position: absolute;
          top: 30px;
          right: 0;
          background-color: #FBEB82;
          white-space: nowrap;
          min-width: 200px;
          z-index: 555;
          padding: 1em; }
          #auth .usernav-launcher li ul li {
            float: none; }
            #auth .usernav-launcher li ul li a:hover {
              color: #222; } }
.direction_wrapper {
  position: absolute;
  top: 34px;
  left: 40px;
  cursor: pointer;
  z-index: 400; }

.cancel_penalty_wrapper label {
  font-size: smaller; }

.hover_airline {
  position: relative;
  margin: 2px 0px;
  display: inline-block;
  width: 100%;
  clear: both; }

.filter_ticket {
  position: relative;
  display: inline-block;
  width: 100%; }

.filter_ticket:hover > .select_this {
  opacity: 1;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease; }

.filter_ticket .select_this {
  margin-right: 5px;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border: 1px solid rgba(42, 42, 42, 0.2);
  line-height: 17px;
  padding-right: 5px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: white;
  color: #222222; }

.filter_ticket .select_this:hover {
  color: #4d86ff;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease; }

.internal_filter {
  cursor: pointer;
  overflow: auto;
  padding: 20px; }

.internal_filter .select_this {
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border: 1px solid rgba(42, 42, 42, 0.2);
  line-height: 17px;
  padding-right: 5px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: white;
  color: #222222;
  margin-top: 4px;
  margin-right: 2px; }

.internal_filter:hover > .select_this {
  opacity: 1; }

.irs-single {
  direction: rtl; }

.select2.select2-container.select2-container--default.driver_number .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.order_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.login_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.recover_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.pay_phone_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code_report .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code_edit .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code .selection [role="combobox"] {
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px solid rgba(42, 42, 42, 0.3);
  height: 35px;
  background-color: #e6e6e6;
  padding-top: 4px; }

.select2.select2-container.select2-container--default.package .selection [role="combobox"],
.select2.select2-container.select2-container--default.nationality .selection [role="combobox"],
.select2.select2-container.select2-container--default.homeland .selection [role="combobox"],
.select2.select2-container.select2-container--default.register_phone_code .selection [role="combobox"] {
  border: none;
  height: 35px;
  padding-top: 4px;
  background-color: #e6e6e6; }

.bigdrop {
  width: 150px !important; }

.select2-results ul li {
  direction: ltr;
  text-align: left; }

.select2-selection.select2-selection--single .select2-selection__rendered {
  text-align: left;
  margin-left: 23px;
  direction: ltr; }

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }
@-moz-keyframes blink {
  50% {
    opacity: 0; } }
@-o-keyframes blink {
  50% {
    opacity: 0; } }
@keyframes blink {
  50% {
    opacity: 0; } }
/* always present */
.expand-transition {
  transition: all .3s ease;
  padding: 10px;
  overflow: hidden;
  width: 100%; }

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0; }

.left-triangular {
  width: 0px;
  height: 0px;
  border-right: 32px solid #3299cc;
  border-left: 32px solid #0000;
  border-top: 32px solid #0000;
  position: absolute;
  bottom: 0px;
  left: -64px; }

.right-triangular {
  width: 0px;
  height: 0px;
  border-right: 32px solid #0000;
  border-left: 32px solid #3299cc;
  border-top: 32px solid #0000;
  position: absolute;
  right: -64px;
  bottom: 0; }

div.awesomplete > ul {
  width: 100%; }

table#entered-info th {
  background: #FBEB82;
  color: #fff; }

table#entered-info td, table#entered-info th {
  border: 1px solid #ddd !important; }

.bg-silver {
  background: #eee;
  border-radius: 5px; }

.hidden {
  display: none !important; }

.text-right {
  text-align: right !important; }

.tbl-print-block {
  border: 2px solid #FBEB82;
  border-radius: 5px;
  text-align: right;
  margin-bottom: 2em; }
  .tbl-print-block .entered-info {
    margin: 20px; }
    .tbl-print-block .entered-info table th {
      text-align: center !important;
      padding: 10px !important;
      font-weight: 700 !important;
      font-size: 0.9em !important; }
    .tbl-print-block .entered-info table td {
      padding: 8px !important;
      font-size: 0.9em !important; }
  .tbl-print-block .title-print-block {
    text-align: right;
    background: #FBEB82;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: -20px;
    right: 20px;
    border-radius: 3px; }

.print-show {
  display: none; }
  .print-show h4 {
    display: inline-block; }

.bg-tire {
  background: #ededed;
  margin-right: 10px;
  padding: 7px 20px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 2px; }

@media print {
  .title-print-block {
    top: 20px !important; }

  .print-show {
    display: block; }

  a[href]:after {
    content: none !important; } }
.pagination {
  display: flex; }
  .pagination li {
    background: #ddd;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 0px; }
    .pagination li.active {
      background: #3299cc;
      color: #fff !important; }
      .pagination li.active a {
        color: #fff !important; }

.page-link {
  background-color: #ddd;
  border: 1px solid #ddd; }

.luggage {
  background: url("images/translate-icon.png") no-repeat -42px -20px;
  width: 17px;
  height: 16px; }

.baggage {
  background: url("images/translate-icon.png") no-repeat -22px -5px;
  width: 14px;
  height: 31px; }

.packs {
  background: url("images/translate-icon.png") no-repeat -2px -1px;
  width: 14px;
  height: 35px; }

.data_transfers {
  color: #FBEB82 !important; }
  .data_transfers span {
    position: relative;
    top: 3px;
    margin-left: 5px; }

.btn.re-search-btn.btn-blue {
  width: 100% !important;
  display: block;
  margin-bottom: 11px;
  padding: 10px; }

.btn-research-big {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100% !important;
  display: none;
  margin-bottom: 11px;
  padding: 10px; }

.flip-clock-label {
  display: none; }

.flip-clock-wrapper {
  zoom: 0.4;
  -ms-zoom: 0.4;
  margin: 0 !important;
  min-width: 0;
  width: auto; }

.result-not-loaded {
  top: -90px;
  position: absolute;
  right: 640px;
  zoom: 0.3; }

@media (max-width: 767px) {
  .flip-clock-wrapper {
    zoom: 0.3;
    -ms-zoom: 0.3;
    margin: 0 !important;
    min-width: 0;
    width: auto; }

  .btn-research {
    display: none; }

  .result-not-loaded {
    top: unset;
    position: unset;
    right: unset;
    zoom: 0.3;
    float: left !important; }

  .timer {
    font-size: 80%; }

  .btn-research-big {
    display: block; } }
@-moz-document url-prefix() {
  @media (min-width: 320px) {
    .flip-clock-wrapper {
      position: absolute;
      -moz-transform: scale(0.3);
      -moz-transform-origin: top right;
      left: -19.4em;
      top: -5px;
      margin: 0 !important;
      min-width: 0;
      width: 180%; } }
  @media (min-width: 576px) {
    .flip-clock-wrapper {
      position: absolute;
      -moz-transform: scale(0.3);
      -moz-transform-origin: top right;
      left: -19.4em;
      top: -5px;
      margin: 0 !important;
      min-width: 0;
      width: 150%; } }
  @media (min-width: 768px) {
    .flip-clock-wrapper {
      position: absolute;
      -moz-transform: scale(0.4);
      -moz-transform-origin: top right;
      right: 10px;
      margin: 0 !important;
      min-width: 0;
      width: 110%;
      left: unset;
      top: unset; }

    .result-not-loaded {
      top: -29px;
      -moz-transform: scale(0.3);
      position: absolute;
      right: 153px;
      width: 150%; } }
  @media (min-width: 992px) {
    .flip-clock-wrapper {
      position: absolute;
      -moz-transform: scale(0.4);
      -moz-transform-origin: top right;
      margin: 0 !important;
      min-width: 0;
      width: auto;
      left: unset;
      top: unset; }

    .result-not-loaded {
      top: -29px;
      -moz-transform: scale(0.3);
      position: absolute;
      right: 110px;
      width: 150%; } }
  @media (min-width: 1200px) {
    .flip-clock-wrapper {
      position: absolute;
      -moz-transform: scale(0.4);
      -moz-transform-origin: top right;
      margin: 0 !important;
      min-width: 0;
      width: auto;
      left: unset;
      top: unset; }

    .result-not-loaded {
      top: -29px;
      -moz-transform: scale(0.3);
      position: absolute;
      right: 75px;
      width: 150%; } }
  .btn-research {
    position: relative;
    right: 9em; } }
.btn-research {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 4px;
  padding: 7px; }

.sortFilter .nav-tabs .nav-item.show .nav-link, .sortFilter .nav-tabs .nav-link.active {
  color: #495057 !important;
  background-color: #e6e6e6 !important;
  border-color: #dee2e6 #dee2e6 #fff !important; }
.sortFilter .nav-tabs {
  border-bottom: 5px solid #e6e6e6 !important; }
.sortFilter .nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }
.sortFilter .nav-link {
  display: block !important;
  padding: .5rem 1rem !important;
  cursor: pointer;
  background-color: #fff !important;
  color: #495057 !important; }
.sortFilter .nav-link svg {
  width: 20px;
  vertical-align: middle;
  margin-left: 4px; }
.sortFilter .back_filter {
  display: inline-block;
  height: 22px; }
  .sortFilter .back_filter img {
    height: 20px;
    padding-left: 5px; }

.popover {
  right: unset; }

.clockpicker-popover .popover-title {
  direction: ltr; }

.flight_log_error {
  border: unset !important; }

.w-100 {
  width: 100% !important; }

.d-btn-info {
  color: #fff;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  box-shadow: unset !important; }

.d-btn-secondary {
  color: #fff;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  box-shadow: unset !important; }

.invalid .has-error label {
  color: #dc3545; }
.invalid .has-error .form-control {
  color: #dc3545;
  border-color: #dc3545 !important; }
  .invalid .has-error .form-control:focus {
    box-shadow: none; }
.invalid .show-error {
  display: inline-block !important; }
  .invalid .show-error span {
    display: inline-block !important; }
.invalid .hide-error span {
  display: none !important; }

.search-information {
  background-color: #e6e6e6;
  padding: .75rem;
  border-radius: 5px; }
  .search-information .fa {
    font-size: 2rem;
    vertical-align: text-bottom;
    margin-left: 10px;
    color: black; }
  .search-information .row {
    padding: 5px; }

@media only screen and (min-width: 768px) {
  .homepages-btn {
    position: absolute !important;
    bottom: 1em;
    left: 1em; } }
.useful div.awesomplete ul li {
  width: 33.33%;
  float: right;
  text-align: center; }
.useful div.awesomplete ul li:first-child {
  width: inherit;
  background-color: #e6e6e6;
  pointer-events: none; }

.popuptext {
  visibility: hidden;
  width: 100px;
  background-color: #FBEB82;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  margin-top: -40px; }

.popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FBEB82 transparent transparent transparent; }

#num:hover #numPopup {
  visibility: visible; }

#num {
  cursor: pointer; }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center; }

.animation {
  box-shadow: 0 0 7rem 0 #000000 inset; }

.animation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 23rem;
  max-width: 55rem;
  background-color: #ffffff;
  border-radius: 10rem;
  animation: 24s linear infinite sky;
  margin-bottom: 2rem; }
  .animation:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 7rem 30rem -4rem #5aacdc inset; }
  .animation [class^="animation__"], .animation [class*=" animation__"] {
    position: absolute; }
  .animation__plane {
    position: absolute;
    z-index: 1;
    top: calc(40% - (62px/2));
    left: calc(50% - (272px/2));
    width: 17rem;
    height: 6.2rem;
    animation: 2s ease-in-out takeOff, 5s ease-in-out infinite alternate flight 2s; }
    .animation__plane--shadow {
      bottom: 1rem;
      left: calc(54% - (8rem/2));
      width: 8rem;
      height: 1rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.15);
      animation: 2s ease-in-out takeOffShadow, 5s ease-in-out infinite alternate flightShadow 2s; }
  .animation__cloud--front {
    z-index: 2;
    top: 50%;
    left: 20%;
    width: 8.5rem;
    height: 3rem;
    fill: #cee4e7;
    animation: 4s linear infinite cloudFront; }
  .animation__cloud--middle {
    top: 22%;
    left: 75%;
    width: 6rem;
    height: 3rem;
    fill: #cee4e7;
    animation: 5s linear infinite cloudMiddle; }
  .animation__cloud--back {
    top: 6%;
    left: 34%;
    fill: #cee4e7;
    animation: 8s linear infinite cloudBack; }
  .animation .animation__loader {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.15); }
    .animation .animation__loader:after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #cee4e7;
      overflow: hidden;
      animation: 1.5s ease-in-out infinite loader; }

@keyframes loader {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@keyframes takeOff {
  0% {
    transform: translate(-220%, 110%); }
  100% {
    transform: translate(0, 0); } }
@keyframes takeOffShadow {
  0% {
    transform: translate(-440%, 110%);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 0.8; } }
@keyframes flight {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 10%); }
  75% {
    transform: translate(0, -10%); }
  100% {
    transform: translate(0, 0); } }
@keyframes flightShadow {
  0% {
    transform: scale(0.8);
    opacity: 0.8; }
  25% {
    transform: scale(0.9);
    opacity: 1; }
  75% {
    transform: scale(1.1);
    opacity: 0.6; }
  100% {
    transform: scale(0.8);
    opacity: 0.8; } }
@keyframes cloudFront {
  0% {
    transform: translate(520%, 0); }
  100% {
    transform: translate(-600%, 0); } }
@keyframes cloudMiddle {
  0% {
    transform: translate(230%, 0); }
  100% {
    transform: translate(-900%, 0); } }
@keyframes cloudBack {
  0% {
    transform: translate(910%, 0); }
  100% {
    transform: translate(-1000%, 0); } }
@keyframes sky {
  0% {
    background-color: #ffffff; }
  20% {
    background-color: #ffffff; }
  35% {
    background-color: #ffc8bd; }
  50% {
    background-color: transparent; }
  70% {
    background-color: transparent; }
  85% {
    background-color: #ffc8bd; }
  100% {
    background-color: #ffffff; } }
.edituser {
  border: 2px solid #FBEB82;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px; }

.editheader {
  padding: 10px;
  background-color: #FBEB82;
  text-align: center;
  color: #fff;
  border-radius: 5px; }

.create-pid-border {
  border: 1px solid #FBEB82;
  border-radius: 5px;
  padding: 10px; }

/*--------------------------------------------------------------
# underscores
--------------------------------------------------------------*/
html {
  font-family: "at10", Tahoma, sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1rem; }

body {
  margin: 0;
  direction: ltr; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: flow-root; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #dc3545;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 24px;
  margin: 0.67em 0; }

h2 {
  font-size: 16px; }

h3, h4, h5, h6 {
  font-size: 14px; }

p, span {
  font-size: 14px; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  line-height: 2; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  width: 100%;
  height: 800px; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*--------------------------------------------------------------
# Themes
--------------------------------------------------------------*/
@keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.elementToFadeInAndOut {
  -webkit-animation: fadeInAndOut 1.5s infinite;
  -moz-animation: fadeInAndOut 1.5s infinite;
  -o-animation: fadeInAndOut 1.5s infinite;
  animation: fadeInAndOut 1.5s infinite; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body {
  font-family: "at10", Tahoma, sans-serif;
  position: relative;
  overflow-x: hidden;
  font-weight: normal;
  color: #373737;
  font-size: 14px; }

.search-form {
  position: relative;
  max-width: 100%;
  float: left;
  width: 100%; }
  .search-form .search-field {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #222222;
    background-color: white;
    box-sizing: border-box; }
  .search-form label {
    width: 100%;
    margin-bottom: 0;
    height: 40px; }
  .search-form label, .search-form input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    outline: none; }
  .search-form .search-submit {
    box-shadow: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Fontawesome;
    border: 0;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    color: #222222;
    background-color: transparent;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    transition: color 300ms; }
    .search-form .search-submit:hover {
      color: #FAD900;
      background: none; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

button, input[type=submit] {
  border: none;
  background-color: #222222;
  color: white;
  margin: 5px;
  padding: 5px 15px; }
  button:hover, input[type=submit]:hover {
    background-color: #FAD900; }

.small {
  font-size: 70%;
  color: #555; }

.comments-area textarea {
  background-color: #F4F4F4;
  border: 1px solid #E7E7E7;
  border-top-color: #e7e7e7;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 1px solid #BDBDBD;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  height: 100px; }

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .form-submit {
  width: 100%;
  display: inline-block; }

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .form-submit {
  width: 100%;
  display: inline-block; }

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .form-submit {
  width: 100%;
  display: inline-block; }

#comments {
  padding: 15px;
  background-color: #fff;
  box-shadow: inset 0 0 7px #555;
  margin-bottom: 1.5em; }
  #comments .comment-reply-title {
    margin-top: 0;
    font-size: 1.3rem !important; }
  #comments h3 {
    font-size: 1rem !important; }
  #comments .comments-title {
    font-size: 1em; }
  #comments .comment-list {
    padding: 5px;
    margin: 0;
    list-style: none; }
    #comments .comment-list .comment {
      background-color: white;
      padding: 5px; }
      #comments .comment-list .comment .comment-body {
        background-color: #eee;
        padding: 10px; }
        #comments .comment-list .comment .comment-body .comment-content {
          background-color: #fff;
          padding: 5px;
          margin: 5px 0; }
          #comments .comment-list .comment .comment-body .comment-content p {
            font-size: .8em;
            margin-bottom: 0; }
    #comments .comment-list .reply a {
      width: auto;
      display: inline-block;
      height: 25px;
      padding: 0 15px;
      line-height: 25px;
      font-size: .8rem;
      color: #222222;
      text-align: center;
      background-color: #FAD900; }
      #comments .comment-list .reply a:hover {
        background-color: #222222;
        color: #FAD900; }
  #comments footer.comment-meta .comment-metadata {
    font-size: .7em;
    height: 25px;
    line-height: 25px; }
  #comments .edit-link a {
    background-color: #FAD900;
    color: #222222;
    padding: 0 5px;
    font-size: .7rem; }
    #comments .edit-link a:hover {
      background-color: #222222;
      color: #FAD900; }
  #comments input {
    background-color: white; }
  #comments .form-submit input.submit {
    color: #222222;
    background-color: #FAD900;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms; }
    #comments .form-submit input.submit:hover {
      background-color: #222222;
      color: white; }
  #comments .children {
    margin-left: 0;
    padding-right: 30px; }
    #comments .children li {
      padding-left: 0 !important; }
  #comments textarea {
    background-color: white; }

.wp-pagenavi {
  margin-bottom: 3em; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.25em 10px;
    background-color: white;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
    color: #222222 !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .wp-pagenavi a:hover {
    background-color: #FAD900;
    color: #fff !important;
    border-color: #ddd; }
  .wp-pagenavi span.current {
    color: #222222 !important;
    background-color: #ddd;
    border-color: #ddd; }
  .wp-pagenavi span.pages {
    color: #222222 !important; }

.price {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.line-through {
  text-decoration: line-through;
  color: #777;
  padding: 0 10px; }

#wrap-side-menu .nav-tabs {
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #wrap-side-menu .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
    #wrap-side-menu .nav-tabs li a {
      background-color: #3c3c3c;
      border: none;
      color: white;
      margin: 0;
      border-radius: 0;
      display: block;
      padding: 7px 15px;
      width: 100%; }
      #wrap-side-menu .nav-tabs li a:hover {
        background-color: #dc3545 !important; }
    #wrap-side-menu .nav-tabs li.active a {
      background-color: #FAD900 !important;
      color: #222222 !important; }
    #wrap-side-menu .nav-tabs li:last-child {
      margin-bottom: 0; }

.country {
  border-bottom: 1px solid #cccccc; }

.city {
  border-bottom: 1px solid #cccccc; }

.cats {
  border-bottom: 1px solid #cccccc; }

.button-group {
  padding-bottom: 30px; }

.error-404 {
  margin-bottom: 30px;
  text-align: center; }

#secondary {
  background-color: #222222;
  color: white;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed; }
  #secondary a {
    color: #FAD900; }
    #secondary a:hover {
      color: white; }
  #secondary .widget {
    content: "";
    display: table;
    table-layout: fixed; }
    #secondary .widget h2.widget-title {
      font-size: 1.7em;
      font-family: "at10", Tahoma, sans-serif; }
    #secondary .widget ul {
      padding: 5px;
      margin: 0;
      list-style: none; }
      #secondary .widget ul li {
        margin-bottom: 15px; }
        #secondary .widget ul li:last-child {
          margin-bottom: 0; }
    #secondary .widget.widget_search {
      width: 100%; }

.hotel-rating {
  color: #FAD900;
  font-size: 1.8em;
  white-space: nowrap;
  direction: ltr; }

.shadow {
  text-shadow: 0 0 5px #000; }

.tal {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.m5 {
  margin: 0 -5px; }
  .m5 > div {
    padding-left: 5px;
    padding-right: 5px; }

.list-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px; }
  .list-box a {
    transition: initial; }
  .list-box h3 {
    margin: 0;
    position: relative;
    background-color: #FBEB82; }
    .list-box h3:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #dc3545;
      transition: margin 300ms;
      margin-top: -100%; }
    .list-box h3 a {
      color: #222;
      font-size: 0.9rem;
      padding: 10px 5px;
      display: block;
      text-align: center;
      position: relative;
      z-index: 2;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .list-box .image {
    display: block;
    padding-bottom: 80%;
    position: relative;
    background-color: #999;
    overflow: hidden; }
    .list-box .image:after {
      content: '\f06e';
      font-family: Fontawesome;
      position: absolute;
      color: white;
      font-size: 3em;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transition: opacity 300ms;
      transition: opacity 300ms;
      transform: translate3d(-50%, -50%, 0); }
    .list-box .image img {
      transition: transform 0.3s ease;
      min-height: 100%;
      width: auto;
      min-width: 100%;
      max-width: inherit;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
  .list-box .detail {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
    .list-box .detail li {
      padding: 10px 5px 0; }
  .list-box .read-more {
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: block;
    color: #222;
    background-color: #FAD900; }
    .list-box .read-more:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #dc3545;
      z-index: 1;
      -webkit-transition: -webkit-transform 300ms;
      transition: transform 300ms;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .list-box .read-more span {
      position: relative;
      z-index: 2; }
  .list-box:hover h3:after {
    opacity: 1;
    margin-top: 0; }
  .list-box:hover h3 a {
    color: #fff; }
  .list-box:hover .image:after {
    opacity: 1; }
  .list-box:hover .detail {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .list-box:hover .read-more {
    color: #fff; }
    .list-box:hover .read-more:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.isotope-tour .list-box .image,
.isotope .list-box .image {
  padding-bottom: 60%; }

.filters .select2-container--default .select2-selection--single {
  border: 2px solid #222;
  border-radius: 0; }
  .filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    left: 30px;
    margin-top: -27px; }
    .filters .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
      content: '\f103';
      font-family: FontAwesome;
      font-size: 2rem;
      color: #222; }
.filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 0; }
  .filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '\f102'; }
.filters .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #222;
  color: #fff !important; }
.filters .select2-container--default .select2-results__option:hover {
  background-color: #FBEB82;
  color: #fff !important; }
.filters .select2-container--default .select2-dropdown {
  border-color: #222; }
.filters .select2-container {
  min-width: 100%; }
  .filters .select2-container:focus {
    outline: 0; }
  .filters .select2-container .select2-selection--single {
    outline: 0;
    height: 35px; }
    .filters .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 30px; }

#masthead {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045; }
  #masthead .img-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
    z-index: -1; }
  #masthead .site-branding {
    position: absolute;
    top: -65px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -50px;
    z-index: 1; }
    #masthead .site-branding a {
      position: relative;
      z-index: 9; }
      #masthead .site-branding a img {
        width: auto;
        height: 55px;
        margin-top: 5px; }

#site-navigation .btn-control {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #site-navigation .btn-control button.menu-toggle {
    padding-top: 20px;
    background: transparent;
    outline: 0; }
    #site-navigation .btn-control button.menu-toggle:hover {
      background-color: transparent; }
  #site-navigation .btn-control .search-bar {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between; }
    #site-navigation .btn-control .search-bar .search-box {
      width: 100%;
      margin-left: 15px;
      z-index: -1;
      position: relative; }
      #site-navigation .btn-control .search-bar .search-box .search-form {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        -webkit-transform: translateX(-50px) scaleX(0);
        -moz-transform: translateX(-50px) scaleX(0);
        -ms-transform: translateX(-50px) scaleX(0);
        -o-transform: translateX(-50px) scaleX(0);
        transform: translateX(-50px) scaleX(0);
        opacity: 0;
        transform-origin: left 100%; }
      #site-navigation .btn-control .search-bar .search-box.open {
        z-index: 100; }
        #site-navigation .btn-control .search-bar .search-box.open .search-form {
          opacity: 1;
          -webkit-transform: translateX(0) scaleX(1);
          -moz-transform: translateX(0) scaleX(1);
          -ms-transform: translateX(0) scaleX(1);
          -o-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1); }
    #site-navigation .btn-control .search-bar .search-icon {
      background-color: transparent;
      display: block;
      margin: 0 auto;
      position: relative;
      cursor: pointer;
      border-radius: 4px; }
      #site-navigation .btn-control .search-bar .search-icon .circle {
        position: relative;
        display: block;
        height: 30px;
        width: 30px;
        background-color: transparent;
        border-radius: 35px;
        border: 5px solid white;
        transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
        margin-top: -5px;
        z-index: 1; }
      #site-navigation .btn-control .search-bar .search-icon .handle {
        position: absolute;
        background-color: white;
        top: 20px;
        left: 20px;
        width: 15px;
        height: 10px;
        display: block;
        transform: rotate(45deg);
        float: right;
        border-radius: 4px; }
        #site-navigation .btn-control .search-bar .search-icon .handle:after {
          content: "";
          background-color: white;
          width: 15px;
          height: 10px;
          display: block;
          float: right;
          border-radius: 4px;
          transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
          z-index: -1; }
      #site-navigation .btn-control .search-bar .search-icon.open .circle {
        transform: scale(0.01);
        transform-origin: 30% 40%;
        background: white;
        border-color: white; }
      #site-navigation .btn-control .search-bar .search-icon.open .handle {
        top: 10px;
        left: 0;
        width: 35px;
        height: 5px; }
        #site-navigation .btn-control .search-bar .search-icon.open .handle:after {
          transform-origin: center center;
          transform: rotate(90deg);
          width: 35px;
          height: 5px; }

#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 95px;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top; }
  #primary-menu .fixed-top,
  #primary-menu .fixed-bottom {
    display: none; }
  #primary-menu i {
    margin-left: 5px; }
  #primary-menu > li.menu-item {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    #primary-menu > li.menu-item > a {
      font-family: "at10", Tahoma, sans-serif; }
  #primary-menu.open {
    z-index: 9;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  #primary-menu li.menu-item {
    margin-bottom: 5px;
    padding: 10px;
    position: relative; }
    #primary-menu li.menu-item .sub-menu {
      margin-top: 10px;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      list-style: none;
      padding-right: 10px;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right; }
      #primary-menu li.menu-item .sub-menu.open {
        position: relative;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1; }
    #primary-menu li.menu-item a {
      color: #222222;
      margin-right: 35px; }
  #primary-menu .arrow-icon {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0.4em;
    right: 0.8em; }
    #primary-menu .arrow-icon:after {
      display: block;
      font-family: Fontawesome;
      content: '\f196';
      color: #FAD900;
      font-size: 1.6em; }
    #primary-menu .arrow-icon.open:after {
      content: '\f147' !important; }

#special-head .first {
  display: none; }
#special-head .second .phone,
#special-head .second .search-box {
  display: none; }
#special-head .second .header-telegram {
  position: fixed;
  top: 50%;
  left: -2px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #eee;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0 0; }
  #special-head .second .header-telegram a {
    display: block;
    color: #006 !important;
    font-size: 1.3em; }
    #special-head .second .header-telegram a b {
      padding-right: 10px;
      line-height: 35px;
      display: inline-block;
      color: #666;
      font-weight: normal;
      font-size: 1rem; }
    #special-head .second .header-telegram a i {
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 0.9em; }
      #special-head .second .header-telegram a i:before {
        border-radius: 50%;
        color: #fff;
        background-color: #0088cc;
        padding: 7px; }
    #special-head .second .header-telegram a:hover {
      color: #FAD900; }
#special-head .second .link-fixed {
  left: auto;
  right: 0;
  transform: rotate(90deg) translateY(100%);
  transform-origin: 100% 100%; }
  #special-head .second .link-fixed a {
    transform: rotate(180deg); }
    #special-head .second .link-fixed a i:before {
      background-color: #ddc000; }

ul.socials {
  width: 30%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  z-index: 99; }
  ul.socials li {
    margin-left: 5px;
    height: 40px;
    width: 40px;
    border-radius: 5px; }
    ul.socials li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: block;
      content: '';
      font-size: 1.7rem;
      font-family: FontAwesome;
      color: white;
      background-color: #fff;
      border-radius: 5px;
      transition: all 300ms;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    ul.socials li.Instagram a {
      color: #3f729b; }
      ul.socials li.Instagram a:after {
        content: '\f16d'; }
    ul.socials li.Facebook a {
      color: #3b5998; }
      ul.socials li.Facebook a:after {
        content: '\f09a'; }
    ul.socials li.Google a {
      color: #dc4e41; }
      ul.socials li.Google a:after {
        content: '\f0d5'; }
    ul.socials li.Twitter a {
      color: #55acee; }
      ul.socials li.Twitter a:after {
        content: '\f099'; }
    ul.socials li.Pinterest a {
      color: #bd081c; }
      ul.socials li.Pinterest a:after {
        content: '\f231'; }
    ul.socials li.Telegram a {
      color: #0088cc; }
      ul.socials li.Telegram a:after {
        content: '\f1d8'; }
    ul.socials li.Youtube a {
      color: #cd201f; }
      ul.socials li.Youtube a:after {
        content: '\f167'; }
    ul.socials li.Linkedin a {
      color: #0077b5; }
      ul.socials li.Linkedin a:after {
        content: '\f0e1'; }
    ul.socials li.Aparat a {
      background: #fff url("images/aparat.png") no-repeat center center;
      border-radius: 5px;
      background-size: 75%; }
    ul.socials li.Facenama a {
      background: #fff url("images/facenama.png") no-repeat center center;
      border-radius: 5px;
      background-size: 75%; }
    ul.socials li a:hover {
      background-color: #FAD900;
      color: white; }

.home-header-line {
  text-align: center;
  margin-top: 20px;
  line-height: 1.75em; }
  .home-header-line h2, .home-header-line h4 {
    font-size: 1.7em;
    font-family: "at10", Tahoma, sans-serif; }
  .home-header-line ::after {
    content: " ";
    display: block;
    background-color: #dc3545;
    height: 2px;
    width: 80%;
    max-width: 100px;
    margin: 10px auto; }

.home-header {
  text-align: center;
  margin-top: 20px;
  line-height: 1.75em; }
  .home-header h2, .home-header h4 {
    font-size: 1.7em;
    font-family: "at10", Tahoma, sans-serif; }

.homepage_tours {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: #000 #ffec6e; }

#home-tours .search-tour {
  margin-top: 30px; }
  #home-tours .search-tour h3.title {
    font-family: "at10", Tahoma, sans-serif;
    margin-top: 0; }

.home-more-search {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms; }
  .home-more-search.open {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

#tour-search .btn {
  background-color: #dc3545;
  color: white; }
  #tour-search .btn:hover {
    background-color: #222222; }
#tour-search .m5 {
  margin: 0 -5px; }
  #tour-search .m5 > div {
    padding: 0 5px; }
#tour-search .db {
  display: block; }
#tour-search .checkbox-inline {
  display: inline-block;
  width: 28%;
  margin-right: 0; }
  #tour-search .checkbox-inline.w100 {
    width: 100%; }

.hotels {
  margin-right: -5px;
  margin-left: -5px; }
  .hotels > div {
    padding-right: 5px;
    padding-left: 5px; }

.owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px; }
  .owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
    background-color: #fff;
    display: block;
    content: '\f054';
    font-family: Fontawesome;
    font-size: 2em;
    width: 30px;
    text-align: center; }
  .owl-controls .owl-nav .owl-prev:hover:before, .owl-controls .owl-nav .owl-next:hover:before {
    background-color: #FAD900; }
  .owl-controls .owl-nav .owl-prev {
    float: right; }
    .owl-controls .owl-nav .owl-prev:before {
      content: '\f105'; }
  .owl-controls .owl-nav .owl-next {
    float: left; }
    .owl-controls .owl-nav .owl-next:before {
      content: '\f104'; }

.namad100 {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid;
  border-radius: 5px; }

#slideshow {
  height: auto;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

ul.isotope, ul.isotope-tour {
  list-style-type: none;
  margin: 30px -15px 0;
  padding: 0;
  text-align: center; }
  ul.isotope > li, ul.isotope-tour > li {
    margin-bottom: 30px; }
  ul.isotope ul, ul.isotope-tour ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0; }
    ul.isotope ul li, ul.isotope-tour ul li {
      margin-bottom: 5px; }

.wrapper {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  background-color: #222222;
  color: white;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .wrapper a.image-wrapper {
    display: block;
    text-align: center; }
    .wrapper a.image-wrapper img {
      width: 100%; }
    .wrapper a.image-wrapper:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.25);
      content: '';
      z-index: 9;
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
      -moz-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
      -ms-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
      -o-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
      transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0); }
  .wrapper:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #000; }
    .wrapper:hover a.image-wrapper:before {
      -webkit-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
      -moz-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
      -ms-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
      -o-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
      transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0); }
  .wrapper .wrap-details {
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed;
    color: #eee; }
    .wrapper .wrap-details ul {
      list-style: none;
      margin: 10px 0 0;
      font-size: 1.2em;
      padding: 15px; }
      .wrapper .wrap-details ul li {
        text-align: center;
        margin-bottom: 5px; }
    .wrapper .wrap-details h3 {
      font-size: 1.4em;
      font-family: "at10", Tahoma, sans-serif;
      text-align: center;
      margin: 15px; }
    .wrapper .wrap-details a {
      color: #FAD900; }
      .wrapper .wrap-details a:hover {
        color: #dc3545 !important; }
    .wrapper .wrap-details .details {
      padding: 15px; }
    .wrapper .wrap-details ul.hotel-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .wrapper .wrap-details ul.hotel-info li:first-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
    .wrapper .wrap-details ul.tour-info .tour-detail-price {
      display: flex;
      align-items: center; }
      .wrapper .wrap-details ul.tour-info .tour-detail-price span {
        white-space: nowrap; }

.card-wrap {
  background-color: #222222;
  display: block;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden; }
  .card-wrap .card-img {
    flex: 1;
    overflow: hidden; }
    .card-wrap .card-img a.featured-img {
      width: 100%;
      min-height: 200px;
      display: block;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
      .card-wrap .card-img a.featured-img:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.15);
        content: '';
        z-index: 9;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
        -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
        -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
        -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
        transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0); }
  .card-wrap .card-content {
    flex: 1;
    z-index: 99;
    position: relative; }
    .card-wrap .card-content h3 {
      margin-top: 10px;
      margin-bottom: 10px; }
  .card-wrap.country .card-img {
    flex: 1; }
  .card-wrap.country .card-content {
    flex: 1; }
  .card-wrap a {
    color: #FAD900; }
    .card-wrap a:hover {
      color: #dc3545; }
  .card-wrap:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .card-wrap:hover a.featured-img:before {
      -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
      -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
      -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
      -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
      transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0); }

.tab-content .featured-img {
  float: right;
  margin-left: 15px; }
.tab-content .tour-details {
  margin-top: 20px;
  padding: 15px;
  background-color: #eee; }
  .tab-content .tour-details h3 {
    margin-top: 0; }
  .tab-content .tour-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .tab-content .tour-details ul li {
      margin-bottom: 10px; }
      .tab-content .tour-details ul li span:first-child {
        color: #333; }
      .tab-content .tour-details ul li .old {
        text-decoration: line-through;
        color: #959595;
        margin-left: 10px; }
.tab-content .hotel-info {
  padding: 15px;
  margin-top: 15px; }
  .tab-content .hotel-info h3 {
    margin-top: 0; }
  .tab-content .hotel-info p:last-child {
    margin-bottom: 0; }
.tab-content #travel-guide h4, .tab-content #visa-conditions h4, .tab-content #weather h4 {
  font-family: "at10", Tahoma, sans-serif; }
.tab-content .hotels-table tbody > tr > td {
  text-align: center; }

.hotel-facility {
  margin-top: 15px;
  background-color: #eeeeee;
  padding: 15px; }
  .hotel-facility h3 {
    margin-top: 0; }
  .hotel-facility ul.hotel-facilities {
    margin: 0;
    columns: 2; }

.button-group {
  padding: 15px; }
  .button-group h3 {
    margin-top: 0;
    color: white;
    font-size: 1.2em; }
  .button-group button {
    background-color: #3c3c3c;
    border-radius: 0; }
    .button-group button.is-checked {
      background-color: #FAD900;
      color: #222222; }
    .button-group button:hover {
      background-color: #dc3545;
      color: white; }

.filters {
  width: 100%;
  background-color: #222222;
  margin-bottom: 30px;
  z-index: 99; }

#travel-head {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 30px 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px;
  height: 90px; }
  #travel-head .entry-title {
    margin: 0; }

.is-sticky #travel-head {
  padding-top: 0px; }

#anchor-links {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  overflow: hidden;
  background-color: #444; }
  #anchor-links.affix {
    top: unset; }
  #anchor-links li {
    width: 100%; }
  #anchor-links button {
    background-color: #ffffff;
    color: #000000;
    white-space: nowrap;
    padding: 1em 0.23em;
    border-left: 1px solid #FBEB82;
    width: 100%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    #anchor-links button:hover, #anchor-links button.watching {
      background-color: #FBEB82;
      color: #ffffff; }

#share-buttons img {
  width: 35px;
  padding: 5px;
  display: inline; }

.link-short {
  border: 1px solid #e3e3e4;
  padding: 5px 10px !important;
  background-color: #f7f7f7;
  display: block; }

@font-face {
  font-family: at10;
  font-display: swap;
  src: url(https://www.apstour.com/wp-content/themes/apstour/fonts/at10.eot?) format("eot"), url(https://www.apstour.com/wp-content/themes/apstour/fonts/at10.woff) format("woff"), url(https://www.apstour.com/wp-content/themes/apstour/fonts/at10.ttf) format("truetype"), url(https://www.apstour.com/wp-content/themes/apstour/fonts/at10.woff2) format("woff2"), url(https://www.apstour.com/wp-content/themes/apstour/fonts/at10.svg) format("svg"); }
#main .card {
  background-color: #222222;
  color: white;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #main .card a.featured-img {
    width: 100%;
    height: 300px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
  #main .card .entry-title {
    padding: 0 15px; }
    #main .card .entry-title a {
      color: #FAD900; }
      #main .card .entry-title a:hover {
        color: white; }
  #main .card .entry-summary {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 15px;
    content: "";
    display: table;
    table-layout: fixed; }
    #main .card .entry-summary p {
      text-align: justify;
      line-height: 2; }
  #main .card .entry-footer .comments-link {
    position: absolute;
    left: 15px;
    bottom: 15px; }
  #main .card .btn-yellow {
    background-color: #FAD900;
    padding: 5px 15px;
    color: #222222;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #main .card .btn-yellow a {
      color: #222222; }
#main article .entry-title {
  font-family: "at10", Tahoma, sans-serif;
  font-size: 1.7em;
  line-height: 1.5;
  color: #dc3545; }
#main article.post {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #main article.post .image-wrapper img {
    width: 100%; }
  #main article.post .entry-header {
    padding: 15px; }
    #main article.post .entry-header .entry-title {
      margin-top: 0; }
  #main article.post .entry-content {
    padding: 15px;
    margin-top: 0; }
  #main article.post .entry-footer {
    padding: 15px;
    background-color: #eee; }
  #main article.post > a {
    display: block;
    text-align: center; }
#main .page-header .page-title {
  text-align: center;
  font-family: "at10", Tahoma, sans-serif; }
#main article.country-has-slide .country-content {
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 15px; }
  #main article.country-has-slide .country-content .entry-content {
    margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

tr:nth-of-type(odd) {
  background: #eee; }

th {
  background: #333;
  color: #fff;
  font-weight: 400; }

td,
th {
  padding: 6px;
  border: 1px solid #ccc; }

tr:hover {
  background-color: #f5f5f5; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #dc3545;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

a:active, a:hover {
  outline: 0;
  text-decoration: none;
  color: #232323;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

a, a:link, a:visited {
  text-decoration: none;
  transition: all 0.25s; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0.5px; }

hr {
  box-sizing: content-box;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #bfbfbf;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

table
*,
*:before,
*:after {
  box-sizing: border-box; }

li {
  list-style: none; }

blockquote, q {
  quotes: "" ""; }

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

ul, ol {
  margin: 0 0 1.5em; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

#wrap-side-menu {
  text-align: right; }
  #wrap-side-menu .entry-header .hotel-rating {
    font-size: 2em;
    color: #dc3545; }
  #wrap-side-menu .entry-header .entry-meta {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #wrap-side-menu .entry-header .entry-meta > span {
      display: block;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      background-color: #ddd;
      padding: 5px; }
      #wrap-side-menu .entry-header .entry-meta > span a {
        color: #dc3545; }
        #wrap-side-menu .entry-header .entry-meta > span a:hover {
          color: #222222; }
      #wrap-side-menu .entry-header .entry-meta > span:last-child {
        margin-bottom: 15px; }
      #wrap-side-menu .entry-header .entry-meta > span.cats span {
        margin: 0 5px; }

.new-card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .new-card .archive-img {
    float: right;
    margin-left: 15px;
    width: 25%; }
    .new-card .archive-img a.featured-img {
      display: block;
      width: 100%;
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
  .new-card .entry-title {
    font-size: 1.7em; }
  .new-card .post-entry {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .new-card .post-entry > span {
      margin-top: 5px; }

.half-image a {
  display: block; }
  .half-image a img {
    width: 100%; }
.half-image img {
  width: 100%; }

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.padding-0-15 {
  padding: 0 15px; }

.itinerary-table th,
.itinerary-table td,
.hotels-table th,
.hotels-table td {
  text-align: center !important;
  vertical-align: middle !important; }

.tab-content .tour-details ul li span:first-child {
  font-weight: bold; }

.gallery-flexslider {
  direction: ltr;
  background-color: #eee;
  margin-top: 87px;
  position: relative;
  z-index: 1000; }
  .gallery-flexslider .foogallery-caption,
  .gallery-flexslider .fiv-ctrls {
    display: none; }
  .gallery-flexslider .flex-direction-nav .flex-next,
  .gallery-flexslider .flex-direction-nav .flex-prev {
    text-align: center; }
    .gallery-flexslider .flex-direction-nav .flex-next:before,
    .gallery-flexslider .flex-direction-nav .flex-prev:before {
      font-family: FontAwesome;
      color: #fff;
      font-size: 2rem; }
  .gallery-flexslider .flex-direction-nav .flex-prev {
    left: 10px; }
    .gallery-flexslider .flex-direction-nav .flex-prev:before {
      content: "\f053"; }
  .gallery-flexslider .flex-direction-nav .flex-next {
    right: 10px; }
    .gallery-flexslider .flex-direction-nav .flex-next:before {
      content: "\f054"; }
  .gallery-flexslider .flexslider {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0; }
    .gallery-flexslider .flexslider .flex-direction-nav .flex-next,
    .gallery-flexslider .flexslider .flex-direction-nav .flex-prev {
      opacity: 0.7;
      font-size: 0;
      line-height: 1; }
    .gallery-flexslider .flexslider:hover .flex-direction-nav .flex-next,
    .gallery-flexslider .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1; }
  .gallery-flexslider #slider .slides li {
    height: 300px;
    display: flex !important;
    align-items: center; }
    .gallery-flexslider #slider .slides li img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .gallery-flexslider .items-list .item .text-part ul {
    padding: .6em;
    font-size: .7em; }
  .gallery-flexslider #carousel {
    margin-top: 5px; }
    .gallery-flexslider #carousel .slides li {
      max-height: 55px;
      overflow: hidden;
      cursor: pointer;
      border: 1px solid transparent; }
    .gallery-flexslider #carousel .flex-active-slide {
      cursor: default;
      border: 1px solid #FAD900; }
    .gallery-flexslider #carousel img {
      width: 100%; }

.content-place-list {
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 5px;
  padding: 10px; }
  .content-place-list li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
    .content-place-list li a {
      background-color: #3c3c3c;
      border: none;
      color: white;
      margin: 0;
      border-radius: 0;
      display: block;
      padding: 7px 15px;
      width: 100%; }
    .content-place-list li.active a {
      background-color: #FAD900 !important;
      color: #232323 !important; }
    .content-place-list li:hover a {
      background-color: #dc3545 !important; }

#related-tours, #trip-adviser, #related-attractions, #related-hotels, #related-questions {
  margin: 10px 0; }
  #related-tours .in-module-title, #trip-adviser .in-module-title, #related-attractions .in-module-title, #related-hotels .in-module-title, #related-questions .in-module-title {
    margin-bottom: 25px; }

.tour_list_rel {
  position: relative;
  border: 1px solid #999;
  background-color: #fbeb82; }

#colophon .footer-info {
  background-color: #FAD900;
  color: #222222;
  margin-top: 80px; }
  #colophon .footer-info .wrap {
    padding: 3px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #colophon .footer-info .site-info {
    flex-direction: column;
    display: flex;
    margin-bottom: 0; }
    #colophon .footer-info .site-info .phones {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  #colophon .footer-info .address {
    text-align: right;
    font-size: 13pt; }
#colophon .footer-socials .socials li {
  margin-right: 5px;
  margin-left: 0; }
  #colophon .footer-socials .socials li a {
    -webkit-box-shadow: none;
    box-shadow: none; }
    #colophon .footer-socials .socials li a:hover {
      background-color: #222222; }
#colophon .copyright {
  background-color: #222222;
  color: #eee; }
  #colophon .copyright .copyright-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    padding: 15px 0; }
    #colophon .copyright .copyright-txt a {
      color: #FAD900; }
      #colophon .copyright .copyright-txt a:hover {
        color: white; }
#colophon .footer-plus {
  background-color: #222222;
  padding: 20px; }
  #colophon .footer-plus ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #colophon .footer-plus ul li a {
      display: block;
      color: #fff;
      line-height: 23px; }
      #colophon .footer-plus ul li a:hover {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
        color: white; }
  #colophon .footer-plus .weather-box input {
    width: 100%; }

#weatherLocation {
  width: 100%; }

#colophon #logo-licenses {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }

#colophon #logo-licenses .license-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 10px 5px; }

#colophon #logo-licenses .license-box img {
  cursor: pointer;
  width: 80%; }

#ewf_subscriptionForm_owaXxEqzxi .inputs label {
  display: none !important;
  font: 18px at10;
  color: var(--text);
  margin-bottom: 5px;
  margin-top: 10px; }

#ewf_subscriptionForm_owaXxEqzxi .inputs input {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
  background: #fff;
  margin-bottom: 4px; }

#ewf_subscriptionForm_owaXxEqzxi .inputs input:focus {
  box-shadow: 0 0 15px #FAD900;
  border: 1px solid #FAD900; }

#ewf_subscriptionForm_owaXxEqzxi input[type=submit] {
  padding: 6px 0;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  margin: auto;
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #000;
  background: #FAD900; }

#ewf_subscriptionForm_owaXxEqzxi input[type=submit]:hover {
  background: #FAD900; }

#ewf_subscriptionForm_owaXxEqzxi fieldset.webform-custominputs {
  padding: 0; }

.page-template-hotel-local label[for='sort-key'] {
  color: white; }

#ewf_subscriptionForm_owaXxEqzxi .inputs {
  border-radius: 6px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  #primary-menu {
    width: 50%; }

  #main .card .row.card-wrap .card-content {
    padding-right: 0;
    padding-left: 30px; }

  .card-wrap {
    display: flex; }

  .search-tour {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px; }
    .search-tour .home-header {
      color: #ffffff;
      text-shadow: 0 1px 5px #000;
      padding-bottom: 0; } }
@media (min-width: 992px) {
  #masthead {
    height: 200px;
    border-bottom: 2px solid #fff;
    padding-top: 90px !important; }
    #masthead .site-branding {
      position: static;
      top: auto;
      right: auto;
      left: auto;
      margin-left: auto; }
      #masthead .site-branding a {
        margin-top: -12px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        /*&:hover {
            -webkit-filter: drop-shadow(0 0 2px $red_color); !* Chrome, Safari, Opera *!
            filter: drop-shadow(0 0 2px $red_color);
        }*/ }
        #masthead .site-branding a img {
          width: auto;
          height: 75px; }

  #site-navigation {
    position: absolute;
    z-index: 999;
    top: 0 !important;
    left: 0;
    right: 0; }

  .fixed-top-on {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

  #primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    top: auto;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    background-color: #FAD900;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #primary-menu li.menu-item {
      opacity: 1;
      background: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -moz-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
      -o-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0); }
      #primary-menu li.menu-item a {
        white-space: nowrap;
        margin-right: 0;
        display: block; }
      #primary-menu li.menu-item .sub-menu {
        background-color: #fff;
        margin: 0;
        padding: 0 15px;
        opacity: 0;
        position: absolute;
        top: 60px;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 300ms ease-out;
        -moz-transition: -moz-transform 300ms ease-out;
        transition: transform 300ms ease-out; }
        #primary-menu li.menu-item .sub-menu.open {
          opacity: 1;
          position: absolute; }
          #primary-menu li.menu-item .sub-menu.open .sub-menu.open {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0); }
        #primary-menu li.menu-item .sub-menu .menu-item > a:hover {
          -webkit-transform: translateX(-5px);
          -moz-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
          -o-transform: translateX(-5px);
          transform: translateX(-5px); }
        #primary-menu li.menu-item .sub-menu li.menu-item-has-children > a:after {
          content: '\f104 ';
          font-family: Fontawesome;
          position: absolute;
          left: 0; }
    #primary-menu > .menu-item-has-children {
      position: relative; }
      #primary-menu > .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-right: 5px;
        line-height: 1; }
      #primary-menu > .menu-item-has-children li.has-sub > a:after {
        content: "\f104";
        font-family: FontAwesome;
        float: left; }
      #primary-menu > .menu-item-has-children .sub-menu {
        padding: 0;
        position: absolute;
        top: 60px;
        right: 0;
        min-width: 200px;
        z-index: 20;
        border: 1px solid #ddd; }
        #primary-menu > .menu-item-has-children .sub-menu a {
          height: 35px;
          line-height: 35px; }
        #primary-menu > .menu-item-has-children .sub-menu .sub-menu {
          top: 0;
          right: 100%;
          background-color: #222222;
          border: none; }
          #primary-menu > .menu-item-has-children .sub-menu .sub-menu:before {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent #222222;
            display: block;
            width: 0;
            z-index: 3;
            right: -9px;
            top: 8px; }
          #primary-menu > .menu-item-has-children .sub-menu .sub-menu li {
            background-color: #222222; }
            #primary-menu > .menu-item-has-children .sub-menu .sub-menu li a {
              color: white; }
              #primary-menu > .menu-item-has-children .sub-menu .sub-menu li a:hover {
                background: none !important;
                -webkit-transform: translateX(5px);
                -moz-transform: translateX(5px);
                -ms-transform: translateX(5px);
                -o-transform: translateX(5px);
                transform: translateX(5px); }
        #primary-menu > .menu-item-has-children .sub-menu li {
          display: block;
          float: none; }
    #primary-menu > li.menu-item {
      transition: 0.8s;
      color: #000;
      text-decoration: none;
      padding: 0 10px;
      margin: 0 10px; }
      #primary-menu > li.menu-item > a {
        font-size: 16px;
        display: contents; }
      #primary-menu > li.menu-item:hover {
        background-color: rgba(34, 34, 34, 0.85);
        padding: 24px 10px; }
        #primary-menu > li.menu-item:hover > a {
          color: white; }
    #primary-menu .arrow-icon {
      display: none; }

  #special-head {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #special-head .first {
      display: block; }
    #special-head .second {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      #special-head .second .phone,
      #special-head .second .search-box {
        display: block; }
    #special-head .wrap .info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: white; }
      #special-head .wrap .info p.site-desc {
        font-size: 70%;
        margin: 10px 0; }
      #special-head .wrap .info h1 {
        margin: 0;
        font-family: "at10", Tahoma, sans-serif;
        font-size: 1.9em; }
    #special-head .phone {
      display: inline-block;
      margin-bottom: 5px; }
      #special-head .phone img {
        height: 30px; }
    #special-head .social-box {
      margin-left: -5px;
      margin-bottom: 15px; }
    #special-head .search-form {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 160px;
      z-index: 99;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      font-family: "at10", Tahoma, sans-serif; }
      #special-head .search-form label {
        height: 30px; }
      #special-head .search-form .search-field {
        background-color: rgba(0, 0, 0, 0.6) !important;
        border: none;
        color: white;
        font-family: "at10", Tahoma, sans-serif !important;
        font-weight: normal;
        height: 30px;
        line-height: 30px; }
      #special-head .search-form .search-submit {
        color: #FAD900 !important;
        width: 30px !important;
        height: 30px;
        font-size: 1.3em; }
        #special-head .search-form .search-submit:hover {
          color: #dc3545; }
    #special-head ul.socials {
      width: auto; }
    #special-head .socials li {
      width: 30px;
      height: 30px; }
      #special-head .socials li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.3em; }
    #special-head .contact-phone {
      display: block;
      color: #222222;
      width: auto;
      z-index: 99;
      text-align: center;
      font-size: 1.5em;
      background-color: #FAD900;
      padding: 0 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #special-head .contact-phone:hover {
        background-color: #fff; }

  .owl-controls .owl-nav {
    z-index: -1;
    left: -30px;
    right: -30px; }

  #main .card a.featured-img {
    overflow: hidden; }
    #main .card a.featured-img:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.15);
      content: '';
      z-index: 9;
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
      -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
      -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
      -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
      transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0); }
  #main .card:hover a.featured-img:before {
    -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0); }
  #main .awesome-weather-wrap {
    width: 50%; }

  .card-wrap .card-img a.featured-img {
    height: 300px; }

  .half-image a {
    display: block; }
    .half-image a img {
      max-width: 45%;
      float: left;
      margin-right: 15px;
      margin-bottom: 10px; }
  .half-image img {
    max-width: 45%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }

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

  /*#primary-menu li.menu-item .sub-menu.fixed-height{
      padding: 35px 0;
      overflow: hidden;
      .fixed-top,
      .fixed-bottom{
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          height: 35px;
          background-color: #fff;
          z-index: 2;
          text-align: center;
          cursor: pointer;
      }
      .fixed-top{
          top: 0;
      }
      .fixed-bottom{
          bottom: 0;
      }
  }*/
  .custom-container {
    margin-top: 30px; }

  .cn-panel-app {
    margin-top: -390px !important;
    z-index: 999;
    position: relative; }

  .tour_list_pic {
    display: none !important; }

  .page-template-app-templates .hidden-md {
    display: none !important; }

  .top {
    display: flex;
    min-height: 37px;
    padding: 8px 0;
    z-index: 99999;
    position: relative;
    background: #404040; } }
@media (min-width: 1200px) {
  .filters .col-md-3 {
    width: 20%; }

  .cn-panel-app {
    margin-top: -390px;
    z-index: 999;
    position: relative; } }
.tab-bar {
  background-color: #444;
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  right: 0;
  height: 80px;
  justify-content: space-between; }

.tab-bar .tab-indicator {
  position: absolute;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 0 0 50px 50px;
  z-index: 1;
  transform: translateX(0px);
  transition: transform .3s ease-out; }

.tab-bar .tab-indicator .tab-indicator-left,
.tab-bar .tab-indicator .tab-indicator-right {
  background-color: #fff;
  height: 25px;
  width: 25px;
  position: absolute; }

.tab-bar .tab-indicator .tab-indicator-left:after,
.tab-bar .tab-indicator .tab-indicator-right:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #444;
  display: block; }

.tab-bar .tab-indicator .tab-indicator-left {
  left: -25px; }

.tab-bar .tab-indicator .tab-indicator-left:after {
  border-radius: 0 25px 0 0; }

.tab-bar .tab-indicator .tab-indicator-right {
  right: -25px; }

.tab-bar .tab-indicator .tab-indicator-right:after {
  border-radius: 25px 0 0 0; }

.tab-bar .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none !important;
  margin-top: 15px; }

.tab-bar .tab-item .tab-item-inner {
  position: absolute;
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease-out, box-shadow .2s ease-out; }

.tab-bar .tab-item .tab-item-inner svg {
  width: 50%;
  transition: fill .2s ease-out .2s; }

.tab-bar .tab-item .tab-item-inner svg * {
  stroke: #bbb; }

.tab-bar .tab-item.active .tab-item-inner {
  transform: translateY(-20px);
  transition-delay: .2s;
  background-color: #fefcfe;
  z-index: 2;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25); }

.tab-bar .tab-item.active .tab-item-inner svg * {
  stroke: #333;
  opacity: 0;
  animation: draw .8s linear forwards .2s; }

.tab-item.active #layout * {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500; }

.tab-item.active #list * {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500; }

.tab-item.active #settings * {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500; }

.tab-item.active #message * {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500; }

.tab-item.active #user * {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500; }

@keyframes draw {
  to {
    stroke-dashoffset: 0;
    opacity: 1; } }
.mobileShow {
  display: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: flex; } }
img2 {
  height: auto;
  width: 100%; }

.page-template-app-templates #app h1, .page-template-app-templates #app h2, .page-template-app-templates #app h3, .page-template-app-templates #app h4, .page-template-app-templates #app h5, .page-template-app-templates #app h6 {
  font-weight: bold;
  line-height: 1.4;
  font-family: "at10", Tahoma, sans-serif; }

.page-template-app-templates #app th, .page-template-app-templates #app button, .page-template-app-templates #app p, .page-template-app-templates #app label {
  font-family: "at10", Tahoma, sans-serif; }

.page-template-app-templates #app h1 {
  font-size: 1.9rem; }

.page-template-app-templates #app h2 {
  font-size: 1.7rem; }

.page-template-app-templates #app h3 {
  font-size: 1.5rem; }

.page-template-app-templates #app h4 {
  font-size: 1.3rem; }

.page-template-app-templates #app h5 {
  font-size: 1.1rem; }

.page-template-app-templates #app h6 {
  font-size: 1rem; }

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

[hidden] {
  display: none; }

.spinner div {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #404040;
  border-radius: 50%;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.spinner div:nth-child(2) {
  animation-delay: 150ms; }

.spinner div:nth-child(3) {
  animation-delay: 300ms; }

.spinner div:nth-child(4) {
  animation-delay: 450ms; }

@keyframes move {
  0% {
    left: 0; }
  75% {
    left: 100%; }
  100% {
    left: 100%; } }
.irs {
  height: 55px;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 10px;
  top: 33px;
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  height: 8px;
  right: 0;
  width: 11%;
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  height: 8px;
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%;
  height: 8px; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 10px;
  top: 33px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background: #222; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.irs-bar-edge {
  position: absolute;
  display: block;
  left: 0;
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #222;
  border-right: 0;
  background: #222;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-slider.type_last {
  z-index: 2; }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-grid {
  height: 27px;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  opacity: 0.5;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px; }

.irs-grid-pol.small {
  background: #999;
  height: 4px; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
  position: absolute;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs-with-grid {
  height: 75px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #222;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.passenger-icon {
  background-color: #000;
  width: 30px;
  height: 34px;
  fill: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  z-index: 55; }

.recharge-header {
  background-color: #222; }

.recharge-table th {
  background: #222;
  color: #fff; }

.page-template-app-templates .form-control:focus, .panel-bodies .form-control:focus {
  border-color: #bfbfbf;
  box-shadow: none; }

.page-template-app-templates .form-control[disabled], .page-template-app-templates fieldset[disabled], .panel-bodies .form-control[disabled], .panel-bodies fieldset[disabled] {
  background-color: #bfbfbf !important; }

.page-template-app-templates .btn, .page-template-app-templates .search-submit, .page-template-app-templates #submit, .panel-bodies .btn, .panel-bodies .search-submit, .panel-bodies #submit {
  width: auto !important;
  padding: 5px 15px;
  font-size: 1.25rem;
  border-radius: 4px;
  background-color: #FAD900;
  box-shadow: 0px 3px 0px #b8a000;
  border: 0;
  color: #000 !important;
  font-family: "at10", Tahoma, sans-serif;
  text-transform: uppercase;
  transition: all 0.25s; }

.page-template-app-templates .btn i, .page-template-app-templates .search-submit i, .page-template-app-templates #submit i, .panel-bodies .btn i, .panel-bodies .search-submit i, .panel-bodies #submit i {
  vertical-align: middle; }

.page-template-app-templates .btn:hover, .page-template-app-templates .btn.is-checked, .page-template-app-templates .search-submit:hover, .page-template-app-templates .search-submit.is-checked, .page-template-app-templates #submit:hover, .page-template-app-templates #submit.is-checked, .panel-bodies .btn:hover, .panel-bodies .btn.is-checked, .panel-bodies .search-submit:hover, .panel-bodies .search-submit.is-checked, .panel-bodies #submit:hover, .panel-bodies #submit.is-checked {
  background-color: #222;
  box-shadow: 0px 3px 0px black;
  color: #fff !important; }

.page-template-app-templates .btn.btn-sm, .page-template-app-templates .search-submit.btn-sm, .page-template-app-templates #submit.btn-sm, .panel-bodies .btn.btn-sm, .panel-bodies .search-submit.btn-sm, .panel-bodies #submit.btn-sm {
  padding: 5px 10px;
  font-size: 0.85rem; }

.page-template-app-templates .btn.btn-block, .page-template-app-templates .search-submit.btn-block, .page-template-app-templates #submit.btn-block, .panel-bodies .btn.btn-block, .panel-bodies .search-submit.btn-block, .panel-bodies #submit.btn-block {
  width: 100% !important;
  padding: 10px 25px; }

.page-template-app-templates .btn.filter, .page-template-app-templates .search-submit.filter, .page-template-app-templates #submit.filter, .panel-bodies .btn.filter, .panel-bodies .search-submit.filter, .panel-bodies #submit.filter {
  padding: 5px 10px; }

.page-template-app-templates .btn.btn-blue, .page-template-app-templates .search-submit.btn-blue, .page-template-app-templates #submit.btn-blue, .panel-bodies .btn.btn-blue, .panel-bodies .search-submit.btn-blue, .panel-bodies #submit.btn-blue {
  background-color: #FAD900;
  box-shadow: 0px 3px 0px black; }

.page-template-app-templates .btn.btn-blue:hover, .page-template-app-templates .search-submit.btn-blue:hover, .page-template-app-templates #submit.btn-blue:hover, .panel-bodies .btn.btn-blue:hover, .panel-bodies .search-submit.btn-blue:hover, .panel-bodies #submit.btn-blue:hover {
  background-color: #FAD900;
  box-shadow: 0px 3px 0px #b8a000; }

.page-template-app-templates .btn.btn-primary, .page-template-app-templates .search-submit.btn-primary, .page-template-app-templates #submit.btn-primary, .panel-bodies .btn.btn-primary, .panel-bodies .search-submit.btn-primary, .panel-bodies #submit.btn-primary {
  background-color: #fff; }

.page-template-app-templates .btn.btn-primary:hover, .page-template-app-templates .search-submit.btn-primary:hover, .page-template-app-templates #submit.btn-primary:hover, .panel-bodies .btn.btn-primary:hover, .panel-bodies .search-submit.btn-primary:hover, .panel-bodies #submit.btn-primary:hover {
  background-color: #000; }

.page-template-app-templates .btn .loader, .page-template-app-templates .search-submit .loader, .page-template-app-templates #submit .loader, .panel-bodies .btn .loader, .panel-bodies .search-submit .loader, .panel-bodies #submit .loader {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: auto;
  left: auto;
  width: 24px;
  height: 24px; }

.page-template-app-templates .btn .loader .inner, .page-template-app-templates .search-submit .loader .inner, .page-template-app-templates #submit .loader .inner, .panel-bodies .btn .loader .inner, .panel-bodies .search-submit .loader .inner, .panel-bodies #submit .loader .inner {
  border-color: #fff;
  border-width: 2px; }

.page-template-app-templates button.no-style, .panel-bodies button.no-style {
  color: black !important;
  background-color: #eeeeee;
  padding: 3px;
  border: 0;
  padding-left: 5px;
  border-radius: 3px; }

.page-template-app-templates div.seat-baggage .ticket_seat, .panel-bodies div.seat-baggage .ticket_seat {
  width: 25px;
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px; }

.page-template-app-templates div.seat-baggage .ticket_seat img, .panel-bodies div.seat-baggage .ticket_seat img {
  vertical-align: baseline; }

.page-template-app-templates div.seat-baggage .back_seat, .panel-bodies div.seat-baggage .back_seat {
  display: inline-block;
  background-color: #eeeeee;
  padding: 0 4px;
  border-radius: 3px; }

.page-template-app-templates div.seat-baggage .back_suit, .panel-bodies div.seat-baggage .back_suit {
  display: inline-block;
  background-color: #eeeeee;
  padding: 0 4px;
  border-radius: 3px; }

.page-template-app-templates .bag_weight, .panel-bodies .bag_weight {
  padding: 0 !important;
  margin-right: -3px; }

.page-template-app-templates div.seat-baggage .ticket_suit, .panel-bodies div.seat-baggage .ticket_suit {
  width: 24px;
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px; }

.page-template-app-templates div.seat-baggage .ticket_suit img, .panel-bodies div.seat-baggage .ticket_suit img {
  vertical-align: baseline; }

.page-template-app-templates .ticket_detail, .panel-bodies .ticket_detail {
  width: 18px;
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px; }

.page-template-app-templates .ticket_price, .panel-bodies .ticket_price {
  width: 18px;
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px; }

.page-template-app-templates .ticket_price img, .panel-bodies .ticket_price img {
  vertical-align: baseline; }

label {
  display: inline-block;
  font-weight: normal; }

button.close span {
  font-size: 1.5rem; }

.accordion-citynet {
  width: 100% !important;
  background: #222;
  box-shadow: 0 3px 0 black;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1rem !important; }

.accordion-citynet i.fa.fa-angle-down {
  float: left;
  font-size: 21px;
  font-weight: bold; }

.v-sub {
  vertical-align: sub; }

.position-relative {
  position: relative; }

.margin-left-1 {
  margin-left: 1em; }

.wp-pagenavi .pages {
  float: right; }

.wp-pagenavi .current {
  float: right; }

.wp-pagenavi a.page {
  float: right; }

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  float: right; }

[v-cloak] {
  display: none !important; }

.cn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

input.cn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px; }

input.cn-toggle-round + label:before,
input.cn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cn-toggle-round + label:before {
  right: 1px;
  background-color: #eeeeee;
  border-radius: 30px;
  transition: background 0.4s; }

input.cn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

input.cn-toggle-round:checked + label:before {
  background-color: #222; }

input.cn-toggle-round:checked + label:after {
  margin-left: 30px; }

.availability-switch {
  float: right;
  margin: 0 0 5px 10px; }

#auth-failed, #invalid p {
  display: none; }

#app .notification {
  color: #FAD900;
  font-weight: bold; }

.alert.price-details {
  font-size: 80% !important; }

.alert.price-details h3, .train-invoice h3 {
  margin: 0.5em 0 1em; }

.alert.price-details table.price-details-table td, .alert.price-details table.price-details-table th, .train-invoice table.price-details-table td, .train-invoice table.price-details-table th {
  padding: 0.5em 3em;
  text-align: right;
  border-color: #bfbfbf !important; }

.alert.price-details table.price-details-table .bd-l, .train-invoice table.price-details-table .bd-l {
  border-right: 1px solid #bfbfbf; }

.alert.price-details table.price-details-table .br, .train-invoice table.price-details-table .br {
  border-right: 1px solid #bfbfbf !important; }

.alert.price-details table.price-details-table td[colspan], .train-invoice table.price-details-table td[colspan] {
  border-top: 1px solid #bfbfbf;
  text-align: left; }

.alert.price-details .overall, .train-invoice .overall {
  padding: 7px;
  text-align: center; }

.loading {
  right: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #222;
  z-index: 990; }

.loading.big {
  background-color: transparent;
  position: fixed;
  z-index: 9999; }

.loading.big .top {
  height: 50px;
  background-color: #222;
  text-align: center;
  line-height: 50px;
  color: #fff; }

.loading.big .top .loader {
  position: relative;
  top: auto;
  left: auto;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em; }

.loading p {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  top: 55%;
  text-align: center; }

.tooltip {
  font-family: "at10", Tahoma, sans-serif;
  direction: rtl; }

.seat-map .help {
  font-size: 80%; }

.seat-map .help span:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 3px; }

.seat-map .help span:first-child {
  display: block;
  font-weight: bold; }

.seat-map .help span:first-child:before {
  display: none;
  margin-right: 0; }

.seat-map .help .available:before {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  margin-right: 0; }

.seat-map .help .male:before {
  background-color: #222; }

.seat-map .help .female:before {
  background-color: #FAD900; }

.seat-map .help .selected:before {
  background-color: #bfbfbf; }

.seat-map .loader {
  position: relative;
  top: auto;
  left: auto;
  margin: 2em; }

.seat-map .alert {
  margin-top: 0 !important; }

.seat-map .seats {
  border: 2px solid #bfbfbf;
  border-top-width: 5px;
  border-radius: 10px;
  list-style: none;
  padding: 15px 5px 0 0;
  margin: 1em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  direction: ltr; }

.seat-map .seats:before {
  content: '';
  width: 30px;
  height: 38px;
  border-radius: 5px;
  margin: 0 0 15px 22.5px;
  border: 0;
  background: url("images/bus/driver-seat.png") no-repeat center center/100% auto;
  display: block; }

.seat-map .seats > li {
  display: block;
  direction: rtl; }

.seat-map .seats ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.seat-map .seats ul li {
  display: inline-block;
  vertical-align: top; }

.seat-map .seats .Corridor {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0 5px 5px; }

.seat-map .seats button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 0 0 5px 5px;
  border: 0;
  color: #404040;
  font-size: 90%;
  background: url("images/bus/seat.png") no-repeat center center/100% auto; }

.seat-map .seats button.BookedForMale {
  background-color: #222;
  color: #fff;
  cursor: default; }

.seat-map .seats button.BookedForMale:hover {
  background-color: #222; }

.seat-map .seats button.BookedForFemale {
  background-color: #FAD900;
  color: #fff;
  cursor: default; }

.seat-map .seats button.BookedForFemale:hover {
  background-color: #FAD900; }

.seat-map .seats button:hover, .seat-map .seats button.Selected {
  background-color: #bfbfbf; }

#payment {
  padding-top: 25px;
  padding-bottom: 25px; }

#payment form.well .form-control {
  border: 1px solid #bfbfbf; }

#payment form.well .form-control:focus {
  border-color: #222; }

#payment .form-control {
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  background-color: #fff; }

#payment textarea.form-control {
  height: auto; }

#payment .error-message {
  margin-top: 1em;
  color: #da251c; }

#payment-form .form-group {
  margin-bottom: 0; }

.payment-btn {
  padding: 0 15px !important;
  height: 35px !important;
  line-height: 25px !important; }

#paymentID {
  padding-left: 15px !important; }

#receipt-payment {
  width: 400px !important;
  border: 1px solid #e6e6e6;
  margin-top: 3em; }

#receipt-payment td, #receipt-payment th {
  border: 0 !important; }

#receipt-payment tr {
  border-bottom: 1px solid #e6e6e6; }

#receipt-payment th {
  font-weight: 700; }

#receipt-payment thead th {
  text-align: center; }

#receipt-payment thead th.img {
  width: 100px !important;
  vertical-align: middle; }

#receipt-payment thead img {
  max-height: 50px;
  width: auto;
  display: block;
  margin: auto; }

#receipt table.receipt {
  margin: 1em auto; }

.receipt .price-details-table input {
  border: 0;
  background-color: transparent;
  width: 200px; }

.receipt .price-details-table .total input {
  color: #fff; }

#receipt-outbound, #receipt-domestic, #receipt-bus {
  margin: 2em 0;
  direction: ltr;
  text-align: left; }

#receipt-outbound header .pull-left, #receipt-outbound header .pull-right, #receipt-domestic header .pull-left, #receipt-domestic header .pull-right, #receipt-bus header .pull-left, #receipt-bus header .pull-right {
  height: 50px;
  width: auto;
  margin: 0 20px; }

#receipt-outbound img, #receipt-domestic img, #receipt-bus img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto; }

#receipt-outbound .airline img, #receipt-domestic .airline img, #receipt-bus .airline img {
  height: 25px;
  max-width: 100%;
  width: auto; }

#receipt-outbound main, #receipt-domestic main, #receipt-bus main {
  padding: 10px 20px 20px; }

#receipt-outbound h3, #receipt-domestic h3, #receipt-bus h3 {
  margin: 30px 0 10px;
  color: #222; }

#receipt-outbound td, #receipt-outbound th, #receipt-domestic td, #receipt-domestic th, #receipt-bus td, #receipt-bus th {
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle !important; }

#receipt-outbound article.info thead, #receipt-outbound article.price thead, #receipt-domestic article.info thead, #receipt-domestic article.price thead, #receipt-bus article.info thead, #receipt-bus article.price thead {
  background-color: #222;
  color: #fff; }

#receipt-outbound article.info tbody, #receipt-outbound article.price tbody, #receipt-domestic article.info tbody, #receipt-domestic article.price tbody, #receipt-bus article.info tbody, #receipt-bus article.price tbody {
  background-color: #888888; }

#receipt-outbound article.details thead, #receipt-outbound article.contacts thead, #receipt-domestic article.details thead, #receipt-domestic article.contacts thead, #receipt-bus article.details thead, #receipt-bus article.contacts thead {
  background-color: #FAD900;
  color: #fff; }

#receipt-outbound article.details tbody, #receipt-outbound article.contacts tbody, #receipt-domestic article.details tbody, #receipt-domestic article.contacts tbody, #receipt-bus article.details tbody, #receipt-bus article.contacts tbody {
  background-color: #fff6b8; }

#receipt-outbound article.details .db, #receipt-outbound article.contacts .db, #receipt-domestic article.details .db, #receipt-domestic article.contacts .db, #receipt-bus article.details .db, #receipt-bus article.contacts .db {
  display: block; }

#receipt-outbound article.details .big, #receipt-outbound article.contacts .big, #receipt-domestic article.details .big, #receipt-domestic article.contacts .big, #receipt-bus article.details .big, #receipt-bus article.contacts .big {
  font-size: 1.25rem; }

#receipt-outbound article.details .verybig, #receipt-outbound article.contacts .verybig, #receipt-domestic article.details .verybig, #receipt-domestic article.contacts .verybig, #receipt-bus article.details .verybig, #receipt-bus article.contacts .verybig {
  font-size: 1.5em; }

#receipt-outbound article.details span.ltr, #receipt-outbound article.details span.rtl, #receipt-outbound article.contacts span.ltr, #receipt-outbound article.contacts span.rtl, #receipt-domestic article.details span.ltr, #receipt-domestic article.details span.rtl, #receipt-domestic article.contacts span.ltr, #receipt-domestic article.contacts span.rtl, #receipt-bus article.details span.ltr, #receipt-bus article.details span.rtl, #receipt-bus article.contacts span.ltr, #receipt-bus article.contacts span.rtl {
  text-align: center; }

#receipt-outbound article.price, #receipt-domestic article.price, #receipt-bus article.price {
  text-align: left; }

#receipt-outbound article.price td, #receipt-outbound article.price th, #receipt-domestic article.price td, #receipt-domestic article.price th, #receipt-bus article.price td, #receipt-bus article.price th {
  text-align: left; }

#receipt-outbound article.price td:first-child, #receipt-domestic article.price td:first-child, #receipt-bus article.price td:first-child {
  width: 75%; }

#receipt-outbound article.price td.total, #receipt-domestic article.price td.total, #receipt-bus article.price td.total {
  background-color: #ddd;
  color: #fff; }

#receipt-outbound article.price td:empty, #receipt-domestic article.price td:empty, #receipt-bus article.price td:empty {
  background-color: #fff; }

#receipt-outbound article.contacts td, #receipt-outbound article.contacts th, #receipt-domestic article.contacts td, #receipt-domestic article.contacts th, #receipt-bus article.contacts td, #receipt-bus article.contacts th {
  text-align: left; }

#receipt-outbound .rules-text, #receipt-outbound .terminals, #receipt-domestic .rules-text, #receipt-domestic .terminals, #receipt-bus .rules-text, #receipt-bus .terminals {
  background-color: #e6e6e6;
  padding: 1em;
  list-style: none; }

#receipt-outbound .text-center, #receipt-domestic .text-center, #receipt-bus .text-center {
  margin-top: 20px; }

#receipt-outbound .text-center strong, #receipt-domestic .text-center strong, #receipt-bus .text-center strong {
  font-size: 2rem;
  color: #222; }

#receipt-domestic .airline img {
  height: 30px; }

#receipt-bus {
  direction: rtl;
  text-align: right; }

#receipt-bus .details {
  margin-bottom: 2em; }

#receipt-transfer .db {
  display: block; }

#receipt-transfer .big {
  font-size: 1.25em; }

#receipt-transfer .verybig {
  font-size: 1.5em; }

#receipt-transfer .grey {
  color: grey; }

#receipt-transfer span.ltr, #receipt-transfer span.rtl {
  text-align: center; }

#receipt-transfer .main-title {
  background: url("images/transfer/icons/pattern.png") repeat right center/contain;
  height: 30px;
  margin: 3em 0; }

#receipt-transfer .main-title img {
  position: relative;
  top: -15px;
  height: 60px;
  width: auto;
  background-color: #fff;
  padding: 0 15px; }

#receipt-transfer table td, #receipt-transfer table th {
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px; }

#receipt-transfer table th {
  background-color: #404040;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal; }

#receipt-transfer table span {
  display: inline-block;
  vertical-align: baseline; }

#receipt-transfer > ul {
  list-style: none;
  border-right: 1px solid #bfbfbf;
  padding: 0;
  text-align: right; }

#receipt-transfer > ul li {
  position: relative;
  padding-right: 50px;
  margin-bottom: 3em; }

#receipt-transfer > ul li:before {
  content: '';
  font-family: Fontawesome;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: grey;
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -12.5px; }

#receipt-transfer > ul li.location-date:before {
  content: '\f041'; }

#receipt-transfer > ul li.passenger:before {
  content: '\f007'; }

#receipt-transfer > ul li.car-driver:before {
  content: '\f1ba'; }

#receipt-transfer > ul li.purchase:before {
  content: '\f155'; }

#receipt-transfer > ul li.contact:before {
  content: '\f27b'; }

#receipt-transfer > ul li h4 {
  border-bottom: 4px solid #f0cb2f;
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 0 10px; }

#receipt-transfer li.location-date .box {
  border: 1px solid grey;
  text-align: center; }

#receipt-transfer li.location-date table {
  width: auto;
  margin: 15px auto; }

#receipt-transfer li.location-date .path {
  width: 70%;
  margin: auto;
  position: relative; }

#receipt-transfer li.location-date .path:before {
  content: '';
  position: absolute;
  top: 35px;
  right: 0;
  border-top: 3px dashed #bfbfbf;
  width: 100%;
  height: 1px;
  z-index: 1; }

#receipt-transfer li.location-date .path:after {
  content: '';
  background: url("images/transfer/icons/taxi.png") no-repeat 0 0/contain;
  width: 48.5px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: calc(50% - 24.25px); }

#receipt-transfer li.location-date .path h5 {
  position: relative;
  z-index: 5;
  margin: 20px 0;
  background-color: #fff;
  padding: 0 10px; }

#receipt-transfer li.location-date .path h5 span {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  margin-bottom: 5px; }

#receipt-transfer li.location-date .path h5 .yellow {
  background-color: #f0cb2f; }

#receipt-transfer li.location-date .path h5 .white {
  border: 1px solid grey; }

#receipt-transfer li.location-date p {
  clear: both;
  border-top: 1px solid grey;
  margin: 0;
  line-height: 2;
  padding: 0 15px; }

#receipt-transfer li.passenger .row {
  border: 1px solid grey;
  margin: 0;
  padding: 15px; }

#receipt-transfer li.passenger span {
  display: block;
  text-align: center; }

#receipt-transfer li.passenger span:first-child {
  color: grey;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  font-size: 0.9em;
  margin-bottom: 5px; }

#receipt-transfer li.passenger span:first-child:after {
  content: '\f04d';
  font-family: Fontawesome;
  position: absolute;
  bottom: -4px;
  right: 0;
  line-height: 1;
  font-size: 0.8em;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#receipt-transfer li.car-driver .box {
  border: 1px solid grey;
  text-align: center; }

#receipt-transfer li.car-driver .car img {
  margin: 15px 0; }

#receipt-transfer li.car-driver span.plaque {
  margin: 60px auto 0; }

#receipt-transfer li.car-driver svg {
  height: 40px;
  vertical-align: middle; }

#receipt-transfer li.car-driver table {
  margin-bottom: 0; }

#receipt-transfer li.car-driver table th {
  background-color: #bfbfbf;
  color: #000;
  font-weight: bold;
  font-size: 1em; }

#receipt-transfer li.car-driver table td {
  direction: ltr; }

#receipt-transfer li.car-driver table .transfer-icon {
  padding: 5px 2px;
  color: grey;
  font-size: 0.8em; }

#receipt-transfer li.car-driver table .transfer-icon i {
  vertical-align: bottom; }

#receipt-transfer li.car-driver .grey-box {
  background-color: #eeeeee;
  text-align: center; }

#receipt-transfer li.car-driver .photo {
  background-color: #f0cb2f;
  position: relative;
  height: 100px;
  margin-bottom: 32px; }

#receipt-transfer li.car-driver .photo:after {
  content: '';
  height: 30px;
  display: block;
  background-color: #c4a10e;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1; }

#receipt-transfer li.car-driver .photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  right: calc(50% - 50px);
  z-index: 5;
  border: 5px solid #e6e6e6; }

#receipt-transfer li.car-driver h5 {
  background-color: #bfbfbf;
  height: 32px;
  line-height: 32px; }

#receipt-transfer li.car-driver .phones {
  height: 92px; }

#receipt-transfer li.car-driver .phones span {
  line-height: 46px; }

#receipt-transfer li.purchase .row {
  border: 1px solid grey;
  margin: 0;
  text-align: center; }

#receipt-transfer li.purchase .code, #receipt-transfer li.purchase .customer {
  background-color: #f0cb2f;
  font-size: 1.5em;
  padding: 5px 25px 0;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 5px; }

#receipt-transfer li.purchase .total {
  color: grey; }

#receipt-transfer li.purchase .col-8 {
  border-left: 1px solid grey; }

#receipt-transfer li.contact .boxes {
  display: table; }

#receipt-transfer li.contact .box {
  border: 1px solid grey;
  text-align: center;
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  width: 25%; }

#receipt-transfer li.contact span:before {
  content: '';
  font-family: Fontawesome;
  display: block;
  color: #f0cb2f;
  font-size: 1.5em; }

#receipt-transfer li.contact span.address:before {
  content: '\f279'; }

#receipt-transfer li.contact span.phone:before {
  content: '\f095'; }

#receipt-transfer li.contact span.website:before {
  content: '\f0ac'; }

#receipt-transfer li.contact span.email:before {
  content: '\f003'; }

#receipt-transfer footer {
  padding-bottom: 30px;
  color: grey;
  margin-bottom: 1em;
  position: relative; }

#receipt-transfer footer:after {
  content: '';
  background: url("images/transfer/icons/pattern.png") repeat right bottom/contain;
  opacity: 0.6;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }

#receipt-transfer footer p {
  font-size: 0.8em;
  margin-bottom: 0; }

#receipt-transfer footer a {
  color: #000; }

span.plaque {
  background: #fff url("images/transfer/icons/plaque.png") no-repeat 0 0;
  background-size: contain;
  width: 139.6px;
  height: 30px;
  padding: 0; }

span.plaque.taxi {
  background-color: #fecc00; }

span.plaque span {
  height: 30px;
  line-height: 37.5px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block; }

span.plaque .city {
  float: right;
  width: 23%;
  font-size: 1.25em; }

span.plaque .code {
  float: left;
  width: 77%;
  padding-left: 14px;
  font-size: 1.5em; }

.report-print {
  padding: 3em 0;
  text-align: center; }

.visa-en .dates .wpcf7-form-control-wrap, .cip-en .dates .wpcf7-form-control-wrap, .cip-fa .dates .wpcf7-form-control-wrap, .visa-fa .dates .wpcf7-form-control-wrap {
  display: block;
  float: right;
  width: 30%;
  margin-left: 5%;
  margin-right: 0; }

.visa-en .dates .wpcf7-form-control-wrap:last-child, .cip-en .dates .wpcf7-form-control-wrap:last-child, .cip-fa .dates .wpcf7-form-control-wrap:last-child, .visa-fa .dates .wpcf7-form-control-wrap:last-child {
  margin-left: 0; }

.visa-en .wpcf7-list-item, .cip-en .wpcf7-list-item, .cip-fa .wpcf7-list-item, .visa-fa .wpcf7-list-item {
  margin-left: 2.5em;
  margin-right: 0; }

.modal-body .form-control {
  border: 1px solid transparent;
  height: 35px;
  line-height: 35px; }

.modal-body textarea.form-control {
  height: auto; }

.modal-title {
  color: #fff !important;
  margin-top: 0;
  float: right; }

.modal-footer {
  text-align: right; }

.modal-footer .errors, .modal-footer .success {
  padding-top: 0;
  text-align: right; }

.modal-footer .operations {
  width: 100%;
  padding-right: 15px;
  padding-top: 0;
  text-align: right;
  float: right;
  clear: right; }

.modal-footer .operations button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #FA0000;
  transition: all 0.25s; }

.modal-footer .operations button:hover {
  color: #222; }

.modal-footer .alert {
  clear: right; }

.errors {
  clear: both;
  color: #da251c;
  padding-top: 1em; }

.errors p {
  margin-bottom: 5px; }

#cnlogin .form-group, #cnregister .form-group {
  margin-bottom: 0; }

td.expand-transition {
  position: relative;
  padding-top: 15px !important; }

td.expand-transition:after {
  content: attr(title);
  height: 35px;
  background-color: #e6e6e6;
  top: 0px;
  right: 0px;
  padding: 9px;
  text-align: right;
  position: absolute;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1); }

div.awesomplete ul li {
  padding: 7px 0px 3px 10px !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  position: relative;
  overflow: hidden; }

div.awesomplete ul li .air-plan {
  width: 22px;
  float: left;
  margin: 7px 5px 4px 10px; }

aside ul li .header_airport .top_header {
  width: 70%;
  display: inline-block;
  white-space: normal;
  line-height: 15px; }

aside ul li .air-plan {
  margin: 7px 5px 4px 1px !important; }

aside ul li .header_airport_wrapper {
  margin-left: 15px; }

div.awesomplete ul li .header_airport_wrapper {
  overflow: hidden;
  clear: right;
  display: block;
  margin-left: 33px; }

div.awesomplete ul li .header_airport {
  float: left;
  width: 100%; }

div.awesomplete ul li .footer_airport {
  float: left;
  clear: left;
  margin-top: -8px;
  margin-left: 3px;
  font-size: 11px; }

div.awesomplete ul li .child-building {
  width: 14px;
  float: left;
  margin: 1px 8px 4px 25px; }

div.awesomplete ul li .air_port_code {
  border: 1px solid rgba(42, 42, 42, 0.3);
  padding: 4px 11px 0px 8px;
  border-radius: 3px;
  float: right;
  margin-right: 10px;
  font-size: 11px;
  color: #424242;
  width: 45px;
  text-align: center; }

div.awesomplete ul li .city_code_border mark {
  color: #424242;
  margin-right: -1px; }

div.awesomplete > ul li .building {
  width: 21px;
  float: left;
  margin: 6px 8px 4px 2px; }

body.apple-device #app .passengers select {
  text-indent: 35px; }

body.apple-device #app .passengers select.flight-class, body.apple-device #app .passengers select.wagon-type {
  text-indent: 15px; }

body.apple-device .table-responsive .table {
  max-width: none; }

.cancel_penalty_wrapper label {
  font-size: smaller; }

.hover_airline {
  position: relative;
  margin: 2px 0px;
  display: inline-block;
  width: 100%;
  clear: both; }

.filter_ticket {
  position: relative;
  display: inline-block;
  width: 100%; }

.filter_ticket:hover > .select_this {
  opacity: 1;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease; }

.filter_ticket .select_this {
  margin-right: 5px;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border: 1px solid rgba(42, 42, 42, 0.2);
  line-height: 17px;
  padding-right: 5px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: white;
  color: #232323; }

.filter_ticket .select_this:hover {
  color: #4d86ff;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease; }

.internal_filter .select_this {
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border: 1px solid rgba(42, 42, 42, 0.2);
  line-height: 17px;
  padding-right: 5px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: white;
  color: #232323;
  margin-top: 4px;
  margin-right: 2px; }

.internal_filter:hover > .select_this {
  opacity: 1; }

.irs-single {
  direction: rtl; }

.select2.select2-container.select2-container--default.driver_number .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.order_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.login_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.recover_mobile_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.pay_phone_code .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code_report .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code_edit .select2-selection[role="combobox"],
.select2.select2-container.select2-container--default.phone_code .selection [role="combobox"] {
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px solid rgba(42, 42, 42, 0.3);
  height: 35px;
  background-color: #e6e6e6;
  padding-top: 4px; }

.select2.select2-container.select2-container--default.package .selection [role="combobox"],
.select2.select2-container.select2-container--default.nationality .selection [role="combobox"],
.select2.select2-container.select2-container--default.homeland .selection [role="combobox"],
.select2.select2-container.select2-container--default.register_phone_code .selection [role="combobox"] {
  border: none;
  height: 35px;
  padding-top: 4px;
  background-color: #e6e6e6; }

.bigdrop {
  width: 150px !important; }

.select2-results ul li {
  direction: ltr;
  text-align: left; }

.select2-selection.select2-selection--single .select2-selection__rendered {
  text-align: left;
  margin-left: 23px;
  direction: ltr; }

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }
@-moz-keyframes blink {
  50% {
    opacity: 0; } }
@-o-keyframes blink {
  50% {
    opacity: 0; } }
@keyframes blink {
  50% {
    opacity: 0; } }
.expand-transition {
  transition: all .3s ease;
  padding: 10px;
  overflow: hidden;
  width: 100%; }

.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0; }

.left-triangular {
  width: 0px;
  height: 0px;
  border-right: 32px solid #3299cc;
  border-left: 32px solid #0000;
  border-top: 32px solid #0000;
  position: absolute;
  bottom: 0px;
  left: -64px; }

.right-triangular {
  width: 0px;
  height: 0px;
  border-right: 32px solid #0000;
  border-left: 32px solid #3299cc;
  border-top: 32px solid #0000;
  position: absolute;
  right: -64px;
  bottom: 0; }

table#entered-info th {
  background: #222;
  color: #fff; }

table#entered-info td, table#entered-info th {
  border: 1px solid #ddd !important; }

.bg-silver {
  background: #eee;
  border-radius: 5px; }

.hidden {
  display: none !important; }

.text-right {
  text-align: right !important; }

.tbl-print-block {
  border: 2px solid #222;
  border-radius: 5px;
  text-align: right;
  margin-bottom: 2em; }

.tbl-print-block .entered-info {
  margin: 20px; }

.tbl-print-block .entered-info table th {
  text-align: center !important;
  padding: 10px !important;
  font-weight: 700 !important;
  font-size: 0.9em !important; }

.tbl-print-block .entered-info table td {
  padding: 8px !important;
  font-size: 0.9em !important; }

.tbl-print-block .title-print-block {
  text-align: right;
  background: #222;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  top: -20px;
  right: 20px;
  border-radius: 3px; }

.print-show {
  display: none; }

.print-show h4 {
  display: inline-block; }

.bg-tire {
  background: #222;
  margin-right: 10px;
  padding: 7px 20px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 2px;
  color: white; }

.pagination {
  display: flex; }

.pagination li {
  background: #ddd;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 0px; }

.pagination li.active {
  background: #3299cc;
  color: #fff !important; }

.pagination li.active a {
  color: #fff !important; }

.page-link {
  background-color: #ddd;
  border: 1px solid #ddd; }

.luggage {
  background: url("images/translate-icon.png") no-repeat -42px -20px;
  width: 17px;
  height: 16px; }

.baggage {
  background: url("images/translate-icon.png") no-repeat -22px -5px;
  width: 14px;
  height: 31px; }

.packs {
  background: url("images/translate-icon.png") no-repeat -2px -1px;
  width: 14px;
  height: 35px; }

.data_transfers {
  color: #222 !important; }

.data_transfers span {
  position: relative;
  top: 3px;
  margin-left: 5px; }

.btn.re-search-btn.btn-blue {
  width: 100% !important;
  display: block;
  margin-bottom: 11px;
  padding: 10px; }

.btn-research-big {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100% !important;
  display: none;
  margin-bottom: 11px;
  padding: 10px; }

.flip-clock-label {
  display: none; }

.flip-clock-wrapper {
  zoom: 0.4;
  -ms-zoom: 0.4;
  margin: 0 !important;
  min-width: 0;
  width: auto; }

.result-not-loaded {
  top: -90px;
  position: absolute;
  right: 640px;
  zoom: 0.3; }

.btn-research {
  position: relative;
  right: 9em;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 -20px;
  padding: 7px; }

.sortFilter .nav-tabs .nav-item.show .nav-link, .sortFilter .nav-tabs .nav-link.active {
  color: #495057 !important;
  background-color: #e6e6e6 !important;
  border-color: #dee2e6 #dee2e6 #fff !important; }

.sortFilter .nav-tabs {
  margin-left: 0;
  border-bottom: 5px solid #e6e6e6 !important; }

.sortFilter .nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.sortFilter .nav-link {
  display: block !important;
  padding: .5rem 1rem !important;
  cursor: pointer;
  background-color: #fff !important;
  color: #495057 !important; }

.sortFilter .nav-link svg {
  width: 20px;
  vertical-align: middle;
  margin-left: 4px; }

.sortFilter .back_filter {
  display: inline-block;
  height: 22px; }

.sortFilter .back_filter img {
  height: 20px;
  padding-left: 5px; }

.popover {
  right: unset; }

.clockpicker-popover .popover-title {
  direction: ltr; }

.flight_log_error {
  border: unset !important; }

.w-100 {
  width: 100% !important; }

.d-btn-info {
  color: #fff;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  box-shadow: unset !important; }

.d-btn-secondary {
  color: #fff;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  box-shadow: unset !important; }

.invalid .has-error label {
  color: #da251c; }

.invalid .has-error .form-control {
  color: #da251c;
  border-color: #da251c !important; }

.invalid .has-error .form-control:focus {
  box-shadow: none; }

.invalid .show-error {
  display: inline-block !important; }

.invalid .show-error span {
  display: inline-block !important; }

.invalid .hide-error span {
  display: none !important; }

.search-information {
  background-color: #e6e6e6;
  padding: .75rem;
  border-radius: 5px; }

.search-information .fa {
  font-size: 2rem;
  vertical-align: text-bottom;
  margin-left: 10px;
  color: black; }

.search-information .row {
  padding: 5px; }

.useful div.awesomplete ul li {
  width: 33.33%;
  float: right;
  text-align: center; }

.useful div.awesomplete ul li:first-child {
  width: inherit;
  background-color: #e6e6e6;
  pointer-events: none; }

.popuptext {
  visibility: hidden;
  width: 100px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  margin-top: -40px; }

.popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #222 transparent transparent transparent; }

#num:hover #numPopup {
  visibility: visible; }

#num {
  cursor: pointer; }

.animation {
  box-shadow: 0 0 7rem 0 #000000 inset;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 23rem;
  max-width: 55rem;
  background-color: #ffffff;
  border-radius: 10rem;
  animation: 24s linear infinite sky;
  margin-bottom: 2rem; }

.animation:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 7rem 30rem -4rem #5aacdc inset; }

.animation [class^="animation__"], .animation [class*=" animation__"] {
  position: absolute; }

.animation__plane {
  position: absolute;
  z-index: 1;
  top: calc(40% - (62px / 2));
  left: calc(50% - (272px / 2));
  width: 17rem;
  height: 6.2rem;
  animation: 2s ease-in-out takeOff, 5s ease-in-out infinite alternate flight 2s; }

.animation__plane--shadow {
  bottom: 1rem;
  left: calc(54% - (8rem / 2));
  width: 8rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  animation: 2s ease-in-out takeOffShadow, 5s ease-in-out infinite alternate flightShadow 2s; }

.animation__cloud--front {
  z-index: 2;
  top: 50%;
  left: 20%;
  width: 8.5rem;
  height: 3rem;
  fill: #cee4e7;
  animation: 4s linear infinite cloudFront; }

.animation__cloud--middle {
  top: 22%;
  left: 75%;
  width: 6rem;
  height: 3rem;
  fill: #cee4e7;
  animation: 5s linear infinite cloudMiddle; }

.animation__cloud--back {
  top: 6%;
  left: 34%;
  fill: #cee4e7;
  animation: 8s linear infinite cloudBack; }

.animation .animation__loader {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.15); }

.animation .animation__loader:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #cee4e7;
  overflow: hidden;
  animation: 1.5s ease-in-out infinite loader; }

@keyframes loader {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@keyframes takeOff {
  0% {
    transform: translate(-220%, 110%); }
  100% {
    transform: translate(0, 0); } }
@keyframes takeOffShadow {
  0% {
    transform: translate(-440%, 110%);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 0.8; } }
@keyframes flight {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 10%); }
  75% {
    transform: translate(0, -10%); }
  100% {
    transform: translate(0, 0); } }
@keyframes flightShadow {
  0% {
    transform: scale(0.8);
    opacity: 0.8; }
  25% {
    transform: scale(0.9);
    opacity: 1; }
  75% {
    transform: scale(1.1);
    opacity: 0.6; }
  100% {
    transform: scale(0.8);
    opacity: 0.8; } }
@keyframes cloudFront {
  0% {
    transform: translate(520%, 0); }
  100% {
    transform: translate(-600%, 0); } }
@keyframes cloudMiddle {
  0% {
    transform: translate(230%, 0); }
  100% {
    transform: translate(-900%, 0); } }
@keyframes cloudBack {
  0% {
    transform: translate(910%, 0); }
  100% {
    transform: translate(-1000%, 0); } }
@keyframes sky {
  0% {
    background-color: #ffffff; }
  20% {
    background-color: #ffffff; }
  35% {
    background-color: #ffc8bd; }
  50% {
    background-color: transparent; }
  70% {
    background-color: transparent; }
  85% {
    background-color: #ffc8bd; }
  100% {
    background-color: #ffffff; } }
.edituser {
  border: 2px solid #222;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px; }

.editheader {
  padding: 10px;
  background-color: #222;
  text-align: center;
  color: #fff;
  border-radius: 5px; }

.create-pid-border {
  border: 1px solid #222;
  border-radius: 5px;
  padding: 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #eeeeee;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

@keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInAndOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.elementToFadeInAndOut {
  -webkit-animation: fadeInAndOut 1.5s infinite;
  -moz-animation: fadeInAndOut 1.5s infinite;
  -o-animation: fadeInAndOut 1.5s infinite;
  animation: fadeInAndOut 1.5s infinite; }

@font-face {
  font-family: 'flexslider-icon';
  src: url("/wp-content/themes/apstour/fonts/flexslider-icon.eot");
  src: url("/wp-content/themes/apstour/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/apstour/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/themes/apstour/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/themes/apstour/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.pages_nowruz li.item {
  list-style: none;
  width: 100% !important;
  margin: 2px 0;
  padding: 0; }

.tours_lsearch {
  max-height: 700px;
  overflow: scroll;
  overflow-x: hidden; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333; }

.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.search-form {
  position: relative;
  max-width: 100%;
  float: left;
  width: 100%; }

.search-form label {
  width: 100%;
  margin-bottom: 0;
  height: 40px; }

.search-form .search-submit {
  box-shadow: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Fontawesome;
  border: 0;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #232323;
  background-color: transparent;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms; }

.search-form .search-submit:hover {
  color: #FAD900;
  background: none; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

button:hover, input[type=submit]:hover {
  background-color: #FAD900; }

.small {
  font-size: 70%;
  color: #222; }

.wp-pagenavi {
  margin-bottom: 3em; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em 10px;
  background-color: white;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
  color: #232323 !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.wp-pagenavi a:hover {
  background-color: #FAD900;
  color: #fff !important;
  border-color: #ddd; }

.wp-pagenavi span.current {
  color: #232323 !important;
  background-color: #ddd;
  border-color: #ddd; }

.wp-pagenavi span.pages {
  color: #232323 !important; }

.price {
  color: white;
  display: block;
  justify-content: center;
  align-items: center; }

.line-through {
  text-decoration: line-through;
  color: #777;
  padding: 0 10px; }

.error-404 {
  margin-bottom: 30px;
  text-align: center; }

#secondary a {
  color: #FAD900; }

#secondary a:hover {
  color: white; }

#secondary .widget {
  content: "";
  display: table;
  table-layout: fixed; }

#secondary .widget h2.widget-title {
  font-size: 1.7em;
  font-family: "at10", Tahoma, sans-serif; }

#secondary .widget ul {
  padding: 5px;
  list-style: none; }

#secondary .widget ul li {
  margin-bottom: 15px; }

#secondary .widget ul li:last-child {
  margin-bottom: 0; }

#secondary .widget.widget_search {
  width: 100%; }

.shadow {
  text-shadow: 0 0 5px #000; }

.tal {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.m5 {
  margin: 0 -5px; }

.m5 > div {
  padding-left: 5px;
  padding-right: 5px; }

.list-box .image {
  display: block;
  padding-bottom: 80%;
  position: relative;
  background-color: #999;
  overflow: hidden; }

.list-box .image:after {
  content: '\f06e';
  font-family: Fontawesome;
  position: absolute;
  color: white;
  font-size: 3em;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  transform: translate3d(-50%, -50%, 0); }

.list-box .image img {
  transition: transform 0.3s ease;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.list-box .detail {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.list-box .detail li {
  padding: 10px 5px 0; }

.list-box .read-more span {
  position: relative;
  z-index: 2; }

.list-box:hover h3:after {
  opacity: 1;
  margin-top: 0; }

.list-box:hover h3 a {
  color: #fff; }

.list-box:hover .image:after {
  opacity: 1; }

.list-box:hover .detail {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-box:hover .read-more {
  color: #fff; }

.list-box:hover .read-more:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.isotope-tour .list-box .image,
.isotope .list-box .image {
  padding-bottom: 60%; }

ul.isotope2,
ul.isotope-tour {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%; }

ul.isotope,
ul.isotope-tour {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

ul.isotope-tour > li,
ul.isotope > li {
  margin-bottom: 0; }

ul.isotope ul,
ul.isotope-tour ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0; }

ul.isotope ul li,
ul.isotope-tour ul li {
  margin-bottom: 5px; }

.filters .select2-container--default .select2-selection--single {
  border: 2px solid #222;
  border-radius: 0; }

.filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 30px;
  margin-top: -27px; }

.filters .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: '\f103';
  font-family: FontAwesome;
  font-size: 2rem;
  color: #222; }

.filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 0; }

.filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: '\f102'; }

.filters .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #222;
  color: #fff !important; }

.filters .select2-container--default .select2-results__option:hover {
  background-color: #FAD900;
  color: #fff !important; }

.filters .select2-container--default .select2-dropdown {
  border-color: #222; }

.filters .select2-container {
  min-width: 100%; }

.filters .select2-container:focus {
  outline: 0; }

.filters .select2-container .select2-selection--single {
  outline: 0;
  height: 35px; }

.filters .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px; }

#special-head .second .header-telegram {
  position: fixed;
  top: 50%;
  left: -2px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #eee;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0 0; }

#special-head .second .header-telegram a {
  display: block;
  color: #006 !important;
  font-size: 1.3em; }

#special-head .second .header-telegram a b {
  padding-right: 10px;
  line-height: 35px;
  display: inline-block;
  color: #666;
  font-weight: normal;
  font-size: 1rem; }

#special-head .second .header-telegram a i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 0.9em; }

#special-head .second .header-telegram a i:before {
  border-radius: 50%;
  color: #fff;
  background-color: #0088cc;
  padding: 7px; }

#special-head .second .header-telegram a:hover {
  color: #FAD900; }

#special-head .second .link-fixed {
  left: auto;
  right: 0;
  transform: rotate(90deg) translateY(100%);
  transform-origin: 100% 100%; }

#special-head .second .link-fixed a {
  transform: rotate(180deg); }

#special-head .second .link-fixed a i:before {
  background-color: #ddc000; }

.tour-wrapper {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 15px 0 0; }

.tour-wrapper h3 {
  position: relative;
  margin: 0;
  font-size: 1.2em;
  background-color: #FAD900;
  z-index: 9;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 5px; }

.tour-wrapper h3 a {
  color: #222;
  padding: 10px 5px;
  display: inline-table;
  font-family: at10;
  text-align: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.tour-wrapper a.tour-img {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: round;
  margin-top: -10px; }

.tour-wrapper ul.detail {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.tour-wrapper ul.detail li {
  padding: 10px 5px 0; }

.tour-wrapper ul.detail li:last-child {
  padding-bottom: 10px; }

.tour-wrapper ul.detail .tour-prices {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.tour-wrapper ul.detail .tour-prices span {
  padding: 10px; }

.tour-wrapper a.tour-see {
  position: relative;
  z-index: 9;
  font-size: 1.2em;
  font-family: at10;
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: block;
  color: #222;
  background-color: #FAD900; }

.tour-wrapper a.tour-see span {
  position: relative;
  z-index: 19; }

#home-tours .search-tour {
  margin-top: 30px; }

#home-tours .search-tour h3.title {
  font-family: "at10", Tahoma, sans-serif;
  margin-top: 0; }

.home-more-search {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms; }

.home-more-search.open {
  position: relative;
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#tour-search .btn {
  background-color: #FAD900;
  color: #000; }

#tour-search .btn:hover {
  background-color: #232323; }

#tour-search .m5 {
  margin: 0 -5px; }

#tour-search .m5 > div {
  padding: 0 5px; }

#tour-search .db {
  display: block; }

#tour-search .checkbox-inline {
  display: inline-block;
  width: 28%;
  margin-right: 0; }

#tour-search .checkbox-inline.w100 {
  width: 100%; }

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

.hotels > div {
  padding-right: 5px;
  padding-left: 5px; }

.owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px; }

.owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
  background-color: #fff;
  display: block;
  content: '\f054';
  font-family: Fontawesome;
  font-size: 2em;
  width: 30px;
  text-align: center; }

.owl-controls .owl-nav .owl-prev:hover:before, .owl-controls .owl-nav .owl-next:hover:before {
  background-color: #FAD900; }

.owl-controls .owl-nav .owl-prev {
  float: right; }

.owl-controls .owl-nav .owl-prev:before {
  content: '\f105'; }

.owl-controls .owl-nav .owl-next {
  float: left; }

.owl-controls .owl-nav .owl-next:before {
  content: '\f104'; }

.wrapper {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  background-color: #232323;
  color: white;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.wrapper a.image-wrapper {
  display: block;
  text-align: center; }

.wrapper a.image-wrapper img {
  width: 100%; }

.wrapper a.image-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  content: '';
  z-index: 9;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
  -moz-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
  -ms-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
  -o-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
  transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0); }

.wrapper:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 10px #000; }

.wrapper:hover a.image-wrapper:before {
  -webkit-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
  -moz-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
  -ms-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
  -o-transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
  transform: scale3d(3, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0); }

.wrapper .wrap-details {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
  color: #eee; }

.wrapper .wrap-details ul {
  list-style: none;
  margin: 10px 0 0;
  font-size: 1.2em;
  padding: 15px; }

.wrapper .wrap-details ul li {
  text-align: center;
  margin-bottom: 5px; }

.wrapper .wrap-details h3 {
  font-size: 1.4em;
  font-family: "at10", Tahoma, sans-serif;
  text-align: center;
  margin: 15px; }

.wrapper .wrap-details a {
  color: #FAD900; }

.wrapper .wrap-details a:hover {
  color: #DA251C !important; }

.wrapper .wrap-details .details {
  padding: 15px; }

.wrapper .wrap-details ul.hotel-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.wrapper .wrap-details ul.hotel-info li:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.wrapper .wrap-details ul.tour-info .tour-detail-price {
  display: flex;
  align-items: center; }

.wrapper .wrap-details ul.tour-info .tour-detail-price span {
  white-space: nowrap; }

.card-wrap {
  background-color: #232323;
  display: block;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden; }

.card-wrap .card-img {
  flex: 1;
  overflow: hidden; }

.card-wrap .card-img a.featured-img {
  width: 100%;
  min-height: 200px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.card-wrap .card-img a.featured-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  content: '';
  z-index: 9;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
  -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
  -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
  -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
  transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0); }

.card-wrap .card-content {
  flex: 1;
  z-index: 99;
  position: relative; }

.card-wrap .card-content h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.card-wrap.country .card-img {
  flex: 1; }

.card-wrap.country .card-content {
  flex: 1; }

.card-wrap a {
  color: #FAD900; }

.card-wrap a:hover {
  color: #DA251C; }

.card-wrap:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card-wrap:hover a.featured-img:before {
  -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
  -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
  -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
  -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
  transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0); }

.tab-content .featured-img {
  float: right;
  margin-left: 15px; }

.tab-content .tour-details {
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px;
  padding: 40px 20px 35px;
  margin-top: 20px; }

.tab-content .tour-details h3 {
  margin-top: 0; }

.tab-content .tour-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.tab-content .tour-details ul li {
  margin-bottom: 10px; }

.tab-content .tour-details ul li span:first-child {
  font-weight: bold;
  color: #333;
  display: inline-block; }

.tab-content .tour-details ul li .old {
  text-decoration: line-through;
  color: #959595;
  margin-left: 10px; }

.tab-content .hotel-info {
  padding: 15px;
  margin-top: 15px; }

.tab-content .hotel-info h3 {
  margin-top: 0; }

.tab-content .hotel-info p:last-child {
  margin-bottom: 0; }

.tab-content #travel-guide h4, .tab-content #visa-conditions h4, .tab-content #weather h4 {
  font-family: "at10", Tahoma, sans-serif; }

.tab-content .hotels-table tbody > tr > td {
  text-align: center; }

.hotel-facility {
  margin-top: 15px;
  background-color: #eeeeee;
  padding: 15px; }

.hotel-facility h3 {
  margin-top: 0; }

.hotel-facility ul.hotel-facilities {
  margin: 0;
  columns: 2; }

.button-group {
  padding: 15px;
  padding-bottom: 30px; }

.button-group h3 {
  margin-top: 0;
  color: white;
  font-size: 1.2em; }

.button-group button {
  background-color: #3c3c3c;
  border-radius: 0; }

.button-group button.is-checked {
  background-color: #FAD900;
  color: #232323; }

.button-group button:hover {
  background-color: #DA251C;
  color: white; }

.filters {
  width: 100%;
  background-color: #232323;
  margin-bottom: 30px;
  z-index: 99; }

#main .card {
  background-color: #232323;
  color: white;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#main .card a.featured-img {
  width: 100%;
  height: 300px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

#main .card .entry-title {
  padding: 0 15px; }

#main .card .entry-title a {
  color: #FAD900; }

#main .card .entry-title a:hover {
  color: white; }

#main .card .entry-summary {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 15px;
  content: "";
  display: table;
  table-layout: fixed; }

#main .card .entry-summary p {
  text-align: justify;
  line-height: 2; }

#main .card .entry-footer .comments-link {
  position: absolute;
  left: 15px;
  bottom: 15px; }

#main .card .btn-yellow {
  background-color: #FAD900;
  padding: 5px 15px;
  color: #232323;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#main .card .btn-yellow a {
  color: #232323; }

#main article .entry-title {
  font-family: "at10", Tahoma, sans-serif;
  font-size: 1.7em;
  line-height: 1.5;
  color: #DA251C; }

#main article.post {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#main article.post .image-wrapper img {
  width: 100%; }

#main article.post .entry-header {
  padding: 15px; }

#main article.post .entry-header .entry-title {
  margin-top: 0; }

#main article.post .entry-content {
  padding: 15px;
  margin-top: 0; }

#main article.post .entry-footer {
  padding: 15px;
  background-color: #eee; }

#main article.post > a {
  display: block;
  text-align: center; }

#main .page-header .page-title {
  text-align: center;
  font-family: "at10", Tahoma, sans-serif; }

#main article.country-has-slide .country-content {
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 15px; }

#main article.country-has-slide .country-content .entry-content {
  margin: 0; }

.new-card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.new-card .archive-img {
  float: right;
  margin-left: 15px;
  width: 25%; }

.new-card .archive-img a.featured-img {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.new-card .entry-title {
  font-size: 1.7em; }

.new-card .post-entry {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.new-card .post-entry > span {
  margin-top: 5px; }

.half-image a {
  display: block; }

.half-image a img {
  width: 100%; }

.half-image img {
  width: 100%; }

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.padding-0-15 {
  padding: 0 15px; }

.itinerary-table th,
.itinerary-table td,
.hotels-table th,
.hotels-table td {
  text-align: center !important;
  vertical-align: middle !important; }

.gallery-flexslider {
  background-color: #fff;
  margin-top: 87px;
  position: static;
  z-index: 1000; }

.gallery-flexslider .foogallery-caption,
.gallery-flexslider .fiv-ctrls {
  display: none; }

.gallery-flexslider .flex-direction-nav .flex-next,
.gallery-flexslider .flex-direction-nav .flex-prev {
  text-align: center; }

.gallery-flexslider .flex-direction-nav .flex-next:before,
.gallery-flexslider .flex-direction-nav .flex-prev:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 2rem; }

.gallery-flexslider .flex-direction-nav .flex-prev {
  left: 10px; }

.gallery-flexslider .flex-direction-nav .flex-prev:before {
  content: "\f053"; }

.gallery-flexslider .flex-direction-nav .flex-next {
  right: 10px; }

.gallery-flexslider .flex-direction-nav .flex-next:before {
  content: "\f054"; }

.gallery-flexslider .flexslider {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0; }

.gallery-flexslider .flexslider .flex-direction-nav .flex-next,
.gallery-flexslider .flexslider .flex-direction-nav .flex-prev {
  opacity: 0.7;
  font-size: 0;
  line-height: 1; }

.gallery-flexslider .flexslider:hover .flex-direction-nav .flex-next,
.gallery-flexslider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1; }

.gallery-flexslider #slider .slides li {
  height: 300px;
  display: flex !important;
  align-items: center; }

.gallery-flexslider #slider .slides li img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.gallery-flexslider #carousel {
  margin-top: 5px; }

.gallery-flexslider #carousel .slides li {
  max-height: 55px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent; }

.gallery-flexslider #carousel .flex-active-slide {
  cursor: default;
  border: 1px solid #FAD900; }

.gallery-flexslider #carousel img {
  width: 100%; }

#weatherLocation {
  width: 100%; }

.page-template-app-templates .price {
  color: inherit !important; }

.page-template-app-templates aside.price {
  display: inherit !important; }

.page-template-app-templates .btn.re-search-btn.btn-blue {
  margin-right: 0; }

.page-template-app-templates .footer-plus {
  padding: 10px; }

.home .cn-panel-app .nav-tabs li a i {
  margin-left: 5px; }

.home .cn-panel-app .search-type {
  margin-right: 0; }

.home .cn-panel-app #cip-form .rtl-awesomeplete {
  width: 90% !important;
  margin-right: 5% !important; }

.home .cn-panel-app #insurance-tab .search-type {
  margin-right: 15px; }

#cnregister .close, #trackorder .close {
  position: fixed !important;
  left: 3% !important;
  top: 3% !important; }

.modal.fade.show {
  opacity: 1; }

.modal.fade.show .modal-dialog {
  margin-top: 126px; }

.modal.fade.show .modal-dialog .modal-title {
  margin-right: 15px;
  font-weight: bold; }

.modal.fade.show .modal-dialog .password {
  margin-top: 15px; }

.modal.fade.show .modal-dialog .checkbox input {
  width: auto; }

.modal.fade.show .modal-dialog .register_phone_code {
  margin-bottom: 15px; }

.user-nav button {
  background-color: transparent;
  border: 0;
  margin: 0 1em 0 0;
  padding: 0; }

.user-nav > a {
  color: white;
  font-weight: bold; }

.user-nav > a:hover {
  color: #FAD900; }

.modal-header {
  background-color: #222;
  color: #2a8f3f;
  min-height: 50px;
  border-radius: 5px 5px 0 0; }

.modal-header button.close {
  color: white; }

.modal-header button.close:hover {
  background: inherit !important; }

.adpmain td table {
  width: inherit;
  margin: inherit; }

.modal-backdrop.show {
  opacity: .5; }

#auth {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right; }

#auth .user-nav {
  float: right;
  font-size: 0.85rem; }

#auth .user-nav button {
  background-color: transparent;
  border: 0;
  margin: 0 1em 0 0;
  padding: 0; }

#auth .user-nav button:hover {
  color: #FAD900; }

#auth .usernav-icon {
  float: left;
  font-weight: bold; }

#auth .usernav-launcher {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 26px;
  right: 80px;
  z-index: 555;
  background-color: #404040;
  padding: 1em;
  min-width: 200px;
  height: calc(100vh - 150px);
  overflow-y: scroll; }

#auth .usernav-launcher ul {
  width: 100%;
  padding: 0;
  list-style: none; }

#auth .usernav-launcher .welcome {
  color: white;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 0.85rem;
  font-weight: bold; }

#auth .usernav-launcher .welcome a {
  color: #fff; }

#auth .usernav-launcher .welcome a:hover {
  color: #222; }

#auth .usernav-launcher li {
  float: none; }

#auth .usernav-launcher li a {
  padding-top: 0;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  display: block; }

#auth .usernav-launcher li a:hover {
  color: #222; }

#auth .usernav-launcher li span {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  display: block; }

#auth .usernav-launcher li ul {
  padding-right: 1em; }

#auth .usernav-launcher li ul a {
  font-weight: normal;
  margin-bottom: 5px; }

.list-box-home {
  margin: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.tour_list_pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  z-index: 9;
  overflow: hidden; }

.app-content {
  width: 76%;
  float: right;
  margin-top: 0;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 2em;
  color: #000;
  text-align: right; }

h2.dest_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  color: #000; }

h3.dest_desc {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px; }

.destinations_item {
  height: 32px;
  font-size: 15px;
  padding: 0 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #292929;
  position: relative;
  display: block;
  width: 100%;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.destinations_item i {
  font-size: 14px; }

.destinations_item:after {
  position: absolute;
  bottom: -5px;
  border-bottom: 3px solid #FAD900;
  right: 0;
  width: 100%;
  content: '';
  opacity: 0;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.destinations_item:hover {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  color: #000; }

#colophon .footer-info {
  margin-top: 0 !important;
  display: block; }

h3.widget-title {
  font-size: 20px;
  font-family: at10, Tahoma, sans-serif;
  color: #fff;
  text-align: right; }

fieldset.webform-options {
  padding: 0; }

/***********************************************************************************************



respansive




/************************************************************************************************/
@media print {
  .title-print-block {
    top: 20px !important; }

  .print-show {
    display: block; } }
@media (min-width: 320px) {
  .flip-clock-wrapper {
    position: absolute;
    -moz-transform: scale(0.3);
    -moz-transform-origin: top right;
    left: -19.4em;
    top: -5px;
    margin: 0 !important;
    min-width: 0;
    width: 180%; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; } }
@media only screen and (max-width: 420px) {
  .tour_list_pic {
    display: none; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; }

  .sidebar2 {
    display: none !important; } }
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .homepage_tours {
    margin-top: 0px; }

  #app .panel-titles .nav-tabs {
    background-color: #FAD900;
    display: flex; }

  .modal.fade.show .modal-dialog {
    margin-top: 150px; }

  .home-header {
    text-align: center;
    display: none; }

  .list-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%; }

  .tour_list_rel {
    position: relative;
    height: 50px; }

  .destinations, .newdestinations {
    padding: 0 0 30px;
    display: none; }

  .footer-plus {
    display: none; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; }

  .sidebar2 {
    display: none !important; } }
@media only screen and (max-width: 570px) {
  .tour_list_pic {
    width: 150px; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; } }
@media screen and (min-width: 576px) {
  #auth {
    width: 100%; }

  #auth .user-nav.logged-in {
    float: right; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; } }
@media (min-width: 576px) {
  .flip-clock-wrapper {
    position: absolute;
    -moz-transform: scale(0.3);
    -moz-transform-origin: top right;
    left: -19.4em;
    top: -5px;
    margin: 0 !important;
    min-width: 0;
    width: 150%; }

  .item-in-content-place .details-part {
    padding-left: 20px !important; } }
@media only screen and (max-width: 600px) {
  .list-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%; }

  .sidebar2 {
    display: none !important; } }
@media (min-width: 0px) and (max-width: 649px) {
  #app .panel-titles .nav-tabs > li {
    margin-bottom: 0.0em !important;
    width: 45px !important; }

  .home .cn-panel-app .nav-tabs {
    justify-content: normal !important; }

  #slideshow {
    display: none; }

  .cn-panel-app {
    margin-top: 130px !important; }

  #wrap-side-menu2 {
    display: none; }

  .wp-caption-text {
    margin-right: 80px;
    width: 150px;
    height: 100px; } }
@media (max-width: 767px) {
  .flip-clock-wrapper {
    zoom: 0.3;
    -ms-zoom: 0.3;
    margin: 0 !important;
    min-width: 0;
    width: auto; }

  .btn-research {
    display: none; }

  .result-not-loaded {
    top: unset;
    position: unset;
    right: unset;
    zoom: 0.3;
    float: left !important; }

  .timer {
    font-size: 80%; }

  .btn-research-big {
    display: block; }

  .wp-caption-text {
    margin-right: 125px;
    width: 150px;
    height: 100px; } }
@media screen and (min-width: 768px) {
  .home .cn-panel-app #cip-form .rtl-awesomeplete {
    width: 100% !important;
    margin-right: inherit !important; }

  #auth {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }

  #auth .user-nav.logged-in {
    float: none; }

  #auth .usernav-icon {
    display: none;
    float: right !important; }

  #auth .usernav-launcher {
    display: block !important;
    box-shadow: none;
    position: relative;
    z-index: 1000;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    right: inherit;
    min-width: 0;
    height: auto;
    overflow: visible; }

  #auth .usernav-launcher .welcome {
    color: white;
    float: left;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

  #auth .usernav-launcher .welcome a {
    color: #FAD900; }

  #auth .usernav-launcher .welcome a:hover {
    color: #fff; }

  #auth .usernav-launcher li {
    float: right;
    position: relative;
    margin-left: 1em; }

  #auth .usernav-launcher li:hover > a {
    color: #fff; }

  #auth .usernav-launcher li a, #auth .usernav-launcher li span {
    margin-bottom: 0;
    display: block;
    color: #828282; }

  #auth .usernav-launcher li.menu-item-has-children > a:after, #auth .usernav-launcher li.menu-item-has-children span:after {
    content: '\f107';
    display: inline-block;
    vertical-align: top;
    font-family: Fontawesome;
    margin-right: 3px; }

  #auth .usernav-launcher li ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #404040;
    white-space: nowrap;
    min-width: 200px;
    z-index: 555;
    padding: 1em;
    Opacity: 1; }

  #auth .usernav-launcher li ul li {
    float: none; }

  #auth .usernav-launcher li ul li a:hover {
    color: #FAD900; }

  #auth .usernav-launcher li .sub-menu li a {
    color: white; }

  #auth .usernav-launcher ul {
    width: inherit; } }
@media (min-width: 768px) {
  .tour-wrapper a.tour-img {
    height: 250px; }

  #main .card .row.card-wrap .card-content {
    padding-right: 0;
    padding-left: 30px; }

  .card-wrap {
    display: flex; }

  .search-tour {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px; }

  .search-tour .home-header {
    color: #ffffff;
    text-shadow: 0 1px 5px #000;
    padding-bottom: 0; }

  .flip-clock-wrapper {
    position: absolute;
    -moz-transform: scale(0.4);
    -moz-transform-origin: top right;
    right: 10px;
    margin: 0 !important;
    min-width: 0;
    width: 110%;
    left: unset;
    top: unset; }

  .result-not-loaded {
    top: -29px;
    -moz-transform: scale(0.3);
    position: absolute;
    right: 153px;
    width: 150%; }

  .wp-caption-text {
    margin-right: 5px;
    width: 150px;
    height: 100px; }

  #auth {
    width: 100%; }

  #auth .user-nav.logged-in {
    float: right; }

  #app .cn-sidebar {
    margin: 0; }

  #app .cn-sidebar.insurance-sidebar {
    margin-top: 30px; }

  #app .report-controls .form-inline {
    display: inline-flex !important;
    margin-left: -45px; }

  #app .report-controls .form-inline .form-group {
    margin-bottom: 0; }

  #app .report-controls > .form-group {
    float: left; }

  #app .report-controls .btn-excel {
    margin-bottom: 0; }

  #app .report-controls .filter-list {
    text-align: left; }

  #app .report-controls .filter-list .form-group {
    width: 35%; }

  #app .report-controls .filter-list .form-group .form-control {
    max-width: 100%; } }
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; }

  .modal-footer .operations {
    width: 100%; }

  .footer-plus {
    display: none; } }
@media (min-width: 992px) {
  .flip-clock-wrapper {
    position: absolute;
    -moz-transform: scale(0.4);
    -moz-transform-origin: top right;
    margin: 0 !important;
    min-width: 0;
    width: auto;
    left: unset;
    top: unset; }

  .result-not-loaded {
    top: -29px;
    -moz-transform: scale(0.3);
    position: absolute;
    right: 110px;
    width: 150%; }

  .wp-caption-text {
    margin-right: 30px;
    width: 150px;
    height: 100px; }

  #auth {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }

  #auth .user-nav.logged-in {
    float: none; }

  #auth .usernav-icon {
    display: none; }

  #auth .usernav-launcher {
    display: block !important;
    box-shadow: none;
    position: relative;
    z-index: 1000;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    min-width: 0;
    height: auto;
    overflow: visible; }

  #auth .usernav-launcher .welcome {
    float: left;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff; }

  #auth .usernav-launcher .welcome a {
    color: #222; }

  #auth .usernav-launcher .welcome a:hover {
    color: #fff; }

  #auth .usernav-launcher li {
    float: right;
    position: relative;
    margin-left: 1em; }

  #auth .usernav-launcher li:hover > a {
    color: #222; }

  #auth .usernav-launcher li a, #auth .usernav-launcher li span {
    margin-bottom: 0;
    display: block;
    color: #fff; }

  #auth .usernav-launcher li.menu-item-has-children > a:after, #auth .usernav-launcher li.menu-item-has-children span:after {
    content: '\f107';
    display: inline-block;
    vertical-align: top;
    font-family: Fontawesome;
    margin-right: 3px; }

  #auth .usernav-launcher li ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #222;
    white-space: nowrap;
    min-width: 200px;
    z-index: 555;
    padding: 1em; }

  #auth .usernav-launcher li ul li {
    float: none; }

  #auth .usernav-launcher li ul li a:hover {
    color: #404040; }

  .owl-controls .owl-nav {
    z-index: -1;
    left: -30px;
    right: -30px; }

  #main .card a.featured-img {
    overflow: hidden; }

  #main .card a.featured-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    content: '';
    z-index: 9;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
    -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
    -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
    -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0);
    transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(140%, 0, 0); }

  #main .card:hover a.featured-img:before {
    -webkit-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -moz-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -ms-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    -o-transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0);
    transform: scale3d(5, 2, 1) rotate3d(0, 0, 1, -40deg) translate3d(-10%, 0, 0); }

  #main .awesome-weather-wrap {
    width: 50%; }

  .card-wrap .card-img a.featured-img {
    height: 300px; }

  .half-image a {
    display: block; }

  .half-image a img {
    max-width: 45%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }

  .half-image img {
    max-width: 45%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }

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

  .tour_list_pic {
    display: none !important; }

  .page-template-app-templates .hidden-md {
    display: none !important; }

  .tour-wrapper {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }

  .tour-wrapper h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #DA251C;
    z-index: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

  .tour-wrapper a.tour-img {
    height: 193px; }

  .tour-wrapper a.tour-img:after {
    content: '\f06e';
    font-family: Fontawesome;
    position: absolute;
    color: white;
    font-size: 3em;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
    opacity: 0;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000; }

  .tour-wrapper a.tour-see:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #DA251C;
    z-index: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

  .tour-wrapper:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9); }

  .tour-wrapper:hover h3 a {
    color: white; }

  .tour-wrapper:hover h3:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .tour-wrapper:hover a.tour-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

  .tour-wrapper:hover a.tour-img:after {
    opacity: 1; }

  .tour-wrapper:hover a.tour-see {
    color: white; }

  .tour-wrapper:hover a.tour-see:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .tour-wrapper:hover ul.detail {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@media (min-width: 1200px) {
  .tour-wrapper a.tour-img {
    height: 234px; }

  .filters .col-md-3 {
    width: 20%; }

  .acf-rpw-block {
    width: 100%; }

  .flip-clock-wrapper {
    position: absolute;
    -moz-transform: scale(0.4);
    -moz-transform-origin: top right;
    margin: 0 !important;
    min-width: 0;
    width: auto;
    left: unset;
    top: unset; }

  .result-not-loaded {
    top: -29px;
    -moz-transform: scale(0.3);
    position: absolute;
    right: 75px;
    width: 150%; }

  .wp-caption-text {
    margin-right: 54px;
    width: 150px;
    height: 100px; } }
/****************************akvan*******************/
.app_promote .title {
  font-size: 21px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #000; }

li.expired {
  display: none !important; }

div.expired {
  display: none !important; }

#wrap-side-menu2 .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 30px 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px; }

#wrap-side-menu2 .nav-tabs li {
  width: 100%;
  text-align: center;
  margin-bottom: 5px; }

#wrap-side-menu2 .nav-tabs li a {
  border: none;
  color: #FAD900;
  margin: 0;
  border-radius: 0; }

#wrap-side-menu2 .nav-tabs li a:hover {
  background-color: #DA251C !important; }

#wrap-side-menu2 .nav-tabs li.active a {
  background-color: #FAD900 !important;
  color: #232323 !important; }

#wrap-side-menu2 .nav-tabs li:last-child {
  margin-bottom: 0; }

#wrap-side-menu2 .entry-header .hotel-rating {
  font-size: 2em;
  color: #DA251C; }

#wrap-side-menu2 .entry-header .entry-meta {
  display: flex;
  flex-direction: column;
  justify-content: center; }

#wrap-side-menu2 .entry-header .entry-meta > span {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background-color: #ddd;
  padding: 5px; }

#wrap-side-menu2 .entry-header .entry-meta > span a {
  color: #DA251C; }

#wrap-side-menu2 .entry-header .entry-meta > span a:hover {
  color: #232323; }

#wrap-side-menu2 .entry-header .entry-meta > span:last-child {
  margin-bottom: 15px; }

#wrap-side-menu2 .entry-header .entry-meta > span.cats span {
  margin: 0 5px; }

.shakhes {
  float: left;
  border-radius: 10px 10px 10px 10px;
  margin: 10px 20px 20px 0;
  width: 380px;
  height: 350px; }

.ptags {
  text-align: center;
  background-color: #f9f9f9; }

.ptags strong {
  font-size: 18px; }

.ptags_item {
  display: inline-block; }

.ptags_item a {
  color: #da251c;
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 4px 3px;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all 0.3s ease-out; }

.ptags_item a:hover {
  color: #fff;
  background: #666;
  border-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0 ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0 ease 0;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: right;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: 0; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background: 0 0;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

.app_promote .app-image {
  position: relative;
  width: 38%;
  float: left;
  text-align: -moz-center;
  transform: rotate(-10deg);
  margin-left: -170px;
  top: -50px; }

.app_promote .app-image .app-first {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 86px;
  transform: rotate(40deg); }

.app_promote .app-image .Parallax1 {
  position: relative;
  left: 0;
  z-index: 2;
  top: 0; }

.app_promote .app-image .Parallax2 {
  position: relative;
  right: 0;
  z-index: 1;
  top: 0; }

.bg-app {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: initial;
  min-height: 540px;
  background-color: #fff; }

#img {
  width: 398px;
  height: 300px; }

.acf-rpw-title {
  font-size: 16px;
  font-family: at10;
  line-height: 1.5; }

.acf-rpw-excerpt {
  font-size: 14px;
  font-family: at10;
  line-height: 2; }

.acf-rpw-block {
  width: 100%; }

.shrink {
  border-radius: 10px;
  transition: 1s ease; }

.shrink img {
  transition: 1s ease; }

.shrink img:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease; }

.shrink:hover {
  border-radius: 50%;
  transition: 1s ease; }

body .row::before, body .row::after {
  display: flex !important; }

.list-boxes .item, .items-list .item {
  margin: 0px; }

.item-in-content-place h3.tour {
  white-space: nowrap; }

.item-in-content-place .details-part {
  padding-left: 0;
  height: 132px;
  display: inline-grid; }

.package-dl-list li .package-dl-btn.faa-file-pdf {
  background-color: #C11E07;
  border: 1px solid #C11E07; }

.package-dl-list li .package-dl-btn.faa-file-word {
  background-color: #2B579A;
  border: 1px solid #2B579A; }

.package-dl-list li .package-dl-btn.print-paper {
  background-color: #8a8a8a;
  border: 1px solid #8A8A8A; }

.package-dl-list li .package-dl-btn.print-paper {
  background-color: #8a8a8a;
  border: 1px solid #8A8A8A; }

.package-dl-list li {
  display: inline-block;
  margin-right: .3em; }

.package-dl-list li .package-dl-btn {
  color: #fff;
  padding: 0 7px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer; }

.package-btn {
  background-color: #C11E07;
  border: 1px solid #C11E07;
  color: #fff;
  padding: 0 7px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer; }

.item-in-content-place {
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  margin-right: -50px; }

.item-in-content-place .row {
  display: flex;
  flex-direction: column; }

.item-in-content-place h3 {
  margin: 0;
  padding: .3em .8em;
  background-color: unset;
  font-size: 1.5em; }

.item-in-content-place h3 a {
  color: #13447e; }

.item-in-content-place h3.tour {
  padding-bottom: 5px;
  text-align: right;
  display: contents; }

.item-in-content-place .text-part {
  height: calc(100% - 50.19px);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.text-part ul li, .list-boxes .item .text-part ul li, .items-list .item .text-part ul li {
  line-height: 2em !important;
  color: #747474; }

.item-in-content-place .text-part ul {
  padding: 0 0.6em; }

.item-in-content-place .price-on-left {
  display: block; }

.item-in-content-place .a-tour-detail {
  font-weight: normal !important;
  color: #13447e; }

.items-list .item .text-part ul {
  padding: .6em;
  font-size: .86em; }

.package-dl-list:not(.in-top-bar) {
  direction: ltr;
  text-align: left;
  padding: 0 .6em 0.6em !important; }

.package-dl-list {
  display: flex; }

.package-tour {
  text-align: right !important;
  direction: rtl !important; }

.item-in-content-place .pic-part {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.item-in-content-place .pic-part a {
  position: relative;
  height: 123px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.item-in-content-place .pic-part a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 500px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(-45deg);
  top: -200px;
  right: -100px; }

.item-in-content-place .pic-part img {
  border-radius: 4px 4px 0 0; }

.item-in-content-place:hover .pic-part a:before {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: rgba(255, 255, 255, 0.4);
  top: -42px;
  right: 110%; }

.item-in-content-place .pic-part {
  padding-right: 1; }

.item-in-content-place .pic-part img {
  border-radius: 0 4px 4px 0; }

.page-template-content-place {
  padding-right: 0; }

.item-in-content-place .row {
  flex-direction: row; }

.item-in-content-place h3 {
  border-radius: 4px 0 0 0; }

.btn-tour {
  background-color: #C11E07;
  border: 1px solid #C11E07; }

.btn-package-tour {
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer; }

.accordion {
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px; }

.accordion-title {
  position: relative;
  text-align: right;
  font-size: 18px !important; }

.accordion-btn {
  background-color: #F5F5F5;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 400 !important;
  display: block;
  width: 98.5%;
  text-align: right;
  height: 35px; }

.in-module-title {
  position: relative;
  text-align: center;
  font-size: 18px !important;
  color: #DA251C; }

.sidebar2 {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 30px 0;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 0 3px #7b7b7b;
  -webkit-box-shadow: 0 0 3px #7b7b7b;
  -moz-box-shadow: 0 0 3px #7b7b7b;
  border-radius: 4px; }

.page-template-content-place #secondary {
  padding: 0; }

.items-list .item .text-part ul {
  padding: .6em;
  font-size: .7em; }

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