@charset "utf-8";
::selection{background: #ffe695;color: #9f9183;}
::-moz-selection{background: #ffe695;color: #9f9183;}
::-webkit-selection{background: #ffe695;color: #9f9183;}
@font-face {
	font-family: DroidKufi;
	src: url('../fonts/DroidKufi-Regular.eot');
	src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DroidKufi-Regular.woff') format('woff'),
	url('../fonts/DroidKufi-Regular.ttf') format('truetype'),
	url('../fonts/DroidKufi-Regular.svg#diavlo_medium_ii_37_1-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	font:normal 12px DroidKufi,Tahoma;
	margin:0;
	padding:0;
}
a {
	color:#fff;
	text-decoration:none;
}
body,html{
	background:#ebebeb;
	margin:auto;
}
.header {
	background:#ae9373;
	float:right;
	width:100%;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.15);
	border-bottom:5px solid #fff;
}
.header ul li {
	position:relative;
	float:right;
	list-style:none;
	padding:20px;
}
.header ul img{
	position:relative;
	float:left;
	padding:4px;
	margin-left:10px;
}
.mohtawa {
	width:100%;
}
.mohtawaright {
	width:60%;
	background:#fff;
	float:right;
	margin:20px auto;
	margin-right:60px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	height:auto;
}
.mohtawaleft {
	width:25%;
	background:#fff;
	float:left;
	margin:20px auto;
	margin-left:60px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	height:auto;
}
.mohtawaleft h2, .mohtawaright h2 {
	padding:5px 16px;
	margin:0;
	background:#ae9373;
	color:#fff;
	direction:rtl;
}
.mohtawaright p {
	padding:5px;
	font:normal 12px Tahoma;
	color:#707070;
	direction:rtl;
}
.mohtawaright img {
	padding:0;
	margin:0;
	height: auto !important;
    max-width: 100% !important;
}
.mohtawaright ul li {
	float:right;
	position:relative;
	color:#ae9373;
	list-style:none;
	margin-right:20px;
}
.mohtawaright ul li a{
	width:100%;
	color:#9e8568;
}
.icons {
	padding:5px;
	float:right;
}
.list a {
	color:#a3978a;
}
.list a:hover {
	color:#666;
}
.list {
	padding:14px 26px;
	color:#a3978a;
	direction:rtl;
}
.footer {
	text-align:center;
	position:fixed;
	bottom:0;
	background:#ae9373;
	width:100%;
	color:#fff;
	padding:10px;
}
