/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/Fev/2014, 16:09:17
    Author     : filipemurteira
*/


/*
Notícias
*/
.newsPress{
    background-color: #f5f7f8;
    margin-top: -35px;
}

@media (min-width: 768px){
    .newsL{
        padding-right: 20px;
    }
    .newsR{
        padding-left: 20px;
    }
}

#conteudo .listaNoticias{
    padding-top: 10px;
    margin-bottom: 25px;
}

#conteudo .itemPressD,
#conteudo .itemPress{
    margin-bottom: 20px;
    font-size: 13px;
    color: #73848e;
    background-color: #ffffff;
    border: 1px solid #dfe4e6;
    padding: 20px;
    
}
#conteudo .itemPress .linha{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e8ea;
}
#conteudo .itemPressD .icon,
#conteudo .itemPress .icon{
    font-size: 20px;
    color: #96a3aa;
}
#conteudo .itemPressD .data,
#conteudo .itemPress .data{
    font-size: 11px;
    color: #008fd5;
    margin-bottom: 5px;
}
#conteudo span.white{
    visibility: hidden;
}
#conteudo .itemPressD .data .ano,
#conteudo .itemPress .data .ano{
    color: #23323a;
}
#conteudo .itemPressD .nome,
#conteudo .itemPress .nome{
    font-size: 22px;
    color: #008fd5;
    margin-bottom: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
	line-height:26px;
}

#conteudo .itemPressD .nome{
    margin-bottom: 15px;
}

#conteudo .itemPress .link{
    margin-top: 10px;
}
#conteudo .itemPressD .link a{
    /*color: #008fd5;*/
}
#conteudo .itemPress .link a{
    /*color: #73848e;*/
}

#conteudo .itemPress .img img{
    width: 100%;
}

#conteudo .itemPressD .imgBig{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
#conteudo .itemPressD .texto_desc{
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    
    color: #1f3845;
    text-decoration: none;
}
#conteudo .itemPressD .texto_desc::after{
    clear: both;
    display:table;
    content:" "
}

#conteudo .itemPressD .share{
    border-top: 1px solid #e5e8ea;
    border-bottom: 1px solid #e5e8ea;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #008fd5;
    margin-top: 20px;
    text-transform: uppercase;
}
#conteudo .itemPressD .share a{
    display: inline-block;
    color: #008fd5;
    margin-left: 20px;
    font-size: 16px;
}

/* Publicacçõe */
.newsPub{
    position: relative;
    background-color: #1f9cda;
}
.newsPub .pubLeft{
    text-align: right;
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 40px;
}
.newsPub .pubLeft:after{
    position: absolute;
    content: ' ';
    top: 25px;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #1f9cda;
    z-index: 1;
}
.newsPub .pubRight{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    background-color: #008fd5;
}
.newsPub .pubRight.loading{
    position: relative;
    min-height: 80px;
}
.newsPub .pubRight.loading:after{
    position: absolute;
    left: 20px;
    top: 27px;
    color: #FFFFFF;
    content: "\f021";
    font-family: FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.newsPub .pubRight.loading > div{
    display: none;
}
.newsPub .paginacaoPub{
    position: absolute;
    top: 20px;
    right: 20px;
}
.itemPub{
    margin-bottom: 25px;
    font-size: 16px;
    color: #bbdbef;
}
.itemPub .nome{
    color: #ffffff;
}
.itemPub .texto_desc{
    font-style: italic;
}

@media (max-width: 768px){
    .newsPub .pubLeft{
        text-align: center;
    }
    .newsPub .pubLeft:after{
        top: auto;
        bottom: -16px;
        margin-left: -10px;
        right: 50%;
        border-width: 16px 10px 0 10px;
        border-color: #1f9cda transparent transparent transparent;
    }
    .newsPub .paginacaoPub{
        position: relative;
        top: auto;
        right: auto;
    }
}