/***MediaQueries**/
/****colors***/
/**fonts***/
body {
	font-family: 'Almendra', sans-serif;
	word-break: break-word;
}

/*******Typography*******/
h1,
h2,
h3,
h4,
h5,
h6,
p,
h3 a,
ul li,
ol li {
	color: #ffffff;
	margin-top: 0;
}

h1 {
	font-family: 'Almendra', sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 64px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h1 {
		font-size: 36px;
		letter-spacing: 0.56px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h1 {
		font-size: 26px;
		letter-spacing: 0.41px;
		line-height: 30px;
	}
}

h1.EYEBROW {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h1.EYEBROW {
		font-size: 14px;
		letter-spacing: 1.56px;
		line-height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h1.EYEBROW {
		font-size: 12px;
		letter-spacing: 1.33px;
		line-height: 14px;
	}
}

h1.EYEBROW span {
	background-color: #000;
	padding: 0.3rem 1rem;
}

h1.Date {
	font-family: 'Spectral', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h1.Date {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h1.Date {
		font-size: 14px;
		line-height: 21px;
	}
}

h1.single-title {
	margin-bottom: 14px;
}

h2 {
	font-family: 'Almendra', sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h2 {
		font-size: 32px;
		letter-spacing: 6.4px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h2 {
		font-size: 21px;
		letter-spacing: 4.2px;
	}
}

h2.text-left {
	text-align: left;
}

h2.text-center {
	text-align: center;
}

h2.hero-caption {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 80px;
	margin-bottom: 0;
	text-transform: uppercase;
}

h2.hero-caption span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	/* Needs prefixing */
	letter-spacing: .2rem;
	padding: 0.3rem 1rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h2.hero-caption {
		font-size: 32px;
		letter-spacing: 3.4px;
		line-height: 68px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h2.hero-caption {
		font-size: 21px;
		letter-spacing: 4.2px;
		line-height: 40px;
	}
}

h3,
h3 a {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: initial;
	line-height: 28px;
	text-align: left;
	text-transform: initial;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h3,
	h3 a {
		font-size: 18px;
		line-height: 28px;
	}
}

h3.EYEBROW {
	font-family: 'Spectral', serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.33px;
	line-height: 12px;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h3.EYEBROW {
		font-size: 11px;
		letter-spacing: 1.22px;
		line-height: 12px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h3.EYEBROW {
		font-size: 10px;
		letter-spacing: 1.11px;
		line-height: 12px;
	}
}

h3.Date {
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	h3.Date {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	h3.Date {
		font-size: 12px;
	}
}

.page-title {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 6.25px;
	line-height: normal;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.page-title.title-left {
	max-width: 750px;
	text-align: left;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-title {
		font-size: 50px;
		letter-spacing: 3.91px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-title {
		font-size: 36px;
		letter-spacing: 2.81px;
		margin-bottom: 20px;
	}
}

.gallery-title {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 7.2px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px) and (max-width: 1210px) {
	.gallery-title {
		font-size: 28px;
		letter-spacing: 5.6px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.gallery-title {
		font-size: 28px;
		letter-spacing: 5.6px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.gallery-title {
		font-size: 21px;
		letter-spacing: 4.2px;
	}
}

.accordion-title {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3.43px;
	line-height: 21px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.accordion-text {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
}

p,
ul li,
ol li {
	font-family: 'Spectral', serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	p,
	ul li,
	ol li {
		font-size: 18px;
	}
}

a {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

a.main-link:hover {
	opacity: 0.8 !important;
}

a:hover {
	opacity: 0.8;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
a:hover p {
	opacity: 0.8;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.fun-fac-text h3,
.fun-fac-text p,
.fun-fac-text h2,
.fun-fac-text h4,
.fun-fac-text h5,
.fun-fac-text h6 {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.fun-fac-text h3,
	.fun-fac-text p,
	.fun-fac-text h2,
	.fun-fac-text h4,
	.fun-fac-text h5,
	.fun-fac-text h6 {
		font-size: 19px;
		line-height: 26px;
	}
}

iframe {
	max-width: 100%;
}

/* Tooltip */
.qtip-default {
	background: #191919;
	border: 0;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 6px 4px 6px;
	text-align: right;
}

.EYEBROW,
.media-lightbox .media-lightbox-content .media-lightbox-counter {
	color: #ffffff;
	display: inline-block;
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.EYEBROW,
	.media-lightbox .media-lightbox-content .media-lightbox-counter {
		font-size: 14px;
		letter-spacing: 1.56px;
		line-height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.EYEBROW,
	.media-lightbox .media-lightbox-content .media-lightbox-counter {
		font-size: 12px;
		letter-spacing: 1.33px;
		line-height: 14px;
	}
}

.EYEBROW span {
	background-color: #000;
	padding: 0.3rem 1rem;
}

.Date {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.Date {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.Date {
		font-size: 12px;
	}
}

.Date-h1 {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 20px;
	line-height: 24px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.Date-h1 {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.Date-h1 {
		font-size: 14px;
		line-height: 21px;
	}
}

blockquote {
	background-color: #5a0000;
	margin: 50px 0;
	padding: 30px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p,
blockquote ul li,
blockquote ol li {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 50px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	blockquote h1,
	blockquote h2,
	blockquote h3,
	blockquote h4,
	blockquote h5,
	blockquote h6,
	blockquote p,
	blockquote ul li,
	blockquote ol li {
		font-size: 28px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	blockquote h1,
	blockquote h2,
	blockquote h3,
	blockquote h4,
	blockquote h5,
	blockquote h6,
	blockquote p,
	blockquote ul li,
	blockquote ol li {
		font-size: 21px;
		line-height: 31px;
	}
}

blockquote .caption {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
}

blockquote .caption:before {
	background: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	height: 2px;
	margin: 19px 0 11px 0;
	width: 100px;
}

/*******Buttons********/
.btn {
	align-items: center;
	border: 0;
	display: inline;
	justify-content: center;
	text-decoration: none;
}

.btn-pointed {
	display: inline-flex;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 3px;
	min-width: 80px;
	text-transform: uppercase;
}

.btn-pointed.btn-red-diamond {
	background: #CB2111;
	-webkit-clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	color: #ffffff;
	letter-spacing: .15em;
	min-width: 80px;
	padding: 10px 24px 9px 24px;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.btn-pointed.btn-red-diamond:hover {
	background: #B20F00;
	opacity: 1;
}

.btn-pointed.btn-gold-diamond {
	background-image: linear-gradient(-126deg, #8a4300 0%, #e2bc00 40%, #ffdd37 50%, #e2bc00 60%, #8a4300 100%);
	-webkit-clip-path: polygon(91% 0%, 100% 50%, 91% 100%, 9% 100%, 0% 50%, 9% 0%);
	clip-path: polygon(91% 0%, 100% 50%, 91% 100%, 9% 100%, 0% 50%, 9% 0%);
	color: #191919;
	letter-spacing: .1em;
	padding: 10px 18px 9px 18px;
	transition: all 0.3s ease 0s;
}

.btn-pointed.btn-gold-diamond:hover {
	background-image: linear-gradient(-126deg, #a75100 0%, #e2bc00 38%, #ffdd37 50%, #e2bc00 62%, #a75100 100%);
	opacity: 1;
	transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.btn-pointed {
		margin: 7px;
		transform: scale(0.9);
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.btn-pointed {
		margin: 10px;
		transform: scale(0.8);
	}
}

.btn-pill {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.75px;
	line-height: 16px;
	margin: 5px;
	min-width: 80px;
	padding: 7px 14px 6px 14px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.btn-pill:hover {
	border-color: #ffffff;
	opacity: 1;
}

.btn-pill i {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	z-index: 2;
}

.btn-pill.active {
	background: #ffffff;
	border-color: #ffffff;
	color: #5A0000;
}

.btn-pill.active i {
	display: inline;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.container {
	margin: auto;
	max-width: 1300px;
	width: 90%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.container {
		width: 94.8%;
	}
}

.container .row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.container .row .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.container .row .item-1x3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.container .row .text-center {
	text-align: center;
}

.row {
	/*width: 100%;*/
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.site {
	margin: auto;
	/*max-width: 1600px;*/
	width: 100%;
}

#main-head {
	background-color: #191919;
	height: 68px;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 46;
}

#main-head .container-row {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	left: 0;
	margin: auto;
	max-width: 1600px;
	padding: 0 24px 0 30px;
	right: 0;
}

@media only screen and (min-width: 1024px) {
	#main-head .container-row {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 1024px) {
	#main-head {
		background-color: transparent;
		height: 110px;
	}
}

#main-head .site-branding {
	background-color: transparent;
	max-width: 70px;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-branding {
		background-color: #231F20;
		max-width: 160px;
		padding: 17px 20px 18px;
	}
}

#main-head .site-menu {
	height: 54px;
}

#main-head .site-menu .row {
	height: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#main-head .site-menu {
		height: 45px;
	}
}

#main-head .site-menu .site-header-utility {
	/* color: @white;*/
	align-items: center;
	background-color: #231F20;
	display: flex;
	justify-content: space-between;
	padding: 2.5px 14px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#main-head .site-menu .site-header-utility {
		background-color: transparent;
	}

	#main-head .site-menu .site-header-utility .header-lang {
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#main-head .site-menu .site-header-utility {
		background-color: transparent;
	}

	#main-head .site-menu .site-header-utility .header-lang {
		display: none;
	}
}

#main-head .site-menu .site-header-utility .newsletter {
	margin-left: 30px;
}

#main-head .site-menu .site-header-utility .newsletter span {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-style: Italic;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
}

#main-head .site-menu .site-header-utility .newsletter .btn {
	display: inline-block;
}

#main-head .site-menu .site-header-utility .newsletter .newsletter-desktop {
	display: none;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-menu .site-header-utility .newsletter .newsletter-desktop {
		display: inline-block;
	}
}

#main-head .site-menu .site-header-utility .newsletter .newsletter-responsive {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 26px;
}

#main-head .site-menu .site-header-utility .newsletter .newsletter-responsive i {
	font-size: 26px;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-menu .site-header-utility .newsletter .newsletter-responsive {
		display: none;
	}
}

#main-head .site-menu .site-header-utility .search-toggle.search-desktop {
	display: none;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-menu .site-header-utility .search-toggle.search-desktop {
		display: inline-block;
	}
}

#main-head .site-menu .site-header-utility .search-toggle.search-mobile {
	height: 32px;
	margin-left: 30px;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-menu .site-header-utility .search-toggle.search-mobile {
		display: none;
	}
}

#main-head .site-menu .site-header-utility .search-toggle i {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
}

@media only screen and (min-width: 1024px) {
	#main-head .site-menu .site-header-utility .search-toggle i {
		font-size: 18px;
	}
}

#main-head .trigger {
	align-items: center;
	background-color: transparent;
	color: #ffffff;
	display: flex;
	margin-left: 20px;
	padding: 6px 16px 6px 18px;
	position: relative;
	z-index: 45;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#main-head .trigger {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#main-head .trigger {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1024px) {
	#main-head .trigger {
		background-color: #231F20;
	}
}

#main-head .trigger #nav-icon3 {
	cursor: pointer;
	display: flex;
}

#main-head .trigger #nav-icon3 span {
	font-family: 'Almendra', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-right: 8px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#main-head .trigger #nav-icon3 span {
		font-size: 25px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#main-head .trigger #nav-icon3 span {
		display: none;
	}
}

#main-head .trigger #nav-icon3 i {
	font-size: 32px;
}

@media only screen and (min-width: 1024px) {
	#main-head .trigger #nav-icon3 i {
		font-size: 40px;
	}
}

/**Language Dropdown**/
.chosen-container {
	min-width: 180px;
	width: auto !important;
}

.chosen-container .chosen-single {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2) !important;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff !important;
	font-size: 14px;
	height: 34px;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 8px 10px;
}

.chosen-container .chosen-single:hover {
	opacity: 1;
}

.chosen-container .chosen-single span {
	margin-right: 55px;
}

.chosen-container .chosen-single div {
	font-size: 14px;
	letter-spacing: 1.75px;
	line-height: 16px;
	width: auto;
}

.chosen-container .chosen-single div:before {
	color: #ffffff !important;
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 16px;
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
}

