@import "main.css";

/* section_1 */

section.s_news {margin-bottom: 5px; margin-top: 10px; overflow: hidden;}

section.s_news .news {}
section.s_news .news .item_news {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    width: 100%;
}
section.s_news .news .item_news a{display: block;}
section.s_news .news .item_news a img {
    border-top: 5px solid #FF3547;
	float: left;
    height: 150px;
    margin-right: 15px;
    width: 230px;
}
section.s_news .news .item_news h2 {
	color: #444;
	font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    margin-top: 0;
    text-align: right;
}
section.s_news .news .item_news p {
	color: #5f5f5f;
    font-size: 14px;
    text-align: justify;
}
section.s_news .news .item_news span {font-size: 12px; margin-right: 15px;}
section.s_news .news .item_news span i {margin-right: 5px;}
section.s_news .news .item_news .button {
	bottom: 0;
    position: absolute;
    right: 0;
}
section.s_news .news .item_news .button a {
	background-color: #016674;
	border: 1px solid #016674;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    color: #f5f5f5;
    font-family: "RobotoBold", sans-serif;
    font-size: 0.8em;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.s_news .news .item_news .button a:hover {
	background-color: #029FB2;
	border: 1px solid #029FB2;
}


@media only screen and (max-width: 767px) {
    section.s_news .news .item_news a img {width: 190px;}
}
@media only screen and (max-width: 540px) {
    section.s_news .news .item_news a img {height: 120px; width: 170px;}
    section.s_news .news {margin-top: 0;}
}
@media only screen and (max-width: 420px) {
    section.s_news .news .item_news a img {margin-bottom: 15px; height: 200px; width: 100%;}
}