html, body {
height:100%;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
object,
embed a {
	max-width: 100%;
	height: auto;
}



img,img a {
border:none;
}

img.alignleft { 
	float: left;
	margin:0 10px 10px 0;
}

img.alignright { 
	float: right;
	margin:0 0 10px 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin:0 auto 10px auto;
}

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}

a, a:hover {
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
transition: color 0.3s linear;
-o-transition: color 0.3s linear;
text-decoration:none;
}

strong {font-weight:700;}
blockquote {margin:0;padding:0;}

body {
margin:0;padding:0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
background-color:#000;
font-family:"proxima-nova", Arial;
}

#more {
text-align:center;
margin:30px auto 0 auto;
}

#more.news {
margin:0px auto 0 auto;
}

#more a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#more a span {
	font-size:19px;
	position: relative;
	display: inline-block;
color:#7391c7;
border:2px solid #7e8489;
padding:11px 28px;
font-weight:700;
background-color: rgba(0,0,0,.63);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #more a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#more a:hover span,
#more a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #more a:hover span::before,
.csstransforms3d #more a:focus span::before {
padding:11px 28px;
	background: #7e8489;
color:#000;
}

/*** Discography ***/
#discography {
text-align:center;
margin:30px auto 0 auto;
}

#discography a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#discography a span {
	font-size:19px;
	position: relative;
	display: inline-block;
color:#7391c7;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.5);
padding:11px 28px;
font-weight:700;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #discography a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#discography a:hover span,
#discography a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #discography a:hover span::before,
.csstransforms3d #discography a:focus span::before {
padding:11px 28px;
background-color: rgba(0,0,0,.8);
color:#FFF;
}


.parallax {

  background-attachment: fixed;
  background-size: cover;
}

.parallax.parallax-music {
  background-image: url("images/bg-music.jpg");
  background-position: center center;
}
.parallax.parallax-photos {
  background-image: url("images/bg-photos.jpg");
  background-position: top center;
}




h3 {
	padding:0;
	font-family:'Cabin Sketch', "proxima-nova", Arial;
	text-align:center;
	color:#FFF;
	font-size:54px;
	margin:0;
}

#container {
	width:1200px;
	margin:0 auto auto;
}

#nav {
	background-color:#1b1b1b;
	padding:16px 0;
	text-align:center;
	color:#929292;
}

#nav ul {
	list-style:none;
	margin:0;padding:0;
}
#nav li {
	display:inline;
	margin:0 14px;
	font-weight:400;
	font-size:17px;
}
#nav a {color:#929292;}
#nav a:hover {color:#FFF;}

/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
display: none;
text-align: center;
background-color:#3d3d3d;
padding:7px 0;
margin-top:25px;
}
#nav-trigger:hover {
background-color:#1b1b1b;
-webkit-transition: background 0.3s;
}

#nav-trigger span {
display: inline-block;
padding:0;
font-size:23px;
font-weight:600;
letter-spacing:.8px;
color: #FFF;
text-transform: uppercase;
}
#nav-trigger span:hover {
cursor:pointer;
background-color;none;
color:#FFF;
}
#nav-trigger span.open:after {border:0 none;}

nav#nav-mobile {position:relative;display:none;top:0;left:0;right:0;}
nav#nav-mobile ul {
display:none;
list-style-type:none;
z-index:99999;
width:100%;
position:absolute;
margin:0px 0 0 0;
text-align:center;
padding:0;
background-color: rgba(61,61,61,.9);
}

nav#nav-mobile a {
font-size:17px;
padding:0;margin:0;
display:block;
width:100%;
border-bottom:1px solid #1b1b1b;
color:#FFF;
text-align:center;
padding:12px 0;
}
nav#nav-mobile a:hover {
background-color:#1b1b1b;
color:#FFF;
}
nav#nav-mobile li:last-child, nav#nav-mobile a li:last-child {border-bottom: none;}

#promo {
position:relative;
height:100%;
width:100%;
text-align:center;
}
#promo ul {list-style-type:none;margin:0;padding:0;}
#promo li {
margin:0 auto auto;
text-align:center;
display:block;
background-color:#000;
}
#promo li img {
padding-top:180px;
width:auto
height:100%;
min-height:100%;
max-height:100%;
max-width:80%;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left:15px;background: url(images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next {right:15px;background: url(images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {
position:absolute;
top: 64%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 998;
}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}


#topsocial {
z-index:999;
position:relative;
width:308px;
list-style:none;
height:40px;
padding:0;
margin:-198px auto 80px auto;
}

#topsocial.show-for-mobile {
margin:20px auto -10px auto;
}

