img a, a, a:focus, a:active{border:none; outline:none; outline: 0;} /* kills moz link outlines */
input:focus{outline: none} /* kills blue webkit input halo */
img, img a { border: 0; }

#navmobile,
.slicknav_menu {
	display: none;
}

html, body {
    height: 100%;
}
body {
	background: #754420 url('../imagesNEW/bgTile.jpg');
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .05em !important;
	text-transform: uppercase;
}
.home h1 {
	text-indent: -999em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	border: none;
}

.clear { 
	display: block; 
	clear: both; 
	float: none; 
	font-size: 0;
	overflow: hidden;
	height: 0;
}

a:link, a:visited, a:active, a:hover {
	color: #8D673A;
	text-decoration: none;
}

#catalog p {
	margin-bottom: 0;
}

#catalog .showDate {
	float: none;
}

.sidebar-wpr .showDate {
	color: #EBE5CF;
}

.sidebar-wpr .shows {
	color: #EBE5CF;
}

.tour p, 
.news p {
	float: none;
}

form {
	margin-bottom: 0;
}

/********** Containers **********/

.wpr {
	display: table;
    height: 100%;
    width: 100%;
	background: url('../imagesNEW/bg/1.jpg') no-repeat top left;
}
.table-block {
    display: table-row;
    height: 1px;
}
.footer-push {
    height: auto;
    margin-bottom: 10px !important;
}   

.footer-space {
	padding-bottom: 10%;
}

/********** Header **********/

.page-top {
	min-height: 36px;
	background: url('../imagesNEW/bgTop.png') repeat-x top left;
}
.page-top-social {
	height: 36px;
	line-height: 36px;
}
.page-top-social img {
	vertical-align: middle;
}
.hdr {
	padding: 1% 0 .5% 0;
}
.player {
	width: 70%;
	text-align: right;
	height: 28px;
	padding: 2.6% 0 0 0;
}


/********** Navigation **********/

.nav-wpr {
	margin: 0 0 1% 0;
}

/* remove the list style */
ul#nav {
	width: 100%;
	margin: 0; 
	padding: 0; 
	list-style: none;
	font-size: .9em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
}	
/* make the LI display inline and its position relative so that position absolute can be used in submenu */
ul#nav li {
	float: left; 
	display: block; 
	position: relative;
	z-index: 500;
	background-color: #000; 
	margin: 0 !important;
	border-right: 1px solid #754420; /* .73% */
	font-size: .96em;
	position: relative;
	width: 12.4%;
}
ul#nav li.last {
	border-right: 0 !important;
}
		
/* this is the parent menu */
ul#nav li a {
	display: block; 
	padding: 0; 
	margin: 0;
	height: 27px; 
	line-height: 27px;
	text-decoration: none; 
	text-align: center; 
	color: #f0edd5;
}
ul#nav li a:hover {
	color: #f0edd5;
	text-decoration: none;
	background-color: #290c07;
	width: 100%;
}
/* style for 'you are here' state */
ul#nav a.selected {
	background: #290c07 !important;
}	
/* submenu, hidden by default */
ul#nav ul {
	width: 130%;
	position: absolute; 
	left: 0; 
	display: none; 
	list-style:none;
	padding: 0;
	margin: 0 0 0 -1px; 
	border-left: 1px solid #754420;
	border-right: 1px solid #754420;
	border-bottom: 1px solid #754420;
}	

ul#nav ul li { 
	width: 100%;
	float: left;
	border-top: 1px solid #290c07;
	background: #290c07 url('../imagesNEW/subnavDiv.gif') bottom left no-repeat;
}

ul#nav li ul.ddul li:first-child, ul#nav li ul.ddul li:last-child { 
	background: #290c07;
}

ul#nav ul li.ddLast {
	background: #290c07;
}
/* create top of dropdown - 1/2 transparent graphic */
ul#nav ul li.top {
	border-top: none;
	height: 1px;
	font-size: 0;
	overflow: hidden;
}	
/* ensure top of dropdown doesn't receive hover */
ul#nav ul li.top:hover {
	border-top: none;
	height: 1px;
	font-size: 0;
	overflow: hidden;
}	

ul#nav li ul li.top, ul#nav li ul li.top:hover { 
	background-color: #290c07; 
	width: 77%;
}

