.post-edit-link {
	font-size:12px;
	color:red;
}

.article_content .news_item .content blockquote {
	font-size:22px;
	font-style:italic;
	line-height:normal;
	border-left:3px solid #505f75;
	padding:15px 25px;
	margin-bottom:15px;
}

.article_content .news_item .content blockquote p {
	padding:0!important;
	margin:0!important;
	line-height:normal;
	font-size:22px;
}

.header_wrap .container {
   padding:0 5px;
}

.tNews, .oNews {
	overflow:hidden;
	margin-right:-5px;
	margin-left:-5px;
	margin-top:10px;
}

.tNews_inner {
	width:66.6666667%; float:left;
}

.tNews_innerO  {
	overflow:hidden;
}

.tNews_innerOther {
	/*width:65%;*/
	width:30%;
	float:left;
}

.feedNews {
	width:33.3333333%;
	/*float:left;*/
	float:right;
	padding:0 10px;
}

.feedInner {
	/*height:500px;*/
	height:770px;
	border:1px solid #dcdcdc;
	background-color:#fff;
	margin-bottom:20px;
}

.feedInner h4 {
	padding:20px 20px 15px 20px; 
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:22px;
	line-height:22px;
	color:#475f77;
}

.feedInner .feed {
	height:670px;
	padding:0 5px 20px 20px;
	list-style:none;
	margin:0;
}

.sidebar_content .feedInner, .sidebar_content .feed {
	height:auto!important;
	border:0;
}

.sidebar_content .feed {
	padding-top:20px!important;
	padding-bottom:0!important;
	padding-right:0!important;
	padding-left:0!important;
}

.sidebar_content .feed a, .sidebar_content .card-sidebar h3.title a {
	color: #475f77;
}

.sidebar_content .feed a:hover {
	color: #d74b4b;
}

.feedInner .feed li {
	padding:0;
	margin: 0 0 20px 0;
	overflow:hidden;
}

.feedInner .feed li.adsPostFeed {
	padding:10px 20px;
	background-color:#475f77;
}

.feedInner .feed li.adsPostFeed a {
	color:#fff;
}

.feedInner .feed .articleTime {
	display:block;
	width:15%;
	color:#d74b4b;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	float:left;
	padding-top:3px;
}

.feedInner .feed .title {
	display:block;
	float:left;
	width:85%;
	font-size:16px;
}

/*.feedInner .feed .title a {
	color:#475f77;
}*/

.feedInner .feed .title .articleDate {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#606060;
	font-size:14px;
}

.feedNews .allNews {
	height:40px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	border-top:1px solid #475f77;
}

.feedVideo {
	position:relative;
	height:270px;
}

.feedVideo a.link_video {
	display:block;
	width:100%;
	height:100%;
}

.feedVideo .pic {
	width:100%;
	height:100%;
}

