@charset "UTF-8";
/***********************************************************/
/*_custheader.scss her sayfa/layout başında import edilmeli*/
/***************************
 VARIABLES
***************************/
/*0 temasındaki bootstrap içinde override etmek istediğimiz variable'lar*/
/*
 * Edited by: Selcuk Demir (sdemir@sdemir.com)
 * Github: https://github.com/sdemircom
 * Feel free to import this sass file. This file dont cause a css file output.
*/
/* 2D TRANSITIONS */
/* Grow */
/* Shrink */
/* Pulse */
/* Pulse Grow */
/* Pulse Shrink */
/* Push */
/* Pop */
/* Bounce In */
/* Bounce Out */
/* Rotate */
/* Grow Rotate */
/* Float */
/* Sink */
/* Bob */
/* Hang */
/* Skew */
/* Skew Forward */
/* Skew Backward */
/* Wobble Vertical */
/* Wobble Horizontal */
/* Wobble To Bottom Right */
/* Wobble To Top Right */
/* Wobble Top */
/* Wobble Bottom */
/* Wobble Skew */
/* Buzz */
/* Buzz Out */
/* BACKGROUND TRANSITIONS */
/* Fade */
/* Back Pulse */
/* Sweep To Right */
/* Sweep To Left */
/* Sweep To Bottom */
/* Sweep To Top */
/* Bounce To Right */
/* Bounce To Left */
/* Bounce To Bottom */
/* Bounce To Top */
/* Radial Out */
/* Radial In */
/* Rectangle In */
/* Rectangle Out */
/* Shutter In Horizontal */
/* Shutter Out Horizontal */
/* Shutter In Vertical */
/* Shutter Out Vertical */
/* BORDER TRANSITIONS */
/* Border Fade */
/* Hollow */
/* Trim */
/* Ripple Out */
/* Ripple In */
/* Outline Out */
/* Outline In */
/* Round Corners */
/* Underline From Left */
/* Underline From Center */
/* Underline From Right */
/* Overline From Left */
/* Overline From Center */
/* Overline From Right */
/* Reveal */
/* Underline Reveal */
/* Overline Reveal */
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* Shadow */
/* Grow Shadow */
/* Box Shadow Outset */
/* Box Shadow Inset */
/* Float Shadow */
/* Shadow Radial */
/* SPEECH BUBBLES */
/* Bubble Top */
/* Bubble Right */
/* Bubble Bottom */
/* Bubble Left */
/* Bubble Float Top */
/* Bubble Float Right */
/* Bubble Float Bottom */
/* Bubble Float Left */
/* ICONS */
/* Icon Back */
/* Icon Forward */
/* Icon Down */
/* Icon Down */
/* Icon Up */
/* Icon Up */
/* Icon Spin */
/* Icon Drop */
/* Icon Drop */
/* Icon Fade */
/* Icon Float Away */
/* Icon Float Away */
/* Icon Sink Away */
/* Icon Sink Away */
/* Icon Grow */
/* Icon Shrink */
/* Icon Pulse */
/* Icon Pulse Grow */
/* Icon Pulse Shrink */
/* Icon Push */
/* Icon Pop */
/* Icon Bounce */
/* Icon Rotate */
/* Icon Grow Rotate */
/* Icon Float */
/* Icon Sink */
/* Icon Bob */
/* Icon Hang */
/* Icon Wobble Horizontal */
/* Icon Wobble Vertical */
/* Icon Buzz */
/* Icon Buzz Out */
/* CURLS */
/* Curl Top Left */
/* Curl Top Right */
/* Curl Bottom Right */
/* Curl Bottom Left */
/**/
/**/
/*
    İster tüm değerler tek seferde $prop değişkeni üzerine yüklenir, ister sadece istenen değişken değiştirilerek gölge  verilebilir
*/
/***********************************************************/
/* Best Of widgets CSS */
@media (max-width: 479px) {
  .best-of ul li .info-holder {
    width: 70%;
  }
}

@media (max-width: 579px) {
  .best-of {
    width: 100% !important;
  }
}

@media (min-width: 580px) and (max-width: 991px) {
  .best-of ul li .info-holder {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .best-of ul li .info-holder {
    width: 70%;
  }
}

.best-otel, .best-tour {
  overflow: hidden;
}

.best-of {
  margin-right: 2%;
  float: left;
  -webkit-box-shadow: 2px 3px 3px -3px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 3px 3px -3px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 3px 3px -3px rgba(50, 50, 50, 0.5);
  background: #ffffff;
  color: #4e4e4e;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 49%;
}

.best-of:nth-child(even) {
  margin-right: 0;
}

.best-of .widget-title {
  background-color: #FF4000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  padding: 10px 10px 10px 20px;
  height: 20px;
  line-height: 22px;
}

.best-of .widget-title::before {
  content: "\f087";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
  font-size: 24px;
}

.best-of .best-discount .widget-title:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
  font-size: 24px;
}

.best-of .best-cheap .widget-title:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
  font-size: 24px;
}

.best-of ul {
  padding: 10px 10px;
  margin-top: 0;
}

