@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body{
  height:100%;
  position: relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.clearBoth {
	clear: both;
}
/* END CSS Reset */


/* BASE CSS */
h1, h2, h3, h4, h5, h6, p, a, span {
font-family: 'Lato', sans-serif;
}

/* END BASE CSS */

.exitpopup_bg {
   display: none;
   width: 100%; 
   height: 100%; 
   position: fixed; 
   background: rgb(0, 0, 0); 
   opacity: 0.9; 
   z-index: 999998;
}
.exitpopup {
   display: none;
   position: fixed; 
   color: rgb(0, 0, 0); 
   padding: 40px 20px 20px; 
   z-index: 999999; 
   background: rgb(247, 247, 247);  
}

/* LAYOUT CSS */
nav {
	width: 100%;
	height: 70px;
	background: #333;
	margin: 0 auto;
	position:fixed;
	z-index: 1;
	
}
.wow {
	visibility: hidden;
}
.brand {
	display: inline-block;
    width: 80px;
    height: 100px;
    background: url(images/minim-logo3.png) no-repeat;
	background-size: cover;
    margin: 0;
    padding: 0;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 3;
}
.brand span {
    display: none;
}
.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	border:10px solid #fff;
}
.artist-container {
	width: 100%;
	height: 470px;
	position: relative;
	float: none;
	border-bottom: 10px solid #fff;
	cursor: pointer;
}
.artist-container:last-child {
	border-right: none;
}
#b2 {
	border-right: none;
}
.bg1 {
	background: none;
}
.bg2 {
	background: none;
}
.bg3 {
	background: none;
}
.bg4 {
	background: none;
}
article {
	position: relative;
    top: -70%;
	width: 100%;
	height: 50%;
	padding: 20px;
	text-align: right;
}

.track {
	color: #333;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 4px 10px;
	font-weight: 900;
	font-size: 20px;
}
.track span {
	font-weight: 300;
	font-size: 16px;
	color: #333;
	text-align:left;
}
.artist {
	color: #fff;
	font-weight: 900;
	font-size: 46px;
}
h3.track-title {
    text-align: left;
    font-size: 32px;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.info-cta {
	display: block;
	max-width: 50%;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	border: 2px solid #fff;
	margin: 15px 0 0 0;
	padding: 10px 20px;
	text-align: center;
	float: right;
	transition: all .2s ease-in-out;
}
.info-cta:hover {
	background: #fff;
	color: #333;
}
.artist-panel {
	display: none;
    position: absolute;
	top:0;
	background: #fff;
	width: 100%;
	height: 1940px;
}
article.artist-photo {
	position: relative;
	top: 0;
	background-size: cover;
	width:100%;
	height: 40%;
	float: none;
	display: none;
} 
article.artist-details {
	width: 100%;
	height: 60%;
	float: left;
	position: relative;
	top:0;
}
h2.artist-name {
	color: #333;
	font-size: 46px;
	font-weight: 900;
	text-align: left;
	margin: 80px 0 20px 0;
}
.artist-panel p.bio {
	font-size: 20px;
	color: #333;
	text-align: left;
    line-height: 26px;
    padding: 10px 0 10px 0;
	font-weight: 300;
}
.artist-panel p.bio:last-of-type {
	margin-bottom:20px;
}
span.close {
	background: url(images/close-x2.png) no-repeat top center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor:pointer;
	z-index: 1;
}
.pre-order-btn {
	padding: 15px 20px 15px 20px;
	border: 3px solid #333;
	background: #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin:30px auto;
	display: block;
	text-transform:uppercase;
	transition: all .2s ease-in-out;
}
.pre-order-btn:hover {
	border: 3px solid #333;
	color: #333;
	background: none;
}
h3.subscribe-heading {
    font-weight: 900;
    font-size: 15px;
    text-align: left;
	padding: 0 0 0px 0;
}
form#subForm {
	width: 100%;
    text-align: left;
	margin-bottom: 40px;
}
label {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 15px;
}
input#fieldEmail {
    width: 100%;
    height: 50px;
    margin: 20px 0;
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight:300;
	border-radius: 0;
}
button {
    width: 180px;
    height: 50px;
    border: 3px solid #333;
    background: none;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
	color: #333;
    text-transform: uppercase;
	transition: all .2s ease-in-out;
	margin-bottom: 60px;
	
}
button:hover {
	background: #333;
	color: #fff;
}

