/*
theme name: Rasa theme
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;
	background:#ddd;
}
/*
=header 
--------------------------------------------------------------------*/
header {
	background:#990000;
	border-bottom:4px solid #3f0000;
	height:162px;
	margin-bottom:6px;
}
#inner-header {
	background:url(images/header.png) no-repeat top center;
	height:120px;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	padding-top:8px;
}
#inner-header time {
	float:right;
	color:#f1f1f1;
}
#logo {
	float:right;
	margin:0 26px 0 14px;
	width:465px;
}
#logo a {
	background:url(images/logo.png) no-repeat right top;
	display:inline-block;
	min-width:179px;
	min-height:56px;
	margin:8px 104px 14px 0;
	text-indent:-9999px;
}
#slogan {
	color:#fff;
	font-family:'B-Farnaz-font';
	font-size:1.9em;
	line-height:20px;
}
#header-ads img, #header-ads object {
	width:468px;
	height:60px;
	margin-top:32px;
	float:right;
}
#rss {
	background:url(images/icon.png) no-repeat;
	width:42px;
	height:42px;
	display:block;
	text-indent:-9999px;
	float:left;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}
#rss:hover {
	background-position:0 -42px;
}
/*
=introbar-header 
-----------------------------------------------------------*/
#introbar-header-wrapper {
	background:#750000;
	height:34px;
}
#introbar-header {
	width:1200px;
	margin:0 auto;
	position:relative;
}
/*
=main-menu
----------------------------------------------*/
#nav-toggle {
	cursor:pointer;
	height:34px;
	display:none;
	position:absolute;
	top:0;
	right:4px;
	padding-right:42px;
	font-weight:bold;
	line-height:34px;
	color:#fff;
	background:url(images/responsive-menu.png) no-repeat right -3px;
}
#main-menu {
	float:right;
	font-weight:bold;
	width:1000px;
	position:relative;
	z-index:9999;
}
#main-menu li {
	margin-right:15px;
	z-index: 10;
	direction:rtl;
}
#main-menu li a {
	color:#fff;
	text-shadow: 1px 2px 0px #000;
	padding: 6px 1px 12px 10px;
}
#main-menu li a:hover {
	text-decoration: none;
}
#main-menu li:hover ul, #main-menu li.sfHover ul {
	top: 38px !important;
	width: 200px;
}
#main-menu li:hover ul ul, #main-menu li.sfHover ul ul {
	top: 0 !important;
	right: 200px !important;
}
#main-menu ul li a {
	padding:5px 10px;
	border-top:1px solid #b66666;
	font-weight:normal;
}
#main-menu ul li a:hover {
	text-shadow:none;
	color:#ecc3c3;
}
#main-menu ul li:hover ul, #main-menu ul li.sfHover ul {
	top: 38px;
	left: 200px;
}
#main-menu li.backLava {
	background:#3f0000;
	position:absolute;
	padding-right: 10px;
	height:34px !important;
	z-index: 5;
}
#main-menu li.backLava div.leftLava {
	background:#3f0000;
	position: relative;
	width: 100%;
	height: 100%;
}
#main-menu ul {
	position:absolute;
	top:-999em;
	z-index: 10;
}
#main-menu li {
	float:right;
	position:relative;
}
#main-menu a {
	display:block;
}
#main-menu li:hover ul, #main-menu li.sfHover ul {
	right:0px;
	top:38px;
}
#main-menu li:hover li ul, #main-menu li.sfHover li ul {
	top:-999em;
}
#main-menu li li:hover ul, #main-menu li li.sfHover ul {
	right:200px;
	top:0px;
}
#main-menu li:hover ul, #main-menu li li:hover ul {
	top: -999em;
}
#main-menu li li {
	display: block;
	padding: 0px;
	height: auto !important;
	margin:0;
	float:none;
}
#main-menu li ul {
	width:200px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	background:#920000;
	border:1px solid #b66666;
	border-top:none;
}
#main-menu li li a:link, #main-menu li li a:visited {
	display: block;
	height: auto;
}
#main-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
/*
=search-wrapper
------------------------------------------------------*/
#search-form {
	overflow:hidden;
	float:left;
	border:1px solid #b66666;
	padding:1px 2px;
	background:#920000;
	height:24px;
	margin-top:4px;
}
#search-form input {
	background:none;
	border:none;
	font-family:tahoma;
}
#search-form #search-submit {
	width:25px;
	height:24px;
	float:left;
	cursor:pointer;
	background:url(images/icon.png) no-repeat 0 -92px;
}
#search-form #search-text {
	width:105px;
	height:18px;
	float:right;
	padding:3px 6px;
	color:#fff;
	line-height:18px;
	-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:146px;
}
/*
=container 
--------------------------------------------------------------------*/
#container {
	width:1200px;
	margin:0 auto;
}
#featured-area {
	overflow:hidden;
}
/*
=content-wrapper 
---------------------------------------------------*/
#content-wrapper {
	float:right;
	width:860px;
}
#hot-news {
	clear:both;
	margin-bottom:14px;
	padding-right:16px;
	line-height:26px;
	overflow:hidden;
	background: #dddddd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #dddddd 0%, #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dddddd), color-stop(0%, #dddddd), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #dddddd 0%, #dddddd 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #dddddd 0%, #dddddd 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #dddddd 0%, #dddddd 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #dddddd 0%, #dddddd 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1 ); /* IE6-8 */
}
#hot-news a {
	color:#4a4a4a;
}
#hot-news a:hover {
	color:#a10000;
}
#wrapper {
	width:860px;
	margin:0 auto;
	overflow:hidden;
}
/*
=slider-wrapper 
----------------------------------------------*/
#slider-wrapper {
	margin:0 auto 14px;
	overflow: hidden;
	position:relative;
	background:#fff;
	width:840px;
	height:300px;
	padding:10px;
	float:right;
}
.lof-slidecontent {
	position:relative;
	overflow:hidden;
	width:840px;
	height:300px;
}
.main-slider-content {
	width:570px;
	height:300px;
}
#jslidernews2 .preload {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF;
}
#jslidernews2 .preload div {
	height:100%;
	width:100%;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
}
#jslidernews2 .sliders-wrapper {
	position:relative;
	height:100%;
	width:570px;
	z-index:3;
	overflow:hidden;
}
#jslidernews2 ul.sliders-wrap-inner {
	overflow:hidden;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}