.best-of ul li {
  border-bottom: 1px dashed #004F74;
  padding: 10px 0 13px 10px;
  margin: 5px 0;
  overflow: hidden;
}

.best-of ul li:before {
  content: "\f006";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
  font-size: 24px;
  float: left;
  color: #FF4000;
}

.best-of ul li .info-holder {
  float: left;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.best-of ul li h4 {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.best-of ul li a {
  font-weight: bold;
}

.best-of ul li a:hover {
  color: #FF4000;
}

.best-of ul li .price {
  float: left;
  text-align: right;
  line-height: 15px;
  color: #FF4000;
}

.best-of ul li .region {
  clear: both;
  display: block;
}

.best-of ul li:last-child {
  border-bottom: none;
}

/*index ve arama sayfalarında bulunan best-of widgetları.*/
@media (min-width: 992px) {
  .wrap {
    position: relative;
    width: 1024px;
    clear: both;
    margin: 0 auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
  }
  #Index_Main_Head {
    width: 1004px;
    min-height: 385px;
    margin: 0 auto;
    padding: 10px;
  }
  #bannerust {
    width: 682px;
    height: 270px;
  }
  #Search_Box {
    height: auto;
    width: 300px !important;
    background: url(../../92/img/index/search-box-head.png) white no-repeat center -10px;
  }
  .flexslider .slides img {
    height: 387px;
  }
  .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    top: 320px;
  }
  #Flight img {
    width: 500px;
    height: 470px;
  }
  #P_esnek1 .partial-uccontvitrinpesnek {
    width: 505px;
  }
  #Index_Vitrin2 {
    padding-bottom: 40px;
  }
  #Index_Info img {
    width: 1093px !important;
    height: 120px;
    left: -33px;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul li h3 a {
    line-height: 39px;
    height: 53px;
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
    width: auto;
    padding: 0 10px;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul li h3 .current {
    min-width: 150px;
    width: auto;
    line-height: 53px;
  }
  #hotel-tabs-content-holder .showcase-items {
    padding: 19px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item {
    padding-right: 5px;
    border-right: 1px solid #eee;
    width: 230px;
    margin: 0 5px;
    min-height: 312px;
    margin-bottom: 15px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .photo-holder {
    width: 220px;
    height: 170px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .photo-holder img {
    width: 220px !important;
    height: 150px !important;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .price-holder {
    padding-top: 16px;
    width: 97%;
    float: left;
    margin-top: 57px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .price-holder .price {
    font-size: 28px;
    float: left;
    width: 50%;
  }
  .p_tabular {
    width: 499px;
  }
  .p_tabular .showcase-item .title {
    font-size: 18px;
    width: 353px;
  }
  .p_tabular .showcase-item .duration {
    font-size: 15px;
  }
  #ulVitrin > li a {
    width: auto;
    min-width: 100px !important;
  }
  .partial-uccontvitrinpesnek {
    width: 499px;
  }
  .partial-uccontvitrinpesnek .showcase-item .title {
    font-size: 16px;
    width: 319px;
  }
  .partial-uccontvitrinpesnek .showcase-item .price-holder {
    top: 20px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .deal-holder {
    right: 10px;
    top: 238px;
    padding-top: 10px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  #Index_Main_Head, #bannerust {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  #Banner_Container .slider-holder {
    padding-bottom: 10px !important;
  }
  .banner-search {
    width: 100%;
  }
  .banner-search #Search_Box {
    width: 100%;
    background: url(../../92/img/index/search-box-head1.png) white no-repeat center -10px;
    background-size: 100% 46px;
  }
  .search-content-holder > ul > li {
    margin-top: 27px;
  }
  .flexslider .slides img {
    height: 300px;
  }
  .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    top: 249px;
  }
  #Flight img {
    width: 100%;
    height: 300px;
  }
  .float-rt-clear {
    width: 100%;
    margin-top: 10px;
  }
  #P_esnek1 .partial-uccontvitrinpesnek {
    width: 100%;
  }
  #Index_Vitrin2 {
    padding-bottom: 20px;
  }
  #Index_Info img {
    width: 100%;
    height: 111px;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul {
    width: 92%;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul li {
    width: 33.3%;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul li h3 a {
    font-size: 13px;
    padding: 0 !important;
    line-height: 20px;
    width: 100%;
  }
  .partial-uccontvitrinhtabular .showcase-title-holder ul li h3 .current {
    line-height: 27px;
    width: 100%;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item {
    width: 49%;
    min-height: 350px;
    margin-bottom: 15px;
    margin-right: 1%;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .photo-holder {
    width: 100%;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .photo-holder img {
    width: 100%;
    height: 216px;
  }
  #hotel-tabs-content-holder {
    padding: 10px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .price-holder {
    width: 100%;
    margin-top: 48px;
    text-align: center;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .price-holder .price {
    font-size: 25px;
    width: 50%;
  }
  .p_tabular {
    width: 100%;
    background-size: 100% 58px !important;
  }
  .p_tabular #P_List {
    width: 100%;
  }
  .p_tabular .showcase-item .title {
    font-size: 14px;
  }
  .p_tabular .showcase-item .duration {
    font-size: 13px;
  }
  #div_P_Tab_ul ul.tabs li {
    width: 33.3%;
  }
  #ulVitrin > li a {
    width: 100%;
    font-size: 13px;
  }
  div#P_esnek, #Flight, .showcase-item.row-last {
    width: 100%;
  }
  .partial-uccontvitrinpesnek {
    width: 100%;
    background-size: 100% 61px !important;
  }
  .partial-uccontvitrinpesnek .showcase-item .title {
    font-size: 14px;
    width: 100%;
  }
  .partial-uccontvitrinpesnek .showcase-item .price-holder {
    top: 35px;
  }
  #hotel-tabs-content-holder .showcase-items .showcase-item .deal-holder {
    top: -263px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #div_P_Tab_ul, #div_P_Tab_Vitrin, #divV_P_List, #V_P_List_Name {
    width: 97% !important;
  }
}

