/* 1180px - 1550px
-------------------------------------------------------------------------------*/


/* 480px - 640px
-------------------------------------------------------------------------------*/

@media screen and (max-width: 639px) {
    
    .experience-box i.glyphicon{
        font-size: 42px;
    }
    .other-rates-list li .text{
        width: 100%;
        text-align: center;
    
    }
    .other-rates-list li .stars-box{
        width: 100%;
        text-align: center;
    }
    .other-rates-list i.glyphicon{
        font-size: 42px;
    }
    
    
	
}


/* 320px - 480px
-------------------------------------------------------------------------------*/

@media screen and (max-width: 479px) {

    h1.titlePage{
        font-size: 35px;
    }
    
    .experience-box i.glyphicon{
        font-size: 40px;
    }
    .other-rates-list i.glyphicon{
        font-size: 40px;
    }
    .btn-center{
        width: 100%;
    }
    
    
    .customBtnBooking{
        font-size: 16px;
        padding: 10px 10px;
    }
    
    .customBtnBookingLight{
    font-size: 16px;
        padding: 10px 10px;
    }
        
}
	