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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-snapchat-ghost:before {
  content: "\e900";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-soundcloud:before {
  content: "\eac3";
}

html{
    background: #FFFFFF;
}

body {	
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: 'Helvetica LT W01 Bold';
	color: #fff;
}
body.homepage {
    background: #FFF;
}
body.homepage .page-wrapper{
    /*background: -webkit-linear-gradient(top,#090c0d,#696463);
    background: -o-linear-gradient(top,#090c0d,#696463);
    background: -moz-linear-gradient(top,#090c0d,#696463);
    background: linear-gradient(to bottom, #090c0d, #696463);*/
    background: #FFF;
}
body.homepage .page-wrapper.loaded, body{
    background: -webkit-linear-gradient(top,#090c0d,#696463);
    background: -o-linear-gradient(top,#090c0d,#696463);
    background: -moz-linear-gradient(top,#090c0d,#696463);
    background: linear-gradient(to bottom, #090c0d, #696463);
}
body.homepage  > .content {
    min-height: 435px;
}
body > img {
    display: none;
}
.loaderImage {
    /*position: fixed;
    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #0E1011;
    background-image: url(../images/LoadingDesktop.png);
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width:767px) {
.loaderImage {
    /*position: fixed;
    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #0E1011;
    background-image: url(../images/LoadingMobile.png);
    background-size: cover;
    background-position: center;
}
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover, a.active {
	color: #9BA0A8;
}

.header {
	max-width: 75%;
	margin: 0 auto;
	font-size: 0;
	padding: 30px 0 120px;s
}
.header .menu, .header .logo, .header .mail {
	display: inline-block;
	vertical-align: middle;
}
.header .menu {
	width: 20px;
	position: relative;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
	height: 20px;
}

.header .menu ul {	
	display: none;
	position: absolute;
	top: -8px;
	left: 0;
	font-size: 14px;
	padding-left: 41px;
	padding-top: 3px;
	width: 198px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:left;
	z-index: 10;

}
.header .menu.hover li.close {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.header .menu ul li.menu_list a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	-webkit-transition: letter-spacing .6s ease;
	-moz-transition: letter-spacing .6s ease;
    transition: letter-spacing .6s ease;
    color:#ffffff;
}
.header .menu ul li.menu_list a:hover{
    letter-spacing: 8px;
}
.header .menu ul li.socialLinks{
	display: none;
}
.header .menu ul li.menu_list {
	padding-bottom: 18px;
}
.header .menu .menu_icon{
	cursor: pointer;
	height: 100%;
    position: relative;
    z-index: 100;
}
@media all and (max-width: 767px){
	.header .menu.hover .menu_icon{
		position: fixed;
	}	
}
/* Hamburger Menu */
.menu_icon_link {
  position: absolute;
  top: 0%;
  left: 0%;
  margin-left: 0;
  margin-top: 0px;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu_icon_link b {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}
.menu_icon_link b:nth-child(1) {
  top: 0;
}
.menu_icon_link b:nth-child(2) {
  top: 50%;
}
.menu_icon_link b:nth-child(3) {
  top: 100%;
}
/* menu_icon_link */


.header .menu.hover img {
	display: none;
}
.header .menu.hover li.close img {
	display: block;
}

body.tour .header .menu .tour a, body.about .header .menu .about a, body.homepage .header .menu .music a {
    color: #FFFFFF;
    letter-spacing: 8px;
}

.header .menu ul li.mailinglist_block h1{
	font-size: 10px;
	margin: 0;
}
.header .mail {
	width: 19px;
}
.header .logo {
	width: calc(100% - 39px);
}
.header .logo .logo_inner_layer {
	width: 74px;
	margin: 0 auto;
}
.copyright {
    margin-left: 36px;
}
.header li.mailinglist_block  #thankyoublock-innerwrapper {
	position: relative;
	top: -130px;
	background: #ffffff;
	padding: 15px;
}
.header li.mailinglist_block #thankyouBlock.final-screen .thankyou-message {
    display: block;
    text-align: left;
}
.header .menu.hover li.music.menu_list a img {
    display: none;
}
.merchDetail {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    max-width: 200px;
}
.merchArtist, .merchTitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    font-family: 'Helvetica LT W01 Light' !important;
    font-weight: 600;
}
.merchArtist {
    letter-spacing: 3px;
    padding-bottom: 2px;
}
.merchLink {
    text-align: left;
}
.merchLink a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
    text-align: center;
    display: block;
    max-width: 70px;
    padding: 5px;
    margin-top: 15px;
	font-family: 'Helvetica LT W01 Light' !important;
    font-weight: 600;
	border: 1px solid #000;
}
.merchLink a:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
ul.streamList li:last-child {
    padding-bottom: 3px;
}
.owl-item.activeBesideright .owl.merch .merchDetail {
    display: none;
}
.owl-item.activeBesideleft .owl.merch .merchDetail {
    display: none;
}

/* owl carousel social shares - start */
.owl.socialshares {
    max-width: 455px !important;
    height: 302px;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}
.owl.socialshares span.life-text {
    padding-top: 74px;
    display: block;
	font-size:12px;
}

.owl.socialshares span {
    letter-spacing: 4px;
}
.owl.socialshares span.oceans-text {
    padding-top: 16px;
    display: block;
	font-size:18px;
}
.owl.socialshares span.friends-text {
    padding-top: 19px;
    display: block;
	font-size:12px;
}
.owl.socialshares .owl.content {
    width: 100%;
    display: block;
    max-width: 100%;
}

.owl.socialshares .social_icons ul li {
    background-color: #000000;
    width: 30px;
    height: 30px;
	margin: 0 2px 2px;
	display:inline-block;
	text-align:center;
	border: 1px solid transparent;
}
.owl.socialshares .social_icons ul li:hover{
	background: transparent;
	border:1px solid #000;
}
.owl.socialshares .social_icons ul li a:before{
	margin-left:2px;
}
.owl.socialshares .social_icons ul li a {
    line-height: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.owl.socialshares .social_icons ul li:hover a{
	color:#000 !important;
}
.owl.social_icons ul {
    margin-top: 30px;
    display: block;
}
.owl.socialshares .social_icons ul li.mail a {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 5px;
    margin-top: 7px;
    background: url('../images/AZ-Mail_Icon.svg') no-repeat scroll 0 0 transparent;
    background-size: 100% auto;
}
.owl.socialshares .social_icons ul li.mail:hover a{
	background: url('../images/AZ-Mail_Icon_hover.svg?a') no-repeat scroll 0 0 transparent;
	background-size: 100% auto;
}
.owl.socialshares .owl.social_icons {
    width: 100%;
    max-width: 100%;
}
.owl.socialshares  .social_icons ul li.youtube a:before{
	margin-right: 3px;
}
.owl.socialshares .social_icons ul li a.icon-soundcloud:before{
    margin-right:3px;	
}
.videoAlbumThumbnail {
    display: inline-block;
    width: calc(100% - 275px);
    margin-right: 15px;
}
.streamingSelector {
    margin-right: 10px;
}
.owl.socialshares {
    text-align: center;
}
.owl.video .musicWrapper.thumbnail {
	position: relative;
}

/* owl carousel social shares - end */
@media only screen and (max-width: 768px) {
.header {
	max-width: 90%;
	margin: 0 auto;
}
.header .menu ul {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 14px;
    padding-left: calc(5% + 41px);
    padding-top: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: -webkit-linear-gradient(top,#090c0d,#696463);
    background: -o-linear-gradient(top,#090c0d,#696463);
    background: -moz-linear-gradient(top,#090c0d,#696463);
    background: linear-gradient(to bottom, #090c0d, #696463);
}
.header .menu.hover li.close {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 5%;
    top: 58px;
}
li.mailinglist_block {
    width: 198px;
}

li.music.menu_list a {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
}
.header .menu ul li.socialLinks {
    display: block;
	margin:12px 0;
}
li.socialLinks a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
li.socialLinks a:hover {
    color: #696463 !important;
}
li.socialLinks a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: 'Helvetica LT W01 Bold';
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 4px;
}
.header li.mailinglist_block #thankyoublock-innerwrapper {
    background: #ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 70px 10px 58px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.header li.mailinglist_block .secondFormCloseWrap {
    position: absolute;
    right: 10px;
    top: 25px;
}
.owl-item .owl.merch {
    width: 85%;
    margin: 0 auto;
}
.owl-item .owl.merch img{
	width: 88%;
}
.videoAlbumThumbnail {
    display: inline-block;
    width: calc(100% - 240px);
    margin-right: 5px;
}
.streamingSelector {
    margin-right: 5px;
}
}
.header, .footer {
    text-align: center;
}

/* Header */
.gallery {
    font-size: 78px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    padding-bottom:40px;
    text-align: center;
}
.debut {
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 6px;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 1400px){
    .debut{
        margin-left: 6px;
    }
    .gallery{
        margin-left: 15px;
    }
}

.available a{
    text-align: center;
    color: #323132;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 0px;
    text-transform: uppercase;
    max-width: 210px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 18px;
	border: 1px solid #fff;
    cursor: pointer;
	display:block;
}
.available a:hover {
	color:#fff;
	background:transparent;
}

/*footer*/
.footer {
    background: #000;
}
.footerwrap {
    padding: 10px 0;
}
.social_icons, .copyright {
    display: inline-block;
    vertical-align: middle;
}
.copyWrapper, .copyWrapper a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.copyWrapper a {
    text-decoration:none;
    margin-left: 3px;
    margin-right: 3px;
}
.copyWrapper a:hover {
    text-decoration:underline;
}
.social_icons ul li {
    display: inline-block;
    vertical-align: middle;
	margin:0 5px;
}
.social_icons ul li a {
    font-size: 0px;
    text-decoration: none;
    color: #fff;
}
span.copy {
    margin-right: 3px;
}
.social_icons ul li a:before {
	font-size:18px;
}
.atllogo, .copyWrapper {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Helvetica LT W01 Light' !important;
    font-weight: bold;
}
.social_icons ul li.youtube a:before {
    font-size: 20px;
}
.social_icons ul li a.icon-spotify:before {
    font-size: 15px;
}
.social_icons ul li a.icon-soundcloud:before {
    font-size: 24px;
}
.atllogo {
    margin-right: 20px;
}
.footerwrap .social_icons ul li:hover {
    opacity: 0.5;
}

/* music & video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.musicWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
}
.streamWrapper {
    text-align: left;
    padding: 10px 0;
}
.streamingEmbeds > div.active {
    display: block;
}
.streamingEmbeds > div {
    display: none;
}
.streamingSelector, .downloadSelector {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 120px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
	font-size: 10px;
	border:1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	box-sizing:border-box;
}
.streamingEmbeds .sourceUrl {
    display: none;
}
.downloadSelector { 
	position: relative;
}
.streamingSelector:hover, .downloadSelector:hover {
    background: rgba(255,255,255,0.75);
    border: 1px solid #000;
}
ul.streamList li:hover {
    background: #000;
    color: #fff;
}
.streamingSelector {
	position: relative;
	color: #000;
}
a.downloadLink {
    color: #000;
}
.streams {
   position: absolute;
    left: -1px;
    top: 24px;
    z-index: 1;
    width:120px;
}
ul.streamList {
   /* margin: 0px;
    padding: 0px;
    list-style-type: none; */
    text-align: left;
    background: #ffffff;
    
}
ul.streamList li {
    padding: 1.5px 0 1.5px 10px;
    font-size: 9px;
    line-height: 12px;
}
ul.downloadList {
    display: none;
}
ul.downloadList {
    background: #fff;
    position: absolute;
    left: -1px;
    top: 24px;
    z-index: 1;
    width: 120px;
}
li.downloadItem {
    padding: 2px 0 2px 10px;
    font-size: 9px;
    line-height: 12px;
    text-align: left;
}
li.downloadItem:hover  {
    background: #000;
    color: #fff;
}
li.downloadItem a {
	color:#000;
}
li.downloadItem:hover a {
	color:#fff;
}
.embedWrapper {
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
    background: #fff;
}
.embedWrapper iframe {
    width: 100% !important;
	border:none;
}
.embedWrapper.active {
    display: block;
}
.embedWrapper {
    display: none;
}
.embedWrapper div.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.embedWrapper div.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.downloadLinks div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 10px 10px;
}
.downloadLinks div a {
    color: #000;
    text-decoration: none;
}
.downloadLinks div a:hover {
    text-decoration: underline;
}

.streamingSelector.active.Spotify span:after {
    content: "";
    width: 12px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/AZ-SP_black.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    vertical-align: text-top;
    margin-top: 0.5px;
}
.streamingSelector.active.Apple span:after {
    content: "";
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    background: url(../images/AZ-AP_Black.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.streamingSelector.active.Soundcloud span:after {
    content: "";
    width: 30px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/AZ-SC_black.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 2px;
}
.streamingSelector.active.Youtube span:after, .streamingSelector span:after {
    content: "";
    width: 20px;
    height: 11px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
    background: url(../images/AZ-YT_Black.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.streamingSelector span:before {
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url(../images/dropdownblack.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.streamingEmbeds .spotify {
    position: relative;
}
.followWrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
	background: #fff;
	width: 100%;
    text-align: left;
	padding: 5px 0;
}
.followWrapper span.spotifyFollow,.followWrapper span.followSoundcloud,.followWrapper span.followApple,.followWrapper span.followyt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.followWrapper span.spotifyFollow{
	width: 92px;
}
.followWrapper span.followyt{
	width: 86px;
}
.followWrapper span.followApple{
	width: 130px;
	    box-sizing: border-box;
    padding-left: 10px;
}
.followWrapper span.followSoundcloud{
	width: 42px;
	    box-sizing: border-box;
    padding-left: 10px;
}
.followWrapper iframe {
    width: 100%;
    height: 28px;
}

/* D: Please center icon to text */
.streamingSelector.active span:after{
  position:relative;
}
.streamingSelector.active.Soundcloud span:after,.streamingSelector.active.Youtube span:after, .streamingSelector span:after,.streamingSelector.active.Spotify span:after{
  top:0px;
}
.streamingSelector.active.Spotify span:after,.streamingSelector.active.Apple span:after{
  top:-1px;
}



/* .owl.music {
    min-height: 380px;
    position: relative;
} */
.streamWrapper.active {
    position: absolute;
    top: 355px;
    right: 0px;
}



/* Carousel  */
.owl-item.active, .owl-item.active .owl{
	text-align:center;
	margin:0 auto
}
/*.owl-item.activeBesideleft, .owl-item.activeBesideright {
    transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
}*/
.owl-item.activeBesideleft {
	text-align:right;
}
.owl-item.activeBesideright {
   text-align:left;
}
.owl-item.activeBesideright .owl.galleryAlbum {
    margin-left: 0px;
}
.owl-item.activeBesideleft .owl.galleryAlbum {
    margin-right: 0px;
}
.owl-item.activeBesideleft .owl, .owl-item.activeBesideleft .owl .musicWrapper{
	margin-right:0;
	margin-left:auto;
}
.owl-item.activeBesideright .owl, .owl-item.activeBesideright .owl .musicWrapper{
   margin-right:auto;
   margin-left:0;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-prev {
    position: absolute;
    left: 250px;
    top: 300px;
}
.owl-next {
	position: absolute;
    top: 300px;
    right: 250px;
}
.owl-item.activeBesideleft .owl.music .musicWrapper .streamWrapper, .owl-item.activeBesideright .owl.music .musicWrapper .streamWrapper {
    display: none;
}
.owl-item.active .owl.music .musicWrapper .streamWrapper {
    display: block;
}
.owl-carousel .owl-nav .owl-next{  
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	-o-transform: rotate(180deg);  
	transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-prev {
	padding: 0;
    margin: 0;
    font-size: 0;
    width: 60px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/Arrowleft.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}	
.owl-carousel .owl-nav .owl-next {
	padding: 0;
    margin: 0;
    font-size: 0;
    width: 60px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/Arrowleft.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
} 
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: transparent;
    background-image: url(../images/Arrowleft.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}	
.owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    background-image: url(../images/Arrowleft.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
} 

.header .menu li.music.menu_list a img{
	display: none;
}

@media only screen and (max-width:767px) {
	.header .menu.hover li.music.menu_list a img {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: 15px;
}
body.homepage > .content {
    min-height: 320px;
}
.header .mlist-field #email {
    padding-left: 10px;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}
.streamingSelector.active.Soundcloud span:after {
    width: 12px;
    height: 14px;
}
.streamingSelector.active.Youtube span:after {
     width: 12px;
    height: 14px;
}
.musicWrapper {
	margin-top:0px;
}
.streams,ul.downloadList {
    top: auto;
    bottom:20px;
}
.streamWrapper.active {
    position: absolute;
    top: 330px;
    left: 0;
}
.followWrapper {
    font-size: 8px;
}
.header {
    /*font-size: 0;*/
    padding: 30px 0;
}
.logo {
    width: 60px;
    height: auto;
}
.gallery {
    font-size: 36px;
    letter-spacing: 3px;
    padding-bottom: 30px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 56px;
    height: 18px;
}
.owl-prev {
    position: absolute;
    left: 0;
    top: 365px;
}
.owl-next {
    position: absolute;
    top:365px;
    right: 0;
}
.streamingSelector, .downloadSelector {
    width: 110px;
}
.streams, ul.downloadList {
	width:110px;
}
.footer .social_icons , .copyright .atllogo {
    display: none;
}
.copyright{
  margin-left:0px;
}
/* carousle social share */
.owl.socialshares .social_icons ul li a:before {
    margin-left: 0;
}
.owl.socialshares .social_icons ul li a:before {
    font-size: 14px;
}
.social_icons ul li a.icon-soundcloud:before {
    font-size: 20px;
}
.social_icons ul li.youtube a:before {
    font-size: 16px;
}
.owl.socialshares .social_icons ul li a {
    line-height: 25px;
}

.owl.socialshares .social_icons ul li {
    width: 20px;
    height: 24px;
	vertical-align: super;
}

.owl.socialshares .social_icons ul li.mail a {
    width: 17px;
    height: 17px;
    margin-top: 6px;

}
.owl.socialshares .social_icons ul li.mail{
    margin: 0;
    width: 25px;
}
.owl.socialshares .social_icons ul li.mail a:hover{
opacity:0.5;
}
.owl.socialshares .social_icons ul li.mail a{
	    background-size: 94% auto;
}
.owl.socialshares  .social_icons ul li.youtube a:before,.owl.socialshares .social_icons ul li a.icon-soundcloud:before{
	margin-right: 0px;
}
.owl.socialshares.verticalCenter {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
}

.owl.tourblock.verticalCenter .tourWrapper {
    padding-top: 14vw;
    padding-bottom: 14vw;
    display: block;
}
.owl.mailing-list.verticalCenter form#CarouselSignUp {
    display: block;
    padding-top: 11vw;
    padding-bottom: 11vw;
}

.owl.mailing-list.verticalCenter #thankyouBlock.final-screen{
    display: block;
    padding-top: 11vw;
    padding-bottom: 11vw;

}

}

@media only screen and (min-width:480px) and (max-width:767px) {
.musicWrapper {
	margin-top:10px;
}
.streamWrapper.active {
    position: absolute;
    top: 355px;
    left: auto;
}
.owl-prev {
    position: absolute;
    left: 3%;
    top: 500px;
}
.owl-next {
    position: absolute;
    top: 500px;
    right: 3%;
} 
.owl-item .owl {
    max-width: 75%;
    margin: 0 auto;
}
.owl-item .owl.galleryAlbum {
    max-width: 85%;
    margin: 0 auto;
}
.owl.socialshares.verticalCenter {
    padding-top: 6vw;
    padding-bottom: 5.7vw;
}

.owl.tourblock.verticalCenter .tourWrapper {
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
    display: block;
}

.owl.mailing-list.verticalCenter form#CarouselSignUp {
    display: block;
    padding-top: 7.3vw;
    padding-bottom: 7.2vw;
}
.owl.mailing-list.verticalCenter #thankyouBlock.final-screen{
    display: block;
    padding-top: 21vw;
    padding-bottom: 21vw;

}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.header {
    /*font-size: 0;*/
    padding: 30px 0;
}
.logo {
    width: 70px;
    height: auto;
}
.gallery {
    font-size: 40px;
    letter-spacing: 5px;
    padding-bottom: 30px;
}
.footerwrap .social_icons, .atllogo {
    display: none;
}
.owl-item .owl.galleryAlbum {
    width: 65%;
    max-width: none;
    min-width: 380px;
    margin: 0 auto;
}
.owl-item .owl {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
}
.owl-item .owl.video {
    max-width: none;
}
.owl.video .musicWrapper {
	max-width: 320px;
	margin-left: 0px;
}
.owl.video .musicWrapper.thumbnail {
	max-width: 320px;
	margin: 0 auto;
}
.videoAlbumThumbnail {
    display: inline-block;
    width: calc(100% - 270px);
    margin-right: 5px;
}
.owl-prev {
    position: absolute;
    left:5%;
    top: 250px;
}
.owl-next {
    position: absolute;
    right: 5%;
    top: 250px;
}
.owl-item.activeBesideleft, .owl-item.activeBesideright {
    /*padding-top: 80px;*/ 
}
}


@media only screen and (min-width:768px) and (max-width:890px) {
.logo {
    width: 70px;
    height: auto;
}
.gallery {
    font-size: 46px;
    letter-spacing: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.owl-item .owl.galleryAlbum {
    width: 100%;
    max-width: none;
    min-width: 380px;
    margin: 0 auto;
}
.owl-item .owl {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
}
.owl-item .owl.video {
    max-width: none;
}
.owl.video .musicWrapper {
	max-width: 360px;
	margin-left: 0px;
}
.owl.video .musicWrapper.thumbnail {
	max-width: 320px;
	margin: 0 auto;
}
.owl-prev {
    position: absolute;
    left:5%;
   /* top: 350px; */
}
.owl-next {
    position: absolute;
    right: 5%;
   /* top: 350px; */
}
.owl-item.activeBesideleft, .owl-item.activeBesideright {
   /* padding-top: 80px;*/
}
}



@media only screen and (min-width:1024px) and (max-width:1399px) {
.header {
    /*font-size: 0;*/
    padding: 30px 0 40px;
}
.logo {
    width: 70px;
    height: auto;
}
.gallery {
    font-size: 32px;
    letter-spacing: 10px;
    padding-bottom: 20px;
}
.debut {
    font-size: 16px;
    letter-spacing: 5px;
}
.available {
    font-size: 12px;
    letter-spacing: 3px;
    max-width: 168px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.owl-item .owl.galleryAlbum {
    max-width: 50%;
    min-width: 380px;
    margin: 0 auto;
}
.owl-item .owl {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
}
.owl-item .owl.video {
    max-width: none;
}
.owl.video .musicWrapper {
    max-width: 360px;
    margin-left: 0px;
}
.owl.video .musicWrapper.thumbnail {
	max-width: 320px;
	margin: 0 auto;
}
.owl-prev {
    position: absolute;
    left: 17%;
   /* top: 16vw; */
}
.owl-next {
    position: absolute;
    right: 18%;
   /* top: 16vw; */
}
.owl-item.activeBesideleft, .owl-item.activeBesideright {
   /* padding-top: 12vw;*/
}
.videoAlbumThumbnail {
    display: inline-block;
    width: calc(100% - 260px);
    margin-right: 5px;
}
.streamingSelector {
    margin-right: 5px;
}
}

@media only screen and (min-width:1400px) and (max-width:2499px) {
.header {
    /*font-size: 0;*/
    padding: 30px 0 40px;
}
.gallery {
    font-size: 45px;
    letter-spacing: 15px;
    padding-bottom: 20px;
}
.available {
    margin-top:5px;
    margin-bottom: 50px;
}
.owl-item .owl.galleryAlbum {
    max-width: 65%;
    margin: 0 auto;
}
.owl-item .owl {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}
.owl-item .owl.video {
    max-width: none;
}
.owl.video .musicWrapper {
	max-width: 400px;
	margin-left: 0px;
}
.owl.video .musicWrapper.thumbnail {
	max-width: 400px;
	margin: 0 auto;
}
.owl-prev {
    position: absolute;
    left: 17%;
   /* top: 16vw;*/
}
.owl-next {
    position: absolute;
    right: 18%;
   /* top: 16vw;*/
}
.owl-item.activeBesideleft, .owl-item.activeBesideright {
  /*  padding-top: 12vw; */
}
}

@media only screen and (min-width:1400px) and (max-width:1600px) { 
.owl-item .owl.galleryAlbum {
    max-width: 55%;
    margin: 0 auto;
}	
}

@media only screen and (min-width:2500px) {
.gallery {
    font-size: 78px;
    letter-spacing: 10px;
}
.available {
    margin-top:5px;
    margin-bottom: 50px;
}
.owl-item .owl.galleryAlbum {
    max-width: 70%;
    margin: 0 auto;
}
.owl-item .owl {
    width: 70%;
    margin: 0 auto;
    max-width: 600px;
}
.owl-item .owl.video {
    max-width: none;
}
.owl.video .musicWrapper {
	max-width: 600px;
	margin-left:0px;
}
.owl.video .musicWrapper.thumbnail {
	max-width: 600px;
	margin: 0 auto;
}
.owl-prev {
    position: absolute;
    /*top: 400px;*/
    left: 20%;
}
.owl-next {
    position: absolute;
     /*top: 400px;*/
    right: 20%;
}
.owl-item.activeBesideleft, .owl-item.activeBesideright {
   /* padding-top: 290px; */
}
}

.owl.mailing-list {
    background: #fff;
    padding: 40px;
    color: #000;
}
.mlist-outer-wrapper.carouselMlist {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.mlist-header .small {
    font-size: 12px;
    letter-spacing: 4px;
    padding-top: 20px;
	text-transform: uppercase;
}
.mlist-header .big {
    font-size: 18px;
    letter-spacing: 4px;
    padding-top: 20px;
	text-transform: uppercase;
}
.owl.mailing-list input::-webkit-input-placeholder {
	color: #000;
}
.owl.mailing-list input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.owl.mailing-list input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.owl.mailing-list input:-ms-input-placeholder {
	color: #000;
}
.owl.mailing-list input[type="submit"] {
    background: none #000;
    color: #FFF;
	border-color: #000;
}
.owl.mailing-list input[type="submit"]:hover {
	background: transparent;
    color: #000;
    border-color: #000;
}
form#CarouselSignUp fieldset{
    font-size: 0px;
}
form#CarouselSignUp .mlist-header{
	padding-bottom: 30px;
} 
form#CarouselSignUp fieldset .mlist-field {
    display: inline-block;
    vertical-align: bottom;
    width: 75%;
	position:relative;
}
form#CarouselSignUp fieldset .mlist-submit {
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
}
.owl.mailing-list #email {
    margin-bottom: 0px;
    padding-left: 10px;
}
.owl.mailing-list .terms {
    line-height: 1;
    margin-top: 0;
    text-align: left;
}
.owl.mailing-list .terms a:hover {
    color: #000;
}
.owl.mailing-list .termsContent {
	bottom: 15px;
	top: auto;
}
.owl.mailing-list label.error {
	width:100% !important;
    top: -15px;
    left: 0px;
	bottom:auto;
}
.owl.mailing-list #thankyouBlock .mlist-field label {
    color: #000;
}
.owl.mailing-list input[type="text"], .owl.mailing-list input[type="email"], .owl.mailing-list input[type="textarea"], .owl.mailing-list select {
	color: #000;
}
.owl.mailing-list option {
    background: #fff;
}
.owl.mailing-list #thankyouBlock {
    width: auto;
}
.owl.mailing-list div#secondary-list-values {
    font-size: 0px;
}
.owl.mailing-list .mlist-field.mlist-field1, .owl.mailing-list .mlist-field.postalcode {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.owl.mailing-list .mlist-field.mlist-field1 {
	margin-right:4%;
}
.owl.mailing-list .termsWrapper.second .termsContent {
    top: auto;
}
.owl.mailing-list .secondFormCloseWrap {
    top: -8px;
    right: 0px;
}
.owl.mailing-list .secondFormCloseWrap a {
    color: #000;
}
.owl.mailing-list #thankyouBlock.final-screen  .thankyou-message {
	text-align: center;
	margin-top: 10px;
}

/*input[type="checkbox"]:not(:checked) +
	label:before, input[type="checkbox"]:checked + label:before{

}*/
.owl.mailing-list .mlist-submit-new {
    width: 80px;
    display: inline-block;
    float: right;
}
/*.mlist-checks {
    margin-bottom: 10px;
    text-align: left;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    float: left;
}*/
.owl.mailing-list  .termsWrapper.second {
    padding-top: 0px;
    display: block;
    width: 100%;
    clear: both;
}
/*.owl.mailing-list  [type="checkbox"]:not(:checked) + label,.owl.mailing-list  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    text-transform: uppercase;
    width: calc(100% - 25px);
    display: inline-block;
}*/
.owl.mailing-list #thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed {
    font-size: 12px;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.owl.mailing-list #thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed div {
    font-size: 18px;
    padding: 10px 0;
}
.owl.mailing-list .thankswelcome-msg {
    padding: 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.owl.mailing-list  #thankyouBlock .mlist-field label {
    font-size: 12px;
    letter-spacing: 1px;
}
/*.owl.mailing-list [type="checkbox"]:not(:checked) + label, .owl.mailing-list [type="checkbox"]:checked + label {
    font-size: 10px;
}*/
.owl.mailing-list .mlist-checks label span {
    letter-spacing: 2px;
}
/*.owl.mailing-list input[type="checkbox"]:not(:checked) + label:before, .owl.mailing-list input[type="checkbox"]:checked + label:before {
	border: 2px solid #000;
}
.owl.mailing-list input[type="checkbox"]:not(:checked) + label:before, .owl.mailing-list input[type="checkbox"]:checked + label:before {
    border: 2px solid #000;
    background: #000;
}*/
@media (-webkit-min-device-pixel-ratio: 0) {
.owl.mailing-list select, .owl.mailing-list select[size="0"], .owl.mailing-list select[size="1"] {
    background-image: url(../images/dropdownblack.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 2vw;
    background-size: 10px auto;
}
}
.owl.mailing-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(../images/dropdownblack.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}
.owl.mailing-list .mlist-field.country label.error {
    top: 15px;
}
.owl.mailing-list #thankyouBlock, .header #thankyouBlock  {
    padding: 0;
}
@media only screen and (max-width: 767px){
.gallery {
    font-size: 37px;
    letter-spacing: 6px;
    padding-bottom: 20px;
}
.debut {
    font-size: 12px;
    letter-spacing: 5px;
}
.available {
    font-size: 8px;
    letter-spacing: 3px;
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.copyWrapper {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}
.copyWrapper, .copyWrapper a {
    font-size: 9px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-weight: 200;
}
span.disappear {
    display: none;
}
.owl.mailing-list {
    padding: 10px;
}
/*.owl.mailing-list  [type="checkbox"]:not(:checked) + label,.owl.mailing-list  [type="checkbox"]:checked + label {
    font-size: 10px;
}*/
.owl.mailing-list .mlist-field label {
    margin-bottom: 5px;
}
.owl.mailing-list #thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed {
    font-size: 10px;
}
.owl.mailing-list #thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed div {
    font-size: 16px;
    padding: 6px 0;
}
.owl.mailing-list .thankswelcome-msg {
    padding: 8px 0;
    font-size: 9px;
}
/*.owl.mailing-list [type="checkbox"]:not(:checked) + label, .owl.mailing-list [type="checkbox"]:checked + label {
    font-size: 9px;
}*/
.owl.mailing-list .mlist-field.country label.error {
    top: 11px;
}
}


