@import url(../assets/fonts/fontiran.css);
body {
	font-family: IRANSans !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #222;
	background: #eee;
	margin: 0;
}
a {
	text-decoration: none;
	color: blue;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 19px;
	font-weight: 600;
}
h2, h3, h4, p {
	padding: 0;
	margin: 5px 0;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
input, select , textarea {
	display: block;
	width: 100%;
	padding: 7px;
	padding-left: 0;
	padding-right: 0;
	
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 13px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #ccc;
		box-sizing: content-box;
		box-sizing: border-box;
}
option {
	padding: 7px;
}
input[type=submit] {
	cursor: pointer;
}
textarea {
	text-indent: 0;
	padding-left: 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input:focus {
    outline-width: 0;
}


input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}
hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
.clear {
	clear: both;
}
.msgbox1 {
	max-width: 690px;
	margin-top: 60px;
	padding:5px;
	direction: rtl;
	background:#4cae4c;
	color:#FFF;
	border-radius: 10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}
.msgbox2 {
	max-width: 690px;
	margin-top: 60px;
	padding:5px;
	background:#c04257;
	direction: rtl;
	color:#FFF;
	border-radius: 10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #0073bc;
	font-weight: 400;
}
a:hover {
	color: #999;
}

.pagenum {
	display: inline-block;
	margin: 3px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	font-size: 12.5px;
	color: #333;
	background-color: #eee;
}

/* header */
header {
	background-color: #29a7d0;
	direction: rtl;
	background-image: url('images/wall.jpg');
	background-size: 100% auto;
	background-position: center center;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
}

.center_div {
	width: 100%;
	max-width: 971px;
	margin-left: auto;
	margin-right: auto;
}

#topmenuw {
	height: 86px;
	line-height: 40px;
	background-color: rgba(31,87,67,.5);
	color: #fff;
}
#topmenu {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#topmenu .site_logo {
	float: right;
	color: #fff;	
	margin-right: 12px;
	margin: 5px;
	margin-bottom: 0;
}
#topmenu .site_logo img {
	width: 90px;
	height: auto;
}
#topmenu .site_button_register {
	float: left;
	display: block;
	height: 40px;
	color: #fff;
	padding-left: 15px;
	padding-right: 29px;
	background-image: url('images/icons/icon_register.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 13px;
	margin-top: 22px;
}
#topmenu .site_button_register:hover {
	background-color: rgba(255,255,255,.1);
}
#topmenu .site_button_login {
	float: left;
	display: block;
	height: 40px;
	color: #fff;
	padding-left: 15px;
	padding-right: 30px;
	background-image: url('images/icons/icon_login.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 13px;
	margin-top: 22px;
}
#topmenu .site_button_login:hover {
	background-color: rgba(255,255,255,.1);
}

#header {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header #logo {
	display: inline-block;
	text-align: center;
	min-height: 120px;
	margin-top: 60px;
	margin-bottom: 70px;
	position: relative;
	text-align: right;
}
#header #logo img.logo_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	padding: 3px;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: .5s;
}
#header #logo img.logo_image:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	transition: .5s;
}
#header #logo h1 {
	margin: 0;
	margin-top: 20px;
	display: inline-block;
	padding: 9px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #111;
	background-color: rgba(255,255,255,.5);
	padding-right: 100px;
	margin-right: 40px;
	text-align: right;
}
#header #logo a:hover h1 {
	color: #0073bc;
}
#header #logo p {
	display: inline-block;
	padding: 9px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #111;
	background-color: rgba(255,255,255,.5);
	padding-right: 100px;
	margin-right: 40px;
	text-align: right;
}
#tagbar {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	direction:rtl;
	text-align:center;
	margin-top:20px;
	background-color:rgba(0,0,0,.3);
}
#tagbar div {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
#tagbar a {
	height: 40px;
	display: block;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.2);
}
#tagbar a:hover {
	background-color: rgba(255,255,255,.2);
}
/* header */

/* main */

