/*
Theme Name: Журдом
Theme URI: 
Description: 
Version: 1.0
Author: Z
Author URI: 
*/

* {
	margin: 0;
	padding: 0;
	
}

/* ------- Шрифты Начало ------- */

@font-face {
    font-family: OpenSans; /* Гарнитура шрифта */
    src: url(fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: OpenSansCondBold; /* Гарнитура шрифта */
    src: url(fonts/OpenSans-CondBold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: OpenSansBold; /* Гарнитура шрифта */
    src: url(fonts/OpenSans-Bold.ttf); /* Путь к файлу со шрифтом */
}

/* ------- Шрифты Конец ------- */

body {
	padding-top: 17px;
	background: #e0e0e0 url("img/bg_small.png") repeat top left;
	/*background: #e0e0e0 url("img/background.jpg") repeat-x top center;*/
	font-family: OpenSans, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
	vertical-align: bottom;
	border: none;
}

h1, h2, h3, h4, h5, h6 {

}

#site-wrapper {
	width: 1058px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}



/* -----------------------------------------------------------
	Шапка сайта
-------------------------------------------------------------- */

#header {
	min-height: 113px;
}

#logo {
	float:left;
}

#logo img{
	margin: 7px 0 0 27px;
}

.header-right-row {
	float: right;
	width: 675px;
	text-align: right;
	/*margin: 17px 31px 0 17px;*/
	margin: 40px 25px 0px 0px;
}

#header-social {
	float: right;
}

#header-social img {
	-webkit-transition: all 1s ease; 
	-moz-transition: 	all 1s ease; 
	-o-transition: 		all 1s ease; 
	-ms-transition: 	all 1s ease; 
	transition: 		all 1s ease;
}

#header-social img:hover {
	-webkit-transform: 	rotate(360deg); 
	-moz-transform: 	rotate(360deg); 
	-o-transform: 		rotate(360deg); 
	-ms-transform: 		rotate(360deg); 
	transform: 			rotate(360deg); 
}

#searchform {
	float: right;
}

#searchform input[type=text] {
	background: #f6fafc;
	border: 1px solid #e3eaef;
	color: #aeaeae;
	font-size: 14px;
	font-family: OpenSans;
	line-height: 27px;
	padding: 0 6px;
	width: 156px;
	height: 27px;
	float: left;
	margin: 0 0 0 30px;
}

#searchform input[type=submit] {
	
	border: 0px solid #C62700;
	color: white;
	font-size: 16px;
	padding: 0 15px;
	height: 30px;
	float: left;
	margin: -1px 0 0 15px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
	box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
	background: #C62700;
	background: -moz-linear-gradient(top, #E27E68 0%, #C62700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E27E68), color-stop(100%,#C62700));
	background: -webkit-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: -o-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: -ms-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: linear-gradient(to bottom, #E27E68 0%,#C62700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E27E68', endColorstr='#C62700',GradientType=0 );

}

#header-menu ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#header-menu ul{
	float: right;
}
#header-menu li{
	float: left;
}

#header-menu ul li a {
	color: #0062a6;
	text-decoration: underline;
	padding: 0 16px 0 0;
	line-height: 30px;
}

.share-your-news {
	height: 30px;
	border: 1px solid #cd6a00;
	display: block;
	float: right;
	line-height: 30px;
	padding: 0 15px;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 1px 1px 0px rgba(122, 122, 122, 1);
	box-shadow: 0px 1px 1px 0px rgba(122, 122, 122, 1);
	
	/* http://www.colorzilla.com/gradient-editor/#fce0b8+0,e37100+100;Custom */
	background: rgb(227,113,0);
	background: -moz-linear-gradient(top,  rgba(252,224,184,1) 0%, rgba(227,113,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,224,184,1)), color-stop(100%,rgba(227,113,0,1)));
	background: -webkit-linear-gradient(top,  rgba(252,224,184,1) 0%,rgba(227,113,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,224,184,1) 0%,rgba(227,113,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,224,184,1) 0%,rgba(227,113,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,224,184,1) 0%,rgba(227,113,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce0b8', endColorstr='#e37100',GradientType=0 );
}


/* -----------------------------------------------------------
	Главное меню сайта
-------------------------------------------------------------- */

#main-menu {
	width: 1060px; 
	height: 33px;
	background: #767676;
	position: relative;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #919191;
}

