/********* SOL MENU START *********/
#snav {
  position: fixed;
  top: 20%;
  z-index: 9;
}
#snav li a {
  display: block;
  position: relative;
  font-weight: 300;
}
#snav li img, #snav li svg {
  height: 35px;
  width: 32px;
  padding: 7px 7px 7px 5px;
  color: #fff;
  box-shadow: rgba(0,0,0,0.3)2px 2px 10px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 5px;
  z-index: 4;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
#snav li span {
  left: -100px;
  height: 35px;
  line-height: 35px;
  margin-left: -24px;
  min-width: 135px;
  padding: 0px 20px 0px 27px;
  font-size: 13px;
  position: absolute;
  top: 0;
  z-index: 3;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
}
#snav li.facebook img , #snav li.facebook span , #snav li.facebook svg {
  background-color: #38539b;
}
#snav li.twitter img , #snav li.twitter span , #snav li.twitter svg {
  background-color: #1ca6d7;
}
#snav li.linkedin img , #snav li.linkedin span , #snav li.linkedin svg {
  background-color: #0271ae;
}
#snav li.instagram img , #snav li.instagram span , #snav li.instagram svg {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#snav li.youtube img , #snav li.youtube span , #snav li.youtube svg {
  background-color: #f80000;
}
#snav li.whatsapp img , #snav li.whatsapp span , #snav li.whatsapp svg {
  background-color: #1ad13f;
}
#snav li.email img , #snav li.email span , #snav li.email svg {
  background-color: #21baed;
}
#snav li.telefon img , #snav li.telefon span , #snav li.telefon svg {
  background-color: #f98316;
}
#snav li a:hover span {
  left: 42px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
/********* SOL MENU FINISH *********/
/********* ALPHA START *********/
.alpha .kutu:hover .textcont {
  background: rgba(0,0,0,.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.alpha .textcont {
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.alpha .textcont h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 34px;
  font-size: 26px;
}
.alpha .foto {
  height: 350px;
}
/********* ALPHA FINISH *********/
/********* ÇİZGİLİ EFEKT START *********/
.cizgili-efekt{
  position:absolute;
  top:15px;
  left:15px;
  bottom:15px;
  right:15px;
  z-index:9
}
.cizgili-efekt:hover{
  border:none;
  transition:all 2s linear
}
.cizik{
  display:block;
  padding:15px
}
.cizgili-efekt::after,.cizgili-efekt::before{
  content:"";
  width:0;
  height:1px;
  position:absolute;
  transition:all 2s linear;
  background:rgba(255,255,255,.5);
  z-index:9
}
.cizgili-efekt .cizik::after,.cizgili-efekt .cizik::before{
  content:"";
  width:1px;
  height:0;
  position:absolute;
  transition:all .2s linear;
  background:rgba(255,255,255,.5);
  z-index:9
}
.cizgili-efekt:hover::after,.cizgili-efekt:hover::before{
  width:100%
}
.cizgili-efekt:hover .cizik::after,.cizgili-efekt:hover .cizik::before{
  height:100%
}
.cizgili-efekt::after{
  right:0;
  bottom:0;
  transition-duration:.8s
}
.cizgili-efekt .cizik::after{
  right:0;
  bottom:0;
  transition-duration:.8s
}
.cizgili-efekt::before{
  left:0;
  top:0;
  transition-duration:.8s
}
.cizgili-efekt .cizik::before{
  left:0;
  top:0;
  transition-duration:.8s
}
/********* ÇİZGİLİ EFEKT FINISH *********/
.haber .kutu {
  padding: 20px;
}
.haber .foto {
  height: 200px;
}
.haber h3 span a {
  font-size: 15px;
  text-align: right;
  float: right;
  line-height: 32px;
  font-weight: 400;
  text-decoration: underline;
  color: #fdc010;
  display: block;
}
.haber .tarih {
  position: absolute;
  top: 20px;
  left: 0px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 3px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* .haber h4 {
  position: absolute;
  bottom: -8px;
  background: rgba(221, 180, 49, 0.76);
  color: #fff;
  padding: 9px;
  width: 100%
} */
.medya .medya {
  height: 350px;
}
.gray {
  background: #eee;
}
#faydali a {
  display: block;
}
.baslik h4 {
  float: left;
}
.baslik .cizgi {
  float: right;
  width: 86%;
  height: 1px;
  background: #fdc010;
  margin-top: 17px;
}
.haberic .tablo, .haberic .foto, .haberic .foto img {
  height: 240px;
}
.zemin.yana {
  width: 74%;
  float: left;
}
.zemin {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  padding: 40px;
  background: #fff;
}
.sidebar {
  width: 25%;
  float: right;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  padding: 20px;
}
.sidebar ul li a {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: block;
}
.icsayfa {
  position: relative;
  top: -95px;
}
.haberic .kutu {
  border-bottom: 1px solid #ccc;
}
.mevzu {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px;
}
.mevzu:before {
  content: "\f0c1";
  position: absolute;
  left: 0px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sube {
  border: 1px solid #d8d8d8;
  padding: 20px;
}
.sube h4 {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  color: #fdc010;
}
.iletisim .zemin.yana {
  width: 67%;
}
.iletisim .sidebar {
  width: 32%;
}
.kalite .kutu {
  padding: 20px;
}
.kalite .kutu svg {
  font-size: 43px;
}
#faydali.owl-carousel .owl-item img {
  max-height: 110px;
  margin: 0px auto;
  width: inherit;
}
#faydali .fayda {
  height: 110px;
}
.icsayfa.iletisim {
  top: 0px;
}
@media(max-width:767px) {
  .haber h1 span a {
    float: inherit;
    text-align: center;
  }
  .socialfooter {
    margin: 20px auto 10px auto;
    display: table;
  }
  .zemin.yana, .sidebar {
    width: 100%;
    float: inherit;
    padding: 20px;
  }
  .zemin {
    padding: 20px;
  }
  .iletisim .zemin.yana ,  .iletisim .sidebar{
    width: 100%;
  }
}
.devami {
  background: #fdc010;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
}
.sect1 .kutu .textcont {
  padding: 15px;
}
.sect1 .kutu {
  min-height: 425px;
}
.share {
  float: right;
  margin-bottom: 10px;
}
.share a {
  float: left;
  margin-left: 10px;
  padding: 5px;
}
.share svg {
  float: left;
  line-height: 20px;
  font-size: 20px;
}
.share .share-btn-facebook svg {
  color: #00529a;
}
.share .share-btn-instagram {
  color : #a82baf;
}
.share .share-btn-watsapp {
  color : #4da735;
}
.share .share-btn-linkedin {
  color : #0f9fa6;
}
.share .share-btn-twitter {
  color : #56adee;
}
.share>p {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.share>p svg {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 4px;
}
.zemin.yana ul li {
	list-style: disc;
}
