/*------------------------------------general-----------------------------------------*/
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	/*background-color:#FEDFB3;*/
}	

div{
	margin:0;
	padding:0;
	border:0;
}

img{
	margin:0;
	padding:0;
	border:0;
}

p{
	margin:0;
	padding:0;
	border:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
	z-index: 1000000;
}




/*------------------------------------fonts-----------------------------------------*/

@font-face{
    font-family:"akzidenzMed";
    font-style:normal;
	font-weight:normal;
    src: url(../fonts/AkzidGroStdMed.otf) format('opentype');
}

.bodyCopy{
	font-family:"akzidenzMed";
	font-size:12px;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
	text-transform: uppercase;
	color:#fff;
}

/*------------------------------------animations-----------------------------------------*/

@keyframes bounce1 {

0%{transform:translateY(0px)}

50%{transform:translateY(10px)}

100%{transform:translateY(0px)}
}


/*------------------------------------MAIN-----------------------------------------*/


#mainSection{
	position:relative;
	width:100vw;
	height:auto;
	min-height: 700px;
	background-color:#776e6c;
	z-index:1;
}

#pressCon{
	position:relative;
	width:100vw;
	height:100vh;
	opacity: 0;
}

#pressIMG{
	position:absolute;
	width:80vw;
	height:80vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-image: url('../images/main01.jpg');
	background-repeat: no repeat;
	background-position: center;
	/*background-color:rgba(255,255,255,1);*/
	background-size: cover;
}

.linkBlock{
	position: absolute;
    width: 390px;
    height: 40px;
	top:400px;
	bottom:0;
	left:50px;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

.mainLink{
	font-family: "akzidenzMed";
    font-size: 34px;
    letter-spacing: 4px;
    color: #fff;
    display: inline-block;
    margin: 0 40px;
    transition: 300ms;
}

.mainLink:hover{
	color:#618c93;
}


#scroll{
	font-family:"akzidenzMed";
	font-size:12px;
	letter-spacing: 2px;
	position:absolute;
	width:60px;
	height:15px;
	bottom:40px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	animation: bounce1 2000ms infinite;
}

#upperCon{
	position:relative;
	width:100vw;
	height:auto;
	margin: 0 0 150px 0;
}

#seLogo{
	position:absolute;
	width: 100px;
    height: auto;
    top: 20px;
    left: 20px;
	margin:auto;
	z-index: 100;
}

@media (min-width:0px) and (max-width:500px){

.linkBlock {
    position: absolute;
    width: 200px;
    height: 100px;
    left:0;
    top:270px;
}

.mainLink{
   display: block;
    text-align: center;
    line-height: 56px;
    margin: 0;
}

#seLogo{
	position:absolute;
	width: 80px;
    height: auto;
    top: 10px;
    left: 10px;
	margin:auto;
	z-index: 100;
}

}

#introCon{
	position:absolute;
	width: 450px;
    height: 500px;
    top: 100px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	overflow:hidden;
	background-color:rgba(0,0,0,0.0);
	transform: translateY(10px);
}

#vidTitle{
	font-family: "akzidenzMed";
	font-size: 14px;
	color:#ffffff;
}

#introEl{
	position:absolute;
	width: 100%;
	height:auto;
	bottom:0;
	transition:600ms 170ms; 
}

#playButton{
	position:absolute;
	width:100px;
	height:100px;
	top:30px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0.8;
	transition:600ms; 
}

#introCon:hover #playButton{
	opacity: 1;
	transform: scale(1.1,1.1);
}

#introCon:hover #introEl{
	transform: scale(1.02,1.02);
}

#listenCon{
	position:absolute;
	width: 450px;
    height: 40px;
    top: 580px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	opacity: 0;
	transform: translateY(10px);
}

#listenText{
	font-family: "akzidenzMed";
	font-size: 36px;
	color: #000000;
    text-align: center;	
    transition: 300ms;
}

#listenText:hover{
	color:#D6C167;
}



@media (min-width:0px) and (max-width:500px){

#introCon{
	position:absolute;
	width: 300px;
	height:340px;
}

#listenCon{
	position:absolute;
	width: 300px;
	top: 420px;
}

}

#midCon{
	position:relative;
	width:100vw;
	min-height:500px;
}

.bioCon{
	position:relative;
	width:80%;
	margin: auto;
}

#newsletterCon{
	position:relative;
	width:380px;
	height: 120px;
	top:0;
	left:0;
	right:0;
	margin:0px auto 140px auto;
	padding: 20px 20px 10px 20px;
	border: 1px solid #ffffff;
}


#mc_embed_signup input.email{
	font-family:  "akzidenzMed",sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 10px 0;
    min-height: 32px;
    width: 94%;
    min-width: 130px;
    border: 1px solid #ffffff !important;
    background-color: rgba(0,0,0,0);
}

.clear{
	position:relative;
	width:80px;
	left:0;
	right:0;
	margin:auto;
} 


