/* xl - DESKTOP STYLES */ 
/*===============================================================*//*S O C I A L F L O A T*/
.social-float {
    position: fixed;
    left: 0;
    top: calc(50% - 150px);
    z-index: 1000;
}
.social-float_inner {
    padding: 0 10px;
	transition: .3s ease all;
}
.social-float_inner ul.list-unstyled {
    margin: 0;
}
.ico-float {
    color: #000;
    text-align: center;
    padding: 0 0 5px 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
}

.social-float_inner ul li {
    padding-bottom: 5px;
    transition: 0.3s ease all;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.social-float_inner ul li:hover {
	transition: 0.3s ease all;
    background: #f47920;
}
.social-float_inner ul li:hover a {
    filter: invert(1);
    transition: .3s ease all;
}
.social-float_inner ul li:hover{
    transition: .3s ease all;
  transform: translateY(-2px);
}


div#close-btn img {
    background: #ffffff;
    width: 35px;
    height: 35px;
    padding: 7px;
    cursor: pointer;
    transition: 0.3s ease all;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
div#close-btn {
    display: flex;
    justify-content: flex-start;
}
.social-float_inner span {
    display: block;
	color:#000;
}
.social-float_inner a {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    padding: 0 5px;
    letter-spacing: -0.5px;
    color: #000 !important;
}

