﻿@font-face {
  font-family: 'Socicon';
  src:  url('../font-vectors/socicon/Socicon.eot?laiaji');
  src:  url('../font-vectors/socicon/Socicon.eot?laiaji#iefix') format('embedded-opentype'),
    url('../font-vectors/socicon/Socicon.ttf?laiaji') format('truetype'),
    url('../font-vectors/socicon/Socicon.woff?laiaji') format('woff'),
    url('../font-vectors/socicon/Socicon.svg?laiaji#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face{font-family:oxbicomoon;src:url(../font-vectors/oxbicomoon/oxbicomoon.eot);src:url(../font-vectors/oxbicomoon/oxbicomoon.eot?#iefix) format('embedded-opentype'),url(../font-vectors/oxbicomoon/oxbicomoon.ttf) format('truetype'),url(../font-vectors/oxbicomoon/oxbicomoon.woff) format('woff'),url(../font-vectors/oxbicomoon/oxbicomoon.svg?#oxbicomoon) format('svg');font-weight:400;font-style:normal}

/* Fix Pixelation Issues */
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Socicon !important;
        src: url('../font-vectors/socicon/Socicon.svg?laiaji#Socicon') format('svg') !important;
        font-weight: normal !important;
        font-style: normal !important;
    }

    @font-face {
        font-family: 'oxbicomoon';
        src: url('../font-vectors/oxbicomoon/oxbicomoon.svg?#oxbicomoon') format('svg') !important;
        font-weight: normal;
        font-style: normal;
    }
}


.overlay > .dots.style-1,
.footer-container .footer-inner.has-background .second-section-footer > .mask-background {
    background-image: url('../../../images/px-patterns/dot.png');
}