.blank {
  padding-top:0px;
}

.clear-anchor {all: unset;}
.clear-anchor a:link {text-decoration: none;}
.clear-anchor a:visited {text-decoration: none;}
.clear-anchor a:hover {text-decoration: underline;}
.clear-anchor a:active {text-decoration: underline;}

.hr {
  border-bottom: 2px solid #F66200;
  border-radius: 2px;
  box-shadow: 0px 0px 8px #888888;
  width:75%;
  text-align:center;
  margin: 10px 0 50px 0;
}

.hr2 {
  border-bottom: 2px solid #006FBE;
  border-radius: 2px;
  box-shadow: 0px 0px 8px #888888;
  width:75%;
  text-align:center;
  margin: 10px 0 50px 0;
}

.hr-typ3 {margin: auto;margin-top: 80px;width: 80%;position: relative;}
.hr-typ3 .shadow {overflow: hidden;height: 2px;}
.hr-typ3 .shadow:after {content: '';display: block;margin: -25px auto 0;width: 100%;height: 25px;border-radius: 125px/12px;box-shadow: 0 0 5px #000000;}

.table, .table th, .table tr, .table td {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.input-grup {
  height:35px;
  position: relative;
}

.ig_w130 {
  width:130px;
  background-color:rgba(255,255,255,0.9);
  padding:0 10px 0 10px;
  border-radius:20px;
}

.ig_w330 {
  width:330px;
  background-color:rgba(255,255,255,0.9);
  padding:0 10px 0 10px;
  border-radius:20px;
}

.ig_w240 {
  width:240px;
  background-color:rgba(255,255,255,0.9);
  padding:5px 10px 5px 10px;
  border-radius:20px;
}

.input-grup span {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  width:230px;height:35px;
  background-color: transparent;
}

.input-grup span input,
.input-grup span input:hover,
.input-grup span input:focus {
  border-style:none;
  outline: none !important;
  width:max-content;
}
.input-grup .form-select,
.input-grup .form-select:focus {
  border:none;
  border-style:none;
  outline: none !important;
}


.blog-item {
  text-align:right;
}
.blog-item a {
  width:auto;
  height:auto;
  /*position:absolute;*/
  right:0;
  padding:5px 20px 5px 20px;
  border:1px solid #FFFFFF;
  border-radius:5px;
  background: rgba(255,255,255,0.3);
  color:#000000;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.blog-item a:hover {
  background: rgba(76,144,228,0.8);
  color:#FFFFFF !important;
  transition: all 0.3s;
  border:1px solid #6B9FDB;
  text-decoration: none;
}
.blog-item-text {
  width:100%;
  height:200px;
  overflow:hidden;
  background:-webkit-linear-gradient(#333 75%,#EEE);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}


.yayin-list-item {
  color:#000000;
  max-width:300px;
  min-width:100px;
}
.yayin-list-item img {
  transform: none;
  border-radius:0px;
  border: 1px solid #000000;
  box-shadow: 0 3px 10px 3px #777777;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.yayin-list-item img:hover {
  border: 1px solid #777777;
  box-shadow:none;
}
.yayin-list-item .card-title {
  margin:0px;
  //font-size:16px;
}
.yayin-list-item .card-text {
  margin:0px;
}

.yazar-list-item {
  color:#000000;
  max-width:300px;
  min-width:200px;
}
.yazar-list-item img {
  transform: none;
  border-radius:0px;
  border: 2px solid #999999;
  box-shadow: 0 1px 5px 1px #777777;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.yazar-list-item img:hover {
  border: 2px solid #777777;
  box-shadow:none;
}
.yazar-list-item .card-title {
  margin:0px;
}
.yazar-list-item .card-text {
  margin:0px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yazar-index {
  vertical-align:center;
  text-align:center;
  font-size:17px;
  margin:0;
  padding:0 5px 0 5px;
}
.yazar-index a,
.yazar-index a:visited {
  color:#2271BD;
}
.yazar-index a:hover,
.yazar-index a:active {
  color:#FFFFFF;
  background-color:#2271BD;
}

/*
#yayin-kategori {
  border-radius:20px;
  background-color:red;
}

#yayin-kategori {
  background-color: DodgerBlue;
}
*/

.sosyal {
  display:flex;
  margin:5px;
}
.sosyal i {
  background-color:#1F294A !important;
  color:#FFFFFF !important;
  margin-left:5px;
}
.sosyal i:hover {
  border:none;
  background-color:#FFFFFF !important;
  color:#1F294A !important;
}

.goTamami{
  width:auto;
  height:auto;
  position:absolute;
  right:0;
  padding:5px 10px 5px 10px;
  border:1px solid #FFFFFF;
  border-radius:5px;
  background: rgba(255,255,255,0.3);
  font-size:13px;
  color:#000000;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.goTamami:hover {
  background: rgba(76,144,228,0.8);
  color:#FFFFFF !important;
  transition: all 0.3s;
  border:1px solid #6B9FDB;
  text-decoration: none;
}
.goTamamiIcon  {
  font-weight:bold;
}

.medya-gosterim {
  border:20px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.medya-gorsel {
  border:2px solid #FFFFFF;
  width:90%;
  height:auto;
  margin:10px;
  padding:0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.9);
  border-radius: 0px;
  transition: all 0.3s;
}

.medya-gorsel:hover {
  border: 2px solid #000000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}

.set-scrollbar-style {
  overflow-y: scroll;
  border-radius: 8px;
}

.set-scrollbar-style::-webkit-scrollbar-thumb {
  background-color: red;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;  
}

.set-scrollbar-style::-webkit-scrollbar {
  width: 14px;
}

/*--------------------------------------------------------------
# Topic
--------------------------------------------------------------*/

.topic {
  /*background: url("../img/bg-topic.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 20px 0 0px 0;
  position: relative;
}

.topic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
/*  background: rgba(255, 255, 255, 0.92);*/
  z-index: 9;
}

.topic .container {
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 2px #FFFFFF;
}

.topic .container .swiper {
  padding:0 20px 0 20px;
}

.topic .container .swiper .swiper-slide img:hover {
  transform: none;
  border: 1px solid #000000;
  box-shadow: 0 15px 20px -5px #FFFFFF;
}

.topic .container .col a {
background-color:red!important;
}

.topic .container .col a:hover {
  transform: none;
  border: 5px solid yellow;
  box-shadow: 0 15px 20px -5px #FFFFFF;
}
/*--------------------------------------------------------------
# Banner Slider
--------------------------------------------------------------*/
#banner .swiper {
      width: 100%;
      horizontal-align:center;
    }
#banner .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height:auto;
    }
#banner .swiper-slide img {
      display: block;
      width: 100%;
      border-radius: 1px;
/*      box-shadow: 0 15px 20px -15px rgb(0 0 0 / 73%);*/
      box-shadow: 0 15px 20px -5px #000000;
      transform: scale(1);
      opacity: 1;
      transition: all 0.3s;
      margin-top:50px;
      margin-bottom:0px;
    }
#banner .swiper-slide img:hover {
      transform: scale(1.1);
    }
#banner .swiper-pagination {
      margin-top: 50px;
      position: relative;
    }
#banner .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: #D22312;
      opacity: 1;
    }

