.news-holder p {
    /*margin-bottom: 12px;*/
	/*font-family: 'Open Sans Condensed', sans-serif;
	font-size:17px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height:22px;
}


.news-holder {
    margin-top: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.news-headlines {
  list-style: none;
  position: relative;
  height:300px;
  overflow-y:auto;
}




  .news-headlines li {
	padding-right:30px;
    margin-bottom: 15px;
    position: relative;
	list-style-type:none;

  }
  
  .news-headlines li a {
	  	font-weight:700;
		font-size:18px;
		text-decoration:none;
		color:#000000;
		list-style-type:none;
  }
  
   .news-headlines li a:hover {
	   color:#999999;
  }


    .news-headlines li span.baslik {
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        color: #000000;
        list-style-type: none;
    }

        .news-headlines li span.baslik:hover {
            color: #999999;
        }


  

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    content: none;
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;

  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: none;
  }
  
  .news-headlines .highlight {
	 background-image:url(../images/icons/red-arrow.png);
	 background-repeat:no-repeat;
     position: absolute;
     top: 30px;
     right: 0;
     z-index: 10;
	 padding-top:5px;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 40%;
}

.news-preview {
   float: left;
   width: 60%;
   
   position: relative;
   z-index: 5;
   position: relative;
}

  .news-preview img {
    display: block;
    border: solid 1px #999;
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
  } 
  
   .news-preview a {
	   color:#5B5B5B;
  } 
  
     .news-preview a:hover {
	   color:#000000;
  } 


.news-content {
    position: absolute;
    z-index: 10;
    padding-left: 10px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: ""; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.news-headlines .modul-tarih {
	float:left;
	position:relative;
	margin-right:10px;
		padding-left:5px;

	
}

.news-headlines .modul-kategori {
	position:relative;
}

.news-headlines .modul-tarih a {
	font-size:11px;
	font-style:italic;
	color:#AFAFAF;
	}

.news-headlines .modul-tarih span {
    font-size: 11px;
    font-style: italic;
    color: #AFAFAF;
    font-weight: 700;
    text-decoration: none;
    list-style-type: none;
}

.news-headlines .modul-kategori a {
	font-size:12px;
	font-weight:bold;
	color:#AFAFAF;
}

.news-headlines .modul-kategori span {
    font-size: 12px;
    font-weight: bold;
    color: #AFAFAF;
    font-weight: 700;
    text-decoration: none;
    list-style-type: none;
}

.modul-header {
	display:block;
}

.modul-header h3 {
	position:relative;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#D80003;
	font-size:22px;
}

.modul-header h3 a{
	color:#D80003;
}

.modul-header img {
	position:relative;
	float:right;
	top:-29px;
}

.makale-modul {
	margin-bottom:25px;
}
