/* ipads */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
	a.btn-play.tiny:hover, a.btn-play.invert:hover, a.btn-play.close:hover, a.btn-play:hover, a.btn-play.small:hover, a.btn-play.medium:hover, a.btn-play.large:hover, a#showSentences:hover span, a.btn-play.wide:hover span, a.nav-control:hover, .nav-control-container:hover a.nav-control, #share ul.sidepanel>li:hover a.btn-play{
		-webkit-animation:none;
		-moz-animation: none;
		animation:none;
	}

	a.nav-control:hover, .nav-control-container:hover a.nav-control{
		
		background: url(../img/bg_nav.png);
		opacity: 0.85;
	}

	#puma-global-header{
		margin-left: -495px !important;	
	}
	
	
	.itemSelector-container {
		top: 110px;
	}
	
	div#puma-global-header ul#puma-global-header-nav {
		width: auto !important;	
	}
	
}
	
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation:landscape) {

	#puma-global-header,#puma-global-upb{
		z-index: 8000 !important;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation:portrait) {


}