* {
  font-family: "Poppins", sans-serif;
}
.ortala {
  width: 1020px;
  height: auto;
  margin: 0 auto;
}

html {
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  background: #f8f8f8 !important;
}

.full-width {
  width: 100%;
  height: auto;
}

header {
  background: url(images/ustbg.jpg) repeat;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 110, 113, 0.94);
  overflow-y: hidden;
  transition: 0.8s;
  z-index: 10;
  display: none;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #29bdc0;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #ff0000;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.overlay-content input[type="search"] {
  text-align: center;
  border: none;
  font-size: 29px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #55babb;
  width: 100%;
  padding: 10px;
  background: transparent;
}
.overlay-content input[type="search"]:focus {
  outline: 0 !important;
}

.overlay-content input[type="search"]::placeholder {
  color: #55babb;
}
.overlay-content .aciklamalar {
  font-size: 12pt;
  color: #58babb;
  font-weight: 400;
  margin-top: 10px;
  font-style: italic;
}

#brands {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
#brands .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 21pt;
  color: #231f20;
  font-weight: 500;
  position: relative;
}
#brands .title::before {
  content: "";
  position: absolute;
  top: 22px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  left: 0px;
  z-index: 0;
}

#brands .text {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  font-size: 15pt;
  padding-right: 15px;
  background-color: #f8f8f8;
  padding-top: 8px;
}

#brands .brand-list {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 21px;
}

#brands .brand-logo {
  width: 100%;
  height: auto;
  float: left;
  border: 1px solid #eee;
  padding: 5px;
}
#brands .brand-logo img {
  width: 100%;
  height: auto;
}

#brands .disabled {
  display: none;
}

#bagiskategorileri {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}
#bagiskategorileri .ortala {
  width: 1400px;
  float: left;
  margin-block: 40px;
  display: flex;
  justify-content: center;
  gap: 45px;
}
#bagiskategorileri .box {
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
}
#bagiskategorileri .box a {
  color: initial;
  text-decoration: none;
}
#bagiskategorileri figure {
  background: #06777b;
  color: #f4f4f4;
  padding: 25px 15px;
  border-radius: 80px;
  font-size: 50px;
  text-align: center;
  transition: all 0.5s;
}
#bagiskategorileri figure span {
  font-size: 36pt;
}
#bagiskategorileri .box:hover figure {
  transition: all 0.5s;
  background: #026e70;
  box-shadow: 1px 9px 11px -8px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 1px 9px 11px -8px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 1px 9px 11px -8px rgba(0, 0, 0, 0.48);
}
#bagiskategorileri .box:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
#bagiskategorileri .box:hover .baslik {
  transition: all 0.5s;
  color: #026e70;
}
#bagiskategorileri .baslik {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  transition: all 0.5s;
}
.vakifbuyukalan {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 500px) {
  #bagiskategorileri figure span {
    font-size: 46pt !important;
  }
  #bagiskategorileri .box {
    width: 100%;
    padding: 0px;
  }
  .blogiki_makaleler2 {
  }
  #bagiskategorileri .ortala {
    width: 100% !important;
  }
  .blogiki_makaleler2 .owl-dots {
    display: flex;
    justify-content: center;
  }
  .kututipi2 .button_group {
    flex-wrap: wrap;
  }
  .kututipi2 .button_group .bagis-btn,
  .kututipi2 .button_group .sepet-btn {
    width: auto !important;
    flex: 1 !important;
  }
  #faaliyetrapor .faaliyet {
    padding-inline: 15px !important;
  }
  .vakifbuyukalan {
    flex-wrap: wrap;
  }
  #vakifkudus .ortala {
    padding-inline: 15px;
  }
  #blogiki .tumu {
    margin-top: 0px !important;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

section.ortala {
  width: 1020px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header section.ortala .logoalan {
  padding: 0px;
  float: left;
  position: relative;
  z-index: 200;
  top: 5px;
}
header section.ortala .logoalan img {
  height: auto;
  float: left;
}
header section.ortala .sectionloganalan {
  margin-left: 80px;
  margin-top: 40px;
}
header section.ortala .sloganalan .slogan {
  font-size: 12pt;
  color: #c4c4c4;
  font-style: italic;
}

header .navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0px;
}
header .navbar-brand {
  display: none;
}
header .navbar {
  min-height: auto !important;
}
header .navbar ul li {
  text-transform: uppercase;
}
.navbar-default .navbar-collapse {
  padding: 0px;
}

header section.ortala .ustsag {
  float: right;
}

header section.ortala .bizeulasin {
  width: auto;
  float: right;
  margin-top: 15px;
}
header section.ortala .uyelikgirisi {
  width: auto;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}

header section.ortala .diller {
  width: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  height: auto;
  float: right;
  margin-top: 0px;
  padding: 9px;
  padding-top: 14px;
  cursor: pointer;
  padding-bottom: 11px;
}
header section.ortala .dil {
  width: auto;
  height: auto;
  float: left;
  transition: all 0.5s;
  transition: all 0.5s;
}
header section.ortala .dil span {
  font-size: 10pt;
  border-right: 1px solid #d2d2d2;
  padding: 4px;
}
header section.ortala .dil span:last-child {
  border: none;
}
header section.ortala .dil img {
  width: 100%;
  height: auto;
  float: left;
  transition: all 0.5s;
}

header section.ortala .diller:hover .dil_box {
  display: block !important;
  transition: all 0.5s;
}
header section.ortala .dil_box {
  width: auto;
  background: #eee;
  padding: 4px;
  position: absolute;
  margin-top: 26px;
  left: -5px;
  z-index: 2;
  transition: all 0.5s;
}

header section.ortala .dil_box .dil {
  width: 32px;
  height: auto;
  margin: 8px;
  display: block;
  padding: 8px;
  transition: all 0.5s;
}

header section.ortala .dil_box .dil:hover {
  background: #ddd;
  transition: all 0.5s;
}

header section.ortala .ustbtn {
  width: auto;
  height: auto;
  float: right;
}
header .ustbtn .box {
  width: auto;
  height: auto;
  float: left;
  margin-right: 0px;
  padding: 10px;
  padding-left: 11px;
  padding-right: 13px;
}

header .ustbtn .box .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 10pt;
  color: #000;
}
header .ustbtn .box .ico {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 7px;
}
header .ustbtn .box .ico img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

header .box_renk1 {
  transition: all 0.5s;
  width: auto;
}
header .box_renk2 {
  transition: all 0.5s;
}
header .box_renk3 {
  transition: all 0.5s;
  position: relative;
}

header .box_renk1:hover .text {
  transition: all 0.5s;
  color: #007275;
}
header section.ortala .box_renk1:hover .ico {
  transition: all 0.5s;
  color: #fff;
}

header section.ortala .box_renk2:hover .text {
  transition: all 0.5s;
  color: #007275;
}
header section.ortala .box_renk2:hover .ico {
  transition: all 0.5s;
  color: #007275;
}

header section.ortala .box_renk3:hover .text {
  transition: all 0.5s;
  color: #000;
}
header section.ortala .box_renk3:hover .ico {
  transition: all 0.5s;
  color: #000;
}

header section.ortala .box_renk3 .badge {
  position: absolute;
  left: 19px;
  top: 17px;
  font-size: 6pt;
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background: #29a555;
}

header section.ortala .box_renk4 img {
  width: 100%;
  height: auto;
}

header section.ortala .buttons {
  width: auto;
  height: auto;
  float: right;
}
header section.ortala .inbtn {
  width: auto;
  height: auto;
  float: left;
  margin-right: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

header section.ortala .inbtn .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 11pt;
  color: #fff;
}
header section.ortala .inbtn .ico {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 7px;
}
header section.ortala .inbtn .ico img {
  width: 100%;
  height: auto;
}

header section.ortala .renk1 {
  transition: all 0.5s;
  cursor: pointer;
  width: auto;
  background: rgb(216, 182, 23);
}

header section.ortala .renk1:hover {
  transition: all 0.5s;

  background: rgb(29, 145, 148);
}

header section.ortala .renk2 {
  transition: all 0.5s;
  cursor: pointer;
  width: auto;
  background: rgb(11, 180, 143);
}

header section.ortala .renk2:hover {
  transition: all 0.5s;

  background: rgb(29, 145, 148);
}

header section.ortala .telefon {
  border-right: 1px solid #dddddd;
  text-align: center;
  color: #9f9f9f;
}
header section.ortala .whatsapp {
  padding: 0px;
  color: #9f9f9f;
  text-align: right;
}
header section.ortala .sosyalaglar {
  padding: 0px;
  float: right;
  margin-left: 15px;
  margin-top: 9px;
  font-size: 16pt;
  color: #d9d9d9;
}
header section.ortala .sosyalaglar img {
  transition: all 0.6s;
  width: 23px;
  height: auto;
}

header section.ortala .sosyalaglar img:hover {
  transition: all 0.6s;
  -webkit-filter: grayscale(100%) brightness(110%) sepia(80%)
    hue-rotate(-238deg) saturate(320%) contrast(0.8);
  filter: grayscale(100%) brightness(110%) sepia(80%) hue-rotate(-238deg)
    saturate(320%) contrast(0.8);
}

