
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #3b3b3b;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
    background-color: #4c4d4f;
}

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

img, a {
  vertical-align: top;
}

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

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow:none;
}

button {
	cursor: pointer;
}

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

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

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

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

a {
	color: #22af31;
	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: #3b3b3b;
	text-decoration: underline;
}

a .imgroller {
	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;
}

a:hover .imgroller {
	opacity: 0.7;
}

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

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

h2 {
	display: block;
	color: #000000;
	font-family: 'BioRhyme', serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 9px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #22af31;
	text-decoration: none;
}

h3 {
    display: block;
    color: #3b3b3b;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

#mobile-menu {
	display: none;
	position: absolute;
	top: calc(-100vh - 1200px);
	left: 0;
	z-index: 9999;
	background-color: #3c3c3c;
	width: 100%;
	xmin-height: 100vh;
	text-align: center;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;
}

#mobile-top {
    height: 130px;
    background-color: #4c4d4f;
}

#mobile-logo {
    float: left;
    width: 90px;
    padding-top: 20px;
}

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

#mobile-logo a {
    position: relative;
    display: block;
    height: 90px;
    width: 90px;
}

#mobile-logo a img {
    opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#mobile-logo a:hover img {
	opacity: 1.0;
}

#mobile-logo a span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 90px;
    display: block;
	background-color: #4c4d4f;
    opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#mobile-logo a:hover span {
	opacity: 0;
}

#close-menu {
    float: right;
    padding-top: 49px;
}

#close-menu a {
    display: inline-block;
    width: 77px;
    height: 26px;
    color: #4c4d4f;
    font-family: 'BioRhyme', serif;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    background-image: url(/img/nav/close@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

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

#close-menu a span {
    padding-left: 2px;
}

#mobile-bottom {
    padding-top: 71px;
    padding-bottom: 40px;
}

#mobile-navigation {
	text-align: center;
}

#mobile-navigation a {
    display: inline-block;
	color: #ffffff;
	font-family: 'BioRhyme', serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px 4px 5px 6px;
    margin-bottom: 15px;
}

#mobile-navigation a:hover {
	color: #22af31;
	text-decoration: none;
}

#mobile-links {
    text-align: center;
	padding-top: 30px;
}

#mobile-social {
    display: inline-block;
    color: #4b4b4b;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}

#mobile-social a {
    color: #bababa;
	text-decoration: none;
    margin-right: 10px;
}

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

#mobile-language {
    display: inline-block;
    color: #4b4b4b;
	font-family: 'BioRhyme', serif;
	font-size: 14px;
	font-weight: 800;
	line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#mobile-language a {
    color: #bababa;
	text-decoration: none;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

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

#open-menu {
	display: none;
}

#site-wrapper {
    position: relative;
    max-width: 1650px;
    margin: 0 auto;
    min-height: 100vh;
	background-color: #000000;
	background-image: url(/img/common/background-footer.gif);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

@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) {
	#site-wrapper {
		background-image: url(/img/common/background-footer@2x.gif);
	}
}

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

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

#top-links {
    position: absolute;
    top: 0px;
    right: 18px;
    text-align: right;
}

#top-language {
    float: right;
    text-align: right;
    color: #4b4b4b;
	font-family: 'BioRhyme', serif;
	font-size: 12px;
	font-weight: 800;
	line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 14px;
}

#top-language a {
    color: #4b4b4b;
	text-decoration: none;
    margin-left: 2px;
}

#top-language a:hover {
    color: #22af31;
	text-decoration: none;
}

#top-social {
    float: right;
    text-align: right;
    color: #4b4b4b;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
    padding-top: 12px;
}

#top-social a {
    color: #4b4b4b;
	text-decoration: none;
    margin-right: 10px;
}

#top-social a:hover {
    color: #22af31;
	text-decoration: none;
}

#header-squares {
    background-color: #ffffff;
	background-image: url(/img/common/header-squares.gif);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

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

#header-full {
	background-image: url(/img/common/header-texture.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1650px 110px;
}

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

#header-wrapper {
    height: 290px;
    margin-bottom: -76px;
}

#stomp-records {
    float: left;
    width: 160px;
    padding-top: 42px;
}

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

#navigation {
    float: right;
    text-align: right;
    padding-top: 106px;
}

#navigation a {
    display: inline-block;
    height: 34px;
    color: #ffffff;
	font-family: 'BioRhyme', serif;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    margin-left: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

#navigation a:hover {
    color: #22af31;
    text-decoration: none;
}

#navigation a span {
    padding-left: 3px;
}

#navigation a.home {
    width: 109px;
	background-image: url(/img/nav/home@2x.png);
}

#navigation a.bands {
    width: 119px;
	background-image: url(/img/nav/bands@2x.png);
}

#navigation a.shop {
    width: 98px;
	background-image: url(/img/nav/shop@2x.png);
}

#navigation a.tours {
    width: 113px;
	background-image: url(/img/nav/tours@2x.png);
}

#navigation a.contact {
    width: 152px;
	background-image: url(/img/nav/contact@2x.png);
}

#page-title {
    position: relative;
    z-index: 500;
    height: 340px;
    background-image: url(/img/common/content-title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1650px 340px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: -90px;
}

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

#page-title h1 {
    display: block;
	color: #ffffff;
	font-family: 'BioRhyme', serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 28px;
    margin-left: 28px;
    margin-top: 12px;
}

#page-title h1#band-h1 {
    font-size: 38px;
	line-height: 36px;
    letter-spacing: 8px;
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 66px;
    padding: 0px 120px;
}

#content-full {
    background-color: #ffffff;
	background-image: url(/img/common/content-background.gif);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

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

#content-wrapper {

}

.content-area {
    min-height: 400px;
}

.pad-top {
	padding-top: 132px;
}

.pad-bottom {
	padding-bottom: 60px;
    margin-bottom: -10px;
}

#mlist-full {
    position: relative;
    z-index: 400;
    background-image: url(/img/common/mlist-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1650px 160px;
}

@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) {
	#mlist-full {
		background-image: url(/img/common/mlist-background@2x.png);
	}
}

#mlist-wrapper {
    height: 160px;
}

#mlist-title {
    float: left;
    color: #4c4d4f;
	font-family: 'BioRhyme', serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 67px;
}

#mlist-title span {
    color: #3b3b3b;
}

#mlist-title br {
    display: none;
}

#mlist-form {
    float: right;
    width: 430px;
    padding-top: 56px;
}

#mlist-input {
    float: left;
    width: 300px;
}

#mlist-input input {
    width: 100%;
	max-width: calc(100% - 34px);
    height: 46px;
    padding: 0px 15px;
    border-radius: 0px;
    border: 2px solid #4c4d4f;
    background-color: transparent;
    color: #3b3b3b;
    font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

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

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

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

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

#mlist-submit {
    float: right;
    width: 120px;
}

#mlist-submit button {
	display: inline-block;
	width: 118px;
	height: 50px;
	border: none;
	background-color: #4c4d4f;
	text-align: center;
	color: #ffffff;
	font-family: 'BioRhyme', serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#mlist-submit button:hover {
	background-color: #3b3b3b;
	color: #ffffff;
	text-decoration: none;
}

