<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-position: center bottom;


}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #003300;
	text-decoration: none;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}





.social-icons-footer-bottom {
    float: right;
    margin: 6px 0 0;
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    margin-right: 7px !important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.social-icons-footer-bottom li i {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 16px;
	padding-top: 0;
	text-align: center;
	text-transform: none;
}

.scrollup {
	width: 40px;
	height: 40px;

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: fixed;
	bottom: 10px;
	right: 15px;
	display: none;
	text-align: center;
	color: #fafafa;
	font-size: 28px;
	z-index: 9999;
	background-color: #999;
	border-radius:20px;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
	text-decoration: none;
	color: #fafafa;
	outline: none;
}


.scrollup:hover{
	background-color: #2ee2eb;
}
</pre></body></html>