@charset "UTF-8";
/*!
Theme Name: Citynet

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
/*-------------------
CSS Find Helper List

101 - Header
102 - Reservation
103 - HomePage
104 - Inside
105 - Isotope
106 - Footer
201 - Media small
202 - Media medium
203 - Media large

--------------------*/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/eot/IRANSansWeb_Bold.eot");
  src: url("fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/eot/IRANSansWeb_Medium.eot");
  src: url("fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/eot/IRANSansWeb.eot");
  src: url("fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("fonts/woff/IRANSansWeb.woff") format("woff"), url("fonts/ttf/IRANSansWeb.ttf") format("truetype"); }
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/woff2/iranyekanwebbold.woff2") format("woff2"); }
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/woff2/iranyekanwebregular.woff2") format("woff2"); }
/* Material design box shadows */
/* 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: 3px solid #6d6e71; }

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

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

@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: #6d6e71;
  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 #ad0b04;
  border-bottom: 1px solid #ad0b04;
  background: #ad0b04;
  background: linear-gradient(to top, #ad0b04 0%, #fa3e36 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #ad0b04;
  border-right: 0;
  background: #ad0b04;
  background: linear-gradient(to top, #ad0b04 0%, #fa3e36 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: #ad0b04;
  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: #ad0b04; }

.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: "IRANSans", Tahoma, sans-serif; }

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

input, select, .select2, textarea, .form-control {
  font-family: "IRANSans", 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 .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;
  font-size: 1.25rem;
  border-radius: 4px;
  background-color: #6d6e71;
  box-shadow: 0px 3px 0px #7b0803;
  border: 0;
  color: #fff !important;
  font-family: "IRANSans", 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: #ad0b04;
    box-shadow: 0px 3px 0px #7b0803;
    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: #ad0b04;
    box-shadow: 0px 3px 0px #7b0803; }
    .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: #6d6e71;
      box-shadow: 0px 3px 0px #7b0803; }
  .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: #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 .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 .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 label, .panel-bodies label {
  display: inline-block;
  font-weight: normal; }
.page-template-app-templates button.close span, .panel-bodies button.close span {
  font-size: 1.5rem; }
.page-template-app-templates .ltr, .panel-bodies .ltr {
  direction: ltr;
  text-align: left; }
.page-template-app-templates .rtl, .panel-bodies .rtl {
  direction: rtl;
  text-align: right; }
.page-template-app-templates .accordion-citynet, .panel-bodies .accordion-citynet {
  width: 100% !important;
  background: #ad0b04;
  box-shadow: 0 3px 0 #7b0803;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1rem !important; }
  .page-template-app-templates .accordion-citynet i.fa.fa-angle-down, .panel-bodies .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: #ad0b04; }

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: #6d6e71;
  font-weight: bold; }
#app .search {
  padding: 50px 0;
  position: relative; }
#app .date-hour {
  direction: ltr;
  text-align: right; }
#app i {
  vertical-align: baseline; }
  #app i.fa-check {
    color: green; }
  #app i.fa-times {
    color: #da251c; }
#app .nav-tabs {
  border-bottom: 0; }
#app .nav-tabs > li > a {
  background-color: rgba(109, 110, 113, 0.85);
  color: #fff;
  border: 0;
  margin-left: 5px;
  margin-right: 0;
  font-family: "iranyekan", 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: #ad0b04; }
#app .nav-tabs > li.active > a, #app .nav-tabs > li.active > a:focus, #app .nav-tabs > li.active > a:hover {
  background-color: rgba(173, 11, 4, 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: #6d6e71; }
#app .tab-content {
  padding: 0;
  color: #fff; }
  #app .tab-content > .tab-pane {
    background-color: rgba(173, 11, 4, 0.85);
    position: relative;
    padding: 2em 1em 1em;
    border-radius: 4px 0 4px 4px; }
    #app .tab-content > .tab-pane:focus {
      outline: 0; }
  #app .tab-content li {
    color: #ad0b04; }
#app .panel-titles .nav-tabs {
  background-color: rgba(109, 110, 113, 0.85); }
#app .panel-titles .nav-tabs > li > a {
  background-color: transparent;
  margin-left: 0; }
#app .panel-titles .nav-tabs > li {
  width: 100%; }
  #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(173, 11, 4, 0.85);
      color: #fff; }
    #app .panel-titles .nav-tabs > li > a.active {
      background-color: rgba(173, 11, 4, 0.85);
      color: #fff; }
#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: #ad0b04;
  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 #7b0803;
    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: #f8ccca !important;
    border-color: #da251c !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: "iranyekan", 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: #6d6e71;
  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: #6d6e71;
  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;
      background-color: #545557;
      border-radius: 4px 0 0 4px; }
  #app .submit:hover {
    background-color: #e6e6e6;
    color: #6d6e71 !important; }
    #app .submit:hover:after {
      background-color: #bfbfbf;
      color: #6d6e71; }
#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: #6d6e71;
      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: #ad0b04;
    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(173, 11, 4, 0.85);
  padding: 2em 1em 1em;
  border-radius: 4px;
  color: #fff;
  margin: 3em 0; }
  #app .insurance-search .panel li {
    color: #ad0b04; }
#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: #df0e05; }
      #app table.results-table .btn.btn-buy:hover:after, #app table.transfer-table .btn.btn-buy:hover:after {
        background-color: #545557; }
#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: #6d6e71; }
#app tr.details h4 {
  margin-bottom: 0;
  text-align: center; }
  #app tr.details h4 i {
    color: #6d6e71; }
#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: #ad0b04;
    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: #ad0b04; }
  #app .cn-sidebar .re-search button.search-btn:hover {
    background-color: #ad0b04;
    color: #fff !important; }
    #app .cn-sidebar .re-search button.search-btn:hover:after {
      background-color: #7b0803;
      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: rgba(173, 11, 4, 0.85);
    padding: 2em 1em 1em;
    border-radius: 4px;
    color: #fff;
    margin: 3em 0; }
    #app.site-main .panel li {
      color: #ad0b04; }
  #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(173, 11, 4, 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: #6d6e71; }
  #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: #da251c;
    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: #da251c; }
    #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: #6d6e71;
      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: #6d6e71;
    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: #ad0b04; }

.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: #ad0b04;
      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: #ad0b04;
    box-shadow: none; }
  #passengers-info .btn-bottom {
    margin-top: 30px; }
    #passengers-info .btn-bottom.btn-sm {
      margin-top: 37px; }
  #passengers-info h3 {
    color: #ad0b04; }
  #passengers-info.invalid .has-error label, #passengers-info.invalid .has-error .form-control {
    color: #da251c;
    border-color: #da251c; }
    #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: #ad0b04;
  border-color: #dee2e6 #dee2e6 #fff; }
#app .flight-rules .modal-body .nav-tabs > li > a {
  background-color: #6d6e71; }
#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: #6d6e71;
      color: #e6e6e6; }
      #app .flight-rules .modal-body .tab-content .nav-tabs > li > a i {
        color: #ad0b04; }
      #app .flight-rules .modal-body .tab-content .nav-tabs > li > a:hover {
        background-color: #ad0b04;
        color: #e6e6e6; }
        #app .flight-rules .modal-body .tab-content .nav-tabs > li > a:hover i {
          color: #6d6e71; }
  #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: #ad0b04;
    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: #6d6e71; }

.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: #ad0b04;
      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: "IRANSans", 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: #ad0b04; }
  .seat-map .help .female:before {
    background-color: #6d6e71; }
  .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: #ad0b04;
      color: #fff;
      cursor: default; }
      .seat-map .seats button.BookedForMale:hover {
        background-color: #ad0b04; }
    .seat-map .seats button.BookedForFemale {
      background-color: #6d6e71;
      color: #fff;
      cursor: default; }
      .seat-map .seats button.BookedForFemale:hover {
        background-color: #6d6e71; }
    .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: #ad0b04; }
  #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: #ad0b04; }
  #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: #ad0b04;
    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: #fc8681; }
  #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: #6d6e71;
    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: #d4d5d6; }
  #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: #ad0b04;
      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: #ad0b04; }

#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: #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: #6d6e71;
      transition: all 0.25s; }
      .modal-footer .operations button:hover {
        color: #ad0b04; }
  .modal-footer .alert {
    clear: right; }

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

.loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ad0b04;
  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: 0.9em; }
    #app .nav-tabs > li > a {
      border-radius: 4px 4px 0 0; }
  #app .panel-titles {
    padding-left: 0; }
    #app .panel-titles .nav-tabs > li {
      float: none; }
      #app .panel-titles .nav-tabs > li > a {
        border-radius: 0; }
    #app .panel-titles .nav-tabs {
      min-height: 353.6px; }
      #app .panel-titles .nav-tabs li {
        width: 100%; }
  #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: #ad0b04; }
          #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: #ad0b04; }
        #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: #ad0b04;
          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: #6d6e71; } }
.direction_wrapper {
  position: absolute;
  top: 34px;
  left: -10px;
  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; }

.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: #ad0b04;
  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 #330601;
  border-radius: 5px;
  text-align: right;
  margin-bottom: 2em; }
  .tbl-print-block .entered-info {
    margin: 20px; }
    .tbl-print-block .entered-info table th {
      background: #fff !important;
      text-align: center !important;
      padding: 10px !important;
      font-weight: 700 !important;
      color: #898989 !important;
      border: 1px solid #e5d1ac !important;
      font-size: 0.9em !important; }
    .tbl-print-block .entered-info table td {
      background: #fff9ed;
      color: #898989 !important;
      border: 1px solid #e5d1ac !important;
      padding: 8px !important;
      font-size: 0.9em !important; }
  .tbl-print-block .title-print-block {
    text-align: right;
    background: #330601;
    color: #ffe1a2;
    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; } }
.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: #ad0b04 !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; }

.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 .form-control {
  color: #da251c;
  border-color: #da251c; }
  .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; }

/* General */
html {
  font-size: 14px; }

body {
  font-family: "IRANSans", Tahoma, sans-serif;
  line-height: 1.8;
  unicode-bidi: embed; }

#page {
  direction: rtl; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
  font-family: "iranyekan", Tahoma, sans-serif; }

