@charset "utf-8";
/* CSS index */

.IndexDeshbordIcons {
	width: 100%;
	float: right;
	max-width: 117px;
	margin-top: 20px;
}

.IndexDeshbordIcons li a {
	width: 100%;
	float: left;
	display: block;
	max-width: 30px;
	margin-left: 15px;
}

.Indexlogo {
	max-width: 298px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
}

.IndexClips {
	height: auto;

	overflow: hidden;
	margin-top: 38px;
	margin-left: 2px;
}
.ClipTitle{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.ClipImgBox {
	width: 315px;
	height: 178px;
	margin-right: 17px;
	margin-bottom: 16px;
	border: 1px solid #AAA8A8;
	position: relative;
}
.ClipImgBox img{
	max-width: 313px;
	max-height: 178px;
}
.ClipImgBoxHover {
	width: 313px;
	height: 178px;
	display: block;
	background-color: rgba(255,255,255,0.83);
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	opacity: 0;
	border: 1px solid #000000;
}

.ClipImgBoxHover:hover {
	opacity: 1;
}

.ClipImgBoxHover p {
	margin-bottom: 10px;
}

.playIcon {
	width: 100%;
	max-width: 77px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.ClipImagePlaceholder {
	height: 178px;
	background-color: white;
	color: black;
	opacity: 1;
	font-size: 14px;
	border: 1px solid grey;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 80px;
}