﻿@import url('../css-1');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  background: #f3f3f3;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
*{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4 {
  margin: 5px 0px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
.footer-bottom {
  background: #dcdcdc;
  padding: 5px 0px;
}
.footer-bottom p {
  margin: 0px;
}
.form-control {
  border-radius: 0px;
  background: rgba(255,255,255,.8);
  margin: 5px;
}

.btn {
  border-radius: 0px;
  border: 0px;
}
.rawsection {
  padding: 0px;
}
.tablo {
  display: table;
  width: 100%;
}
.ortala {
  display: table-cell;
  vertical-align: middle;
}
.foto {
  width: 100%;
  height: 100px;
  background-size: cover !important;
  background-position: center center !important;
}
.foto img {
  opacity: 0;
  height: 100px;
}
[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
[class*=row] {
  margin-left: -5px;
  margin-right: -5px;
}
.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
/******* PAGE TITLE START ******/
.pagetitle {
  background-color: #fcb040;
  padding: 10px 0px;
}
.pagetitle h1 {
  color: #fff;
  float: left;
  font-size: 23px;
  margin: 0px 0px 5px 0px;
}
.pagetitle .breadcrumb {
  float: right;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  line-height: 2em;
}
.breadcrumb, .breadcrumb a, .breadcrumb li.active {
  font-size: 13px;
  color: #fff;
}
.breadcrumb > li + li::before {
  color: #fff;
}

/******* PAGE TITLE FINISH ******/

/*******Mobil Menü Start******/
.mobil-nav ul{
  margin:0;
}
.mobil-nav ul li{
  width: calc((100% / 3) - -2px);
  display: inline-block;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  padding: 7px 0;
  margin-right: -6px;
}
.mobil-nav ul li.harita{
  background: #8C1C89;
}
.mobil-nav ul li.harita a{
  color: #fff;
}
.mobil-nav ul li.telefon{
  background: #8C1C89;
}
.mobil-nav ul li.telefon a{
  color: #fff;
}
.mobil-nav ul li.whatsapp{
  background: #8C1C89;
}
.mobil-nav ul li.whatsapp a{
  color: #fff;
}
.mobil-nav ul li.dil{
  background: #8C1C89;
}
.mobil-nav ul li.dil{
  color: #fff;
}
.mobil-nav ul li.destek{
  background: #8C1C89;
}
.mobil-nav ul li.destek a{
  color: #fff;
}
.mobil-nav ul li small{
  display: block;
  font-size: 12px;
  line-height: 7px;
}
.mobil-nav {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  box-shadow: 6px 0 10px rgba(0,0,0,0.5);
  background: #fff;
  z-index: 9999;
}
.mobil-nav svg , .mobil-nav i {
  font-size: 20px;
}
/*******Mobil Menü Finish******/

/******* HEADER START ******/
header .dropdown-menu {
  min-width: 150px;
  padding: 0px;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background: #FFFFFF;
}
.diller .dropdown-menu {
  min-width: inherit;
}
.diller .dropdown-menu ul li {
  padding: 0px;
}
.topbar .diller a {
  margin-left: 15px;
}
.dropdown-menu ul li {
  border-bottom: 1px solid #f5f4f4;
  padding: 5px 15px;
}
.dropdown-menu ul li:last-child {
  border-bottom: 0px;
}
.dropdown-menu ul li a {
  display: block;
}
.dropdown-menu ul li:hover {
  background: #eeeeee;
}
.dropdown-toggle {
  cursor: pointer;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
}
.diller .nav>li>a {
  padding: 0px;
}
.topbar.koyu {
  background: #eaeaea;
  height: 35px;
}
.topbar.koyu a , .topbar.koyu i , .topbar.koyu svg {
  color: #424242;
}
.topbar.acik {
  background: #FFFFFF;
}
.topbar.acik a , .topbar.acik i , .topbar.acik svg {
  color: #000000;
}
.topbar .social {
  float: left;
  line-height: 35px;
}
.topbar .social a {
  margin-left: 5px;
}
.topbar .iletisim {
  float: left;
  line-height: 35px;
}
.topbar .diller {
  float: right;
  margin-left: 10px;
  line-height: 35px;
}
.topbar a {
  margin-left: 10px;
  font-size: 15px;
}
.navbar {
  min-height: auto;
  margin: 0px;
}
.navbar-fixed {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 1px 1px 20px #b5b1b1;
}
.navbar-fixed .logo {
  width: 130px;
  transition: linear 0.5s;
}
.navbar-fixed .navbar-nav>li>a {
  padding-top: 3px;
  padding-bottom: 5px;
}
.navbar.koyu {
  background: #000000;
}
.navbar.koyu a , .navbar.koyu i , .navbar.koyu svg {
  color: #FFFFFF;
}
.navbar.acik {
  background: #FFFFFF;
}
.navbar.acik a , .navbar.acik i , .navbar.acik svg {
  color: #000000;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  width: 240px;
  padding: 3px 0px;
  transition: linear 0.5s;
}
.lang-menu {
  position: relative;
  padding: 0px 10px;
  border:1px solid rgba(255,255,255,0);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  cursor: pointer;
}
.topbar .diller .lang-menu a {
  font-size: 14px;
  margin: 0px;
}
.diller .block {
  border:1px solid rgba(255,255,255,.1) !important;
}
.lang-menu div {
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  color: #FFFFFF;
}
.diller .open {
  border-bottom:1px solid rgba(255,255,255,.1) !important;
}
.lang-menu ul {
  list-style:none;
  margin:0px;
  padding: 0px 10px;
  display:none;
  text-align:center;
  position: absolute;
  z-index: 99;
  background: white;
  left: 0;
}
.lang-menu ul li {
  padding:6px 0px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}
.lang-menu ul li:hover {
  cursor:pointer;
  color:#f39320;
}
/******* HEADER FINISH ******/

/**********  OWL NAV START  **********/
body .owl-theme .owl-nav [class*=owl-]{
  color: #424242;
}
body .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  color: #FFF;
}
body .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}
body .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
}
body .owl-nav svg , .owl-nav i {
  font-size: 40px;
}