/* post page */
.main_content {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	direction: rtl;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
.main_content_free {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	direction: rtl;
	text-align: center;
}
.main_content img {
	max-width: 100%;
	height: auto;
}
img.post_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.main_content .bloglinkbox {
	float: right;
	padding-right: 0;
	padding-bottom: 5px;
	direction: rtl;
	text-align: right;
}
.main_content .bloglinkbox a {
	font-size: 12px;
	color: #777;
	font-weight: 400;
	opacity: .8;
	transition: .3s;
}
.main_content .bloglinkbox a:hover {
	opacity: 1;
	color: #12a1d9;
	transition: .3s;
}
.main_content .post_date {
	float:left;
	padding-top: 5px;
	color: #aaa;
	font-size: 13px;
}
.main_content .post_footer {
	height:21px;
	padding-top: 10px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}



/* new edits */
.icon_socials {
	padding-top: 20px;
	text-align: center;
}
.icon_socials img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transform: rotate(0deg);
	transition: .3s;
	margin: 2px;
}
.icon_socials img:hover {
	transform: rotate(30deg);
	transition: .3s;
}
.footer_search {
	background-color: #eee;
	border-radius: 15px;
	padding: 15px;
}
#searchbottombox {
	width: auto;
	max-width: 450px;
}
#leftbottombpx {
	 width: auto;
	 line-height: 25px;
}

.comment_form {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
	position: relative;
}
.comment_form input[type=text] {
	text-align: right;
	border-color: #ddd;
}
.comment_form input[type=submit] {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #1c943b;
	color: #fff; 
}
.comment_form input[type=submit]:hover {
	opacity: .7;
	transition: .3s;
}

.codeinp {
	display: inline-block;
	width: 90px;
	float: right;
}
.c_flname {
	max-width:49%;
	float:right;
}
.c_email {
	max-width:49%;
	float:left;
}

.post_comment_box {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color:#ddd;
	color: #000;
	font-size: 12.5px;
	font-weight: 400;
	direction: rtl;
	border-radius: 20px;
	position: relative;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.19);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.19);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.19);
}
img.comment_arrow {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 16px;
	height: 15px;
}
.main_content div.bloglinkbox a {
	font-size: 13.5px;
}
.main_content div.bloglinkbox img {
	width: 32px;
	height: 32px;
	padding: 3px;
	transition: .2s;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}
.main_content h1 {
	margin: 0;
	margin-bottom: 10px;
	color: #12a1d9;
	font-weight: 600;
	line-height: 25px;
	font-size: 19px;
}
.main_content h1 a {
	color: #12a1d9;
}
.main_content p {
	margin: 0;
	line-height: 25px;
}

.ql-align-center {
	text-align: center !important;
}
.ql-align-justify {
	text-align: justify;
	direction: rtl;
}
blockquote {
	margin: 5px;
    border: 0px;
    border-right: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 16px;
    background-color: #f1f1f1;
    padding: 10px;
}
pre.ql-syntax {
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	border-radius: 5px;
	text-align: left;
	direction: ltr;
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible;
}

.main_title {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #ccc;
	direction: rtl;
	margin-top: 30px;
	margin-bottom: 5px;
}

.main_title_top {
	margin-top: 0 !important;
}
.main_title span {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 2px solid #12a1d9;
}
/* post page */


.blog_left_bar_120 {
	float: left;
	width: 120px;
	min-height: 600px;
	margin-left: 35px;
	margin-right: 10px;
}
.blog_center_bar {
	float: left;
	width: 94%;
	max-width: 700px;
}
.blog_right_bar {
	float: left;
	width: 255px;
	margin-left: 15px;
	overflow: hidden;
}


