@font-face {
  font-family: 'GT Eesti Text Book';
  src: url('../fonts/GTEestiText-Book.woff2') format('woff2'),
  url('../fonts/GTEestiText-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GT Eesti Display';
  src: url('../fonts/GTEestiDisplay-Medium.woff2') format('woff2'),
  url('../fonts/GTEestiDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: 'GT Eesti Text Book';
  font-size: 15px;
  line-height: 25px;
  color: #424242;
  background: #efefef;
  letter-spacing: 0.5px;
}
a {
  color: #424242;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
*{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4 , h5 {
  margin: 8px 0px;
  color: #0f0f0f;
  font-family: 'GT Eesti Text Book';
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  margin: 0px;
}
[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
[class*=row] {
  margin-left: -5px;
  margin-right: -5px;
}
.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;
}
.form-control::-moz-placeholder{
  font-size: 15px;
  color: #1451ac;
}
.form-control:-ms-input-placeholder{
  font-size: 15px;
  color: #1451ac;
}
.form-control::-webkit-input-placeholder{
  font-size: 15px;
  color: #1451ac;
}
a.gonder {
  background: #126cb7;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.btn {
  border-radius: 0px;
  border: 0px;
  background: #fb0411;
  color: #fff;
  padding: 5px 30px;
  font-weight: bold;
}
.btn:hover {
  background: #1451ac;
  color: #fff;
}
section {
  padding: 40px 0px;
}
.rawsection {
  padding: 0px;
}
.tablo {
  display: table;
  width: 100%;
  height: 100%;
}
.ortala {
  display: table-cell;
  vertical-align: middle;
}
.assa {
  display: table-cell;
  vertical-align: bottom;
}
.foto {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.foto img {
  height: 200px;
  display: none;
}
#owl-referans .foto {
  height: 100px;
  background-size: contain !important;
}
.karart {
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  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 {
  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: 10px;
  position: relative;
}
.kutu.golgeli {
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  padding: 5px;
}
.kutu.cizgili {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  min-height: 410px;
  padding: 5px;
}
.textcont {
  padding: 10px;
}
.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 {
  background-repeat: no-repeat !important;
  background-size: cover!important;
  padding: 15px 0px 10px 0px;
  text-align: center;
  border-bottom: 1px solid #c5c5c5;
}
.pagetitle h1 {
  font-size: 35px;
  margin: 0px 0px 5px 0px;
}
.pagetitle .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  line-height: 2em;
}
.cover.foto {
  height: 200px;
}
.breadcrumb, .breadcrumb a, .breadcrumb li.active {
  font-size: 13px;
  color: #000;
}
/*******Mobil Menü Start******/
.mobil-nav ul{
  margin:0;
}
.mobil-nav ul li{
  width: calc((100% / 4) - -2px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  margin-right: -7px;
  border: 1px solid #ccc;
}
.mobil-nav ul li.harita{
  background: #946942;
}
.mobil-nav ul li.harita a{
  color: #fff;
}
.mobil-nav ul li.telefon{
  background: #946942;
}
.mobil-nav ul li.telefon a{
  color: #fff;
}
.mobil-nav ul li.whatsapp{
  background: #ac8358;
}
.mobil-nav ul li.whatsapp a{
  color: #fff;
}
.mobil-nav ul li.dil{
  background: #ac8358;
}
.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 ******/
.anasayfa header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: transparent;
  box-shadow: none;
}
header {
  background: #fff;
  box-shadow: 1px 1px 10px #dbdbdb;
}
header.header-fixed {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
body .dropdown-menu {
  min-width: 60px;
  padding: 0px;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background: #fff;
}
.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: #967003;
}
.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-toggle {
  padding: 0px;
  padding: 10px;
  font-size: 13px;
}
.navbar {
  margin: 0px;
  padding:0px;
  border-radius: 0px;
}
.navbar-fixed {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 1px 1px 20px #b5b1b1;
}
.nav>li>a {
  padding: 10px 10px;
}
.navbar.koyu {
  background: #000000;
}
.navbar.koyu a , .navbar.koyu i , .navbar.koyu svg {
  color: #FFFFFF;
}
.navbar-nav {
  margin: 10px 0px 0px 50px;
}
#navbar {
  padding-top: 4px;
}
.navbar.acik a , .navbar.acik i , .navbar.acik svg {
  color: #1451ac;
  font-family: 'GT Eesti Display';
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}
.navbar-nav>li.active>a {
  color: #fba83f;
  border-bottom: 1px solid #1451ac;
}
.navbar-nav>li>a:hover {
  color: #fb0411;
  border-bottom: 1px solid #fb0411;
}
.nav.navbar-nav.navbar-center {
  float: inherit;
  margin: 0px auto;
  display: table;
}
.logo img {
  transition: linear 0.5s;
  width: 150px;
  margin-top: 10px;
}
.anasayfa .navbar-nav {
  border: none;
}
.anasayfa .navbar-nav {
  margin: 0px auto;
  display: table;
  float: inherit;
}
.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;
  color: #fff;
}
.owl-carousel {
  padding: 5px;
}
/******* OWL CAROUSEL FINISH ******/


/**********  SLİDER START  **********/
.slider {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
.slider .owl-carousel {
  padding: 0px;
}
.slider .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}
.slider .owl-carousel.owl-theme .owl-nav .owl-prev {
  right: 50px;
  left: inherit;
}
.slider .owl-theme .owl-nav {
  margin: 0px;
}
.slider .item .foto , .slider .item .tablo {
  height: 400px;
}
.slider .item .foto img {
  display: none !important;
}
.slider h2 {
  font-size: 30px;
  text-align: center;
  color: #fb0411;
  font-style: italic;
  font-weight: 300;
}
.slider .btn {
  display: table;
  margin: 0px auto;
}
@media (min-width: 1600px) {
  .slider .item .foto , .slider .item .tablo {
    height: 480px;
  }
}
/**********  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: 10px 0px;
  background: #1451ac;
  color: #FFFFFF;
}
footer [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
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 i, footer .linkler li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
footer .linkler {
  display: table;
  margin: 0px auto;
}
footer .otalya img {
  margin-top: 26px;
  filter: grayscale(1);
  width: 80%;
}
footer .otalya img:hover {
  filter: grayscale(0);
}
footer ul li {
  float: left;
  margin: 0px 20px;
}
footer ul.linkler li {
  font-size: 12px;
  padding: 0px 7px;
  margin: 0px;
  border-left: 1px solid #4c4c4c;
}
footer ul.linkler li:first-child {
  border: none;
}
footer .social {
  display: table;
  margin: 10px auto;
  border-bottom: 1px solid #01409f;
  padding-bottom: 10px;
}
footer ul.social li {
  margin: 0px;
  padding: 0px 10px;
  border-left: 1px solid #01409f;
}
footer ul.social li:first-child {
  border: none;
}
footer ul.social li svg {
  width: 25px !important;
  height: 25px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #ccc;
  float: left;
}
footer ul.social li p {
  float: left;
  line-height: 27px;
  margin: 0px 0px 0px 7px;
}
footer ul.social li:hover p {
  color: #fb0411;
}
footer a:hover {
  color: #fb0411;
}

footer .logo {
  display: table;
  margin: 0px auto;
}
.footer-bottom {
  background: #313131;
  padding-top: 5px;
}
.footer-bottom p {
  color: #fff;
  font-size: 10px;
  margin: 0px;
}
.footer-bottom  {
  background: #01409f;
}
.footer-bottom .otalya img {
  filter: grayscale(1);
  opacity: 0.4;
}
.footer-bottom .otalya img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.socialfooter a {
  float: left;
  display: block;
  margin-right: 10px;
}
.footer .socialfooter i , .socialfooter svg {
  font-size: 30px;
}
#mobildil .modal-body {
  background: #ac8358;
  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 .sidebaslik {
  background: rgb(230, 230, 230,0.5);
  width: 100%;
  padding: 2px;
  display: block;
}
.sidebar .tree-li {
  padding: 2px !important;
  word-wrap: break-word;
  list-style:none;
  border-top: 1px solid #e6e6e6;
}
.sidebar .tree-li .tree-ul {
  padding-left: 20px !important;
}
.sidebar .tree-li .tree-ul.diactive {
  display: none;
}
.sidebar .tree-li .text {
  top: -3px;
  position: relative;
}
.sidebar .tree-li .text.renk , .sidebar .tree-li .text a.renk {
  color:#e50000;
}
.sidebar .tree-li .tree-ul .tree-li .tree-ul {
  padding-left: 40px !important;
}
.sidebar .tree-li .sidebaslik.text {
  font-weight: bold;
}
.sidebar .tree-li.is-child > .text:before {
  content: "\25BE";
  font-size: 22px;
  top: 2px;
  position: relative;
  padding-right: 5px;
}
.sidebar .tree-li.is-child.diactive > .text:before {
  content: "\25B8" !important;
}
.sidebar .tree-li [type="checkbox"] + label {
  padding-left: 25px !important;
}
/******************** Sidebar 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: 10px auto;
  }
  .slider .item, .slider .item img {
    height: 65vh;
  }
  .etkinlik .slider .item, .etkinlik .slider .item img {
    height: 30vh;
  }
}
@media (min-width: 1800px) {

}
