/** START NEWS ITEM **/

/** 1,2,3 Блоки Новостей **/

/** 1 блок **/
/*#content .news_item:first-child {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

#content .news_item:first-child .news_title {
    max-height: 60px !important;
    padding: 10px 0
}

#content .news_item .news_text {
    font: 16px/19px 'pfagorasansproLight',sans-serif;
    max-height: 53px;
    overflow: hidden;
    display:none;
}

#content .news_item:first-child .news_title a {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    display: inline-block;
}

#content .news_item:first-child .news_img {
    height: 202px;
    max-width: 100%;
    width: 100%;
    float: none;
}

#content .news_item:first-child .news_description > div {
    min-height: 160px;
    padding: 20px 35px;
    width: 465px;
    height: 193px;
}

#content .news_item:first-child .news_img a {
    width: auto;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}
*/
/**2,3 блоки**/
/*
#content .news_item:nth-child(2),
#content .news_item:nth-child(3) {
    width: 50%;
}

#content .news_item:nth-child(2) .news_img,
#content .news_item:nth-child(3) .news_img {
    width: 168px;
    height: 100%;
    max-width: 168px;
    max-height: 168px !important;
    display: inline-block;
}

#content .news_item:nth-child(2) .news_text,
#content .news_item:nth-child(3) .news_text {
    margin-top: 8px;
}

#content .news_item:nth-child(2) .news_description,
#content .news_item:nth-child(3) .news_description {
    display: inline-block;
    width: 290px;
    vertical-align: top;
    padding-left: 10px;
}

#content .news_item:nth-child(2) .news_iner,
#content .news_item:nth-child(3) .news_iner {
    height: 168px;
}

#content .news_item:nth-child(2) .news_description>div,
#content .news_item:nth-child(3) .news_description>div {
    min-height: 170px !important;
}
*/
/** Остальные блоки новостей**/

#content .news_item .artcomments {
    float: left;
    margin-right: 10px;
    margin-top:17px;
    position: relative;
    top: -16px;
    min-height: 13px;
    min-width: 12px;
    display: none;
}

#content  .news_description {
    width: auto !important;
    padding: 0 !important;
}

#content .news_item:not(:first-child) .news_img {
    /*max-height: 111px;*/
}

#content .news_item .news_info {
    padding-left: 10px;
}

#content .news_box {
    margin-left: -30px;
}

#content .news_item {
    float: left;
    padding-left: 30px;
    margin-bottom: 25px;
    width: 100%;
}

#content .news_img {
    max-width: 110px;
    float: left;
    overflow: hidden;
}

#content .news_img a {
    display: block;
    text-align: center;
    overflow: hidden;
}

#content .news_iner {
    background-color: #fff;
}

#content .news_iner:hover {
    /*box-shadow: 0 0 4px #416352;*/
    border-bottom: 3px solid #FD4D30;
}

#content .news_description>div {
    height: inherit;
    padding: 15px 0 35px;
    min-height: 111px;
    display: inline-block;
    width: 785px;
    min-height: 168px;
    vertical-align: top;
    padding-left: 10px;
}

#content .news_title {
    /*max-height: 37px;*/
    overflow: hidden;
    padding-right: 10px;
    height: 115px !important;
    padding-left: 25px;
}

#content .news_title a {
    font: 30px DINCondensedC;
    line-height: 25px;
    color: #202020;
    height: 106px !important;
}
#content .news_img a {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

#content .news_img {
    width: 168px;
    height: 168px;
    max-width: 168px;
    max-height: 168px;
    display: inline-block;    
}


#content .news_info {
    text-align: left;
    bottom: 10px;
    left: 0;
    width: 100%;
    line-height: 20px;
    font: 15px sans-serif,'pfagorasansproThin';
    color: #9a9a9a;
    padding-left: 10px;
}

/*#content .news_item:first-child .news_description .news_info{
    padding: 0 35px;
}
*/