#jslidernews2 ul.sliders-wrap-inner li {
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
#jslidernews2 .lof-opacity li {
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
#jslidernews2 .navigator-content {
	position:absolute;
	right:0;
	top:00px;
	z-index:9;
	height:300px;
	width:284px;
	overflow:hidden;
	color:#FFF
}
#jslidernews2 .navigator-wrapper {
	position:relative;
	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
#jslidernews2 ul.navigator-wrap-inner {
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
#jslidernews2 ul.navigator-wrap-inner li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
}
ul.sliders-wrap-inner li img {
	width:570px;
	height:300px;
	padding:0px;
}
#jslidernews2 .slider-description a.readmore {
	color:#58B1EA;
	font-size:95%;
	font-weight:bold;
}
#jslidernews2 .slider-description a.readmore:hover, #jslidernews3 .slider-description a:hover {
	color:#ff0000;
}
#jslidernews2 .slider-description a {
	color:#FFF;
}
#jslidernews2 .slider-description {
	text-align:right;
	z-index:100;
	position:absolute;
	bottom:30px;
	left:0px;
	width:350px;
	background:url(images/bg_trans.png);
	height:100px;
	padding:10px;
	color:#FFF;
}
#jslidernews2 .slider-description .title-slider {
	font-size: 1.5em;
	margin: 10px 0;
	padding: 0;
}
#jslidernews2 .slider-description .slider-meta a {
	margin:0;
	background:#C01F25;
	font-size:0.9em;
	padding:2px 3px;
	text-decoration:none
}
#jslidernews2 .item-meta a:hover {
	text-decoration:underline;
}
#jslidernews2 .item-meta i {
	font-size:70%;
}
#jslidernews2 ul.navigator-wrap-inner li.active {
	background:url(images/arrow-bg.png) no-repeat scroll left center;
	color:#FFF
}
#jslidernews2 ul.navigator-wrap-inner li > div {
	background:url(images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding:0 22px 0 5px;
	border-top:1px solid #E1E1E1;
	text-align:right;
	font-size:0.9em;
	direction:rtl;
}
#jslidernews2 ul.navigator-wrap-inner li.active div {
	background:url(images/grad-bg.gif);
	color:#FFF;
}
#jslidernews2 ul.navigator-wrap-inner li img {
	height:60px;
	width:60px;
	margin:15px 0 10px 15px;
	float:right;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