.main-menu-left {
	position: absolute;
	right: 100%;
	bottom: -1px;
	width: 10px;
	height: 44px;
	background: url("img/main-menu-left.png") no-repeat top right;
}

.main-menu-right {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 10px;
	height: 44px;
	background: url("img/main-menu-right.png") no-repeat top right;
}


#main-menu ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu ul{
	width: 100%;
	height: 32px;
	margin-left: 30px;
}

#main-menu li{
	float: left;
	padding-left: 10px;
}

#main-menu li:hover{
	background: #878787;
}

#main-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 0;
	line-height: 32px;
	font-weight: bold;
	font-size: 13px; 
	font-family: OpenSans, PT Sans, Times New Roman, sans-serif;
}

#main-menu ul li a:hover {
	color: #E5E5E5;
}

/* Выпадающее меню */
#main-menu ul li ul li {
}
#main-menu ul li ul.sub-menu {
	z-index: 60;
	display: none;
	background: #878787;
	margin: 0;
	padding: 0 10px;
	line-height: 32px;
	position: absolute;
	width: 200px;
}


/* -----------------------------------------------------------
	Основная часть сайта (контент)
-------------------------------------------------------------- */

#middle {
	padding: 17px 33px 20px;
	position: relative;
	/*z-index: 20;*/
}

.wrapper-left {
	width: 660px;
	float: left;
}

.wrapper-right {
	
	float: right;
}

.column-1 {
	width: 310px;
	float: left;
}

.column-2 {
	width: 340px;
	float: right;
}

.column-3 {
	width: 303px;
}


/* Элементы, используемые в разных блоках контента
----------------------------------------------- */

#middle .widget {
	margin-bottom: 27px;
}

#middle .widget-header {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 24px;
}

.post-date {
	color: #878787;
	font-size: 12px;
	margin-bottom: 4px;
}

.more {
	color: #0062a6;
	text-decoration: underline;
}

.all-posts {
	color: #2a3643;
	font-family: OpenSans;
	font-size: 12px;
	display: block;
	padding: 5px 0 10px 0;
}

.all-posts:hover {
	color: #C62700;
}

/* Используется для создания колонок одинаковой визуальной высоты */
.column-wrapper {
	overflow: hidden;
	position: relative;
}


/* Блок последних постов рубрики
----------------------------------------------- */

.category-widget .one-post {
	margin-bottom: 23px;
}

.category-widget .wp-post-image {
	width: 83px;
	height: 58px;
	float: left;
	margin-top: 3px;
}

.category-widget .info {
	margin-left: 100px;
}

.category-widget .title {
	color: #6d6d6d;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 6px;
}

.category-widget .excerpt {
	color: #6d6d6d;
	font-size: 11px;
	line-height: 13px;
}

.category-widget .all-posts {
	margin-top: -5px;
}


/* Блок Комментарии
----------------------------------------------- */

.comments-widget .title {
	color: #0062a6;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 6px;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.comments-widget .title:hover {
	text-decoration: underline;
}

.comments-widget .one-comment {
	padding-bottom: 9px;
	padding-left: 27px;
	line-height: 17px;
	background: url("img/comments-balloon-b.png") no-repeat 0 22px;
}

.comments-widget .comment-content {
	color: #3b3b3b;
	font-size: 12px;
}

.comments-widget .one-post {
	border-bottom: 2px solid #f6fafc;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.comments-widget .post-date{
	text-decoration: none;
}

.comments-widget .icon-clock {
	display: inline;
	margin-left: 15px;
	padding: 0 0px 0 14px;
	background: url("img/icon-clock.png") no-repeat bottom left;
}

/* Владки социальных виджетов
----------------------------------------------- */

