/* Title */
#img_service_ico{
    width: 50px;
}
div#div_row_service_title {
    margin-top: 25px;
    margin-bottom: 25px;
}
div#div_row_catalog {
    margin: 20px 80px;
    padding: 10px 0px;
}
/* Species */
.img_species{
	border: solid 3px #A6A8AB;
	border-radius: 5px;
}
a.lnk_specie{
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Legend */
div#div_row_service_legend{
    margin: 30px 100px;
    padding: 15px 0px;
    border-top: solid 2px #FAAF40;
    border-bottom: solid 2px #FAAF40;
}


@media (min-width: @screen-sm-min){

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min){

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min){
    
}

@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){

}