.detail-header h1,
.fullwidth-horizon-sticky-section h1 {
  font-size: 24px;
}
.detail-header h2,
.fullwidth-horizon-sticky-section h2 {
  font-size: 21px;
}
.detail-header h3,
.fullwidth-horizon-sticky-section h3 {
  font-size: 20px;
}
.detail-header h4,
.fullwidth-horizon-sticky-section h4 {
  font-size: 29px;
}
.detail-header h5,
.fullwidth-horizon-sticky-section h5 {
  font-size: 18px;
}
.detail-header h6,
.fullwidth-horizon-sticky-section h6 {
  font-size: 17px;
}

@media (max-width: 768px) {
  .main-footer .row.gap-50 {
    margin-left: 0;
    margin-right: 0;
  }

  .fullwidth-horizon-sticky.none-sticky-hide,
  .fullwidth-horizon-sticky.none-sticky-hide.fixed {
    display: none !important;
  }
}

.header-main .main-logo {
  width: 205px;
}
.mainSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mainSlider .slick-prev {
  left: 0;
  background: black;
  z-index: 9;
  width: 50px;
  height: 50px;
  color: #fff;
}
.mainSlider .slick-next {
  right: 0;
  background: black;
  z-index: 9;
  width: 50px;
  height: 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .mainSlider .slick-prev,
  .mainSlider .slick-next {
    display: none !important;
  }
}
.mainSlider .slick-prev:before,
.mainSlider .slick-next:before {
  font-size: 27px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .mainSlider .slick-slide img {
    min-height: auto;
    height: auto;
    border-radius: 10px;
  }
  .hero-banner-01 {
    padding-top: 180px;
    padding-bottom: 30px;
  }
  .hero-banner-01 .search-form-main {
    margin-top: 3px;
    max-width: 100%;
  }
}
.hero-inner .menu-horizontal-02 ul li {
  display: inline-block;
  margin: 0 1px;
}
.hero-inner .menu-horizontal-02 ul li a {
  display: block;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dee2e6;
  line-height: 1;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 3px;
  padding: 18px 30px;
  width: 100%;
}
.hero-inner .menu-horizontal-02 ul li a.active,
.hero-inner .menu-horizontal-02 ul li.active a,
.hero-inner .menu-horizontal-02 ul li a:hover {
  color: #26348a;
  border-color: #26348a;
}
@media (min-width: 992px) {
  .hero-banner-01 .search-form-main {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hero-banner-01 .search-form-main {
    margin-top: 0px;
  }
}
.reklam img {
  max-width: 100%;
  margin-bottom: 20px;
}
.equal-height .otellistebolgeler {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  width: auto;
}

.popuelerbolgeler .row.mb-20 ul li > [class*="col"] {
  padding-bottom: 20px;
}

.popuelerbolgeler .row.gap-2 ul li > [class*="col"] {
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}
.popuelerbolgeler .row.cols-1 > ul li {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  float: left;
  width: 100%;
}
@media (min-width: 576px) {
  .popuelerbolgeler .row.cols-sm-2 > ul li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .popuelerbolgeler .row.cols-lg-4 ul li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    float: left;
  }
}

/*Tur list*/
.listroBox {
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-left: 0;
  margin-right: 0;
}
.listroBox figure {
  margin: 8px 0;
  overflow: hidden;
  position: relative;
  height: 200px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.listroBox a.wishlist_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.listroBox a.wishlist_bt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listroBox figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.listroBox figure a img,
.listroBox.list_view figure a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.listroBox figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.listroBox figure .read_more a {
  background-color: #26348a;
  background-color: #26348a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.listroBox figure small {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px;
  line-height: 1;
  font-size: 10px;
}
.listroBox .listroBoxmain {
  padding: 20px 25px 15px;
}
.listroBox .listroBoxmain h3 {
  font-size: 17px;
  margin: 0 0 8px 0;
}
.listroBox .listroBoxmain p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 26px;
}
a.address {
  display: inline-block;
  font-weight: 500;
  color: #999;
  line-height: 1;
}
a.address:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14e";
  margin-right: 5px;
  display: inline-block;
}
.listroBox ul {
  padding: 13px 15px 4px 19px;
  border-top: 1px solid #ededed;
}
.listroBox ul li:first-child {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: -4px;
}
.listroBox ul li {
  display: inline-block;
  margin-right: 15px;
}
.Ropen {
  color: #32a067;
  border: 1px solid #32a067;
}
.Rclosed {
  color: #26348a;
  border: 1px solid #26348a;
}
.listroBox a.wishlist_bt:hover {
  background: #26348a;
}
.Rclosed,
.Ropen {
  position: relative;
  top: -2px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 3px;
}
.listroBox ul li .R_retings {
  margin-top: -26px;
}
.R_retings span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 16px;
  font-weight: bold;
}
.R_retings a {
  background-color: #26348a;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 12px;
  display: inline-block;
}
.R_retings span em {
  display: block;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}
