/*
Theme Name: Vahid Majidi
Theme URI: https://xn--mgbguh09aqiwi.com/
Author: Vahid Majidi
Version: 1.0
*/

.post-ratings img {display:inline-block !important;}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 14px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 14px;
	background-color: #fff;
	word-break: keep-all;
	word-wrap: break-word;
	direction: rtl;
	color: #444;
	line-height: 25px;
}
header, footer, section, aside, figure, figcaption, nav, address, main {
	display: block;
}
progress{
    background-color: #ccc;
    margin: 5px 10px;
    height: 18px;
}
progress::-webkit-progress-value {
     background-color:#777;
}
progress::-webkit-progress-bar {
    background-color: #ccc;
}
progress::-moz-progress-bar {
    background-color:#777;
}
 
hr {
	width: 80%;
	margin: 15px auto !important;
	height: 1px;
	background-color: #ccc;
}
table {
	width: 100%;
	height: auto;
	margin: 25px 0;
	text-align: center;
	clear: both;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
tr {
	width: 100%;
	height: auto;
	margin: 5px 0;
	border: 1px solid #ccc;
}
tr:nth-child(2n) {
	background-color: #eee;
}
td {
	text-align: center;
	border: 1px solid #999;
}
p, li, table, form, hr, br {
	margin: 10px 0px;
}
img, embed {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left-c {
	float: left;
}
.right-c {
	float: right;
}
.clear {
	clear: right;
}
@font-face {
	font-family: 'koodak';
	src: url('font/Koodak.eot?#') format('eot'),  url('font/Koodak.woff') format('woff'),  url('font/Koodak.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'yekan';
	src: url('font/Yekan.eot?#') format('eot'),  url('font/Yekan.woff') format('woff'),  url('font/Yekan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
::-moz-selection {
 background:#ddd;
 text-shadow:none;
}
::selection {
	background: #ddd;
	text-shadow: none;
}
a {
	color: #33a;
	text-decoration: none;
}
.top-box2 div, .top-box-full a, .top-box-th a, .sidebar a {
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 14px !important;
	color: #444 !important;
}
input {
	border: 1px solid #999;
	padding: 8px 5px;
	margin: 10px auto;
	border-radius: 2px;
	width: 98%;
}
input[type='submit'] {
	width: 200px;
	display: block;
	background-color: #baffbe;
	border: 1px solid #64aa57;
	margin-top: 30px;
}
input[type='submit']:hover {
	cursor: pointer;
	background-color: #aea;
}
li {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	color: #444;
}
ul > li > ul {
	margin-right: 15px;
}
.main {
	width: 1150px;
	margin: 4px auto;
}
.main-top {
	width: 1150px;
	margin: 4px auto;
	height: 125px;
	position: relative;
}
.navbar {
	width: 100%;
	height: 40px;
	background-color: #c33;
	position: fixed;
	top: 0px;
	z-index: 2000;
}
.navbar ul {
	float: right;
	width: 100%;
}
.navbar li {
	float: right;
	width: 16.6666666%;
	text-align: center;
	margin: 3px 0;
	list-style-image: url(images/bullet2.png);
	vertical-align: central;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.navbar li:hover {
	-webkit-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
.navbar a {
	color: #fff;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 16px;
}
.header {
	width: 100%;
	height: 130px;
	background: #eee url(images/pattern.png);
	float: left;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
#search {
	width: 220px;
	margin: 27px;
	padding: 0;
	float: right;
}
#logo {
	margin: 12px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
#logo:hover {
	-webkit-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
#forum {
	position: absolute;
	bottom: -1px;
	right: 20px;
	background-color: #f9f9f9;
	padding: 3px 8px;
	border: 1px solid #999;
	border-bottom: none;
}
#forum a {
	font-family: yekan;
	font-size: 14px;
	color: #555;
}
#wheel {
	width: 100%;
	height: 200px;
	background: url(images/bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.vms {
	float: left;
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.vms img {
	margin-left: 5px;
	margin-right: 5px;
}
.top-box-full {
	width: 100%;
	float: left;
	height: auto;
	margin: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
}
.top-box-th {
	width: 48%;
	float: right;
	margin: 10px 1%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
}
.top-box-th:last-child {
	margin-right: 0px;
}
.top-box-full .title {
	width: 100%;
	margin: 0 auto;
	min-height: 30px;
	background-color: #f9f9f9;
	text-align: center;
	border: 1px solid #ddd;
}
.top-box-th .title {
	width: 100%;
	float: left;
	clear: both;
	height: 30px;
	background-color: #f9f9f9;
	text-align: center;
	border: 1px solid #ddd;
}
.top-box-th .title h3, .top-box-full .title h3 {
	margin-top: 3px;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}
.top-box2 {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	height: auto;
	float: left;
	clear: both;
}
#bottom-banner {
	text-align: center;
	margin-top: 30px;
}
#forum table {
	border: none;
}
.ForumLastTopic {
	border: none;
}
#info {
	width: 270px;
	height: 390px;
}
.content {
	width: 800px;
	height: auto;
	min-height: 300px;
	padding: 10px;
	padding-top: 5px;
	float: left;
	clear: both;
}
.in-content {
	width: 780px;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
	float: left;
	clear: both;
	padding-bottom: 30px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	line-height: 30px;
}
#title {
	margin-bottom: 25px;
}
.in-content .title {
	width: 100%;
	background-color: #f9f9f9;
	text-align: center;
	float: right;
	clear: both;
	margin-bottom: 15px;
	padding: 5px 0;
	height: auto;
	position: relative;
	border: 1px solid #ddd;
}
.in-content .title a {
	color: #333;
	font-size: 16px;
}
.in-content .title h2 {
	margin-top: 3px;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-weight: normal;
        color:#fff;
        font-size:15px;
}
.in-content .title h1 {
	margin-top: 5px;
	color: #333;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 16px;
	font-weight: normal;
}
.in-content img {
	margin: 20px auto !important;
	display: block;
}
.download {
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	background-color: #f9f9f9;
	float: left;
	clear: both;
	margin: 15px 0;
	border: 2px dashed #999;
	box-sizing: border-box;
}
.download a:first-of-type {
	float: left;
	margin-left: 20px !important;
}
.download img:last-child {
	float: right;
	margin-right: 20px !important;
}
.download .title-dl {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
.download p {
	text-align: center;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana
	font-size: 16px;
	color: #666;
	margin: 0;
}
.share {
	float: left;
}
.share li {
	float: left;
	margin: 10px 5px;
	list-style-type: none;
	list-style-image: none;
}
.gp {
	float: right;
	margin: 10px;
}
.in-content2 {
	width: 780px;
	height: auto;
	float: left;
	clear: both;
}
#meta {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	background-color: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	margin: 25px 0 10px 0;
}
#meta p {
	margin: 6px 15px;
}
#meta img {
	margin-left: 10px !important;
}
#comment {
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	clear: both;
	padding-bottom: 50px;
}
.read-more {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #f9f9f9;
	border-bottom: 3px solid #ccc;
	width: 100px;
	text-align: center;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.read-more:hover {
	background-color: #f9f9f9;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.read-more a {
	display: block;
	width: 100%;
	height: 30px;
}
.sidebar {
	width: 310px;
	height: auto;
	padding: 10px;
	padding-top: 5px;
	float: right;
	clear: both;
}
.in-sidebar {
	width: 290px;
	height: auto;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.in-sidebar .title {
	width: 100%;
	background-color: #f9f9f9;
	text-align: center;
	float: right;
	clear: both;
	position: relative;
	margin-bottom: 15px;
	padding: 5px 0;
	border: 1px solid #ddd;
}
.in-sidebar .title h3 {
	color: #333;
	font-family:yekan,Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana;
	font-size: 16px;
	margin-top: 3px;
	font-weight: normal;
}
.sub-menu {
	display: none;
}
/*
.title:after{
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    height: 0;
    content: "";
    background-color: #61bcbc;
    border-right: 20px solid #ffffff;
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
}
.title:before{
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    height: 0;
    content: "";
    background-color: #61bcbc;
    border-left: 20px solid #ffffff;
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
}
*/
.footer {
	width: 100%;
	height: 120px;
	text-align: center;
	float: left;
	clear: both;
	background-color: #333;
}
.footer p, .footer a {
	margin-top: 45px;
	direction: ltr;
	color: #fff;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
	border: 1px solid #999;
	padding: 15px 15px;
        border-radius:3px;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
	border-radius: 200px;
	float: right;
	margin: 0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
	font-size: 13px;
	font-family: tahoma;
}
ol.commentlist li.comment div.comment-meta a {
	color: #ccc;
}
ol.commentlist li.comment p {
	font-size: 13px;
	margin: 0 0 1em;
}
ol.commentlist li.comment ul {
	font-size: 13px;
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
	font-size: 13px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
        color:#c33;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li.comment ul.children li {
	background-color: #eee
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 2px solid #555;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 2px solid #999;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 2px solid #bbb;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
	background: #fff;
}
ol.commentlist li.odd {
	background: #fff;
}
ol.commentlist li.parent {
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
#respond{
float:right;
clear:both;
margin:20px;
width:93%;
}
#respond a{
font-size:13px;
}
.left-div{
float:right;
width:45%;
height:470px;
padding:10px;
box-sizing:border-box;
border:1px solid #ccc;
text-align:center;
margin:10px 2.5%;
}
.left-div img{
border:1px solid #ccc;
border-radius:5px;
width:250px;
height:200px;
-webkit-transition:all 0.2s;
-moz-transition:all 0.2s;
-o-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.left-div img:hover{
box-shadow:0 15px 15px -15px #999;
}
.navigation{
width:60%;
margin:20px auto 0px auto ;
float:left;
clear:both;	
}
#payline_form{
float:right;	
}
#payline_form input[type=image]{
width:130px;
border:none;
}
#feedburner-email-subscription-4{
width:90%;
height:auto;
margin:85px 20px;
}
button{
width:150px;
padding:7px;
border:1px solid #999;
background-color:#fff;
}
button:hover{
cursor:pointer;	
}
#fix{
position:fixed;
left:10px;
bottom:10px;
z-index:9999;
}
#fix img{
position:relative;
}
#fix2{
position:fixed;
right:10px;
bottom:10px;
z-index:9999;
}
#fix2 img{
position:relative;
}
#close,#close2{
position:absolute;
top:-30px;
left:0px;
color:#000;
font-size:20px;
font-weight:bold;
-webkit-animation:vms 0.5s infinite alternate;
-o-animation:vms 0.5s infinite alternate;
-moz-animation:vms 0.5s infinite alternate;
-ms-animation:vms 0.5s infinite alternate;
animation:vms 0.5s infinite alternate;
}
#close:hover,#close2:hover{
cursor:pointer;
}
@-webkit-keyframes vms{
to{opacity:0}
}
@-o-keyframes vms{
to{opacity:0}
}
@-ms-keyframes vms{
to{opacity:0}
}
@-moz-keyframes vms{
to{opacity:0}
}
@keyframes vms{
to{opacity:0}
}
@media screen and (max-width:1190px){
body{
padding:0px;
box-sizing:border-box;
}
.main{
width:980px;
margin:4px auto;
}
.main-top{
width:980px;
}
.navbar li{
height:28px;
overflow:hidden;
}
.content{
width:630px;
}
.in-content{
width:610px;
}
.in-content2{
width:610px;
}
}
@media screen and  (max-width:1000px){
body{
padding:10px;
box-sizing:border-box;
}
.main{
width:100%;
}
.main-top{
width:100%;
height:auto;
}
.navbar{
height:auto;
position:static;
}
.navbar li{
width:50%;
margin:3px 0;
background-color:#e33;
}
.navbar a{
color:#fff;
font-family:yekan;
font-size:16px;
}
.header{
height:auto;
margin-top:5px;
}
#logo{
margin:7px 10px;	
}
.vms img{
margin-left:0px;
margin-right:0px;	
}
#forum{
position:absolute;
bottom:-1px;
right:20px;
background-color:#f9f9f9;
padding:3px 8px;
border:1px solid #999;
border-bottom:none;
display:none;
}
#wheel{
display:none;
}
.left-c{
float:left;
width:100%;
}
.right-c{
float:right;
width:100%;
}
.content{
width:100%;
padding:0px;
}
.in-content{
width:100%;
height:auto;
border:none;
padding:10px;
box-sizing:border-box;
}
.in-content2{
width:100%;
height:auto;
padding-bottom:60px;
}
.sidebar{
width:100%;
padding:0px;
}
.in-sidebar{
width:100%;
height:auto;
border:none;
padding:10px;
box-sizing:border-box;
}
.left-div{
width:90%;
margin:10px 5%;
}
.left-div img{
display:block;
margin:auto;
}
.navigation{
width:60%;
margin:20px auto 0px auto ;
float:left;
clear:both;	
}}
@media screen and (max-width:768px){
.top-box-th{
width:98%;
height:auto;
}
}
@media screen and (max-width:480px){
#fix{
display:none;
}
#fix2{
display:none;
}
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
-webkit-transform: scale(0.9);
transform: scale(0.9);.ForumLastTopic{
float:none;
width:100%;
}
.ForumLastTopic td{
padding:2px !important;
}
.ForumLastTopic table{
border:none;
}

.yn-footer-sticky{z-index:1 !important;}