/**********  OWL NAV FINISH  **********/

/******* FOOTER START ******/
footer {
  padding: 10px 0px;
}
footer a, footer i, footer svg, footer p, footer a {
  color: #424242;
}
footer .adres li {
  position: relative;
  padding-left: 20px;
}
footer .adres li i, footer .adres li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
footer .linkler li {
  position: relative;
  padding-left: 20px;
}
footer .linkler li i, footer .linkler li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
footer ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0px;
}
footer img.logo {
  width: 90%;
}
.socialfooter a {
  float: left;
  display: block;
  margin-right: 10px;
}
.footer .socialfooter i , .socialfooter svg {
  font-size: 30px;
}
#mobildil .modal-body {
  background: #00a5ce;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: calc((100% / 4) - -2px);
  padding: 5px;
  text-align: center;
}
#mobildil img {
  margin: 10px auto;
}
#mobildil .close {
  color: #FFFFFF;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 5px;
}
/******* FOOTER FINISH ******/

@media(max-width:767px) {
  .logo {
    margin-top: 1px;
    float: left;
  }
  .copyright p {
    text-align: center;
  }
  .footer-bottom {
    margin-bottom: 30px;
  }
  .otalya img {
    width: 90px;
    margin: 0px auto;
  }
  .navbar-toggle{
    margin-right: 1px !important;
  }
  .slider .item, .slider .item img {
    height: 135px;
  }
  body .neden iframe {
    height: 200px;
  }
  body .callcenter3 p {
    float: inherit;
    text-align: center;
  }
  body .callcenter3 .social {
    float: inherit;
    text-align: center;
  }
  body .callcenter3 p span {
    margin: 10px 15px 10px 5px;
    display: block;
}
}
@media (min-width: 1500px) {
  .slider .item, .slider .item img {
    height: 650px;
  }
  body .rezerve {
    min-height: 377px;
  }
}
.breadcrumb > .active {
    opacity: 1 !important;
}
.topbar .social a svg{
  font-size: 22px;
}
.rezervasyonozet .table td{
  border-top: 1px solid #ddd;
  color: #666;
  font-weight: 500;
}
.rezervasyonozet h4 {
    background: #FFB23E;
    width: 100%;
    text-transform: uppercase;
    padding-top: 3px;
    line-height: 33px;
    text-align: center;
    color: #982995;
    margin-top: 0px;
}
.rezervasyonozet{
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
}
.rezervasyonozet .btn-yazdir{
  color: #85c99d;
  border: 2px solid #85c99d;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
}
.rezervasyonozet .btn-yazdir:hover{
  border: 2px solid #333;
  color: #333;
}
.rezervasyonaraba .aracsecimi .foto{
  width: 100%;
  height: 150px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.rezervasyonaraba .aracsecimi .foto img{
  height: 150px;
  opacity: 0;
}
.rezervasyonaraba .aracsecimi .kutu{
  border: 2px solid #d9d9d9;
}
.rezervasyonaraba .aracsecimi .kutu .kenar{
  background-color: #fff;
  padding: 15px;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(301.6, 66.7%, 32.9%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(301.6, 66.7%, 32.9%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rezervasyonaraba .aracsecimi .icon{
  width: 40px;
  height: 40px;
  border: 1px solid #ededed;
  display: inline-block;
}
.rezervasyonaraba .aracsecimi .icon svg{
  margin: 0px auto;
  display: block;
  height: 40px;
  color: #777;
  font-size: 15px;
}
.btn-rezervasyon{
  background: #8c1c89;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0px;
  font-weight: bold;
  float: right;
  padding: 0px 20px;
}
.btn-rezervasyon:hover{
  background: #333;
  color: #FFFFFF;
}
.rezervasyonaraba .aracsecimi .text-price h1{
  color: #fcb040;
  text-align: right;
  font-weight: 600;
}
.rezervasyonaraba .aracsecimi .text-price h1 span{
  font-size: 22px;
  font-weight: 400;
}
.rezervasyonaraba .aracsecimi .tablocell h2.aracisim{
  color: #8C1C89;
  font-size: 22px;
}
 .solcont{
  margin-top: 19px;
}
.rezervasyonaraba  .aracsecimi{
  margin-bottom: 20px;
}
.rezervasyonozet .table .total td{
  color: #e04f67 !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.step1 form .kisiselbilgi .form-group{
  margin: 10px 0px;
  display: block;
}
.step1 form .kisiselbilgi{
  margin-bottom: 15px;
}
/* Mobil */
@media(max-width:767px) {
  .rezervasyonaraba .aracsecimi .tablocell h2.aracisim{
    font-size: 20px;
  }
  .aracsecimi .btn-rezervasyon{
    padding: 5px 7px;
    line-height: 25px;
  }
  .rezervasyonaraba .aracsecimi .text-price h1{
    font-size: 22px;
    display: inline-block;
  }
  .rezervasyonaraba .aracsecimi .text-price{
    padding: 10px;
  }
  .rezervasyonaraba .textcont span{
    font-size: 10px;
  }
  .kisiler {
    width: 200px !important;
    left: 80px !important;
  }
  .btn-rezervasyon{
    float:inherit;
  }
  .rezervasyon-formu .form-horizontal .check-box{
    float: inherit !important;
  }
  .rezervasyonozet{
    margin-top: 10px;
  }
}
/* Mobil */
input::placeholder {
  color: #424242 !important;
}
.settingslist .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  background-color: #8c1c89;
  border-color: #8c1c89;
  border-radius: 0;
}
.settingslist .list-group-item:last-child{
  border-radius: 0;
}
.acente-rezervasyon-1 .rezerve .rezervasyon-formu{
  margin: 0;
}

.disbadge {
  position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #b22222;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disbadge i,
.disbadge svg {
  margin-right: 10px;
}

.posrel {
  position: relative;
}

@media (max-width: 991px) {
  .disbadge {
    position: relative;
  }
}