@import url('reset.css');

/* General Demo Style */
body{
	background:#000;
	color:#fff;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:800px;

}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h2, h5{
	margin:280px 20px 10px 20px;
	font-size:22px;
	color:#fff;
	text-align:center;
	font-weight:700;

}
h1 span, h5{
	font-size:13px;
	display:block;
	font-style:italic;
	color:#2E373E;
	font-weight:400;
}
.line{
	background-color:#e0d1bc;
	border-bottom:1px solid #f9f5ef;
	height:1px;
	width:440px;
	margin:0px auto 20px auto;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:10px;
	background:#2E373E;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ebebeb;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}

.content-box{
	width:600px;
	margin:0 auto;
	font-size:11px;
	text-align:center;
	color:#2E373E;

}

.resim{
	margin: 0 auto;
}
.bg1{
		display: none;
	}
@media (max-width : 1920px){
	.bg{
		display: none;
	}
	.bg1{
		display: block;
		width: 100%;
	}
}
@media (max-width : 980px){
	.bg1{
		display: none;

	}
	.bg{
		display: block;
	}
}
@media (max-width : 768px){
	.bg{
		width: 100%;
	}
}