/* CSS Document */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.crunchify-top:hover {
	color: #fff !important;
	background-color: #0070b2;
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 8rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	/*line-height: 50px;*/
	font-size: 1.4rem;
	color: #fff !important;
	background-color: #0070b2;
        border:1px #fff solid;
	text-decoration: none;
	border-radius: 0px;
	text-align: center; z-index:100;
	cursor: pointer;
}

.crunchify-top i.glyphicon {
    top: 14px !important;
}