.cs_article h2 a {
    color: #ffffff;
    font-family: "ubuntubold",monospace;
    text-shadow: 0.05em 0.05em 0.05em #000000;
    text-decoration: none;
}

.cs_article p {
    border: 0 none;
    color: #333333;
    display: block;
    margin-left: 15px;
    padding: 0;
    font-size: 16px;
}

.cs_article .readmore {
    background: rgba(0, 0, 0, 0) url("../images/readmore_bt.png") repeat scroll 0 0;
    color: #115367;
    display: block;
    font-family: "ubuntubold",monospace;
    font-size: 12px;
    height: 39px;
    line-height: 41px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
    width: 110px;
    float:right;
}
.cs_leftBtn, .cs_rightBtn {
    height: 400px;
    position: absolute;
    top: 0;
    width: 42px;
    z-index: 10000;
}
.cs_article img{
    margin:0px;
    padding:0px;
    float:left;
    display:inline-block;
    max-width:100% !important;
    height:auto;
}
.cs_article img .seta{
    max-width: 100% !important;
}

.icons_outros_link img{
    margin-bottom:15px;
    float:left;
    margin-right:15px;
    display: inline;
    vertical-align: top;
    padding: 4px;
    background: #ffffff;
}

#slider {
    position: relative;
    overflow: hidden;
   height: 480px;
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    margin-bottom:100px;
}
a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
}
a.control_next {
    right: 0;
}


/* DISPOSITIVOS MEDIA QUERIES */

/* iPhone 5 portrait · width: 320px */
@media (max-width: 320px){
    .cs_article p {
        font-size: 12px;
    }
}
/* iPhone 6 portrait · width: 375px*/
@media (min-width: 375px) and (max-width: 380px) {
    .icons_outros_link div{
       margin-left:40px;
    }
}
/* iPhone 5 landscape · width: 568px + Android (Nexus 4) landscape · width: 600px */
@media (min-width: 560px) and (max-width: 600px) {
    .cs_article img {
        max-width: 80% !important;
    }
    .icons_outros_link img{
        margin-left: 20%;
    }
}
/* iPhone 6 landscape · width: 667px */
@media (min-width: 610px) and (max-width: 768px) {
    #slider {
        max-height: 280px;
    }
    .cs_article h2 a {
        font-size:20px;
    }
    .cs_article p {
        font-size: 12px;
    }
}
/* iPhone 6 landscape · width: 667px + iPhone 6 Plump landscape · width: 736px + iPad portrait · width: 768px */
@media (min-width: 605px) and (max-width: 780px) {
    .cs_article img {
        max-width: 60% !important;
    }
}
/* iPhone 6 landscape · width: 667px */
@media (min-width: 667px) and (max-width: 690px) {
    #slider {
       height: 360px;
    }
}