*,
*: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 {
	display: inline-block;
	vertical-align: middle;
}

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;
}

#top {
	background-color:#000;
	padding:48px 0;
	text-align:center;
}

#container {
	width:1200px;
	margin:0 auto auto;
}

#nav {
	background-color:#1b1b1b;
	padding:16px 0;
	text-align:center;
}

#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;}

#promo {
	background-color:#000;
	text-align:center;
}
#promo img {max-width:100%;height:auto;}

#topsocial {
z-index:999;
position:relative;
width:264px;
list-style:none;
height:40px;
padding:0;
margin:-198px auto 80px 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.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;}

#news {
margin:31px 0 49px 0;
}

#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:9999;
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: 100;
  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;
	max-height:732px;
	color:#FFF;
	overflow-y:scroll;
	padding:10px;
	border:1px solid #c3c3c3;
	background-color: rgba(0,0,0,.7);
	margin-bottom:20px;
}

#tour #dates a {color:#7492c3;}
#tour #dates a:hover {color:#FFF;}





#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,.5);
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,.5);
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%;
}

#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;
}

BU#videos #more {
width:236px;
margin:30px auto 0 auto;
}
BU#videos #more a {
display:block;
font-size:19px;
color:#7391c7;
text-align:center;
border:2px solid #535353;
padding:11px 0;
font-weight:700;
background-color: rgba(0,0,0,.31);
}

h5.ytctitle {
margin:3px 0 15px 0;
text-transform:uppercase;
font-size:14px;
}
h5.ytctitle a {color:#929292;}
h5.ytctitle a:hover {color:#7492c3;}


/*** About ***/
#about {
	background: url(images/bg-about.jpg) bottom center no-repeat #a8a8a8;
	padding:54px 0 49px 0;
}
#about .logo {
	padding:0 0 65px 0;
	text-align:center;
}
#about #bio {
	float:right;
	width:576px;
}
#about #bio p {
	margin:0 0 10px 0;
}



#about #more a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#about #more a span {
	font-size:19px;
	position: relative;
	display: block;
color:#535353;
border:2px solid #535353;
padding:11px 0;
font-weight:700;
background-color: rgba(0,0,0,.05);
	-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: #535353;
color:#f2f2f2;
}



/*** Pages ***/
#page {
background:url(images/page-bg.jpg) top center no-repeat fixed #000;
padding:20px 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 #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%;
height:auto;
display:block;
}


/*** 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;
}

#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;
}

#footer-1 #col-1 ul li {
display:inline-block;
width:24%;
text-align:center;
}
#footer-1 #col-2 ul li {
display:inline-block;
width:49%;
line-height:68px;
}
#footer-1 #col-3 ul li {
display:inline-block;
width:49%;
text-align:center;
line-height:68px;
}
#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:264px;
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.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;}