.social-block-widget  > div {
	display: none; /* по умолчанию прячем все блоки */
	border: 1px solid #E1E1E1;
	padding: 5px;
	
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.social-block-widget > ul{
	height: 27px;
}
.social-block-widget > ul li {
	float: left;
	text-align: center;
	height:10px;
    margin: 0 1px 0 0;
    padding: 7px 11px 10px 11px;
}

.social-block-widget > ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.social-block-widget > ul li.active{
    background: url("img/tabs.gif") no-repeat scroll 0 0 transparent;
	-webkit-border-radius: 0 3px 0px 0px;
	-moz-border-radius: 0 3px 0px 0px;
	border-radius: 0 3px 0px 0px;
	color: #444444;
}

.twitterwidget-title{ display:block; margin: 15px 0; color: #3F3D4E; font-size: 18px;
    line-height: 20px; float:left; /*width:130px;*/}
	.twitter-avatar{float:left; width:50px; margin-left:150px;}
	.twitter-in-social-block ul{clear:both; width:100%; display:block;}
	.twitter-in-social-block ul li{margin: 10px 0;}
	.twitter-in-social-block ul li a{color: #C2C2C2; }
	.twitter-in-social-block ul li .entry-content{display:block;}
	.twitter-in-social-block ul li .entry-meta{display:block;}
	.twitter-in-social-block ul li .entry-meta a{color: #C2C2C2;}
	.twitter-in-social-block ul li .intent-meta{display:block;}
	.twitter-in-social-block ul li .intent-meta a{padding: 0 5px; color: #504BC6;}


/* -----------------------------------------------------------
	Статьи и страницы
-------------------------------------------------------------- */
.page-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
}

.post-content {
	color: #3b3b3b;
	font-size: 13px;
	line-height: 21px;
	overflow: hidden;
}

.content_text {
	margin: 15px 0;
}

.seo-adv {
	background-color: #F6FAFC;
	padding: 10px 15px;
	margin: 15px 0;
}

.post-thumbnail-block {
	width: 330px;
	height: 240px;
	background: #252525;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.post-thumbnail-inner-block {
	position:relative;
}

.post-thumbnail {
	display: block;
	max-width: 330px;
	max-height: 240px;
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
}

.post-thumbnail-social {
	background: #767676;
	float: left;
	width: 67px;
	height: 240px;
	margin-right: 18px;
}
.share42-counter {
	background:#FFFFFF;
    border: 1px solid #e4e4e4;
    color: #666666;
    __display: none;
    font-size: 11px;
    height: 18px;
	margin-left: 1px;
    min-width: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 10;
}
	
.post-content .post-left {
	padding-left: 345px;
}

.post-content .post-left .post-date {
	font-weight: bold;
}

.post-content .post-left .post-tags {
	margin: 10px 0;
}

.post-content .post-left .salary {
	font-size: 14px;
	padding-bottom: 10px;
}

.post-content .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.post-content p,
.post-content table,
.post-content pre,
.post-content >ul,
.post-content >ol {
	margin-bottom: 21px;
}

.icon-tag {
	padding: 8px 9px;
	background: url("img/tag.png") left no-repeat;
}



.post-content h1 {font-size: 19px}
.post-content h2 {font-size: 18px}
.post-content h3 {font-size: 17px}
.post-content h4 {font-size: 16px}
.post-content h5 {font-size: 15px}
.post-content h6 {font-size: 14px}

.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
	font-family: OpenSans-Bold;
	padding-bottom: 15px;
/*	padding-top: 25px; */
}

.post-content a {
	color: #0062a6;
	text-decoration: none;
}

.post-content a:hover {
	color: #C62700;
}

.post-content blockquote {
	padding-left: 35px;
	font-style: italic;
	line-height: 17px;
	position: relative;
}

.post-content blockquote .left-quote {
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 18px;
}

.post-content blockquote .right-quote {
	font-size: 18px;
}

.post-content  dl {
	padding: 0 5px;
}

.post-content dt {
	font-style: italic;
}

.post-content dd {
	padding-bottom: 5px;
}

.post-content address  {
	margin-left: 25px;
	margin-bottom: 15px;	
}

.post-content abbr {
	text-decoration: underline;
	color: #070;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	border: 1px solid #999;
	text-align: center;
	padding-top: 5px;
	background: #eee;
	margin-bottom: 10px;
}

.gallery {
	clear: both;
}

.post-content .gallery-item {
	padding: 0;
}

.post-content ul li{
    list-style: disc inside;
    margin-left: 10px;
}

.post-content ol li{
	list-style: decimal inside;
	margin-left: 10px;
}

.post-content li {
    margin-top: 4px;
}

/* Tables */

table {
	border: 1px solid #999;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	margin-bottom: 2px;
	font-weight: bold;
}

th, td {
	padding: 5px;
	border: 1px solid #999;
}

th {
	background: #ddd;
}

tr {
	background: #fff;
}

tr.alternate {
	background: #eee;
}





/* -----------------------------------------------------------
	Списки статей (Категории и.т.п.)
-------------------------------------------------------------- */

.post {
	color: #3b3b3b;
	margin-bottom: 15px;
}

.post .posts-thumbnail {
	width: 100px;
	height: 70px;
	float: left;
	margin: 0 10px 7px 0;
}

.post .title {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 13px;
}

.post .post-excerpt {
	line-height: 17px;
	font-size: 12px;
}

.post .post-excerpt p{ 
	margin-bottom:0px;
}

.post .post-content p{ 
	margin-bottom: 13px;
}

.post .more {
	color: #0062a6;
	font-size: 12px;
}

/* -----------------------------------------------------------
	Подвал сайта
-------------------------------------------------------------- */

#scroll-top {
	background: url("img/scroll-top.png") no-repeat;
	width: 38px;
	height: 40px;
	display: block;
	
	position: absolute;
	right: 33px;
	bottom: -21px;
	z-index: 20;
}

.footzoob {
min-height: 6px;
position: relative;
background: url(img/zub.png) repeat-x;
}

#footer {
	min-height: 167px;
	/*border-top: 1px solid #efefef;*/
	color: white;
	padding-top: 0px;
	padding: 15px 33px 17px;
	position: relative;
	overflow: hidden;

	background: #767676;
	/*background: -moz-linear-gradient(top,  #d6d6d6 0%, #787878 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#787878));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#787878 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#787878 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#787878 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#787878 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#787878',GradientType=0 );*/
	
}