input[type="submit"] {
	font-family:  "akzidenzMed",sans-serif;
	font-size: 12px;
	width: 80px;
	height: 30px;
    border: 1px solid #ffffff !important;
    background-color: #ffffff;
    color:#776e6c;
    transition: 300ms;
}

input[type="submit"]:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(0,0,0,0);
}


#tourTitleText{
	position: relative;
	width: 100%;
    font-family: "akzidenzMed";
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 110px;
    height: 110px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    background-color:rgba(0,0,0,0.0);
}

@media (min-width:0px) and (max-width:414px){

#tourTitleText{
    font-size: 52px;
}

#newsletterCon{
width: 240px;
}

.contTitle {
    font-size: 17px !important;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

}


#bitWidgetCon{
	position:relative;
	width:90%;
	height:auto;
	left:0;
	right:0;
	margin: 0px auto 0px auto;
	background-color:rgba(0,0,0,0.0);
}

.bit-widget{
	font-family: "akzidenzMed" !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
}

.bit-widget .bit-offers{
	background-color: #fff !important;
    border: 1px solid #fff !important;
	color: #776e6c !important;
}

.bit-widget .bit-top-track-button{
	text-align: center;
	letter-spacing: 1px;
}

.bit-widget .bit-nav-bar-container .bit-nav-bar{
	display: none !important;
}

.bit-widget .bit-event .bit-date, .bit-widget .bit-venue, .bit-widget .bit-event .bit-location{
	font-size:16px;
	/*letter-spacing: 2px;*/
	color: #fff !important;
}

.bit-widget .bit-event .bit-details a, .bit-widget .bit-event .bit-offers-menu a{
	font-size:16px;
	letter-spacing: 2px;
	line-height:24px !important;
	padding: 2px 7px;
    margin: -9px 0 0 0;
}

.bit-widget .bit-event{
	border-top:none !important;
	border-bottom:1px solid #fff !important;
	transition: 300ms;
}

.bit-widget .bit-event:hover{
	background-color:#49403f !important;
}

.bit-widget .bit-event .bit-button{
	border: 1px solid #fff !important;
	width:auto !important;
	transition: 300ms;
}

.bit-rsvp{
	color: #fff !important;
}

.bit-rsvp:hover{
	background-color:#fff !important;
	color: #776e6c !important;
}

.bit-offers:hover{
	background-color:#776e6c !important; 
	color:#fff !important;
}

.bit-widget .bit-no-dates-container{
	border:none;
}

#placeholder{
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
}


.eventCon{
	position:relative;
	width: 100%;
	height: 60px;
	border-bottom:1px solid #e3d279;
	background-color:rgba(0,0,0,0.05);
}

.eventEl{
	position:relative;
	display: inline-block;
	height:100%;
	background-color:rgba(0,0,0,0.05);
}

#buttonCon{
	position:absolute;
	top:0;
	right:0;
}

.eventButton{
	position:relative;
	width:100px;
	height:40px;
}


@media (min-width:0px) and (max-width:1000px){

.bit-widget .bit-event .bit-button{
	width: 100px !important;
	margin: 2px 0 !important
}

.bit-widget .bit-event .bit-button:hover{
	width: 100px !important;
	/*margin: 2px 0 !important*/
}

}

/*------------------------------------footer-----------------------------------------*/

#lowerCon{
	position:relative;
	width:100vw;
	min-height:660px;
}

#merchText{
	position: relative;
	width: 200px;
    font-family: "akzidenzMed";
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 110px;
    height: 110px;
    left:0;
    right:0;
    margin: 40px auto 30px auto;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    background-color:rgba(0,0,0,0.0);
    transition:300ms;
}

#merchText:hover{
	color:#49403f;
}

.socialContainer{
	position:relative;
	width:291px;
	height:60px;
	top:0;
	left:0;
	right:0;
	margin:10px auto 30px auto;
	background-color:rgba(0,0,0,0.0);
}

.socialTitle{
	text-align: center;
	margin: 0px 0 10px 0;
}

.socialText{
	margin: 0 5px;
	color: #fff;
	transition: 300ms;
}

.socialText:hover{
	color:#49403f;
}

.socialIcon{
	position:relative;
	width:25px;
	height:auto;
	display: inline-block;
	margin:auto 15px;
	transition:200ms;
}

.st0{fill:#fff;}

.socialIcon:hover .st0{
	fill:#49403f;
}

.socialIcon:hover{
	transform: scale(1.1,1.1);
}


#contactCon{
	position:relative;
	width:360px;
	height:291px;
	top:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

@media (min-width:0px) and (max-width:320px){

#contactCon{
	width:300px;
}

}

.contactBlock{
	position:relative;
	margin: 25px 0;
}

.contTitle, .contText, .contLink{
    font-family: "akzidenzMed";
    color: #ffffff;
    text-align: center;
    background-color:rgba(0,0,0,0.0);
    transition:300ms;
}

.contTitle{
   font-size: 18px;
   line-height: 24px;
}

.contText{
   font-size: 12px;
   letter-spacing: 1px;
}

.contLink:hover{
   color:#49403f;
}




@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){

#mainSection{
	min-height:100vh;
}

}


