@media only screen and (min-width: 992px) and (max-width: 1280px) { 
	.tab_container {height: 120px;}
    #slider .tab_container .main, #menu-sidebar { display: none; }
	.tab_content {padding: 0px;}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 991px) { 
    .tab_container {height: 120px;}
    #slider .tab_container, #menu-sidebar { display: none; }
	.tab_content {padding: 0px;}
}	