@media (max-width: 767px) {
  #div_P_Tab_ul, #div_P_Tab_Vitrin, #divV_P_List, #V_P_List_Name {
    width: 95% !important;
  }
}

@media (max-width: 479px) {
  #hotel-tabs-content-holder .showcase-items .showcase-item {
    width: 100% !important;
    min-height: 350px !important;
    margin-right: 0 !important;
  }
  #div_P_Tab_ul, #div_P_Tab_Vitrin, #divV_P_List, #V_P_List_Name {
    width: 93% !important;
  }
}

#Index_Info img {
  position: relative;
  padding-bottom: 10px;
}

#Index_Vitrin2 {
  clear: both;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}

.float-lt-clear {
  float: left;
  clear: left;
}

.float-rt-clear {
  float: right;
  clear: right;
}

.index-content {
  overflow: hidden;
  padding-bottom: 20px;
}

.index-content .btn {
  color: #b2131d;
  padding: 9px 20px;
  border-radius: 18px;
  background-color: #f9f9f9;
  font-family: Roboto-Regular, Arial, Serif;
  font-weight: bold;
  font-size: 14px;
}

.page-index .btn:hover {
  background-color: #b2131d;
  color: #f9f9f9;
  color: #fff;
}

.left-float {
  width: 1013px;
  margin: 0 auto;
  padding: 0 5px;
  top: -1px;
  z-index: 0;
}

#Index_Main {
  width: 100%;
}

#Index_Main_Head {
  overflow: hidden;
  background-color: #f3f3f3;
  border-radius: 0 0 5px 5px;
}

#bannerust {
  position: relative;
  float: right;
  clear: right;
}

.banner-search {
  position: relative;
  float: left;
  clear: left;
}

#Banner_Container {
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: 1;
  top: 0;
}

#slider_Wrapper {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#Search_Box {
  position: relative;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  float: right;
  transition: all 0.3s;
}

/* Calendar select reset */
.ui-datepicker select {
  background-image: none;
  border-radius: 0;
  padding: 0;
  overflow: initial;
  min-width: initial;
}

/**right-content-call-you-start*/
.page-index .content-right .let-call {
  background: url(../../92/img/layout/call-you.png) no-repeat;
  text-indent: -9999px;
  width: 245px;
  position: absolute;
  height: 270px;
  top: 650px;
  right: 182px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/**right-content-call-you-end*/
/******** Flexslider-düzenlemesi-start *****/
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
  height: 73px;
}

.flexslider:hover .flex-next:hover, .flex-direction-nav .flex-next {
  right: 0 !important;
}

.flexslider:hover .flex-prev:hover, .flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav a.flex-next:before {
  content: '';
  background: url(../../92/img/index/fotorama.png) -67px 0 no-repeat;
  height: 100px;
  width: 100px;
}

.flex-direction-nav a.flex-prev:before {
  content: "";
  background: url(../../92/img/index/fotorama.png) 0 0 no-repeat;
  height: 100px;
  width: 100px;
}

.flex-control-nav {
  bottom: 32px !important;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
}

.flex-control-paging li a.flex-active {
  background: #fff none repeat scroll 0 0;
  cursor: default;
}

.flex-control-paging li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid white;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
}

.flex-control-paging li a:hover {
  background: #eb212e repeat scroll 0 0;
}

.flexslider .slides img {
  border-radius: 5px;
}

.flex-caption .caption-holder .btn {
  color: #fff;
  background-color: #347BC2;
  padding: 12px 35px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
}

.flex-caption {
  position: absolute;
  left: 4%;
  background: transparent;
  z-index: 1;
  color: #fff;
  width: 410px;
  top: 10px;
  height: 187px;
  display: none;
}

.flex-caption .desc {
  float: right;
  width: 100%;
  width: auto;
}

.flex-caption .caption-holder h3 {
  color: #005277;
  padding-top: 10px;
  margin-bottom: 10px;
  font-family: AmaticSC-Regular, Arial, Serif;
  font-size: 36px;
}

.flex-caption .caption-holder a {
  color: #ffffff;
  padding-left: 3px;
  font-family: ProximaNova-Regular, Arial, Serif;
  font-size: 18px;
}

.flex-caption .caption-holder p {
  color: #474545;
}