.feedVideo .play {
	position:absolute;
	width:66px;
	height:66px;
	left:50%;
	top:67px;
	margin-left:-33px;
	background-image: url('../img/playFV.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index:99;
}

.feedVideo .text {
	background-color:#393939;
	width:100%;
	/*height:50px;*/
	/*line-height:50px;*/
	padding:10px 20px;
	color:#fff;
	font-size:22px;
	position:absolute;
	bottom:0;
}

.bannerInner {
	height:250px;
	text-align:center;
}

.banner-delimiter_section {
	margin:20px 5px 30px 5px;
	text-align:center;
	max-width:1190px;
	overflow:hidden;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.card {
	width:25%;
	float:left;
	padding: 10px;
}

.card.card-sidebar {
	float:none; 
	width:100%; 
	height:auto;
	padding:10px 0 0 0;
}

.card.card-sidebar .inner {
	height:auto;
	border:0;
}

.card.card-sidebar .text {
	padding: 20px 0 10px 0;
}

.card.card-sidebar .text:after {
	height: 0;
}

.card .inner {
	background-color:#fff;
	height:465px;
	border:1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}

.card.banner .inner {
	text-align:center;
	padding-top:30px;
}

.card.banner .inner ins {
	text-align:center;
	margin:0 auto;
	display:block;
	max-width:240px;
}

.card .pic {
	height:190px;
	overflow: hidden;
}

/*.pic:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0,0,0,.3);
}

.pic:hover:after {
	background-color: rgba(0,0,0,0);
}*/

.banner_category_full {
	/*margin:0 10px -5px 10px;*/
	margin:0 10px;
	text-align:center;
	clear:both;
	/*overflow:hidden;*/
}

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
	position: relative; /*Any position but static should work*/
	overflow: hidden;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}

.card .text {
	padding: 20px 15px;
}

.card>.inner .text .title {
	font-size:26px; /*28*/
	line-height:28px; /*30*/
	text-decoration:none;
	font-family: 'PT Sans Narrow', sans-serif;
}

.material-icons {
	display:inline-block;
	height:30px;
	width:28px;
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: right center;
}

.material-icons.videocam {
	 background-image: url('../img/has_video.png');
}

.material-icons.camera_alt {
	 background-image: url('../img/has_photo.png');
}

.card .text .article-info {
	font-size: 13px;
	margin-top: 15px;
	color: #475f77;
	text-transform:uppercase;
	/*line-height:13px;*/
}

.card .text .intro {
	font-size: 16px;
	line-height:20px;
	margin-top: 5px;
	color: #606060;
}

.card .text:after {
    height: 40px;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    background-image: url('../img/gradient_new.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.card.topNews .text:after {
    width: 50%;
}

.card.topNewsOther .text:after {
	width: 75%;
}

.card.topNews {
	/*width:100%;*/
	width: 66.6666667%;
	float:none;
	padding-top:0;
}

.card.topNews>.inner {
	height:290px;
}

.card.topNews>.inner .text {
    width: 50%;
    height: 100%;
    float: left;
}

.card.topNews>.inner .pic {
	width: 50%;
	height: 100%;
	float: right;
}

.card.topNews2 {
	/*width:35%;*/
	width:23%;
}

.card.topNews2>.inner {
	height:460px;
}

.card.topNewsOther {
	/*width:100%;*/
	width:43.6666667%;
	/*float:none;*/
	float:left;
}

.card.topNewsOther>.inner {
	height:140px;
}

.card.topNewsOther>.inner .text {
    width: 75%;
    height: 100%;
    float: left;
}

.card.topNewsOther>.inner .text .title {
	font-size:22px;
	line-height:24px;
}

.card.topNewsOther>.inner .pic {
	width: 25%;
	height: 100%;
	float: right;
}

.card.topNewsOther .text .intro {
  display:none;
}


footer .container {
	max-width:1130px;
}

.masonry_container {
	overflow:hidden;
	margin-left:-5px;
	margin-right:-5px;
}

.masonry_container h1.section-title {
	margin:10px 10px 20px 10px;
	font-size:26px;
	line-height:24px;
	text-transform:uppercase;
	color:#475f77;
}

.page-nav {
	margin:20px 0 0 0;
	line-height: 30px;
	text-transform: uppercase;
	font-size:20px;
}

.page-nav .inner {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	overflow:hidden;
}

.page-nav .inner a.prev.prev {
	float: left;
}

.page-nav .inner a.next.next {
    float: right;
}

.page-nav .inner .list {
	display: inline-block;
}

.page-nav .inner .list a {
	padding:0 5px;
}

.page-nav .inner .list a.active {
	color: #d74b4b;!important;
}

.page-nav .inner a.no_active_link {
	/*color: #ccc;*/
	display:none;
}

#loading {
	display:none;
	padding:20px 0 10px 0;
	text-align:center;
}

#true_loadmore {
	padding:20px 0 10px 0;
}

#true_loadmore span {
	display:block;
	width:245px;
	margin:0 auto;
	height:50px;
	line-height:46px;
	text-align:center;
	text-transform:uppercase;
	color:#475f77;
	border:2px solid #475f77;
	cursor:pointer;
}