@media (max-width: 992px) {
  #banner .swiper-slide img {
          width: 300px;
          height:auto;
  }
}

#banner .sld_info {
      z-index:2;
      margin:0;
      padding:0;
      position:absolute;
      bottom:1px;
      left:1px;
      padding-left:10px;
      padding-right:10px;
      width:99%;
      height:90px;
      background-color:#1F1F1F;
      border-radius: 2px;
      visibility:hidden;
      transition:visibility 1s, opacity 1s;
      opacity:0;
    }
#banner .sld_info a {
      text-decoration:none;
      color:#FFFFFF;
    }
#banner .sld_info a:hover {
      text-decoration: underline dotted white 2px;
      color:#FFFFFF;
    }

#banner .sld_base{z-index:1;color: #FFFFFF;font-weight:bold;}

#banner .sld_base:hover > div {
      z-index:1;
      visibility:visible;
      opacity: 0.7;
      transition:visibility 1s, opacity 1s;
    }


/*--------------------------------------------------------------
# Hero Waves
--------------------------------------------------------------*/
.hero-waves {
  display: block;
  /*margin-top: 60px;*/
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
  background: rgba(29, 59, 161, 0.75);
  position:absolute;
  bottom:0px;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Swiper Slider if disabled
--------------------------------------------------------------*/
.swiper-slider-disabled .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.swiper-slider-disabled .column {
  flex: 20%;
  max-width: 20%;
  padding: 0 20px;
text-align:center;
vertical-align:center;
}

.swiper-slider-disabled .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
text-align:center;
vertical-align:center;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.swiper-slider-disabled .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.swiper-slider-disabled .column {
    flex: 100%;
    max-width: 100%;
  }
}