/* display block will make the link fill the whole area of LI */
ul#nav ul a {
	display: block;  
	height: 27px;
	margin: 0 0 0 8px;
	padding: 0 0 0 12px; 
	color: #eeecd9;
	text-align: left !important;
	background: transparent url('../imagesNEW/subnavArrow.gif') 0 8px no-repeat;
}
ul#nav ul a:hover {
	text-decoration: none;	
	color: #428079;
	background: transparent url('../imagesNEW/subnavArrow.gif') 0 8px no-repeat;
}
ul#nav ul li:hover {
	text-decoration: none;	
	background: #290c07 url('../imagesNEW/subnavDiv.gif') bottom left no-repeat;
}

/********** Carousel **********/

#custom-pager {
	width: 14%;
	position: absolute;
	right: 0; 
	bottom: 17px;
	font-size: .95em;
	z-index: 800 !important;
}

#custom-pager a:link, #custom-pager a:visited  {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	margin-left: 8%;
}
#custom-pager a:hover, #custom-pager a:active {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-decoration: none;
	color: #9c5023;
	margin-left: 8%;
}
.slideshow {
	position: relative;
	z-index: 0;
}
.cycle-slideshow img {
	border-top: 4px solid #090b0a;
	border-left: 4px solid #090b0a;
	border-bottom: 48px solid #090b0a;
}
.cycle-overlay {
	color: #1b2e2b; 
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 20px;
	font-size: .9em;
	background: transparent url('../imagesNEW/bgGalBanner.png') 100% 98% no-repeat;
}

.cycle-pager { display: block; }

/********** Promos **********/

.promo-wpr {
	width: 98%;
	padding: 1%;
	margin: 0 0 5% 0;
	padding: 0 0 10px 0;
	float: left;
	text-align: left;
	position: relative;
	cursor: pointer;
	background: #000;
}
.promo-wpr .promo {
	width: 99%;
	min-height: 227px;
	background-size: 100% auto !important;
}
.promo-wpr .txt {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 94%;
	height: 54px;
	padding: 10px 3% 0 3%;
	color: #eeebd3;
	font-size: .8em;
	line-height: 1.33em;
	background: url('../imagesNEW/bg.png') top left repeat;
}
.promo-wpr .txt h4 {
	font-weight: normal;
	line-height: 1em;
	padding: 0 0 2px 0;
	margin: 0;
	color: #faf9c7;
	font-size: 1.25em;
	text-transform: none !important;
}
.sidebar-wpr {
	margin: 0 0 2% 0;
	padding: 3% 0;
	color: #ebe5cf;
	font-size: .8125em;
	background: url('../imagesNEW/bgSidebar.png') bottom left repeat-x;
}
.sidebar-wpr h4 {
	font-size: 1.25em;
	line-height: 1em;
	color: #ebe5cf;
	margin: 0;
	padding: 0 0 2% 0;
	text-transform: uppercase;
}
.sidebar-wpr.last {
	background: none !important;
}
.fb, .tw {
	width: 99%;
	margin: 0 auto;
}
.fb .one-third {
	margin-left: 0 !important;
}
.fb .two-thirds {
	padding: 2% 0 0 0;
	margin-left: 0 !important;
	font-size: .846em;
	font-family: Verdana, Arial, sans-serif;
}
.fb strong {
	font-size: 1.27em;
}
.fbThumb {
	padding: 4px;
	width: 60px;
	height: 56px;
	margin: 0;
	background: url('../imagesNEW/bg.png') top left repeat;
}
.fbThumb img {
	display: block;
}
.fb {
	cursor: pointer;
}
.tw {
	margin-top: 2%;
	line-height: 1.153em;
}
.tw img {
	padding: 16px 0 0 0;
}
.tw-row {
	padding: 3% 0 2% 0; 
	margin: 0 0 2% 0; 
	color: #EBE5CF; 
	font-size: 0.8125em; 
	background: transparent url('../images/bgSidebar.png') repeat-x scroll left top;
}
.tw a:link, .tw a:visited {
	color: #faf9c7;
	text-decoration: none;
}
.tw a:active, .tw a:hover {
	color: #faf9c7;
	text-decoration: underline;
}
.tw .nine.columns a {
  	word-wrap: break-word;
}
	
