﻿/* for all tablet devices (currently any screen with min width of 481px) */

/* hide display of second column information on footer so that it fits on tablet devices */
#large_footer .local-information-box { display: none;}
#large_footer .boxes-wrapper, #large_footer .footer-domus-loves { width: 355px; }
#large_footer td.footer-right-column {width: 355px;}
#large_footer #for-sale, #large_footer #to-rent { width: 355px; }

/* moves top 5 property tabs directly under heading */
#large_footer .domusloves { padding-bottom: 5px;}
#large_footer .footer-domus-loves ul.domus-loves-tabs { left: 11px; top: 42px; width: 340px;}

/* disable second column floating on top 5 properties */
#large_footer .top5-float { float: none; }

/* footer must be higher to fit top 5 properties in one column */
#large_footer #content { height: 955px; }

