@charset "UTF-8";
/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.multimedya {
  width: 100%;
  height: auto;
  clear: both; }
  .multimedya .title {
    font-size: 18.53px;
    color: #2d4191;
    font-weight: bold;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between; }
  .multimedya .thumb {
    margin: 15px 0; }
    .multimedya .thumb img {
      position: relative;
      z-index: 3;
      border-radius: 6px; }
    .multimedya .thumb span {
      color: #000;
      text-align: center;
      font-size: 15px;
      display: none; }
    .multimedya .thumb .imagePanel {
      display: block;
      position: relative;
      border: 2px solid #2d4191;
      border-radius: 6px;
      box-shadow: 0px 0px 5px #888888; }
      .multimedya .thumb .imagePanel:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        font-size: 40px;
        color: #FFF;
        text-align: center;
        top: 50%;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.2s;
        -khtml-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
  .multimedya.images .thumb .imagePanel:hover:after {
    content: "\f00e";
    text-shadow: 0px 0px 10px #000; }
  .multimedya.videos .thumb .imagePanel {
    margin-bottom: 15px; }
    .multimedya.videos .thumb .imagePanel:after {
      content: "\f04b";
      text-shadow: 0px 0px 10px #000; }
    .multimedya.videos .thumb .imagePanel:hover:after {
      color: #2E2E2E;
      text-shadow: 0px 0px 10px #FFF; }

@media (max-width: 500px) {
  .multimedya .col-fulwid-5 {
    width: 100%; } }
.bcrumbPanel .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  height: 24px; }
  .bcrumbPanel .breadcrumb h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold; }
  .bcrumbPanel .breadcrumb > li {
    margin-right: 4px; }
  .bcrumbPanel .breadcrumb > li + li:before {
    content: "|";
    width: 4px;
    display: inline-block; }

.doc {
  transition: 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background-color: #f7f7f7;
  border-top: 3px solid #383839;
  margin-bottom: 15px; }
  .doc .icon {
    min-height: 51px;
    min-width: 43px;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .doc .title {
    font-size: 15px;
    color: #2d4191;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 7px; }
    @media (max-width: 1198px) {
      .doc .title {
        font-size: 14px; } }
  .doc:hover {
    transition: 300ms;
    background-color: #21396a; }
    .doc:hover .title {
      color: #ffffff; }

/* SOSYAL MEDYA PAYLA┼ŞIM BUTONLARI START */
#sosyalPaylasim a:hover {
  text-decoration: none;
  color: #FFFFFF; }
#sosyalPaylasim > div a {
  padding: 0 5px 0 8px;
  border-radius: 15px !important;
  margin: 5px 5px;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 28px;
  display: inline-block;
  width: 100px;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  #sosyalPaylasim > div a:before {
    font-family: 'Font Awesome 5 Brands';
    font-size: 16px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    width: 28px;
    margin-left: -10px;
    background: #fff;
    display: flex;
    justify-content: center; }
#sosyalPaylasim > div#face a {
  background-color: #0069b4; }
  #sosyalPaylasim > div#face a:hover {
    background-color: #4C67B7; }
  #sosyalPaylasim > div#face a:before {
    content: "\f39e";
    color: #0069b4; }
#sosyalPaylasim > div#twitter a {
  background-color: #009fe3; }
  #sosyalPaylasim > div#twitter a:hover {
    background-color: #009fe3; }
  #sosyalPaylasim > div#twitter a:before {
    color: #009fe3;
    content: "\f099"; }
#sosyalPaylasim > div#whatsapp a {
  background-color: #83d478; }
  #sosyalPaylasim > div#whatsapp a:hover {
    background-color: #83d478; }
  #sosyalPaylasim > div#whatsapp a:before {
    content: "\f232";
    color: #83d478; }
#sosyalPaylasim > div#linkedin a {
  background-color: #2AABBE;
  border: none; }
  #sosyalPaylasim > div#linkedin a:hover {
    background-color: #238191; }
  #sosyalPaylasim > div#linkedin a:before {
    content: "\f0e1";
    color: #2AABBE; }
@media (max-width: 575px) {
  #sosyalPaylasim {
    padding: 20px 0; }
    #sosyalPaylasim > div a {
      line-height: 24px;
      width: 70px;
      font-size: 11px; }
      #sosyalPaylasim > div a:before {
        width: 24px;
        font-size: 13px;
        margin-left: -15px;
        margin-right: 3px; } }