h1 {
  font-size: 1.9rem; }

h2 {
  font-size: 1.7rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

.search-form .search-field {
  padding: 0 10px 0 45px; }
.search-form .search-submit {
  right: auto;
  left: 0; }

.wpcf7 {
  direction: rtl !important; }
  .wpcf7 .wpcf7-form-control-wrap {
    min-height: 50px; }

img.ajax-loader {
  margin-left: 0;
  margin-right: 5px; }

/*---------------------------------------------
# 101 Header
------------------------------------------------*/
#masthead {
  font-family: "iranyekan", Tahoma, sans-serif; }
  #masthead .top li img {
    margin-left: 3px; }
  #masthead .top #auth {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #masthead .top #auth .user-nav {
      float: right;
      font-size: 0.85rem; }
      #masthead .top #auth .user-nav button {
        background-color: transparent;
        border: 0;
        margin: 0 1em 0 0;
        padding: 0;
        color: #fff; }
    #masthead .top #auth .usernav-icon {
      float: left;
      font-weight: bold; }
    #masthead .top #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: 30px;
      left: 0;
      z-index: 555;
      background-color: #ad0b04;
      padding: 1em;
      min-width: 200px;
      height: calc(100vh - 150px);
      overflow-y: scroll; }
      #masthead .top #auth .usernav-launcher .welcome {
        color: #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 0.85rem;
        font-weight: bold; }
        #masthead .top #auth .usernav-launcher .welcome a {
          color: #fff; }
          #masthead .top #auth .usernav-launcher .welcome a:hover {
            color: #6d6e71; }
      #masthead .top #auth .usernav-launcher li {
        float: none; }
        #masthead .top #auth .usernav-launcher li a {
          font-weight: bold;
          color: #fff;
          margin-bottom: 5px;
          display: block; }
          #masthead .top #auth .usernav-launcher li a:hover {
            color: #6d6e71; }
        #masthead .top #auth .usernav-launcher li span {
          font-weight: bold;
          color: #fff;
          margin-bottom: 5px;
          display: block; }
        #masthead .top #auth .usernav-launcher li ul {
          padding-right: 1em; }
          #masthead .top #auth .usernav-launcher li ul a {
            font-weight: normal;
            margin-bottom: 5px; }
  #masthead .main-content #nav-icon {
    float: right; }
  #masthead #primary-menu {
    left: auto;
    right: -75%; }
    #masthead #primary-menu #main-menu li a {
      padding: 0 1em 0 2em;
      font-weight: 600; }
    #masthead #primary-menu #main-menu li ._before, #masthead #primary-menu #main-menu li i.fa {
      margin-left: 5px;
      margin-right: 0; }
    #masthead #primary-menu #main-menu li i.fa-angle-down {
      float: left;
      margin-left: 0; }
    #masthead #primary-menu #main-menu li i.fa-chevron-down {
      float: left; }
    #masthead #primary-menu #main-menu .sub-menu {
      border-left: none;
      border-right: solid 2px #ad0b0482;
      margin-right: 5%; }
      #masthead #primary-menu #main-menu .sub-menu li a {
        padding-right: 2em;
        padding-left: 0;
        font-size: 0.9rem; }
      #masthead #primary-menu #main-menu .sub-menu .sub-menu a {
        padding-right: 3em;
        padding-left: 0; }
    #masthead #primary-menu .search form input {
      padding-left: 30px;
      padding-right: 5px; }
    #masthead #primary-menu .search form button {
      left: 35px;
      right: inherit !important; }
  #masthead #toggle {
    left: 1em;
    right: inherit; }