.social-links {
    float: right;
    overflow: hidden;
    padding: 6px 20px 6px 10px;
    position: relative;
    right: 0px;
    top: 136px;
    z-index: 10;
    background-color: #fff;
	display: none;
}
.social-links a {
    display: block;
    float: right;
    margin-left: 10px;
    width: 24px;
    height: 25px;
    background: url(images/social_icons.png) 0 0 no-repeat;
}
.social-links a.soundcloud {
    background-position: -374px 0;
}
.social-links a.twitter {
    background-position: -306px 0;
}
.social-links a.soundcloud:hover, .social-links a.twitter:hover, .social-links a.facebook:hover {
	opacity: 0.6;
	transition: all .2s ease-in-out;
	
}

@media (min-width: 700px) {
.social-links {
display: block;
    float: right;
    overflow: hidden;
    padding: 6px 20px 6px 10px;
    position: relative;
    right: 0px;
    top: 136px;
    z-index: 10;
    background-color: #fff;
}
.brand {
	position: fixed;
}
	
.artist-container {
	width: 50%;
	height: 600px;
	position: relative;
	float: left;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.artist-container:nth-child(2) {
	border-right: none;
}
.artist-container:nth-child(3 + 4) {
	border-bottom: none;
}
article {
	position: relative;
    top: -45%;
	width: 100%;
	height: 50%;
	padding: 20px;
	text-align: right;
}	

.artist-panel {
	display: none;
    position: absolute;
	top:0;
	background: #fff;
	width: 100%;
	height: 1420px;
}
article.artist-photo {
	position: relative;
	top: 0;
	background-size: cover;
	width:100%;
	height: 40%;
	float: none;
	display: block;
}
.bg1 {
	background: url(images/rabotnic-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg2 {
	background: url(images/jerome-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg3 {
	background: url(images/coriesu-diego-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg4 {
	background: url(images/arenque-bg.jpg) no-repeat top center;
	background-size: cover;
}
article.artist-details {
	width: 100%;
	height: 60%;
	float: left;
	position: relative;
	top:0;
}
h2.artist-name {
	color: #333;
	font-size: 90px;
	font-weight: 900;
	text-align: left;
	margin: 0 0 20px 0;
}
.artist-panel p.bio {
	font-size: 20px;
	color: #333;
	text-align: left;
    line-height: 26px;
    padding: 10px 0 10px 0;
	font-weight: 300;
}
span.close {
	background: url(images/close-x2.png) no-repeat top center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor:pointer;
	z-index: 1;
}
	
}
@media (min-width: 980px) {
.social-links {
display: block;
    float: right;
    overflow: hidden;
    padding: 6px 20px 6px 10px;
    position: relative;
    right: 0px;
    top: 136px;
    z-index: 10;
    background-color: #fff;
}
.brand {
    width: 100px;
    height: 124px;
	position:fixed;
}
.artist-container {
	width: 25%;
	height: 100%;
	position: relative;
	float: left;
	border-right: 10px solid #fff;
	border-bottom: none;
}
.artist-container:last-child {
	border-right: none !important;
}
.artist-container:nth-child(2) {
	border-right: 10px solid #fff;
}
.bg1 {
	background: url(images/rabotnic-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg2 {
	background: url(images/jerome-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg3 {
	background: url(images/coriesu-diego-bg.jpg) no-repeat top center;
	background-size: cover;
}
.bg4 {
	background: url(images/arenque-bg.jpg) no-repeat top center;
	background-size: cover;
}
article {
	position: relative;
    top: -40%;
	width: 100%;
	height: 50%;
	padding: 20px;
	text-align: right;
}
.info-cta {
	margin: 25px 0 0 0;
}
.artist-panel {
	display: none;
    position: absolute;
	top:0;
	background: #fff;
	width: 100%;
	height: 100%;
}
article.artist-photo {
	position: relative;
	top: 0;
	background-size: cover;
	width:50%;
	height: 100%;
	float: left;
	display: block;
}
article.artist-details {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	top:0;
	padding: 0 40px;
}
h2.artist-name {
	color: #333;
	font-size: 90px;
	font-weight: 900;
	text-align: left;
	margin: 0 0 20px 0;
}
.artist-panel p.bio {
	font-size: 20px;
	color: #333;
	text-align: left;
    line-height: 26px;
    padding: 10px 0 10px 0;
	font-weight: 300;
}
span.close {
	background: url(images/close-x2.png) no-repeat top center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor:pointer;
	z-index: 1;
}
span.close:hover {
	
}
.pre-order-btn {
	padding: 15px 20px 15px 20px;
	border: 3px solid #333;
	background: none;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin:30px auto;
	display: block;
	text-transform:uppercase;
	transition: all .2s ease-in-out;
}
.pre-order-btn:hover {
	border: 3px solid #333;
	color: #fff;
	background: #333;
}
}
@media (min-width: 1700px) {
.artist {
	font-size: 59px;	
	}
}


/* END LAYOUT CSS */