/********Flexslider-düzenlemesi-end*****/
/****newsletter-start*****/
/****newsletter-end*****/
/****araBanner-start*****/
.new-banner-wrap #main-ads-area .ads img {
  width: 667px;
  height: 218px;
  float: left;
}

/****araBanner-end*/
.index-content .populer-tour {
  width: 100%;
  display: block;
}

.index-content .newsletter-banner {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 30px;
}

.index-content .tours-wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 8px 0 90px 0;
}

/* NEWSLETTER FORM overwrite css */
#newsletter-detail .form-holder {
  margin: 10px 0;
  border: 1px solid #dedede;
}

#newsletter-detail .form-holder .form-row {
  padding: 0 10px;
}

#newsletter-detail .form-holder .info {
  margin: 0;
  background: #B0CCD8;
  color: #fff;
  line-height: 3;
}

.ui-dialog .ui-dialog-content #fancybox-outer > #fancybox-img {
  max-width: 700px !important;
  height: auto;
}

.ui-dialog .ui-dialog-content .seperator {
  clear: both;
  height: 1px;
  background: #DEDEDE;
}

.ui-dialog .ui-dialog-content .align-right {
  text-align: right;
}

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

.ui-dialog .ui-dialog-content .form-row label {
  float: left;
  width: 30%;
  line-height: 40px;
}

.ui-dialog .ui-dialog-content .form-row .field {
  float: left;
  width: 70%;
  line-height: 40px;
}

/* NEWSLETTER FORM overwrite css end*/
/*Arama Motoru'nda Javascript ile display none verilmiş alanlara CSS ile display none verilmesi*/
.partial-uccrr .country.search-row {
  display: none;
}

.partial-uccrr .region.search-row {
  display: none;
}

.partial-uccrr .resort.search-row {
  display: none;
}

.partial-ucpaxhtl .child-options {
  display: none;
}

.partial-uccrr .field #arefCrrShowCombosctl02_ctl00_ctl00_cphMain_cphMain_cphSE_ctl00_ucArea {
  display: none;
}

.partial-uccrr > input {
  display: none;
}

/*Search CSS display none sonu*/
/* SEARCH */
.duration.search-row input {
  width: 40px;
}

#hotel-search .pax.search-row {
  margin-top: 10px;
}

.search-button #aHSearch {
  background: #FF4000;
  background: -moz-linear-gradient(top, #FF4000 0%, #FF1E00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF4000), color-stop(100%, #FF1E00));
  background: -webkit-linear-gradient(top, #FF4000 0%, #FF1E00 100%);
  background: -o-linear-gradient(top, #FF4000 0%, #FF1E00 100%);
  background: -ms-linear-gradient(top, #FF4000 0%, #FF1E00 100%);
  background: linear-gradient(to bottom, #FF4000 0%, #FF1E00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4000', endColorstr='#FF1E00',GradientType=0 );
  transition: all 0.3s;
  line-height: 21px;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  border-radius: 3px;
  font-family: Droid Sans, sans-serif;
  padding: 11px 45px;
}

.search-button #aHSearch:hover {
  background: #004B6F;
}

.search-wrap {
  position: relative;
  display: block;
  clear: both;
  width: 1013px;
  margin: 0 auto;
}

.FlCharSeCon select {
  width: 220px;
  padding: 5px;
}

.search-content-holder .search-button {
  margin-left: 12px;
  margin-bottom: 9px;
}

.search-content-holder .search-button a:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 14px;
  margin-left: -23px;
}

#tabProdFlt {
  clear: both;
}

.anabanner-search-wrap {
  position: relative;
  display: block;
  height: 540px;
}

.index-search {
  width: 500px;
  position: absolute;
  top: -500px;
  z-index: 3;
}

.title-holder.enquiry {
  background: url(../../92/img/theme/showcase-title-transfer-bg.png) 0 0 transparent no-repeat;
}

.title-holder.summary {
  background: url(../../92/img/theme/basket-title-bg.png) top right transparent no-repeat;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 70px;
}

.title-holder h1,
.title-holder h2 {
  text-indent: -9999px;
}

.search-tabs {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 992px) {
  .search-tabs {
    margin-top: 2px;
  }
}

@media (max-width: 991px) {
  .search-tabs {
    margin-top: -27px;
  }
}

.search-tabs li:nth-child(4) {
  display: none;
}

.search-tabs li {
  float: left;
  height: 37px;
  display: block;
  margin-right: 3px;
  font-size: 13px;
}

.search-tabs li a {
  line-height: 3;
  display: block;
  color: #fff;
  height: 100%;
  width: 101%;
  text-indent: 42px;
}

.search-tabs li a.hotel {
  position: relative;
  background: url(../../92/img/index/tabPassive_hover_H.png) no-repeat 16px 4px;
  width: 115px;
  transition: all 0.3s;
  border-radius: 5px;
  margin-left: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-tabs a.hotel.current {
  background: url(../../92/img/index/tabActiveH.png) no-repeat 16px 4px;
  background-color: #fff;
  color: #00587C;
}

.search-tabs a.tour.current {
  background: url(../../92/img/index/tabActive_P2.png) no-repeat 17px 10px;
  background-color: #fff;
  color: #00587C;
}

.search-tabs li a.tour {
  background: url(../../92/img/index/tabPassive_hover_P.png) no-repeat 17px 10px;
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 70px;
}

.search-tabs li a.transfer {
  background: url(../../92/img/index/transfer.png) no-repeat 8px 8px;
  background-size: 20px 20px;
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 88px;
  text-indent: 33px;
}

.search-tabs a.transfer.current {
  background: url(../../92/img/index/transfer_hover.png) no-repeat 8px 8px;
  background-color: #fff;
  color: #00587C;
  background-size: 20px 20px;
}

.search-content {
  position: relative;
  top: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  clear: both;
}

.search-content #tour-tab, .search-content #transfer-tab, .search-content #tour-tab .info-underline {
  display: none;
}

.search-content #hotel-tab .info {
  display: none;
}

