@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?4s41pt');
	src: url('../fonts/icomoon.eot?4s41pt#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?4s41pt') format('truetype'), url('../fonts/icomoon.woff?4s41pt') format('woff'), url('../fonts/icomoon.svg?4s41pt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"], [class^="Youtube"], [class*=" Youtube"] {
	/* 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-brand:before {
	content: "\e901";
}
.icon-soundcloud:before {
	content: "\e900";
}
.icon-facebook:before {
	content: "\ea90";
}
.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";
}

body {
	font-family:'Helvetica LT W01 Black';
	padding: 0;
	margin: 0;
	background: url(../images/bgDesktop.jpg);
	background-size: 100% auto;
	color: #fff;
	text-transform: uppercase;
	-webkit-text-size-adjust: none;
	text-align: center;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	outline: none;
	text-decoration: none;
}
.footer-wrapper {
	text-transform: uppercase;
	color: #fff;
}
.socials a:last-child {
	margin-right: 0;
}
.copyright .copyrighttext, .copyright a {
	color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
}
.socials {
    font-size: 0;
    text-align: center;
    margin: 25px 0;
}
.socials a {
    color: #fff;
    font-size: 18px;
    margin-right: 18px;
    vertical-align: middle;
}
 .copyright a:hover {
	color:#b54445;
}
.socials a:hover{
	color:#b54445;
}
.copyright {
	text-transform: uppercase;
	font-family: 'proxima-nova';
	-webkit-text-size-adjust: none;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 11px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}
iframe.follow {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
}
/* a.icon-appleinc {
    font-size: 23px;
}
a.icon-soundcloud {
    font-size: 30px;
} */
.mob {
	display: none;
	position: absolute;
	font-size: 0;
}
.desk {
	display: block;
	position: absolute;
	font-size: 0;
}
.outerWrapper {
	position: relative;
    max-width: 1340px;
    margin: 0 auto;
}
.splashWrapper {
    max-width: 800px;
    margin: 0 auto;
	width: 96%;
	z-index: 10;
	margin-bottom: 190px;
	position: relative;
	min-height: calc( 100vh - 370px);
}
.headerWrapper {
    padding-top: 80px;
}
.headerText {
    font-size: 60px;
	line-height: 1;
	color: #b54445;
	letter-spacing: 1px;
}
.headerText a{
	color: #b54445;
}
.headerSubText {
    font-size: 41.54px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 20px;
}
span.red {
    color: #b54445;
}
form#homePageSignup {
    max-width: 400px;
    margin: 0 auto;
}
.datesWrapper {
    font-size: 12px;
}
.footerText {
    font-size: 20px;
}
.image1.desk {
	top: 22%;
	left: 11%;
} 
.image2.desk {
	top: 22%;
	right: 5%;
}
.image3.desk {
    left: 3%;
    top: 41%;
}
.image4.desk {
    bottom: 6%;
    left: 29%;
}
.image5.desk {
    bottom: -4.5%;
    right: -7.5%;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
	.mob {
		display: block;
	}
	.desk {
		display: none;
	}
	.image1.mob {
		top: 18%;
		left: 3%;
	} 
	.image2.mob {
		top: 17%;
		right: 3%;
	}
	.image3.mob {
		left: 2%;
    	top: 31%;
	}
	.image4.mob {
		bottom: 6%;
    	left: 25%;
	}
	.image5.mob {
		bottom: -2%;
		right: -5.5%;
		z-index: 1;
	}
	.splashWrapper {
		min-height: calc( 100vh - 280px);
	}
	body {
		background: url(../images/bgMobile.jpg)#000;
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-text-size-adjust: none;
	}
	html {
		overflow-x: hidden;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	body {
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-text-size-adjust: none;
	}
	html {
		overflow-x: hidden;
	}
	.mob {
		display: block;
	}
	.desk {
		display: none;
	}
	.image1.mob {
		top: 22%;
		left: 9%;
	} 
	.image2.mob {
		top: 22%;
		right: 8%;
	}
	.image3.mob {
		left: 3%;
		top: 36%;
	}
	.image4.mob {
		bottom: 6%;
		left: 31%;
	}
	.image5.mob {
		bottom: -2%;
		right: -5.5%;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	html {
		overflow-x: hidden;
	}
	body {
		background: url(../images/bgMobile.jpg)#000;
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-text-size-adjust: none;
	}
	.outerWrapper {
		max-width: 300px;
		margin: 0 auto;
		width: 100%;
	}
	.headerWrapper {
		padding-top: 70px;
	}
	.headerText {
		font-size: 40px;
	}
	.headerSubText {
		font-size: 32px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.copyright {
		max-width: 300px;
		margin: 0 auto;
	}
	.copyright a {
		display: inline-block;
	}
	div.footer-wrapper {
		padding-bottom: 0px;
		width: 100%;
	}
	.copyright .copyrighttext, .copyright a{
		font-size:9px;
	}
	.socials a:last-child{
		margin-right:0;
	}
	iframe.follow{
		display:block;
		margin:15px auto 0;
	}
	.copyright {
		padding-bottom: 20px;
		margin-top: 205px;
		max-width: 280px;
	}
	.mob-sep1{
		display: none;
	}
	.image1.mob {
		top: 7%;
		left: -19%;
	}
	.image2.mob {
		top: 7%;
		right: -32%;
	}
	.image3.mob {
		left: -15%;
		top: 50%;
		z-index: 1;
	}
	.image4.mob {
		bottom: 27%;
		left: 25%;
	}
	.image5.mob {
		bottom: 5.5%;
		right: -20.5%;
		z-index: 1;
	}
}
