.content800-caption-lash {
	border-radius: 8px;
	opacity: 1;
	z-index: 0;
	vertical-align: middle;
	color: #be1553;
	margin-left: auto;
	position: absolute;
	margin-right: auto;
	left: 0px;
	top: 85%;
	right: 0px;
	width: auto;
	height: auto;
	text-align: center;
	letter-spacing: 12px;
}
.container-800-mem {
	width: auto;
	height: 800px;
}
.line-animation{
	height: 80px;
	overflow: hidden
		}

		.line-animation:after{
	content: "";
	display: block;
	width: 1px;
	border-left: 1px #E97C83 solid;
	animation: scroll 5s ease 0s infinite normal;
	margin: 0 auto 0;
		}
.wear_top {
	margin-top: -40px;
}
.sub-title {
	border-bottom: thick solid #BE1553;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bolder;
	font-size: 22px;
}

.display-title {
	font-family: "fot-matisse-pron, sans-serif", serif;
	font-size: 2.2rem;
	line-height: 44px;
	font-weight: bold;
}
.font-brown {
	color: #7C4953;
}
.content800-img {
	border-radius: 8px;
	opacity: 1;
	z-index: 0;
	vertical-align: middle;
	color: #be1553;
	margin-left: auto;
	position: absolute;
	margin-right: auto;
	left: 0px;
	top: 30%;
	right: 0px;
	width: auto;
	height: auto;
	text-align: center;
	letter-spacing: 12px;
}

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 80%;
}
#page-top a {
	display: block;
	background: #F70509;
	color: #fff;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	width: 80px;
	text-align: center;
	border-radius: 20px;
	text-decoration: none;
	opacity: 0.5;
}
#page-top a:hover  {
	background: #F70509;
	text-decoration: none;
	opacity: 0.5;
}
.list-group-item {
    background-color: #EEE7E7;
}



		@keyframes scroll{
			0%{
				height: 0;
			}
			50%{
				height: 100px;
				margin-top: 0;
			}
			100%{
				margin-top: 100px;
				height: 100px;
			}
		}




@media screen and (max-width: 480px) {
}


@media (max-width:992px){
.container-800-mem {
	width: auto;
	height: 600px;
}
.display-title {
	font-family: "fot-matisse-pron, sans-serif", serif;
	font-size: 1.8rem;
	line-height: 44px;
	font-weight: bold;
}






}
