.csi_sharing, .copy_share {
    width:100%;
    display: block;
    overflow: hidden;
}

.copy_share {
    border: 1px dotted grey;
    width:130px;
}

.csi_sharing ul, .copy_share ul{
    display: block;
    list-style: none;
    margin-left:0px !important;
}

.copy_share ul{
    position: relative;
    margin: auto;
}

.csi_sharing ul li, .copy_share ul li{
    float:left;
    width:auto;
    list-style: none;
    margin-left:5px;
    text-align:center;
}

.copy_share ul li{
    margin-top: 8px;
}

.copy_share ul li:last-child{
    margin-right: 18px;
}


.csi_sharing ul li span, .copy_share ul li span{
    display:none;
    background-color:#e1e2e2;
    margin:0 2px 0 5px;
    font-size:14px;
    height:41px;
    min-width:40px;
    font-family:helvetica,arial,sans-serif;
    font-weight:700;
    vertical-align: top;
    line-height:41px;
}

.csi_sharing ul li span::after, .copy_share ul li span::after{
    top:3px;
    left:-4px;
    content:"";
    position:absolute;
    border-width:5px 8px 5px 0;
    border-style:solid;
    border-color:transparent #ebebeb transparent transparent;
    display:block;
    width:0;
    height:0;
    -webkit-transform: rotate(360deg);
    tranform:rotate(360deg);
}

.csi_sharing ul li img, .copy_share ul li img{
    width:40px;
    cursor:pointer;
}
.fancybox-inner #sidebar-wrapper {
    display: none;

}
.fancybox-inner #wide-nav {
    display: none;

}

.whatsappShares{
    display: none;
}

@media screen and (max-width: 1024px){
    .whatsappShares{
        display: inline-block;
    }
}

#close-welcome-box-pop {
    position: absolute;
    top: 0px;
    right: 0px;
}