#footer-full {

}

#footer-wrapper {
    padding-top: 56px;
    padding-bottom: 60px;
}

#footer-support {
    color: #b8b8b8;
    font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1px;
}

#footer-logos {
    max-width: 450px;
    margin: 0 auto;
    border-bottom: 1px solid #656565;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 30px;
}

#footer-logos img {
    display: inline-block;
    width: auto;
    height: 28px;
    margin: 0px 16px;
}

#footer-credits {
    color: #b8b8b8;
    font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 26px;
    letter-spacing: 1px;
    padding-left: 1px;
}

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

#footer-credits br {
    display: none;
}

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

#footer-credits a:hover {
    color: #a9a9a9;
    text-decoration: none;
}

#footer-social {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

#footer-social a {
    color: #ffffff;
    text-decoration: none;
    margin: 0px 5px;
}

#footer-social a:hover {
    color: #a9a9a9;
    text-decoration: none;
}

#contact-content {

}

#contact-people {
    float: left;
    width: calc(100% - 400px);
    padding-right: 49px;
    border-right: 1px solid #bababa;
}

#contact-people br.people {
    display: none;
}

#contact-one {
    float: left;
    width: calc(50% - 25px);
}

#contact-two {
    float: right;
    width: calc(50% - 25px);
}

.contact-line {
    color: #7f7979;
}

#contact-address {
    float: right;
    width: 300px;
}

#tours-choose {

}

#tours-list {
    padding-top: 44px;
    overflow: hidden;
}

.tours-name {
    text-align: center;
}

.tours-name h2 {
    margin-bottom: 0px !important;
}

.tours-dates {
    padding-top: 0px;
}

.tours-line {
    height: 10px;
    background-image: url(/img/common/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1150px 10px;
    margin-top: 10px;
    padding-bottom: 33px;
}

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

.bit-nav-bar-container, .bit-event {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bit-upcoming-events {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bit-upcoming-events-show-all-button {
    max-width: 200px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bit-button {
    width: 120px !important;
}

/* bands select menu */

.select2 {
    display: block !important;
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
}

.select2 .select2-selection {
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 8px 15px 0 !important;
    font-size: 16px !important;
    color: #4c4d4f !important;
    background-color: #fff !important;
    border: 2px solid #4c4d4f !important;
    border-radius: 0 !important;
}

.select2-container--open .select2-selection {
    border-color: #4c4d4f !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    color: #4c4d4f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: -7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 3% !important;
    color: #4c4d4f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3b3b3b transparent transparent transparent !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #3b3b3b transparent !important;
}

.select2 .select2-selection .select2-selection__choice {
    margin: 0 12px 12px 0 !important;
    padding: 10px !important;
    font-size: 14px !important;
    background: #4c4d4f !important;
    border-color: #4c4d4f !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
    color: #4c4d4f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #4c4d4f !important;
}

.select2-dropdown {
    font-size: 14px !important;
    text-align: left !important;
    border: 2px solid #4c4d4f !important;
    border-top: 0 !important
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border-radius: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -1px !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 3% !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #fff !important;
    background: #4c4d4f !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff !important;
    background: #2da72f !important;
}

.select2-search--dropdown {
    padding: 3% !important;
    border-bottom: 1px solid #4c4d4f !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 10px !important;
    font-size: 16px !important;
    background: #f6f6f6 !important;
    border-color: #4c4d4f !important;
}

#news-content {

}

#news-content h2.news {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2px;
}

#news-content h2.news span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

#news-content h2.news a {
    color: #ffffff;
}

#news-content h2.news a:hover {
    color: #22af31;
}

#news-content h3 {
    color: #7a7a7a;
	font-size: 12px;
	line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#news-left {
    float: left;
    width: calc(100% - 300px);
}

.news-media {
    max-width: 560px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.news-item-media {
    max-width: none !important;
}

.news-media img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}

.news-text {
    padding-top: 11px;
}

.news-divider {
    height: 44px;
    overflow: hidden;
}

/* general paging div */
.paging {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	padding-top: 60px;
	background-image: url(/img/common/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1150px 10px;
}

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

.paging a, .pagingbox1, .pagingbox2 {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	margin: 0px 5px;
	text-align: center;
}

/* buttons that are links */
.paging a {
	color: #010101;
	background-color: #c4c4c4;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* buttons when mousing over */
.paging a:hover {
	color: #ffffff;
	background-color: #484848;
}

/* this one is not a link */
.pagingbox1 {
	color: #ffffff;
	background-color: #c4c4c4;
}

/* the current page */
.pagingbox2 {
	color: #ffffff;
	background-color: #484848;
}

.paging-arrows {
    font-size: 18px;    
}

#paging-full {
	display: block;
}

#paging-mid {
	display: none;
}

#paging-short {
	display: none;
}

#news-right {
    float: right;
    width: 250px;
}

#news-right-title {
    text-align: center;
    padding-bottom: 28px;
}

.album-item {
    
}

.album-spacer {
    padding-top: 35px;
}

.album-img {
    
}

.album-img img {
    width: calc(100% - 30px);
    height: auto;
    border: 15px solid #484848;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.album-img a {
    display: block;
}

.album-img a:hover img {
    border: 15px solid #101010;
}

.album-img 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;	
}

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

.album-text {
    color: #101010;
    font-family: 'BioRhyme', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 11px;
}

.album-text a {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #11ab23;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.album-text a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;    
    left: 0;
    bottom: 1px;
    border-bottom: 2px solid #11ab23;
}

.album-text a:hover {
    color: #101010;
    text-decoration: none;
}

.album-text a:hover::after {
    border-bottom: 2px solid #101010;
}

#bands-content {
    
}

ul#bands-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
    margin-top: -15px;
}

ul#bands-list li {
	float: left;
	width: 350px;
	margin-right: calc(50% - 525px);
}

ul#bands-list li:nth-child(3n+3) {
	margin-right: 0px;
}

ul#bands-list li:nth-child(3n+4) {
	clear: both;
}

ul#bands-list li:nth-child(1n+4) {
	margin-top: 33px;
}

.bands-img {
    padding: 0px 5px;
}

.bands-img a {
    position: relative;
    z-index: 20;
    display: block;
    padding: 15px 20px;
}

.bands-img a img.bands-photo {
    width: 100%;
    height: auto;
    -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;	
}

.bands-img a:hover img.bands-photo {
	-webkit-filter: grayscale(100%) brightness(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(80%);
}

.bands-img a img.bands-tape {
    position: absolute;
    z-index: 21;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.bands-name {
    text-align: center;
    padding: 4px 25px 0px 25px;
}

.bands-name h2 {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2px;
}

.bands-name h2 span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.bands-name h2 a {
    color: #ffffff;
}

.bands-name h2 a:hover {
    color: #22af31;
}

#bands-textlist {
    margin-top: 48px;
	padding-top: 55px;
	background-image: url(/img/common/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1150px 10px;
    color: #11ab23;
    font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

@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) {
	#bands-textlist {
		background-image: url(/img/common/line@2x.png);
	}
}

#bands-textlist a {
    display: inline-block;
    color: #11ab23;
    text-decoration: none;
    margin-top: 14px;
}

