#MobileLandscape, #TabletPortrait { display:none }
	
	@media only screen and (max-width: 959px) {
		#MobileLandscape, #TabletPortrait  { display:none }
	}
	
	/* Show Message ONLY FOR MOBILE LANDSCAPE */
	/* ========================================================================== */
	@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
	    .topwrap, div#isiBlock, div#isiBlock div#infoISI, .blockUI { display:none!important }
		body { background-color:#dcdfed; overflow:hidden }
		#MobileLandscape { display:block; position:absolute; top:0; bottom:0; left:0; right:0; }
		#MobileLandscape .content { position:fixed; top:50%; left:50%; width:400px; height:100px; text-align:center; }
		#MobileLandscape p { position:relative; padding:10px 0 10px 130px; font:22px/1.2 Arial; color:#FFF; text-align:left }
		#MobileLandscape p:before { position:absolute; display:block; content:""; top:0; left:0; width:100px; height:100px; background:url("../images/arrange-vertical-phone-white.png") left center no-repeat; }
	}
	
	/* Show Message ONLY FOR TABLET PORTAIT */
	/* ========================================================================== */
	@media only screen and (min-device-width: 600px) and (max-device-width: 959px) and (orientation: portrait) {
		.topwrap, div#isiBlock, div#isiBlock div#infoISI, .blockUI { display:none!important }
		body { background-color:#dcdfed; overflow:hidden }
		#TabletPortrait { display:block; position:absolute; top:0; bottom:0; left:0; right:0; }
		#TabletPortrait .content { position:fixed; top:50%; left:50%; width:540px; height:150px; text-align:center; }
		#TabletPortrait p { position:relative; padding:20px 0 0 200px; font:28px/1.2 Arial; color:#FFF; text-align:left }
		#TabletPortrait p:before { position:absolute; display:block; content:""; top:0; left:0; width:169px; height:150px; 
		background:url("../images/arrange-horizontal-tablet-white.png") left center no-repeat; }
		
		}