#topsocial ul {margin:0;padding:0;}
#topsocial li {display:inline;}

#topsocial li a {
float:left;
height: 40px;
text-indent: -9999px;
background-image: url(images/socials-news.png);
background-position: no-repeat;
margin:0 2px;
}

#topsocial-facebook a {
	width:40px;
	background-position: 0px 0;}
#topsocial-facebook a:hover {
	background-position: 0px -40px;}

#topsocial-instagram a {
	width: 40px;
	background-position: -43px 0;}
#topsocial-instagram a:hover {
	background-position: -43px -40px;}
	
#topsocial-snapchat a {
	width: 40px;
	background-position: -86px 0px;}
#topsocial-snapchat a:hover {
	background-position: -86px -40px;}
	
#topsocial-twitter a {
	width: 40px;
	background-position: -129px 0px;}
#topsocial-twitter a:hover {
	background-position: -129px -40px;}
	
#topsocial-spotify a {
	width: 40px;
	background-position: -172px 0px;}
#topsocial-spotify a:hover {
	background-position: -172px -40px;}
	
#topsocial-youtube a {
	width: 40px;
	background-position: -215px 0px;}
#topsocial-youtube a:hover {
	background-position: -215px -40px;}

#topsocial-news a {
	width: 40px;
	background-position: -258px 0px;}
#topsocial-news a:hover {
	background-position: -258px -40px;}

#news.home {
background:url(images/bg-news.jpg) top center no-repeat fixed #000;
padding:46px 0 49px 0;
}

#news.home h3 {
margin-bottom:30px;
}

#news #post {
float:left;
width:25%;
overflow:hidden;
}

#news #post .img {
width:100%;
height:0;
padding-bottom:100%;
overflow:hidden;
}

#news #post .img img {
min-height:100%;
position:absolute;top:0;right:0;left:0;bottom:0;
width:100%;
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

#news #post #more {
z-index:99;
display:block;
position:relative;
bottom:100px;
text-align:center;
}
#news #post #more a {
font-size:19px;
color:#7391c7;
text-align:center;
border:2px solid #7e8489;
padding:11px 28px;
font-weight:700;
background-color: rgba(0,0,0,.63);
}

#news #post #more a:hover {
background-color:#7391c7;
color:#000;
}

#posts-newer {float:right;}
#posts-older {float:left;}
#posts-newer a,
#posts-older a {
font-size:17px;
color:#7391c7;
font-weight:700;
text-transform:uppercase;
}
#posts-older a:hover,
#posts-newer a:hover {
color:#FFF;
}


.effects {margin: 0;position:relative;}
.effects .img {z-index:2;position:relative;width:25%;margin:0;overflow:hidden;}
#news.page .effects .img {z-index:2;position:relative;width:32%;height:auto;margin:0;}
.effects .img img {display:block;margin:0;padding:0;min-width:100%;min-height:100%;}
.effects .img .overlay {
display: block;
position: absolute;
z-index: 20;
width:100%;
margin:0;padding:0;
overflow: hidden;
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
     -o-transition: all 0.7s;
}

#post .effects .img h1,
#post .effects .img h1 {
margin:0;
text-transform:uppercase;
color:#FFF;
font-size:22px;
line-height:130%;
font-family:"proxima-nova", Arial;
}
.effects .img a.close-caption {
position: relative;
top:20px;
text-align: center;
line-height: 15px;
font-size: 15px;
font-weight:500;
color: #faf9f9;
font-family:"proxima-nova", Arial;
}
.effects .img a.close-caption.hidden {
display: none
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#news .img .overlay .expand {
display: block;
  position: absolute;
  z-index: 9;
  text-align: center;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  font-size: 30px;
}

#news .img .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
overflow:hidden;
  background: rgba(3,8,13,.83);
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
     -o-transition: all 0.7s;
}

#news .img .overlay .expand {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
}
#news .img.hover .overlay {opacity: 1;}
#news .img.hover .overlay .expand {top:30%;left:6%;right:6%;opacity: 1;}


#tour {
	background:url(images/bg-tour.jpg) top center no-repeat;
	padding:46px 0 49px 0;
}

#tour h3 {
color:#000;
margin-bottom:30px;
}

