.contenturun{
	overflow: auto;
	position: relative;
	padding: 0px;
	background-color: transparent;
	margin: 0px;
	width: 100%;
	max-width: 99%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenturun.hidden{ display: none; }

.contenturun.light{
	background-color: transparent;
	color: #333;
}

.contenturun hr{
	margin-bottom: -10px;
	border-top: 1px solid rgba(0,0,0,0.7);
}

.contenturun.light hr{
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-top: 1px solid rgba(0,0,0,0.1);
}

.contenturun p{ margin: 30px 0; }

.contenturun p:last-child{ margin-bottom: 5px; }

.contenturun p:nth-child(odd), .contenturun.light p:nth-child(odd){
	background-color:transparent;
	padding: 5px 10px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.contenturun p:nth-child(3n+3){
	color: #bbb;
	background: none;
	padding: 0;
}

.contenturun.light p:nth-child(odd){
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.contenturun.light p:nth-child(3n+3){ color: #666; }

.contenturun p.full:nth-child(odd), .contenturun p.half:nth-child(odd), 
.contenturun p.full:nth-child(3n+3), .contenturun p.half:nth-child(3n+3){
	background: none;
	padding: 0;
}

.contenturun h2{
	font-size: 200%;
	line-height: 130%;
}

.contenturun h2:first-child{ margin-top: 5px; }

.contenturun:nth-child(odd) h2{
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}


.contenturun.light h2{ color: inherit; }

.contenturun img{
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 3px;
	background-color: transparent;
}

.contenturun.light img{ background: rgba(255,255,255,0.4); }

.contenturun input[type='text'], .contenturun textarea{
	border: none;
	background: transparent;
	background-color: #bbb;
	background-color: rgba(255,255,255,0.6);
	min-height: 20px;
	padding: 5px;
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	width: 50%;
	font-size: inherit;
	font-family: inherit;
	color: #222;
}

.contenturun textarea{
	min-height: 80px;
	width: 70%;
}

.contenturun .half img{
	max-width: 48%;
	margin: 0 0 2% 2%;
}

.contenturun .half img:nth-child(odd){ margin: 0 2% 2% 0; }

#demo.showcase{ min-width: 740px; }






.horizontal-images.contenturun ul, .vertical-images.contenturun ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.horizontal-images.contenturun li{
	margin: 0 3px;
	float: left;
	width:10%;
}

.horizontal-images.contenturun li:first-child{ margin-left: 0; }
.horizontal-images.contenturun li:last-child{ margin-right: 0; }
.horizontal-images.contenturun li img{
	width: auto;
	padding: 0;
	height:380px;
}
/*resim*/



@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.contenturun{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.contenturun{ width: 700px; }
}
