/*------------------------------------------------------------------------------
  float-area
------------------------------------------------------------------------------*/

#footer .copyright {
  height: 170px;
}

#float-area {
	background: rgba(255, 255, 255, 0.9);
	padding: 12px 0;
	position: fixed;
		left: 0;
		bottom: 0;
	width: 100%;
	z-index: 50;
	transition: 0.5s;
	transform: translateY(100%);
}

#float-area.active {
	transform: translateY(0%);
}

#float-area .float-area-inner {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 600px;
}

#float-area .float-area-inner p.icon {
	float: left;
}

#float-area .float-area-inner .btn {
	box-sizing: border-box;
	padding-top: 14px;
}

#float-area .float-area-inner .btn a {
	box-sizing: border-box;
	display: block;
	position: relative;
	text-align: center;
}

#float-area .float-area-inner .btn .btn-txt {
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin: auto;
	text-align: center;
	padding-right: 0;
	position: absolute;
		top: 2px;
		bottom: 0;
		left: 0;
		right: 0;
	height: 1em;
}

#float-area .float-area-inner .btn p {
	font-size: 10px;
	width: 100%;
	text-align: center;
}

/* .float-area-a */
#float-area.float-area-a {
	padding: 6px 0;
}

#float-area.float-area-a .float-area-inner {
	width: 530px;
}

#float-area.float-area-a .float-area-inner .btn .btn-txt {
	font-size: 24px;
		top: -6px;
}

/* .float-area-basec */
#float-area.float-area-basec .float-area-inner {
	width: 610px;
}



@media screen and (max-width: 768px) {

#footer .copyright {
  height: 150px;
}

#float-area {
	background: rgb(255, 255, 255, 0.9);
	padding: 10px 0;
	position: fixed;
		left: 0;
		bottom: 0;
	width: 100%;
	z-index: 50;
}

#float-area .float-area-inner {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 96%;
	max-width: 330px;
}

#float-area .float-area-inner p.icon {
	float: none;
	position: absolute;
		top: 0;
		left: 0;
	width: 65px;
}

#float-area .float-area-inner .btn {
	box-sizing: border-box;
	padding-top: 2px;
}

#float-area .float-area-inner .btn a {
	box-sizing: border-box;
	display: block;
	position: relative;
	text-align: center;
}

#float-area .float-area-inner .btn .btn-txt {
	color: #fff;
	display: block;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	margin: auto;
	text-align: center;
	padding-right: 10px;
	position: absolute;
		top: 2px;
		bottom: 0;
		left: 0;
		right: 0;
	height: 1em;
}

/* .float-area-a */
#float-area.float-area-a {
	padding: 6px 0;
}

#float-area.float-area-a .float-area-inner {
	width: 96%;
	max-width: 330px;
}

#float-area.float-area-a .float-area-inner .btn {
	padding-top: 6px;
}

#float-area.float-area-a .float-area-inner p.icon {
	float: none;
	position: absolute;
		top: 0;
		left: 0;
	width: 78px;
}

#float-area.float-area-a .float-area-inner .btn .btn-txt {
	font-size: 19px;
		top: 0px;
}

/* .float-area-basec */
#float-area.float-area-basec .float-area-inner .btn {
	padding-top: 1px;
}
	

#float-area.float-area-basec .float-area-inner p.icon {
	width: 76px;
}

}