
.Album-list__modal {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
}

.Album-list__modal--is-hidden {
	display: none
}

.Album-list__modal-overlay {
	display: flex;
	height: 100vh;
	transition: opacity .2s linear
}

.Album-list__modal-container {
	box-sizing: border-box;
	max-height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: center;
	transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, margin-top 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
	width: calc(100%)
}

.Track-item.is-open .Track-item__body {
	display: block;
	cursor: auto
}

.Track-item__body {
	display: none
}

.Loader {
	background: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	pointer-events: none;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease-out
}

.Loader.is-visible {
	opacity: 1
}

.Modal-header {
	margin: 0 auto;
	max-width: 962px;
	padding: 0 20px;
	margin: 70px auto 0
}

@media (min-width: 768px) {
	.Modal-header {
		max-width: 962px;
		padding: 0 40px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.Modal-header {
		margin: 60px auto 0
	}
}

@media (min-width: 992px) {
	.Modal-header {
		margin: 150px auto 0
	}
}

.Modal-header a {
	color: #fff
}

.Modal-header a:active,
.Modal-header a:visited {
	color: #fff
}

.Modal-header a:hover {
	color: #fff
}

.Modal-header a:hover img {
	margin-left: 15px
}

.Modal-header a img {
	transition: margin-left .2s ease-out;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -1px
}

.Modal-header a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9rem;
	line-height: 1.1rem;
	letter-spacing: .215rem;
	margin-bottom: -.47rem
}

@media (min-width: 768px) and (max-width: 991px) {
	.Modal-header a {
		font-size: .9rem;
		line-height: 1.1rem;
		letter-spacing: .215rem;
		margin-bottom: -.47rem
	}
}

@media (min-width: 992px) {
	.Modal-header a {
		font-size: 1.3rem;
		line-height: 1.1rem;
		letter-spacing: .215rem;
		margin-bottom: -.19rem
	}
}

.Modal-header a:hover {
	color: #fff;
	text-decoration: none
}

.Modal-header a:active {
	color: #fff;
	text-decoration: none
}

.Modal-header a:visited {
	color: #fff;
	text-decoration: none
}

.Modal-header__image-play-overlay {
	pointer-events: auto
}

.Modal-header__image-play {
	transition: opacity .2s ease-out
}

.Modal-header__image-filler {
	display: none
}

.Modal-header__image-filler:before {
	content: '';
	float: left;
	padding-bottom: 100%
}

.Modal-header__image-filler:after {
	content: '';
	display: table;
	clear: both
}

@media (min-width: 992px) {
	.Modal-header__grid-cell--image--sticky .Modal-header__image-filler {
		display: block
	}
}

.Modal-header__image {
	text-align: center;
	background: rgba(255, 0, 0, 0)
}

.Modal-header__image:before {
	content: '';
	float: left;
	padding-bottom: 100%
}

.Modal-header__image:after {
	content: '';
	display: table;
	clear: both
}

.Modal-header__image>img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}

.Modal-header .Modal-header__image-wrapper {
	top: 0;
	position: relative;
	transition: top .2s ease-in-out
}

@media (min-width: 992px) {
	.Modal-header .Modal-header__grid-cell--image--sticky .Modal-header__image {
		overflow: hidden;
		width: 50%;
		position: relative;
		left: 50%
	}
	.Modal-header .Modal-header__grid-cell--image--sticky .Modal-header__image-inner {
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		max-width: 962px;
		padding: 0 20px
	}
}

@media (min-width: 992px) and (min-width: 768px) {
	.Modal-header .Modal-header__grid-cell--image--sticky .Modal-header__image-inner {
		max-width: 962px;
		padding: 0 40px
	}
}

@media (min-width: 992px) {
	.Modal-header .Modal-header__grid-cell--image--sticky .Modal-header__image-wrapper {
		pointer-events: none;
		overflow: hidden;
		top: 40px;
		left: 0;
		position: fixed;
		width: 100%
	}
}

.Modal-header__grid {
	display: flex;
	flex-wrap: wrap
}

