.newsBlock a:nth-last-child(2) .image,
.newsBlock a:nth-last-child(2) .details {
    border-bottom: 1px solid #c9cbcd;
}

/*
    largeNewsBlock
*/
.largeNewsBlock {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
}

.largeNewsBlock a:hover {
    text-decoration: none;
}

.largeNewsBlock>.lightBlueTitle,
.largeNewsBlock>.darkBlueTitle {
    position: absolute;
    top: 0;
    left: 5px;
}

.largeNewsBlock.seededBlock>.darkBlueTitle {
    background-color: #5E81B5;
}

.largeNewsBlock .item {
    display: inline-block;
    width: 330px;
    vertical-align: top;
    margin-left: 17px;
}

.largeNewsBlock .item .image,
.largeNewsBlock .item .image img {
    display: block;
    width: 330px;
    height: 190px;
}

.largeNewsBlock .item .details {
    display: block;
    margin-top: 10px;
    font-family: Arial;
    font-size: 13px;
    color: #444444;
}

.largeNewsBlock .item .details .title {
    display: block;
    font-family: PtSansBold;
    font-size: 19px;
    line-height: 19px;
    color: #3c3c3c;
}

.largeNewsBlock .item:hover .details .title {
    color: #c4272e;
}

.largeNewsBlock .item .details .title>span {
    display: block;
    margin-top: 5px;
    font-family: Arial;
    font-size: 11px;
    color: #858585;
}

/*
    stopli
*/

.stopliBox {
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 13px;
}

.stopliBox a:hover {
    text-decoration: none;
}