.chosen-container .chosen-drop {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.chosen-container .chosen-drop .chosen-results {
	max-height: none !important;
}

.chosen-container .chosen-drop .chosen-results li {
	color: #191919;
	font-size: 14px;
	letter-spacing: 1.75px;
	padding: 10px;
	text-transform: uppercase;
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
	background: transparent;
}

.chosen-container .chosen-drop .chosen-results li.result-selected {
	font-weight: 700;
	padding-left: 30px;
	position: relative;
}

.chosen-container .chosen-drop .chosen-results li.result-selected:before {
	color: #CB2111;
	content: '\e5ca';
	font-family: 'Material Icons';
	font-size: 16px;
	left: 10px;
	line-height: 16px;
	position: absolute;
	top: 9px;
}

.chosen-container .chosen-drop .chosen-results li:hover {
	font-weight: 700;
}

.chosen-container.chosen-with-drop .chosen-single {
	background: #ffffff;
	border-color: #ffffff !important;
	color: #000 !important;
}

.chosen-container.chosen-with-drop .chosen-single div:before {
	color: #CB2111 !important;
	content: '\f106';
}

.site-footer {
	background-color: #000;
	margin-top: 100px;
}

.site-footer .container-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	margin: auto;
	max-width: 1600px;
	padding: 24px 50px 30px 30px;
	right: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.site-footer .container-row {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		padding: 28px 30px 30px 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.site-footer .container-row {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		padding: 28px 30px 30px 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.site-footer {
		margin-top: 60px;
	}
}

.site-footer .copyright {
	align-items: flex-end;
	display: flex;
}

.site-footer .copyright .copyright-links-text {
	width: 100%;
}

.site-footer .copyright .copyright-links {
	margin-bottom: 10px;
}

.site-footer .copyright .copyright-links a {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.39px;
	margin-right: 14px;
}

@media only screen and (min-width: 1024px) {
	.site-footer .copyright .copyright-links a {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.site-footer .copyright .copyright-links a {
		display: block;
		margin: 0;
	}
}

.site-footer .copyright .copyright-links a:last-child {
	margin-right: 0;
}

.site-footer .copyright .copyright-text p {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 0;
}

.site-footer .copyright .copyright-text a {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 15px;
	text-transform: initial;
}

.site-footer .copyright .footer-logo {
	margin-right: 30px;
	max-width: 100px;
	width: 100%;
}


.site-footer .copyright .footer-logo.sirius {
	align-self: center;
	margin-left: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .site-footer .copyright .footer-logo.sirius {
		order: -1;
		margin: 0 auto 25px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.site-footer .copyright .footer-logo {
		margin: 0 auto 25px;
	}
}


@media only screen and (min-width: 320px) and (max-width: 599px) {
	.site-footer .copyright .footer-logo {
		margin: 0 auto 28px;
	}
}

@media only screen and (min-width: 1024px) {
	.site-footer .copyright {
		width: 80%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.site-footer .copyright {
		flex-direction: column;
		align-items: center;
		margin-top: 35px;
		text-align: center;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.site-footer .copyright {
		flex-direction: column;
		align-items: center;
		margin-top: 25px;
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) {
	.site-footer .social-newsletter {
		min-width: 250px;
		width: 13%;
	}
}

.site-footer .social-newsletter .social-links h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.78px;
	margin-bottom: 10px;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.site-footer .social-newsletter .social-links h2 {
		margin-bottom: 5px;
	}
}

.site-footer .social-newsletter .social-links ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.site-footer .social-newsletter .social-links ul {
		margin-bottom: 5px;
	}
}

.site-footer .social-newsletter .social-links ul li {
	display: inline-block;
	margin-bottom: 2.5px;
}

.site-footer .social-newsletter .social-links ul li a {
	color: #cb2111;
	font-size: 24px;
	padding: 0 5px;
}

.site-footer .social-newsletter .newsletter {
	text-align: center;
}

body {
	background-attachment: fixed;
	background-image: url("../images/bg_interiorpages.jpg");
	background-position: center center;
	background-size: cover;
}

.page-template-page-front {
	background-attachment: fixed;
	background-image: url("../images/bg_homepage.jpg");
	background-position: center center;
	background-size: cover;
}

.page-template-page-front .section {
	margin-top: 100px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-front .section {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-front .section {
		margin-top: 60px;
	}
}

.page-template-page-front .section-60 {
	margin-top: 60px;
}

.page-template-page-front .header-section {
	margin-bottom: 44px;
}

.page-template-page-front .header-section h2 {
	margin-bottom: 10px;
}

.hero-section {
	height: 512px;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.hero-section {
		height: 90vh;
	}
}

.hero-section a:hover {
	opacity: 1;
}

.hero-section .background-hero-section {
	background-position: center;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

.hero-section .background-hero-section.hero-img-mobile {
	display: none;
	height: auto;
	width: 100%;
}

.hero-section .hero-content {
	bottom: 50px;
	left: 4.5%;
	position: absolute;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.hero-section .hero-content {
		bottom: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.hero-section .hero-content {
		bottom: 20px;
	}
}

.hero-section .index-header-credit {
	bottom: 20px;
	color: #cb2111;
	line-height: 1em;
	position: absolute;
	right: 20px;
	z-index: 10;
}

.hero-section .index-header-credit i {
	font-size: 24px;
}

.featured-video-section .video-section-content {
	bottom: 50px;
	left: 40px;
	position: absolute;
	z-index: 45;
}

.featured-video-section .video-section-content .EYEBROW {
	margin-bottom: 28px;
}

.featured-video-section .video-section-content .video-title {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.featured-video-section .video-section-content .video-title span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	/* Needs prefixing */
	letter-spacing: .2rem;
	padding: 0.3rem 1rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.featured-video-section .video-section-content .video-title {
		font-size: 21px;
		letter-spacing: 2.3px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-video-section .video-section-content .video-title {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 36px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.featured-video-section .video-section-content {
		bottom: 35px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-video-section .video-section-content {
		bottom: auto;
		left: auto;
		margin-top: 15px;
		position: relative;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-video-section .container {
		width: 86.7%;
	}
}

.featured-album-section .album-col-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	margin-right: 3%;
	max-width: 38%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.featured-album-section .album-col-image {
		-ms-flex: 0 0 36%;
		flex: 0 0 36%;
		margin-right: 3%;
		max-width: 36%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-album-section .album-col-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		margin-right: 0;
		max-width: 100%;
	}
}

.featured-album-section .album-col-image .album-col-image-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 1:1 Aspect Ratio */
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.featured-album-section .album-section-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.featured-album-section .album-section-content {
		-ms-flex: 0 0 61%;
		flex: 0 0 61%;
		max-width: 61%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-album-section .album-section-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.featured-album-section .container {
		width: 74.7%;
	}
}

.tours-section .tour-promo-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.tours-section .tour-promo-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
		margin-right: 2%;
		max-width: 29%;
	}
}

.tours-section .tour-promo-col .tour-promo-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 490px;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tours-section .tour-promo-col .tour-promo-image {
		height: 396px;
		margin: auto;
		max-width: 310px;
	}
}

.tours-section .tour-dates-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.tours-section .tour-dates-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
		max-width: 68%;
	}
}

.tours-section .header-section {
	margin: 28px auto;
	order: 2;
}

@media only screen and (min-width: 1024px) {
	.tours-section .header-section {
		margin: 0 auto 44px;
		order: 1;
	}
}

.tours-section .tour-promo-col {
	order: 1;
}

@media only screen and (min-width: 1024px) {
	.tours-section .tour-promo-col {
		order: 2;
	}
}

.tours-section .tour-dates-col {
	order: 3;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tours-section .container {
		width: 80.3%;
	}
}

.news-box-section .news-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	/* margin-right: -1%;
     margin-left: -1%;*/
}

.news-box-section .news-container .new-item {
	-webkit-box-flex: 1;
	flex-basis: 0;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	max-width: 100%;
}

.news-box-section .news-container .new-item h3 {
	margin-bottom: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.news-box-section .news-container .new-item h3 {
		margin-bottom: 40px;
	}
}

.news-box-section .news-container .new-item:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.news-box-section .news-container .new-item {
		-webkit-box-flex: 1;
		flex-basis: auto;
		margin: auto !important;
		max-width: 280px;
	}

	.news-box-section .news-container .new-item:nth-child(3n+2) {
		margin-left: auto;
		margin-right: auto;
	}
}

.promotional-section .promo-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.promotional-section .promo-image {
		height: 330px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.promotional-section .promo-image {
		height: 330px;
	}
}

.promotional-section .promo-content {
	bottom: 25px;
	position: absolute;
	width: 100%;
}

.promotional-section .promo-content .EYEBROW {
	margin-bottom: 28px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.promotional-section .promo-content .EYEBROW {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.promotional-section .promo-content .EYEBROW {
		margin-bottom: 15px;
	}
}

.promotional-section .promo-content .hero-caption {
	font-size: 36px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: normal;
	margin-bottom: 22px;
	text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.promotional-section .promo-content .hero-caption {
		font-size: 21px;
		letter-spacing: 2.3px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.promotional-section .promo-content .hero-caption {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.94;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1024px) {
	.promotional-section .promo-content {
		bottom: 50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.promotional-section {
		margin-top: 10px !important;
	}

	.promotional-section .container {
		width: 100%;
	}
}

.last-home-section .tdih-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}

.last-home-section .tdih-column .tdih-box {
	background-color: #191919;
	padding: 20px;
}

.last-home-section .tdih-column .tdih-box .grid-content {
	padding-right: 12%;
}

.last-home-section .tdih-column .tdih-box img {
	height: auto;
	margin-bottom: 30px;
	max-width: 100%;
}

.last-home-section .tdih-column .tdih-box .EYEBROW {
	display: block;
	margin-bottom: 16px;
}

.last-home-section .tdih-column .tdih-box h3 {
	margin-bottom: 20px;
}

.last-home-section .tdih-column .tdih-box h3.Date {
	margin-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.last-home-section .tdih-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.last-home-section .social-media-feed-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-left: 2%;
	max-width: 49%;
}

.last-home-section .social-media-feed-column .smf-box {
	background-color: #191919;
	height: 100%;
	padding: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.last-home-section .social-media-feed-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		max-width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.last-home-section .social-media-feed-column .chosen-container {
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.last-home-section .container {
		width: 93.3%;
	}
}

.image-6x9 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 6:9 Aspect Ratio */
	padding-top: 150%;
	position: relative;
	width: 100%;
}

.image-16x9 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 6:9 Aspect Ratio */
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.image-4x3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 4:3 Aspect Ratio */
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.image-2x3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 3:2 Aspect Ratio */
	margin-bottom: 22px;
	padding-top: 66.66%;
	position: relative;
	width: 100%;
}

.image-1x1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 1:1 Aspect Ratio */
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.image-2x1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 2:1 Aspect Ratio */
	padding-top: 50%;
	position: relative;
	width: 100%;
}

.new-default,
.img-default {
	background-image: url("../images/default_news.png");
}

.embed-container {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.embed-container > a {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 43;
}

.embed-container > a:hover {
	opacity: 1;
}

.embed-container > a:hover .play-button {
	opacity: 0.8;
}

.embed-container > a .play-button i {
	color: #ffffff;
	font-size: 72px;
	line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.embed-container > a .play-button i {
		font-size: 36px;
	}
}

.embed-container > a .play-button span {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.embed-container > a .play-button {
		height: 30px;
		width: 30px;
	}
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.share-bar {
	position: fixed;
	right: 0;
	top: 110px;
	z-index: 45;
}

@media only screen and (min-width: 1024px) {
	.share-bar {
		top: 150px;
	}
}

.share-bar > ul {
	margin-right: -1px;
}

.share-bar.share-bar a {
	background: #cb2111;
	color: #ffffff;
	display: block;
	font-size: 19.2px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	letter-spacing: normal;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 32px;
}

@media only screen and (min-width: 1024px) {
	.share-bar.share-bar a {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

.share-bar.share-bar a:before {
	background: #cb2111;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	width: 150%;
	z-index: 1;
}

.share-bar.share-bar a:hover {
	background-color: #B20F00;
	opacity: 1;
}

.share-bar.share-bar a i {
	position: relative;
	z-index: 2;
}

.share-bar.share-bar a i:nth-of-type(2) {
	display: none;
}

.share-bar.share-bar > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.share-bar.share-bar > ul > li {
	display: block;
	margin-bottom: 0;
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(-90deg);
	-moz-transform-origin: right;
	-o-transform-origin: right;
	-webkit-transform-origin: right;
	transform-origin: right;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
}

.share-bar.share-bar > ul > li:nth-child(1) {
	transition-delay: 0ms;
}

.share-bar.share-bar > ul > li:nth-child(2) {
	transition-delay: 50ms;
}

.share-bar.share-bar > ul > li:nth-child(3) {
	transition-delay: 100ms;
}

.share-bar.share-bar > ul > li:nth-child(4) {
	transition-delay: 150ms;
}

.share-bar.share-bar.open > ul > li {
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.share-bar.share-bar.open > a i:nth-of-type(1) {
	display: none;
}

.share-bar.share-bar.open > a i:nth-of-type(2) {
	display: inline;
}

#menu-mobile {
	background-color: #000000;
	height: 100%;
	max-width: 300px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 17px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	transition: transform 0.5s;
	width: 100%;
	z-index: 46;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile {
		max-width: 520px;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 28px;
	}
}

#menu-mobile #nav-icon-close {
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: -6px;
	position: relative;
	z-index: 45;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile #nav-icon-close {
		margin-bottom: 60px;
		margin-right: 0;
	}
}

#menu-mobile #nav-icon-close .nav-icon-close {
	background-color: transparent;
	padding: 6px 0px;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile #nav-icon-close .nav-icon-close {
		background-color: #231F20;
		padding: 6px 20px;
	}
}

#menu-mobile #nav-icon-close .nav-icon-close * {
	display: inline-block;
	vertical-align: middle;
}

#menu-mobile #nav-icon-close span {
	display: none !important;
	font-family: 'Almendra', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-right: 8px;
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile #nav-icon-close span {
		display: inline-block !important;
	}
}

#menu-mobile #nav-icon-close i {
	font-size: 40px;
}

#menu-mobile .sub-trigger {
	color: #796E65;
	cursor: pointer;
	font-size: 20px;
	height: 50px;
	left: 0;
	line-height: 48px;
	margin-top: -50px;
	padding-right: 6px;
	position: absolute;
	right: 0;
	text-align: right;
	width: auto;
	z-index: 15;
}

#menu-mobile ul {
	text-align: right;
}

#menu-mobile ul li {
	list-style: none;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile ul li {
		margin-bottom: 30px;
	}
}

#menu-mobile ul li a {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 4.42px;
	text-align: right;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile ul li a {
		font-size: 34px;
		letter-spacing: 8px;
	}
}

#menu-mobile ul li.active > a,
#menu-mobile ul li.active > .re > a {
	background-image: url("../images/selected_nav_marker.svg");
	background-position: 0 45%;
	background-repeat: no-repeat;
	background-size: 12px 16px;
	padding-left: 20px;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile ul li.active > a,
	#menu-mobile ul li.active > .re > a {
		background-size: 18px 24px;
		padding-left: 32px;
	}
}

#menu-mobile ul li .sub-menu {
	background: #000;
	bottom: 0;
	left: 100%;
	opacity: 0;
	padding-right: 30px;
	position: absolute;
	top: 89px;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
	z-index: 99;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile ul li .sub-menu {
		padding-right: 40px;
		top: 140px;
	}
}

#menu-mobile ul li .sub-menu .back {
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.33px;
	text-align: right;
	text-transform: uppercase;
}

#menu-mobile ul li .sub-menu .back:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 1024px) {
	#menu-mobile ul li .sub-menu .back {
		font-size: 18px;
		letter-spacing: 3px;
	}
}

#menu-mobile ul li .opened .sub-menu {
	left: 0;
	opacity: 1;
	overflow: auto;
	pointer-events: auto;
}

#menu-mobile .chosen-container {
	width: 100% !important;
}

#menu-mobile .chosen-container .chosen-drop {
	border-color: transparent !important;
	position: static !important;
}

#menu-mobile .chosen-container .chosen-results {
	text-align: left;
}

.hide {
	left: -9999em !important;
	position: absolute !important;
}

#menu-mobile-overlay {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 45;
}

.menu-open #menu-mobile {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu-open #menu-mobile-overlay {
	display: block;
}

.table {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-collapse: collapse;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.table {
		font-size: 15px;
		line-height: 28px;
	}
}

.table .table-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
}

.table .table-row .table-column {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-box-flex: 1;
	display: inline-flex;
	flex-basis: 0;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 6px 0 6px 8px;
	vertical-align: middle;
}

.table .table-row .table-column span {
	width: 100%;
}

