/*
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 : 12/02/2015, 19:34:08
    Author     : granhani
*/
@import url(../../../vendor/gallery/css/blueimp-gallery.css);
.ranchos-mapa{
    height: 350px;
}
.rancho-endereco{margin: 30px 0px;}
.rancho-endereco a{
    font-size: 14px;
    border-bottom: 2px dotted #e4e9f0;
    margin-bottom: 3px;
    padding: 3px 0px;
    color: #686868;
    position: relative;
    display: block;
}
.rancho-endereco a .gy{color: #3498db; margin-right: 5px;}
.rancho-endereco a:hover{border-bottom: 2px solid #3498db;}
.p-justify p{text-align: justify;}

.tooltip-inner {max-width: 220px;}
.btn-help{
    font-size: 24px; 
    color: #3498db;
}
.btn-help .gy{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.btn-help:hover .gy{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.menuLeft{display: block; padding: 10px;}
.menuLeft .headline{
    margin: 5px 0px 20px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}
.menuLeft a{
    color: #3498db;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    padding-right: 7px;
    display: inline-block;
    border-bottom: 2px solid #3498db;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.menuLeft a.collapsed{
    border-color: transparent;
    color: #585f69;
}

.menuLeft a.collapsed:hover{
    border-color: #3498db;
    display: block;
}

.row-familia .col-xs-6{
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.row-familia img{margin-bottom: 5px;}

.dcr{padding-top: 20px;}
.dcr p{
    margin-bottom: 5px;
    font-size: 16px;
    padding: 3px 0px 0px 5px;
    color: #555;
}

.dcr hr.half-blue{display: block; margin-bottom: 8px;}
.dcr p.contato-nome{ margin-bottom: 0px; }
.dcr p.contato-fone span{
    white-space: nowrap;
    width: 115px;
    display: inline-block;
}
.max-width-325{max-width: 325px;}

.dcr .gy{color: #3498db; margin-right: 5px;}

.dcr p small{margin-left: 5px;}

.dcr hr:last-child{display: none;}