/* font converted using font-converter.net. thank you! */

@font-face {
  font-family: "Roboto";
  src: url("./Roboto-Regular.woff2") format("woff2"),
    url("./Roboto-Regular.woff") format("woff"),
	url("./Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("./Roboto-Medium.woff2") format("woff2"),
    url("./Roboto-Medium.woff") format("woff"),
    url("./Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(".//Roboto-Bold.woff2") format("woff2"),
  	url("./Roboto-Bold.woff") format("woff"),
	url("./Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("./Roboto-Black.woff2") format("woff2"),
    url("./Roboto-Black.woff") format("woff"),
	url("./Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}


@font-face {
  font-family: 'juricon';
  src: url('./juricon.woff2') format('woff2'),
       url('./juricon.woff') format('woff'),
       url('./juricon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "juricon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-print:before { content: '\e800'; } /* '' */
.icon-adjust:before { content: '\e801'; } /* '' */
.icon-font:before { content: '\e802'; } /* '' */
.icon-caret-right:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-arrow-down:before { content: '\e805'; } /* '' */
.icon-phone:before { content: '\e806'; } /* '' */
.icon-link:before { content: '\e807'; } /* '' */
.icon-clock:before { content: '\e808'; } /* '' */
.icon-cancel:before { content: '\e809'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-bars:before { content: '\f0c9'; } /* '' */
.icon-angle-right:before { content: '\f0da'; } /* '' */
.icon-envelope:before { content: '\f0e0'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-facebook-square:before { content: '\f308'; } /* '' */