.main-slider .slick-next {
  left: 15px;
  right: inherit; }
.main-slider .slick-prev {
  left: inherit;
  right: 15px; }
.main-slider .slide-text {
  float: right;
  margin-right: 15%;
  margin-left: inherit; }

/*------------------------------------------------------
# 103 HomePage
-------------------------------------------------------*/
.btn-more {
  float: left;
  padding-right: 10px;
  padding-left: 45px; }
  .btn-more:after {
    content: '\f104';
    left: 0;
    border-radius: 3px 0 0 3px;
    right: inherit; }

.homepage_title h1 a:before {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  height: 40px; }

#homepage_hotels ul.isotope .wrapper .hotel-img {
  padding: 0;
  padding-left: 15px; }
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-city {
  float: right; }
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-country {
  float: right;
  text-align: right; }
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-category {
  float: left;
  text-align: left; }
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-rating {
  clear: both;
  text-align: center; }
#homepage_hotels ul.isotope .wrapper .hotel-details .en-title {
  float: right;
  text-align: left;
  padding-left: 10px;
  width: 50%;
  border-left: 1px solid #bfbfbf; }
#homepage_hotels ul.isotope .wrapper .hotel-details .persian-title {
  text-align: right;
  float: left;
  padding-right: 10px;
  width: 50%; }
