:root {
  --header-h: 80px;
}
@media (min-width: 768px) {
  :root {
      --header-h: 64px;
  }
}

body {
  font-family: "Titillium Web", sans-serif;
}

.siteharitasi {
    text-align: right;
}

@media(max-width: 991px) {
    .siteharitasi {
        display:none;
    }
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.main-card-deck {
  -webkit-box-pack: center;
  justify-content: center;
}
.main-card-deck .card {
  max-width: 229px;
  margin: auto;
}

@media (max-width: 575px) {
  .main-card-deck .card {
    max-width: 100%;
    margin: auto;
    display: inline-block;
    width: 100%;
  }

  .card-img .card-img-top{
    float: left;
    width: 40%;
    display: block;
  }

  .card-img, .card-img-bottom, .card-img-top{ width: 40%;}

  .main-card-deck .card .card-body {
    padding: 0.25em;
    font-size: 0.9em;
    text-align: center;
    width: 59%;
    float: right;
    display: block;



  }

}

.main-card-deck .card .card-body {
  padding: 0.25em;
  font-size: 0.9em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100%;*/
}
.main-card-deck .card .card-body a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: bold;
}

nav[aria-label="breadcrumb"] {
  background-color: #e9ecef;
}

.figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .figure-2 {
      display: -webkit-inline-box;
      display: inline-flex;
      width: 50%;
  }
}
@media (max-width: 576px) {
  .figure {
      float: none !important;
      margin: 0 !important;
  }
}

a.card-header {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 0;
  font-weight: bold;
}
a.card-header + .collapsing,
a.card-header + .show {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

h5,
h6 {
  font-weight: bold;
}

.h-400 {
  height: 400px;
}

.w-450 {
  width: 450px;
}

.header {
  height: var(--header-h);
}

#icerik {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h6-regular {
  font-weight: normal;
}

.years {
  margin-bottom: 5px;
}

.blog {
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-height: 360px;
  border-radius: 10px;
}

.blog img {
  width: 400px;
  margin-top: -8px;
  margin-bottom: 0px;
}

.blog h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_ayakkabi {
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-height: 360px;
  border-radius: 10px;
}

.blog_ayakkabi img {
  margin-top: -8px;
  margin-bottom: 0px;
}

.blog_ayakkabi h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_baston {
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-height: 260px;
  border-radius: 10px;
}

.blog_baston img {
  margin-top: -8px;
  width: 500px;
}

.blog_baston h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_tabanca {
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-height: 330px;
  border-radius: 10px;
}

.blog_tabanca img {
  margin-top: -8px;
  width: 100%;
}

.blog_tabanca h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_vazo {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  min-height: 430px;
}

.blog_vazo h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_vazo img {
  margin-top: -10px;
}

.blog_servis {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  min-height: 350px;
}

.blog_servis h3 {
  margin-left: 17px;
  margin-top: 10px;
}

.blog_servis img {
  margin-top: -10px;
}

.vasiyet_t {
  font-size: 12px;
}

.baskomutan {
  margin-bottom: 60px;
}

.baskomutan img {
  border-radius: 5px;
}

.mka {
  width: 200px;
  margin-bottom: -10px;
}

.komutan {
  float: left;
  height: 180px;
  border: 1px solid #ddd;
  padding-top: 18px;
  font-size: 13px;
}

.komutan:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.komutan img {
  border-radius: 5px;
}

.text_decoration_none {
  text-decoration: none;
  color: black;
}

#icerik a {
  width: auto;
  text-decoration: none;
  color: black;
}

.box {
  font-size: 15px;
  transition: box-shadow 0.3s;
  width: 200px;
  height: 200px;
  padding: 4px;
  padding-top: 24px;
  border: 2px solid #ddd;
  background: #fff;
}
.box:hover {
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
}

.box_selected {
  font-size: 15px;
  width: 200px;
  height: 200px;
  padding: 4px;
  padding-top: 24px;
  border: 2px solid #ddd;
  background: #fff;
  margin: 10px;
}

.kaynaklar {
  width: auto;
  clear: left;
}

div.gallery {
  margin: 5px;
  margin-left: 24px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.col-md-12 figure {
  float: left;
}

.col-md-12 figure img {
  width: 237px;
  height: 167px;
}

.mobil-navbar{
  display: none;
}

.mobile-image{
  display: none;
}

@media (max-width: 1199px) {
  .col-md-12 figure img {
      width: 192px;
      height: 135px;
  }
}
@media (max-width: 991px) {
  .col-md-12 figure img {
      width: 132px;
      height: 93px;
  }
  .desk-navbar{
    display: none;
  }
  .mobil-navbar{
    display: grid;
  }
}
@media (max-width: 767px) {
  .col-md-12 figure img {
      width: 100%;
      height: auto;
  }
  .desk-image{
    display: none;
  }
  .mobile-image{
    display: grid;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .mobile-image{
    display: grid;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-copyright {
    /*height: 30px;*/
    /*padding:5px;*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    align-items: center;
    /*-webkit-box-pack: center;
    justify-content: center;*/
    text-align: center;
    background-color: #f0f0f0;
    font-size: 15px;
    color: #515154;
}