
/* ************************************************************************** */
/* 1.	Available Fonts                                                       */
/* ************************************************************************** */
/* 'Roboto-Regular'     */
/* 'Roboto-Medium'      */
/* 'Dosis-Light'        */
/* 'Dosis-Medium'       */
/* 'Dosis-Regular'      */
/* 'Oswald-Medium       */
/* 'Oswald-Light'       */
/* 'Oswald-Regular'     */
/* 'FertigoPro-Regular' */
/* 'Junction-Bold'      */
/* 'Junction-Light'     */
/* 'Junction-Regular'   */
/* 'DroidSans-Bold'     */
/* 'OpenSans-Regular'   */
/* 'OpenSans-Bold'      */
/* 'Calibri-Regular'    */


/*---------------------------- Fonts ------------------------------*/

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------*/
 
@font-face {
    font-family: 'Dosis-Light';
    src: url('../fonts/dosis/Dosis-Light.otf') format('opentype');
}
 
@font-face {
    font-family: 'Dosis-Medium';
    src: url('../fonts/dosis/Dosis-Medium.otf') format('opentype');
}
 
@font-face {
    font-family: 'Dosis-Regular';
    src: url('../fonts/dosis/Dosis-Regular.otf') format('opentype');
}

/*----------------------------------------------------------------*/
 
@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/oswald/Oswald-Medium.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/oswald/Oswald-Light.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/oswald/Oswald-Regular.ttf') format('truetype');
}

/*----------------------------------------------------------------*/
 
@font-face {
    font-family: 'FertigoPro-Regular';
    src: url('../fonts/fertigo-pro/2BB872_0_0.eot');
    src: url('../fonts/fertigo-pro/2BB872_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fertigo-pro/2BB872_0_0.woff') format('woff'),
         url('../fonts/fertigo-pro/2BB872_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------*/

@font-face {
    font-family: 'Junction-Bold';
    src: url('../fonts/junction/junction-bold.eot');
    src: url('../fonts/junction/junction-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction/junction-bold.woff') format('woff'),
         url('../fonts/junction/junction-bold.ttf') format('truetype'),
         url('../fonts/junction/junction-bold.svg#junctionbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Junction-Light';
    src: url('../fonts/junction/junction-light.eot');
    src: url('../fonts/junction/junction-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction/junction-light.woff') format('woff'),
         url('../fonts/junction/junction-light.ttf') format('truetype'),
         url('../fonts/junction/junction-light.svg#junctionlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Junction-Regular';
    src: url('../fonts/junction/junction-regular.eot');
    src: url('../fonts/junction/junction-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction/junction-regular.woff') format('woff'),
         url('../fonts/junction/junction-regular.ttf') format('truetype'),
         url('../fonts/junction/junction-regular.svg#junctionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------*/

@font-face {
    font-family: 'DroidSans-Regular';
    src: url('../fonts/droid-sans/DroidSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url('../fonts/droid-sans/DroidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*----------------------------------------------------------------*/


@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}


/*----------------------------------------------------------------*/


@font-face {
    font-family: 'Calibri-Regular';
    src: url('../fonts/calibri/calibri-webfont.eot');
    src: url('../fonts/calibri/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