#jslidernews2 ul.navigator-wrap-inner li.active img, #jslidernews2 ul.navigator-wrap-inner li:hover img {
	border:#6C8E5C solid 1px;
}
#jslidernews2 ul.navigator-wrap-inner li .mini-title {
	margin:10px 0;
	font-size:1.3em;
}
#jslidernews2 .button-next, #jslidernews2 .button-previous {
	display:block;
	width:19px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:38px;
	z-index:40;
	top:131px;
	text-indent:-999px;
	direction:rtl;
	background:url(images/btn-slider.png) no-repeat;
}
#jslidernews2 .button-next {
	right:0px;
	background-position:0 -82px;
}
#jslidernews2 .button-previous {
	left:0px;
	background-position:-19px -82px;
}
#jslidernews2 .button-next:active, #jslidernews2 .button-previous:active {
	top:132px;
}
#jslidernews2 .button-control {
	position:absolute;
	top:10px;
	right:48%;
	height: 20px;
	width: 20px;
	cursor:hand;
	cursor:pointer;
	background:url(images/transparent_bg.png) repeat;
}
#jslidernews2 .button-control span {
	display:block;
	width:100%;
	height:100%;
}
#jslidernews2 .action-start span {
	background:url(images/play.png) no-repeat center center;
}
#jslidernews2 .action-stop span {
	background:url(images/pause.png) no-repeat center center;
}
ul.lof-main-wapper li {
	position:relative;
}
/*
=main-content
-----------------------------------------------*/
#main-content {
	float:left;
	width:586px;
}
.line {
	border-bottom:1px solid #ddd;
	float:none;
	width:100% !important;
	margin-bottom:5px;
}
#main-content .box-content, #archive-content .box-content {
	padding:10px 0;
}
#single-content .box-content {
	padding:0;
}
.scroller-header a {
	margin:6px 0 0 12px;
}
.scroller-header a.selected {
	margin:0 0 0 12px;
}
/*
=post
----------------------------------------*/
.post {
	margin-bottom:8px;
	direction:rtl;
}
#panelone .post {
	width:100% !important;
	float:none;
}
#single-content .post {
	padding:14px;
	clear:both;
}
#main-title {
	margin-bottom:10px;
	color:#063253;
	line-height:28px;
}
.post-content {
	overflow:hidden;
	color:#444;
	padding:0 12px;
	clear:both;
}
#single-content .post-content {
	padding:0;
}
#panelone .post-content {
	float:none;
	width:96% !important;
}
.roo-titr {
	color:#6c6c6c;
	display:block;
	margin:12px 0;
}
.post time {
	font-size:1em;
	color:#fff;
	line-height:16px;
	background:#a9a9a9;
	padding:2px 6px;
	clear:both;
}
#archive-content .post time {
	float:left;
}
.post .post-title {
	margin:0 0 10px;
	line-height:20px;
	float:right;
	max-width:680px;
}
.post .post-content .post-title {
	float:none;
	max-width:408px;
}
.post .post-title a {
	color:#990000;
	font-size:1em;
}
#single-content .post .post-title a {
	font-size:1.5em;
}
.post .post-title a:hover {
	color:#560000;
}
.post-content p {
	color:#444;
	line-height:20px;
	margin-bottom:12px;
}
.post-content p a {
	color:#ff0000;
	text-shadow:none;
}
.post-content p a:hover {
	text-decoration:underline;
	color:#990000;
}
.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:#444;
}
.post-content ul li a:Hover, .post-content ol li a:hover {
	color:#990000;
}
.post-content ul li {
	list-style:disc outside none;
}
.post-content ol li {
	list-style:decimal outside none;
}
.post-thumb {
	float:left;
	margin:0 8px 8px 0;
}
#archive-content .post-thumb {
	float:right;
	margin:0 0 0 8px;
}
.post-thumb img {
	background:#f6f6f6;
	padding:2px;
	border:1px solid #dcdcdc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
	display:block;
	width:134px;
	height:115px;
	-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;
}
.post-content p img {
	background:#f6f6f6;
	padding:2px;
	border:1px solid #dcdcdc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
	display:block;
	-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;
	max-width:96%;
}
.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 td {
	border:1px solid #990000;
	padding:5px;
}

