@import "main.css";

/* section_1 */

section.s_news {margin-bottom: 5px; margin-top: 10px; overflow: hidden;}
section.s_news .compani .item_compani {
	/*border-bottom: 1px dashed #ddd;*/
    border: 1px solid #ddd;
	margin-bottom: 15px;
    overflow: hidden;
    min-height: 180px;
    padding: 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 .compani .item_compani a{display: block;}
section.s_news .compani .item_compani a img {
    /*height: 130px;*/
    height: auto;
    max-width: 100%;
}
section.s_news .compani .item_compani h2 {
	color: #444;
	font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    margin-top: 0;
    text-align: right;
}
section.s_news .compani .item_compani p {
	color: #5f5f5f;
    font-size: 14px;
    text-align: justify;
}
section.s_news .compani .item_compani span {font-size: 12px; margin-right: 15px;}
section.s_news .compani .item_compani span i {font-size: 14px; margin-right: 5px;}
section.s_news .compani .item_compani .button {
	bottom: 10px;
    position: absolute;
    right: 15px;
}
section.s_news .compani .item_compani .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 .compani .item_compani .button a:hover {
	background-color: #029FB2;
	border: 1px solid #029FB2;
}


@media only screen and (max-width: 991px) {
    aside.aside_dn {display: none;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 540px) {
    section.s_news .compani_top .item_compani_top .button,
    section.s_news .compani .item_compani .button {
        bottom: 0;
        margin-top: 10px;
        position: inherit;
        right: 0;
        text-align: right;
    }
    section.s_news .compani_top .item_compani_top .button a,
    section.s_news .compani .item_compani .button a {text-align: center; width: 100%;}
}
@media only screen and (max-width: 420px) {
    section.s_news .compani_top .item_compani_top span,
    section.s_news .compani .item_compani span {display: block;}
}