.modal {
	z-index: 999;
	display: none;
	padding-top: 50px;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4)
}
.modal-content {
	margin: auto;
	position: relative;
	width: 1000px
}
.closebtn {
	color:#000;
	text-decoration: none;
	float: right;
	font-size: 30px;
	font-weight: bold;
	padding-bottom:7px;
}
.closebtn:hover, .closebtn:focus {
	color: red;
	cursor: pointer
}
#masterLogo {
	position:absolute;
	top:15px;
	left:25px;
	width:150px;
	height:150px;
	cursor:pointer;
}
#masterLogo > img {
	width:150px;
	height:150px;
	backface-visibility: hidden;
transition: transform .7s linear 0s;
}
#masterLogo img {
	position:absolute;
	z-index:998;
	backface-visibility: hidden;
transition: transform .7s linear 0s;
}
#masterLogo #LogoFront {
	transform: perspective(600px) rotateY(0deg);
}
#masterLogo #LogoBack {
	transform: perspective(600px) rotateY(180deg);
}
#masterLogo:hover #LogoFront {
	transform: perspective(600px) rotateY(-180deg);
}
#masterLogo:hover #LogoBack {
	transform: perspective(600px) rotateY(0deg);
}
.vidbase {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 20px;
}
.newsBlock {
	width: 250px;
	border: 2px solid #ddd;
	padding: 4px 6px;
	line-height: 1.6;
	background: #c6a876;
}
.newsTitle {
	font-family: verdana;
	color:#FFF;
	font-size:.7em;
}
.newsTitle a:link, .newsTitle a:visited {
	font-family: verdana;
	color:#FFF;
	text-decoration:underline #FFF;
}
.newsSource {
	font-family: verdana;
	color:#900;
	font-size:.6em;
}
.newsDate {
	font-family: verdana;
	color:#333;
	font-size:.6em;
	padding-bottom:.5em;
}
