/* responsive */
@media only screen and (max-width: 600px) {

	body {
		width: 100%;
	}

	.top {
		width: 100%;
		height: 80px !important;
		line-height: 80px;
	}
	
	.social {
		display: inline-block;
	}
		
	.nav {
		display: none;
		position: absolute;
		right: 0;
		top: 80px;
		line-height: 30px;
		background: #0d0d14;
		padding-left: 0;
		width: 100%;
	}
	
	.nav ul {

	}
	
	.nav li {
		padding: 5px 20px;
		display: block;
		border-top: 1px solid #2c2c30;
	}
	
	.nav li:hover {
		background: #fff;
		background: #1a1a1a;
	}
	
	.social-ico {
		height: 25px;
		width: 25px;
		margin-left: 5px;
	}
	
	.top .social-ico {
		position: relative;
		top: 7px;
	}
	
	.mobile-top {
		display: inline-block;
	}
	
	.preview-bg {
		background-size: auto 100% !important;
		background-position: center 50% !important;
	}
	
	.main {
		width: 100%;
		padding-top: 80px;
	}
	
	.preview {
		height: calc(100vh - 80px);
	}
	
	.content {
		width: 100%;
		padding: 0 20px;
	}
	
	.onepage {
		height: auto;
		padding-bottom: 50px;
	}
	
	.btn-centered {
		margin: 40px auto 40px;
	}
	
	.error {
		padding-bottom: 50px;
	}
	
	.header {
		text-align: center;
	}
	
	/* HOMEPAGE */
	.preview-content {
		width: 85%;
	}	
	
	.album {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.album .album-img {
		background: url(../img/uploads/albums/album.png);
		background-size: cover !important;
		width: 100%;
		padding-top: 100%;
	}
		
	/* ALBUMS */
	.albumview .album-img, .albumview .album-info {
		width: 100%;
		display: block;
	}
	
	.albumview .album-info h1 {
		margin-top: 20px;
	}
	
	.albumview .listen img {
		margin: 30px 5px 10px;
	}
	
	/* SINGLE */
	.singleview .single-left, .singleview .single-right {
		width: 100%;
		display: block;
	}
	
	.single-lyrics {
		margin-bottom: 30px;
	}
	
	.singleview .img, .albumview .album-img .img {
		width: 100%;
		height: auto;
		padding-top: 100%;
		background-size: cover !important;
		display: inline-block;
	}
	
	.singleview .single-producers {
		margin-bottom: 30px;
	}
	
	/* TRACKLIST */
	.tracklist li span:nth-of-type(1) {
		width: 16%;
		padding-left: 15px;
	}
	
	.tracklist li span:nth-of-type(3) {
		width: 15% !important;
		/*padding-right: 15px;*/
	}
	
	.listen img {
		max-width: 30%;
	}
	
	/* ARTISTS */
	.artists {
		display: block;
		margin: 0;
	}
	
	/* CREW */
	.crew .member {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.crew .member .member-img {
		background-size: cover !important;
		width: 100%;
		padding-top: 100%;
	}
	
	.crew .member .member-info {
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.crew .member .member-info h3 {
		padding: 10px 0 20px;
	}
	
	.crew .member .links {
		position: relative;
		margin-top: 15px;
	}
	
	.crew-more {
		margin-bottom: 50px;
	}
	
	/* MIX / MASTER */
	.mixmaster {
		padding-bottom: 50px;
	}
	
	.mixmaster-info, .mixmaster-img {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	
	.mixmaster-img img {
		width: 100%;
		background-size: cover !important;
		display: block;
	}
	
	.mixmaster-examples {
		margin-top: 0;
	}
	
	.mixmaster-examples .mixmaster-videos iframe {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	/* CONTACT */
	.contact {
		padding-bottom: 50px;
	}
	
	.contact textarea {
		width: 100%;
	}
	
	.addresses span:nth-of-type(2n+1) {
		width: auto;
	}
	
	.addresses span:nth-of-type(2n+2) {
		float: right;
	}

	/* LISTEN */
	.onepage .content .list {
		width: 95%;
	}

	.listen-box {
		margin-bottom: 80px;
		top: 60px;
	}

	.listen-box .card, .listen-box .list {
		width: 95%;
	}

	/* FOOTER */
	footer .footer-tab {
		display: block;
		width: 100%;
	}
	
	footer .social {
		float: none;
		display: block;
	}

}