/*
theme name: قالب فروشگاهی پارسه
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/
@charset "utf-8";
@import url('reset.css');
body {
	direction:rtl;
	text-align:right;
	font:normal normal 0.75em/20px tahoma;
	border-top:3px solid #434343;
}
/*
=header
-------------------------------------------------------------------*/
header {
	margin:0 auto 15px;
	width:1130px;
}
/*
=logo-wrapper
-----------------------------------------*/
#logo-wrapper {
	float:right;
	height:72px;
	padding:5px 0;
	max-width:385px;
}
#logo {
	margin-left:30px;
	float:right;
	min-width:136px;
}
#logo a {
	background:url(images/logo.png) no-repeat center center;
	text-indent:-9999px;
	display:block;
	height:67px;
 -webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
	-webkit-transform-origin:50% 0px;
	-moz-transform-origin:50% 0px;
	-webkit-animation: oscillation 1.5s ease-in-out infinite alternate;
	-moz-animation: oscillation 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes oscillation {
 from {
 -webkit-transform:rotate(-2deg);
}
to {
	-webkit-transform:rotate(2deg);
}
}
 @-moz-keyframes oscillation {
 from {
 -moz-transform:rotate(-2deg);
}
to {
	-moz-transform:rotate(2deg);
}
}
#slogan {
	float:right;
	font-size:1.4em;
	color:#424242;
	width:216px;
	padding-top:16px;
	line-height:22px;
}
/*
=search-form
--------------------------------------------------*/
#search-form {
	background:#fff;
	padding:6px;
	border:1px solid #d8d9dc;
	float:left;
	margin-top:34px;
}
#search-form input {
	background:none;
	border:none;
	font-family:tahoma;
}
#search-form #search-submit {
	width:23px;
	height:23px;
	float:left;
	cursor:pointer;
	background:url(images/icon.png) no-repeat 0 0;
}
#search-form #search-text {
	width:180px;
	height:23px;
	float:right;
	padding:0 2px;
	color:#aaa;
	line-height:23px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#search-form #search-text:focus {
	width:254px;
}
#tel {
	display:block;
	padding:5px 54px 5px 10px;
	border:1px solid #d8d9dc;
	float:left;
	background:url(images/icon.png) no-repeat 125px -28px;
	font-size:1.2em;
	margin:28px 52px 0 0;
	color:#363636;
	text-align:left;
	width:105px;
}
/*
=shopping-cart-wrapper
------------------------------------------------- */
#shopping-cart-wrapper {
	margin:34px 42px 0 0;
	float:left;
	width:140px;
	color:#474747;
	position:relative;
	line-height:30px;
	height:35px;
	padding-right:45px;
	background:url(images/icon.png) 146px -163px no-repeat;
}
#shopping-cart-wrapper a, #shopping-cart-wrapper a span {
	color:#474747 !important;
}
#shopping-cart-wrapper span {
	font-weight: normal;
	color:#fff;
}
#cart-update-notification {
	background:url(images/notification.png) no-repeat;
	width:48px;
	height:26px;
	color:#777 !important;
	display:block;
	padding:2px 18px 8px 4px;
	text-align:center;
	position:absolute;
	left:-40px;
	font-size:11px;
	top:-29px;
	display:none;
	line-height:14px;
}
/*
=Reveal Modals
------------------------------------------------- */		
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 150;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
 *left:400px;
	margin-left: -300px;
	width: 520px;
	background: #eee;
	position: fixed;
	z-index: 151;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.reveal-modal a img {
	display: block;
	margin: 0 auto;
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	height:16px;
	line-height: .8;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #1bbc9b;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .close-reveal-modal:hover {
	color:#f7941d;
}
.reveal-modal table {
	width:520px;
	margin-bottom:20px;
	display:none;
 *border-left:1px solid #c0bfbf;
}
.reveal-modal table tr.title td {
	font-weight: bold;
}
.reveal-modal table tr.title td {
	color:#1bbc9b;
}
.reveal-modal table td {
	color:#575757;
	padding:5px 5px;
	text-align:center;
	border:1px solid #b7b7b7;
}
#myModal #checkout {
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 80px;
	padding-bottom:4px;
	text-align:center;
	line-height:20px;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari and Chrome */
	-o-border-radius:4px; /* Opera */
	-khtml-border-radius:4px; /* Konqueror */
	font-size:14px;
	background:#f7941d;
	color:#fff;
}
#myModal #checkout:hover {
	background:#1bbc9b;
}
#myModal table .inc-cart{color:green; cursor: pointer; font-size:18px;}
#myModal table .dec-cart{color:red; cursor: pointer; font-size:29px;}
#myModal table .remove-cart{color:red; cursor: pointer; font-size:18px;}
#cart-icon { float:right; padding-left:8px; }
/*
=header-menu
--------------------------------------------------*/
#nav-toggle {
	cursor:pointer;
	height:35px;
	display:none;
	position:absolute;
	top:0;
	right:0;
	padding-right:48px;
	font-weight:bold;
	line-height:35px;
	color:#434343;
	min-width:100px;
	background:url(images/responsive-menu.png) no-repeat right -3px;
}
#header-menu {
	position:relative;
	float:right;
	width:985px;
	margin-top:6px;
}
#header-menu ul {
	overflow:hidden;
	z-index:9999;
}
#header-menu ul li {
	float:right;
	margin:0 10px;
	line-height:23px;
}
#header-menu ul li.home {
	text-indent:-9999px;
	background:url(images/icon.png) no-repeat 0 -90px;
}
#header-menu ul li.home a {
	display:block;
	width:29px;
	height:23px;
}
#header-menu ul li a {
	color:#666;
	font-size:1.1em;
}
#header-menu ul li a:hover, #header-menu ul li.current-menu-item a {
	color:#f7941d;
}
#header-menu ul li.home:hover, #header-menu ul li.current-menu-item.home {
	background-position:0 -130px;
}
header time {
	float:left;
	color:#434343;
	font-size:1.1em;
	margin-top:6px;
	line-height:23px;
}
/*
=wrapper
-------------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:1130px;
	overflow:hidden;
}
/*
=featured-area
-------------------------------------------------------*/
#featured-area {
	margin-bottom:15px;
}
/*
=cats-menu
-------------------------------------*/
#featured-area nav {
	float:right;
	width:246px;
	background:#1bbc9b;
	max-height:398px;
}
.tinynav {
	display: none;
}
#title-menu {
	color:#fff;
	background:url(images/cats-menu.png) no-repeat right center;
	display:block;
	line-height:24px;
	padding-right:46px;
	font-size:1.3em;
	margin:6px;
}
#cats-menu ul {
	position:absolute;
	top:-9999px;/* hides all submenu items */
	width:196px; /* set the width of sub menu */
	border:1px solid #fff;
	background:#21a489;
}
#cats-menu li .sf-sub-indicator {
	background:url(images/sub.png) no-repeat left center;
	text-indent:-9999px;
	width:7px;
	height:11px;
	float:left;
	direction:rtl;
	margin-top:5px;
}
#cats-menu li {
	position:relative;
	border-bottom:1px solid #49c9af;
}
#cats-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
#cats-menu li a {
	font-weight:bold;
	display:block;
	position:relative;
	color:#fff;
	padding:6px;
}
#cats-menu li a:hover, #cats-menu .current-menu-item a {
	color:#1d1d1d !important;
	background:#fff !important;
}
#cats-menu li a:hover .sf-sub-indicator,, #cats-menu .current-menu-item a .sf-sub-indicator {
 background:url(images/sub-hover.png) no-repeat left center !important;
}
#cats-menu li.sfHover a {
	color:#1d1d1d;
	background:#fff;
}
#cats-menu li.sfHover a .sf-sub-indicator {
	background:url(images/sub-hover.png) no-repeat left center;
}
#cats-menu li ul li {
	width:100%;
}
#cats-menu li ul li a {
	color:#fff !important;
	background:none !important;
	text-align:right;
}
#cats-menu li ul li a .sf-sub-indicator {
	background:url(images/sub.png) no-repeat left center !important;
}
#cats-menu li ul li a:hover, #cats-menu li.sfHover li.sfHover a.sf-with-ul {
	color:#1d1d1d !important;
	background:#fff !important;
}
#cats-menu li ul li a:hover .sf-sub-indicator, #cats-menu li.sfHover li.sfHover a.sf-with-ul .sf-sub-indicator {
	background:url(images/sub-hover.png) no-repeat left center !important;
}
#cats-menu li.sfHover li.sfHover ul li a, #cats-menu li.sfHover li.sfHover li a.sf-with-ul {
	color:#fff !important;
	background:none !important;
}
#cats-menu li.sfHover li.sfHover ul li a .sf-sub-indicator, #cats-menu li.sfHover li.sfHover ul li a.sf-with-ul .sf-sub-indicator {
	background:url(images/sub.png) no-repeat left center !important;
}
#cats-menu li.sfHover li.sfHover ul li a:hover, #cats-menu li.sfHover li.sfHover li.sfHover a.sf-with-ul {
	color:#1d1d1d !important;
	background:#fff !important;
}
#cats-menu li.sfHover li.sfHover ul li a:hover .sf-sub-indicator, #cats-menu li.sfHover li.sfHover ul li.sfHover a .sf-sub-indicator {
	background:url(images/sub-hover.png) no-repeat left center !important;
}
#cats-menu li:hover ul, #cats-menu li.sfHover ul {
	right:246px;
	top:0; /* match top ul list item height */ /* tanzim mikone ke koja zir-menu neshoon dade beshe */
	z-index:99;
}
#cats-menu li:hover li ul, #cats-menu li.sfHover li ul {
	top:-9999px;
}
#cats-menu li li:hover ul, #cats-menu li li.sfHover ul {
	right:196px; /* match ul width */
	top:0;
}
#cats-menu li li li:hover ul, #cats-menu li li li.sfHover ul {
	right:196px; /* match ul width */
	top:0 !important;
}
#cats-menu li li:hover li ul, #cats-menu li li.sfHover li ul {
	top:-999em;
}
#cats-menu a, #cats-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration:none;
	overflow:hidden;
}
/*
=looped-slider
------------------------------------------*/
#looped-slider {
	float:right;
	margin:0 14px;
	width:686px;
	height:398px;
	position:relative;
}
#looped-slider .container {
	position:relative;
	overflow:hidden;
	width:686px;
	height:398px;
}
#looped-slider .slides {
	position:absolute;
	top:0;
	left:0;
}
#looped-slider .slides div {
	position:absolute;
	left:0;
	top:0;
	width:686px;
}
#looped-slider .slides div img {
	width:686px;
	height:398px;
}
#looped-slider .pagination {
	position:absolute;
	width:100px;
	list-style:none;
	bottom:8px;
	right:293px;
}
#looped-slider .pagination li {
	float:left;
	margin-right:8px;
}
#looped-slider .pagination li a {
	text-indent:-9999px;
	width:12px;
	height:12px;
	display:block;
	background:url(images/pagination.png) no-repeat;
}
#looped-slider .pagination li.active a {
	background-position:-20px 0;
}
/*
=ads-wrapper
------------------------------------------*/
#ads-wrapper {
	float:left;
	width:170px;
}
.ads img, .ads object {
	max-width:100%;
	display:block;
	margin:0 auto 8px;
}
/*
=main-content
-------------------------------------------------------*/
#main-content {
	float:left;
	width:870px;
}
/*
=box
--------------------------------------*/
.box-content {
	overflow:hidden;
}
#single-content {
	margin:0 15px 15px;
}
.box-title {
	margin-bottom:10px;
}
.pbox {
	float:right;
	width:201px;
	height:265px;
	border:1px solid #b7b7b7;
	background:#fbfbfb;
	margin:0 7px 14px;
	cursor:pointer;
	position:relative;
	padding-bottom:25px;
	position:relative;
}
.related-post .pbox {
	width:193px;
	height:206px;
}
.pbox img {
	height:178px;
	width:201px;
	background:#fff;
}
.related-post .pbox img, .related-post .theme-overlay  {
	width:193px;
	height:120px;
}
.ptitle {
	padding:10px 4px;
}
.ptitle a {
	color:#575757;
	line-height:20px;
	font-size:0.9em;
	font-family:tahoma;
}
.available, .not-available {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background:#1bbc9b;
	text-align:center;
	color:#fff;
	width:58px;
	height:22px;
	line-height:18px;
}
.not-available {
	background:#ec3838;
}
.price {
	color:#070707;
	font-size:1.1em;
	position:absolute;
	bottom:1px;
	height:22px;
	line-height:18px;
	right:64px;
}
.related-post  .price {
	font-size:1em;
}
.theme-overlay {
	background: url(images/theme_hover_bg.png);
	width:201px;
	height:178px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	z-index:99;
}
.add-shopping-cart, .detail, .postal-buy {
	background:#1bbc9b;
	display:block;
	height:30px;
	width:150px;
	line-height:30px;
	color:#fff !important;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font-weight:bold;
	margin:0 auto 10px;
	cursor:pointer;
}
.pbox .add-shopping-cart, .pbox .detail, .pbox .postal-buy {
	position:absolute;
	top:25px;
	left:-150px;
}
.pbox .add-shopping-cart, .pbox .postal-buy {
	left:150px;
}
.pbox .detail {
	top:80px;
}
.pbox .postal-buy {
	top:135px;
}
.related-post .pbox .add-shopping-cart {
	top:5px;
}
.related-post .pbox .detail {
	top:45px;
}
.related-post .pbox .postal-buy {
	top:85px;
}
.add-shopping-cart:hover, .detail:hover, .postal-buy:hover, .more-link:hover, #commentform #submit:hover, .wpcf7-form .wpcf7-submit:hover {
	background:#f7941d;
}
.clear-res1, .clear-res2 {
	clear:both;
	display:none;
}
.more {
	float:left;
	color:#1BBC9B;
	font-size:1.4em;
	display:inline-block;
	margin:3px 8px 0;
}
.more:hover {
	color:#f7941d;
}
/*
=slider-wrap	
------------------------------------------------------*/
#slider-wrap {
	float:right;
	width:528px;
	height: 306px;
	overflow:hidden;
	background:#646464;
	position:relative;
}
#slider-wrap img {
	display: block;
	float: left;
}
.caroufredsel_wrapper {
	height:306px !important;
}
#images, #thumbs {
	height: 306px;
	overflow: hidden;
	list-style:none;
}
#images {
	position:relative !important;
	height: 306px !important;
	float:right;
}
#images a img, #images a {
	height: 306px !important;
	width:433px !important;
	display:block;
}
#thumbs {
	position:relative !important;
	float:left !important;
	width: 95px !important;
	height: 244px !important;
	margin-top:31px;
}
#thumbs img {
	border: 1px solid #ebebeb;
	margin: 0 auto 6px !important;
	cursor: pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-khtml-border-radius:8px;
	float:none !important;
	width:76px;
	height:53px;
}
#slider-wrap #prev, #slider-wrap #next {
	width: 36px;
	height: 22px;
	display: block;
	text-indent: -999em;
	position: absolute;
	left:24px;
}
#slider-wrap #prev {
	background:url(images/prev.png) no-repeat;
	top:4px;
}
#slider-wrap #prev:active {
	top:5px;
}
#slider-wrap #next {
	background:url(images/next.png) no-repeat;
	bottom:4px;
}
#slider-wrap #next:active {
	bottom:5px;
}
#slide-desc {
	float:left;
	width:340px;
}
#slide-desc .box-title span {
	display:block;
	text-align:center;
	font-size:1em;
}
#slide-desc .box-content {
	padding:10px 20px 20px;
}
#slide-desc .box-content p {
	line-height:30px;
	margin-bottom:5px;
}
#slide-desc .box-content span {
	font-size:1.2em;
	display:block;
	margin-bottom:10px;
}
#slide-desc .box-content .status strong {
	color:#1bbcb9;
}
/*
=tabs
---------------------------------------*/
.tabs {
	overflow:hidden;
	background:#f69829;
	line-height:28px;
}
.tabs li {
	float:right;
}
.tabs li a {
	display:block;
	text-align:center;
	padding:0 12px;
	color:#fff;
	font-size:1.3em;
	font-family:"twosweb-font";
}
.tabs li.current a, .tabs li.active a {
	background:#1bbc9b;
}
.tab-container {
	clear:both;
	padding:15px;
}
/*
=post
----------------------------------------*/
#archive-post .post {
	padding:0 10px 10px;
	border-bottom:1px dotted #b7b7b7;
	margin:10px 5px;
}
.post-content {
	overflow:hidden;
	color:#474747;
}
.post-title {
	margin-bottom:10px;
	line-height:22px;
}
.post-title a {
	color:#1bbcb9;
	font-size:1.5em;
}
.post-title a:hover {
	color:#f7941d;
}
.post-content p {
	margin-bottom:12px;
}
.post-content p a:hover {
	text-decoration:underline;
	color:#1bbcb9;
}
.more-link {
	float:left;
	font-weight:bold;
	margin:4px 0;
	clear:both;
	background:#1bbc9b;
	color:#fff !important;
	padding:3px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
}
.post-content ul, .post-content ol {
	margin:0 18px 15px 0;
}
.post-content li {
	line-height:22px;
	margin-right:8px;
}
.post-content ul li a, .post-content ol li a {
	color:#474747;
}
.post-content ul li a:Hover, .post-content ol li a:hover {
	color:#1bbcb9;
}
.post-content ul li {
	list-style:disc outside none;
}
.post-content ol li {
	list-style:decimal outside none;
}
.post-thumb {
	display:block;
	float:right;
	margin-left:8px;
}
.post-thumb img {
	width:100px;
	height:100px;
	border:1px solid #b7b7b7;
	padding:1px;
}
.post-content p img {
	border:1px solid #b7b7b7;
	padding:1px;
	max-width:98%;
}
.post-content p img.alignleft {
	margin:10px;
}
.post-content p img.alignright {
	margin:10px;
}
.post-content p img.aligncenter {
	margin:10px auto;
	clear:both;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin:22px 0 2px;
}
.post-content h1 {
	font-size:1.8em;
	line-height:34px;
}
.post-content h2 {
	font-size:1.7em;
	line-height:28px;
}
.post-content h3 {
	font-size:1.5em;
	line-height:26px;
}
.post-content h4 {
	font-size:1.3em;
	line-height:22px;
}
.post-content h5 {
	font-size:1.2em;
	line-height:20px;
}
.post-content h6 {
	font-size:1em;
	line-height:18px;
}
.post-content table th {
	background:#1bbc9b;
	color:#fff;
	text-align:center;
}
.post-content table {
	width:99%;
}
.post-content table td {
	border:1px solid #1bbcb9;
	padding:5px;
}
.post-meta {
	margin:8px 0 0;
	overflow:hidden;
}
.post-meta li {
	padding:0 12px;
	line-height:12px;
	float:right;
	border-left:2px solid #1bbc9b;
	margin:0 0 8px 0;
	list-style:none;
}
.post-meta li:last-child {
	border-left:none;
}
.post-meta li a:Hover {
	text-decoration:underline;
}
/*
=related-post
---------------------------------*/
.related-post ul li {
	cursor:pointer;
	background:url(images/bullet.png) right 10px no-repeat;
	line-height:18px;
	padding:0 12px 12px 0;
}
.related-post ul li a {
	color:#474747;
	font-family:Tahoma;
	font-size:12px;
}
.related-post ul li a:hover {
	color:#1bbcb9;
}
.related-post ul li a:active {
	color:#f7941d;
}
/*
=wp_page_numbers
--------------------------------------*/
#wp_page_numbers {
	font-size:0.9em;
	margin:10px auto;
	width:250px;
}
#wp_page_numbers li {
	float:left;
	margin-bottom:5px;
}
#wp_page_numbers li.space {
	padding-left:5px;
	color:#474747;
}
#wp_page_numbers li.page_info {
	color:#474747;
	line-height:20px;
}
#wp_page_numbers li a {
	background:#1bbc9b;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	color:#fff;
	margin-left:5px;
	padding:4px 7px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#wp_page_numbers li.active_page a, #wp_page_numbers li a:hover {
	background:#f69829;
}
/*
=wpcf7-form, comment-form
----------------------------------------------------*/
.wpcf7 {
	padding:0 15px;
}
p.nocomments {
	margin-bottom:8px;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	margin:0 0 10px;
	padding:8px 7px;
	position:relative;
	background:#f7f7f7;
	overflow:hidden;
}
ol.commentlist li.pingback comment-author {
	padding:0 170px 0 0;
}
ol.commentlist .comment-body {
	overflow:hidden;
}
ol.commentlist .comment-body em {
	font-style:normal;
}
ol.commentlist li div.vcard {
	overflow:hidden;
	width:310px;
	float:right;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#cc0000;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
}
ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border:1px solid #aaa;
	padding: 5px;
	float:right;
	margin:0 0 10px 10px;
}
ol.commentlist li div.comment-meta {
	float:left;
	margin:15px 0;
}
ol.commentlist li div.comment-meta a {
	color:#068168;
	text-decoration:none;
}
ol.commentlist li p {
	margin-bottom:12px;
	float:right;
	clear:both;
}
ol.commentlist li ul {
	font-weight:normal;
	line-height: 16px;
	font-family:tahoma;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}
