﻿.s-media {
    position: fixed;
    top: 220px;
    left: 0;
    z-index: 1000;
    -ms-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
}

    .s-media a:first-child {
        -ms-border-radius: 0;
        border-radius: 0;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .s-media a:last-child {
        -ms-border-radius: 0;
        border-radius: 0;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.s-item {
    display: block;
    width: 35px;
    height: 35px;
    color: white !important;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .s-item:hover {
        width: 45px;
        color: white !important;
    }

#sm-open {
    position: fixed;
    top: 345px;
    left: -60px;
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -ms-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
}

.linkedin {
    background-color: #0077af;
}

.twitter {
    background-color: #3AAFD6;
}

.mail {
    background-color: #f5be00;
}

.aparat {
    background-color: #ea1d5d;
}

.bale {
    background-color: #3b8290;
}

.rubika {
    background-color: #7aee93;
}

.eitaa {
    background-color: whitesmoke;
}

.instagram {
    background-color: #ca005d;
}

.iconbale {
    width: 15px;
    height: 15px;
}

.print {
    background-color: #7CB0A4;
}

.sm-collapse {
    left: -60px;
}

@media only screen and (max-width: 600px) {
    #sm-open {
        top: 275px;
    }

    .s-media {
        top: 170px !important;
    }
}
