@font-face {
	font-family: 'BentonSansLight';
	src: url('fonts/BentonSans-Light.woff') format('woff')
}

@font-face {
	font-family: '1942';
	src: url('fonts/1942.ttf')
}

body {
	background-color: black;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	tab-size: 0;
	-moz-tab-size: 0
}

/* backgrounds */
.background {
	background-image: url(../images/background4.jpg);
}

/* background animation */
.background-animated {
	animation-duration: 90s;
	animation-iteration-count: infinite
}

@keyframes moving {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.14)
	}

	100% {
		transform: scale(1)
	}

}

.background {
	position: fixed;
	z-index: 0;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image .4s;
	animation-name: moving;
	pointer-events: none;
}

/* backgrounds shadow */
.shadow {
	background: radial-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 122%);
	position: fixed;
	bottom: 0;
	top: -50px;
	right: 0;
	left: 0;
	pointer-events: none;
}

/* positions */
.shadow {
	z-index: 1
}

header {
	z-index: 3;
	position: fixed;
}

main,
article header,
footer,
aside {
	z-index: 2;
	position: relative
}

main {
	padding-top: 78px !important;
}

.menu {
	z-index: 3
}

/* content */
article,
footer {
	font-family: "BentonSansLight"
}

main header {
	font-family: "1942" !important;
}

html,
body,
main {
	min-height: 1188px;
}

main {
	padding: 78px;
	padding-top: 20px;
	padding-right: 12%;
	width: 78%;
	margin: 0 auto;
	padding-left: 59px;
}

article header {
	font-weight: 200;
	margin-bottom: 17px;
	font-size: 3em;
	letter-spacing: 1.6px
}

article summary {
	font-size: 1.4em;
	letter-spacing: 1.3px;
	margin-bottom: 20px;
}

article span {
	white-space: pre-wrap;
	font-size: 1.2em;
	text-rendering: optimizeLegibility;
	margin-bottom: 30px;
	display: block;
}

article span a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white
}

article span .fa {
	margin-right: 9px;
	margin-left: 25px
}

/* thumbs */
.gallery {
	margin-bottom: 23px
}

.gallery img {
	max-width: 100%;
	max-height: 400px;
	background-color: white;
	background-color: rgba(255, 255, 255, .3);
	padding: 10px;
	transition: background-color .6s
}

.gallery img:hover {
	background-color: rgba(255, 255, 255, .8)
}

a.pic {
	text-decoration: none;
	border: 0;
}

.gallery li {
	margin-bottom: 13px;
	position: relative;
}

.videos {
	margin-bottom: 23px;
	padding: 20px;
}

.videos .video {
	max-width: 90%;
	max-height: 650px;
	padding: 20px;
	background-color: white;
	background-color: rgba(255, 255, 255, .3);
	padding: 10px;
	transition: background-color .6s
}

.videos .video:hover {
	background-color: rgba(255, 255, 255, .8)
}

.videos li {
	margin-bottom: 13px;
	position: relative;
}

.video {
	max-width: 90%;
	max-height: 650px;
	padding: 20px;
	background-color: white;
	background-color: rgba(255, 255, 255, .3);
	padding: 10px;
	transition: background-color .6s
}

/* watermark */

/*.watermark {
	background-image: url(../images/watermark.png);
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 98% 98%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	padding: 0;
	margin: 0;
	transition: background-image .2s;
	border-bottom: 15px solid transparent;
	border-right: 8px solid transparent
}
*/
.gallery li:hover .watermark {
	opacity: .38
}

/* pic fullscreen */
.pic-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	padding: 40px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	max-height: inherit !important;
	text-align: center;
	background-color: black;
	background-color: rgba(0, 0, 0, .7);
	z-index: 10;
	overflow-y: none;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.pic-fullscreen div {
	height: 100%;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.pic-fullscreen img {
	max-width: 100%;
	max-height: 100%;
	background-color: white;
	background-color: rgba(255, 255, 255, .5);
	padding: 10px
}

/* menu */
.menu {
	position: fixed;
	top: 0;
	right: 0;
	padding: 54px;
	padding-top: 34px;
	text-align: right;
	transition: all 1.4s;
	background-color: transparent;
	border-bottom-left-radius: 10px;
}

li {
	list-style-type: none;
}

.menu ul {
	list-style-type: none;
	margin-left: -7px;
}

.menu li {
	display: inline-block;
	margin-left: 20px;
	border: 1px solid transparent;
	transition: all .7s ease-out
}

.menu a {
	font-size: .9em;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
	color: white;
	color: rgba(255, 255, 255, .54);
	padding: 12px;
	padding-bottom: 6px;
	padding-top: 7px;
	transition: all 1s ease-out
}

.menu a:hover,
.menu li.selected a {
	text-shadow: 0px 0px 10px black;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	color: white;
	color: rgba(255, 255, 255, .9)
}

.menu.sticky {
	padding: 5px;
	background-color: black;
	background-color: rgba(0, 0, 0, .48);
	padding-left: 0px;
}

.menu li:hover,
.menu li.selected {
	border-bottom: 1px solid transparent;
	border-top: 1px solid white;
	border-top: 1px solid rgba(255, 255, 255, .6)
}

.menu.sticky li:hover,
.menu.sticky li.selected {
	border-top: 1px solid transparent;
	border-bottom: 1px solid white;
	border-bottom: 1px solid rgba(255, 255, 255, .6)
}

body[page="home"] .menu.sticky {
	background-color: black;
	background-color: rgba(0, 0, 0, 1)
}

/* nd */
.nd {
	display: block;
	position: relative;
	z-index: 4;
	transition: all 1s ease-out;
	margin-left: 21px;
	margin-top: 30px;
	max-width: 70%;
}

/* footer */
footer {
	margin: 0;
	background-color: black;
	color: white;
	color: rgba(255, 255, 255, .4);
	width: 100%;
	padding: 14px;
	font-size: 1em;
	letter-spacing: 2.2px;
	line-height: 1.8;
	transition: background-color .6s ease-in
}

footer:hover,
body[mobile] footer {
	background-color: black;
}

footer a {
	color: white;
	color: rgba(255, 255, 255, .4);
	text-decoration: none;
	transition: all .3s ease-in;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent
}

footer a:hover {
	border-bottom: 1px solid white
}

footer i.surname,
body[mobile] footer i.surname {
	color: white;
	transition: color .3s ease-in;
	font-style: normal
}

footer:hover i.surname,
body[mobile] footer i.surname {
	color: white
}

footer span.name {
	color: white;
	color: rgba(255, 255, 255, .4);
	transition: color .6s ease
}

footer:hover span.name,
body[mobile] footer span.name {
	color: white;
	color: rgba(255, 255, 255, .6)
}

footer i.fa {
	transition: color .6s ease-in
}

footer i.fa,
body[mobile] footer i.fa {
	color: white;
}

footer a:hover,
body[mobile] footer a {
	color: rgba(255, 255, 255, .65);
}

/* thumbs columns */
.column {
	column-width: auto;
	column-gap: 1%;
	column-count: auto
}

.column {
	width: 100%;
	max-width: 100%;
	column-count: 1
}

@media screen and (min-width:500px) {
	.column {
		column-count: 2
	}

}

@media screen and (min-width:650px) {
	.column {
		column-count: auto;
		column-width: 20em
	}

}

.column > li {
	display: inline-block;
	clear: both;
	width: 100%;
	position: relative;
}

/* preloader */
.spin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: WhiteSmoke;
	padding-top: 8%;
	z-index: 9999
}

