
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
	background-color: #1d1d1d;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
}

img, a, span {
    vertical-align: baseline;
}

div {
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    display: inline;
    color: #d6142b;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus, button:active, button:focus {
    outline: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.common-pad {
	padding-left: 100px;
	padding-right: 100px;
}

.wrapper {
	max-width: 955px;
	margin: 0 auto;
}

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 1000px;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 200px;
	padding-bottom: calc(6% + 120px);
	background-color: #c84555;
	background-image: url("../img/common/band.jpg"); 
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    #header {
        background-image: url("../img/common/band@2x.jpg");
    }
}

#logo {
	max-width: 446px;
	line-height: 0;
}

#logo img {
	width: 100%;
	height: auto;
}

#collage {
	position: relative;
	z-index: 500;
	margin-top: -6%;
	margin-bottom: -8.1%;
	line-height: 0;
}

#collage img {
	width: 100%;
	height: auto;
}

#album {
	background-color: #4f4f4f;
	background-image: url("../img/common/release-bg.jpg"); 
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    #album {
        background-image: url("../img/common/release-bg.jpg");
    }
}

#tear {
	background-image: url("../img/common/tear.png"); 
    background-repeat: no-repeat;
	background-position: left bottom;
    background-size: 760px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    #tear {
        background-image: url("../img/common/tear@2x.png");
    }
}

#album-wrapper {
	padding-top: calc(8.1% + 90px);
	padding-bottom: 140px;
}

#album-img {
	float: left;
	width: 492px;
}

#album-img img {
	width: 100%;
	height: auto;
}

#album-details {
	float: right;
	width: calc(100% - 492px);
	text-align: center;
	padding-top: 8px;
}

#album-details-title {
	padding-top: 4px;
}

#album-details-title h2 {
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#album-details-title h3 {
	color: #d6142b;
	font-family: "Figtree", sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#album-details-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	padding-top: 4px;
}

#album-details-logos img {
	width: 100%;
	height: auto;
	margin: 0px 8px;
}

#album-details-logos img#label-dhr {
	max-width: 44px;	
}

#album-details-logos img#label-sbam {
	max-width: 51px;	
}

#album-details-logos img#label-pee {
	max-width: 55px;	
}

#album-details-button {
	padding-top: 14px;
}

#album-details-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 195px;
	height: 55px;
	box-sizing: border-box;
	background-image: url("../img/common/button-red.png"); 
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% auto;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    #album-details-button a {
        background-image: url("../img/common/button-red@2x.png");
    }
}

#album-details-button a:hover {
	color: #1d1d1d;
	text-decoration: none;
}

#album-details-credits {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 14px;
}

#bottom {
	padding-top: 80px;
	padding-bottom: 40px;
}

#links {
	text-align: center;
}

#links-store {
	color: #d6142b;
	font-family: "Figtree", sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	text-transform: uppercase;
}

#links-store a {
	color: #d6142b;
	text-decoration: none;
}

#links-store a:hover {
	color: #ffffff;
	text-decoration: none;
}

#links-socials {
	padding-top: 20px;
}

#links-socials span {
	position: relative;
	top: -2px;
	display: inline-block;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 16px;
}

#links-socials a {
	color: #d6142b;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 16px;
}

#links-socials a:hover {
	color: #ffffff;
	text-decoration: none;
}

#links-button {
	padding-top: 22px;
	padding-bottom: 65px;
}

#links-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 55px;
	box-sizing: border-box;
	background-image: url("../img/common/button-white.png"); 
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% auto;
	color: #181818;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    #links-button a {
        background-image: url("../img/common/button-white@2x.png");
    }
}

#links-button a i {
	color: #d6142b;
	font-size: 22px;
	margin-left: 5px;
}

#links-button a:hover {
	color: #d6142b;
	text-decoration: none;
}

#video {
	box-sizing: border-box;
	border: 10px solid #ce393c;
}

#video iframe {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#credits {
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 67px;
}

#credits span {
	display: inline-block;
}

