body {
	margin: 0;
	background-color: #f8c972;
	font-family: 'IR_sans';
	font-size: 12px;
}
.flo_left {
	float: left;
}
.flo_right {
	float: right;
}
.w_50 {
	max-width: 50%;
	min-width: 49%;
}
.clear {
	clear: both;
}
.fa {
	direction: rtl;
}
a {
	transition: 0.5s all;
}
a:hover {
	text-decoration: none;
}
.main_part {
	display: none;
	margin-top: 80px;
	background-color: #393939;
	border-radius: 15px;
	box-shadow: 0px 10px 30px #262626;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.logo {
	text-align: left;
}
.sh {
	display: none;
	margin: 5px 0;
	border-top: dashed 1px #f8c9723d;
	border-bottom: dashed 1px #f8c9723d;
}
.short a  {
	color: #adadad;
	font-size: 20px;;
}
.short a:hover {
	color: #f8c972;
}
.short_menu {
	padding-bottom: 13px;
	margin-bottom: 25px;
}
.short_menu ul {
	list-style-type: none;
}
.short_menu ul li {
	float: right;
	margin: 8px;
}
.short_menu ul li a {
	color: #adadad;
	font-size: 12px;
	border: dashed 0px #adadad; 
	padding: 8px;
	border-radius: 5px;	
}
.short_menu ul li a:hover {
	color: #f8c972;
    border: dashed 1px #f8c972;
}
.brand {
	padding:30px 0;
}
.brand h1 .sp {
	display: block;
}
.brand h1 .sp.brn1 {
	font-size: 90px;
	font-weight: bold;
	color: #212121;
}
.brand h1 .sp.brn2 {
	text-align: right;
	font-size: 60px;
	font-weight: bold;
	margin-top: -30px;
	color: #adadad;
}
.comments {
	color: #adadad;
	padding-top: 20px;
	border-top: solid 1px #adadad;
	position: relative;
}
.comments .cm {
	display: none;
	position: absolute;
}
.comments .en {
	text-align: left;
}
.langs {
	text-align: left;
	margin-top: 50px;
}
.langs a {
	margin-right: 60px;
	color: #adadad;
}
.langs a:hover {
	color: #f8c972;
}
#lng1::after {
	content: 'فارسی';
	padding-left: 5px;
	color: #adadad;
	display: none;
	transition: 0.5s all;
}
#lng1:hover::after {
	display: inline-block;
}
.bee img {
	max-width: 100%;
	margin-top: 50px;
}
.footer {
	text-align: left;
	padding-top: 40px;
}
.footer a {
    background-color: #393939;
    color: #fff;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 4px;
}
.footer a span {
	display: none;
}