#slayt .item {
	min-height: 120px;
}

.slayt-container {
	position: relative;
	background-color: #eeeeee; /* f2eee5 */
}
.slayt-container .shadow {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 0;
	background: url(res/shadow.png) left top repeat-x;
}
#slayt {
	position: relative;
}
#slayt .owl-buttons div {
	width: 40px;
	height: 40px;
	border-radius: 0 !important;
	padding: 0 !important;
	background-color: rgba(0,0,0,.2);
}
#slayt .owl-buttons div:hover {
	background-color: rgba(0,0,0,.4);
}
#slayt .owl-buttons div i {
	font-size: 40px;
	color: rgba(255,255,255,.8);
}
#slayt .owl-prev,
#slayt .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
#slayt .owl-prev {
	left: 20px;
	text-align: center;
}
#slayt .owl-next {
	right: 20px;
	text-align: center;
}

#slayt .item picture{
    display: block;
    width: 100%;
    height: auto;
}
#slayt .item img{
    display: block;
    width: 100%;
    height: auto;
}


#slayt .owl-prev i,
#slayt .owl-next i {
	/* background-color: rgba(0,0,0,.2); */
}
#slayt .owl-prev i{
	padding-right: 2px;
	padding-left: 0px;
}
#slayt .owl-next i {
	padding-left: 2px;
	padding-right: 0px;
}


@media (max-width: 768px) {
	.slayt-container {
		margin-bottom: 0;
	}
	#slayt .owl-prev,
	#slayt .owl-next {
		display: none;
	}
} /* eo media */







/* Styling Pagination*/

#slayt .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#slayt .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

#slayt .owl-controls .owl-page.active span,
#slayt .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}







/* pagination */
#slayt .owl-controls { /* remove bottom margin */
	margin: 0;
	padding: 0;
}
#slayt .owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 3px;
	text-align: center;
}
#slayt .owl-controls .owl-page span {
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	background: #ffffff;
	/* kare */
	/*
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	*/
}







/* SLOGAN BÖLÜMÜ */




#slayt {
	overflow: hidden;
}
#slayt .item {
	position: relative;
}
#slayt .item .hold {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}
#slayt .item .koyu {
	background: url(res/koyu.png);
}
#slayt .item .acik {
	background: url(res/acik.png);
}
#slayt .item .box {
	position: relative;
	width: 100%;
	max-width: 1200px; /* !960px */
	height: 100%;
	margin: 0 auto;
}

#slayt .item .box span {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	
	/* padding: 5px 5px 45px 5px; */
	padding: 5px;
	
	/* sol-ust */
	top: 0; text-align: left;
}

#slayt .item .box span p {
	display: inline-block;
	
	margin: 0;
	padding: 10px 15px;
	
	/* standart */
	font-size: 24px;
	
	/* ince */
	font-weight: 300;
	
	/* siyah-50 */
	background-color: rgba(0,0,0,.5); color: white;
}





/* Erteleme */
#slayt .item .box span p.hemen-basla {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#slayt .item .box span p.yarim-saniye {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
#slayt .item .box span p.bir-saniye {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}




/* Font Boyutu */
#slayt .item .box span p.cok-kucuk {
	font-size: 14px;
}
#slayt .item .box span p.kucuk {
	font-size: 18px;
}
#slayt .item .box span p.standart {
	font-size: 24px;
}
#slayt .item .box span p.buyuk {
	font-size: 30px;
}
#slayt .item .box span p.cok-buyuk {
	font-size: 36px;
}
#slayt .item .box span p.battal {
	font-size: 60px;
}

@media all and (max-width: 768px) {
	
	/* Font Boyutu */
	#slayt .item .box span p.cok-kucuk {
		font-size: 12px;
	}
	#slayt .item .box span p.kucuk {
		font-size: 14px;
	}
	#slayt .item .box span p.standart {
		font-size: 16px;
	}
	#slayt .item .box span p.buyuk {
		font-size: 18px;
	}
	#slayt .item .box span p.cok-buyuk {
		font-size: 24px;
	}
	#slayt .item .box span p.battal {
		font-size: 36px;
	}
	
} /* eo media */





/* Font Kalınlığı */
#slayt .item .box span p.ince {
	font-weight: 300;
}
#slayt .item .box span p.normal {
	font-weight: normal;
}
#slayt .item .box span p.kalin {
	font-weight: bold;
}





/* Zemin Rengi */
#slayt .item .box span p.siyah-50 {
	background-color: rgba(0,0,0,.5); color: white;
}
#slayt .item .box span p.siyah {
	background-color: rgba(0,0,0,1); color: white;
}

#slayt .item .box span p.beyaz-50 {
	background-color: rgba(255,255,255,.5); color: black;
}
#slayt .item .box span p.beyaz {
	background-color: rgba(255,255,255,1); color: black;
}

#slayt .item .box span p.kirmizi-75 {
	background-color: rgba(255,0,0,.75); color: white;
}
#slayt .item .box span p.kirmizi {
	background-color: rgba(255,0,0,1); color: white;
}

#slayt .item .box span p.sari-75 {
	background-color: rgba(255,221,0,.75); color: black;
}
#slayt .item .box span p.sari {
	background-color: rgba(255,221,0,1); color: black;
}

#slayt .item .box span p.yok-siyahMetin {
	background-color: rgba(255,255,255,0); color: black;
}
#slayt .item .box span p.yok-beyazMetin {
	background-color: rgba(0,0,0,0); color: white;
}

#slayt .item .box span p.yazi1 {
	color: #ffffff;
	background-color: transparent;
	text-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	padding: 4px 8px;
}
#slayt .item .box span p.yazi2 {
	color: #ffffff;
	background-color: transparent;
	text-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	padding: 6px 12px;
}
#slayt .item .box span p.yazi3 {
	color: #ffffff;
	background-color: transparent;
	text-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	padding: 6px 12px;
}

/* Slogan Konumu */
#slayt .item .box span.ust-sol {
	bottom: auto; top: 0; text-align: left;
}
#slayt .item .box span.ust-orta {
	bottom: auto; top: 0; text-align: center;
}
#slayt .item .box span.ust-sag {
	bottom: auto; top: 0; text-align: right;
}

#slayt .item .box span.orta-sol {
	display: flex; justify-content: center; flex-direction: column;
	top: 0; bottom: 0; text-align: left;
}
#slayt .item .box span.orta-orta {
	display: flex; justify-content: center; flex-direction: column;
	top: 0; bottom: 0; text-align: center;
}
#slayt .item .box span.orta-sag {
	display: flex; justify-content: center; flex-direction: column;
	top: 0; bottom: 0; text-align: right;
}

#slayt .item .box span.alt-sol {
	top: auto; bottom: 0; text-align: left;
}
#slayt .item .box span.alt-orta {
	top: auto; bottom: 0; text-align: center;
}
#slayt .item .box span.alt-sag {
	top: auto; bottom: 0; text-align: right;
}

@media (max-width: 768px) {
	#slayt .item .box span p.yazi1 {
		min-width: 180px;
	}
	#slayt .item .box span p.yazi2 {
		min-width: 180px;
		line-height: 1;
	}
} /* eo media */





