@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoRegular.woff2') format('woff2'), url('../fonts/LatoRegular.woff') format('woff'), url('../fonts/LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoBold.woff2') format('woff2'), url('../fonts/LatoBold.woff') format('woff'), url('../fonts/LatoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'WorkApps';
    src: url('../fonts/WorkApps.woff2') format('woff2'), url('../fonts/WorkApps.woff') format('woff'), url('../fonts/WorkApps.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* --- for local end ----- */
.actionSpinner {
    background: url("../images/action_spinner.gif") center right no-repeat;
}
.spinner {
    background: url("../images/spinner.gif") center center no-repeat;
}
.eachLandingControl {
    background-image: url("../images/sprite.png?v=@@version");
}
.reject-button, .accept-button {
    background-image: url("../images/call-icons.png?v=@@version");
}
.eachControl {
    background-image: url("../images/sprite.png?v=@@version");
}
.close-lb {
    background-image: url("../images/close-x.png?v=@@version");
}
.chromeIcon {
    background-image: url("../images/icons.png?v=@@version");
}
.mozilaIcon {
    background-image: url("../images/icons.png?v=@@version");
}
.searchSendButton.inactive {
    background: url("../images/send-inactive.png?v=@@version") no-repeat;
}
.searchSendButton.active {
    background: url("../images/send-button.png?v=@@version") no-repeat;
}
.videoControl {
    background-image: url("../images/playerSprite.png?v=@@version");
}