header section.ortala .aramaalan {
  float: right;
  display: flex;
  align-items: center;
  padding: 11px !important;
}
header section.ortala .arama {
  width: 100%;
  height: 30px;
  float: left;
  padding-left: 35px;
  background: #f5f5f5;
  border: 0px;
  font-size: 10pt;
  color: #c6c6c6;
}
header section.ortala .gonder {
  height: 19px;

  border: 0px;
}

header .ustbilgiler {
  width: 80%;
  height: auto;
  float: right;
  font-size: 12pt;
}
header .ustbilgiler .telefon {
  width: 50%;
  height: auto;
  float: left;
}
header .ustbilgiler .whatsapp {
  width: 50%;
  height: auto;
  float: right;
}
header .ustcizgi {
  height: 8px;
  background: #000;
  margin-bottom: 20px;
}
.blog_resim {
  max-height: 175px;
  overflow: hidden;
}

header .menualan {
  background: #017275;
  width: auto;
  float: left;
  margin-top: -25px;
}
header .menualan .logos {
  display: none;
  width: 150px;
  float: left;
}
header .menualan .logos img {
  width: 100%;
  height: auto;
}
@media (min-width: 1460px) {
  #menu {
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
  }

  #menu li {
    list-style: none;
    display: block;
    float: left;
    height: auto;
    position: relative;
  }

  #menu li a {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0;
    line-height: 150%;
    text-decoration: none;
    height: auto;
    color: #fff;
    font-weight: 500;
    font-size: 11pt;
    text-transform: uppercase;
  }

  #menu li:hover a {
    color: #fff;
  }
  #menu ul {
    background: #f2f5f6;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0px 0px 3px 3px;
    z-index: 1002;
    padding: 10px;
  }

  #menu li:hover {
    background: #d2b117;
  }

  #menu .has-dropdown:hover a {
    color: #fff;
  }
  #menu .has-dropdown:hover .dropdown a {
    font-size: 11pt;
    color: #333;
  }
  #menu .has-dropdown .dropdown li a {
    color: #000;
  }
  #menu .has-dropdown .dropdown li:hover a {
    color: #fff;
  }

  #menu .has-dropdown .dropdown li .dropdown li a {
    color: #000;
  }
  #menu .has-dropdown .dropdown li:hover .dropdown li:hover a {
    color: #fff;
  }

  #menu li a {
    display: block;
  }
  #menu ul li {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    height: auto;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 140%;
  }
  #menu ul li a {
    border-right: none;
    color: #000;
    /* text-shadow: 1px 1px 1px #FFF;*/
    border-bottom: 1px solid #ffffff;
    line-height: 170%;
    padding-top: 5px;
    padding-bottom: 6px;
    word-break: break-all;
    white-space: normal;
    word-break: break-word;
  }

  #menu ul li:hover > a {
    color: #fff;
  }

  #menu ul li:hover {
    background: #ccac14;
  }
  #menu ul li:last-child {
    border-bottom: none;
  }
  #menu ul li:last-child a {
    border-bottom: none;
  }
  /* Sub menus */
  #menu ul.dropdown {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 43px;
    width: 240px;
    left: 0px;
  }

  /* Third-level menus */
  #menu ul.dropdown ul {
    top: 0px;
    left: 100%;
    display: none;
    visibility: hidden;
    border: 1px solid #dddddd;
  }
}

/* FİXED HEADER */

.fixheader #menu {
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}

.fixheader #menu li {
  list-style: none;
  display: block;
  float: left;
  height: auto;
  position: relative;
}

.fixheader #menu li a {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 0;
  line-height: 150%;
  text-decoration: none;
  height: auto;
  color: #fff;
  font-weight: 500;
  font-size: 11pt;
  text-transform: uppercase;
}

.fixheader #menu li:hover a {
  color: #fff;
}
.fixheader #menu ul {
  background: #f2f5f6;
  padding: 0px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0px 0px 3px 3px;
  z-index: 1002;
  padding: 10px;
}

.fixheader #menu li:hover {
  background: #d2b117;
}

.fixheader #menu .has-dropdown:hover a {
  color: #fff;
}
.fixheader #menu .has-dropdown:hover .dropdown a {
  font-size: 11pt;
  color: #333;
}
.fixheader #menu .has-dropdown .dropdown li a {
  color: #000;
}
.fixheader #menu .has-dropdown .dropdown li:hover a {
  color: #fff;
}

.fixheader #menu .has-dropdown .dropdown li .dropdown li a {
  color: #000;
}
.fixheader #menu .has-dropdown .dropdown li:hover .dropdown li:hover a {
  color: #fff;
}

.fixheader #menu li a {
  display: block;
}
.fixheader #menu ul li {
  border-right: none;
  border-bottom: 1px solid #dddddd;
  height: auto;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 140%;
}
.fixheader #menu ul li a {
  border-right: none;
  color: #000;
  /* text-shadow: 1px 1px 1px #FFF;*/
  border-bottom: 1px solid #ffffff;
  line-height: 170%;
  padding-top: 5px;
  padding-bottom: 6px;
  word-break: break-all;
  white-space: normal;
  word-break: break-word;
}

.fixheader #menu ul li:hover > a {
  color: #fff;
}

.fixheader #menu ul li:hover {
  background: #ccac14;
}
.fixheader #menu ul li:last-child {
  border-bottom: none;
}
.fixheader #menu ul li:last-child a {
  border-bottom: none;
}
/* Sub menus */
.fixheader #menu ul.dropdown {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 43px;
  width: 240px;
  left: 0px;
}

/* Third-level menus */
.fixheader #menu ul.dropdown ul {
  top: 0px;
  left: 100%;
  display: none;
  visibility: hidden;
  border: 1px solid #dddddd;
}

/* FİXED HEADER */

#menu ul .dropdown li a {
  color: #000;
}
#menu ul .dropdown li:hover a {
  color: #fff;
}

/* Fourth-level menus */
#menu ul ul ul {
  top: 0px;
  left: 100%;
  display: none;
  visibility: hidden;
  border: 1px solid #dddddd;
}

#menu ul li {
  display: block;
  visibility: visible;
  line-height: 140%;
}
@media (min-width: 600px) {
  #menu li:hover > ul {
    display: block;
    visibility: visible;
  }
}

.ana_detay_kutu {
  width: 100%;
  height: auto;
  float: left;
  padding: 11px;
  margin-bottom: 20px;
}

.ana_detay_baslik .detay_baslik {
  width: auto;
  height: auto;
  display: inline-block;
}
.ana_detay_baslik .detay_baslik .ico {
  width: auto;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 39pt;
}
.ana_detay_baslik .sinif {
  width: auto;
  height: auto;
  float: left;
  border-left: 1px solid #ababab;
  font-size: 16pt;
  font-weight: 500;
  margin: 10px;
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 13px;
  margin-left: 20px;
}

.ana_detay_kutu .form-control {
  border: none;
  border-radius: 0px;
}
.ana_detay_kutu .btn {
  border: none;
  border-radius: 0px;
}

.ogrenci {
  background: #05371f;
}
.yesil {
  background: #106b32 !important;
  color: #fff !important;
  text-shadow: none;
  font-size: 13pt;
  font-weight: 600;
}

.ogrenci .resim {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 20px;
}
.ogrenci .resim img {
  width: 100%;
  height: auto;
}

