/* NIGES.SOCMENU / SOCIAL NETWORKS and MESSENGERS */

.nsm-fab-footer {
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
}

@font-face {
    font-family: "NSMFontAwesome";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(./afonts/fa-brands.eot);
    src: url(./afonts/fa-brands2.eot?#iefix) format("embedded-opentype"),
    url(./afonts/fa-brands.woff2) format("woff2"),
    url(./afonts/fa-brands.woff) format("woff"),
    url(./afonts/fa-brands.ttf) format("truetype"),
    url(./afonts/fa-brands.svg#fontawesome) format("svg")
}

.nsm-fab {
    font-family: "NSMFontAwesome";
}

.nsm-fa-instagram:before {
    content: "\f16d"
}

.nsm-fa-odnoklassniki:before {
    content: "\f263"
}

.nsm-fa-vk:before {
    content: "\f189"
}

.nsm-fa-facebook:before {
    content: "\f39e"
}

.nsm-fa-twitter:before {
    content: "\f099"
}

.nsm-fa-pinterest:before {
    content: "\f231"
}

.nsm-fa-telegram:before {
    content: "\f3fe"
}

.nsm-fa-viber:before {
    content: "\f409"
}

.nsm-fa-whatsapp:before {
    content: "\f232"
}

.nsm-fa-skype:before {
    content: "\f17e"
}

.nsm-fa-youtube:before {
    content: "\f167"
}

/* Niges SocMenu Native Style */
.nsm-bar.nsm-style-native .nsm-fab {
    color: #fff !important;
}

.nsm-bar.nsm-style-native .nsm-fa-instagram {
    background: #bd20c7 !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.nsm-bar.nsm-style-native .nsm-fa-odnoklassniki {
    background: #f19912 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-vk {
    background: #467fc2 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-facebook {
    background: #3b5998 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-twitter {
    background: #37a4d9 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-pinterest {
    background: #bb0112 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-telegram {
    background: #32a7d9 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-viber {
    background: #7f49ac !important;
}

.nsm-bar.nsm-style-native .nsm-fa-whatsapp {
    background: #08bb07 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-skype {
    background: #27a3e3 !important;
}

.nsm-bar.nsm-style-native .nsm-fa-youtube {
    background: #dc100c !important;
}


/* Niges SocMenu CSS */
.nsm-bar .nsm-bar-btn,
.nsm-bar .nsm-bar-btn:hover,
.nsm-bar .nsm-bar-btn:focus,
.nsm-bar .nsm-bar-btn:active,
.nsm-bar .nsm-bar-btn:visited {
    outline: none;
    overflow: hidden;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    text-decoration: none;
}

.nsm-bar {
    outline: none;
}

.nsm-bar .nsm-bar-btn {
    display: block;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
}

.nsm-bar.nsm-position-left {
    left: 0;
}

.nsm-bar.nsm-position-right {
    right: 0;
}

.nsm-bar.nsm-position-indiv .nsm-bar-btn {
    top: 0;
}

.nsm-bar.nsm-animation-none .nsm-bar-btn:hover {
}

.nsm-bar.nsm-animation-shake .nsm-bar-btn:hover {
}

.nsm-bar.nsm-animation-rotate .nsm-bar-btn:hover .nsm-bar__ico {
    -moz-transform: srotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.nsm-bar.nsm-position-left.nsm-animation-shift .nsm-bar-btn:hover {
    left: 10px;
}

.nsm-bar.nsm-position-right.nsm-animation-shift .nsm-bar-btn:hover {
    left: -10px;
}

.nsm-bar.nsm-position-indiv.nsm-animation-shift .nsm-bar-btn:hover {
    top: -5px;
}

#niges-socmenu, .niges-socmenu {
    display: inline-block;
}

.nsm-position-indiv {
    display: none;
}

#niges-socmenu .nsm-position-indiv,
.niges-socmenu .nsm-position-indiv {
    display: inline-block !important;
    position: relative !important;
}

#niges-socmenu .nsm-position-indiv .nsm-bar-btn,
.niges-socmenu .nsm-position-indiv .nsm-bar-btn {
    display: inline-block !important;
}

@media screen and (min-width: 767.01px) {
    .nsm-hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .nsm-hidden-mobile {
        display: none !important;
    }
}