.arthref{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.arthref .overlay{
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	display: none;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.arthref .opaque{
	background: rgba(0, 0, 0, 0.2) !important;
}
.arthref .overlay.active{
	opacity: 1;
	pointer-events: all;
}
.arthref .icon-container{
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.arthref .icon-container:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.arthref .icon-container .centered{
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
	text-align: left;
	width: 90%;
	max-width: 725px;
}
.arthref .icon-container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	pointer-events: none;
}
.arthref .icon-container ul.active{
	opacity: 1;
	pointer-events: auto;
}

.arthref .icon-container ul li{
	display: inline-block;
	width: 80px;
	height: 110px;
	margin: 10px;
}
.arthref .icon-container ul li a{
	background-color: #617385;
	border-radius: 10px;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 0 10px 0;
}
.arthref .icon-container ul li span{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .9);
	color: #e5e5e5;
	font-style: normal !important;
}


/* */


.arthref .icon-container ul li a.aFacebook{ background: #3c5a9a url(/stay/common/img/temp/sns_mobile_facebook.png) center no-repeat; }
.arthref .icon-container ul li a.aTwitter{ background: #2daae1 url(/stay/common/img/temp/sns_mobile_twitter.png) center no-repeat;  }
.arthref .icon-container ul li a.naverblog{ background: #21c506 url(/stay/common/img/temp/sns_mobile_blog.png) center no-repeat;  }
.arthref .icon-container ul li a.aEMail{ background: #f36d00 url(/stay/common/img/temp/sns_mobile_link.png) center no-repeat; }

.arthref .icon-container ul li a span{ display: block; width: 80px; height: 80px; /* background: url('/stay/common/img/temp/social-sprite.png') no-repeat;  */}

.arthref .icon-container ul li a{
	background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
	background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
	background-image: -o-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
	background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
	background-image: radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
}


/* Animations */
.arthref .launchpad .icon-container ul{
	-webkit-transform-origin: center 20%;
	-webkit-transform: scale(0.8);
	
	-moz-transform-origin: center 20%;
	-moz-transform: scale(0.8);

	-o-transform-origin: center 20%;
	-o-transform: scale(0.8);

	-ms-transform-origin: center 20%;
	-ms-transform: scale(0.8);

	transform-origin: center 20%;
	transform: scale(0.8);
}
.arthref .launchpad.active .icon-container ul{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.arthref .launchpadReverse .icon-container ul{
	-webkit-transform-origin: center 20%;
	-webkit-transform: scale(1.2);
	
	-moz-transform-origin: center 20%;
	-moz-transform: scale(1.2);

	-o-transform-origin: center 20%;
	-o-transform: scale(1.2);

	-ms-transform-origin: center 20%;
	-ms-transform: scale(1.2);

	transform-origin: center 20%;
	transform: scale(1.2);
}
.arthref .launchpadReverse.active .icon-container ul{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.arthref .slideTop{
	top: -100%;
}
.arthref .slideTop.active{
	top: 0; 
}
.arthref .slideRight{
	left: 100%;
}
.arthref .slideRight.active{
	left: 0; 
}
.arthref .slideBottom{
	top: 100%;
}
.arthref .slideBottom.active{
	top: 0; 
}
.arthref .slideLeft{
	left: -100%;
}
.arthref .slideLeft.active{
	left: 0; 
}
.arthref .chain .icon-container ul li{
	opacity: 0;
}
.blurred{
	-webkit-transition: -webkit-filter 300ms ease-in-out;
	-moz-transition: -moz-filter 300ms ease-in-out;
	-o-transition: -o-filter 300ms ease-in-out;
	-ms-transition: -ms-filter 300ms ease-in-out;
	transition: filter 300ms ease-in-out;
	-webkit-filter: blur(15px); 
}
