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

/* Hier begint de stylesheet, hierboven zit de reset. Als je dit gelezen hebt, weghalen. */

*:focus { outline: none; }
html, body { min-height: 100%; }
html { 

}
body { overflow:hidden; font-family: 'Roboto', sans-serif; }
::-webkit-input-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
input:-moz-placeholder { color: #000000; }

/* HIER IS JE CODE!
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.6;
*/

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

#overlay {
	background:rgba(0, 0, 0, 0.4);
	width:100%;
	height:100%;
	position:fixed;
	z-index: 5000;
	top:0;
	left:0;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	overflow: hidden;
}

#overlay.left {
	display: block;
	float: left;
	width: 320px;
	box-shadow: 0px 0px 10px #000;
}

.wallpaper {
	background: url(images/bg.jpg) no-repeat center center fixed;
	background-size:100% 100%;
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
}

.wallpaper.opacity {
	opacity: 0.5;
}
	
.container {
	width: 100%;
	height: 100%;
}

#show-login {
	font-size: 15px;
	position: absolute;
	padding: 10px;
}

#soundCloud {
	position:absolute;
	z-index:5010;
	width:400px;
	top:7%;
	left:50%;
	margin-left: -200px;
	text-align: center;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#soundCloud.left {
	display: block;
	float: left;
	width: 174px;
	height: 115px;
	margin-left: 0;
	left:16%;
}

#soundCloud.left img { width: 174px; }

#search.left {
	display: block;
	float: left;
	top: 28%;
	left:16%;
	margin-left:0;
}

.search.left {
	height: 40px;
	padding: 10px;
}

.submit-search.left {
	width: 40px;
	height: 40px;
}

#soundCloud img {
	width:100%;
	height:auto;
	margin-bottom: 4%;
    opacity: 0.8;
}

#soundCloud2 {
	display: none;
	position: absolute;
	top:0;
	left:0;
}

#soundCloud span {
	font-size: 18px;
	color: #fff;
}
	
#search {
	position:absolute;
	z-index:5010;
	top: 50%;
	left: 50%;
	margin-left: -116px;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.search {
	background:rgba(0, 0, 0, 0.5);
	height: 50px;
	margin:0;
	padding: 15px;
	border:0;
	outline:0;
	color: #fff;
	border-radius:5px 0 0 5px;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.submit-search {
	background:rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 50px;
	margin:0;
	border:0;
	outline:0;
	font-family: courier new;
	font-size:20px;
	color: #fff;
	border-radius:0 5px 5px 0;
	cursor:pointer;
	vertical-align:top;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.feed {
	position:absolute;
	top: 65%;
	left:50%;
	margin-left:-112px;
	z-index:5010;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius:6px;
	overflow:hidden;
	margin-left: -116px;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.feed.left {

	display: none;

	top:88%;
	left: 15%;
	margin-left: 0;
}

.feed>li {
	display:inline-block;
	float:left;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.feed>li:first-child {
	border: none;
}

.feed>li.current {
	background: rgba(255,255,255,0.1);
}

.feed>li:hover {
	background: rgba(255,255,255,0.2);
}

.feed>li>a {
	line-height: 38px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	font-size: 13px;
}

#login {
	background: rgba(0,0,0,0.6);
	width: 100%;
	position: absolute;
	top: 40px;
	padding: 15px 0;
	display: none;
	border-top: 1px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	z-index:5020;
}

#login h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px 0;
}

#login-overlay {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 6000;
	display: none;
}

img.ajax-loading {
	width: 100px;
	margin-left: 110px;
	margin-top: 100px;
	image-rendering: auto;
}

#login-overlay h3 {
	margin-top: 40%;
	font-size:20px;
}

#fancy-login legend {
	line-height: 40px;
	margin-left: 80px;
	font-size: 15px;
	color: #fff;
}

#fancy-login>#username, #fancy-login>#password {
	background:rgba(255, 255, 255, 0.5);
	height: 40px;
	margin: 0 0 15px 75px;
	padding: 10px;
	border:0;
	outline:0;
	color: #fff;
	border-radius:5px;
}

#fancy-login>#username {
	margin-bottom:0;
}

#fancy-login>#submit {
	background: orange;
	padding: 10px 15px;
	margin-left: 75px;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 3px #222;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 0px 10px orange;
}

#fancy-login>#register {
	background: #33ccff;
	padding: 10px 15px;
	margin-left: 25px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 3px #222;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #33ccff;
}