.ogrenci .giris_kutu {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}
.ogrenci .giris_kutu .aciklama {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12pt;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.ogrenci .giris_kutu label {
  color: #fff;
}

.giris_kutu h1 {
  font-size: 19pt;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
}

.giris_kutu h2 {
  font-size: 15pt;
  font-weight: 600;
}
.giris_kutu .baslik {
  width: 100%;
  height: auto;
  float: left;
  font-size: 19pt;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}

.giris_kutu .odev_kutu {
  width: 100%;
  height: auto;
  float: left;
  background: url(images/bg_zemin.jpg) repeat top center;
  padding: 20px;
  margin-bottom: 10px;
}

.giris_kutu {
  width: 100%;
  height: auto;
  float: left;
}

.giris_kutu .odev_kutu .odev_baslik {
  width: 100%;
  height: auto;
  float: left;
  font-size: 14pt;
  color: #000;
  font-weight: 600;
}
.giris_kutu .odev_kutu .aciklama {
  width: 100%;
  height: auto;
  float: left;
  font-size: 11pt;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.giris_kutu .odev_kutu .odev_link {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12pt;
  color: #548e7e;
  font-weight: 600;
}

.giris_kutu .odev_kutu .odev_indir {
  width: 135px;
  height: auto;
  float: left;
  background: #000;
  font-size: 10pt;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  margin-top: 30px;
  cursor: pointer;
}
.giris_kutu .odev_kutu .odev_indir .text {
  width: auto;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-left: 3px;
}
.giris_kutu .odev_kutu .odev_indir .ico {
  width: auto;
  height: auto;
  float: left;
  margin-top: 4px;
}

.giris_kutu .odev_kutu .tarih_ico {
  width: auto;
  height: auto;
  float: right;
  margin-top: 10px;
  font-size: 30px;
}
.giris_kutu .odev_kutu .tarih_text {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}

.giris_kutu .odev_kutu .tarih_text .text {
  width: auto;
  height: auto;
  float: right;
  font-size: 12pt;
  color: #000;
  font-weight: 600;
  margin-left: 5px;
}
.giris_kutu .odev_kutu .tarih_text .text2 {
  width: auto;
  height: auto;
  float: right;
  font-size: 12pt;
  color: #000;
  font-weight: 500;
  margin-left: 5px;
}

/* FOOTER */

.altalan {
  width: 100%;
  height: auto;
  float: left;
  background-color: #242424;
  margin-top: 30px;
  z-index: 5;
  position: relative;
  padding-top: 20px;
}

.altalan .title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 13pt;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.altalan .left {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 20px;
  overflow: hidden;
}

.altalan .left .head-content {
  float: left;
  width: 100%;
  padding-bottom: 18px;
}

.altalan .left .head-content .logokutu {
  width: auto;
  height: auto;
  float: left;
  border-right: 1px solid #4d4d4d;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 40px;
  margin-right: 40px;
}
.altalan .left .head-content .logokutu .logo {
  width: 116px;
  height: auto;
  margin-top: -21px;
  padding-bottom: 10px;
}
.altalan .left .head-content .logokutu img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.altalan .left .head-content .headnav {
  width: 16%;
  height: auto;
  float: left;
  padding: 10px;
  margin-left: 0px;
}
.altalan .left .head-content .headnav ul {
  padding: 0px;
}
.altalan .left .head-content .headnav .list li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  font-size: 10pt;
  color: #fff;
  font-weight: 400;
  list-style-type: none;
}

.altalan .left .head-content .headnav .list li:hover {
  color: #24c9cd;
  text-decoration: underline;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.altalan .left .head-content .headsoci {
  width: 32%;
  height: auto;
  float: right;
  padding: 10px;
  padding-right: 0px;
}

.altalan .left .head-content .headsoci .socialbox-content {
  float: left;
  text-align: left;
  width: auto;
  height: auto;
}

.altalan .left .head-content .headsoci .socialbox-content .footersocial {
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.altalan .left .head-content .headsoci .socialbox-content .footersocial li {
  display: inline-block;
  width: 51px;
  float: left;
  margin: 13px;
  margin-left: 0px;
  margin-top: 8px;
  background: #fff;
  padding: 16px;
  border-radius: 40px;
  text-align: center;
}
.altalan .left .head-content .headsoci .socialbox-content .footersocial li a {
  color: #000;
  font-size: 13pt;
}

.altalan .left .head-content .address {
  width: 26%;
  height: auto;
  float: left;
  border-left: 1px solid #676767;
  padding: 10px;
  padding-left: 31px;
  margin-left: 15px;
}

.altalan .left .head-content .contact {
  width: 45%;
  height: auto;
  float: left;
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.altalan .left .head-content .contact2 {
  width: 18%;
  margin-left: 15px;
}

.altalan .left .head-content .info {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 3px;
}
.altalan .left .head-content .info .icons {
  width: 25px;
  height: auto;
  float: left;
  margin-top: 14px;
  font-size: 11pt;
  color: #fff;
  vertical-align: top;
}
.altalan .left .head-content .info .text {
  width: 80%;
  height: auto;
  float: left;
  margin-top: 9px;
  margin-left: 2px;
  font-size: 13pt;
  color: #fff;
  margin-bottom: 6px;
}

.altalan .altbuton1 {
  height: 225px;
  float: left;
  background: url(images/altbuton1.png) no-repeat top center;
  background-size: contain;
}

.altalan .altbuton2 {
  height: 225px;
  float: left;
  background: url(images/altbuton2.png) no-repeat top center;
  background-size: contain;
}

.altalan .altbuton3 {
  height: 225px;
  float: left;
  background: url(images/altbuton3.png) no-repeat top center;
  background-size: contain;
}

.altalan .altbuton4 {
  height: 225px;
  float: left;
  background: url(images/altbuton4.png) no-repeat top center;
  background-size: contain;
  position: relative;
}

.altalan .altbuton4 .ebulten {
  width: 67%;
  height: auto;
  float: left;
  position: absolute;
  bottom: 12px;
  left: 44px;
}
.altalan .altbuton4 .ebulten .kutu {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 8px;
}
.altalan .altbuton4 .ebulten .kutu2 {
  width: 55%;
  height: auto;
  display: inline-block;
  margin-bottom: 8px;
}

.altalan .altbuton4 .ebulten input {
  background: #f8d679;
  padding: 10px;
  font-size: 10pt;
  color: #774406;
  border: 0px;
  height: 26px;
}
.altalan .altbuton4 .ebulten .gonder {
  width: 42%;
  float: right;
  background: #c79d2a;
  border: none;
  color: #ffffff;
  font-size: 9pt;
  font-weight: 500;
  padding-left: 12px;
  height: 27px;
}

.altalan .altbuton4 .ebulten input::placeholder {
  color: #c29e3b;
}

.foot-content {
  background: #0a7f82;
  float: left;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 20px;
}

.foot-content .copyright {
  float: left;
  font-size: 9pt;
  color: #fff;
  font-weight: 400;
}
.foot-content .design {
  float: right;
}

.foot-content .design .text {
  float: left;
  font-size: 9pt;
  color: #fff;
  font-weight: 400;
  margin-right: 14px;
}
.foot-content .design .logo {
  width: 41%;
  height: auto;
  float: left;
}
.foot-content .design .logo img {
  width: 100%;
  height: auto;
}

.kategoriliste article {
  margin-top: 1%;
  margin-bottom: 2%;
  height: 360px;
}
.kategoriliste article a {
  text-decoration: none;
  color: #000;
}

.kategoriliste article figure {
  width: 100%;
  height: auto;
  max-height: 145px;
  float: left;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.kategoriliste article figure img {
  width: 100%;
  transition: all 3000ms;
}
.kategoriliste article:hover img {
  -webkit-transform: rotate(3deg) scale(1.2, 1.2);
  -o-transform: rotate(3deg) scale(1.2, 1.2);
  transform: rotate(3deg) scale(1.2, 1.2);
  -webkit-transition: all 3000ms;
  -o-transition: all 500ms;
  transition: all 3000ms;
}

.kategoriliste article h2 {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  margin-top: 17px;
  font-size: 14pt;
  font-weight: 600;
  line-height: 140%;
}
.kategoriliste article p {
  width: 100%;
  height: 68px;
  float: left;
  margin-top: 17px;
  overflow: hidden;
  font-size: 12pt;
  font-weight: 400;
  line-height: 155%;
}
.kategoriliste article span {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 6px;
  font-size: 11pt;
  font-weight: 400;
  color: #ed1b24;
}
.kategoriliste .bgkoy {
  background-color: #f7f7f7;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.kategoriliste .bgkoy {
  background-color: #f7f7f7;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}

.ozelliste article {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ozelliste article a {
  text-decoration: none;
  color: #000;
}

.ozelliste article figure {
  width: auto;
  height: auto;
  max-width: 500px;
  float: left;
  border: 5px solid #c3c3c3;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.ozelliste article figure img {
  width: 100%;
}

.ozelliste article h2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16pt;
  font-weight: 600;
  color: #245767;
  margin-bottom: 21px;
}

.ozelliste .icerik {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.mobil_menu_kutu {
  width: 100%;
  height: auto;
  float: left;
  padding: 3%;
  display: none;
  text-align: center;
  background: #0595d5;
  font-size: 12pt;
  color: #fff;
  cursor: pointer;
  padding-bottom: 2%;
}

.menuac {
  width: 100%;
  height: 40px;
  float: left;
  cursor: pointer;
  padding: 3%;
  background-color: #1889bb;
}

.mobil_menu_kutu ul {
  margin: 0px;
  padding: 0px;
}

.mobil_menu_kutu ul li {
  width: 100%;
  height: auto;
  float: left;
  list-style-type: none;
  padding: 4%;
  background-color: #ddd;
  margin-bottom: 0.5%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 4%;

  text-align: center;
  color: #000;
}

.mobil_menu_kutu ul li a {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  color: #000;
}

.mobil_menu_kutu ul li a:hover {
  background-color: #fda600;
  color: #fff;
  transition: all 0.3s;
  color: #fff;
}

.mobil_menu_kutu ul li:hover {
  background-color: #fda600;
  color: #fff;
}

.mobil_menu_kutu ul li:hover a {
  background-color: #fda600;
  color: #fff;
}

.mobil_menu_kutu ul li:last-child {
  border: none;
}

main .uyebanner {
  background: url(images/uyekurulus_bg.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 60px;
}
main .uyebanner .bannerbaslik {
  width: 100%;
  height: auto;
  float: left;
  font-size: 22pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

main .uyebanner .bannerozet {
  width: 100%;
  height: auto;
  float: left;
  font-size: 22pt;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 20px;
}

main .uyebanner .bannerbtn {
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 10px;
  background: #2f9382;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
main .uyebanner .bannerbtn .text {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 12pt;
  color: #fff;
  font-weight: 600;
}
main .uyebanner .bannerbtn .ico {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 12pt;
  color: #fff;
  margin-left: 5px;
}

main .ortabanner {
  background: url(images/huzurbg.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: inset 0px -900px 5px 0px rgba(30, 30, 30, 0.86);
  -moz-box-shadow: inset 0px -900px 5px 0px rgba(30, 30, 30, 0.86);
  box-shadow: inset 0px -900px 5px 0px rgba(30, 30, 30, 0.86);
  text-align: center;
  padding: 60px;
}
main .ortabanner .bannerbaslik {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18pt;
  font-weight: 600;
  color: #fff;
}

main .ortabanner .bannerbuton_alan {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}
main .ortabanner .bannerbuton {
  width: 150px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #397b1a;
  background: #589938;
  text-align: center;
}
main .ortabanner .bannerbuton p {
  margin: 0px;
}
main .ortabanner .bannerbuton a {
  color: #fff;
  text-decoration: none;
}

.tumu {
  width: auto;
  height: auto;
  display: inline-block;
  background: #272727;
  color: #fff;
  font-size: 10pt;
  font-weight: 600;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 25px;
}

#blogiki .tumu {
  width: auto;
  height: auto;
  float: right;
  color: #0f7275;
  font-size: 10pt;
  background: transparent;
  font-weight: 600;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 10px;
  margin-right: 4px;
}

#blogiki {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
  text-align: center;
}
#blogiki h2 {
  color: #333333;
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#blogiki p {
  color: #333333;
  font-size: 12pt;
  margin-top: 10px;
  margin-bottom: 20px;
}

#blogiki .blogiki_makaleler {
  width: 100%;
  height: auto;
  float: left;
}
#blogiki .blogiki_makaleler article {
  margin-top: 2%;
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler article:hover .resimvebaslik img {
  -webkit-transform: scale(1.1); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1); /* Firefox 16+, IE 10+, Opera */
}
#blogiki .blogiki_makaleler article .resimvebaslik {
  position: relative;
  height: 240px;
  overflow: hidden;
}
#blogiki .blogiki_makaleler article .resimvebaslik img {
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler article .baslikvehover {
  width: 100%;
  height: 100px;
  position: absolute;
  padding-top: 0px;
  bottom: 0;
  -webkit-box-shadow: inset 0px -124px 12px -34px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: inset 0px -124px 12px -34px rgba(0, 0, 0, 0.71);
  box-shadow: inset 0px -124px 12px -34px rgba(0, 0, 0, 0.71);
}
#blogiki .blogiki_makaleler article .baslik {
  width: 100%;
  color: #fff;
  font-size: 10.5pt;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#blogiki .blogiki_makaleler article .kategori {
  width: auto;
  height: auto;
  float: right;
  font-size: 9pt;
  color: #fff;
  font-weight: 500;
  background: #f00;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#blogiki .blogiki_makaleler article .resimvebaslik .fiyat {
  width: 77px;
  height: auto;
  float: right;
  margin-right: 17px;
}
#blogiki .blogiki_makaleler article .resimvebaslik .fiyat input {
  padding: 6px;
  height: 33px;
  border: none;
}
#blogiki .blogiki_makaleler article .resimvebaslik .fiyat .input-group-addon {
  padding: 5px;
  height: 33px;
  border: none;
}

#blogiki .blogiki_makaleler article .baslik .baslik_text {
  width: 65%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 25px;
  color: #fff;
}
#blogiki .blogiki_makaleler article .baslik .inputlar {
  width: auto;
  height: auto;
  float: left;
  padding-left: 10px;
  text-align: left;
  margin-top: -8px;
}

