@import url(https://fonts.googleapis.com/css?family=Roboto);
h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    padding: 0 0 0 20px;
    /*    background: url(../img/mark.svg) no-repeat 30px center;*/
    background-size: 30px
}
strong {
	font-weight: bold;
}
.balloon {
    position: relative;
    border-radius: 4px;
    width: 320px;
    height: 60px;
    background-color: #1F2839;
    text-align: center;
    margin: 30px auto 0px;
}
.balloon:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #1F2839;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.balloon i{
    padding: 0 14px 0 0
}
.news-box{
    margin: 0 0 20px 0;
    padding: 0;
    border: solid 1px #e5e5e5;
}
.news-box .title{
    margin: 0;
    padding: 16px 26px 16px 26px;
    background: #eee;
}
.news-box .text{
    margin: 0;
    padding: 16px 26px 16px 26px;
    background: #fdfdfd;
}

.news-box .date{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: #1F2839;
    width: 130px;
}
.news-box h5{
    margin: 0;
    padding: 10px 0 0 0;
    color: #1F2839;
    font-size: 18px;
}
.news-box p{
    margin: 0 0 0 0;
    padding: 7px 0 3px 0;
    font-size: 14px;
    line-height: 1.75em;
}
.news-box span.red{
    color: crimson;
}
.news-box span.black{
    color: black;
    font-weight: bold;
}
.news-box img{
    display: block;
    margin: 20px auto 30px;
    width: 80%;
}
.news-box a{
    text-decoration: none;
    color: #307eec;
}
.news-box a[target="_blank"]:before{
    content: "\f08e";
    font-family: FontAwesome;
    padding: 0 7px 0 0 ;
}

.archives {
	text-align: center;
	margin: 10px auto 60px;
	width: 260px;
	height: 40px;
	line-height: 40px;
	display: block;
	border: solid 1px #ccc;
	background: #fafafa;
	text-decoration: none;
	padding: 0px;
	color: #307eec;
	transition: 0.3s
}
.archives:hover {
	color: #fff;
	background: #307eec;
	transition: 0.3s
}


