.hide {
  display: none !important;
}

#switcher {
  display: none;
}

@media screen {
    a.external-link {
        background-position: center right;
        background-repeat: no-repeat;
        background-image: url(../img/external-link-ltr-icon.png);
        background-image: -webkit-linear-gradient(transparent,transparent),url(../img/external-link-ltr-icon.svg)!ie;
        background-image: linear-gradient(transparent,transparent),url(../img/external-link-ltr-icon.svg)!ie;
        padding-right: 13px;
    }
}