ol.commentlist li div.reply {
	background:#999;
	border:1px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
	font-weight:bold;
	font-family:tahoma;
	color:#fff;
	padding:4px;
	text-align:center;
	width:58px;
	float:left;
	clear:both;
	font-size:0.9em;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ol.commentlist li div.reply:hover {
	background:#1bbc9b;
	border-color:#068168;
}
ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-5 {
	margin:0 0 3px;
}
ol.commentlist ul.children li.odd {
	background:#fff;
}
ol.commentlist ul.children li.even {
	background:#f5f5f5;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
#comments {
	color:#1bbcb9;
	font-size:1.5em;
	margin-bottom:12px;
	font-weight:normal;
	line-height:20px;
}
#respond {
	padding:0 10px;
}
#respond h3 {
	margin-bottom:8px;
}
#respond h3 span {
	color:#1bbcb9;
	display:block;
	line-height:28px;
	font-size:1.3em;
	font-weight:normal;
}
#commentform, .wpcf7-form {
	overflow:hidden;
}
#commentform p, .wpcf7-form p {
	overflow:hidden;
	color:#474747;
	margin-bottom:10px;
	font-weight:bold;
}
#commentform label {
	display:block;
}
#commentform input, #commentform textarea, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	float:right;
	padding:3px 8px;
	color:#1bbcb9;
	margin-top:10px;
	font-family:tahoma;
	background:#f5f5f5;
	border:1px solid #aaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow: 0 0 5px #aaa inset;
	-webkit-box-shadow:0 0 5px #aaa inset;
	box-shadow: 0 0 5px #aaa inset;
}
#commentform input:hover, #commentform textarea:hover, .wpcf7-form input:hover, .wpcf7-form textarea:hover, .wpcf7-form .wpcf7-select:hover {
	border:1px solid #1bbcb9;
}
#commentform input:focus, #commentform textarea:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form .wpcf7-select:focus {
	border-color:#f7941d;
}
#commentform textarea, .wpcf7-form textarea {
	width:370px;
	padding:8px;
}
#commentform #submit, .wpcf7-form .wpcf7-submit {
	float:left;
	cursor:pointer;
	padding:2px 8px;
	margin:0 0 0 449px;
	font-weight:bold;
	background:#1bbc9b;
	border:none !important;
	color:#fff !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#commentform #submit {
	margin:0 0 0 429px;
}
.wpcf7-form .wpcf7-file {
	border:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background:none !important;
}
.cancel-comment-reply {
	margin-bottom:10px;
}
#commentform #url, #commentform #email, .wpcf7-validates-as-email {
	text-align:left;
}
#commentform .cptch_block input {
	margin-top:0;
	float:none;
}
.wpcf7-form .wpcf7-select {
	font-family: tahoma;
	height: 25px;
	width: 235px;
	padding:0;
}
.wpcf7-form .wpcf7-select option {
	padding:5px;
}
.wpcf7-checkbox, .wpcf7-radio {
	margin:10px 10px 0 0;
	display:block;
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item {
	margin-left:10px;
}
.wpcf7-checkbox .wpcf7-list-item input, .wpcf7-radio .wpcf7-list-item input, .wpcf7-form .wpcf7-acceptance {
	float:none;
	margin:0;
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.wpcf7-quiz-label {
	float:right;
	margin:14px 0 0 12px;
 *margin:0 0 0 12px;
}
.wpcf7-form .wpcf7-acceptance {
	margin:4px 0 0 10px;
	background:none;
	border:none;
}
.wpcf7-form .wpcf7-file {
	background:none;
	border:none;
	cursor:pointer;
}
.cptch_block {
	direction:rtl;
}
/*
=aside
-------------------------------------------------------*/
aside {
	float:right;
	width:246px;
}
/*
=widg
--------------------------------------*/
.widg, .box {
	border:1px solid #b7b7b7;
	margin-bottom:20px;
	overflow:hidden;
}
.widg-title, .box-title {
	border-top:3px solid #f69829;
}
.widg-title span, .box-title span {
	background:#f69829;
	color:#fff;
	display:inline-block;
	padding:0 5px 3px;
	font-size:1.4em;
	line-height:22px;
}
.widg-content {
	padding:10px;
}
.widg-content ul li {
	line-height:20px;
	cursor:pointer;
	padding:0 12px 12px 0;
	background:url(images/bullet.png) no-repeat right 9px;
}
.widg-thumb .widg-content ul li {
	overflow:hidden;
	background:none;
	padding:0 0 12px;
}
.widg-thumb .widg-content ul li img {
	float:right;
	border:1px solid #fff;
	width:76px;
	height:67px;
	margin-left:8px;
}
.widg-thumb .widg-content ul li:hover img, .pbox:hover, #thumbs img.selected, #thumbs img:hover, .post-thumb:hover img, .post-content p img:hover {
	border-color:#f7941d;
}
.widg-thumb .widg-content ul li span {
	color:#8d8d8d;
	display:block;
	text-align:center;
	padding-top:3px;
}
.widg-content ul li a, .widg-content .menu li:hover a {
	color:#474747;
}
.widg-content ul li:hover a, .pbox:hover .ptitle a, #shopping-cart-wrapper a:hover, .widg-content .menu li a:hover {
	color:#1bbc9b;
}
.widg-content ul li:active a, .widg-content .menu li:active a {
	color:#f7941d;
}
/*
=widg tagcloud
--------------------------------------*/
.widg-content .tagcloud {
	overflow:hidden;
}
.widg-content .tagcloud a {
	float:right;
	display:block;
	background:#1bbc9b;
	color:#fff;
	margin:0 0 5px 5px;
	line-height:24px;
	padding:5px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widg-content .tagcloud a:hover {
	background:#f69829;
}
.widg-content .tagcloud a:active {
	background:#078168;
}
/*
=widg menu
--------------------------------------*/
.widg-content .menu li {
	background:none;
	padding:3px 0;
	color:#f7941d;
}
.widg-content .menu li ul {
	margin-right:10px;
}
.widg-content .menu li ul li {
	list-style:square inside;
}
.widg-content .menu li ul li ul li {
	list-style:disc inside;
}
/*
=textwidget
--------------------------------------*/
.widg-content .textwidget {
	color:#474747;
}
.widg-content .textwidget a {
	color:#1bbc9b;
}
.widg-content .textwidget a:hover {
	color:#f69829;
}
.widg-content .textwidget a:active {
	color:#078168;
}
/*
=rsswidget
--------------------------------------*/
.widg .rsswidget {
	font-weight:bold;
	color:#1bbc9b;
}
.widg .rsswidget:hover {
	color:#f69829;
}
.widg .rsswidget:active {
	color:#078168;
}
/*
=ads-sidebar
--------------------------------------*/
.ads-sidebar img, .ads-sidebar object {
	max-width:100%;
	display:block;
	margin:0 auto 8px;
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	color:#474747;
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:4px;
	color:#474747;
}
#wp-calendar thead th {
	background:#1bbc9b;
	width: 24px;
	color: #fff;
	text-align: center;
}
#wp-calendar tbody td {
	color: #474747;
	border: 1px solid #b7b7b7;
	text-align: center;
}
#wp-calendar tbody td a {
	color: #f69829;
}
#wp-calendar tfoot td a {
	color: red;
}
/*
=footer
-------------------------------------------------------------------*/
#footer-wrapper {
	background:#434343;
	padding-top:24px;
}
#footer {
	margin:0 auto;
	width:1130px;
	overflow:hidden;
}
#img-footer {
	float:left;
	max-width:230px;
	margin-top:14px;
}
/*
=footer-widg
--------------------------------------*/
.footer-widg {
	float:right;
	width:230px;
	margin-left:70px;
}
.footer-widg-title {
	font-size:1.5em;
	line-height:22px;
	margin-bottom:18px;
	color:#f7941d;
}
.footer-widg-content ul li {
	line-height:20px;
	color:#fff;
	cursor:pointer;
	padding:0 14px 10px 0;
	background:url(images/bullet.png) no-repeat right 10px;
}
.footer-widg-content ul li a {
	color:#fff;
}
.footer-widg-content ul li:hover a {
	color:#1bbc9b;
}
.footer-widg-content ul li:active a {
	color:#f7941d;
}
/*
=copyright
---------------------------------------------------*/
#copy-wrapper {
	border-top:1px solid #666;
	padding:8px 0 4px;
}
#copyright {
	width:1130px;
	margin:0 auto;
}
#copyright p {
	color:#fff;
	text-align:center;
	line-height:20px;
}
#copyright p a {
	color:#fff;
}
#copyright #footer-favicon {
	text-indent:-9999px;
	background:url(images/favicon-2sweb.png) center center no-repeat;
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	margin:5px auto 0;
}
blockquote {
	color: #222;
	border-right:15px solid #1bbc9b;
	background:#eee;
	padding:10px;
	margin:10px auto;
}
#jashnvareh-click {
	display:none;
}