/*
Theme Name: Varkana
Ver : 1.0 - 30.10.94
Site: http://ParsDLE.IR
Email: parsdle@yahoo.com
*/

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, sub, sup, tt, var, b, u, 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: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: middle;
}
body {
	direction: rtl;
	font: 12px/20px Tahoma, Arial, sans-serif;
	background: #f5f5f5;
	margin: 0;
	padding: 0;
	color: #555;
}
@font-face {
	font-family: 'Yekan';
	src: url('../fonts/Yekan.eot');
	src: url('../fonts/Yekan.eot#iefix') format('embedded-opentype'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype'), url('../fonts/Yekan.svg#Yekan') format('svg');
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	font: 12px/20px;
	font: inherit;
	resize: none;
}
a {
	color: #e74c3c;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:focus, a:link, a:active {
	outline: none;
}
a:hover {
	color: #ee1c25;
}
p {
	margin-bottom: 20px;
}
* {
_noFocusLine: expression(this.hideFocus=true);
}
::-moz-focus-inner {
border:0;
}
:focus {
	outline: none;
}
label {
	color: #7F7F7F;
	font-weight: normal;
}
label.error {
	color: red;
	font-style: italic;
	margin: 5px 0 10px 0;
}
input[type="text"], input[type="file"], input[type="password"], input.text, input.title, textarea, select {
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 4px 7px;
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus, .bb-editor textarea:focus {
	background: #fff;
	-moz-box-shadow: 0 0 2px #ccc inset;
	-webkit-box-shadow: 0 0 2px #ccc inset;
	box-shadow: 0 0 2px #ccc inset;
	border: 1px solid #bfbfbf;
	outline: none;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px 0;
}
/* -- ParsDle.IR -- */
input.text, input.title, select {
	padding: 4px 3px 5px 0;
}
input.title {
	font-size: 13px;
}
textarea {
	height: 130px;
	width: 95.5%;
}
form.inline {
}
form.inline p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #0061ab;
}
h2 {
	font-family: Yekan, Tahoma;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 12px 0 0;
}
h3 {
	font-size: 16px;
	font-family: Yekan, Tahoma;
	line-height: 24px;
	margin-bottom: 14px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
h6 {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
blockquote {
	border-left: 2px solid #ebebeb;
	color: #787878;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	margin: 20px 50px;
	padding: 0 0 5px 15px;
}
.lcol {
	float: left;
}
.rcol {
	float: right;
}
.clear, .clr {
	clear: both;
}
.impot {
	color: #f20000;
}
.noborder {
	border: medium none !important;
}
.sitecontent {
	background: #f5f5f5;
	margin: 0 auto;
	padding: 96px 0 0;
}
.centered-wrapper {
	width: 1000px;
	margin: 0 auto;
}
.pages {
	margin: 15px auto 0;
	width: 1000px;
}
.header {
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	height: 84px;
	min-width: 1000px;
	padding: 6px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.header-wrapper {
	margin: 0 auto;
	width: 1000px;
}
.sticky {
	margin-top: -110px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.slogin {
	float: left;
	margin: 10px 0 0;
	position: relative;
	width: 140px;
}
#login-panel {
	float: left;
	position: relative;
	z-index: 1000;
}
#not-logged {
	overflow: hidden;
	line-height: 36px
}
#not-logged a {
	background: #3498db;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font: 12px/21px Yekan;
	height: 23px;
	margin: 0;
	padding: 2px 8px;
}
#not-logged a:hover {
	background: #1dd2af;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#login-modal {
	display: none;
	background: #fff;
	position: absolute;
	left: 33px;
	padding: 10px;
	top: 35px;
	width: 200px;
	border-top: 4px solid #2980b9;
	box-shadow: 0 2px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.35);
	z-index: 100;
}
#login-modal:after {
	bottom: 100%;
	left: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186,200,78,0);
	border-bottom-color: #2980b9;
	border-width: 10px;
	margin-left: -10px;
}
#login-form input[type=text] {
	margin-left: 5px !important;
}
#login-form input[type=text], #login-form input[type=password] {
	border: none !important;
	box-shadow: 0 0 2px -1px #777 inset;
	-moz-box-shadow: 0 0 2px -1px #777 inset;
	-webkit-box-shadow: 0 0 2px -1px #777 inset;
	padding: 6px;
	font-size: 12px;
	display: block;
	width: 85px;
	float: right;
	margin: 0 0 6px 0;
	color: #999;
}
#login-form input[type=text]:focus, #login-form input[type=password]:focus {
	background: #fff;
}
#login-form input[type=submit] {
	display: block;
	background: #2980b9;
	font: 12px/19px Yekan, Tahoma;
	border: 0 none;
	cursor: pointer;
	color: #fff;
	width: 100%;
	padding: 4px 0 5px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
