﻿

.sc-ctn a:hover {
    transform: scale(1.2);
}

.sc-ctn.left a:hover {
    margin-left: 10px;
}

.sc-ctn.right a:hover {
    margin-left: -10px;
}

.sc-ctn {
    position: fixed;
    width: 40px;
    z-index: 99999;
}

    .sc-ctn.bot {
        width: auto;
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    .sc-ctn.botright {
        width: auto;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .sc-ctn.botv {
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    .sc-ctn.botrightv {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .sc-ctn .basic-link {
        float: left;
        background-color: transparent !important;
        margin-top: 5px;
    }

    .sc-ctn.botright a {
        margin-top: 0;
        margin-right: 5px;
    }

    .sc-ctn.bot a {
        margin-top: 0;
    }

    .sc-ctn.left {
        left: 0;
        margin-left: 10px;
    }

    .sc-ctn.right {
        right: 0;
        margin-right: 10px;
    }

    .sc-ctn.bot .basic-link {
        display: inline-block;
        background-color: transparent !important;
        margin-left: 5px;
    }

@media (max-width: 1100px) {

    .sc-ctn img {
        width: 25px;
    }
}