#true_loadmore span:hover {
	color:#fff;
	background-color:#475f77;
}

.main_title {
	height: 55px;
	line-height: 55px;
	font-size: 2.188em;
	color: white;
	background: #ce3213;
	font-family: 'PT Sans Narrow', sans-serif;
	padding-left: 18px;
	margin-bottom: 12px;
}

.main_title a {
	color: white;
}

.sidebar {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.sidebar__block {
	margin-bottom: 20px;
}
.sidebar__block:last-child {
	margin-bottom: 0;
}

.news-feed {
	display: table;
	line-height: 1.375em;
	}
	/*.news-feed__item {
		display: table-row;
		}*/
		.news-feed__time {
			display: table-cell;
			padding-right: 10px;
			color: #d74b4b;
			text-align: right;
			}
		.news-feed__title-wrapper {
			display: table-cell;
			padding-bottom: 6px;
			}
			.news-feed__item:last-child .news-feed__title-wrapper {
				padding-bottom: 0;
				}
		.news-feed__date {
			padding-right: 4px;
			color: #7c7c7c;
			}
		.news-feed__title {
			color: #475f77;
			}

.about_author {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	overflow:hidden;
}
.news_item {
	padding-bottom: 15px;
	background-color: #fff;
	/*margin-bottom: 20px;*/
	border: 1px solid #dcdcdc;
}

.news_item.margin_top {
	margin-top: 10px;
}

.news_item.no_thumbnail {
	border-top: 1px solid #dedede;
	padding-top: 15px;
}

.news_item.no_thumbnail.no_border {
	border: 0px;
}

.news_item .thumbnail {
	position: relative;
	display: block;
}

.news_item .thumbnail .icon {
	top: 15px;
	right: 0px;
	width: 39px;
	height: 39px;
	position: absolute;
}

.news_item .thumbnail .icon.icon_photo {
	background: url(../_img/icons/photo_icon.png);
}

.news_item .thumbnail .icon.icon_video {
	background: url(../_img/icons/video_icon.png);
}

.news_item .thumbnail img {
	display: block;

}



.news_item .thumbnail .caption {
	padding:12px 20px 0 20px;
	font-style: italic;

}


.news_item .content {
	padding: 5px 20px 0px 20px;
}

.article_content .news_item .content {
	padding: 30px 0 0 0;
}

.sidebar_content .news_item {
	padding-bottom:20px!important;
}

.sidebar_content .about_author h3 {
	text-transform:uppercase;
	line-height:22px;
	font-size:22px;
	color:#475f77;
	margin-bottom:25px;
}

.sidebar_content .about_author .author_img {
	float:left;
	width:60px;
}

.sidebar_content .about_author .author_img img {
	max-width:60px;
	height:auto;
	display:block;
	border:1px solid #ccc;
}

.sidebar_content .about_author .author_desc {
	margin-left:80px;
	color:#475f77;
}

.sidebar_content .about_author a {
	color:#475f77;
}

.sidebar_content .about_author a:hover {
	color:#d74b4b;
}

.sidebar_content .about_author .author_desc .author_link {
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	display:block;
	margin-bottom:15px;
}

.sidebar_content .about_author .author_desc .author_link_other {
	text-transform:uppercase;
	font-size:13px;
	line-height:16px;
	display:block;
	margin-top:15px;
}

.sidebar_content .new_site {
	margin-bottom:25px;
}

.sidebar_content .new_site h3.title_section {
	text-transform:uppercase;
	line-height:32px;
	font-size:22px;
	color:#bb4c4c;
	border-bottom:2px solid #bb4c4c;
	padding-left:40px;
	padding-bottom:5px;
	background-image: url('../img/logo_br_small.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_content .new_site h3.title {
	font-size:28px;
	line-height:30px;
}

.news_item .content .info {
	color: #475f77;
	padding-top: 10px;
	line-height: 1.3em;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size:13px;
}
.news_item .content .topics {
	color: #515151;
	padding-top: 0px;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.news_item .content .title {

}

.news_item .content .title a {
	color: #475f77;
}

.news_item .content.content_text.content_text_contrast .info,
.news_item .content.content_text.content_text_contrast .title a
{
	color: white;
}

.twitter_box {
	border: 4px solid #68dbff;
	position: relative;
}

.twitter_box ul {
	padding: 3px;
	font-size: 0.875em;
	padding-bottom: 20px;
}

.twitter_box ul li {
	background: url(../_img/icons/twitter.png) no-repeat 0px 3px;
	padding-left: 30px;
}

.twitter_box ul li:last-child {

}

.twitter_box ul li a {
	color: #606060;
}

.twitter_box ul li a .text {
	display: block;
	border-bottom: 1px solid #e8e8e8;
	padding: 2px 0px 2px 0px;
}

.twitter_box ul li:last-child a .text {
	border: 0px;
}

.twitter_box .follow_us {
	position: absolute;
	height: 25px;
	line-height: 25px;
	background: #68dbff;
	color: white;
	bottom: 0px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.05em;
	right: 30px;
	padding: 0px 5px;
}



.blue_box {
	background: #475f77;
	color: white;
	padding: 20px;
}

.blue_box .news_item {
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
}

.blue_box .news_item .content {
	padding: 5px 5px 0px 5px;
}

.blue_box.blue_box_posts {
	position: relative;
}

.blue_box.blue_box_posts .tabs_menu {
	font-family: 'PT Sans Narrow', sans-serif;
	margin: -20px 0px 20px -20px;
	float: left;
	clear: both;
}

.blue_box.blue_box_posts .tabs_menu li {
	font-size: 1.25em;
	float: left;
	margin-right: 10px;
	display: inline-block;
}

.blue_box.blue_box_posts .tabs_menu li a {
	font-family: 'PT Sans Narrow', sans-serif;
	color: white;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	display: block;
	padding: 0px 15px;
}

.blue_box.blue_box_posts .tabs_menu li a:hover,
.blue_box.blue_box_posts .tabs_menu li.current a
{
	background: #d74b4b;
	text-decoration: none;
}

.blue_box_posts .tabs_contents {
	margin-top: 5px;
	clear:both;
}

#commentform .form-element {
	margin-bottom: 15px;
}

.grey_ad {
	display: block;
	margin: 20px -21px;
}

.grey_ad img {
	display: block;
}


.slider_box {
	background: #475f77;
	margin: 0 5px 20px 5px;
	height:285px;
}

.slider_box.most_read {
	margin: 20px 5px 0 5px;
}

.slider_box_title {
	overflow:hidden;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom:25px;
}

.slider_box_title span {
	background: #d74b4b;
	color:#fff;
	text-transform:uppercase;
	float:left;
	line-height:40px;
	font-size:22px;
	padding:0 30px;
}

.ui-tabs-nav {
	list-style:none;
	font-family: 'PT Sans Narrow', sans-serif;
	overflow:hidden;
	height:65px;
}

.ui-tabs-nav li {
	float:left;
	font-family: 'PT Sans Narrow', sans-serif;
}


.ui-tabs-nav li a {
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	font-size:22px;
	padding:0 30px;
	text-transform:uppercase;
	outline:none;
}

.ui-tabs-nav li.ui-tabs-active a {
	background: #d74b4b;
}

.ui-tabs-nav li.ui-tabs-active a:after {
    display: block;
    width: 23px;
    height: 10px;
    content: " ";
    background-image: url(../img/current_tab.png);
    margin: 0 auto;
}


.slide_box {
	padding:0 15px;
	height:175px!important;
	overflow:hidden;
	position:relative;
}

.slide_box .pic {
	width:80px;
	height:80px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #f9f9f9;
}

.slider_box.ads_article .slide_box {
	height:95px!important;
}

.slider_box.ads_article .slide_box:after {
	display:none;
}

.slide_box .article-info {
	font-size: 13px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
}

.slide_box .article-info a {
	color:#fff;
}

.slide_box .intro {
	line-height:20px;
}

.slide_box h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#fefefe;
	font-size:22px;
	line-height:24px;
	margin-bottom:15px;
}

.slider_box.ads_article .slide_box h3 {
	color:#475f77;
	font-size:24px;
	line-height:28px;
}

.slider_box.ads_article .ui-tabs-nav li a {color:#475f77;}
.slider_box.ads_article .ui-tabs-nav li.ui-tabs-active a {color:#fff;}

.slide_box:after {
    height: 40px;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(top,transparent 0, #475f77 90%);
    background: linear-gradient(to bottom,transparent 0, #475f77 90%);
}

.slick-prev, .slick-next {
	display:none!important;
}

.slider_box.bussines {
	margin-top:20px;
}

.slider_box.ads_article {
	background: #fff;
	margin: 20px 5px 20px 5px;
	height:205px;
}

.slider_box .people {
	padding: 10px 0px;
}

.slider_box p {
	color: #fff;
}

.slider_box .navigation {
	text-align: center;
	padding-bottom: 10px;
}

.slider_box .navigation .arrow {
	display: inline-block;
}

.slider_box .navigation .arrow a {
	width: 20px;
	height: 10px;
	display: block;
}

.slider_box .navigation .arrow.arrow_left {
	margin-right: 8px;
}

.slider_box .navigation .arrow.arrow_left a {
	background: url(../_img/slider_white_arrow_left.png);
}

.slider_box .navigation .arrow.arrow_right {
	margin-left: 8px;
}

.slider_box .navigation .arrow.arrow_right a {
	background: url(../_img/slider_white_arrow_right.png);
}

.slider_box .navigation .dot {
	display: inline-block;
	margin: 0px 2px;
}

.slider_box .navigation .dot a {
	width: 9px;
	height: 9px;
	display: block;
	background: url(../_img/slider_white_dot.png);
}

.slider_box .navigation .dot.current a,
.slider_box .navigation .dot a:hover
{
	background-position: bottom;
}

.slider_box .people_wrapper {
	overflow: hidden;
}

.slider_box .people_wrapper h3 {
	color: #fff;
	margin-left: 20px;
	margin-top: 10px;
}

.people .person {
	box-sizing: border-box;
	padding:0 10px;
}

.people .person .header {
	/*overflow: hidden;*/
	padding-bottom: 10px;
}

.people .person .header .thumbnail {
	float: right;
	margin-left: 10px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.people .person .header .thumbnail {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.people .person .header .thumbnail img {

}

.people .person .header_field_1{
	line-height: 1em;
}
.people .person .header_field_2,
.people .person .header_field_3
{
	/*line-height: 1.2em;*/
}

.people .person .header_field_1 {
	color: #fff;
	padding-bottom: 10px;
}

.people .person .header_field_1 a {
	color: #fff;
}

.people .person .header_field_2 {
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.people .person .header_field_2 a {
	color: #fff;
	font-size:0.9em;
}

.people .person .header_field_3 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
}

.people .person .header_field_3 a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}

.article_content {
	padding:10px 5px 10px 5px;
	overflow:hidden;
}

.article_content .news_item {
	padding: 20px 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.news_item.sd.fixedBlock {
	position:fixed;
	top:80px;
	background-color:#fff;
	/*max-width:377px;*/
}

.news_item.sd. .article_side_image {
	display:none;
}

.news_item.sd.fixedBlock .banner_sidebar, .news_item.sd.fixedBlockA .banner_sidebar, .news_item.sd.fixedBlock .article_side_image, .news_item.sd.fixedBlockA .article_side_image  {
	display:none;
}

.news_item.sd.fixedBlockA {
	position:absolute;
	bottom:0;
	background-color:#fff;
	/*max-width:377px;*/
}

.article_info {
	float:left;
	width:50%;
	padding-right:20px;
}

.article_info h6.info {
	font-size:13px;
	line-height:13px;
	margin-bottom:15px;
	color:#475f77;
}

.article_info h1 {
	font-size:40px;
	line-height:42px;
	color:#475f77;
	margin-bottom:10px;
}

.article_info.width_full {
	width:100%;
}

.article_images {
	float:left;
	width:50%;
	height:290px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.inscription {
	position:absolute;
	z-index:99;
	top:10px;
	background-color:#9e1e2d;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	padding: 0 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.card .inner .inscription {
	font-size:14px;
}

.article_full_content {
	width:66.6666667%;
	float:left;
}

.sidebar_content {
	width:33.3333333%;
	float:left;
	padding-left:20px;
	position:relative;
}

.author_info_bottom, .category_info_bottom  {
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	color:#475f77;
	margin-top:25px;
	margin-bottom:5px;
}

.category_info_bottom {
	margin-top:5px;
}

.tags_article h3 {
	font-size:13px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:20px;
	color:#475f77;
}

.most_read_a h3 {
	/*
	color:#475f77;
	line-height:24px;
	font-size:24px;
	*/
	margin-top:20px;
	margin-bottom:20px;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 22px;
	color: #bb4c4c;
	border-bottom: 2px solid #bb4c4c;
	padding-left: 40px;
	padding-bottom: 5px;
	background-image: url('../img/logo_br_small.png');
	background-repeat: no-repeat;
	background-position: top left;

}

.most_read_a ul {
	list-style:none;
	font-size:18px;
	border-bottom: 2px solid #bb4c4c;
	padding:0 20px 20px 20px;
}


.most_read_a ul	li:before {
	display: inline-block;
	vertical-align:top;
	content: '';
	width:5px;
	height:10px;
	margin-right:10px;
	line-height:27px;
	font-size:18px;
	margin-top:10px;
	background-image: url('../img/li.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size:5px 10px;
}

.most_read_a ul	li {
	margin-bottom:5px;
}

.most_read_a ul a {
	color: #475f77;
}

.article_content .article_side_element {
	margin: 0px;
	position: relative;
}

.article_content .article_side_element.align_left {
	float: left;
	margin-right: 20px;

}

.article_content .article_side_element.align_right {
	float: right;

	margin-left: 20px;

}

.article_content .article_side_element.article_side_image {

}

.article_content .article_side_element.article_side_ad {
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #d2d2d2;
}

.article_content .article_side_element.article_side_attachments{
	clear:both;
}

.related_articles .red_title {
	color: #d74b4b;
}

.related_articles ul {
	font-family: 'PT Sans Narrow', sans-serif;
}

.related_articles ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
}

.related_articles ul li:last-child {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.related_articles ul li a {
	color: #d74b4b;

}

.other_columnists {
	padding: 10px 0px 20px 0px;
	border-top: 3px solid #e0e0e0;
	margin-top: 20px;
}

.other_columnists .section_title {
	padding-bottom: 15px;
}

.columnist_member .thumbnail {
	float: left;
	margin-right: 10px;
}

.columnist_member .text {
	padding: 0px 5px;
}

.columnist_member .name {
	color: #00b4ff;
}

.columnist_member .name a {
	color: #00b4ff;
}

.bloger {
	padding: 20px 20px 0px 0px;
	margin:0 10px 20px 10px;
	border: 1px solid #dcdcdc;
}

.bloger .user_avatar {
	display:block;
	float:left;
	width: 150px;
	margin:20px;
}

.bloger_list .user_avatar {
	margin-top:0;
}

.bloger_list {
	background: #fff;
}

.bloger_list:last-child {
	margin-bottom:10px;
	padding-bottom:0;
}

.bloger_profile {
	background: #475f77;
}

.article_content.bloger_profile h3, .article_content.bloger_profile h1, .article_content.bloger_profile p, .article_content.bloger_profile a {
	color: #fff;
}

.bloger_profile img {
	margin-top: -20px;
}

.bloger .thumbnail, .bloger .wp-user-avatar-thumbnail {
	float: left;
}

.bloger .text {
	padding-left: 190px;
	margin-bottom: 20px;
}

.bloger_profile .user-info {
	/*font-weight: bold;*/
}

.bloger_profile .info-text {
	font-weight: normal;
}

.bloger_news_items .news_item .content {
	padding: 0px 20px 0px 0px;
	margin-left: 20px;
}

.section {
	padding: 0px 10px 30px 0px;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
}

.section.no_border {
	border: 0px;
	padding-bottom: 10px;
}

.section .thumbnail {
	float: left;
}

.section .text {
	padding-left: 410px;
}


.bloger_news_items .news_item {
	overflow: hidden;
	padding-bottom: 0px;
}

.bloger_news_items .news_item .thumbnail {
	float: left;
	margin-right: 20px;
}



.columnist {
	background: #fff;
	padding: 20px;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .contact_boxes {
	padding-bottom: 15px;
}

.contact .contact_boxes .box {
min-height: 200px;
}

.contact .contact_boxes .box.box_first {
	text-align: right;
	border-right: 1px solid #fabb86;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .contact_boxes .box.box_first .content {
	padding-right: 20px;
}

.contact .contact_boxes .box.box_second {

}

.contact .contact_boxes .box.box_second .content {

}

.contact .styled_form label,
.login_form.styled_form label
{
	text-align: right;
}

.contact .styled_form input {
	display: block;
}

.white-box {
	padding: 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
}

.pagination {
	position: relative;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin: 10px 0px;
}

.pagination .arrow {
	position: absolute;
	display: block;
	top: 0px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	color: #666666;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
}

.pagination .arrow:hover {
	text-decoration: underline;
}

.pagination .arrow.arrow_left {
	left: 0px;
}

.pagination .arrow.arrow_right {
	right: 0px;
}

.pagination ul {
	text-align: center;
	font-size: 0.8em;
}

.pagination ul li {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.4em;
	color: #d74b4b;
	display: inline-block;
	margin: 0px 2px;
}

.pagination ul li a {
	color: #666666;
}

.pagination ul li a:hover {
	text-decoration: underline;
}

.pagination ul li.current a {
	color: #d74b4b;
	font-family: 'PT Sans Narrow', sans-serif;
	text-decoration: underline;
}



.search_area.extended {
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 15px;
}

.search_area.extended input[type="text"] {
	width: 240px;
}

.search_area.extended .radio_field {
	float: left;
	font-size: 0.9em;
	padding: 0px 10px 0px 20px;
	font-family: 'PT Sans Narrow', sans-serif;
}

.search_area.extended .radio_field label {

}

.search_area.extended .radio_field input[type="radio"] {
	position: relative;
	top: -2px;
}




.premium_label{
	display: inline-block;
	padding: .2em .6em .3em;
	font-size: 75% !important;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background: #d74b4b;
	margin-bottom:9px;
}

.EditorialCommentsText{
	color:#fff;
	margin-left:30px;
	text-transform: none;
	padding-top:5px;
	text-transform: uppercase;
}

.article_content .news_item .thumbnail{
	margin: -20px -20px 0 -20px;
}

audio, video{
	max-width: 100%;
}

.attachment{
	color:#606060;

}

.w-author-social {
	overflow:hidden;
}

.rating_social_top {
	float:right;
}
.article_authors { float:left; }

.author_item{
	/*margin-top: 10px;*/
	margin-bottom: 20px;
}

.author_info{
	width:178px ;
}

.article_content .author_info a{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	color:#475f77;
	text-transform: uppercase;
	/*line-height:1em;*/
	font-size:1.1em;
	display:block;
	margin-bottom:5px;
}

.author_info p{
	line-height: 1.4em;
	font-size: 0.9em;
	color: #606060;
}

.related_articles > h3 {
	color:#fff;
	font-size:1.3em;
	line-height: 1.8em;
	background-color:#d74b4b;
	padding: 0 10px;
}