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

[class^="socialicons-"], [class*=" socialicons-"] {
	font-family: 'socialicons';
	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;
}

.socialicons-play2:before {
	content: "\ea15";
}


/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Page styling starts*/

body {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	/*opacity: 0.6;
	transition: all 0.3s ease-out;*/
}
.mobile {
	display: none;
}
.content {
	z-index: 1000;
	background: url(../images/leftdiv.png) no-repeat;
	min-height: 100vh;
	background-size: contain;
	padding-top: 40px;
	box-sizing: border-box;
}
.videoContainer {
	overflow: hidden;
}

/*#player {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -999;
	height: 62vw;
	min-width: 100%;
	margin-top: -5vw;
}*/

#player {
    left: -10vw;
    position: absolute;
    top: 0;
    width: 130vw;
    z-index: -999;
    height: 100vw;
    min-width: 100%;
    margin-top: -22vw;
}
.bottomRight {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
}

.bottomRight:hover img {
	transform: scale(0.9);
}

.leftImage {
	position: absolute;
	top: 0;
	left: 0;
}

.headerSocials {
	max-width: 95.5%;
	margin: 0 auto;
	font-size: 0px;
	/* padding-left: 45px; */
	padding-left: 43px;
	box-sizing: border-box;
}
.headerSocials ul {
	list-style: none;
}
.headerSocials ul li {
	display: block;
}
.headerSocials  a {
	text-decoration: none;
	color: #fff;
}
.headerSocials ul li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/socials_small.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	/*transition: all 0.3s ease-in;*/
}
.headerSocials ul li a:hover, .rightSoc a:hover {
	transform: scale(0.9);
}
li.linkItem.insta a {
	background-position: 0px 0px;
}
li.linkItem.fb a {
	background-position: 0px -46px;
}
li.linkItem.twitter a {
	background-position: 0px -96px;
	height: 47px;
	margin-bottom: 3px;
}
.socLeft, .rightSoc {
	display: inline-block;
	vertical-align: top;
}
.socLeft {
	width: 70%;
}
.rightSoc {
	width: 30%;
	text-align: right;
}
.rightSoc a {
	display: block;
	width: 57px;
	height: 72px;
	background: url(../images/DL-Button.png) no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	/*transition: all 0.3s ease-in;*/
	float: right;
}
.footerWrapper {
	position: absolute;
	width: 100%;
	bottom: 5px;
	padding-left: 6%;
	font-family: arial;
	color: #fff;
	font-size: 11px;
	box-sizing: border-box;
}
a.socialicons-play2{
	display: none;
}

.headerSocials ul li.soundcloud a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/PB-Soundcloud.png) no-repeat;
    background-size: 40px 18px;
    background-position: center center;
    text-indent: -9999px;
    margin-bottom: 15px;
    /* transition: all 0.3s ease-in; */
}

.headerSocials ul li.spotify a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/PB-Spotify.png) no-repeat;
    background-size: 40px 40px;
    text-indent: -9999px;
    margin-bottom: 15px;
    /* transition: all 0.3s ease-in; */
}


@media only screen and (max-width: 1450px) {
body {
	background-color: #000;
}

#player {

margin-top: -18vw;
min-width: 200vh;
}
}
@media only screen and (max-width: 1400px) {
body {
	background-color: #000;
}
#player {
margin-top: -18vw;
min-width: 200vh;
left:-15vw;
}
}
@media only screen and (max-width: 1350px) {
body {
	background-color: #000;
}
#player {
margin-top: -18vw;
min-width: 200vh;
}
}
@media only screen and (max-width: 1250px) {
body {
	background-color: #000;
}
#player {
margin-top: -18vw;
min-width: 200vh;
left:-20vw;
}
}

@media only screen and (max-width: 1175px) {
body {
	background-color: #000;
}
#player {
margin-top: -15vw;
min-width: 200vh;
left:-22vw;
}
}
@media only screen and (max-width: 1024px) {
body {
	background-color: #000;
}
	#player {
    height: 100%;
    margin-top: 0;
    width: 100%;
	}
	
	#player{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
    height: 75vw;
    min-width: 100%;
    margin-top: -5vw;
	}
	.headerSocials{
		    padding-left: 40px;
	}
	.content{
		min-height: 100vh;
    background: url("../images/yt_thumb.jpg") center top no-repeat;
    background-size: cover;
    background-image: none !important;
	}
	a.socialicons-play2 {
    display: block;
    font-size: 120px;
        color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* right: 50%; */
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);

}
}

/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
	
	
	#player{
	left: -28vw;
    position: absolute;
    top: 0;
    width: 133%;
    z-index: -999;
    height: 95vw;
    min-width: 100%;
    margin-top: -5vw;
	}
	.headerSocials{
		    padding-left: 40px;
	}
	.content{
	min-height: 100vh;
    background:none;
    background: url(images/leftdiv.png) no-repeat;
    background-size: contain;
	}
	
	a.socialicons-play2 {
    display: block;
    font-size: 120px;
        color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);	
    display:none;

}
}
*/
@media only screen and (max-width: 1023px) {

	a.socialicons-play2{
	display: none;
}
	.desktop {
		display: none;
	}
	
	.mobile{
		display: block;
	}
	div#splashContainer {
    max-width: 98.3%;
    margin: 0 auto;
}
	.headerSocials ul li a {
		width: 41px;
		height: 41px;
		background: url(../images/mobSocials.png) no-repeat;
	}
	li.linkItem.fb a {
		background-position: -62px 0px;
	}
	li.linkItem.twitter a {
		background-position: -119px 0px;
		height: 41px;
		width: 49px;
	}
	.rightSoc a {
		width: 70px;
		height: 42px;
		background: url(../images/mobSocials.png) no-repeat;
		background-position: -173px 0px;
	}
	body {
		overflow: visible;
		background-color: #000000;
		padding-top: 15px;
	}
	.bottomRight, .footerWrapper {
		position: relative;
	}
	.footerWrapper {
		text-align: center;
		padding-left: 0px;
		margin-top: 30px;
	}
	.bottomRight {
		max-width: 85%;
		margin: 0 auto;
	}
	.bottomRight img{
		margin: 0 auto;
	}
	.content {
		background: #000;
		min-height: 0;
		padding-top: 15px;
		background-image: none !important;
	}
	#player {
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.videoContainer {
		overflow: hidden;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.headerSocials {
/* 		max-width: 245px; */
		max-width: 320px;
		width: 100%;
		padding-left: 0;
	}
	.socLeft {
/* 		width: 175px; */
		width: 250px;
		
	}
	.headerSocials ul li {
		display: inline-block;
	}
	.rightSoc {
		width: 70px;
	}
	li.linkItem.insta a {
/* 		margin-right: 22px; */
		margin-right: 12px;
	}
	li.linkItem.fb a {
/* 		margin-right: 17px; */
		margin-right: 11px;
	}
	li.linkItem.soundcloud a {

		margin-right: 11px;
		width: 42px;
	}
	li.linkItem.spotify a {

/* 		margin-right: 11px; */
	}
}