#footer-logo {
	position: absolute;
	right: 45px;
	top: 45px;
	z-index: 10;
}

#footer .widget {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 7px;
	position: relative;
	z-index: 20;
}

#footer .widget-header {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #C62700;
}

#footer .column-1,
#footer .column-2 {
	min-height: 150px;
}



.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	padding: 4px 0;
}

.posts-nav, 
.single-nav {
	padding: 7px 48px;
	margin-bottom: 10px;
}

.posts-nav a , 
.single-nav a {
	color: #aaa;
	text-decoration: none;
	text-shadow: -1px 1px 0 white;
}

.wp-pagenavi {
	margin: 5px auto;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: bold;
	border: none;
	padding: 4px 6px;
	text-decoration: none;
	color: #aaa;
}

.wp-pagenavi .current {
	color: #000;
}


.column-wide-1 {
	width: 655px;
	position: relative;
}

/*-------------------
	Блок новости
-------------------*/

.post_cat {
	background: #f6fafc;
	width: 660px;
	height: 140px;
	margin: 0 0 20px 0;
	position: relative;
}

.post_cat:hover {
	background: white;
}

.post_cat .hover {
	display:none;
	border-top: 1px solid #C62700;
	border-bottom: 5px solid #C62700;
	width: 658px; 
	height: 134px;
	position: absolute;
}

.post_cat:hover .hover {
	display:block;
}

.post_cat a img {
	float: left;
}

.post_cat a {
	text-decoration: none;
	color: black;
}

.post_cat .holder {
	display: table-cell;
	height: 120px;
	padding: 10px 0 10px 20px;
}

.post_cat .title {
	display: table;
	width:98%;
	min-width: 390px;
	color: black;
	height: 90px;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	border: none;
	vertical-align: middle;
}

.post_cat .title a:hover {
	color: #C62700;
}

.post_cat .date {
	font-size: 11px;
	font-weight: bold;
	color: black;
}


.title-search a { color: #0062a6; text-decoration: none; }
.title-search a:hover { text-decoration: underline; }

.awesome, .awesome:visited {
	background: #222 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	
/* -----------------------------------------------------------
	Experts
-------------------------------------------------------------- */
#expert-header {
	margin: 0 0 15px;
	text-align: center;
}
#expert-header a {
	font-size: 16px;
	margin: 0 10px;
	text-align: center;
}
#expert-header a.active {
	color: #778899;
	cursor: default;
	text-decoration: none;
}
#expert-content .expert-cont {
	display: none;
}
#expert-content .expert-cont.active {
	display: block;
}
.glossary {
	border: 1px solid #c2c1c1;
	padding: 2px 3px;
}
.glossary a {
	font-size: 16px;
	margin: 0 2px;
}
.experts-list {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}
#expert-content .tags {
	font-size: 11px;
	margin: 5px 0 0;
}
.experts-list .expert {
	border-bottom: dotted 2px #c2c1c1;
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0 0 10px;
}
.experts-list .expert .preview {
	display: block;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}
