/*
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, 03:42:43
    Author     : granhani
*/


.rancho-dicas{padding: 15px 20px;background: #fcfcfc;}
.rancho-dicas-icon{
    text-align: center;
    display: block;
    padding-top: 50px;
}
.rancho-dicas-icon a{color: #3498db;}
.rancho-dicas-icon a .gy{font-size: 80px;display: block;}
.rancho-border-top{border-top: solid 2px #3498db;padding-top: 20px;}
.rancho-dicas-row{background: #fcfcfc; margin-bottom: 20px;}
.rancho-dicas .rancho-border-top h2 a{
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    color: #555;
}
.ranchos-rating li{
    display: inline;
    color: #f8be2c;
    font-size: 16px;
}
.rancho-dicas .rancho-border-top p{
    text-align: justify;
}
.rancho-dicas-icon img{margin: 0px auto 20px;}
@media(max-width: 992px){
    .rancho-dicas-icon{
        padding-top: 0px;
    }
}