#homepage_hotels .homepage-links a {
  border-right: 2px solid #6d6e71;
  border-left: none; }

#homepage_newslater h1 {
  font-size: 1.3rem; }
#homepage_newslater .wpcf7-form-control-wrap, #homepage_newslater div.wpcf7-response-output {
  direction: rtl; }

.best-sale-tours .best-sale-tours-slider .slick-next {
  left: 5px; }
.best-sale-tours .best-sale-tour-slide .tour-slide-desc .tour-slide-countries {
  float: right;
  margin-right: 15px;
  margin-top: 6px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.best-sale-tours .best-sale-tour-slide .tour-slide-desc .tour-slide-more {
  float: left;
  margin-left: 15px;
  margin-right: inherit; }
.best-sale-tours .best-sale-tour-slide .tour-slide-desc .tour-slide-title {
  float: right; }
.best-sale-tours .best-sale-tour-slide .tour-slide-desc .tour-slide-price {
  float: left; }

.blog-part .custom-pr {
  padding-left: 0;
  padding-right: 15px; }

/*------------------------------------------------------
# 104 Inside
-------------------------------------------------------*/
#main .wp-pagenavi .pages {
  float: right; }
#main .wp-pagenavi .current {
  float: right; }
#main .wp-pagenavi a.page {
  float: right; }