.post-meta {
	height:20px;
	background:#990000;
	overflow:hidden;
	float:right;
	padding-top:4px;
}
.post-meta li {
	padding:0 12px;
	line-height:12px;
	float:right;
	border-left:1px solid #fff;
	list-style:none;
	color:#fff;
	font-size:0.9em;
}
.post-meta .last-li {
	border:none;
}
.post-meta .last-li a {
	color:#fff;
}
#grant {
	background:#ececec;
	height:22px;
	margin:6px 20px 0 6px;
	float:left;
	padding:0 3px;
	color:#444;
}
#send-email, #print {
	display:block;
	width:27px;
	height:20px;
	background:url(images/icon.png) no-repeat 0 -125px;
	margin:8px 20px 0 0;
	float:left;
}
#print {
	background-position:0 -158px;
	width:16px;
	height:16px;
}
#tags {
	float:right;
	color:#161616;
	margin-top:10px;
	width:520px;
	clear:both;
}
#tags a {
	color:#161616;
}
#tags a:hover {
	color:#a10000;
}
#social {
	float:left;
	margin-top:10px;
}
#social p {
	float:right;
	color:#161616;
	line-height:32px;
	font-weight:bold;
}
#social ul {
	overflow:hidden;
	float:left;
	margin:0;
}
#social li {
	list-style:none;
	float:left;
	margin-right:8px;
}
#social li a {
	display:block;
	background:url(images/icon.png) no-repeat;
	width:32px;
	height:32px;
	-webkit-transition: all 0.16s ease-in-out;
	-moz-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}
#social li.twitter a {
	background-position:0 -259px;
}
#social li.facebook a {
	background-position:0 -331px;
}
#social li.google-plus a {
	background-position:0 -182px;
}
#social li.twitter a:hover {
	background-position:0 -295px;
}
#social li.facebook a:hover {
	background-position:0 -367px;
}
#social li.google-plus a:hover {
	background-position:0 -218px;
}
/*
=wpcf7-form, comment-form
----------------------------------------------------*/
.comment-post {
	float:right;
	width:506px;
}
.wpcf7 {
	padding:0 10px;
}
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:#fff;
	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:160px;
	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:#a10000;
	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:#990000;
	border-color:#750000;
}
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:#f7f7f7;
}
ol.commentlist ul.children li.even {
	background:#f8f8f8;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
#comments {
	color:#a10000;
	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:#a10000;
	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:#161616;
	margin-bottom:10px;
	font-weight:bold;
}
#commentform .cptch_block {
	margin-right:90px;
}
#commentform label {
	display:block;
	float:right;
	width:90px;
	line-height:20px;
}
#commentform input, #commentform textarea, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	float:right;
	padding:3px 8px;
	color:#4C4C4C;
	font-family:tahoma;
	background:#f7f7f7;
	border:1px solid #d5d5d5;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	margin-top:10px;
}
#commentform input:focus, #commentform textarea:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form .wpcf7-select:focus {
	border-color:#a10000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#commentform textarea, .wpcf7-form textarea {
	width:350px;
	padding:8px;
}
#commentform #submit, .wpcf7-form .wpcf7-submit {
	cursor:pointer;
	padding:2px 8px;
	width:60px;
	font-weight:bold;
	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;
	color:#fff;
	text-align:center;
	-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;
	margin-right:90px;
}
.wpcf7-form .wpcf7-submit {
	margin:0;
}
#commentform #submit:hover, .wpcf7-form .wpcf7-submit:hover {
	background:#990000;
	border-color:#750000;
}
.wpcf7-form .wpcf7-file:focus {
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background:none;
}
.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 {
	float:none;
	margin:0;
	background:none;
	border: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;
}
/*
=box-post
---------------------------------*/
.box-post {
	float:left;
	width:340px;
}
.box-post ul {
	margin-right:10px;
}
.box-post ul li {
	overflow:hidden;
	padding-bottom:8px;
}
/*
=archive-slider
---------------------------------*/
#jslidernews3 {
	position:relative;
	overflow:hidden;
	padding:5px;
	background:#fff;
	width:496px;
	height:300px;
	float:right;
}
#jslidernews3 .preload {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
#jslidernews3 .preload div {
	height:100%;
	width:100%;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
}
#jslidernews3 .main-slider-content {
	width:496px;
	height:300px;
}
#jslidernews3 .sliders-wrapper {
	position:relative;
	height:100%;
	width:496px;
	z-index:3;
	overflow:hidden;
}
#jslidernews3 ul.sliders-wrap-inner {
	overflow:hidden;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}
