/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2026 | 10:16:58 */
.circle {
 width: 45px;
 height: 45px;
 background: #009fe3 !important;
 border-radius: 100px;
 position: absolute;
 right: 0px;
 top: 50%;
 pointer-events: auto;
 border: 2px solid #fff;
 transform: translateY(-50%);
 transition: width 0.4s;
 color:#fff;
 line-height: 45px;
 text-align: right;
 cursor: pointer;
 }
 .area {
 width: 40px;
 height: 45px;
 position:absolute;
 left:0;
 top:0;
 _background:rgba(255,255,255,0.4);
background:transparent;
 border-radius: 100px;
 pointer-events: auto;
 z-index: 1000000;
 }
 .circle a {
 margin-right:20px;
 opacity: 0;
 transition:opacity 0.4s;
 font-weight:bold;
 display: block;
color:#fff;
    line-height: 2.3;
	 text-decoration:none;
}
 .op {
 opacity:1 !important;
 }

 .circle::before {
font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 17px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: -3px;
    z-index: 10000;
 }
 #c-2::before {
 content: "\f0e0";
 }
 #c-3::before {
 content: "\f095";
 }
 #sticky-w {
 position:fixed;
 top:50%;
 right:5px;
 transform: translateY(-50%);
 z-index:100000;
 }
 #cm-1 {
 position:absolute;
 _top:-30px;
 }
 #cm-2 {
 position:absolute;
 margin-top:30px;
 }
@media only screen and (max-width: 768px){
	#sticky-w { 
	top:unset !important;
	bottom:90px !important;
		 transform: translateY(0) !important;
	}
}