#main .wp-pagenavi .nextpostslink, #main .wp-pagenavi .previouspostslink {
  float: right; }
#main .entry-meta .cat-links, #main .entry-meta .tags-links, #main .entry-meta .edit-link, #main .entry-meta .posted-on, #main .entry-meta .byline {
  margin-right: 0;
  margin-left: 1em; }
#main .entry-content li a {
  font-family: "iranyekan", Tahoma, sans-serif; }
#main .filters button {
  margin: 0 0 .5em .5em;
  font-family: "IRANSans", Tahoma, sans-serif; }
#main .type-hotel .page-header .hotel-title-stars {
  float: left; }
  #main .type-hotel .page-header .hotel-title-stars .hotel-rating {
    direction: ltr; }
#main .type-hotel .page-header .hotel-title-meta {
  float: right; }
  #main .type-hotel .page-header .hotel-title-meta .persian-title {
    font-size: 1.8rem; }
#main .entry-meta {
  margin-top: 15px;
  font-size: 1em; }
  #main .entry-meta .country, #main .entry-meta .city, #main .entry-meta .cats {
    margin-right: 0;
    margin-left: 1em; }
#main .btn-contact {
  float: left; }

.newsletter form input {
  border-radius: 0 10px 10px 0;
  float: right; }
  .newsletter form input[type='submit'] {
    float: left;
    border-radius: 10px 0 0 10px; }

.entry-content .sidefilter-body .in-module .in-module-title .icbox {
  margin-left: 5px;
  margin-right: inherit;
  border-radius: 0 10px 0 0;
  float: right; }

.entry-content .sidefilter-body .in-module .in-module-title {
  padding-left: inherit;
  padding-right: 0px; }

.results .wrapper li .fa-money, .fa-globe, .fa-calendar-alt, .fa-map-marker, .fa-hourglass-end, .related-tours-slider .wrapper li .fa-money, .fa-globe, .fa-calendar-alt, .fa-map-marker, .fa-hourglass-end, .related-hotels-slider .wrapper li .fa-money, .fa-globe, .fa-calendar-alt, .fa-map-marker, .fa-hourglass-end, .related-attractions-slider .wrapper li .fa-money, .fa-globe, .fa-calendar-alt, .fa-map-marker, .fa-hourglass-end {
  margin-left: 5px !important;
  font-size: 1.2em !important;
  margin-top: -4px !important;
  margin-right: 0px !important; }

#all-archive .wrapper li .fa-money, .fa-globe, .fa-calendar-alt, .fa-map-marker, .fa-hourglass-end {
  font-size: 1.2em !important; }

#place-archive .item.box-vertical .wrapper img {
  transform: unset; }

.results .wrapper li .fa-globe-asia, .related-tours-slider .wrapper li .fa-globe-asia, .related-hotels-slider .wrapper li .fa-globe-asia, .related-attractions-slider .wrapper li .fa-globe-asia {
  margin-right: 5px;
  margin-left: 5px; }

#all-archive .wrapper li .fa-globe-asia {
  margin-right: 5px;
  margin-left: 5px; }

#all-archive .wrapper li .fa-city {
  margin-right: 2px;
  margin-left: 5px;
  margin-top: -1px; }

.post-type-archive .wrapper li .fa-map-marker {
  margin-left: 8px !important; }

#all-archive .wrapper li i {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.results .wrapper li .fa-city, .related-tours-slider .wrapper li .fa-city, .related-hotels-slider .wrapper li .fa-city, .related-attractions-slider .wrapper li .fa-city {
  margin-right: 2px;
  margin-left: 5px;
  margin-top: -1px; }

