
.bgcampus {

  background-color:#f00;
  padding-bottom:40px;


}

.section-heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom:1px solid #555;
  padding: 10px 0px;

  }


.section-heading h4 {
    margin-bottom: 0;
    padding-bottom:0px;
    line-height: 1; 
 font-size: 1.3rem;
	 color:#fff;
	margin-top:20px; 
font-weight:bold;}

    @media only screen and (max-width: 767px) {
      .section-heading h5 {
        font-size: 16px; } }


.box-shadow {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important; }




.mag-posts-content {
  position: relative;
  z-index: 1;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 660px);
  flex: 0 0 calc(100% - 660px);
  max-width: calc(100% - 660px);
  width: calc(100% - 660px);


   }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 650px);
      flex: 0 0 calc(100% - 650px);
      max-width: calc(100% - 650px);
      width: calc(100% - 650px); } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 767px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }



.single-trending-post {
  position: relative;
  z-index: 1;
  overflow: hidden; 
	margin:0px;}

.single-trending-post::after {
    content: '';
    width: 100%;
    height: 100%;
    
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; }

.single-trending-post img {
    width: 100%;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms; }

.single-trending-post .post-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    right: 0px; 
	background-color:rgba(0,0,0,0.5);; 
	padding-top:8px;
	transition: 1000ms;
		}


.single-trending-post .post-content .post-title {
     
	  font-size: 20px;
    color: #ffffff;
	  font-weight:600;
	  text-align:center;
	  padding:5px;
      margin-bottom: 0; 
      transition:500ms;
	 

	 }

      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-trending-post .post-content .post-title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-trending-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-trending-post .post-content .post-title {
          font-size: 25px; } }


.single-trending-post .post-content .post-cata {
      display: block;
      margin-bottom: 8px;
	  margin-top:0px;
      color: #eee;      
	  padding-bottom:5px;
	  font-size: 16px;
	  text-align:center;
}

.single-trending-post .post-content .post-cata:hover, 
.single-trending-post .post-content .post-cata:focus {
        color: #ffffff; }

      @media only screen and (max-width: 767px) {
      .single-trending-post .post-content .post-cata {
          font-size: 12px; } 

	   }





.single-trending-post:hover .post-content .post-title{
	text-shadow:1px 1px 2px #fda12a;
}

.single-trending-post .post-contentbg{
	position: absolute;
	bottom:0px;
	width:100%;
	height: 0px;
	z-index: 1;
	background-color: #fda12a;
	background-image: url("../../resimler/logo2png.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	transition: 1000ms;
}

.single-trending-post:hover .post-contentbg{
	height: 30%;
}

.single-trending-post:hover .post-content {
   
	background-color:transparent; 
	
		}



.single-trending-post:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }


.trending-post-slides,
.featured-video-posts-slide,
.most-viewed-videos-slide,
.sports-videos-slides {
  position: relative;
  z-index: 1; }

  .trending-post-slides .owl-prev,
  .trending-post-slides .owl-next,
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next,
  .most-viewed-videos-slide .owl-prev,
  .most-viewed-videos-slide .owl-next,
  .sports-videos-slides .owl-prev,
  .sports-videos-slides .owl-next {
    position: absolute;
    background-color: #202020;
    width: 40px;
    height: 40px;
    color: #fda12a;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    top: -67px;
    right: 41px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .trending-post-slides .owl-prev:hover, .trending-post-slides .owl-prev:focus,
    .trending-post-slides .owl-next:hover,
    .trending-post-slides .owl-next:focus,
    .featured-video-posts-slide .owl-prev:hover,
    .featured-video-posts-slide .owl-prev:focus,
    .featured-video-posts-slide .owl-next:hover,
    .featured-video-posts-slide .owl-next:focus,
    .most-viewed-videos-slide .owl-prev:hover,
    .most-viewed-videos-slide .owl-prev:focus,
    .most-viewed-videos-slide .owl-next:hover,
    .most-viewed-videos-slide .owl-next:focus,
    .sports-videos-slides .owl-prev:hover,
    .sports-videos-slides .owl-prev:focus,
    .sports-videos-slides .owl-next:hover,
    .sports-videos-slides .owl-next:focus {
      background-color: #fda12a;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .trending-post-slides .owl-prev,
      .trending-post-slides .owl-next,
      .featured-video-posts-slide .owl-prev,
      .featured-video-posts-slide .owl-next,
      .most-viewed-videos-slide .owl-prev,
      .most-viewed-videos-slide .owl-next,
      .sports-videos-slides .owl-prev,
      .sports-videos-slides .owl-next {
        width: 36px;
        right: 30px;
        height: 36px;
        top: -66px; } }
  .trending-post-slides .owl-next,
  .featured-video-posts-slide .owl-next,
  .most-viewed-videos-slide .owl-next,
  .sports-videos-slides .owl-next {
    right: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-video-posts-slide {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .featured-video-posts-slide {
    margin-top: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next {
    display: none; } }
@media only screen and (max-width: 767px) {
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next {
    display: none; } }