.spinner {
	opacity: .6;
	margin: 0 auto;
	padding-top: 20px;
	width: 45px;
	height: 45px;
	position: relative;
	text-align: center;
	animation: rotate 2.0s infinite linear
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: violet;
	border-radius: 100%;
	animation: bounce 2.0s infinite ease-in-out
}

.dot2 {
	top: auto;
	bottom: 0px;
	animation-delay: -1.0s
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}

}

@keyframes bounce {
	0%,
	100% {
		transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
	}

}

.spin-logo {
	margin: 0;
	margin-bottom: 40px;
	transition: all .9s ease;
}

.disco {
	position: relative;
}

article[data-page="disco"] {
	position: relative;
}

article[data-page="disco"] .section {
	max-width: 50%;
}

.cdbaby {
	width: 50%;
	max-width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	margin-top: 90px;
}

body[mobile] .cdbaby {
	max-width: 100%;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

body[mobile] article[data-page="disco"] .section {
	max-width: 100%;
}

/* resolutions */
@media screen and (max-width:970px) {
	header {
		position: relative !important
	}

	.menu {
		position: relative !important;
		padding: 5px;
		padding-top: 23px !important;
	}

	.menu li {
		margin-left: 20%;
		min-width: 23%;
		text-align: left;
		display: inline-block;
	}

	.menu li:hover,
	.menu li.selected {
		border-top: 1px solid transparent !important;
		border-bottom: 1px solid transparent !important;
		border-left: 1px solid white;
		border-left: 1px solid rgba(255, 255, 255, .6)
	}

	main {
		width: 100%;
		padding: 50px
	}

	.no-mobile {
		display: none
	}

	.break-mobile {
		display: block;
		clear: both
	}

	article {
		font-size: .7em
	}

	footer {
		padding: 7px;
		padding-bottom: 4px;
		padding-top: 3px;
		font-size: .95em;
		text-align: center;
	}

	.background {
		transition: none
	}

	html,
	body,
	main {
		min-height: 950px
	}

	.videos .video {
		max-width: 100%;
	}

	.cdbaby {
		max-width: 100%;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	article[data-page="disco"] .section {
		max-width: 100% !important;
	}

}

@media screen and (max-width:750px) {
	header {
		position: relative !important
	}

	.menu {
		position: relative !important;
		padding: 5px;
		text-align: center;
		transition: none !important;
	}

	.menu li {
		padding: 0;
		margin: 0;
		display: inline;
		min-width: 0px !important;
	}

	.menu li:hover,
	.menu li.selected {
		border-color: transparent;
	}

	main {
		width: 100%;
		padding: 35px;
		padding-top: 0px !important;
	}

	.no-mobile {
		display: none
	}

	.break-mobile {
		display: block;
		clear: both
	}

	article {
		font-size: .7em
	}

	footer {
		padding: 7px;
		padding-bottom: 4px;
		padding-top: 3px;
		font-size: .95em;
		text-align: center;
	}

	.background {
		transition: none
	}

	html,
	body,
	main {
		min-height: 950px
	}

	.videos .video {
		max-width: 100%;
	}

	.cdbaby {
		max-width: 100%;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	article[data-page="disco"] .section {
		max-width: 100% !important;
	}

}

/* no selection */
nav,
.nd {
	user-select: none;
	cursor: default;
}

/* ignore clicks */
.ignore-click {
	pointer-events: none;
}

.pointer {
	cursor: pointer;
}

span:empty,
summary:empty,
header:empty {
	display: none;
}

.blur {
	filter: blur(3px);
}

.no-blur {
	filter: none !important;
}

article[data-page="letras"] .group {
	font-size: .8rem;
	display: inline-block;
	float: left;
	width: 40%;
	padding-top: 50px;
	padding-right: 10px;
}