.wrapper-width {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
        width:100%;
}
.wrapper-row {
	display: table;
	width: 100%;
}
.wrapper-cell {
	display: table-cell;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
	clear: both;
	float: none;
}
.lower-case {
	text-transform: lowercase;
}
.wrapper-page {
	min-height: 100%;
	min-width: 1040px; /* ширина + padding wrapper-width */
	height: auto !important;
	height: 100%;
	margin: 0 0 -200px 0; /* отрицательный нижний отступ на высоту футера */
	padding: 0;
}



.menu-main {
	width: 100%;
	height: 34px;
	background: #6c0000;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size: 14px;
	color: #f1f1f0;
}
.menu-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-main ul li {
	position: relative;
	vertical-align: top;
}

.menu-main a {
	display: block;
	width: 100%;
	height: 34px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}

.menu-main li:hover {
	z-index: 9;
}

.menu-main li:hover a {
	height: 37px;
	background: #800000;
	color: #fff;
}

.menu-main li ul {
	display: none;
	z-index: 130;
}

.menu-main li:hover ul {
	display: block;
	z-index: 130;
}

.menu-main li:hover ul li a {
	width: 100%;
	padding-top: 7px;
	padding-left: 0;
	padding-right: 0;
	height: 30px;
	color: #f1f1f0;
	background: #423d34;
}

.menu-main li:hover ul li:hover a {
	color: #fff;
	background: #5c5548;
}

.menu-main a.active {
	height: 37px;
	padding-top: 10px;
	background: #ed0000;
	font-family: "PT Sans Caption", "Arial", sans-serif;
	font-weight: bold;
	color: #fff;
}







.banner {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}



.content {
	width: 100%;
}

.content .main {
	margin-bottom: 2rem;
}

