/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
 
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	
	*{
		max-width:100%;
	}
	
	#table4,#table2 {max-width:100%;}
	
	.slicknav_menu {display:block}
	
	#table1 table {
	  display: none;
	}

	#contentTW { position: absolute; }
	
	#sectionn_home_tw {width:100%;}
	#tw_content{width:100%;}
	
	#tableheader{width:100%;}

	#vertical_menu_tw {
        display:none;
    }

	
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

	*{
		max-width:100%;
	}
	
	#table4,#table2 {max-width:100%;}
	
	.slicknav_menu {display:block}
	
	#table1 table {
	  display: none;
	}

	#contentTW { position: absolute; }
	
	#sectionn_home_tw {width:100%;}
	#tw_content{width:500px;}
	#tableheader{width:100%;}
	
		#vertical_menu_tw {
        display:none;
    }
}