@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

header.fixed {
	top:10px;
}

.f-topbar-fixed {
	padding-top: 0 !important;
}

.v_align {
  display: table-cell;
  vertical-align: middle;
}


.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; 
}
  .flex-video.widescreen {
    padding-bottom: 56.34%; 
}
  .flex-video.vimeo {
    padding-top: 0; 
}
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; 
}

.container h3 {
	font-weight: normal;
    font-size: 16px;
    font-family: 'Open Sans', serif;
    display: block;
    /*background: red;*/
    height: 25px;
    margin: 0;
}
/* home */

.home-wrapper {
	/*padding-top: 35px;*/
	padding:50px;
}

	.home-wrapper .home-banner {
		/*border: 2px solid #000;*/
		margin-top:20px;
	}
	.home-wrapper .home-banner:first-child{
		margin-top: 0;
	}

	.home-wrapper .home-banner.extra-right {
		margin-top:20px;
	}

.home-newsletter {
	background: #00FF00;
	margin:20px 0;
	padding:10px 10px 5px;

}

	.home-newsletter h3 {
		font-weight: 600;
		font-size: 1.7rem;
		line-height: 38.08px;
		height:38px;
	}

	.home-newsletter .email {
	    width: 80%;
	    border: 2px solid #000;
	    padding: 18px 18px 15px;
		padding:1px 10px 0px;
	    margin:0;
	    margin-left: 5%;
	    display: inline-block;
	    vertical-align: middle;
	}

	.home-newsletter .sendmail {
    	display: inline-block;
    	background-color: #fff;
	    vertical-align: middle;
    	padding: 5px 17px 15px;
    	border-top: 2px solid #000;
    	border-right: 2px solid #000;
    	border-bottom: 2px solid #000;
    	border-left: none;
		background: url(../assets/icon-newsletter.png) #fff;
		background-size: 80%;
	    background-repeat: no-repeat;
	    background-position: center; 
	    cursor: pointer;   	

	    margin:0;

	}

	.home-newsletter p {
		text-align: center;
		font-size: 13px;
		margin:10px 0 10px;
	}

