@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");



/*@font-face {
    font-family: 'maison_neuebold';
    src: url('/fonts/maisonneue-bold-webfont.woff2') format('woff2'),
         url('/fonts/maisonneue-bold-webfont.woff') format('woff');
    font-weighfont-family: maison_neuemedium, Helvetica;t: normal;
    font-style: normal;

}




@font-face {
    font-family: 'maison_neuelight';
    src: url('/fonts/maisonneue-light-webfont.woff2') format('woff2'),
         url('/fonts/maisonneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'maison_neuemedium';
    src: url('/fonts/maisonneue-medium-webfont.woff2') format('woff2'),
         url('/fonts/maisonneue-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'latoblack';
    src: url('/fonts/lato-black-webfont.woff2') format('woff2'),
         url('/fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('/fonts/lato-regular-webfont.woff2') format('woff2'),
         url('/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('/fonts/lato-light-webfont.woff2') format('woff2'),
         url('/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 100%;
    background-color:#111;
    color: #FFF;
}

a, a:link, a:visited, a:active, .new-downloadall-btn:hover {
	color: #FFC53E
}

.download-all-overlay {
	width: 400px;
    height: 100px;
    background: #333;
    border: 1px solid #999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 7000;
    display: none;
}

.download-all-overlay .msg {
	text-align: center;
	line-height: 100px;
	font-size: 12px;
}

header {
	position: relative;
}

#list-title {
	margin: 25px 0 25px 30px;
	list-style-type: none;
}

#list-title li {
	margin: 0px 15px 0px 4px;
	display: block;
	font-size: 16px;
	/*font-family: 'maison_neuemedium', Helvetica;*/
	float: left;
	font-family: 'latoregular';
    font-weight: bold;
    letter-spacing: .25;
}

header .logo {
	position: absolute;
	top: 0;
	left: 15px;
	width: 50%;
	min-width: 60px;
	max-width: 100px;
}

header .logo2 {
	position: relative;
	top: 18px;
	left: 28px;
	width: 300px;
	margin-bottom:10px;
}

header .logo-side {
	position: fixed;
	bottom: 0px;
	right: 0px;
	max-height: 100vh;
	max-width: 100vw;
}

main {
	margin: 0 0 0 0;
	padding: 0px 0px;
}

main h3 {
	position: relative;
	height: 15px;
	padding: 4px;
	margin: 0px 30px;
	font-size: 12px;
	line-height: 12px;
	/*font-family: 'maison_neuemedium', Helvetica;*/
	font-weight: bold;
	font-family: 'latobold';
    font-weight: bold;
    letter-spacing: .25;
}

#file-list {
	position: relative;
	list-style-type: none;
	margin: 0 0 0 30px;
}

#file-list li {
	position: relative;
	padding: 1px 0;
}

#file-list[data-download='1'] li .file-name {
	position: relative;
	/*font-family: 'maison_neuemedium', Helvetica;*/
	font-size: 12px;
	line-height: 20px;
	margin: 3px 0 3px 120px;
	font-family: 'latobold';
    font-weight: bold;
    letter-spacing: .25;
}

#file-list[data-download='1'] .play-btn {
	position: absolute;
	display: block;
	margin: 3px;
	top: 0px;
	left: 68px;
	display: none;
	font-size: 10px;
}

#file-list[data-download='1'] .download-btn {
	position: absolute;
	display: block;
	margin: 3px;
	top: 0px;
	left: 0px;
	font-size: 10px;
}

#file-list[data-download='0'] li .file-name {
	position: relative;
	/*font-family: 'maison_neuemedium', Helvetica;*/
	font-size: 12px;
	line-height: 20px;
	margin: 3px 0 3px 52px;
	font-family: 'latobold';
    font-weight: bold;
    letter-spacing: .25;
}

#file-list[data-download='0'] .play-btn {
	position: absolute;
	display: block;
	margin: 3px;
	top: 0px;
	left: 0px;
	display: none;
	font-size: 10px;
}

#file-list .downloadall-btn, #file-list .new-downloadall-btn {
	position: absolute;
	display: block;
	margin: 3px;
	top: 0px;
	left: 0px;
	width: 97px;
	font-size: 10px;
	cursor: pointer;
}
footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25%;
	background: #111;
	overflow: scroll;
	display: none;
}

footer #img-strip {
	height: 100%;
	white-space: nowrap;
}

footer #img-strip img {
	height: 100%;
}

#media-container {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	background-color:#000;
	z-index:20;
}

#media-container #media-title {
	position: relative;
	text-align: center;
	width: 100%;
	color: #FFF;
	z-index: 10;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	background-color: #111;
}

#media-container #media-controls {
	position:relative;
	width: 100%;
	height: 30px;
	background-color: #111;
}

#media-container #media-close {
	position: absolute;
	top:0px;
	right: 0px;
	width: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	z-index: 10;
	text-align: left;
}

#media-container #media-download {
	position: absolute;
	top:0px;
	right: 90px;
	width: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	z-index: 10;
	text-align: left;
}

#media-container #media-prev {
	position: absolute;
	top:0px;
	left: 20px;
	width: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	z-index: 10;
	text-align: left;
}

#media-container #media-next {
	position: absolute;
	top:0px;
	left: 70px;
	width: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	z-index: 10;
	text-align: left;
}

#video-container video {
	position: absolute;
	top: 70px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	max-width: 100%;
	max-height: 85%;
}

#audio-container audio {
	width: 600px;
}


#video-container {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: none;
	width: 100%;
	height: 100%;
}

#audio-container {
	display: none;
	width: 400px;
	margin: 0 auto;
	padding-top: 100px;
}

.mejs-container{
  width: 100% !important;
  height: 100% !important;
}
.mejs-layers .mejs-layer{    
  width: 100% !important;
  height: 100% !important;    
}