/* base */
#blog .item {
	margin: 0 20px;
}
#blog .item img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-offset {
	margin: 0 8px;
}

/* 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: 32px;
	height: 32px;
	top: 50%;
	margin-top: -75px; /* bkz */
	opacity: 0.6;
	text-align: center;
}
#blog .owl-controls .owl-buttons div:hover {
	opacity: 1;
}
#blog .owl-prev {
	left: -16px;
}
#blog .owl-next {
	right: -16px;
}
#blog .owl-prev img,
#blog .owl-next img {
	display: inline-block;
	vertical-align: top;
}

/* theme */
.blog-container {
	background: #8d0d0d url(res/deri.png);
	color: #ffffff;
	padding-bottom: 30px;
}
.blog-container .bolum-basligi {
	color: #ffffff;
}
#blog .item {
	text-align: center;
}
#blog a {
	display: block;
	position: relative;
}
#blog a .alfa-border {
	display: block;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	box-sizing: border-box;
	border: solid 6px rgba(255,255,255,.5);
}
#blog a.devam {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: solid 2px #1c1c1c;
	color: #ffffff;
	text-decoration: none;
}
#blog a.devam:hover {
	background-color:#ffffff;
	border: solid 2px #ffffff;
	color: #333333;
}
#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: #ffffff;
	/* background: yellow; */
	text-align: center;
}

.hepsi {
	display: block;
	margin: 0 auto;
	width: 240px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(255,255,255,.15);
	color: #ffffff;
	text-decoration: none;
	transition: .4s; 
}
.hepsi:hover {
	background-color: rgba(0,0,0,.15);
}

