@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
body { margin:0; background-color:#ffffff;}
.arrow {width:35px; height:35px; position:fixed; bottom:30px; right:10px; visibility:visible;}
.content{
	background-color:#ffffff;
	width:100%;
	box-shadow:#000000 0px 0px 0px;
	margin-top:0px;
}
.logo{ display:none;}
.logo_m {top:10px; left:5px; z-index:9000; display:block; position:absolute;}
.lang{
	position:relative;
	top:-38px;
	right:50px;
	float:right;
}
.aralik { height:80px;}
.slider { height:200px;}
.copy {
	color:#222;
	letter-spacing:0.06em;
	margin-top:5px;
	font-size:13px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	border-top:#ccc solid 1px;
	padding-top:10px;
}
.icerik_center {
	padding-top:30px;
	margin:10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:19px;
	color:#666;
	letter-spacing:1px;
	line-height:28px;
}
.referans { display:inline-block; margin:10px; width:200px; height:120px; box-shadow:#000000 1px 1px 4px;}
.iletisim_1 {
	color:#888;
	font-size:16px;
	width:90%;
	height:auto;
	display:inline-block;
	margin-bottom:10px;
	border:#999 solid 1px;
	padding:10px;
	border-radius:10px;
}
.tumbs {
	width:90%;
	height:92px;
	border-radius:10px;
	border:#ccc solid 1px;
	display:inline-block;
	margin:2%;
	padding:10px;
	padding-bottom:6px;
	color:#747474;
	font-size:14px;
	text-align:right;
}
.img_thumb { opacity:0.7; border:#bbb solid 1px; margin-left:10px}
.img_thumb:hover { opacity:1.7; border:#777 solid 1px; margin-left:10px}


}