#content .news_name {
    color: #fd6d59;
    width: 195px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#content .news_info>span{
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

#content .white_bg {
    background-color: #fff;
}

#content .more_news_link_box {
    padding: 15px 0;
}

#content .more_news_link_box .more_news_link {
    font: 900 16px/23px 'pfagorasansproBold',sans-serif;
    color: #5fcbf4;
    display: inline-block;
    padding-right: 30px;
    background: url(/img/news_all_link.png) right 5px no-repeat;
}

#content img {
    max-width: none;
}

.media_inner img {
    height: 100px;
}

#content .news_img:hover a{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/**END NEWS ITEM**/


/** START RIGHT TOURNAMENT PANEL **/
#content .tournament-matches-box .nav-tabs {
    border: none;
    margin-bottom: 16px;
}

#content .tournament-matches-box .nav-tabs>.active a {
    color: #fff !important;
    background-color: #55b0d4;
}

#content .tournament-matches-box .nav-tabs>li>a {
    font-size: 24px;
    line-height: 47px;
    height: 47px;
    font-family: 'pfagorasansproThin';
    color: #202020;
    padding: 0;
    border: none !important;
    margin: 0;
    background: none;
    border-radius: 0;
    letter-spacing: -1px;
    position: relative;
}

#content .tournament-matches-box .nav-tabs>li:last-child {
    margin-left: 10px;
}

#content .tournament-matches-box .nav-tabs>li a:hover {
    color: #f1c131;
}

#content .tournament-matches-box .nav-tabs>.active a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #55b0d4;
}

#content .tournament_matches_list>.tournament_matches_item.active a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #55b0d4;
}

#content .tournament-matches-box .tab-content {
    background-color: #ffffff !important;
}

#content .tournament-matches-box #tournaments > a:first-child {
    margin-bottom: 8px;
    font: 700 14px/23px 'pfagorasansproBold',sans-serif;
    text-transform: uppercase;
    color: #f8c631;
    margin-top: 10px;
    display: block;
}

#content .tournament-matches-box #tournaments > a:nth-child(2) {
    padding-left: 18px;
    font: 700 16px/23px 'pfagorasansproBold',sans-serif;
    color: #5fcbf4;
}

#content .tournament-matches-box #tournaments > a:nth-child(2):hover {
    color: #f8c631;
}

#content .tournament-matches-box #tournaments > a:first-child:hover {
    color: #5fcbf4;
}

#content .tournament-matches-box #tournaments > a:first-child i {
    margin-right: 5px;
}

#content .tournament-matches-box .tab-pane ul li {
    padding: 12px;
}

#content .tournament-matches-box .tab-content {
    height: 434px;
}

#content .tournament-matches-box .tabbable .nav-tabs > li {
    width: 50%;
    margin: 0 !important;
    text-align: center;
}

.create_tour_btn {
    font: 14px/23px 'pfagorasansproBold';
    color: #fff !important;
    text-transform: uppercase;
    background-color: #f8c631;
    text-align: center;
    padding: 5px 0;
    display: block;
    white-space: nowrap;
    width: calc(100% - 18px);
}

.create_tour_btn:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #d5a001;
}

.users_video_item .profilevideo-show {
      color: #fff !important;
}

.users_video_item .profilevideo-show:hover {
      color: #F0F0F0 !important;
}
.users_video_item .news_iner {
    background-color: #202125 !important;
}

.ava_video_page {
    border-radius:50%;
    width:40px;
    height:40px;
    vertical-align: middle;
    border: 2px solid white;
}

.ava_video_page:hover {
    opacity: 0.8;
}

.video_new  .news_info  {
    bottom: 15px !important;
}

.video_new .news_name {
    font-size: 16px !important;
    bottom: 0 !important;
    width:200px !important;
    height: 44px !important;
}

.video_new .news_name:hover {
    text-decoration: none !important;
}

.video_new .news_name span:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 868px) {

    .box._news {
        display: flex;
        flex-direction: column;
    }

}