.links {
	position:absolute;
	bottom: 20px;
	left:13%;
	z-index:5010;
	border-radius:6px;
	overflow:hidden;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.links>li {
	display:inline-block;
	float:left;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.links>li:first-child {
	border:none;
}

.links>li>a {
	line-height: 20px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	font-size: 12px;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 1;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}

.tiles {
    width: 656px;
    height: 100%;
    margin: 0 0 0 327px;
	position: relative;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.tiles h2 {
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	padding: 10px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
}

/*.users-title {
	background: rgba(0,159,212,0.4);
}

.sounds-title {
	background: rgba(0,194,0,0.4);
}*/

.tiles h2 i {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.2);
	margin-right: 5px;
	font-size: 15px;
	line-height: 30px;
	vertical-align: 3px;
	text-align: center;
	border-radius: 100%;
}

#users, #sounds {
	display: block;
	overflow: auto;
	padding-bottom: 10px;
}

#start-search {
	width: 300px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -150px;
}

#start-search-img {
	width: 300px;
	opacity: 0.9;
}

#start-search-text {
	margin-top: 20px;
	font-size: 25px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #333;
	opacity: 0.9;
}

.tile {
    float: left;
    width: 150px;
    height: 150px;
    margin: 3px;
}

.player {
	width: 100%;
	height: 148px;
	background: rgba(0,0,0,0.3);
	position:relative;
	top: 45%;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.1);
}

.player>.controls {
	display: none;
}

progress {  
	display:none;
	-webkit-appearance: none;
	appearance: none;
	width: 150px;
	height: 10px;
	position:absolute;
	top: 87px;
	left: 125px;
	float:right;
	border:none;
	border-radius:5px;
	z-index:1;
}
progress::-webkit-progress-bar {  
    background:rgba(0,0,0,0.2);  
	border-radius:5px;
}
progress::-webkit-progress-value {  
	background: orange;
	border-radius:5px 0 0 5px;
	-moz-box-shadow: 0px 0px 10px 1px orange;
	-webkit-box-shadow: 0px 0px 10px 1px orange;
	box-shadow: 0px 0px 10px 1px orange;
}

.player input[type="range"] {
	display:none;
	-webkit-appearance: none;
	appearance: none;
	width: 150px;
	height: 10px;
	background: none;
	position:absolute;
	top: 85px;
	left: 123px;
	float:right;
	border:none;
	border-radius:5px;
	z-index:2;
}

::-moz-range-track  {
	display:none;
	-webkit-appearance: none;
	appearance: none;
	width: 150px;
	height: 10px;
	background: #ff9e36;
	background-position: center;
	background-repeat: no-repeat;
	position:absolute;
	top: 85px;
	left: 39%;
	float:right;
	border:none;
	border-radius:5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.4);
}

::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 8px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	position: relative;
	border: 1px solid #bbb;
	z-index: 3;
	cursor: pointer;
}

::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 8px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
	z-index: 3;
	cursor: pointer;
}

#fft {
	position: absolute;
	top:-45px;
	z-index:-1;
}

#fft2 {
	position: absolute;
	top:0;
	z-index:-1;
	-moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#fft3 {
	position: absolute;
	top:3px;
	left: 0;
	border-radius: 10px 0 0 20px;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
	opacity: 1;
}

