/*
Theme Name: Scriptha
Author: Xaniar Moradpour
Theme URI: http://www.scriptha.ir
Description: Scriptha.ir Wordpress theme
Version: 1.1
License: Strict License All rights Reserved.
Text Domain: scriptha
Tags: Responsive,Light,Flat,modern,flat,css3,html5,scriptha
*/
/* Fonts */
@import url("css/fonts.css");
/* Eric Meyer's Reset CSS v2.0 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-decoration:none;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
  q:before, q:after {
  content: '';
  content: none;
}
a {
    background: transparent;
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family:"Tahoma","yekan","Verdana","Arial";
  font-size:11px;
  background : #e4e4e4;
  color:#333;
  line-height:1.7em;    overflow-x:hidden;
}
.container {
  margin-right:auto;
  margin-left:auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
  clear:both;
}

.container:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.col {
  float:right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.inner-el {
  width:1000px;
}
code {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin:2px;
  padding: 2px 4px;
  white-space: nowrap;
  direction:ltr;
  text-align:left;
}
pre {
  margin:8px;
}
p {
  line-height: 1.7em;
}
a{
  color:#4e4e4e;
  -webkit-transition: all 270ms ease-in-out;
	 -moz-transition: all 270ms ease-in-out;
	  -ms-transition: all 270ms ease-in-out;
	   -o-transition: all 270ms ease-in-out;
		  transition: all 270ms ease-in-out;
}
div,article,header,nav {
  -webkit-transition: all 200ms linear;
	 -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	   -o-transition: all 200ms linear;
		  transition: all 200ms linear;
}
.header{
  padding:20px -20px 0px 20px;
}

.site-title {
	float:right;
	width:35px;
	height:35px;
	padding:85px 20px;
	margin:-40px 10px 0px 0px;
	background:url('images/logo.png')  no-repeat right;
}
}
#iconlogo {
 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index:10;
}

#iconlogo:hover {
    cursor: pointer;
    opacity: 0.5;
}
.logo {
  float:right;
  color:#e6e6e6;
  font:14px dinarb,tahoma;
  margin:auto;
  margin:-35px -80px 0px 0px;
}
.logo-title{
  cursor:pointer;
}
.logo h1{
  display:inline;
}
.logo a{
  color:#E05A51;
}
.i43{
  font-size:40px;
  letter-spacing:2px;
}
.logo h2{
  width:258px;
  height:20px;
  font:14px tahoma;
  letter-spacing:2px;
  margin:-5px 45px 0 0;
  color:#E5E5DA;
  border-radius:5px;
  background:#E05A51;
  border-bottom:#c22f2f 2px solid;
}
.logo h3{
  width:50px;
  height:20px;
  font:10px/20px tahoma;
  margin:65px 220px 0 0;
  color:#fff;
  text-align:center;
  border-radius:5px;
  background:#E05A51;
}
.header-ads,
.header-ads img{
  width:468px;
  height:60px;
}
.main{
  width:1200px;
  padding:10px 0;
  margin-top:10px;
}
.sidebar{
  width:270px;
}
.right-sidebar{
  margin-left:20px;
}
.sidebar-block{
  width:100%;
  background:#fff;
  border:1px solid #D8D8D8;
  padding:8px 3px;
  margin-bottom:13px;
}
.sidebar-block2{
  width:100%;
  background:#DFDFDF;
  border:1px solid #D8D8D8;
  padding:8px 3px;
  margin-bottom:13px;
}
.sidebar-block h3.title{
  font:15px/49px dinar;
  color:#636363;
  height:40px;
  width:100%;
  border-bottom:1px solid #D8D8D8;
  position:relative;
  padding:0 10px 0 0;
    top:-10px;
}
.sidebar-block h3.title .icon{
  width:50px;
  height:45px;
  position:absolute;
  left:3px;
  top:5px;
}
.ads-sidebar h3.title .icon {
  background:url(images/ads-title.png) no-repeat;
}
.categories-sidebar h3.title .icon {
  background:url(images/category-title.png) no-repeat;
}
.socials-sidebar h3.title .icon {
  background:url(images/socials-title.png) no-repeat;
}
.products-sidebar h3.title .icon {
  background:url(images/shop.png) no-repeat;
}
.videos-sidebar h3.title .icon {
  background:url(images/premiums-title.png) no-repeat !important;
}
.mail-sidebar h3.title .icon {
  background:url(images/mail-title.png) no-repeat;
}
.apps-sidebar h3.title .icon {
  background:url(images/software.png) no-repeat;
}
.categories > ul > li {
  background:#f3f3f3;
  border-top:1px solid #fff;
  font:13px/40px dinar;
}
.categories .caticon {
  display:inline-block;
  background:url(images/cat-li.png) no-repeat 6px 6px;
  width:20px;
  height:16px;
  margin-left:4px;
  cursor:pointer;
  -webkit-transition: all 600ms linear;
	 -moz-transition: all 600ms linear;
	  -ms-transition: all 600ms linear;
	   -o-transition: all 600ms linear;
		  transition: all 600ms linear;
}
.categories ul li ul{
  display:none;
  margin:0px 0px 0px 0;
  width:100%;
}
.categories ul li ul li{
  font:12px/40px dinar;
  border-top:1px solid #f3f3f3;
  padding:3px 40px 3px 0;
  background:#fff url(http://dl.20script.ir/img/95/03/cat-liulli.png) no-repeat 230px 17px;
}
.categories ul li ul li:hover{
  background:#DFDFDF url(images/cat-li.png) no-repeat 230px 17px;
}
.categories ul li ul li:last-child{
  border-bottom:1px solid #E1E1E1;
}

.populars-block ul li{
  width:100%;
  background:#E8E8E8;
  margin:0 auto 3px auto;
  border-radius: 2px;
  padding:5px 7px;
}
.populars-block ul li,
.populars-block ul li a{
  -webkit-transition: all 200ms linear;
	 -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	   -o-transition: all 200ms linear;
		  transition: all 200ms linear;
}

.premium_archive_link{
  display:block;
  width:243px;
  text-align:left;
  height:40px;
  font:20px/40px dinar;
  color:#fff;
  padding-left:70px;
  opacity:0.9;
  background:#E05A51 url(images/archive-go.png) no-repeat 215px;
}
.premium_archive_link:hover{
  opacity:1;
}
.products-block ul li a img{
  width:242px;
  height:242px;
  display:block;
  margin:0 auto;
}
.products_slider_buttons,
.archive_next_prev{
  width:242px;
  margin-top:5px;
}
.products_slider_buttons a,
.archive_next_prev a{
  height:35px;
  float:right;
}
.products_slider_buttons a:hover,
.archive_next_prev a:hover{
  opacity:0.75;
}
.sidebar_product_name{
  background:#E05A51;
  font:13px/35px yekan;
  color:#fff;
  padding-right:10px;
}
.sidebar_product_add_to_cart{
  width:52px;
  background:url(images/add_to_cart.png) no-repeat;
}
.videos-block .sidebar_product_name{
  width:242px !important;
  background:#E05A51 !important;
}
.archive_next_prev .next{
  background:#DFDFDF url(images/next_vid.png) no-repeat;
  width:35px;
  height:35px;
}
.archive_next_prev .prev{
  background:#DFDFDF url(images/prev_vid.png) no-repeat;
  width:35px;
  height:35px;
}
.archive_next_prev .videos_archive{
  width:170px;
  height:35px;
  background:#f3f3f3;
  color:#373737;
  font:11px/35px tahoma;
  text-align:center;
}
.textads-block ul li{
  width:100%;
  background:#f3f3f3;
  font:12px/35px tahoma;
  padding:13px 10px 10px 10px;
  border-radius: 2px;
  line-height:2em;
  margin-bottom:4px;
  -webkit-transition: all 270ms ease-in-out;
	 -moz-transition: all 270ms ease-in-out;
	  -ms-transition: all 270ms ease-in-out;
	   -o-transition: all 270ms ease-in-out;
		  transition: all 270ms ease-in-out;
}
.textads-block ul li:hover{
  background:#F1B20E;
}
.textads-block ul li:hover a,
.textads-block ul li:hover span,
.textads-block ul li:hover a.title{
  color:#fff;
}
.textads-block ul li a,
.textads-block ul li span {
  display:block;
}
.textads-block ul li a.title{
  color:#434343;
}
.textads-block ul li span {
  color:#919191;
}
.textads-block ul li span {
  display:block;
  -webkit-transition: all 150ms linear;
	 -moz-transition: all 150ms linear;
	  -ms-transition: all 150ms linear;
	   -o-transition: all 150ms linear;
		  transition: all 150ms linear;
}
.apps-block{
  direction:ltr;
  text-align:left;
}
.apps-block ul li{
  border-bottom:1px solid #E4E4E4;
  padding-left:57px;
  height:70px;
  font:16px/70px tahoma;
  color:#777777;
  padding-bottom:13px;
  margin: 0 0 4px 4px;
}
.apps-block ul li:last-child{
  border-bottom:0;
}
.apps-block ul li a{
  color:#777777;
}
.apps-block ul li a:hover{
  color:#444;
}
.contents{
  margin-left:6px;
}
.tabbed-boxes{
  border:1px solid #D8D8D8;
  margin:19px 0;
}
.tabbed-boxes .tabs{

}
.tabbed-boxes .tabs li{
  width:226px;
  height:72px;
  background:#F6F6F6;
  text-align:center;
  float:right;
  border-bottom:5px solid #C3C3C3;
  color:#aaa;
  font:15px/72px dinar;
  cursor:pointer;
  -webkit-transition: all 250ms linear;
	 -moz-transition: all 250ms linear;
	  -ms-transition: all 250ms linear;
	   -o-transition: all 250ms linear;
		  transition: all 250ms linear;
}
.tabbed-boxes .tabs li.active{border-bottom:5px solid #6EC6A4;color:#3d3d3d;}
.tabbed-boxes .tabs .sep{background:#F6F6F6;width:15px;height:67px;}
.tab-content{
  width:460px;
  margin-top:10px;
}
.tab-content ul li{
  width:100%;
  padding:0 4px 6px 0;
  margin-bottom:4px;
  border-bottom:1px solid #EBEBEB;
}
.tab-content ul li:last-child{
  border-bottom:0;
}
.tab-content ul li a{
  color:#3D3D3D;
  width:100%;
}
.tab-content ul li a span{
  float:left;
  margin-left:15px;
  color:#AFAFAF;
}
.tab-content ul li a:hover{
  color:#223DA1;
}
.post{
  background:#fff;
  width:904px;
  border:1px solid #D8D8D8;
  padding:4px 4px 10px;
  margin-bottom:18px;
}
.post h2.title,
.post h3.title{
  background:url(images/post.png) 675px 2px no-repeat;
  padding:7px 45px 5px 0;
  border-bottom:1px solid #E0E0E0;
  font:15px dinar;
  float:left;
  width:715px;
  margin-bottom:8px;
}
.post h2.title a,
.post h3.title a{
  color:#636363;
}
.post h2.title:hover a,
.post h3.title:hover a{
  color:#E05A51;
}
.post h2.title2,
.post h3.title2{
  background:url(images/post.png) 855px 2px no-repeat;
  padding:7px 45px 5px 0;
  border-bottom:1px solid #E0E0E0;
  font:15px dinar;
  float:left;
  width:895px;
  margin-bottom:8px;
}
.post h2.title2 a,
.post h3.title2 a{
  color:#636363;
}
.post h2.title2:hover a,
.post h3.title2:hover a{
  color:#E05A51;
}
.post h22.titleha{
  font:13px Yekan;
  margin-bottom:8px;
  color:#E05A51;
}
.post h23.like{
  float:left;
}
.post-top {
  border-bottom:1px solid #E0E0E0;
  padding-bottom:4px;
}
.post-top .post-thumb img{
  width:177px;
  height:177px;
  border:1px solid #D8D8D8;
}
.post-top .post-excerpt{
  width:650px;
  margin:5px 9px 0 0;
  line-height:2em;
  font: 13px/5.9 Yekan;
  color: #6A6A6A;
}
.post-top .post-single{
  width:885px;
  margin:10px 12px 0px 0px;
  font:13px Yekan;
  color: #6A6A6A;
}
.post-meta{
  padding-right:25px;
  color:#3D3D3D;
}
.meta-cats a{
  color:#3D3D3D;
}
.meta-cats a:hover{
  color:#6A6A6A;
}
.hits-date{
  margin-right:50px;
}
.hits-date li{
  margin-bottom:5px;
}
.post-meta.nav{
  background:url(images/user.png) no-repeat right;
  margin:12px 0px 0px 0px;
}
.post-meta.hits{
  background:url(images/eye.png) no-repeat right;
  margin:-20px 250px 0px 0px;
}
.post-meta.date{
  background:url(images/watch.png) no-repeat right;
  margin:-20px 450px 0px 0px;
}
.post-meta.commentha{
  background:url(http://dl.20script.ir/img/95/03/comment.png) 45px -5px no-repeat;
  margin:-20px 700px 0px 0px;
}
.read-more-link{
  background:#E05A51 url(images/more.png) no-repeat center;
  float:left;
  margin:-4px 0px 0px 0px;
  width:48px;
  height:132px;
  font:14px/35px dinar;
  text-align:center;
  color:#fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.read-more-link:hover{
  background:#87D6B1 url(images/more.png) no-repeat left;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.foot-nav-wrap{
  width:100%;
  height:50px;
  clear:both;
  background:url('images/boxtopads.png');
}
.foot-nav{
  height:10px;
}
.foot-nav ul li{
  display:inline;
  height:50px;
}
.foot-nav a{
  color:#3A3A3A;
  padding:0 20px;
  height:50px;
  line-height:50px;
  font-family:dinar;
  font-size:16px;
  display:inline-block;
}
.foot-nav ul li:hover a{
  color:#fff;
  background:#4c5053;
}
.footer-wrap{
  background:#4c5053;
}
.footer {
  direction:ltr;
  text-align:left;
  color:#BEBEBE;
  font:12px tahoma;
  padding:20px 25px;
}
.foot_logo,
.copyright {
  float:left;
  margin:25px 10px 0px 0;
}
.footer a:hover{
  opacity:0.73;
}
.footer a{
  color:#E05A51;
}
.mobile_submit{
  display:none !important;
}
.single-post{
  padding:0 !important;
}
.post-inner{
  padding:0 4px 10px;
}
img.aligncenter{
  display:block;
  margin:15px auto;
}
.post-text p{
  line-height:2em;
}
.post_button{
  width:80px;
  height:30px;
  display:block;
  background-repeat:no-repeat;
  margin-bottom:3px;
  line-height:30px;
  color:#fff;
}

.post_button.download_pic{
  width:50px;
  height:35px;
  margin:0px 45px 0px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color:#7CB85E;
  background-position:17px;
  background-image:url(images/icon-download.png);
}
.post_button.download{
  width:90px;
  height:35px;
  margin:0px 45px 0px 0px;
  border-radius: 5px;
  font:13px/35px Yekan;
  text-align:center;
  background-color:#A7D192;
}
.post_button.download:hover{
  background-color:#93E56A;
}

.post_button.vol_pic{
  width:50px;
  height:35px;
  margin:-35px 200px 0px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color:#37A8E5;
  background-position:17px;
  background-image:url(images/icon-vol.png);
}
.post_button.vol{
  width:120px;
  height:35px;
  margin:0px 45px 0px 0px;
  border-radius: 5px;
  font:13px/35px Yekan;
  text-align:center;
  background-color:#75C2EB;
}
.post_button.vol:hover{
  background-color:#84D1FA;
}

.post_button.noskhe_pic{
  width:50px;
  height:35px;
  margin:-35px 385px 0px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color:#ED8E4A;
  background-position:17px;
  background-image:url(images/icon-noskhe.png);
}
.post_button.noskhe{
  width:90px;
  height:35px;
  margin:0px 45px 0px 0px;
  border-radius: 5px;
  font:13px/35px Yekan;
  text-align:center;
  background-color:#F2A56D;
}
.post_button.noskhe:hover{
  background-color:#FCC297;
}

.post_button.demo_pic{
  width:50px;
  height:35px;
  margin:-35px 540px 0px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color:#CF5848;
  background-position:19px;
  background-image:url(images/icon-demo.png);
}
.post_button.demo{
  width:90px;
  height:35px;
  margin:0px 45px 0px 0px;
  border-radius: 5px;
  font:13px/35px Yekan;
  text-align:center;
  background-color:#DE6657;
}
.post_button.demo:hover{
  background-color:#F26755;
}
.post_button.demo_pic2{
  width:50px;
  height:35px;
  margin:-35px 685px 0px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color:#CF5848;
  background-position:19px;
  background-image:url(images/icon-demo.png);
}

.post_tags{
  background:#F0F0F0;
  padding:13px;
  color:#AEAEAE;
}
.post_tags a{
  color:#AEAEAE;
}
.post_tags a:hover{
  color:#616161;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #ffffff;
}

blockquote {
  padding: 0 15px 0 0;
  margin: 5px 10px 20px;
  border-right: 5px solid #ffaea9;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

code {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin:2px;
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #D8D8D8;
  direction:ltr;
  text-align:left;
  display:inline-block;
}
pre {
  margin:8px;
}
.pagination{
  text-align:left;
  direction:ltr;
  height:45px;
  padding:0 !important;
}
.pagination .page-numbers{
  float:left;
  border:1px solid #E2E2E2;
  padding:4px 8px;
  color:#777777;
  margin:8px 0 0 4px;
  -webkit-box-shadow: 0 1px 0 #F5F5F5 inset;
	 -moz-box-shadow: 0 1px 0 #F5F5F5 inset;
		  box-shadow: 0 1px 0 #F5F5F5 inset;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background-color:#E05A51;
  border:1px solid #E05A51;
  color:#fff;
  -webkit-box-shadow: 0 0 0 #F5F5F5 inset;
	 -moz-box-shadow: 0 0 0 #F5F5F5 inset;
		  box-shadow: 0 0 0 #F5F5F5 inset;
}
.pagination .next,
.pagination .prev{
  height:100%;
  width:55px;
  line-height:40px;
  border:0;
  margin:0;
  padding:0;
  -webkit-box-shadow: 0 0 0 #F5F5F5 inset;
	 -moz-box-shadow: 0 0 0 #F5F5F5 inset;
		  box-shadow: 0 0 0 #F5F5F5 inset;
}
.pagination .next:hover,
.pagination .prev:hover{
  background-color:#EDEDED;
  border:0;
}
.pagination .next{
  float:right;
  background:#F7F7F7 url(images/next-page.png) no-repeat center;
}
.pagination .prev{
  background:#F7F7F7 url(images/prev-page.png) no-repeat center;
  margin-right:7px;
}

/* Fixes */

