@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: 'open_sansitalic';
      src: url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  }
}	


@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src:url('fonts/icons.eot?yoex5e');
    src:url('fonts/icons.eot?#iefixyoex5e') format('embedded-opentype'),
        url('fonts/icons.woff?yoex5e') format('woff'),
        url('fonts/icons.ttf?yoex5e') format('truetype'),
        url('fonts/icons.svg?yoex5e#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e600";
}
.icon-topics:before {
    content: "\e601";
}
.icon-thumbnailview:before {
    content: "\e602";
}
.icon-sendatip:before {
    content: "\e603";
}
.icon-search:before {
    content: "\e604";
}
.icon-notification:before {
    content: "\e605";
}
.icon-mail:before {
    content: "\e606";
}
.icon-location:before {
    content: "\e607";
}
.icon-listview:before {
    content: "\e608";
}
.icon-linkedin:before {
    content: "\e609";
}
.icon-home:before {
    content: "\e60a";
}
.icon-facebook:before {
    content: "\e60b";
}
.icon-bookmark:before {
    content: "\e60c";
}
.icon-arrowup:before {
    content: "\e60d";
}
.icon-arrowright:before {
    content: "\e60e";
}
.icon-arrowleft:before {
    content: "\e60f";
}
.icon-account:before {
    content: "\e610";
}