.dates h4 {
	font-size: 1.36em !important;
	line-height: 1em !important;
	padding: 0 !important;
	margin: 0 !important;
}
.dates {
	font-size: .9em;
	font-size: 11px;
	line-height: 1.3em;
	color: #ff9000;
}
.dates span {
	color: #d8d1b0;
}
.dates a:link, .dates a:visited {
	font-size: 1.09em;
	line-height: 1.3em;
	color: #e8e5d6;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 8px 0 0 0;
}
.dates a:active, .dates a:hover {
	font-size: 1.09em;
	line-height: 1.3em;
	color: #e8e5d6;
	text-decoration: underline;
	display: block;
	font-weight: bold;
	padding: 8px 0 0 0;
}

/********** Home **********/

.news h2 {
	display: block;
	color: #428079;
	font-size: .92em;
	color: #428079;
	padding: 0 0 0 6%; 
	margin-bottom: 0; 
	height: 45px;
	line-height: 40px;
}
.news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.news.left {
	background: url('../imagesNEW/news-hdr-left.png') top left no-repeat;
}
.news.right {
	background: url('../imagesNEW/news-hdr-right.png') 100% 0 no-repeat;
}
.news.content-left, .news.content-right {
	font-family: Arial, Helvetica, sans-serif; 
	color: #eeebd3;
	font-size: .78em;
	line-height: 1.4em;
	padding: 3% 6% 2% 6%;
}
.news.content-left {
	background: url('../imagesNEW/news-content-left.png') 0 0 repeat-y;
}
.news.content-right {
	background: url('../imagesNEW/news-content-right.png') 100% 0 repeat-y;
}
.news.content-right p {
	margin-bottom: 3.5%;
	padding-bottom: 3.5%;
}
.news.content-left a:link, .news.content-left a:visited {
	color: #428079;
	text-decoration: none;
}
.news.content-left a:hover, .news.content-left a:active {
	color: #428079;
	text-decoration: underline;
}
.news.content-right a:link, .news.content-right a:visited {
	font-size: 1.05em;
	line-height: 1em;
	color: #eeebd3;
	text-decoration: none;
	display: block;
	font-weight: 700;
	padding: 1% 0 0 0;
}
.news.content-right a:hover, .news.content-right a:active {
	line-height: 1em;
	color: #eeebd3;
	text-decoration: underline;
	display: block;
	font-weight: 700;
}
.news.content-right span {
	color: #9c5023;
}


/********** Inside **********/

.subR {
	background-color: #eeebd3;
	padding: 5px 10px 30px 20px;
	
}

.subR h2 {
	color: #62827D;
	text-transform: uppercase;
	/* background-color: #000000; */
	padding: 0 0 0 0;
}


/*
#inside .contentL {
	float: left;
	width: 626px; 
	padding: 0 0 160px 0;
	overflow: hidden;
}
#inside {
	float: right;
	width: 310px;
	padding: 0 0 0 10px;
}
#inside .contentL .subL {
	float: left;
	width: 6px;
	height: 45px;
	margin: 11px 0 0 0;
	background: url('../imagesNEW/newsL.png') top left no-repeat;
}
#inside .contentL .subR {
	float: left;
	width: 620px;
	background-color: #eeebd3;
}
#inside .contentL .subR h2 {
	width: 594px;
	height: 40px;
	font-size: .875em;
	padding: 0 0 0 16px;
	margin: 11px 0 0 0;
	line-height: 40px;
	color: #ebe9d0;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	background-color: #000000;
}
#inside .contentL .inside {
	padding: 0 16px 40px 16px;
	color: #000000;
	font-size: .8125em;
	line-height: 1.307em;
}
#inside .contentL .inside h3 {
	font-size: 1em;
	padding: 10px 0 0 0;
	margin: 0;
}
#inside .contentL .inside a:link, #inside .contentL .inside a:visited {
	color: #2d524e;
	text-decoration: none;
}
#inside .contentL .inside a:active, #inside .contentL .inside a:hover {
	color: #2d524e;
	text-decoration: underline;
}
*/

/********** Gallery **********/