.flip-container {
    -webkit-perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front {
	width: 150px;
	height: 150px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius:3px;
}

/* front pane, placed above back */
.front {
    background: rgba(0,0,0,0.3);
	z-index: 2;
	/*-moz-box-shadow: 0px 0px 10px 1px #555;
	-webkit-box-shadow: 0px 0px 10px 1px #555;
	box-shadow: 0px 0px 10px 1px #555;*/
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.front.currentSound {
	-webkit-box-shadow: inset 0px 0px 5px 7px rgba(255, 165, 0, 0.6);
	-moz-box-shadow: inset 0px 0px 5px 7px rgba(255, 165, 0, 0.6);
	box-shadow: inset 0px 0px 5px 7px rgba(255, 165, 0, 0.6);
}

.front img {
	width:100px;
	height:100px;
	position:absolute;
	top:25px;
	left:25px;
	border-radius: 6px;
}

.front img.no-art {
	width:100px;
	height:auto;
	top:54px;
	left:25px;
	border-radius:6px;
	opacity: 0.7;
	border:none;
}

/* back, initially hidden pane */
.back {
	width: 130px;
	height: 130px;
	background:rgba(136, 136, 136, 0.4);
	padding: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.back>img { border-radius:6px; }
.player>span {
    margin-left:50px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:150px;
}

.player>.scroll-box {
	width:160px;
	margin-top: 60px;
	margin-left: 40%;
}

.scroll-box {
	width: 130px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.title {
	position: absolute;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
}

.back>.play, .back>.pause {
	position:absolute;
	top:50px;
	left:50px;
}

.add {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px;
	font-size: 14px;
	text-shadow:0px 0px 5px #fff;
}

.play, .pause, .player>.controls>.buttons>.button {
	height:50px;
	display: block;
	background: orange;
	border-radius: 25px;
	text-decoration: none;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 0px 5px #fff;
	font-family: courier new;
	-moz-box-shadow: 0px 0px 10px 1px orange;
	-webkit-box-shadow: 0px 0px 10px 1px orange;
	box-shadow: 0px 0px 10px 1px orange;
}
.controls {
	background: rgba(255,255,255,0.2);
	width:50px;
	height:90px;
	position:absolute;
	top:20px;
	left:40px;
	padding:10px;
	border-radius:6px;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
	box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
}
.more-controls{
	width:50px;
	text-align:center;
	position:absolute;
	color:white;
	font-size:10.5px;
	text-decoration:none;
	right:5px;
	padding:4px 5px 6px 5px;
	bottom:0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.more-controls span {
	font-family:courier new;
}
.buttons{
	position:absolute;
	left:10px;
}
.options {
	width:70px;
	float:left;
	position:absolute;
	left:100px;
}
.player-option {
	height:15px;
	margin:20px 0 0 4px;
	float: left;
}
.player-option.top {
	margin-top: 5px;
}
.player-option.left {
	margin-left: 3px;
}
.option-radio {
	display:none;
}
.option-radio + label {
    display:inline-block;
	width:24px;
	padding: 3px 2px;
    background: orange;
    border: 1px solid orange;
	border-radius:5px;
	opacity: 0.6;
	cursor:pointer;
	box-shadow: 0px 0px 7px orange;
}
.option-radio:checked + label {
	border-color: #fff;
	opacity: 1;
}
.options img {
	height: 14px;
	width: auto;
	float:left;
	margin-top:1px;
}
.options label {
	font-size: 12px;
	height:15px;
	line-height:15px;
	color:#fff;
	float:left
}
.button {
	position:relative;
	top:0;
	left:0;
	margin: 0 0 10px 0;
}
.prev, .next {
	height:10px;
	line-height:10px;
	font-family: courier new;
	position:relative;
	font-size:15px;
	text-decoration: none;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 0px 5px #fff;
}

.prev{
	float:left;
}

.next{
	float:right;
}

.play, .player>.controls>.buttons>.button {
	width:32px;
	line-height:53px;
	font-size:25px;
	padding:0 0 0 18px;
}
.pause, .player>.controls>.buttons>.button.pause {
	width:37px;
	line-height:52px;
	font-size:22px;
	letter-spacing:-3px;
	padding:0 0 0 13px;
}

.player>.controls>.buttons>.button {
	opacity:0.6;
}

.player>.controls>.buttons>.button:hover {
	opacity:1;
}

.feeditem {
	display: block;
	float: left;
	width: 600px;
	height: 325px;
	background: rgba(0,0,0,0.2);
}

/* M'n Stylo :D */
menu#left {
	display: none;
	float: left;
	width: 320px;
	margin-top: 10%;
	list-style: none;
}
menu#left li {
	width: 181px;
	height: 38px;
	margin: 0 auto;
	padding-left: 17px;
	border: 1px solid rgba(255,255,255,0.3);
	border-top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	text-decoration: none;
}
menu#left li:first-child { border-top: 1px solid rgba(255,255,255,0.3); border-radius: 6px 6px 0 0; }
menu#left li:last-child { border-radius: 0 0 6px 6px; }
menu#left li:hover { background: rgba(255,255,255,0.3); }
menu#left li.active { background: rgba(255,255,255,0.2); }

#contact {
	background: rgba(0,0,0,0.7);
	position: fixed;
	display: block;
	width: 60%;
	height: 80%;
	left: 20%;
	top: -100%;
	z-index: 6000;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	border-radius: 6px;
}

#contact>.close {
	float: right;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
}

#contact>#popup-menu {
	width: 30%;
	height: 100%;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.4);
}

#contact>#popup-menu>ul {
	width:100%;
	margin-top: 70%;
}

#contact>#popup-menu>ul>li {
	width:100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

#contact>#popup-menu>ul>li>a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 0 30px;
}

#contact-form {
	width: 50%;
	float: right;
}

#contact label {
	color: #fff;
	font-size: 14px;
}

#contact input[type="text"], #contact textarea {
	background: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 6px;
	border: none;
	color: #fff;
}

#contact #submit {
	background: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 6px;
	border: none;
	color: #fff;
}