@media (min-width: 768px) {
	.Modal-header__grid {
		flex-wrap: nowrap
	}
}

.Modal-header__grid-cell {
	width: 100%;
	text-align: left
}

@media (min-width: 768px) {
	.Modal-header__grid-cell {
		width: 50%
	}
	.Modal-header__grid-cell--image {
		order: 1
	}
	.Modal-header__grid-cell--text {
		order: 0;
		padding-right: 10%
	}
}

.Modal-header__year {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	line-height: 1.8rem;
	letter-spacing: 0rem;
	margin-bottom: -.89rem;
	color: #2A2A2A;
	color: #83734A
}

@media (min-width: 768px) and (max-width: 991px) {
	.Modal-header__year {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

@media (min-width: 992px) {
	.Modal-header__year {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

.Modal-header__title {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 3.2rem;
	line-height: 3.2rem;
	letter-spacing: -.089rem;
	margin-bottom: -.96rem;
	color: #3B4450;
	margin-top: 25px;
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.Modal-header__title {
		font-size: 3.2rem;
		line-height: 3.2rem;
		letter-spacing: -.089rem;
		margin-bottom: -.96rem
	}
}

@media (min-width: 992px) {
	.Modal-header__title {
		font-size: 4.8rem;
		line-height: 4.7rem;
		letter-spacing: -.15rem;
		margin-bottom: -1.34rem
	}
}

.Modal-header__body {
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: -.032rem;
	margin-bottom: -1.28rem;
	color: #66686b;
	margin-top: 40px;
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.Modal-header__body {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 992px) {
	.Modal-header__body {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 768px) {
	.Modal-header__title {
		margin-top: 30px
	}
	.Modal-header__body {
		margin-top: 45px
	}
}

.Modal-header__image-play-overlay--is-hidden {
	display: none
}

.Track {
	text-align: left
}

@media (min-width: 992px) {
	.Track {
		width: 50%;
		padding-right: 10%
	}
}

.Track:not(:last-child) .Track__divider {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.11);
	margin: 20px 0 0
}

.Track:hover svg {
	transform: rotate(0deg)
}

.Track-side {
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: -.032rem;
	margin-bottom: -1.28rem;
	color: #66686b;
	font-weight: 500;
	color: #83734A;
	margin-top: 140px
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-side {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 992px) {
	.Track-side {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-side {
		margin-top: 120px
	}
}

@media (min-width: 992px) {
	.Track-side {
		margin-top: 120px
	}
}

.Track-item__play {
	opacity: .7;
	transition: opacity .2s ease-out
}

.Track-item__play:hover {
	opacity: 1
}

.Track-item--has-lyrics {
	cursor: pointer
}

.Track-item__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px
}

.Track-item__title {
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: -.032rem;
	margin-bottom: -1.28rem;
	color: #66686b;
	margin-top: 0;
	color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-item__title {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 992px) {
	.Track-item__title {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

.Track-item__lyrics {
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.1rem;
	line-height: 1.1rem;
	letter-spacing: .06rem;
	margin-bottom: -.33rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #7c7c7c;
	margin-top: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-item__lyrics {
		font-size: 1.1rem;
		line-height: 1.1rem;
		letter-spacing: .06rem;
		margin-bottom: -.33rem
	}
}

@media (min-width: 992px) {
	.Track-item__lyrics {
		font-size: 1.1rem;
		line-height: 1.1rem;
		letter-spacing: .06rem;
		margin-bottom: -.33rem
	}
}

.Track-item__lyrics svg {
	transform-origin: 50%;
	transition: transform .1s ease-out;
	transform: rotate(-90deg);
	margin-left: 10px
}

.Track-item__body {
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: -.032rem;
	margin-bottom: -1.28rem;
	color: #66686b;
	white-space: pre-line;
	color: #fff;
	margin-top: 70px;
	margin-left: 30px;
	opacity: .67
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-item__body {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (min-width: 992px) {
	.Track-item__body {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: -.032rem;
		margin-bottom: -1.28rem
	}
}

@media (max-width: 767px) {
	.Track-item__body {
		margin-bottom: 70px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.Track-item__body {
		margin-bottom: 70px
	}
}

@media (min-width: 992px) {
	.Track-item__body {
		margin-bottom: 70px
	}
}

@media (min-width: 768px) {
	.FilterSelect__type {
		display: none
	}
}

.Album-list__item {
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s ease-out;
	text-decoration: none
}

.Album-list__item:hover {
	opacity: .7
}

.Album-list__item:hover,
.Album-list__item:active,
.Album-list__item:visited {
	text-decoration: none
}

.Album-list__tracks {
	margin: 0 auto;
	max-width: 962px;
	padding: 0 20px
}

@media (min-width: 768px) {
	.Album-list__tracks {
		max-width: 962px;
		padding: 0 40px
	}
}

.Album-list__filter {
	width: 100%;
	height: 45px
}

.Album-list__filter-divider {
	display: block;
	height: 50%;
	width: 1px;
	background: #000;
	opacity: .47;
	margin: 0 30px
}

@media (min-width: 768px) {
	.Album-list__filter-divider--mobile {
		display: none
	}
}

.Album-list__filter-divider--desktop {
	display: none
}

@media (min-width: 768px) {
	.Album-list__filter-divider--desktop {
		display: block
	}
}

@media (min-width: 992px) {
	.Album-list__filter {
		height: 72px
	}
}

.Album-list__filter-controls {
	display: flex;
	align-items: center;
	height: 100%
}

.Album-list__filter-controls--fullWidth {
	width: 100%
}

.Album-list__filter-logo {
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center
}

.Album-list__filter-logo img {
	height: 19px;
	width: auto
}

@media (min-width: 992px) {
	.Album-list__filter-logo img {
		height: 32px
	}
}

.Album-list__filter-inner {
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto
}

@media (min-width: 768px) {
	.Album-list__filter-inner {
		max-width: 1290px;
		padding: 0 40px
	}
}

.Album-list__filter-content {
	height: 100%;
	width: 100%;
	box-shadow: 1px 2px rgba(0, 0, 0, 0.1)
}

.Album-list__filter-selects {
	display: flex;
	align-items: center;
	height: 100%
}

.Album-list__filter-buttons {
	align-items: center
}

.Album-list__filter-buttons--fullWidth {
	width: 100%
}

.Album-list__filter-buttons--alignRight {
	text-align: right
}

.Album-list__filter-buttons a {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	line-height: 1.8rem;
	letter-spacing: 0rem;
	margin-bottom: -.89rem;
	color: #2A2A2A;
	color: #3B4450;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9rem;
	line-height: 1.1rem;
	letter-spacing: .215rem;
	margin-bottom: -.47rem
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__filter-buttons a {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

@media (min-width: 992px) {
	.Album-list__filter-buttons a {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__filter-buttons a {
		font-size: .9rem;
		line-height: 1.1rem;
		letter-spacing: .215rem;
		margin-bottom: -.47rem
	}
}

@media (min-width: 992px) {
	.Album-list__filter-buttons a {
		font-size: 1.3rem;
		line-height: 1.1rem;
		letter-spacing: .215rem;
		margin-bottom: -.19rem
	}
}

.Album-list__filter-buttons a:hover {
	color: #3B4450;
	text-decoration: none
}

.Album-list__filter-buttons a:active {
	color: #3B4450;
	text-decoration: none
}

.Album-list__filter-buttons a:visited {
	color: #3B4450;
	text-decoration: none
}

.Album-list__filter-buttons a.Filter__button--disabled {
	opacity: .2;
	cursor: default
}

.Album-list__filter-buttons a.Filter__button--active {
	color: #83734A
}

.Album-list__filter-buttons a:not(:first-child) {
	margin-left: 20px
}

.Album-list__filter-buttons--hideOnMobile {
	display: none
}

@media (min-width: 768px) {
	.Album-list__filter-buttons--hideOnMobile {
		display: block
	}
}

.Album-list__filter--sticky .Album-list__filter-content {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	height: 45px
}

@media (min-width: 992px) {
	.Album-list__filter--sticky .Album-list__filter-content {
		height: 72px
	}
}

.Album-list__modal {
	z-index: 9999;
	animation: animInAlbum .5s ease-out 0s backwards
}

@keyframes animInAlbum {
	from {
		opacity: 0;
		transform: translate(0px, -20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.Album-list__modal-close {
	cursor: pointer;
	opacity: .9;
	transform: scale3d(1, 1, 1);
	transition: transform .1s ease-out, opacity .1s ease-out
}

.Album-list__modal-close:hover {
	opacity: 1;
	transform: scale3d(1.05, 1.05, 1)
}

.Album-list__modal-container {
	padding: 0 0 120px;
	background-image: linear-gradient(-180deg, #000 1%, #020C15 8%, rgba(0, 0, 0, 0.92) 18%)
}

.Album-list__modal-overlay {
	align-items: normal
}

.Album-list__modal-top {
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 20px
}

@media (min-width: 768px) {
	.Album-list__modal-top {
		max-width: 1290px;
		padding: 0 40px
	}
}

.Album-list__modal-topInner {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (min-width: 768px) {
	.Album-list__modal-topInner {
		height: 120px
	}
}

.Album-list__modal__logoSubtitle {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .6rem;
	line-height: .6rem;
	letter-spacing: .185rem;
	margin-bottom: -.18rem;
	opacity: 0.7;
	margin-top: 2px
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__modal__logoSubtitle {
		font-size: .6rem;
		line-height: .6rem;
		letter-spacing: .185rem;
		margin-bottom: -.18rem
	}
}

@media (min-width: 992px) {
	.Album-list__modal__logoSubtitle {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .277rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__modal__logoSubtitle {
		margin-top: 6px
	}
}

@media (min-width: 992px) {
	.Album-list__modal__logoSubtitle {
		margin-top: 8px
	}
}

.Album-list__modal__logo {
	text-align: center;
	text-decoration: none
}

.Album-list__modal__logo img {
	width: 60px
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__modal__logo img {
		width: 80px
	}
}

@media (min-width: 992px) {
	.Album-list__modal__logo img {
		width: 140px
	}
}

.Album-list__modal__logo:hover,
.Album-list__modal__logo:active,
.Album-list__modal__logo:visited {
	text-decoration: none
}

.Album-list__grid-wrapper {
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 20px
}

@media (min-width: 768px) {
	.Album-list__grid-wrapper {
		max-width: 1290px;
		padding: 0 40px
	}
}

.Album-list__grid {
	margin-top: 120px;
	width: calc(100% + 10px);
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: left
}

.Album-list__item-coverImg {
	height: 100%;
	width: 100%
}

.Album-list__item-coverWrapper {
	/*align-items: center;
	justify-content: center;
	display: flex;*/
	margin: 0 0 20px;
	/*overflow: hidden*/
}

/*.Album-list__item-coverWrapper:before {
	content: '';
	float: left;
	padding-bottom: 100%
}

.Album-list__item-coverWrapper:after {
	content: '';
	display: table;
	clear: both
}*/

.Album-list__item-coverWrapper img {
	width: 100%;
    height: auto;
}

.Album-list__item-cover {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 0 20px
}

.Album-list__item {
	width: calc( 100%/2 - 10px);
	margin: 0 10px 80px 0
}

.Album-list__item h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	line-height: 1.8rem;
	letter-spacing: 0rem;
	margin-bottom: -.89rem;
	color: #2A2A2A;
	color: #3B4450;
	padding: 0 30px
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__item h3 {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

@media (min-width: 992px) {
	.Album-list__item h3 {
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: 0rem;
		margin-bottom: -.89rem
	}
}

.Album-list__item-release {
	color: #9c9c9c
}

@media (min-width: 768px) and (max-width: 991px) {
	.Album-list__item {
		width: calc( 100%/3 - 10px)
	}
}

@media (min-width: 992px) {
	.Album-list__item {
		width: calc( 100%/4 - 10px)
	}
}