.search-content .tab, div#FlCharSe {
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 20px;
  color: #AAAAAA;
  padding-top: 23px;
}

.FlCharSePax #divChdAges {
  display: none;
}

.search-tab-title, #FlCharSe h3 {
  font-size: 12px;
  color: #676767;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  clear: both;
  text-indent: -9999px;
  display: none;
}

.search-tab-content {
  padding: 0 10px 10px;
}

.search-row {
  overflow: hidden;
  margin: 0 0 5px 0;
}

.search-row > label {
  float: left;
  width: 34%;
  line-height: 29px;
}

.search-row label, #search-engine.index .room-options-title > div {
  font-size: 14px;
  color: #989898;
}

.search-row > .field {
  float: left;
  width: 65%;
}

.option.search-row > .field {
  width: 50% !important;
  margin-bottom: 5px;
}

.search-content-holder {
  overflow: hidden;
  clear: both;
}

.title-holder.search {
  display: none;
}

/* hide tour sub category, tour name row */
/* update select width for transfer */
.pickup .field select,
.drop .field select {
  width: 80%;
}

.tour .field input {
  width: 80%;
}

.page-index .info {
  color: #AAAAAA;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
}

.page-index .info-underline {
  border-bottom: 1px solid #CFE0F1;
  text-align: left;
  font-weight: 700;
  padding-bottom: 5px;
  margin: 10px 0;
}

/* Search Otel Specific CSS */
.country > div > select {
  width: 100%;
  /* Width problem fix */
}

#search-engine.index .room-options-title {
  overflow: hidden;
  padding: 3px 0;
}

.room-title-label {
  width: 47%;
  float: left;
}

.parent-title-label,
.child-title-label {
  width: 24%;
  float: left;
}

.page-index .room {
  display: none;
}

.page-index .room > .room-options {
  margin: 5px 0;
}

.room > .room-options > .room-number,
.room > .room-options > .room-label,
.room > .room-options > .parent-number,
.room > .room-options > .child-number {
  float: left;
  width: 24%;
}

.room > .room-options > .room-label {
  line-height: 29px;
  color: #AAAAAA;
  font-weight: 600;
}

.child-options .room-children-title {
  float: left;
  width: 37%;
  line-height: 29px;
  margin: 5px 0;
}

#hotel-search .child-options .room-children-title {
  float: left;
  width: 49%;
}

#hotel-search .resort .field select {
  min-width: 100px;
}

/* update margin for detail search*/
.detail-search.hotel .pax .room-children-title {
  margin: 3px 0;
}

/* update margin for detail search*/
.detail-search.hotel .pax .room-children-title {
  margin: 3px 0;
}

.room-children-holder {
  float: left;
  width: 46%;
}

/* Width update for tour detail */
#tabPackageRooms .room-children-holder {
  float: left;
  width: 35%;
}

#tabPackageRooms select[id*='cmbRoomType'] {
  max-width: 100px;
}

#tabPackageRooms .pax-pck-col {
  width: 25%;
  float: left;
}

#tabPackageRooms .pax-pck-col .room-children-title,
#tabPackageRooms .pax-pck-col .room-children-holder {
  float: initial;
  width: 100%;
}

#tabPackageRooms .room-children-holder label {
  width: 46%;
}

.room-options-title {
  overflow: hidden;
}

.room-children {
  overflow: hidden;
  display: none;
  margin: 5px 0;
}

.room-children div,
.room-children label {
  float: left;
  width: 50%;
  line-height: 29px;
}

/* END SEARCH */
/*sayfalama butonları*/
/* Paging */
.paging {
  text-align: left;
  overflow: hidden;
  margin-left: 6px;
  padding: 6px 0;
}

.paging.right {
  text-align: right;
}

.paging.left {
  text-align: left;
}