.experts-list .expert .preview img {
	height: auto;
	max-width: 100%;
}
.experts-list .expert .title {
	overflow: hidden;
}
.experts-list .expert .title a {
	color: #3b3b3b;
	text-decoration: none;
}
.experts-list .expert .title a:hover {
	text-decoration: underline;
}
.experts-list .expert .company,
.experts-list .expert .specialization {
	overflow: hidden;
}

/* -----------------------------------------------------------
	Experts Widget
-------------------------------------------------------------- */
.widget-experts .experts-box {
	background: #f6fafc;
	overflow: hidden;
	position: relative;
}
.widget-experts .subtitle {
	bottom: 0;
	color: #C62700;
	font-size: 18px;
	font-weight: bold;
	left: -265px;
	margin: -18px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	height: 36px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.widget-experts .subtitle span {
	
}
.widget-experts .experts-list {
	border-left: 2px dotted #c0c7cb;
	padding: 15px 5px 15px 12px;
	margin: 0 0 0 38px;
}
.widget-experts .experts-list.two {
	padding-top: 45px;
}
.widget-experts .experts-list .expert {
	border-bottom: 0 none;
	margin: 0 0 20px 0;
	padding: 0;
}
.widget-experts .experts-list .expert:last-child {
	margin-bottom: 0;
}
.widget-experts .expert .title {
	margin-bottom: 10px;
}
.widget-experts .expert .description {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 1.3;
	overflow: hidden;
}

#custom-subscribe input[type=text], .custom-subscribe input[type=text] {
	background: #f6fafc;
	border: 1px solid #e3eaef;
	color: #aeaeae;
	font-size: 13px;
	line-height: 27px;
	padding: 0 6px;
	width: 156px;
	height: 27px;
	float: left;
	margin: 10px 0 0 0;
}

#custom-subscribe input[type=submit], .custom-subscribe input[type=submit] {
border: 0px solid #C62700;
color: white;
font-size: 14px;
padding: 0 15px;
height: 30px;
float: left;
margin: -12px 0 0 15px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
background: #C62700;
background: -moz-linear-gradient(top, #E27E68 0%, #C62700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E27E68), color-stop(100%,#C62700));
background: -webkit-linear-gradient(top, #E27E68 0%,#C62700 100%);
background: -o-linear-gradient(top, #E27E68 0%,#C62700 100%);
background: -ms-linear-gradient(top, #E27E68 0%,#C62700 100%);
background: linear-gradient(to bottom, #E27E68 0%,#C62700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E27E68', endColorstr='#C62700',GradientType=0 );
}

.custom-subscribe input[type=text] { 
	width: 144px; 
	float: left;
}

.custom-subscribe input[type=submit] { 
	margin: 12px 0 0 15px;
	height: 25px;
}

.custom-subscribe p label {font-size: 13px;}

.widget_wysija input[name="wysija[user][email]"] {
	background: #f6fafc;
	border: 1px solid #e3eaef;
	color: #aeaeae;
	font-size: 12px;
	line-height: 27px;
	padding: 0 6px;
	width: 150px;
	height: 24px;
	float: left;
	margin: 0 0 0 0 !important;
}

.wysija-submit-field {
	border: 0px solid #C62700;
	color: white;
	font-size: 12px;
	padding: 0 15px;
	height: 24px;
	float: left;
	margin: 0 0 0 17px !important;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
	box-shadow: 0px 1px 1px 1px rgba(198, 39, 0, 1);
	background: #C62700;
	background: -moz-linear-gradient(top, #E27E68 0%, #C62700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E27E68), color-stop(100%,#C62700));
	background: -webkit-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: -o-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: -ms-linear-gradient(top, #E27E68 0%,#C62700 100%);
	background: linear-gradient(to bottom, #E27E68 0%,#C62700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E27E68', endColorstr='#C62700',GradientType=0 );
}

.formErrorContent { 
	position: absolute !important;
	bottom: 6px;
	left: -3px;
}

.widget_wysija_cont {
	font-size: 13px;
}

.single-wysijap h1, .single-wysijap h2 {
color: aqua !important;
}
 
.single-wysijap p, .single-wysijap .entry, .single-wysijap .content-entry {
color: aqua !important;
}
 
/* To hide the date and comments */
.single-wysijap .postmeta { display:none; }

/* Ваш регион (хедер) */
.your_town_block {
	width: 170px;
	float: left;
	text-align: left;
}

.your_town_string {
	font-style: italic; 
	font-family: OpenSans;
	font-size: 13px;
} 

.modal_link {
	color: black;
	border-bottom: 1px dashed #000000;
	text-decoration: none;
	font-size: 15px;
	font-family: OpenSans;
}

/* Ваш регион (модальное окно) */
.modalDialog {
	position: fixed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	top: -70px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 350px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-linear-gradient(#fff, #ccc);
	background: -o-linear-gradient(#fff, #ccc);
}

.modal_content  {
	padding: 10px;
}

.modal_content .link {
	color: #0062a6;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.modal_content .link:hover {
	text-decoration: underline;
}

.close {
	background: #CE4B43;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #C62700; }

#shareLinks {
    box-sizing: border-box;
    overflow: hidden;
    background: #767676;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    position: relative;
    z-index: 30;
    text-align: center;
	font-size: 14px;
}
#shareLinks .holder {
    padding: 40px;
    z-index: 30;
}
#shareLinks .pluso {
    text-align: center;
    display: block !important;
}
#shareLinks .vkgroup {
    text-align: center;
}
#shareLinks a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}
#shareLinks a {
    color: #EDEDED;
    text-decoration: none;
}
#shareLinks a:hover {
    color: #fff;
    text-decoration: underline;
    border: none;
}
#shareLinks h1 {
	font-size: 20px;
    color: #fff !important;
    margin-bottom: 25px !important;
    display: block !important;
}
#fogg {
    position: fixed;
    width: 150%;
    height: 150%;
    background: rgba(0,0,0,0.8);
    z-index: 20;
}

#wp-cumulus a {
	color: #2a3643;
	text-decoration: none;
}

#wp-cumulus a:hover {
	color: #C62700;
}

