/* News */
.news-slider {
    /* Style the actual content */
   margin-top: 9px;
}
.news-slider .text-content {
    position: absolute;
    top: 0;
    /*left: 0;
    right: 0;*/
    background-color: none;
    padding: 1em;
    width: 100%;
    height: 100%;
    text-align:center;
}
.news-slider .text-content h2 {
    margin: 0;
    font-size: 1.5em;
}
.news-slider .text-content p {
    margin: 9px 0;
    display: none;
    text-transform: uppercase;
}
.news-slider .text-content a {
    display: none;
}
.news-slider .slide-content {
    max-height: 72%;
    overflow: hidden;
}
.news-slider .text-content a.button-link {
    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.news-slider .image-content {
    line-height: 0;
}
.news-slider .image-content img {
    max-width: 100%;
}
.news-slider .news-pager {
    text-align: right;
    /*display: block;*/
   	display: none;
    margin: 0.2em 0 0;
    padding: 0;
    list-style: none;
}
.news-slider .news-pager li {
    display: inline-block;
    padding: 0.6em;
    margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
    color: #31ace2;
}
.news-slider .news-pager li a {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #222;
}
.sy-box h2 {
	font-family: "futuracondensedextrabold",Arial, sans-serif;
	display:none;
}
.sy-box .text-content p {
	font-family: "futuracondensedextrabold",Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
    .news-slider .text-content p {
        display: block;
    }
    .news-slider .text-content a {
        bottom: 5%;
        display: block;
        position: absolute;
        right: 5%;
    }
    .news-slider .text-content h2, p {
        margin: 0;
        /*font-size: 2em;*/
       font-size: 17px;
    }
}