
body {
	margin: 0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
	color: #585858;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400; 
	line-height: normal;
	background-color: #a4a6a2;
}

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

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

ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ul span, ul a {

}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

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

a {
	color: #ce0f0f;
	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;
}

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

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

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

a:hover .imgroller {
	opacity: 0.5;
}

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

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	
}

h2 {
	display: inline-block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 2px;
}

h2 br {
	display: none;
}

h2 span {
	font-weight: 400;
}

h3 {
	display: inline-block;
	color: #2f3032;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 4px;
    margin-left: 4px;
}

#top-bar {
	width: 100%;
	height: 60px;
	background-color: #2f3032;
}

#mobile-list {
	display: none;	
}

#mobile-list-form {
	display: none;	
}

#mailing-list {
	float: left;
}

#mailing-list-title {
	float: left;
	width: 181px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	text-align: center;
}

::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
	opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
	opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: #ffffff;
   opacity: 1 !important;
}

#mailing-list-form {
	float: left;
	width: 330px;
	padding-top: 5px;
}

#mailing-list-form input[type=email] {
	float: left;
	width: 185px;
	height: 50px;
	padding: 0px 20px;
	border: none;
	background-color: #505154;	
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
}

#mailing-list-form button {
	float: right;
	width: 100px;
	height: 50px;
	text-align: center;
	border: none;
	background-color: #ffffff;
	color: #ce0f0f;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#mailing-list-form button:hover {
	color: #616161;
}

#top-links {
	float: right;
	text-align: right;
}

#follow-button {
	float: right;
	display: inline-block;
	position: relative;
}

a.follow-button {
	display: inline-block;
	width: 130px;
	height: 60px;
	color: #e21a1a;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	text-align: center;
	border-left: 1px solid #6a6a6a;
	background-color: #2f3032;
}

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

a.follow-close {
	color: #ffffff;
}

a.follow-close:hover {
	color: #e21a1a;
	text-decoration: none;
}

#follow-list {
	display: none;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

#purchase-button {
	float: right;
	display: inline-block;
	position: relative;
}

a.purchase-button {
	display: inline-block;
	width: 147px;
	height: 60px;
	color: #e21a1a;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	text-align: center;
	border-left: 1px solid #6a6a6a;
	background-color: #2f3032;
}

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

a.purchase-close {
	color: #ffffff;
}

a.purchase-close:hover {
	color: #e21a1a;
	text-decoration: none;
}

#purchase-list {
	display: none;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
}

.list-icons {
	margin-left: 1px;
	width: calc(100% - 1px);
	background-color: #2f3032;
	text-align: center;
}

#follow-list .list-icons {
	padding: 12px 0px 35px 0px;	
}

#purchase-list .list-icons {
	padding: 12px 0px 35px 0px;	
}

.list-icons a {
	display: inline-block;
	color: #e21a1a;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
}

.list-icons a.text-link {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 40px;
}

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

.list-icons a.shazam {
	margin-top: 12px;
}

.list-icons a.shazam img {
	width: 18px;
	height: 20px;
}

.list-icons a.vevo {
	margin-top: 16px;
}

.list-icons a.vevo img {
	width: 17px;
	height: 15px;
}

.list-icons a.bandsintown {
	margin-top: 16px;
}

.list-icons a.bandsintown img {
	width: 18px;
	height: 19px;
}

.list-icons a.merchnow {
	margin-top: 16px;
}

.list-icons a.merchnow img {
	width: 18px;
	height: 18px;
}

.list-icons a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.list-icons a:hover img {
	-webkit-filter: grayscale(100%) brightness(500%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(500%);
}

#album-background {
    width: 100%;
    background-color: #bbbeb9;	
	background-image: url(/img/common/header-bg.jpg);	
	background-repeat: repeat-x;
	background-position: top center;
	background-size: 125px  890px;
}

@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 {
		background-image: url(/img/common/header-bg@2x.jpg);
	}
}

#album-content {
	width: 100%;
    height: 890px;
	background-image: url(/img/common/header.jpg);	
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1550px 890px;
}

@media all and (min-width: 775px) {
    @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-content {
            background-image: url(/img/common/header@2x.jpg);
        }
    }
}

#album-info {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 606px;
	text-align: center;	
}

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

#album-title {
    text-align: center;
    padding-top: 24px;
}

#album-title br {
    display: none;
}

#album-buttons {
	width: 100%;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
    line-height: 50px;
	text-align: center;
	padding-top: 24px;
}

#album-buttons br {
    display: none;
}

#album-buttons a {
	display: inline-block;
    height: 50px;
    background-color: #ce0f0f;
    color: #ffffff;
	text-decoration: none;
    letter-spacing: 1px;
    padding: 0px 22px 0px 21px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#album-buttons a:hover {
    background-color: #616161;
    color: #ffffff;
	text-decoration: none;
}

#album-buttons a.physical {
	margin-right: 30px;
}

#album-buttons a.digital {
	
}

#album-buttons br {
    display: none;
}

#video-content {
	width: 100%;
	background-color: #38383a;	
    background-image: url(/img/common/video-bg.jpg);	
	background-repeat: repeat;
	background-position: top center;
	background-size: 325px 325px;
    padding: 50px 0px;
}

@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) { 
	#video-content {
		background-image: url(/img/common/video-bg@2x.jpg);
	}
}

#video-content-wrapper {
	max-width: 750px;
	margin: 0 auto;	
}

