@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}
a {
  color:#062a58;
}
 a .bize  {
  color: #fff;
      padding: 0px 500px;
}

.color .bize {

      margin: 8px 0px;
    color: #fff;
    font-weight: 500;
    font-size: large;
    padding: 0px 500px;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
*{
  margin: 0px;
  padding: 0px;
}
h1,h3 {
  margin: 8px 0px;
  color: #062a58;
  font-weight: 500;
    font-size: medium;
}

h4,h5{
  margin: 8px 0px;
  color: #062a58;
  font-weight: 600;
    font-size: xx-large;

}
h2{
  margin: 8px 0px;
  color: #fff;
  font-weight: 500;
    font-size: large;

}
.color h2 {
    margin: 8px 0px;
    color: #fff;
    font-weight: 500;
    font-size: large;
    padding: 0px 500px;
}
.color h4, h5 {
    margin: 9px 523px;
    color: #ffffff;
    font-weight: 500;
    font-size: large;
    height: 15px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #353535;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 5px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top svg , .back-to-top i {
  padding-top: 11px;
  color: #fff;
  font-size: 30px;
}


.form-control {
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  background: rgba(255,255,255,.8);
}
.form-group {
  margin: 0px 0px 10px 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.input-group-addon svg , .input-group-addon i {
  color: #424242;
}
.input-group-addon {
  border: 1px solid #ccc;
  border-radius: 0px;
}
::placeholder {
  font-size: 15px;
}
a.gonder {
  background: #126cb7;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.btn {
  border-radius: 0px;
  border: 0px;
}
section {
  padding: 8px 0px;
}
.rawsection {
  padding: 0px;
}
.tablo {
  display: table;
  width: 100%;
  height: 100%;
}
.ortala {
  display: table-cell;
  vertical-align: middle;
}
.foto{

  width: 100%;
  height: 235px;
  background-size: cover !important; 
  background-position: center center !important;
}
.foto img{
  display: none !important;
}

#owl-referans .foto {
  height: 100px;
  background-size: contain !important;
}
.karart:after {
  content:'\f00e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-top: 36%;
  text-align: center;
  font-size: 30px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.karart:hover:after {
  opacity: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.kutu {
  margin-bottom: 20px;
  position: relative;
}
.kutu.golgeli {
    margin-bottom: 8px;
    background: #fff;
    box-shadow: 1px 8px 4px rgba(0,0,0,0.1);
    padding: 4px;
    border-radius: 9px;
    position: relative;
    border: solid 1px #ccc;
}
.kutu.cizgili {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  min-height: 410px;
  padding: 5px;
}
.textcont {
    padding: 10px;
    position: relative;
    min-height: 224px;
}
[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;
}
.baslik {
  background: #eeeeee;
  padding: 1px 10px;
  margin-bottom: 10px;
}
.baslik-more {
  float: right;
  margin-top: -27px;
}
.baslik-more i {
  margin-left: 4px;
}
.panel-title {
  position: relative;
  padding-right: 45px;
}
.panel-title a {
  display: block;
}
.panel-title svg, .panel-title i {
  position: absolute;
  right: 15px;
  top: 0;
}
.panel-default>.panel-heading {
  border-radius: 0px;
  background-color: transparent;
}
.panel-group .panel {
  border-radius: 0px;
  border: none;
}
a.devami {
  background: #f39320;
  padding: 5px 20px;
  display: inline-block;
}
a.devami{
  background: #198def;
  box-shadow: 0 0 1px #ccc;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -webkit-box-shadow: 0px 0px 0 0 #31708f inset , 0px 0px 0 #31708f inset;
}
a.devami:hover{
  -webkit-box-shadow: 0px 50px 0 0px #f39320 inset , 0px -50px 0 0px #f39320 inset;
}
a.devami.left {
  float: left;
}
a.devami.right {
  float: right;
}
.custom-modal.modal .modal-body button.close {
  font-size: 60px;
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: 100;
}
.modal-title {
  margin-bottom: 15px;
  text-align: center;
}
.pagetitle {
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0px 40px 0px rgba(21,11,107,0.17);
  background-repeat: no-repeat !important;
  background-size: cover!important;
  padding: 10px 0px;
}
.pagetitle h1 {
  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 a, .breadcrumb li.active {
    font-size: 13px;
    color: #062a58;
}
/*******Mobil Menü Start******/
.mobil-nav ul{
  margin:0;
}
.mobil-nav ul li{
  width: calc((100% / 4) - -2px);
  display: inline-block;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  padding: 7px 0;
  margin-right: -6px;
}
.mobil-nav ul li.harita{
  background: #555;
}
.mobil-nav ul li.harita a{
  color: #fff;
}
.mobil-nav ul li.telefon{
  background: #f78e19;
}
.mobil-nav ul li.telefon a{
  color: #fff;
}
.mobil-nav ul li.whatsapp{
  background: #00e676;
}
.mobil-nav ul li.whatsapp a{
  color: #fff;
}
.mobil-nav ul li.dil{
  background: #00a5ce;
}
.mobil-nav ul li.dil{
  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 ******/
body .dropdown-menu {
  min-width: 200px;
  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: #062a58;
}
.topbar.koyu a , .topbar.koyu i , .topbar.koyu svg {
  color: #FFFFFF;
}
.topbar.acik {
  background: #FFFFFF;
}
.topbar.acik a , .topbar.acik i , .topbar.acik svg {
  color: #000000;
}
.topbar .social {
  float: right;
}
.topbar .social a {
  margin-left: 5px;
}
.topbar .iletisim {
  float: right;
}
.topbar .diller {
  float: right;
  margin-left: 10px;
}
.topbar a {
  margin-left: 10px;
  font-size: 17px;
}
.navbar {
  margin: 0px;
  padding: 8px 0px;
}
.navbar-fixed {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 1px 1px 20px #b5b1b1;
}
.navbar-fixed.navbar {
  padding: 3px 0px;
  min-height: 30px;
}
.navbar-fixed .logo {
  width: 90px;
  transition: linear 0.5s;
}
.nav.navbar-nav.navbar-center {
  float: inherit;
  margin: 0px auto;
  display: table;
}
.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: #f4f4f5;
}
.navbar.acik a, .navbar.acik i, .navbar.acik svg {
    color: #062a58;
    font-size: larger;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav.navbar-nav.navbar-center {
  float: inherit;
  margin: 0px auto;
  display: table;
}
.logo {
  width: 250px;
  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 CAROUSEL START ******/
.owl-carousel.owl-theme .owl-nav [class*=owl-]{
  color: #424242;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  color: #000000;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -35px;
  top: 50%;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
  top: 50%;
}
.owl-carousel .owl-theme .owl-nav {
  margin: 0px;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  margin: -17px 0px 0px 0px;
}
.owl-theme .owl-nav svg , .owl-theme .owl-nav i {
  font-size: 30px;
}
.owl-carousel {
  padding: 5px;
}
/******* OWL CAROUSEL FINISH ******/

/**********  OWL-URUN START  **********/
#owl-urun.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
#owl-urun.owl-theme .owl-nav .owl-prev {
  left: 10px;
}
#owl-urun.owl-carousel.owl-theme .owl-nav [class*=owl-]{
  color: #FFFFFF;
}
#carousel-custom-dots .owl-dot {
  width: 100px;
  height: 50px;
  float: left;
  margin: 0px 5px 5px 5px;
  cursor: pointer;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/**********  OWL-URUN FINISH  **********/

/**********  SLİDER START  **********/
.slider .owl-carousel {
  padding: 0px;
}
.slider .owl-nav .owl-next {
  right: 10px;
}
.slider .owl-nav .owl-prev {
  left: 10px;
}
.slider .item {
  width: 100%;
  height: 430px;
  background-size: cover !important;
  background-position: center center !important;
}
.slider .owl-carousel .owl-item img {
  height: 430px;
  display: none;
}

.slider .textcont {
  padding: 0px 0px 0px 100px;
}
.slider p {
  font-size: 19px;
  line-height: 29px;
}
/**********  SLİDER FINISH  **********/

/******* FOOTER START ******/
footer.acik {
  padding: 20px 0px;
  background: #FFFFFF;
  color: #424242;
}
footer.acik a, footer.acik i, footer.acik svg, footer.acik p {
  color: #424242;
}
footer.koyu {
  padding: 20px 0px;
  background: #062a58;
  color: #FFFFFF;
}
footer.koyu a, footer.koyu i, footer.koyu svg, footer.koyu p , footer.koyu H4 {
  color: #FFFFFF;
}
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 {
  
  padding: 5px 0px;
}
footer.koyu ul li {

}
footer img.logo {
  width: 90%;
}
.socialfooter a {
  float: left;
  display: block;
  margin-right: 10px;
}
.footer .socialfooter i , .socialfooter svg {
  font-size: 30px;
}
.footer-bottom {
  padding: 5px 0px;
}
.footer-bottom p {
  margin: 0px;
}
#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 ******/


/******************** Sidebar Start *********************/
.sidebar {
    background: #a9a9a95c;
    padding: 7px;
    border-radius: 15px;
}
.sidebar .list {
  margin-bottom: 10px;
  background: #ffffff;
  position: relative;
}
.sidebar .list a.list-link {
  background: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 5px 5px 5px 30px;
}
.sidebar .list a.alt-link {
  padding: 5px 5px 5px 40px;
  display: block;
}
.sidebar .list a.son-link {
padding: 2px 2px 2px 10px;
  display: block;
}
.sidebar .list a.list-link , .sidebar .list a.alt-link , .sidebar .list-group-submenu a , .sidebar .list a.son-link {
  border-left: 3px solid #FFFFFF;
}
.sidebar .list a.list-link:hover , .sidebar .list a.alt-link:hover , .sidebar .list-group-submenu a:hover , .sidebar .list a.son-link:hover {
  color: #f39320;
  border-left: 3px solid #f39320;
}
.sidebar .list-link:before{
  position: absolute;
  left: 10px;
  z-index: 99999;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sidebar .alt-link:before{
  position: absolute;
  left: 20px;
  z-index: 99999;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sidebar a.list-link[aria-expanded="true"]:before , .sidebar a.alt-link[aria-expanded="true"]:before{
  content: "\f078";
}
.sidebar a.list-link[aria-expanded="true"] , .sidebar a.alt-link[aria-expanded="true"] {
  color: #f39320;
  border-left: 3px solid #f39320;
}
/******************** Sidebar Finish *********************/
/******************** ürün owl carousel start *********************/
#sync1.urun .foto {
  height: 400px;
}
#sync2.navigation-thumbs .foto {
  height: 80px;
}
#sync1 .karart svg , #sync2 .karart svg , #sync1 .karart i , #sync2 .karart i {
  color: #FFFFFF;
  font-size: 35px;
}
/******************** ürün owl carousel Finish *********************/
/******************** İç Sayfalar Start *********************/
.video svg , .video i {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  font-size: 40px;
  color: rgba(0,0,0,0.7);
  margin: 0px auto;
}
.video .kutu:hover svg , .video .kutu:hover i {
  color: red;
}
.icsayfa.iletisim ul.adres li {
  position: relative;
  min-height: 56px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 10px 10px 65px;
  font-size: 20px;
}
.icsayfa.iletisim ul.adres .adres {
  font-size: 14px;
}
.icsayfa.iletisim ul.adres .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ececec;
  top: 7px;
  left: 7px;
  padding: 9px;
}
.icsayfa.iletisim ul.adres .icon svg , .icsayfa.iletisim ul.adres .icon i {
  font-size: 22px;
  color: #424242;
  margin: 0px auto;
  display: block;
}
/******************** İç Sayfalar Finish *********************/
@media(max-width:767px) {
  .owl-theme .owl-nav svg, .owl-theme .owl-nav i {
    font-size: 20px;
  }
  .logo {
    margin-top: 10px;
  }
  .copyright p {
    text-align: center;
  }
  .footer-bottom {
    margin-bottom: 50px;
  }
  .otalya img {
    width: 90px;
    margin: 0px auto;
  }
  .slider .item, .slider .item img {
    height: 135px;
  }
}
@media (min-width: 1800px) {
  .slider .item, .slider .item img {
    height: 650px;
  }
}
.foto img{
  display: none !important;
}
.mobil-nav ul li .btn-booknow {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  padding: 7px !important;
  margin-top: 7px !important;
  background-color: #07c;
  transition: background .25s ease-in-out,bottom 1s;
}
.mobil-nav ul li .btn-booknow span {
  color: #fff;
  padding: 2px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  line-height: 1.5;
  float: left;
}
.mobil-nav ul li .btn-booknow:hover{
  background-color: #005999;
}