#kayanVerticalSystem {
	width: 100%;
	position: relative;
}
.kayanVerticalSystem {
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.kayanVerticalSystem ul {
	overflow: hidden;
}
.kayanVerticalSystem ul li {
	float: left;
	height: 137px;
	position: relative;
	width: 100%;
}
.kayanVerticalSystem ul li a {
	float: left;
	width: 100%;
}
.newDetail {
	background: transparent none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
}
.kayanButton {
	float: right;
	margin-top: 7px;
	width: auto;
}
.kayanButton a {
	border: 1px solid #989898;
	color: #989898;
	float: left;
	font-size: 22px;
	height: 35px;
	margin-left: 8px;
	padding-top: 5px;
	text-align: center;
	width: 35px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.kayanButton a:hover {
	background: #003870;
	color: #fff;
	border: 1px solid #003870;
}
.kayanButton a.up { }

.kayanButton a.down { }

.kayanButton a.tumHaber {
	font-family: gnBook;
	font-size: 16px;
	padding-top: 6px;
	text-align: center;
	width: 120px;
}
.newsItem {
	float: left;
	height: 107px;
	width: 100%;
	overflow: hidden;
}
.kayanVerticalSystem .kayanThumb {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	padding: 5px;
	width: 170px;
}
.kayanVerticalSystem .kayanThumb img {
	width: 200px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.kayanVerticalSystem ul li:hover .kayanThumb img{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
.kayanVerticalSystem .kayanComment {
	float: left;
	margin-left: 8px;
	width: 64.0%;
}
.kayanVerticalSystem .kayanComment h3 {
	color: #777777;
	font-family: gnBook;
	font-size: 14px;
	height: 81px;
	line-height: 1.5;
	margin-top: 8px;
	overflow: hidden;
}
.kayanVerticalSystem .kayanComment h4 {
	color: #003870;
	font-family: dosisSemiBold;
	font-size: 18px;
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only screen and (min-width:319px) and (max-width:479px) {
	.kayanVerticalSystem .kayanThumb {
		width: 110px;
	}
	.kayanVerticalSystem .kayanThumb img {
		width: 167px;
	}
	.kayanVerticalSystem .kayanComment {
		width: 58.9%;
	}

}

@media only screen and (min-width:390px) and (max-width:479px) { }


@media only screen and (min-width:479px) and (max-width:767px) {

	.kayanVerticalSystem .kayanComment {
		width: 59.9%;
	}

}
@media only screen and (min-width:600px) and (max-width:767px) { }

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.kayanVerticalSystem .kayanThumb {
		width: 105px;
	}
	.kayanVerticalSystem .kayanThumb img {
		width: 170px;
	}
	.kayanVerticalSystem .kayanComment {
		width: 62.5%;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.kayanVerticalSystem .kayanComment {
		width: 62.5%;
	}
}


@media only screen and (min-width : 1824px) {
	.kayanVerticalSystem .kayanComment h4 {
		font-size: 20px;
	}
	.kayanVerticalSystem .kayanComment h3 {
		font-size: 16px;
		height: 68px;
	}
	.kayanButton a.tumHaber {
		font-size: 18px;
		width: 140px;
		padding-top: 8px;
	}
	.kayanButton a {
		height: 40px;
		padding-top: 7px;
	}


}