#login-form input[type=submit]:hover {
	background: #e74c3c;
}
#login-form a {
	font: 12px/13px Yekan, Tahoma;
	display: inline-block;
	background: none!important;
	border-bottom: none!important;
	color: #383838;
	margin: 6px 0 0 !important;
	padding: 0!important;
	text-align: center;
	text-shadow: none!important;
	line-height: 14px!important;
	float: none!important;
}
.remind {
	height: 20px;
	text-align: center;
}
.remind a:hover {
	color: #ee1c25 !important;
}
.avauser-min {
	width: 65px;
	height: 65px;
	display: block
}
#profile-item {
	margin-left: 8px;
	width: 127px
}
#profile-item li {
	height: 28px;
	border-bottom: 1px dotted #cbc9c9;
}
#profile-item li:last-child {
	border-bottom: 0 none !important
}
#profile-item li a {
	color: #555555;
	font: 11px/29px Yekan, Tahoma;
	padding: 0;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
/* -- ParsDLE.com -- */
#profile-item li a:hover {
	color: #ee1c25
}
#profile-item li i {
	color: #e74c3c;
	font: bold 12px Yekan;
}
.searchbtn {
	background: #00559a url("../images/search-icon.png") no-repeat scroll 5px 5px;
	cursor: pointer;
	display: block;
	float: left;
	height: 27px;
	margin-right: 5px;
	width: 27px;
}
.searchbtn:hover {
	background-color: #1dd2af;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.pdsearch {
	background: #1dd2af;
	bottom: -110px;
	box-shadow: 0 1px 6px -2px #a7a7a7;
	left: 0;
	padding: 7px;
	position: absolute;
	visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.pdsearch:after {
	bottom: 100%;
	left: 6px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186,200,78,0);
	border-bottom-color: #1dd2af;
	border-width: 8px;
	margin-left: 0;
}
.pdsearch.pdsshow {
	bottom: -52px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.searchformtop {
	margin-top: 0;
	float: right;
}
.search-form {
	float: right;
	position: relative;
	top: 0;
}
.search-form input[type="text"] {
	background: #fbfbfb;
	border: 1px solid #eee;
	box-shadow: none;
	color: #aaaaaa;
	display: block;
	height: 20px;
	line-height: 2px;
	margin: 0;
	padding: 2px 8px 5px;
	position: relative;
	width: 190px;
}
/* -- ParsDLE.com -- */
.search-form input[type="submit"] {
	background: #16a085 url("../images/search.png") no-repeat scroll 6px 6px;
	width: 27px;
	height: 27px;
	border: 0 none;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 0;
	display: block;
	line-height: 0;
}
.search-form input[type="submit"]:hover {
	background-color: #e74c3c;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.logo {
	float: right;
	height: 84px;
	margin: 0 0 0 20px;
	position: relative;
	width: 240px;
}
.logo a {
	background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 84px;
	position: relative;
	text-indent: -9999px;
	top: 0;
	width: 240px;
}
.logo img {
	display: block;
	position: absolute;
	bottom: 0;
}
#pdmenu-wrap {
	float: right;
	height: 40px;
	margin: 25px 0 0;
	padding: 0;
	position: relative;
	z-index: 100;
}
#pdmenu {
	height: 40px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#pdmenu li {
	display: block;
	float: right;
	margin-left: 5px;
	margin-top: 0;
	position: relative;
	text-align: center;
}
#pdmenu li:hover {
	position: relative;
	display: block;
}
#pdmenu li span {
	background: url("../images/drop.png") no-repeat scroll 9px 14px rgba(0, 0, 0, 0);
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid transparent;
	padding: 5px 9px 14px 29px;
	color: #0061ab;
	display: block;
	font: 14px/20px Yekan;
	outline: 0 none;
	text-decoration: none;
}
#pdmenu li:hover span {
	background: url("../images/drop.gif") no-repeat scroll 9px 14px #ffffff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 2px solid #ee1c25;
	padding: 5px 9px 8px 29px;
	position: relative;
	display: block;
	z-index: 10000 !important;
	cursor: pointer;
}
.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
	margin: -1px auto 4px;
	float: right;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	right: -14px;
	text-align: right;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	box-shadow: 0 6px 6px -4px #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#pdmenu li:hover .dropdown_1column, #pdmenu li:hover .dropdown_2columns, #pdmenu li:hover .dropdown_3columns, #pdmenu li:hover .dropdown_4columns {
	left: auto;
	right: -14px;
	top: auto;
	position: absolute;
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.dropdown_1column {
	width: 250px;
}
.dropdown_2columns {
	width: 350px;
}
.dropdown_3columns {
	width: 420px;
}
.dropdown_4columns {
	width: 420px;
}
.col_1, .col_2, .col_3, .col_4 {
	display: inline;
	float: right;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	margin-bottom: 5px;
	width: 150px;
}
.col_2 {
	width: 350px;
}
.col_3 {
	width: 410px;
}
.col_4 {
	width: 410px;
  
}
#pdmenu .pdmenu_right {
	float: right;
	margin-right: 0;
}
#pdmenu li .align_right {
}
#pdmenu li:hover .align_right {
	right: auto;
	left: -14px;
	top: auto;
}
#pdmenu p, #pdmenu h2, #pdmenu h3, #pdmenu ul li {
	font: 13px/21px Yekan;
	text-align: right;
}
#pdmenu h2 {
	font-size: 14px;
	color: #ee1c25;
	margin: 2px 0 7px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d0d0d0;
    text-align: justify;
}
#pdmenu h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0061ab;
	margin: 7px 0 2px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #d0d0d0;
}
#pdmenu p {
	text-align: justify;
	line-height: 18px;
	margin: 0 0 10px 0;
	color: #686868;
}
#pdmenu li:hover div a {
	font-size: 13px;
	color: #0061ab;
}
#pdmenu li:hover div a:hover {
	color: #ee1c25;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.imgshadow {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	margin-top: 5px;
}
.img_left {
	width: auto;
	float: left;
	margin: 5px 15px 10px 5px;
}
.simple {
	float: right;
	width: 250px;
}
.simple li {
	margin: 0 0 5px !important;
	width: 250px !important;
}
.simple li a {
	background: none repeat scroll 0 0 #f7f7f7;
	display: block;
	padding: 3px 8px 4px;
	color: #686868 !important;
	text-shadow: 1px 1px 0 #ffffff;
}
.simple li a:hover {
	background: #ee1c25;
	color: #ffffff !important;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.products a {
	color: #686868 !important;
	line-height: 24px;
}
.products a:hover {
	color: #ee1c25 !important;
}
#pdmenu li .black_box {
	background-color: #333333;
	color: #ee1c25;
	padding: 4px 6px 4px 6px;
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}
#pdmenu li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pdmenu li ul li {
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: right;
	width: 130px;
}
#pdmenu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.greybox {
	display: block;
	float: right;
	margin: 0 5px !important;
	position: relative;
	width: 200px;
}
.greybox a {
	color: #686868 !important;
	text-shadow: 1px 1px 0 #ffffff;
}
#pdmenu li .greybox li {
	background: #f7f7f7;
	border: 1px solid #f4f4f4;
	margin: 0px 0px 4px 0px;
	padding: 2px 6px 3px;
	width: 186px;
}
#pdmenu li .greybox li:hover {
	background: #ee1c25;
	color: #ffffff;
	border: 1px solid #ee1c25;
	padding: 2px 6px 3px;
	margin: 0px 0px 4px 0px;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.sliderwrap {
	background: #00559a none repeat scroll 0 0;
	padding: 40px 0;
}
.slider {
	height: 380px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.slidercontent {
	float: left;
	width: 1000px;
	height: 380px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.sliderarrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url("../images/nextprev.png");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 165px;
	margin-top: 0;
}
.prev {
	background-position: 0 0;
	left: 22px;
}
.prev:hover {
	background-position: 0 -60px;
}
.next {
	right: 22px;
	background-position: -50px 0;
}
.next:hover {
	background-position: -50px -60px;
}
.slidercontent .item {
	position: absolute;
	width: 1000px;
	height: 380px;
	background: #fff;
}
.slidercontent .item img {
	height: 380px;
	width: 1000px;
}
.sliderbullets {
	position: absolute;
	bottom: 14px;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
}
.sliderbullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: #777;
}
.sliderbullets .active {
	background: #fff;
}
.slidercontent a {
	outline: none;
}
.main-news {
	background: #f5f5f5;
	display: block;
	min-height: 178px;
	padding: 50px 0 44px;
	overflow: hidden;
}
.main-news-block {
	float: right;
	min-height: 200px;
	margin: 0 0 0 38px;
	padding: 0;
	width: 308px;
}
.main-news-block.last {
	margin-left: 0;
}
.mnews-firstpost {
	position: relative;
}
.mnews-fpcat {
	background: rgba(16, 18, 19, 0.5) none repeat scroll 0 0;
	color: #fff;
	font: 12px/32px Yekan;
	height: 35px;
	left: 0;
	padding: 0 7px 0 14px;
	position: absolute;
	z-index: 100;
}
.mnews-fpcat:after {
	border-right: 24px solid transparent;
	border-top: 35px solid rgba(16, 18, 19, 0.5);
	content: "";
	height: 0;
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
}
.mnews-fpost {
	overflow: hidden;
	position: relative;
}
.mnews-fpost-img {
	height: 160px;
	overflow: hidden;
	width: 308px;
}
.mnews-fpost-img img {
	min-height: 160px;
	width: 308px;
}
.mnews-fpost-title {
	background: rgba(16, 18, 19, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font: 12px/32px Yekan;
	height: 35px;
	max-width: 263px;
	padding: 0 12px 0 8px;
	position: absolute;
	right: 0;
}
.mnews-fpost-title:after {
	border-bottom: 35px solid rgba(16, 18, 19, 0.5);
	border-left: 24px solid transparent;
	content: "";
	height: 0;
	left: -24px;
	position: absolute;
	bottom: 0;
	width: 0;
}
.mnews-fpost-title:hover {
	color: #eee;
}
.main-news-block ul {
	margin: 2px 0 0;
	width: 308px;
}
.main-news-block li {
	border-bottom: 1px dashed #cccccc;
	height: 30px;
}
.main-news-block li:last-child {
	border-bottom: medium none;
}
.main-news-block li a {
	font: 12px/28px Yekan;
	color: #555;
}
.main-news-block li a:hover {
	color: #ee1c25;
}
.hblocks {
	background: #ffffff;
	min-height: 280px;
	padding: 40px 0 30px;
}
.hblocks ul {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
.hblocks li {
	float: right;
	margin: 0 0 0 38px;
	min-height: 280px;
	text-align: justify;
	width: 308px;
}
.hblocks li.last {
	margin-left: 0;
}
.hblocks li h3 {
	background: url("../images/h3arrow.png") no-repeat scroll right 11px transparent;
	color: #0061ab;
	font: 15px/26px Yekan;
	height: 26px;
	margin: 0 0 5px;
	padding: 0 12px 0 0;
	text-align: right;
}
.hblocks li img {
	height: 170px;
	width: 308px;
}
.hblocks li img:hover {
}
.hblocks li span {
	float: left;
}
.sitebottom {
	background: rgba(0, 0, 0, 0) url("../images/progreaa.jpg") no-repeat scroll center top;
	background-size: cover;
	color: #fff;
	font-family: Yekan, Tahoma;
	height: 200px;
	margin: 0;
	max-height: 300px;
	min-width: 1000px;
	overflow: hidden;
	padding: 8px 0;
	position: relative;
	text-align: center;
}
.sbtitle {
	color: #fff;
	font-size: 17px;
	margin: 38px 0 14px;
}
.sbtext {
	color: #eee;
	font-size: 13px;
	margin: 0;
}
.footer-top {
	position: absolute;
	bottom: -170px;
	left: -100px;
	width: 100%;
	z-index: 1;
	padding: 0 100px;
	height: 200px;
	background: #204a84;
	transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform: rotateZ(-2.5deg);
	-o-transform: rotateZ(-2.5deg);
	-moz-transform: rotateZ(-2.5deg);
	-webkit-transform: rotateZ(-2.5deg);
	-ms-transform: rotateZ(-2.5deg);
}
.footer {
	overflow: hidden;
	clear: both;
	min-width: 1000px;
	background: #204a84;
	color: #8eadc1;
	padding-top: 33px;
	margin: 0 auto;
}
.footer-wrapper {
	margin: 0 auto;
	min-height: 260px;
	width: 1000px;
}
.topfooter {
	padding: 0;
	margin: 0;
}
.footer-col {
	float: right;
	margin: 0 0 10px 35px;
	position: relative;
	width: 310px;
}
.footer-col.last {
	margin-left: 0 !important;
}
ul#contact-widget li {
	border-bottom: 1px dotted #426c87;
	margin: 0;
	padding: 10px 30px 10px 0;
}
ul#blog-widget li {
	border-bottom: 1px dotted #555;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
ul#blog-widget li img {
	position: absolute;
	top: 3px;
	left: 0;
}
ul#blog-widget li h6 {
	float: left;
	padding-left: 75px;
}
/* -- ParsDLE.com -- */
ul#blog-widget li span {
	float: left;
	clear: both;
	padding-left: 75px;
	width: 100%;
}
ul#contact-widget li:last-child {
	border-bottom: 0 none;
}
ul#blog-widget li:last-child {
	border-bottom: 0 none;
}
li.address {
	background: rgba(0, 0, 0, 0) url("../images/address.png") no-repeat scroll right center;
	padding-top: 5px !important;
}
li.phone {
	background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll right center;
}
li.email {
	background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll right center;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #67a7ff;
}
.footer h3 {
	color: #b3e2ff;
	font-family: Yekan;
	font-size: 16px;
	font-weight: normal;
}
.foter-news {
	margin: 10px 0 4px;
}
.foter-news li {
	border-bottom: 1px dashed #426c87;
	height: 26px;
	list-style: outside none none;
	padding: 1px 0 2px;
}
.foter-news > li:last-child {
	border-bottom: medium none;
}
.foter-news a {
	color: #eeeeee !important;
	display: block;
	font: 12px Yekan;
	padding: 0;
}
.foter-news a:hover {
	color: #ffffff !important;
}
.bottomfooter {
	background: #1a3c6a none repeat scroll 0 0;
	clear: both;
	height: 38px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.btfoot-right {
	float: right;
	font: 12px/38px Yekan, Tahoma;
	height: 38px;
}
.btfoot-right > span {
	float: right;
	font: 13px/36px Tahoma;
	height: 38px;
	margin-left: 3px;
}
.btfoot-left {
	float: left;
}
ul#social {
	margin: 0;
	overflow: hidden;
	padding: 11px 0 0;
}
ul#social li {
	display: inline;
}
/* - ParsDle.IR - */
ul#social li a {
	display: block;
	margin: 0 5px;
	width: 24px;
	float: left;
	height: 24px;
	text-indent: -9999px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
