@charset "utf-8";
/* CSS Document */

.sticky-bar {
        display: block;
        bottom: 15%;
        right: -10px;
        position: fixed;
        z-index: 1040;
        width: 184px;
}

.sticky-bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.sticky-bar ul li {
        background: #B0393B;
        border-radius: 4px 0 0 4px;
        margin: 4px;
        transition: all 0.2s ease-in;
        padding: 5px;
        height: 48px;
    }

.sticky-bar ul li img {
        float: left;
		padding-left: 5px;	
}

.sticky-bar .iit-label {
        padding-top: 7px;
        display: inline-block;
        padding-left: 15px;
}

.sticky-bar .iit-label-single {
        padding-top: 7px;
        display: inline-block;
        padding-left: 4px;
        vertical-align: text-top;
}

.sticky-bar ul li a {
        color: #FFF;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        letter-spacing: .5px;
}

.sticky-bar ul li:hover {
        margin-left: -120px;
        background: #3E3C70;
}

.sticky-bar .si-whatsapp:hover {
        background: transparent !important;
}

.int-sticky-bar {
        width: 309px;
        right: -258px;
}

.int-sticky-bar.sticky-bar ul li.int-whatsapp:hover {
        margin-left: -240px;
}

