* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}

body { 
	width: 100%;
	background: #000;
	color: #fff;
	text-align:center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.block.content { 
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

img { 
	width: 100%;
	height: auto;
}

p {padding: 0; margin: 0;}
	
li { list-style:none;
	padding-top: 15px;}
	
#header, #footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	}

.text-intro {
	padding: 5px;
	background-color: #F00;
	font-size: 19px;
	line-height: 22px;
}

.text-intro span {
	color: #FF0;
	font-weight: bold;
}

.footer-links {
	margin-top: 10px;
	padding: 5px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

.footer-links a {
	color: #FF0;
	text-decoration: none;
}

.footer-links span {
	color: #07a8f9;
}

.footer-links p {
	padding: 5px;
}
	
	
#footer {
	font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}

.sticky-term {
	background-color:rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	width: 100%;
	padding: 3px 0 2px 0;
    text-align: center;
	z-index: 1;
}

.sticky-term a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.videoWrapper{position:relative;padding-bottom:55.11%;padding-top:0;height:0;}
.videoWrapper img{width:100%;height:auto;}
.videoWrapper video{position:absolute;top:0;left:0;width:100% !important;height:100% !important;}

.term {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-align: center;
	font-weight: bold;
    margin-top: -13px;