.home-connect {
	position: relative;
	border: 2px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffff00;
	color:#000;
}

	.home-connect h3 {
		font-weight: 600;
		font-size: 1.7rem;
		line-height: 38.08px;
		height:38px;
	}

	.home-connect ul {
		display: flex;
		justify-content: space-between;
		margin: 20px 0;
	}

	.home-connect p {
		transform: rotate(-90deg) translateX(-50%);
	}

		.home-connect ul li {
			display: inline-block;
			list-style: none;
		}

			.home-connect ul li a {
				display: block;
				background-repeat: no-repeat !important;
				background-position: center !important;
				width: 40px;
				height: 25px;
			}
			.home-connect ul li:first-child a {
				/* background-position: left !important; */
			}

				.home-connect ul li a:hover {
					opacity: 0.7;
				}

			.home-connect ul li.connect-discord a {
				background: url(../assets/connect-discord.svg);
			}
			.home-connect ul li.connect-instagram a {
				background: url(../assets/connect-instagram.svg);
			}							
			.home-connect ul li.connect-youtube a {
				background: url(../assets/connect-youtube.svg);
			}							
			.home-connect ul li.connect-spotify a {
				background: url(../assets/connect-spotify.svg);
			}							
			.home-connect ul li.connect-facebook a {
				background: url(../assets/connect-facebook.svg);
			}
			.home-connect ul li.connect-twitter a {
				background: url(../assets/connect-twitter.svg);
			}	
			.home-connect ul li.connect-soundcloud a {
				background: url(../assets/connect-soundcloud.svg);
			}							
			.home-connect ul li.connect-bandcamp a {
				background: url(../assets/connect-bandcamp.svg);
			}							
			.home-connect ul li.connect-vimeo a {
				background: url(../assets/connect-vimeo.png);
			}										

	.home-news-main {
		position: relative;
		min-height:600px;
		margin-bottom: 20px;
	}

		.home-news-main a {
		    display: block;
		    /*padding: 0.625rem;*/
		    padding:0;
		    border: 2px solid #000;
		    min-height: 600px;
		    position: relative;
		    text-decoration: none;

		}

		.home-news-main a:hover .title {
			text-decoration: underline;
		}

		.home-news-main .title {
			margin:10px 10px 0;
			font-weight: 600;
		}

		.home-news-main .description {
			margin:0 10px;
		}

		.home-news-main .body {
			/*margin:40px 10px 10px 10px;*/
			padding:10px 10px 0;
    		font-size: 13px;
		}

		.home-news-main .image {
			width:100%;
			/*margin: -0.625rem -0.625rem 0;*/
			margin:0;
			/*position:absolute;*/
			bottom:0;
		}		

		.home-news-main .image img {
			width: 100%;
		}

		.home-news-main .video {
		    padding-bottom: 53.55%;
		    position: absolute;
		    bottom: 0;
		    width: 100%;
		    /* margin: -0.625rem -0.625rem 0; */
			margin-bottom: 0;
		}

	.home-news-side {
		border:2px solid #000;
		margin-bottom:20px;
	}

		.home-news-side.three {
			margin-top: 20px;
		}

	.home-news-side a {
		text-decoration: none;
	}

	.home-news-side a:hover .title{
		text-decoration: underline;
	}

		.home-news-side .title{
			margin:10px 10px 0;
			font-weight: 600;
		}

		.home-news-side .description {
			margin:0 10px 10px;
			line-height: 14px;
    		font-size: 14px;
		}

		.home-news-side .body {
			margin:40px 10px 10px 10px;
    		font-size: 13px;
		}

		.home-news-side .image {

		}

	.home-random-album {
		border:2px solid #000;
		margin-bottom: 20px;
	}

	.home-random-album.rightcol {
		margin-top: 20px;
	}

		.home-random-album p {
			margin:10px;
		}

		.home-random-album img{
			width: 100%;
		}

	.home-mixtape {
		border:2px solid #000;
		
	}

		.home-mixtape .title{
			margin:10px;
		}

		.home-mixtape .sc {
			margin-bottom:-7px;
		}

#owl-demo .item {
    position: relative;
}

	#owl-demo .item img{
    	display: block;
    	width: 100%;
    	height: auto;
	}

#owl-demo .item h2 {
    position: absolute;
    top: 44%;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 75px;
    color: #fff;	
    text-shadow: 0px 0px 1px #000;
}

#owl-demo .item h2 span{
	/*
    position: absolute;
    top: 57%;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    */
    font-size: 20px;
    display: block;
}

/* artist */
.artist-wrapper {
	padding: 50px;
}
	.blackbg { 
		background: #000;
		max-width: none;
	}

	.blackbg .mainhero img {
		width: 100%;
	}

	.black-box {
		display: table;
	}

	.black-box .middle {
	}

	.black-box .middle h2 {
		text-align: center;
		color:#fff;
		font-size: 75px;
		font-weight: 600;
	}

	.black-box .middle p {
		text-align: center;
		color:#fff;
	}	

	.language {
	}

	.language a {
		font-size: 13px;
		border:2px solid #000;
		padding:5px;
	}

	.artist-body {
		padding:30px;
		box-sizing: border-box;
	}

	.artist-body .artist-video {
		margin-left: 0;
	}

	.artist-body iframe {
	    display: block;
	    width: 100%;
	    height: 315px;
	    border: none;
	    margin: 30px 0;		
	}

		.artist-body blockquote {
			margin: -15px 0 0;
			padding:0;
			border: none;
		}

		.artist-body blockquote p {
			font-size: 13px;
			color:#000;
		}

