@charset "utf-8";
/* CSS Document */
.text-rights{
	text-align: right;
}

.text-lefts{
	text-align: left;
}
.w{
	color: #FFF;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 999;
}

.scrollbar{
	position: absolute;
	left: 47.5%;
	bottom: 20px;
	z-index: 999;
}
.color-coffee{
	font-size: 28px;
	line-height: 1.75em;
	color: #bfb082;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.color-black{
	font-size: 18px;
	line-height: 1.75em;
	font-weight: normal;
	color: #333;
}


.banner-flout{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	width: 200px;
}

.text-area{
	width: 100%;
	position: absolute;
	top: 30%;
	z-index: 999;
	text-align: center;
}

.title-h1{
	font-size: 48px;
	line-height: 1.75em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	letter-spacing: 2px;	
}

.title-h2{
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	letter-spacing: 6px;
	
}

.title-h3{
	font-size: 22px;
	line-height: 1.75em;
	font-weight: bold;
	color: #FFF;
	border-radius: 30px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.5); /* 黑色 50% 透明 */
	padding: 10px;
	max-width: 450px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	display: block;
}

.single-col{width:100%}
.single-col .single-banner{position:relative;display:block;overflow:hidden;border-radius:0px}.single-col .single-banner img{width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.single-col .single-banner:hover img{-webkit-transform:scale(1.1) rotate(0deg);transform:scale(1.1) rotate(0deg)}

.col-em-4{
	width: 25%;
	float: left;
	position: relative;
}

.con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	text-align: center;
}

@media only screen and (max-width: 767px){
.text-rights{
	text-align: center;
}

.text-lefts{
	text-align: center;
}
.col-em-4{
	width: 100%;
	float: left;position: relative;
}

.con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	text-align: left;
	font-size: 16px;
}

.banner-flout{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	width:150px;
}
.scrollbar{
	position: absolute;
	left: 45%;
	bottom: 20px;
	z-index: 999;
}
.text-area{
	width: 100%;
	position: absolute;
	top: 25%;
	z-index: 999;
	text-align: center;
}

.title-h1{
	font-size: 32px;
	line-height: 1.25em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	letter-spacing: 2px;	
}

.title-h2{
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	letter-spacing: 6px;
	
}

.title-h3{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-radius: 30px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.5); /* 黑色 50% 透明 */
	padding: 10px;
	max-width: 320px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	display: none;
}
}
@media only screen and (max-width: 480px){
.text-rights{
	text-align: center;
}

.text-lefts{
	text-align: center;
}
.scrollbar{
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 999;
}
}