/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#000;
	background-image:url(../images/wall.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-size:auto 100%;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#b39854;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#252855;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.nav_fix{
	display:table;
	width:100%;
	height:100%;
}
.width{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:100%;
}
.width img{
	max-height:350px;
}
/*end body*/