/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,300,700,400italic&subset=latin,latin-ext);

/* General Styles */
#mask {
	background-color: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}
body{
	background: #fff;
}
.main-wrapper{
	width: 1200px;
	height: auto;
	margin: auto;
}
.full-wrapper{width: 100%; position: relative;}
.parallax-wrapper{
	width: 100%;
	position: relative;
	width: 100% !important;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.front-content{
	position: absolute;
	left: 50%;
	z-index: 5;
}

/* Titles */
section h1 {
	font-size: 50px;
	text-transform: none;
	font-weight: 300;
	color: #333;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 50px 0 10px;
}
.spacer{
	width: 65px;
	height: 3px;
	margin: auto;
	margin-bottom: 70px;
	background: #231f20;
}

/* Header */
.header2{
	height: 150px;
	position: fixed;
	top: 0;
	z-index: 500;
}
.main-logo{float: left; margin-left: 290px; margin-top: 50px;}
.main-menu{float: right; margin-right: 130px; margin-top: 60px;}
.main-menu li{
	float: left;
}
.symbol {
	float: left;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
}
.navbar-brand {
	float: left;
	max-width: none;
}
.symbol span{color: #0023d3;}
.navbar-brand ul li {
	width: 5px;
	height: 26px;
	background: #534e4e;
	margin: 0 1px;
	line-height: 26px;
	border-radius: 1px;
	display: inline-block;
}
.navbar-brand ul li:first-child {
	height: 12px;
	/*margin-top: 14px;*/
}
.navbar-brand ul li:nth-child(2) {
	height: 20px;
	/*margin-top: 6px;*/
}
.navbar-brand ul {margin-right: 7px;}
.main-menu li a {
	position: relative;
	display: inlne-block;
	padding: 7px 14px;
	margin: 24px 2px 0 2px;
	border: #000 2px solid;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.main-menu li a:hover{border-color: #0023d3 !important;}
.main-menu li.current a{border-color: #0023d3 !important;}

/* Logo animation */
@-webkit-keyframes move1 {
  0% { height: 5px; }
  25% { height: 15px; }
  75% { height: 10px; }
  100% { height: 2px; }
}

@-webkit-keyframes move2 {
  0% { height: 2px; }
  25% { height: 12px; }
  75% { height: 20px; }
  100% { height: 5px; }
}

@-webkit-keyframes move3 {
  0% { height: 7px; }
  25% { height: 2px; }
  75% { height: 20px; }
  100% { height: 7px; }
}
.navbar-brand ul li:nth-child(1) {
	-moz-animation: move1 infinite 0.5s linear;
	-webkit-animation: move1 infinite 0.5s linear;
}
.navbar-brand ul li:nth-child(2) {
	-moz-animation: move2 infinite 0.7s linear;
	-webkit-animation: move2 infinite 0.7s linear;
}
.navbar-brand ul li:nth-child(3) {
	-moz-animation: move3 infinite 1s linear;
	-webkit-animation: move3 infinite 1s linear;
}

/* Jump Menu */
#nav2 {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#nav2 > a {
	width: 100px;
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	position: relative;
	background: url("../img/icons/menu-icon.png") no-repeat bottom #0023d3;
	float: right;
	cursor: pointer;
}
#nav2 > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 100px;
}
#nav2 > ul > li {
	width: 100%;
	float: none;
	background: #000;
	background: rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
#nav2 > ul > li:first-child {padding-top: 15px}
#nav2 > ul > li:last-child {padding-bottom: 25px}
#nav2 > ul > li a{color: #fff;}
#nav2 > ul > li a:hover{color: #0023d3;}
#nav2.active > ul {display: block;}

/* Slider */
.slider{
	margin-top: 150px;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 30;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.next {right: 0;}
.slides-navigation a.prev {left: 0;}
.slides-navigation .next {
	background: url("../img/icons/slider-nav-next.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-right: 70px;
}
.slides-navigation .prev {
	background: url("../img/icons/slider-nav-prev.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-left: 70px;
}
.slides-navigation .prev:hover, .slides-navigation .next:hover {background-position-y: -108px;}
.overlay {
	background: transparent url("../img/overlays/overlay-01.png"); /* Select your Overlay: overlay-01, overlay-02, overlay-03... */
	opacity: 0.5;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
}
.title-container {
	width: 800px;
	height: 100%;
	position: relative;
	margin: auto;
}
.welcome.logo {
	top: 35%;
	position: absolute;
}
.top-spacer {
	background: #0023d3;
	width: 130px;
	height: 3px;
	position: absolute;
	top: 15px;
}
.top-spacer.one {left: 0;}
.top-spacer.two {right: 0;}
.title-container .logo img {
	width: 800px;
	height: auto;
}
.welcome.logo .spacer-box {
	width: 22px;
	height: 22px;
	background: #0023d3;
	position: absolute;
	left: 381px;
	top: 191px;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.welcome.logo ul {position: relative;}
.welcome.logo ul li {
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 70px;
	color: #fff;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li.t-current {
	opacity: 1;
	top: 30px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li span {color: #0023d3;}

/* Audio Player */
.track-name, .artist{
	margin-right: 5px;
	line-height: 24px;
	width: auto;
	float: right;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.player-right{
	width: 1070px;
	float: right;
	padding-top: 18px;
}
.player-left{
	margin-top: 15px;
	float: left;
	width: 90px;
}
.player-container{
	width: 100%;
	background: transparent;
	position: relative;
}
.audio-player{
	width: 140px;
	height: auto;
	margin: auto;
	position: relative;
	float: right;
}
.home-playlist{display: none;}
.audiojs audio { position: absolute; left: -1px; }
.audiojs {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
.audiojs .play-pause {
	margin: 0px;
	float: left;
	overflow: hidden;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	float: left;
}
.audiojs .play { display: block; }
.audiojs .scrubber {
	position: relative;
	width: 100%;
	background: transparent;
	height: 8px;
	margin: 3px auto 10px;
	overflow: hidden;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 0px;
	background: transparent;
	z-index: 1;
	
	margin-bottom: 0;
	overflow: visible;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: transparent;
}
.audiojs .time {
	color: transparent;
	line-height: 24px;
}
.audiojs .time em {
	color: transparent;
	font-style: normal;
	margin-right: 3px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.audiojs .time strong {padding: 0px 0px 0px 2px;}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
  }
.audiojs .error-message a {
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
}
.audiojs .play {
	background:  url("../img/icons/player-icons.png") no-repeat left top;
	width: 30px;
	height: 30px;
}.audiojs .play:hover {background-color: transparent;}
.audiojs .loading {
	background: url("../img/icons/player-icons.png") no-repeat scroll left top;
	width: 30px;
	height: 30px;
}
.audiojs .error {
	background: url("$1") -2px -61px no-repeat;
}
.audiojs .pause {
	background:  url("../img/icons/player-icons.png") no-repeat -30px top;
	width: 30px;
	height: 30px;
}.audiojs .pause:hover {background-color: transparent;}
.audiojs .prev-track{
	background:  url("../img/icons/player-icons.png") no-repeat -60px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .prev-track:hover {background-color: transparent;}
.audiojs .next-track{
	background:  url("../img/icons/player-icons.png") no-repeat -90px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .next-track:hover {background-color: transparent;}
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }

/* Last News Section */
.last-news-wrapper{
	width: 100%;
	position: relative;
	margin-bottom: 135px;
}

.last-news-container{
	width: 1200px;
	height: auto;
	margin: auto;
	position: relative;
}
.news-box{
	overflow: hidden;
	position: relative;
}
.news-nav div{
	cursor: pointer;
	width: 46px;
	height: 84px;
	position: absolute;
	top: 250px;
}.news-nav div:hover{background-color: transparent;}
.last-news-prev{
	left: -85px;
	background: url(../img/icons/prev-news.png) ;
}
.last-news-next{
	right: -85px;
	background: url(../img/icons/next-news.png) ;
}
.news-box ul li{
	float: left;
	width: 300px;
	height: 600px;
	cursor: pointer;
}
.news-box ul li.start,.news-box ul li.end {display: none;}
.news-info{
	width: 260px;
	height: 240px;
	background: #fbfbfb;
	padding: 30px 20px;
	position: relative;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info h1{
	margin: 0;
	color: #BBA454;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info p{
	margin: 0;
	color: #333;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.02em;
	text-transform: none;
	font-weight: 400;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info .news-date{
	margin: 0;
	color: #BBA454;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	bottom: 30px;
	left: 20px;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb img{
	width: 300px;
	height: auto;
	opacity: 1;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb {background-color: #BBA454;}
.last-news:hover .news-thumb img{opacity: 0.6;}
.last-news:hover .news-info{background-color: #BBA454;}
.last-news:hover .news-info .news-date, .last-news:hover h1, .last-news:hover p{color: #fff !important;}
.news-container{
	width: 780px;
	margin: auto;
	position: relative;
}
.news-container iframe{width: 780px;}
.nav-news div{
	position: absolute;
	top: 180px;
	cursor: pointer;
	width: 46px;
	height: 84px;
}
.nav-news div:hover{background-color: #0023d3;}
.nav-news .news-prev{
	left: -85px;
	background: url(../img/icons/prev-news.png) #838282;
}
.nav-news .news-next{
	right: -85px;
	background: url(../img/icons/next-news.png) #838282;
}
.close-btn, .close2-btn{
	width: 28px;
	height: 28px;
	background: url("../img/icons/close.png") top #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	cursor: pointer;
	position: absolute;
}
.close-btn:hover, .close2-btn:hover{border-color: #fff !important; background-color: #fff !important;}
.close2-btn{right: -60px; top: -45px;}

/* Tour Music */
#music>div:nth-of-type(1) {
	background: url(../img/parallax/03.jpg) 50% 50% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 900px;
	position: absolute;
	margin-left: 0px !important;
margin-right: 0px !important;
float: none;
clear: both;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.music {
	height: 900px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 480px) {
.parallax {
height: cover !important; }}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) { .parallax {

	background-attachment: fixed;
	background-size: cover;
	background-repeat:no-repeat; }}

#music img { max-width: 100%; height: auto;}
#dates img { max-width: 100%; height: auto;}
#quotes img { max-width: 100%; height: auto;}
#quotess img { max-width: 100%; height: auto;}
.contact img { max-width: 100%; height: auto;}

/* Tour Dates */
#dates>div:nth-of-type(1) {
	background: url(../img/parallax/face-wall2.jpg) 0% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-size: cover;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.dates {
	height: 800px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
.square-bg{
	width: 700px;
	height: 700px;
	background: #323131;
	opacity: 0.8;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -350px;
	z-index: 4;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.front-content.dates{
	width: 400px;
	margin-left: -200px;
}
.controller{
	float: right;
	right: 50%;
	position: relative;	
}
.controller .dots {
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin: 35px 0 0;
}
.controller ul li{
	width: 12px;
	height: 12px;
	border: 2px solid #7b7b7b;
	background: #2e2d2d;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin: 0 2px;
}
.controller ul li.selected, .controller ul li:hover{border: 2px solid #7b7b7b !important; background: #bba454 !important;}
.dates-wrapper{
	width: 400px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.dates-wrapper ul li{
	float: left;
	width: 400px;
}
.dates-nav div{
	background: url(../img/icons/dates-arrows.png) top left no-repeat;
	position: absolute;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	cursor: pointer;
	top: 60%;
	margin-top: -22px;
}
.dates-nav div:hover{}
.dates-nav .next{
	right: -85px;
	background-position: 0 -44px;
}
.dates-nav .prev{
	left: -100px;
}
.date-box{margin-bottom: 12px;}
.date-box:last-child{margin-bottom: 0;}
.date-box .info{
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #333;
	max-width: 320px;
	overflow: hidden;
	font-size: 13px;
}
.date-box .info div{position: relative;}
.date-box .info.date{
	width: 65px;
	height: 80px;
	background: #bba454;
	color: #fff;
	text-align: center;
	padding-left: 0;
}
.date-box .info .ico{
	background: url("../img/icons/dates-icons.png") no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}
.date-box .info .time .ico{background-position: center;}
.date-box .info .buy .ico{background-position: bottom;}
.date-box .info .time, .date-box .info .buy, .date-box .info .place{padding-left: 0px;}
.date-box .info .day {font-size: 23px; line-height: 22px; padding-top: 9px;}
.date-box .info .month {font-size: 17px;}
.date-box .info .year {font-size: 12px;}
.date-box .info .city {font-size: 18px; color: #bba454; letter-spacing: -0.01em}
.date-box .info .buy{color: #0023d3; margin-top: 19px;}
.date-box .info .buy a{color: #0023d3;}
.date-box .info .buy a:hover{color: #fff;}
.date-box .info .place{margin-top: 14px;}
.date-box .info .time{margin-top: 6px;}

/* Discography */

.play-btns {
	width: 20px;
	height: 20px;
	position:relative;
overflow:hidden;
}
.play-show {display:block;}
.play-hide {display:none;}
button.btn-play, button.btn-pause{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	color: #000;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}
button.btn-play{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-color: #fff;
	z-index:9999;
}
button.btn-play:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px 0px;
	z-index:9999;
}
button.btn-pause{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: 0px -20px;
	background-color: #fff;
	z-index:999;
}
button.btn-pause:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px -20px;
	z-index:9999;
}
button.btn-play:hover, button.btn-pause:hover{background-color: #fff;}
.disc-container li{
	width: 350px;
	height: auto;
	float: left;
	margin: 0;
	margin-bottom: 75px;
}
.disc-container li:nth-child(2), .disc-container li:nth-child(5), .disc-container li:nth-child(8), .disc-container li:nth-child(11), .disc-container li:nth-child(14){margin: 0 75px;}
.disc-img{position: relative;}
.disc-img img{width: 100%;}
.disc-img .overlay{
	background: #BBA454 url("../img/icons/disc-ico.png") no-repeat center center;;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.disc-img:hover .overlay{opacity: 0.6;}
.disc-info-wrap {
    max-width: 975px;
    display: block;
}
.disc-info h2{
	color: #BBA454;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.02em;
	margin-bottom: 6px;
}
.disc-info p{
	color: #333;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.00em;
	text-transform: none;
	margin: 0;
}
.disc-info p:last-child{margin-top: 10px;}
.disc-info p a{
	color: #0023d3;
	font-size: 20px;
	font-weight: 400;
	font-family: 'pantonregular', sans-serif;
}
.disc-info p a:hover{color: #fff !important;}
.news-container h1{
	margin: 15px 0;
	text-align: left;
	color: #BBA454;
	font-size: 30px;
}
.news-container h1 span, .news-description span{color: #BBA454}
.news-description{
	font-weight: 300;
	color: #333;
	font-size: 16px;
	text-transform: none;
	overflow-y: auto;
	max-height: 340px;
}
.project-window{margin-bottom: 40px;}
.project-content{
	width: 1000px;
	margin: auto;
	position: relative;
}
.disc-cover{
	width: 425px;
	float: left;
}
.disc-cover img{width: 100%;}
.disc-tracklist{
	width: 560px;
	float: left;
overflow:hidden;
}
.disc-tracklist ol{
	max-height: 430px;
	overflow-y: auto;
	margin: 10px 0;
	padding: 1px 0 0 0;
	padding-left:50px;
}
.track-length {
	color: #464646;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.02em;
	font-weight: 500;
	font-size: 15px;
	margin-right: 10px;
}
.disc-tracklist ol li:first-child {padding-top: 0;}
.disc-tracklist ol li {
	margin: 0;
	padding: 8px 0px 12px 0px;
	color: #464646;
	list-style: decimal outside;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.02em;
	display: inline-block;
	line-height: 0;
	border-bottom:1px solid #1a1919;
}
.disc-tracklist ol li:last-child {
	border:0px;
}
.track-info {
	color: #fff;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	margin-right: 10px;
	max-width: 415px;
	overflow: hidden;
	padding-left: 5px;
}
.track-info span {color: #0023d3;}
.disc-play-btn {
	background: url("../img/icons/play-pause-disc.png") no-repeat #464646;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0px 10px 0 0;
}
.disc-play-btn:hover {background-color: #BBA454; background-position-y: -20px;}
.track-download-buy a {
	background: #BBA454;
	text-transform: uppercase;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 11px;
	padding: 2px 10px;
}
.track-download-buy a:hover {color: #fff; background: #BBA454;}
.close-btn{
	top: -50px;
	right: -80px;
}
.disc-title{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
border-bottom:1px solid #1a1919;
margin-bottom:15px;
padding-bottom:18px;
}
.disc-title span{color: #0023d3;}
.disc-date{
	color: #464646;
	font-size: 20px;
	font-weight: 300;
	margin-top: 2px;
	width: 387px;
	float: left;
}

.sell-platforms {
    overflow: hidden;
    width: 538px;
    padding-top:0px;
    padding-left: 50px;
    position: relative;
    top: -10px;
}
.sell-platforms a div {
	width: 130px;
	height: 49px;
	float: left;
	line-height: 50px;
	color: #0023d3;
	margin: 0 10px 0 20px;
	background: url("../img/icons/sell-platforms.png") no-repeat #b1aeae;
}
.itunes:after, .beatport:after {
	content: "/";
	color: #0023d3;
	float: right;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	right: -20px;
	top: 3px;
}
.sell-platforms a div:hover {background-color: #0023d3;}
.sell-platforms .itunes {background-position: left 0; width: 110px;}
.sell-platforms .beatport {background-position: center 0; width: 90px;}
.sell-platforms .bandcamp {background-position: right 0;}
.sell-platforms span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0023d3;
	float: left;
	margin-top: 18px;
}

/* Twitter Quotes */
#quotes>div:nth-of-type(1) {
	background: url(../img/parallax/01.jpg) 50% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-size: cover;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.quotes {
	height: 900px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
/* Twitter Quotes */
#quotess>div:nth-of-type(1) {
	background: url(../img/parallax/_02.jpg) 50% 0% no-repeat fixed;
	background-color: #333333;
	margin: 0;
	background-size: cover;
	height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.quotess {
	height: 900px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
#myTweet{
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	width: 1100px;
	margin: auto;
	padding: 0 40px;
	position: relative;
	z-index: 4;
}
#myTweet a{color: #0023d3;}
p.user, p.timePosted, p.interact{display: none;}
.twitter-quotes {
	height: 104px;
	width: 104px;
	background-color: #0023d3;
	margin: auto;
	position: relative;
	z-index: 4;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.twitter-quotes:after {
	content: '';
	background: url("../img/icons/social-icons.png") no-repeat;
	background-position: -146px -24px;
	width: 104px;
	height: 104px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ch-grid {overflow: hidden;}
.ch-grid div {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover div {
	opacity: 1;
	background-color: #0023d3;
	background-color: rgba(0,35,211,0.9);
}
.p-category {
	text-decoration: none;
	position: relative;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-category.photo{background: url("../img/icons/gallery-photo.png") no-repeat center center;}
.p-category.video {background: url("../img/icons/gallery-video.png") no-repeat center center;}
.ch-grid:hover .p-category {opacity: 1;}

/* Contact */
.formSent, .formError {display: none;}
.contact .parallax {
	background: url(../img/parallax/04.jpg) 50% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 850px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-size: cover;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.contact {
	height: 850px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
	margin-top: 0px;
}
.front-content.contact{
	width: 520px;
	margin-left: -260px;
}
.form h2{
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	color: #333;
	font-size: 14px;
	margin: 5px 0;
}
.form .message{margin-top: 18px;}
.name{
	width: 48%;
	float: left;
}
.email {
	width: 48%;
	float: right;
}
.form #name, .form #email{height: 50px;}
#comments, #name, #email{
	width: 100%;
	background: none;
	color: #333;
	border: 2px solid #333;
	outline: none;
}
#comments{
	height: 210px;
	max-height: 210px;
}
.buttoncontact {
	text-transform: none;
	width: 300px;
	background: #BBA454;
	color: #fff;
	font-size: 18px;
	margin: 42px auto 0 auto;
	padding: 15px 40px;
	border: none;
	box-shadow: none;
	outline: none;
	letter-spacing: -0.5px;
}
.buttoncontact:hover {color: #fff; background: #a5914a !important;}
#contactFormSent{
	margin-top: 20px;
	padding: 0 60px;
	color: #333;
}
.controls label{color: #333;}

/* Social Footer */
.clear{clear: both;}
.social-footer{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.footer-container{
	width: 630px;
	margin: auto;	
}
.footer-container .social-ico{
	width: 140px;
	height: 140px;
	cursor: pointer;
	float: left;
	margin: 0 5px;
}
.footer-container .social-ico:after{
	content:'';
	background: url("../img/icons/social-icons.png") no-repeat;
	width: 140px;
	height: 140px;
	position: absolute;
	display: inline-block;
}
.footer-container .social-ico:hover{background-color: #fff;}
.footer-container .social-ico:nth-child(4){
	margin-left: 140px;
	margin-top: -30px;
}
.footer-container .social-ico:nth-child(5){margin-top: -30px;}
.footer-container .social-ico.s-facebook:after{background-position: -5px -5px;}
.footer-container .social-ico.s-twitter:after{background-position: -125px -5px;}
.footer-container .social-ico.s-youtube:after{background-position: -255px -5px;}
.footer-container .social-ico.s-soundcloud:after{background-position: -5px -135px;}
.footer-container .social-ico.s-plus:after{background-position: -252px -131px;}

/* Discography Xtras */

.play-btns {
	float:left;
	width:20px;
	margin-top:3px;
}
.play-count {
	width:25px;
	float:left;
	display:table;
	font-size: 20px;
	color: #636262;
	font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-top: 12px;
}
.track-title {
	width:480px;
}
.track-info {
	width:280px;
	line-height:25px;
	float:left;
	display:table;
	padding-left:15px;
}
.track-info em {
	display:block;
}
.track-download-buy {
	width:120px;
	float:right;
	display:table;
	background: transparent !important;
}
.track-download-buy{
	margin-top:2px;
}
.track-download-buy a{
	padding: 10px 10px 6px;
	float: right;
	display: table;
}
.track-info {
	font-size:18px;
	color:#231f20;
}
.track-info em {
	font-size:16px;
	color:#333;
	letter-spacing: -0.02em;
	font-style:normal;
	text-transform: none;
	font-weight:300;
}

.slides-container {
	left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slides-1.player {margin-top:150px;}
.play-video {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin:-50px 0px 0px -50px;
    color:#fff;
    font-size: 75px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    text-indent:-9999999px;
    background:url(../img/icons/play.png) center center no-repeat rgba(0,0,0,0.5);
}
.play-video.playing {background:url(../img/icons/pause.png) center center no-repeat rgba(0,0,0,0.5);}
#slides-1.player:hover .play-video {display: block;}
.sec-content {
	width: 900px;
	margin:0px auto 70px auto;
	color:#333;
	font-size: 15px;
	max-width: 90%;
	line-height: 28px;
	text-align: left;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.01em;
	text-decoration: none;
	text-transform: none;
}
.sec-content strong {font-weight: normal;}
#bio>div:nth-of-type(1) {
	background: url(../img/face-wall2.jpg) 50%  no-repeat fixed;
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding:1px 0px;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.bio {
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; 
	z-index:999999;
}
.pulse {
  position:absolute;
  left:50%; 
  top:50%;
  margin:-40px 0 0 -40px;
  text-align:center;
}
.pulse:before, .pulse:after {
  content: '';
  border: 5px solid #ccc;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  position: absolute;
}
.pulse:before {
  -webkit-animation: pulse-outer 0.8s ease-in infinite;
  -moz-animation: pulse-outer 0.8s ease-in infinite;
  animation: pulse-outer 0.8s ease-in infinite;
}
.pulse:after {
  -webkit-animation: pulse-inner 0.8s linear infinite;
  -moz-animation: pulse-inner 0.8s linear infinite;
  animation: pulse-inner 0.8s linear infinite;
}
@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes pulse-inner {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)
	}
	30% {
		-webkit-transform:scale3d(1.25,.75,1);
		transform:scale3d(1.25,.75,1)
	}
	40% {
		-webkit-transform:scale3d(0.75,1.25,1);
		transform:scale3d(0.75,1.25,1)
	}
	50% {
		-webkit-transform:scale3d(1.15,.85,1);
		transform:scale3d(1.15,.85,1)
	}
	65% {
		-webkit-transform:scale3d(.95,1.05,1);
		transform:scale3d(.95,1.05,1)
	}
	75% {
		-webkit-transform:scale3d(1.05,.95,1);
		transform:scale3d(1.05,.95,1)
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)
	}
	30% {
		-webkit-transform:scale3d(1.25,.75,1);
		transform:scale3d(1.25,.75,1)
	}
	40% {
		-webkit-transform:scale3d(0.75,1.25,1);
		transform:scale3d(0.75,1.25,1)
	}
	50% {
		-webkit-transform:scale3d(1.15,.85,1);
		transform:scale3d(1.15,.85,1)
	}
	65% {
		-webkit-transform:scale3d(.95,1.05,1);
		transform:scale3d(.95,1.05,1)
	}
	75% {
		-webkit-transform:scale3d(1.05,.95,1);
		transform:scale3d(1.05,.95,1)
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)
	}
}

/* Sections */
.section-style {
  padding-top:45px;
  padding-bottom:45px;
  position:relative;
  display: block;
  /*-webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;*/
}
.section-style.parallax_section > .container > .row-fluid{position:relative;}
.section-style.parallax_section{
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  overflow:hidden;
  background-position:50% 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.section-style .bg-overlay{
  height: 100%;
  width: 100%;
  position: absolute; 
  top: 0;
  left: 0;
}


.section_clear{margin-left:-15px; margin-right:-15px;}
.section-style{padding-top:70px; padding-bottom:70px;}
.wpb_row{
  margin-left:0 !important;
  margin-right:0 !important;
  float:none;
  width:100%;
  clear:both;
}
.one_page .wpb_row{
  position:relative;
}
.wpb_row.transparency_section {
  position:absolute;
}
.wpb_row.standard_section{
}
.wpb_row.standard_section:last-child{
  margin-bottom:0;
}
.wpb_row .wpb_row .container{width:100% !important;}
.wpb_row.section-style{
  margin-right:0 !important;
  z-index:2;
}

.wpb_row.section-style:last-child{
  margin-bottom:0;
}
.wpb_row .wpb_column .wpb_row .container{width:auto;} 
.wpb_row .wpb_column .wpb_row{margin-left:0; margin-right:0;}
.full-width-content{
  padding:0;
  margin-right:0 !important;
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-device-width: 480px) {
.section-style.parallax_section{
    background-position:0 0 !important;
    background-attachment:scroll !important;
  }
  .row-dynamic-el {
    width:100% !important;
    left:0 !important;
    margin-left:0 !important;
  }
  .parallax {
    background-position:50% 0 !important;
    background-attachment:scroll !important;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  overflow:hidden;
  }
  .made-with-lovee {
	  left: 30px;
  }
}