.blogiki_makaleler2 .owl-nav {
  position: absolute;
  z-index: 99999;
  top: -45px;
  left: 1px;
  display: none !important;
}

.blogiki_makaleler2 .owl-nav button {
  border: none;
  background: #067d80;
  color: #fff;
  font-size: 11pt;
  padding: 6px;
  padding-left: 8px;
  line-height: 15px;
  padding-right: 8px;
  margin-right: 5px;
  padding-bottom: 10px;
}

.blogiki_makaleler2 .owl-nav button:hover {
  background: #000 !important;
}

.blogiki_makaleler2 .owl-nav button span {
  font-size: 21pt;
}

#blogiki .blogiki_makaleler2 article {
  margin-top: 2%;
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler2 article:hover .resimvebaslik img {
  -webkit-transform: scale(1.1); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1); /* Firefox 16+, IE 10+, Opera */
}
#blogiki .blogiki_makaleler2 article .resimvebaslik {
  position: relative;
  height: 267px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik img {
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler2 article .baslikvehover {
  width: 100%;
  height: 139px;
  position: absolute;
  padding-top: 30px;
  bottom: 0;
  -webkit-box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
  box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
}
#blogiki .blogiki_makaleler2 article .baslik {
  width: 100%;
  color: #fff;
  font-size: 10.5pt;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: 31px;
}

#blogiki .blogiki_makaleler2 article .kategori {
  width: auto;
  height: auto;
  float: right;
  font-size: 9pt;
  color: #fff;
  font-weight: 500;
  background: #f00;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat {
  width: 77px;
  height: auto;
  float: right;
  margin-right: 17px;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat input {
  padding: 6px;
  height: 33px;
  border: none;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat .input-group-addon {
  padding: 5px;
  height: 33px;
  border: none;
}

#blogiki .blogiki_makaleler2 article .baslik .baslik_text {
  width: 65%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 25px;
  color: #fff;
}
#blogiki .blogiki_makaleler2 article .baslik .inputlar {
  width: auto;
  height: auto;
  float: left;
  padding-left: 10px;
  text-align: left;
  margin-top: -8px;
}

#faaliyetrapor .faaliyet .content .textbox .desc {
  width: 90% !important;
  height: 105px !important;
}

#blogiki .blogiki_makaleler2 article {
  margin-top: 2%;
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler2 article:hover .resimvebaslik img {
  -webkit-transform: scale(1.1); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1); /* Firefox 16+, IE 10+, Opera */
}
#blogiki .blogiki_makaleler2 article .resimvebaslik {
  position: relative;
  height: 267px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik img {
  transition: all 0.8s;
}
#blogiki .blogiki_makaleler2 article .baslikvehover {
  width: 100%;
  height: 139px;
  position: absolute;
  padding-top: 30px;
  bottom: 0;
  -webkit-box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
  box-shadow: inset 0px -164px 32px -34px rgba(0, 0, 0, 0.71);
}
#blogiki .blogiki_makaleler2 article .baslik {
  width: 100%;
  color: #fff;
  font-size: 10.5pt;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: 31px;
}

#blogiki .blogiki_makaleler2 article .kategori {
  width: auto;
  height: auto;
  float: right;
  font-size: 9pt;
  color: #fff;
  font-weight: 500;
  background: #f00;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat {
  width: 77px;
  height: auto;
  float: right;
  margin-right: 17px;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat input {
  padding: 6px;
  height: 33px;
  border: none;
}
#blogiki .blogiki_makaleler2 article .resimvebaslik .fiyat .input-group-addon {
  padding: 5px;
  height: 33px;
  border: none;
}

#blogiki .blogiki_makaleler2 article .baslik .baslik_text {
  width: 65%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 25px;
  color: #fff;
}
#blogiki .blogiki_makaleler2 article .baslik .inputlar {
  width: auto;
  height: auto;
  float: left;
  padding-left: 10px;
  text-align: left;
  margin-top: -8px;
}

#faaliyetrapor .faaliyet .content .textbox .desc {
  width: 90% !important;
  height: 105px !important;
}

@media (max-width: 650px) {
  .blogiki_makaleler2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blogiki_makaleler2 .owl-nav {
    left: 16px;
  }
}