#tour #container {
	width:830px;
	margin:0 auto auto;
}

#tour #dates {
	width:808px;
	padding:10px;
	border:1px solid #c3c3c3;
	background-color: rgba(0,0,0,.8);
	margin-bottom:20px;
}

#bit {
height:500px;
overflow-y:scroll;
padding-right:13px;
color:#FFF;
font-size:16px !important;
}

#dates {
font-size:17px;
}

.seated-events-table {
font-weight:500;
}

.seated-events-table .seated-event-row {
border-color: rgba(0,0,0,.1) !important;
}

.seated-event-link1,
.seated-event-link2,
.seated-event-link1:visited,
.seated-event-link2:visited {
background-color:#7492c3 !important;
border:0 none !important;
color:#FFF;
font-weight:700;
padding:13px 60px;
border-radius:2px !important;
font-size:15px;
width:100px%;
}

.seated-event-link1:hover,
.seated-event-link2:hover {
background-color:#5c7eb5;
color:#FFF;
font-weight:700;
padding:13px 20px;
}

.seated-event-date-cell {
font-weight:500 !important;
}

.seated-event-venue-name {
color:#5c7eb5;
width:500px;
font-weight:bold;
}

.seated-event-venue-location {
font-size:17px !important;
font-weight:600 !important;
}

.seated-events-table > div:last-child {display:none;}


.tour-sponsor {
text-align:center;
margin-top:10px;
}
.tour-sponsor img {
max-width:33%;
margin:6px auto 0 auto;
}





******* Delete when VIP is added back *******
#tour #mng-withoutvip a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#tour #mng-withoutvip a span {

display:block;
margin:0 auto auto;
width:286px;
	font-size:19px;
	position: relative;
right:0;left:-11px;
text-align:center;
color:#7391c7;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.7);
padding:11px 0;
font-weight:700;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #tour #mng-withoutvip a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#tour #mng-withoutvip a:hover span,
#tour #mng-withoutvip a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #tour #mng-withoutvip a:hover span::before,
.csstransforms3d #tour #mng-withoutvip a:focus span::before {
padding:11px 0;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.8);
color:#FFF;
}

/*** Keep ***/
#tour #mng a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#tour #mng a span {
float:left;
margin-left:118px;
width:286px;
	font-size:19px;
	position: relative;
text-align:center;
color:#7391c7;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.7);
padding:11px 0;
font-weight:700;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #tour #mng a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#tour #mng a:hover span,
#tour #mng a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #tour #mng a:hover span::before,
.csstransforms3d #tour #mng a:focus span::before {
padding:11px 0;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.8);
color:#FFF;
}



#tour #vip a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#tour #vip a span {
float:right;
margin-right:118px;
width:286px;
font-size:19px;
text-align:center;
color:#7391c7;
padding:11px 0;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.7);
font-weight:700;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #tour #vip a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#tour #vip a:hover span,
#tour #vip a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #tour #vip a:hover span::before,
.csstransforms3d #tour #vip a:focus span::before {
padding:11px 0;
border:2px solid #7e8489;
background-color: rgba(0,0,0,.8);
color:#FFF;
}



/*** Music ***/
#music.home {
	BUbackground:url(images/bg-music.jpg) top center no-repeat;
	background-size:cover;
	padding:46px 0 49px 0;
}

#music.page {
margin:15px 0;
}

#music h3 {
color:#FFF;
margin-bottom:30px;
}

#music #player {
float:left;
width:679px;
height:375px;
}

#music #right {
float:right;
width:490px;
}


/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#music #album {
float:left;
width:32%;
overflow:hidden;
margin:0 .66% 15px .66%;
}

#music.home #album {
float:none;
width:100%;
overflow:hidden;
margin:0;
}

#music.home #album #download a {
	font-size:19px;
	line-height:110%;
	display: block;
text-align:center;
color:#000;
padding:11px 0;
font-weight:700;
background-color:#7492c3;
}

#music.home #album #download a:hover {
background-color:#282828;
color:#FFF;
}

#music #album .img {
width:100%;
height:0;
padding-bottom:100%;
overflow:hidden;
}

#music #album .img img {
min-height:100%;
width:auto;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#music .effects .img {z-index:2;position:relative;width:32%;height:auto;margin:0;}
#music .img .overlay .expand {
display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  font-size: 30px;
}

#music .effects .img .buy ul {
list-style:none;margin:0;padding:0;
}