main {
	margin: 0 auto;
	margin-top: 0px;
	height: auto;
	max-width: 1200px;
	direction: rtl;
}
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container::after { content: ""; display: table; clear: both;}
main article {
	width: 33%;
	padding: 20px;
	padding-bottom: 15px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
.article_related {
	width:100%;
	max-width: 340px;
	padding:5px;
	margin:0;
	margin-bottom: 10px;
}
.article_related h2 {
	font-weight:400;
	margin:7px;
	font-size:14px;
}
main article hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
main article .articlebox {
	background-color: white;
	width: auto;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid #fff;
	position: relative;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
main article .articlebox a {
	color: #222;
}
main article .articlebox a:hover {
	color: #777;
}
main article .articlebox img.article_image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
main article .articlebox h2 {
	margin: 0;
	padding: 10px;
	padding-top: 15px;
	font-size: 16px;
	line-height: 25px;
}
main article .articlebox p {
	margin: 0;
	padding: 10px;
	padding-top: 0;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
main article .articlebox div.icons {	
	position: absolute;
	top: 15px;
	left: 15px;
	transition: .5s;
	opacity: .7;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	border-radius: 5px;
	padding-left: 3px;
}
main article .articlebox:hover div.icons {
	transition: .5s;
	opacity: 1;
}
main article .articlebox span.article_icon {
	display: inline-block;
	height: 25px;
	line-height: 27px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
}
main article .articlebox span.article_icon img {
	width: 12px;
	height: 12px;
	padding: 2px;
	float: right;
	margin-left: 3px;
	margin-top: 4px;
}

div.share {
	text-align: center;
	transition: .5s;
	padding-left: 0;
	padding-top: 7px;
}
div.share:hover {
	transition: .5s;
}
div.share img {
	width: 13px;
	height: 13px;
	padding: 3px;
	opacity: .4;
	transition: .2s;
}
div.share img:hover {
	opacity: 1;
	transition: .2s;
}


main article .articlebox .bloglinkbox {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
}
main article .articlebox .bloglinkbox a {
	font-size: 12px;
	color: #777;
	font-weight: 400;
	opacity: .8;
	transition: .3s;
}
main article .articlebox .bloglinkbox a:hover {
	opacity: 1;
	color: #12a1d9;
	transition: .3s;
}
main article .articlebox div.bloglinkbox img {
	width: 27px;
	height: 27px;
	padding: 3px;
	transition: .2s;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}
div.tagsbox {
	padding:2px;
	margin-top:10px;
}
a.taglink:link , a.taglink:visited {
	float: right;
	display: block;
	padding: 2px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #999;
	background: #fff;
	color: #000;
	margin: 5px;
	margin-left: 0;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
}
a.taglink:hover {
	background-color: #eee;
	transition: .3s;
}
.tagicon {
	float:right;
}
/* main */

/* footer */
footer {
	background-color: #fff;
	direction: rtl;
}
#footer {
	width: 90%;
	max-width: 1155px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
}
#footer a.menuf {
	display: block;
	float: right;
	direction: rtl;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 13px;
}
#footer p {
	margin: 0;
	float: left;
	direction: rtl;
	padding-bottom: 15px;
}
/* footer */

.blog-home-ads-blog {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 6px;
	padding: 9px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	font-size: 12px;
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,.07);
		-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,.07);
		box-shadow: 3px 3px 3px 0px rgba(0,0,0,.07);
}
.blog-home-ads-blog b {
	color: #333;
	display: block;
	padding-bottom: 6px;
	font-weight: 500;
	font-size: 13px;
}
.blog-home-ads-blog span {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	top: -7px;
	right: 15px;
	z-index: 9;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
}
.blog-home-ads-blog img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 10;
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
}