.owl.tourblock .tourWrapper #ss-bit-narrow tr.bit-bottom td {
    display: none !important;
}
.owl.tourblock .tourWrapper #ss-bit-narrow td.bit-description-links {
    display: none !important;
}
.owl.tourblock .tourWrapper #ss-bit-narrow tr td.bit-date {
    padding-top: 18px;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .buttons {
    padding: 14px 0 14px;
}
.tourWrapper {
    background: #fff;
}
.owl.tourblock .tourHeader {
    background: #fff;
    margin-bottom: 6px;
    text-align: center;

        padding: 22px 0 0px 0;
}

.owl.tourblock .tourWrapper .bigtext {
    font-size: 18px;
    letter-spacing: 4px;
    padding-top: 16px;
    text-transform: uppercase;
    color: #000;
}
.owl.tourblock .tourWrapper .smalltext {
    font-size: 12px;
    letter-spacing: 4px;
    padding-top: 16px;
    text-transform: uppercase;
    color: #000;
}
.owl.tourblock .tourWrapper .alldates {
    width: 100%;
    background: #fff;
       padding: 16px 0;
    padding-bottom: 32px;
}
.owl.tourblock .tourWrapper .alldates a {
    display: block;
	max-width: 150px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Helvetica LT W01 Light' !important;
	font-size: 12px;
	color: #fff;
    background: #000;
    border: 1px solid #000;
	padding: 6px 10px;
	line-height: 12px;
	font-weight: bold;
    letter-spacing: 2px;
/*
    padding-left: 2px;
    box-sizing: border-box;
*/
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;  
}
.owl.tourblock .tourWrapper .alldates a:hover {
	color: #000;
	background: #fff;
	border:1px solid #000;
}
.owl-item .owl.tourblock, .tourWrapper #ss-bit-narrow {
    width: 100%;
    max-width: 455px;
}
@media only screen and (max-width:767px) {
.owl.tourblock .tourHeader {
    /*padding: 6px 0 12px 0;*/
}
.owl.tourblock .tourWrapper .bigtext {
    font-size: 16px;
    letter-spacing: 3px;
    /*padding-top: 6px;*/
}
.owl.tourblock .tourWrapper .smalltext {
    font-size: 10px;
    letter-spacing: 2px;
    /*padding-top: 6px;*/
}
.owl.tourblock .tourWrapper #ss-bit-narrow tr td.bit-date {
    padding-top: 10px;
}
.owl.tourblock .tourWrapper #bit-events .venue {
    margin-bottom: 6px;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .venue a, .owl.tourblock .tourWrapper #ss-bit-narrow .location a {
    font-size: 12px !important;
    line-height: 12px !important;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .buttons {
    padding: 6px 0 10px;
}
}

