/*FONTS*/
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham-book/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book/gotham-book-webfont.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


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


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

}