#shows-title {
	width: 100%;
	height: 130px;
	background-color: #ffffff;	
	text-align: center;
	line-height: 130px;
}

#shows-content {
	background-color: #ffffff;
	padding: 0px 50px 50px 50px;
}

#shows-content-wrapper {
	max-width: 850px;
	margin: 0 auto;
}

#shows-full {
	display: block;	
}

#shows-mobile {
	display: none;	
}

#equal-vision {
	width: 100%;
	height: 122px;
	padding-top: 28px;
	background-color: #2f3032;
	text-align: center;	
}

#equal-vision img {
	display: inline-block;
	width: 100px;
	height: 96px;	
}

#footer {
	height: 70px;
	text-align: center;
	color: #2f3032;
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 1px;
}

#footer a {
	color: #626367;
	text-decoration: none;	
}

#footer a:hover {
	color: #626367;
	text-decoration: underline;	
}

#footer span {
	display: inline-block;
	color: #626367;	
}

#footer br {
	display: none;	
}


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

@media all and (max-width: 1149px) {
	
	/* ipad horizontal layout */
	
	#shows-content {
		padding: 0px 86px 50px 86px;
	}
	
}


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

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	#mailing-list-title {
		width: 157px;
		font-size: 15px;
	}
	
	a.follow-button {
		width: 125px;
		font-size: 15px;
	}
	
	a.purchase-button {
		width: 143px;
		font-size: 15px;
	}
	
	#album-background {
        background-size: auto 600px;
    }

    #album-content {
        height: 600px;
        background-size: auto 600px;
    }

    #album-info {
        padding-top: 360px;
    }

    #album-title {
        padding-top: 24px;
    }
    
    #album-title br {
		display: inline-block;
	}
	
	#shows-title {
		height: 90px;
		line-height: 90px;
	}
	
	#shows-content {
		padding: 0px 0px 40px 0px;
	}

}


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

@media all and (max-width: 767px) {
	
	/* mobile layout */

	h2 {
		font-size: 20px;
        letter-spacing: 1px;
        margin-left: 1px;
	}
	
	h3 {
		font-size: 25px;
	}
	
	#top-bar {
		height: 101px;
	}
	
	#mailing-list {
		display: none;
	}
	
	#mobile-list {
		display: block;
		width: 100%;
		border-bottom: 1px solid #6a6a6a;
	}
	
	#mobile-list-button a {
		display: inline-block;
		width: calc(100% - 2px);
		height: 50px;
		color: #e21a1a;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 50px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-left: 2px;
		text-align: center;
	}
	
	#mobile-list-button a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	#mobile-list-form {
		width: 100%;
		height: 50px;
	}
	
	#mobile-list-form input[type=email] {
		float: left;
		width: calc(100% - 120px);
		height: 50px;
		padding: 0px 20px;
		border: none;
		background-color: #505154;	
		color: #ffffff;
		font-family: 'Muli', sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 50px;
	}
	
	#mobile-list-form button {
		float: right;
		width: 80px;
		height: 50px;
		text-align: center;
		border: none;
		background-color: #ffffff;
	    color: #ce0f0f;
		font-family: 'Muli', sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 50px;
		cursor: pointer;
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		-o-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}
	
	#mobile-list-form button:hover {
		color: #616161;
	}
	
	#top-links {
		float: none;
		text-align: left;
	}
	
	#follow-button {
		width: 50%;
	}
	
	a.follow-button {
		width: calc(100% - 2px);
		height: 50px;
		line-height: 50px;
		border-left: none;
	}
	
	#purchase-button {
		width: 50%;
	}
	
	a.purchase-button {
		width: calc(100% - 3px);
		height: 50px;
		line-height: 50px;
	}
	
	.list-icons {
		margin-left: 1px;
		width: calc(100% - 1px);
		background-color: #2f3032;
		text-align: center;
	}
	
	#follow-list .list-icons {
		margin-left: 0px;
		width: 100%;
		padding: 12px 0px 35px 0px;	
	}
	
	#purchase-list .list-icons {
		padding: 12px 0px 35px 0px;	
	}
    
    #video-content {
		padding: 0px 0px;
	}
	
	#shows-title {
		height: 60px;
		line-height: 60px;
	}
	
	#shows-content {
		padding: 0px 0px 20px 0px;
	}
	
}


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

@media all and (max-width: 579px) {
	
	/* in-between for buy buttons */
	
	#album-background {
        background-size: auto 440px;
    }

    #album-content {
        height: 440px;
        background-size: auto 440px;
    }

    #album-info {
        padding-top: 180px;
    }

    #album-title {
        padding-top: 20px;
    }
    
    #album-title br {
        display: inline-block;
    }

    #album-buttons {
        padding-top: 20px;
    }
    
    #album-buttons br {
        display: block;
    }

    #album-buttons a.physical {
        margin-right: 0px;
    }
    
    #album-buttons a.digital {
        position: relative;
        top: 15px;
    }

}


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

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */
	
	h2 {
		font-size: 18px;
	}
    
    #album-info {
        padding-top: 200px;
    }
    
    #album-buttons {
        font-size: 14px;
        line-height: 40px;
    }

    #album-buttons a {
        height: 40px;
        padding: 0px 18px 0px 17px;
    }
    
    #album-buttons a.digital {
        top: 12px;
    }
    
    #footer {
		height: 50px;
		line-height: 14px;
		padding-top: 20px;
	}
	
	#footer span {
		display: none
	}
	
	#footer br {
		display: block;	
	}
	
}