.table .table-row .table-column span.date {
	font-family: 'Spectral', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column span.date {
		font-size: 14px;
		line-height: 21px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column span.date {
		font-size: 14px;
		line-height: 21px;
	}
}

.table .table-row .table-column span.city {
	display: inline-block;
	font-family: 'Almendra', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.67px;
	line-height: 28px;
	text-transform: uppercase;
	width: 45%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column span.city {
		font-size: 14px;
		letter-spacing: 1.56px;
		line-height: 18px;
		margin-bottom: -15px;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column span.city {
		font-size: 14px;
		letter-spacing: 1.56px;
		line-height: 18px;
		margin-bottom: -5px;
		width: 100%;
	}
}

.table .table-row .table-column span.venue {
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	width: 55%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column span.venue {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column span.venue {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column span {
		width: 100% !important;
	}
}

.table .table-row .table-column.w-16 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column.w-16 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.table .table-row .table-column.w-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column.w-20 {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

.table .table-row .table-column.w-48 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43.33%;
	flex: 0 0 43.33%;
	max-width: 43.33%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column.w-48 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}

.table .table-row .table-column.tickets {
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36.666667%;
	flex: 0 0 36.666667%;
	max-width: 36.666667%;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	.table .table-row .table-column.tickets {
		min-width: auto !important;
	}

	.table .table-row .table-column.tickets .btn-pointed {
		font-size: 11px;
		padding: 10px 15px 9px 15px;
	}
}

@media only screen and (min-width: 1024px) {
	.table .table-row .table-column.tickets {
		min-width: 315px;
		padding-left: 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column.tickets {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column.tickets {
		display: table;
		width: 100%;
	}

	.table .table-row .table-column.tickets a {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table .table-row .table-column {
		padding: 4px 0 4px 8px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row .table-column {
		border: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table .table-row {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		display: block;
		padding-bottom: 14px;
		padding-top: 20px;
		text-align: center;
	}
}

.table.full .table-row .table-column {
	-ms-flex: 1 0 0;
	flex: 1 0 0 !important;
}

@media only screen and (min-width: 1024px) {
	.table.full .table-row .table-column {
		padding: 15px 10px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row .table-column {
		padding: 13px 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row .table-column {
		display: block;
		flex: 0 0 100% !important;
		margin-bottom: 10px;
		max-width: 100% !important;
		width: 100% !important;
	}

	.table.full .table-row .table-column:last-child {
		margin-bottom: 0;
	}
}

.table.full .table-row .table-column.w-26 {
	-webkit-box-flex: 0;
	max-width: 26%;
}

.table.full .table-row .table-column.w-48 {
	-webkit-box-flex: 0;
	max-width: 48%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row .table-column.w-48 {
		max-width: 24%;
		min-width: inherit;
	}
}

.table.full .table-row .table-column span {
	display: inline-block;
	width: auto;
}

.table.full .table-row .table-column span.date {
	margin-right: 18px;
	width: auto;
}

.table.full .table-row .table-column span.city,
.table.full .table-row .table-column span.venue {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.table.full .table-row .table-column span.city,
	.table.full .table-row .table-column span.venue {
		width: 43%;
	}
}

.table.full .table-row .table-column.tickets {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
	min-width: 340px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row .table-column.tickets {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		min-width: 325px;
	}

	.table.full .table-row .table-column.tickets a {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row .table-column.tickets a {
		margin: 0;
		margin-top: 10px;
	}
}

.table.full .table-row span.date,
.table.full .table-row span.city,
.table.full .table-row span.venue {
	font-size: 18px;
	line-height: 28px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row span.date,
	.table.full .table-row span.city,
	.table.full .table-row span.venue {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row span.date,
	.table.full .table-row span.city,
	.table.full .table-row span.venue {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row span.date:first-child {
		margin-bottom: -10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row span.date {
		width: auto !important;
	}

	.table.full .table-row span.date:first-child {
		margin-right: 10px;
	}

	.table.full .table-row span.date:first-child:after {
		content: "//";
		margin-left: 10px;
	}

	.table.full .table-row span.date:last-child {
		margin-right: 0;
	}
}

.table.full .table-row span.city {
	letter-spacing: 2px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.table.full .table-row span.city {
		letter-spacing: 1.8px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row span.city {
		margin-bottom: -10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table.full .table-row {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		display: block;
		padding-bottom: 14px;
		padding-top: 20px;
		text-align: center;
	}
}

/***   tabs responsive accordion    ****/
/* Hide the navigation menu by default */
/* Also hide the  */
.toggle-tab-dropdown {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.toggle-tab-dropdown + a,
	.tabs {
		display: none;
	}

	.toggle-tab-dropdown {
		background-color: transparent;
		border: 1px solid rgba(255, 255, 255, 0.2);
		color: #ffffff;
		display: block;
		font-size: 16px;
		letter-spacing: 2.33px;
		line-height: 16px;
		padding: 15px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}

	.toggle-tab-dropdown:before {
		color: #cb2111 !important;
		content: '\e5c6';
		font-family: "Material Icons";
		font-size: 20px;
		line-height: 16px;
		position: absolute;
		right: 15px;
		top: calc(50% - 8px);
	}

	.toggle-tab-dropdown.toogle-active:before {
		transform: rotate(180deg);
	}

	/* Display Dropdown when clicked on Parent Lable */
	.checkbox-open + ul {
		display: block;
	}
}

.tabs-container {
	/**Dropdown**/
}

.tabs-container .tabs {
	list-style: none;
	margin: 0 0 15px 0;
	padding-left: 0;
}

.tabs-container .tabs li {
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.89px;
	line-height: 16px;
	margin-bottom: 0;
	margin-right: 15px;
	padding: 5px 6px 4px 6px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

.tabs-container .tabs li:last-child {
	margin-right: 0;
}

.tabs-container .tabs li.active,
.tabs-container .tabs li:hover {
	background: #cb2111;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tabs-container .tabs li {
		margin-right: 2px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tabs-container .tabs {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 44;
	}

	.tabs-container .tabs li {
		background: #ffffff;
		color: #191919;
		display: block;
		font-size: 14px;
		letter-spacing: 1.75px;
		margin: 0;
		padding: 10px;
		padding: 15px;
		position: relative;
		text-transform: uppercase;
	}

	.tabs-container .tabs li.active {
		background: #ffffff;
		font-weight: 700;
		padding-left: 35px;
		position: relative;
	}

	.tabs-container .tabs li.active:before {
		color: #CB2111;
		content: '\e5ca';
		font-family: 'Material Icons';
		font-size: 16px;
		left: 10px;
		line-height: 16px;
		position: absolute;
		top: 14px;
	}
}

.tabs-container .tab_container {
	position: relative;
}

.tabs-container .tab_container .tab_content.social-embed {
	overflow: hidden;
}

.tabs-container .tab_container .tab_content.social-embed iframe {
	display: block !important;
	margin: auto !important;
	max-height: 396px !important;
	max-width: 100% !important;
	width: 100% !important;
}

@media only screen and (min-width: 1024px) {
	.tabs-container .tab_container .tab_content.social-embed iframe {
		max-height: 560px !important;
		max-width: 500px !important;
		width: 100% !important;
	}
}

.tabs-container .tab_container .tab_content.social-embed iframe html {
	max-width: 100%;
	padding: 1.5px;
}

.tabs-container .tab_container .tab_content.social-embed iframe #facebook {
	padding: 1.5px;
}

.tabs-container .tab_container .tab_content.social-embed iframe #facebook ._2p3a {
	max-width: 100% !important;
}

.tabs-container .tab_container .tab_content.social-embed iframe div {
	max-width: 100% !important;
}

.tabs-container .tab_container .tab_content.music_embed iframe {
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tabs-container .tab_container .tab_content.music_embed iframe {
		max-height: 462px;
	}
}

.tabs-container .tab_container .tab_content.fade {
	display: none;
	opacity: 0;
	-o-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.tabs-container .tab_container .tab_content.fade.active {
	display: inherit;
	opacity: 1;
}

.tabs-container .chosen-container {
	display: none;
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tabs-container .chosen-container {
		max-width: 230px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tabs-container .chosen-container {
		display: block;
		width: 100% !important;
	}
}

.tabs-container .chosen-container .chosen-single {
	font-size: 16px;
	height: 46px;
	letter-spacing: 2.3px;
	line-height: 16px;
	padding: 15px;
}

.tabs-container .chosen-container .chosen-single div:before {
	color: #cb2111 !important;
	content: '\e5c6';
	font-family: "Material Icons";
	font-size: 20px;
	line-height: 20px;
}

.tabs-container .chosen-container .chosen-single span {
	margin-right: 35px;
}

.tabs-container .chosen-container.chosen-with-drop .chosen-single {
	background: #ffffff;
	border-color: #ffffff !important;
	color: #000 !important;
}

.tabs-container .chosen-container.chosen-with-drop .chosen-single div:before {
	color: #cb2111 !important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tabs-container .chosen-container .chosen-drop .chosen-results li {
	font-size: 16px;
	letter-spacing: 1.75px;
	line-height: 19px;
	padding: 7px 10px 6px 10px;
	text-align: left;
	text-transform: uppercase;
}

.tabs-container .chosen-container .chosen-drop .chosen-results li.result-selected {
	padding-left: 32px;
}

body {
	background-color: #232323;
}

body:not(.home) .site-content {
	padding-top: 110px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	body:not(.home) .site-content {
		padding-top: 68px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	body:not(.home) .site-content {
		padding-top: 68px;
	}
}

.index-header {
	margin-top: 30px;
}

.index-filter-bar {
	background-color: #5A0000;
	margin: 50px 0;
	min-height: 50px;
	padding: 10px 20px;
	transition: all 0.25s ease;
	width: 100%;
	/**Dropdown**/
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar {
		margin: 20px 0 40px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar {
		margin: 20px auto 40px;
		min-height: 46px;
		padding: 15px 20px;
		width: fit-content;
	}
}

.index-filter-bar .row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .row {
		justify-content: center;
	}
}

.index-filter-bar .label-text {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1.75px;
	line-height: 16px;
	margin-right: 8px;
	text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .label-text {
		margin-right: 0;
	}
}

.index-filter-bar .label-text span {
	margin-right: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .label-text span {
		margin-right: 0;
	}
}

.index-filter-bar .label-text i {
	color: #cb2111;
	display: inline;
	font-size: 16px;
	line-height: 16px;
	vertical-align: bottom;
}

.index-filter-bar .label-text i.open {
	display: none;
}

.index-filter-bar .label-text.open i {
	display: none;
}

.index-filter-bar .label-text.open i.open {
	display: inline;
}

.index-filter-bar #filter-toggle > span:nth-child(2),
.index-filter-bar .filter-toggle > span:nth-child(2) {
	display: none;
}

.index-filter-bar #filter-toggle > i,
.index-filter-bar .filter-toggle > i {
	color: #cb2111;
	transition: all 100ms linear;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-toggle > span:nth-child(1),
	.index-filter-bar .filter-toggle > span:nth-child(1) {
		display: none;
	}

	.index-filter-bar #filter-toggle > span:nth-child(2),
	.index-filter-bar .filter-toggle > span:nth-child(2) {
		display: inline-block;
	}
}

.index-filter-bar #filter-tags {
	display: none;
	padding: 10px 0 0 0;
	width: 100%;
}

.index-filter-bar #filter-tags > span {
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1em;
	text-transform: uppercase;
}

.index-filter-bar #filter-tags > ul {
	display: inline;
	list-style: none;
	padding: 0;
}

.index-filter-bar #filter-tags > ul > li {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 7.5px 0 0;
	vertical-align: middle;
}

.index-filter-bar #filter-tags > ul > li a {
	margin-left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-tags > ul {
		text-align: center;
	}

	.index-filter-bar #filter-tags > ul li:last-child {
		padding: 0;
	}

	.index-filter-bar #filter-tags > ul li:last-child a {
		margin-right: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-tags {
		margin-top: 16px;
		text-align: center;
	}
}

.index-filter-bar .filter-search {
	display: inline-block;
	float: right;
	margin-left: 35px;
	vertical-align: middle;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar .filter-search {
		margin-left: 0 !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-search {
		display: none !important;
		float: none;
		margin-left: 0;
		margin-top: 14.5px;
		padding: 0 7.5px;
	}
}

.index-filter-bar .filter-search .search-wrap {
	position: relative;
}

.index-filter-bar .filter-search .search-wrap label {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.index-filter-bar .filter-search .search-wrap label {
		display: inline-block;
	}
}

.index-filter-bar .filter-search .search-wrap input[type=text] {
	-webkit-appearance: none;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	font-family: 'Spectral', serif;
	font-size: 12px;
	height: 30px;
	padding-left: 10px;
	padding-right: 35px;
	transition: all 0.5s ease;
	width: 230px;
}

.index-filter-bar .filter-search .search-wrap input[type=text]::placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.index-filter-bar .filter-search .search-wrap input[type=text]::-moz-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.index-filter-bar .filter-search .search-wrap input[type=text]::-webkit-input-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.index-filter-bar .filter-search .search-wrap input[type=text]:-ms-input-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.index-filter-bar .filter-search .search-wrap input[type=text]:focus {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #191919;
	outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-search .search-wrap input[type=text] {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.index-filter-bar .filter-search .search-wrap input[type=text]::placeholder {
		color: transparent;
	}

	.index-filter-bar .filter-search .search-wrap input[type=text]::-moz-placeholder {
		color: transparent;
	}

	.index-filter-bar .filter-search .search-wrap input[type=text]::-webkit-input-placeholder {
		color: transparent;
	}

	.index-filter-bar .filter-search .search-wrap input[type=text]:-ms-input-placeholder {
		color: transparent;
	}
}

.index-filter-bar .filter-search .search-wrap button {
	background: transparent;
	border: 0;
	color: #cb2111;
	font-size: 16px;
	/* display: inline-block; */
	height: 25px;
	padding: 0;
	position: absolute;
	right: 7px;
	top: 3px;
	vertical-align: middle;
}

.index-filter-bar .filter-search .search-wrap button:focus {
	outline: none;
}

.index-filter-bar .filter-search .search-wrap button i {
	font-size: 16px;
	line-height: 25px;
}

.index-filter-bar .filter-search.active .search-wrap input {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #191919;
	font-family: 'Spectral', serif;
	font-size: 12px;
}

.index-filter-bar #filter-search-mobile {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-search-mobile {
		display: block !important;
		margin: 35px auto 15px;
		max-width: 230px;
		padding: 0;
		width: 100%;
	}
}

.index-filter-bar #filter-sort-mobile {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-sort-mobile {
		display: block !important;
		margin: 35px auto 15px;
		max-width: 230px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar .chosen-container {
		max-width: 230px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .chosen-container {
		max-width: 230px;
		width: 100% !important;
	}
}

.index-filter-bar .chosen-container .chosen-single {
	font-size: 12px;
	height: 30px;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 7px 10px 6px 10px;
}

.index-filter-bar .chosen-container .chosen-single div:before {
	color: #cb2111 !important;
	content: '\e5c6';
	font-family: "Material Icons";
	font-size: 16px;
	line-height: 16px;
}

.index-filter-bar .chosen-container .chosen-single span {
	margin-right: 35px;
}

.index-filter-bar .chosen-container.chosen-with-drop .chosen-single {
	background: #ffffff;
	border-color: #ffffff !important;
	color: #000 !important;
}

.index-filter-bar .chosen-container.chosen-with-drop .chosen-single div:before {
	color: #cb2111 !important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.index-filter-bar .chosen-container .chosen-drop .chosen-results li {
	font-size: 12px;
	letter-spacing: 1.75px;
	line-height: 19px;
	padding: 7px 10px 6px 10px;
	text-align: left;
	text-transform: uppercase;
}

.index-filter-bar .chosen-container .chosen-drop .chosen-results li.result-selected {
	padding-left: 32px;
}

@media only screen and (min-width: 1024px) {
	.index-filter-bar #filter-sort .label-text {
		display: inline-block;
	}
}

.index-filter-bar #filter-view > ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.index-filter-bar #filter-view > ul > li {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.index-filter-bar #filter-view > ul > li > a {
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 32px;
	line-height: normal;
	padding: 2.5px 8px 5px;
	text-align: center;
	width: 32px;
}

.index-filter-bar #filter-view > ul > li > a i {
	font-size: 20px;
}

.index-filter-bar #filter-view > ul > li > a.active,
.index-filter-bar #filter-view > ul > li > a:hover {
	background-color: #cb2111;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar #filter-view {
		display: none !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar #filter-view {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1225px) {
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .label-text,
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .label-text {
		display: none;
	}

	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::placeholder,
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::placeholder {
		color: #ffffff;
	}

	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::-moz-placeholder,
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::-moz-placeholder {
		color: #ffffff;
	}

	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::-webkit-input-placeholder,
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input::-webkit-input-placeholder {
		color: #ffffff;
	}

	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input:-ms-input-placeholder,
	.index-filter-bar.index-filter-bar-music .row .filter-controls-right #filter-search .search-wrap input:-ms-input-placeholder {
		color: #ffffff;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.index-filter-bar-music,
	.index-filter-bar.index-filter-bar-music {
		margin-top: 30px;
	}

	.index-filter-bar.index-filter-bar-music .film-row-reverse,
	.index-filter-bar.index-filter-bar-music .film-row-reverse {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.index-filter-bar.index-filter-bar-music .film-row-reverse #filter-type,
	.index-filter-bar.index-filter-bar-music .film-row-reverse #filter-type {
		display: none;
	}
}

.index-filter-bar.index-filter-bar-music .label-text,
.index-filter-bar.index-filter-bar-music .label-text {
	display: inline-block;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.index-filter-bar-music .label-text,
	.index-filter-bar.index-filter-bar-music .label-text {
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.index-filter-bar-music .label-text,
	.index-filter-bar.index-filter-bar-music .label-text {
		display: block;
	}
}

.index-filter-bar.index-filter-bar-music #filter-toggle,
.index-filter-bar.index-filter-bar-music #filter-toggle {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.index-filter-bar-music #filter-toggle,
	.index-filter-bar.index-filter-bar-music #filter-toggle {
		display: block;
		font-size: 15px;
		text-align: center;
	}

	.index-filter-bar.index-filter-bar-music #filter-toggle .label-text,
	.index-filter-bar.index-filter-bar-music #filter-toggle .label-text {
		display: inline;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.index-filter-bar-music #filter-controls,
	.index-filter-bar.index-filter-bar-music #filter-controls {
		display: none;
		margin-top: 20px;
		text-align: center;
	}
}

.index-filter-bar .filter-controls-left #filter-type,
.index-filter-bar .filter-controls-left #filter-sort {
	display: inline-block;
	margin-right: 30px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar .filter-controls-left #filter-type,
	.index-filter-bar .filter-controls-left #filter-sort {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-controls-left #filter-type,
	.index-filter-bar .filter-controls-left #filter-sort {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

	.index-filter-bar .filter-controls-left #filter-type .label-text,
	.index-filter-bar .filter-controls-left #filter-sort .label-text {
		margin-bottom: 10px;
	}
}

.index-filter-bar .filter-controls-left #filter-sort,
.index-filter-bar .filter-controls-left #filter-anchors {
	margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-controls-left #filter-sort,
	.index-filter-bar .filter-controls-left #filter-anchors {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1193px) {
	.index-filter-bar .filter-controls-left {
		margin-bottom: 5px;
	}
}

.index-filter-bar .filter-controls-right #filter-view,
.index-filter-bar .filter-controls-right #filter-search {
	display: inline-block;
	float: none;
	margin-left: 30px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar .filter-controls-right #filter-view,
	.index-filter-bar .filter-controls-right #filter-search {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-controls-right #filter-view,
	.index-filter-bar .filter-controls-right #filter-search {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar .filter-controls-right #filter-search {
		display: block !important;
		margin: 0 auto 15px;
		max-width: 230px;
		padding: 0;
	}
}

.index-filter-bar.awards {
	margin-bottom: 40px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.awards {
		margin-bottom: 50px;
	}
}

.index-filter-bar.awards #filter-controls .filter-select {
	display: inline-block;
}

.index-filter-bar.awards #filter-controls .filter-select #filter_year_chosen .chosen-drop .chosen-results,
.index-filter-bar.awards #filter-controls .filter-select #filter_awards_chosen .chosen-drop .chosen-results {
	height: 240px !important;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.awards #filter-controls .filter-select #filter_year_chosen .chosen-drop .chosen-results,
	.index-filter-bar.awards #filter-controls .filter-select #filter_awards_chosen .chosen-drop .chosen-results {
		overflow-y: scroll;
		z-index: 9999;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.awards #filter-controls .filter-select #filter_year_chosen .chosen-drop .chosen-results,
	.index-filter-bar.awards #filter-controls .filter-select #filter_awards_chosen .chosen-drop .chosen-results {
		overflow-y: scroll;
		z-index: 9999;
	}
}

@media only screen and (min-width: 1024px) {
	.index-filter-bar.awards #filter-controls .filter-select {
		margin-right: 30px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.awards #filter-controls .filter-select {
		margin-right: 20px;
	}
}

.index-filter-bar.awards #filter-controls .filter-select:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.awards #filter-controls .filter-select {
		display: block;
		margin-bottom: 40px;
	}

	.index-filter-bar.awards #filter-controls .filter-select:last-child {
		margin-bottom: 20px;
	}

	.index-filter-bar.awards #filter-controls .filter-select .chosen-container {
		text-align: left;
	}
}

.index-filter-bar.search-bar #filter-tags {
	align-items: center;
	display: flex;
	padding: 0;
}

.index-filter-bar.search-bar #filter-tags .label-text {
	width: 155px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.search-bar #filter-tags .label-text {
		width: 190px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.search-bar #filter-tags .label-text {
		display: none;
	}
}

.index-filter-bar.search-bar #filter-tags ul {
	margin: 0;
}

.index-filter-bar.search-bar #filter-tags ul li {
	margin-bottom: 6px;
	margin-top: 4px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-filter-bar.search-bar #filter-tags ul li {
		margin-bottom: 6px;
		margin-top: 4px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.search-bar #filter-tags ul li {
		margin-bottom: 10px;
		margin-top: 4px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.index-filter-bar-tdih {
		max-width: 295px;
		width: 100%;
	}

	.index-filter-bar.index-filter-bar-tdih #filter-date .label-text {
		display: none;
	}

	.index-filter-bar.index-filter-bar-tdih #filter-date .chosen-container {
		max-width: 255px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-filter-bar.chart-filter #filter-type .label-text {
		display: none;
	}
}

.index-header-navi-mobile {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-header-navi-mobile {
		display: block;
	}
}

.index-header-navi-mobile .chosen-container {
	display: block;
	margin: auto;
	max-width: 280px;
	width: 100% !important;
}

.index-header-navi-mobile .chosen-container .chosen-single {
	font-size: 16px;
	height: auto;
	letter-spacing: 2.33px;
	line-height: 16px;
	min-height: 46px;
	padding: 15px 15px;
}

.index-header-navi-mobile .chosen-container .chosen-single div:before {
	color: #cb2111 !important;
	content: '\e5c6';
	font-family: "Material Icons";
	font-size: 20px;
}

.index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-single div:before {
	color: #cb2111 !important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-drop .chosen-results li {
	font-size: 16px;
	min-height: 46px;
}

.index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.result-selected {
	font-size: 16px;
	font-weight: 600;
	padding-left: 45px;
}

.index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.result-selected:before {
	left: 11px;
}

.index-header-navi {
	align-items: center;
	background-color: #191919;
	display: flex;
	justify-content: center;
	min-height: 80px;
	padding: 24px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.index-header-navi {
		padding: 16px 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-header-navi {
		display: none;
	}
}

.index-content #mobile-searched-text,
.index-content #mobile-searched-tag {
	color: #ffffff;
	display: none;
	margin-bottom: 20px;
	padding: 8px 0 5.5px 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.index-content #mobile-searched-text.active,
	.index-content #mobile-searched-tag.active {
		display: block;
	}
}