.clearfix:after, .mobile #main-menu:after { content:''; clear:both; display:block; height:0; line-height:0; font-size:0; background:none;}
.buttons-mobile { display:none;}
.buttons-mobile ul {padding:0; margin:0; width:100%; float:left; border:3px solid #FFF; border-left:0; border-right:0;}
.buttons-mobile ul li { width:50%; float:left;}
.buttons-mobile ul li span {background: #ed5e42; cursor:pointer; color: white; height: 60px; display:block; text-align:center; line-height:60px;}
.buttons-mobile .btn_menu { margin:0 1px 0 0;}
.buttons-mobile .btn_search {margin:0 0px 0 2px;}

.btn_search:after {
content: '\f400';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 28px/1 'Genericons';
vertical-align: top;
margin-top:18px;
}
.btn_menu:after {
content: '\f419';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 21px/1 'Genericons';
vertical-align: top;
margin-top:20px;
}

/* Facebook mega box*/
.fixed-like-box { display: none; position: fixed; background: #fff; bottom: 15px; right: -362px; padding: 10px 5px 10px 5px; border: 1px solid #bebebe; z-index: 10000; width: 320px; text-align: center; border-radius: 5px; }

.adme-adfox-topline-1000-120-banner {width:100% !important; height: auto !important;}

#div-gpt-ad-adme-specials > div {margin-bottom:30px;}

.d-close {
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url(img/close.png);
	right: 18px;
	top: 21px;
	cursor: pointer;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.article-social {
    width: 100%;height: 67px;
}

.article-social:after {
    content: '';
    height: 100%;
    display: inline-block;
}

.fb_iframe_widget span {
    width: 78px;
    height: 61px;
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget iframe {
    position: absolute;
    z-index: 1;
}

/* ------- Рекламный блок Основной сайт ------- */

.close-adv {
	position: absolute;
	right: 5px;
	top: 1px;
	font-size: 10px;
	cursor: pointer;
}

.adv-block {
	padding-bottom:15px;
	text-align: center;
}

/* ------- Рекламный блок Основной сайт ------- */

/* ------- Блок постов с Urbanlook ------- */

.ul_posts {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.ul_title { 
	clear: both;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.ul_title > a {
	text-decoration: none;
	color: #003466;
}

.ul_post{
	width: 120px;
	position: relative;
	float: left;
	line-height: 16px;
	margin-right: 10px;
}

.ul_post > a > img {
	width: 110px;
	clear: both;
	padding-bottom: 5px;
}

.ul_post > .title {
	font-size: 11px;
	text-decoration: none;
}

.ul_post > .title > a { color: #003466; }
.ul_post > .title > a:hover { color: #C62700; }

/* ------- Блок постов с Urbanlook ------- */