@font-face {
	font-family: 'byekan';
	src: url('../fonts/YekanWeb-Regular.woff') format('woff');
}
*{
	margin:0px;
	padding:0px;
	font:15px byekan;
	color:#303030;
	direction:rtl;	
	text-decoration:none;
	z-index:1;
}
body{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	color:#303030;
	direction:rtl;	
}
						/*		HEADER		*/
header{
	background-color:#34495e;
	width:100%;
	height:auto;
	min-height:60px;
	border-bottom:5px solid #e74c3c;
	float:right;
}
.div-bar{
	float: right;
    width: auto;
    height: 60px;	
	cursor:pointer;
	display:none;
	transition:.5s;
}
.div-bar:hover{
	background-color:#2c3e50;	
}
.div-bar i{
	color: #FFFFFF;
    font-size: 29px;
    padding: 15px;	
}
.div-meno-header{
	width:auto;
	height:100%;
	float:right;	
}
.div-meno-header ul{
	list-style-type:none;
	float:right;
	width:auto;
	height:100%;
	display:inline-block;
}
.div-meno-header ul li{
	color:#FFFFFF;
	font-size:12px;
	float:right;
	padding:18px;
	display:inline-block;	
}
.div-meno-header ul li:hover{
	background-color:#2c3e50;
	transition:.5s;
	cursor:pointer;	
}
.meno-respans{
	background-color:rgba(231, 76, 60, 0.89);
    width: 0%;
    z-index: 29;	
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	overflow:hidden;
}
.meno-respans ul{
	list-style-type:none;
	z-index:29;	
}
.meno-respans ul li{
	color:#FFFFFF;
	z-index:29;
	padding:10px;	
}
.meno-respans ul li:hover{
	background-color:#34495e;
	transition:.5s;
	transform:translateX(-5px);
}
.div-sosh-n-header{
	width:auto;
	height:100%;
	float:left;	
}
.div-sosh-n-header ul{
	list-style-type:none;
	float:right;
	width:auto;
	height:100%;
	display:inline-block;
}
.div-sosh-n-header ul li{
	color: #FFFFFF;
    font-size: 12px;
    float: right;
    padding: 12.2px;
    display: inline-block;	
}
.div-sosh-n-header ul li i{
	font-size: 31px;
}
.div-sosh-n-header ul li:hover{
	background-color:#2c3e50;
	transition:.5s;
	cursor:pointer;	
	transform:translateX(5px);
}
@media screen and (max-width: 971px){
	.div-meno-header{
		display:none;	
	}
	.div-bar{
		display:block;	
	}
}




