/* ==========================================================================
   Icon fonts
   ========================================================================== */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?l3c5xs');
    src: url('../fonts/icomoon.eot?#iefixl3c5xs') format('embedded-opentype'),
    url('../fonts/icomoon.woff?l3c5xs') format('woff'),
    url('../fonts/icomoon.ttf?l3c5xs') format('truetype'),
    url('../fonts/icomoon.svg?l3c5xs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.rsArrowIcn:before,
.customSelectInner:before,
.btn.btn-arrow:after,
.back-to-top:before,
.back-link:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.rsArrowLeft .rsArrowIcn:before,
[class*="icon-"].left:before {
    content: "\e600";
    font-size: 28px;
    color: #11a3dd;
}

.icon-arrow:before,
.rsArrowIcn:before,
.customSelectInner:before {
    content: "\e601";
    font-size: 28px;
    color: #11a3dd;
}

.btn.btn-arrow:after {
    content: "\e602";
    font-size: 16px;
    color: #11a3dd;
    width: 18px;
}

.back-to-top:before {
    display: block;
    clear: left;
    content: "\e603";
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.icon-back-link:before {
    content: "\e600";
    font-size: 14px;
    color: #0b274a;
}