#credits br.bullet {
	display: none;
}

#credits a {
	
}

#credits a.white {
	color: #ffffff;
}

#credits a.white:hover {
	color: #d6142b;
}

#dhr {
	max-width: 44px;
	margin: 0 auto;
	line-height: 0;
	padding-top: 7px;
}

#dhr a {
	opacity: 1.0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#dhr a:hover {
	opacity: 0.7;
}

#dhr img {
	width: 100%;
	height: auto;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */

	body {
		font-size: 12px;
		line-height: 16px;
	}

	.common-pad {
		padding-left: 80px;
		padding-right: 80px;
	}

	#header {
		min-height: 800px;
		height: 100vh;
		padding-top: 200px;
		padding-bottom: calc(6% + 120px);
	}

	#logo {
		max-width: 400px;
	}

	#collage {
		margin-top: -6%;
		margin-bottom: -8.1%;
	}
	
	#tear {
		background-size: 760px auto;
	}

	#album-wrapper {
		padding-top: calc(8.1% + 90px);
		padding-bottom: 140px;
	}

	#album-img {
		width: 400px;
	}

	#album-details {
		width: calc(100% - 400px);
		padding-top: 8px;
	}

	#album-details-title {
		padding-top: 2px;
	}

	#album-details-title h2 {
		font-size: 40px;
		line-height: 38px;
	}

	#album-details-title h3 {
		font-size: 40px;
		line-height: 38px;
	}

	#album-details-logos {
		padding-top: 4px;
	}

	#album-details-logos img {
		margin: 0px 8px;
	}

	#album-details-logos img#label-dhr {
		max-width: 44px;	
	}

	#album-details-logos img#label-sbam {
		max-width: 51px;	
	}

	#album-details-logos img#label-pee {
		max-width: 55px;	
	}

	#album-details-button {
		padding-top: 14px;
	}

	#album-details-button a {
		width: 195px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-right: 4px;
	}

	#album-details-credits {
		letter-spacing: 1px;
		padding-top: 14px;
	}

	#bottom {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#links-store {
		font-size: 30px;
		line-height: 30px;
	}

	#links-socials {
		padding-top: 20px;
	}

	#links-socials span {
		top: -2px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 16px;
	}

	#links-socials a {
		font-size: 22px;
		line-height: 30px;
		margin-left: 16px;
	}
	
	#links-button {
		padding-top: 22px;
		padding-bottom: 65px;
	}

	#links-button a {
		width: 140px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		padding-right: 4px;
	}

	#links-button a i {
		font-size: 22px;
		margin-left: 5px;
	}

	#video {
		border: 10px solid #ce393c;
	}

	#credits {
		letter-spacing: 1px;
		padding-top: 67px;
	}

	#credits span {
		display: inline-block;
	}

	#credits br.bullet {
		display: none;
	}

	#dhr {
		max-width: 44px;
		padding-top: 7px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	body {
		font-size: 12px;
		line-height: 16px;
	}

	.common-pad {
		padding-left: 50px;
		padding-right: 50px;
	}

	#header {
		min-height: 0;
		height: 700px;
		padding-top: 180px;
		padding-bottom: calc(6% + 100px);
	}

	#logo {
		max-width: 340px;
	}

	#collage {
		margin-top: -6%;
		margin-bottom: -8.1%;
	}
	
	#tear {
		background-size: 760px auto;
	}

	#album-wrapper {
		padding-top: calc(8.1% + 90px);
		padding-bottom: 140px;
	}

	#album-img {
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	#album-details {
		float: none;
		width: auto;
		padding-top: 30px;
	}

	#album-details-title {
		padding-top: 2px;
	}

	#album-details-title h2 {
		font-size: 40px;
		line-height: 38px;
	}

	#album-details-title h3 {
		font-size: 40px;
		line-height: 38px;
	}

	#album-details-logos {
		padding-top: 4px;
	}

	#album-details-logos img {
		margin: 0px 8px;
	}

	#album-details-logos img#label-dhr {
		max-width: 44px;	
	}

	#album-details-logos img#label-sbam {
		max-width: 51px;	
	}

	#album-details-logos img#label-pee {
		max-width: 55px;	
	}

	#album-details-button {
		padding-top: 14px;
	}

	#album-details-button a {
		width: 195px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-right: 4px;
	}

	#album-details-credits {
		letter-spacing: 1px;
		padding-top: 14px;
	}

	#bottom {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#links-store {
		font-size: 30px;
		line-height: 30px;
	}

	#links-socials {
		padding-top: 20px;
	}

	#links-socials span {
		top: -2px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 16px;
	}

	#links-socials a {
		font-size: 22px;
		line-height: 30px;
		margin-left: 16px;
	}
	
	#links-button {
		padding-top: 22px;
		padding-bottom: 65px;
	}

	#links-button a {
		width: 140px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		padding-right: 4px;
	}

	#links-button a i {
		font-size: 22px;
		margin-left: 5px;
	}

	#video {
		border: 10px solid #ce393c;
	}

	#credits {
		letter-spacing: 1px;
		padding-top: 67px;
	}

	#credits span {
		display: inline-block;
	}

	#credits br.bullet {
		display: none;
	}

	#dhr {
		max-width: 44px;
		padding-top: 7px;
	}
	
}

	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */

	body {
		font-size: 12px;
		line-height: 16px;
	}

	.common-pad {
		padding-left: 35px;
		padding-right: 35px;
	}

	#header {
		height: 500px;
		padding-top: 140px;
		padding-bottom: calc(6% + 60px);
	}

	#logo {
		max-width: 240px;
	}

	#collage {
		margin-top: -6%;
		margin-bottom: -8.1%;
	}
	
	#tear {
		background-size: 760px auto;
	}

	#album-wrapper {
		padding-top: calc(8.1% + 60px);
		padding-bottom: 100px;
	}

	#album-img {
		max-width: 400px;
	}

	#album-details {
		padding-top: 30px;
	}

	#album-details-title {
		padding-top: 2px;
	}

	#album-details-title h2 {
		font-size: 34px;
		line-height: 32px;
	}

	#album-details-title h3 {
		font-size: 34px;
		line-height: 32px;
	}

	#album-details-logos {
		padding-top: 4px;
	}

	#album-details-logos img {
		margin: 0px 8px;
	}

	#album-details-logos img#label-dhr {
		max-width: 44px;	
	}

	#album-details-logos img#label-sbam {
		max-width: 51px;	
	}

	#album-details-logos img#label-pee {
		max-width: 55px;	
	}

	#album-details-button {
		padding-top: 14px;
	}

	#album-details-button a {
		width: 195px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-right: 4px;
	}

	#album-details-credits {
		letter-spacing: 1px;
		padding-top: 14px;
	}

	#bottom {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	#links-store {
		font-size: 24px;
		line-height: 24px;
	}

	#links-socials {
		padding-top: 20px;
	}

	#links-socials span {
		top: -1px;
		font-size: 18px;
		line-height: 24px;
		margin-right: 10px;
	}

	#links-socials a {
		font-size: 19px;
		line-height: 24px;
		margin-left: 10px;
	}
	
	#links-button {
		padding-top: 22px;
		padding-bottom: 50px;
	}

	#links-button a {
		width: 140px;
		height: 55px;
		font-size: 20px;
		line-height: 20px;
		padding-right: 4px;
	}

	#links-button a i {
		font-size: 22px;
		margin-left: 5px;
	}

	#video {
		border: 5px solid #ce393c;
	}

	#credits {
		letter-spacing: 1px;
		padding-top: 50px;
	}

	#credits span {
		display: none;
	}

	#credits br.bullet {
		display: inline-block;
	}

	#dhr {
		max-width: 44px;
		padding-top: 7px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* small tablet */
    
	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}

	#header {
		height: 400px;
	}

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */
	
	

}
