a {
	color: #333333;
	outline: none; /* for Firefox Google Chrome  */
}

a:hover {
	color: #946fdd;
	text-decoration: none;
}

a:focus {
	color: #946fdd;
	outline: 5px solid #946fdd !important;
	text-decoration: none;
	/*outline: none;*/ /* for Firefox Google Chrome  */
}

a.goCenter {
	position: absolute;
	top: -2.2em;
	left: 50%;
	margin-left: -480px;
	padding: 0 .5em;
	height: 2em;
	line-height: 2em;
	background: #946fdd;
	color: #333;
	text-decoration: none;
	z-index: 999999999999;
	opacity: 0;
	transition: .5s;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px 4px 4px;
	color: #FFF
}

@media screen and (max-width: 767px) {
	a.goCenter {
		display:none
	}
}

a.goCenter:hover,a.goCenter:focus {
	outline: none;
	top: 0;
	opacity: 1
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
