﻿@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.glyphicon{margin-right:4px !important; /*override*/}
.pagination .glyphicon{margin-right:0px !important; /*override*/}
.pagination a{color:#555;}
.panel ul{padding:0px;margin:0px;list-style:none;}
.news-item{ width:100%; float:left;color:#fff;padding:7px 0px;margin:0px;border-bottom:1px dotted #555; }
.news-last{border-bottom:none;}
.news-item h3{line-height: 20px;font-family: 'open_sansbold';font-size:18px; margin-bottom:5px;}
.news-item p{ font-size:13px;line-height: 18px;}
.news-item a{ font-family: 'open_sanssemibold'; font-size:14px;font-style: italic;color:#ff5722;}
.news-item a:hover{ color:#00aec5; text-decoration:underline;}
.news-item .l-sec{ width:20%; margin-right:5%;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; float:left; font-size:30px; color:#fff; background:#ff5722; padding: 10px 5px;text-align:center;line-height: 26px;}
.news-item .l-sec span{font-family: 'open_sansregular'; font-size:12px;}
.news-item .r-sec{ width:75%; float:left;}