@charset "utf-8";
/* CSS Document */


/* comic-neue-300 - latin */
@font-face {
  font-family: 'Comic Neue 300';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/comic-neue-v1-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Comic Neue Light'), local('ComicNeue-Light'),
       url('../fonts/comic-neue-v1-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comic-neue-v1-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/comic-neue-v1-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/comic-neue-v1-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/comic-neue-v1-latin-300.svg#ComicNeue') format('svg'); /* Legacy iOS */
}

/* comic-neue-regular - latin */
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comic-neue-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Comic Neue Regular'), local('ComicNeue-Regular'),
       url('../fonts/comic-neue-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comic-neue-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/comic-neue-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/comic-neue-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/comic-neue-v1-latin-regular.svg#ComicNeue') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  	   url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
	   url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
	   url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
	   url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
  
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {font-size: 2em}
.fa-3x {font-size: 3em}
.fa-4x {font-size: 4em}
.fa-5x {font-size: 5em}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {line-height: inherit}
.fa-stack-2x {font-size: 2em;}

/*.fa-search:before {content: "\f002"}*/
/*.fa-remove:before, .fa-close:before, .fa-times:before {content: "\f00d"}
.fa-search-plus:before 	{content: "\f00e"}
.fa-search-minus:before	{content: "\f010"} */
/*.fa-arrow-up:before {content: "\f062"}*/
/*.fa-chevron-down:before	{content: "\f078"}
.fa-eye:before {content: "\f06e"}
.fa-globe:before 	{content: "\f0ac"}
.fa-reorder:before, .fa-bars:before {content: "\f0c9"}
.fa-caret-down:before 	{content: "\f0d7"}
.fa-caret-up:before 	{content: "\f0d8"}
.fa-caret-left:before 	{content: "\f0d9"}
.fa-caret-right:before 	{content: "\f0da"}*/
/*
.fa-check-square-o:before {content: "\f046"}
.fa-circle-o:before {content: "\f10c"}
.fa-dot-circle-o:before {content: "\f192"}
.fa-circle:before {content: "\f111"}*/

.fa-check:before {content: "\f00c"}
.fa-chevron-left:before {content: "\f053"}
.fa-chevron-right:before {content: "\f054"}
.fa-chevron-up:before	{content: "\f077"}
.fa-circle:before {content: "\f111"}
.fa-circle-thin:before {content: "\f1db"}
.fa-envelope-o:before {content: "\f003"}
.fa-exclamation:before {content: "\f12a"}
.fa-facebook:before {content: "\f09a"}
.fa-facebook-official:before {content: "\f230"}
.fa-facebook-square:before {content: "\f082"}
.fa-fax:before {content: "\f1ac"}
.fa-info:before {content: "\f129"}
.fa-link:before 	{content: "\f0c1"}
.fa-map-marker:before {content: "\f041"}
.fa-phone:before	{content: "\f095"}
.fa-question:before {content: "\f128"}
.fa-quote-left:before {content: "\f10d"}
.fa-quote-right:before {content: "\f10e"}
.fa-square-o:before {content: "\f096"}
.fa-thumbs-up:before {content: "\f164"}
.fa-times:before {content: "\f00d"}