@media only screen and (max-width:480px) {
.header {
    padding: 15px 0;
}
.header .logo .logo_inner_layer {
    width: 50px;
    margin: 0 auto;
}
.streamWrapper.active {
    top: 335px;
}

.embedWrapper {
    padding: 8px;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .venue a, .owl.tourblock .tourWrapper #ss-bit-narrow .location a {
    font-size: 10px !important;
    line-height: 10px !important;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .buttons a {
    padding: 5px 0;
}
.owl.tourblock .tourWrapper #ss-bit-narrow .buttons {
    padding: 6px 0 8px;
}
.owl.tourblock .tourWrapper #ss-bit-narrow tr td.bit-date {
    padding-top: 6px;
}
.owl-prev {
    position: absolute;
    left: 3%;
    top: 420px;
}
.owl-next {
    position: absolute;
    top: 420px;
    right: 3%;
} 
}
@media only screen and (max-width:360px) { 
.owl-prev {
    position: absolute;
    left: 3%;
    top: 375px;
}
.owl-next {
    position: absolute;
    top: 375px;
    right: 3%;
} 
}
@media only screen and (min-width: 768px){
.header .secondFormCloseWrap {
    top: 0px;
    right: 5px;
}
}


/*flip css */
.owl.video.music {
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl.video.music.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.owl.video.music .embedWrapper {
 -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    position: absolute;
    width: 100%;
}
.owl.video.music.flipped .streamWrapper {
	-webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.owl.video.music .embedWrapper .embedClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
    z-index: 10;
    padding: 8px;
    box-sizing: border-box;
}
.owl.video.music .embedWrapper .embedClose a {
   font-size:16px;
   color:#000;
   line-height:16px;
   cursor: pointer;
}
.owl.video.music .embedWrapper .embedClose a:hover {
    color: #9BA0A8;
}

.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 10px;
    z-index: 99999;
    left: 0;
    background: #000;
    transition: .75s;
    -webkit-transition: .75s;
    color: #FFF;
}

.loading-progress {
  height: 11px;
  background: #000;
  top: -11px;
/*  bottom: 0;*/
  width: 100%;
  position: absolute;
  transition: .35s;
  -webkit-transition: .35s;
}

.videoTitle {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 12px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding-bottom: 0px;
}

@media only screen and (min-width:1024px){
.content{
    min-height: calc(100vh - 190px);
}

}

@media only screen and (min-width:1440px){
.content{
    min-height: calc(100vh - 270px);
}

}