#music .effects .img buy ul li {
display:inline;
margin:0 3px;
}

#music .effects .img .buy img {
display:inline;
max-width:30px;height:auto;
}

#music .img .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
overflow:hidden;
  background: rgba(3,8,13,.83);
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
     -o-transition: all 0.7s;
}

#music .img .overlay .expand {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
}

#music .img.hover .overlay {opacity: 1;}
#music .img.hover .overlay .expand {bottom:10%;left:3%;right:3%;opacity: 1;}


/*** Photos ***/
#photos {
	BUbackground:url(images/bg-photos.jpg) top center no-repeat;
	padding:46px 0 49px 0;
}

#photos-home {
margin-top:20px;
}

#photos-copy {
text-align:center;
margin:0 0 20px 0;
font-size:17px;
color:#929292;
}
#photos-copy a {color:#7493c3;}
#photos-copy a:hover {color:#929292;}


/*** Videos ***/
#videos {
	background-color:#000;
	padding:46px 0 49px 0;
}

#videos h3 {
margin:0 0 30px 0;
}

#container .wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#container .wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h5.ytctitle {
margin:3px 0 15px 0;
text-transform:uppercase;
font-size:14px;
text-align:center;
}
h5.ytctitle a {color:#929292;}
h5.ytctitle a:hover {color:#7492c3;}


/*** About ***/
#about {
	background: url(images/bg-about.jpg) bottom center no-repeat #010101;
	padding:54px 0 49px 0;
}
#about .logo {
	padding:0 0 65px 0;
	text-align:center;
}
#about #bio {
	float:right;
	width:576px;
color:#f2f2f2;
}
#about #bio p {
	margin:0 0 10px 0;
}


#about #more {
margin-top:15px;
}

#about #more a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#about #more a span {
	font-size:19px;
	position: relative;
	display: block;
color:#f2f2f2;
border:2px solid #f2f2f2;
padding:11px 0;
font-weight:700;
background-color: rgba(0,0,0,.4);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #about #more a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#about #more a:hover span,
#about #more a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #about #more a:hover span::before,
.csstransforms3d #about #more a:focus span::before {
padding:11px 0;
	background: #f2f2f2;
color:#202020;
}



/*** Pages ***/
#page {
background:url(images/bg-page.jpg) top center no-repeat fixed #000;
padding:210px 0 100px 0;

}
#page p {
margin:0 0 12px 0;
}

#page h1 {
	padding:0;
	font-family:'Cabin Sketch', "proxima-nova", Arial;
	text-align:center;
	color:#FFF;
	font-size:54px;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

#page h6 {
font-size:20px;
font-weight:700;
color:#7391c7;
font-family:"proxima-nova", Arial;
margin:0;
}

#page #content {
background-color: rgba(0,0,0,.3);
padding:15px;
color:#FFF;
}
#page p a {color:#7492c3;}
#page p a:hover {color:#e9e9e9;}

#page #left .content,
#page #right .content {
background-color: rgba(0,0,0,.3);
padding:10px;
color:#FFF;
margin-bottom:20px;
}

#page #left p,
#page #right p {
margin:0;
}

#page #right #title {
font-size:19px;
font-weight:700;
color:#7391c7;
font-family:"proxima-nova", Arial;
margin:0 0 8px 0;
}

#page #left .content img,
#page #right .content img {
max-width:100%;
height:auto;
}

#page #content.videos {
margin-bottom:18px;
}

#page #left.music {
float:left;
width:415px;
margin-bottom:20px;
}

#page #left img {
width:100%;
height:auto;
}

#page #download a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#page #download a span {
	font-size:19px;
	position: relative;
	display: block;
text-align:center;
color:#000;
padding:11px 0;
font-weight:700;
background-color:#7492c3;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d #page #download a span::before {
	position: absolute;
	top: 100%;
left:0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#page #download a:hover span,
#page #download a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d #page #download a:hover span::before,
.csstransforms3d #page #download a:focus span::before {
padding:11px 0;
background-color:#282828;
color:#FFF;
}


#page .overlay .expand #download a {
display:block;
background-color: rgba(107,107,107,.7);
text-align:center;
color:#FFF;
padding:7px 0;
font-size:19px;
font-weight:700;
}
#page .overlay .expand #download a:hover {
-webkit-transition: background 0.2s;
background-color: rgba(130,130,130,1);
color:#FFF;
}

