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

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon-ig' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
    font-size: 26px;
    width: 40px;
    vertical-align: bottom;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fb.icon-ig {
	font-family: 'icomoon-ig' !important;
}

.icon-fb-icon:before {
    content: "\e908";
    width: 33px;
    height: 33px;
    font-size: 33px;
    color: black;
}

.icon-ig-icon:before {
    content: "\e909";
    width: 33px;
    height: 33px;
    font-size: 33px;
    color: black;
}

.icon-calendar-icon:before {
    content: "\e904";
}
.icon-plus-icon:before {
    content: "\e905";
}
.icon-announcement-icon:before {
    content: "\e900";
}
.icon-cycle-icon:before {
    content: "\e901";
}
.icon-schedule-icon:before {
    content: "\e902";
}
.icon-search-icon:before {
    content: "\e903";
    color: white;
}
.icon-arrow-icon {
    width: 38px;
    height: 38px;
    padding-top: 6px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -55px;
    text-align: center;
    background-color: #009ee3;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (max-width: 1305px) {
    .icon-arrow-icon {
        left: 0;
    }
}

@media screen and (max-width: 480px) {
    .icon-arrow-icon {
        left: -15px;
    }
}

.icon-arrow-icon:hover {
    background-color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.icon-arrow-icon:before {
    content: "\e906";
    color: white;
}

.icon-dropdown-arrow-icon:before {
    content: "\e907";
    font-size: 16px;
}

span.schedule-item-short-description-loc {
	color: #009ee3!important;
}