/* 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,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('fonts/SourceSansPro-Bold.eot');
	src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Bold.woff') format('woff'),
		url('fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: url('fonts/SourceSansPro-Semibold.eot');
	src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Semibold.woff') format('woff'),
		url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.eot');
	src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Regular.woff') format('woff'),
		url('fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/** GENERAL **/
body{ background: #ff950b; margin: 0 auto; font-family: "Bebas Neue Book", "Trebuchet MS", sans-serif; color: #fff; }
i, em{ font-style: italic; }
b, strong{ font-weight: bold; }
h1, h2, h3, h4, h5, h6{ 
    display: inline-block; 
    margin: 0; 
    padding: 0;
}
a{ 
    color: #fff;
    transition: all 0.25s;
    -webktit-transition: all 0.25s;
    -moz-transition: all 0.25s;
}
a:hover{ color: #f1e9b1; }
.clearfix{ clear: both; height: 1px; }

/* COLORS */
.yellow{ color: #f3ebb1; }
.nude{ color: #eacdb9; }
.gray{ color: #ffffff; }

/*** INTRO ***/
#intro{
	position: relative;
	background: url("../img/lulusantos-bg-2019-002.jpg") fixed no-repeat top right;
	background-size: 100% auto;
}
#header{
    width: 100%;
    background: #de6eff;
    text-align: center;
}

#header img{
    height: auto;
    width: 60%;
}

#intro aside .cover{
	display: block;
	width: 84%;
	background-size: 100% 100%;
	margin: -4% auto 0% auto;
	padding: 9% 8%;
}
#intro aside .cover img{
	display: block;
	width: 92%;
	margin: 0 auto;
}
#intro aside nav.listenat{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#intro aside nav.listenat a{
	display: block;	
	margin: 0 auto 5.5% auto;
	cursor: pointer;
}
#intro aside nav.listenat a.spotify img{ 
	display: block; 
	width: auto;
	margin: 0 auto;
	cursor: pointer;
}
#intro aside.right nav.listenat a.spotify img{ height: 1.93vw; }
#intro aside.right nav.listenat a.deezer img{ height: 1.41vw; }
#intro aside.right nav.listenat a.itunes img{ height: 2.01vw; }
#intro aside.right nav.listenat a.applemusic img{ height: 1.42vw; }
#intro aside.right nav.listenat a.universalmusic{ margin-top: 8vw; }

#intro aside.right{
	float: right;
	width: 17%;
	margin: 6% 22% 6% 0;
}
#intro aside.left{
	float: left;
	width: 17%;
	margin: 6% 0 6% 22%;
}
#intro aside .epname{
	display: block;
	width: 100%;
	height: 13.55vw;
	background: url("../img/logo-ep-lulu_santos-001.png") no-repeat top left;
	background-size: 100% auto;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#intro nav.followme{
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 5% auto 0% auto;
    background: #ff950b;
    padding: 1.4vw 0;
}
#intro nav.followme a{
	display: inline-block;
	vertical-align: middle;
	width: 2.6vw;
	height: 2vw;
	max-width: 35px;
	max-height: 30px;
	text-indent: -9999px;
	margin: 0 2%;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
#intro nav.followme a.facebook{ background: url("../img/sprite-social_buttons-001.png") no-repeat -3.5% 0px; background-size: auto 200%; }
#intro nav.followme a.facebook:hover{ background: url("../img/sprite-social_buttons-001.png") no-repeat -3.5% 100%; background-size: auto 200%; }
#intro nav.followme a.instagram{ background: url("../img/sprite-social_buttons-001.png") no-repeat 29.5% 0px; background-size: auto 200%; }
#intro nav.followme a.instagram:hover{ background: url("../img/sprite-social_buttons-001.png") no-repeat 29.5% 100%; background-size: auto 200%; }
#intro nav.followme a.twitter{ background: url("../img/sprite-social_buttons-001.png") no-repeat 64.75% 0px; background-size: auto 200%; }
#intro nav.followme a.twitter:hover{ background: url("../img/sprite-social_buttons-001.png") no-repeat 64.75% 100%; background-size: auto 200%; }
#intro nav.followme a.youtube{ background: url("../img/sprite-social_buttons-001.png") no-repeat 100.55% 0px; background-size: auto 200%; }
#intro nav.followme a.youtube:hover{ background: url("../img/sprite-social_buttons-001.png") no-repeat 100.55% 100%; background-size: auto 200%; }