#bands-textlist a:hover {
    color: #3b3b3b;
    text-decoration: none;
}

#bands-line {
    background-image: url(/img/misc/vertical-line.gif);
	background-repeat: repeat-y;
	background-position: center top 4px;
	background-size: 1px 50px;
    padding-bottom: 2px;
}

@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) {
	#bands-line {
		background-image: url(/img/misc/vertical-line@2x.gif);
	}
}

.bands-list-title {
    color: #000000;
    font-family: 'BioRhyme', serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left: 5px;
    padding-bottom: 29px;
    text-align: center;
}

#bands-booking {
    float: left;
    width: calc(50% - 25px);
}

#bands-alumni {
    float: right;
    width: calc(50% - 25px);
}

.bands-list-left {
    float: left;
    width: calc(50% - 25px);
    text-align: center;
}

.bands-list-right {
    float: right;
    width: calc(50% - 25px);
    text-align: center;
}

#band-content {
    margin-top: -164px;
}

#band-photo-mobile {
    display: none;
}

#band-photo-mobile img {
    width: 100%;
    height: auto;	
}

#band-photo {
    position: relative;
    z-index: 501;
    padding: 45px 50px 0px 50px;
}

#band-photo img.photo {
    width: 100%;
    height: auto;	
}

#band-photo img.tape {
    position: absolute;
    z-index: 502;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.swiper-pagination {
    position: absolute;
    z-index: 503;
    bottom: 0px;
    right: 50px;
    height: 38px;
    background-color: #000000;
    padding: 12px 6px 0px 6px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    opacity: 1;
    background: #ffffff;
    margin: 0px 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #cccccc
}

#band-spotify {
    height: 80px;
    padding: 0px 50px;
    overflow: hidden;
}

#band-links {
    height: 90px;
    padding: 0px 50px;
    border-bottom: 1px solid #606060;
    color: #11ab23;
    font-family: 'BioRhyme', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
}

#band-links br {
    display: none;
}

#band-links a {
    color: #11ab23;
    text-decoration: none;
}

#band-links a:hover {
    color: #3b3b3b;
    text-decoration: none;
}

#band-websites {
    float: left;
    padding-top: 0px;
}

#band-websites a {
    margin-right: 14px;
}

#band-websites a.social {
    font-size: 20px !important;
    font-weight: normal;
    margin-right: 18px;
}

#band-tour {
    float: right;
    text-align: right;
    padding-top: 0px;
}

#band-tour span {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-left: 12px;
}

#band-bio {
    float: left;
    width: calc(100% - 300px);
    padding-top: 23px;
}

#band-video {
	width: 100%;
	margin-top: 46px;
	padding-top: 39px;
	background-image: url(/img/common/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1150px 10px;
}

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

#band-video-title {
    padding-bottom: 26px;
    text-align: center;
}

#band-video-title h2 {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2px;
}

#band-video-title h2 span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

#band-video-embed {
    max-width: 550px;
    margin: 0 auto;
}

#band-video-text {
    color: #101010;
    font-size: 16px;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

#band-contact {
    padding-top: 38px;    
}

#band-contact-title {
    color: #000000;
    font-size: 16px;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.band-contact-item {
    padding-top: 8px;
}

#band-albums {
    float: right;
    width: 250px;
}

#band-albums-title {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
}

#band-albums-title h2 {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2px;
}

#band-albums-title h2 span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.band-albums-catalog {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

#item-content {
    
}

#item-left {
    float: left;
    width: 350px;
    padding-top: 2px;
}

#item-cover {
    background-color: #484848;
    padding: 15px;
}

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

#item-tracks {
    padding-top: 41px;
}

#item-right {
    float: right;
    width: calc(100% - 400px);
}

#item-top {
    display: none;
}

#item-title {
    text-align: center;
}

#item-title h2 {
    line-height: 28px;
    margin-bottom: 2px;
    margin-left: 5px;
}

#item-title h3 {
    color: #11ab23;
    font-family: 'BioRhyme', serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
    text-transform: uppercase;
}

#item-title h3 a {
    color: #11ab23;
    text-decoration: none;
}

#item-title h3 a:hover {
    color: #000000;
    text-decoration: none;
}

#item-title h4 {
    display: block;
    color: #7a7a7a;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 1px;
    margin-top: -1px;
}

#item-links {
    
}

#item-links-title {
    padding-top: 48px;
    padding-bottom: 17px;
    text-align: center;
}

#item-links-title h5 {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
}

#item-links-title h5 span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

ul#item-links-list {
    padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

ul#item-links-list li {
	float: left;
	width: calc(50% - 5px);
    margin-right: 10px;
    border-bottom: 1px solid #a5a5a5;
    padding-top: 11px;
    padding-bottom: 17px;
}

ul#item-links-list li a {
    color: #3b3b3b;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
    text-decoration: none;
}

ul#item-links-list li a span {
    position: relative;
    top: 4px;
    color: #11ab23;
    font-size: 25px;
	font-weight: normal;
    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;
    width: 55px;
    display: inline-block;
}

ul#item-links-list li a:hover {
    color: #11ab23;
    text-decoration: none;
}

ul#item-links-list li a:hover span {
    color: #3b3b3b;
    text-decoration: none;
}

ul#item-links-list li:nth-child(2n+2) {
	margin-right: 0px;
}

ul#item-links-list li:nth-child(2n+3) {
	clear: both;
}

ul#item-links-list li:nth-child(1) {
	border-top: 1px solid #a5a5a5;
}

ul#item-links-list li:nth-child(2) {
	border-top: 1px solid #a5a5a5;
}

#mobile-tracks {
    display: none;   
}

#item-text {
    padding-top: 41px;
}

#shop-content {
    
}

#shop-sort {
    font-family: 'BioRhyme', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 44px;
}

#shop-sort a {
    color: #11ab23;
    text-decoration: none;
}

#shop-sort a:hover {
    color: #101010;
    text-decoration: none;
}

#shop-sort span {
    display: inline-block;
}

#shop-sort br {
    display: none;
}

ul#shop-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

ul#shop-list li {
	float: left;
	width: calc(25% - 37.5px);
	margin-right: 50px;
}

ul#shop-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#shop-list li:nth-child(4n+5) {
	clear: both;
}

ul#shop-list li:nth-child(1n+5) {
	margin-top: 30px;
}

.shop-img {
    
}

.shop-img img {
    width: 100%;
    height: auto;
}

.shop-img a {
    display: block;
    border: 15px solid #484848;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.shop-img a:hover {
    border: 15px solid #101010;
}

.shop-img 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;	
}

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

.shop-text {
    color: #101010;
    font-family: 'BioRhyme', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 16px;
}