.entry-content .sidefilter-body .in-module-content .filter-new-boxes-rating input {
  float: right;
  margin: 0.1em 0 0 0.5em; }

/*------------------------------------------------------
# 105 Isotope
-------------------------------------------------------*/
ul.isotope .wrapper ul .tour-detail-price .old, ul.isotope-tour .wrapper ul .tour-detail-price .old {
  float: left;
  margin-left: 10px;
  margin-right: 0; }
ul.isotope .wrapper ul .tour-detail-price .sale, ul.isotope .wrapper ul .tour-detail-price .price, ul.isotope-tour .wrapper ul .tour-detail-price .sale, ul.isotope-tour .wrapper ul .tour-detail-price .price {
  float: left; }

/*------------------------------------------------------
# 106 Footer
-------------------------------------------------------*/
#colophon .site-info {
  direction: rtl !important; }
  #colophon .site-info ul.socials {
    text-align: left; }
    #colophon .site-info ul.socials li a {
      margin-right: 15px;
      margin-left: 0; }
  #colophon .site-info i.fa-map-marker {
    margin-left: 5px;
    margin-right: 0; }
  #colophon .site-info .contact-footer .footer-address .footer-icon, #colophon .site-info .contact-footer .footer-tel .footer-icon, #colophon .site-info .contact-footer .footer-mail .footer-icon, #colophon .site-info .contact-footer .footer-mobile .footer-icon {
    float: right; }
  #colophon .site-info .contact-footer .footer-address .footer-content, #colophon .site-info .contact-footer .footer-tel .footer-content, #colophon .site-info .contact-footer .footer-mail .footer-content, #colophon .site-info .contact-footer .footer-mobile .footer-content {
    margin-right: 6px;
    margin-left: inherit; }
  #colophon .site-info .contact-footer .footer-mobile .footer-icon {
    margin-right: 2px;
    margin-left: inherit; }
#colophon .footer-logo {
  margin-top: 0; }
#colophon .lufthansa {
  float: right;
  margin: 0.5em 0 10px 10px; }

/*------------------------------------------------------
# 201 Media small
-------------------------------------------------------*/
@media (min-width: 576px) {
  #masthead .top .tel, #masthead .top .email {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
    float: left; }
  #masthead .top #auth {
    width: 100%; }
    #masthead .top #auth .user-nav.logged-in {
      float: left; }
  #masthead .top .social-links a:first-child {
    margin-right: 0 !important;
    margin-left: inherit !important; }
  #masthead #primary-menu .search form button {
    left: 60px; }

  a.foobox {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 15px !important; }

  .facilities .hotel-logo img {
    float: right;
    margin-right: 0;
    margin-left: 15px; }

  #homepage_attraction ul.isotope .wrapper .attraction-info {
    padding-left: 0;
    padding-right: 15px; }

  #app .nav-tabs > li {
    float: right;
    margin-bottom: 0;
    font-size: 0.9em; }
    #app .nav-tabs > li > a {
      border-radius: 4px 4px 0 0; }
  #app .panel-titles {
    padding-left: 0; }
    #app .panel-titles .nav-tabs > li {
      float: none; }
      #app .panel-titles .nav-tabs > li > a {
        border-radius: 0; }
    #app .panel-titles .nav-tabs {
      min-height: 353.6px; }
  #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 .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%; }

  .blog-part .news-title {
    text-align: right; }
  .blog-part .news-content p {
    text-align: justify; }

  #masthead .top .social-links {
    float: right; } }