.gal {
	width: 620px;
	position: relative;
}
.galInside {
	width: 606px;
	padding: 4px 4px 46px 4px;
	overflow: hidden;
	background: #000
}
.galInside img {
	display: block;
}
.galBanner {
	font-size: .8125em;
	line-height: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
	color: #1b2e2b;
	text-transform: uppercase;
	width: 600px;
	height: 46px;
	bottom: 0;
	position: absolute;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url('../imagesNEW/bgGalBanner.gif') top right no-repeat;
}
.galBanner .subL {
	float: left;
	width: 79%;
}
.galBanner .subR {
	float: left;
	width: 20%;
}
.galNav, .galOn {
	float: left;
	width: 26px;
}
.galNav {
	color: #3d6c67;
	text-decoration: none;
	display: block;
	text-align: center;
}
.galOn {
	color: #9c5023;
	text-decoration: none;
	display: block;
	text-align: center;
}

/********** SHOWS **********/


.showWpr {
	width: 620px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #1b2e2b;
}

.showDate {
    float: left;
    /* background: transparent url(../imagesNEW/dateBg.png) no-repeat; */
    width: 46px;
    margin: 0 0 0 12px;
    text-align: center;
}
.showDate1 {
    color: #1b2e2b;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
}
.showDate2 {
    color: #1b2e2b;
    font-size: 28px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 0 -1px;
}

.showInfo {
	width: 393px;
	float: left;
	padding: 8px 0 0 15px;
}

.showLinks {
	width: 122px;
	float: left;
	margin: 0 0 0 22px;
	text-align: right;
}

/********** NEWS **********/

.newsItem {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #1b2e2b;
}

.newsSocial {
	margin: 10px 0 0 0;
}	

/********** PRESS **********/

.pressItem {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #1b2e2b;
}

.pressSocial {
	margin: 10px 0 0 0;
}

/********** PHOTOS **********/

div#photos img {
	width: 138px;
	height: 138px;
	overflow: hidden;
	border: 1px solid #428079;
	padding: 0;
	margin: 4px 4px 0 0;
}

div#photos img .last {
	margin: 4px 0 0 0 !important;
}


/********** VIDEOS **********/

div.video {
	padding: 10px 0 0 0;
}

div.video img {
	width: 120px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #428079;
	padding: 0;
	margin: 4px 4px 0 0;
}

div.video img .last {
	margin: 4px 0 0 0 !important;
}


/********** DISCOGRAPHY **********/

div.discogListing {
	padding: 10px 0 0 0;
}

div.discogListing img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #428079;
	padding: 0;
	margin: 4px 4px 0 0;
}

div.discography div.photo {
	width: 220px;
	text-align: right;
	float: left;
	padding: 16px 0 0 0;
}

div.discography div.discog {
	width: 368px;
	text-align: left;
	float: left;
	padding: 6px 0 0 0;
}

div.discog ol li {
	padding: 0;
	margin: 0 0 0 -1em;
	font: italic 1em Georgia, Times, serif;
	color: #428079;
}

div.discog ol p {
	padding: 0;
	margin: 0;
 	font: italic 1em Georgia, Times, serif;
 	color: #1b2e2b;
}

div.discog h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

div.discog a.buy {
	font-size: 1.2em;
	font-weight: bold;
}

div.discography div.photo .dimg {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #428079;
}



/********** Footer **********/

.ftr {
	width: 100%; 
	color: #eeebd3;
	font-size: .6875em;
	line-height: 1.6em;
	background: url('../imagesNEW/bgFtr.png') top left repeat-x;
}

.ftr-inside {
	margin: 2.5% 0 4% 0;
}

.ftr a:link, .ftr a:visited {
	display: block;
	color: #eeebd3;
	text-decoration: none;
}
.ftr a:hover, .ftr a:active {
	display: block;
	color: #eeebd3;
	text-decoration: underline;
}

