.home .p-layout{

}
.home #add-area{
	position: fixed;
	bottom: -300px;
	right: 170px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.home #add-area.active{
	bottom: 0px;
}
.home #add-area .add-cl{
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.home #add-area .add-cl .fa{
	color: #000;
	font-size: 40px;
	-webkit-text-shadow: #ffffff 1px 1px 10px;
	-moz-text-shadow: #ffffff 1px 1px 10px;
	text-shadow: #ffffff 1px 1px 10px;
}
.home #add-area #add-area-wrap{
	
}
.home #add-area #add-area-wrap .bnr01{
	width: 220px;
	height: auto;
	cursor: pointer;
}
.home #add-area #add-area-wrap video{
	width: 220px;
	height: auto;
	display: block;
}
.home #add-area #add-area-wrap a.btn-cmp,
.home #add-area #add-area-wrap a:link.btn-cmp,
.home #add-area #add-area-wrap a:visited.btn-cmp,
.home #add-area #add-area-wrap a:active.btn-cmp{
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 15px;
	font-weight: bold;
	display: block;
	background: #fd8604;
	-webkit-box-shadow: #ad5c00 0 4px 0 0;
	-moz-box-shadow: #ad5c00 0 4px 0 0;
	box-shadow: #ad5c00 0 4px 0 0;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	border-radius: 3px;
	color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.home #add-area #add-area-wrap a:hover.btn-cmp{
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	text-decoration: none;
	-webkit-box-shadow: #ad5c00 0 0 0 0;
	-moz-box-shadow: #ad5c00 0 0 0 0;
	box-shadow: #ad5c00 0 0 0 0;
}