/*vs*/ #wrapper{
	width: 60px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#back-top{
	position: fixed;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	right: 25px;
	bottom: 25px;
}
#back-top a{ 	width: 50px; 	display: block; 	text-align: center; 	text-transform: uppercase; 	text-decoration: none; 	color: #A6866D; 	transition: 1s; 	font-family: "Century Gothic"; 	font-size: 12px; 	line-height: 100%; 	border-top-width: 0; 	border-right-width: 0; 	border-bottom-width: 0; 	border-left-width: 0 }
#back-top a:hover{
	color: #666666;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	text-align: center
}
#back-top span{
	width: 60px;
	height: 60px;
	display: block;
	transition: 1s;
	background-image: url(../image/ikonki/up-arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-color: rgba(51,51,51,0.4);
	box-shadow: 1px 1px 12px #666;
	border: 2px solid #999999;
} #back-top a:hover span{
	text-align: center;
	background-image: url(../image/ikonki/up-arrow-down.gif);
	background-color: rgba(0,0,0,0.9);
	box-shadow: 1px 1px 24px #999;
	border-radius: 1px;
	height: 60px;
	width: 60px;
	border: 2px solid #FFF;
} @media (max-width:1280px){#back-top{ 	position: fixed; 	bottom: 2%; 	right: 40px; }} @media (max-width:1024px){#back-top{display:none}} @media (max-width:825px){} @media (max-width:480px){} @media (max-width:320px){}
