#nav {
	width: 100%;
	font-family: yekan, tahoma;
	position: initial;
	direction: rtl;
	height: 100%;
}
#nav li {
	position: relative;
}
#nav ul li ul {
	width: 150px;
	z-index: 9000;
	position: absolute;
}
#nav > a {
	display: none;
}

#nav li ul {
	background-color: #181818;
	display: none;
	position: relative;
}
#nav ul li ul {
	width: 150px;
	z-index: 9000;
	position: absolute;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li ul a {
	border-bottom: 1px solid #292929;
	padding: 1px;
}
#nav li ul li a {
	color: #fff;
	text-indent: 5px;
	line-height: 40px !important;
	font-weight: normal;
	font-size: 13px !important;
}
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
	color: #f37878;
}
@media only screen and (max-width: 850px) /* 1000 */ {
	#nav {
		width: 100%;
		position: static;
		margin: 0;
	}
	#header #top .right {
		width: 15% !important;
	}
	#header #top .left {
		width: 85% !important;
	}
	#header #navbar ul li a {
		padding-left: 0px !important;
	}
	#header #navbar ul li {
		padding-left: 0px !important;
		border-left: 0px !important;
	}
	#header #top ul li a {
		padding-left: 0px !important;
	}
	#header #top ul li {
		padding-left: 0px !important;
	}
	#nav li ul {
		padding: 0px !important;
	}
	#nav ul li ul li a {
		text-indent: 20px;
	}
	#nav li ul a {
		padding: 0px !important;
	}
	#nav2 li ul {
		padding: 0px !important;
	}
	#nav2 ul li ul li a {
		text-indent: 20px;
	}
	#nav2 li ul a {
		padding: 0px !important;
	}
}
@media only screen and (max-width: 850px) /* 640 */ {
	html {
		font-size: 75%; /* 12 */
	}
	#nav ul li ul {
		position: inherit !important;
	}
	#nav {
		top: auto;
		left: 0;
		right: 0;
	}
	#nav > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: right;
		text-indent: -9999px;
		position: relative;
		margin-right: 5px;
		top: 10px;
	}
	#nav > a:before,
	#nav > a:after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: "";
	}
	#nav > a:after {
		top: 60%;
	}
	#nav:not(:target) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}
	#nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		box-shadow: 0px 2px 2px 0px #b4b4b4;
	}
	#nav2 > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		box-shadow: 0px 0px 3px 0px #333;
	}
	#nav:target > ul {
		display: block;
	}
	#nav > ul > li {
		width: 100%;
		float: none;
	}
	#nav > ul > li > a {
		height: auto;
		text-align: right;
		padding-right: 14px;
	}
	#nav > ul > li:not(:last-child) > a {
		border-right: none;
		border-bottom: 1px solid #595959;
	}
	#nav li ul {
		position: static;
		padding: 1.25em; /* 20 */
		padding-top: 0;
		width: 100% !important;
	}
	.clearfix {
		background: #eaeaea;
		z-index: 9000;
		margin-top: 51px;
		height: auto !important;
	}
	.clearfix {
		background: #eaeaea;
		z-index: 9000;
		margin-top: 51px;
		height: auto !important;
	}
	.clearfix li {
		padding-right: 0px !important;
	}
	.clearfix li a {
		width: 100% !important;
		float: right;
		padding: 0px !important;
		padding-right: 0px !important;
		text-indent: 15px;
	}
	.nav-click {
		position: absolute;
		top: 0;
		left: 15px;
		display: none;
		height: 100%;
		width: 100%;
		cursor: pointer;
		text-align: left;
	}

	.nav-mobile {
		display: none;
		cursor: pointer;
		top: 0;
		right: 0;
		background: url(../images/nav.svg) no-repeat center center;
		background-size: 18px;
		height: 60px;
		width: 50px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 850px) {
	.nav-mobile {
		display: block;
	}
	.nav {
		width: 100%;
		padding: 50px 0 0;
	}
	.nav-list {
		display: none;
	}
	.nav-item {
		width: 100%;
		float: none;
	}
	.nav-item > a {
		padding: 15px;
	}
	.nav-click {
		display: block;
	}
	.nav-mobile-open {
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
	}
	.sub-menu {
		display: none !important;
	}
}

#nav2 {
	width: 100%;
	font-family: yekan, tahoma;
	position: initial;
	direction: rtl;
	height: 60px;
}
#nav2 li {
	position: relative;
}
#nav2 ul li ul {
	width: 150px;
	z-index: 9000;
	position: absolute;
}
#nav2 > a {
	display: none;
}

#nav2 li ul {
	background-color: #181818;
	display: none;
	position: relative;
}
#nav2 ul li ul {
	width: 150px;
	z-index: 9000;
	position: absolute;
}
#nav2 li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav2 li ul a {
	border-bottom: 1px solid #292929;
	padding: 1px;
}
#nav2 li ul li a {
	color: #fff;
	text-indent: 5px;
	line-height: 40px !important;
	font-weight: normal;
	font-size: 13px !important;
}
#nav2 li ul li a:hover,
#nav2 li ul:not(:hover) li.active a {
	color: #f37878;
}
@media only screen and (max-width: 850px) /* 1000 */ {
	#nav2 {
		width: 100%;
		position: static;
		margin: 0;
	}
}
@media only screen and (max-width: 850px) /* 640 */ {
	html {
		font-size: 75%; /* 12 */
	}
	#nav2 ul li ul {
		position: inherit !important;
	}
	#nav2 {
		top: auto;
		left: 0;
		right: 0;
	}
	#nav2 > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: right;
		text-indent: -9999px;
		position: relative;
		margin-right: 5px;
		top: 10px;
	}
	#nav2 > a:before,
	#nav2 > a:after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: "";
	}
	#nav2 > a:after {
		top: 60%;
	}
	#nav2:not(:target) > a:first-of-type,
	#nav2:target > a:last-of-type {
		display: block;
	}
	#nav2 > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	#nav2:target > ul {
		display: block;
	}
	#nav2 > ul > li {
		width: 100%;
		float: none;
	}
	#nav2 > ul > li > a {
		height: auto;
		text-align: right;
		padding: 0 0.833em; /* 20 (24) */
	}
	#nav2 > ul > li:not(:last-child) > a {
		border-right: none;
		border-bottom: 1px solid #595959;
	}
	#nav2 li ul {
		position: static;
		padding: 1.25em; /* 20 */
		padding-top: 0;
		width: 100% !important;
	}
	.clearfix2 {
		background: #fcfcfc;
		z-index: 9000;
		margin-top: 40px;
	}
	.clearfix2 li a {
		color: #111 !important;
	}
	.clearfix2 li li a {
		color: #fc6d6d !important;
	}
}
.nav-click2 {
	position: absolute;
	top: 0;
	left: 15px;
	display: none;
	height: 100%;
	width: 100%;
	cursor: pointer;
	text-align: left;
}

.nav-mobile2 {
	display: none;
	cursor: pointer;
	top: 0;
	right: 0;
	background: url(../images/nav.svg) no-repeat center center;
	background-size: 18px;
	height: 40px;
	width: 50px;
}

@media only screen and (min-width: 300px) and (max-width: 850px) {
	.nav-mobile2 {
		display: block;
	}
	.nav2 {
		width: 100%;
		padding: 50px 0 0;
	}
	.nav-list2 {
		display: none;
	}
	.nav-item2 {
		width: 100%;
		float: none;
	}
	.nav-item2 > a {
		padding: 15px;
	}
	.nav-click2 {
		display: block;
	}
	.nav-mobile-open2 {
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
	}
	.sub-menu2 {
		display: none !important;
	}
}
