/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/IRANYekanWeb_Light.eot);
	src: url(../fonts/IRANYekanWeb_Light.eot?#iefix) format('embedded-opentype'),
		url(../fonts/IRANYekanWeb_Light.woff2) format('woff2'),
		url(../fonts/IRANYekanWeb_Light.woff) format('woff'),
		url(../fonts/IRANYekanWeb_Light.ttf) format('truetype')
}
@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/IRANYekanWeb_Bold.eot);
	src: url(../fonts/IRANYekanWeb_Bold.eot?#iefix) format('embedded-opentype'),
		url(../fonts/IRANYekanWeb_Bold.woff2) format('woff2'),
		url(../fonts/IRANYekanWeb_Bold.woff) format('woff'),
		url(../fonts/IRANYekanWeb_Bold.ttf) format('truetype')
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
		 url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
:focus {
	outline: 0;
}
::selection {
	background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.1);
}
a {
	color: rgb(51, 51, 51);
	text-decoration: none !important;
}
a:hover {
	color: rgb(190, 114, 62);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IRANSans', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.7;
}
body {
	font-family: 'IRANYekan', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
	direction: rtl;
	background-color: rgb(255, 255, 255);
	color: rgb(158, 158, 158);
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	padding-top: 70px;
}
body.single-service {
	padding-top: 0;
}
.section-wrapper {
	padding: 50px 0;
}
.section-header {
	text-align: center;
	margin: 0 0 30px;
}
.section-title {
	color: rgb(49, 49, 49);
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
}
.section-desc {
	color: rgb(158, 158, 158);
	max-width: 800px;
	margin: 30px auto 0;
}
.section-footer {
	margin: 30px 0 0;
	text-align: center;
}
#header {
	background: rgba(255, 255, 255, 0.96);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 900;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.sticky {
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
.logo {
	height: 50px;
	display: inline-block;
	float: right;
	margin: 10px 0;
}
.logo>img {
	height: inherit;
}
.slide-item img {
	width: 100%;
}
.slider .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 3;
}
.slider .owl-nav>div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider .owl-nav>div.owl-prev {
	right: 0;
}
.slider .owl-nav>div.owl-next {
	left: 0;
}
.service-item {
	text-align: center;
	overflow: hidden;
	padding: 15px 15px 0;
	margin: 0 0 30px;
	background: rgb(242, 242, 242) url(../img/bg-service.svg) no-repeat right bottom;
	background-size: 83% auto;
	position: relative;
}
.service-item:hover {
	box-shadow: 0 0 0 4px rgb(36, 37, 42);
}
.service-item-title {
	color: rgb(190, 114, 62);
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.service-item-subtitle {
	font-family: 'IRANYekan', sans-serif;
	color: rgb(97, 97, 97);
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.service-item:hover .service-item-title,
.service-item:hover .service-item-subtitle {
	color: rgb(14, 14, 14);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.service-item-footer {
	margin: 50px 0 0;
}
.service-item-footer img {
	height: 100px;
}
.section-about {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.section-about>.section-wrapper {
	background: rgba(0, 0, 0, 0.8);
}
.section-about .section-title {
	color: rgb(190, 114, 62);
}
.section-about .section-title:after {
	display: none;
}
.section-about .section-content {
	color: rgb(238, 238, 238);
	text-align: center;
}
.section-blog {
	background: rgb(242, 242, 242);
}
.card-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.card-item {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.1);
	margin: 0 auto 30px;
	max-width: 360px;
}
.card-item-header img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.card-item:hover .card-item-header img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.card-item-content {
	padding: 40px 30px 30px;
	position: relative;
}
.card-item-title {
	font-size: 16px;
	text-align: center;
	margin: 0;
}
.card-item-date {
	background: rgb(190, 114, 62);
	color: rgb(255, 255, 255);
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.footerbar {
	background: rgb(26, 26, 26);
	color: rgb(181, 181, 181);
	padding: 40px 0px 70px;
}
.fblock-header {
	margin: 0 0 15px;
}
.fblock-title {
	color: rgb(210, 210, 210);
	padding-right: 15px;
	border-right: 6px solid rgb(190, 114, 62);
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.footerbar a {
	color: rgb(185, 185, 185);
}
.footerbar a:hover {
	color: rgb(238, 238, 238);
}
.social-nav,
.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flogo {
	fill: rgb(255, 255, 255);
	display: block;
	height: 60px;
}
.latest {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest>li+li {
	margin-top: 10px;
}
.latest>li img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.latest>li h3 {
	font-family: 'IRANYekan', sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.fblock .contact-info {
	margin-bottom: 30px;
}
.fblock .contact-info>li+li {
	margin-top: 15px;
}
.fblock .contact-info>li i {
	font-size: 18px;
	width: 30px;
	color: rgb(190, 114, 62);
}
.fblock .social-nav>li {
	display: inline-block;
}
.fblock .social-nav>li>a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	display: inline-block;
	text-align: center;
}
.fblock .social-nav>li>a:hover {
	background: rgb(190, 114, 62);
	color: rgb(255, 255, 255);
}
#footer {
	background: rgb(34, 34, 34);
	border-top: 1px ridge rgb(51, 51, 51);
	color: rgb(221, 221, 221);
	padding: 20px;
	text-align: center;
}
.page-header {
	background-color: rgb(37, 37, 37);
	padding: 75px;
	position: relative;
}
.page-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.page-cover::after {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
.page-cover>.container {
	position: relative;
	z-index: 1;
}
.page-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	opacity: 0.9;
	color: #fff;
}
.breadcrumb {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	opacity: 0.8;
	color: #fff;
	font-size: 12px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li::before {
	content: '\f104';
	margin: 0 10px;
	font-family: 'Fontawesome';
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb>li>a {
	color: #fff;
}
.page-cover .breadcrumb,
.page-cover .breadcrumb>li>a {
	color: #fff;
}
.page-body {
	padding: 60px 0;
}
.client-item {
	text-align: center;
}
.client-item-header img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.client-item:hover .client-item-header img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.client-item-title {
	font-family: 'IRANYekan', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.section-cover {
	position: relative;
}
.section-cover .section-header img {
	width: 100%
}
.section-cover .section-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.section-cover .section-content h1 {
	padding: 15px 40px;
	font-size: 22px;
	background: rgba(0, 0, 0, 0.3);
	color: rgb(255, 255, 255);
	display: inline-block;
	margin: 0;
}
.project-list,
.product-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.project-item,
.product-item {
	text-align: center;
}
.project-item-header img,
.product-item-header img {
	width: 100%;
}
.project-item-content,
.product-item-content {
	padding: 10px 0 0;
}
.project-item-title,
.product-item-title {
	font-size: 14px;
	margin: 0;
}
.entry-details {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.entry-details>li+li {
	border-top: 1px dashed rgb(224, 224, 224);
	padding: 5px 0;
}
.entry-details>li>span {
	float: left;
}
.entry-details>li:after {
	clear: both;
	display: block;
	content: '';
}
.gallery-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.gallery-list .gallery-item {
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.1);
	display: block;
}
.gallery-item img {
	width: 100%;
}
#map-canvas {
	height: 400px;
}
.pagination-list {
	text-align: center;
}
.pagination {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.pagination>li {
	display: inline-block;
	margin: 0 4px;
}
.pagination>li>a {
	background: rgb(224, 224, 224);
	color: rgb(49, 49, 49);
	min-width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
}
.pagination>li>a:hover,
.pagination>li.active>a {
	background: rgb(190, 114, 62);
	color: rgb(255, 255, 255);
}
.button {
	background: rgb(49, 49, 49);
	color: rgb(255, 255, 255);
	padding: 15px 36px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover {
	color: rgb(255, 255, 255);
}
.button:after,
.button:before {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 32%;
	content: attr(data-text);
	-webkit-transition: all 0.3s cubic-bezier(.2,1,.3,1);
	-moz-transition: all 0.3s cubic-bezier(.2,1,.3,1);
	-ms-transition: all 0.3s cubic-bezier(.2,1,.3,1);
	-o-transition: all 0.3s cubic-bezier(.2,1,.3,1);
	transition: all 0.3s cubic-bezier(.2,1,.3,1);
	background: rgb(49, 49, 49);
	z-index: 0;
}
.button:before {
	top: 0;
}
.button:after {
	bottom: 0;
}
.button:focus,
.button:hover {
	background: rgb(190, 114, 62);
}
.button:focus:before,
.button:hover:before {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.button:focus:after,
.button:hover:after {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn,
label,
th,
.control-label {
	font-weight: normal;
	font-family: 'IRANSans', sans-serif;
	font-size: 14px;
}
ol {
	list-style-type: persian;
}
.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2001;
	cursor: pointer;
}
.body-overflow {
	overflow: hidden;
}
/*Plugins*/
.owl-nav>div {
	background: rgb(190, 114, 62);
	color: rgb(0, 0, 02);
	text-align: center;
	cursor: pointer;
}
.owl-nav>div.disabled {
	background: rgb(111, 111, 111);
	color: rgb(255, 255, 255);
	pointer-events: none;
	cursor: default;
}
.owl-dots {
	text-align: center;
	margin: 10px 0 0;
}
.owl-dots>div {
	background: rgb(36, 37, 42);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-dots>div.active {
	width: 30px;
}
.owl-nav .fa {
	line-height: inherit;
}
body.lg-on {
	overflow: hidden;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: rgb(190, 114, 62);
}
/*CMS*/
.post-item-content img {
	max-width: 100%;
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
	/* not sure about this one */
}
.post-image-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.post-image-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.post-image-caption p.post-image-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: right;
	margin: 10px 0 0;
	text-align: center;
	list-style: none;
}
.gallery-caption {
	font-size: 11px;
}
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-columns-10 .gallery-item {
	width: 10%;
}
.gallery-columns-11 .gallery-item {
	width: 9.09%;
}
.gallery-columns-12 .gallery-item {
	width: 8.33%;
}
.gallery-columns-13 .gallery-item {
	width: 7.69%;
}
.gallery-columns-14 .gallery-item {
	width: 7.14%;
}
.gallery-columns-15 .gallery-item {
	width: 6.66%;
}
.gallery-columns-16 .gallery-item {
	width: 6.25%;
}
.gallery-columns-17 .gallery-item {
	width: 5.88%;
}
.gallery-columns-18 .gallery-item {
	width: 5.55%;
}
.gallery-columns-19 .gallery-item {
	width: 5.26%;
}
.gallery-columns-20 .gallery-item {
	width: 5%;
}
.gallery-columns-21 .gallery-item {
	width: 4.76%;
}
.gallery-columns-22 .gallery-item {
	width: 4.54%;
}
.gallery-columns-23 .gallery-item {
	width: 4.34%;
}
.gallery-columns-24 .gallery-item {
	width: 4.16%;
}
.gallery-columns-25 .gallery-item {
	width: 4%;
}
.gallery-columns-26 .gallery-item {
	width: 3.84%;
}
.gallery-columns-27 .gallery-item {
	width: 3.7%;
}
.gallery-columns-28 .gallery-item {
	width: 3.57%;
}
.gallery-columns-29 .gallery-item {
	width: 3.44%;
}
.gallery-columns-30 .gallery-item {
	width: 3.33%;
}
/*Responsive*/
@media(max-width:767px) {
	.btn-toggle {
		float: left;
		display: inline-block;
		color: rgb(190, 114, 62);
		font-size: 22px;
		line-height: 1;
		border: none;
		background: transparent;
		margin: 20px 0 0;
	}
	.btn-toggle:hover,
	.btn-toggle:focus,
	.btn-toggle.active {
		color: rgb(255, 255, 255);
	}
	#navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 2002;
		overflow-y: scroll;
		width: 250px;
		padding: 15px 0;
		background: rgb(66, 66, 66);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	#navigation.active {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation>ul>li a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-family: 'IRANYekan', sans-serif;
		font-size: 14px;
		padding: 0 20px 0 10px;
		color: rgb(250, 250, 250);
		position: relative;
	}
	#navigation>ul>li>a {
		background: rgba(0, 0, 0, 0.1);
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	#navigation>ul>li a:hover,
	#navigation>ul>li a:focus {
		background: rgba(255, 255, 255, 0.1);
	}
	#navigation>ul>li a:before,
	#navigation li.submenu>a:after {
		content: '\f107';
		font-family: 'Fontawesome';
		font-size: 14px;
		color: rgb(224, 224, 224);
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#navigation>ul>li a:before {
		content: '\f104';
		left: auto;
		right: 10px;
	}
	#navigation li.submenu.active>a:after {
		content: '\f106';
	}
}
@media(min-width:768px) {
	.nav-toggle {
		display: none;
	}
	#navigation {
		float: left;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation>ul>li {
		float: right;
		position: relative;
	}
	#navigation>ul>li>a {
		font-family: 'IRANSans', sans-serif;
		font-weight: bold;
		padding: 0 15px;
		height: 70px;
		line-height: 70px;
		text-transform: uppercase;
		color: rgb(14, 14, 14);
		display: block;
	}
	#navigation>ul>li:hover>a,
	#navigation>ul>li.current-menu-item>a {
		background: rgb(190, 114, 62);
		color: rgb(255, 255, 255);
	}
	#navigation ul ul {
		background: rgb(255, 255, 255);
		box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
		padding: 20px;
		width: 220px;
		text-align: right;
		position: absolute;
		right: 0;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	#navigation ul li:hover>ul {
		opacity: 1;
		visibility: visible;
	}
	#navigation ul ul>li>a {
		font-family: 'IRANYekan', sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px;
		display: block;
	}
	#navigation ul ul>li:hover>a {
		background: rgb(190, 114, 62);
		color: rgb(255, 255, 255);
	}
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}