.listroBox figure a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.listroBox ul li:last-child {
  margin: 25px 0 0 0;
  float: right;
}
.listroBox figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.listroBox {
  transition: 0.4s;
  transform: scale(1);
}
.listroBox:hover {
  transform: translateY(-6px);
}
@media (max-width: 580px) {
  .sidebar-wrapper.pv {
    width: 100%;
  }
}
/*Tur detay*/
.dahil ul,
.dahildegil ul {
  list-style: none;
  padding: 0;
}
.dahil ul li:before {
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.dahildegil ul li:before {
  color: red;
  margin-right: 5px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.booking-box .box-content {
  padding: 20px;
}
.booking-box .box-content * {
  line-height: normal !important;
}
.line3 {
  background: #e8e8e8;
  height: 1px;
  margin: 0px 0 0px 0;
  padding: 0;
  display: block;
}
.hpadding20 {
  padding: 0px 20px 0px 20px;
}
.margtop20 {
  margin-top: 20px !important;
}
.bordertype1 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.bordertype2 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.bordertype3 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.grey2 {
  color: #666;
}
.size30 {
  font-size: 30px;
}
.green2 {
  color: #339933;
}
.lh1 {
  line-height: 7px !important;
}
a.grey {
  color: #999;
  font-weight: normal;
}
a:link.add2fav {
  text-decoration: none;
  color: #7c8c94;
}
.margtop5 {
  margin-top: 5px !important;
}
a:visited.booknow {
  text-decoration: none;
  color: #fff;
}
a:link.booknow {
  text-decoration: none;
  color: #fff;
}
.booknow {
  width: 100%;
  height: 52px;
  padding: 15px 10px 10px 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #261364;
  background: #261364;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
}
.booknow:hover {
  background: #ff7b00;
  border-color: #ff7b00;
  transition: ease-in-out all 400ms;
}

.priceCalc {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
}
#turrezalan1 table {
  border-radius: 5px;
}
.rezalan1satir:nth-child(odd),
#turrezalan1 tr:nth-child(odd) {
  background: #eaeaea;
}
.rezalan1satir:nth-child(even),
#turrezalan1 tr:nth-child(even) {
  background: #f5f5f5;
}
#turrezalan1 td {
  padding: 7px 2px;
}
.rezalan1satir .onlinerezlink,
#turrezalan1 table .nlink {
  background: #4caf50;
  color: #fff;
  padding: 4px 15px;
  border-radius: 7px;
}
.rezalan1baslik {
  background: #26348a !important;
  color: #fff;
}
#turrezalan1 .hatamesaji {
  border: 1px solid #f44336;
  padding: 5px 15px;
  background: #ffe4e2;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.otelfiyatsablon {
  background: #efefef;
  position: relative;
  margin: 0px;
  padding: 10px;
}
.otelfiyatsablon:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.otelfiyatsablon:first-child {
  margin-top: 10px;
}
.otelfiyatsablon .info .oda {
  color: #63285a;
  font-weight: bold;
  font-size: 17px;
}
.otelfiyatsablon .info .pansiyon {
  color: #2196f3;
  font-weight: bold;
}
.otelfiyatsablon .buy .fiyat {
  color: #4caf50;
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.otelfiyatsablon .buy .fiyat {
  color: #4caf50;
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.otelfiyatsablon .satinal a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #1dc1f8;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
}
#fiyatlar .itinerary-list td,
#fiyatlar .itinerary-list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#fiyatlar .itinerary-list tr:nth-child(even) {
  background-color: #f2f2f2;
}

#fiyatlar .itinerary-list tr:hover {
  background-color: #ddd;
}

#fiyatlar .itinerary-list .turfiyatbaslik {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4caf50;
  color: white;
}

#fiyatlar .itinerary-list .ui-accordion .ui-accordion-content {
  padding: 0;
}
#taksitalan {
  width: 100% !important;
}
#taksitalan td,
#taksitalan th {
  border: 1px solid #ddd;
  padding: 8px;
}
@media (max-width: 768px) {
  #fiyatlar .itinerary-list {
    overflow: auto;
  }
  #fiyatlar .itinerary-list > table {
    width: 800px;
  }
}

