*
{
	text-decoration:none;
	margin: 0px; 
	padding: 0px; 
	outline: 0;
	list-style:none;
	border : 0;
}
html
{
	height:100%;
}
body
{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	max-width:1300px;
	min-width:320px;
	margin:40px auto;
	background:#060606;
	color:#e0e0e0;
	padding:1% 5%;
}
.preloader
{
	position: fixed;
	width: 100vw;
	height:100vh;
	background: url('../img/preloader.svg');
	background-repeat: no-repeat;
  	background-attachment: fixed;
	  background-position: center; 
	  background-size: 50px 50px;
}
h1
{
	text-align:center;
	margin:30px 0 10px 0;
	font-size:36px;
	font-weight:400;
	color:#ccc;
	line-height:45px;
}
h3
{
	margin: 10px 0;
	text-align: center;
}
a
{
	color:#ADCEFC;
}
img
{
	margin:12.5px auto;
	width:25px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
::selection
{
	background: #37A41A;
}
::-moz-selection
{
	background: #37A41A;
}
.ad ::selection
{
	background: #0265F1;
}
.ad ::-moz-selection
{
	background: #0265F1;
}
hr
{
	width:100%;
	background:#ccc;
	height:1px;
	margin:40px 0 0 0;
}
.clear
{
	clear:both;
}
.panel
{
	background:#313131;
	border:1px solid #444;
	margin:0 0 4px 0;
	border-radius:4px;
	position:relative;
	height:50px;
}
.notify:after
{
	background-image:url('../img/notify.svg');
	background-size:cover;
	position:absolute;
	height:25px;
	width:25px;
	right:-40px;
	top:15px;
	content:'';
}
.timedrun
{
	display:none;
}
@keyframes highlightad
{
	0%
	{
		background:#0265F1;
	}
	100%
	{
		background:#313131;
	}
}
@keyframes highlightshowreel
{
	0%
	{
		background:#37981D;
	}
	100%
	{
		background:#313131;
	}
}
.ad.flash
{
	animation: highlightad 1s;
}
.showreel.flash
{
	animation: highlightshowreel 1s;
}
.col1-2,
.col2-2
{
	position:absolute;
}
.col1-2
{
	left:0;
	line-height:50px;
	right:80px;
}
.col1-2 img
{
	left:0;
	position:absolute;
	text-align:center;
	margin:12.5px 35px 12.5px 30px;
	opacity:.7;
	transition:opacity 200ms;
}
.ad .col1-2 img
{
	margin:7.5px 30px 7.5px 25px;
	width:35px;
}
.col1-2:hover img
{
	opacity:1;
}
.col1-2 .date
{
	position:absolute;
	right:0;
	top:0;
	width:140px;
	text-align:center;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.deleteContainer {

    max-width: 51px;
    min-width: 51px;
    right: -51px;
    text-align: center;
    position: absolute;
	cursor: pointer;
}
.col1-2 .date .short
{
	position:absolute;
	line-height:30px;
	width:100%;
	color:#ccc;
	transition:color 200ms;
}
.col1-2 .date .long
{
	position:absolute;
	top:30px;
	width:100%;
	font-size:12px;
	line-height:20px;
	color:#888;
	transition:color 200ms;
}
.col1-2:hover .short
{
	color:#fcfcfc;
}
.col1-2:hover .long
{
	color:#ccc;
}
.col2-2
{
	text-align:center;
	right:0;
	width:80px;
	background:#1C5AB1;
	height:50px;
	transition:background 200ms;
	cursor: pointer;
	border-left: 1px solid #444;
}
.col1-2 .url
{
	position:absolute;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	left:0;
	right:145px;
	padding:0 0 0 100px;
	transition:text-shadow 200ms;
}
.showreel .url
{
	color:#C0FCAD;
}
.col1-2:hover .url
{
	text-shadow:0 0 10px #ADCEFC;
}
.showreel .col1-2:hover .url
{
	text-shadow:0 0 10px #C0FCAD;
}
.col1-2 .fade
{
	opacity:.3;
}
.showreel .col2-2
{
	background:#367724;
}
.showreel .col2-2:hover
{
	background:#37a41a;
}
.col2-2 img
{
	opacity:.7;
	transition:opacity 200ms;
}
.col2-2:hover
{
	background:#0265F1;
}
.col2-2:hover img
{
	opacity:1;
}
.col2-2 img
{
	width:25px;
}