/*
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 : 25/10/2016, 16:02:43
    Author     : granhani
*/

.pbExtra{
    padding: 30px 40px 20px;
    color: #999999;
    background: linear-gradient(#FFFFFF, #E5E2E4);
    margin-top: -10px;
    margin-bottom: 30px;
}

.pbExtra > p{
    padding-right: 10px;
    font-size: 20px;
}
.pbExtra.bBox > p{
    padding-right: 0px;
    padding-left: 10px;
}
.pbExtra .fb:before{
    font-size: 30px;
    line-height: 48px;
    vertical-align: top;
}
.pbExtra .fb{
    font-size: 18px;
}
.pbExtra .fb > span{display: inline-block;padding-left: 5px;}
.pbExtra .fb > span > small{display: block;}

.pbExtra .ficon{
    background-image: url(../../../img/icon64.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.pbExtra .ficon > span{margin-left: 35px;}


.colDest{text-align: center;}

.colDest h4{color: #000000;}
.colAlbuns a,
.colDest a{
    color: #999999;
    margin-bottom: 20px;
    display: block;
}
.colDest .col4 img{
    border: 5px solid #ddd;
    border-width: 5px!important;
}
.colAlbuns p,
.colDest p{padding: 0px 5px;}

.pbExtra .fb{float: right;}

.colAlbuns.yHover .col4,
.colDest.yHover .col4,
.colDest.yHover .col3{
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.colAlbuns.yHover .col4 .bx_link,
.colDest.yHover .col3 .bx_link{
    border: 1px solid #eee;
}
.colAlbuns.yHover .col4 .bx_link,
.colDest.yHover .col4 .bx_link,
.colDest.yHover .col3 .bx_link{
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.colDest.yHover .col4 .bx_link{padding-bottom: 5px;}

.colAlbuns .col4 p,
#parceiros .pgBox.col3 p.bx_desc{
    text-align: left;
    padding: 5px 20px;
    margin-bottom: 0;
}

.col3 a.gallery img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.colAlbuns .col4 .bx_link{border-radius: 10px 20px 0px 15px;overflow: hidden;}
.colAlbuns h4{
    color: #05234B;
    margin-top: 15px;
    text-align: center; 
    text-shadow: none; 
    color: #2B4C94;
}
.pgBox.col3,
.pgBox.col3 a.gallery,
.pgBox.col3 .divEdit{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.colAlbuns .col4 p.alb_data{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(min-width: 992px){
    .pbExtra .fb,
    .pbExtra > p{
        display: table-cell;
        float: none;
    }
}
@media(max-width: 600px) and (min-width: 468px){
    .colAlbuns .col4 p.alb_data.visible-xs{display: none !important;}
    .colAlbuns .col4 p.alb_data.visible-sm{display: block !important;}
}
@media(max-width: 468px){
    .colAlbuns.yHover .pgBox.col4.col-ms-12{
        width: 100%;
    }
}