* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }
html, body { 
	margin:0;
	padding:0;background:#000;
	line-height:1;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
}
h1, h2, .nav-link, .playlist-btn {
	font-weight:bold; 
	/*text-transform:uppercase;*/
}
h1 {font-size:38px; }
h2 {text-align: right; padding: 15px 20px 0 0; }
h1, h2, h3, p { margin:0 0 10px; color:#fff; text-shadow: 1px 1px 1px #000;}
p { line-height:1.4;  }
a { color:#fff; font-style:italic; }
blockquote { 
	background:#fff; 
	margin:0 0 20px;
	padding:5px 20px; 
}
pre {
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}

.ppp {
	display: none;
}

.box { 
	background:#444; background:rgba(0,0,0,.6);
	padding:30px 30px 10px 30px;
	border-radius:5px;
	/*margin:35% 8% 0 8%;*/
	position: fixed;
	
  	left: 8%; 
  	right: 8%; 
  	bottom: 5%;  
}


.fotka {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  opacity: 0.7;
}
.fotka img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}


.video-js {
	/*-webkit-filter: blur(1);*/
	opacity: 1;
}


@-webkit-keyframes sepia-anim {
  from { -webkit-filter: sepia(0); }
  to   { -webkit-filter: sepia(1); }
}
@-webkit-keyframes grayscale-anim {
  from { -webkit-filter: grayscale(0); }
  to   { -webkit-filter: grayscale(1); }
}
@-webkit-keyframes saturate-anim {
  from { -webkit-filter: saturate(1); }
  to   { -webkit-filter: saturate(5); }
}
@-webkit-keyframes blur-anim {
  from { -webkit-filter: blur(0); }
  to   { -webkit-filter: blur(5px); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotateZ(0deg); }
  to   { -webkit-transform: rotateZ(360deg); }
}
@-webkit-keyframes zzmix-anim {
  from { -webkit-filter: saturate(1); -webkit-filter: blur(0);  }
  to   { -webkit-filter: saturate(5); -webkit-filter: blur(5px); }
}
/*.zzmix, .video-js {*/
.zzmix {
  -webkit-animation: saturate-anim 2s ease-in-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}

.sepia {
  -webkit-animation: sepia-anim 2s ease-in-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
.grayscale {
  -webkit-animation: grayscale-anim 2s ease-in-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
.blur {
  -webkit-animation: blur-anim 3.5s ease;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
.spin {
  -webkit-animation: spin 10s linear;
  -webkit-animation-iteration-count: infinite;
}
.saturate {
  -webkit-animation: saturate-anim 2s ease-in;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}



.main {
	position:relative;
	margin:50px 220px 0px 220px;
	min-width:300px;
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
	z-index: 200;
}

.dimmed {opacity:.7;}

