@charset "UTF-8";


@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('http://wmuk-apache.co.uk/lykkeli/teaser/assets/fonts/modernpics-webfont.eot');
    src: url('http://wmuk-apache.co.uk/lykkeli/teaser/assets/fonts/modernpics-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../../../lykkeli/teaser/assets/fonts/modernpics-webfont.woff') format('woff'),
         url('http://wmuk-apache.co.uk/lykkeli/teaser/assets/fonts/modernpics-webfont.ttf') format('truetype'),
         url('http://wmuk-apache.co.uk/lykkeli/teaser/assets/fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 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;
}


/* GENERAL */

body {
	line-height:normal;
	padding-top:0px;
		font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h2{
width: 100%;
text-align: center;
font-size: 14PX;
line-height: normal;
padding-top: 10px;	
}


a {
	color:#fff;
	color:inherit;
	text-decoration:none;
}

::selection {
	background: transparent;
	}
::-moz-selection {
	background: transparent;
}



#bg {
width: 100%;
height: 100%;
background-color: #000;
position: fixed;
z-index: -1;
top: 0px;

}
#bg img{
width: 100%;
position: relative;
display: block;
margin:auto;
opacity:1;

}

 .rslides{
 display:block;
 height: 100%;
width: 100%;	
 }
 
  .rslides img{
 display:block;
 height: 100%;
width: auto;	
 
 }
 
/* VIDEO SPECIFICS */

.bg-video{
display:none;	
}


.vid-wrap {
position: fixed;
left: -50%;
top: -50%;
height: 200%;
width: 200%;
display: block;
}
	
	.mobile-vid{
	height: 100%;
	float: left;
	min-width: 100%;
	position: relative;
	}
	.fluid-width-video-wrapper iframe{
	height: 100%;
	float: left;
	width: auto!important;
	min-width: 100%;
	position: relative;
	padding: 0!important;
	}
	
	.fluid-width-video-wrapper {
	height: 100%;
	float: left;
	width: auto!important;
	min-width: 100%;
	position: relative;
	padding: 0!important;	
	}
	
	#tubular-container{
	display:none!important;
	}
	.nav{
	display:none!important;	
	}
	#vid {
	display:none!important;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 50;
	width: 0%;
	height: 0%;
	top:0%;
	bottom:0%;
	}

#cover {
	background:#rgba(0, 0, 0, 0);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:30;
}

#cover-black {
	background:rgba(0, 0, 0, 0);
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:20;
}



/* GENERAL TEXT */

h3 {
	font-family:'ModernPictogramsNormal';
	font-weight:normal;
	float:none;
	text-align:center;
	font-size:20px;
	position:relative;
display: inline-block;
}

h3 a {
padding: 5px;
display: block;
width: 20px;
height: 20px;
border-style: solid;
border-width: 0px;
color: #fff;
position: relative;
}

h3 a:hover {
	color:#222222;
}





.albumdetails {
width: 50%;
margin: auto;
clear: both;
text-align: center;
padding-top: 30px;
color: white;
position: relative;
z-index: 3000;
}


.albumdetails img {
width: 130%;
height: auto;
margin-left: -10%;
}




.nav {
position: relative;
color:#fff;
z-index:3000;
width:100%;
padding-top: 150px;
}


.nav a {
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
}

.nav img{
width: 180px;
height: auto;
margin: auto;
position: relative;
float: none;
display: block;
}

.navlive {
	position: relative;
	top:70px;
	left:30px;
	color:#000;
	z-index:3000;
}

.nav a, .nav a.active:hover, .nav a.active, .navlive a, .navlive a.active:hover, .navlive a.active {
	float:left;
	padding:10px 20px 10px 20px;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.9);
	color:#fff;
	display:block;
	text-align:center;
}

.nav a:hover, .nav a.active:hover, .navlive a:hover, .navlive a.active:hover {
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.9);
	color:#000;
}



.details {
	width:640px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-340px;
	color:#fff;
	display:none;
	padding:20px;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.9);
	z-index:3000;
}

.detailslive {
	width:640px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-340px;
	color:#fff;
	display:none;
	padding:20px;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.9);
	z-index:3000;
}

.col {
	position:relative;
	width:200px;
	float:left;
	font-weight:normal;
}

.col+.col {
	margin-left:20px;
}

.col li.break {
	margin-top:18px;
}

.col li:first-child {
	margin-top:0px;
}

.col p+p {
	margin-top:18px;
}

.col a {
	color:#fff;
}

.col a:hover {
	border-bottom:1px solid #fff;
}

.col:first-child {}






.links-wrap{
padding: 2.5%;	
position: absolute;
top: 2.5%;
left: 2.5%;
width: 90%;
margin: auto;
text-align: center;
}

.links img{
	display:block;
	opacity:0.6;
}
.links h3 a{
padding: 0;
display: inline-block;
width: auto;
height: 21px;
border-style: solid;
border-width: 0px;
color: #fff;
position: relative;
}
.links img:hover{
	opacity:0.8;
}

/* SOCIAL LINKS */

.social {

padding: 2.5%;
color: #fff;
z-index: 3000;
width: 90%;
margin: auto;
text-align: center;
}

