@charset 'UTF-8';

@import "base";

#videos-container{
	margin: 0 auto;
	position: relative;
	top: 120px;
	padding-bottom: 60px;
}

.video{
	float: left;
	height: 150px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	width: 200px;
	
	.box_shadow(1px 1px 5px #666);
	
	img{
		width: 100%;
	}
	
	&.cat{
		width: 100px;
		height: 75px;
	}
	
	.more{
		background-color: rgba(0, 0, 0, 0.5);
		filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
        zoom: 1;
		bottom: -110%;
		color: #fff;
		height: 87%;
		left: 0;
		padding: 5%;
		position: absolute;
		width: 90%;
		cursor: pointer;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		font-style: italic;
		
		.transition(bottom, 0.4s, ease-in-out);
		
		h1{
			color: #fff;
			padding-top: 10px;
			font-size: 16px;
			line-height: 18px;
			.antialias();
		}
		
		.time, .cat{
			position: absolute;
			bottom: 20px;
			.antialias();
		}
				
		.cat{
			left: 10px;
		}
		
		.time{
			right: 10px;
		}
		
	}
	
	&:hover{
		.more{
			bottom: 0;
		}
	}
}

#modal-overlay{
	background: #f0f0f0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 800;
	
	.opacity(0);
}

#modal-wrap{
	background: #222;
	display: none;
	left: 50%;
	margin-left: -25%;
	margin-top: -35%;
	position: absolute;
	position: fixed;
	top: 50%;
	width: 50%;
	z-index: 810;
	.opacity(0);
	
	.box_shadow(-1px 1px 5px #666);
}

#panel-wrap{
	height: 300px;
	margin-top: -150px;
	position: fixed;
	right: -255px;
	//right: 0;
	top: 50%;
	width: 285px;
	z-index: 820;
	
	#panel-arrow{
		background-color: #333;
		float: left;
		height: 70px;
		margin-top: -35px;
		position: relative;
		top: 50%;
		width: 35px;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		font-style: italic;
		line-height: 70px;
		text-align: center;
		color: darken(#fff, 10%);
		font-size: 30px;
		cursor: pointer;
		
		.border_radius(5px 0 0 5px);
		.box_shadow(-3px 3px 5px -2px #666);
		
		&:hover, &.open{
			color: #fff;
		}
	}
	
	#panel-container{
		background-color: #333;
		float: left;
		height: 260px;
		padding: 20px;
		width: 210px;
		
		.border_radius(5px 0 0 5px);
		.box_shadow(-1px 1px 5px #666);
		
		color: #fff;
		
		h1{
			color: #fff;
			margin-bottom: 5px;
			font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
			font-size: 18px;
			line-height: 1.2;
		}
		
		.cat, .time{
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-style: italic;
			font-size: 16px;
			text-transform: capitalize;
			margin-bottom: 2px;
		}
		
		.time{
			margin-bottom: 20px;
		}
	}
}

#filters{
	li{
		display: inline;
		margin: 0 10px;
	}
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

#header{
	text-align: left;
	font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	font-size: 17px;
	padding: 20px 10px;
	margin-bottom: 20px;
	background: rgba(34, 34, 34, 0.85);
	filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8222222,endColorstr=#D8222222)";
    zoom: 1;
	
	position: fixed;
	width: 100%;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 5;
	border-bottom: 1px solid lighten(rgb(156, 200, 246), 10%);
	border-bottom: 1px solid lighten(rgb(0, 0, 0), 10%);
	
	ul{
		text-align: left;
		padding: 0 10px;
	}
	
	h1{
		font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
		font-size: 36px;
		font-style: normal;
		color: #fff;
		line-height: 1;
		.antialias();
		
		span{
			color: darken(#cacaca, 20%);
		}
	}
	
	a{
		color: darken(#cacaca, 5%);
		.antialias();
		
		&.selected, &:hover{
			color: #fff;
		}
	}
}

#login-form{
	padding: 20px;
	background: #f0f0f0;
	text-align: center;
}
	
#admin-panel{
	padding: 20px;
	background: #f0f0f0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	.text_shadow();
	
	h1{
		font-size: 18px;
	}
	
	.btns{
		text-align: center;
	}
	
	a{
		color: darken(#9bc7f5, 15%);
		font-size: 14px;
		padding: 2px 5px;
		
		&:hover{
			color:  #9bc7f5;
		}
	}
}

#footer{
	position: fixed;
	width: 100%;
	background: rgba(34, 34, 34, 0.85);
	filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8222222,endColorstr=#D8222222)";
    zoom: 1;
	bottom: 0;
	left: 0;
	z-index: 5;
	font-size: 12px;
	color: darken(#fff, 10%);
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	
	.col{
		float: left;
		width: 45%;
		padding: 5px;
		line-height: 1;
		.antialias();
		
		a{
			color: darken(#fff, 10%);
			.antialias();
			
			&:hover{
				color: #fff;
			}
		}
		
		p{
			margin-bottom: 0;
			padding: 0 10px;
			.antialias();
		}
	}
}

#notifier-wrap{
	position: fixed;
	top: -50px;
	right: 20px;
	background: #333;
	color: darken(#fff, 10%);
	padding: 20px;
	font-size: 14px;
	z-index: 810;
	line-height: 1,2;
	
	.box_shadow(-1px 1px 5px #666);
	
	div{
		margin-bottom: 5px;
	}
}