.ftr h5 {
	margin: 0;
	padding: 0 0 5% 0;
	font-size: 1.2em;
	line-height: 1em;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

	/* larger than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {

	}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 960px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ 
	@media only screen and (max-width: 479px) {
	
		.promo-wpr {
			width: 100% !important;
			margin-bottom: 15px !important;
		}
		
		.subR {
			margin-bottom: 15px;
		}
		
		.slicknav_menu {
			display: block;
		}		
		ul#nav, .cycle-overlay, #custom-pager, .hdr .player {
			display: none !important;
		}
		.hdr .logo {
			margin: 3% auto;
			text-align: center;
		}
		.cycle-slideshow img {
			width: 100%;
			border-bottom: 4px solid #090b0a;
		}
		.fb .one-third.column {
			width: 30.6666666667%;
			float: left;
		}
		.fb .two-thirds.column {
			width: 65.3333333333%;
			float: left;
		}
		.tw .three.columns {
			width: 22%; 
			float: left;
		}
		.tw .nine.columns {
			width: 74%;
			float: left;
		}
		.news h2 {
			background: #000;
		}
		.news.content-left {
			background: url('../imagesNEW/news-content-left.png') 90% 0 repeat-y;
		}
		.news.content-right {
			background: url('../imagesNEW/news-content-right.png') 90% 0 repeat-y;
		}
		.ftr-inside .u-pull-right {
			float: left;
			padding-top: 10%;
		}
		.ftr-inside .u-pull-right img {
			min-width: 100%;
		}
		.ftr h5 {
			padding-top: 4%;
			padding-bottom: 2%;
		}
		.ftr {
			font-size: 80%;
		}
		.tour {
			margin: 3% 0;
		}		
		
		.playerwpr {
			display: none;
		}
		
	
	}

			
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {	
		.promo-wpr .txt {
			font-size: .68em;
		}
	}	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.promo-wpr {
			width: 100% !important;
			margin-bottom: 15px !important;
		}
		
		.subR {
			margin-bottom: 15px;
		}
		
		.playerwpr {
			display: none;
		}
		
		.promo-wpr .txt {
			font-size: .68em;
		}
		
		.slicknav_menu {
			display: block;
		}		
		ul#nav, .cycle-overlay, #custom-pager, .hdr .player {
			display: none !important;
		}
		.hdr .logo {
			margin: 3% auto;
			text-align: center;
		}
		.cycle-slideshow img {
			width: 100%;
			border-bottom: 4px solid #090b0a;
		}
		.fb .one-third.column {
			width: 30.6666666667%;
			float: left;
		}
		.fb .two-thirds.column {
			width: 65.3333333333%;
			float: left;
		}
		.tw .three.columns {
			width: 22%; 
			float: left;
		}
		.tw .nine.columns {
			width: 74%;
			float: left;
		}
		.news h2 {
			background: #000;
		}
		.news.content-left {
			background: url('../imagesNEW/news-content-left.png') 90% 0 repeat-y;
		}
		.news.content-right {
			background: url('../imagesNEW/news-content-right.png') 90% 0 repeat-y;
		}
		.ftr-inside .u-pull-right {
			float: left;
			padding-top: 10%;
		}
		.ftr-inside .u-pull-right img {
			min-width: 100%;
		}
		.ftr h5 {
			padding-top: 4%;
			padding-bottom: 2%;
		}
		.ftr {
			font-size: 80%;
		}
		.tour {
			margin: 0;
		}	
		
		/*
		.slicknav_menu {
			display: block;
		}		
		ul#nav, .cycle-overlay, #custom-pager, .hdr .player {
			display: none !important;
		}
		.hdr .logo {
			margin: 3% auto;
			text-align: center;
		}
		.cycle-slideshow img {
			width: 100%;
			border-bottom: 4px solid #090b0a;
		}
		.fb .one-third.column {
			width: 30.6666666667%;
			float: left;
		}
		.fb .two-thirds.column {
			width: 65.3333333333%;
			float: left;
		}
		.tw .three.columns {
			width: 22%; 
			float: left;
		}
		.tw .nine.columns {
			width: 74%;
			float: left;
		}
		.tw .nine.columns a {
  			word-wrap: break-word;
		}
		.news h2 {
			background: #000;
		}
		.news.content-left {
			background: url('../imagesNEW/news-content-left.png') 90% 0 repeat-y;
		}
		.news.content-right {
			background: url('../imagesNEW/news-content-right.png') 90% 0 repeat-y;
		}
		.ftr-inside .u-pull-right {
			float: left;
			padding-top: 10%;
		}
		.ftr-inside .u-pull-right img {
			min-width: 100%;
		}
		.ftr h5 {
			padding-top: 4%;
			padding-bottom: 2%;
		}
		.ftr {
			font-size: 80%;
		}
		.tour {
			margin: 3% 0;
		}	
		*/
	}



/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.hdr .player { display: none !important; }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.hdr .player { display: none !important; }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hdr .player { display: none !important; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.hdr .player { display: none !important; }
}

