.floating{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:30px;
	text-align:center;
    font-size:30px;
/*	box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}
.floating2{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	left:calc(50vw - 25px);
	background-color:#e23636;
	color:#FFF;
	border-radius:30px;
	text-align:center;
    font-size:30px;
/*	box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.float-button{
	margin-top:10px;
}
html .scroll-to-top{
	width:50px!important;
	height:50px;
	bottom:20px;
	right:20px;
	background-color:#244065;
	border-radius:30px;
	    transition: opacity 1s;
    font-size:30px;
    color:#fff;
    
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: #00000066 !important;
}
html .scroll-to-top.visible {
    opacity: 1.0;
}
@media (min-width: 992px){
	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active { color: #51a8ff; }
	#header .header-nav.header-nav-links nav > ul li:hover > a { color: #51a8ff; }

}


