/*
theme name: Shahr 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:url(images/body.gif);
}
/*
=container
------------------------------------------------------------------------*/
#container {
	margin:0 auto;
	width:1200px;
}
header {
	background:url(images/header.png) no-repeat center top;
	height:240px;
	width:100%;
	margin:0 auto;
	padding-bottom:1px;
}
header .fl {
	margin-bottom:10px;
}
#img-header {
	display:block;
	float:right;
	margin:60px 116px 0 0;
}
/*
=logo
-----------------------------------------*/
#logo {
	float:right;
	padding:36px 14px 0 7px;
	position:relative;
	height:169px;
}
#logo a {
	background:url(images/logo.png) no-repeat right top;
	text-indent:-9999px;
	display:inline-block;
	color:#fff;
	min-width:264px;
	max-height:169px;
	min-height:134px;
}
#logo #slogan {
	color:#fff;
	text-shadow:1px 1px #585858;
	font-size:1.5em;
	position:absolute;
	right:294px;
	top:152px;
	width:545px;
	line-height:24px;
}
/*
=header-menu
-----------------------------------------*/
#header-menu {
	overflow:hidden;
	margin-top:5px;
}
#header-menu li {
	float:left;
	margin:0 7px;
}
#header-menu li a {
	color:#fff;
}
#header-menu li a:hover, #header-menu li.current-menu-item a {
	color:#076173;
}
/*
=twossocial
-----------------------------------------*/
#twossocial {
	overflow:hidden;
	margin-top:140px;
}
#twossocial li {
	float:left;
	margin-left:5px;
}
#twossocial li a {
	display:block;
	background:url(images/twossocial.png) no-repeat;
	width:29px;
	height:29px;
	-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;
}
#twossocial li.rss a {
	background-position:0 0;
}
#twossocial li.facebook a {
	background-position:-34px 0;
}
#twossocial li.google-plus a {
	background-position:-68px 0;
}
#twossocial li.twitter a {
	background-position:-102px 0;
}
#twossocial li.rss a:hover {
	background-position:0 -29px;
}
#twossocial li.facebook a:hover {
	background-position:-34px -29px;
}
#twossocial li.google-plus a:hover {
	background-position:-68px -29px;
}
#twossocial li.twitter a:hover {
	background-position:-102px -29px;
}
/*
=introbar
-------------------------------------------------*/
#introbar {
	background:url(images/introbar.png) repeat-x;
	height:35px;
	line-height:35px;
	clear:both;
	position:relative;
}
/*
=main-menu
----------------------------------------------------------*/
#nav-toggle {
	cursor:pointer;
	height:35px;
	display:none;
	position:absolute;
	top:0;
	right:0;
	padding-right:42px;
	font-weight:bold;
	line-height:35px;
	color:#fff;
	background:url(images/responsive-menu.png) no-repeat right -3px;
}
#main-menu {
	padding-top:1px;
	line-height:33px;
	float:right;
	width:1010px;
}
#main-menu ul {
	position:absolute;
	top:-9999px;/* hides all submenu items */
	width:150px; /* set the width of sub menu */
	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: #25688f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1Njg4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjU2ODhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyNDA1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQwNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25688f), color-stop(0%, #25688f), color-stop(100%, #224052), color-stop(100%, #224052));
	background: -webkit-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -o-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -ms-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: linear-gradient(to bottom, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	border:1px solid #192e3c;
}
#main-menu li {
	float:right;
	position:relative;
	border-left:1px solid #d0e9f7;
}
#main-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li a {
	padding:0 16px;
	display:block;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border-bottom:1px solid transparent;
}
#main-menu li a:hover, #main-menu .current-menu-item a {
	background: #25688f !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1Njg4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjU2ODhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyNDA1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQwNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25688f), color-stop(0%, #25688f), color-stop(100%, #224052), color-stop(100%, #224052)) !important;
	background: -webkit-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%) !important;
	background: -o-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%) !important;
	background: -ms-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%) !important;
	background: linear-gradient(to bottom, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%) !important;
	border-bottom:1px solid #192e3c !important;
}
#main-menu li.sfHover a {
	background: #25688f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1Njg4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjU2ODhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyNDA1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQwNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25688f), color-stop(0%, #25688f), color-stop(100%, #224052), color-stop(100%, #224052));
	background: -webkit-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -o-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: -ms-linear-gradient(top, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	background: linear-gradient(to bottom, #25688f 0%, #25688f 0%, #224052 100%, #224052 100%);
	border-bottom:1px solid #192e3c;
}
#main-menu li .sf-sub-indicator {
	float:left;
	direction:rtl;
	padding-right:5px;
 *position:absolute;
 *left:4px;
 *top:1px;
}
#main-menu li ul li {
	width:100%;
	border:none;
	line-height:18px;
}
#main-menu li ul li a {
	background:none !important;
	border:none !important;
	text-align:right;
	padding:5px;
}
#main-menu li ul li a:hover, #main-menu li.sfHover li.sfHover a.sf-with-ul {
	background: #25688f !important;
	border:none !important;
}
#main-menu li.sfHover ul li.sfHover ul li a.sf-with-ul {
	background:none !important;
	border:none !important;
}
#main-menu li.sfHover li.sfHover ul li a:hover, #main-menu li.sfHover li.sfHover li.sfHover a.sf-with-ul {
	background: #25688f !important;
	border:none !important;
}
#main-menu li:hover ul, #main-menu li.sfHover ul {
	right:0;
	top:33px; /* match top ul list item height */ /* tanzim mikone ke koja zir-menu neshoon dade beshe */
	z-index:99;
}
#main-menu li:hover li ul, #main-menu li.sfHover li ul {
	top:-9999px;
}
#main-menu li li:hover ul, #main-menu li li.sfHover ul {
	right:150px; /* match ul width */
	top:0;
}
/*#main-menu li li:hover li ul, #main-menu li li.sfHover li ul {
	top:-999em;
}*/
#main-menu a, #main-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration:none;
	overflow:hidden;
}
/*
=search-form
-----------------------------------------*/
#search-form {
	float:left;
	margin:4px 0 0 5px;
	background:url(images/search.png) no-repeat;
	width:173px;
	height:24px;
	padding:2px;
}
#search-form input {
	background:none;
	border:none;
	font-family:tahoma;
}
#search-form #search-submit {
	width:30px;
	height:24px;
	float:left;
	cursor:pointer;
}
#search-form #search-text {
	width:133px;
	height:18px;
	float:left;
	padding:3px 5px;
	color:#a2a2a2;
	line-height:18px;
}
/*
=wrapper
------------------------------------------------------------------------*/
#wrapper {
	background:#f7f7f7;
	padding:12px 8px 0;
	margin:0 auto;
	overflow:hidden;
}
/*
=main-content
-----------------------------------------------------------*/
#main-content {
	float:left;
	width:930px;
}
#featured-area {
	overflow:hidden;
}
#featured-area .box {
	float:right;
	width:285px;
}
#featured-area #tab-wrapper {
	width:630px;
	margin-left:8px;
}
/*
=tabs
---------------------------------------*/
.tabs {
	overflow:hidden;
	margin:5px auto;
}
.tabs li {
	float:right;
	margin:0 3px;
}
.tabs li a {
	display:block;
	color:#fff;
	padding:0 6px;
	text-align:center;
	width:104px;
	font-size:0.9em;
	line-height:23px;
	background:url(images/tab.png) repeat-x;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
}
.tabs li.current a, .tabs li.active a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmZjY2ZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fccff), color-stop(0%, #2fccff), color-stop(96%, #297fa7), color-stop(96%, #297fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* IE10+ */
	background: linear-gradient(to bottom, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fccff', endColorstr='#297fa7', GradientType=0 ); /* IE6-8 */
}
.tab-container {
	clear:both;
	height:315px;
}
.tab-content {
	overflow:hidden;
}
.latest-post {
	float:right;
	width:314px;
	margin-left:26px;
}
.latest-post img {
	width:312px;
	height:206px;
	margin-bottom:5px;
	border:1px solid #c9c9c9;
}
.lpost-title a {
	color:#2a8fba;
	font-size:1.4em;
	line-height:20px;
}
#tab-wrapper .latest-wrapper {
	float:left;
	width:278px;
}
#tab-wrapper .latest-wrapper li {
	overflow:hidden;
	cursor:pointer;
	margin-bottom:14px;
}
#tab-wrapper .latest-wrapper li a {
	color:#444;
}
#tab-wrapper .latest-wrapper li img {
	float:right;
	border:1px solid #c9c9c9;
	margin-left:8px;
	width:72px;
	height:47px;
}
/*
=looped-slider
-------------------------------------*/
#looped-slider {
	width:276px;
	height:200px;
	position:relative;
}
#looped-slider .container {
	width:276px;
	height:200px;
	overflow:hidden;
	position:relative;
}
#looped-slider .slides {
	position:absolute;
	top:0;
	left:0;
}
#looped-slider .slides div.slide {
	position:absolute;
	left:0;
	top:0;
	width:276px;
}
#looped-slider .slide-img {
	display:block;
	width:276px;
	height:200px;
}
#looped-slider img {
	width:276px;
	height:200px;
}
#looped-slider .next, #looped-slider .previous {
	position:absolute;
	display:block;
	bottom:100px;
	background:url(images/btn-slider.png) no-repeat;
	width:19px;
	text-indent:-9999px;
	height:28px;
}
#looped-slider .previous {
	background-position:0 0;
	left:4px;
}
#looped-slider .next {
	background-position:-19px 0;
	right:4px;
}
#looped-slider .previous:hover {
	background-position:0 -28px;
}
#looped-slider .next:hover {
	background-position:-19px -28px;
}
#looped-slider .previous:active, #looped-slider .next:active {
	bottom:99px;
}
#looped-slider .caption {
	width:260px !important;
	background:url(images/caption.png);
	color:#fff;
	text-align:right;
	padding:2px 8px;
	line-height:22px;
	position:absolute;
	left:0;
	bottom:0;
}
#looped-slider .caption a {
	color:#fff;
	font-size:1.7em;
}
#looped-slider .caption a:hover, #footer-menu li a:hover {
	color:#c0dbf9;
}
/*
=content
-----------------------------------------------------------*/
#content {
	float:right;
	width:524px;
}
#main-content .single-content {
	width:762px;
	margin-left:8px;
}
/*
=post
----------------------------------------*/
.post {
	border-bottom:1px solid #cecece;
	padding:0 7px 5px;
	margin-bottom:8px;
}
.post:last-child{
	border-bottom:none;
}
.single-content .post {
	border:none;
	margin:0;
}
.post-content {
	/*overflow:hidden;*/
	color:#444;
}
.roo-titr {
	color:#7c7c7c;
}
.post-content .post-title {
	margin:4px 0;
	line-height:24px;
}
.post-content .post-title a {
	color:#2a8fba;
	font-size:0.9em;
}
.post-content .post-title a:hover, .lpost-title a:hover {
	color:#0d728d;
}
.post-content p {
	color:#444;
	line-height:20px;
	margin-bottom:12px;
}
.post-content p a {
	color:#2a8fba;
	text-shadow:none;
}
.post-content p a:hover {
	text-decoration:underline;
}
.more-link {
	float:left;
	font-weight:bold;
	margin:2px 0;
	clear:both;
	color:#666;
}
.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:#2a8fba;
}
.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:10px;
	width:80px;
	height:105px;
}
.post-thumb img {
	width:80px;
	height:105px;
	border:1px solid #c9c9c9;
}
.post-content p img {
	border:1px solid #c9c9c9;
	max-width:99%;
}
.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 #2a8fba;
	padding:5px;
}
.post-meta {
	margin:15px 0 8px;
	overflow:hidden;
}
.post-meta li {
	padding:0 6px;
	line-height:17px;
	float:right;
	border-left:1px solid #777;
	margin:0 0 8px 0;
	list-style:none;
	color:#777;
	font-size:0.9em;
}
.post-meta li:last-child {
	border-left:none;
}
.post-meta .meta-date span {
	background:url(images/date.png) no-repeat right 0;
	display:block;
	padding-right:20px;
}
.post-meta li a:Hover {
	text-decoration:underline;
}
/*
=related-post
---------------------------------*/
#content #related-post .box-content, #content #twos-comment .box-content, #content #twos-contact .box-content {
	padding:0 7px 5px;
}
#related-post ul {
	margin-right:10px;
}
#related-post ul li {
	line-height:20px;
	padding:4px 10px;
	background:url(images/bullet.png) no-repeat right 13px;
}
#related-post ul li a {
	color:#3a3a3a;
	font-family:Tahoma;
	font-size:1em;
}
#related-post ul li a:hover {
	color:#2a8fba;
}
#related-post ul li a:active {
	color:#0d728d;
}
/*
=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:#858585;
}
#wp_page_numbers li.page_info {
	color:#858585;
	line-height:20px;
}
#wp_page_numbers li a {
	background:#0d728d;
	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:#2a8fba;
}
/*
=sidebar
-----------------------------------------------------------*/
#sidebar1 {
	float:right;
	width:246px;
}
#sidebar2 {
	float:right;
	width:230px;
	margin:0 8px;
}
#sidebar3 {
	float:right;
	width:160px;
}
#sidebar1 time {
	border:1px solid #cecece;
	background:#fff;
	color:#0b1a2e;
	line-height:30px;
	width:220px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;
	-khtml-border-radius:6px 6px 0 0;
	text-align:center;
	padding:0 5px;
	display:block;
	margin:0 auto 8px;
}
.ads img, .ads object {
	margin:0 auto 10px;
	display:block;
}
/*
=widg
--------------------------------------*/
.widg, .box {
	margin:0 auto 8px;
	border:1px solid #cecece;
	background:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-khtml-border-radius:8px;
}
.widg-title, .box-title {
	margin:6px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	font-size:1.4em;
	background: #2fccff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmZjY2ZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fccff), color-stop(0%, #2fccff), color-stop(96%, #297fa7), color-stop(96%, #297fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* IE10+ */
	background: linear-gradient(to bottom, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fccff', endColorstr='#297fa7', GradientType=0 ); /* IE6-8 */
	line-height:30px;
	padding:0 5px;
	text-align:center;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
}
.box-title a {
	color:#fff;
	text-shadow:0 1px 0 #000;
}
.box-title a:hover {
	text-shadow:none;
}
.widg-content, .box-content {
	padding:0 6px 6px;
}
.widg-thumb .widg-content, #content .box-content {
	padding:0;
}
.widg-content iframe {
	display:block;
	margin:0 auto;
	max-width:98%;
}
.widg-thumb .widg-content ul li {
	border-bottom:1px solid #cecece;
	overflow:hidden;
	padding:6px;
	cursor:pointer;
	background:none;
}
.widg-thumb .widg-content ul li.last-li {
	border:none;
}
.widg-thumb .widg-content ul li .thumb {
	float:right;
	border:1px solid #c9c9c9;
	margin-left:8px;
	width:60px;
	height:60px;
}
.widg-thumb .widg-content ul li:hover .thumb, .post-thumb:hover img, .post-content p img:hover, .latest-post img:hover, #tab-wrapper .latest-wrapper li:hover img {
	border-color:#0d728d;
}
.widg-content ul li {
	line-height:20px;
	padding:6px 10px 6px 6px;
	background:url(images/bullet.png) no-repeat right 14px;
}
.widg-content ul li a, #widg-category .widg-content li:hover .children a, .widg-content .menu li:hover ul a {
	color:#3a3a3a;
}
.widg-content ul li:hover a, #widg-category .widg-content li .children a:hover, .widg-content .menu li ul a:hover, #tab-wrapper .latest-wrapper li:hover a {
	color:#2a8fba;
}
.widg-content ul li:active a {
	color:#0d728d;
}
/*
=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:#2a8fba;
}
#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:#0d728d;
	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:#2a8fba;
}
.widg-content .tagcloud a:active {
	background:#005268;
}
/*
=widg menu
--------------------------------------*/
.widg-content .menu li {
	background:none;
	padding:3px 0;
	color:#2a8fba;
}
.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:#3a3a3a;
}
.widg-content .textwidget a {
	color:#2a8fba;
}
.widg-content .textwidget a:hover {
	color:#0d728d;
}
/*
=rsswidget
--------------------------------------*/
.widg .rsswidget {
	font-weight:bold;
	color:#2a8fba;
}
.widg .rsswidget:hover {
	color:#0d728d;
}
/*
=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:#2a8fba;
	width: 24px;
	color: #fff;
	text-align: center;
}
#wp-calendar tbody td {
	color: #444;
	border: 1px solid #cecece;
	text-align: center;
}
#wp-calendar tbody td a {
	color: #2a8fba;
}
#wp-calendar tfoot td a {
	color: #2a8fba;
}
/*
=footer
------------------------------------------------------------------------*/
footer {
	background:url(images/footer.png) no-repeat center bottom;
	height:98px;
	width:100%;
	margin:0 auto;
	padding-top:18px;
}
footer nav {
	line-height:20px;
	margin-bottom:17px;
}
#footer-menu {
	margin:0 auto;/* required */
	float:right;/* required */
	overflow:hidden;
}
#footer-menu li {
	float:right;
	margin:0 15px;
}
#footer-menu li a {
	color:#fff;
}
/*
=copyright
---------------------------------------------------*/
#copyright {
	width:660px;
	margin:0 auto;
	padding:0 5px;
}
#copyright p {
	color:#262525;
	text-align:center;
	line-height:20px;
}
#copyright p a {
	color:#262525;
}
#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;
}
/*
=wpcf7-form, comment-form
----------------------------------------------------*/
p.nocomments {
	margin-bottom:8px;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	border:1px solid #cecece;
	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:#0d728d;
	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:#0d728d;
	border-color:#03566c;
}
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:#0d728d;
	font-size:1.5em;
	margin-bottom:12px;
	font-weight:normal;
	line-height:20px;
	padding:0 10px;
}
#respond {
	padding:0 10px;
}
#respond h3 {
	margin-bottom:8px;
}
#respond h3 span {
	color:#0d728d;
	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:#444;
	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:#444;
	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 #23aace;
}
#commentform input:focus, #commentform textarea:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form .wpcf7-select:focus {
	border-color:#0d728d;
}
#commentform textarea, .wpcf7-form textarea {
	width:370px;
	padding:8px;
}
#commentform #submit, .wpcf7-form .wpcf7-submit {
	float:left;
	cursor:pointer;
	padding:2px 8px;
	width:60px;
	margin:0 0 0 357px;
	font-weight:bold;
	border:none !important;
	background: #2fccff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmZjY2ZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fccff), color-stop(0%, #2fccff), color-stop(96%, #297fa7), color-stop(96%, #297fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* IE10+ */
	background: linear-gradient(to bottom, #2fccff 0%, #2fccff 0%, #297fa7 96%, #297fa7 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fccff', endColorstr='#297fa7', GradientType=0 ); /* IE6-8 */
	color:#fff;
}
#commentform #submit:hover, .wpcf7-form .wpcf7-submit:hover {
	background: #297fa7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmZjY2ZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjMjk3ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #297fa7 0%, #297fa7 0%, #2fccff 96%, #2fccff 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #297fa7), color-stop(0%, #297fa7), color-stop(96%, #2fccff), color-stop(96%, #2fccff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #297fa7 0%, #297fa7 0%, #2fccff 96%, #2fccff 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #297fa7 0%, #297fa7 0%, #2fccff 96%, #2fccff 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #297fa7 0%, #297fa7 0%, #2fccff 96%, #2fccff 96%); /* IE10+ */
	background: linear-gradient(to bottom, #297fa7 0%, #297fa7 0%, #2fccff 96%, #2fccff 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297fa7', endColorstr='#2fccff', GradientType=0 ); /* IE6-8 */
}
#commentform #submit {
	margin:0 0 0 338px;
}
.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;
}
blockquote {
	color:#222;
	border-right:15px solid #007AA0;
	background:#e8eff1;
	padding:10px;
	margin:10px auto;
}
‬/*
=Reveal Modals
------------------------------------------------ */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 8888;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 90px !important;
	left: 50%;
	margin-left: -280px;
	width: 400px;
	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);
	z-index:9999;
}
.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;
	line-height:20px;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .close-reveal-modal:hover {
	color:red;
}
#jashnvareh-click {
	display:none;
}
