/*   
Theme Name: [Företag] Theme
Theme URI: http://www.[Företag].se
Description: The official [Företag] Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	color:#fff;
	margin:0;
	padding:0;
	font-family:Helvetica ,Arial,  sans-serif;
	line-height:1.5;
	font-size:14px;
}

#page-wrap {
	width:100%;
	height:100%;
	position:fixed;
	z-index:10;
}

#video {
	position:fixed;
	width:100%;
	height:100%;
}

.pattern {
	position:fixed;
	background:url(images/pattern.png);
	width:100%;
	height:100%;
}

.vid2,.vid3,.vid4,.vid5 {
	display:none;
}

.bgvid {
   position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.button {
	display:inline-block;
	width:15px;
	height:15px;
	background: rgba(255,255,255,0.5);
	border-radius:50%;
	margin-right:5px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	cursor:pointer;
}

#buttons {
	margin-top:15px;
}

#current, #duration {
	position:absolute;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	right:100px;
	top:8px;
	z-index:100;
}

#duration {
	right:0 !important;
}

.button:hover {
	background:rgba(255,255,255,0.95);
}

.inner-content {
	margin:0 auto;
	overflow:hidden;
	max-width:1200px;
	width:90%;
	position:relative;
	z-index:10;
}

header {
	
}

#main-content {
	text-align:center;
	display:table;
	height:100%;
	vertical-align:middle;
	width:100%;
}

#main-content .inner-content {
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

h1 {
	font-size:30px;
	font-weight:300;
	letter-spacing:15px;
	text-transform:uppercase;
	margin-bottom:100px !important;
}

aside {
	
}

footer {
	
}

#timeline {
	position:absolute;
	top:20px;
	left:200px;
}

.timeline {
	width:250px;
	height:5px;
	background:rgba(255,255,255,0.5);
	overflow:hidden;
	border-radius:3px;
}

.timeline-filler {
	width:0px;
	height:5px;
	background:rgba(255,255,255,0.9);
	/*-webkit-transition:0.3s all linear;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all linear;*/
	border-radius:3px;
}

.knob {
	width:15px;
	height:15px;
	border-radius:50%;
	background:rgba(255,255,255,1);
	position:absolute;
	display:none;
	top:-5px;
	left:-5px;
	box-shadow:1px 0px 3px rgba(0,0,0,0.2);
	-webkit-transition:0.3s all linear;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all linear;
}