/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
  border-radius:10px;background-color:transparent;margin-bottom:5px;
}

.specials .nav-link:hover {
  color: #ffb03b;
}

.specials .nav-link.active {
  color: #ffb03b;
  border-color: #ffb03b;
  border-radius:10px;background-color:white;margin-bottom:5px;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
    background: #ffb03b;
  }
}

/*--------------------------------------------------------------
# Specials > Article
--------------------------------------------------------------*/
.author-info .post-author-img {
  width: 100px;
    height:auto;
  border-radius: 50%;
}

.author-info .post-author {
  font-weight: 600;
  margin-top: 10px;
  padding:0;
  margin:10px 0 0 0;
}
.author-info .post-date {
  font-size: 14px;
  color: #3c3c3c;
  padding:0;
  margin:0;
}


/*--------------------------------------------------------------
# Specials > Media
--------------------------------------------------------------*/
#media-section {
  overflow: hidden;
  /*background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/bg-topic3.jpg) fixed center center;*/
  background-size: cover;
  padding: 80px 0;
}

.media-info .video-box {
  background: url("./assets/img/media.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .media-info .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.media-info .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.media-info .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.media-info .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.media-info .play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}

.media-info .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row>div {
  padding: 0;
}

.portfolio-grid .row>div .card img {
  width: 100%;
}

.portfolio-grid .row>div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row>div .card .portfolio-over>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
  color: #fff;
  opacity: 0.75;
  padding: 0 45px;
}

.portfolio-grid .row>div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

.list-group a {
  background: rgba(255,255,255,0.9);
  color:#000000;
  transition: all 0.3s;
  text-decoration: none;
}
.list-group a:hover {
  background: #4D8EE4;
  color:#FFFFFF !important;
  transition: all 0.3s;
  text-decoration: none;
}

/* ----- Blog-Vlog ----- */
/* Detail */
#blogvlog .blog-detay {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 40px 50px;
}
#blogvlog .blog-detay .item {
/*    width: 100%;*/
    flex: 0 0 48%;
}
#blogvlog .blog-detay .a-blog {
    display: flex;
    flex-wrap: wrap;
}


/* Detail Left Side */
#blogvlog .blog-detay .a-blog .left {
    width: 50%;
    padding-right: 30px;
}
#blogvlog .blog-detay .a-blog .left img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.7);
}
#blogvlog .blog-detay .a-blog .left a {
    width: 100%;
    color: #333;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
}
#blogvlog .blog-detay .a-blog .left a:hover {
    opacity: .9;
}
#blogvlog .blog-detay .a-blog .left .title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
    text-align: justify;
}
#blogvlog .blog-detay .a-blog .left .desc {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    display: block;
    text-align: justify;
}
#blogvlog .blog-detay .a-blog .left .desc em {
    text-decoration: underline;
}


/* Detail Right Side */
#blogvlog .blog-detay .a-blog .right {
    width: 50%;
}
#blogvlog .blog-detay .a-blog .right a {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e0e0e0;
}
#blogvlog .blog-detay .a-blog .right a:hover {
    opacity: .9;
    text-decoration: underline;
}
#blogvlog .blog-detay .a-blog .right a.readmorebtn {
    border: 0;
    margin: 0;
    color:#20284B;
    font-size: 12px;
    line-height: 16px;
}
#blogvlog .blog-detay .a-blog .right a.readmorebtn img {
    margin: 0;
    border:none;
    flex:none;
    width: 6px;
    height: 12px;
}
#blogvlog .blog-detay .a-blog .right img {
    width: 135px;
    flex: 0 0 135px;
    margin-right: 15px;
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.3);
    transition: all 0.3s;
}
#blogvlog .blog-detay .a-blog .right img:hover {
    transform: scale(1.1);
}

.goDahasi {
  width:auto;
  height:auto;
  position:absolute;
  right:0;
  bottom:0;
  padding:5px 10px 5px 10px;
  border:1px solid #FFFFFF;
  border-radius:5px;
  background: rgba(255,255,255,0.3);
  font-size:13px;
  color:#000000;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.goDahasi:hover {
  background: rgba(76,144,228,0.8);
  color:#FFFFFF !important;
  transition: all 0.3s;
  border:1px solid #6B9FDB;
  text-decoration: none;
}
.goDahasiIcon  {
  font-weight:bold;
}




