@charset "utf-8";
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; }
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; }
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus { outline: 0; }
/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* ----- clear fix for floats ----- */
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }/* hides clearfix from IE-mac */
.clearfix { display: block; }/* end hide from IE-mac */
/* general purpose classes */
.nodisplay { display: none; }
.nodisplay_strict { display: none !important; }
.alignleft { float: left; }
.alignnone { clear: both; font-size: 0; line-height: 0; margin: 0; padding: 0; border: 0; height: 0; width: 0; }
.alignright { float: right; }
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display: block; height: 1px; border: 0; margin: 1em 0; padding: 0; border-top: 1px solid #cccccc; /* change border colour to suit your needs */ }
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] {
display: none;
}
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { }
a:hover, a:active { outline: 0; }
h1 { }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { }
ins { text-decoration: none; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor: help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px;
}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;
}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
}
input, select { vertical-align: middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea { overflow: auto; vertical-align: top; }
::-moz-focus-inner {
border: 0;
outline: 0;
}
html { -webkit-text-size-adjust: none; }
/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'novecento_sans_wide_bookbold';
    src: url('../fonts/novecentosanswide-bold.eot');
    src: url('../fonts/novecentosanswide-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentosanswide-bold.woff') format('woff'),
         url('../fonts/novecentosanswide-bold.ttf') format('truetype'),
         url('../fonts/novecentosanswide-bold.svg#novecento_sans_wide_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_sans_widemedium';
    src: url('../fonts/novecentosanswide-medium.eot');
    src: url('../fonts/novecentosanswide-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentosanswide-medium.woff') format('woff'),
         url('../fonts/novecentosanswide-medium.ttf') format('truetype'),
         url('../fonts/novecentosanswide-medium.svg#novecento_sans_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Setting up the fonts */
body { font-family: 'novecento_sans_wide_bookbold',arial; color: #000; background:#000 url(../images/bg.jpg) no-repeat center top; }
/* End Typography
--------------------------------------------------------------------------------------------------*/


/* Headings
--------------------------------------------------------------------------------------------------*/
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* Links
--------------------------------------------------------------------------------------------------*/
a { text-decoration: none; color: #0090ff; cursor: pointer !important; font-size:18px; line-height:24px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; text-transform:uppercase; margin:0 0 14px; display:block;}
a:hover { color:#fff;}
/* Branding
--------------------------------------------------------------------------------------------------*/
ul{ margin:0 0 114px 15px;}
ul li{ font-size:20px; line-height:24px; color:#ffffff; text-transform:uppercase; margin:40px 0 0 ; float:left; width:100%;}
ul li:first-child{ margin:0;}
ul li a{ font-size:19px; line-height:24px; color:#ffffff; text-transform:uppercase; background:url(../images/video-icon.png) no-repeat 0 3px; padding:0 0 0 30px; margin:0;}
ul li a:hover{ color:#0090ff;}
p { padding: 0 0 30px 0; margin: 0; font-size:21px; line-height:24px; color:#ffffff;}
html, body { }
#wrapper { max-width: 960px; margin: 0 auto; width:100%;}

#container{ float:right; width:280px; padding:50px 0 0 0;}
.logo{ display:block; margin:-16px 0 52px -42px;}
ul li a.pause{ background:url(../images/stop.png) no-repeat 0 3px; color:#0090ff}

footer{ border-top:1px solid #999999; padding:24px 0 125px 0; width:230px; margin:0 auto;}
.social_icon{}
.social_icon a{ width:40px; height:40px; display:block; margin:0 0 0 7px; background:url(../images/social-icon.png) no-repeat; float:left;}
.social_icon a:first-child{ margin:0;}
.social_icon a:hover{ opacity:0.5; filter:alpha(opacity=50)}
.social_icon a.facebook{ background-position:0 0;}
.social_icon a.twitter{ background-position:-40px 0;}
.social_icon a.istagram{ background-position:-80px 0;}
.social_icon a.linkedin{ background-position:-120px 0;}
.social_icon a.soundcloud{ background-position:-160px 0;}

/* iPads  ----------- */
@media only screen and (min-width:768px) and (max-width: 1023px) {
	.logo img{ width:100%;}
}

/* Tablet  ----------- */
@media only screen and (min-width:320px) and (max-width: 767px) {
	body{ background:#000}
	ul{ margin:0 0 50px;}
	.logo{ margin:0 0 50px;}
	.logo img{ width:100%;}
	#container{ float:none; margin:0 auto;}
	footer{ padding:28px 0 50px 0; width:100%;}
	footer a, footer p{ text-align:center;}
	footer .social_icon{ width:230px; margin:0 auto;}
}
.about {display:none;}