/* SOSYAL MEDYA PAYLA┼ŞIM BUTONLARI END */
.paging_panel {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 20px; }
  .paging_panel .pagination {
    justify-content: center; }
    .paging_panel .pagination li a {
      width: 30px;
      height: 30px;
      margin-left: 10px;
      color: #666666;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .paging_panel .pagination .pageNext {
      transform: rotate(180deg); }
    .paging_panel .pagination .disabled a {
      background-color: #2d4191;
      color: #fff; }

.sayfalama a {
  position: relative;
  padding: 3px 12px;
  margin-left: -6px;
  line-height: 1.42857143;
  color: #009FE3;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #55acee; }
  .sayfalama a:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .sayfalama a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .sayfalama a:hover {
    background-color: #222222; }
  .sayfalama a.select {
    background-color: #e2d5d8; }

/* VARSAYILAN */
.varsayilan-sayfa .item img {
  width: 100%;
  margin-bottom: -9px;
  border-radius: 12px;
  transition: 0.3s; }
.varsayilan-sayfa .item-text {
  border-bottom: solid 1px #f3f2f2;
  border-left: solid 1px #f3f2f2;
  border-right: solid 1px #f3f2f2;
  height: 268px;
  padding-top: 1px;
  padding-left: 7px;
  padding-right: 7px;
  color: #a5a5a5;
  font-size: 13px; }
  .varsayilan-sayfa .item-text h1 {
    color: #2d4191;
    font-size: 22px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 21px;
    height: 26px;
    overflow: hidden; }
  .varsayilan-sayfa .item-text input {
    background-color: #2d4191;
    right: 0;
    width: 111px;
    height: 27px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 12.91px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    float: right;
    transition: 0.3s; }
.varsayilan-sayfa:hover .item img {
  opacity: 0.8; }
.varsayilan-sayfa:hover p {
  color: #0c0c0c; }
.varsayilan-sayfa:hover input {
  box-shadow: 0 0 10px #2d4191; }

.varsayilan-sayfa-alt {
  margin-top: 40px;
  margin-bottom: 25px; }
  .varsayilan-sayfa-alt .img {
    float: left;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      .varsayilan-sayfa-alt .img {
        float: none; } }
    .varsayilan-sayfa-alt .img img {
      border-radius: 5px; }
  .varsayilan-sayfa-alt .header {
    font-size: 22.53px;
    color: #2d4191;
    position: relative;
    margin-bottom: 5px; }
  .varsayilan-sayfa-alt .text {
    font-size: 14px;
    color: #3d3d3e;
    line-height: 1.6;
    text-align: justify; }

/*.accordionMenu {
  .panel {
    box-shadow: none;
    border: none;

    .panel-body {
      border-top: none !important;
    }

    .panel-heading {
      background-color: $COLOR_5;
      border-radius: 25px;
      padding: 19px 38px;
      @include mediaMaxWid(991) {
        padding: 11px 20px;
      }

      .panel-title {
        position: relative;
        font-size: 20px;
        color: $COLOR_6;
        font-weight: 600;
        @include mediaMaxWid(991) {
          font-size: 16px;
        }

        .action {
          position: absolute;
          right: 0;
          color: #ffffff;
          background: rgb(243, 148, 25);
          background: -moz-linear-gradient(
                          180deg,
                          rgba(243, 148, 25, 1) 0%,
                          rgba(243, 117, 25, 1) 100%
          );
          background: -webkit-linear-gradient(
                          180deg,
                          rgba(243, 148, 25, 1) 0%,
                          rgba(243, 117, 25, 1) 100%
          );
          background: linear-gradient(
                          180deg,
                          rgba(243, 148, 25, 1) 0%,
                          rgba(243, 117, 25, 1) 100%
          );
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f39419", endColorstr="#f37519", GradientType=1);
          font-size: 31px;
          top: -9px;
          width: 63px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 25px;
          @include mediaMaxWid(991) {
            font-size: 16px;
            top: -5px;
            width: 44px;
            height: 28px;
          }
        }
      }
    }
  }
}*/
/*.responsive-table {
  width: 100%;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  color: #fe7813;
  height: 43px;
}
.responsive-table thead th:first-of-type {
  text-align: center;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th {
  display: block;
  padding: 0;
  text-align: center;
  white-space: normal;
}
.responsive-table th {
  padding: 0.5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  color: white;
  height: 43px;
  padding-top: 14px;
}
.responsive-table tbody th {
  text-align: right;
  height: 48px;
}
.responsive-table tbody th[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody th[scope="row"]:before {
  color: white;
}
.responsive-table tbody th:nth-of-type(even) {
}
@media (min-width: 30em) {
  .responsive-table tbody th[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th {
    display: table-cell;
    padding: 0.5em;
  }
  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th {
    text-align: center;
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #010000;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
  .responsive-table tbody th[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}*/
/* burak */
/* Pnr Ara ─░ptal Start */
.online-islemler .online-islemle-pnr .bilet-block .bilet-list .center {
  flex-basis: 1006px; }
.online-islemler .online-islemle-pnr .bilet-block .bilet-list .center ul {
  width: 189px; }
.online-islemler .pnr-form {
  border-bottom: 1px solid #2d4191;
  margin-bottom: 27px; }
  .online-islemler .pnr-form label {
    display: block;
    font-size: 15.57px;
    color: #383839;
    margin-bottom: 10px; }
    @media (max-width: 990px) {
      .online-islemler .pnr-form label {
        font-size: 13px; } }
  .online-islemler .pnr-form input {
    border: 1px solid #383839;
    border-radius: 3px;
    padding: 6px 8px;
    width: 100%;
    margin-bottom: 15px; }
    @media (max-width: 990px) {
      .online-islemler .pnr-form input {
        margin-bottom: 10px; } }
  .online-islemler .pnr-form .btn-ara {
    color: #FFF;
    border-radius: 3px;
    padding: 6px 36px;
    background-color: #2d4191;
    margin-top: 33px; }
    @media (max-width: 990px) {
      .online-islemler .pnr-form .btn-ara {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .online-islemler .pnr-form .desc {
    font-size: 15px;
    color: #8c8b8b;
    margin-bottom: 15px; }
.online-islemler .bilet-iptal .iptal-area {
  background-color: #f7f7f7; }
  @media (max-width: 1198px) {
    .online-islemler .bilet-iptal .iptal-area {
      padding: 15px; } }
  .online-islemler .bilet-iptal .iptal-area .item {
    position: relative; }
    @media (max-width: 767px) {
      .online-islemler .bilet-iptal .iptal-area .item li {
        font-size: 13px; } }
    .online-islemler .bilet-iptal .iptal-area .item .fw-bold {
      margin-top: 22px; }
    .online-islemler .bilet-iptal .iptal-area .item .qr-code {
      text-align: center;
      color: white;
      font-size: 13px;
      padding: 15px;
      background-color: #383839;
      border-radius: 4px; }
      .online-islemler .bilet-iptal .iptal-area .item .qr-code .img {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        height: 126px;
        margin: 4px auto;
        background-position: center center; }
  .online-islemler .bilet-iptal .iptal-area .brd {
    border-left: 1px solid #2d4191;
    padding-left: 42px; }
    @media (max-width: 1198px) {
      .online-islemler .bilet-iptal .iptal-area .brd {
        border-left: none;
        padding-left: 0px; } }
.online-islemler .bilet-iptal .iptal-btn {
  font-size: 30px;
  color: #FFF;
  background-color: #d92226;
  margin-top: 20px;
  padding: 2px 35px; }
  @media (max-width: 1198px) {
    .online-islemler .bilet-iptal .iptal-btn {
      border-left: none;
      padding: 2px 15px;
      font-size: 20px; } }
.online-islemler .odemeniz-basarili {
  max-width: 835px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .online-islemler .odemeniz-basarili .success {
    margin-bottom: 20px; }
    @media (max-width: 1198px) {
      .online-islemler .odemeniz-basarili .success {
        margin-bottom: 10px; } }
  @media (max-width: 1198px) {
    .online-islemler .odemeniz-basarili {
      max-width: 100%; } }
  .online-islemler .odemeniz-basarili .desc {
    margin-bottom: 20px; }
    .online-islemler .odemeniz-basarili .desc .title {
      font-size: 19px; }
      @media (max-width: 1198px) {
        .online-islemler .odemeniz-basarili .desc .title {
          font-size: 14px; } }
    @media (max-width: 1198px) {
      .online-islemler .odemeniz-basarili .desc p {
        font-size: 12px; } }
.online-islemler .odeme-other {
  margin-bottom: 30px; }
  @media (max-width: 1198px) {
    .online-islemler .odeme-other {
      margin-bottom: 15px; } }
  .online-islemler .odeme-other .print-area {
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .online-islemler .odeme-other .print-area p {
      text-align: center;
      margin-bottom: 15px; }
      .online-islemler .odeme-other .print-area p span {
        color: #d92226; }
.online-islemler .otel {
  text-align: center; }
  .online-islemler .otel .title {
    font-size: 20px;
    margin-bottom: 25px; }
    @media (max-width: 1198px) {
      .online-islemler .otel .title {
        margin-bottom: 15px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .online-islemler .otel .title {
        font-size: 12px; } }
  .online-islemler .otel .item {
    margin-bottom: 20px;
    transition: all 500ms;
    cursor: pointer; }
    .online-islemler .otel .item:hover {
      transform: scale(1.1); }
    .online-islemler .otel .item .otel-img {
      border-radius: 4px;
      width: 100%; }
    .online-islemler .otel .item .action {
      background-color: #f7f7f7;
      font-size: 18px;
      color: #003876;
      padding: 4px;
      margin-bottom: 24px; }
      @media (max-width: 1299px) {
        .online-islemler .otel .item .action {
          font-size: 14px; } }
.online-islemler .basarili .basari-area {
  margin-bottom: 26px; }

.btn-print {
  font-size: 22px;
  color: white;
  margin-top: 5px;
  background-color: #f1911f;
  padding: 2px 45px;
  transition: all 500ms; }
  .btn-print:hover {
    transform: scale(1.1); }
  @media (max-width: 1198px) {
    .btn-print {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .btn-print {
      font-size: 16px; } }

/* Pnr Ara ─░ptal Start End */
/* Biletlerim Start*/
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

.bilet-block {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 3px; }
  .bilet-block .statusInfo {
    color: #d92226;
    font-weight: bold; }
  .bilet-block .bilet-list {
    display: flex;
    justify-content: space-between;
    padding-right: 10px; }
    @media (max-width: 990px) {
      .bilet-block .bilet-list {
        padding-right: 0px;
        flex-direction: column;
        margin-bottom: 20px;
        border-bottom: 1px solid #2d4191; } }
    .bilet-block .bilet-list .left {
      flex-basis: 320px;
      min-width: 320px; }
      @media (max-width: 1649px) {
        .bilet-block .bilet-list .left {
          flex-basis: 230px;
          min-width: 230px;
          margin-right: 10px; } }
      @media (max-width: 990px) {
        .bilet-block .bilet-list .left {
          min-width: 100%;
          flex-basis: 100%; } }
      .bilet-block .bilet-list .left .pnr {
        height: 140px;
        display: flex;
        justify-content: flex-start;
        padding-left: 8px;
        align-items: center;
        background-color: #383839;
        border-radius: 4px;
        margin-right: 15px; }
        @media (max-width: 1649px) {
          .bilet-block .bilet-list .left .pnr {
            padding: 4px; } }
        .bilet-block .bilet-list .left .pnr .img {
          height: 125px;
          width: 125px;
          background-size: contain;
          background-repeat: no-repeat; }
        .bilet-block .bilet-list .left .pnr .desc {
          margin-left: 10px;
          color: white;
          font-size: 15.5px; }
          @media (max-width: 1649px) {
            .bilet-block .bilet-list .left .pnr .desc {
              font-size: 13px; } }
    .bilet-block .bilet-list .center {
      flex-basis: 796px;
      min-width: 796px;
      padding-top: 11px; }
      @media (max-width: 1799px) {
        .bilet-block .bilet-list .center {
          flex-basis: 540px;
          min-width: 540px; } }
      @media (max-width: 990px) {
        .bilet-block .bilet-list .center {
          min-width: 100%;
          flex-basis: 100%; } }
      .bilet-block .bilet-list .center .top {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: wrap; }
      .bilet-block .bilet-list .center .bottom {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 18px; }
      @media (max-width: 990px) {
        .bilet-block .bilet-list .center .top,
        .bilet-block .bilet-list .center .bottom {
          padding: 0 20px; } }
      @media (max-width: 499px) {
        .bilet-block .bilet-list .center .top,
        .bilet-block .bilet-list .center .bottom {
          display: flex;
          flex-wrap: wrap; } }
      .bilet-block .bilet-list .center .top ul,
      .bilet-block .bilet-list .center .bottom ul {
        width: 180px; }
        @media (max-width: 990px) {
          .bilet-block .bilet-list .center .top ul,
          .bilet-block .bilet-list .center .bottom ul {
            width: 100%;
            margin-bottom: 10px; } }
      .bilet-block .bilet-list .center .top .price,
      .bilet-block .bilet-list .center .bottom .price {
        width: 75px; }
        @media (max-width: 499px) {
          .bilet-block .bilet-list .center .top .price,
          .bilet-block .bilet-list .center .bottom .price {
            width: 100%; } }
      @media (max-width: 1799px) {
        .bilet-block .bilet-list .center .top .tarih,
        .bilet-block .bilet-list .center .bottom .tarih {
          width: 125px; } }
      @media (max-width: 499px) {
        .bilet-block .bilet-list .center .top .tarih,
        .bilet-block .bilet-list .center .bottom .tarih {
          width: 100%; } }
      .bilet-block .bilet-list .center .top .servis,
      .bilet-block .bilet-list .center .bottom .servis {
        width: 300px; }
        @media (max-width: 499px) {
          .bilet-block .bilet-list .center .top .servis,
          .bilet-block .bilet-list .center .bottom .servis {
            text-align: center;
            width: 100%; } }
      .bilet-block .bilet-list .center li {
        font-size: 15.57px; }
        @media (max-width: 1799px) {
          .bilet-block .bilet-list .center li {
            font-size: 12px; } }
    .bilet-block .bilet-list .right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      flex-basis: 180px;
      min-width: 180px; }
      @media (max-width: 1799px) {
        .bilet-block .bilet-list .right {
          flex-basis: 130px;
          min-width: 130px; } }
      @media (max-width: 990px) {
        .bilet-block .bilet-list .right {
          flex-basis: 85%;
          min-width: 85%;
          margin: 10px 0;
          margin-left: auto;
          margin-right: auto; } }
      .bilet-block .bilet-list .right .btn {
        color: white;
        transition: all 500ms;
        margin: 2px 0;
        padding: 0;
        width: 160px;
        font-size: 14.6px; }
        @media (max-width: 1799px) {
          .bilet-block .bilet-list .right .btn {
            width: 100%;
            font-size: 12px; } }
        @media (max-width: 990px) {
          .bilet-block .bilet-list .right .btn {
            padding: 5px; } }
        .bilet-block .bilet-list .right .btn:hover {
          transform: scale(0.9); }
      .bilet-block .bilet-list .right .btn-satin-al {
        background-color: #f1911f; }
      .bilet-block .bilet-list .right .btn-iptal {
        background-color: #d92226; }
  .bilet-block .pnr-list {
    align-items: flex-start; }
    .bilet-block .pnr-list .right {
      padding-top: 6px; }
  @media (max-width: 991px) {
    .bilet-block .mob-100 {
      width: 100% !important; }
    .bilet-block .mob-50 {
      width: 50% !important; }
    .bilet-block .bilet-list .center .bottom, .bilet-block .bilet-list .center .top {
      margin-bottom: 0; } }

/* Biletlerim End */
/* Sat─▒┼ş Ofislerimiz Start */
.satis-ofisi {
  margin-top: 15px; }
  .satis-ofisi .areablock .content {
    padding: 14px;
    background-color: #f7f7f7;
    margin-bottom: 10px; }
    .satis-ofisi .areablock .content .title {
      font-size: 17px;
      color: #2d4191;
      margin-bottom: 5px; }
    .satis-ofisi .areablock .content .desc {
      font-size: 16px;
      color: #8c8b8b;
      margin-bottom: 10px; }
      @media (max-width: 990px) {
        .satis-ofisi .areablock .content .desc {
          font-size: 14px; } }
    .satis-ofisi .areablock .content .action {
      position: relative;
      max-width: 771px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 13px; }
      @media (max-width: 1198px) {
        .satis-ofisi .areablock .content .action {
          width: 100%;
          max-width: 100%; } }
      @media (max-width: 990px) {
        .satis-ofisi .areablock .content .action {
          flex-direction: column; } }
      .satis-ofisi .areablock .content .action::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 90%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 1px;
        background-color: #2d4191; }
      .satis-ofisi .areablock .content .action .select {
        width: 350px; }
        @media (max-width: 990px) {
          .satis-ofisi .areablock .content .action .select {
            width: 100%;
            margin-bottom: 15px; } }
        .satis-ofisi .areablock .content .action .select .select2-container .select2-selection--single {
          height: 50px; }
        .satis-ofisi .areablock .content .action .select .select2-container--default .select2-selection--single {
          border: 1px solid #e5e5e5; }
        .satis-ofisi .areablock .content .action .select .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
          line-height: 51px;
          padding-left: 19px; }
        .satis-ofisi .areablock .content .action .select .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
          top: 12px;
          right: 20px; }
      @media (max-width: 990px) {
        .satis-ofisi .areablock .content .action .btn-getir {
          width: 100%; } }
      .satis-ofisi .areablock .content .action .btn-getir input {
        padding: 12px 157px;
        background-color: #2d4191;
        font-size: 16.33px;
        color: #FFF; }
        @media (max-width: 990px) {
          .satis-ofisi .areablock .content .action .btn-getir input {
            padding: 9px 50px; } }
    .satis-ofisi .areablock .content .adres {
      font-size: 15px;
      color: #383839;
      padding-bottom: 10px;
      padding-top: 10px; }
    .satis-ofisi .areablock .content .info {
      max-width: 771px;
      margin-left: auto;
      margin-right: auto; }
  .satis-ofisi .areablock iframe {
    overflow: hidden;
    border-radius: 6px; }

.servis-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }
  .servis-list li {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    font-size: 15px;
    margin-bottom: 2px;
    padding: 1px;
    padding-left: 32px; }
    @media (max-width: 990px) {
      .servis-list li {
        padding: 4px 0;
        font-size: 12px;
        flex-direction: column; } }
    .servis-list li .title1 {
      border-right: 2px solid; }
      @media (max-width: 990px) {
        .servis-list li .title1 {
          width: 100%;
          text-align: center;
          border-right: none; } }
    @media (max-width: 990px) {
      .servis-list li .title2 {
        width: 100%;
        text-align: center; } }
    .servis-list li:nth-child(even) {
      background-color: #fdfcfc; }

/* Sat─▒┼ş Ofislerimiz End */
/* Profil */
@media (max-width: 1198px) {
  .area-1-2 {
    display: none; } }
.area-1-2 div {
  color: #383839;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 10px; }
  @media (max-width: 1799px) {
    .area-1-2 div {
      font-size: 13px; } }
  @media (max-width: 1198px) {
    .area-1-2 div {
      font-size: 13px;
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 1198px) and (max-width: 559px) {
    .area-1-2 div {
      margin-left: 0;
      margin-right: 0; } }

.area-1-2 .active span {
  font-weight: bold;
  border-bottom: 1px solid #383839; }
@media (max-width: 1199px) {
  .area-1-2 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*  List Start  */
.list .item {
  position: relative;
  height: 340px;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .list .item {
      height: 300px; } }
  .list .item .item-img {
    height: 196px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px; }
    @media (max-width: 990px) {
      .list .item .item-img {
        height: 150px; } }
  .list .item .title {
    padding-top: 11px;
    padding-bottom: 8px;
    font-size: 19px;
    color: #2d4191; }
    @media (max-width: 990px) {
      .list .item .title {
        font-size: 16px; } }
  .list .item .desc {
    font-size: 12px;
    color: #3d3d3e;
    line-height: 1.2;
    padding-bottom: 11px;
    height: 91px;
    overflow: hidden; }
  .list .item .action {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2d4191;
    padding: 1px 25px;
    border-radius: 4px;
    color: #FFF;
    float: right;
    border: 1px solid transparent;
    transition: 400ms; }
    @media (max-width: 459px) {
      .list .item .action {
        font-size: 14px; } }
  .list .item:hover .action {
    background-color: #FFF;
    color: #2d4191;
    float: right;
    border: 1px solid #2d4191; }

/*  List End */
.other .other-title {
  font-size: 18.53px;
  color: #383839;
  padding-bottom: 10px; }
  @media (max-width: 1198px) {
    .other .other-title {
      font-size: 16px; } }
.other .item .img-container {
  width: 100%;
  height: 194px;
  position: relative;
  overflow: hidden; }
.other .item:hover .img {
  transition: all 500ms;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.other .item .img {
  border-radius: 4px;
  height: 194px;
  margin-bottom: 14px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms; }
  @media (max-width: 1198px) {
    .other .item .img {
      margin-bottom: 10px; } }
.other .item .title {
  font-size: 18.53px;
  color: #2d4191; }
  @media (max-width: 1198px) {
    .other .item .title {
      font-size: 16px;
      margin-bottom: 10px; } }
  @media (max-width: 459px) {
    .other .item .title {
      font-size: 14px; } }

.poupupTxt #cc_panel {
  text-align: left;
  max-width: 450px;
  margin: 0 auto 50px; }
  .poupupTxt #cc_panel .lbl-title {
    color: #383839;
    font-weight: bold;
    font-size: 16px; }
  .poupupTxt #cc_panel input {
    width: 100%;
    flex-basis: 24%;
    background-color: transparent;
    border: 1px solid #21396a; }
  .poupupTxt #cc_panel .card_nums {
    justify-content: space-between; }
  .poupupTxt #cc_panel .skt-cvc {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; }
    .poupupTxt #cc_panel .skt-cvc .kart-no {
      max-width: 98%; }
  .poupupTxt #cc_panel .btn-ode {
    width: 300px;
    height: 49px;
    background-color: #34aa68;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF; }

/*# sourceMappingURL=tudeGlobal.css.map */