.kututipi2 figure {
  width: 100%;
  height: 170px;
  float: left;
  overflow: hidden;
}
.kututipi2 figure img {
  width: 100%;
  height: auto;
}
.kututipi2 .desc {
  width: 100%;
  height: auto;
  float: left;
  background: #f3f3f3;
  padding: 15px;
  padding-top: 19px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.kututipi2 .desc .title {
  width: 100%;
  height: auto;
  float: left;
  color: #000;
  font-weight: 500;
}

.kututipi2 .desc .fiyat {
  width: 100%;
  height: auto;
  float: right;
}
.kututipi2 .desc .fiyat input {
  padding: 6px;
  height: 33px;
  border: none;
  background: #f7f7f7 !important;
  font-weight: 700;
  border-bottom: 0.2px dashed !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-color: #181818 !important;
  box-shadow: none;
  text-align: center;
}
.kututipi2 .desc .fiyat .input-group-addon {
  padding: 5px;
  height: 33px;
  border: none;
}
.kututipi2:hover .desc {
  box-shadow: 1px 9px 16px -16px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 9px 16px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 9px 16px -16px rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}
.kututipi2 .desc {
  transition: all 0.5s;
}
.kututipi2 .desc .title .baslik_text {
  width: 63%;
  height: 50px;
  float: left;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-size: 12pt;
  font-weight: 700;
  text-transform: uppercase;
}
.kututipi2 .desc .title .inputlar {
  width: 100%;
  height: auto;
  float: right;
  text-align: left;
}

.kututipi2 .desc .ozet {
  width: 100%;
  height: 107px;
  float: left;
  font-size: 11pt;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  margin-top: 7px;
  line-height: 180%;
}
.kututipi2 .desc .more {
  width: 100%;
  height: auto;
  float: left;
  font-size: 10pt;
  color: #000;
  font-weight: 500;
  overflow: hidden;
  margin-top: 5px;
}
.kututipi2 .desc .more_ok {
  width: 30px;
  height: auto;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #109498;
  padding: 5px;
}
.kututipi2 .desc .more_ok img {
  width: 100%;
  height: auto;
}

.kututipi2 .desc input {
  background: #e4e3e3 !important;
}
.kututipi2 .ozet_text22 {
  text-align: left;
  font-size: 10pt;
  font-weight: 500;
  color: #000;
  height: 91px;
  margin-bottom: 3px;
  overflow: hidden;
  width: 99%;
  float: left;
  line-height: 22px;
}

.kututipi2 .share-btn {
  transition: all 0.8s;
  width: 30px;
  height: auto;
  float: right;
  display: inline-block;
  background-color: #696969;
  font-size: 10pt;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.kututipi2 .share-btn img {
  width: 100%;
}

.kututipi2 .button_group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.kututipi2 .button_group .bagis-btn,
.kututipi2 .button_group .sepet-btn {
  width: 100%;
  margin: 0px !important;
  flex: 1;
}

#vakifkudus,
#faaliyetrapor {
  margin-bottom: 30px;
}

#faaliyetrapor .faaliyet {
  border-bottom-right-radius: 60px;
  box-shadow: 31px 34px 32px -54px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 31px 34px 32px -54px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 31px 34px 32px -54px rgba(0, 0, 0, 0.19);
}
#vakifkudus .vakifbox .contentbox .proje .image {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
#vakifkudus .kudusbox {
  border-top-right-radius: 60px;
}
.altalan {
  margin-top: 0px;
}

.blogiki_makaleler2 .owl-nav button {
  border: none;
  background: #067d80;
  color: #fff;
  font-size: 11pt;
  padding: 6px;
  padding-left: 8px;
  line-height: 15px;
  padding-right: 8px;
  margin-right: 5px;
  margin-top: 15px;
}

.blogiki_makaleler2 .owl-nav button span {
  font-size: 21pt;
}

.blogiki_makaleler2 .owl-dots {
  margin-top: 10px;
}
.blogiki_makaleler2 .owl-dots button {
  background: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}

.button_group {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
  margin-top: 11px;
  text-align: center;
}

.button_group .fiyat {
  width: 64px;
  height: auto;
  float: left;
}
.button_group .fiyat input {
  padding: 6px;
  height: 33px;
  border: none;
}
.button_group .fiyat .input-group-addon {
  padding: 5px;
  height: 33px;
  border: none;
}

.button_group .text {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.button_group .ico {
  width: 15px;
  height: auto;
  display: inline-block;
  font-size: 12pt;
}
.button_group .ico img {
  width: 100%;
  height: auto;
}

.button_group .sepet-btn {
  transition: all 0.8s;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  background-color: #1b94a9;
  font-size: 10pt;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
}

.button_group .bagis-btn {
  transition: all 0.8s;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  background-color: #008c90;
  font-size: 10pt;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
}
.button_group .share-btn {
  transition: all 0.8s;
  width: 30px;
  height: auto;
  display: inline-block;
  background-color: #696969;
  font-size: 10pt;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button_group .share-btn .ico {
  width: 18px;
}

.button_group .odeme-btn {
  transition: all 0.8s;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  background-color: #1b94a9;
  font-size: 10pt;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
}

.modal-dialog .button_group {
  width: auto;
  float: right;
}

.button_group .sepet-btn:hover {
  transition: all 0.8s;
  background: #b28504;
}
.button_group .bagis-btn:hover {
  transition: all 0.8s;
  background: #1ba881;
}
.button_group .share-btn:hover {
  transition: all 0.8s;
  background: #000;
}

.button_group .odeme-btn:hover {
  transition: all 0.8s;
  background: #b28504;
}

#blogiki .uyekurulus_makaleler {
  width: 100%;
  height: auto;
  float: left;
}
#blogiki .uyekurulus_makaleler article {
  margin-top: 2%;
}
#blogiki .uyekurulus_makaleler article:hover .resimvebaslik img {
  -webkit-transform: rotate(7deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(7deg) scale(1.2); /* IE 9 */
  transform: rotate(7deg) scale(1.2); /* Firefox 16+, IE 10+, Opera */
}

#blogiki .uyekurulus_makaleler article .resimvebaslik {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #fff;
  transition: all 0.8s;
  padding: 10px;
  padding-bottom: 35px;
}
#blogiki .uyekurulus_makaleler article .resimvebaslik .resim {
  width: 100%;
  height: 150px;
  display: inline-block;
  padding: 10px;
}

#blogiki .uyekurulus_makaleler article .baslikvehover {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
#blogiki .uyekurulus_makaleler article .baslik {
  width: 89%;
  position: relative;
  bottom: 5px;
  color: #cacaca;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
}

#blog {
  background: #0b4304;
  height: auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#blog h2 {
  color: #fff;
  font-size: 25pt;
  margin-bottom: 25px;
  font-weight: 600;
}
#blog .alt-yazi {
  color: #fff;
  font-size: 11pt;
  margin-bottom: 30px;
  margin-top: 10px;
}
#haberler .alt-yazi a {
  color: #000;
  font-size: 11pt;
  text-decoration: none;
}
#blog .ozet {
  color: #fff;
  font-size: 11pt;
  margin-bottom: 5px;
  height: 120px;
  overflow: hidden;
}

#blog .resims {
  width: 100%;
  height: auto;
  min-height: 175px;
}
#blog .resims img {
  width: 100%;
  height: auto;
  max-height: 195px;
  min-height: 195px;
}

#blog .devam {
  color: #f9db23;
  font-weight: 600;
}

#blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 10px;
  padding-left: 0px;
  float: left;
  text-align: left;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#blog .blog-text h3 {
  height: 50px;
  overflow: hidden;
  font-size: 13pt;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0px;
}
#blog .blog-text h3 a {
  color: #7ee673;
}

#haberler {
  background: #f3f3f3;
  height: auto;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#haberler h2 {
  color: #000;
  font-size: 25pt;
  margin-bottom: 28px;
  font-weight: 600;
  text-align: left;
  float: left;
  margin-left: -2px;
}
#haberler h2::before {
  position: absolute;
  content: "";
  width: 50px;
  margin-left: 2px;
  height: 2px;
  background: #000000;
  margin-top: 47px;
}
#haberler .alt-yazi {
  color: #000;
  font-size: 11pt;
  margin-top: 38px;
  float: right;
  font-weight: 600;
}
#haberler .ozet {
  color: #333;
  font-size: 11pt;
  margin-bottom: 5px;
  height: 62px;
  overflow: hidden;
}

#haberler .resims {
  width: 100%;
  height: auto;
  min-height: 175px;
}
#haberler .resims img {
  width: 100%;
  height: auto;
  max-height: 195px;
  min-height: 195px;
}

#haberler .devam {
  color: #3a8621;
  font-weight: 600;
}
#haberler .haberler_resim {
  height: 200px;
  overflow: hidden;
}
#haberler .haberler-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 10px;
  padding-left: 0px;
  float: left;
  text-align: left;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#haberler .haberler-text h3 {
  font-size: 13pt;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0px;
}
#haberler .haberler-text h3 a {
  color: #000000;
}

#faaliyetrapor {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
#faaliyetrapor .faaliyetbox {
  display: inline-block;
}
#faaliyetrapor .faaliyet {
  width: 100%;
  padding: 25px;
  padding-left: 25px;
  padding-right: 0px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 8px;
}

#faaliyetrapor .faaliyet .titlebox {
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
#faaliyetrapor .faaliyet .titlebox .box {
  width: 25px;
  height: 25px;
  float: left;
  background-color: #067d80;
}
#faaliyetrapor .faaliyet .titlebox .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 15pt;
  color: #000;
  font-weight: 500;
  margin-left: 0px;
  text-transform: uppercase;
}

#faaliyetrapor .faaliyet .content {
  width: 100%;
  height: auto;
  float: left;
  position: static;
}
#faaliyetrapor .faaliyet .content .image {
  height: auto;
  float: left;
}
#faaliyetrapor .faaliyet .content .imagebox {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  width: 100%;
  height: 200px;
  float: left;
  overflow: hidden;
}
#faaliyetrapor .faaliyet .content .image img {
  transition: all 500ms;
  width: 100%;
  height: auto;
}