.tabs-bar {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.tabs-bar li {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	line-height: 0.76;
	margin: 0 15px;
	padding: 9px 9px 7px;
	transition: all 0.5s ease;
}

.tabs-bar li.active,
.tabs-bar li:hover {
	background: #cb2111;
}

.tabs-bar li.active a,
.tabs-bar li:hover a {
	opacity: 1;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tabs-bar li {
		margin: 0 10px;
	}
}

.tabs-bar li a {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 0.76;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tabs-bar li a {
		font-size: 16px;
		letter-spacing: 2.29px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tabs-bar {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 44;
	}

	.tabs-bar li {
		background: #ffffff;
		color: #191919;
		display: block;
		font-size: 14px;
		letter-spacing: 1.75px;
		margin: 0;
		padding: 10px;
		padding: 15px;
		position: relative;
		text-transform: uppercase;
	}

	.tabs-bar li.active {
		background: #ffffff;
		font-weight: 700;
		padding-left: 35px;
		position: relative;
	}

	.tabs-bar li.active:before {
		color: #CB2111;
		content: '\e5ca';
		font-family: 'Material Icons';
		font-size: 16px;
		left: 10px;
		line-height: 16px;
		position: absolute;
		top: 14px;
	}
}

.grid-row-new.row {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (min-width: 1024px) {
	.grid-row-new.row {
		margin-left: -2%;
		margin-right: -2%;
	}
}

.grid-row-new .grid-item-type-news {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 5.7%;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row-new .grid-item-type-news {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.grid-row-new .grid-item-type-news {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 2%;
		width: 100%;
	}
}

.grid-row-new .grid-item-type-news .grid-content {
	align-items: flex-start;
	display: flex;
	margin-bottom: 20px;
}

.grid-row-new .grid-item-type-news .grid-content .news-image {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin-right: 3%;
	max-width: 32%;
}

.grid-row-new .grid-item-type-news .grid-content h3 {
	margin-bottom: 14px;
}

.load-link {
	display: none;
}

.loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 0;
	/* NO BORDER SPINNER */
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.loader {
		margin: 60px 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.loader {
		margin: 40px 0;
	}
}

.loader > div {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 50px;
	justify-content: center;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 50px;
}

.loader .nb-spinner {
	-webkit-animation: .75s spin linear infinite;
	animation: .75s spin linear infinite;
	background: transparent;
	border-radius: 50%;
	border-right: 3px solid transparent;
	border-top: 3px solid #cb2111;
	height: 40px;
	margin: 0;
	width: 40px;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mfp-arrow {
	display: none !important;
}

.mfp-close {
	color: #fff !important;
	font-size: 20px;
	height: auto;
	line-height: 1em;
	opacity: 1;
	top: -32px;
	width: auto;
}

.mfp-close:active {
	top: -32px;
}

.media-lightbox {
	animation: open 1s;
	background: #191919;
	color: #ffffff;
	margin: 80px auto;
	max-width: 800px;
	position: relative;
	width: 83%;
}

.media-lightbox .media-lightbox-content {
	background-color: #191919;
	color: #ededed;
	font-weight: 400;
	padding: 20px 30px;
	position: relative;
}

.media-lightbox .media-lightbox-content .share-bar {
	position: absolute;
	right: 0;
	top: 30px;
}

.media-lightbox .media-lightbox-content .media-lightbox-counter {
	margin-bottom: 12px;
}

.media-lightbox .media-lightbox-content .video-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-content .video-title {
		font-size: 18px;
		letter-spacing: 2.28px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-content .video-title {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

.media-lightbox .media-lightbox-content .caption {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 18px;
	margin-top: 5px;
}

.media-lightbox .media-lightbox-content .caption p {
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-content .caption p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-content .caption p {
		font-size: 13px;
		line-height: 17px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-content .caption {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-content .caption {
		font-size: 13px;
		line-height: 17px;
	}
}

.media-lightbox .media-lightbox-content .media-lightbox-info {
	font-size: 17px;
	font-style: italic;
	list-style: none;
	margin-bottom: 26px;
	margin-top: 18px;
	padding-left: 0;
}

.media-lightbox .media-lightbox-content .media-lightbox-info > li {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-content .media-lightbox-info > li {
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-content .media-lightbox-info > li {
		font-size: 12px;
		line-height: 18px;
	}
}

.media-lightbox .media-lightbox-content .media-lightbox-info > li span {
	display: inline-block;
	width: 130px;
}

.media-lightbox .media-lightbox-content .apple-form {
	display: none;
	margin-top: 20px;
}

.media-lightbox .media-lightbox-content .apple-form input {
	color: #191919;
}

.media-lightbox .media-lightbox-content .save-message {
	display: none;
	margin-top: 20px;
	text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-content .btn-pointed {
		transform: scale(0.9) translateX(-16px);
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-content .btn {
		margin: 0;
	}

	.media-lightbox .media-lightbox-content .btn.btn-pointed {
		transform: scale(0.8) translateX(-25px);
	}
}

.media-lightbox .media-lightbox-feature {
	position: relative;
}

.media-lightbox .media-lightbox-feature .embed-container > a {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 100;
}

.media-lightbox .media-lightbox-feature .embed-container > a .play-button i {
	color: #ffffff;
	font-size: 72px;
	line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .embed-container > a .play-button i {
		font-size: 36px;
	}
}

.media-lightbox .media-lightbox-feature .embed-container > a .play-button span {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-feature .embed-container > a .play-button {
		height: 30px;
		width: 30px;
	}
}

.media-lightbox .media-lightbox-feature .embed-container > a > i {
	color: #ffffff;
	font-size: 70px;
	left: 0;
	line-height: 1em;
	margin-top: -35px;
	position: absolute;
	right: 0;
	text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
	top: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .embed-container > a > i {
		font-size: 30px;
		margin-top: -15px;
	}
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows:after {
	clear: both;
	content: " ";
	display: table;
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	color: #cb2111;
	display: block;
	font-size: 72px;
	height: 72px;
	line-height: normal;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button i {
	color: #cb2111;
	font-size: 72px;
	line-height: normal;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button i {
		font-size: 58px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button i {
		font-size: 34px;
	}
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button:hover,
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button:focus {
	cursor: pointer;
	outline: 0;
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
	left: -110px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
		left: -64px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
		float: left;
		left: -40px;
	}
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
	right: -110px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
		right: -64px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
		float: right;
		right: -40px;
	}
}

.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.disabled {
	opacity: 0.25;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
		font-size: 48px;
		height: 58px;
		line-height: 50px;
		width: 58px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
		/*position: static;*/
		font-size: 36px;
		height: 40px;
		line-height: 40px;
		transform: none;
		width: 40px;
	}
}

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

.media-lightbox.video-lightbox .media-lightbox-content,
.media-lightbox.photo-lightbox .media-lightbox-content {
	padding: 20px 60px 29px 40px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox.video-lightbox .media-lightbox-content,
	.media-lightbox.photo-lightbox .media-lightbox-content {
		padding: 15px 48px 26px 32px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox.video-lightbox .media-lightbox-content,
	.media-lightbox.photo-lightbox .media-lightbox-content {
		padding: 17px 34px 24px 24px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-arrows {
		/*display: none;*/
	}
}

.media-lightbox .media-lightbox-pager {
	bottom: -30px;
	display: none;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox .media-lightbox-pager {
		display: block;
	}
}

.media-lightbox .media-lightbox-pager button {
	background: transparent;
	border: 0;
	border: solid 1px #ffffff;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	margin: 0 5px;
	outline: none;
	padding: 0;
	width: 10px;
}

.media-lightbox .media-lightbox-pager .active button {
	background-color: #cb2111;
	border: solid 1px #cb2111;
}

.media-lightbox.links {
	max-width: 300px;
	text-align: center;
	width: 90%;
}

.media-lightbox.links .media-lightbox-content {
	padding: 40px 30px;
}

.media-lightbox.links .buy-btns {
	margin-top: 37px;
}

.media-lightbox.links .buy-btns a {
	margin-bottom: 20px;
}

.media-lightbox.links .buy-btns a:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.media-lightbox.links .buy-btns a {
		transform: scale(0.9) translateX(0) !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.media-lightbox.links .buy-btns a {
		transform: scale(0.8) translateX(0) !important;
	}
}

.mfp-removing {
	animation: close 1s;
}

@keyframes open {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes close {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.feature-news-slider-container {
	margin-bottom: 60px;
}

.feature-news-slider-container .feature-news-slider-for .slide-item {
	position: relative;
}

.feature-news-slider-container .feature-news-slider-for .slide-item .featured-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.feature-news-slider-container .feature-news-slider-for .slide-item .featured-image {
		height: 303px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.feature-news-slider-container .feature-news-slider-for .slide-item .featured-image {
		height: 260px;
	}
}

.feature-news-slider-container .feature-news-slider-for .slide-item .title-block {
	background-color: rgba(25, 25, 25, 0.5);
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .row {
	align-items: center;
	height: 100%;
	justify-content: center;
	margin: auto;
	max-width: 720px;
	width: 90%;
}

.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .FeaturedSlideTitleText {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .FeaturedSlideTitleText {
		font-size: 28px;
		letter-spacing: 3.1px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .FeaturedSlideTitleText {
		font-size: 21px;
		letter-spacing: 2.3px;
	}
}

.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .Date {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.feature-news-slider-container .feature-news-slider-for .slide-item .title-block .Date {
		display: none;
	}
}

.feature-news-slider-container .feature-news-slider-for .slick-dots {
	bottom: 20px;
	display: block !important;
}

.feature-news-slider-container .feature-news-slider-for .slick-dots li {
	border: solid 1px #ffffff;
	border-radius: 50%;
	height: 10px;
	list-style: none;
	width: 10px;
}

.feature-news-slider-container .feature-news-slider-for .slick-dots li.slick-active {
	background-color: #cb2111;
	border: solid 1px #cb2111;
}

.feature-news-slider-container .feature-news-slider-for .slick-dots li button:before {
	color: transparent;
}

@media only screen and (min-width: 1024px) {
	.feature-news-slider-container .feature-news-slider-for .slick-dots {
		display: flex !important;
		position: relative;
	}

	.feature-news-slider-container .feature-news-slider-for .slick-dots li {
		background-color: #191919;
		border-color: transparent;
		border-radius: 0;
		height: auto;
		margin: 0;
		padding: 10px 16px;
		width: 25%;
	}

	.feature-news-slider-container .feature-news-slider-for .slick-dots li .indicator {
		background-color: #191919;
		height: auto;
		line-height: normal;
		min-height: 75px;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.feature-news-slider-container .feature-news-slider-for .slick-dots li .indicator h4 {
		color: #ffffff;
		font-family: 'Almendra', sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		margin: 0;
	}

	.feature-news-slider-container .feature-news-slider-for .slick-dots li.slick-active .indicator {
		background-color: #cb2111;
	}

	.feature-news-slider-container .feature-news-slider-for .slick-dots li.slick-active .indicator h4 {
		font-weight: 700;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.feature-news-slider-container {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.feature-news-slider-container {
		margin-bottom: 40px;
	}

	.feature-news-slider-container .container {
		width: 100%;
	}
}

.single .page-wrap .page-header {
	margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
	.single .page-wrap .page-header {
		margin-top: 40px;
	}
}

.single .page-wrap .page-header h1 {
	margin-bottom: 14px;
}

.single .page-wrap .page-header .EYEBROW {
	margin-bottom: 10px;
}

.single .page-wrap .page-header .Date,
.single .page-wrap .page-header .Date-h1 {
	display: block;
	margin-bottom: 36px;
}

.single .page-wrap .page-header .from-album {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	letter-spacing: 1.78px;
	text-transform: uppercase;
}

.single .page-wrap .page-header .from-album a {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	letter-spacing: 1.78px;
	text-transform: uppercase;
}

.single .page-wrap img {
	height: auto;
	margin-bottom: 40px;
	max-width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single .page-wrap img {
		margin-bottom: 30px;
	}
}

.single .page-wrap .page-footer {
	margin-top: 34px;
}

.single .page-wrap .page-footer .content-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single .page-wrap .page-footer .content-container {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: center;
	}

	.single .page-wrap .page-footer .content-container a {
		transform: scale(0.8) translateX(0);
	}

	.single .page-wrap .page-footer .content-container a:nth-child(1) {
		margin-top: 20px;
	}

	.single .page-wrap .page-footer .content-container a:nth-child(2) {
		margin-bottom: 15px;
	}
}

.single .page-wrap .page-footer #comments-toggle > span:nth-child(2) {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.single-news .site-footer {
		margin-top: 0;
	}
}

.single-news .page-wrap .container {
	max-width: 800px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .container {
		width: 84%;
	}
}

.single-news .page-wrap .page-content .body-content {
	color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .page-content .container {
		width: 100%;
	}

	.single-news .page-wrap .page-content .container .body-content {
		margin: auto;
		width: 84%;
	}
}

.single-news .page-wrap .related-news h2 {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.single-news .page-wrap .related-news h2 {
		text-align: center;
	}
}

.single-news .page-wrap .related-news h2.riser-header-tab-text span {
	background-color: #191919;
	display: inline-block;
	padding: 7.5px 20px;
}

.single-news .page-wrap .related-news .news-container {
	background-color: #191919;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 20px;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.single-news .page-wrap .related-news .news-container {
		padding: 10px 7.25%;
	}
}

.single-news .page-wrap .related-news .news-container .grid-item {
	-webkit-box-flex: 1;
	flex-basis: 0;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	max-width: 100%;
	padding-left: 1.75%;
	padding-right: 1.75%;
}

.single-news .page-wrap .related-news .news-container .grid-item .grid-content {
	align-items: flex-start;
	display: flex;
}

.single-news .page-wrap .related-news .news-container .grid-item .grid-content .news-image {
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	margin-right: 14px;
	max-width: 120px;
}

.single-news .page-wrap .related-news .news-container .grid-item .grid-content h3 {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 6px;
}

.single-news .page-wrap .related-news .news-container .grid-item .grid-content h3.Date {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.single-news .page-wrap .related-news .news-container .grid-item:nth-child(2),
	.single-news .page-wrap .related-news .news-container .grid-item:nth-child(3) {
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .related-news .news-container .grid-item:nth-child(2),
	.single-news .page-wrap .related-news .news-container .grid-item:nth-child(3) {
		display: none;
	}
}

.single-news .page-wrap .component-riser {
	bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	padding: 0;
	position: fixed;
	-o-transition: top .2s linear, bottom .2s linear;
	-webkit-transition: top .2s linear, bottom .2s linear;
	transition: top .2s linear, bottom .2s linear;
	width: 100%;
	z-index: 10;
}

@media only screen and (min-width: 1024px) {
	.single-news .page-wrap .component-riser.hidden {
		margin-top: 35px;
		position: relative;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .component-riser.expanded .riser-header-tab .riser-toggle {
		display: inline-block;
	}

	.single-news .page-wrap .component-riser.expanded .riser-header-tab .riser-toggle.show {
		display: none;
	}
}

.single-news .page-wrap .component-riser.collapsed {
	bottom: -140px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .component-riser.collapsed .riser-header-tab .riser-toggle {
		display: none;
	}

	.single-news .page-wrap .component-riser.collapsed .riser-header-tab .riser-toggle.show {
		display: inline-block;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .component-riser .riser-header-tab {
		align-items: center;
		background-color: #191919;
		display: flex;
		justify-content: space-between;
	}
}

.single-news .page-wrap .component-riser .riser-header-tab .riser-toggle {
	color: #ffffff;
	display: none;
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2.2px;
	line-height: 0.93;
	text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-news .page-wrap .component-riser .riser-header-tab .riser-toggle {
		display: inline-block;
	}
}

.single-news .page-wrap .component-riser .riser-header-tab .riser-toggle:after {
	color: #cb2111;
	content: '\e313';
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 20px;
	margin-left: 10px;
	margin-right: 14px;
	margin-top: -3px;
	vertical-align: middle;
}

.single-news .page-wrap .component-riser .riser-header-tab .riser-toggle.show:after {
	content: '\e316';
}

.margin-top {
	margin-top: 100px;
}

.margin-top-60 {
	margin-top: 60px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.margin-top {
		margin-top: 60px;
	}
}

/* Comments */
#comments {
	padding: 0;
}

#comments .content-container {
	display: none;
	padding-top: 25px;
}

#comments .content-container h3 {
	display: none;
}

#comments.open .content-container {
	display: block;
}

#comments .fb-comments > span {
	background: #fff;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#comments {
		padding: 0 0 40px 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#comments {
		padding: 0 0 30px 0;
	}
}

/* Related */
@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related {
		padding: 50px 0 20px;
	}

	.related.related-photos {
		margin-top: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related {
		margin-top: 10px;
		padding: 30px 0 50px 0;
	}
}

.related + .related {
	padding-top: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related + .related {
		padding-top: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related + .related {
		margin-top: 0;
	}
}

.related .container {
	max-width: 1600px;
	padding: 0 4.9%;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related .container {
		padding: 0 5%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related .container {
		padding: 0 20px;
	}
}

.related .content-container {
	max-width: 1280px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related .content-container {
		margin: 0;
	}
}

.related .section-title-sm {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 38px;
	max-width: 95%;
	padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related .section-title-sm {
		max-width: 92%;
	}
}

.related .grid-item {
	float: none;
	padding: 0;
	width: 100%;
}

.related .owl-carousel .owl-nav:after {
	clear: both;
	content: " ";
	display: table;
}

.related .owl-carousel .owl-nav button {
	-webkit-appearance: none;
	background: transparent;
	color: #cb2111;
	display: block;
	font-size: 72px;
	height: 72px;
	line-height: normal;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
}

.related .owl-carousel .owl-nav button i {
	color: #cb2111;
	font-size: 72px;
	line-height: normal;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related .owl-carousel .owl-nav button {
		height: 60px;
		width: 60px;
	}

	.related .owl-carousel .owl-nav button i {
		font-size: 60px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related .owl-carousel .owl-nav button {
		/*position: static;
          transform: none;*/
		font-size: 36px;
		height: 40px;
		width: 40px;
	}

	.related .owl-carousel .owl-nav button i {
		font-size: 36px;
	}
}

.related .owl-carousel .owl-nav button.owl-prev {
	left: -4.9%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related .owl-carousel .owl-nav button.owl-prev {
		left: -50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related .owl-carousel .owl-nav button.owl-prev {
		float: left;
		left: -35px;
	}
}

.related .owl-carousel .owl-nav button.owl-next {
	right: -4.9%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related .owl-carousel .owl-nav button.owl-next {
		right: -50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related .owl-carousel .owl-nav button.owl-next {
		float: right;
		right: -35px;
	}
}

.related .owl-carousel .owl-nav button:hover,
.related .owl-carousel .owl-nav button:focus {
	outline: 0;
}

.related .owl-carousel .owl-nav button.disabled {
	opacity: 0.25;
}

.related.related-full .container {
	max-width: 1600px;
	padding: 0 0 0 5%;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related.related-full .container {
		padding: 0 0 0 7.8%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related.related-full .container {
		padding: 0 0 0 30px;
	}
}

.related.related-full .content-container {
	max-width: 100%;
}

.related.related-full .related-item > a {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related.related-full .related-item > a > .more-notice {
	border-radius: 5px;
	color: #ffffff;
	display: none;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 16px;
	position: absolute;
	right: 20px;
	text-align: right;
	text-transform: uppercase;
	top: 20px;
	z-index: 44;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related.related-full .related-item > a > .more-notice {
		font-size: 10px;
	}
}

.related.related-full .related-item > a > .more-notice i {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-right: 7px;
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related.related-full .related-item > a > .more-notice i {
		font-size: 12px;
	}
}

.related.related-full .related-item > a:after {
	content: "";
	top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related.related-full .related-item > a:hover,
.related.related-full .related-item > a:focus {
	opacity: 1;
}

.related.related-full .related-item > a:hover:after,
.related.related-full .related-item > a:focus:after {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.related.related-full .related-item > a:hover > .more-notice,
.related.related-full .related-item > a:focus > .more-notice {
	display: block;
}

.related.related-full .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	width: 100% !important;
}

.related.related-full .owl-carousel .owl-nav button {
	background: transparent;
}

.related.related-full .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related.related-full .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related.related-full .owl-carousel .owl-nav button.owl-next {
		float: right;
	}
}

.related.related-news .content-container {
	max-width: 100%;
}

.related-photos .related-item {
	height: 400px;
	width: auto;
}

.related-photos .related-item img {
	height: 100%;
	max-height: 100%;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-photos .related-item {
		height: 320px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-photos .related-item {
		height: 160px;
		width: auto;
	}
}

.related-photos .related-item.vertical {
	height: 400px;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-photos .related-item.vertical {
		height: 320px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-photos .related-item.vertical {
		height: 160px;
		width: auto;
	}
}

.related-photos .related-item > a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
}

.related-videos .related-item {
	height: 400px;
	width: 600px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-videos .related-item {
		height: 320px;
		width: 480px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-videos .related-item {
		height: 160px;
		width: 240px;
	}
}

.related-videos .related-item > a {
	align-items: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	display: block;
	height: 100%;
	justify-content: center;
}

.related-videos .related-item > a:before {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	bottom: 0;
	content: '';
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	/* FF3.6-15 */
	height: 170px;
	/* Chrome10-25,Safari5.1-6 */
	position: absolute;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	/* IE6-9 */
}

.related-videos .related-item > a .play-button i {
	color: #ffffff;
	font-size: 72px;
	line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-videos .related-item > a .play-button i {
		font-size: 36px;
	}
}

.related-videos .related-item > a .play-button span {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-videos .related-item > a .play-button {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-videos .related-item > a .play-button {
		height: 30px;
		width: 30px;
	}
}

.related-videos .grid-item-text {
	bottom: 18px;
	color: #fff;
	left: 18px;
	position: absolute;
	right: 18px;
	z-index: 1;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-videos .grid-item-text {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-videos .grid-item-text {
		bottom: 10px;
		left: 0;
	}
}

.related-videos .grid-item-text h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 15px;
	margin-bottom: 0;
	margin-left: 20px;
	overflow: hidden;
	padding-top: 7px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.related-videos .grid-item-text h3 {
		font-size: 19.2px;
		font-stretch: normal;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 2.4px;
		line-height: normal;
		margin-left: 45px;
		padding-top: 7px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.related-videos .grid-item-text h3 {
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 1.8px;
		line-height: normal;
	}
}

#related-merch .related-merch-row {
	/*display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;*/
}

#related-merch .related-item {
	margin: 0 40px 0 0;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#related-merch .related-item {
		margin: 0 16px 0 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#related-merch .related-item {
		margin: 0 10px 0 0;
	}
}

#related-merch .related-item img {
	height: 100%;
	height: 260px;
	max-height: 100%;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#related-merch .related-item img {
		height: 208px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#related-merch .related-item img {
		height: 104px;
		width: auto;
	}
}

#related-merch .related-item > a {
	display: block;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 21px;
	text-align: center;
}

#related-merch .related-item > a img {
	display: block;
	height: 100%;
	margin: auto;
	max-height: 100%;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#related-merch .related-item > a img {
		height: 208px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#related-merch .related-item > a img {
		height: 104px;
		width: auto;
	}
}

#related-merch .related-item > a .merch-title {
	display: block;
	font-size: 16px;
	line-height: 21px;
	margin-top: 12px;
	text-align: center;
	text-transform: initial;
	word-break: break-word;
}

#related-merch .related-item > a .merch-title.merch-title-default {
	color: #ffffff;
}

#related-merch .related-item > a:hover:after {
	background: none;
}

@media only screen and (min-width: 1024px) {
	#related-merch .owl-stage {
		margin: auto;
	}
}

#related-merch .owl-item:last-child .related-item > a {
	margin: 0;
}

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

.text-right {
	text-align: right;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.page-template-page-music-grid .page-title,
.page-template-page-music-list .page-title {
	margin-bottom: 30px;
}

.page-template-page-music-grid .index-filter-bar,
.page-template-page-music-list .index-filter-bar {
	margin-top: 30px;
}

.page-template-page-music-list .page-wrapper .container,
.page-template-page-film-list .page-wrapper .container {
	width: 90%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-music-list .page-wrapper .container,
	.page-template-page-film-list .page-wrapper .container {
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-music-list .page-wrapper .container .list-item-music:not(.list-item-fact),
	.page-template-page-film-list .page-wrapper .container .list-item-music:not(.list-item-fact),
	.page-template-page-music-list .page-wrapper .container .list-item-film:not(.list-item-fact),
	.page-template-page-film-list .page-wrapper .container .list-item-film:not(.list-item-fact) {
		margin-left: auto;
		margin-right: auto;
		max-width: 84%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-music-list .page-wrapper .container .list-item-film:not(.list-item-fact) a .img img,
	.page-template-page-film-list .page-wrapper .container .list-item-film:not(.list-item-fact) a .img img {
		min-height: 215px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-music-list .page-wrapper .container .list-item-film:not(.list-item-fact) a .img img,
	.page-template-page-film-list .page-wrapper .container .list-item-film:not(.list-item-fact) a .img img {
		min-height: 150px;
	}
}

.page-template-page-tour-news .index-content .container {
	width: 90%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-tour-news .index-content .container {
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-tour-news .index-content .tour-dates-col {
		margin-left: auto;
		margin-right: auto;
		width: 84%;
	}
}

.page-template-page-tour .site-content,
.page-template-page-timeline-milestones .site-content {
	margin-bottom: -100px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-tour .site-content,
	.page-template-page-timeline-milestones .site-content {
		margin-bottom: -60px;
	}
}

#tour-dates-list .tour-date-item .tour-date-top {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 14px 0;
}

#tour-dates-list .tour-date-item .tour-date-top .row {
	justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info {
		align-items: center;
		display: flex;
	}
}

#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle {
	color: #cb2111;
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle {
		display: inline-block;
	}

	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle i {
		font-size: 18px;
	}

	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle i.open {
		display: none;
	}

	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle.active i {
		display: none;
	}

	#tour-dates-list .tour-date-item .tour-date-top .tour-date-photo-info .tour-date-controls-toggle.active i.open {
		display: inline-block;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-top .tour-date-controls {
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-top .tour-date-controls {
		display: none;
		opacity: 0;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}

	#tour-dates-list .tour-date-item .tour-date-top .tour-date-controls.opened {
		display: block;
		opacity: 1;
	}
}

#tour-dates-list .tour-date-item .tour-date-photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 100px;
	margin-right: 20px;
	vertical-align: top;
	width: 160px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-photo {
		height: 80px;
		width: 128px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-photo {
		height: 64px;
		margin-left: 15px;
		margin-right: 14px;
		width: 102px;
	}
}

#tour-dates-list .tour-date-item .tour-date-info {
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}

#tour-dates-list .tour-date-item .tour-date-info .Date {
	display: block;
	margin-bottom: 7px;
}

#tour-dates-list .tour-date-item .tour-date-info h3 {
	letter-spacing: 2.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-info h3 {
		font-size: 18px;
		letter-spacing: 1.9px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-info h3 {
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 1.57;
	}
}

#tour-dates-list .tour-date-item .tour-date-info .venue {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	opacity: 0.5;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-info .venue {
		font-size: 14px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .accordion-title {
	margin-bottom: 34px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .accordion-title {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .accordion-title {
		margin-bottom: 20px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel {
	display: none;
}

@media only screen and (min-width: 1024px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel {
		margin-top: 36px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form {
		width: 50%;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form .form-info {
	margin-bottom: 30px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form p {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: initial;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form p a {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	text-transform: initial;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form .form-message {
	color: #ffffff;
	display: none;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .label {
	color: #ffffff;
	display: block;
	font-family: 'Spectral', serif;
	font-size: 12px;
	letter-spacing: 1.75px;
	line-height: 16px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form input {
	background: #ffffff;
	border: 1px solid #9b9b9b;
	height: 36px;
	padding: 4px 5px;
	width: 100%;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .image-error {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1.75px;
	line-height: 16px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .input-file {
	background: #ffffff;
	display: block;
	height: 36px;
	padding: 4px 5px;
	position: relative;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .input-file .clear-file {
	color: #cb2111;
	display: none;
	font-size: 20px;
	line-height: 1em;
	margin-top: -10px;
	position: absolute;
	right: -33px;
	top: 50%;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .input-file .browse {
	background: #cb2111;
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-family: 'Spectral', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding: 5px 12px;
	position: relative;
	vertical-align: middle;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group {
	position: relative;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group label {
	font-size: 15px;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-left: 30px;
	text-transform: initial;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group label {
		font-size: 14px;
		width: 85%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group label {
		font-size: 15px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group label div {
	margin-top: 20px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group label div a {
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.33;
	text-decoration: underline;
	text-transform: initial;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group input {
	-webkit-appearance: none;
	background: #ffffff;
	border: 1px solid #9b9b9b;
	border-radius: 0;
	cursor: pointer;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group input:focus {
	outline: none;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .checkbox-group input:checked + label:before {
	color: #cb2111;
	content: '\f26b';
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-family: 'Material-Design-Iconic-Font';
	font-size: inherit;
	font-weight: bold;
	height: 16px;
	left: 2px;
	position: absolute;
	text-rendering: auto;
	width: 16px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .form-row {
	margin: 0 -10px;
	width: auto;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .form-row .form-col {
	max-width: 50%;
	padding: 0 10px;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .form-row .form-col {
		max-width: 100%;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .input-group {
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .input-group.input-group-photo {
		margin-bottom: 40px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .submit-group {
	margin-bottom: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .submission-form form .submit-group {
		margin-bottom: 22px;
		margin-top: 33px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related + .related {
	padding-top: 40px;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos {
	margin-top: 0;
	padding: 0;
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .container {
	padding: 0 0 0 7.3%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .container {
		padding: 0 0 0 5.2%;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item {
	height: 268px;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item {
		height: 217px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item {
		height: 107px;
		width: auto;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item.vertical {
	height: 268px;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item.vertical {
		height: 214px;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-photos .related-item.vertical {
		height: 107px;
		width: auto;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-videos .container {
	padding: 0 0 0 7.3%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-videos .container {
		padding: 0 0 0 5.2%;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-videos .related-item {
	height: 268px;
	width: 402px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-videos .related-item {
		height: 214px;
		width: 322px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .related-videos .related-item {
		height: 107px !important;
		width: 161px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .tour-review {
	margin-bottom: 40px;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .tour-review {
		width: 50%;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .tour-review a {
	color: #ffffff;
	font-size: 17px;
	font-stretch: normal;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	text-transform: initial;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#tour-dates-list .tour-date-item .tour-date-panels .tour-panel .tour-review p {
		font-size: 18px;
	}
}

#tour-dates-list .tour-date-item .tour-date-panels .tour-panel.tour-panel-photos-videos {
	padding-bottom: 50px;
}

#tour-dates-list .tour-date-item .tabs-tour {
	margin: 16px 0;
	padding-left: 0;
}

#tour-dates-list .tour-date-item .tabs-tour li {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block !important;
	display: flex;
	justify-content: center;
	margin: 4px;
	min-width: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	vertical-align: top;
}

#tour-dates-list .tour-date-item .tabs-tour li a {
	color: #ffffff;
	float: left;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.29;
	padding: 8px 8px 6px 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tabs-tour li a {
		font-size: 10px;
		letter-spacing: 0.71px;
		line-height: 12px;
		padding: 6px 7.5px 6px 7.5px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	#tour-dates-list .tour-date-item .tabs-tour li a {
		font-size: 9px;
		padding: 6px 3.5px 6px 3.5px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list .tour-date-item .tabs-tour li {
		display: inline-flex !important;
		height: 48px;
		margin: 3px 2px;
		max-width: 70px;
		min-width: 70px;
		text-align: center;
		vertical-align: top;
		word-break: break-word;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	#tour-dates-list .tour-date-item .tabs-tour li {
		max-width: 58px;
		min-width: 55px;
	}
}

#tour-dates-list .tour-date-item .tabs-tour li.active {
	background: #cb2111;
	border: 0;
}

#tour-dates-list .tour-date-item .tabs-tour li.active:hover {
	border: 0;
}

#tour-dates-list .tour-date-item .tabs-tour li.music_note {
	border: 0;
	min-width: inherit;
	padding: 5px 0;
}

#tour-dates-list .tour-date-item .tabs-tour li.music_note i {
	font-size: 16px;
}

#tour-dates-list .tour-date-item .tabs-tour li:hover:not(.music_note) {
	border: 1px solid #ffffff;
}

#tour-dates-list .tour-date-item .tabs-tour li:hover:not(.music_note) a {
	opacity: 1;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#tour-dates-list {
		margin-top: 33px;
	}
}

/****Music / film /  video / photo grid*****/
.grid-row .grid-item-music,
.grid-row .grid-item-film {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row .grid-item-music,
	.grid-row .grid-item-film {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
}

.grid-row .grid-item-music.grid-item-static,
.grid-row .grid-item-film.grid-item-static {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 100%;
}

.grid-row .grid-item-music.grid-item-static .grid-item-music-info,
.grid-row .grid-item-film.grid-item-static .grid-item-music-info,
.grid-row .grid-item-music.grid-item-static .grid-item-film-info,
.grid-row .grid-item-film.grid-item-static .grid-item-film-info {
	background-color: transparent;
	justify-content: flex-start;
	opacity: 1;
	padding: 30px 8% 30px 5%;
}

.grid-row .grid-item-music.grid-item-static .grid-content,
.grid-row .grid-item-film.grid-item-static .grid-content {
	background-image: url("../images/bg_funfactmodules.png");
}

.grid-row .grid-item-music .grid-content,
.grid-row .grid-item-film .grid-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.grid-row .grid-item-music .grid-item-music-info,
.grid-row .grid-item-film .grid-item-music-info,
.grid-row .grid-item-music .grid-item-film-info,
.grid-row .grid-item-film .grid-item-film-info {
	background-color: rgba(25, 25, 25, 0.8);
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	opacity: 0;
	padding: 20px;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.grid-row .grid-item-music .grid-item-music-info h3,
.grid-row .grid-item-film .grid-item-music-info h3,
.grid-row .grid-item-music .grid-item-film-info h3,
.grid-row .grid-item-film .grid-item-film-info h3 {
	margin-bottom: 10px;
}

.grid-row .grid-item-music .grid-item-music-info h3.EYEBROW,
.grid-row .grid-item-film .grid-item-music-info h3.EYEBROW,
.grid-row .grid-item-music .grid-item-film-info h3.EYEBROW,
.grid-row .grid-item-film .grid-item-film-info h3.EYEBROW {
	margin-bottom: 6px;
}

.grid-row .grid-item-music .grid-item-music-info h3.Date,
.grid-row .grid-item-film .grid-item-music-info h3.Date,
.grid-row .grid-item-music .grid-item-film-info h3.Date,
.grid-row .grid-item-film .grid-item-film-info h3.Date {
	margin-bottom: 0;
}

.grid-row .grid-item-music a:hover,
.grid-row .grid-item-film a:hover {
	opacity: 1;
}

.grid-row .grid-item-music a:hover .grid-item-music-info,
.grid-row .grid-item-film a:hover .grid-item-music-info,
.grid-row .grid-item-music a:hover .grid-item-film-info,
.grid-row .grid-item-film a:hover .grid-item-film-info {
	opacity: 1;
}

.grid-row .grid-item-type-video-gallery,
.grid-row .grid-item-type-photo-gallery {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin-bottom: 2%;
	max-width: 32%;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.grid-row .grid-item-type-video-gallery:nth-child(3n+3),
	.grid-row .grid-item-type-photo-gallery:nth-child(3n+3) {
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.grid-row .grid-item-type-video-gallery,
	.grid-row .grid-item-type-photo-gallery {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}

	.grid-row .grid-item-type-video-gallery:nth-child(2n+1),
	.grid-row .grid-item-type-photo-gallery:nth-child(2n+1) {
		margin-left: 2%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row .grid-item-type-video-gallery,
	.grid-row .grid-item-type-photo-gallery {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0 auto 40px;
		max-width: 220px;
		padding: 0;
		width: 100%;
	}
}

.grid-row .grid-item-type-video-gallery .grid-item-text,
.grid-row .grid-item-type-photo-gallery .grid-item-text {
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.grid-row.gallery.gallery-photo {
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
}

.grid-row.gallery .grid-item-photo {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 10px;
	position: relative;
	width: 100%;
}

.grid-row.gallery .grid-item-photo a {
	float: left;
	position: relative;
	width: 100%;
	/*height: 100%;*/
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row.gallery .grid-item-photo {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 0 10px;
		width: 100%;
	}
}

.grid-row.gallery .grid-item-video {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 40px;
	max-width: 50%;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.grid-row.gallery .grid-item-video {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row.gallery .grid-item-video {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0 0 30px;
		max-width: 100%;
		width: 100%;
	}
}

.grid-row.gallery .grid-item-video a {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}

.grid-row.gallery .grid-item-video .grid-item-text {
	align-items: flex-end;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	padding: 22px 26px;
	position: absolute;
	top: 0;
	width: 100%;
}

.grid-row.gallery .grid-item-video .grid-item-text .play-button i {
	color: #ffffff;
	font-size: 72px;
	line-height: normal;
}

.grid-row.gallery .grid-item-video .grid-item-text .play-button span {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.grid-row.gallery .grid-item-video .grid-item-text .play-button {
		height: 40px;
		width: 40px;
	}

	.grid-row.gallery .grid-item-video .grid-item-text .play-button i {
		font-size: 38px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row.gallery .grid-item-video .grid-item-text .play-button {
		height: 40px;
		width: 40px;
	}

	.grid-row.gallery .grid-item-video .grid-item-text .play-button i {
		font-size: 38.2px;
	}
}

.grid-row.gallery .grid-item-video .grid-item-text .video-title {
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
	width: 100%;
}

.grid-row.tdih {
	margin-left: -1%;
	margin-right: -1%;
	width: auto;
}

.grid-row .grid-item-tdih {
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	margin-bottom: 20px;
	max-width: 33.3%;
	padding: 0 1%;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.grid-row .grid-item-tdih {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row .grid-item-tdih {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.grid-row .grid-item-tdih .grid-item-text {
	bottom: 27px;
	padding: 0 14px;
	position: absolute;
	transition: all 0.25s ease;
}

.grid-row .grid-item-tdih .grid-item-overlay {
	background-color: rgba(25, 25, 25, 0.8);
	height: 100%;
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	transition: all 0.25s ease;
	width: 100%;
	z-index: -1;
}

.grid-row .grid-item-tdih .grid-item-overlay .timeline-title {
	margin-bottom: 5px;
}

.grid-row .grid-item-tdih .grid-item-overlay .timeline-date {
	margin-bottom: 20px;
}

.grid-row .grid-item-tdih:hover .grid-item-overlay {
	opacity: 1;
	z-index: 44;
}

.grid-row .grid-item-tdih:hover .grid-item-text {
	opacity: 0;
}

.grid-row .grid-item-tdih .timeline-title {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 14px;
}

.grid-row .grid-item-tdih .timeline-title span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* Needs prefixing */
	display: inline;
	padding: 0.1rem 0.5rem;
}

.grid-row .grid-item-tdih .timeline-date {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 0;
	text-transform: initial;
}

.grid-row .grid-item-tdih .timeline-date span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* Needs prefixing */
	display: inline;
	padding: 0.3rem 0.5rem;
}

.grid-row .grid-item-tdih .timeline-snippet {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 21px;
	margin-bottom: 30px;
	text-transform: initial;
}

.grid-row.books .grid-item-book {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 17px;
	width: 100%;
}

.grid-row.books .grid-item-book .grid-content {
	max-width: 410px;
}

.grid-row.books .grid-item-book .grid-content .image-6x9 {
	padding-top: 140%;
}

.grid-row.books .grid-item-book .grid-content .grid-item-book-info {
	margin-top: 20px;
}

.grid-row.books .grid-item-book .grid-content .grid-item-book-info h3 {
	margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row.books .grid-item-book .grid-content .grid-item-book-info h3 {
		margin-bottom: 6px;
	}
}

.grid-row.books .grid-item-book:nth-child(even) .grid-content {
	margin: 0 0 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row.books .grid-item-book {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
		max-width: 100%;
		padding: 0 17px;
	}
}

.grid-row .grid-item-type-tour {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.grid-row .grid-item-type-tour {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.grid-row .grid-item-type-tour .image-2x1 {
		padding-top: 100%;
		width: 100%;
	}
}

.grid-row .grid-item-type-tour .grid-item-text-top {
	padding: 27px 20px;
	position: absolute;
	top: 0;
}

.grid-row .grid-item-type-tour .grid-item-text-top h3 span,
.grid-row .grid-item-type-tour .grid-item-text-top .Date span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* Needs prefixing */
	display: inline;
	letter-spacing: normal;
	padding: 0.3rem 1rem;
}

.grid-row .grid-item-type-tour.grid-item-static {
	position: relative;
}

.grid-row .grid-item-type-tour.grid-item-static .grid-item-info {
	background-color: transparent;
	justify-content: flex-start;
	opacity: 1;
	padding: 30px 8% 30px 5%;
	position: absolute;
	top: 0;
	width: 100%;
}

.grid-row .grid-item-type-tour.grid-item-static .grid-content {
	background-image: url("../images/bg_funfactmodules.png");
}

.video-gallery-grid-wrapper {
	margin: auto;
	max-width: calc(1300px + 40px);
	width: calc(90% + 40px);
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.video-gallery-grid-wrapper {
		width: calc(94.8% + 20px);
	}
}

.list-row .list-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.list-row .list-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 60px;
		max-width: 50%;
		padding: 0;
		width: 50%;
	}

	.list-row .list-item:nth-child(2n+1) {
		padding: 0 20px 0 0;
	}

	.list-row .list-item:nth-child(2n+2) {
		padding: 0 0 0 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.list-row .list-item {
		padding: 0 6.5%;
	}
}

.list-row .list-item a .img {
	backface-visibility: hidden;
	float: left;
	max-width: 160px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.list-row .list-item a .img.image-6x9 {
	padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item a .img {
		width: 110px;
	}
}

.list-row .list-item a .img img {
	float: left;
	height: inherit;
	min-height: 170px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item a .img img {
		min-height: 110px;
	}
}

.list-row .list-item a .list-item-info {
	margin-left: 190px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item a .list-item-info {
		margin-left: 130px;
	}
}

.list-row .list-item a .list-item-info h3 {
	margin-bottom: 10px;
}

.list-row .list-item a .list-item-info h3.EYEBROW {
	margin-bottom: 6px;
}

.list-row .list-item a .list-item-info h3.Date {
	margin-bottom: 0;
}

.list-row .list-item a:hover .img {
	opacity: 0.8;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.list-row .list-item-music.list-item-fact,
	.list-row .list-item-film.list-item-fact {
		margin: 20px 0 40px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item-music.list-item-fact,
	.list-row .list-item-film.list-item-fact {
		margin: 10px 0 40px;
	}
}

.list-row .list-item-music.list-item-fact .list-item-text,
.list-row .list-item-film.list-item-fact .list-item-text {
	background-color: transparent;
	background-image: url("../images/bg_funfactmodules.png");
	justify-content: flex-start;
	opacity: 1;
	padding: 30px 8% 30px 5%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item-music.list-item-fact .list-item-text,
	.list-row .list-item-film.list-item-fact .list-item-text {
		padding: 30px 8%;
	}
}

.list-row .list-item-music.list-item-fact h3,
.list-row .list-item-film.list-item-fact h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.list-row .list-item-music.list-item-fact h3,
	.list-row .list-item-film.list-item-fact h3 {
		font-size: 19px;
		line-height: 26px;
	}
}

.list-row .list-item-music .list-item-text h3,
.list-row .list-item-film .list-item-text h3 {
	margin-bottom: 10px;
}

.list-row .list-item-music .list-item-text h3.EYEBROW,
.list-row .list-item-film .list-item-text h3.EYEBROW {
	margin-bottom: 6px;
}

.list-row .list-item-music .list-item-text h3.Date,
.list-row .list-item-film .list-item-text h3.Date {
	margin-bottom: 0;
}

.list-row .list-item-music a:hover,
.list-row .list-item-film a:hover {
	opacity: 1;
}

.list-row .list-item-music a:hover .grid-item-music-info,
.list-row .list-item-film a:hover .grid-item-music-info {
	opacity: 1;
}

.table-wrapper {
	margin: 0 auto;
	width: 100%;
}

table {
	border-collapse: collapse;
	color: #ffffff;
	width: 100%;
}

table th {
	background-color: #191919;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 18px;
	padding-bottom: 14px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 14px;
	text-transform: uppercase;
	vertical-align: middle;
}

table th.width-8 {
	min-width: 112px;
	width: 8%;
}

table th.width-10 {
	min-width: 130px;
	width: 10%;
}

table th.width-12 {
	width: 12%;
}

table th.width-14 {
	width: 14%;
}

table th.width-20 {
	width: 20%;
}

table th.width-20.min-with {
	min-width: 207px;
}

table th.width-22 {
	width: 22%;
}

table th.width-24 {
	width: 24%;
}

table th.width-25 {
	width: 25%;
}

table th.width-54 {
	width: 54%;
}

table th.width-15 {
	width: 15%;
}

table th.width-15.min-with {
	min-width: 151px;
}

table th.width-16 {
	width: 16%;
}

table th.width-40 {
	width: 40%;
}

table th.width-45 {
	width: 45%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	table th {
		padding-right: 10px;
	}

	table th.width-table-45 {
		width: 45%;
	}

	table th.width-table-40 {
		width: 40%;
	}

	table th.width-table-30 {
		width: 30%;
	}

	table th.width-table-35 {
		width: 35%;
	}

	table th.width-table-20 {
		width: 20%;
	}

	table th.width-table-20.min-with {
		min-width: 207px;
	}

	table th.width-table-25 {
		width: 25%;
	}

	table th.width-table-25.min-with {
		min-width: 151px;
	}

	table th.width-table-15 {
		min-width: 100px;
		width: 15%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	table th.width-mobile-40 {
		width: 40% !important;
	}

	table th.width-mobile-30 {
		width: 30% !important;
	}

	table th.width-mobile-20 {
		width: 20% !important;
	}
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	table th.width-table-25 {
		width: 25%;
	}

	table th.width-table-25.min-with {
		min-width: inherit;
	}

	table th.width-table-20 {
		width: 20%;
	}

	table th.width-table-20.min-with {
		min-width: inherit;
	}
}

table tr th {
	background-color: #191919;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 18px;
	min-height: 46px;
	padding-bottom: 14px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 14px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	table tr th {
		font-size: 11px;
		letter-spacing: 1.7px;
		line-height: 16px;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 13px;
		padding-top: 8px;
		width: auto !important;
	}
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	table tr th {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

table tr td {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left;
	vertical-align: middle;
}

table tr td a {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 16px;
	text-transform: initial;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	table tr td {
		font-size: 13px;
		padding: 15px 5px;
		width: auto;
	}
}

table tr.tr-collapse {
	display: none;
}

table .song-name,
table .release-date,
table .parent-page-name {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 15px;
	vertical-align: middle;
}

table .song-name a,
table .release-date a,
table .parent-page-name a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	table .song-name,
	table .release-date,
	table .parent-page-name {
		font-size: 15px;
		line-height: 15px;
	}

	table .song-name a,
	table .release-date a,
	table .parent-page-name a {
		font-size: 15px;
		line-height: 15px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	table .song-name,
	table .release-date,
	table .parent-page-name {
		font-size: 14px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
	}

	table .song-name a,
	table .release-date a,
	table .parent-page-name a {
		font-size: 14px;
	}
}

.played-table {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.played-table tr {
	background: none !important;
	border: 0 !important;
}

.played-table tr.tr-collapse {
	display: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.played-table tr.tr-collapse-show {
	display: table-row;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.played-table tr:first-child td {
	border-top: 0;
}

.played-table tr td {
	border-bottom: 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.played-table tr td.td-hide-desktop {
	border-top-color: transparent !important;
	text-indent: -9999px;
}

.played-table tr td .tr-collapse-toggle {
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.played-table tr td .tr-collapse-toggle {
		margin-right: 5px;
	}
}

.played-table tr td .tr-collapse-toggle:hover,
.played-table tr td .tr-collapse-toggle:focus {
	color: #ffffff;
	outline: 0;
	text-decoration: none;
}

.played-table tr td .tr-collapse-toggle i {
	display: none;
	font-size: 18px;
}

.played-table tr td .tr-collapse-toggle i.open {
	display: inline-block;
}

.played-table tr td .tr-collapse-toggle.rotated i {
	display: inline-block;
}

.played-table tr td .tr-collapse-toggle.rotated i.open {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.played-table tr td a {
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.played-table tr .mobile-hidden {
		display: none;
	}
}

.played-table tr .mobile-only {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.played-table tr .mobile-only {
		display: block;
	}
}

.sortable-table th:after {
	color: #cb2111;
	content: '\e5d7';
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 0.65;
	margin-top: -1px;
	vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.sortable-table th:after {
		font-size: 16px;
		line-height: 0.81;
	}
}

.responsive-table tr {
	background: none !important;
}

.psuedo-table {
	color: #ffffff;
}

.psuedo-table.sales-table {
	margin-bottom: 30px;
}

.psuedo-table > div {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.67;
	margin-bottom: 6px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.psuedo-table > div {
		font-size: 16px;
		line-height: 1.31;
	}
}

.psuedo-table > div .col {
	max-width: 50% !important;
	width: 100%;
}

.psuedo-table > div .col.col-label {
	padding-right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.psuedo-table > div .col.col-label {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.psuedo-table > div .col.col-info {
		padding-left: 20px;
	}
}

.psuedo-table.psuedo-table-striped {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.psuedo-table.psuedo-table-striped .actions a {
	color: #cb2111;
}

.psuedo-table.psuedo-table-striped .actions a i {
	font-size: 20px;
}

.invisible {
	visibility: hidden;
}

/***single Movie/TV/Book Posts**/
.single-film .container,
.single-book .container,
.single-tour .container,
.single-music .container,
.single-track .container {
	max-width: 1300px;
	width: 90%;
}

.single-film .page-header,
.single-book .page-header,
.single-tour .page-header,
.single-music .page-header,
.single-track .page-header {
	margin-bottom: 36px;
	margin-top: 40px;
}

.single-film .page-header .EYEBROW,
.single-book .page-header .EYEBROW,
.single-tour .page-header .EYEBROW,
.single-music .page-header .EYEBROW,
.single-track .page-header .EYEBROW {
	margin-bottom: 10px;
}

.single-film .page-content .art-col,
.single-book .page-content .art-col,
.single-tour .page-content .art-col,
.single-music .page-content .art-col,
.single-track .page-content .art-col {
	width: 41%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.single-film .page-content .art-col,
	.single-book .page-content .art-col,
	.single-tour .page-content .art-col,
	.single-music .page-content .art-col,
	.single-track .page-content .art-col {
		max-width: 400px;
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-film .page-content .art-col,
	.single-book .page-content .art-col,
	.single-tour .page-content .art-col,
	.single-music .page-content .art-col,
	.single-track .page-content .art-col {
		margin-left: -5%;
		margin-right: -5%;
		width: 110%;
	}
}

.single-film .page-content .art-col img,
.single-book .page-content .art-col img,
.single-tour .page-content .art-col img,
.single-music .page-content .art-col img,
.single-track .page-content .art-col img {
	width: 100%;
}

.single-film .page-content .info-col,
.single-book .page-content .info-col,
.single-tour .page-content .info-col,
.single-music .page-content .info-col,
.single-track .page-content .info-col {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.single-film .page-content .info-col,
	.single-book .page-content .info-col,
	.single-tour .page-content .info-col,
	.single-music .page-content .info-col,
	.single-track .page-content .info-col {
		margin-left: 3%;
		max-width: 56%;
		width: 100%;
	}
}

.single-film .page-content .credits p,
.single-book .page-content .credits p,
.single-tour .page-content .credits p,
.single-music .page-content .credits p,
.single-track .page-content .credits p {
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.single-film .container-center .page-header .container .info-header-col,
	.single-book .container-center .page-header .container .info-header-col,
	.single-tour .container-center .page-header .container .info-header-col,
	.single-music .container-center .page-header .container .info-header-col,
	.single-track .container-center .page-header .container .info-header-col {
		margin: auto;
		max-width: 56%;
		width: 100%;
	}
}

.single-film .container-center .page-content .info-col,
.single-book .container-center .page-content .info-col,
.single-tour .container-center .page-content .info-col,
.single-music .container-center .page-content .info-col,
.single-track .container-center .page-content .info-col {
	margin: auto;
}

@media only screen and (min-width: 1024px) {
	.single-film .container-center .page-content .info-col,
	.single-book .container-center .page-content .info-col,
	.single-tour .container-center .page-content .info-col,
	.single-music .container-center .page-content .info-col,
	.single-track .container-center .page-content .info-col {
		margin: auto;
	}
}

.info-col .buy-links {
	margin-bottom: 27px;
}

.info-col .buy-links .btn-drop-group {
	display: inline-block;
	position: relative;
}

.info-col .buy-links .btn-drop-group a {
	min-width: 180px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.info-col .buy-links .btn-drop-group a {
		margin: 7px 0;
		min-width: 165px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.info-col .buy-links .btn-drop-group {
		display: block;
		text-align: center;
	}

	.info-col .buy-links .btn-drop-group a {
		margin: 5px;
		transform: scale(0.8) translateX(0);
	}
}

.tracks {
	margin-bottom: 70px;
}

.tracks .psuedo-table > div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 7.5px 10px 7.5px;
	position: relative;
}

.tracks .psuedo-table > div div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.tracks .psuedo-table > div div.play {
	margin-right: 15px;
}

.tracks .psuedo-table > div div.play a {
	color: #cb2111;
	font-size: 20px;
}

.tracks .psuedo-table > div .track {
	max-width: 70%;
}

.tracks .psuedo-table > div .track i {
	display: inline-block;
	font-size: 18px;
	margin-left: 6px;
	vertical-align: middle;
}

.tracks .psuedo-table > div .actions {
	float: right;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tracks .psuedo-table > div .actions {
		display: none;
	}
}

.tracks .psuedo-table > div .track-more {
	color: #cb2111;
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tracks .psuedo-table > div .track-more {
		display: inline-block;
		float: right;
		font-size: 24px;
		line-height: 1em;
		vertical-align: middle;
	}
}

.tracks .psuedo-table > div .progress {
	background: #cb2111;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
	z-index: 1;
}

.tracks .psuedo-table > div audio {
	display: none;
}

.tracks .psuedo-table .duration {
	display: inline-block;
	font-size: 16px;
	margin-right: 28px;
	vertical-align: top;
}

.tracks .note {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: normal;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.tracks .note i {
	font-size: 18px;
	vertical-align: middle;
}

.tracks.tour-list {
	margin-bottom: 50px;
}

.tracks.tour-list .psuedo-table {
	border: 0;
}

.tracks.tour-list .psuedo-table > div {
	border: 0;
	padding: 0;
	position: relative;
}

.tracks.tour-list .psuedo-table > div div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.tracks.tour-list .psuedo-table > div div.play {
	margin-right: 10px;
}

.tracks.tour-list .psuedo-table > div div.play a {
	color: #cb2111;
}

.tracks.tour-list .psuedo-table > div .track {
	max-width: 70%;
}

.tracks.tour-list .psuedo-table > div .track i {
	display: inline-block;
	font-size: 18px;
	margin-left: 6px;
	vertical-align: middle;
}

.tracks.tour-list .psuedo-table > div .track a {
	letter-spacing: normal;
	text-transform: none;
}

.tracks.tour-list .psuedo-table > div:first-child .actions {
	float: right;
}

.tracks.tour-list .psuedo-table > div .track-more {
	display: none;
}

.tracks.tour-list .psuedo-table > div .progress {
	background: #cb2111;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
	z-index: 1;
}

.tracks.tour-list .psuedo-table > div audio {
	display: none;
}

.tracks.tour-list .psuedo-table .duration {
	display: inline-block;
	font-size: 16px;
	margin-right: 28px;
	vertical-align: top;
}

#lyrics {
	margin-top: 50px;
	padding: 50px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#lyrics {
		margin-bottom: -50px;
		margin-top: 0px;
		padding: 30px 0 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#lyrics {
		margin-top: 0;
		padding: 20px 0 0;
	}
}

#lyrics .section-title-sm {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 40px;
	padding-bottom: 10px;
}

#lyrics .lyrics-content {
	color: #ffffff;
	column-gap: 2%;
	columns: 2;
	padding: 0 7%;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#lyrics .lyrics-content {
		padding: 0;
	}

	#lyrics .lyrics-content p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#lyrics .lyrics-content {
		columns: 1;
		padding: 0;
	}
}

.btn-drop-group {
	display: inline-block;
	position: relative;
}

.btn-drop-group > a {
	padding: 19px 16px;
}

.btn-drop-group > a.open {
	background: #B20F00;
}

.btn-drop-group ul {
	background: #CB2111;
	display: none;
	list-style: none;
	margin: 0;
	margin-top: -2px;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10;
}

.btn-drop-group ul > li {
	margin-bottom: 0;
}

.btn-drop-group ul > li + li {
	border-top: 1px solid #fff;
}

.btn-drop-group ul > li > a {
	-webkit-clip-path: none !important;
	clip-path: none !important;
	display: block;
	font-size: 11px;
	margin: 0;
	text-align: center;
}

.page-template-page-tour-news .tour-promo-col h2 {
	margin: 50px auto 40px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-tour-news .tour-promo-col h2 {
		margin: 50px auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-tour-news .tour-promo-col h2 {
		margin: 30px auto 26px;
	}
}

.page-template-page-tour .page-title,
.page-template-page-tour-bs .page-title,
.page-template-page-music-chart-history .page-title {
	margin-bottom: 30px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-tour .page-title,
	.page-template-page-tour-bs .page-title,
	.page-template-page-music-chart-history .page-title {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-tour .page-title,
	.page-template-page-tour-bs .page-title,
	.page-template-page-music-chart-history .page-title {
		margin-bottom: 20px;
	}
}

.milestone-decade {
	-webkit-backface-visibility: hidden;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	overflow: hidden;
	padding: 25% 0;
	position: relative;
	-moz-transform: none;
	-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.milestone-decade {
		background-attachment: scroll;
		height: 100vh;
		min-height: 0;
		overflow-y: scroll;
		padding: 15% 0;
	}
}

.milestone-decade:before {
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.milestone-decade .container {
		width: 100%;
	}
}

.milestone-decade .milestone-container {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	width: 100%;
}

.milestone-decade .milestone-container:after {
	clear: both;
	content: " ";
	display: table;
}

.milestone-decade .milestone-container .timeline-item {
	clear: both;
	padding: 0 10px;
	width: 50%;
}

.milestone-decade .milestone-container .timeline-item:nth-child(odd) {
	float: left;
}

.milestone-decade .milestone-container .timeline-item:nth-child(odd) .grid-content {
	float: right;
}

.milestone-decade .milestone-container .timeline-item:nth-child(even) {
	float: right;
}

@media only screen and (min-width: 1024px) {
	.milestone-decade .milestone-container .timeline-item + .timeline-item {
		margin-top: -100px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.milestone-decade .milestone-container .timeline-item + .timeline-item {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.milestone-decade .milestone-container .timeline-item + .timeline-item {
		margin-top: 20px;
	}
}

.milestone-decade .milestone-container .timeline-item.singular {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
}

.milestone-decade .milestone-container .timeline-item.singular .grid-content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.milestone-decade .milestone-container .timeline-item.singular {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 75%;
		padding: 0;
		width: 100% !important;
	}

	.milestone-decade .milestone-container .timeline-item.singular .grid-content {
		float: none !important;
		margin: auto;
	}
}

.milestone-decade .milestone-container .timeline-item .grid-content {
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.5);
	position: relative;
}

.milestone-decade .milestone-container .timeline-item .grid-content img {
	width: 100%;
}

.milestone-decade .milestone-container .timeline-item .grid-content.small {
	max-width: 348px;
	width: 100%;
}

.milestone-decade .milestone-container .timeline-item .grid-content.medium {
	max-width: 500px;
	width: 100%;
}

.milestone-decade .milestone-container .timeline-item .grid-content.large {
	max-width: 800px;
	width: 100%;
}

.milestone-decade .milestone-container .timeline-item .grid-content .grid-item-text {
	bottom: 27px;
	padding: 0 20px 0 14px;
	position: absolute;
	transition: all 0.25s ease;
}

.milestone-decade .milestone-container .timeline-item .grid-content .grid-item-overlay {
	background-color: rgba(25, 25, 25, 0.8);
	height: 100%;
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	transition: all 0.25s ease;
	width: 100%;
	z-index: -1;
}

.milestone-decade .milestone-container .timeline-item .grid-content .grid-item-overlay .timeline-title {
	margin-bottom: 5px;
}

.milestone-decade .milestone-container .timeline-item .grid-content .grid-item-overlay .timeline-date {
	margin-bottom: 20px;
}

.milestone-decade .milestone-container .timeline-item .grid-content:hover .grid-item-overlay {
	opacity: 1;
	z-index: 44;
}

.milestone-decade .milestone-container .timeline-item .grid-content:hover .grid-item-text {
	opacity: 0;
}

.milestone-decade .milestone-container .timeline-item .grid-content .timeline-title {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 20px;
}

.milestone-decade .milestone-container .timeline-item .grid-content .timeline-title span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* Needs prefixing */
	display: inline;
	padding: 0.1rem 0.5rem;
}

.milestone-decade .milestone-container .timeline-item .grid-content .timeline-date {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 0;
	text-transform: initial;
}

.milestone-decade .milestone-container .timeline-item .grid-content .timeline-date span {
	background-color: #000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* Needs prefixing */
	display: inline;
	padding: 0.3rem 0.5rem;
}

.milestone-decade .milestone-container .timeline-item .grid-content .timeline-snippet {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 21px;
	margin-bottom: 30px;
	text-transform: initial;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.milestone-decade .milestone-container .timeline-item .grid-content .timeline-snippet {
		display: none;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.milestone-decade .milestone-container .timeline-item {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 94%;
		padding: 0;
		width: 100% !important;
	}

	.milestone-decade .milestone-container .timeline-item .grid-content {
		float: none !important;
		margin: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.milestone-decade .milestone-container .timeline-item {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 75%;
		padding: 0;
		width: 100% !important;
	}

	.milestone-decade .milestone-container .timeline-item .grid-content {
		float: none !important;
		margin: auto;
	}
}

.milestone-decade .milestone-container .timeline-year-marker {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 7px;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: center;
}

.milestone-decade .milestone-container .image-container {
	position: absolute;
}

#decade-nav {
	display: none;
	left: 35px;
	position: absolute;
	transition: left 250ms linear;
	z-index: 900;
}

@media only screen and (min-width: 1024px) {
	#decade-nav {
		bottom: initial !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#decade-nav {
		left: 20px;
	}
}

#decade-nav.sticky {
	position: fixed;
}

@media only screen and (min-width: 1024px) {
	#decade-nav.sticky {
		bottom: initial !important;
		top: 35% !important;
		transform: translateY(-35%);
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#decade-nav.sticky {
		bottom: initial !important;
		top: 30% !important;
		transform: translateY(-55%);
	}
}

#decade-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#decade-nav > ul > li {
	margin-bottom: 0;
}

#decade-nav > ul > li + li {
	margin-top: 8px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#decade-nav > ul > li + li {
		margin-top: 16px;
	}
}

#decade-nav > ul > li > a {
	-webkit-appearance: none;
	color: #ffffff;
	display: inline-block;
	font-family: 'Spectral', serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 4px;
	opacity: 0.5;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.1s ease 0s;
	vertical-align: middle;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#decade-nav > ul > li > a {
		font-size: 18px;
		letter-spacing: 3.43px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#decade-nav > ul > li > a {
		font-family: 'Almendra', sans-serif;
		font-size: 18px;
		letter-spacing: 1.5px;
		line-height: 18px;
	}
}

#decade-nav > ul > li.active a {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 7px;
	opacity: 1;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#decade-nav > ul > li.active a {
		font-size: 18px;
		letter-spacing: 3.43px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#decade-nav > ul > li.active a {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1.5px;
		line-height: 18px;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#decade-nav > ul {
		columns: 2;
		float: left;
		position: relative;
		width: 100%;
	}
}

#decade-nav > #decade-nav-toggle {
	background: #191919;
	color: #ffffff;
	display: none;
	font-size: 11px;
	height: 40px;
	left: 0;
	letter-spacing: 2px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#decade-nav > #decade-nav-toggle {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}

	#decade-nav > #decade-nav-toggle div {
		color: #ffffff;
		font-family: 'Spectral', serif;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 2.19px;
		line-height: 14px;
		text-align: right;
	}

	#decade-nav > #decade-nav-toggle div#decade-current-year {
		color: #ffffff;
		font-family: 'Almendra', sans-serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1.5px;
		line-height: 18px;
		text-align: left;
	}

	#decade-nav > #decade-nav-toggle div .riser-toggle {
		display: none;
	}

	#decade-nav > #decade-nav-toggle div .riser-toggle:after {
		color: #cb2111;
		content: '\e313';
		display: inline-block;
		font-family: 'Material Icons';
		font-size: 20px;
		margin-left: 10px;
		margin-right: 14px;
		margin-top: -3px;
		vertical-align: middle;
	}

	#decade-nav > #decade-nav-toggle div .riser-toggle.show {
		display: inline-block;
	}

	#decade-nav > #decade-nav-toggle div .riser-toggle.show:after {
		content: '\e316';
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#decade-nav {
		background-color: #191919;
		bottom: 0;
		display: block;
		left: 0;
		padding: 44px 20px 14px;
		position: fixed;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}

	#decade-nav.expanded {
		bottom: 0 !important;
	}

	#decade-nav.expanded #decade-nav-toggle div .riser-toggle {
		display: inline-block;
	}

	#decade-nav.expanded #decade-nav-toggle div .riser-toggle.show {
		display: none;
	}
}

.table-wrapper + .table-wrapper {
	margin-top: 48px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.table-wrapper + .table-wrapper {
		margin-top: 50px;
	}
}

.table-wrapper .section-title-sm {
	margin-bottom: 20px;
}

.responsive-table tr {
	background: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.responsive-table tr td {
	border: 0;
}

.responsive-table tr td.td-hide-desktop {
	border-top-color: transparent !important;
	text-indent: -9999px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table tr td.td-hide-desktop {
		border-top-color: rgba(255, 255, 255, 0.2) !important;
		text-indent: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table tr td.td-hide-desktop {
		border-top-color: rgba(255, 255, 255, 0.2) !important;
		text-indent: 0;
	}
}

.responsive-table tr td.td-collapse {
	/* @media @my-phone{
           display: none;
         }*/
}

.responsive-table tr td.td-collapse.td-collapse-show {
	display: block;
}

.responsive-table tr td .td-collapse-toggle {
	color: #ffffff;
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table tr td .td-collapse-toggle {
		display: inline-block;
		float: right;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table tr td .td-collapse-toggle {
		display: inline-block;
		float: right;
	}
}

.responsive-table tr td .td-collapse-toggle:hover,
.responsive-table tr td .td-collapse-toggle:focus {
	color: rgba(255, 255, 255, 0.2);
	outline: 0;
	text-decoration: none;
}

.responsive-table thead tr {
	border-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table:not(.chart-history) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		display: block;
	}

	.responsive-table:not(.chart-history) thead,
	.responsive-table:not(.chart-history) tbody,
	.responsive-table:not(.chart-history) th,
	.responsive-table:not(.chart-history) td,
	.responsive-table:not(.chart-history) tr {
		display: block;
	}

	.responsive-table:not(.chart-history) thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.responsive-table:not(.chart-history) tr {
		background: none !important;
		border-bottom: 0 !important;
	}

	.responsive-table:not(.chart-history) tr td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.responsive-table:not(.chart-history) tr td.td-hide-mobile {
		display: none;
	}

	.responsive-table:not(.chart-history) td {
		border: none;
		padding: 13px 20px;
		padding-left: 180px !important;
		position: relative;
	}

	.responsive-table:not(.chart-history) td:before {
		align-items: center;
		background: #191919 !important;
		border-right: 1px solid #191919;
		bottom: 0;
		content: attr(data-heading);
		display: flex;
		/*white-space: nowrap;*/
		left: 0;
		padding: 13px 16px;
		position: absolute;
		text-transform: uppercase;
		top: 0;
		width: 160px;
	}

	.responsive-table.chart-history .text-center {
		text-align: left;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		display: block;
	}

	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table th,
	.responsive-table td,
	.responsive-table tr {
		display: block;
	}

	.responsive-table thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.responsive-table tr {
		background: none !important;
		border-bottom: 0 !important;
	}

	.responsive-table tr td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		text-align: left;
	}

	.responsive-table tr td.td-hide-mobile {
		display: none;
	}

	.responsive-table td {
		border: none;
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 12px;
		padding-left: 128px !important;
		padding-right: 0px;
		padding-top: 12px;
		position: relative;
	}

	.responsive-table td a {
		font-size: 14px;
		line-height: 18px;
	}

	.responsive-table td:before {
		align-items: center;
		background: #191919 !important;
		border-right: 1px solid #191919;
		bottom: 0;
		color: #ffffff;
		content: attr(data-heading);
		/*white-space: nowrap;*/
		display: flex;
		font-size: 10px;
		left: 0;
		letter-spacing: 1.54px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
		position: absolute;
		text-align: left;
		text-transform: uppercase;
		top: 0;
		width: 112px;
	}

	.responsive-table.chart-history {
		border-bottom: 0 !important;
	}

	.responsive-table.chart-history tbody tr {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
		margin-bottom: 40px;
	}
}

.responsive-table.awards-table {
	border: 0 !important;
}

@media only screen and (min-width: 1024px) {
	.responsive-table.awards-table {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}

.responsive-table.awards-table tr {
	background: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media only screen and (min-width: 1024px) {
	.responsive-table.awards-table tr {
		border: 0 !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table.awards-table tr td {
		min-height: 42px;
		text-align: left !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table.awards-table tr td {
		min-height: 40px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table.awards-table tr.tr-bg + .tr-no-bg {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table.awards-table tr.tr-bg + .tr-no-bg {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-table.awards-table tr.tr-no-bg + .tr-bg {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table.awards-table tr.tr-no-bg + .tr-bg {
		margin-top: 30px;
	}
}

.responsive-table.awards-table tr td {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.responsive-table.awards-table tr td.td-hide-desktop {
	border-top-color: transparent !important;
	text-indent: -9999px;
}

@media only screen and (min-width: 1024px) {
	.responsive-table.awards-table tr:first-child td {
		border-top: 0 !important;
	}
}

@media only screen and (min-width: 1024px) {
	.responsive-table.awards-table tr:last-child td {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	}
}

.responsive-table .award-link {
	color: #cb2111;
	font-size: 20px;
	line-height: 1em;
}

.responsive-table .award-link i {
	font-size: 22px;
	line-height: 20px;
	vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table .award-link i {
		font-size: 20px;
		line-height: 18px;
	}
}

.responsive-table .award-link:hover,
.responsive-table .award-link:focus {
	opacity: 0.8;
}

.responsive-table .award-link + div + .award-link {
	margin-left: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.responsive-table .award-link + div + .award-link {
		margin-left: 16px;
	}
}

/* Chart History */
.chart-table-wrapper:not(#us-billboard-200) {
	display: none;
}

.chart-table-wrapper .chart-title {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.chart-table-wrapper .chart-title {
		display: block;
	}
}

.single-award .page-header .container,
.single-timeline .page-header .container,
.single-photo .page-header .container,
.single-video .page-header .container,
.single-award .page-content .container,
.single-timeline .page-content .container,
.single-photo .page-content .container,
.single-video .page-content .container,
.single-award .page-footer .container,
.single-timeline .page-footer .container,
.single-photo .page-footer .container,
.single-video .page-footer .container,
.single-award #comments .container,
.single-timeline #comments .container,
.single-photo #comments .container,
.single-video #comments .container {
	max-width: 800px;
}

.single-award .page-content,
.single-timeline .page-content,
.single-photo .page-content,
.single-video .page-content {
	margin-top: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-award .page-content .art-col,
	.single-timeline .page-content .art-col,
	.single-photo .page-content .art-col,
	.single-video .page-content .art-col {
		margin-left: -5%;
		margin-right: -5%;
		width: 110%;
	}
}

.single-award .page-content .caption,
.single-timeline .page-content .caption,
.single-photo .page-content .caption,
.single-video .page-content .caption {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 18px;
	margin-top: 5px;
	margin-top: 20px;
}

.single-award .page-content .caption p,
.single-timeline .page-content .caption p,
.single-photo .page-content .caption p,
.single-video .page-content .caption p {
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.single-award .page-content .caption p,
	.single-timeline .page-content .caption p,
	.single-photo .page-content .caption p,
	.single-video .page-content .caption p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-award .page-content .caption p,
	.single-timeline .page-content .caption p,
	.single-photo .page-content .caption p,
	.single-video .page-content .caption p {
		font-size: 13px;
		line-height: 17px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.single-award .page-content .caption,
	.single-timeline .page-content .caption,
	.single-photo .page-content .caption,
	.single-video .page-content .caption {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-award .page-content .caption,
	.single-timeline .page-content .caption,
	.single-photo .page-content .caption,
	.single-video .page-content .caption {
		font-size: 13px;
		line-height: 17px;
	}
}

.single-award .page-content .caption.media-info,
.single-timeline .page-content .caption.media-info,
.single-photo .page-content .caption.media-info,
.single-video .page-content .caption.media-info {
	font-size: 17px;
	font-style: italic;
	list-style: none;
	margin-bottom: 26px;
	margin-top: 18px;
	padding-left: 0;
}

.single-award .page-content .caption.media-info > li,
.single-timeline .page-content .caption.media-info > li,
.single-photo .page-content .caption.media-info > li,
.single-video .page-content .caption.media-info > li {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.single-award .page-content .caption.media-info > li,
	.single-timeline .page-content .caption.media-info > li,
	.single-photo .page-content .caption.media-info > li,
	.single-video .page-content .caption.media-info > li {
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.single-award .page-content .caption.media-info > li,
	.single-timeline .page-content .caption.media-info > li,
	.single-photo .page-content .caption.media-info > li,
	.single-video .page-content .caption.media-info > li {
		font-size: 12px;
		line-height: 18px;
	}
}

.single-award .page-content .caption.media-info > li span,
.single-timeline .page-content .caption.media-info > li span,
.single-photo .page-content .caption.media-info > li span,
.single-video .page-content .caption.media-info > li span {
	display: inline-block;
	width: 130px;
}

#accordion .container {
	max-width: 1600px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#accordion {
		margin-top: 20px;
	}
}

#accordion .back-link {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	#accordion .back-link {
		text-align: center;
	}
}

#accordion .panel {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#accordion .panel .panel-header {
	padding: 21px 0 21px 50px;
	position: relative;
}

#accordion .panel .panel-header .section-title-sm {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3.43px;
	line-height: 21px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#accordion .panel .panel-header i {
	color: #cb2111;
	font-size: 21px;
	left: 0;
	line-height: 21px;
	margin: 0 14px;
	position: absolute;
	top: 21px;
}

#accordion .panel .panel-header i.open {
	display: none;
}

#accordion .panel.open {
	border-top: 1px solid #ffffff;
}

#accordion .panel.open + .panel {
	border-top: 1px solid #ffffff;
}

#accordion .panel.open .panel-header i {
	display: none;
}

#accordion .panel.open .panel-header i.open {
	display: block;
}

#accordion .panel .panel-content {
	color: #ffffff;
	display: none;
	padding: 15px 14px 60px;
}

#accordion .panel .panel-content p:last-child {
	margin-bottom: 0;
}

#accordion .panel .panel-content .chart-performance-wrapper + .chart-performance-wrapper {
	margin-top: 40px;
}

#accordion .panel .panel-content .awards-wrapper,
#accordion .panel .panel-content .chart-performance-wrapper,
#accordion .panel .panel-content .played-table-row {
	margin-left: -14px;
	margin-right: -14px;
}

#accordion .panel .panel-content .playlist-list-row {
	margin-bottom: -40px;
	margin-left: -34px;
	margin-right: -34px;
}

#accordion .panel .panel-content .playlist-list-row .list-item-playlist {
	display: inline-block;
	margin-bottom: 40px;
	padding: 0 20px;
	vertical-align: top;
}

#accordion .panel .panel-content .playlist-list-row .list-item-playlist a {
	text-align: center;
	text-decoration: none;
}

#accordion .panel .panel-content .playlist-list-row .list-item-playlist .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	margin-bottom: 12px;
	width: 260px;
}

#accordion .panel .panel-content .playlist-list-row .list-item-playlist .list-item-info h3 {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
	text-align: center;
}

#accordion .panel .panel-content .chart-info {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#accordion .panel .panel-content a {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: initial;
}

#accordion .panel .panel-content .news-review {
	margin-bottom: 16px;
}

#accordion .panel .panel-content .news-review:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	#accordion .panel .panel-content .news-review a {
		text-decoration: underline;
	}
}

#accordion #related-links .panel-content a {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: initial;
}

@media only screen and (min-width: 1024px) {
	#accordion #related-links .panel-content a {
		text-decoration: underline;
	}
}

.page-template-page-search .index-header #search {
	margin: auto;
	max-width: 600px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-search .index-header #search {
		max-width: 280px;
	}
}

.page-template-page-search .index-header #search .input-group {
	margin: 0;
	position: relative;
}

.page-template-page-search .index-header #search .input-group input[type=text] {
	-webkit-appearance: none;
	background: #ffffff;
	border: 1px solid #cb2111;
	border-radius: 0;
	color: #191919;
	font-family: 'Spectral', serif;
	font-size: 24px;
	height: 50px;
	padding-left: 10px;
	padding-right: 35px;
	transition: all 0.5s ease;
	width: 100%;
}

.page-template-page-search .index-header #search .input-group input[type=text]::placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.page-template-page-search .index-header #search .input-group input[type=text]::-moz-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.page-template-page-search .index-header #search .input-group input[type=text]::-webkit-input-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.page-template-page-search .index-header #search .input-group input[type=text]:-ms-input-placeholder {
	color: #ffffff;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.page-template-page-search .index-header #search .input-group input[type=text]:focus {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #191919;
	outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-search .index-header #search .input-group input[type=text] {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.page-template-page-search .index-header #search .input-group input[type=text]::placeholder {
		color: transparent;
	}

	.page-template-page-search .index-header #search .input-group input[type=text]::-moz-placeholder {
		color: transparent;
	}

	.page-template-page-search .index-header #search .input-group input[type=text]::-webkit-input-placeholder {
		color: transparent;
	}

	.page-template-page-search .index-header #search .input-group input[type=text]:-ms-input-placeholder {
		color: transparent;
	}
}

.page-template-page-search .index-header #search .input-group button {
	background: transparent;
	border: 0;
	color: #cb2111;
	font-size: 36px;
	/* display: inline-block; */
	height: 36px;
	padding: 0;
	position: absolute;
	right: 9px;
	top: 5px;
	vertical-align: middle;
}

.page-template-page-search .index-header #search .input-group button:focus {
	outline: none;
}

.page-template-page-search .index-header #search .input-group button i {
	font-size: 36px;
	line-height: normal;
}

.page-template-page-search .index-header #search .input-group.active .search-wrap input {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #191919;
	font-family: 'Spectral', serif;
	font-size: 12px;
}

.page-template-page-search #search-results-count {
	color: #ffffff;
	font-family: 'Almendra', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 29px;
}

.page-template-page-search .search-section {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 36px;
	padding-top: 20px;
}

.page-template-page-search .search-section .accordion-title {
	margin-bottom: 34px;
}

.page-template-page-search .search-item {
	margin-bottom: 24px;
}

.page-template-page-search .search-item h3 {
	margin-bottom: 0;
}

.page-template-page-search .search-item .search-item-image {
	margin-right: 20px;
	max-width: 200px;
	width: 200px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-search .search-item .search-item-image {
		max-width: 160px;
		width: 160px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-search .search-item .search-item-image {
		margin-right: 15px;
		max-width: 110px;
		width: 110px;
	}
}

.page-template-page-search .search-item .search-item-content {
	max-width: 800px;
	width: calc(100% - 220px);
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-search .search-item .search-item-content {
		width: calc(100% - 180px);
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-search .search-item .search-item-content {
		width: calc(100% - 125px);
	}
}

.page-template-page-search .search-item .search-item-content .search-excerpt {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.31;
	margin-top: 10px;
	max-width: 800px;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.page-template-page-search .search-item .search-item-content .search-excerpt {
		font-size: 14px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-page-search .search-item {
		flex-wrap: inherit;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.tdih-grid-wrapper {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.tdih-grid-wrapper {
		margin: auto;
		max-width: 280px;
	}
}


.page-template-page-inflatable{
	text-align: center;
}

.page-template-page-inflatable .events{
	margin: 70px 0 40px;
}

.page-template-page-inflatable p{
	text-align: center;
	font-family: 'Spectral', serif;
}

.page-template-page-inflatable #footer{
	margin-top: 0;
}

.page-template-page-inflatable .map{
	margin: 30px 0;
}

.page-template-page-inflatable .page-title{
	margin: 0;
}


.page-template-page-inflatable h2+p{
	font-size: 18px;
}

.page-template-page-inflatable .page-footer{
	padding: 30px;
	background-color: #c61818;
}

.page-template-page-inflatable .carousel img{
	display: block;
	width: 100%;
	
}

.page-template-page-inflatable .carousel .owl-dots{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.page-template-page-inflatable .carousel .owl-dots button{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #FFFA;
	background-color: #000A;
	margin: 0 5px;
}

.page-template-page-inflatable .carousel .owl-dots button.active{
	background-color: #FFFA;
}

.page-template-page-inflatable .event{
	color: white;
	display: flex;
	margin-bottom: 20px;
	font-size: 21px;
}

.page-template-page-inflatable .event>div{
	flex: 1;
	font-family: 'Spectral', serif;
	text-align: left;
}

.page-template-page-inflatable .event>div:nth-child(2){
	font-family: 'Almendra', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}


.page-template-page-inflatable #wrap{
	background-image: url('../images/patient9/inflatable.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 56vw;
}

@media screen and (max-width: 991px){
	.page-template-page-inflatable .event{
		flex-direction: column;
		align-items: center;
	}
	.page-template-page-inflatable .event>div{
		padding-bottom: 10px;
	}

	.page-template-page-inflatable #wrap{
		padding-top: 100vw;
		background-size:  150% auto;
		background-position: 45% 68px;
	}
}


.page-template-page-inflatable .feed{
	margin: 50px 0 160px;
}

pre {
	background-color: wheat;
}

.fb-comments-count {
	width: initial !important;
}

#mobile-track-actions-overlay {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1020;
}

#mobile-track-actions {
	background: #191919;
	bottom: 0;
	padding: 15px 20px 20px 20px;
	position: fixed;
	transform: translateY(100%);
	transition: all 500ms ease-in-out;
	width: 100%;
	z-index: 1030;
}

#mobile-track-actions.open {
	transform: translateY(0%);
}

#mobile-track-actions > a {
	display: block;
	margin: 15px 0;
}

#mobile-track-actions > a i {
	color: #cb2111;
}

.visible-phone {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.visible-phone {
		display: block;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.visible-tablet {
		display: block;
	}
}

.page-template-page-contact .content-container {
	max-width: 900px;
}

.wpcf7 .field-contact {
	margin-bottom: 1.25rem;
	max-width: 900px;
}

.wpcf7 .field-contact label {
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 12px;
	text-transform: uppercase;
}

.wpcf7 .field-contact input {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #9b9b9b;
	color: #ffffff;
	font-family: 'Spectral', serif;
	height: 3.125rem;
	line-height: 1;
	padding: .75rem 1rem;
	width: 100%;
}

.wpcf7 .field-contact textarea {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #9b9b9b;
	color: #ffffff;
	font-family: 'Spectral', serif;
	padding: .75rem 1rem;
	resize: none;
	width: 100%;
}

.wpcf7 .field-submit-contact {
	margin-top: 30px;
}

.wpcf7 .field-submit-contact input {
	background: #CB2111;
	border: 1px solid transparent;
	-webkit-clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	color: #ffffff;
	display: inline-flex;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.2;
	margin: 3px;
	min-width: 80px;
	padding: 10px 24px 9px 24px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.wpcf7 .field-submit-contact input:focus {
	outline: none;
}

.wpcf7 .wpcf7-response-output {
	color: #ffffff;
}

.legacy-streaming-audio-player {
	background: none;
	border: 0;
	font-family: 'Spectral', serif;
}

.legacy-streaming-audio-player > .lsap-upper {
	padding: 0 0 2.1428571429em 0;
}


.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-artwork {
	display: none;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing > div.lsap-now-playing-artist {
	color: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar,
.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar,
.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar {
	background-color: #231F20;
	border-color: #231F20;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar > div,
.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar > div,
.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar > div {
	background-color: #CB2111;
	border-color: #CB2111;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button:hover, .legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button:focus {
	border-color: #CB2111;
	color: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks {
	max-height: none;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks::-webkit-scrollbar-track {
	background: #231F20;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks::-webkit-scrollbar-thumb {
	background: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:first-child, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item + .lsap-item {
	border-color: rgba(255, 255, 255, 0.2);
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:nth-child(odd) {
	background: none;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button {
	border-color: #CB2111;
	color: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > a, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > button {
	color: #CB2111;
	margin-left: 5px;
}

.legacy-streaming-audio-player .lsap-legal-disclaimer,
.legacy-streaming-audio-player .lsap-legal-disclaimer p {
	font-size: 12px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > a:hover,
.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > a:focus {
	opacity: 1;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > a:after, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > button:after {
	background: #191919;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
	min-width: 110px;
	text-transform: none;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button {
	color: #CB2111;
	font-size: 16px;
	padding: 10px 20px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button:hover, .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button:focus, .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button.active {
	background-color: #CB2111;
	border-color: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-title {
	font-size: 18px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-duration {
	font-size: 16px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions {
	font-size: 22px;
	min-width: 100px;
	padding-left: 10px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress,
.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume {
	display: none;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection {
	margin-bottom: 0;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup {
	background: #CB2111;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup::after {
	border-top-color: #CB2111;
}

.legacy-streaming-audio-player .lsap-item.lsap-disc-no > div {
	font-size: 18px;
	font-weight: 700;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-actions > a {
	flex: 0 0 auto;
}

#save-popup, #apple-music-popup {
	background-color: #231F20;
	font-family: 'Spectral', serif;
}

#save-popup > #apple-music-form > button:hover, #save-popup > #apple-music-form > button:focus, #save-popup > #apple-music-form > button.active, #apple-music-popup > #apple-music-form > button:hover, #apple-music-popup > #apple-music-form > button:focus, #apple-music-popup > #apple-music-form > button.active {
	background-color: #CB2111;
	border-color: #CB2111;
}

#save-popup > #apple-music-form > button, #apple-music-popup > #apple-music-form > button {
	color: #CB2111;
	font-family: 'Spectral', serif;
}

#save-popup > .save-btns > a, #apple-music-popup > .save-btns > a {
	background: #CB2111;
	border: 0;
	-webkit-clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 11% 100%, 0% 50%, 11% 0%);
	color: #ffffff;
	display: block;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 220px;
	padding: 10px 24px 9px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

#save-popup > .save-btns > a, #apple-music-popup > .save-btns > a + a {
	margin-top: 20px;
}

#save-popup > .save-btns > a:hover, #save-popup > .save-btns > a:focus, #save-popup > .save-btns > a.active, #apple-music-popup > .save-btns > a:hover, #apple-music-popup > .save-btns > a:focus, #apple-music-popup > .save-btns > a.active {
	background: #B20F00;
	opacity: 1;
}