@font-face {
	font-family: 'proxima-nova-regular';
	src: url('fonts/proxima-nova-regular.eot?') format('eot'),
     url('fonts/proxima-nova-regular.otf') format('truetype'),
     url('fonts/proxima-nova-regular.woff') format('woff'),
     url('fonts/proxima-nova-regular.svg#ProximaNovaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
table, tr, td {
	width: 100%;
	height: 100%;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
a {
	color: #000;
}


/* Layout */
.wrapper {
}
body {
	color: #000;
    font-family: 'proxima-nova-regular', Arial, Sans-serif;
    font-size: 13px;
	line-height: 18px;
	background: #ccc;
}
h1 {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	padding-top: 12px;
	line-height: 15px;
	height: 15px;
}
h1 a {
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}
#container {}
#header {
	background: #fff;
	
}
#header .wrapper {
	position: relative;
	padding: 15px 20px;
}


/* Menu */
.menu ul {
    float: right;
	margin-bottom: 15px;
}
.menu li {
    display: inline-block;
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
	border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
	line-height: 15px;
	height: 15px;
}
.menu li.selected,
.menu li:hover {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.menu li a {
    text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
}
#menu_1 {
	background: #fff;
}
#menu_1 nav {
	padding: 0 20px 20px 20px;
}
#menu_mobile {
	display: none;
}
#content {
}
#footer {
}
#content section {
	padding: 20px 10px;
}
#content section#home,
#content section.slideshow {
	padding: 0;
}

/* Player */
#videoplayer {
	display: none;
	position: fixed;
	top: 0px;
	z-index: 150;
	width: 1000px;
	margin-top: 90px;
	border: 50px solid #000;
}
#videoplayer_mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#audioplayer_bar {
	background: #f0f0f0;
	margin-top: -30px;
	height: 30px;
}
#audioplayer_bar nav .title {
	padding: 0 20px;
	color: #999;
}
#audioplayer_bar nav {
	padding-top: 7px;
	position: absolute;
	right: 405px;
}
#audioplayer_bar nav .previous,
#audioplayer_bar nav .next {
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
#audioplayer_bar nav .previous:hover,
#audioplayer_bar nav .next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#audioplayer_bar .wrapper {
	height: 30px;
	position: relative;
	overflow: hidden;
}
#audioplayer_container {
	position: absolute;
	right: -8px;
	width: 400px;
	height: 30px;
	
}


/* Vgrid */
ul.vgrid {
	margin: auto;
}
ul.vgrid li {
	width: 340px;
	padding-bottom: 20px;
	margin: 0 10px 20px 10px;
	position: relative;
	background: #fff;
}
ul.vgrid li .details {
	padding: 15px;
}
ul.vgrid li h2 {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 25px;
	padding-top: 10px;
}
ul.vgrid li .thumbnail_image {
	/*width: 340px;*/
}
ul.vgrid li.playing,
ul.vgrid li .thumbnail:hover .play {
	display: block;
	cursor: pointer;
}
ul.vgrid li .play {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 340px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	text-align: center;
	cursor: pointer;
}
ul.vgrid li .thumbnail {
	position: relative;
}
ul.vgrid .introductory strong,
ul.vgrid .description strong {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}


/* Albums */
#albums ul li .thumbnail_image {
	width: 340px;
	height: 340px;
}

/* Html && contact */
#content section#contact,
#content section#html {
	background: #fff;
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	padding: 20px 20px;
}
#content section#contact .text,
#content section#html .text {
	width: 560px;
	float: left;
}
#content section#contact .text a:hover,
#content section#html .text a:hover {
	text-decoration: underline;
}
#content section#contact form,
#content section#html .medias {
	float: right;
	width: 400px;
}
#content section#html .medias img {
	width: 400px;
	display: block;
	margin-bottom: 20px;
}


/* Links */
#links {
	padding-top: 20px;
}
#links ul li {
	position: relative;
	padding-bottom: 0;
}
#links ul li img {
	width: 340px;
	display: block;
}
#links ul li h2 {
	position: absolute;
	background: #000;
	color: #fff;
	top: 0;
	bottom: 0;
	width: 340px;
	text-align: center;
	display: none;
	margin-bottom: 0;
}
#links ul li:hover h2 {
	display: block;
}


/* Medias */
#media h3 {
	text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 20px;
}
#media_image {
	background: #000;
	padding: 50px 0;
}
#media_image img {
	display: block;
	margin: auto;
}


/* Slideshow */
#slideshow {
	background: #000;
}
#slideshow ul li img {
	display: block;
	margin: auto;
}
#next,
#prev {
	position: fixed;
	top:0px;
	z-index:102;
	cursor: pointer;
	width: 30%;
}
#prev {
	left: 0;
}
#next {
	right: 0;
}
#prev img,
#next img {
	position: absolute;
	z-index: 300;
	visibility: hidden;
}
#next:hover img,
#prev:hover img {
	visibility: visible;
}
#prev img {
	left: 20px;
}
#next img {
	right: 20px;
}


/* Form */
form p {
	margin-bottom: 10px;
}
textarea,
input[type='text'] {
	border: 1px solid #ccc;
	padding: 5px;
	width: 390px;
	resize: none;
	overflow: auto;
}
button {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	border: 0;
	cursor: pointer;
}