.post-text ul{
  margin-right:25px;
}

.post-text ul li{
  background:url(images/p-li.png) no-repeat right;
  padding-right:15px;
  margin-bottom:5px;
}

.post-text ol{
  background:url(images/caution.gif) no-repeat right;
  padding:0px 30px 0px 0px;
}

.go-left{float:left;}

.adver-post2 {
  background: #f3f3f3;
  margin-bottom: 15px;
  padding: 15px 10px 0px 10px;
  border: 1px solid #D8D8D8;
  height: 270px;
}

.adver-post {
  background: #f3f3f3;
  margin-top: -20px;
  margin-bottom: 15px;
  padding: 15px 30px 0px 10px;
  border: 1px solid #D8D8D8;
}
.adver-post .ads-468 {
  width: 468px;
  margin-bottom: 10px;
}
.adver-post .ads-125 {
  width: 300px;
}
.adver-post .ads-468 .ads {
  width: 468px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.adver-post .ads-125 .ads {
  width: 125px;
  height: 125px;
  margin-top: 3px;
  margin-bottom: 16px;
  margin-right: -20px;
  margin-left: 20px;
}

.wpnewsletter { with:95% ; padding:5px ; margin:5px ; background:#fff ; }
.wpnewsletter img { float:right ; margin:10px 25px 10px 10px }
.wpnewsletter input[type=text] {font: 13px BYekan;
background-color:#f3f3f3;
border: 2px solid #f3f3f3;
padding: 5px;
text-align: center;
color: #636363;
width: 240px !important;
margin: 10px 4px;}
.wpnewsletter input[type=submit] {
background-color: #be2337 !important;
background: #E05A51 !important;
border: solid 1px #E05A51;
text-align: center;
color: #fff;
font: 13px BYekan;
padding: 4px 10px;
margin: 2px;
width: 242px;
border-radius:5px;
}
.wpnewsletter input[type=submit]:hover {
background-color: #be2337 !important;
background: #6EC6A4 !important;
border: solid 1px #6EC6A4;
}

.middle{width:990px;margin:0 auto}
.connect{width:1500px;margin:0 auto}
.top-menu{background:#4c5053;width:100%;height:50px;padding:8px 0px;margin:0px;}
.top-menu ul{float:right}
.top-menu ul li{list-style:none;float:right;padding:5px 5px 5px 0px;transition:all .5s ease;}
.top-menu ul li a{color:#fff;font:normal 13px dinarb;padding:3px 5px 5px 10px;border-left:#53585b 1px solid;}
.top-menu ul li a:hover{}
.dates{background:url(images/dates.png) no-repeat right;width:auto;font:normal 13px dinarb;text-align:right;float:left;color:#fff;padding:4px 25px 3px 10px;margin:0px 0px 0px 0px;}
.dates:hover{}
.base-head{background:url(images/shirts_hires.jpg);background-size:cover; width:100%;height:100%;padding:10px 0px;margin:0px;}

.livicon{display:inline-block;line-height:inherit;vertical-align:middle;height:20px !important;}
.livicon{display:inline-block;line-height:inherit;vertical-align:middle;height:20px !important;}

.search{float:left;margin:20px 0px 0px -100px;width:535px;}
.search input[type=submit]{background:#E05A51;width:85px;height:55px;border-bottom:#c22f2f 5px solid;border-top:none;border-right:none;border-left:none;float:left;margin:40px 0;color:#fff;padding:5px 5px 5px 5px;cursor:pointer;font:normal 18px dinarb,tahoma;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.search input[type=submit]:hover{background:#6EC6A4;width:85px;height:55px;border-bottom:#54997D 5px solid;border-top:none;border-right:none;border-left:none;float:left;margin:40px 0;color:#fff;padding:5px 5px 5px 5px;cursor:pointer;font:normal 18px dinarb,tahoma;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.search input[type=text]{background:#f4f4f3;border-bottom:#eee 5px solid;border-top:none;border-right:none;border-left:none; width: 450px;height: 55px;margin: 40px 0px;font:normal 16px dinarb,tahoma;padding:5px 10px 5px 5px;float:right;color:#cdcdcd;}

.ads-ri{center;margin:0px 10px 0 0px;}

@media screen and (max-width:10000px) {
#boxtopadsha {width:100%;height:0px;clear:both;}
}

@media screen and (max-width:10000px) {
#boxtopads {width:100%;height:100%;margin:-10px auto;clear:both;background:url('images/boxtopads.png');}
#topads {width:1000px;margin:auto;height:170px;padding:30px 0;}
#closeads {float:left;margin-top:-27px;}
#topads .rtopads {float:right;width:500px;text-align:right;}
#topads .ltopads {float:left;width:500px;text-align:left;}
#topads .space {height:10px;}
}

@media screen and (max-width:900px) {
#boxtopads {width:100%;height:0px;clear:both;}
#topads {display:none;height:0px;padding:0px;margin:0px;}
#closeads {display:none;}
#topads .rtopads {display:none;}
#topads .ltopads {display:none;}
#topads .space {height:5px;}
}
/* share URL: http://www.20script.com */
.social-icons a{float:left;text-align:center;font-weight:bold;color:#737373;background-color:#f3f3f3;padding:17px 2px;width:46px;margin-left:5px;-webkit-border-radius:2px;-moz-border-radius:5px;border-radius:5px;}
.social-icons a:hover{background-color:#DFDFDF;}
.social-icons a .line{display:block;width:33px;background-color:#DFDFDF;height:2px;margin:11px auto 10px;}
.social-icons a .soc-text{display:none;}
.social-icons a:hover .soc-text{display:inline;}
.social-icons a:hover .counter{display:none;}

.icon{display:inline-block;background:url(images/icons.png) no-repeat;}
.icon-rss{width:21px;height:21px;background-position:-370px -22px;}
.icon-twitter{width:25px;height:21px;background-position:-246px -33px;}
.icon-instagram{width:25px;height: 27px;background-position: -421px -5px;}
.icon-facebook{width:12px;height:24px;background-position:-346px -142px;}
.icon-google_plus{width:23px;height:22px;background-position:-153px -119px;}

.comment_num{
  width:auto !important;
  color:#9D9D9D;
  margin-bottom:5px;
  margin-right:5px;
}
.comments-inner {
  width:98.5%;
}
.send_comment_form{
  width:100%;
  position:relative;
}
.send_comment_form textarea,
.send-form-input,
#respond textarea{
  padding:7px;
  color:#717171;
  -webkit-transition: all 270ms ease-in-out;
	 -moz-transition: all 270ms ease-in-out;
	  -ms-transition: all 270ms ease-in-out;
	   -o-transition: all 270ms ease-in-out;
		  transition: all 270ms ease-in-out;
}
.send-form-input{
  display:block;
  border:1px solid #EAEAEA;
  background:#fff;
  height:30px;
  margin-bottom:5px;
  width:60.08869%;

}
.send-form-input:focus,
.send_comment_form textarea:focus {
  background:#F7F7F7;
}
.send_comment_form textarea,
#respond textarea{
  width:100%;
  border:1px solid #E4E4E4;
  background:#fff;
  height:100px;
}
.send_comment_form_submit{
  width:38.13747%;
  height:100px;
  background:#f3f3f3 url(images/send-comment.png) no-repeat center 12px;
  border:0;
  outline:none;
  position:absolute;
  left:0;
  top:0;
  font:16px dinar;
  color:#737373;
  padding:50px 0 0;
  -webkit-transition: all 270ms ease-in-out;
	 -moz-transition: all 270ms ease-in-out;
	  -ms-transition: all 270ms ease-in-out;
	   -o-transition: all 270ms ease-in-out;
		  transition: all 270ms ease-in-out;
}
.send_comment_form_submit:hover{
  background-color:#DFDFDF;
}
.users_comments{
  margin-top:10px;
}
.comment{
  width:100%;
  border-bottom:9px solid #EEEEEE;
  padding-bottom:6px;
  margin-bottom:6px;
}
.comment.replied{
  width:95%;
  float:left;
}
.avatar-reply{

}
.avatar-reply img{
  width:100px;
  height:100px;
}
.avatar-reply .comment-reply-link{
  background:#6EC6A4;
  text-align:center;
  height:23px;
  color:#fff;
  line-height:23px;
  width:100px;
  display:block;
  margin-top:4px;
}
.avatar-reply .comment-reply-link:hover{
  opacity:0.80;
}
.comment-body{
  width:87%;
  float:left;
  padding-top:14px;
  color:#6A6A6A;
}
.comment-body-top{
  width:99%;
  border-bottom:1px solid #f3f3f3;
  padding-bottom:7px;
  margin-bottom:6px;
}
.comment-body-top .author{
  color:#404040;
}
.comment-body-top .date{
  float:left;
  color:#C5C5C5;
}
.users_comments ul.children{position:relative;}
.users_comments .child_comments{
  position:absolute;
  width:19px;
  height:17px;
  background:url(images/child-comments.png) no-repeat;
  left: 12px;
  top: -8px;
}
.comment-as-logged-in-user .send_comment_form_submit{
  position:static !important;
  margin:10px 10px 0 0;
}
.download-box {
    margin: 10px 0px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    background: #D9EEDA;
    padding: 1px;
    height: auto;
}
.qr_post {
    float: left;
    margin: 18px 0px 0px 12px;
    width: 18%;
}
.right_post_new {
    float: right;
    width: 76%;
    margin-right: 2%;
    line-height: 20px;
    color: #3F3F3F;
    margin-top: 12px;
}
.dl_of {
    display: block;
    background: #62B965 url(http://up.hypertemp.ir/view/1963348/dl.png) no-repeat scroll right center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -2px #000;
    margin-top: 6px;
    padding: 6px 32px 9px;
    transition: all 0.5s 
ease 0.1s;
    color: #fff;
}
.dl_of2 {
    display: block;
    background: #c70d10 url(http://up.faradaneshjo.ir/view/3346992/h.jpg) no-repeat scroll right center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -2px #000;
    margin-top: 6px;
    padding: 6px 32px 9px;
    transition: all 0.5s 
ease 0.1s;
    color: #fff;
}
.dl_of3 {
    display: block;
    background: #30a8dc url(http://up.faradaneshjo.ir/view/3346991/file.jpg) no-repeat scroll right center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -2px #000;
    margin-top: 6px;
    padding: 6px 32px 9px;
    transition: all 0.5s 
ease 0.1s;
    color: #fff;
}
.dl_of4 {
    display: block;
    background: #42809e url(http://up.faradaneshjo.ir/view/3347011/e536d844-aae9-4e4d-963a-7e9068a3d477.png) no-repeat scroll right center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -2px #000;
    margin-top: 6px;
    padding: 6px 32px 9px;
    transition: all 0.5s 
ease 0.1s;
    color: #fff;
}
.info_post_t {
    text-align: justify;
    line-height: 20px;
    margin: 12px 15px 0px;
    border-top: 1px solid #CEDCE5;
    padding: 15px 8px;
    color: #000;
    transition: all 0.5s 
ease 0.1s;
}
.bg{
	margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
    direction: rtl;
    font-family: RYekan, tahoma;
    transition: all 0.2s 
ease 0.1s;
}
/* share URL: http://www.bistscript.ir */