ul#social li a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
a.go {
	background: url(../images/soc/go.png) no-repeat scroll 0 0;
}
a.fa {
	background: url(../images/soc/fa.png) no-repeat scroll 0 0;
}
a.tw {
	background: url(../images/soc/tw.png) no-repeat scroll 0 0;
}
a.rss {
	background: url(../images/soc/rss.png) no-repeat scroll 0 0;
}
.page-title {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.page-title h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #686868;
}
.page-title .double-separator {
	margin: 0;
}
#footer .double-separator {
	margin: 50px 0;
}
#sidebar {
	float: right;
	padding: 0;
	width: 300px;
}
.sidephoto {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	width: 298px;
}
.side-box {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 10px 10px;
}
.side-box-title {
	background: #fff;
	border-bottom: 2px solid #ebebeb;
	height: 38px;
	margin: 0 -10px 10px;
	padding: 0 10px 0 0;
}
.side-box-title h3 {
	border-bottom: 2px solid #3498db;
	color: #555;
	float: right;
	font: 14px/41px Yekan,Tahoma;
	height: 38px;
	margin: 0;
	padding: 0;
}
.side-box-title span {
	float: left;
	font: 11px/40px Yekan, Tahoma;
	margin: 0 0 0 14px;
}
.side-box-title span a {
	color: #ccc;
}
.side-box:hover span a {
	color: #ee1c25;
}
.side-posts {
	margin: -6px 0 -3px;
}
.sidepost {
	border-bottom: 1px dashed #ebebeb;
	color: #555;
	font: 11px/21px Yekan, Tahoma;
	height: 22px;
	list-style: outside none none;
	margin: 0;
	padding: 4px 0;
	position: relative;
}
.sidepost:last-child {
	border-bottom: medium none;
}
.sidepost a {
	color: #555;
}
.sidepost:hover a {
	color: #ee1c25 !important;
}
#blog {
	float: left;
	width: 686px;
}
.speedbar {
	background: #fff url("../images/home.png") no-repeat scroll right 11px;
	border-right: 2px solid #fff;
	color: #9a9a9a;
	font-size: 11px;
	height: 25px;
	line-height: 23px;
	margin: 0 0 13px;
	overflow: hidden;
	padding: 3px 30px 2px 0;
}
.speedbar a {
	color: #333;
	text-decoration: none;
}
.speedbar a:hover {
	color: #777;
	text-decoration: none;
}
#posts {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 0 16px;
	overflow: hidden;
	padding: 0 18px 10px;
	position: relative;
	width: 648px;
}
.single-post .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2.post-title a {
	color: #ee1c25;
}
.btl {
	margin-bottom: 8px;
}
.fulltitle {
	color: #0061ab;
	margin: 4px 2px 7px 0;
}
.meta a {
	color: #888888;
}
.post-thumbnail {
	margin-bottom: 30px;
	display: inline-block;
	clear: both;
	margin-top: 0px;
	padding: 4px;
	border: 1px solid #EFEFEF;
}
.post-thumbnail a {
	display: block;
	position: relative;
	vertical-align: bottom;
}
/* -- ParsDle.IR -- */
.post-thumbnail img {
	width: 630px;
	height: auto;
	background: #fff;
}
.news-info {
	font-size: 11px;
	color: #777;
	border-bottom: 1px dashed #D5D5D5;
	margin: 0 0 10px 0;
	height: 19px;
	padding: 1px 0 6px;
	line-height: 12px;
}
.news-info a {
	color: #777;
	font-size: 11px;
	text-decoration: underline;
}
.news-info a:hover {
	color: #e74c3c;
}
.date, .author, .comms, .views {
	background: url("../images/dataicon.png") no-repeat scroll;
	float: right;
	padding: 0 20px 0 0;
	margin: 0 0 0 14px;
	height: 16px;
}
.date {
	background-position: right -17px;
}
.author {
	background-position: right 0;
	padding: 0 18px 0 0;
}
.comms {
	background-position: right -50px;
	padding: 0 19px 0 0;
}
.views {
	background-position: right -33px;
}
.excerpt {
	width: 100%;
	clear: both;
}
/* -- ParsDle.IR -- */
.post {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 25px;
}
.post-content {
	clear: both;
	padding-top: 40px;
}
.right-image {
	float: right;
	margin: 5px 0 0 20px;
	padding: 4px;
	border: 1px solid #EFEFEF;
}
.left-image {
	float: left;
	margin: 5px 20px 0 0;
	padding: 4px;
	border: 1px solid #EFEFEF;
}
.post-image {
	margin: 5px 0 20px;
}
.fulltags {
	color: #ffffff;
	font-size: 0;
	margin: 10px 0;
	padding: 0;
}
.fulltags span {
	color: #0061ab;
	font: 13px/26px Yekan, Tahoma;
	margin: 0 1px 0 0;
}
.fulltags a {
	background: #eee;
	color: #777;
	display: inline-block;
	font: 11px/25px Yekan, Tahoma;
	height: 26px;
	margin: 0 0 3px 3px;
	padding: 0 9px 0 9.5px;
}
.fulltags a:hover {
	background: #0061ab;
	color: #fff;
}
#comments textarea:focus {
	border: none;
	outline: none;
}
.comment {
	border-bottom: 1px dashed #cccccc;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 0 18px;
	position: relative;
	width: 100%;
}
.comment a {
	color: #ee1c25;
}
.commentwrap {
	margin: 0 85px 0 0;
	padding: 0 0 10px 0;
}
.myavatar {
	right: 0;
	position: absolute;
	top: 0;
}
.myavatar img {
	padding: 4px;
	border: 1px solid #efefef;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.metacomment {
	margin-bottom: 10px;
	padding: 0;
}
.metacomment b {
	font: 12px Yekan, Tahoma;
}
.cominfo {
	margin: 20px 0 0;
}
.comfast {
	background: #555555;
	color: #fff;
	float: right;
	font: 12px/16px Yekan, Tahoma;
	height: 18px;
	margin: -2px 0 0 10px;
	padding: 2px 8px 3px;
}
.comfast:hover {
	background: #ee1c25;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comedit-box a {
	color: #ee1c25;
	float: right;
	font: 12px/16px Yekan, Tahoma;
	height: 18px;
	margin: 0;
	padding: 2px 8px 3px;
}
.comedit-box a:hover {
	color: #555555 !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.threaded {
	margin-left: 75px;
}
#commentform {
	width: 640px;
	position: relative;
}
#commentform fieldset {
	clear: both;
}
#commentform input[type="text"] {
	width: 174px;
	padding: 7px 10px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
