@font-face{font-family:"IRANSans-web";font-display: swap;src:url("../fonts/IRANSans-web.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans-web.woff2") format("woff2"), url("../fonts/IRANSans-web.woff") format("woff"), url("../fonts/IRANSans-web.ttf") format("truetype"), url("../fonts/IRANSans-web.svg#IRANSans-web") format("svg");}

.mySlides{display:none;height:500px;}
.slideshow-container{max-width:100%;position:relative;margin:auto;}
.text{color:#f2f2f2;font-size:15px;padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center;}
.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0;}
.prev11, .next11{background-color:rgba(0,0,0,0.5);cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-22px;color:white;font-weight:bold;font-size:18px;transition:0.6s ease;border-radius:0 3px 3px 0;z-index:1000;}
.next11{right:0;border-radius:3px 0 0 3px;}
.prev11:hover, .next11:hover{background-color:rgba(0,0,0,0.8);}
.dot{height:13px;width:13px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color 0.6s ease;}
.fade{animation-name:fade;animation-duration:1.5s;}
@keyframes fade{from{opacity:.4}
to{opacity:1}
}
@media only screen and (max-width:300px){.text{font-size:11px}
}
.text{}
.btn-container{width:170px;margin:auto;}
.text .btn-slider{background:#fff;color:#333;font:900 14px "Source Sans Pro";text-decoration:none;border:1px solid #999;height:58px;line-height:58px;width:145px;text-align:left;display:block;margin:0;padding:0 30px;overflow:hidden;transition:All 0.5s ease;border-radius:30px;text-transform:uppercase;}
.text .btn-slider:hover{width:165px;}
.text .fa-chevron-right{padding-left:10px;}
a:hover, a:focus{color:#fff;}
.slideshowltr{direction:ltr;}
.slideshow-inner{width:95%;}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	/*background: url(../images/j_button2_left.png) no-repeat;*/
	float: left;
	margin-left: 5px;
}

.button2-right {
	/*background: url(../images/j_button2_right.png) 100% 0 no-repeat;*/
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	/*background: url(../images/j_button2_image.png) 100% 0 no-repeat;*/
}

.button2-left .readmore,
.button2-left .article {
	/*background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;*/
}

.button2-left .pagebreak {
	/*background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;*/
}

.button2-left .blank {
	/*background: url(../images/j_button2_blank.png) 100% 0 no-repeat;*/
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	/*background: url(../images/selector-arrow.png) no-repeat;*/
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	/*background: url(../images/calendar.png) no-repeat;*/
	cursor: pointer;
	vertical-align: middle;
}
#beh-main{ background: #FFFFFF; margin: 0 auto; font-size: 13px;  font-weight: normal; font-style: normal; position: relative; width: 100%; min-height: 100%; left: 0; top: 0; cursor: default; overflow: hidden;}
table, ul.beh-hmenu{/* font-size: 13px; */ font-weight: normal; font-style: normal;}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li{ margin: 0; padding: 0;}
.beh-button{ border-collapse: separate; background-origin: border-box !important; background: #2A2E32; background: linear-gradient(#3F454B 0, #171A1C 100%) no-repeat; border-radius: 12px; border: 3px solid #41474E; padding: 0 20px; margin: 0 auto; height: 25px;}
.beh-postcontent, .beh-postheadericons, .beh-postfootericons, .beh-blockcontent, ul.beh-vmenu a{ text-align: right;}
.beh-postcontent, .beh-postcontent li, .beh-postcontent table, .beh-postcontent a, .beh-postcontent a:link, .beh-postcontent a:visited, .beh-postcontent a.visited, .beh-postcontent a:hover, .beh-postcontent a.hovered{ font-family: "IRANSans-web",Tahoma, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; line-height: 265%;}
.beh-postcontent p{ margin: 13px 0;}
.beh-postcontent h1, .beh-postcontent h1 a, .beh-postcontent h1 a:link, .beh-postcontent h1 a:visited, .beh-postcontent h1 a:hover, .beh-postcontent h2, .beh-postcontent h2 a, .beh-postcontent h2 a:link, .beh-postcontent h2 a:visited, .beh-postcontent h2 a:hover, .beh-postcontent h3, .beh-postcontent h3 a, .beh-postcontent h3 a:link, .beh-postcontent h3 a:visited, .beh-postcontent h3 a:hover, .beh-postcontent h4, .beh-postcontent h4 a, .beh-postcontent h4 a:link, .beh-postcontent h4 a:visited, .beh-postcontent h4 a:hover, .beh-postcontent h5, .beh-postcontent h5 a, .beh-postcontent h5 a:link, .beh-postcontent h5 a:visited, .beh-postcontent h5 a:hover, .beh-postcontent h6, .beh-postcontent h6 a, .beh-postcontent h6 a:link, .beh-postcontent h6 a:visited, .beh-postcontent h6 a:hover, .beh-blockheader .t, .beh-blockheader .t a, .beh-blockheader .t a:link, .beh-blockheader .t a:visited, .beh-blockheader .t a:hover, .beh-vmenublockheader .t, .beh-vmenublockheader .t a, .beh-vmenublockheader .t a:link, .beh-vmenublockheader .t a:visited, .beh-vmenublockheader .t a:hover, .beh-headline, .beh-headline a, .beh-headline a:link, .beh-headline a:visited, .beh-headline a:hover, .beh-slogan, .beh-slogan a, .beh-slogan a:link, .beh-slogan a:visited, .beh-slogan a:hover, .beh-postheader, .beh-postheader a, .beh-postheader a:link, .beh-postheader a:visited, .beh-postheader a:hover{ font-size: 22px;  font-weight: normal; font-style: normal; line-height: 120%;}
.beh-postcontent a, .beh-postcontent a:link{ text-decoration: none;/* color: #ffcc00; color: #0066cc;*/color:#06c;}
.beh-postcontent a:visited, .beh-postcontent a.visited{ text-decoration: none; /*color: #0066cc*/ color:#0066cc;}
.beh-postcontent a:hover, .beh-postcontent a.hover{ text-decoration: none; color: #ffcc00;}
.beh-postcontent h1{ color: #0066cc; margin: 10px 0 0; font-size: 22px; }
.beh-blockcontent h1{ margin: 10px 0 0; font-size: 18px; }
.beh-postcontent h1 a, .beh-postcontent h1 a:link, .beh-postcontent h1 a:hover, .beh-postcontent h1 a:visited, .beh-blockcontent h1 a, .beh-blockcontent h1 a:link, .beh-blockcontent h1 a:hover, .beh-blockcontent h1 a:visited{ font-size: 18px; }
.beh-postcontent h2{ color: #000;/* margin: 10px 0 0;*/ font-size: 16px; }
.beh-blockcontent h2{ margin: 10px 0 0; font-size: 16px; }
.beh-postcontent h2 a, .beh-postcontent h2 a:link, .beh-postcontent h2 a:hover, .beh-postcontent h2 a:visited, .beh-blockcontent h2 a, .beh-blockcontent h2 a:link, .beh-blockcontent h2 a:hover, .beh-blockcontent h2 a:visited{ font-size: 16px; }
.beh-postcontent h3{ color: #0066cc; margin: 10px 0 0; font-size: 16px; font-family: 'IRANSans-web',Tahoma;}
.beh-blockcontent h3{ margin: 10px 0 0; font-size: 16px; }
.beh-postcontent h3 a, .beh-postcontent h3 a:link, .beh-postcontent h3 a:hover, .beh-postcontent h3 a:visited, .beh-blockcontent h3 a, .beh-blockcontent h3 a:link, .beh-blockcontent h3 a:hover, .beh-blockcontent h3 a:visited{ font-size: 16px; }
.beh-postcontent h4{ color: #0066cc; margin: 10px 0 0; font-size: 16px; }
.beh-blockcontent h4{ margin: 10px 0 0; font-size: 16px; }
.beh-postcontent h4 a, .beh-postcontent h4 a:link, .beh-postcontent h4 a:hover, .beh-postcontent h4 a:visited, .beh-blockcontent h4 a, .beh-blockcontent h4 a:link, .beh-blockcontent h4 a:hover, .beh-blockcontent h4 a:visited{ font-size: 16px; }
.beh-postcontent h5{ color: #0066cc; margin: 10px 0 0; font-size: 16px; }
.beh-blockcontent h5{ margin: 10px 0 0; font-size: 16px; }
.beh-postcontent h5 a, .beh-postcontent h5 a:link, .beh-postcontent h5 a:hover, .beh-postcontent h5 a:visited, .beh-blockcontent h5 a, .beh-blockcontent h5 a:link, .beh-blockcontent h5 a:hover, .beh-blockcontent h5 a:visited{ font-size: 16px; }
.beh-postcontent h6{ color: #0066cc; margin: 10px 0 0; font-size: 13px; }
.beh-blockcontent h6{ margin: 10px 0 0; font-size: 13px; }
.beh-postcontent h6 a, .beh-postcontent h6 a:link, .beh-postcontent h6 a:hover, .beh-postcontent h6 a:visited, .beh-blockcontent h6 a, .beh-blockcontent h6 a:link, .beh-blockcontent h6 a:hover, .beh-blockcontent h6 a:visited{ font-size: 16px; }
header, footer, article, nav, #beh-hmenu-bg, .beh-sheet, .beh-hmenu a, .beh-vmenu a, .beh-slidenavigator > a, .beh-checkbox:before, .beh-radiobutton:before{ background-origin: border-box !important;}
header, footer, article, nav, #beh-hmenu-bg, .beh-sheet, .beh-slidenavigator > a, .beh-checkbox:before, .beh-radiobutton:before{ display: block; box-sizing: border-box;}
ul{ list-style-type: none;}
ol{ list-style-position: inside;}
html, body{ height: 100%;font-family: 'IRANSans-web', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;}
body{ padding: 0; margin: 0; min-width: 700px; color: #2C3A49;}
.beh-header::before, #beh-header-bg::before, .beh-layout-cell::before, .beh-layout-wrapper::before, .beh-footer::before, .beh-nav::before, #beh-hmenu-bg::before, .beh-sheet::before, #beh-domainsearch::before, .beh-support::before, .beh-etemad::before{ width: 100%; content: " "; display: table;}
.beh-header::after, #beh-header-bg::after, .beh-layout-cell::after, .beh-layout-wrapper::after, .beh-footer::after, .beh-nav::after, #beh-hmenu-bg::after, .beh-sheet::after, .cleared, .clearfix::after, #beh-domainsearch::after, .beh-support::after, .beh-etemad::after{ clear: both; display: block; content: " ";}
form{ padding: 0 !important; margin: 0 !important;}
table.position{ position: relative; width: 100%; table-layout: fixed;}
li h1, .beh-postcontent li h1, .beh-blockcontent li h1{ margin: 1px;}
li h2, .beh-postcontent li h2, .beh-blockcontent li h2{ margin: 1px;}
li h3, .beh-postcontent li h3, .beh-blockcontent li h3{ margin: 1px;}
li h4, .beh-postcontent li h4, .beh-blockcontent li h4{ margin: 1px;}
li h5, .beh-postcontent li h5, .beh-blockcontent li h5{ margin: 1px;}
li h6, .beh-postcontent li h6, .beh-blockcontent li h6{ margin: 1px;}
li p, .beh-postcontent li p, .beh-blockcontent li p{ margin: 1px;}
.beh-shapes{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 0;}
.beh-slider-inner{ position: relative; overflow: hidden; width: 100%; height: 100%;}
.beh-slidenavigator > a{ display: inline-block; vertical-align: middle; outline-style: none; font-size: 1px;}
.beh-slidenavigator > a:last-child{ margin-right: 0 !important;}
.logo{ display: block; left: 5%; margin-right: -386px; position: absolute; top: 20px; /*width: 250px;*/ width: 25%; background-size: contain; height: 76px; background-image: url('../images/logo.png'); background-position: 0 0; background-repeat: no-repeat; z-index: 1;/* animation-name: bounce; transform-origin: center bottom;animation-duration: 1s;*/}
.logo:hover{ animation-name: bounce; transform-origin: center bottom;animation-duration: 4s;animation-iteration-count: 300;}
#beh-header-bg{ position: absolute; overflow: hidden; left: 0; margin: 0 auto; width: 100%; height: 120px; z-index: auto; background-position: center top; /*background-image: url('../images/header.jpg'); background-repeat: no-repeat;*/}
#beh-hmenu-bg{ position: absolute; overflow: hidden; left: 0; margin: 0 auto; width: 100%; z-index: auto; border-radius: 0;}
.beh-sheet{ margin: 0 auto; position: relative; cursor: auto;/* width: 90%;*/ width: 100%; min-width: 700px; /*max-width: 1728px;*/ z-index: auto !important;}
.beh-header{ margin: 0 auto; height: 120px; /*background-image: url('../images/header.jpg'); background-position: center top; background-repeat: no-repeat;*/ background-image: linear-gradient(180deg, #6d7780 0%, #32353a 100%); position: relative; z-index: auto !important;border-bottom:2px solid #000;}
.responsive .beh-header{ /*background-image: url('../images/header.jpg'); background-position: center center;*/background-image: linear-gradient(180deg, #6d7780 0%, #32353a 100%);}
.beh-header > div.beh-nostyle, .beh-header > div.beh-block, .beh-header > div.beh-post{ position: absolute; z-index: 101;}
.beh-layout-wrapper{ position: relative; margin: 0 auto 0 auto; z-index: auto !important;}
.beh-content-layout{ display: table; width: 100%; table-layout: fixed;}
.beh-content-layout-row{ display: table-row;}
.beh-layout-cell{ display: table-cell; vertical-align: top;overflow:hidden;}
.beh-postcontent .beh-content-layout{ border-collapse: collapse;}
.beh-block{ background: #4C535A; background: linear-gradient(#383D42 0, #4B5258 10%) no-repeat;}
div.beh-block img{ border: none; margin: 0;}
.beh-blockheader{ background: #31333A; background: linear-gradient(#4B4E58 0, #17181C 100%) no-repeat; border-radius: 10px; padding: 6px 5px; margin: 0 auto 2px;}
.beh-blockheader .t, .beh-blockheader .t a, .beh-blockheader .t a:link, .beh-blockheader .t a:visited, .beh-blockheader .t a:hover{ color: #F4C91A; font-size: 14px; font-weight: normal; font-style: normal; text-shadow: 0 1px 0 rgba(23, 23, 23, 0.82); margin: 0 5px;}
.beh-blockcontent{ padding: 5px; margin: 0 auto; color: #FFFFFF; font-size: 13px; line-height: 175%;}
.beh-blockcontent table, .beh-blockcontent li, .beh-blockcontent a, .beh-blockcontent a:link, .beh-blockcontent a:visited, .beh-blockcontent a:hover{ color: #FFFFFF; font-size: 13px; line-height: 175%;}
.beh-blockcontent p{ margin: 0 5px;}
.beh-blockcontent a, .beh-blockcontent a:link{ color: #F4C91A;  text-decoration: none;}
.beh-blockcontent a:visited, .beh-blockcontent a.visited{ color: #FFFFFF; text-decoration: none;}
.beh-blockcontent a:hover, .beh-blockcontent a.hover{ color: #E0B50B; text-decoration: none;}
.beh-block ul > li::before{/*content: url('../images/blockbullets.png'); margin-left: 6px; bottom: 0px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; margin-right: -11px;*/}
.opera .beh-block ul > li:before{ bottom: 0; margin-right: 6px; margin-left: -11px;}
.beh-block li{ font-size: 13px; line-height: 175%; color: #EFF2F5; margin: 5px 10px 0 0;}
.beh-block ul > li, .beh-block ol{ padding: 0;}
.beh-block ul > li{ padding-right: 11px;}
.beh-breadcrumbs{ margin: 0 auto;}
a.beh-button, a.beh-button:link, a:link.beh-button:link, body a.beh-button:link, a.beh-button:visited, body a.beh-button:visited, input.beh-button, button.beh-button{ text-decoration: none; font-size: 13px; font-weight: normal; font-style: normal; position: relative; display: inline-block; vertical-align: middle; white-space: nowrap; text-align: center; color: #F4C91A; margin: 0 0 0 5px !important; overflow: visible; cursor: pointer; text-indent: 0; line-height: 25px; box-sizing: content-box;}
.beh-button img{ margin: 0; vertical-align: middle;}
.firefox2 .beh-button{ display: block; float: left;}
input, select, textarea, a.beh-search-button span{ vertical-align: middle; font-size: 13px; font-weight: normal; font-style: normal;}
.beh-block select{ width: 96%;}
input.beh-button{ float: none !important;}
.beh-button.active, .beh-button.active:hover{ background: #9099A2; background: linear-gradient(#A6ADB5 0, #7C8792 100%) no-repeat; border-radius: 12px; border: 3px solid #747F8B; padding: 0 20px; margin: 0 auto;}
.beh-button.active, .beh-button.active:hover{ color: #FFFFFF !important;}
.beh-button.hover, .beh-button:hover{/* background: #41474E;*/ background: linear-gradient(#545C64 0, #2E3338 100%) no-repeat; border-radius: 12px; border: 3px solid #41474E; padding: 0 20px; margin: 0 auto;}
.beh-button.hover, .beh-button:hover{ color: #FFFFFF !important;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea{ background: #F9FAFA; border-radius: 4px; border: 1px solid #AEB5BC; margin: 0 auto;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea{ width: 100%; padding: 4px 0; color: #3D5166 !important; font-size: 13px; font-weight: normal; font-style: normal; text-shadow: none;}
input.beh-error, textarea.beh-error{ background: #F9FAFA; border: 1px solid #E2341D; margin: 0 auto;}
input.beh-error, textarea.beh-error{ color: #3D5166 !important; font-size: 13px; font-weight: normal; font-style: normal;}
form.beh-search input[type="text"]{ background: #FFFFFF; border-radius: 4px; border: 1px solid #D3D6DA; margin: 0 auto; /*width: 100%;*/ padding: 4px 10px; box-sizing: border-box; color: #ccc !important; font-size: 13px; font-weight: normal; font-style: normal;}
form.beh-search{ background-image: none; border: 0; display: block; position: relative; top: 0; padding: 0; margin: 5px; left: 0; line-height: 0;}
form.beh-search input, a.beh-search-button{ top: 0; right: 0;}
form.beh-search > input, a.beh-search-button{ bottom: 0; left: 0; vertical-align: middle;}
form.beh-search input[type="submit"], input.beh-search-button, a.beh-search-button{ /*position: absolute; right: auto; display: block; right: 220px;*/ border: none; background: url('../images/searchicon.png') center center no-repeat; width: 24px; height: 100%; padding: 10px 0 0 0; color: #FFFFFF !important; cursor: pointer;margin: 0 auto;float:left;}
a.beh-search-button span.beh-search-button-text{ display: none;}
label.beh-checkbox:before{ background: #F9FAFA; border-radius: 1px; border-width: 0; margin: 0 auto; width: 16px; height: 16px;}
label.beh-checkbox{ cursor: pointer; font-size: 13px; font-weight: normal; font-style: normal; line-height: 16px; display: inline-block; color: #353B40 !important;}
.beh-checkbox > input[type="checkbox"]{ margin: 0 5px 0 0;}
label.beh-checkbox.active:before{ background: #E6F561; border-radius: 1px; border-width: 0; margin: 0 auto; width: 16px; height: 16px; display: inline-block;}
label.beh-checkbox.hovered:before{ background: #D5D9DC; border-radius: 1px; border-width: 0; margin: 0 auto; width: 16px; height: 16px; display: inline-block;}
label.beh-radiobutton:before{ background: #F9FAFA; border-radius: 3px; border-width: 0; margin: 0 auto; width: 12px; height: 12px;}
label.beh-radiobutton{ cursor: pointer; font-size: 13px; font-weight: normal; font-style: normal; line-height: 12px; display: inline-block; color: #353B40 !important;}
.beh-radiobutton > input[type="radio"]{ vertical-align: baseline; margin: 0 5px 0 0;}
label.beh-radiobutton.active:before{ background: #AEB5BC; border-radius: 3px; border-width: 0; margin: 0 auto; width: 12px; height: 12px; display: inline-block;}
label.beh-radiobutton.hovered:before{ background: #D5D9DC; border-radius: 3px; border-width: 0; margin: 0 auto; width: 12px; height: 12px; display: inline-block;}
.beh-comments{ border-top: 1px dotted #9099A2; margin: 0 auto; margin-top: 25px;}
.beh-comments h2{ color: #23262A;}
.beh-comment-inner{ border-radius: 2px; padding: 5px; margin: 0 auto; margin-left: 96px;}
.beh-comment-avatar{ float: left; width: 80px; height: 80px; padding: 2px; background: #fff; border: 1px solid #E6E8EA;}
.beh-comment-avatar > img{ margin: 0 !important; border: none !important;}
.beh-comment-content{ padding: 10px 0; color: #2C3A49;}
.beh-comment{ margin-top: 6px;}
.beh-comment:first-child{ margin-top: 0;}
.beh-comment-header{ color: #23262A; line-height: 100%;}
.beh-comment-header a, .beh-comment-header a:link, .beh-comment-header a:visited, .beh-comment-header a.visited, .beh-comment-header a:hover, .beh-comment-header a.hovered{ line-height: 100%;}
.beh-comment-header a, .beh-comment-header a:link{ font-weight: bold; font-style: normal; color: #747F8B;}
.beh-comment-header a:visited, .beh-comment-header a.visited{ color: #747F8B;}
.beh-comment-header a:hover, .beh-comment-header a.hovered{ color: #747F8B;}
.beh-comment-content a, .beh-comment-content a:link, .beh-comment-content a:visited, .beh-comment-content a.visited, .beh-comment-content a:hover, .beh-comment-content a.hovered{}
.beh-comment-content a, .beh-comment-content a:link{ color: #A9BB0C;}
.beh-comment-content a:visited, .beh-comment-content a.visited{ color: #3B4E63;}
.beh-comment-content a:hover, .beh-comment-content a.hovered{ color: #A9BB0C;}
.beh-pager{ border-radius: 4px; padding: 6px; margin: 2px;}
.beh-pager > *:last-child, .beh-pager > *:last-child:hover{ margin-right: 0;}
.beh-pager > span{ cursor: default;}
.beh-pager > *{ background: #A9C431; border-radius: 4px; padding: 10px; margin: 0 4px; position: relative; display: inline-block; margin-left: 0;}
.beh-pager a:link, .beh-pager a:visited{ text-decoration: none; color: #1C1F21;}
.beh-pager .active{ background: #719531; padding: 10px; margin: 0 4px 0 auto; color: #FFFFFF;}
.beh-pager .more{ background: #D5D9DC; margin: 0 4px 0 auto;}
.beh-pager a.more:link, .beh-pager a.more:visited{ color: #343A04;}
.beh-pager a:hover{ background: #719531; padding: 10px;}
.beh-pager a:hover, .beh-pager a.more:hover{ text-decoration: none; color: #1E2124;}
.beh-pager > *:after{ margin: 0 0 0 auto; display: inline-block; position: absolute; content: ' '; top: 0; width: 0; height: 100%; right: 0; text-decoration: none;}
.beh-pager > *:last-child:after{ display: none;}
.beh-commentsform{ background: #E6E8EA; background: transparent; padding: 10px; margin: 0 auto; margin-top: 25px; color: #23262A;}
.beh-commentsform h2{ padding-bottom: 10px; margin: 0; color: #23262A;}
.beh-commentsform label{ display: inline-block; line-height: 25px;}
.beh-commentsform input:not([type=submit]), .beh-commentsform textarea{ box-sizing: border-box; width: 100%; max-width: 100%;}
.beh-commentsform .form-submit{ margin-top: 10px;}
.beh-post{/* background: #F7F7F8;*/ background: #fff; border-radius: 10px 0 10px 10px; padding: 5px;border: 1px solid #ededed;}
a img{ border: 0;}
.beh-article img, img.beh-article, .beh-block img, .beh-footer img{ margin: 7px 7px 7px 7px;}
.beh-metadata-icons img{ border: none; vertical-align: middle; margin: 2px;}
.beh-article table, table.beh-article{ border-collapse: collapse; margin: 1px;}
.beh-post .beh-content-layout-br{ height: 0;}
.beh-article th, .beh-article td{ padding: 2px; vertical-align: top; text-align: right;}
.beh-article th{ text-align: center; vertical-align: middle; padding: 7px;}
pre{ overflow: auto; padding: 0.1em;}
.preview-cms-logo{ border: 0; margin: 1em 0 0 1em; float: right;}
.image-caption-wrapper{ padding: 7px 7px 7px 7px; box-sizing: border-box;}
.image-caption-wrapper img{ margin: 0 !important; box-sizing: border-box;}
.image-caption-wrapper div.beh-collage{ margin: 0 !important; box-sizing: border-box;}
.image-caption-wrapper p{ font-size: 80%; text-align: right; margin: 0;}
.beh-postmetadataheader{ border-bottom: 1px solid #B2C50D; margin: 0 auto; position: relative; z-index: 1; padding: 1px; margin-bottom: 5px;}
.beh-postheader{ color: #879509; margin: 5px 10px; font-size: 20px;  font-weight: normal; font-style: normal;}
.beh-postheader a, .beh-postheader a:link, .beh-postheader a:visited, .beh-postheader a.visited, .beh-postheader a:hover, .beh-postheader a.hovered{ font-size: 20px;  font-weight: normal; font-style: normal;}
.beh-postheader a, .beh-postheader a:link{ font-size: 18px;  text-decoration: none; text-align: right; text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.5); color: #000000;}
.beh-postheader a:visited, .beh-postheader a.visited{  text-decoration: none; text-align: right; color: #6986A5;}
.beh-postheader a:hover, .beh-postheader a.hovered{  text-decoration: none; text-align: right; color: #000000;}
.beh-postheadericons, .beh-postheadericons a, .beh-postheadericons a:link, .beh-postheadericons a:visited, .beh-postheadericons a:hover{ color: #000000;}
.beh-postheadericons{ padding: 1px; margin: 0 10px 0 0;}
.beh-postheadericons a, .beh-postheadericons a:link{ text-decoration: none; color: #000000;}
.beh-postheadericons a:visited, .beh-postheadericons a.visited{ font-weight: normal; font-style: normal; text-decoration: none; color: #56728F;}
.beh-postheadericons a:hover, .beh-postheadericons a.hover{ font-weight: normal; font-style: normal; text-decoration: underline; color: #8F9E0A;}
.beh-postdateicon:before{ content: url('../images/postdateicon.png'); margin-left: 6px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; bottom: auto;}
.opera .beh-postdateicon:before{ bottom: 0; margin-left: 0; margin-right: 6px;}
.beh-postauthoricon:before{ content: url('../images/postauthoricon.png'); margin-left: 6px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; bottom: auto;}
.opera .beh-postauthoricon:before{ bottom: 0; margin-left: 0; margin-right: 6px;}
.beh-postediticon:before{ content: url('../images/system/edit.png'); margin-left: 6px; bottom: 2px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0;}
.opera .beh-postediticon:before{ bottom: 0; margin-left: 0; margin-right: 6px;}
.beh-postcontent ul > li:before, .beh-post ul > li:before, .beh-textblock ul > li:before{/* content: url('../images/postbullets.png');*/ margin-left: 10px; bottom: 2px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0;}
.opera .beh-postcontent ul > li:before, .opera  .beh-post ul > li:before, .opera  .beh-textblock ul > li:before{ bottom: 0; margin-left: 0; margin-right: 10px;}
.beh-postcontent li, .beh-post li, .beh-textblock li{ color: #3A4045; margin: 3px 11px 0 0;}
.beh-postcontent ul > li, .beh-post ul > li, .beh-textblock ul > li, .beh-postcontent ol, .beh-post ol, .beh-textblock ol{ padding: 0;}
.beh-postcontent ul > li, .beh-post ul > li, .beh-textblock ul > li{ padding-right: 17px;}
.beh-postcontent ul > li:before, .beh-post ul > li:before, .beh-textblock ul > li:before{ margin-right: -17px;}
.opera .beh-postcontent ul > li:before, .opera  .beh-post ul > li:before, .opera  .beh-textblock ul > li:before{ margin-right: 10px; margin-left: -17px;}
.beh-postcontent ol, .beh-post ol, .beh-textblock ol, .beh-postcontent ul, .beh-post ul, .beh-textblock ul{ margin: 1em 11px 1em 0;}
.beh-postcontent li ol, .beh-post li ol, .beh-textblock li ol, .beh-postcontent li ul, .beh-post li ul, .beh-textblock li ul{ margin: 0.5em 11px 0.5em 0;}
.beh-postcontent li, .beh-post li, .beh-textblock li{ margin: 3px 0 0 0;}
.beh-postcontent ol > li, .beh-post ol > li, .beh-textblock ol > li{ overflow: visible;}
.beh-postcontent ul > li, .beh-post ul > li, .beh-textblock ul > li{ overflow-x: visible; overflow-y: hidden;}
blockquote{ background: #F4C91A; padding: 10px 15px 10px 10px; margin: 10px 0 0 25px; font-weight: normal; font-style: italic; text-align: right; overflow: auto; clear: both; direction:rtl; color:#333;border-right: 5px solid #ccc;}
blockquote p:before {content: "“";font-size: 22px;padding-left: 5px;}
blockquote p:after {content: "”"; font-size: 22px;padding-right: 5px; }    
blockquote a, .beh-postcontent blockquote a, .beh-blockcontent blockquote a, .beh-footer blockquote a, blockquote a:link, .beh-postcontent blockquote a:link, .beh-blockcontent blockquote a:link, .beh-footer blockquote a:link, blockquote a:visited, .beh-postcontent blockquote a:visited, .beh-blockcontent blockquote a:visited, .beh-footer blockquote a:visited, blockquote a:hover, .beh-postcontent blockquote a:hover, .beh-blockcontent blockquote a:hover, .beh-footer blockquote a:hover{ color: #333; font-weight: normal; font-style: italic; text-align: right;}
blockquote p, .beh-postcontent blockquote p, .beh-blockcontent blockquote p, .beh-footer blockquote p{ margin: 0; margin: 5px 0;}
.Sorter img{ border: 0; vertical-align: middle; padding: 0; margin: 0; position: static; z-index: 1; width: 12px; height: 6px;}
.Sorter a{ position: relative; color: #68737D;}
.Sorter a:link{ color: #68737D;}
.Sorter a:visited, .Sorter a.visited{ color: #68737D;}
.Sorter a:hover, .Sorter a.hover{ color: #4D545C;}
.Sorter{ color: #353B40;}
.beh-footer{background:#1b1b1b url("../images/map.png") no-repeat scroll center center; border-top: 3px solid #E0B50B; margin: 0 auto; position: relative; color: #FFFFFF; font-size: 13px; line-height: 175%; text-align: center; padding: 0;}
.beh-footer a, .beh-footer a:link, .beh-footer a:visited, .beh-footer a:hover, .beh-footer td, .beh-footer th, .beh-footer caption{ color: #FFFFFF; font-size: 13px; line-height: 175%;}
.beh-footer p{ padding: 0; text-align: center;margin: 0 15px; line-height:250%;}
.beh-footer a, .beh-footer a:link{ color: #888888; text-decoration: none;}
.beh-footer a:visited{ color: #888888; text-decoration: none;}
.beh-footer a:hover{ color: #ffd11c; text-decoration: none;}
.beh-footer h1{ color: #747F8B; }
.beh-footer h2{ color: #9099A2; }
.beh-footer h3{ color: #DFF231; }
.beh-footer h4{ color: #9CAFC4; }
.beh-footer h5{ color: #9CAFC4; }
.beh-footer h6{ color: #9CAFC4; }
.beh-footer img{ border: none; margin: 0;}
.beh-footer-inner,.beh-etemad-inner, .beh-support-inner, .beh-builder-inner, .beh-seo-inner{ margin: 0 auto; /*max-width: 1728px;*/ width: 90%; padding: 25px; padding-right: 25px; padding-left: 25px;}
.beh-rss-tag-icon{ background: url('../images/footerrssicon.png') no-repeat scroll; margin: 0 auto; min-height: 32px; min-width: 32px; display: inline-block; text-indent: 35px; background-position: left center;}
.beh-rss-tag-icon:empty{ vertical-align: middle;}
.beh-facebook-tag-icon{ background: url('../images/footerfacebookicon.png') no-repeat scroll; margin: 0 auto; min-height: 32px; min-width: 32px; display: inline-block; text-indent: 35px; background-position: left center;}
.beh-facebook-tag-icon:empty{ vertical-align: middle;}
.beh-twitter-tag-icon{ background: url('../images/footertwittericon.png') no-repeat scroll; margin: 0 auto; min-height: 32px; min-width: 32px; display: inline-block; text-indent: 35px; background-position: left center;}
.beh-twitter-tag-icon:empty{ vertical-align: middle;}
.beh-footer ul > li:before{ content: url('../images/footerbullets.png'); margin-left: 6px; bottom: 2px; position: relative; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; margin-right: -13px;}
.opera .beh-footer ul > li:before{ bottom: 0; margin-right: 6px; margin-left: -13px;}
.beh-footer li{ font-size: 13px; color: #F6FBC5;}
.beh-footer ul > li, .beh-footer ol{ padding: 0;}
.beh-footer ul > li{ padding-right: 13px;}
.beh-page-footer, .beh-page-footer a, .beh-page-footer a:link, .beh-page-footer a:visited, .beh-page-footer a:hover{ font-family: IRANSans-web; font-size: 10px; letter-spacing: normal; word-spacing: normal; font-style: normal; font-weight: normal; text-decoration: underline; color: #CDD1D5;}
.beh-page-footer{ position: relative; z-index: auto !important; padding: 1em; text-align: center !important; text-decoration: none; color: #A9BACB;}
.beh-lightbox-wrapper{ background: #333; background: rgba(0, 0, 0, .8); bottom: 0; left: 0; padding: 0 100px; position: fixed; right: 0; text-align: center; top: 0; z-index: 1000000;}
.beh-lightbox, .beh-lightbox-wrapper .beh-lightbox-image{ cursor: pointer;}
.beh-lightbox-wrapper .beh-lightbox-image{ border: 6px solid #fff; border-radius: 3px; display: none; max-width: 100%; vertical-align: middle;}
.beh-lightbox-wrapper .beh-lightbox-image.active{ display: inline-block;}
.beh-lightbox-wrapper .lightbox-error{ background: #fff; border: 1px solid #b4b4b4; border-radius: 10px; box-shadow: 0 2px 5px #333; height: 80px; opacity: .95; padding: 20px; position: fixed; width: 300px; z-index: 100;}
.beh-lightbox-wrapper .loading{ background: #fff url('../images/preloader-01.gif') center center no-repeat; border: 1px solid #b4b4b4; border-radius: 10px; box-shadow: 0 2px 5px #333; height: 32px; opacity: .5; padding: 10px; position: fixed; width: 32px; z-index: 10100;}
.beh-lightbox-wrapper .arrow{ cursor: pointer; height: 100px; opacity: .5; position: fixed; width: 82px; z-index: 10003;}
.beh-lightbox-wrapper .arrow.left{ left: 9px;}
.beh-lightbox-wrapper .arrow.right{ right: 9px;}
.beh-lightbox-wrapper .arrow:hover{ opacity: 1;}
.beh-lightbox-wrapper .arrow.disabled{ display: none;}
.beh-lightbox-wrapper .arrow-t, .beh-lightbox-wrapper .arrow-b{ background-color: #fff; border-radius: 3px; height: 6px; left: 26px; position: relative; width: 30px;}
.beh-lightbox-wrapper .arrow-t{ top: 38px;}
.beh-lightbox-wrapper .arrow-b{ top: 50px;}
.beh-lightbox-wrapper .close{ cursor: pointer; height: 22px; opacity: .5; position: fixed; right: 39px; top: 30px; width: 22px; z-index: 10003;}
.beh-lightbox-wrapper .close:hover{ opacity: 1;}
.beh-lightbox-wrapper .close .cw, .beh-lightbox-wrapper .close .ccw{ background-color: #fff; border-radius: 3px; height: 6px; position: absolute; left: -4px; top: 8px; width: 30px;}
.beh-lightbox-wrapper .cw{ transform: rotate(45deg);}
.beh-lightbox-wrapper .ccw{ transform: rotate(-45deg);}
.beh-lightbox-wrapper .close-alt, .beh-lightbox-wrapper .arrow-right-alt, .beh-lightbox-wrapper .arrow-left-alt{ color: #fff; display: none; font-size: 2.5em; line-height: 100%;}
.ie8 .beh-lightbox-wrapper .close-alt, .ie8 .beh-lightbox-wrapper .arrow-right-alt, .ie8 .beh-lightbox-wrapper .arrow-left-alt{ display: block;}
.ie8 .beh-lightbox-wrapper .cw, .ie8 .beh-lightbox-wrapper .ccw{ display: none;}
.beh-content-layout .beh-sidebar1{ margin: 0 auto; width: 225px;}
.beh-content-layout .beh-content{ margin: 0 auto;}
fieldset{ border: none;}
fieldset dl{ display: block; margin: 0; padding: 0; background: none;}
fieldset dt{ display: block; box-sizing: border-box; width: 12em; height: 2em; margin: 0; padding: 0; float: left; clear: both; background: none; line-height: 2em; overflow: hidden;}
fieldset dd{ display: block; min-height: 2em; margin: 0 0 0 12em; padding: 0; background: none; line-height: 2em;}
fieldset label{ display: inline-block; width: 12em;}
fieldset textarea{ vertical-align: text-top;}
.img-fulltext-left, .img-intro-left{ float: left; display: block; border: none; padding: 0; margin: 0 0.3em 0.3em 0; margin-top: 0;}
.img-fulltext-right, .img-intro-right{ float: right; display: block; border: none; padding: 0; margin: 0 0 0.3em 0.3em; margin-top: 0;}
ul.pagenav{ clear: both; list-style: none; display: block; margin: 0; padding: 0;}
ul.pagenav li, ul.pagenav li:before{ display: block; background: none; margin: 0; padding: 0; width: 50%; text-align: center; content: normal;}
ul.pagenav li.pagenav-prev{ float: left;}
ul.pagenav li.pagenav-next{ margin: 0 0 0 50%;}
div.item-page dl.tabs{ display: block; margin: 0; padding: 0;}
div.item-page dl.tabs:before{ box-sizing: border-box; display: block; float: left; width: 1em; height: 2em; overflow: hidden;}
div.item-page dl.tabs dt{ box-sizing: border-box; display: block; float: left; height: 2em; overflow: hidden; border-left: 1px solid black; border-top: 1px solid black;}
div.item-page dl.tabs dt h3{ margin: 0; padding: 0 1em; line-height: 2em; font-size: 100%; overflow: hidden;}
div.item-page dl.tabs dt h3 a{ text-decoration: none;}
div.item-page dl.tabs:after{ box-sizing: border-box; display: block; border-left: 1px solid black; content: " "; overflow: hidden; height: 2em;}
div.item-page div.current{ clear: both; border: 1px solid black;}
div.item-page div.current dd.tabs{ margin: 0; padding: 0;}
div.item-page .panel{ border: 1px solid black; margin-top: -1px;}
div.item-page .panel h3{ margin: 0; padding: 0;}
div.item-page .panel h3 a{ display: block; padding: 6px; text-decoration: none;}
div.item-page .panel h3.pane-toggler-down a{ border-bottom: 1px solid black;}
div.item-page .panel .pane-slider{ margin: 0; padding: 0;}
div.item-page div.pagination ul{ clear: both; list-style: none; display: block; margin: 0; padding: 0;}
div.item-page div.pagination li{ display: block; width: 50%; margin: 0; padding: 0; text-align: center; float: left; white-space: nowrap;}
div.item-page div.pagination:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
#searchForm .phrases-box{ display: block; float: left;}
#searchForm .ordering-box{ text-align: right;}
#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label{ display: inline-block; width: auto; height: 2em; margin: 0; padding: 0 0.3em;}
#mod-finder-searchform label{ display: block;}
#mod-finder-searchform input.inputbox{ width: 100%; box-sizing: border-box; max-width: 300px;}
#login-form #form-login-username label, #login-form #form-login-password label{ display: block;}
#login-form #form-login-username input, #login-form #form-login-password input{ width: 100%; box-sizing: border-box; max-width: 300px;}
.breadcrumbs img{ margin: 0; padding: 0; border: none; outline: none;}
dl.stats-module{ padding: 0.3em 0 0.3em 0.3em; margin: 0;}
dl.stats-module dt{ float: left; display: block; line-height: 1.5em; min-height: 1.5em; width: 10em; padding: 0.3em 0.3em 0 0; margin: 0; font-weight: bold;}
dl.stats-module dd{ display: block; line-height: 1.5em; min-height: 1.5em; /*margin-left: 0 0 0 10em;*/}
div.mod-languages ul{ margin: 0; padding: 0; list-style: none;}
div.mod-languages li{ background: none; /*margin: 0 0.3em;*/ padding: 0;}
div.mod-languages ul.lang-inline li{ display: inline;}
div.mod-languages ul.lang-block li{ display: block;}
div.mod-languages img{ border: none; margin: 0; padding: 0;}
div.clr{ clear: both;}
#system-message ul li{ background-image: none;}
ul.actions, ul.actions li, ul.actions li img{ display: inline; margin: 0; padding: 0; border: none;}
ul.actions li{ background: none; list-style: none;}
.items-row{ display: table; width: 100%; table-layout: fixed; border-collapse: collapse;}
.items-row .item{/* display: table-cell;*/ display: block; vertical-align: top;}
.items-row .row-separator{ display: none;}
div.pagination p.counter{ display: inline-block; margin: 0 0.3em 0 0; padding: 0; background: none;}
div.pagination ul, div.pagination ul li, div.pagination ul > li:before{ display: inline-block; list-style: none; margin: 0; padding: 0 0.3em; background: none; content: normal;}
div.tip-wrap{ background: #fff; border: 1px solid #aaa;}
div.tip-wrap div.tip{ padding: 0.3em;}
div.tip-wrap div.tip-title{ font-weight: bold;}
table.category{ width: 100%;}
table.category thead th img{ padding: 0 0 0 0.3em; margin: 0; border: none;}
span.hasTip a img{ padding: 0; margin: 0; border: none;}
div.categories-list ul li span.item-title, div.cat-children ul li span.item-title{ display: block; margin: 0 0 0.3em 0;}
div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc{ margin: 0 0 0.3em 0;}
div.categories-list dl, div.cat-children dl{ display: block; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; background: none;}
div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd{ display: inline-block; padding: 0; margin: 0; background: none;}
div.img_caption p.img_caption{ padding: 0.3em 0; margin: 0;}
form .search label, form .finder label{ display: none;}
.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3{ float: left; clear: right;}
.cols-2 .column-1{ width: 50%;}
.cols-2 .column-2{ width: 50%;}
.cols-3 .column-1{ width: 33%;}
.cols-3 .column-2{ width: 33%;}
.cols-3 .column-3{ width: 34%;}
.row-separator{ clear: both; float: none; font-size: 1px; display: block;}
ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6{ display: inline;}
/*This is menu css */
.beh-nav{ padding: 6px; position: relative;margin:35px 0 0;max-width:75%; /*animation-name: bounceInRight; transform-origin: center bottom;animation-duration: 1s;*/}
ul.beh-hmenu a, ul.beh-hmenu a:link, ul.beh-hmenu a:visited, ul.beh-hmenu a:hover{ outline: none; position: relative; z-index: 11;}
ul.beh-hmenu, ul.beh-hmenu ul{ display: block; margin: 0; padding: 0; border: 0; list-style-type: none;}
ul.beh-hmenu li{ position: relative; z-index: 5; display: block; float: right; background: none; margin: 0; padding: 0; border: 0;}
ul.beh-hmenu li:hover{ z-index: 10000; white-space: normal;}
ul.beh-hmenu:after, ul.beh-hmenu ul:after{ content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;}
ul.beh-hmenu, ul.beh-hmenu ul{ min-height: 0;}
ul.beh-hmenu{ display: inline-block; vertical-align: middle; padding-left: 6px;/* padding-right: 6px;*//* margin-right: 70px;*/}
.beh-nav-inner:before{ content: ' ';}
.beh-nav-inner{ text-align: right; margin: 0 auto;width:90%}
.desktop .beh-nav{ padding-left: 0; padding-right: 0;}
.beh-hmenu-extra1{ position: relative; display: block; float: left; width: auto; height: auto; background-position: center;}
.beh-hmenu-extra2{ position: relative; display: block; float: right; width: auto; height: auto; background-position: center;}
.beh-hmenu{ float: right;}
.beh-menuitemcontainer{ margin: 0 auto;}
ul.beh-hmenu > li{ margin-right: 12px;}
ul.beh-hmenu > li:first-child{ margin-right: 6px;}
ul.beh-hmenu > li:last-child, ul.beh-hmenu > li.last-child{ margin-left: 6px;}
ul.beh-hmenu > li > a{ border-radius: 14px; /*padding: 0 17px;*/padding: 0 7px; margin: 0 auto; position: relative; display: block; height: 36px; cursor: pointer; text-decoration: none; color: #FFFFFF; line-height: 36px; text-align: center;}
.beh-hmenu a, .beh-hmenu a:link, .beh-hmenu a:visited, .beh-hmenu a.active, .beh-hmenu a:hover{ font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; text-align: center; text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82);}
ul.beh-hmenu > li > a.active{ padding: 0 15px !important; margin: 0 auto; color: #FFFFFF; text-decoration: none;background:#2F3338 none repeat scroll 0 0;border: 2px solid #454b51;border-radius: 10px;box-shadow: 0 0 6px 3px #000 inset;}
ul.beh-hmenu > li > a:visited, ul.beh-hmenu > li > a:hover, ul.beh-hmenu > li:hover > a{ text-decoration: none;}
ul.beh-hmenu > li > a:hover, .desktop ul.beh-hmenu > li:hover > a{/*bottom:2px; padding: 0 15px;*/ padding: 0 5px;margin: 0 auto;background:#2F3338 none repeat scroll 0 0;border: 2px solid #454b51;border-radius: 10px;box-shadow: 0 0 6px 3px #000 inset;color: #FFFFFF; text-decoration: none;}
ul.beh-hmenu > li:before{ position: absolute; display: block; content: ' '; top: 0; right: -12px; width: 12px; height: 36px; background: url('../images/menuseparator.png') center center no-repeat;}
ul.beh-hmenu > li:first-child:before{ display: none;}
ul.beh-hmenu li li a{ background: #AEB5BC; background: transparent; border-radius: 14px; /*padding: 0 22px;*/ padding: 0 10px; margin: 0 auto;}
ul.beh-hmenu li li{ float: none; width: auto; margin-top: 7px; margin-bottom: 7px;}
.desktop ul.beh-hmenu li li ul > li:first-child{ margin-top: 7px;}
ul.beh-hmenu li li ul > li:last-child{ margin-bottom: 0;}
.beh-hmenu ul a{ display: block; white-space: nowrap; height: 32px; min-width: 7em; border: 0 solid transparent; text-align: right; line-height: 32px; color: #FFFFFF; font-size: 11px;  font-weight: normal; font-style: normal; text-decoration: none; text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82); margin: 0;}
.beh-hmenu ul a:link, .beh-hmenu ul a:visited, .beh-hmenu ul a.active, .beh-hmenu ul a:hover{ text-align: right; line-height: 32px; color: #FFFFFF; font-size: 12px;  font-weight: normal; font-style: normal; text-decoration: none; text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82); margin: 0;}
.desktop ul.beh-hmenu > li > ul > li{ margin-top: 0; margin-bottom: 0;}
.desktop .beh-hmenu > li > ul > li > a{ font-weight: normal !important;}
.desktop .beh-hmenu > li > ul > li{ float: right;}
.desktop .beh-hmenu > li > ul > li > ul{ position: relative; left: auto !important; right: 0 !important; padding: 0 !important; margin: 0 !important;}
.desktop .beh-hmenu > li:hover > ul > li > ul{ visibility: visible;}
.desktop .beh-hmenu > li > ul > li > ul:before{ visibility: hidden;}
ul.beh-hmenu li li:after{ display: block; position: absolute; content: ' '; height: 0; top: -4px; left: 0; right: 0; z-index: 1; border-bottom: 1px dashed #282828;}
.desktop ul.beh-hmenu > li > ul > li:after, .desktop ul.beh-hmenu > li > ul > li:before{ display: none;}
.desktop ul.beh-hmenu li li:after{ left: 5px; right: 5px;}
ul.beh-hmenu ul li a:hover{ background: #FFFFFF; background: transparent; border-radius: 14px; margin: 0 auto;}
.beh-hmenu ul a:hover{ text-decoration: none;}
.beh-hmenu ul li a:hover{/* color: #D1E60F;*/color:#ffd11c;}
.desktop .beh-hmenu ul li:hover > a{/* color: #D1E60F;*/color:#ffd11c;}
ul.beh-hmenu ul::before{ background: #4C535A; border-radius: 14px; box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4); border: 2px solid rgba(49, 51, 58, 0.9); margin: 0 auto; display: block; position: absolute; content: ' '; z-index: 1;}
.desktop ul.beh-hmenu li:hover > ul{ visibility: visible; top: 100%;}
.desktop ul.beh-hmenu li li:hover > ul{ top: 0; right: 100%;}
ul.beh-hmenu ul{ visibility: hidden; position: absolute; z-index: 10; right: 0; top: 0; background-image: url('../images/spacer.gif');}
.desktop ul.beh-hmenu > li > ul{ padding: 23px 37px 37px 37px; margin: -10px -30px 0 0;}
.desktop ul.beh-hmenu ul ul{ padding: 37px 20px 37px 37px; margin: -37px -5px 0 0;}
.desktop ul.beh-hmenu ul.beh-hmenu-left-to-right{ right: auto; left: 0; margin: -10px 0 0 -30px;}
.desktop ul.beh-hmenu ul.beh-hmenu-right-to-left{ left: auto; right: 0; margin: -10px -30px 0 0;}
.desktop ul.beh-hmenu li li:hover > ul.beh-hmenu-left-to-right{ right: auto; left: 100%;}
.desktop ul.beh-hmenu li li:hover > ul.beh-hmenu-right-to-left{ left: auto; right: 100%;}
.desktop ul.beh-hmenu ul ul.beh-hmenu-left-to-right{ right: auto; left: 0; padding: 37px 37px 37px 20px; margin: -37px 0 0 -5px;}
.desktop ul.beh-hmenu ul ul.beh-hmenu-right-to-left{ left: auto; right: 0; padding: 37px 20px 37px 37px; margin: -37px -5px 0 0;}
.desktop ul.beh-hmenu li ul > li:first-child{ margin-top: 0;}
.desktop ul.beh-hmenu li ul > li:last-child{ margin-bottom: 0;}
.desktop ul.beh-hmenu ul ul:before{ border-radius: 14px; top: 30px; bottom: 30px; right: 13px; left: 30px;}
.desktop ul.beh-hmenu > li > ul:before{ /*top: 16px;*/ top:9px; right: 30px; bottom: 30px; left: 30px;    border-radius: 0px 0 10px 10px;    border-top: 0;    box-shadow: none;}
.desktop ul.beh-hmenu > li > ul.beh-hmenu-left-to-right:before{ right: 30px; left: 30px;}
.desktop ul.beh-hmenu > li > ul.beh-hmenu-right-to-left:before{ right: 30px; left: 30px;}
.desktop ul.beh-hmenu ul ul.beh-hmenu-left-to-right:before{ right: 30px; left: 13px;}
.desktop ul.beh-hmenu ul ul.beh-hmenu-right-to-left:before{ right: 13px; left: 30px;}
.desktop ul.beh-hmenu > li.ext > a{ white-space: nowrap;}
.desktop ul.beh-hmenu > li.ext > a:hover, .desktop ul.beh-hmenu > li.ext:hover > a, .desktop ul.beh-hmenu > li.ext:hover > a.active{ background: none; padding: 7px 5px 0 !important; /*padding: 7px 24px 0 24px;*/ margin: -7px -7px 0 -7px; /*overflow: hidden;*/ position: relative; border: none; border-radius: 0; box-shadow: none; color: #FFFFFF;}
.desktop ul.beh-hmenu > li.ext > a:hover:before, .desktop ul.beh-hmenu > li.ext:hover > a:before, .desktop ul.beh-hmenu > li.ext:hover > a.active:before{ position: absolute; content: ' '; top: 7px; right: 7px; left: 7px; bottom: -9px; background-color: #4C535A; border: 2px Solid rgba(49, 51, 58, 0.9); border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0 0 7px rgba(0, 0, 0, 0.8); z-index: -1;}
.desktop ul.beh-hmenu > li.ext:hover > ul { top: 42px; padding-top: 5px; margin-top: 0;}
.desktop ul.beh-hmenu > li.ext:hover > ul:before{ top: -9px; clip: rect(25px, auto, auto, auto); border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);}
ul.beh-hmenu > li.ext > .ext-r, ul.beh-hmenu > li.ext > .ext-l, ul.beh-hmenu > li.ext > .ext-m, ul.beh-hmenu > li.ext > .ext-off{ display: none; z-index: 12; box-sizing: border-box;}
.desktop ul.beh-hmenu > li.ext > ul{ z-index: 13;}
.desktop ul.beh-hmenu > li.ext.ext-r:hover > .ext-r, .desktop ul.beh-hmenu > li.ext.ext-l:hover > .ext-l{ position: absolute; display: block; overflow: hidden; height: 25px; top: 42px; padding-top: 9px; margin-top: -9px;}
.desktop ul.beh-hmenu > li.ext:hover > .ext-r:before, .desktop ul.beh-hmenu > li.ext:hover > .ext-l:before{ position: absolute; content: ' '; top: 7px; bottom: -9px; background-color: #4C535A; border: 2px Solid rgba(49, 51, 58, 0.9); box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);}
.desktop ul.beh-hmenu > li.ext.ext-r:hover > .ext-r{ left: 100%; right: auto; padding-left: 0; margin-left: 0; padding-right: 9px; margin-right: -9px;}
.desktop ul.beh-hmenu > li.ext.ext-r:hover > .ext-r:before{ right: 7px; left: -9px; border-top-left-radius: 0; border-top-right-radius: 14px;}
.desktop ul.beh-hmenu > li.ext.ext-l:hover > .ext-l{ right: 100%; left: auto; padding-right: 0; margin-right: 0; padding-left: 9px; margin-left: -9px;}
.desktop ul.beh-hmenu > li.ext.ext-l:hover > .ext-l:before{ right: -9px; left: 7px; border-top-right-radius: 0; border-top-left-radius: 14px;}
.desktop ul.beh-hmenu > li.ext:hover > .ext-m, .desktop ul.beh-hmenu > li.ext:hover > .ext-off{ position: absolute; display: block; overflow: hidden; height: 16px; top: 100%;}
.desktop ul.beh-hmenu > li.ext.ext-r:hover > .ext-m{ left: -7px; right: 0; padding-right: 0; padding-left: 7px;}
.desktop ul.beh-hmenu > li.ext:hover > .ext-off{ left: -7px; right: -7px; padding-left: 7px; padding-right: 7px; /*height: 8px;*/}
.desktop ul.beh-hmenu > li.ext.ext-l:hover > .ext-m{ right: -7px; left: 0; padding-left: 0; padding-right: 7px;}
.desktop ul.beh-hmenu > li.ext.ext-l.ext-r:hover > .ext-m{ right: -7px; left: -7px; padding-left: 7px; padding-right: 7px;}
.desktop ul.beh-hmenu > li.ext:hover > .ext-m{ top: 42px;}
.desktop ul.beh-hmenu > li.ext:hover > .ext-off:before{ right: 7px; left: 7px; position: absolute; content: ' '; top: -9px; bottom: -9px; background-color: #4C535A; border: 2px Solid rgba(49, 51, 58, 0.9); box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);}
.desktop ul.beh-hmenu > li.ext:hover > .ext-m:before{ position: absolute; content: ' '; top: -9px; bottom: -9px; background-color: #4C535A; border: 2px Solid rgba(49, 51, 58, 0.9); box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);}
.desktop ul.beh-hmenu > li.ext.ext-r:hover > .ext-m:before{ right: -9px; left: 7px;}
.desktop ul.beh-hmenu > li.ext.ext-l:hover > .ext-m:before{ left: -9px; right: 7px;}
.desktop ul.beh-hmenu > li.ext.ext-l.ext-r:hover > .ext-m:before{ left: -9px; right: -9px;}









.beh-wordpress *,.beh-wordpress *:before,.beh-wordpress *:after{box-sizing:inherit;}
.loader{position:absolute;width:105px;left:calc(28% - 52px);top:calc(90% - 52px);animation:fadeIn 2s;}
.loader-ring{background-size:95px 95px;width:105px;height:105px;border-radius:50%;}
.rocket-wrapper{position:absolute;left:-18px;top:-74px;height:200px;}
.rocket{width:50px;height:auto;}
.trail-wrapper{position:absolute;top:78px;left:20px;width:12px;height:44px;transform:none;transform-origin:top center;z-index:-1;}
.trail{width:12px;height:auto;transform:translateZ(0);animation:jet 0.02s ease alternate infinite;transform-origin:top center;}
.clouds-wrapper{position:absolute;top:13px;left:10px;width:88px;height:85px;}
.clouds{position:absolute;top:50%;left:60%;transform:translate(-50%, -50%);width:92px;}
.cloud{animation:kaboom 0.4s ease alternate infinite;transform-origin:center center;opacity:0.9;}
.cloud:nth-child(odd){animation:kaboom 0.3s ease alternate infinite;}
.cloud:nth-child(1){animation-delay:0.1s;}
.cloud:nth-child(2){animation-delay:0.2s;}
.cloud:nth-child(3){animation-delay:0.3s;}
.cloud:nth-child(4){animation-delay:0.4s;}
.cloud:nth-child(5){animation-delay:0.5s;}
.cloud:nth-child(6){animation-delay:0.6s;}
.cloud:nth-child(7){animation-delay:0.7s;}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes kaboom{0%{transform:scale(1);}
100%{transform:scale(1.2);}
}
@keyframes jet{0%{transform:scale(0.9);}
100%{transform:scale(1.2);}
}
#domainsearch{background:url(../images/bigtop_bg.jpg) repeat-x top center;margin:0 auto;background-position:center top;position:relative;width:100%;border-bottom:2px solid #000;background-size:cover;display:flex;}
.domainsearch-inner{margin:0 auto;padding-top:15px;padding:25px;width:90%;}
.contentbox > div{color:#fff;display:flex;float:right;font-size:14px;padding:3px 0 0 5px;text-shadow:1px 1px 1px #333;width:100px;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea{background:#ffffff none repeat scroll 0 0;border:3px solid #e5e5e5;border-radius:7px;box-shadow:-5px 4px 5px -4px #4e4f4d inset;width:auto;padding:5px 10px;}
#toolbar::before{width:100%;content:" ";display:table;}
#toolbar::after{clear:both;display:block;content:" ";}
#toolbar{background:#454B51;background-position:center top;height:37px;position:absolute;overflow:hidden;left:0;width:100%;z-index:auto;}
.tool{margin:0 auto;background-position:center top;left:0;width:90%;z-index:auto;position:relative;}
.top1{float:right;height:30px;width:500px;}
.top1 > ul.menu > li:last-child{background:none;}
.top1 .beh-blockcontent a, .beh-blockcontent a:link{color:#FFFFFF;}
.top1 .beh-block{background:none;}
.top2{float:left;height:30px;padding-top:7px;color:#cbcbcb;text-shadow:1px 1px 1px #000;line-height:13px;font-size:14px;display:flex;}
.top2 > a{float:right;}
.top2 > ul.menu > li{float:right;padding:8px 10px;color:#fff;background:rgba(0, 0, 0, 0) url("../images/menuseparator.png") no-repeat scroll left center;}
.top2 > ul.menu > li > a{color:#fff;text-decoration:none;font-family:IRANSans-web;font-size:11px;}
.top2 .beh-blockcontent a, .beh-blockcontent a:link{color:#FFFFFF;}
.top2 .custom a{color:#cbcbcb;text-decoration:none;font-size:13px;}
/*#beh-header-bg{box-shadow:0 -2px 9px #000;}*/
#beh-hmenu-bg{display:none;}
.gkHighlighterInterface span.text{font-size:16px;font-family:IRANSans-web;font-weight:normal;}
.gkHighlighterItem span{font-family:IRANSans-web;font-weight:normal;margin-right:-15px;}
.gkHighlighterGK5{padding-top:10px;}
.showHere{color:#f4c91a;}
.beh-postcontent h1{border-bottom:1px solid #333;padding-bottom:15px;margin-bottom:20px;}
ul.pagenav li, ul.pagenav li::before{float:right;}
.breadcrumbs > span{background:#3F4549 none repeat scroll 0 0;border-radius:8px;color:#fff;margin:-3px;padding:0px 8px;text-shadow:0 1px 2px #646464;border:1px solid #f4c91a;}
.pathway{background:#3F4549 none repeat scroll 0 0;border-radius:8px;color:#fff;margin:-3px;padding:0px 8px;text-shadow:0 1px 2px #646464;border:1px solid #f4c91a;}
.breadcrumbs > span.showHere{color:#f4c91a;background:none;border-radius:0px;margin:0;padding:3px 8px;box-shadow:initial;border:0px;}
.beh-footer .menu{margin:5px;}
.beh-footer ul > li{text-align:right;padding:2px 13px;}
.beh-footer h3{text-align:right;color:#FFFFFF;margin:0 10px;font-weight:normal;background: rgba(0,0,0,0.4);padding: 5px;border-right: 2px solid #E0B50B;font-size:14px;margin-top: 20px;}
.beh-footer ul > li::before{content:''}
.beh-footer a, .beh-footer a:link{font-size:12px;}
.beh-content-layout1 .beh-sidebar1 .beh-block{margin-left:-10px;padding-left:10px;margin-bottom:15px;box-shadow:-13px 6px 7px -2px #000;margin-right:10px;border-radius:10px;}
.beh-content-layout1 .beh-sidebar1 .beh-blockheader{border-radius:0 10px 0 0;}
.beh-content-layout .beh-content{background:#eceff0;}
.host{width:100%;}
.host td{height:40px;text-align:center;font-family:IRANSans-web;border:1px solid #ccc;}
.social{margin:0 auto;}
.sptab-title{font-family:IRANSans-web;}
#sptab113 ul.tabs_container li.tab{float:right;}
.slide{margin:0 auto;direction:ltr;}
.slide td{text-align:center;vertical-align:middle;font-family:IRANSans-web;}
.search{margin:0 auto;position:relative;margin-right:10px;}
.contentbox{text-align:center;}
.contentbox > table{text-align:left;}
.contentbox > span{text-align:center;margin:0 auto;}
#sptab113 ul.tabs_container li.tab, #sptab113 ul.tabs_container li.tab span{text-shadow:1px 1px 0 #fff;}
.beh-sheet{}
.search input[type="text"]{width:200px;padding:4px;}
.responsive-phone .beh-object101651415{background-image:url("../images/logomobile.png");background-position:0 0;background-repeat:no-repeat;display:block;margin-right:25px;}
.responsive-phone #beh-hmenu-bg{display:none;}
.responsive-phone .top2{height:auto;}
.responsive #toolbar{height:inherit;}
.responsive .contentbox td{font-size:9px;}
.responsive-phone .search input[type="text"]{width:200px;}
.responsive .contentbox{font-size:11px;}
legend{display:none;}
.hasTooltip{margin:0 5px;}
video{border-radius:10px;box-shadow:1px 6px 6px #000;height:225px;width:400px;}
.dd{margin-top:40px;padding-right:10px;direction:ltr;color:#fff;}
dd{margin:auto;width:auto;}
.dd select{border:2px solid #fff;border-radius:5px;box-shadow:5px 4px 5px -4px #4e4f4d inset;}
.custombuilder{padding:5px 20px;color:#FFF;font-size:15px;font-family:"IRANSans-web",vazir,Tahoma;background:linear-gradient(to left, #232526 , #414345);border-top:2px solid #333;text-shadow:1px 1px 1px #000;font-size:19px;}
.custombuilder img{border:3px solid #fff;box-shadow:2px 5px 5px #000;margin:12px;border-radius:20px;}
.customsupport{padding:5px 20px;color:#FFF;font-size:16px;font-family:"IRANSans-web",vazir,Tahoma;background-color:#456713;text-shadow:1px 1px 1px #000;}
.beh-block.clearfixsupport{background:#333 none repeat scroll 0 0;}
.why{padding:5px 20px;color:#444444;font-size:100%;font-family:"IRANSans-web",vazir,IRANSans-web, Tahoma;background:#fff;text-align:center;}
.why td{max-width:560px;padding:0px 5px;vertical-align:top;}
.why h1,.why h2,.why h3,.why h4,.why h5,.why h6{color:#2c3a49;font-size:13px;line-height:265%;}
.custom > p{font-family:'IRANSans-web',vazir,IRANSans-web, Tahoma;font-size:14px;}
.sp-nh-title{font-family:'IRANSans-web', Tahoma;font-size:12px;padding-right:5px;}
.customprice{background-image:linear-gradient(90deg, #496c0e 0%, #7d9442 50%,#496c0e 100%);color:#fff;font-size:14px;text-align:center;}
.customprice td{font-family:'IRANSans-web',Tahoma;padding:5px;text-align:center;vertical-align:middle;color:#000;font-size:14px;}
.customprice table{border-collapse:collapse;}
.customprice hr{border:1px solid;border-radius:28px;box-shadow:none;color:#fff;}
.featuretable-separator{border-color:#fff transparent transparent;border-image:none;border-radius:50%/15px 10px 0 0;border-style:solid;border-width:4px;display:block;height:15px;margin-bottom:-10px;margin-left:auto;margin-right:auto;width:90%;}
.hseparator{background-image:radial-gradient(#ffffff 30%, rgba(0, 0, 0, 0) 60%);background-repeat:no-repeat;background-size:1px 75%;height:100%}
.dokme1{background:#FFCA0C;border-radius:5px;box-shadow:2px 3px 0 1px #C49809;padding:5px;}
.dokme{background-color:#333;border:medium none;border-radius:5px;box-shadow:0 6px #565656;color:#fff;cursor:pointer;display:inline-block;font-size:14px;outline:medium none;padding:5px;text-align:center;text-decoration:none;}
.wordpress{background:rgba(0, 0, 0, 0) url("../images/word.png") no-repeat center top;height:90px;}
.customprice > p{margin:0px;}
.beh-nostylepromo{box-shadow:0 0 3px 3px #000 inset;}
.beh-nostylepromo a{text-decoration:none;font-size:14px;}
.beh-nostylepromo .sp-nh-item{background:#333333 none repeat scroll 0 0;font-size:14px;}
.beh-nostylenamad{background:#FFCA0C;font-family:'IRANSans-web',vazir,tahoma;font-size:14px;}
.beh-sidebar1 .beh-blockcontent1{border-radius:0 0 10px;}
.beh-sidebar1 .beh-blockcontent ul > li{padding:5px;border-bottom:1px dashed #45680f;}
.createdby{display:block;float:right;margin-left:10px;margin-right:5px;}
.published{display:inline;margin-left:10px;}
.modified{display:inline-block;margin-left:10px;}
.tags.inline li{background:#ffffff;display:inline;margin:2px;padding:5px;border-radius:5px;border:1px solid #ccc;box-shadow:0 2px 1px #cccccc;font-size:12px;}
.tags.inline li .label.label-info{color:#333333;}
dt{display:none;}
dl{color:#333;display:flex;font-size:10px;border: 1px solid #ededed;box-shadow: 1px 1px 1px #ededed;}
.readmore{background-color:#fff;border:2px solid #FFCA0C;border-radius:5px;cursor:pointer;display:inline-block !important;outline:medium none;padding:0px 5px;text-align:center;text-decoration:none;}
.readmore a, .readmore a:link, .readmore a:hover, .readmore a:visited{color:#333333;font-family:Yekan,Tahoma;font-size:12px;text-decoration:none;}
.item.column-1{margin:0 auto;max-width:1728px;padding-bottom:25px;border:1px solid #ededed;border-radius:10px;box-shadow:1px 1px 1px #ededed;margin:10px 5px;max-width:1728px;padding:5px;min-height: 300px;}
.page-header > h2{color:#0066cc;padding:5px;padding-bottom:30px;}
.unseen.element-invisible{display:inline;float:right;margin:0px 10px;}
.content_rating > img{margin:5px;}
.form-inline{min-height:40px;display:table-cell;}
.content_vote > select{margin-top:4px;}
.btn.btn-mini{margin-top:6px;}
.customprice a, .customprice a:link, .customprice a:hover, .customprice a:visited{color:#fff;font-family:IRANSans-web;font-size:12px;text-decoration:none;text-shadow:1px 1px 1px #000;padding:10px 21px;}
.contentbox select{border:3px solid #e5e5e5;border-radius:5px;box-shadow:-5px 4px 5px -4px #4e4f4d inset;padding:2px;}
.cat-list-row0.clearfix a{color:#0066cc;}
.nav.nav-tabs.nav-stacked a{color:#0066cc;}
.item-page{margin:0 auto;max-width:1728px;width:98%;}
.breadcrumbs{margin:0 auto;width:90%;}
.item-page a ,.item.column-1 a{color:#0066cc;}
.item.column-1 .page-header a{/*color:#0066cc;*/color:#0066cc;font-size:18px;}
.item.column-1 .page-header a:before{padding:0px 10px;content:"{";}
.item.column-1 .page-header a:after{padding:0px 10px;content:"}";}
.beh-content-layout1{display:table;width:90%;margin:10px auto;}
.beh-content-layout1 .beh-sidebar1{margin:0 auto;width:225px;}
.beh-support{margin:0 auto;position:relative;color:#FFFFFF;line-height:200%;text-align:center;padding:0;font-size:16px;font-family:"IRANSans-web",vazir,Tahoma;background-color:#456713;text-shadow:1px 1px 1px #000;}
.beh-support-inner .custom > table{width:100%;}
.beh-support img{margin:12px;}
.beh-etemad{margin:0 auto;position:relative;color:#000;line-height:175%;text-align:center;padding:0;font-size:14px;font-family:"IRANSans-web",Tahoma;background-color:#fff;}
.beh-support h3,.beh-etemad h3{font-size:24pt;line-height:200%;}
.beh-etemad td{max-width:300px;padding:0 30px;vertical-align:middle;}
.contentbox h1{color:#fff;font-size:16px;font-weight:normal;}
.search-results{background:#fff;display:block;}
.result-text{border-bottom:1px dashed #ccc;color:#000;margin-bottom:21px;padding-bottom:5px;font-size:12px;}
.result-category{color:#333;display:none;}
.result-created{color:#333;}
.result-title{display:block;font-size:16px;color:#0066cc;}
.result-title > a{color:#0066cc;}
.btn-toolbar{text-align:center;}
.beh-top .beh-block{/*background:#F5F5F5;border-radius:10px;border:1px solid #E0E0E0;max-height:460px;*/overflow:hidden;margin:5px;background:inherit;}
/*.beh-top .beh-block ul > li{white-space: nowrap;}*/
.beh-top .beh-blockheader{/*background:#F4C91A;border-radius:10px 10px 0 0;*/ border-bottom:2px solid #FFCA0C; background:inherit;border-radius:0; }
.beh-top .beh-blockheader .t{color:#06c;font-size: 16px; }
.beh-top .beh-blockcontent a:hover{color:#000;padding-right:5px;transition:all 500ms ease 0s;}
.beh-top .beh-blockcontent a:link{line-height:250%;color:#7b7b7b;}
.beh-top .beh-blockcontent a:visited{color:#7b7b7b;padding-right:5px;transition:all 500ms ease 0s;}
.beh-top .t{color:#fff;font-weight:normal;text-shadow:none;}
.beh-top-inner{margin:0 auto;max-width:1728px;width:90%;}
.category-name a:link, .category-name a:visited{color:#333;}
.gkTabsItem{padding:0px;}
.gkTabsWrap.horizontal ol li.active,.gkTabsWrap.horizontal ol li.active:hover{background:#496c0e;color:#FFFFFF;text-shadow:none;font-family:IRANSans-web;box-shadow:none;}
.gkTabsWrap.horizontal ol li{color:#333333;text-shadow:none;font-family:IRANSans-web;font-weight:normal;}
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover{background-color:#333;box-shadow:-4px -2px 5px #000 inset;color:#FFFFFF;}
.gkTabsWrap.horizontal > ol, .gkTabsWrap.horizontal > .gkTabsContainer{background:#FFCA0C none repeat scroll 0 0;}
.gkTab.gkTabs-1 ,.gkTab.gkTabs-1:hover{background:#FFCA0C url("../images/cmspics/linux.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-2,.gkTab.gkTabs-2:hover{background:#FFCA0C url("../images/cmspics/linux2.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-3,.gkTab.gkTabs-3:hover{background:#FFCA0C url("../images/cmspics/unlimit.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-4,.gkTab.gkTabs-4:hover{background:#FFCA0C url("../images/cmspics/joomla.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-5,.gkTab.gkTabs-5:hover{background:#FFCA0C url("../images/cmspics/wordpress.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-6,.gkTab.gkTabs-6:hover{background:#FFCA0C url("../images/cmspics/drupal.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-7,.gkTab.gkTabs-7:hover{background:#FFCA0C url("../images/cmspics/warez.png") no-repeat scroll 5% center;}
.gkTab.gkTabs-8,.gkTab.gkTabs-8:hover{background:#FFCA0C url("../images/cmspics/magento.png") no-repeat scroll 5% center;}
.gkTabsWrap.horizontal{border-top:0px solid #FFCA0C;border-bottom:0px solid #FFCA0C;}
.sprite{background:url('../images/index.png') no-repeat top left;width:80px;height:80px;margin:0 auto;}
.sprite.supporty{background-position:0 0;height:90px;}
.sprite.backup{background-position:0 -100px;height:74px;}
.sprite.cpanel{background-position:0 -184px;height:61px;}
.sprite.datacenter{background-position:0 -255px;height:93px;}
.sprite.dns{background-position:0 -358px;}
.sprite.infinity{background-position:0 -448px;height:41px;}
.sprite.invoice{background-position:0 -499px;}
.sprite.lw{background-position:0 -589px;height:60px;}
.sprite.moshaver{background-position:0 -659px;}
.sprite.moneyback{background-position:0 -749px;height:79px;}
.sprite.nginx{background-position:0 -838px;margin:0 auto;}
.sprite.seo{background-position:0 -928px;}
.sprite.server{background-position:0 -1018px;height:73px;}
.sprite.sitebuilder{background-position:0 -1101px;}
.sprite.uptime{background-position:0 -1191px;height:69px;}
.sprite.tlds{background-position:0 -1270px;}
.sprite.version{background-position:0 -1360px;}
.sprite.whmcs{background-position:0 -1450px;height:58px;}
.sprite.xeon{background-position:0 -1518px;height:60px;}
.sprite.cmsy{background-position:0 -1588px;height:60px;}
.sprite.cms{background-position:0 -1658px;}
.sprite.domain{background-position:0 -1748px;height:64px;}
.sprite.hosttransfer{background-position:0 -1822px;}
.sprite.i_aff{background-position:0 -1912px;width:90px;height:90px;}
.sprite.i_dcenters{background-position:0 -2012px;width:90px;height:90px;}
.sprite.i_domain{background-position:0 -2112px;width:90px;height:90px;}
.sprite.i_serversmon{background-position:0 -2212px;width:90px;height:90px;}
.sprite.i_green{background-position:0 -2312px;width:90px;height:90px;}
.sprite.ssl{background-position:0 -2412px;height:68px;}
.sprite.transfer{background-position:0 -2490px;height:77px;}
.set2{background:url('../images/set2.png') no-repeat top left;width:40px;height:40px;}
.set2.behsazanhostlogo{background-position:0 0;width:180px;height:54px;float:left;margin-top:30px;margin-bottom:30px;}
.set2.facebook{background-position:0 -64px;}
.set2.insta{background-position:0 -114px;}
.set2.phone2{background-position:0 -164px;width:25px;height:25px;}
.set2.plus{background-position:0 -199px;}
.set2.twitter{background-position:0 -249px;}
.set2.user2{background-position:0 -299px;width:20px;height:20px;}
.set3{background:url('../images/set3.png') no-repeat top left;width:50px;height:102px;margin:0 auto;}
.set3.payamak{background-position:0 0;width:55px;height:49px;}
.set3.line{background-position:0 -49px;width:auto;height:6px;margin-bottom:25px;}
.set3.khabarname{background-position:0 -75px;height:58px;}
.set3.email{background-position:0 -143px;height:52px;}
.set3.thumb4{background-position:0 -205px;width:150px;border-radius:5px;margin:10px;box-shadow:2px 5px 5px #000;border:3px solid #fff;}
.set3.thumb3{background-position:0 -317px;width:150px;border-radius:5px;margin:10px;box-shadow:2px 5px 5px #000;border:3px solid #fff;}
.set3.thumb2{background-position:0 -429px;width:150px;border-radius:5px;margin:10px;box-shadow:2px 5px 5px #000;border:3px solid #fff;}
.set3.thumb{background-position:0 -541px;width:150px;border-radius:5px;margin:10px;box-shadow:2px 5px 5px #000;border:3px solid #fff;}
.set3.phone{background-position:0 -653px;height:49px;}
.set3.posht{background-position:0 -712px;height:49px;}
.set3.seowhite{background-position:0 -771px;width:331px;height:300px;margin-left:30px;float:right;}
.set3.special{background-position:0 -1081px;width:280px;height:260px;float:right;margin:90px 25px 0;}
.set3.ticket{background-position:0 -1351px;height:39px;}
.set3.vezarat{background-position:0 -1400px;width:150px;height:150px;}
.beh-builder{position:relative;color:#333;line-height:175%;display:flex;background:#F8F8F8;padding:25px 0;}
.beh-builder-inner .custom > table{width:100%;}
.beh-builder h3,.beh-txt h3  {text-align:center;padding-bottom:45px;color:#333;font-size:32px;font-weight:normal;text-shadow:1px 1px 1px #ccc;}
.beh-builder h6{padding:20px 0px;color:#333;font-size:22px;font-weight:normal;text-shadow:1px 1px 1px #ccc;}
.customseo{background:#456713 url("../images/seotexture.png") repeat fixed 0 0;font-family:'IRANSans-web',vazir,tahoma;font-size:20px;color:#ffffff;min-height:290px;padding:5px 20px;text-shadow:1px 1px 1px #333;border-top:1px solid #ccc;}
.beh-seo{border-top:1px solid #ccc;margin:0 auto;position:relative;color:#FFFFFF;line-height:175%;padding:45px 0;font-size:20px;font-family:"IRANSans-web",vazir,Tahoma;background:#456713 url("../images/seotexture.png") repeat fixed 0 0;text-shadow:1px 1px 1px #333;min-height:290px;display:flex;}
.beh-seo h3{text-align:center;padding-top:30px;}
.portfolio{margin:0 auto;text-align:center;/*display: inline-block;*/column-count: 3;}
.portfolio1{margin:0 auto;text-align:center;display: inline-block;}
.portfolio1 img{height:193px;padding:20px 0px 6px 0;width:339px;max-height:194px;}
.portfolio img{height: 165px;padding: 20px 0 6px 0;width: 277px;max-height: 194px;}
.portfolio img:hover{filter:grayscale(1);transform:none;transition:all 0.3s ease-in-out 0s;}
.imghvr-slide-up figcaption{z-index:100;}
.portfolio img{z-index:1;}
#wrap{width:100%;margin:0 auto;text-align:right;margin-top:8px;padding:5px;background:#fff;font-family:"IRANSans-web", Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;direction:rtl;}
#wrap .cont_details fieldset,.cont_order fieldset{margin:10px;padding:20px;border-radius:10px;}
#wrap legend{font-size:16px;font-family:"Tahoma", Georgia, Times, serif;color:#000;font-weight:bold;padding-bottom:10px;}
#wrap .cont_details input{margin-bottom:10px;color:#000;}
#wrap .input1:hover,.input1:active{}
#wrap label{display:block;font-size:12px;color:#000;font-weight:normal;}
#wrap label.inlinelabel{display:inline;}
#wrap .cont_order input{margin-bottom:5px;float:right;}
#wrap .cont_order p{padding-top:5px;}
#wrap input[type="radio"]{margin-top:8px;margin-bottom:8px;float:none;}
#wrap input[type="text"]:hover,
#wrap input[type="text"]:active{background-color:#FAF398;}
#wrap input#submit{margin:10px;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px;}
#wrap div#totalPrice{padding:10px;font-weight:bold;background:#678E23;margin-top:30px;color:#fff;text-align:center;line-height:200%;}
#wrap label.radiolabel{font-weight:normal;display:inline;}
#wrap td{vertical-align:top;}
#wrap table{width:100%;}
#wrap .asl{width:80%;float:right;}
#wrap .price{width:18%;float:left;background:#678E23;height:150px;border-radius:20px;border:4px solid #f4c91a;}
#wrap .column > p{display:inline-block;width:300px;}
#wrap h1{background:#678e23;border-bottom:1px solid #333;line-height:20px;padding:5px;width:90%;color:#fff;font-size:20px;}
/*blockquote{direction:ltr;text-align:left;background:#000 url("../images/postquote.png") no-repeat scroll left top;margin:10px 25px 0px;padding:10px 10px 10px 47px;}*/
.webdesign{border-top:1px solid #ccc;margin:0 auto;position:relative;color:#000;line-height:175%;padding:0;font-size:20px;font-family:"IRANSans-web",tahoma;background:#f7971e;background:linear-gradient(to right, #f7971e, #ffd200);}
.webdesign-inner{margin:0 auto;max-width:1728px;width:90%;padding:25px;}
.webdesign h3{font-family:"IRANSans-web" , Tahoma;text-align:center;color:#000;}
.joomlatemplate{float:left;padding:10px;}
.joomlatemplate img:hover{transform:none;}
.joomlatemplate img{box-shadow:1px 7px 5px #ccc;}
.demo{background:#fff;padding:10px;text-align:center;border:1px solid #ccc;float:left;color:#333;border-radius:5px;width:200px;}
.buy{background:#759937;padding:10px;text-align:center;border:1px solid #fff;float:right;color:#fff;border-radius:5px;width:200px;}
.buy a, .buy a:link, .buy a:visited{color:#fff;}
.joomlabottuns{max-width:450px;height:70px;padding:10px;}
.joomlatext{float:right;margin-left:20px;max-width:600px;}
.inf{margin:0 auto;padding:50px 0;overflow:hidden;clear:both;}
aa{float:right;border-bottom:1px solid #ccc;width:20%;clear:both;font-weight:bold;}
ab{float:right;border-bottom:1px solid #ccc;width:20%;color:#888;}
ac{float:left;border-bottom:1px solid #ccc;width:40%;}
.centers{margin:0 auto;text-align:center;}
.templatejoomla{float:right;margin:10px;width:auto;text-align:center;}
.templatejoomlainner{border-radius:5px;border:1px solid #f7f7f7;overflow:hidden;box-shadow:1px 1px 3px #ddd;}
.captions{background:#f7f7f7;}
.captions > a, .captions > link , .captions > a:visited{color:#2196f3;font-size:16px;}
.joomlalogos{background:url(../../../images/joomlatemplates/joomla.png) no-repeat center center;float:right;width:30px;height:30px;border-radius:5px;margin:15px;}
.templatejoomla img:hover{transform:inherit;}
.tooltipj{position:relative;}
.tooltipj .tooltipjtext{visibility:hidden;max-width:300px;background-color:#fff;color:#333;text-align:center;padding:5px;border-radius:6px;position:absolute;z-index:1;top:10px;right:10px;box-shadow:1px 1px 10px #ccc;animation:fadeOut;animation-delay:0s;animation-duration:1s;}
.tooltipj ff, .tooltipj ee, .tooltipj gg, .tooltipj hh{visibility:hidden;float:right;text-align:justify;width:100%;font-size:11px;}
.tooltipj ii{visibility:hidden;float:right;width:45%;}
.tooltipj jj{visibility:hidden;float:left;width:45%;}
.tooltipj gg{width:45%;float:right;background:#333;border-radius:5px;text-align:center;color:#fff;}
.tooltipj hh{width:45%;float:left;background:#73B800;border-radius:5px;text-align:center;color:#fff;}
.tooltipjtext > a, .tooltipjtext > link , .tooltipjtext > a:visited{color:#2196f3;font-size:16px;}
.tooltipj:hover .tooltipjtext,.tooltipj:hover ee, .tooltipj:hover ff, .tooltipj:hover gg, .tooltipj:hover hh, .tooltipj:hover ii, .tooltipj:hover jj{visibility:visible;animation:pulse;animation-delay:0s;animation-duration:1s;}
.templatejoomlainner > img{margin-bottom:-13px;}
.beh-postcontent p{display:block;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;}
.third{margin-bottom:50px;width:33%;display:inline-block;}
.tooltipjtext gg > a, .tooltipjtext gg > link , .tooltipjtext gg > a:visited{color:#fff;}
.sp-nh-text, .sp-nh-prev, .sp-nh-next{font-family:"IRANSans-web",Tahoma;}
.searchb{padding:6.5px;margin:0 auto;}
.special{display:block;float:right;margin-top:40px;}
.pasvands{display:flex;width:auto;}
.contentbox > .btnbottom{width:100%;}
.desktop .beh-hmenu > li > ul > li > a{color:#FFCA0C;}
.pricecolumn{background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.4);border-radius:10px;display:inline-block;margin-top:10px;padding:35px 10px;min-width:185px;}
.pricecolumn:hover{background:rgba(255, 255, 255, 0.18) none repeat scroll 0 0;border:1px solid rgba(255, 255, 255, 1);transition:all 500ms ease 0s;}
.pricehead{font-size:16px;height:35px;padding-top:20px;text-align:center;}
.pricec > div{padding:10px;text-align:center;}
.pricec > div:hover{animation-delay:0.3s;animation-duration:1s;animation-name:bounceIn;}
.pricebottom{padding:35px;}
.pricecolumnc{background:rgb(51, 51, 51);border:1px solid rgba(255, 255, 255, 0.4);border-radius:10px;display:inline-block;margin-top:10px;padding:35px 10px;min-width:185px;}
.pricecolumnc:hover{background:linear-gradient(0deg, #333 0%, #222 100%);border:1px solid rgba(255, 255, 255, 1);transition:all 500ms ease 0s;}
.colhalfr{display:inline-block;width:50%;animation-name:slideInRight;animation-duration:1s;}
.colhalfl{float:right;animation-name:slideInLeft;animation-duration:2s;margin-left:30px;}
.colcenter{text-align:center;padding:20px 0 0;}
.colcenter > div{display:inline-block;text-align:center;}
.col3{display:inline-block;max-width:30%;padding:15px;text-align:center;font-size:14px;display:inline-table;}
.col3 h7{color:#5e8d03;font-size:16px;}
.col3 h6,.col3 h5,.col3 h4{color:#2c3a49;font-size:14px;line-height:120%;}
.whyus h6{font-size:30px;text-align:center;}
.colkomak{display:inline-table;padding:20px 10px;font-size:14px;}
.copy{text-align:center;}
.center{display:inline-block;}
.btnbottom{width:100%;margin:30px 0 0;}
.searchb > input{background:none;color:#fff;text-shadow:1px 1px 0 #000;}
.topmenu > div{display:inline-block;vertical-align:middle;}
.sepraters{background:rgba(0, 0, 0, 0) url("../images/menuseparator.png") no-repeat scroll center center;content:" ";display:block;height:25px;top:0;width:12px;}
.tabs{position:relative;margin:40px auto;width:90%;}
.tabs input{position:absolute;z-index:1000;width:120px;height:40px;top:0px;opacity:0;filter:opacity(0);cursor:pointer;}
.tabs input#tab-2{}
.tabs input#tab-3{}
.tabs input#tab-4{}
.tabs label{background:#759937;font-size:12px;line-height:40px;height:40px;position:relative;padding:0 20px;float:right;display:block;width:auto;color:#fff;top:0px;text-transform:uppercase;font-weight:normal;text-align:center;border-radius:10px 10px 0 0;box-shadow:2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);margin-left:10px;}
.tabs label:after{content:'';background:#fff;position:absolute;bottom:-8px;left:0;width:100%;display:block;}
.tabs input:hover + label{background:#759937;top:-8px;transition:top linear 0.2s;}
.tabs input:hover + label:after{background:#759937;}
.tabs input:hover + label ~ .clear-shadow{top:-8px;transition:top linear 0.2s;}
.tabs input:checked:hover + label{top:0;}
.tabs input:checked:hover + label:after{background:#fff;}
.tabs input:checked:hover + label ~ .clear-shadow{top:0;background:#fff;transition:none;}
.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{z-index:6;}
.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow{z-index:5;}
.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow{z-index:4;}
.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow{z-index:3;}
.tabs input.tab-selector-5:hover + label.tab-label-5 ~ .clear-shadow{z-index:2;}
.tabs input.tab-selector-6:hover + label.tab-label-6 ~ .clear-shadow{z-index:1;}
.tabs input.tab-selector-7:hover + label.tab-label-7 ~ .clear-shadow{z-index:0;}
.tabs label:first-of-type{z-index:7;box-shadow:2px 0 2px rgba(0,0,0,0.1);}
.tab-label-2{z-index:6;}
.tab-label-3{z-index:5;}
.tab-label-4{z-index:4;}
.tab-label-5{z-index:3;}
.tab-label-6{z-index:2;}
.tab-label-7{z-index:1;}
.tabs input:checked + label{background:#FFCA0C;color:#000;z-index:6;transition:top linear 0.2s;}
.clear-shadow{background:#759937;position:relative;top:0;height:10px;margin-bottom:-10px;clear:both;z-index:-2;border-radius:3px;}
.content{background:#FFCA0C;position:relative;width:100%;min-height:200px;z-index:5;overflow:hidden;box-shadow:0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);border-radius:0 0px 10px 10px;}
.content div{position:absolute;top:0;left:0;bottom:100%;padding:10px 40px;overflow:hidden;z-index:1;opacity:0;transition:all linear 0.1s;}
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7{bottom:0px;z-index:100;filter:opacity(1);opacity:1;transition:all ease-out 0.2s 0.2s;position:relative;}
.content div h2,
.content div h3{color:#000;font-size:17px;padding-top:10px;font-weight:normal;}
.content div p{font-size:14px;line-height:200%;text-align:right;margin:10px 0;color:#333;padding-right:15px;border-right:8px solid rgba(117, 153, 55, 0.1);}
.tpricetotal{background:#31353C;border-top:5px solid #759937;color:#fff;text-align:center;margin-top:30px;/*display:flex;*/}
.tpricetotal7{background:#31353C;border-top:5px solid #759937;color:#fff;text-align:center;margin-top:30px;display:flex;}
.tpricehost{padding:10px;width:100%;}
.tpricehosthead{padding:10px;width:100%;min-width:220px !important;}
.tpricehost > div,.tpricehosthead >div{background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;margin:7px 0px;padding:5px;border-right:1px solid #96bb4d;text-shadow:1px 1px 1px #000;max-height:36px;}
.tpricehost > div:hover, .tpricehosthead div:hover{box-shadow:1px 1px 1px #000;transition:all ease-in 0.1s 0.1s;animation-duration:1s;animation-name:pulse;}
.tpricehost > .green,.tpricehosthead > .green{background:#96BB4D;color:#fff;border:0;text-shadow:none;font-size:14px;}
.tpricehost > .green:hover,.tpricehosthead > .green:hover{border:0;}
.tpricehost > .orange,.tpricehosthead > .orange{background:#F4C91A;color:#000;text-shadow:none;border:0;font-size:16px;}
.tpricehost > .orange:hover,.tpricehosthead > .orange:hover{border:0;}
.order{margin-bottom:17px;}
.tpricehost img:hover{transform:inherit;}
.tpricehost > .nocolor,.tpricehosthead > .nocolor{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;border:0;}
.tpricehost > .nocolor:hover,.tpricehosthead > .nocolor:hover{box-shadow:none;border:0;}
.tpriceweb{display:inline-block;padding:10px;width:17%;font-size:12px;}
.tpriceweb > div{background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;margin:7px 0px;padding:5px;border-right:1px solid #96bb4d;text-shadow:1px 1px 1px #000;max-height:36px;}
.tpriceweb > div:hover{box-shadow:1px 1px 1px #000;transition:all ease-in 0.1s 0.1s;animation-duration:1s;animation-name:pulse;}
.tpriceweb > .green{background:#96BB4D;color:#fff;border:0;text-shadow:none;font-size:14px;}
.tpriceweb > .green:hover{border:0;}
.tpriceweb > .orange{background:#F4C91A;color:#000;text-shadow:none;border:0;font-size:16px;}
.tpriceweb > .orange:hover{border:0;}
.order{margin-bottom:17px;}
.tpriceweb img:hover{transform:inherit;}
.tpriceweb > .nocolor{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;border:0;}
.tpriceweb > .nocolor:hover{box-shadow:none;border:0;}
.tpriceweb a, .tpriceweb a:visited{color:#fff;text-decoration:none;}
.picons img{float:right;height:24px;padding-right:10px;padding-top:5px;}
.grey{padding-bottom:30px;}
.greyhead{background:#31353C;border:1px solid #96bb4d;color:#fff;display:table-cell;margin:5px;padding:5px 15px;width:30%;text-align:justify;}
.greygreen{background:#96bb4d none repeat scroll 0 0;text-align:center;font-size:16px;}
.imgcenter{padding:10px 0 0;text-align:center;}
.beh-mokhtalef{margin:0 auto;position:relative;line-height:200%;text-align:center;padding:25PX 0;font-size:16px;font-family:"IRANSans-web",Tahoma;display:flex;}
.beh-mokhtalef-inner{margin:0 auto;width:100%;}
.beh-mokhtalef h3{padding:5px 0;margin-bottom:10px;color:#333;text-align:right;padding-right:0px;padding-top:25px;}
.beh-mokhtalef h3:before{padding:0px 100px;background:#9DC741;content:"";margin-left:10px;}
.fivepart{width:19%;display:inline-block;}
.customblack{background:#000;color:#fff;}
.customnavad-sefid{width:100%;margin:0 auto;display:flex;}
.quartergreen, .quarterblue, .quarterred, .quarterorange{width:25%;display:table-cell;color:#fff;padding:20px;}
.quartergreen{background:#60923B;}
.quarterblue{background:#3FC0E7;}
.quarterred{background:#E7633F;}
.quarterorange{background:#F9BE4A;}
.quartertitle{font-size:24px;padding-top:10px;padding-bottom:10px;}
.quartertext{font-size:14px;text-align:justify;}
.beh-nostyletehran{background:url("/images/webdesign/background-texture.png") repeat center top;text-align:center;color:#fff;width:100%;margin:0 auto;display:block;height:450px;margin-top:-25px;}
.beh-nostyletehran h3{font-size:24px;padding:25px 0;text-align:center;color:#fff;border:0;padding:0;margin:0;}
.beh-nostyletehran p{padding:25px 0;font-size:32px;}
.greenbox{background:#9dc741;width:auto;display:block;position:absolute;top:40px;right:45%;padding:10px 20px;font-size:32px;}
.orangebox{background:#FFCA0C;width:auto;display:block;position:absolute;top:100px;right:45%;padding:5px 20px;color:#333;}
.greenbox2{background:#9dc741;width:auto;display:block;position:absolute;top:150px;right:45%;padding:5px 20px;}
.orangebox2{background:#FFCA0C;width:auto;display:block;position:absolute;top:200px;right:45%;padding:5px 20px;color:#333;}
.lamp{position:absolute;right:0px;top:20px;}
.lamp img{width:100%;height:auto;}
.beh-nostylemarahel{background:#eee;padding-bottom:20px;display:inline-block;}
.marah{margin:0 auto;padding:20px;width:95%;padding:20px;}
.marahblocks{width:45%;padding:20px;float:right;}
.borders{border:2px dashed #ddd;padding:10px;margin:25px 0;border-radius:10px;color:#666;font-size:14px;text-align:right;}
.beh-nostyleltr{direction:ltr;}
.beh-nostylesefid{}
[class*=" imghvr-"], [class^="imghvr-"]{margin:10px;}
#lz_overlay_chat .lz_overlay_chat_message_avatar div{box-shadow:none;}
.wordpress1{background:url(../images/slideshow/wordpress1.jpg) no-repeat top center;background-size:contain;position:relative;height:100%;}
.wordpress2{background:url(../images/slideshow/wordpress2.jpg) no-repeat top center;background-size:contain;position:relative;height:100%;}
.joomla1{background:url(../images/slideshow/j2.jpg) no-repeat top center;background-size:contain;position:relative;height:100%;}
.joomla2{background:url(../images/slideshow/j1.jpg) no-repeat top center;background-size:contain;position:relative;height:100%;}
.slideshow-containerw{position:relative;height:375px;overflow:hidden;}
.slideshow-containerw > .mySlides{height:100%;}
.pull-left.item-image img{max-width:100%;}
.pull-left.item-image{text-align:center;}
.item-page img{max-width:100% !important;height:auto;}
.beh-postcontent ul > li, .beh-post ul > li, .beh-textblock ul > li{overflow-y:inherit;}
.jssocials-share:last-child{margin-right:10px !important;}
.jssocials-share{border:1px solid #efefef;padding:0 5px;border-radius:5px;}
.jssocials-shares{text-align:center;}
.logo{width:19%;}
.blog .language-markup{background:#333;color:#fff;text-align:left;direction:ltr;margin:20px 0;border-top:5px solid #ccc;}
.blog .richsnippetsvote , .blog .content_rating , .blog .jssocials-shares{display:none;}
.pathway{font-size:10px !important;}
.blog .pull-left.item-image{float:right;/*max-width:300px;*/ max-width:100%;padding:10px;}
pre{background:#ededed;direction:ltr;text-align:left;border-top:5px solid #333;display:flex;max-width:100%;}
.beh-wordpress{font-size:12px;line-height:300%;position:relative;color:#fff;padding:15px 0;display:flex;background:#386F8C url(../images/wordpressbg5.jpg) no-repeat bottom left;overflow:hidden;background-size:contain;min-height:600px;}
.beh-wordpress-inner{margin:0 auto;width:95%;padding:25px;padding-right:25px;padding-left:25px;padding-right:25px;padding-left:25px;}
.beh-wordpress li{font-size:12px;line-height:300%;list-style:disc;}
.beh-wordpress h2,.beh-wordpress h3,.beh-wordpress h4{font-weight:normal;}
.beh-wordpress h2{font-size:30px;margin-top:20px;margin-bottom:20px;color:#fff;}
.beh-wordpress h3{font-size:13px;}
.beh-wordpress h4{font-size:16px;margin-top:10px;margin-bottom:30px;}
.shadowtext{border:1px dashed #fff;padding:10px;}
.shadowtext:hover{animation:pulse;animation-delay:0s;animation-duration:1s;}
.beh-wordpress .a_wordpress{padding:10px;}
.beh-wordpress .a_wordpress::before{padding-right:9px;left:-45px;}
.beh-wordpress a,.beh-wordpress a:hover,.beh-wordpress a:visited{color:#fff;text-decoration:none;}
.column4{column-count:4;column-gap:20px;}
.columnwhite{padding:10px;margin:20px;text-align:justify;direction:rtl;box-shadow:1px 2px 9px #ccc;border-radius:10px;}
.columnhead{text-align:center;}
code{width:800px;display:flex;}
.hostings{column-count:5;column-gap:20px;text-align:center;}
.hostingtable{border:2px solid #e5e5e5;border-radius:10px;overflow:hidden;box-shadow:-5px 5px 4px #e7e7e7;transition:all 500ms ease 0s;}
.hostingtable:hover{transition:all 500ms ease 0s;box-shadow:none;transform:scale(0.99);}
.hedaer{background:#73B800;color:#fff;}
.textbody{border-bottom:2px solid #e5e5e5;}
.beh-postcontent .hedaer h1{padding:20px;margin:0;border:0;color:#fff;font-size:14px;}
.moreinfo{border:2px solid #FFCA0C;padding:5px 10px;width:70%;border-radius:25px;margin:35px auto;font-size:12px;}
.beh-postcontent .moreinfo a,.beh-postcontent .moreinfo link,.beh-postcontent .moreinfo:hover,.beh-postcontent .moreinfo:visited{color:#333;}
.textbody img{max-height:50px;width:auto;margin-top:16px;}
.textbody img:hover{animation-name:rubberBand;transform-origin:center bottom;animation-duration:2s;animation-iteration-count:300;}
.sepratorline{border-top:2px solid #e5e5e5;text-align:right;padding:20px 0;}
.beh-postcontent .sepratorline ul{margin:0 5px 0 0;}
.beh-postcontent .sepratorline ul > li{background:url('../images/tick.png') no-repeat right center;padding-right:20px;}
.column3{column-count:3;column-gap:30px;margin-top:40px;}
.whitecolumn{min-height:500px;background-color:#fff;border-radius:10px;overflow:hidden;padding-bottom:40px;box-shadow:-5px 5px 4px #e7e7e7;transition:all 500ms ease 0s;border:2px solid #e5e5e5;}
.whitecolumn:hover{transition:all 500ms ease 0s;box-shadow:none;transform:scale(0.99);}
.textpadding{padding:10px;text-align:center;}
.whitecolumn img{width:100%;}
.number{border:2px solid #FFCA0C;font-size:22px;text-align:center;width:30px;margin:10px auto;border-radius:5px;padding:10px;height:30px;line-height:150%;}
.number:hover{animation-delay:0.5s;animation-duration:3s;animation-name:rubberBand;}
.texthead{color:#5e8d03;font-size:16px;text-align:center;}
#jc .rbox{padding-bottom:20px;}
.quarter{width:20%;padding:20px;vertical-align:top;transition:all 500ms ease 0s;animation-delay:0.5s;animation-duration:3s;animation-name:rubberBand;}
.quarter img:hover{filter:grayscale(1);transition:all 500ms ease 0s;}
#comments-form input{padding:5px 15px !important;}
#comments .comment-author, #comments .author-homepage, #comments .author-email, #comments-form, #comments-form p, #comments-report-form, #comments-report-form p, #comments-form span, #comments-form .counter{font-family:'IRANSans-web', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;}
#comments a:active, #comments a:focus, #comments a:hover{background-color:#fff !important;color:#333 !important;transition:all 500ms ease 0s;}
#comments-form .btn a, #comments-report-form .btn a, #comments .comments-buttons a:link,#comments .comments-buttons a:visited,#comments .comments-buttons a:hover{background:#fff;padding:5px 7px;border-radius:5px;font-size:9px;color:#333;transition:all 500ms ease 0s;border:1px solid #FFCA0C;font-weight:normal;}
#comments .comments-buttons{float:right;margin-top:24px;}
#jc .rbox div{margin-top:20px;line-height: 250%;}
#addcomments, #comments-list-footer ,.comment-anchor{display:none !important;}
#comments-form .btn div, #comments-report-form .btn div, #comments-form .btn, #comments-report-form .btn{background:none;padding:5px !important;}
.refresh{border:0 !important;}
#comments .comment-date, #comments .comment-avatar{display:none;}
#comments-form .grippie,#comments-form textarea{width:80%;padding:5px 15px !important;}
.beh-blockheader{background:#F4C91A;padding:10px;}
.beh-blockheader .t{color:#333;font-size:12px;text-shadow:none;}
.beh-layout-cell.beh-sidebar1 .beh-block{background:#F5F5F5;}
.beh-layout-cell.beh-sidebar1 .beh-blockcontent a:link,.beh-layout-cell.beh-sidebar1 .beh-blockcontent a:visited{color:#7b7b7b;font-size:12px;}
.beh-content-layout1 .beh-sidebar1 .beh-block{box-shadow:none;}
.beh-sidebar1 .beh-blockcontent ul > li{border-bottom:1px dashed #ccc;}
.cat-list-row1 {background: #ccc;padding: 5px 10px !important;}
.cat-list-row0 {background: #eee;padding: 5px 10px !important;}
.thumbnails {width: 48%;display: inline-block;vertical-align: top;}
#filter-search {padding: 10px;width: auto; min-width: 200px;}
.blog p {text-align: justify;}
.beh-postcontent h3 a,.beh-postcontent h3 a:visited {color: #0066cc;}
.cat-children div {border: 1px solid #eaeaea; margin: 10px; border-radius: 5px;padding: 10px;}
.category-desc {border: 0px !important;}
.readmore .item-page a{color:#333;}
.item.column-1 a{color:#06c;}
.beh-domain{margin:30px auto;position:relative;color:#000;line-height:175%;text-align:center;padding:0;font-size:14px;display:flex;}
.beh-domain2{margin:30px auto;position:relative;color:#000;line-height:175%;text-align:center;padding:0;font-size:14px;background:linear-gradient(to bottom, #fefefe 0%,#fdfdfd 27%,#fdfdfd 27%,#fcfdfd 51%,#f9fafc 73%,#f9fafc 73%,#f1f5f7 100%);}
.beh-domain-inner{margin: 0 auto; width: 87%; padding: 25px; padding-right: 25px; padding-left: 25px;transition: all 500ms ease 0s;border: 1px solid #e5e5e5;border-radius: 10px;}
.beh-domain h3{font-size: 18px;margin: 10px;text-align: center;clear: both;display: block;position: relative;width: 100%;z-index: 1;border-bottom: 0;color: #333;font-weight: normal;margin-bottom:50px;}
.beh-domain h3 span{background: #fff;border: 1px solid #96BB4D;border-radius: 2px;display: inline-block;padding: 5px 10px;position: relative;color:#06c;padding: 10px;}
.beh-domain h3::after{border-bottom: 1px solid #96BB4D;content: "";height: 0;left: 0;position: absolute;top: 50%;width: 100%;z-index: -1;}
.domain {column-count: 4;column-gap: 10px;}
.domaincol div {border: 1px solid #eceff4;padding: 10px;margin: 5px;}
.beh-domain li {/*text-align: right;direction: rtl; list-style: disclosure-closed;*/ padding: 5px;}
.beh-domain ul {list-style-image: url('../images/tickdomain.png'); text-align:right;padding-right: 30px;column-count: 2;}
.item-pagenoinfo .article-info.muted ,.item-pagenoinfo .pager.pagenav,.item-pagenoinfo .richsnippetsvote, .item-pagenoinfo .content_rating,.item-pagenoinfo .tags.inline{display: none;}
.botumn {border: 2px solid #FFCA0C;font-size: 22px;text-align: center;width: auto;margin:5px auto;border-radius: 5px;padding:5px 10px; line-height: 150%;max-width:100px;}
.botumn a,.botumn a:visited {font-size:14px; text-decoration:none;color:#333;}
h5 {font-size: 22px;font-weight: normal;    padding-bottom: 25px;padding-top: 25px;}
/*whmcsprice*/
.tld-filters {
    margin: 0 0 25px 0;
}

element {

}
.tld-filters a {

    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 6px;
    font-size: 90%;
    font-weight: 400;
    border-radius: 2px;

}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
    text-align: center;
}
.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
    
background-color: #fff;
/*margin: 5px;*/
color: #0066cc;
}
.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eceff4;
}
.col-xs-4 {
    width: 33%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}
.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: lighter;
    text-align: center;
    color: #ff7f00;
    direction: ltr;
}
.col-xs-4.text-center {line-height: 28px;margin-top: 6px;margin-bottom: 6px;font-weight: lighter;text-align: center;}  
.col-sm-4.no-bg{margin-left: 15px;}
.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    margin-right:5px;
    border: 1px solid #eceff4;
/*margin: 5px;*/
color: #06c;
font-size: 14px;
font-weight: normal;
}
.col-sm-4 {
/*    width: 33.33333333%;*/
width: 30%;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: right;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
/*    padding-right: 15px;
    padding-left: 15px;*/
}
.col-sm-8 {
    width: 65%;
}
.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    
    background-color: #fff;
    width:30%;
}
.domain-pricing .col-xs-4 {
    direction: rtl;

}

.tld-sale-group-hot {
    background-color: #f9615a;
}
.tld-sale-group {
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}
.tld-sale-group-sale {
    background-color: #f7d458;
}
.domain-pricing {

    display: grid;

}
input {background: #fff;color: #333;border: 2px solid #FFCA0C;padding: 5px 10px;border-radius: 3px;}
input[type="submit"]{cursor: pointer;}
.centerplace {text-align: center;}
hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin:30px auto;
}
.centerplace input[type="submit"] {
border: 3px solid #e5e5e5;
background: #FFCA0C;
border-radius: 0px 5px 5px 0px;
padding: 15px;
}
.centerplace input[type="text"] {
    border-radius: 5px 0px 0 5px;
    border-right: 0px;
    padding:15px;
    width:40%;
}
.domainbox {
position: relative;
display: inline-block;
margin: 30px 17px;
border-radius: 5px;
border: 3px solid #96BB4D;
}
.sale {
    position: absolute;
    right: 0;
    top: 0;
}
.tld, .price {
    line-height: 42px;
    border-bottom: 1px solid #96BB4D;
    padding: 10px;
    text-align: center;
}
.tld {
    font-size: 32px;
    color: #0066cc;
    direction:ltr;
}
s {
    font-size: 12px;padding: 0 10px;
}
.price {border:0px;}
.downloadlink {background: #092950;padding: 10px 15px;border-radius: 5px;color: #fff !important;margin:5px;}
.demolink {background: #fdd349;padding: 10px 15px;border-radius: 5px;color: #333 !important;margin:5px;}
.customfull img {width: 100%;}
.linksbox {display: inline-flex;padding: 10px;}
.wow.flipInX1{display: inline-flex;}
.picons {font-size: 11px;}
/* Livezilla */
#lz_chat_text, #lz_overlay_preview .lz_overlay_chat_message_text, #lz_chat_text,#lz_overlay_preview, #lz_overlay_preview *, #lz_overlay_wm, #lz_overlay_wm svg, #lz_overlay_chat, #lz_overlay_chat *{font-family: "IRANSans-web",Tahoma !important;font-size: 12px !important;direction: rtl !important;text-align: right !important;}
#lz_overlay_chat .lz_chat_header h2, #lz_chat_operator_groupname, #lz_chat_apa {text-align: center !important;}
/*.lz_overlay_chat_message_element.lz_overlay_chat_message_avatar.lz_overlay_chat_message_avatar_external.lz_overlay_br_two div {background: url('../images/user.png') no-repeat center !important;}*/




.stickymiddle{position:fixed; transition:All 0.5s ease;top: 50%;left: 0px;z-index:500;left:-350px;}
.stickymiddle:hover{left:0px;}
.copon {
    width: 150px;
    height: 150px;
    transform: translatey(0px);
    animation: tada 2s ease-in-out infinite;
    position: absolute;
    left: 90%;
    bottom: 9%;
}

.promo {left: -255px; position: relative; display: flex; transition:All 0.5s ease; width: 310px; font-size: 14px;}
.promo:hover {left: 0; transition:All 0.5s ease;}
.com { float: right; background: #fff; border-radius: 0px 5px 5px 0;padding: 10px;background: #333;border-left:2px solid #fff;padding-top: 30px;}
.com span {animation-name: flipInY; animation-duration: 6s; animation-iteration-count: infinite; animation-delay: 2s;}
.tozihcom {padding-top: 15px; background: #F2C71A; padding: 10px;}
.tozihcom a,.tozihcom a:hover,.tozihcom a visted {color: #333;text-decoration: none;}
.stickytop{position:relative; display: flex;text-align: center;width: 100%;background: #333;color: #FEBF0F !important;padding:20px 0;}
.stickytop2{position:relative; display: flex;text-align: center;width: 100%;background: #333;color: #FEBF0F !important;}
.stickytopinner2{margin: 0 auto; width: 100%;z-index: 10000;}
.stickytop2 img{width:100%;}
.scd-digit{background: #FEBF0F;border: 2px solid #FEBF0F !important;margin:2px;border-radius: 2px;}
.scd-title-row, .scd-counter-row{color:#fff;line-height: 200%;}
.stickytopinner{margin: 0 auto; width: 90%; padding-right: 25px; padding-left: 25px;z-index: 10000;}
.scd-counter-row{float:left;}



@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}


.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(../images/stars.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(../images/twinkling.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}
.thumbnail.item-image {width:100%; max-height:150px;overflow: hidden;}
.thumbnail.item-image img {max-width: 100%;}
.beh-blockcontent > .latestnewshome li {width: 31%; display: inline-block;}
.fourcolumn{column-count:4; column-gap:10px; text-align:center;display: inline;}


.customnorouz{display:flex;}
.beh-nostylenorouz img{max-width:100% !important;height:100%;}

.twocolumn {
    column-count: 3;
    text-align: right;
    margin: 0 auto;
    width: 90%;
    font-size: 14px !important;
}
a.sp-nh-link{color:#fff !important;}

.beh-txt{position:relative;color:#333;line-height:175%;display:flex;background:#ffffff;padding:35px 25px;margin: 0 auto;width:90%;}
.beh-txt p {margin: 15px 0;}
.txtblock12{float:right; width: 100%; padding:10px;}
.txtblock70{float:right; width: 65%; padding:10px;}
.txtblock60{float:right; width: 60%; padding:10px;}
.txtblock50{float:right; width: 50%; padding:10px;}
.txtblock40{float:right; width: 40%; padding:10px;}
.txtblock30{float:right; width: 30%; padding:10px;}