@charset "utf-8";
/* CSS Document */
/*List*/

.listspace li{
	line-height: 2;
}

.text-justify {
	text-align:justify;
}

.paratxt {
	font-size:21px;
	font-weight:300;
}

.img-responsive {
		max-width: 100%;
		height: auto;
		display:block;
}

.img-wrap {
	padding: 0% 5%;
}

.bannermarquee {
	height: 30px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 1px 10px;
	display:block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.bannermarquee p {
	font-weight: 400;
	font-size: 0.8em;
	padding-top: 3px;
	width: 100%;
}

.bannermarquee span {
	float:right;
	margin-left: 1.5em;
	font-size: 1.2em;
}


	