/*** AGENDA (fb events calendar) by Felipe Krust 15.01.2018 ***/
/************************************************************/
#nextevents{
    position: relative;
    background: #30025c;
    margin: 0;
    padding: 5% 0;
}
@media (max-width: 800px){
    #nextevents{ padding: 10% 0; }
}
#nextevents .container{
    display: block;
    width: 75%;
    text-align: left;
    margin: 0 auto;
}
#nextevents .container .title{
    display: block;
    font-size: 300%;
    text-align: center;
    margin: 0 0 5% 0;
}
@media (max-width: 800px){
    #nextevents .container{ width: 95%; }
    #nextevents .container .title{ font-size: 150%; }
}
#nextevents .container ul li{
    display: block;
    margin: 0 0 2% 0;
    padding: 0 0 0 2%;
    border-left: 5pt solid #fff;
    transition: all 0.75s;
}
#nextevents .container ul li:hover{
    border-left: none;
    padding: 0;
}
#nextevents .container ul li a{
    display: block;
    font-size: 125%;
    color: #fee77a;
    text-decoration: none; 
    padding: 2%;
    background: rgba(0,0,0,0.2);
    transition: all 0.75s;
}
@media (max-width: 800px){
    #nextevents .container ul li a{
        font-size: 75%;   
        padding: 4%;
    }
}
#nextevents .container ul li a:hover{
    color: #000;
    background: #ffffff;
    padding-left: 3%;
}

#contact{
	position: relative;
    clear: both;
    width: 100%;
	padding: 2% 0;
    font: bold 1.68vw "SourceSansPro-Semibold";	
    background: url("../img/bg-photo-lulu_santos-001.jpg") no-repeat top center;
	background-size: cover;
}
#contact .container{
	position: relative;
	z-index: 2;
	width: 70%;
	margin: 0 auto;
}
#contact .container aside.contact{
	float: left;
	width: 40%;
	text-align: left;
}
#contact .container aside.contact p{
	display: block;
	font-size: 2.32vw;
	margin: 0 0 10% 0;	
}
#contact .container aside.contact p a{
	display: block;
	font-size: 1.3vw;
	text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}
#contact .container aside.contact p b{
	font-size: 1.3vw;
	color: #FFF;
    text-transform: uppercase;
}
#contact .container aside.signup{
	float: right;
	width: 35%;
	text-align: left;
}
#contact .container aside.signup form input{
	display: block;
	width: 94%;
	font: normal 1.4vw "Arial", sans-serif;
	color: #fff;
	background: #ff950b;	
	border: none;
	margin: 0 0 7% 0;
	padding: 6% 3%;
}
#contact .container aside.signup form .submit{
	float: right;
	font: 2vw "SourceSansPro-Bold";
	color: #ff950b;
	text-align: center;
	padding: 2% 4%;
	background: none;
    border: 5px solid #ff950b;
    margin-top: 5%;
    width: 100%;
}
#contact .container aside.signup form .advertise{
	float: left;
	width: 100%;
	font: normal .7vw sans-serif;
	letter-spacing: 0.04vw;
	color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
#footer-tarj{
	position: relative;
    clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 1% 0;
    background: #4f1f59;
}
#footer-tarj a.bca{
	display: inline-block;
	width: 5.53vw;
	height: 5.53vw;
	background: url("../img/bca.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}

#footer-tarj a.newkeeper{
	display: inline-block;
	width: 5.53vw;
	height: 5.53vw;
	background: url("../img/newkeeper.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}

#footer-tarj a.novacase{
	display: inline-block;
	width: 5.53vw;
	height: 5.53vw;
	background: url("../img/novacase.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}
#footer-tarj a.fredperry{
	display: inline-block;
	width: 7vw;
	height: 5.53vw;
	background: url("../img/logo-fred_perry-001.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}

#footer-tarj a.shure{
	display: inline-block;
	width: 7.53vw;
	height: 5.53vw;
	background: url("../img/shure.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}

#footer-tarj a.daddario{
	display: inline-block;
	width: 7.53vw;
	height: 5.53vw;
	background: url("../img/daddario.png") no-repeat center center;	
	text-indent: -9999px;
	background-size: contain;
	margin: 0 1vw;
}

.bottom-title{
    width: 100%;
    font: normal 3vw "SourceSansPro-Regular" !important;
    padding-bottom: 10% !important;
    line-height: 2vw !important;
}

.bottom-title small{
    font-size: 2.25vw;
}

.signup .bottom-title{
    text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}