.content img {
	border: 1px solid #28251f;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

.content .block {
	margin-top: 50px;
}

.content .block:first-of-type {
	margin-top: 0;
}

.content .block-name {
	height: 14px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #28251f;
}

.content .block-name:first-of-type {
	margin-top: 0;
}

.content .block-name.left {
	text-align: left;
}

.content .block-name.right {
	text-align: right;
}

.content .block-name span {
	padding: 0 2px;
	font-family: "PT Sans Caption", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f1f1f0;
	background: #6c0000;
}

.content .block-name.left span {
	border-right: 5px solid #f2f2f1;
}

.content .block-name.right span {
	border-left: 5px solid #f2f2f1;
}

.content .block-name.page-with-block-title {
	margin-bottom: 30px;
}



.content .block-item {
	margin-bottom: 25px;
}

.content .block-item:hover {

}

.content .icons {
	margin-top: 7px;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7f7f7f;
}

.content .icons.in-detail {
	margin-top: 15px; 
	margin-bottom: 10px;
}

.content .icons span {
	margin-right: 10px;
}

.content .icons .date {
	padding-left: 18px;
	background: url("/images/new/icon-date.png") no-repeat;
}

.content .icons .views {
	padding-left: 20px;
	background: url("/images/new/icon-views.png") no-repeat;
}

.content .icons .comments {
	padding-left: 20px;
	background: url("/images/new/icon-comments.png") no-repeat;
}

.content .icons .author {
	padding-left: 20px;
	background: url("/images/new/icon-author.png") no-repeat;
}

.content .icons .tag {
	padding-left: 20px;
	background: url("/images/new/icon-tag.png") no-repeat;
}



.content .top {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 410px;
	background-size: cover;
	border: 1px solid #28251f;
	box-sizing: border-box;
}

.content .top img {
	width: 100%;
}

.content .top .text {
	position: absolute;
	bottom: -100px;
	left: 0;
	min-height: 150px;
	padding: 15px 15px 25px 15px;
	background: #28251f;
	color: #fff;
	-webkit-transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-ms-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
}

.content .top:hover .text {
	bottom: 0;
}

.content .top .text a {
	color: #e33;
}

.content .top .text a:hover {
	color: #f33;
}

.content .top .text h2 {
	margin: 0;
	font-size: 28px;
	color: #e8e8e6;
}

.content .top .text a:hover h2 {
	/*color: #fff;*/
}

.content .top .text p {
	margin: 5px 0;
	color: inherit;
}

.content .top .text p img {
	display: none;
}

.content .top .text .icons {
	margin-top: 10px;
	color: #a0a0a0;
}

.content .top .gradient {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
}
.content .main .masonry-items {
	width: 660px;
	margin-right: -45px;
	overflow: hidden;
}

.content .main .masonry-items .block-item {
	float: left;
	width: 285px;
	margin-right: 45px;
	margin-bottom: 35px;
}

.content .main .articles-list .block-item {
	margin-bottom: 2rem;
}

.content .main .articles-list .block-item div.img {
	width: 100%;
	margin-bottom: 10px;
}

.content .main .articles-list .block-item div.img img {
	position: relative;
	width: 100%;
	z-index: -1;
}

.content .main .articles-list .block-item h2,
.content .main .articles-list .block-item h3,
.content .main .articles-list .block-item h4 {
	margin: 0;
}

.content .main .articles-list .block-item p {
    margin: 5px 0 0 0;
    min-height: 120px;
    max-height:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.content .main .articles-list .block-item p:after{
    content:"";display: block; width:100%;height:1px; box-shadow: 0 0 10px 10px #f3f3f3;
    position: absolute; bottom: 0;
}

.content .main .articles-list .block-item p img {
	display: none;
}

.content .main .articles-list .block-item img.small-image {
	width: 80px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
}


.content .main .discussed-list img {
	width: 80px;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}

.content .main .discussed-list a h4 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 120%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	color: #28251f;
}

.content .main .discussed-list a:hover h4 {
	color: #bb0000;
}


.content .main .discussed-list .item-label {
	font-family: "Arial", sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.content .main .discussed-list .item-label a {
	color: #28251f;
}

.content .main .blog-list .block-item .item-author img {
	float: left;
	margin-right: 15px; 
	margin-bottom: 10px; 
	width: auto;
	height: 40px;	
}

.content .main .blog-list .block-item .item-author .name {
	font-family: "Arial", sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.content .main .blog-list .block-item .item-author .name a {
	color: #28251f;
}

.content .main .blog-list .block-item .item-author .description {

}

.content .main .blog-list .block-item a h4 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 120%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	color: #28251f;
}

.content .main .blog-list .block-item a:hover h4 {
	color: #bb0000;
}



.content .main .floating-blocks {
	width: 660px;
	margin-right: -45px;
	margin-top: 50px;
}

.content .main .floating-blocks .block {
	float: left;
	width: 285px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: 45px;
}



.content .archive .NewsCalTable td.NewsCalDefault {
	background: #ffffff;
}

.content .archive .NewsCalTable td.NewsCalWeekend {
	background: #f8f8f8;
}

.content .archive .NewsCalTable td.NewsCalHeader {
	font-weight: bold;
}

.content .archive h3.NewsCalMonthNav {
	text-align: left;
}



.content .sidebar h3,
.content .sidebar h4 {
	margin: 0;
}

.content .sidebar p {
	margin: 5px 0 0 0;
}

.content .sidebar .popular-news p img {
	display: none;
}

.content .sidebar .popular-news,
.content .sidebar .last-comments,
.content .sidebar .weather,
.content .sidebar .social-links,
.content .sidebar .site-voting {
	background-color: rgba(40, 37, 31, 0.05);
	padding: 15px;
}

.content .sidebar .vote-answer-table {
	width: 75%;
}



.content .article img {
	margin-right: 15px;
	margin-bottom: 10px;
}

.content .article p {
	font-size: 16px;
}

.content .article div {
	margin-bottom: 8px;
}

.content .article h1 {
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 30px;
}

.content .article br {
	display: block;
	margin-bottom: 10px;
	content: " ";
}



.content .main .comments-list h3 {
	margin: 0;
}

.content .main .comments-list p {
	margin: 5px 0 0 0; 
}



.content .uptolike-buttons {
	float: right; 
	margin: 5px 0;
}



.content .form-news,
.content .form-news table, 
.content .form-news form {
	width: 100%;
}

.content .form-news table td {
	vertical-align: bottom;
	padding: 10px 10px 10px 0;
}

.content .form-news form input[type=text] {
	width: 100%;
}

.content .form-news form textarea {
	width: 100%;
	height: 100px;
}



.content .yarmarka {
	/*padding: 60px 0;
	box-sizing: border-box;
	background: url("/images/new/yarmarka-bg.jpg") center;
	background-size: cover;*/
}

.content .yarmarka .wrapper-yarmarka {
	width: 1000px;
	margin: 0 auto;
	/*padding: 30px 30px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.95);*/
}

.content .yarmarka div.categories-wrapper {
	background: url("/images/new/yarmarka-bg.jpg") center;
	background-size: cover;
}

.content .yarmarka ul.categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .yarmarka ul.categories li {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	margin: 50px 34px;
	padding: 30px;
	border: 1px solid black;
	background-color: #fff;
}

.content .yarmarka ul.categories li a {
	font-size: 18px;
}

.content .yarmarka div.items-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.content .yarmarka ul.items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .yarmarka ul.items li {
	display: block;
	width: 800px;
	margin: 50px 100px;
	padding: 30px;
	border: 1px solid black;
	background-color: #fff;
	box-sizing: border-box;
}

.content .yarmarka ul.items li div.item-content h3.inline {
	display: inline;
}

.content .yarmarka ul.items li div.item-content span.slogan {
	margin-right: 15px;
}

.content .yarmarka ul.items li div.item-content span.show-contacts a {
	color: #aaa;
}

.content .yarmarka ul.items li div.item-content div.contacts {
	display: none;
	margin-top: 15px
}

.content .yarmarka ul.items li div.item-content span.phone,
.content .yarmarka ul.items li div.item-content span.address {
	margin-right: 25px;
	padding-left: 24px;
	color: #777;
}

.content .yarmarka ul.items li div.item-content span.phone {
	background: url('/images/new/yarmarka/icons/y_icon_phone_s.png') no-repeat;
}

.content .yarmarka ul.items li div.item-content span.address {
	background: url('/images/new/yarmarka/icons/y_icon_address_s.png') no-repeat;
}

.content .yarmarka ul.items li div.link {
	display: table-cell;
	width: 270px;
}

.content .yarmarka ul.items li div.link div.descr {
	color: #999;
}



.content .ads-article {
	margin-top: 40px;
}



#top-slider {
  max-height: 410px;
  overflow: hidden;
}

.jshowoff p.jshowoff-controls {
  background: none;
  height: 210px;
  overflow: visible;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /*z-index: 140;*/
}

.jshowoff p.jshowoff-controls a {
  display: block;
  width: 22px;
  height: 38px;
  background: none;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-indent: -10000em;
  position: absolute;
  top: 170px;
}

.jshowoff p.jshowoff-controls a.jshowoff-play {
  display: none;
}

.jshowoff p.jshowoff-controls a.jshowoff-prev {
  left: 15px;
  background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
}

.jshowoff p.jshowoff-controls a.jshowoff-next {
  right: 15px;
  background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
}

.article div.link_block {
	position: relative;
	margin: 20px 0;
	padding: 15px 15px 20px 15px;
	background: rgba(40, 37, 31, 0.05);
}

.article div.link_block div.link_block_info {
	position: absolute;
	bottom: 5px;
	right: 15px;
	margin: 0;
	font-size: 12px;
	color: #7f7f7f;
}

.khl-banner {
	width: 340px;
	height: 279px;
	background-image: url(/images/new/MHL-bg.jpg);
	position: relative;
	text-shadow: 0 -1px 3px white, 1px 0 3px white, 0 1px 3px white, -1px 0 3px white;
	text-align: center;
}

.khl-banner img {
	border: none;
}

.khl-game-date {
	position: absolute;
	top: 96px;
	left: 70px;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
}

.khl-game-time {
	position: absolute;
	top: 118px;
	left: 70px;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
}

.khl-game-team1-name {
	position: absolute;
	top: 230px;
	left: 5px;
	width: 160px;
	font-size: 18px;
	font-weight: bold;
}

.khl-game-team1-city {
	position: absolute;
	top: 250px;
	left: 10px;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}

.khl-game-team1-logo {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 140px;
}

.khl-game-team2-name {
	position: absolute;
	top: 230px;
	right: 5px;
	width: 160px;
	font-size: 18px;
	font-weight: bold;
}

.khl-game-team2-city {
	position: absolute;
	top: 250px;
	right: 10px;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}

.khl-game-team2-logo {
	position: absolute;
	top: 160px;
	right: 10px;
	width: 140px;
}

.khl-game-results {
	position: absolute;
	top: 172px;
	left: 70px;
	width: 200px;
	font-size: 40px;
	font-weight: bold;
}
.khl-game-info {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.khl-voting {
	margin-top: 20px;
}