.likers {
	margin:30px 0 90px 30px;	
}		

	.artist-twitter {
		margin: 30px 0 30px 30px;
	}
	/*twitter width*/


	.artist-video {
	    /*margin-right: 90px;*/
	    margin-right: 0;
    	margin-left: 30px;
	    max-width: 520px;

	}

	.artist-sc {
	    margin-right: 90px;
    	margin-left: 30px;
	}

	.artist-contact {
		margin-top:110px;
    	margin-left: 30px;
	    margin-right: 90px;
	}

	.artist-contact p:first-child {
		margin-bottom: 50px;
	}

	.artist-contact p a {
		display: block;
		color:#000;
		margin-bottom: 50px;
	}



.artist-list {
	padding: 85px 50px 50px;
}

	.artist-list img {
		width:100%;
	}

	.artist-list .large-4.with-content {
	    margin-bottom: 1.25rem;
	}

		.artist-list .large-4.with-content a{
			display: block;
		    border: 2px solid black;
			padding: 0.625rem;
			text-decoration: none;
			color:#000;
		}

			.artist-list .large-4.with-content a span {
				display: block;
				height:30px;
				/*padding-bottom:20px;*/
			}

	.artist-social-media ul li{
		list-style: none;
		display: inline-block;
	}

	.sc-title p {
	    margin-left: 30px;
	}

.album-list {
	padding: 75px 50px 50px;
}

	.album-list .large-3.with-content a img {
		width:100%;
	    /*height: 350px;*/
	}

	.album-list .large-3.with-content {
	    margin-bottom: 1.25rem;
	}

		.album-list .large-3.with-content a{
			display: block;
			padding: 0.625rem;
			text-decoration: none;
			color:#000;
		}

	.album-list .large-3.with-content a span {
		display: block;
		height: 40px;
    	padding-bottom: 20px;
	}

	.album-social-media ul li{
		list-style: none;
		display: inline-block;
	}


.facebook-icon {
	display: inline-block;
	width:70px;
	height:52px;
	background: url(../assets/icon-facebook.png);
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;	
}

.twitter-icon {
	display: inline-block;
	width:70px;
	height:52px;
	background: url(../assets/icon-twitter.png);
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;	
}

.instagram-icon {
	display: inline-block;
	width:70px;
	height:52px;
	background: url(../assets/icon-instagram.png);
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;	
}

.soundcloud-icon {
	display: inline-block;
	width:70px;
	height:52px;
	background: url(../assets/icon-soundcloud.png);
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;	
}

/* album */

.dark-box-wrapper {
	display: flex;
}

.dark-box-left-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
	.dark-box-content h2 {
		text-align: center;
		color: #fff;
		font-size: 75px;
		font-weight: 600;
	}
	
	.dark-box-content p {
		text-align: center;
		color: #fff;		
	}
	
.album-buy {
	padding:30px;
}

.album-buy a {
    display: block;
	color:#000;
	padding:10px 15px;
	border: 2px solid #000;
    width: 70px;	
    text-align: center;
	margin-left: 10px;
}

.album-buy a:hover {
	text-decoration:none;
}

.album-buy a::after {
	content: '';
	display: block;
	width:100%;
	height:2px;
	background: #fff;
}

.album-buy a:hover::after {
	background: #000;
}

.album-related {
	margin-top: 30px;
	margin-left: 30px;
}

	.album-related ul {
		margin-left: 0;
	}

		.album-related ul li {
			display: inline-block;
			vertical-align: top;
			list-style: none;
			width:24.4%;
		}

		.album-related ul li a {
		    display: block;
		    padding: 5px;
		}		

			.album-related ul li a span {
				display: block;
				font-size: 11px;
	    		line-height: 14px;
			    margin-bottom: 20px;			
			}

		.album-related ul li img {
			width:auto;
		}