.paging ul {
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.paging ul li {
  float: left;
  width: 18px;
  height: 18px;
  background: #DEDEDE;
  border-radius: 10px;
  line-height: 19px;
  margin-right: 4px;
}

.paging ul li:last-child {
  margin-right: 0;
}

.paging ul li.active {
  background: #224470;
}

.paging ul li a {
  color: #5e5e5e;
}

.paging ul li.active a {
  color: #fff;
}

.paging .prev-btn,
.paging .next-btn {
  display: inline-block;
  line-height: 30px;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  background: url(../../92/img/theme/sag-ok.png) 0 0 transparent no-repeat;
  margin-left: 5px;
}

.paging .prev-btn,
.paging .prev-btn {
  background: url(../../92/img/theme/sol-ok.png) 0 0 transparent no-repeat;
  margin-right: 5px;
}

.paging .prev-btn a,
.paging .next-btn a {
  display: block;
}

/* Update if aligment is right */
.paging.right .next-btn,
.paging.right .prev-btn {
  text-indent: 999em;
}

.numara-aktif1, .numara-pasif1, .Firsatlar_sagok, .Firsatlar_solok {
  float: left;
  padding: 7px 2px;
}

.numara-pasif1 a {
  background-image: url(../../92/img/index/ts_Gri.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  font-size: 12px;
  line-height: 19px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #555;
}

.numara-aktif1 a {
  background-image: url(../../92/img/index/ts_Mavi.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  font-size: 12px;
  line-height: 19px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.paging-ok {
  float: left;
  margin-bottom: 1px;
  padding-left: 2px;
}

.list-paging {
  /* overflow: hidden; */
}

.list-paging img {
  padding: 2px;
  margin-top: 4px;
}

/* VITRINs-Hotel-START*/
.partial-uccontvitrinhtabular {
  margin-top: 10px;
}

.partial-uccontvitrinhtabular .showcase-holder.hotel-tabs {
  background: url(../../92/img/index/Tabular/gallery-tab-head.png) white no-repeat -1px -8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  clear: both;
  overflow: hidden;
}

.partial-uccontvitrinhtabular .showcase-title-holder ul {
  margin-left: 20px;
  list-style: none;
  padding: 0;
  margin-left: 20px;
  margin-top: 15px;
}

#hotel-tab-1, #hotel-tab-2, #hotel-tab-3, #hotel-tab-4 {
  display: none;
}

.partial-uccontvitrinhtabular .showcase-title-holder ul li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin-left: 0;
  list-style-image: none !important;
}

.partial-uccontvitrinhtabular .showcase-title-holder ul li h3 a {
  color: #fff;
  height: 53px;
  display: block;
  text-align: center;
  transition: all 0.3s;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../../92/img/index/Tabular/divider.png) no-repeat right -12px;
}

.partial-uccontvitrinhtabular .showcase-title-holder ul li h3 .current {
  background: url(../../92/img/index/Tabular/divider.png) no-repeat right -3px;
  background-color: white;
  border-radius: 5px;
  color: #2f6e95;
  top: -8px;
  transition: all 0.3s;
  position: relative;
}

#hotel-tabs-content-holder .showcase-items {
  clear: both;
  overflow: hidden;
}

#hotel-tabs-content-holder .showcase-items .showcase-item {
  float: left;
  position: relative;
  font-size: 12px;
  color: #7e7d7d;
}

#hotel-tabs-content-holder .showcase-item.row-last {
  border-right: none;
}