.shop-albums-catalog {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.shop-buy {
    display: none;
}

#home-featured-full {
    position: relative;
    z-index: 500;
    height: 485px;
    background-image: url(/img/home/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1650px 485px;
    margin-bottom: -90px;
}

@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) {
	#home-featured-full {
		background-image: url(/img/home/header@2x.png);
	}
}

#home-featured-wrapper {
    
}

#home-featured-details {
    float: right;
    width: calc(100% - 800px);
    padding-top: 79px;
}

#home-featured-title {
    color: #9b9b9b;
    font-family: 'BioRhyme', serif;
	font-size: 14px;
	font-weight: 800;
	line-height: normal;
    text-transform: uppercase;
    padding-bottom: 17px;
}

#home-featured-name {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 23px;
}

#home-featured-text {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 6px;
}

#home-featured-button {
    
}

#home-featured-button a {
    display: inline-block;
    height: 30px;
    background-color: #11ab23;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0px 7px;
	-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;
}

#home-featured-button a:hover {
    background-color: #9b9b9b;
    color: #ffffff;
    text-decoration: none;
}

#home-featured-img {
    float: left;
    width: 760px;
    padding-top: 75px;
    padding-left: 7px;
}

#home-featured-photo {
    position: relative;
    z-index: 501;
    padding: 10px 17px 31px 50px;
}

#home-featured-photo a {
    display: block;
}

#home-featured-photo img.home-photo {
    width: 100%;
    height: auto;	
}

#home-featured-photo a img.home-photo {
    width: 100%;
    height: auto;
    -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;	
}

#home-featured-photo a:hover img.home-photo {
	-webkit-filter: grayscale(100%) brightness(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(80%);
}

#home-featured-photo img.home-tape {
    position: absolute;
    z-index: 502;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

#home-featured-mobile {
    display: none;
}

#home-content {
    padding-top: 121px;
}

#home-releases {
    padding-bottom: 60px;
	background-image: url(/img/common/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1150px 10px;
}

@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) {
	#home-releases {
		background-image: url(/img/common/line@2x.png);
	}
}

#home-releases-title {
    text-align: center;
    padding-left: 5px;
    padding-bottom: 47px;
}

ul#home-releases-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

ul#home-releases-list li {
	float: left;
	width: calc(25% - 37.5px);
	margin-right: 50px;
}

ul#home-releases-list li:nth-child(4n+4) {
	margin-right: 0px;
}

.home-releases-img {
    
}

.home-releases-img img {
    width: 100%;
    height: auto;
}

.home-releases-img a {
    display: block;
    border: 15px solid #484848;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home-releases-img a:hover {
    border: 15px solid #101010;
}

.home-releases-img 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;	
}

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

.home-releases-text {
    color: #101010;
    font-family: 'BioRhyme', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 16px;
}

.home-releases-albums-catalog {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.home-releases-buy {
    padding-top: 8px;
}

.home-releases-buy a {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #11ab23;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.home-releases-buy a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;    
    left: 0;
    bottom: 1px;
    border-bottom: 2px solid #11ab23;
}

.home-releases-buy a:hover {
    color: #101010;
    text-decoration: none;
}

.home-releases-buy a:hover::after {
    border-bottom: 2px solid #101010;
}

#home-news {
    padding-top: 46px;
}

#home-news-title {
    text-align: center;
    padding-left: 5px;
    padding-bottom: 32px;
}

ul#home-news-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

ul#home-news-list li {
	float: left;
	width: 350px;
	margin-right: calc(50% - 525px);
}

ul#home-news-list li:nth-child(3n+3) {
	margin-right: 0px;
}

.home-news-img {
    padding: 0px 5px;
}

.home-news-img a {
    position: relative;
    z-index: 20;
    display: block;
    padding: 15px 20px;
}

.home-news-img a img.photo {
    width: 100%;
    height: auto;
    -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;	
}

