/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 18, 2015 */



@font-face {
    font-family: 'museo_sans100';
    src: url('../font/exljbris_-_museosans-100-webfont.eot');
    src: url('../font/exljbris_-_museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/exljbris_-_museosans-100-webfont.woff2') format('woff2'),
         url('../font/exljbris_-_museosans-100-webfont.woff') format('woff'),
         url('../font/exljbris_-_museosans-100-webfont.ttf') format('truetype'),
         url('../font/exljbris_-_museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo_sans300';
    src: url('../font/exljbris_-_museosans-300-webfont.eot');
    src: url('../font/exljbris_-_museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/exljbris_-_museosans-300-webfont.woff2') format('woff2'),
         url('../font/exljbris_-_museosans-300-webfont.woff') format('woff'),
         url('../font/exljbris_-_museosans-300-webfont.ttf') format('truetype'),
         url('../font/exljbris_-_museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans300_italic';
    src: url('../font/exljbris_-_museosans-300italic-webfont.eot');
    src: url('../font/exljbris_-_museosans-300italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/exljbris_-_museosans-300italic-webfont.woff2') format('woff2'),
         url('../font/exljbris_-_museosans-300italic-webfont.woff') format('woff'),
         url('../font/exljbris_-_museosans-300italic-webfont.ttf') format('truetype'),
         url('../font/exljbris_-_museosans-300italic-webfont.svg#museo_sans300_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans500';
    src: url('../font/exljbris_-_museosans-500-webfont.eot');
    src: url('../font/exljbris_-_museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/exljbris_-_museosans-500-webfont.woff2') format('woff2'),
         url('../font/exljbris_-_museosans-500-webfont.woff') format('woff'),
         url('../font/exljbris_-_museosans-500-webfont.ttf') format('truetype'),
         url('../font/exljbris_-_museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans500_italic';
    src: url('../font/exljbris_-_museosans-500-webfont.eot');
    src: url('../font/MuseoSans_500_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.regular-font
{
  font-family:museo_sans300, sans-serif;
}

.semi-bold-font
{
  font-family: museo_sans500, sans-serif;
}

.bold-font
{
  font-family: museo_sans700, sans-serif;
}

.light-font
{
    font-family: museo_sans100, sans-serif;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.strikediag {
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
.withpadding {
  padding: 0 0.15em;
}