#hotel-tabs-content-holder .tab-holder > a {
  display: none;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .photo-holder img {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  border: #fff 3px solid;
  border-radius: 5px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item h3 {
  font-size: 16px;
  font-family: Droid Sans, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased !important;
  padding-bottom: 14px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .rate {
  float: right;
  margin-right: 10px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .location {
  font-size: 13px;
  font-family: Droid Sans, sans-serif;
  color: #a3a3a3;
  -webkit-font-smoothing: antialiased !important;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .price-holder {
  clear: both;
  position: absolute;
  display: block;
  height: 28px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .price-holder .price {
  font-family: Droid Sans, sans-serif;
  color: #ff2e00;
  -webkit-font-smoothing: antialiased !important;
  position: absolute;
  top: 0;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .price-holder .old-price {
  float: left;
  display: block;
  width: 53%;
  font-size: 14px;
  color: #c6c6c6;
  text-decoration: line-through;
  line-height: 1.5;
  position: absolute;
  clear: both;
  top: 24px;
  margin-left: 2px;
  margin-top: 4px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .deal-holder .deal-text {
  display: none;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .deal-holder {
  float: right;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .deal-holder .deal-ratio {
  background: url(../../92/img/index/Tabular/disc.png) no-repeat 0 0;
  font-size: 25px;
  font-family: "Hobo Std";
  color: #1a6989;
  display: block;
  width: 78px;
  height: 84px;
  text-indent: 10px;
  line-height: 2.5;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .description {
  clear: both;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  top: 242px;
  left: 36px;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .description a {
  font-size: 12px;
  color: #1a6989;
}

#hotel-tabs-content-holder .showcase-items .showcase-item .board {
  float: right;
  clear: both;
  color: #a3a3a3;
  line-height: 2;
  margin-right: 10px;
}

/* VITRINs-hotel-END*/
/*vitrin-pesnek-start*/
.partial-uccontvitrinpesnek {
  background: url(../../92/img/index/esnek/vitrin_p_esnek_header.png) #f8f8f8 no-repeat center -10px;
  position: relative;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  clear: both;
}

.p_esnek .partial-uccontvitrinpesnek {
  margin-top: 20px;
}

.partial-uccontvitrinpesnek .showcase-title-holder h3 {
  height: 50px;
  color: #1a6484;
  line-height: 50px;
  font-family: Droid Sans,sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  text-indent: 15px;
}

.partial-uccontvitrinpesnek .showcase-item, .p_tabular .showcase-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 5px;
  padding-bottom: 27px;
  overflow: hidden;
  position: relative;
  height: 47px;
}

.partial-uccontvitrinpesnek .showcase-item:hover, .p_tabular .showcase-ite:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.partial-uccontvitrinpesnek .showcase-item .photo-holder {
  float: left;
  margin: 0 10px;
}

.partial-uccontvitrinpesnek .showcase-item .photo-holder img {
  width: 83px;
  height: 59px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: #fff 2px solid;
  border-radius: 2px;
}

.partial-uccontvitrinpesnek .showcase-item .review, .partial-uccontvitrinpesnek .showcase-item .deal-holder, .partial-uccontvitrinpesnek .showcase-item .reqion,
.partial-uccontvitrinpesnek .showcase-item .description {
  display: none;
}

.partial-uccontvitrinpesnek .showcase-item .title {
  font-family: Droid Sans,sans-serif;
  color: #626262;
  font-weight: 500 !important;
  text-shadow: 0 -1px 0 rgba(220, 220, 220, 0.1);
  margin-top: 10px;
}

.partial-uccontvitrinpesnek .showcase-item .duration {
  color: #a3a3a3;
  font-size: 15px;
  line-height: 1.5;
}

.partial-uccontvitrinpesnek .showcase-item .price-holder {
  float: right;
  position: absolute;
  right: 10px;
}

.partial-uccontvitrinpesnek .showcase-item .old-price {
  display: block;
  line-height: 1.8;
  font-family: Droid Sans,sans-serif;
  color: #b1b1b1;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400 !important;
  text-align: center;
}

.partial-uccontvitrinpesnek .showcase-item .price {
  font-family: Droid Sans,sans-serif;
  color: #004f74;
  font-size: 18px;
  margin-top: -5px;
  font-weight: 500 !important;
}

.partial-uccontvitrinpesnek .show-all-btn {
  display: none;
}

#P_esnek1 .partial-uccontvitrinpesnek {
  background: url(../../92/img/index/esnek/vitrin_p_esnek1_header.png) #f8f8f8 no-repeat center -10px;
  background-size: 100% 60px;
}

#P_esnek1 .partial-uccontvitrinpesnek .showcase-title-holder h3 {
  color: #fff;
}

/*vitrin-pesnek-end*/
/****P-tablı*/
.p_tabular {
  background: url(../../92/img/index/list/vitrin_p_list_header.png) #f8f8f8 no-repeat center -10px;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  float: left;
}

.p_tabular .showcase-title-holder h3 {
  height: 50px;
  color: #1a6484;
  line-height: 50px;
  font-family: Droid Sans,sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  text-indent: 15px;
}

.p_tabular .showcase-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 5px;
  padding-bottom: 27px;
  overflow: hidden;
  position: relative;
  width: 452px;
  height: 36px;
}

.p_tabular .showcase-item .photo-holder {
  float: left;
  margin: 0px 10px;
}

.p_tabular .showcase-item .photo-holder img {
  width: 83px;
  height: 59px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: #fff 2px solid;
  border-radius: 2px;
}

.p_tabular .showcase-item .review, .p_tabular .showcase-item .deal-holder, .p_tabular .showcase-item .reqion,
.p_tabular .showcase-item .description {
  display: none;
}

.p_tabular .showcase-item .title {
  font-family: Droid Sans,sans-serif;
  color: #626262;
  font-weight: 500 !important;
  text-shadow: 0 -1px 0 rgba(220, 220, 220, 0.1);
  margin-top: 10px;
  float: left;
  clear: left;
}

.p_tabular .showcase-item .duration {
  color: #a3a3a3;
  line-height: 1.5;
  float: left;
  clear: left;
}

.p_tabular .showcase-item .price-holder {
  float: right;
  position: absolute;
  right: 12px;
  top: 20px;
}

.p_tabular .showcase-item .old-price {
  display: block;
  line-height: 2.3;
  font-family: Droid Sans,sans-serif;
  color: #b1b1b1;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400 !important;
  text-align: center;
}

.p_tabular .showcase-item .price {
  font-family: Droid Sans,sans-serif;
  color: #ff2e00;
  font-size: 18px;
  margin-top: -5px;
  font-weight: 500 !important;
}

#ulVitrin {
  margin-top: 8px;
  margin-left: 5px;
}

#div_P_Tab_ul ul.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin-left: 0px;
  list-style-image: none !important;
}

#div_P_Tab_ul {
  height: 50px;
}

#ulVitrin > li a {
  transition: all 0.3s;
  background: url(../../92/img/index/Tabular/divider.png) no-repeat right -12px;
}

ul.tabs a {
  float: left;
  font-size: 14px;
  display: block;
  text-decoration: none;
  border-bottom: 0px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  width: 100px;
  background-repeat: no-repeat;
  top: 0;
  height: 53px;
  line-height: 39px;
  background-image: url(../../92/img/Tab_Hotel_Hover.png);
  text-align: center;
  padding: 0 10px;
}

#ulVitrin .current {
  border-radius: 5px 5px 0 0 !important;
  line-height: 49px;
  height: 49px;
  background: white;
  color: #2f6e95;
  top: -8px;
  border-right: none;
  position: relative;
  font-weight: 500;
}

#V_P_List_Picture {
  display: none;
}

