@import "main.css";

/* section_1 */

section.s_news {margin-bottom: 5px; margin-top: 10px; overflow: hidden;}
section.s_news a.btn {
    color: #f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 20px 0;
    /*letter-spacing: 0.25px;*/
    padding: .5rem;
    -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);
    width: 100%;
}
section.s_news a.btn i {margin-left: 10px;}

section.s_news .compani {}
section.s_news .compani h1 {
    color: #016674;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    -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);
}
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; text-align: center;}
section.s_news .compani .item_compani a img {
    max-height: 150px;
    height: auto;
    max-width: 100%;
}
section.s_news .compani .item_compani h2 {
	color: #FF3547;
	font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
section.s_news .compani .item_compani p {
	color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 0;
}
section.s_news .compani .item_compani .dates-list {background-color: #eee; margin: 10px 0;}
section.s_news .compani .item_compani .dates-list span {
    color: #5f5f5f;
    font-size: 14px;
    padding-left: 15px;
}
section.s_news .compani .item_compani p.city,
section.s_news .compani .item_compani p.tema {font-size: 13px;}
section.s_news .compani .item_compani p.city i,
section.s_news .compani .item_compani p.tema i {color: #FF3547; margin-right: 10px;}
section.s_news .compani .item_compani p.city span,
section.s_news .compani .item_compani p.tema span {font-family: "RobotoBold", sans-serif;}
section.s_news .compani .item_compani .start-date {line-height: 1; text-align: center;}
section.s_news .compani .item_compani .start-date p.start-day {
    color: #FF3547;
    font-family: "RobotoBold", sans-serif;
    font-size: 42px;
}
section.s_news .compani .item_compani .start-date p.start-month {font-size: 16px;}
section.s_news .compani .item_compani .start-date p.start-year {color: #ccc; font-size: 24px;}
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;
}

/* pagination */

.pagination.pg-teal .active .page-link {background-color: #029FB2;}
.page-item.disabled .page-link {background-color: #f8f8f8;}
.pagination .page-link a, .pagination .page-item a {
    color: #029FB2;
}

/* aside */

section.s_news aside {
	margin-bottom: 20px;
	-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);
}
section.s_news aside .header_name {
	background-color: #029FB2;
    -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);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2px;
    padding: 10px 15px;
    position:relative;
    z-index:2;
}
section.s_news aside .header_name h3 {
	color: #f5f5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0;
    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);
}

section.s_news aside menu {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
section.s_news aside menu li a {
	color: #5f5f5f;
	font-family: "RobotoBold", sans-serif;
	font-size: 16px;
    line-height: 1.8;
	padding-left: 22px;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	display: inline-block;
}
section.s_news aside menu li a::before {
    color: #9f9f9f;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 16.5px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
section.s_news aside menu li a:hover {
	color: #029FB2;
}

section.s_news aside .tab-content {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem 1rem;
    z-index: 1;
}
section.s_news aside .tab-content .masters-filter {margin: 0 0 10px;}
section.s_news aside .tab-content .masters-filter h3.title {
    color: #444;
    font-family: "RobotoBold",sans-serif;
    font-size: 16px;
    margin-top: 10px;
}
section.s_news aside .tab-content .masters-filter .radio {
    color: #5f5f5f;
    font-size: 14px;
}
section.s_news aside .tab-content .masters-filter .radio label {
    margin-bottom: .3rem;
}
section.s_news aside .tab-content .masters-filter select {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #5f5f5f;
    font-size: 14px;
    width: 100%;
}
section.s_news aside .tab-content .masters-filter button {
    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;
    cursor: pointer;
    font-family: "RobotoBold",sans-serif;
    font-size: .8em;
    display: inline-block;
    margin-top: 0;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-text-shadow: -1px -1px 0 rgba(0,0,0,.1);
    -moz-text-shadow: -1px -1px 0 rgba(0,0,0,.1);
    -o-text-shadow: -1px -1px 0 rgba(0,0,0,.1);
    text-shadow: -1px -1px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 49%;
}
section.s_news aside .tab-content .masters-filter button:hover {background-color: #029FB2; border-color: #029FB2;}
section.s_news aside .tab-content .masters-filter .data input {color: #bbb; font-size: 14px; width: 99%;}
input[type="date"]::placeholder {color:#888 !important}
input[type="date"]::-moz-placeholder {color:#888 !important}
input[type="date"]::-webkit-input-placeholder {color:#888 !important}
input[type="date"]:-ms-input-placeholder {color:#888 !important}
input[type="date"]::-ms-input-placeholder {color:#888 !important}

section.s_news aside .item_tab {
	border-bottom: 1px dashed #ddd;
	height: 100px;
	padding: 10px 0;
	width: 100%;
}
section.s_news aside .item_tab:last-child {border-bottom: 0;}
section.s_news aside .item_tab a.hm-zoom {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 100%;
}
section.s_news aside .item_tab a.hm-zoom img {height: 100%; width: 100%;}
section.s_news aside .item_tab a h3 {
    color: #444;
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
section.s_news aside .item_tab a h3:hover {color: #029FB2;}
section.s_news aside .item_tab p {
	display: inline;
	color: #999;
	font-size: 12px;
	margin: 0;
}
section.s_news aside .item_tab p.data i {margin-right: 5px;}
section.s_news aside .item_tab p.autor {padding-left: 2px;}
section.s_news aside .item_tab p.autor i {margin-right: 5px;}

section.s_news .br {height: auto; width: 100%;}
section.s_news .br img {height: auto; width: 100%;}


@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: 575px) {
    section.s_news .compani .item_compani a img {display: none;}
}
@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: 480px) {
    section.s_news .compani .item_compani .start-date p.start-day {font-size: 36px;}
    section.s_news .compani .item_compani .start-date p.start-month {font-size: 14px;}
    section.s_news .compani .item_compani .start-date p.start-year {font-size: 18px;}
}
@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;}
}
@media only screen and (max-width: 360px) {
    section.s_news .compani h1 {font-size: 18px;}
    section.s_news .compani .item_compani .start-date p.start-day {font-size: 30px;}
    section.s_news .compani .item_compani .start-date p.start-month {font-size: 11px;}
    section.s_news .compani .item_compani .start-date p.start-year {font-size: 16px;}
}