@font-face {
  font-family: 'Ashkan';
  src: url('/theme/DefaultTheme/fonts/ashkan.woff') format('woff');
}
* {
	//border: 1px solid red;
	font-family: Ashkan, tahoma, Arial;
	font-size: 14px;
	-webkit-box-sizing: border-box;
   	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
html {direction: rtl;}
body {
	padding: 0px;
	margin: 0px;
}
a, a:hover {text-decoration: none;}
.clear {clear: both;}

#namad {

	position: fixed;
	bottom: 0px;
	left: 0px;
}








#topholder2 { 


}
	#topholder2 div {



	}












#topholder {

}
	#top {

	}









/******************************* Side Menu ***************** */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
	.sidenav a  {
		display: block;
		padding: 8px 15px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		transition: 0.3s;
		border-bottom: 1px solid gray;
		cursor: pointer;
	}
	.sidenav a:hover {
		color: #f1f1f1;
		padding-right: 20px;
	}
	.sidenav hr  {
		height: 10px; 
		background-color: green; 
		margin: 0 0 10px 0;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		left: 25px;
		font-size: 46px;
		margin-left: 50px;
		border: none;
	}
	.drobactive {
		background-color: green;
	}
	.sidenav div {
		display: none;
		background-color: #262626;
		padding-right: 20px;
	}
	.fa-caret-down {
		float: left;
		padding-left: 8px;
		background: url('/theme/defaulttheme/images/down-arrow.png') 50% 50% no-repeat;
		width: 25px;
		height: 25px;
	}
	





