/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
	.container.player-m .nav > li > a,
	.container.player-m .nav > li > a:hover,
	.nav-pills.player-nav > li.active > a:hover,
	.page-epi h2,
	.page-epi ul li { font-size:1.1em}
	ul.content-slider li span.text-d { font-size:1em}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	.container.player-m .nav > li > a,
	.container.player-m .nav > li > a:hover,
	.nav-pills.player-nav > li.active > a:hover,
	.page-epi h2,
	.page-epi ul li { font-size:1.3em!important; line-height:1.3em}
	/*.container.player-m { margin-top:40%}*/
	body { /*background:url(../img/tablet.png) 0 0 no-repeat #000; background-size: cover*/background-color:rgba(0,0,0,0);}
	.container.player-m .nav > li > a, .container.player-m .nav > li > a:hover, .nav-pills.player-nav > li.active > a:hover, .page-epi h2, .page-epi ul li { font-size:1.4em}
	ul.content-slider li span.text-d { font-size:1.2em}
	.tab-content.epi-left h2, .tab-content.remmond-right h2 { font-size:1.3em}
	.auto-play-m .epi, .auto-play-m .playnow { font-size:1.6em}

}

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

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
	.container.player-m .nav > li > a, .container.player-m .nav > li > a:hover, .nav-pills.player-nav > li.active > a:hover, .page-epi h2, .page-epi ul li { font-size:1.6em}
	ul.content-slider li span.text-d { font-size:1.4em}
	.lSAction > .lSPrev, .lSAction > .lSNext { background-size: cover; width:60px; height:60px}
	.tab-content.epi-left h2, .tab-content.remmond-right h2{ font-size:1.6em}
	.auto-play-m .epi, .auto-play-m .playnow { font-size:1.8em}
	
	ul.content-slider li { padding:.2%; border:2px rgba(201, 76, 76, 0) solid; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
	ul.content-slider li:hover { border:2px #CA2C92 solid; }
	ul#epi-slider li { padding:2.5%!important}
/*	.container.player-m .lSAction { display:none!important} */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
	.container.player-m .nav > li > a, .container.player-m .nav > li > a:hover, .nav-pills.player-nav > li.active > a:hover, .page-epi h2, .page-epi ul li { font-size:2em}
	ul.content-slider li span.text-d { font-size:1.8em}
	.tab-content.epi-left h2, .tab-content.remmond-right h2{ font-size:1.8em}
	.auto-play-m .epi, .auto-play-m .playnow { font-size:2em}
	.lSAction > .lSPrev, .lSAction > .lSNext { background-size: cover; width:80px; height:80px}
	ul.content-slider li { padding:.2%; border:2px rgba(201, 76, 76, 0) solid; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
	ul.content-slider li:hover { border:2px #CA2C92 solid; }
	ul#epi-slider li { padding:2.5%!important}
/*	.container.player-m .lSAction { display:none!important} */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}