.card-haber-wrapper {
  padding: 0 15px 0 15px;
}

.video-list .card {
  background: #222 !important;
}
.video-list .card:hover .icon {
  color: #EE543C !important;
  border-right: 0 !important;
}
.video-list .card:hover .icon:before, .video-list .card:hover .icon:after {
  width: 100% !important;
  height: 100% !important;
}
.video-list .card:hover .icon:before {
  border-top-color: #EE543C !important;
  border-right-color: #EE543C !important;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s !important;
}
.video-list .card:hover .icon:after {
  border-bottom-color: #EE543C !important;
  border-left-color: #EE543C !important;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s !important;
}
.video-list .card .card-content {
  min-height: 60px !important;
}
.video-list .card .video-gallery-item-bottom {
  padding: 10px 18px;
  padding-right: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 20px;
  min-height: 70px;
}
.video-list .card .video-gallery-item-bottom .icon {
  position: relative;
  display: inline-block;
  float: left;
  width: 45px;
  height: 45px;
  color: #EE543C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid #dee2e6;
}
.video-list .card .video-gallery-item-bottom .icon i {
  font-size: 36px;
  line-height: 1.2;
}
.video-list .card .video-gallery-item-bottom .icon i:before {
  position: relative;
  left: 7px;
}
.video-list .card .video-gallery-item-bottom .icon::before, .video-list .card .video-gallery-item-bottom .icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-list .card .video-gallery-item-bottom .icon::before, .video-list .card .video-gallery-item-bottom .icon::after {
  border: 2px solid transparent;
  border-radius: 0px;
  width: 0;
  height: 0;
}
.video-list .card .video-gallery-item-bottom .icon::before {
  top: 0;
  left: 0;
}
.video-list .card .video-gallery-item-bottom .icon::after {
  bottom: 0;
  right: 0;
}
.video-list .card .video-gallery-item-bottom > a {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding: 0 10px;
  color: white;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.video-list .card .video-gallery-item-bottom > a:hover {
  color: #EE543C;
}

.card-haber .card {
  background: white;
  margin: 9px 0;
  margin-bottom: 0;
}
.card-haber .card-content {
  position: relative;
  background: #fff;
  padding: 0 18px;
  min-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-haber .card-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.66;
  color: #232323;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-haber .card-content > a {
  color: #1C1C1C;
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-haber .card-content > a:hover {
  text-decoration: underline;
}
.card-haber .card-content .card-bottom {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 2px;
  float: left;
  width: 100%;
  line-height: 18px;
  display: none;
}
.card-haber .card-content .card-bottom .haber-kategori {
  margin-right: 10px;
  position: relative;
  padding-left: 20px;
}
.card-haber .card-content .card-bottom .haber-kategori a {
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
}
.card-haber .card-content .card-bottom .haber-kategori a:hover {
  color: #EE543C;
  text-decoration: underline;
}
.card-haber .card-content .card-bottom .haber-kategori:after {
  content: "\e905";
  font-family: "ab_icons";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  color: #EE543C;
  font-size: 15px;
}
.card-haber .card-content .card-bottom .haber-tarih {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.card-haber .card-content .card-bottom .haber-tarih:after {
  content: "\e909";
  font-family: "ab_icons";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  color: #EE543C;
  font-size: 15px;
}
.card-haber .card-content .card-bottom .yazar-title {
  position: relative;
  margin-left: 0;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  color: #999999;
  float: left;
  width: 100%;
  line-height: 10px;
}

.path-saglik .card, .path-saglik .card-haber .card-content {
  background: rgb(0, 155, 138) !important;
}
.path-saglik .card a, .path-saglik .card-haber .card-content a {
  color: white !important;
}

.path-spor .card, .path-spor .card-haber .card-content {
  background: rgb(2, 32, 50) !important;
}
.path-spor .card a, .path-spor .card-haber .card-content a {
  color: white !important;
}

.path-politika .card, .path-politika .card-haber .card-content {
  background: rgb(0, 146, 168) !important;
}
.path-politika .card a, .path-politika .card-haber .card-content a {
  color: white !important;
}

.path-ekonomi .card, .path-ekonomi .card-haber .card-content {
  background: rgb(197, 149, 39) !important;
}
.path-ekonomi .card a, .path-ekonomi .card-haber .card-content a {
  color: white !important;
}

.path-egitim .card, .path-egitim .card-haber .card-content {
  background: rgb(244, 129, 36) !important;
}
.path-egitim .card a, .path-egitim .card-haber .card-content a {
  color: white !important;
}

.path-lokal-haberler .card, .path-lokal-haberler .card-haber .card-content {
  background: rgb(182, 132, 94) !important;
}
.path-lokal-haberler .card a, .path-lokal-haberler .card-haber .card-content a {
  color: white !important;
}

.path-kultur-sanat .card, .path-kultur-sanat .card-haber .card-content {
  background: #572e77 !important;
}
.path-kultur-sanat .card a, .path-kultur-sanat .card-haber .card-content a {
  color: white !important;
}

.path-bilim-teknik .card, .path-bilim-teknik .card-haber .card-content {
  background: rgb(0, 127, 189) !important;
}
.path-bilim-teknik .card a, .path-bilim-teknik .card-haber .card-content a {
  color: white !important;
}

.path-editorun-sectikleri .card, .path-editorun-sectikleri .card-haber .card-content {
  background: rgb(129, 110, 96) !important;
}
.path-editorun-sectikleri .card a, .path-editorun-sectikleri .card-haber .card-content a {
  color: white !important;
}

.path-haberler .card, .path-haberler .card-haber .card-content {
  background: rgb(235, 0, 0) !important;
}
.path-haberler .card a, .path-haberler .card-haber .card-content a {
  color: white !important;
}

.path-nachrichten .card, .path-nachrichten .card-haber .card-content {
  background: rgb(143, 188, 143) !important;
}
.path-nachrichten .card a, .path-nachrichten .card-haber .card-content a {
  color: white !important;
}

.path-almanya-treni .card, .path-almanya-treni .card-haber .card-content {
  background: rgb(176, 197, 222) !important;
}
.path-almanya-treni .card a, .path-almanya-treni .card-haber .card-content a {
  color: white !important;
}

.path-soylesi .card, .path-soylesi .card-haber .card-content, .path-one-cikanlar .card, .path-one-cikanlar .card-haber .card-content {
  background: rgb(100, 104, 129) !important;
}
.path-soylesi .card a, .path-soylesi .card-haber .card-content a, .path-one-cikanlar .card a, .path-one-cikanlar .card-haber .card-content a {
  color: white !important;
}

.path-magazin .card, .path-magazin .card-haber .card-content {
  background: rgb(197, 0, 247) !important;
}
.path-magazin .card a, .path-magazin .card-haber .card-content a {
  color: white !important;
}

.path-hukuk .card, .path-hukuk .card-haber .card-content {
  background: rgb(76, 175, 80) !important;
}
.path-hukuk .card a, .path-hukuk .card-haber .card-content a {
  color: white !important;
}

.path-aklinizda-bulunsun .card, .path-aklinizda-bulunsun .card-haber .card-content {
  background: rgb(113, 113, 113) !important;
}
.path-aklinizda-bulunsun .card a, .path-aklinizda-bulunsun .card-haber .card-content a {
  color: white !important;
}

/*# sourceMappingURL=news_card_list.css.map */