textarea#mycomment {
	width: 618px;
	padding: 10px;
	clear: both;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}
#commentform input[type="submit"] {
	margin-top: 5px;
	border: 0 none;
}
.error_message {
	color: #ff3000;
}
.navigation {
	height: 30px;
	width: 100%;
	color: #000;
	margin: 10px auto;
	padding: 8px 0 14px;
	font-size: 12px;
	clear: both;
	text-align: center !important;
}
.navigation b {
	font-size: 25px !important;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	line-height: 28px !important;
	height: 29px;
	text-decoration: none;
	padding: 0 10px;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
}
.navigation a:link {
	background: #262626;
	color: #ffffff;
}
.navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: #ee1c25 !important;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navigation span {
	background: #fefefe !important;
	box-shadow: 0 0 4px #b5b5b5 inset;
	-moz-box-shadow: 0 0 4px #b5b5b5 inset;
	-webkit-box-shadow: 0 0 4px #b5b5b5 inset;
	color: #959595;
	display: inline-block;
	font-size: 12px;
	height: 29px !important;
	line-height: 28px !important;
	padding: 0 10px;
	text-decoration: none;
}
.nav_ext {
	background: none !important;
	color: #000 !important;
	font-weight: bold;
	box-shadow: none !important;
}
.next, .prev {
	display: inline-block !important;
}
.next a, .prev a {
	background: #ee1c25 !important;
}
.next a:hover, .prev a:hover {
	background: #262626 !important;
}
.contact-info p {
	margin: 0;
	padding: 7px 0;
	border-top: 1px solid #efefef;
}
.contact-info p:last-child {
	border-bottom: 1px solid #efefef;
}
.contact-info span {
	color: #ee1c25;
}
.contact-map {
	margin-bottom: 50px;
}
#contactform label {
	clear: both;
}
#contactform input[type=text] {
	margin-bottom: 10px;
	width: 89%;
	padding: 3% 5%;
	height: 20px;
	line-height: 20px;
}
#contactform input[type=submit] {
	font-size: 12px;
	clear: both;
	float: right;
	cursor: pointer;
	margin: 0;
}
#contactform textarea {
	height: 130px;
	clear: both;
}
.contact-loader {
	float: right;
	padding: 11px 11px 0 0;
}
/* -- ParsDle.IR -- */


