/* base */
#blog .item {
	margin: 0 20px;
}
#blog .item img {
	display: block;
	width: 100%;
	height: auto;
}

/* prev, next */
#blog .owl-controls {
	margin-top: 0;
}
#blog .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: white;
	display: block;
	position: absolute;
	width: 24px;
	height: 32px;
	top: 120px;
	margin-top: -16px;
}
#blog .owl-prev {
	left: -10px;
}
#blog .owl-next {
	right: -10px;
}

/* theme */
.blog-container {
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
#blog .item {
	text-align: center;
}
#blog a {
	display: block;
	position: relative;
}
#blog a.devam {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: solid 2px #1c1c1c;
	color: #333333;
	text-decoration: none;
}
#blog a.devam:hover {
	background-color: #e20613;
	border: solid 2px #e20613;
	color: #ffffff;
}
#blog .item div {
	display: block;
	min-height: 70px; /* bkz. 70 */
	box-sizing: border-box; /* bkz. in 70 */
	padding: 10px 0; /* bkz. in 70 */
	font-size: 18px;
	font-weight: 400;
	color: #404040;
	/* background: yellow; */
	text-align: center;
}

/* title */
.blog {
	margin-top: 15px;
}
.blog h1 {
	color: #ed1c24;
	font-weight: 300;
}
.blog .info {
	font-size: 18px; 
	font-weight: 300;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}