/* Base */
#blogvlog .a-blogvideo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 40px 50px;
}
#blogvlog .a-blogvideo .item {
    width: 48%;
    flex: 0 0 48%;
}
#blogvlog .a-blogvideo .a-blog {
    display: flex;
    flex-wrap: wrap;
}

/* Base Left Side */
#blogvlog .a-blogvideo .a-blog .left {
    width: 50%;
    padding-right: 30px;
}
#blogvlog .a-blogvideo .a-blog .left img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.7);
}
#blogvlog .a-blogvideo .a-blog .left a {
    width: 100%;
    color: #333;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
}
#blogvlog .a-blogvideo .a-blog .left a:hover {
    opacity: .9;
}
#blogvlog .a-blogvideo .a-blog .left a .title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}
#blogvlog .a-blogvideo .a-blog .left a .desc {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    display: block;
}
#blogvlog .a-blogvideo .a-blog .left a .desc em {
    text-decoration: underline;
}



/* Base Right Side */
#blogvlog .a-blogvideo .a-blog .right {
    width: 50%;
}
#blogvlog .a-blogvideo .a-blog .right a {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e0e0e0;
}
#blogvlog .a-blogvideo .a-blog .right a:hover {
    opacity: .9;
    text-decoration: underline;
}
#blogvlog .a-blogvideo .a-blog .right a.readmorebtn {
    border: 0;
    margin: 0;
    color:#20284B;
    font-size: 12px;
    line-height: 16px;
}
#blogvlog .a-blogvideo .a-blog .right a.readmorebtn img {
    margin: 0;
    border:none;
    flex:none;
    width: 6px;
    height: 12px;
}
#blogvlog .a-blogvideo .a-blog .right img {
    width: 135px;
    flex: 0 0 135px;
    margin-right: 15px;
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.3);
}

/* ---- Video Section --- */
#blogvlog .a-blogvideo .a-video {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#blogvlog .a-blogvideo .a-video .left {
    width: 84%;
    padding-right: 30px;
    position: relative;
}
#blogvlog .a-blogvideo .a-video .left iframe {
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0;
    padding: 0;
}
#blogvlog .a-blogvideo .a-video .left .readmorebtn {
    border: 0;
    margin: 0;
    color: #009ab8;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    bottom: -30px;
    left: 0;
}
#blogvlog .a-blogvideo .a-video .right {
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#blogvlog .a-blogvideo .a-video .right a {
    width: 100%;
    display: block;
}
#blogvlog .a-blogvideo .a-video .right a.aktif img {
    /*opacity: .4;*/
}
#blogvlog .a-blogvideo .a-video img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    border:3px outset #006FBE;
    border-radius: 5px;
}
#blogvlog .a-blogvideo .a-video img:hover {
    transform: scale(1.2);
    border:3px outset #4D8EE4;
    border-radius: 5px;
}

@media(max-width:1990px) {
  #blogvlog .a-blogvideo {flex-wrap: wrap;padding: 0 20px;margin-bottom: 30px;}
  #blogvlog .a-blogvideo .item {width: 100%;flex: 0 0 100%;padding: 20px 0;}
  #blogvlog .a-blogvideo .item .sitebaslik {margin-bottom: 20px;}
  #blogvlog .a-blogvideo .a-blog .left {width: 60%}
  #blogvlog .a-blogvideo .a-blog .right {width: 40%}
  #blogvlog .a-blogvideo .a-video .left {width: 70%}
  #blogvlog .a-blogvideo .a-video .left iframe {height: 320px;}
  #blogvlog .a-blogvideo .a-video .right {width: 30%;flex-wrap: wrap;align-items: flex-start;flex-direction: row;}
  #blogvlog .a-blogvideo .a-video .right a {width: 45%}

  #blogvlog .blog-detay {flex-wrap: wrap;padding: 0 20px;margin-bottom: 30px;}
  #blogvlog .blog-detay .item {width: 100%;flex: 0 0 100%;padding: 20px 0;}
  #blogvlog .blog-detay .item .sitebaslik {margin-bottom: 20px;}
  #blogvlog .blog-detay .a-blog .left {width: 60%}
  #blogvlog .blog-detay .a-blog .right {width: 40%}
  #blogvlog .vlog-detay .a-video .left iframe {height: 320px;}
  #blogvlog .vlog-detay .a-video .right {width: 30%;flex-wrap: wrap;align-items: flex-start;flex-direction: row;}
  #blogvlog .vlog-detay .a-video .right a {width: 45%}

}
@media(max-width:767px) {
  #blogvlog .a-blogvideo .a-blog .left {width: 100%;padding: 0 0 30px;}
  #blogvlog .a-blogvideo .a-blog .left a .title {margin-bottom: 10px;}
  #blogvlog .a-blogvideo .a-blog .right {width: 100%;}
  #blogvlog .a-blogvideo .a-video .left {width: 100%;padding: 0 0 20px;}
  #blogvlog .a-blogvideo .a-video .left .readmorebtn {position: relative;left: auto;bottom: auto;}
  #blogvlog .a-blogvideo .a-video .right {width: 100%}
  #blogvlog .a-blogvideo .a-video .right a {width: 48%;margin: 6px 0;}

  #blogvlog .blog-detay .a-blog .left {width: 100%;padding: 0 0 30px;}
  #blogvlog .blog-detay .a-blog .left a .title {margin-bottom: 10px;}
  #blogvlog .blog-detay .a-blog .right {width: 100%;}
  #blogvlog .vlog-detay .a-video .left {width: 100%;padding: 0 0 20px;}
  #blogvlog .vlog-detay .a-video .left .readmorebtn {position: relative;left: auto;bottom: auto;}
  #blogvlog .vlog-detay .a-video .right {width: 100%}
  #blogvlog .vlog-detay .a-video .right a {width: 48%;margin: 6px 0;}
}