/*------------------------------------------------------
# 202 Media medium
-------------------------------------------------------*/
@media (min-width: 768px) {
  #masthead .top .social-links {
    float: right; }
  #masthead .top .tel-mail {
    float: left; }
  #masthead #primary-menu {
    right: auto !important;
    left: auto; }
    #masthead #primary-menu #main-menu > li > .sub-menu li.menu-item-has-children a:before {
      left: 4px;
      right: inherit;
      transform: rotate(180deg); }
    #masthead #primary-menu #main-menu > li.menu-item-has-children > a:after {
      float: left;
      margin-right: 5px; }
    #masthead #primary-menu .menu-main-menu-container #main-menu li:first-child {
      margin-right: 0; }
      #masthead #primary-menu .menu-main-menu-container #main-menu li:first-child a {
        margin-right: 0; }
    #masthead #primary-menu .search.full-search form button {
      left: 10px; }
  #masthead .top #auth {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #masthead .top #auth .user-nav.logged-in {
      float: none; }
    #masthead .top #auth .usernav-icon {
      display: none; }
    #masthead .top #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; }
      #masthead .top #auth .usernav-launcher .welcome {
        float: left;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #fff; }
        #masthead .top #auth .usernav-launcher .welcome a {
          color: #ad0b04; }
          #masthead .top #auth .usernav-launcher .welcome a:hover {
            color: #fff; }
      #masthead .top #auth .usernav-launcher li {
        float: right;
        position: relative;
        margin-left: 1em; }
        #masthead .top #auth .usernav-launcher li:hover > a {
          color: #ad0b04; }
        #masthead .top #auth .usernav-launcher li a, #masthead .top #auth .usernav-launcher li span {
          margin-bottom: 0;
          display: block;
          color: #fff; }
        #masthead .top #auth .usernav-launcher li.menu-item-has-children > a:after, #masthead .top #auth .usernav-launcher li.menu-item-has-children span:after {
          content: '\f107';
          display: inline-block;
          vertical-align: top;
          font-family: Fontawesome;
          margin-right: 3px; }
        #masthead .top #auth .usernav-launcher li ul {
          display: none;
          position: absolute;
          top: 30px;
          right: 0;
          background-color: #ad0b04;
          white-space: nowrap;
          min-width: 200px;
          z-index: 555;
          padding: 1em; }
          #masthead .top #auth .usernav-launcher li ul li {
            float: none; }
            #masthead .top #auth .usernav-launcher li ul li a:hover {
              color: #6d6e71; }
  #masthead #primary-menu #main-menu > li {
    border-left: 0;
    float: right; }
    #masthead #primary-menu #main-menu > li a {
      padding: 3px .5em; }
    #masthead #primary-menu #main-menu > li ._before, #masthead #primary-menu #main-menu > li i.fa {
      margin: 0 auto; }
  #masthead #primary-menu #main-menu .sub-menu {
    right: 0;
    left: auto; }
    #masthead #primary-menu #main-menu .sub-menu li a {
      padding-right: 0; }
    #masthead #primary-menu #main-menu .sub-menu .sub-menu {
      right: 95%;
      left: auto; }
      #masthead #primary-menu #main-menu .sub-menu .sub-menu a {
        padding-right: 0; }

  #homepage-links a.hompage-link-brd {
    border-right: none;
    border-left: 1px solid #bfbfbf; }

  #homepage_newslater h1 {
    text-align: right; }

  .visa .visa-text .visa-text-image {
    float: right; }
  .visa .visa-text .visa-text-part {
    float: left; }

  .blog-part .news-content {
    height: inherit; }

  #lang_choice_1 {
    float: right; } }
/*------------------------------------------------------
# 203 Media Large
-------------------------------------------------------*/
@media (min-width: 992px) {
  #masthead #primary-menu .search {
    margin-right: inherit;
    margin-left: 2em; }
  #masthead #primary-menu #main-menu > li a {
    padding: 3px .7em; }

  #masthead .main-content .logo .site-title a {
    float: left; } }
/*------------------------------------------------------
# 204 Media xLarge
-------------------------------------------------------*/
@media (min-width: 1200px) {
  .lang-switch {
    float: right;
    margin-right: 2em !important;
    margin-left: 0 !important; } }
.list-view > article a.image-wrapper.thumb {
  float: right;
  margin-right: 0;
  margin-left: 15px; }

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