#divV_P_List {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  padding-bottom: 18px;
  background: url(../../92/img/index/List/list-icon.png) no-repeat 10px center;
  padding-left: 40px;
  overflow: hidden;
}

#divV_P_List:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

div#div_P_Tab_Vitrin {
  margin-top: -11px;
  display: inline-block;
}

#Index_Others {
  clear: both;
  padding-top: 20px;
}

/*vitrin-ptablı-end*/
/*tablı tur vitrinindeki qtutip*/
.Tour_MiniInfo .ts_18Mavi {
  color: #1a6484 !important;
  line-height: 18px !important;
  position: relative !important;
  display: none;
}

.Tour_MiniInfo .ts_12gri {
  color: #ff2e00 !important;
  position: relative !important;
  display: inline-block !important;
  line-height: 18px !important;
}

.oteldetayalt {
  background-color: #f0f0f0 !important;
}

/* Core qTip styles */
.qtip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 350px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* tooltipin i�i */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F0F0F0;
  background-color: #FFFFFF;
  color: #555;
}

/* tooltipin basligi */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
  font-family: Arial, Helvetica, sans-serif;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/* Tips plugin */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(../../92/img/#default#VML);
  display: inline-block;
  visibility: visible;
  width: 50px;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* Modal plugin */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* IE6 Modal plugin fix */
.qtipmodal-ie6fix {
  position: absolute !important;
}

table.mytable2 td {
  border: 1px solid #E9E9E9;
}

.normal {
  font-size: 12px;
  color: #676767;
}

.ts_font11 {
  font-size: 12px;
  color: #545454;
  line-height: 20px;
}

/*selectbox*/
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
[name="selecty"] {
  position: relative;
  padding: 0;
  margin: 0px;
}

[name="selecty"]:after {
  position: absolute;
  content: "";
  background: url(../../92/img/index/rect-button.png) no-repeat center;
  color: #676767;
  pointer-events: none;
  margin-right: 5px;
  display: inline-block;
  padding: 0px 10px;
  right: 0px;
  bottom: -3px;
  height: 20px;
  line-height: 30px;
}

[name="selecty"] select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  ms-appearance: none !important;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-overflow: "";
  /*FF Fix*/
  text-indent: 0.01px;
  padding: 0px 20px 2px 1px;
  margin-bottom: 5px;
}

[name="selecty"] select::-ms-expand {
  display: none;
}

/*IE Fix Box*/
@-moz-document bird-shared-get-img('') {
  [name="selecty"] select {
    padding: 2px 10px 2px 2px;
  }
  [name="selecty"]:after {
    right: 0px;
    bottom: -4px;
  }
}

/*newlaster-sözleşme-start*/
/* NEWSLETTER FORM overwrite css */
#newsletter-detail .form-holder .form-row:nth-child(6) .field {
  line-height: 12px;
  margin-left: -10px;
}

#newsletter-detail .form-holder .form-row:nth-child(6) .field .form-row label {
  float: none;
}

.flexible.search-row select {
  width: 100px;
}

.ebulten-sozlesme .legal-holder {
  padding-left: 164px;
}

.rating.search-row {
  display: none;
}

/*Transfer SE*/
.passenger-options .passenger {
  float: left;
  width: 60%;
  margin-bottom: 10px;
}

.passenger-options .passenger-select {
  float: left;
  clear: left;
  width: 60%;
}

.passenger-options .child {
  margin-bottom: 10px;
}

.verdatepicker:after {
  display: none;
}

.cmodal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cmodal p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 30px;
  font-size: 16px;
}

.cmodal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.cmodal.active .modal-dialog {
  transform: translate(0, 0);
}

.cmodal .modal-dialog {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 35px;
  transition: all 0.6s ease;
  transform: translate(0, 0%);
  position: relative;
}

.cmodal .modal-dialog .modal-content {
  background-color: white;
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.1);
}

.cmodal .modal-dialog .kapat {
  position: absolute;
  top: 10px;
  width: 60px;
  right: -5px;
  cursor: pointer;
}

.cmodal .header {
  background-color: #f2f2f2;
  padding: 0px 30px 30px 30px;
  position: relative;
  font-size: 30px;
  text-align: center;
}

.cmodal .header .fotograf {
  background-color: #fff;
  padding: 13px;
  margin-bottom: -13px;
  border-radius: 13px;
  margin-right: 38px;
}

.cmodal .header .fotograf img {
  border: solid #797979 2px;
  border-radius: 13px;
  max-width: 150px;
}

.cmodal .header .isim {
  margin-bottom: 0;
  margin-top: 0;
}

.cmodal .header > * > *:last-child {
  padding-top: 30px;
}

.cmodal .content {
  padding: 30px;
  padding-right: 30px;
}

.cmodal .content > * {
  overflow-y: auto;
  padding-right: 25px;
}

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