a.ads_link {
	position: relative;
	display: block;
}
a.ads_link span {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0 7px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

div.ads_link8 {
	display: none;
	width: 137px;

	position: fixed;
	right: 10px;
	bottom: 100px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border: 3px solid #aaa;
	border-radius: 10px;
	z-index: 100;
	direction: rtl;
}
div.ads_link8 a img {
	width: 137px;
	height: 100px;
	margin-bottom: 5px;
	border-radius: 10px;
}
div.ads_link8 i {
	font-style: normal;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background-color: #c00;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	font-size: 9px;
	right: 5px;
	top: -30px;
	cursor: pointer;
}
div.ads_link8 a.view {
	display: block;
	background-color: #d02e2e;
	border: 2px solid #fff;
	border-radius: 7px;
	margin: 10px auto;
	color: #fff;
	width: 60px;
	padding: 3px;
	transition: .3s;
}

div.ads_link8 a.view:hover {
	background-color: #fff;
	border: 2px solid #d02e2e;
	color: #d02e2e;
	transition: .3s;
}



.hamsandiv {
	text-align: center;
	margin: 0px auto;
}
a.hamsanbox {
	width: 160px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	color: #111;
	text-align: right;
	margin: 6px;
}
a.hamsanbox img {
	display: block;
	width: 160px;
	height: 106px;
}
a.hamsanbox span {
	display: block;
	padding: 5px 3px;
	max-height: 60px;
	overflow: hidden;
}


/* ReSIZE 1030px */
/* ReSIZE 1030px */
/* ReSIZE 1030px */
@media screen and (max-width: 1030px) {
	.blog_left_bar_120 {
		display: none;
	}
	.blog_center_bar {
		float: none;
		margin: auto;
	}
	.blog_right_bar {
		float: none;
		margin: auto;
		width: 90%;
	}
}
/* ReSIZE 1030px */
/* ReSIZE 1030px */
/* ReSIZE 1030px */


/* ReSIZE 990px */
/* ReSIZE 990px */
/* ReSIZE 990px */
@media screen and (max-width: 990px) {
	main article {
		width: 49%;
	}
}
/* ReSIZE 990px */
/* ReSIZE 990px */
/* ReSIZE 990px */





/* ReSIZE 660px */
/* ReSIZE 660px */
/* ReSIZE 660px */
@media screen and (max-width: 660px) {

	body {
		font-weight: 300;
	}
	header {
		background-size: 300% auto;
	}
	#header #logo {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#header #logo img.logo_image {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#header #logo h1 {
		display: inline-block;
		text-align: center;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	#header #logo p {
		display: inline-block;
		padding-right: 15px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	#tagbar a {
		height: 40px;
		display: inline-block;
		float: none;
		margin: 0;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
		color: #fff;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.c_flname {
		max-width:100%;
		float:none;
	}
	.c_email {
		max-width:100%;
		float:none;
	}


	main article {
		width: 100%;
	}

	#footer {
		text-align: center;
	}
	#footer a.menuf {
		display: inline-block;
		float: none;
		direction: rtl;
		margin-right: 12px;
		margin-left: 0;
	}
	#footer p {
		margin: 0;
		float: none;
		display: inline-block;
		direction: rtl;
		margin-top: 10px;
	}

}
/* ReSIZE 660px */
/* ReSIZE 660px */
/* ReSIZE 660px */

/* ReSIZE 500px */
/* ReSIZE 500px */
/* ReSIZE 500px */
@media screen and (max-width: 500px) {


	div.ads_link8 {
		height: 75px;
		width: 94%;
		margin: 0 3%;
		border: 0;
		border-radius: 7px;
		right: 0;
		font-size: 14px;
		line-height: 22px;
		color: #000;
		font-weight: 500;
		background-color: #fff;
		color: #000;
		border: 1px solid #ddd;
		border-top: 2px solid #009688;

			-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.12);
			-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.12);
			box-shadow: 5px 5px 5px 0px rgba(0,0,0,.12);
	}
	div.ads_link8 font {
		height: 75px !important;
	}
	div.ads_link8 a img {
		float: right;
		width: 29%;
		height: 75px;
		border-radius: 0;
	}
	div.ads_link8 i {
		top: -20px;
		background-color: #009688;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		font-weight: bold;
		font-size:12px;
	}
	div.ads_link8 a.view {
		background-color: #009688;
		border-color: #009688;
		float: left;
		width: 50px;
		padding: 4px;
		margin: 4px;
		border:0;
		margin-top: 0;
		font-weight: 500;
		font-size: 12.5px;
		position: absolute;
		left: 4px;
		top: 24px;
		color: #fff;
	}
	div.ads_link8 a.view:hover {
		background-color: #009688;
		border-color: #009688;
		float: left;
		width: 50px;
		padding: 4px;
		margin: 4px;
		border:0;
		margin-top: 0;
		font-weight: 500;
		font-size: 12.5px;
		position: absolute;
		left: 5px;
		top: 18px;
		color: #fff;

		opacity: .7;
	}
	div.ads_link8 font {
		/*display: block;*/
		/*float: right;*/
		width: 58%;
		height: 65px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 70px;
		/*margin-top: 5px;*/
	}

	a.hamsanbox {
		margin: 2px;
	}

}
/* ReSIZE 500px */
/* ReSIZE 500px */
/* ReSIZE 500px */

/* ReSIZE 340px */
/* ReSIZE 340px */
/* ReSIZE 340px */
@media screen and (max-width: 340px) {
	div.ads_link8 font {
		width: 57%;
	}

}
/* ReSIZE 340px */
/* ReSIZE 340px */
/* ReSIZE 340px */