.sync-wrapper {
	padding: 90px 0;
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}
	.sync-wrapper .title {
		font-size: 37px;
		padding:40px;
		font-weight: bold;
	}

	.sync-wrapper .subtitle {
		font-size: 27px;
		padding:40px;
		font-weight: bold;
	}
	.sync-wrapper .main-text {
		font-size: 17px;
	}
	.sync-wrapper .main-text.inquiries {
		margin: 60px 0 20px;
	}
	.sync-wrapper .main-text .accent {
		color:#ff0000;
	}
	.sync-wrapper hr {
		border: solid #000;
		border-width: 2px 0 0;
		margin:100px 0 120px;
	}

	.embeds-wrapper {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.embeds-wrapper .main-text.client{
		margin:0;
	}

	.embeds-wrapper .video-responsive {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
		position: relative;
	  }
	    
	.embeds-wrapper .video-responsive iframe, .video-responsive object, .video-responsive embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}	


/* contact */
.contact-wrapper {
	padding: 120px 50px 50px;
}

.contact-wrapper a {
	/*display: block;*/
	color:#000;
}

.contact-wrapper h2 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding-top:30px;

}

.contact-wrapper .contact-left,
.contact-wrapper .contact-right {
	padding:0 30px 30px;
}

.contact-wrapper .contact-left {}
/*
	.contact-wrapper h2:first-child {
		margin-bottom: 40px;	
	}

	.contact-wrapper .contact-left p:first-child a {
		margin-bottom: 20px;
		background-color: red;
	}

	.contact-wrapper .contact-left h2:nth-child(2) {
		margin-bottom: 20px;	
	}

	.contact-wrapper .contact-left p:last-child {
		max-width: 220px;
	    margin-top: 65px;
	}
*/
/* mixtape */
.mixtape-wrapper {
	padding: 55px 50px 50px;
}

.mixtape-wrapper .sc {
	margin-top: 30px;
	margin-bottom: 0;
}

.mixtape-wrapper .title {
	margin:0;
    height: 30px;
}

.mixtape-wrapper a {
	/*color:#0000ff;*/
	color:#000;
}

/* news */

.news-list {
    padding: 75px 50px 50px;
}

	.news-list .news-mainhero {
		padding: 0.625rem;

		/*border: 2px solid #000;*/
		/*height: 610px;
		width:64.2%;*/
	}

	.news-list .news-mainhero a {
		padding: 0.625rem;
		display: block;
		border: 2px solid #000;
		min-height: 600px;
		position: relative;
		text-decoration: none;
	}

		.news-list .news-mainhero a:hover .title{
				text-decoration: underline;
		}

		.news-list .news-mainhero .title{
			padding:10px 10px 0;
			margin:0;
		    font-weight: 600;
		}

		.news-list .news-mainhero .description {
			padding:0 10px;
			margin:0;
		}

		.news-list .news-mainhero .body {
			padding:10px 10px 0;
			font-size: 13px;	
		}	

			.news-list .news-mainhero .body a {
				color:#00ff00;	
			}

		.news-list .news-mainhero .image {
			width:100%;
			margin: -0.625rem -0.625rem 0;
			position:absolute;
			bottom:0;
		}

		.news-list .news-mainhero .image img{
			width: 100%;
		}				

		.news-list .news-mainhero .video {
			/*padding-bottom: 57.25%; old*/
			margin:-0.625rem -0.625rem 0;
		    padding-bottom: 50%;
		    position: absolute;
		    bottom: 0;
		    width:100%;
		}		

		.news-list .news-mainhero .video iframe{

		}

	.news-list .news-secondhero {
		/*height: 610px;*/
		padding: 0.625rem;
	}

		.news-list .news-secondhero a {
			display: block;			
			padding: 0.625rem;
			border: 2px solid #000;
			min-height: 600px;
			position:relative;
			text-decoration: none;
		}

		.news-list .news-secondhero a:hover .title{
				text-decoration: underline;
		}

		.news-list .news-secondhero .title{
			padding:10px 10px 0;
			margin:0;
		    font-weight: 600;
		}	

		.news-list .news-secondhero .description{
			padding:0 10px;
			margin:0;
		}

		.news-list .news-secondhero .body{
			padding:10px 10px 0;
			font-size: 13px;				
		}
		.news-list .news-secondhero .image {
			width:100%;
			margin: -0.625rem -0.625rem 0;
			position:absolute;
			bottom:0;
		}

		.news-list .news-secondhero .image img{
			width: 100%;
		}		

	.news-list .news-important {
		padding: 0.625rem 0;
	}

		.news-list .news-important .large-3 a{
			display: block;
			padding: 1.25rem;
			border:2px solid #000;
		    box-sizing: border-box;
		    text-decoration: none;
		}
			.news-list .news-important .large-3 a p:first-child {
			    font-weight: 600;
			}

			.news-list .news-important .large-3 a:hover p:first-child {
				text-decoration:underline;
			}

			.news-list .news-important .large-3 a p {
				margin:0;
			}

			.news-list .news-important .large-3 a p:nth-child(2){
				margin-bottom: 10px;
				min-height: 75px;
			}

		.news-list .thumb img {
			width:100%;
		} 


	.news-list .news-normal {
	    box-sizing: border-box;
		padding: 0.625rem 0;
	}

		.news-list .news-normal a {
			display: block;
			border:2px solid #000;
			padding: 0.625rem;
		}