#taksitalan tr:nth-child(even) {
  background-color: #f2f2f2;
}

#taksitalan tr:hover {
  background-color: #ddd;
}
.gemifoto {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.gemifoto li {
  display: inline-block;
  width: 25%;
}
.gemifoto li img {
  max-width: 100%;
  height: auto;
}

/*Rezervasyon SayfasÄ±*/
.reservation .title {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 12px;
  text-align: center;
}
.reservation .left-block {
  width: 67%;
  padding: 15px;
}
.reservation .right-block {
  width: 33%;
  padding: 15px;
}

.reservation .left-block .block-box {
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.step-line {
  margin-bottom: 10px;
}
.step-line .title {
  font-size: 17px;
  float: left;
  font-weight: bold;
  margin-bottom: 0;
}
.step-line .roundstep {
  float: right;
  width: 25px;
  height: 25px;
  background: green;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
}

.reservation .block-box .column {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.reservation .block-box .column.full {
  width: 100%;
}
.reservation .block-box .column label {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.reservation .block-box input.input,
.reservation .block-box select {
  background: #fff;
  height: 58px;
  border-radius: 5px;
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 100%;
  font-size: 21px;
  font-family: "Nunito", sans-serif;
  padding: 0 20px;
  color: #000;
}
.reservation .block-box .select-wrap {
  position: relative;
}
.reservation .block-box input::-webkit-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input::-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input:-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input:-ms-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}

.reservation .block-box .persons td {
  padding: 0px 2px;
}
.reservation .block-box .persons input,
.reservation .block-box .persons select {
  background: #fff;
  height: 58px;
  border-radius: 5px;
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  padding: 0 7px;
  color: #000;
}
.reservation .block-box .persons select {
  -webkit-appearance: listitem !important;
  -moz-appearance: listitem !important;
  appearance: listitem !important;
}
.reservation .block-box .persons select#cins1,
.reservation .block-box .persons select#cins2,
.reservation .block-box .persons select#cins3,
.reservation .block-box .persons select#cins4,
.reservation .block-box .persons select#ccins1,
.reservation .block-box .persons select#ccins2,
.reservation .block-box .persons select#ccins3,
.reservation .block-box .persons select#ccins4 {
  width: 30%;
}

.reservation .block-box .persons input#kisi1,
.reservation .block-box .persons input#kisi2,
.reservation .block-box .persons input#kisi3,
.reservation .block-box .persons input#kisi4,
.reservation .block-box .persons input#cocuk1,
.reservation .block-box .persons input#cocuk2,
.reservation .block-box .persons input#cocuk3,
.reservation .block-box .persons input#cocuk4 {
  width: 68%;
  margin-left: 2%;
}

.reservation .block-box .extras .title {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 7px;
  text-align: left;
}

.reservation .block-box .payment-left {
  width: 30%;
  float: left;
  padding: 20px 0px;
}
.reservation .block-box .payment-content {
  width: 70%;
  float: left;
  padding: 20px;
}

.reservation .complete-btn {
  text-align: center;
  display: block;
}
.reservation .complete-btn button.rez-tamamla-btn {
  display: inline-block;
  float: none;
  padding: 18px;
  background: #4caf50;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: ease-in-out all 1s;
  border: 0;
}
.reservation .complete-btn button.rez-tamamla-btn:hover {
  background: #419044;
}

.reservation .right-block {
  max-width: 475.19px;
}
.reservation .right-block .block-box {
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.reservation .right-block .vitrin {
  text-align: center;
}
.reservation .right-block .vitrin img {
  max-width: 100%;
  height: auto;
}
.reservation .right-block table.table {
  width: 100%;
  border-radius: 10px;
}
.reservation .right-block table.table tr td {
  border: 1px solid #b9b9b9;
  padding: 7px;
  background: #ffffff;
}
.reservation .right-block table.table tr td.strong {
  font-weight: bold;
  text-align: center;
  line-height: normal;
}
.reservation .right-block table.table tr td.price {
  font-weight: bold;
  font-size: 16px;
  color: green;
}
.block-box .row {
  margin-left: 0;
  margin-right: 0;
}
/*Rezervasyon SayfasÄ±*/
@media (max-width: 768px) {
  /*Rezervasyon*/
  .reservation .left-block {
    width: 100%;
  }
  .reservation .right-block {
    width: 100%;
    max-width: 100% !important;
  }
  .reservation .block-box .persons table tr td {
    display: block;
    width: 100% !important;
  }
  .reservation .block-box .persons input,
  .reservation .block-box .persons select {
    margin-bottom: 10px;
  }
  .reservation .block-box .persons select#binisyeri1,
  .reservation .block-box .persons select#binisyeri1,
  .reservation .block-box .persons select#binisyeri2,
  .reservation .block-box .persons select#binisyeri2,
  .reservation .block-box .persons select#binisyeri3,
  .reservation .block-box .persons select#binisyeri3,
  .reservation .block-box .persons select#binisyeri4,
  .reservation .block-box .persons select#binisyeri4 {
    width: 100% !important;
  }
  .reservation .complete-btn button.rez-tamamla-btn {
    margin-bottom: 20px;
  }
}

.varyokgenel {
  width: 100%;
  position: relative;
}
.varyokgenel .baslik {
  width: 100%;
  background: #e6e6e6;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-right: 25px;
  padding: 15px;
  position: relative;
}
.varyokgenel ul {
  margin: 0;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.varyokgenel ul li {
  list-style: none;
  width: 25%;
  display: -webkit-inline-box;
}
.varyokgenel ul li:before {
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.yildizisaret {
  display: block;
  width: 100%;
  padding: 0px 10px;
  background: #ffeb3b;
  position: relative;
  float: left;
  font-weight: bold;
  margin-bottom: 50px;
}
.gallery-nav .image.slick-current:after {
  display: none;
}

.fiyatkutubaslik1,
.fiyatkutubaslik2,
.fiyatkutubaslik3,
.fiyatkutubaslik4,
.fiyatkutubaslik5 {
  color: #26348a;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px;
  background: #e6e6e6;
  padding: 10px;
}
.odafiyat .baslik {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #26348a;
  color: #fff;
}
.odafiyat .baslik .yftbaslik {
  display: inline-block;
  width: 10.6%;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
}

.odafiyat .even {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  color: #1d1d1d;
  font-size: 12px;
}
.odafiyat .even .yticerikli {
  display: inline-block;
  width: 10.6%;
  text-align: center;
  padding: 10px 0px;
}

.odafiyat .odd {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #e6e6e6;
  color: #1d1d1d;
  font-size: 12px;
}
.odafiyat .odd .yticerikli {
  display: inline-block;
  width: 10.6%;
  text-align: center;
  padding: 10px 0px;
}

.yorum-kutu {
  padding: 20px 15px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.yorum-isim {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 15px;
  position: relative;
}
.yorum {
  margin-bottom: 15px;
}
.yorum-tarih {
  border-top: 1px solid #c7c7c7;
  padding-top: 3px;
}

.kunyesatir {
  display: flex;
  border-right: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.kunyesatir:last-child {
  border-bottom: 2px solid #f2f2f2;
}
.kunyesatir .kunyebaslik {
  width: 40%;
  padding: 10px;
  border-right: 2px solid #f2f2f2;
  font-weight: bold;
}
.kunyesatir .kunyedeger {
  width: 60%;
  padding: 10px;
}
#rezalan1 .otelfiyatuyari {
  border: 1px solid #f44336;
  padding: 5px 15px;
  background: #ffe4e2;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.reservation .block-box .persons select#cins11,
.reservation .block-box .persons select#cins12,
.reservation .block-box .persons select#cins13,
.reservation .block-box .persons select#cins14,
.reservation .block-box .persons select#ccins11,
.reservation .block-box .persons select#ccins12,
.reservation .block-box .persons select#ccins13,
.reservation .block-box .persons select#ccins14 {
  width: 30%;
}

.reservation .block-box .persons input#kisi11,
.reservation .block-box .persons input#kisi12,
.reservation .block-box .persons input#kisi13,
.reservation .block-box .persons input#kisi14,
.reservation .block-box .persons input#cocuk11,
.reservation .block-box .persons input#cocuk12,
.reservation .block-box .persons input#cocuk13,
.reservation .block-box .persons input#cocuk14 {
  width: 68%;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .reservation .block-box .column {
    width: 100%;
  }
  .odafiyat .baslik {
    width: 800px;
  }
  .odafiyat .even,
  .odafiyat .odd {
    width: 800px;
  }
  .fiyatkutubaslik1,
  .fiyatkutubaslik2,
  .fiyatkutubaslik3,
  .fiyatkutubaslik4,
  .fiyatkutubaslik5 {
    width: 800px;
  }
}

.list-pop-tour {
  position: absolute;
  left: 0;
  top: 0;
  background: #0000009e;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: none;
  transition: ease-in-out all 400ms;
}

.list-pop-tour ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.list-pop-tour ul li {
  width: 90%;
  display: inline-block;
}
.list-pop-tour ul li a.link {
  height: 30px;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #837673;
  display: block;
  line-height: 30px;
  text-decoration: none;
  padding: 0 5px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-weight: normal;
  margin-top: -3px;
}
.list-pop-tour ul li a.link:hover {
  border-bottom: 1px solid #837673;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-pop-tour ul li a .name {
  float: left;
  text-align: left;
  width: 70%;
  height: 30px;
  overflow: hidden;
}
.list-pop-tour ul li a .price {
  float: right;
  text-align: right;
  width: 25%;
  font-weight: bold;
}

.destination-grid-item-01:hover .list-pop-tour {
  display: block;
}

.odafiyat ul {
  position: relative;
}
.odafiyat ul li {
  position: relative;
}
.cocuk-fiyat-detaylari:before {
  display: block;
  content: "";
  position: absolute;
  right: 10%;
  margin-right: -10px;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333333 transparent;
}
.cocuk-fiyat-detaylari {
  display: none;
  position: absolute;
  width: max-content;
  background: #333333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000061;
  z-index: 9;
  right: 0;
  margin-top: 5px;
}
.cocuk-fiyat-detaylari .baslik {
  display: flex;
}
.cocuk-fiyat-detaylari .satir {
  display: flex;
}
.cocuk-fiyat-detaylari .baslik .col {
  padding: 10px;
  width: calc(100% / 5);
  text-align: center;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
.cocuk-fiyat-detaylari .baslik .col:last-child {
  border-right: 0;
}

.cocuk-fiyat-detaylari .satir .col {
  padding: 10px;
  width: calc(100% / 5);
  text-align: center;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}

.cocuk-fiyatlari-goster {
  display: block;
}

.cocuk-fiyatlari-goster:hover ~ .cocuk-fiyat-detaylari,
.cocuk-fiyat-detaylari:hover {
  display: block;
}

.timeDropdown {
  display: none;
  width: 130px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
  left: 20px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  height: auto;
  max-height: 400px;
  overflow: auto;
  padding: 5px 0;
}
.timeDropdown li {
  padding: 10px;
  cursor: pointer;
}
.timeDropdown li:hover {
  background: #eaf5ff;
}
.timeDropdown.show {
  display: block;
}

.saatDropdown {
  display: none;
  width: 130px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
  left: 20px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  height: auto;
  max-height: 400px;
  overflow: auto;
  padding: 5px 0;
}
.saatDropdown li {
  padding: 10px;
  cursor: pointer;
}
.saatDropdown li:hover {
  background: #eaf5ff;
}
.saatDropdown.show {
  display: block;
}

.viparacDropdown {
  display: none;
  min-width: 130px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
  left: 20px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  height: auto;
  max-height: 400px;
  overflow: auto;
  padding: 5px 0;
}
.viparacDropdown div {
  padding: 10px;
  cursor: pointer;
  font-weight: 900;
}
.viparacDropdown li {
  padding: 10px;
  cursor: pointer;
  font-weight: 900;
}
.viparacDropdown div ul {
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 5px;
}
.viparacDropdown div ul li {
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
}
.viparacDropdown div ul li:hover {
  background: #eaf5ff;
}
.viparacDropdown.show {
  display: block;
}

.listingRow.viparac {
  display: block;
  float: left;
  position: relative;
}
.listingRow.viparac .img img {
  height: 70px;
}
.listingRow.viparac > div.bx {
  padding: 10px 15px 5px;
}
.listingRow.viparac .title {
  margin: 0px 0px 5px;
  font-size: 14px;
}
.listingRow.viparac > div.bx.bx2 {
  padding: 5px 15px 5px;
}
.listingRow.viparac > div.bx.bx2 {
  padding: 5px 15px 5px;
}
.listingRow.viparac > div.bx .icon {
  float: left;
  margin-right: 5px;
}
.listingRow.viparac > div.bx .icontitle {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  float: left;
}
.listingRow.viparac > div.bx.priceDetails {
  background: none;
  border: none;
}
.listingRow.viparac > div.bx.priceDetails .price {
  float: left;
}
