#MobileLandscape, #TabletPortrait { display:none }
#TabletPortrait { display:none; 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; }
#MobileLandscape { display:none; position:absolute; top:0; bottom:0; left:0; right:0; background-color: #6bbdd8; overflow: hidden;}
		#MobileLandscape .content { position:fixed; top:50%; left:50%; margin-left: -25%;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; }
		    
	@media only screen and (max-width: 959px) {
		#MobileLandscape, #TabletPortrait  { display:none }
	}
    .MobileHide .sideeffects, .MobileHide div.sideeffects-cus, .MobileHide div.beforestartingevotaz, 
    .MobileHide div.indexbg, .MobileHide div#wrapper,  .MobileHide div#header, 
    .MobileHide div#innerContent, .MobileHide div.inner,
    .TabletHide .sideeffects, .TabletHide div.sideeffects-cus, .TabletHide div.beforestartingevotaz, 
    .TabletHide div.indexbg, .TabletHide div#wrapper,  .TabletHide div#header, 
    .TabletHide div#innerContent, .TabletHide div.inner,
    .MobileHide #wrapper,.TabletHide #wrapper{display:none;}
body.TabletHide,body.MobileHide { background-color:#6bbdd8; overflow:hidden }
	/* Show Message ONLY FOR TABLET PORTAIT */
	/* ========================================================================== */
	@media only screen and (min-device-width:768px) and (max-device-width:959px) and (max-aspect-ratio:13/9) {
        #TabletPortrait  { display:block; }
		.sideeffects, div.sideeffects-cus, div.beforestartingevotaz, div.indexbg, div#wrapper,  div#header, div#innerContent, div.inner { display:none!important }
		body { background-color:#6bbdd8; overflow:hidden }
		#wrapper{display:none;}
		.hivbg{ display:none !important; background:none;}
	}
	
	/* Show Message ONLY FOR MOBILE LANDSCAPE */
	/* ========================================================================== */
	@media only screen and (min-device-width:320px) and (max-device-width:767px) and (min-aspect-ratio:13/9) {
		#MobileLandscape{ display:block; }
        .sideeffects, div.sideeffects-cus, div.beforestartingevotaz, div.indexbg,  div#wrapper, div#header, div#innerContent, div.inner { display:none!important }
		body { background-color:#6bbdd8; overflow:hidden }
        #wrapper{display:none;}
		.hivbg{ display:none !important; background:none;}
	}