/*--------------------------------------------------------------
# Etkinlikler Section
--------------------------------------------------------------*/
.etkinlik .etkinlik-carousel,
.etkinlik .etkinlik-slider {
  overflow: hidden;
}

.etkinlik .etkinlik-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.etkinlik .etkinlik-item .etkinlik-img {
  z-index:9999;
  width: 90px!important;
  height: 90px!important;
  border-radius: 50%!important;
  border: 6px solid #F4F4F4;
  float: left!important;
  margin: 0 10px 0 0!important;
  transition: all 0.3s!important;
}

.etkinlik .etkinlik-item .etkinlik-img:hover {
  border: 6px solid #F4F4F4!important;
  transform: scale(1.1)!important;
}

.etkinlik .etkinlik-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.etkinlik .etkinlik-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.etkinlik .etkinlik-item .quote-icon-left,
.etkinlik .etkinlik-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.etkinlik .etkinlik-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.etkinlik .etkinlik-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.etkinlik .etkinlik-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.etkinlik .etkinlik-item .tarihsaat {
  width:100%;
  font-size: 14px;
  color: #20284B;
  -webkit-text-stroke:0.2px;
  margin:0 15px 0 0;
}
.etkinlik .etkinlik-item .tarihsaat i {
  color: #E86119;
  font-size:18px;
  margin:0 10px 0 0;
}
.etkinlik .etkinlik-item .tarihsaat a {
  text-decoration: none;
  color: #20284B;
}
.etkinlik .etkinlik-item .tarihsaat a:hover {
  text-decoration:underline;
}
.etkinlik .etkinlik-item .sayfayagit {
  text-align:right;
}
.etkinlik .etkinlik-item .sayfayagit i {
  font-size:16px;
  color:#E86119;
  margin:0;
  padding:0;
  justify-content: center;
}
.etkinlik .etkinlik-item .sayfayagit a {
  margin: 0px;
  padding: 3px 5px 3px 9px;
  width: 200px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background: #006FBE;
  border-radius: 15px;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.etkinlik .etkinlik-item .sayfayagit a:hover {
  background: #364A88;
}
.etkinlik .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.etkinlik .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #E86119;
  opacity: 1;
  /*border: 1px solid #20284B;*/
}
.etkinlik .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #364A88;
}


/*--------------------------------------------------------------
# Kitap Detay
--------------------------------------------------------------*/