#faaliyetrapor .faaliyet .content .textbox {
  height: auto;
  float: left;
  padding-left: 35px;
}
#faaliyetrapor .faaliyet .content .textbox .title {
  width: auto;
  height: 46px;
  float: left;
  font-size: 12pt;
  color: #0e6e71;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#faaliyetrapor .faaliyet .content .textbox .desc {
  width: auto;
  height: 126px;
  float: left;
  font-size: 11pt;
  color: #000;
  font-weight: 400;
  line-height: 170%;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#faaliyetrapor .faaliyet .content .textbox .more {
  width: auto;
  height: auto;
  float: left;
  font-size: 11pt;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#faaliyetrapor .rapor {
  width: 34%;
  height: auto;
  float: left;
  background: #e9e9e9;
  padding: 0px;
  margin-left: 9px;
}
#faaliyetrapor .rapor .box-title {
  width: auto;
  height: auto;
  float: left;
  font-size: 15pt;
  color: #000;
  font-weight: 500;
}
#faaliyetrapor .rapor .box-desc {
  width: auto;
  height: 25px;
  float: left;
  font-size: 9pt;
  color: #000;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 9px;
}
#faaliyetrapor .rapor .box-img {
  transition: all 0.6s;
  width: 100%;
  height: 308px;
  float: left;
  overflow: hidden;
}
#faaliyetrapor .rapor .box-img:hover {
  transition: all 0.6s;
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.75);
}

#faaliyetrapor .rapor .box-img iframe {
  width: 100%;
  height: 308px;
}

#faaliyetrapor .faaliyetlist {
  overflow: hidden;
}

#faaliyetrapor .faaliyet .owl-nav {
}

#faaliyetrapor .faaliyet .owl-nav {
  position: absolute;
  z-index: 99999;
  top: 20px;
  right: 20px;
}

#faaliyetrapor .faaliyet .owl-nav button {
  border: none;
  background: #067d80;
  color: #fff;
  font-size: 11pt;
  padding: 6px;
  padding-left: 8px;
  line-height: 15px;
  padding-right: 8px;
  margin-right: 5px;
}

#faaliyetrapor .faaliyet .owl-nav button span {
  font-size: 21pt;
}

#faaliyetrapor .faaliyet .owl-dots {
  margin-top: 10px;
}
#faaliyetrapor .faaliyet .owl-dots button {
  background: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}

#faaliyetrapor .faaliyet .content .item:hover .imagebox {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#faaliyetrapor .faaliyet .content .item:hover .title {
  font-size: 12.5pt;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#faaliyetrapor .faaliyet .content .item:hover .desc {
  color: #dcdcdc;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#faaliyetrapor .faaliyet .content .item:hover .more {
  color: #dcdcdc;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#vakifkudus {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
#vakifkudus .vakifbox {
  height: auto;
  float: left;
  transition: all 3000ms;
}

#vakifkudus .vakifbox:hover .proje .image img {
  -webkit-transform: rotate(7deg) scale(1.2);
  -ms-transform: rotate(7deg) scale(1.2);
  transform: rotate(7deg) scale(1.2);
  -webkit-transition: all 3000ms;
  -o-transition: all 500ms;
  transition: all 3000ms;
}

.modal-content .input-group .form-control {
  z-index: 1;
}

#vakifkudus .vakifbox .titlebox {
  width: 100%;
  height: auto;
  float: left;
  background: #05679a;
  padding: 10px;
}
#vakifkudus .vakifbox .titlebox .ico {
  width: 28px;
  height: auto;
  float: left;
  margin-right: 10px;
}
#vakifkudus .vakifbox .titlebox .ico img {
  width: 100%;
  height: auto;
}
#vakifkudus .vakifbox .titlebox .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 14pt;
  color: #fff;
  font-weight: 500;
  margin-top: 3px;
}
#vakifkudus .vakifbox .titlebox .more {
  width: auto;
  height: auto;
  float: right;
  font-size: 10pt;
  color: #fff;
  background: #085983;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#vakifkudus .vakifbox .contentbox {
  width: 100%;
  height: auto;
  float: left;
}
#vakifkudus .vakifbox .contentbox .proje {
  width: 100%;
  height: auto;
  float: left;
}
#vakifkudus .vakifbox .contentbox .proje .image {
  width: 100%;
  height: 332px;
  float: left;
  overflow: hidden;
}
#vakifkudus .vakifbox .contentbox .proje .image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transition: all 3000ms;
}
#vakifkudus .vakifbox .contentbox .proje .text {
  width: 100%;
  height: auto;
  float: left;
  font-size: 15pt;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  text-align: center;
  text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.64);
  -webkit-text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.64);
  -moz-text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.64);
}

#vakifkudus .kudusbox {
  height: 333px;
  float: left;
  background: url(images/kudus-bg.jpg) no-repeat top center;
  box-shadow: inset 630px -40px 193px -150px #9a7209;
  -webkit-box-shadow: inset 630px -40px 193px -150px #9a7209;
  -moz-box-shadow: inset 630px -40px 193px -150px #9a7209;
  background-size: cover;
  padding-left: 28px;
  padding-top: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#vakifkudus .kudusbox .content {
  width: 75%;
  height: auto;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
#vakifkudus .kudusbox .content .title {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 5px;
  font-size: 20pt;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}
#vakifkudus .kudusbox .content .desc {
  width: 100%;
  height: 107px;
  float: left;
  margin-bottom: 5px;
  font-size: 13pt;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}
#vakifkudus .kudusbox .content .more {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 5px;
  font-size: 11pt;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}

#vakifkudus .kudusbox .buttons {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}
#vakifkudus .kudusbox .buttons .button-box {
  transition: all 0.6s;
  width: auto;
  height: 68px;
  float: left;
  margin-right: 10px;
}
#vakifkudus .kudusbox .buttons .button-box img {
  transition: all 0.6s;
  width: auto;
  height: 100%;
}

#vakifkudus .kudusbox .buttons .button-box:hover img {
  transition: all 0.6s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 80px;
}

#vakifkudus .vakifbox .contentbox .owl-nav {
  visibility: hidden;
  display: none;
}
#vakifkudus .vakifbox .contentbox .owl-dots {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

#vakifkudus .vakifbox .contentbox .owl-dots button {
  background: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}

.footer_buttons {
  width: 100%;
  height: auto;
  float: left;
  margin-top: -120px;
  z-index: 9;
  overflow: hidden;
}
.footer_buttons figure {
  width: 25%;
  height: auto;
  float: left;
}
.footer_buttons figure img {
  width: 95%;
  transition: all 0.6s;
}

.footer_buttons figure:hover img {
  width: 100%;
  transition: all 0.6s;
  margin-top: -20px;
}

/* FOOTER POPUP */

#simplemodal-container {
  border: 0px solid rgb(80, 80, 80);
  border: 0px solid rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.gg-fb {
  border: 15px solid rgba(0, 0, 0, 0.5);
  width: auto;
  max-width: 601px;
  height: auto;
  z-index: 9998;
  position: fixed;
  top: 20%;
  left: 35%;
  padding: 0px !important;
}
.gg-fb img {
  width: 100%;
  height: auto;
}
.gg-fb .fb-div {
  position: absolute;
  top: 0px;
  left: 610px;
}

.modalCloseImg {
  width: 33px;
  height: 32px;
  float: left;
  right: -8px;
  top: -15px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}

.gridlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 20px;
}
.modal-open {
  overflow: initial !important;
}

.fixheader {
  width: 100%;
  height: auto;
  float: left;
  position: fixed;
  top: 0px;
  z-index: 3;
  display: none;
}

.fixheader section.ortala .aramaalan {
  margin-left: 15px;
}
.fixheader .mobil_ust_alan {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #08777b;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fixheader .mobil_ust_alan .logos {
  width: 150px;
  float: left;
  margin-top: 7px;
  margin-right: 40px;
}

.fixheader .mobil_ust_alan .logos img {
  width: 100%;
  height: auto;
}

.fixheader .mobil_ust_alan .box {
  width: auto;
  height: auto;
  float: left;
  margin-right: 0px;
  padding: 10px;
  padding-left: 11px;
  padding-right: 13px;
  border-right: 1px solid #0f8388;
  background: #0c8d92;
}

.fixheader .mobil_ust_alan .box a {
  color: #fff;
}

.fixheader .mobil_ust_alan .box:last-child {
  width: 79px !important;
  transition: all 0.5s;
  position: relative;
  padding: 11px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}

.fixheader .mobil_ust_alan .box:last-child a {
  color: #fff;
}

.fixheader .mobil_ust_alan .box .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 11pt;
  color: #fff;
}
.fixheader .mobil_ust_alan .box .ico {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 7px;
}
.fixheader .mobil_ust_alan .box .ico img {
  width: 100%;
  height: auto;
}

.fixheader .mobil_ust_alan .box_renk3 .badge {
  position: absolute;
  left: 19px;
  top: 17px;
  font-size: 6pt;
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background: #29a555;
}

.fixheader .mobil_ust_alan .box_renk4 img {
  width: 100%;
  height: auto;
}

.fixheader .mobil_ust_alan .diller {
  margin-top: 0px;
  padding-top: 9px;
  background: #0c8d92;
  margin-left: 0px;
}
.fixheader .mobil_ust_alan .diller span {
  color: #fff !important;
}
.fixheader .diller {
  width: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  height: auto;
  float: right;
  margin-top: 0px;
  background: #eee;
  padding: 9px;
  margin-left: 10px; /* padding-top: 14px; */
  cursor: pointer;
  padding-bottom: 11px;
}

