/* Sticky Social Icons - from realtimerealtors.in */
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -170px;
    top: 170px;
    width: 210px;
    z-index: 1100;
}

.sticky-social-icons {
    margin: 0;
    padding: 0;
}

.sticky-social-icons li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 30px;
}

.sticky-social-icons li:hover {
    margin-left: -115px;
}

.sticky-social-icons li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky-social-icons li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 13px;
}

.sticky-social-icons li p a {
    text-decoration: none;
    color: #2C3539;
}

.sticky-social-icons li p a:hover {
    text-decoration: underline;
    color: #2C3539 !important;
}

@media only screen and (max-width: 720px) {
    .sticky-container {
        display: none;
    }
}
