@charset "UTF-8";
@font-face {
  font-family:'Open Sans';
  font-style:  normal;
  font-weight: normal;
  src: local('Open Sans'), local('OpenSans'),
       url('../fonts/OpenSans-Regular-webfont.eot')  format('eot'),
       url('../fonts/OpenSans-Regular-webfont.ttf')  format('truetype'),  
       url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family:'Open Sans';
  font-style:  normal;
  font-weight: bold;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/OpenSans-Bold-webfont.eot')  format('eot'),
       url('../fonts/OpenSans-Bold-webfont.ttf')  format('truetype'),  
       url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Bold-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family:'Open Sans';
  font-style:  normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/OpenSans-Light-webfont.eot')  format('eot'),
       url('../fonts/OpenSans-Light-webfont.ttf')  format('truetype'),  
       url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family:'Open Sans';
  font-style:  normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('../fonts/OpenSans-Semibold-webfont.eot')  format('eot'),
       url('../fonts/OpenSans-Semibold-webfont.ttf')  format('truetype'),  
       url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Semibold-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("../fonts/foundation-icons.woff") format("woff"),
       url("../fonts/foundation-icons.ttf") format("truetype"),
       url("../fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
       url('../fonts/roboto-mono-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-mono-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-mono-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-mono-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-mono-v5-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

#splitter::before,
#splitter2::before,
.fi-comment::before,
.fi-pricetag-multiple::before,
.fi-info::before,
.fi-pause::before,
.fi-wrench::before,
.fi-filter::before,
.fi-arrows-out::before,
.fi-arrow-down::before,
.fi-arrow-up::before,
.fi-results::before,
.fi-link::before,
.fi-flag::before,
.fi-list-thumbnails::before,
.fi-list::before,
.fi-thumbnails::before,
.fi-play::before,
.fi-pencil::before,
.fi-plus::before,
.fi-trash::before,
.fi-x::before,
.fi-page-export::before,
.fi-widget::before,
.fi-page-multiple::before,
.fi-arrow-right::before,
.fi-arrow-left::before,
.fi-record::before,
.fi-share::before,
.fi-refresh::before,
.fi-eye::before,
.fi-magnifying-glass::before,
.fi-lightbulb::before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-pricetag-multiple::before { content: "\f19e"; }
.fi-info::before { content: "\f15e"; }
.fi-comment::before { content: "\f131"; }
.fi-pause::before { content: "\f191"; }
.fi-wrench::before { content: "\f215"; }
.fi-filter::before { content: "\f14b"; }
.fi-arrows-out::before { content: "\f110"; }
.fi-arrow-down::before { content: "\f109"; }
.fi-arrow-up::before { content: "\f10c"; }
.fi-results::before { content: "\f1a7"; }
.fi-link::before { content: "\f165"; }
.fi-flag::before { content: "\f14d"; }
.fi-list-thumbnails::before { content: "\f168"; }
.fi-list::before { content: "\f169"; }
.fi-thumbnails::before { content: "\f1fa"; }
.fi-play::before { content: "\f198"; }
.fi-pencil::before { content: "\f194"; }
.fi-plus::before { content: "\f199"; }
.fi-trash::before { content: "\f204"; }
.fi-x::before { content: "\f217"; }
.fi-page-export::before { content: "\f188"; }
.fi-widget::before { content: "\f214"; }
.fi-page-multiple::before { content: "\f18a"; }
.fi-arrow-left::before { content: "\f10a"; }
.fi-record::before { content: "\f1a4"; }
.fi-arrow-right::before { content: "\f10b"; }
.fi-share::before { content: "\f1ad"; }
.fi-refresh::before { content: "\f1a5"; }
.fi-eye::before { content: "\f147"; }
.fi-magnifying-glass::before { content: "\f16c"; }
.fi-lightbulb::before { content: "\f163"; }

