.ads {
    display: none;
}

.section_line_black {
    display: block;
    width: 100%;
    height: 1px;
    border-top:  1px solid #000000;
    margin-bottom: 10px;
}

.section_line_white {
    display: block;
    width: 100%;
    height: 1px;
    border-top:  1px solid #FFFFFF;
    margin-bottom: 10px;
}

.btn {
    color: white;
    font-size: 1.4rem;
    border: 1px solid #FF3E00;
    background: #FF3E00;
    padding: 2px 5px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.admin_form .btn_min {
    line-height: 20px !important;
    padding: 0 10px;
    border: none;
    background: gray;
}

.btn_share {
    background: transparent url(/files/tysol/images/btn_share.png) no-repeat left center;
    color: #acacac;
    font-weight: normal;
    padding-left: 30px;
    border: none;
    margin-left: 25px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 25px;
}

.silverbox {
    background: #EFEFEF;  
    padding: 11px;  
}


.pagenav {
    padding: 5px;
    text-align: center;
}

.pagenav span {
    color:white;
    background-color:#C92729;
    padding:2px 5px;
    margin:10px
}

.pagenav a {
    color:white;
    background-color:#FF3E00;
    padding:2px 5px;
    margin:10px;
    text-decoration:none
}

.pagenav a:hover {
    color:#fff;
    background-color:#C92729;
    margin:10px;
    text-decoration:none
}

.nph {
    padding-left: 0;
    padding-right: 0;
}

.news_hover:hover {
    overflow: hidden;
}

.news_hover:hover .news_image img {
    opacity : 0.70;
    filter : alpha(opacity=70);
}

.news_hover:hover .news_title {
    opacity : 0.70;
    filter : alpha(opacity=70);
}

.at-share-btn {
    margin-right: 20px !important;
}

#live .timeLive {
    color: #C92729;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 15px;
}

.marketing-ins {
    display: block;
}

.marketing-ins-desktop {

}

.marketing-center {
    margin: 0 auto;
    text-align: center;
}

.marketing-center img {
    text-align: center;
}

.marketing-responsive img {
    width: 100%;
    height: auto;
}