
.nf_iconset {
    display: inline-block;
    position: relative;
    font-family: "Newsflare" !important;
    font-size: 18px !important;
    line-height: 20px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.extra-icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.extra-icon.notification {
    background-image: url('../images/new_images/notification.png');
}

.extra-icon.notification.new,
.extra-icon.notification:hover {
    background-image: url('../images/new_images/notification-hover.png');
}

.active .extra-icon.notification {
    background-image: url('../images/new_images/notification-active.png');
}

.form__field-icon .nf_iconset {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    color: #8996A0;
    line-height: inherit;
    -webkit-transition: all .2s;
            transition: all .2s;
}

.focused .nf_iconset,
.hovered .nf_iconset {
    color: #55505A;
}

.nf_iconset:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.footer__social-container .nf_iconset {
    font-size: 24px !important;
    line-height: 32px;
}

.nf_iconset.account {
    background: url('../images/symbols/profile.svg') scroll center no-repeat;
    background-size: contain;
    width: 16px;
}

.nf_iconset.upload:before {
    content: "\e605";
}

.nf_iconset.play:before {
    content: "\e602";
}

.nf_iconset.search:before {
    content: "\e611";
}

.nf_iconset.menu:before {
    content: "\e612";
}

.nf_iconset.email:before {
    content: "\e604";
    color: #8996A0;
}

.nf_iconset.facebook:before {
    content: "\e619";
    color: #3B5998;
}

.nf_iconset.youtube:before {
    content: "\e620";
    color: #CD201F;
}

.nf_iconset.twitter:before {
    content: "\e621";
    color: #55ACEE;
}

.nf_iconset.instagram:before {
    content: "\e622";
    color: #E4405F;
}

.nf_iconset.linkedin:before {
    content: "\e623";
    color: #0077B5;
}

.nf_iconset.date {
    width: 15px;
}

.nf_iconset.date:before {
    width: 15px;
    content: "\e606";
}

.nf_iconset.location {
    width: 15px;
}

.nf_iconset.location:before {
    width: 15px;
    content: "\e618";
}

.nf_iconset.close {
    font-weight: normal;
    float: none;
    opacity: 1;
    width: 22px;
    font-size: 22px;
    text-shadow: none;
}

.nf_iconset.close:before {
    content: "\e624";
}

.nf_iconset.expand:before {
    content: "\e610";
}

.nf_iconset.collapse:before {
    content: "\e609";
}

.nf_iconset.remove:before {
    content: "\e610";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nf_iconset.add-tag:before {
    content: "\e610";
}
