/**
* @document go-top-nav.css
*
* @author : NHH137 
* @modified : 23 April 2014
* @changes : add go-top-navigation function to template
* @version : 1.0
*/

/* go-top-nav css */

.go-top-navigation {
	position: fixed;
	top: 60%;
	margin-top: -21px;
	right: 0;
	z-index: 0;
}

.go-top-navigation a {
	display: block;
	width: 41px;
	height: 41px;
	background: no-repeat -41px 0 url("images/to-top.png");
}

.go-top-navigation a:hover {
	background-position: 0 0 ;
}

@media ( max-width: 393px ) {
		
	.go-top-navigation {
		top: 90%;
		z-index: 11;

		}
	
}