/* FoundryMonoline Local font */
@font-face {
    font-family: 'FoundryMonoline';
    src: url("../fonts/FoundryMonoline/OpenType/FOMONREG.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'FoundryMonoline';
    src: url("../fonts/FoundryMonoline/OpenType/FOMONBLD.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}


/* Google Font: Quicksand */
/* normals */
/* @font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand/static/Quicksand-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand/static/Quicksand-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand/static/Quicksand-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
   */



/* icons http://www.flaticon.com/packs/ios7-set-lined-1 */
@font-face {
    font-family: "BurkiSchererIcon";
    src: url("../fonts/BurkiSchererIcon/flaticon.eot");
    src: url("../fonts/BurkiSchererIcon/flaticon.eot#iefix") format("embedded-opentype"),
    url("../fonts/BurkiSchererIcon/flaticon.woff") format("woff"),
    url("../fonts/BurkiSchererIcon/flaticon.ttf") format("truetype"),
    url("../fonts/BurkiSchererIcon/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="bs-"]:before, [class*=" bs-"]:before,
[class^="bs-"]:after, [class*=" bs-"]:after {
    font-family: BurkiSchererIcon;
    font-style: normal;
}

/*⟵ LEFTWARDS ARROW */
.bs-arrow395:before {
    content: "\e000";
}

/*↑ UPWARDS ARROW */
.bs-up151:before {
    content: "\e00b";
}

.bs-arrow414:before { /* broken on ios */
    content: "\e001";
}


/*⟶ RIGHTWARDS ARROW*/
.bs-move13:before {
    content: "\e009";
}

/*↓DOWNWARDS ARROW */
.bs-bottom4:before {
    content: "\e002";
}

.bs-call10:before {
    content: "\e003";
}
.bs-call13:before {
    content: "\e004";
}
.bs-correct7:before {
    content: "\e005";
}
.bs-cross37:before {
    content: "\e006";
}
.bs-home60:before {
    content: "\e007";
}
.bs-list26:before {
    content: "\e008";
}
.bs-play33:before {
    content: "\e00a";
}
.bs-wrong6:before {
    content: "\e00b";
}
.bs-zoom22:before {
    content: "\e00c";
}


/* entypo */

[class*="entypo-"]:before {
    line-height : 1;
    font-family: 'entypo';
    display : block;
    text-align: center;
}