@charset="UTF-8";

a {
  color:#000;
  text-decoration: none;
}
a:hover {
	color: #C9BA55;
}

#return {
	margin-top: 65px;
}

#return a {
  color:#004176;
  text-decoration: none;
}
a:hover {
	color: #C9BA55;
}

#loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: rgba(0,0,0,0.2);
}
#loader {
	background-image: url('../assets/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}