.kitap-detay .table th, .kitap-detay .table tr, .kitap-detay .table td {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.kitap-detay .table img {
  width: 300px;
  height: auto;
}

.kitap-detay .table .satinal a,
.kitap-detay .table .yazardan a,
.kitap-detay .table .jenerik a {
  color: #FFFFFF;
  font-size: 14px;
}

.kitap-detay .table .satinal {
  margin: 10px 0 10px 0;
  padding-top: 2px;
  width: 100%;
  height: 30px;
  background: #4D8EE4;
  border-radius: 15px;
  text-align: center;
  padding-top: 1px;
  padding-left: 0px;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.kitap-detay .table .satinal:hover {
  cursor: pointer;
  background: #364A88;
}

.kitap-detay .table .yazardan {
  margin: 10px 0 10px 0;
  padding-top: 2px;
  width: 100%;
  height: 30px;
  background: #F6AD11;
  border-radius: 15px;
  text-align: center;
  padding-top: 1px;
  padding-left: 0px;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.kitap-detay .table .yazardan:hover {
  cursor: pointer;
  background: #F66200;
}

.kitap-detay .table .jenerik {
  margin: 10px 0 10px 0;
  padding-top: 2px;
  width: 100%;
  height: 30px;
  background: #CD0A0A;
  border-radius: 15px;
  text-align: center;
  padding-top: 1px;
  padding-left: 0px;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.kitap-detay .table .jenerik:hover {
  cursor: pointer;
  background: #8A0C06;
}

.kitap-detay .ust-ayrinti a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.kitap-detay .ust-ayrinti a:hover {
  text-decoration: underline;
}
.kitap-detay .ort-ayrinti p {
  font-size: 14px;
}
.kitap-detay .alt-ayrinti {
  font-size: 14px;
}
.kitap-detay .alt-ayrinti i {
  font-size: 20px;
}
.kitap-detay .alt-ayrinti a {
  text-decoration: none;
}
.kitap-detay .alt-ayrinti a:hover {
  text-decoration: underline;
}
.kitap-detay .alt-ayrinti .bilgi, .kitap-detay .alt-ayrinti .bilgi a {
  color: #000000;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Book Slider
--------------------------------------------------------------*/
.swiper {
      width: 100%;
      horizontal-align: center;
    }
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 150px;
      height: auto;
    }
.swiper-slide img {
      display: block;
      /*width: 100%;*/
      /*box-shadow: 0 15px 20px -15px rgb(0 0 0 / 73%);*/
      /*box-shadow: 0 15px 20px -5px #000000;*/
      /*opacity: 1;*/
      /*margin-bottom:0px;*/
      transition: 0.2s;
      border-radius: 2px!important;
      /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
      margin-top: 0px;
    }
.swiper-slide img:hover {
      /*-webkit-transform: none;*/
      /*transform: none;*/
      border-radius: 2px!important;
      border: none!important;
      transform: scale(1.02)!important;
    }
.swiper-pagination {
      margin-top: 50px;
      position: relative;
    }
.swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: #D22312;
      opacity: 1;
    }

@media (max-width: 640px) {
.swiper-slide img, .img-fluid {
          width: 300px!important;
          height: auto;
      }
}

@media (max-width: 992px) {
.swiper-slide img, .img-fluid {
          width: 300px!important;
          height: auto;
      }
}

@media (max-width: 1200px) {
.swiper-slide img, .img-fluid {
          width: 300px!important;
          height: auto;
      }
}

@media (max-width: 1900px) {
.swiper-slide img, .img-fluid {
          width: 300px!important;
          height: auto;
      }
}


/*--------------------------------------------------------------
# Iletisim
--------------------------------------------------------------*/
.iletisim {
  display: block;
  padding: 20px;
}
.iletisim .iletisim-item {
  width: 100%;
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 0;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}
.iletisim .iletisim-item img {
  padding: 20px;
  width: 150px;
  height: auto;
}
.iletisim .iletisim-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}
.iletisim .iletisim-item li {
  position: relative;
  width: 50px;
}
.iletisim .iletisim-item>ul>li {
  white-space: nowrap;
  padding: 2px 4px 2px 4px;
}
.iletisim .iletisim-item p,
.iletisim .iletisim-item p a {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .3px;
}
.iletisim .iletisim-item p a:hover {
  text-decoration: underline;
}
.iletisim .social-links {
  margin: 30px 0 30px 0;
}
.iletisim .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #20284B;
  color: #FFFFFF;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.iletisim .social-links a:hover {
  background: #006FBE;
  color: #FFFFFF;
  text-decoration: none;
}
#globe {
  content:url("../img/icons/uluslararasi1.png");
  opacity: 100%;
  transition: opacity 1s;
}
#globe:hover {
  content:url("../img/icons/uluslararasi2.png");
  opacity: 50%;
  transition: opacity 1s;
}

.yazar-text {
  text-align: justify;
}

.yazar-item-text {
  width:100%;
  height:43px;
  overflow:hidden;
  background:-webkit-linear-gradient(#333 75%,#EEE);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}