html,body {
	/*overflow-y: scroll !important;*/
}


#rhinoOverlayBack {
	z-index: 100100;
    width: 100%;
    height: 100%;
    display: block;
	background-color: black;
	color: white;
    /*background-color: transparent;*/
    left: 0;
    top: 0;
    position: absolute;
    /* background-image:url('http://widgets.dev.rhinofy.com/roadblocks/stonetemplepilots/img/stp-core-dark-1600.jpg?b'); */
    background-size: 100% auto;
    background-repeat: stp-core-dark-1600.jpgrepeat;
    /*background-color: #fff;*/
}

#rhinoOverlayClose {
	position: fixed;
	z-index: 100101;
	right:14px;
	top:14px;
	color:#333 !important;
	font-size:24px !important;
	line-height:24px !important;
	font-family: 'Helvetica Neue',Helvetica,Arial;
	cursor: pointer;
	opacity: .8;
	transition:opacity .25s ease-in-out;
}

#rhinoOverlayClose:hover {
	opacity: 1;
}

#rhinoOverlayClose span {
	font-size:18px !important;
	font-weight:400;
	font-weight: normal;
	color:white;
}

#rhinoOverlayClose span.letterX {
	font-weight:bold;
	display: inline-block;
	background-color: white;
	padding:0;
	margin: 0 0 0 6px;
	border-radius: 4px;
	height:30px;
	width:30px;
	border-radius: 15px;
	text-align: center;
	line-height: 26px !important;
	color:#333 !important;

}

#rhinoOverlayInner {
	/*position: absolute;*/
	display:block;
	width:1040px;
	margin:auto auto;
	max-width: 100%;
	margin-top: 50px;
}

#rhinoOverlayInner h1 {
	display: block;
	width:100%;
	text-align:center;
}

#rhinoOverlayInner .coverArt {
	max-width: 100%;
	height:auto;

	border-radius: 3px;

/*	-webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.8);*/
	width:640px;
	border:1px solid grey;
}

#rhinoOverlayBack .rhinoButton {
	display:block;
	background-color: #efcf32;
	text-decoration: none;
	color: #332e34;
	clear: both;
	text-align: center;
	width:auto;
	padding:12px;
	border-radius: 3px;
	margin:14px 0 14px 0;
	font-size: 18px;
	transition:background-color .25s ease-in-out;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#rhinoOverlayBack .rhinoButton:hover {
	opacity: 1;
	background-color: white;
}

#rhinoOverlayBack .rhinoRelease,
#rhinoOverlayBack .rhinoReleaseCopy {
	padding: 14px;
	float:left;
	/* width:492px;
	max-width: 50%; */
	width: 50%;
}

#rhinoOverlayBack .rhinoRelease.releaseSmall {
	width: 33%;
}

#rhinoOverlayBack h1,
#rhinoOverlayBack h2,
#rhinoOverlayBack h3,
#rhinoOverlayBack h4,
#rhinoOverlayBack h5,
#rhinoOverlayBack h6 {
	color: white;
}

#rhinoOverlayBack h3,
#rhinoOverlayBack h4 {
	/*font-size: 18px;*/
	display: block;
	width: 95%;
	text-align: center;
	text-transform: uppercase;
}

#rhinoOverlayBack h3 span,
#rhinoOverlayBack h4 span {
	color: #efcf32;
	font-weight: bold;
}

#rhinoOverlayBack .splash-logo {
	display: inline-block;
	width: 100%;
	clear: both;
	text-align: center;
	margin:-20px 0 20px 0;
}

#rhinoOverlayBack .splash-logo img {
	width: 140px;
}

#rhinoOverlayBack .rhinoRelease p {
	margin:12px 0 0 0;
	font-weight:bold;
	font-weight:600;
	font-size:15px;
    line-height: 22px;
    color: white;
    padding: 14px;
    margin: 0 0 0 0;
}

#rhinoOverlayBack .rhinoRelease p.small {
	margin:12px 0 0 0;
	font-weight:300;
	font-size:13px;
    line-height: 20px;
    color: white;
    padding: 14px;
    margin: 0 0 0 0;
}

#rhinoOverlayBack .rhinoReleaseCopy p {
	color: white;
	font-size: 20px;
	line-height: 28px;
	padding:0;
	margin: 0;
	font-weight: 400;
}

#rhinoOverlayBack .rhinoReleaseCopy p.trackListing {
	font-size: 17px;
	line-height: 23px;
}

#rhinoOverlayBack hr {
	border:0;
	display: block;
	width:100%;
	height:1px;
	background-color: #999;
}

.continue {
	display: block;
    width: auto;
    clear: both;
    text-align: center;
    font-size: 30px;
    font-family: 'Droid Serif', serif;
    border: 2px solid white;
    border-radius: 40px;
	padding: 20px 0 20px 0;	
	color:white;
	background-color: black;
}

.continue span {
	/* color: #eed376; */
}

.continue:hover {
	cursor:pointer;
}

@media (max-width: 505px) {

	
	#rhinoOverlayBack .rhinoRelease,
	#rhinoOverlayBack .rhinoReleaseCopy,
	#rhinoOverlayBack .rhinoRelease.releaseSmall {
		width: 100%;
	}

}

/****/
/***/
/**/