.stopliBox .item {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.stopliBox .item>.image {
    display: block;
    width: 215px;
    position: relative;
}

.stopliBox .item>.image img {
    width: 215px;
}

.stopliBox .item>.image img.new {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.stopliBox .item>.image img.stoplicon {
    width: 49px;
    height: 49px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.stopliBox .item>.image img.icon {
    width: 64px;
    height: 36px;
    position: absolute;
    left: 68px;
    top: 39px;
}

.stopliBox .item>.details {
    display: block;
    height: 75px;
    position: relative;
    padding: 10px;
    color: #fff;
    font-family: PtSansBold;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    background: #58a0de;
    transition: background 0.5s linear 0s;
    -webkit-transition: background 0.5s linear 0s;
    -moz-transition: background 0.5s linear 0s;
    -o-transition: background 0.5s linear 0s;
}

.stopliBox a:nth-child(3n) .item>.details {
    background: #6dc8bf;
}

.stopliBox a:nth-child(3n+1) .item>.details {
    background: #e28560;
}

.stopliBox a:hover .item>.details {
    background: #468dc9;
}

.stopliBox a:hover:nth-child(3n) .item>.details {
    background: #5abeb4;
}

.stopliBox a:hover:nth-child(3n+1) .item>.details {
    background: #db7651;
}

.stopliBox .item>.details>.left {
    width: 25px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.stopliBox .item .left .icon.text {
    opacity: 0.6;
    background: url('../../images/design/icon_text_white.png') center center no-repeat;
}

.stopliBox .item .left .icon.video {
    opacity: 0.6;
    background: url('../../images/design/icon_video_white.png') center center no-repeat;
}

.stopliBox .item .left .icon.gallery {
    opacity: 0.6;
    background: url('../../images/design/icon_gallery_full_white.png') center center no-repeat;
}

.stopliBox .item:hover>.details .icon {
    opacity: 1;
}

.stopliBox .item>.details>.right {
    width: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.stopliBox .item>.details .title {
    display: block;
    line-height: 15px;
    color: #FFF;
}

.stopliBox .item:hover>.details .title {
    color: #FFF;
}

.stopliBox .item>.details .date {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    display: block;
}

.stopliBox>.darkBlueTitle {
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 1;
}

.stopliButton {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

/*
    vidiShopBox
*/
.vidishopBox a.mCSB_buttonRight {
    top: 115px !important;
    right: -5px !important;
}

.vidishopBox a.mCSB_buttonLeft {
    top: 115px !important;
    left: -5px !important;
}
.vidishopBox > div {
    height: 310px !important;
}

.vidishopBox {
    display: block;
    margin-right: 13px;
    margin-left: 10px;
    position: relative;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.vidishopBox a {
    text-decoration: none;
}

.vidishopBox .productEmpty {
    display: inline-block;
    width: 185px;
    height: 250px;
    margin: 20px;
    margin-left: 0;
    vertical-align: top;
    position: relative;
}

.vidishopBox .product {
    display: inline-block;
    width: 185px;
    height: 250px;
    margin: 20px;
    margin-left: 0;
    background: #FFFFFF;
    vertical-align: top;
    font-size: 0;
    position: relative;
}

.vidishopBox a:last-child .product {
    margin-right: 0;
}

.vidishopBox .product .icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.vidishopBox .product .image>img:first-child {
    display: inline-block;
    height: 120px;
}

.vidishopBox .product .image {
    display: block;
    height: 185px;
    text-align: center;
}

.vidishopBox .product .image>span:first-child {
    width: 0;
    height: 185px;
}

.vidishopBox .product .image * {
    vertical-align: middle;
    display: inline-block;
}

.vidishopBox .product .image .price {
    position: absolute;
    top: 145px;
    left: 10px;
    font-family: PtSansBold;
    font-size: 0;
    color: #FFFFFF;
    text-align: left;
    line-height: 18px;
}

.vidishopBox .product .image .price>span {
    background: url('../../images/design/transparent_black_75.png') repeat;
    padding: 4px 6px;
}

.vidishopBox .product .image .price>span:first-child {
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 7px;
    font-size: 20px;
}

.vidishopBox .product .image .price>span:last-child {
    display: block;
    font-size: 13px;
}

.vidishopBox .product .details {
    display: block;
    height: 44px;
    padding: 10px;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    border-top: 1px solid #cccccc;
    text-align: left;
    font-family: PtSansBold;
    font-size: 15px;
    line-height: 15px;
    color: #3c4650;
}

.vidishopBox .product:hover .details {
    background-color: #f7f7f7;
    border-top: 1px solid #bbbbbb;
}

.vidishopBox .product .details span {
    display: block;
    font-family: Arial;
    font-size: 11px;
    color: #9a9a9a;
}

.vidishopButton {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

/*
    galleriesBox
*/
.galleriesBox {
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 13px;
}

.galleriesBox a:hover {
    text-decoration: none;
}

.gallery {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.gallery>.image {
    display: block;
    width: 215px;
    position: relative;
}

.gallery>.image img {
    width: 215px;
}

.gallery>.image img.new {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery>.image img.icon {
    width: 64px;
    height: 36px;
    position: absolute;
    left: 68px;
    top: 39px;
}

.gallery>.details {
    display: block;
    height: 75px;
    position: relative;
    padding: 10px;
    padding-left: 45px;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    color: #3c4650;
    font-family: PtSansBold;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    transition: background 0.5s linear 0s;
    -webkit-transition: background 0.5s linear 0s;
    -moz-transition: background 0.5s linear 0s;
    -o-transition: background 0.5s linear 0s;
}

.gallery>.details>span:first-child {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 10px;
    left: 10px;
    background: url('../../images/design/icon_gallery_gray.png') center center no-repeat;
}

.gallery:hover>.details {
    background-color: #f7f7f7;
    border-bottom: 1px solid #bbbbbb;
}

.gallery:hover>.details>span:first-child {
    background: url('../../images/design/icon_gallery_gray_dark.png') center center no-repeat;
}

.gallery>.details>.title {
    display: block;
    line-height: 15px;
}

.gallery:hover>.details>.title {
    color: #000000;
}

.gallery>.details>.date {
    display: block;
    font-family: Arial;
    font-size: 11px;
    color: #858585;
    margin-top: 3px;
    line-height: 14px;
}

.galleriesBox>.darkBlueTitle {
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 1;
}

.galleriesButton {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

.moreButton {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

/*
    videosBox
*/

.videosBox {
    position: relative;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 13px;
}

.videosBox .video {
    display: inline-block;
    width: 215px;
    height: auto !important;
    vertical-align: top;
    margin: 0 16px 16px 0;
}

.videosBox a:hover {
    text-decoration: none;
}

.videosBox a:nth-child(3n) .video {
    margin-right: 16px !important;
}

.videosBox .video>.details {
    display: block;
    position: relative;
    height: 85px;
    padding: 10px;
    background: #171c2f;
    font-family: PtSansBold;
    font-size: 15px;
    color: #FFFFFF;
    transition: background 0.5s linear 0s;
    -webkit-transition: background 0.5s linear 0s;
    -moz-transition: background 0.5s linear 0s;
    -o-transition: background 0.5s linear 0s;
}

.videosBox .video:hover>.details {
    background: #171c2f;
}

.videosBox .video>.details .left {
    display: inline-block;
    position: static;
    width: 25px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.videosBox .video>.details .left .icon.video {
    opacity: 0.6;
    height: 25px !important;
    background: url('../../images/design/icon_video_blue_full_blue.png') center center no-repeat;
}

.videosBox .video:hover>.details .left .icon.video {
    opacity: 1;
}

.videosBox .video>.details>.right {
    width: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.videosBox .video .image>img {
    width: 215px;
}

.videosBox .video .details .name {
    display: block;
    vertical-align: top;
    line-height: 14px;
    padding: 0;
}

.videosBox .video .details .date {
    display: block;
    font-family: Arial;
    font-size: 11px;
    color: #6083a9;
    margin-top: 5px;
}

.videosBox .video .details .attendance {
    display: block;
    margin-top: 7px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.videosBox .video .details .attendance img {
    vertical-align: middle;
}

.videosBox>.darkBlueTitle {
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 1;
}

.videosButton {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

.statisticsBox {
    position: relative;
    padding-bottom: 40px;
}

.statisticsBox .darkBlueTitle {
    margin-left: 4px;
}

.statisticsBox>div.competitionSelectorWrap {
    margin-top: 11px;
    text-align: right;
    padding-right: 15px;
}

.statisticsBox>span {
    height: 155px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.statisticsBox>span.left {
    border-right: 2px dashed #dddddd;
    width: 308px;
    position: relative;
    padding-right: 25px;
    margin-left: 10px;
}

.statisticsBox>span.right {
    margin-left: 26px;
}

.statisticsBox>span.left>span.biggestWin {
    font-size: 14px;
    color: #5d5d5d;
    font-family: PtSansBold;
    text-transform: uppercase;
    font-weight: bold;
    right: 25px;
    position: absolute;
    bottom: 34px;
}

.statisticsBox>span.left>span.matchResults {
    position: absolute;
    bottom: -3px;
    right: 25px;
    display: block;
}

.statisticsBox>span.left>span.matchResults>span {
    vertical-align: middle;
}

.statisticsBox>span.left>span.matchResults>span.score {
    padding-left: 10px;
    padding-right: 10px;
}

.statisticsBox>span.right>span span.label,
.statisticsBox>span.left>span>span.label {
    color: #5d5d5d;
    font-size: 14px;
    font-family: PtSansBold;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: right;
}

.statisticsBox>span.right>span span.label {
    font-size: 13px;
}

.statisticsBox>span.left>span.goal>span.label {
    font-size: 23px;
}

.statisticsBox>span.left>span>span.number {
    font-size: 31px;
    display: block;
    text-align: right;
    font-family: 'digital';
}

.statisticsBox>span.left>span>span.number>span {
    color: #f1f1f1;
}

.statisticsBox>span.left>span.match,
.statisticsBox>span.left>span.receivedGoal,
.statisticsBox>span.left>span.goal {
    position: absolute;
}

.statisticsBox>span.left>span.matchResults>span.home,
.statisticsBox>span.left>span.matchResults>span.away {
    line-height: 14px;
    max-width: 100px;
}

.statisticsBox>span.left>span.matchResults>span {
    font-family: PtSansBold;
    color: #5d5d5d;
    font-size: 16px;
    display: inline-block;
}

.statisticsBox>span.left>span.matchResults>span.score {
    font-family: 'digital';
    font-size: 32px;
}

.statisticsBox>span.left>span.matchResults>span.score>span {
    color: #6d84a4;
}

.statisticsBox>span.left>span.match>span.number,
.statisticsBox>span.left>span.receivedGoal>span.number {
    color: #66819C;
}

.statisticsBox>span.left>span.match {
    left: 0;
    top: 0;
}

.statisticsBox>span.left>span.receivedGoal {
    left: 100px;
    top: 0;
}

.statisticsBox>span.left>span.goal {
    right: 25px;
    top: -11px;
}

.statisticsBox>span.left>span.goal>span.number {
    color: #b4474a;
    font-size: 68px;
    line-height: 60px;
}

.statisticsBox>span.right>span {
    margin-bottom: 5px;
}

.statisticsBox>span.right>span>span {
    display: inline-block;
    width: 70px;
}

.statisticsBox>span.right>span>span.progress {
    margin-left: 14px;
}

.statisticsBox>span.right>span>span.progress {
    width: 235px;
}

.statisticsBox>span.right>span>span.progress,
.statisticsBox>span.right>span>span.progress>span {
    height: 39px;
    display: inline-block;
}

.statisticsBox>span.right>span>span.progress span {
    display: inline-block;
}

.statisticsBox>span.right>span>span.value>span.number {
    font-size: 32px;
    font-family: 'digital';
    display: block;
    text-align: right;
}

.statisticsBox>span.right>span {
    display: block;
}

.statisticsBox>span.right>span>span.value>span.number>span {
    color: #f1f1f1;
}

.statisticsBox>span.right>span.win>span.value>span.number {
    color: #b5ca7b;
}

.statisticsBox>span.right>span.win>span.progress>span {
     background-color: #b5ca7b;
 }

.statisticsBox>span.right>span.draw>span.value>span.number {
    color: #595959;
}

.statisticsBox>span.right>span.draw>span.progress>span {
    background-color: #595959;
}

.statisticsBox>span.right>span.lost>span.value>span.number {
    color: #aa5052;
}

.statisticsBox>span.right>span.lost>span.progress>span {
    background-color: #aa5052;
}

.statisticsBox .competitionSelectorWrap {
    position: relative;
}

.statisticsBox .competitionSelector {
    border: 1px solid #cccccc;
    display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.55);
    position: absolute;
    margin: auto;
    top: 0;
    right: 15px;
    z-index: 5;
    background: #ffffff;
}

.statisticsBox .competitionSelector a.competitionSelectorRow {
    display: block;
    font-family: PtSansBold;
    color: #3c4650;
    font-size: 15px;
}

.statisticsBox .competitionSelector * {
    text-decoration: none;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span {
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    border-top: 1px solid #cccccc;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    height: 33px;
    width: 200px;
    display: block;
}

.statisticsBox .competitionSelector a.competitionSelectorRow:first-child>span {
    border-top: none;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span {
    position: relative;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span>span {
    display: inline-block;
    vertical-align: middle;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span>span:nth-child(3) {
    width: 160px;
    text-align: left;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span>span:first-child {
    height: 100%;
}

.statisticsBox .competitionSelector a.competitionSelectorRow>span>span:last-child {
    position: absolute;
    right: 6px;
    top: 4px;
}

.statisticsBox .competitionSelector a.competitionSelectorRow:hover>span {
    background: none;
}

.statisticsBox .competitionSelector a.competitionSelectorRow .checkbox {
    display: inline-block;
    border: 1px solid #c7c7c8;
    border-radius: 4px;
    padding: 2px;
    background-color: #ffffff;
}

.statisticsBox .competitionSelector a.competitionSelectorRow .checkbox.checked>span {
    background: url('../../images/design/blue_checkbox_checked.png') !important;
    display: block;
    width: 11px;
    height: 11px;
}

.statisticsBox .competitionSelector a.competitionSelectorRow .checkbox>span {
    background: url('../../images/design/blue_checkbox.png') !important;
    display: block;
    width: 11px;
    height: 11px;
}

.statisticsBox .competitionSelector a.competitionSelectorRow .checkbox.checked {
    border: 1px solid #9ab5d0;
}

.statisticsBox .competitionSelector span.button {
    display: block;
    padding: 2px;
    text-align: center;
    font-family: PtSansBold;
    font-size: 12px;
    border-top: 1px solid #dbdbdb;
}

.statisticsBox .competitionSelector span.button>a {
    color: #3c4650;
    display: block;
    height: 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #ebebe7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ebebe7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#ebebe7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#ebebe7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#ebebe7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#ebebe7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebe7',GradientType=0 ); /* IE6-9 */
}

.statisticsBox .competitionSelector span.button:hover>a {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.statisticsBox .competitionSelector span.button>a>span,
.statisticsBox .competitionSelector span.button>a>img{
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.statisticsBox .competitionSelector span.button>a>img {
    padding-bottom: 1px;
}

.statisticsBox .competitionSelector span.button>a>span:first-child {
    height: 20px;
}