﻿/* Travel Guides Destinations */

#divTravelGuidesDestinations {float:left;width:100%;}
#divTravelGuidesDestinations h2 {padding:2%;}

#divTravelGuidesDestinations ul {padding:0px 2% 2%;width:28%;display:inline-block;line-height:1.2em;}

/* Mobile */
@media only screen and (max-width: 767px) 
{
    #divTravelGuidesDestinations {margin-bottom:5%;width:100%;}
}