.social {
	position:absolute;	
	bottom:2.5%;
	left:2.5%;

	}



.social img{
width:100%;
opacity:0.8;	
}
.social img:hover{
	opacity:1;	

}
.social h3 a:hover  {
	color:#ccc;
}


/* PLAYER INFORMATION */

.info {
	position: fixed;
	bottom:30px;
	right:30px;
	color:#fff;
	z-index:3000;
}

.info p {
	float:left;
}

.info a {
	float:left;
	padding:10px;
	display:block;
	text-align:center;
	color:#fff;
}

.info p a {
	padding:10px 20px;
}

.info p a:hover {
	background:rgb(255,255,255);
	color:#000;
}

/* SINGUP */

.signup {
position:relative;
margin:auto;
width: 80%;
padding-top:30px;
z-index:999;
}
.signup.success {
width: 100%;
margin: auto;
bottom: 50%;
right: 0px;
text-align: center;
}
.signup form {
	float:none;
}

		#form h1{
	width: 50%;
margin: auto;
clear: both;
text-align: center;
padding-bottom: 30px;
color: white;
position: relative;
		}

.signup input {
padding: 4%;
display: block;
width: 90%;
border: 1px solid white;
background: rgba(255, 255, 255, 0);
color: white;
}

.signup input:focus {
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.9);
	color:#000;
	border:0;
	outline:none;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:0;
	-moz-box-shadow:0;
}

input[type="text"]{


}
input.hidden, tr.hidden, td.hidden{

}
select {
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
border: none;
border-image: none;
font-size: 14px;
text-transform: capitalize;
color: black;	
}

input[type="submit"]{
cursor: pointer;
width: 99%;
float: left;
}



.signup h3 {
	padding:10px;
	display:block;
	width:20px;
	height:18px;
	color:#fff;
	position:relative;
	font-weight:normal;
	border-style: solid;
    border-width: 1px;
}

.margin {
	height:30px;
	clear:both;
	display:none;
}



/**
 * ADDITIONAL / QUERRIES
 * ----------------------------------------------------------------------------
 */
 



@media screen and (max-width: 420px)   {
	
	
	 /**
 *
 * ----------------------------------------------------------------------------
 */	
		.vid-wrap{
left: -100%;
top: -100%;
height: 300%;
width: 300%;
		}
	
}





@media screen and (min-width: 420px) and (max-width: 600px) {
	
	
/**
 * 
 * ----------------------------------------------------------------------------
 */
 
 
 
 .nav{
 	width:50%;
 	left:30px;
 	
 }
 .nav img{
float: left;

}
		.vid-wrap{
left: -75%;
top: -75%;
height: 250%;
width: 250%;
		}
	


	 .signup {
	 display:block;
	position:absolute;		
	bottom: 30px;
	right: 30px;
	width: 60%;
	height:auto;
	 }
	
	.signup.success {
font-size:120%;
	}
	
	
	.signup form {
	float:left;
	width: 100%;
	}
	#form{
		
	float: right;
	}
	#form h1{
	width: auto;
	text-align: left;
	padding-bottom: 20px;
	
		}

	.albumdetails{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	max-width: 380px;
	padding-top:180px;
	}
	
	.albumdetails img{
	width:100%;
	height:auto;		
	margin-let:0px;
	}
	
			
	 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
}


@media screen and (max-width: 769px) {
	
	
/**
 * 
 * ----------------------------------------------------------------------------
 */
 


 
 .vid-wrap{
	position:fixed;
	left:-100%;
	top:-100%;
	height: 300%;
	width: 300%;
	display:block;
	}
 


	 

	
	
.mobile-vid {

}

 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
}



@media screen and (min-width: 769px)  {
	
	
/**
 * 
 * ----------------------------------------------------------------------------
 */
 
 #tubular-container{
display:block!important;
}
 #mobile-vid-wrap{

}

.bg-video{
display:block;	
}

#vid{
display:block;
width:100%;
height:100%;
}
 
 .nav {
 	display:block!important;
 }
 
 .vid-wrap{
	position:fixed;
	left:-50%;
	top:-50%;
	height: 200%;
	width: 200%;
	display:block;
	}
 
 .links{
float:left;	
}
 .links-wrap{
padding: 0;
 }
.social{
width: auto;
left:0px;
bottom:0px;
}

 .rslides{
 display:none;	
 }
 
 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
}


@media screen and (min-width: 1300px)  {
	
	
/**
 * 
 * ----------------------------------------------------------------------------
 */
 
 
	
.vid-wrap{
	position:fixed;
	left:-25%;
	top:-25%;
	height: 150%;
	width: 150%;
	display:block;
	}

 
 
 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
}





/* VIDEO FIXES -  Media Queries */


@media screen and (min-width: 1300px) and (max-height 400px)  {
	
	 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
	.vid-wrap{
	position:fixed;
	left:-25%;
	top:-25%;
	height: 150%;
	width: 150%;
	display:block;
	}

	
}


@media screen and (max-width: 768px) and (min-height 1000px)  {
	
	 /**
 *
 * ----------------------------------------------------------------------------
 */	
	
	.vid-wrap{
	position:fixed;
	left:-25%;
	top:-75%;
	height: 150%;
	width: 250%;
	display:block;
	}

	
}