#jslidernews3 ul.sliders-wrap-inner li {
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
#jslidernews3 .lof-opacity {
	width:100%;
	height:100%;
}
#jslidernews3 .lof-opacity li {
	position:absolute!important;
	top:0;
	left:0;
	float:inherit!important;
}
#jslidernews3 .navigator-content {
	position:absolute;
	left:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
#jslidernews3 .navigator-wrapper {
	position:relative;
	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
#jslidernews3 ul.navigator-wrap-inner {
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
#jslidernews3 ul.navigator-wrap-inner li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
}
#jslidernews3 ul.sliders-wrap-inner li img {
	padding:0px;
	width:496px;
	height:300px;
}
#jslidernews3 .slider-description > div {
	padding:12px;
}
#jslidernews3 .slider-description a.readmore {
	color:#58B1EA;
	font-size:95%;
}
#jslidernews3 .slider-description a {
	color:#FFF;
}
#jslidernews3 .slider-description {
	z-index:100;
	position:absolute;
	bottom:5px;
	right:0px;
	width:100%;
	background:url(images/bg_trans.png);
	color:#FFF;
}
#jslidernews3 .slider-description a {
	color:#fff;
	font-size:1.5em;
}
#jslidernews3 .button-next, #jslidernews3 .button-previous {
	background:url(images/btn-slider.png) no-repeat;
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:40px;
	z-index:40;
	top:130px;
	text-indent:-999px;
}
#jslidernews3 .button-next {
	right:14px;
	background-position:-40px 0;
}
#jslidernews3 .button-previous {
	left:14px;
	background-position:0 0;
}
#jslidernews3 .button-next:hover {
	background-position:-40px -40px;
}
#jslidernews3 .button-previous:hover {
	background-position:0 -40px;
}
#jslidernews3 .button-next:active, #jslidernews3 .button-previous:active {
	top:131px;
}
/*
=widg
--------------------------------------*/
#featured-area .widg {
	float:left;
	width:320px;
}
#featured-area .widg-content {
	height:262px;
}
.widg, .box {
	margin-bottom:14px;
}
.widg-title, .box-title {
	color:#fff;
	background:#990000;
	font-size:1.5em;
	line-height:20px;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-khtml-border-radius:4px 4px 0 0;
	display:inline-block;
	padding:2px 12px;
}
.widg-content, .box-content {
	border-top:4px solid #990000;
	padding:15px 8px;
	background:#fff;
	overflow:hidden;
}
.widg-content ul li {
	background:url(images/bullet.png) no-repeat right 7px;
	line-height:20px;
	padding:0 16px 8px 0;
	overflow:hidden;
}
.widg-img .widg-content ul li, .widg-content .widg-img li {
	background:none;
	padding:0 0 8px 0;
}
.widg-content ul li a, .box-post ul li a {
	color:#4a4a4a;
}
.widg-content ul li a:hover, .box-post ul li a:hover {
	color:#a10000;
}
.widg-content ul li a:active, .box-post ul li a:active {
	color:#560000;
}
.widg-content ul li .widg-thumb, .box-post ul li .widg-thumb {
	float:right;
	margin-left:6px;
	background:#f6f6f6;
	padding:2px;
	border:1px solid #dcdcdc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
	display:block;
	width:68px;
	height:42px;
	-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 ul li .widg-thumb:hover, .post-thumb img:hover, .post-content p img:hover, #carousel img.img-front:hover, .box-post ul li .widg-thumb:hover, .gallery > img:hover {
	border-color:#a10000;
}
.widg-content ul li .widg-thumb img, .box-post ul li .widg-thumb img {
	width:68px;
	height:42px;
}
#thumb-original {
	position:absolute;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
}
.more {
	float:left;
	font-weight:bold;
	margin-left:15px;
	clear:both;
}
/*
=widg-category
--------------------------------------*/
#widg-category .widg-content ul {
	margin-right:5px;
}
#widg-category .widg-content ul .cat-item {
	background:none;
	list-style:circle inside;
	padding:3px 0;
	color:#a10000;
}
#widg-category .widg-content li .children {
	margin-right:10px;
}
#widg-category .widg-content li .children li {
	list-style:disc inside;
}
#widg-category .widg-content li .children li ul li {
	list-style:square inside;
}
/*
=widg tagcloud
--------------------------------------*/
.widg-content .tagcloud {
	overflow:hidden;
}
.widg-content .tagcloud a {
	float:right;
	display:block;
	background:#b66666;
	color:#fff;
	margin:0 0 6px 6px;
	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:#a10000;
}
.widg-content .tagcloud a:active {
	background:#560000;
}
/*
=widg menu
--------------------------------------*/
.widg-content .menu li {
	background:none;
	padding:3px 0;
	color:#a10000;
}
.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:#560000;
}
.widg-content .textwidget a {
	color:#ff0000;
}
.widg-content .textwidget a:hover {
	color:#a10000;
	text-decoration:underline;
}
.widg-content .textwidget a:active {
	color:#560000;
}
/*
=rsswidget
--------------------------------------*/
.widg-title .rsswidget {
	color:#fff;
}
.widg-title .rsswidget img {
	margin-left:4px;
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:2px;
}
#wp-calendar thead th {
	background:#990000;
	width: 24px;
	color: #fff;
	text-align: center;
}
#wp-calendar tbody td {
	color: #444;
	border: 1px solid #ddd;
	text-align: center;
}
#wp-calendar tbody td a {
	color: #ff0000;
}
#wp-calendar tfoot td a {
	color: #ff0000;
}
/*
=ads
--------------------------------------*/
.ads img, .ads object {
	display:block;
	margin:0 auto 10px;
	max-width:100%;
}
/*
=sidebar1
-----------------------------------------------*/
#sidebar1 {
	float:right;
	width:262px;
}
/*
=sidebar2
---------------------------------------------------*/
#sidebar2 {
	float:left;
	width:320px;
}
#wrapper #sidebar2, #content-wrapper #sidebar2 {
	display:none;
}
/*
=mini-slider
-------------------------------------*/
#mini-slider {
	height: 1%;
	overflow:hidden;
	position:relative;
}
#mini-slider .viewport {
	width: 258px;
	height: 236px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