.home-news-img a:hover img.photo {
	-webkit-filter: grayscale(100%) brightness(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(80%);
}

.home-news-img a img.tape {
    position: absolute;
    z-index: 21;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.home-news-name {
    text-align: center;
    padding: 14px 25px 0px 25px;
}

.home-news-name h2 {
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2px;
}

.home-news-name h2 span {
    display: inline;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.home-news-name h2 a {
    color: #ffffff;
}

.home-news-name h2 a:hover {
    color: #22af31;
}

#home-news h3 {
    color: #7a7a7a;
	font-size: 12px;
	line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-news-text {
    line-height: 22px;
    padding-top: 14px;
}

.home-news-read {
    text-align: center;
    padding-top: 10px;
}

.home-news-read a {
    position: relative;
    color: #11ab23;
    font-family: 'BioRhyme', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.home-news-read a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;    
    left: 0;
    bottom: 1px;
    border-bottom: 2px solid #11ab23;
}

.home-news-read a:hover {
    color: #101010;
    text-decoration: none;
}

.home-news-read a:hover::after {
    border-bottom: 2px solid #101010;
}

#home-news-button {
    padding-top: 36px;
    text-align: center;
}

#home-news-button a {
    display: inline-block;
    height: 25px;
    background-color: #11ab23;
    color: #ffffff;
    font-family: 'BioRhyme', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0px 4px;
	-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;
}

#home-news-button a:hover {
    background-color: #9b9b9b;
    color: #ffffff;
    text-decoration: none;
}


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

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

	/* ipad horizontal layout */

	h2 {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 5px;
        margin-bottom: 9px;
    }

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

    #header-wrapper {
        height: 250px;
        margin-bottom: -53px;
    }

    #stomp-records {
        width: 136px;
        padding-top: 42px;
    }

    #navigation {
        padding-top: 89px;
    }

    #navigation a {
        height: 30px;
        font-size: 18px;
        letter-spacing: 3px;
        padding-top: 6px;
        margin-left: 44px;
    }

    #navigation a span {
        padding-left: 3px;
    }

    #navigation a.home {
        width: 98px;
    }

    #navigation a.bands {
        width: 107px;
    }

    #navigation a.shop {
        width: 89px;
    }

    #navigation a.tours {
        width: 102px;
    }

    #navigation a.contact {
        width: 137px;
    }

    #page-title {
        height: 260px;
        background-size: auto 260px;
        margin-bottom: -70px;
    }

    #page-title h1 {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: 18px;
        margin-left: 18px;
        margin-top: 4px;
    }
    
    #page-title h1#band-h1 {
        font-size: 28px;
        line-height: 26px;
        letter-spacing: 6px;
        margin-left: 6px;
        margin-top: 0px;
        margin-bottom: 72px;
        padding: 0px 100px;
    }

    .content-area {
        min-height: 300px;
    }

    .pad-top {
        padding-top: 106px;
    }

    .pad-bottom {
        padding-bottom: 60px;
        margin-bottom: -10px;
    }

    #mlist-title {
        font-size: 16px;
        letter-spacing: 3px;
        padding-top: 72px;
    }

    #footer-wrapper {
        padding-top: 51px;
        padding-bottom: 55px;
    }

    #contact-people {
        width: calc(100% - 510px);
        padding-right: 49px;
        border-right: 1px solid #bababa;
    }

    #contact-one {
        float: none;
        width: 100%;
    }

    #contact-two {
        float: none;
        width: 100%;
        padding-top: 28px;
    }

    #contact-address {
        width: 410px;
    }

    #tours-choose {

    }

    #tours-list {
        padding-top: 36px;
    }

    .tours-line {
        height: 7px;
        background-size: 1150px 7px;
        margin-top: 11px;
        padding-bottom: 30px;
    }

    .bit-nav-bar {
        padding-top: 5px !important;
    }

    #news-content h2.news {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    #news-left {
        width: calc(100% - 240px);
    }

    .news-divider {
        height: 49px;
    }

    /* general paging div */
    .paging {
        margin-top: 40px;
        padding-top: 45px;
        background-size: 1150px 7px;
    }

    #news-right {
        width: 210px;
    }

    #news-right-title {
        text-align: center;
        padding-bottom: 32px;
    }

    .album-spacer {
        padding-top: 30px;
    }

    .album-text {
        padding-top: 6px;
    }

    ul#bands-list li {
        width: 300px;
        margin-right: calc(50% - 450px);
    }

    ul#bands-list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    ul#bands-list li:nth-child(3n+4) {
        clear: both;
    }

    ul#bands-list li:nth-child(1n+4) {
        margin-top: 21px;
    }

    .bands-img {
        padding: 0px 0px;
    }

    .bands-name {
        padding: 4px 25px 0px 25px;
    }

    .bands-name h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2px;
    }
    
    #bands-textlist {
        margin-top: 40px;
        padding-top: 45px;
        background-size: 1150px 7px;
    }

    #bands-textlist a {
        margin-top: 14px;
    }

    .bands-list-title {
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 20px;
    }

    #bands-booking {
        width: calc(50% - 20px);
    }

    #bands-alumni {
        width: calc(50% - 20px);
    }

    .bands-list-left {
        width: calc(50% - 20px);
    }

    .bands-list-right {
        width: calc(50% - 20px);
    }
    
    #band-content {
        margin-top: -159px;
    }

    #band-photo {
        width: 100%;
        margin-left: -47px;
        padding: 42px 47px 0px 47px;
    }

    .swiper-pagination {
        right: 47px;
        height: 38px;
        padding: 12px 6px 0px 6px;
    }

    #band-spotify {
        padding: 0px 0px;
    }

    #band-links {
        padding: 0px 0px;
    }
    
    #band-bio {
        padding-top: 32px;
    }

    #band-video {
        margin-top: 34px;
        padding-top: 37px;
        background-size: 1150px 7px;
    }

    #band-video-title {
        padding-bottom: 30px;
    }

    #band-video-title h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    #band-albums-title {
        padding-top: 39px;
        padding-bottom: 21px;
    }

    #band-albums-title h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2px;
    }
    
    #item-top {
        display: block;
        text-align: center;
        padding-bottom: 38px;
    }
    
    #item-top h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 1px;
        margin-left: 5px;
    }

    #item-top h3 {
        color: #11ab23;
        font-family: 'BioRhyme', serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase;
    }
    
    #item-top h3 a {
        color: #11ab23;
        text-decoration: none;
    }

    #item-top h3 a:hover {
        color: #000000;
        text-decoration: none;
    }

    #item-top h4 {
        display: block;
        color: #7a7a7a;
        font-family: 'Roboto Slab', serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 1px;
        margin-top: -1px;
    }

    #item-left {
        width: 290px;
        padding-top: 1px;
    }

    #item-right {
        width: calc(100% - 320px);
    }
    
    #item-title {
        display: none;
    }
    
    #item-links {
        min-height: 332px;
    }

    #item-links-title {
        padding-top: 0px;
        padding-bottom: 34px;
    }

    #item-text {
        padding-top: 0px;
    }
    
    #shop-sort {
        padding-bottom: 30px;
    }
    
    ul#shop-list li {
        width: calc(25% - 22.5px);
        margin-right: 30px;
    }
    
    ul#shop-list li:nth-child(1n+5) {
        margin-top: 27px;
    }
    
    #home-featured-full {
        height: 390px;
        background-size: auto 390px;
        margin-bottom: -70px;
    }

    #home-featured-details {
        width: calc(100% - 540px);
        padding-top: 81px;
    }

    #home-featured-title {
        padding-bottom: 6px;
    }

    #home-featured-name {
        font-size: 24px;
        line-height: 22px;
        padding-bottom: 11px;
    }

    #home-featured-img {
        width: 490px;
        padding-top: 77px;
        padding-left: 8px;
    }

    #home-featured-photo {
        padding: 9px 17px 0px 23px;
    }

    #home-content {
        padding-top: 91px;
    }

    #home-releases {
        padding-bottom: 53px;
        background-size: 1150px 7px;
    }

    #home-releases-title {
        padding-bottom: 28px;
    }

    ul#home-releases-list li {
        width: calc(25% - 22.5px);
        margin-right: 30px;
    }
    
    #home-news {
        padding-top: 46px;
    }

    #home-news-title {
        padding-left: 5px;
        padding-bottom: 32px;
    }

    ul#home-news-list li {
        width: 300px;
        margin-right: calc(50% - 450px);
    }

    ul#home-news-list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .home-news-img {
        padding: 0px 0px;
    }

    .home-news-name {
        padding: 17px 25px 0px 25px;
    }

    .home-news-name h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    #home-news-button {
        padding-top: 32px;
    }
    
}


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

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

	/* ipad vertical layout */

	h2 {
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 4px;
        margin-bottom: 0px;
    }

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

    #top-links {
        right: 22px;
    }

    #header-wrapper {
        height: 220px;
        margin-bottom: -53px;
    }

    #stomp-records {
        width: 110px;
        padding-top: 45px;
    }

    #navigation {
        padding-top: 85px;
    }

    #navigation a {
        height: 23px;
        font-size: 14px;
        letter-spacing: 2px;
        padding-top: 5px;
        margin-left: 24px;
    }

    #navigation a span {
        padding-left: 2px;
    }

    #navigation a.home {
        width: 77px;
        margin-left: 0px;
    }

    #navigation a.bands {
        width: 84px;
    }

    #navigation a.shop {
        width: 69px;
    }

    #navigation a.tours {
        width: 79px;
    }

    #navigation a.contact {
        width: 107px;
    }

    #page-title {
        height: 248px;
        background-size: auto 248px;
        margin-bottom: -70px;
    }

    #page-title h1 {
        margin-top: 2px;
    }
    
    #page-title h1#band-h1 {
        font-size: 24px;
        line-height: 22px;
        letter-spacing: 5px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: 74px;
        padding: 0px 80px;
    }

    .content-area {
        min-height: 300px;
    }

    .pad-top {
        padding-top: 100px;
    }

    .pad-bottom {
        padding-bottom: 55px;
        margin-bottom: -10px;
    }

    #mlist-title {
        line-height: 18px;
        padding-top: 64px;
    }

    #mlist-title br {
        display: block;
    }

    #mlist-form {
        width: 370px;
        padding-top: 58px;
    }

    #mlist-input {
        width: 250px;
    }

    #mlist-input input {
        width: 100%;
        max-width: calc(100% - 34px);
        height: 42px;
    }

    #mlist-submit {
        width: 110px;
    }

    #mlist-submit button {
        width: 108px;
        height: 46px;
        line-height: 46px;
    }

    #footer-wrapper {
        padding-top: 46px;
        padding-bottom: 50px;
    }

    #contact-people {
        width: calc(100% - 350px);
        padding-right: 29px;
        border-right: 1px solid #bababa;
    }

    #contact-address {
        width: 290px;
    }

    #tours-choose {

    }

    #tours-list {
        padding-top: 41px;
    }

    .tours-line {
        height: 6px;
        background-size: 1150px 6px;
        margin-top: 11px;
        padding-bottom: 30px;
    }

    .bit-nav-bar {
        padding-top: 10px !important;
    }

    #news-left {
        width: 100%;
    }

    .news-divider {
        height: 49px;
    }

    /* general paging div */
    .paging {
        margin-top: 40px;
        padding-top: 45px;
        background-size: 1150px 6px;
    }

    #news-right {
        display: none;
    }

    ul#bands-list li {
        width: calc(50% - 11px);
        margin-right: 22px;
    }

    ul#bands-list li:nth-child(3n+3) {
        margin-right: 22px;
    }
    
    ul#bands-list li:nth-child(2n+2) {
        margin-right: 0px;
    }

    ul#bands-list li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#bands-list li:nth-child(2n+3) {
        clear: both;
    }

    ul#bands-list li:nth-child(1n+4) {
        margin-top: 17px;
    }
    
    ul#bands-list li:nth-child(1n+3) {
        margin-top: 17px;
    }

    .bands-img {
        max-width: 340px;
        margin: 0 auto;
        padding: 0px 0px;
    }

    .bands-name {
        max-width: 280px;
        margin: 0 auto;
        padding: 4px 0px 0px 0px;
    }
    
    #bands-textlist {
        margin-top: 40px;
        padding-top: 45px;
        background-size: 1150px 6px;
    }

    #bands-textlist a {
        margin-top: 14px;
    }
    
    #bands-line {
        background-position: center top 1px;
    }

    .bands-list-title {
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 4px;
        padding-left: 4px;
        padding-bottom: 14px;
    }

    .bands-list-left {
        float: none;
        width: 100%;
    }

    .bands-list-right {
        float: none;
        width: 100%;
    }
    
    #band-content {
        margin-top: -139px;
    }

    #band-photo {
        width: 100%;
        margin-left: -29px;
        padding: 30px 29px 0px 29px;
    }

    .swiper-pagination {
        right: 29px;
        height: 31px;
        padding: 4px 11px 0px 11px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0px 7px;
    }

    #band-spotify {
        padding: 0px 0px;
    }

    #band-links {
        height: 70px;
        padding: 0px 0px;
        font-size: 14px;
        line-height: 70px;
    }

    #band-websites a.social {
        font-size: 18px !important;
    }

    #band-tour span {
        font-size: 18px;
    }
    
    #band-bio {
        width: calc(100% - 244px);
        padding-top: 26px;
    }

    #band-video {
        margin-top: 24px;
        padding-top: 37px;
        background-size: 1150px 6px;
    }
    
    #band-albums {
        width: 210px;
    }

    #band-albums-title {
        padding-top: 39px;
        padding-bottom: 21px;
    }

    #item-top {
        padding-bottom: 30px;
    }
    
    #item-top h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 1px;
        margin-left: 4px;
    }

    #item-top h3 {
        font-size: 18px;
        line-height: 25px;
    }

    #item-top h4 {
        margin-top: -1px;
    }

    #item-left {
        width: 220px;
        padding-top: 1px;
    }
    
    #item-tracks {
        padding-top: 21px;
    }

    #item-right {
        width: calc(100% - 245px);
    }
    
    #item-links {
        min-height: 220px;
    }

    #item-links-title {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    
    ul#item-links-list li {
        width: calc(50% - 2.5px);
        margin-right: 5px;
        padding-top: 11px;
        padding-bottom: 14px;
    }

    ul#item-links-list li a {
        font-size: 14px;
        line-height: 26px;
    }

    ul#item-links-list li a span {
        top: 2px;
        font-size: 20px;
        width: 32px;
    }

    #item-text {
        padding-top: 22px;
    }
    
    #shop-sort {
        padding-bottom: 20px;
    }
    
    ul#shop-list li {
        width: calc(33.33% - 16.66px);
        margin-right: 25px;
    }

    ul#shop-list li:nth-child(4n+4) {
        margin-right: 25px;
    }
    
    ul#shop-list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    ul#shop-list li:nth-child(4n+5) {
        clear: none;
    }
    
    ul#shop-list li:nth-child(3n+4) {
        clear: both;
    }

    ul#shop-list li:nth-child(1n+5) {
        margin-top: 24px;
    }

    ul#shop-list li:nth-child(1n+4) {
        margin-top: 24px;
    }

    .shop-text {
        padding-top: 14px;
    }
    
    #home-featured-full {
        height: 302px;
        background-size: auto 302px;
        margin-bottom: -70px;
    }

    #home-featured-details {
        width: calc(100% - 465px);
        padding-top: 81px;
        text-align: center;
    }

    #home-featured-title {
        padding-bottom: 5px;
    }

    #home-featured-name {
        padding-bottom: 11px;
    }
    
    #home-featured-text {
        display: none;
    }

    #home-featured-button {

    }

    #home-featured-button a {
        display: inline-block;
        height: auto;
        background-color: transparent;
        color: #11ab23;
        line-height: normal;
        padding: 0px 0px;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

    #home-featured-button a:hover {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    #home-featured-img {
        width: 440px;
        padding-top: 54px;
        padding-left: 4px;
    }

    #home-featured-photo {
        padding: 12px 13px 0px 27px;
    }

    #home-content {
        padding-top: 91px;
    }

    #home-releases {
        padding-bottom: 35px;
        background-size: 1150px 6px;
    }

    #home-releases-title {
        padding-left: 4px;
        padding-bottom: 28px;
    }
    
    ul#home-releases-list li {
        width: calc(33.33% - 16.66px);
        margin-right: 25px;
    }

    ul#home-releases-list li:nth-child(4n+4) {
        margin-right: 25px;
    }
    
    ul#home-releases-list li:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    ul#home-releases-list li:nth-child(4) {
        display: none;
    }

    .home-releases-text {
        padding-top: 14px;
    }
    
    #home-news {
        padding-top: 28px;
    }

    #home-news-title {
        padding-left: 4px;
        padding-bottom: 14px;
    }

    ul#home-news-list li {
        width: calc(33.33% - 16.66px);
        margin-right: 25px;
    }
    
    ul#home-news-list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .home-news-img {
        padding: 0px 0px;
    }

    .home-news-name {
        padding: 7px 5px 0px 5px;
    }
    
    #home-news-button {
        padding-top: 16px;
    }

}


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

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

	/* mobile layout */

    body {
        font-size: 15px;
        line-height: 22px;
    }

    h2 {
        margin-bottom: 4px;
    }

    h3 {
        font-size: 15px;
        line-height: 22px;
    }

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

	#top-links {
        display: none;
    }

    #header-wrapper {
        height: 150px;
        margin-bottom: -36px;
    }

    #stomp-records {
        width: 90px;
        padding-top: 20px;
    }

    #navigation {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

	#open-menu {
		display: block;
        float: right;
        padding-top: 50px;
	}

    #open-menu a {
		display: inline-block;
        width: 77px;
        height: 27px;
        color: #ffffff;
        font-family: 'BioRhyme', serif;
        font-size: 14px;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
        text-align: center;
        padding-top: 3px;
        background-image: url(/img/nav/menu@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }

    #open-menu a:hover {
        color: #22af31;
        text-decoration: none;
    }

    #open-menu a span {
        padding-left: 2px;
    }

    #page-title {
        height: 93px;
        background-image: url(/img/common/mobile-title.png);
        background-size: 770px 93px;
        margin-bottom: 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) {
        #page-title {
            background-image: url(/img/common/mobile-title@2x.png);
        }
    }

    #page-title h1 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: normal;
        margin-left: 0px;
        margin-top: 24px;
    }
    
    #page-title h1#band-h1 {
        font-size: 18px;
        line-height: 17px;
        letter-spacing: 0px;
        margin-left: 0px;
        margin-top: 24px;
        margin-bottom: 0px;
        padding: 0px 20px;
    }

    .content-area {
        min-height: 200px;
    }

    .pad-top {
        padding-top: 24px;
    }

    .pad-bottom {
        padding-bottom: 35px;
        margin-bottom: -10px;
    }

    #mlist-title {
        float: none;
        text-align: center;
        padding-left: 3px;
        padding-top: 30px;
    }

    #mlist-form {
        float: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding-top: 18px;
    }

    #mlist-input {
        width: calc(100% - 108px);
    }

    #mlist-submit {
        width: 108px;
    }

    #mlist-submit button {
        width: 106px;
    }

    #footer-wrapper {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #footer-support {
        font-size: 12px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #footer-logos {
        padding-top: 18px;
        padding-bottom: 30px;
    }

    #footer-logos img {
        display: inline-block;
        width: auto;
        height: 22px;
        margin: 0px 10px;
    }

    #footer-credits {
        padding-top: 26px;
    }

    #footer-credits span {
        display: none;
    }

    #footer-credits br {
        display: block;
    }

    #footer-social {
        display: none;
    }

    #contact-people {
        float: none;
        width: 100%;
        padding-right: 0px;
        border-right: none;
    }

    #contact-people br.people {
        display: block;
    }

    #contact-one {

    }

    #contact-two {
        padding-top: 22px;
    }

    .contact-line {
        display: none;
    }

    #contact-address {
        float: none;
        width: 100%;
        padding-top: 42px;
    }

    #tours-choose {

    }

    #tours-list {
        padding-top: 17px;
    }

    .tours-name h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
        letter-spacing: normal;
    }

    .tours-line {
        height: 5px;
        background-size: 1150px 5px;
        margin-top: 11px;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .bit-nav-bar {
        padding-top: 14px !important;
    }

    .news-divider {
        height: 40px;
    }

    /* general paging div */
    .paging {
        margin-top: 30px;
        padding-top: 35px;
        background-size: 1150px 5px;
    }
    
    #paging-full {
		display: none;	
	}
	
	#paging-mid {
		display: block;	
	}
	
	#paging-short {
		display: none;	
	}
    
    #bands-textlist {
        margin-top: 30px;
        padding-top: 35px;
        background-size: 1150px 5px;
    }
    
    #bands-line {
        background-image: none;
        padding-bottom: 0px;
    }

    .bands-list-title {
        padding-bottom: 10px;
    }
    
    #bands-booking {
        float: none;
        width: 100%;
    }

    #bands-alumni {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    .bands-list-left {
        float: left;
        width: calc(50% - 20px);
    }

    .bands-list-right {
        float: right;
        width: calc(50% - 20px);
    }
    
    #band-content {
        margin-top: 0px;
    }
    
    #band-photo-mobile {
        display: block;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    #band-photo {
        display: none;
    }

    #band-spotify {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    #band-links {
        height: auto;
        padding: 26px 0px 18px 0px;
        font-size: 14px;
        line-height: normal;
    }
    
    #band-links br {
        display: block;
    }

    #band-websites {
        float: none;
        width: 100%;
        text-align: center;
    }

    #band-websites a {
        display: inline-block;
        margin: 0px;
        margin-bottom: 7px;
    }

    #band-websites a.social {
        font-size: 18px !important;
        margin-right: 8px;;
        margin-left: 8px;
    }

    #band-tour {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 7px;
    }
    
    #band-tour span {
        display: none;
    }
    
    #band-bio {
        float: none;
        width: 100%;
        padding-top: 24px;
    }
    
    #band-contact-title {
        text-align: center;
    }
    
    .band-contact-item {
        text-align: center;
    }
    
    #band-video {
        margin-top: 24px;
        padding-top: 37px;
        background-size: 1150px 5px;
    }
    
    #band-albums {
        float: none;
        width: 100%;
    }

    #band-albums-title {
        padding-top: 39px;
        padding-bottom: 21px;
    }
    
    #band-albums-content {
        max-width: 250px;
        margin: 0 auto;
    }
    
    #item-top {
        padding-bottom: 24px;
    }
    
    #item-top h2 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #item-top h3 {
        font-size: 16px;
        line-height: 22px;
    }
    
    #item-left {
        float: none;
        width: 100%;
    }
    
    #item-cover {
        max-width: 250px;
        margin: 0 auto;
        padding: 0px;
    }
    
    #item-tracks {
        display: none;
    }
    
    #item-right {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    
    #item-links {
        min-height: 0px;
    }
    
    #item-links-title {
        display: none;
    }

    ul#item-links-list li {
        width: 100%;
        margin-right: 0px;
        padding-top: 11px;
        padding-bottom: 14px;
    }
    
    ul#item-links-list li {
        padding-top: 9px;
        padding-bottom: 12px;
    }
    
    ul#item-links-list li:nth-child(2) {
        border-top: none;
    }

    ul#item-links-list li a {
        font-size: 15px;
    }

    #item-text {
        padding-top: 19px;
    }
    
    #mobile-tracks {
        display: block;
        padding-top: 19px;
    }
    
    #mobile-tracks-divider {
        padding-top: 23px;
        border-bottom: 1px solid #a5a5a5;
        margin-bottom: 1px;
    }
    
    ul#shop-list li {
        width: calc(50% - 12.5px);
        margin-right: 25px;
    }

    ul#shop-list li:nth-child(3n+3) {
        margin-right: 25px;
    }
    
    ul#shop-list li:nth-child(2n+2) {
        margin-right: 0px;
    }
    
    ul#shop-list li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#shop-list li:nth-child(2n+3) {
        clear: both;
    }

    ul#shop-list li:nth-child(1n+4) {
        margin-top: 22px;
    }
    
    ul#shop-list li:nth-child(1n+3) {
        margin-top: 22px;
    }
    
    .shop-text {
        font-size: 15px;
        line-height: 17px;
        padding-top: 12px;
    }
    
    #home-featured-full {
        height: 292px;
        background-size: auto 275px;
        margin-bottom: -70px;
    }

    #home-featured-details {
        float: none;
        width: 100%;
        padding-top: 49px;
    }

    #home-featured-title {
        font-size: 12px;
        line-height: 10px;
        padding-bottom: 4px;
    }

    #home-featured-name {
        font-size: 20px;
        line-height: 18px;
        padding-bottom: 23px;
    }

    #home-featured-button {
        display: none;
    }

    #home-featured-img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        float: none;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
    }

    #home-featured-photo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 10px 15px 0px 15px;
    }
    
    #home-featured-mobile {
        display: block;
        text-align: center;
        padding-top: 27px;
    }
    
    #home-featured-mobile a {
        color: #11ab23;
        font-family: 'Roboto Slab', serif;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.2px;
    }

    #home-featured-mobile a:hover {
        color: #000000;
        text-decoration: none;
    }
    
    #home-content {
        padding-top: 88px;
    }

    #home-releases {
        padding-bottom: 23px;
        background-size: 1150px 3px;
    }

    #home-releases-title {
        padding-left: 4px;
        padding-bottom: 24px;
    }
    
    ul#home-releases-list li {
        width: calc(50% - 12.5px);
        margin-right: 25px;
    }

    ul#home-releases-list li:nth-child(3n+3) {
        margin-right: 25px;
    }
    
    ul#home-releases-list li:nth-child(2n+2) {
        margin-right: 0px;
    }
    
    ul#home-releases-list li:nth-child(3) {
        display: none;
    }
    
    ul#home-releases-list li:nth-child(4) {
        display: none;
    }

    .home-releases-text {
        font-size: 15px;
        line-height: 17px;
        padding-top: 12px;
        padding-bottom: 2px;
    }
    
    #home-news {
        padding-top: 28px;
    }

    #home-news-title {
        padding-left: 4px;
        padding-bottom: 14px;
    }

    ul#home-news-list li {
        width: calc(50% - 12.5px);
        margin-right: 25px;
    }
    
    ul#home-news-list li:nth-child(2n+2) {
        margin-right: 0px;
    }
    
    ul#home-news-list li:nth-child(3) {
        display: none;
    }

    .home-news-img {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 0px 0px;
    }

    .home-news-name {
        padding: 7px 5px 0px 5px;
    }
    
    #home-news-button {
        padding-top: 29px;
    }
    
}


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

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

	/* in-between size */

    ul#bands-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    ul#bands-list li:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    ul#bands-list li:nth-child(2n+2) {
        margin-right: 0px;
    }

    ul#bands-list li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#bands-list li:nth-child(2n+3) {
        clear: both;
    }

    ul#bands-list li:nth-child(1n+4) {
        margin-top: 9px;
    }
    
    ul#bands-list li:nth-child(1n+3) {
        margin-top: 9px;
    }
    
    ul#bands-list li:nth-child(1n+2) {
        margin-top: 9px;
    }
    
    #home-news {
        padding-top: 28px;
    }

    #home-news-title {
        padding-left: 4px;
        padding-bottom: 16px;
    }

    ul#home-news-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    
    ul#home-news-list li:nth-child(2) {
        margin-top: 10px;
    }
    
    ul#home-news-list li:nth-child(3) {
        margin-top: 10px;
        display: block;
    }

    .home-news-img {
        display: none;
    }

    .home-news-name {
        padding: 7px 0px 0px 0px;
    }
    
    .home-news-text {
        font-size: 15px;
        line-height: 22px;
    }
    
    .home-news-read {
        padding-top: 1px;
    }

    .home-news-read a {
        font-size: 14px;
        font-family: 'Roboto Slab', serif;
        line-height: 22px;
        text-transform: uppercase;
    }

    .home-news-read a::after {
        content: none;
    }
    
    #shop-sort span {
        display: none;
    }
    
    #shop-sort br {
        display: inline-block;
    }

}


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

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

	/* mobile vertical layout */

    #paging-full {
		display: none;	
	}
	
	#paging-mid {
		display: none;	
	}
	
	#paging-short {
		display: block;	
	}
    
    .bands-list-left {
        float: none;
        width: 100%;
    }

    .bands-list-right {
        float: none;
        width: 100%;
    }
    
    ul#shop-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    ul#shop-list li:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    ul#shop-list li:nth-child(2n+3) {
        clear: none;
    }
    
    ul#shop-list li:nth-child(1n+3) {
        margin-top: 10px;
    }
    
    ul#shop-list li:nth-child(1n+2) {
        margin-top: 10px;
    }
    
    .shop-img {
        float: left;
        width: 110px;
    }
    
    .shop-img a {
        border: none;
    }

    .shop-img a:hover {
        border: none;
    }
    
    .shop-text {
        float: right;
        width: calc(100% - 130px);
        font-size: 15px;
        line-height: 18px;
        padding-top: 12px;
        text-transform: none;
        text-align: left;
    }
    
    .shop-text br.catalog-br {
        display: none;
    }
    
    .shop-text span.shop-albums-catalog {
        display: none;
    }
    
    .shop-text a {
        color: #11ab23;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .shop-text a:hover {
        color: #3b3b3b;
        text-decoration: none;
    }

    .shop-buy {
        display: block;
        font-size: 14px;
    }
    
    #home-releases {
        
    }
    
    ul#home-releases-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    ul#home-releases-list li:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    ul#home-releases-list li:nth-child(2n+3) {
        clear: none;
    }
    
    ul#home-releases-list li:nth-child(1n+3) {
        margin-top: 10px;
    }
    
    ul#home-releases-list li:nth-child(1n+2) {
        margin-top: 10px;
    }
    
    ul#home-releases-list li:nth-child(3) {
        display: block;
    }
    
    .home-releases-img {
        float: left;
        width: 110px;
    }
    
    .home-releases-img a {
        border: none;
    }

    .home-releases-img a:hover {
        border: none;
    }
    
    .home-releases-text {
        float: right;
        width: calc(100% - 130px);
        font-size: 15px;
        line-height: 18px;
        padding-top: 12px;
        text-transform: none;
        text-align: left;
    }
    
    .home-releases-text br.catalog-br {
        display: none;
    }
    
    .home-releases-text span.home-releases-albums-catalog {
        display: none;
    }
    
    .home-releases-buy {
        padding-top: 0px;
    }
    
    .home-releases-buy a {
        font-size: 14px;
        font-family: 'Roboto Slab', serif;
        line-height: 18px;
        text-transform: uppercase;
    }

    .home-releases-buy a::after {
        content: none;
    }

}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}