.fixheader .mobil_alt_alan {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #0c6a6d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fixheader .mobil_alt_alan .menu {
  margin-left: -25px;
  width: 100;
  height: auto;
  display: inline-block;
}

.fixheader .mobil_alt_alan .renk2 {
  float: right;
}

.fixheader .mobil_alt_alan #menu li a {
  font-size: 11pt;
  padding-inline: 10px;
}
.fixheader section.ortala .navbar-nav {
  width: 100%;
}
.fixheader section.ortala .inbtn {
  margin-inline: 0px;
}

.fixheader .mobil_alt_alan .aramaalan {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

.fixheader .inaktifbox {
  width: auto;
  height: auto;
  float: right;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.fixheader .menualan {
  background: transparent;
  margin-top: 0px;
}
.fixheader section.ortala .gonder {
  position: inherit;
  margin-right: 15px;
}

#respmenu {
  display: none;
}
@media only screen and (min-width: 200px) and (max-width: 410px) {
  .fixheader .mobil_ust_alan .diller {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .fixheader .mobil_alt_alan #menu li a {
    font-size: 11pt;
    color: #000;
    padding-left: 43px;
  }

  .fixheader .mobil_ust_alan .logos {
    width: 33%;
    max-width: 160px;
  }

  .fixheader .ortala {
    background: transparent;
  }

  .fixheader .mobil_ust_alan .logos {
    margin-left: 10px;
  }

  header .navbar-toggle {
    float: left;
    margin-right: 0px;
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
    margin-left: 17px;
    margin-bottom: 0px;
    margin-top: 7px;
  }

  .fixheader .mobil_ust_alan .diller {
    padding-top: 10px;
  }

  .fixheader .menualan {
    background: #e6e6e6;
    margin-top: 0px;
    position: absolute;
    top: 54px;
  }
  .fixheader .menualan li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .fixheader .ortala {
    background: transparent;
    padding-bottom: 0px;
  }

  .fixheader .menualan {
    display: none;
  }
  .fixheader .navbar-toggle {
    display: block;
  }
  .fixheader .navbar-collapse {
    display: none !important;
  }

  .fixheader .in {
    display: block !important;
  }

  .fixheader .mobil_ust_alan .logos {
    width: 22%;
  }
  .fixheader .menualan {
    width: 110%;
  }
  .fixheader .mobil_alt_alan #menu li a {
    position: relative;
    z-index: 2;
    padding-left: 0px;
  }
  .fixheader .menualan li {
    width: auto;
  }
  .fixheader #menu {
    padding-left: 28px;
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1030px) {
  section.ortala {
    width: 96%;
  }
}

@media (min-width: 500px) and (max-width: 1450px) {
  .navbar-toggle {
    display: block !important;
    margin: 0px !important;
  }
  #respmenu {
    display: block;
  }
  .menualan .navbar {
    display: none !important;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .mm-spn a,
  .mm-spn span {
    text-transform: uppercase;
  }
  .mm-spn.mm-spn--light {
    background: #00585a !important;
    color: #fff !important;
  }
  header section.ortala .dil {
    margin-top: -4px;
  }
  .aramaalan {
    margin-top: -2px;
  }
}

/* RESPONSİVE */
/*****************************/
/**********************************/

@media only screen and (max-width: 330px) {
  header section.ortala .inbtn .ico {
    display: none;
  }
  header .menualan {
    margin-top: 70px;
  }

  header section.ortala .inbtn {
    margin-right: 5px;
    padding: 10px;
    padding-left: 7px;
    padding-right: 10px;
  }

  .gg-fb {
    left: 0%;
  }
  .gg-fb .fb-div {
    left: 10px;
  }

  #kategori_list .list img {
    width: 100%;
    height: auto;
  }

  header section.ortala .logoalan img {
    width: 104px !important;
    height: auto;
    float: left;
    position: absolute;
    left: -10px;
    top: 12px;
  }
}

@media (min-width: 415px) {
  header section.ortala .ustbtn {
    margin-top: 0px !important;
  }

  header section.ortala .diller {
    padding: 10px;
  }
}