#mini-slider .buttons {
	position:absolute;
	bottom:130px;
	text-indent:-9999px;
	background:url(images/btn-slider.png) no-repeat;
	width:21px;
	height:21px;
	display:block;
	z-index: 9999;
}
#mini-slider .next {
	right:5px;
	background-position:-59px -91px;
}
#mini-slider .prev {
	left:5px;
	background-position:-38px -91px;
}
#mini-slider .prev:active, #mini-slider .next:active {
	bottom:129px;
}
#mini-slider .disable {
	visibility: hidden;
}
#mini-slider .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 258px;
	left: 0;
	top: 0;
}
#mini-slider .overview li {
	float: left;
	height: 236px;
	width: 258px;
	background:none;
	padding:0;
}
#mini-slider .overview li img {
	height: 190px;
	width: 258px;
}
#mini-slider .slider-title a {
	color:#a10000;
	text-align:center;
	line-height:20px;
	width: 100%;
	display:inline-block;
	font-size:1.9em;
}
#mini-slider .slider-title a:hover {
	color:#750000;
}
/*
=tab-menu
-------------------------------------*/
/*
=tabs
---------------------------------------*/
.tabs1, .tabs2 {
	overflow:hidden;
}
.tabs1 li, .tabs2 li {
	float:right;
}
.tabs1 li a, .tabs2 li a {
	float:right;
	display:block;
	color:#8f8f8f;
	background:#fff;
	font-size:1em;
	font-weight:bold;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-khtml-border-radius:4px 4px 0 0;
	padding:0 14px;
	height:22px;
	line-height:22px;
	margin:6px 0 0 8px;
}
.tabs1 li.current a, .tabs2 li.current a, .tabs1 li.active a, .tabs2 li.active a {
	color:#fff !important;
	background:#990000;
	height:28px;
	margin:0 0 0 8px;
	line-height:28px;
}
.tab-container1, .tab-container2 {
	clear:both;
	width:100%;
}
/*
=footer 
--------------------------------------------------------------------*/
footer {
	background:url(images/footer.png) repeat-x;
	height:65px;
	padding-top:7px;
}
#inner-footer {
	overflow:hidden;
	width:1200px;
	margin:0 auto;
}
#footer-logo {
	float:right;
	margin-left:20px;
}
#footer-logo a {
	background:url(images/footer-logo.png) no-repeat;
	display:inline-block;
	width:172px;
	height:65px;
	text-indent:-9999px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-size:4.5em;
	line-height:20px;
}
/*
=copyright
-------------------------------------------*/
#copyright {
	float:right;
	color:#fff;
	line-height:20px;
	margin-left:20px;
}
#copyright 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:7px auto 0;
}
/*
=footer-menu
-------------------------------------------*/
#footer-menu {
	float:right;
	margin-left:20px;
	overflow:hidden;
}
#footer-menu li {
	float:right;
	line-height:65px;
	margin:0 17px;
}
#footer-menu li a {
	font-weight:bold;
	color:#fff;
}
#footer-menu li a:hover {
	color:#a8a7a7;
}
#online-user {
	float:left;
	color:#fff;
	font-weight:bold;
	line-height:33px;
	text-align:center;
}
/*
=wp_page_numbers
--------------------------------------*/
#wp_page_numbers {
	background:#990000;
	font-size:0.9em;
	padding:5px 6px 0;
	margin:20px auto;
	width:250px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
