@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'Farela';
	src: url('../fonts/Farela-Regular.otf');
}

body {
	background-color: #000;
	font-family: 'Farela', serif;
	font-size: medium;
	color: #FFF;
	overflow-x: hidden;
}

p {
	margin-top: 15px;
}

a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}
* img {
	width: 100%;
	height: auto;
}

.skip-link {
	position: fixed;
	top: -200px;
}
.preload {
	position: fixed;
	top: -200px;
	width: 1px;
	height: 1px;
}
.mobile {
	display: none;
}
#main-frame {
	position: relative;
	overflow-x: hidden;
}
.header {
	position: relative;
	padding-bottom: 3%;
}
.social-networks-header {
	position: absolute;
	top: calc(50dvh - 140px);
	left: 10px;
	padding: 0 !important;
	width: 40px !important;
	display: none;
}
.social-networks-header .social-icon {
	height: 40px;
}
.logo {
	width: 279px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
.menu-icon {
	color: #fff6fe;
	font-size: 21px;
	text-align: center;
	position: absolute;
	width: 90px;;
	top: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 10;
}
.menu-icon img {
	width: 50px;
	margin: 0 auto;
	padding-top: 10px;
}
.menu {
	position: absolute;
	top: 0;
	right: -28%;
	z-index: 10;
	width: 26%;
	height: 100%;
	overflow: auto;
	background-image: url(../images/bkg_section_skull.jpg);
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	display: none;
}
.menu a {
	color: #FFF;
}
.menu a:hover {
	color: #e4c0e1;
}
.menu ul {
	list-style-type: none;
	padding-top: 80px;
	padding-left: 80px;
	font-size: 22px;
}
.menu ul li {
	margin-bottom: 18px;
}

@keyframes open-leaderboard {
	from {right: -34%;}
	to {right: 0;}
}
@keyframes close-leaderboard {
	from {right: 0;}
	to {right: -34%;}
}
.close-right-panel {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 26px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	z-index: 5;
	display: none;
}
.close-right-panel-desktop {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 26px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.title {
	font-size: 34px;
	text-align: center;
	color: #FFF;
}

.album-section {
	background-image: url(../images/bkg_album.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.album-title {
	width: 354px;
	margin: 0 auto;
}
.album-container {
	width: 50%;
	margin: 40px auto;
}
.album-cover {
	width: 28.8vw;
	height:24vw;
	margin: 2vw auto;
}
.album-cover img {
	height: 100%;
	width: auto;
}
.album-subtitle {
	width: 800px;
	margin: 20px auto;
	font-size: 28px;
	text-align: center;
}

.album-button {
	width: 260px;
	margin: 40px auto 0;
	background-color: #e47fd4;
	text-align: center;
	font-size: 28px;
	padding: 8px 0;
	border-radius: 6px;
	cursor: pointer;
}
.album-button:hover {
	background-color: #ce73c0;
}
.album-button a {
	color: #000;
}
.album-button a:hover {
	color: #000;
}

.popup-album-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.86);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 20000;
}
.popup-album {
	position: absolute;
	width: 800px;
	height: 600px;
	background-color: #000;
	border: 1px solid #797979;
	z-index: 30000;
}
.popup-album-title {
	width: 300px;
	margin: 0 auto;
}
.popup-album-image {
	width: 360px;
	margin: 0 auto;
}
.popup-album-button {
	width: 260px;
	margin: 20px auto 0;
	background-color: #e47fd4;
	text-align: center;
	font-size: 28px;
	padding: 8px 0;
	border-radius: 6px;
	cursor: pointer;
}
.popup-album-button:hover {
	background-color: #ce73c0;
}
.popup-album-button a {
	color: #000;
}
.popup-album-button a:hover {
	color: #000;
}
.popup-album-close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 36px;
	text-align: center;
	font-size: 22px;
	color: #000;
	background-color: #e47fd4;
	border-radius: 18px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.map-container {
	width: 100%;
	margin: 0;
	position: relative;
}
.map-layer {
	position: relative;
}
.map-vignette-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.9) 100%);
}
.map-text-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.map-text {
	position: absolute;
	z-index: 10;
}
.map-title {
	width: 44%;
	top: 0;
	left: 28%;
}
.map-link {
	width: 20%;
	cursor: pointer;
}
#theatre {
	top: 32%;
	left: 16%;
}
#highschool {
	top: 33%;
	left: 56%;
}
#library {
	top: 50%;
	left: 72%;
}
#gasstation {
	top: 56%;
	left: 16%;
}
#postoffice {
	top: 61%;
	left: 43%;
}
#board {
	top: 81%;
	left: 74%;
}
.map-subtitle {
	top: 90%;
	left: 20%;
	width: 60%;
	text-align: center;
	font-size: 32px;
	color: #fde3e2;
}
.bottom-section-header {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.popup {
	position: fixed;
	width: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 40000;
	background-color: #000;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	display: none;
}
.popup-content {
	padding: 20px;
	height: calc(100% - 40px);
	/*display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;*/
	color: #FFF;
	overflow: auto;
}
.popup-title {
	width: 16%;
	margin: 0 auto;
	display: none;
}
.popup-hidden {
	opacity: 0;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
@keyframes showPopupContent {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.popup-main {
	width: 84%;
	height: 80dvh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	margin: 0 auto;
}
#popup-theatre {
	background-image: url(../images/theater_bkg.jpg);
}
#popup-board {
	background-image: url(../images/board_bkg.jpg);
}
#popup-library {
	background-image: url(../images/library_bkg.jpg);
}
#popup-gasstation {
	background-image: url(../images/gas_station_bkg.jpg);
}
#popup-postoffice {
	background-image: url(../images/post_office_bkg.jpg);
}
.video-container {
	width: calc(55dvh * 1.7824);
	margin: 20px auto;
}
.video-container2 {
	width: calc(68dvh * 1.7824);
}
.video-container .video {
	border: none;
}
.video-thumbs {
	width: calc(55dvh * 1.95);
	margin: 0 auto;
}
.video-thumb {
	width: 25%;
	margin: 0 4%;
	float: left;
	cursor: pointer;
}
.popup-close {
	color: #000;
	background-color: #e47fd4;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
	cursor: pointer;
	text-align: center;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.feeds-container {
	width: 80%;
	margin: 0 auto;
	height: 80dvh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.feed-container {
	width: 44%;
	min-height: 240px;
	margin: 0 3%;
	text-align: center;
}
.discord-link {
	width: 350px;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #1e1f22;
	padding: 4px 0;
}
.popup-subtitle {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #e47fd4;
}
.postcard-container {
	width: 38%;
	margin: 10px 6%;
}
.quiz-iframe iframe {
	width: 100%;
	height: 100%;
}
.popup-backgrounds {
	flex-direction: column;
}
.phone-backgrounds-container {
	width: 600px;
	margin: 20px auto;
}
.phone-backgrounds-text {
	text-align: center;
	color: #e47fd4;
	font-size: 18px;
	margin: 0px auto 20px;
}
.phone-backgrounds {
	text-align: center;
	font-size: 18px;
	width: 180px;
	margin: 0 auto;
}

.video-section {
	padding: 0px;
	background-image: url(../images/bkg_section_skull.jpg);
}
.video-title {
	width: 200px;
	margin: 0 auto;
}
.videos-container {
	margin: 40px auto;
	width: 90%;
}

.bx-wrapper {
	background: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.bx-wrapper .bx-prev {
	width: 34px;
	height: 55px;
	background-image: url(../images/flecha_izquierda.png);
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: 100% auto;
}
.bx-wrapper .bx-next {
	width: 34px;
	height: 55px;
	background-image: url(../images/flecha_derecha.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: 100% auto;
}
.bx-wrapper .bx-prev:hover {
	background-position: center;
}
.bx-wrapper .bx-next:hover {
	background-position: center;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	outline: 0;
	width: 21px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a {
	width: 21px;
	height: 35px;
	margin-top: -36px;
}
.bx-wrapper .bx-prev {
	
}
.bx-wrapper .bx-next {
	
}
.video-frame {
	max-width: 1440px;
	width: 70%;
	margin: 0 auto;
	padding: 0px 0;
}
.video {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
	border: 1px solid #404040;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



.tour-section {
	padding: 40px 0;
	background-image: url(../images/bkg_tour.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -12px;
}
.tour-title {
	width: 200px;
	margin: 0 auto;
}
.songkick-container {
	max-width: 1024px;
	width: 98%;
	margin: 30px auto;
}
.tour-link {
	font-size: 20px;
	margin-left: 60%;
	padding: 40px 0;
}

.city-map-section {
	background-image: url(../images/bkg_section_skull.jpg);
}
.city-map-title {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.coming-soon {
	width: 940px;
	margin: 50px auto 20px;
}

.bio-section {
	/*background-image: url(../images/bkg_bio.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 150% top;*/
	background-color: #000;
	padding-bottom: 60px;
	margin-top: -12px;
	position: relative;
}
.bio-header {
	background-image: url(../images/TFP_header_photo2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: calc((100vw - 15px) * 0.6451);
}
.bio-background {
	position: absolute;
	width: 50%;
	height: calc(100% - ((100vw - 15px) * 0.6451));
	top: calc((100vw - 15px) * 0.6451);
	right: -20%;
}
.bio-background img {
	width: auto;
	height: 100%;
}
.bio-title {
	width: 200px;
	margin: 0 auto;
	position: relative;
}
.bio-text {
	max-width: 900px;
	width: 94%;
	margin: 20px auto;
	font-size: 24px;
	line-height: 1.8em;
	text-align: center;
	position: relative;
}
.bio-section-cont {
	background-image: url(../images/bkg_section_skull.jpg);
}
.bio-image {
	max-width: 900px;
	width: 94%;
	margin: 20px auto;
}
.bio-quote {
	max-width: 900px;
	width: 94%;
	font-size: 36px;
	margin: 20px auto 40px;
	text-align: center;
}
.merchandising-section {
	margin-top: -12px;
	background-color: #000;
}
.merchandising-title {
	text-align: center;
	font-size: 32px;
	color: #e47fd4;
	padding-top: 20px;
}
.merchandising-text {
	width: 94%;
	margin: 30px auto 20px;
	text-align: center;
	font-size: 20px;
}
.merchandising-links {
	width: 300px;
	margin: 0 auto;
	font-size: 20px;
}
.merchandising-links ul {
	margin-left: 60px;
}
.merchandising-links ul li {
	margin: 4px 0;
}
.newsletter-section {
	padding: 380px 0 0px;
	background-color: #000;
	background-image: url(../images/bkg_mailing_list.png);
	background-size: auto 74%;
	background-position: center center;
	background-repeat: no-repeat;
}
.newsletter-title {
	text-align: center;
	font-size: 32px;
	color: #e47fd4;
}
.newsletter-subtitle {
	padding-top: 10px;
	font-size: 24px;
	text-align: center;
}
.newsletter-form {
	margin: 20px auto 50px;
	text-align: center;
}
.newsletter-form input[type=email] {
	color: #FFF;
	background-color: #271625;
	font-size: 22px;
	padding: 6px 10px;
	border: 1px solid #e47fd4
}
.newsletter-form input[type=submit] {
	background-color: #e47fd4;
	color: #000;
	font-size: 22px;
	padding: 6px 10px;
	border: 1px solid #e47fd4
}
.newsletter-form input:focus-visible {
	outline: none;
	border-radius: 0px;
}
.newsletter-success {
	width: 100%;
	height: 100dvh;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	font-size: 22px;
	background-color: #000;
	background-image: url(../images/bkg_mailing_list.png);
	background-size: cover;
	background-position: center;
	color: #FFF;
}
.newsletter-success-message {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.close-popup {
	font-size: 18px;
	text-decoration: underline;
	color: #e47fd4;
	cursor: pointer;
}

/*-----Footer---*/
#footer {
	background-image: url(../images/bkg_footer.jpg);
	background-size: 100% auto;
	background-color: #000;
	overflow: hidden;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #e4c0e1;
	height: calc(100vw * 0.3214);
	position: relative;
}
.social-networks {
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.social-icon {
	float: left;
	width: 40px;
	text-align: center;
}
.social-icon img {
	width: 22px;
}
.fa-brands, .fa-solid {
	color: #FFF;
	font-size: 22px;
}
i {
	color: #FFF;
	font-size: 22px;
}
.logo-footer {
	width: 300px;
	margin: 20px auto;
}

#footer a {
	color: #e4c0e1;
	text-decoration: none;
}
#footer a:hover {
	color: #ce73c0;
}
.footer-frame {
	position: absolute;
	width: 80%;
	bottom: 15px;
	left: 10%;
	text-align: center;
}
.footer-in {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	font-size: 16px;
}

@media (max-width: 880px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#main-frame {
		padding-top: 0;
		overflow-x: hidden;
	}
	.header {
		
	}
	.map-text-layer {
		overflow: hidden;
	}
	.map-title {
		width: 100%;
		top: 0;
		left: 0;
	}
	.map-link {
		width: 40%;
	}
	#theatre {
		top: 33%;
		left: -7%;
	}
	#highschool {
		top: 37%;
		left: 50%;
	}
	#board {
		top: 48%;
		left: 4%;
	}
	#library {
		top: 65%;
		left: 68%;
	}
	#postoffice {
		top: 52%;
		left: 48%;
	}
	#gasstation {
		top: 72%;
		left: 0%;
	}
	.map-subtitle {
		left: 10%;
		width: 80%;
		font-size: 20px;
	}
	.social-networks-header {
		width: 280px !important;
		top: unset;
		bottom: 0;
		left: calc(50% - 140px);
	}
	.social-networks-header .social-icon {
		height: unset;
	}
	.menu-icon {
		font-size: 21px;
		width: 40px;
		top: 5px;
		right: 5px;
	}
	.menu-title {
		display: none;
	}
	.menu-icon img {
		width: 40px;
		padding-top: 0px;
	}
	@keyframes open-panel {
		from {right: -99%;}
		to {right: 0;}
	}
	@keyframes close-panel {
		from {right: 0;}
		to {right: -99%;}
	}
	.menu {
		width: 97%;
		top: 0;
		right: -99%;
		overflow: auto;
		background-color: #000;
		animation-duration: 0.6s;
		animation-fill-mode: forwards;
		z-index: 999999;
		display: none;
	}
	.menu-mobile {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 35px;
	}
	.menu-mobile ul {
		display: none;
		position: relative;
		width: 178px;
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		margin-left: -170px;
		background-color: #8b9499;
		border: 1px solid #585e61;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: left;
		color: #000;
	}
	.menu-mobile a {
		color: #000;
	}
	.menu-mobile a:hover {
		color: #3d3f44;
	}
	.menu-mobile ul {
		list-style-type: none;
	}
	.menu-mobile ul li {
		margin-bottom: 15px;
	}
	.menu-last {
		margin-bottom: 0 !important;
	}
	.close-right-panel-desktop {
		display: none;
	}
	.close-right-panel {
		display: block;
	}
	.logo {
		top: 5px;
		left: 5px;
		width: 42%;
	}
	.album-section {
		background-size: 150% auto;
		background-position: center;
	}
	.album-title {
		width: 68%;
	}
	.album-container {
		width: 94%;
		margin: 10px auto;
	}
	.album-cover {
		width: 55.2vw;
		height: 46vw;
	}
	.album-subtitle {
		width: 98%;
		margin: 10px auto 20px;
		font-size: 22px;
	}
	.album-button {
		margin: 0 auto 20px;
		width: 220px;
		padding: 6px 0;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.popup-album {
		width: 86%;
		height: 470px;
	}
	.popup-album-title {
		width: 80%;
	}
	.popup-album-image {
		width: 80%;
	}
	.popup-album-button {
		width: 220px;
		margin: 20px auto 0;
		font-size: 22px;
	}
	.video-section {
		margin-top: -10px;
	}
	.video-title {
		width: 46%;
	}
	.videos-container {
		margin: 20px auto;
		width: 98%;
	}
	.video-frame {
		width: 75%;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 21px;
		height: 35px;
		margin-top: -26px;
	}
	.tour-section {
		padding-top: 10px;
		background-size: 150% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.tour-title {
		width: 46%;
	}
	.songkick-container {
		width: 98%;
		margin: 20px auto 0;
	}
	.city-map-section {
		
	}
	.city-map-title {
		
	}
	.coming-soon {
		width: 90%;
		margin: 30px auto 0px;
	}
	.popup {
		
	}
	.popop-close {
		right: 6px;
		top: 6px;
	}
	.popup-content {
		padding: 20px 10px;
	}
	.popup-main {
		height: 84dvh;
	}
	.phone-backgrounds-container {
		width: 94%;
	}
	.popup-title {
		width: 40%;
	}
	.video-container {
		width: 100%;
	}
	.video-container2 {
		width: 86%;
	}
	.video-container2 .video {
		padding-bottom: 177.78% !important;
	}
	.video-thumbs {
		width: 50%;
		margin: 0 auto;
	}
	.video-thumb {
		width: 100%;
		margin: 10px 0;
		float: none;
	}
	.feeds-container {
		width: 96%;
		margin: 0 auto;
		height: 90vh
	}
	.feed-container {
		width: 100%;
		min-height: 240px;
		margin: 10px auto;
	}
	.postcard-container {
		width: 94%;
		margin: 10px 3%;
	}
	.popop-close {
		right: -10px
	}
	.bio-section {
		padding-bottom: 0;
		overflow-x: hidden;
	}
	.bio-header {
		background-image: url(../images/TFP_header_photo2.jpg);
		background-size: 130% auto;
		background-repeat: no-repeat;
		height: calc((130vw - 15px) * 0.6451);
		background-position: center;
	}
	.bio-background {
		position: absolute;
		width: 100%;
		height: calc(100% - ((130vw - 15px) * 0.6451));
		top: calc((130vw - 15px) * 0.6451);
		right: 80%;
	}
	.bio-title {
		width: 46%;
	}
	.bio-text {
		width: 92%;
		margin: 10px auto;
		font-size: 18px;
		line-height: 1.6em;
	}
	.bio-quote {
		font-size: 26px;
	}
	.merchandising-title {
		font-size: 28px;
		padding-top: 30px;
	}
	.merchandising-text {
		font-size: 18px;
	}
	.merchandising-links {
		width: 290px;
		font-size: 18px;
	}
	.newsletter-section {
		
	}
	.newsletter-title {
		font-size: 28px;
	}
	.newsletter-subtitle {
		padding-top: 8px;
		font-size: 20px;
	}
	.newsletter-form input[type="email"] {
		width: 60%;
	}
	#footer {
		
	}
	.social-networks {
		padding-top: 0px;
	}
	.logo-footer {
		display: none;
	}
	.footer-frame {
		width: 96%;
		bottom: 0px;
		left: 2%;
	}
	.footer-in {
		width: 100%;
	}
	.copyright {
		font-size: 12px;
	}
}
