﻿@charset "utf-8";

/*----------------- FONTS -----------------*/
@font-face {
    font-family: 'open_sansregular';
    src: url(fonts/google/OpenSans-Regular.eot);
    src: url(fonts/google/OpenSans-Regular.eot?#iefix) format('embedded-opentype'),
         /*url(fonts/google/OpenSans-Regular.woff) format('woff'),*/
         url(fonts/google/OpenSans-Regular.ttf) format('truetype'),
         url(fonts/fontsquirrel/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url(fonts/google/OpenSans-Semibold.eot);
    src: url(fonts/google/OpenSans-Semibold.eot?#iefix) format('embedded-opentype'),
         /*url(fonts/google/OpenSans-Semibold.woff) format('woff'),*/
         url(fonts/google/OpenSans-Semibold.ttf) format('truetype'),
         url(fonts/fontsquirrel/OpenSans-Semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url(fonts/google/OpenSans-Condbold.eot);
    src: url(fonts/google/OpenSans-Condbold.eot?#iefix) format('embedded-opentype'),
         /*url(fonts/google/OpenSans-Condbold.woff) format('woff'),*/
         url(fonts/google/OpenSans-Condbold.ttf) format('truetype'),
         url(fonts/fontsquirrel/OpenSans-CondBold-webfont.svg#open_sans_condensedbold) format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Changes the style of the translate pulldown. Eventually move this to translate.css*/
/*.goog-te-gadget-simple {
    font-family:open_sans_condensedbold; background-color:#8EA2C3 !important; border:0px !important; padding:0px !important;
}*/