#wp_page_numbers li {
	float:left;
	margin-bottom:5px;
}
#wp_page_numbers li.space {
	padding-left:5px;
	color:#fff;
}
#wp_page_numbers li.page_info {
	color:#fff;
	line-height:20px;
}
#wp_page_numbers li a {
	background:#fff;
	border:1px solid #990000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	color:#990000;
	margin-left:5px;
	padding:2px 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;
}
#wp_page_numbers li.active_page a, #wp_page_numbers li a:hover {
	background:#990000;
	border-color:#fff;
	color:#fff;
}
/*
.gallery
---------------------------------------------------------*/
.gallery {
	clear: both;
}
.gallery > img {
	height: 134px;
	width:134px;
	cursor: pointer;
	margin:0 14px 14px;
	border:1px solid #dcdcdc;
	padding:2px;
	background:#f6f6f6;
border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
}
.view {
	display: none;
	position: fixed;
	z-index: 9999;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(128, 128, 128, 0.9);
}
.view img {
	position: absolute;
	margin: auto;
	max-width: 76%;
	max-height: 76%;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
}
.view .control {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 30px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
}
.view .control:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.view .prev, .view .next {
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEUAAADn5+fMzMybm5v+/v4aGho7Ozvs7Ow9PT1paWnNzc319fX39/fGxsbOzs7X19f///9a5cBWAAAAEHRSTlMAx5ZR8gMUyhY0l+nuk5edQKeKOwAAAExJREFUOMvtyjkOgDAQBMEZ1vjg3P+/lphkVgIjEbjTajyrktqLM/CSf+71jfNbz4E3OpXDkp+QteTHHB1Lh2Max+3YoY9thc4M3boAUF4EQhWxxtYAAAAASUVORK5CYII=) no-repeat center center;
}
.view .next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.view .prev {
	left: 0;
}
.close {
	height: 30px;
	margin: auto;
	left: 0;
	right: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEUAAACSkpLv7+8sLCyampqXl5dmZmZkZGSYmJj8/PxgYGCVlZW8vLz7+/sPDw+7u7u7u7v19fXV1dXDw8Nra2v////8/PyAUl8bAAAAFXRSTlMAet8agFJPKlboTGRy4QhhqPisrFAcDNbVAAAAlUlEQVQ4y4XRyxKDIBBEUSAhEB+Jjxr+/1NFWPSibZ2FUnVusWDc8/x8SIJiGOp3NPuma6/SbhBFNrPYTm8U7Ci0o2Dngp0LuCrgXJBTAVeF9l7MU3dVFGuuZ6s+3Xg+bwhJu1nZ5fa7f8Ru4WL7cBTCUQhHoRwFOxfsXMBlEbvL4g/nYq6/17IO4u198e4sslMzSsEcAD0OzXhIFX4AAAAASUVORK5CYII=) no-repeat center center;
}
.load {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 15px;
	border: 3px solid white;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.4);
}
.load:before {
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: white;
	content: "";
	-webkit-animation: load 1s infinite alternate;
	-moz-animation: load 1s infinite alternate;
	-ms-animation: load 1s infinite alternate;
	-o-animation: load 1s infinite alternate;
	animation: load 1s infinite alternate;
}
@keyframes "load" {
 100% {
left: 85px;
}
}
 @-moz-keyframes load {
 100% {
left: 85px;
}
}
 @-webkit-keyframes "load" {
 100% {
left: 85px;
}
}
 @-ms-keyframes "load" {
 100% {
left: 85px;
}
}
 @-o-keyframes "load" {
 100% {
left: 85px;
}
}
blockquote {
	background:#ededed;
	color: #444;
	padding:5px;
	margin-bottom:20px;
}