#page #player {
margin-top:3px;
}

#page #right.music {
float:right;
width:765px;
}

#page #left.tour {
float:left;
width:865px;
}

#page #right.tour {
float:right;
width:315px;
}

.dates {
max-height:1000px;
padding-right:10px;
overflow-y:scroll;
}
.dates a {color:#7492c3;}
.dates a:hover {color:#FFF;}

.about-img img {
float:left;
max-width:500px;
height:auto;
margin:0 15px 10px 0;
}


/*** NEWS ***/
#news .page {
margin:0;
}

#news.page #post {
float:left;
width:32%;
overflow:hidden;
margin:0 .66% -20px .66%;
}

#news.page #post .img {
width:100%;
height:0;
padding-bottom:100%;
overflow:hidden;
}

#news.page #post .img img {
min-height:100%;
width:100%;
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

#news.page #post #more {
z-index:120;
position:relative;
top:75%;
text-align:center;
}


/*** Post Pages ***/
#page.post h1 {
font-size:44px;
line-height:130%;
}

#meta {
text-align:center;
color:#9a9a9a;
font-size:14px;
margin-top:-8px;
margin-bottom:20px;
font-weight:600;
text-transform:uppercase;
}

#post-content {
color:#e9e9e9;
font-size:16px;
line-height:140%;
}
#post-content a {color:#7492c3;}
#post-content a:hover {color:#e9e9e9;}

#post-content img {
max-width:100%;
height:auto;
}

#post-content iframe {
max-width:100%;
}

#post-content .wrapper {
		position: relative;
	padding-bottom: 70%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#post-content .wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}



/*** Footer ***/
#footer-1 {
	padding:106px 0 30px 96px;
}

#footer-1 a {
color:#979797;
font-weight:700;
font-size:16px;
}
#footer-1 a:hover {
color:#7492c3;
}

#footer-1 #col-1 {
float:left;
width:505px;
margin-right:33px;
}
#footer-1 #col-2 {
float:left;
width:267px;
margin-right:33px;
}
#footer-1 #col-3 {
float:left;
width:267px;
}
#footer-1 #col-1 h6,
#footer-1 #col-2 h6,
#footer-1 #col-3 h6 {
font-size:20px;
font-weight:700;
color:#7391c7;
font-family:"proxima-nova", Arial;
margin:0 0 -2px 0;
}
#footer-1 #col-1 #content {
display:block;
border:2px solid #535353;
padding:10px 3px 10px 10px;
}

#footer-1 #col-2 #content,
#footer-1 #col-3 #content {
display:block;
border:2px solid #535353;
padding:10px 12px;
}


#footer-1 #col-1 #content ul,
#footer-1 #col-2 #content ul,
#footer-1 #col-3 #content ul {
list-style:none;margin:0;padding:0;
height:70px;
line-height:100%;
}

#footer-1 #col-1 ul li {
display:inline-block;
vertical-align:middle;
text-align:center;
}
#footer-1 #col-2 ul li {
display:inline-block;
width:49%;
vertical-align:middle;
text-align:center;
line-height:90px;
}
#footer-1 #col-3 ul li {
display:inline-block;
width:49%;
vertical-align:middle;
text-align:center;
line-height:90px;
}
#footer-1 #col-1 ul li img,
#footer-1 #col-2 ul li img,
#footer-1 #col-3 ul li img {
max-height:70px;
width:auto;
max-width:96%;
height:auto;
opacity: 0.5;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#footer-1 #col-1 ul li img:hover,
#footer-1 #col-2 ul li img:hover,
#footer-1 #col-3 ul li img:hover {
opacity: 1;
}


#footer-2 {
	background-color:#1b1b1b;
	padding:3px 0;
}

#footsocial {
width:308px;
list-style:none;
height:40px;
padding:0;
margin:0 auto auto;
}

#footsocial ul {margin:0;padding:0;}
#footsocial li {display:inline;}

#footsocial li a {
float:left;
height: 40px;
text-indent: -9999px;
background-image: url(images/socials-news.png);
background-position: no-repeat;
margin:0 2px;
}

#footer-3 {
	padding:25px 0;
	text-align:center;
	color:#707070;
	font-size:14px;
}
#footer-3 a {color:#7492c3;font-weight:700;}
#footer-3 a:hover {color:#FFF;}
#footer-3 span.privacy {font-size:12px;margin-top:6px;font-weight:500;}