footer {
	text-align: center;
}

.footer-content {
	margin-top: 250px;
}

@media screen and (min-width: 112.375rem) {

	.row {
		max-width: none;
	}

	.home-banner img{
		width: 100%;

	}

	.home-news-main .video {
    	padding-bottom: 40%;	
    }

	.news-list .news-mainhero a,
	.news-list .news-secondhero a{
		min-height: 780px;	
	}

	.home-news-main a {
		min-height: 640px;
	}
}
/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {

	header.fixed {
	    top: 0;
	} 

	.top-bar {
		margin: 0;
	}

		.top-bar .name h1 {
	    	line-height: 45px;	
	    }

	.full-width {

	    margin-top: 45px;
	}	    

	#owl-demo .item h2 {
	    top: 24%;
	    font-size: 25px;
	}

	.home-wrapper {
		padding:0;
	}

	.home-news-main {
		height:480px;
		min-height: 470px;
	}

	.home-news-main a {
		min-height: 470px;
	}

		.home-news-main .image {
			position: absolute;
		}
	.home-mixtape,
	.home-connect {
		margin-top: 20px;
	}

	.footer-content {
    	margin-top: 150px;
    }

    .news-list {
 	   padding: 70px 0 0;
	}

	.news-list .news-mainhero a {
		height:500px;
	}
	.artist-list {
    	padding: 70px 0 0;
	}	

	.album-list {
	    padding: 70px 0 0;
	}	

	.mixtape-wrapper {
	    padding: 55px 0 0;
	}	

	.artist-wrapper {
	    padding: 50px 0 0;
	}	

	.artist-video {
		margin-left:0;
		margin-right:0;
	}

	.blackbg {
		margin-top: 45px;
	}

	.black-box .middle h2 {
	    font-size: 20px;	
	}

	.contact-wrapper {
	    padding: 50px 0 0;
	}	

    div.fb-like {
	    display: block;
    	width:100% !important; 
	    overflow-x: hidden;
    	margin: 20px 0;	    
    }


	.facebook-icon,
	.twitter-icon,
	.instagram-icon,
	.soundcloud-icon{
	    width: 50px;
	    background-size: 100%;
	} 

	.dark-box-wrapper{
		flex-direction: column;
	}
	
	.dark-box-wrapper .mainhero,
	.dark-box-wrapper .dark-box-left-wrapper {
		width: 100%;
	}

	/* sync */

	.sync-wrapper {
		width: auto;
	}



}