@media only screen and (max-width: 479px) {
  /* MOBİL EKRANLAR */

  .gg-fb {
    left: 0%;
  }
  .gg-fb .fb-div {
    left: 10px;
  }

  .cerezizin {
    width: 100% !important;
    text-align: center !important;
  }
  .cerezizin .cerez-text {
    width: 100% !important;
  }
  .cerezizin .cerez-btn {
    float: none !important;
    display: inline-block !important;
  }

  header .fixed-header section.ortala {
    background: #017275 !important;
  }
  header .fixed-header section.ortala .mobilarama {
    display: none !important;
  }
  header .fixed-header section.ortala .menualan .logos {
    margin-left: 15px;
  }
  header .fixed-header section.ortala .menualan .navbar-default .navbar-toggle {
    background: #065e61 !important;
    border-color: #065e61 !important;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px;
  }

  header
    .fixed-header
    section.ortala
    .menualan
    .navbar-default
    .navbar-toggle
    .icon-bar {
    background-color: #fff;
  }
  header .fixed-header section.ortala .navbar-nav {
    margin: 0px -15px;
  }

  .altalan .left .head-content .logokutu {
    width: 28%;
  }
  .altalan .left .head-content .logokutu .logo {
    width: 86px;
  }
  .altalan .left .head-content .info .text {
    font-size: 11pt;
  }
  .altalan .left .head-content .headsoci {
    width: 100%;
    border-top: 1px solid #585858;
    padding-left: 20px;
  }

  header {
    overflow: hidden;
  }
  main {
    overflow: hidden;
  }

  #menu {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
  }

  #menu li {
    margin-top: 0px;
  }
  #menu li a {
    color: #000 !important;
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
  }

  #menu .dropdown li {
    background: #eee;
    border: none;
  }
  #menu .dropdown a {
    border-right: none;
    color: #000;
    border-bottom: 1px solid #dcdcdc;
    line-height: 170%;
    padding-top: 5px;
    padding-bottom: 6px;
    word-break: break-all;
    white-space: normal;
    word-break: break-word;
    padding-left: 50px;
    text-align: left;
  }

  #menu .has-dropdown:hover .dropdown a {
    padding-top: 10px;
  }

  header section.ortala .logoalan img {
    width: 123px;
    height: auto;
    float: left;
    position: absolute;
  }

  header section.ortala .diller {
    padding: 5px;
    margin-left: 5px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  header section.ortala .ustbtn {
    width: auto;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  header section.ortala .ustbtn .box_renk1 {
    display: none;
  }
  header section.ortala .ustbtn .box_renk2 {
    display: none;
  }

  header .ustbtn .box {
    margin-right: 0px;
    padding: 8px;
    padding-left: 11px;
    padding-right: 13px;
    border-right: 1px solid #eee;
    background: #f2f2f2;
    margin-top: 0px;
    font-size: 10pt !important;
  }

  header .ustbtn .box .ico {
    width: 20px;
    height: auto;
    float: left;
    margin-right: 7px;
  }

  header .ustbtn .box .text {
    width: auto;
    height: auto;
    float: left;
    font-size: 10pt;
    color: #7d7d7d;
  }

  header .sosyalaglar {
    margin-right: -5px;
  }

  header section.ortala .sosyalaglar img {
    width: 22px;
  }

  header section.ortala .buttons {
    width: auto;
    height: auto;
    float: right;
    margin-top: 60px;
    margin-right: -15px;
    position: absolute;
    right: 0;
  }

  header section.ortala .inbtn {
    margin-right: 5px;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  header section.ortala .inbtn .ico {
    width: 17px;
    height: auto;
    float: left;
    margin-right: 5px;
  }

  header section.ortala .inbtn .text {
    width: auto;
    height: auto;
    float: left;
    font-size: 10pt;
    color: #fff;
  }

  header .navbar-toggle {
    float: left;
    margin-right: 0px;
    margin-left: 15px;
  }
  header section.ortala .masaustuarama {
    display: none;
  }
  header section.ortala .mobilarama {
    display: block !important;
  }
  header section.ortala .aramaalan {
    float: right;
    border: 1px solid #c0bdbd;
    margin-top: 10px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
    /* border: 1px solid transparent; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 19px;
  }

  header section.ortala .gonder {
    left: 0px;
    top: 0px;
  }

  .overlay-content input[type="search"] {
    font-size: 17px;
  }
  .overlay-content .aciklamalar {
    font-size: 9pt;
  }

  #blogiki .blogiki_makaleler article .baslik .baslik_text {
    width: 63%;
  }
  #blogiki .blogiki_makaleler article .baslikvehover {
    height: auto;
    padding-top: 12pt;
    padding-bottom: 10px;
  }

  #faaliyetrapor .faaliyet {
    width: 100%;
  }

  #faaliyetrapor .faaliyet .content .imagebox {
    width: 245px;
  }
  #faaliyetrapor .faaliyet .content .textbox {
    padding-left: 19px;
    padding-top: 20px;
  }
  #faaliyetrapor .faaliyet .content .textbox .title {
    width: 93%;
  }
  #faaliyetrapor .faaliyet .content .textbox .desc {
    width: 93%;
  }
  #faaliyetrapor .faaliyet .content .textbox .more {
    width: 93%;
  }
  #faaliyetrapor .rapor {
    width: 100%;
    border-left: none;
    margin-top: 10px;
    margin-left: 0px;
  }
  #vakifkudus .kudusbox {
    height: 423px;
    border: none;
    margin-top: 10px;
  }
  #vakifkudus .kudusbox .buttons .button-box {
    width: auto;
    height: 80px;
    float: left;
    margin: 10px;
    margin-left: 0px;
  }

  section.ortala {
    width: 100%;
    height: auto;
    float: left;
  }
  .ortala {
    width: 100%;
    height: auto;
    float: left;
  }

  header section.ortala .sloganalan {
    margin-left: 0px;
    display: none;
  }

  #hizmetlerimiz .text-center {
    padding: 0px;
  }
  #hizmetlerimiz h2 {
    font-size: 25pt;
  }

  #blogiki h2 {
    font-size: 25pt;
  }

  #hizmetlerimiz .bx-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  #blogiki .blogiki_makaleler article .resimvebaslik img {
    width: 100%;
  }

  main .markalar article {
    padding: 0px !important;
  }
  .sosyalmedya {
    margin-top: 4% !important;
    text-align: left !important;
  }
  .sosyalmedya p {
    text-align: left !important;
  }
  .digerleri {
    position: inherit !important;
  }
  .detay_alan_sagsol .sol {
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .detay_alan_sagsol .sol figure {
    margin: 0px !important;
  }

  main section.detay .ana_baslik_alan .geridon {
    display: none;
  }
  main section.detay .ana_baslik_alan h1.anabaslik {
    margin-left: 15px !important;
  }
  main.detay .detaybaslik h1 {
    margin-left: 15px;
  }
  .detaybaslik .cizgi_kutu {
    margin-left: 15px;
  }
  .detaybaslik .yol_genel {
    margin-left: 15px;
  }
  main.detay .detayyazilar p {
    padding: 20px;
    margin-top: 0px;
  }
  main.detay .tarih {
    margin-left: 22px;
    margin-top: 0px;
  }

  #kategori_list .list {
    width: 109% !important;
    height: auto;
    float: left;
    padding: 15px;
  }

  #kategori_list .list img {
    width: 100%;
    height: auto;
  }

  .list .kutular {
    margin-bottom: 10px;
  }

  #category .blogbir_makaleler article .resimvebaslik img {
    width: 100%;
  }
  header section.ortala .sloganalan .slogan {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

  #gallery-1 img {
    width: 100%;
  }
  #gallery-1 .gallery-item {
    width: 46% !important;
    margin: 2%;
  }

  main .ortabanner .bannerbaslik {
    font-size: 11pt;
    line-height: 190%;
  }
  main .ortabanner {
    padding: 20px;
  }

  header .ortala {
    background: #fff;
  }
  header .menualan .ortala {
    background: none;
    padding-bottom: 0px;
  }

  main .slayts {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  main .slayts .golge {
    position: relative;
    height: 220px;
  }
  main .slayts .slaytbilgileri {
    top: 53px;
  }
  main .slayts .slider .baslik {
    font-size: 14pt;
  }
  main .slayts .slider .aciklama {
    display: none;
  }
  main .slayts .slider .devami {
    display: none;
  }
  main .slayts .bx-viewport {
    height: 198px !important;
  }

  .blog {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  header section.ortala .logoalan {
    margin-top: 10px;
  }
  header section.ortala .ustsag {
    margin-top: 0px;
  }
  header section.ortala .aramaalan {
    float: right;
    display: flex;
    align-items: center;
  }
  header section.ortala .sosyalaglar {
    margin-left: 0px;
  }

  header .menualan {
    background: #e6e6e6;
    margin-top: 70px;
    width: 100%;
  }

  header .navbar-brand {
    margin-left: -5px;
    display: block !important;
  }
  header .menualan nav ul li {
    width: 98%;
    height: auto;
    float: left;
    background: #e6e6e6;
    border-bottom: 1px solid #d1d1d1;
    margin: 5px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-left: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  header .menualan nav ul li a {
    color: #6a6a6a;
  }

  main .uyebanner .bannerbaslik {
    font-size: 18pt;
  }
  main .uyebanner .bannerozet {
    font-size: 12pt;
  }

  #haberler {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #haberler h2 {
    width: 100%;
  }
  #haberler .alt-yazi {
    float: left;
    margin-top: 0px;
  }

  .footer_buttons figure {
    width: 50%;
  }

  .altalan .left {
    width: 100%;
    padding: 0px;
  }

  .altalan .left .head-content .logokutu {
    width: 34%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .altalan .left .head-content .address {
    width: 100%;
    padding-left: 0px;
    margin-left: 8px;
    border: none;
    border-top: 1px solid #1c548f;
    margin-top: 5px;
  }

  .altalan .left .head-content .contact {
    width: 44%;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
  }
  .altalan .left .head-content .headnav {
    width: 37%;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    border-top: 1px solid #414141;
  }
  .altalan .left .head-content .headsoci {
    width: 32%;
    height: auto;
    float: right;
    padding: 10px;
  }

  .altalan .left .head-content .logokutu {
    width: 28%;
  }
  .altalan .left .head-content .logokutu .logo {
    width: 86px;
  }
  .altalan .left .head-content .info .text {
    font-size: 11pt;
  }
  .altalan .left .head-content .headsoci {
    width: 100%;
    border-top: 1px solid #585858;
    padding-left: 20px;
  }

  .altalan .altbuton4 .ebulten {
    width: 78%;
    left: 18px;
    bottom: 46px;
  }

  .altalan .altbuton4 .ebulten input {
    background: #f8d679;
    padding: 9px;
    font-size: 7pt;
    color: #774406;
    border: 0px;
    height: 25px;
  }

  .altalan .altbuton4 .ebulten .gonder {
    font-size: 8pt;
    font-weight: 500;
    padding: 5px;
  }

  .foot-content {
    text-align: center;
  }
  .foot-content .copyright {
    float: left;
    font-size: 9pt;
    color: #fff;
    font-weight: 400;
    width: 100%;
  }
  .foot-content .design {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }

  .gridlist {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #menu {
    width: 100%;
  }
  #menu li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .gg-fb {
    left: 0%;
  }
  .gg-fb .fb-div {
    left: 10px;
  }

  section.ortala {
    width: 100%;
    height: auto;
  }
  .ortala {
    width: 100%;
    height: auto;
    float: left;
  }
  header section.ortala .sloganalan {
    margin-left: 0px;
    display: none;
  }

  #hizmetlerimiz .text-center {
    padding: 0px;
  }
  #hizmetlerimiz h2 {
    font-size: 25pt;
  }

  #blogiki h2 {
    font-size: 25pt;
  }

  #hizmetlerimiz .bx-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  #blogiki .blogiki_makaleler article .resimvebaslik img {
    width: 100%;
  }

  main .markalar article {
    padding: 0px !important;
  }
  .sosyalmedya {
    margin-top: 4% !important;
    text-align: left !important;
  }
  .sosyalmedya p {
    text-align: left !important;
  }
  .digerleri {
    position: inherit !important;
  }
  .detay_alan_sagsol .sol {
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .detay_alan_sagsol .sol figure {
    margin: 0px !important;
  }
  main section.detay .ana_baslik_alan .geridon {
    display: none;
  }
  main section.detay .ana_baslik_alan h1.anabaslik {
    margin-left: 15px !important;
  }
  #category .blogbir_makaleler article .resimvebaslik img {
    width: 100%;
  }
  header section.ortala .sloganalan .slogan {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

  #gallery-1 img {
    width: 100%;
  }
  #gallery-1 .gallery-item {
    width: 46% !important;
    margin: 2%;
  }

  main .ortabanner .bannerbaslik {
    font-size: 14pt;
    line-height: 190%;
  }
  main .ortabanner {
    padding: 20px;
  }

  header .ortala {
    background: #fff;
    padding-bottom: 10px;
  }
  header .menualan .ortala {
    background: none;
    padding-bottom: 0px;
  }

  main .slayts {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  main .slayts .golge {
    position: relative;
    height: 220px;
    bottom: 405px;
  }
  main .slayts .slaytbilgileri {
    top: 95px;
  }
  main .slayts .slider .baslik {
    font-size: 16pt;
  }

  main .slayts .bx-viewport {
    height: 298px !important;
  }

  #blog {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  header section.ortala .logoalan {
    margin-top: 10px;
  }
  header section.ortala .ustsag {
    margin-top: 5px;
  }
  header section.ortala .aramaalan {
    float: right;
  }
  header section.ortala .sosyalaglar {
    margin-left: 0px;
  }

  main .uyebanner .bannerbaslik {
    font-size: 18pt;
  }
  main .uyebanner .bannerozet {
    font-size: 12pt;
  }

  #haberler {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #kategori_list .list img {
    width: 100%;
    height: auto;
  }
}
