@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ui-icon-uk-icon-arrow-left:before {
    content: "\f060";
}

.ui-icon-uk-icon-arrow-right:before {
    content: "\f061";
}

.fc-icon {
    height: 2em;
    line-height: 2em;
}

.fc-icon:after {
    font-weight: 100;
    font-size: 2em;
    top: 0;
    font-family: "FontAwesome";
}

.fc-icon-left-single-arrow:after {
    content: "\f104";
}

.fc-icon-right-single-arrow:after {
    content: "\f105";
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}