.shblocks {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e9e9e9;
	display: block;
	float: right;
	height: 238px;
	margin: 0 0 18px;
	outline: 0 none;
	padding: 3px 10px 5px;
	position: relative;
	width: 630px;
}
.shblocks:first-child {
	margin-top: 21px;
}
.shblocks:hover {
	border: 1px solid #C1C1C1;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.30);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.shblocks-title {
	color: #555555;
	font: 15px/26px Yekan, Tahoma;
	height: 26px;
	margin: 6px 2px 7px;
	padding: 0;
	text-align: right;
}
.shblocks-title a {
	color: #555;
}
.shblocks:hover .shblocks-title a {
	color: #ee1c25;
}
.shblocks-title a:hover {
	color: #555;
}
.shblocks-image {
	border: 3px solid #ffffff;
	float: right;
	height: 150px;
	margin: 0 0 0 5px;
	overflow: hidden;
}
.shblocks-image img {
	min-height: 150px;
	transition: all 0.2s linear 0s;
	width: 210px;
}
.shblocks-text {
	padding: 0 222px 0 4px;
}
.shblocks-readmore {
	bottom: 15px;
	left: 16px;
	position: absolute;
}
.shmlink {
	background: #eee none repeat scroll 0 0;
	color: #777;
	display: block;
	float: left;
	font: 12px/27px Yekan, Tahoma;
	height: 27px;
	padding: 1px 2px 1px 4px;
	text-align: center;
	width: 70px;
}
.shmlink:hover {
	background: #ee1c25 none repeat scroll 0 0;
	color: #fff;
}
.button {
	background: #e74c3c;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font: 11px/16px Yekan, Tahoma;
	margin: 0 10px 20px 0;
	padding: 7px 12px 8px 13px;
	position: relative;
	outline: none;
}
.button:hover {
	background: none repeat scroll 0 0 #555555;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#dle-captcha img {
	height: 68px;
	width: 131px;
}
.pagenav {
	clear: both;
	font: 13px Yekan, Tahoma;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
}
.pagenav a {
	background: #fff;
	color: #686868;
	display: inline-block;
	margin: 4px;
	padding: 2px 11px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.pagenav span {
	padding: 2px 11px;
}
span.current {
	color: #fff;
	display: inline-block;
	margin: 4px;
	padding: 5px 12px;
}
span.pages {
	display: inline-block;
	margin: 4px;
	padding: 5px 12px;
	font-weight: 600;
}
span.caption a:hover {
	color: #ee1c25;
}
.widget a:hover {
	color: #ee1c25;
}
.featured-sidebar ul li.selected a {
	color: #ee1c25;
}
.authorp h2 a:hover {
	color: #ee1c25;
}
.comment a:hover {
	color: #ee1c25;
}
#toggle-view li.activated h3 {
	color: #ee1c25;
}
/* -- ParsDle.IR -- */
ul#filters li a:hover {
	color: #fff;
	background: #ee1c25;
}
ul#filters li.selected a {
	color: #fff;
	background: #ee1c25;
}
.portfolio h3 a:hover {
	color: #ee1c25;
}
h2.post-title a:hover, .meta a:hover {
	color: #ee1c25;
}
.pagenav a:hover {
	background: #ee1c25;
	color: #fff;
}
span.current {
	background: #ee1c25;
}
.addcombtn {
	background: url("../images/bg_top_menu.png") repeat-x scroll 0 -5px #eee;
	border: 1px solid #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #555555;
	cursor: pointer;
	float: right;
	font: 13px/27px Yekan, Tahoma;
	height: 30px;
	padding: 1px 0 0 4px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
	width: 85px;
}
.addcombtn:hover {
	background: url("../images/bg_top_menu.png") repeat-x scroll 0 0 #eee;
	color: #333333;
	border: 1px solid #bcbcbc;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/* -- ParsDle.IR -- */
.toggle-plus {
	background: url(../images/plus.png) no-repeat scroll right center;
	width: 21px;
	height: 21px;
}
.toggle-minus {
	background: url(../images/minus.png) no-repeat scroll right center;
	width: 21px;
	height: 21px;
}
.myadmavatar {
	text-align: center;
	padding-top: 10px;
}
.myadmavatar img {
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
:-moz-placeholder {
 color: #c9c9c9 !important;
 font-size: 13px;
}
::-webkit-input-placeholder {
 color: #ccc;
 font-size: 13px;
}
.berrors {
	background: url("../images/warning.png") no-repeat scroll 16px center #f2dede;
	border: 1px solid #ebccd1;
	color: #922723;
	font: 12px/18px Yekan, Tahoma;
	margin: 10px 0 8px;
	padding: 11px 16px 11px 63px;
	text-shadow: 1px 1px 1px #fff2f2;
}
.f_input {
	border: 1px solid #d9d9d9;
	width: 300px;
}
#votes {
	margin: 25px 4px 5px;
}
.vtitle {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 12px Yekan, Tahoma;
	margin: 33px 0 18px;
	padding: 6px 8px 6px 60px;
	position: relative;
	text-align: justify;
}
.qvote {
	background: url(../images/q.png) no-repeat;
	width: 48px;
	outline: none;
	border: none;
	cursor: pointer;
	height: 48px;
	position: absolute;
	top: -20px;
	left: 5px;
}
.editorcomm {
	padding: 5px 0 11px 0;
}
#addcform {
	margin-bottom: 10px;
}
.red {
	color: #f00;
}
.tableform td.label {
	font: 12.5px Yekan, Tahoma;
	padding: 4px 0 0;
	vertical-align: top;
	width: 20%;
}
/* -- ParsDle.IR -- */
.ui-dialog-content .userinfo {
	padding: 15px 10px 10px 0;
}
.userinfo .left-info {
	float: left;
	margin: 10px 0 0 10px;
}
.userinfo .left-info .avatar {
	border: 1px solid #dedede;
	padding: 4px;
}
.userinfo .lcol .avatar {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.popuravatar {
	margin: 6px 0 0 13px;
}
.userinfo .lcol .avatar img {
	width: 100px;
}
.userinfo .lcol ul {
	font-size: 0.9em;
}
.userinfo .right-info {
	margin-left: 130px;
}
.userinfo .rcol ul {
	list-style: none;
	margin-left: 0;
}
.userinfo .rcol ul li {
	margin-bottom: 0.2em;
}
.ussep {
	padding-top: 12px;
	background: url("../images/ussep.png") no-repeat;
}
.grey {
	color: #777777;
}
.orange {
	color: #e74c3c;
}
.benafsh {
	color: #cc00cb;
	font: 14px/26px Yekan, Tahoma;
	margin: 0;
}
.stat {
	margin: 0 0 20px 22px;
	min-width: 200px;
}
.rcol.stat.tree {
	margin-left: 0 !important;
}
.stat li {
	border-bottom: 1px dashed #e0e0e0;
	font: 12px/32px Yekan, Tahoma;
	height: 33px;
	margin: 0;
	padding: 0;
}
.pheading {
	overflow: hidden;
	padding: 0 0 14px;
}
.pheading h2 {
	border-bottom: 1px dashed #d5d5d5;
	color: #0061ab;
	font: 15px/38px Yekan, Tahoma;
	padding: 15px 0 0;
	width: 100%;
}
.pheading .lcol {
	margin-right: 10px;
}
.pheading h2 span {
	color: #3f4b51;
}
.maincont {
	padding: 0;
}
.maincont img {
	border: 5px solid transparent;
	max-width: 98%;
}
.maincont li {
	list-style: inside none disc;
}
.basecont {
	padding-top: 0;
}
.pm_status_content {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ededed;
	color: #777;
	margin: 3px 0 0;
	padding: 10px 14px 11px;
	text-shadow: 1px 1px 0 #fff;
}
.pmtitles {
	overflow: hidden;
	padding: 24px 22px 0 0;
}
.pmtitles a {
	background: #555555;
	color: #ffffff;
	float: right;
	font: 11px/22px Yekan, Tahoma;
	height: 20px;
	margin: 0 0 0 14px;
	padding: 4px 12px 8px 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pmtitles a:hover {
	background: #ee1c25;
}
.sociallogin {
	height: 18px;
	text-align: center;
}
.lfield.lfchek {
	list-style: outside none none;
}
.ratingzero {
	color: #6c838e;
}
.ratingtypeplusminus {
	padding: 0px 5px;
}
.ratingtypeplus {
	color: #777;
	font: 14px/15px Tahoma;
	margin: 0 !important;
	padding: 0 0 0 5px;
}
.ratingplus {
	color: green;
}
.ratingminus {
	color: red;
}
.ratebox {
	float: left;
}
.ratebox2 {
	float: left;
	margin: 2px 0 0 2px;
}
.ratebox3 {
	float: left;
	margin: 2px 0 0 2px;
}
.ratebox ul, .ratebox ul li {
	float: left;
	list-style: outside none none;
}
.ratebox2 ul, .ratebox2 ul li {
	float: left;
	font: 14px/13px Tahoma;
	list-style: outside none none;
	padding: 0 5px 0 0;
}
.ratebox3 ul, .ratebox3 ul li {
	float: left;
	line-height: 13px;
	list-style: outside none none;
}
#bttop {
	background: rgba(0, 0, 0, 0) url("../images/gotop.gif") no-repeat scroll 0 0;
	width: 50px;
	height: 26px;
	right: 70px;
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	display: none;
	padding: 0;
	position: fixed;
	z-index: 9998;
}

.fullgallery {
  display: block;
  float: right;
  margin: 10px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
}
.fullgallery p {
  font-size: 0 !important;
  line-height: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fullgallery img {
  border: 1px solid #d2d0d0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  float: right;
  height: 138px;
  margin: 0 0 10px 8px;
  padding: 2px;
  width: 197px;
}
