#gpec-teaser {padding: 2em 0 0.5em;}
.top100 {display:grid; margin-top:18%;}
.top100 h4 { color:#000; padding-bottom:25px;}
.top10 {
    display: grid;
    margin-top: 1%;
}

.jahre { max-width: 70%;
height: 85px;
display: block;
position: relative;
margin-bottom:35px;
}
.jahr {
    font-size: 91px;
    font-weight: 700;
    position: relative;
    top: 19px;
}

.bg-gpec {background-image:url(../images/welt-gpec.png); 
background-size: contain;
background-repeat: no-repeat;
background-position: left top;
min-height:300px;}


.bg-gpec2 {background-image:url(../images/welt-gpec2.png); 
background-size: contain;
background-repeat: no-repeat;
background-position: left top;
min-height:300px;}



@media (max-width: 768px) {
.bg-gpec { text-align:center;}	
.bg-gpec2 { text-align:center;}	
.contenttable { text-align:center; font-size:12px;}
.jahre img { height:38px !important; width:auto !important;}	
	.jahre { max-width: 100%;
margin-bottom:0px; text-align:center;
}
.jahr {font-size:39px; font-weight:400; position:relative; top:8px; }	
}


/*
* @subsection   Easy Responsive Tabs
*
* @description  Describes style declarations for Easy Responsive Tabs extension
*
* @author       Samson Onna
* @link         samson3d@gmail.com
* @version      1.0.0
*/
@media (min-width: 768px) {
  .responsive-tabs[data-type="horizontal"], .responsive-tabs[data-type="vertical"] {
    border-bottom: none; margin-top:35px;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tab-content + .resp-accordion, .responsive-tabs[data-type="vertical"] .resp-tab-content + .resp-accordion {
    border-top: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-accordion, .responsive-tabs[data-type="vertical"] .resp-accordion {
    display: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tabs-list, .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    display: block;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tabs-container, .responsive-tabs[data-type="vertical"] .resp-tabs-container {
    padding: 20px;
	background: #0178e1;
border-color: #025095;
color: #000;
font-size: 16px;
font-weight: 400;
border-radius: 12px 12px 12px 12px;
border:1px solid #025095 !important;
top: -4px !important;
position: relative;
background-image:url(../images/welt-gpec.png); 
background-size: contain;
background-repeat: no-repeat;
background-position: center right;
min-height:300px;
left:11px;
  }
  
.resp-tab-content ul li { list-style:circle; margin-left: 15px; list-style-position:inside; } 
}

.responsive-tabs[data-type="vertical"] .resp-tabs-list {
  display: none;
}

@media (min-width: 1200px) {
  .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    display: block;
  }
}

.responsive-tabs[data-type="vertical"] .resp-tabs-list + * {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .responsive-tabs[data-type="vertical"] {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    text-align: left;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li {
    display: block;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li + li {
    margin-left: 0;
    margin-top: 2px;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-container {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 20px;
    padding-top: 0;
  }
}

.resp-accordion {
  position: relative;
  display: block;
  padding: 23px 30px 23px 27px;
  color: #1c1c1c;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: .3s;
  font-size: 24px;
}

.resp-accordion:first-of-type:before {
  content: none;
}

.resp-accordion:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #eee;
  bottom: 100%;
  left: 28px;
}

.resp-accordion .resp-arrow {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 30px;
  left: 0;
}

.resp-accordion .resp-arrow:before {
  position: absolute;
  top: 3px;
  left: 9px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #025095;
  transition: 250ms;
  opacity: 1;
}

.resp-accordion .resp-arrow:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #025095;
  transition: 250ms;
}

.resp-accordion:hover {
  cursor: pointer;
}

* + .resp-accordion {
  margin-top: -1px;
}

.resp-tab-active {
  margin-bottom: 0;
}

.resp-tab-active .resp-arrow:before {
  opacity: 0;
}

.resp-tab-content {
  text-align: left;
}

@media (max-width: 767px) {
  .resp-tab-content {
    padding: 15px 15px;
  }
}

.responsive-tabs[data-type="accordion"] .resp-tab-content {
  position: relative;
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .responsive-tabs[data-type="accordion"] .resp-tab-content {
    padding: 0 30px 24px 28px;
  }
}

.responsive-tabs[data-type="accordion"].responsive-tabs-primary .resp-accordion {
  color: #025095;
}

.responsive-tabs[data-type="accordion"].responsive-tabs-primary .resp-accordion:hover {
  color: #1c1c1c;
}

.responsive-tabs[data-type="accordion"] .resp-tab-active {
  margin-bottom: 0;
}

.responsive-tabs[data-type="accordion"] .resp-tab-active .resp-arrow:before {
  opacity: 0;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (min-width: 768px) {
  .responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
    display: none;
  }
  .responsive-tabs:not(.resp-easy-accordion) .resp-tabs-list {
    display: block;
  }
}

.resp-easy-accordion .resp-tabs-list + * {
  margin-top: 0;
}

.responsive-tabs.horizontal-tabs .resp-tabs-list {
  display: none;
}

@media (min-width: 768px) {
  .responsive-tabs.horizontal-tabs .resp-tabs-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-left: 17px;
  }
  .responsive-tabs.horizontal-tabs .resp-tabs-list * + * {
    margin-left: 7px;
  }
}

.responsive-tabs.horizontal-tabs li.btn-primary-variant-1 {
width: auto;
display: block;
/*padding: 0 20px 0;*/
}

.horizontal-tabs .btn-primary-variant-1 {
background: #0178e1;
border-color: #025095;
color: #000;
font-size: 17px;
font-weight: bold;
border-radius: 12px 12px 0 0;
text-transform:uppercase;
/*border:1px solid #025095 !important;*/
border-top:1px solid #025095;
border-left:1px solid #025095;
border-right:1px solid #025095;
margin-top:-4px;
}

.resp-tab-active { max-height: 100px !important; top: -4px !important;
position: relative;}

.horizontal-tabs .btn-primary-variant-1:focus, .horizontal-tabs .btn-primary-variant-1.focus, .horizontal-tabs .btn-primary-variant-1:hover, .horizontal-tabs .btn-primary-variant-1:active, .horizontal-tabs .btn-primary-variant-1.active,
.open > .horizontal-tabs .btn-primary-variant-1.dropdown-toggle {
  color: #000;
  background-color: #025095;
  border-color: #025095;
}

.horizontal-tabs .btn-primary-variant-1:active, .horizontal-tabs .btn-primary-variant-1.active,
.open > .horizontal-tabs .btn-primary-variant-1.dropdown-toggle {
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.14);
}

.horizontal-tabs .btn-primary-variant-1:active:hover, .horizontal-tabs .btn-primary-variant-1:active:focus, .horizontal-tabs .btn-primary-variant-1:active.focus, .horizontal-tabs .btn-primary-variant-1.active:hover, .horizontal-tabs .btn-primary-variant-1.active:focus, .horizontal-tabs .btn-primary-variant-1.active.focus,
.open > .horizontal-tabs .btn-primary-variant-1.dropdown-toggle:hover,
.open > .horizontal-tabs .btn-primary-variant-1.dropdown-toggle:focus,
.open > .horizontal-tabs .btn-primary-variant-1.dropdown-toggle.focus {
  color: #fff;
  background-color: #025095;
  border-color: #025095;
}

.horizontal-tabs .btn-primary-variant-1.disabled, .horizontal-tabs .btn-primary-variant-1[disabled],
fieldset[disabled] .horizontal-tabs .btn-primary-variant-1 {
  pointer-events: none;
  opacity: .5;
}

.horizontal-tabs .btn-primary-variant-1 .badge {
  color: transparent;
  background-color: #025095;
}

.horizontal-tabs .resp-tab-active.btn-primary-variant-1 {
background: #025095;
border-color: #fff;
color: #000;
font-size: 17px;
font-weight: bold;
border-radius: 12px 12px 0 0;
text-transform:uppercase;

border:1px solid #025095 !important;
}


.resp-tab-item.resp-tab-active p, .resp-tab-item p, .resp-tab-content.resp-tab-content-active ul li, .resp-tab-content.resp-tab-content-active ul li p  { color: #fff;}

.vertical-tabs .btn-primary-variant-1 {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
}

.vertical-tabs .btn-primary-variant-1:focus, .vertical-tabs .btn-primary-variant-1.focus, .vertical-tabs .btn-primary-variant-1:hover, .vertical-tabs .btn-primary-variant-1:active, .vertical-tabs .btn-primary-variant-1.active,
.open > .vertical-tabs .btn-primary-variant-1.dropdown-toggle {
  color: #fff;
  background-color: #025095;
  border-color: #025095;
}

.vertical-tabs .btn-primary-variant-1:active, .vertical-tabs .btn-primary-variant-1.active,
.open > .vertical-tabs .btn-primary-variant-1.dropdown-toggle {
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.14);
}

.vertical-tabs .btn-primary-variant-1:active:hover, .vertical-tabs .btn-primary-variant-1:active:focus, .vertical-tabs .btn-primary-variant-1:active.focus, .vertical-tabs .btn-primary-variant-1.active:hover, .vertical-tabs .btn-primary-variant-1.active:focus, .vertical-tabs .btn-primary-variant-1.active.focus,
.open > .vertical-tabs .btn-primary-variant-1.dropdown-toggle:hover,
.open > .vertical-tabs .btn-primary-variant-1.dropdown-toggle:focus,
.open > .vertical-tabs .btn-primary-variant-1.dropdown-toggle.focus {
  color: #fff;
  background-color: #025095;
  border-color: #025095;
}

.vertical-tabs .btn-primary-variant-1.disabled, .vertical-tabs .btn-primary-variant-1[disabled],
fieldset[disabled] .vertical-tabs .btn-primary-variant-1 {
  pointer-events: none;
  opacity: .5;
}

.vertical-tabs .btn-primary-variant-1 .badge {
  color: transparent;
  background-color: #025095;
}

.vertical-tabs .resp-tab-active.btn-primary-variant-1 {
  background: #025095;
  border-color: #025095;
  color: #fff;
}

.two-column-accordion {
  text-align: left;
}

.two-column-accordion .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.two-column-accordion .panel + .panel {
  position: relative;
}

.two-column-accordion .panel + .panel:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #eee;
  bottom: 100%;
  left: 28px;
}

.two-column-accordion .panel-heading + .panel-collapse > .panel-body {
  border: none;
  position: relative;
  padding: 3px 30px 23px 27px;
  margin-top: -1px;
  background: #fff;
}

.two-column-accordion .panel-heading {
  padding: 23px 30px 23px 27px;
  color: #1c1c1c;
  border: none;
  background-color: transparent;
  position: relative;
}

.two-column-accordion .panel-heading h4 {
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: .3s;
  font-size: 24px;
}

.two-column-accordion .panel-heading h4:hover a {
  color: #025095;
}

.two-column-accordion .two-column-arrow {
  position: relative;
}

.two-column-accordion .two-column-arrow:before {
  position: absolute;
  top: 8px;
  left: -23px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #025095;
  transition: 250ms;
  opacity: 1;
}

.two-column-accordion .two-column-arrow:after {
  position: absolute;
  top: 14px;
  left: -29px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #025095;
  transition: 250ms;
  opacity: 1;
}

.two-column-accordion .two-column-arrow[aria-expanded='true']:before {
  opacity: 0;
}

.resp-tabs-list-standard {
  margin-bottom: 20px;
}

.resp-tabs-list-standard .btn-link {
  cursor: pointer;
  font-weight: 700;
  padding-right: 13px;
}

.resp-tabs-list-standard .btn-link + .btn-link {
  padding-left: 13px;
  border-left: 2px solid #eeeeee;
}

.resp-tabs-list-standard .btn-link.resp-tab-active, .resp-tabs-list-standard .btn-link:hover {
  color: #9c9c9c;
}

.resp-accordion-closed {
  display: none !important;
}

.progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .progress-bar-wrap {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .progress-bar-wrap {
    max-width: 150px;
  }
}

.progress-bar-js {
  position: relative;
  width: 100%;
  margin: 5px 0 30px;
}

.progress-bar-js .progress-bar__body {
  position: absolute;
  display: inline-block;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
}

.progress-bar-js .progress-bar__body:after {
  content: '%';
}

.progress-bar-js .progress-bar__stroke,
.progress-bar-js .progress-bar__trail {
  stroke-linejoin: round;
}

.progress-bar-horizontal {
  text-align: left;
  background: #f3f4f9;
  border-radius: 6px;
  color: #1c1c1c;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.progress-bar-horizontal > svg {
  margin-top: 0;
  border-radius: 6px;
}

.progress-bar-horizontal > svg path {
  stroke-width: 5;
}

.progress-bar-horizontal .progress-bar__body {
  width: auto !important;
  top: -30px;
  right: 0;
  font-weight: 700;
}

.progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}

.progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar-radial .progress-bar__body {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  -webkit-transform: translate(51%, -100%);
  transform: translate(51%, -100%);
}

.progress-bar-radial .progress-bar__body:after {
  content: none;
}

.progress-bar-radial.progress-bar-default .progress-bar__stroke {
  stroke: #025095;
}

.progress-bar-radial-wrap {
  position: relative;
}

.progress-bar-radial-wrap > p {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-bar-default .progress-bar__stroke {
  stroke: #025095;
}

.progress-bar-default .progress-bar__trail {
  stroke: #025095;
}

.progress-bar-default-1 .progress-bar__stroke {
  stroke: #025095;
}

.progress-bar-default-1 .progress-bar__trail {
  stroke: #f5f5f5;
}

.progress-bar-primary .progress-bar__stroke {
  stroke: #025095;
}

.progress-bar-primary .progress-bar__trail {
  stroke: rgba(171, 171, 171, 0.05);
}

.progress-bar-secondary-2 .progress-bar__stroke {
  stroke: #eeeeee;
}

.progress-bar-secondary-2 .progress-bar__trail {
  stroke: rgba(171, 171, 171, 0.05);
}

.progress-bar-secondary-1 .progress-bar__stroke {
  stroke: #eeeeee;
}

.progress-bar-secondary-1 .progress-bar__trail {
  stroke: rgba(171, 171, 171, 0.05);
}

.progress-bar-secondary-3 .progress-bar__stroke {
  stroke: #ffd21d;
}

.progress-bar-secondary-3 .progress-bar__trail {
  stroke: rgba(171, 171, 171, 0.05);
}

.progress-bar-secondary-4 .progress-bar__stroke {
  stroke: #d9534f;
}

.progress-bar-secondary-4 .progress-bar__trail {
  stroke: rgba(171, 171, 171, 0.05);
}

@media (min-width: 992px) {
  .progress-bar-wrapper {
    max-width: 150px;
    margin: 0 auto;
  }
}

.progress-container .progress-bar {
  position: relative;
  margin: 4px 0;
  background-color: transparent;
  box-shadow: none;
}

.progress-container p {
  display: block;
  margin-bottom: 0;
}

.progress-container > p {
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.progress-container *:nth-last-child(1) {
  margin-bottom: 0;
}




/* =============================================================================
 * reset & defaults
 * ========================================================================== */


.articlewrapper.typ3 {background: #585858;}

*::-webkit-input-placeholder {color: #025095;}    
*:-moz-placeholder {color: #025095 !important;}
*::-moz-placeholder {color: #025095 !important;}    
*:-ms-input-placeholder {color: #025095;}

/*     --counter
------------------------------------------------- */
.ce_counter {text-align: center;}
.ce_counter i {font-size: 45px; margin: 0; line-height: 1em;}
.ce_counter i:before {margin: 0!important;}
.ce_counter .counterwrapper {font-size: 2.6em; font-weight: 500; margin-bottom:0px; margin-top:25px; line-height: 3rem; font-family: Arial, sans-serif; /*color:#94c11f;*/}


/* ce_counter */
	.ce_counter {margin-bottom: 15px;}
	.ce_counter .counterwrapper {line-height: 0.6em;}


.full, .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {width: 100%; margin: 0 0  15px 0;}

/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

[class^="icon-"]:before,
[class*="icon-"]:before,
i[class^="icon-"]:before,
i[class*="icon-"]:before,
.mod_navigation li[class^="icon-"] a:before,
.mod_navigation li[class*="icon-"] a:before,
.mod_navigation li[class^="icon-"] span:before,
.mod_navigation li[class*="icon-"] span:before,
.ce_headline[class^="icon-"]:before,
.ce_headline[class*="icon-"]:before,
.button[class^="icon-"]:before,
.button[class*="icon-"]:before,
.ce_hyperlink a[class^="icon-"]:before,
.ce_hyperlink a[class*="icon-"]:before,
.servicebox[class^="icon-"]:before,
.servicebox[class*="icon-"]:before,
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before,
.servicebox_8[class^="icon-"]:before,
.servicebox_8[class*="icon-"]:before,
.servicebox_3[class^="icon-"]:before,
.servicebox_3[class*="icon-"]:before,
.servicebox_4[class^="icon-"]:before,
.servicebox_4[class*="icon-"]:before,
.ce_list li[class^="icon-"] :before,
.ce_list li[class*="icon-"]:before,
.testimonial_4 a[class^="icon-"]:before,
.testimonial_4 a[class*="icon-"]:before{
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
  line-height: 1em;
  color:#5ebd00;
}

 @font-face {
  font-family: 'icons';
  src: url("icons.eot?158270");
  src: url("icons.eot?158270#iefix") format('embedded-opentype'),
       url("icons.woff?158270") format('woff'),
       url("icons.ttf?158270") format('truetype'),
       url("icons.svg?158270#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}



/*     --iconbox
------------------------------------------------- */
.iconbox p {margin: 0;}
.iconbox[class^="icon-"]:before, .iconbox[class*="icon-"]:before { font-family:'icons'; font-style:inherit; font-weight:inherit; display:inline-block; text-decoration:inherit; width:1em; margin-right:.5em; text-align:center; line-height:inherit; float: left;} 
 
 /*     --icons
------------------------------------------------- */
.icon-windy-rain-inv:before { content: '\e9bd'; } /* 'î¦½' */
.icon-duckduckgo:before { content: '\21'; } /* '!' */
.icon-aim:before { content: '\22'; } /* '&quot;' */
.icon-snow-inv:before { content: '\e9be'; } /* 'î¦¾' */
.icon-snow-heavy-inv:before { content: '\e9bf'; } /* 'î¦¿' */
.icon-hash:before { content: '\23'; } /* '#' */
.icon-delicious:before { content: '\e8ea'; } /* 'î£ª' */
.icon-paypal:before { content: '\24'; } /* '$' */
.icon-money-1:before { content: '\ebce'; } /* 'î¯Ž' */
.icon-hail-inv:before { content: '\e9c0'; } /* 'î§€' */
.icon-flattr:before { content: '\25'; } /* '%' */
.icon-clouds-inv:before { content: '\e9c1'; } /* 'î§' */
.icon-android:before { content: '\26'; } /* '&amp;' */
.icon-clouds-flash-inv:before { content: '\e9c2'; } /* 'î§‚' */
.icon-temperature:before { content: '\e9c3'; } /* 'î§ƒ' */
.icon-eventful:before { content: '\27'; } /* ''' */
.icon-compass-2:before { content: '\28'; } /* '(' */
.icon-na:before { content: '\29'; } /* ')' */
.icon-celcius:before { content: '\e9c4'; } /* 'î§„' */
.icon-smashmag:before { content: '\2a'; } /* '*' */
.icon-gplus:before { content: '\e8fd'; } /* 'î£½' */
.icon-plus-5:before { content: '\ebf2'; } /* 'î¯²' */
.icon-fahrenheit:before { content: '\e9c5'; } /* 'î§…' */
.icon-plus-4:before { content: '\e900'; } /* 'î¤€' */
.icon-plus-1:before { content: '\e810'; } /* 'î ' */
.icon-plus-2:before { content: '\e858'; } /* 'î¡˜' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-wikipedia:before { content: '\2c'; } /* ',' */
.icon-lanyrd:before { content: '\e8fe'; } /* 'î£¾' */
.icon-minus-1:before { content: '\e80e'; } /* 'î Ž' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-minus-2:before { content: '\e85a'; } /* 'î¡š' */
.icon-calendar-4:before { content: '\2e'; } /* '.' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-clouds-flash-alt:before { content: '\e9c6'; } /* 'î§†' */
.icon-fivehundredpx:before { content: '\30'; } /* '0' */
.icon-sun-inv-1:before { content: '\e9c7'; } /* 'î§‡' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-bitcoin:before { content: '\32'; } /* '2' */
.icon-moon-inv-1:before { content: '\e9c8'; } /* 'î§ˆ' */
.icon-w3c:before { content: '\33'; } /* '3' */
.icon-cloud-sun-inv:before { content: '\e9c9'; } /* 'î§‰' */
.icon-cloud-moon-inv:before { content: '\e9ca'; } /* 'î§Š' */
.icon-foursquare:before { content: '\34'; } /* '4' */
.icon-cloud-inv:before { content: '\e9cb'; } /* 'î§‹' */
.icon-html5:before { content: '\35'; } /* '5' */
.icon-cloud-flash-inv:before { content: '\e9cc'; } /* 'î§Œ' */
.icon-ie:before { content: '\36'; } /* '6' */
.icon-drizzle-inv:before { content: '\e9cd'; } /* 'î§' */
.icon-call:before { content: '\37'; } /* '7' */
.icon-grooveshark:before { content: '\38'; } /* '8' */
.icon-rain-inv:before { content: '\e9ce'; } /* 'î§Ž' */
.icon-ninetyninedesigns:before { content: '\39'; } /* '9' */
.icon-windy-inv:before { content: '\e9e6'; } /* 'î§¦' */
.icon-forrst:before { content: '\e97c'; } /* 'î¥¼' */
.icon-colon:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\e97b'; } /* 'î¥»' */
.icon-semicolon:before { content: '\3b'; } /* ';' */
.icon-spotify:before { content: '\e97a'; } /* 'î¥º' */
.icon-info-3:before { content: '\ebcd'; } /* 'î¯' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-question:before { content: '\ebcc'; } /* 'î¯Œ' */
.icon-guest:before { content: '\3f'; } /* '?' */
.icon-gowalla:before { content: '\e979'; } /* 'î¥¹' */
.icon-at-1:before { content: '\e929'; } /* 'î¤©' */
.icon-at-3:before { content: '\ec48'; } /* 'î±ˆ' */
.icon-at:before { content: '\40'; } /* '@' */
.icon-sunrise:before { content: '\e9e3'; } /* 'î§£' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-sun-2:before { content: '\e9e2'; } /* 'î§¢' */
.icon-blogger-1:before { content: '\42'; } /* 'B' */
.icon-moon-2:before { content: '\e9df'; } /* 'î§Ÿ' */
.icon-cc-1:before { content: '\43'; } /* 'C' */
.icon-dribbble:before { content: '\44'; } /* 'D' */
.icon-eclipse:before { content: '\e9e7'; } /* 'î§§' */
.icon-mist:before { content: '\e9dc'; } /* 'î§œ' */
.icon-evernote:before { content: '\45'; } /* 'E' */
.icon-wind:before { content: '\e9db'; } /* 'î§›' */
.icon-flickr:before { content: '\46'; } /* 'F' */
.icon-snowflake:before { content: '\e9da'; } /* 'î§š' */
.icon-google:before { content: '\47'; } /* 'G' */
.icon-cloud-sun:before { content: '\e9d9'; } /* 'î§™' */
.icon-viadeo:before { content: '\48'; } /* 'H' */
.icon-instapaper:before { content: '\49'; } /* 'I' */
.icon-cloud-moon:before { content: '\e9d8'; } /* 'î§˜' */
.icon-fog-sun:before { content: '\e9d7'; } /* 'î§—' */
.icon-weibo:before { content: '\4a'; } /* 'J' */
.icon-klout:before { content: '\4b'; } /* 'K' */
.icon-fog-moon:before { content: '\e9d5'; } /* 'î§•' */
.icon-fog-cloud:before { content: '\e9d6'; } /* 'î§–' */
.icon-linkedin-2:before { content: '\4c'; } /* 'L' */
.icon-meetup:before { content: '\4d'; } /* 'M' */
.icon-fog:before { content: '\e9d4'; } /* 'î§”' */
.icon-vk:before { content: '\4e'; } /* 'N' */
.icon-cloud-3:before { content: '\e9d3'; } /* 'î§“' */
.icon-cloud-flash:before { content: '\4f'; } /* 'O' */
.icon-cloud-flash-alt:before { content: '\e9d1'; } /* 'î§‘' */
.icon-plancast:before { content: '\50'; } /* 'P' */
.icon-drizzle:before { content: '\e9d2'; } /* 'î§’' */
.icon-disqus:before { content: '\51'; } /* 'Q' */
.icon-rain-1:before { content: '\e9d0'; } /* 'î§' */
.icon-rss-5:before { content: '\52'; } /* 'R' */
.icon-windy:before { content: '\e9cf'; } /* 'î§' */
.icon-skype-2:before { content: '\53'; } /* 'S' */
.icon-windy-rain:before { content: '\e9e5'; } /* 'î§¥' */
.icon-twitter-3:before { content: '\54'; } /* 'T' */
.icon-youtube-1:before { content: '\55'; } /* 'U' */
.icon-snow:before { content: '\e9e4'; } /* 'î§¤' */
.icon-vimeo-1:before { content: '\56'; } /* 'V' */
.icon-snow-alt:before { content: '\e9e1'; } /* 'î§¡' */
.icon-snow-heavy:before { content: '\e9e0'; } /* 'î§ ' */
.icon-windows:before { content: '\57'; } /* 'W' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-hail:before { content: '\e9de'; } /* 'î§ž' */
.icon-yahoo:before { content: '\59'; } /* 'Y' */
.icon-clouds:before { content: '\e9dd'; } /* 'î§' */
.icon-clouds-flash:before { content: '\5a'; } /* 'Z' */
.icon-chrome:before { content: '\5b'; } /* '[' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-macstore:before { content: '\5e'; } /* '^' */
.icon-myspace:before { content: '\5f'; } /* '_' */
.icon-podcast:before { content: '\60'; } /* '`' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-steam:before { content: '\62'; } /* 'b' */
.icon-cloudapp:before { content: '\63'; } /* 'c' */
.icon-ebay:before { content: '\65'; } /* 'e' */
.icon-facebook-3:before { content: '\66'; } /* 'f' */
.icon-github-2:before { content: '\67'; } /* 'g' */
.icon-googleplay:before { content: '\e97d'; } /* 'î¥½' */
.icon-itunes:before { content: '\69'; } /* 'i' */
.icon-plurk:before { content: '\6a'; } /* 'j' */
.icon-songkick:before { content: '\6b'; } /* 'k' */
.icon-gmail:before { content: '\6d'; } /* 'm' */
.icon-pinboard:before { content: '\6e'; } /* 'n' */
.icon-openid:before { content: '\6f'; } /* 'o' */
.icon-quora:before { content: '\71'; } /* 'q' */
.icon-soundcloud:before { content: '\73'; } /* 's' */
.icon-tumblr-1:before { content: '\74'; } /* 't' */
.icon-eventasaurus:before { content: '\76'; } /* 'v' */
.icon-wordpress-1:before { content: '\77'; } /* 'w' */
.icon-yelp:before { content: '\79'; } /* 'y' */
.icon-intensedebate:before { content: '\7b'; } /* '{' */
.icon-eventbrite:before { content: '\7c'; } /* '|' */
.icon-posterous:before { content: '\7e'; } /* '~' */
.icon-pilcrow:before { content: '\b6'; } /* 'Â¶' */
.icon-opentable:before { content: '\c7'; } /* 'Ã‡' */
.icon-cart:before { content: '\c9'; } /* 'Ã‰' */
.icon-print-3:before { content: '\d1'; } /* 'Ã‘' */
.icon-angellist:before { content: '\d6'; } /* 'Ã–' */
.icon-instagram:before { content: '\dc'; } /* 'Ãœ' */
.icon-dwolla:before { content: '\e0'; } /* 'Ã ' */
.icon-appnet:before { content: '\e1'; } /* 'Ã¡' */
.icon-statusnet:before { content: '\e2'; } /* 'Ã¢' */
.icon-acrobat:before { content: '\e3'; } /* 'Ã£' */
.icon-drupal:before { content: '\e4'; } /* 'Ã¤' */
.icon-buffer:before { content: '\e5'; } /* 'Ã¥' */
.icon-pocket:before { content: '\e7'; } /* 'Ã§' */
.icon-bitbucket:before { content: '\e9'; } /* 'Ã©' */
.icon-info:before { content: '\2139'; } /* 'â„¹' */
.icon-info-1:before { content: '\e866'; } /* 'î¡¦' */
.icon-left:before { content: '\2190'; } /* 'â†' */
.icon-left-2:before { content: '\e881'; } /* 'î¢' */
.icon-left-5:before { content: '\ec0f'; } /* 'î°' */
.icon-left-1:before { content: '\e83d'; } /* 'î ½' */
.icon-up-6:before { content: '\ec0d'; } /* 'î°' */
.icon-up-4:before { content: '\e91c'; } /* 'î¤œ' */
.icon-up-2:before { content: '\e87f'; } /* 'î¡¿' */
.icon-up-1:before { content: '\e83b'; } /* 'î »' */
.icon-up:before { content: '\2191'; } /* 'â†‘' */
.icon-right-5:before { content: '\ec0e'; } /* 'î°Ž' */
.icon-right-1:before { content: '\e83c'; } /* 'î ¼' */
.icon-right-2:before { content: '\e880'; } /* 'î¢€' */
.icon-right:before { content: '\2192'; } /* 'â†’' */
.icon-down-4:before { content: '\e910'; } /* 'î¤' */
.icon-down:before { content: '\2193'; } /* 'â†“' */
.icon-down-6:before { content: '\ec10'; } /* 'î°' */
.icon-down-1:before { content: '\e83e'; } /* 'î ¾' */
.icon-down-2:before { content: '\e882'; } /* 'î¢‚' */
.icon-back-alt:before { content: '\e707'; } /* 'îœ‡' */
.icon-level-down:before { content: '\21b3'; } /* 'â†³' */
.icon-undo:before { content: '\21b6'; } /* 'â†¶' */
.icon-exchange:before { content: '\21c4'; } /* 'â‡„' */
.icon-switch:before { content: '\ead7'; } /* 'î«—' */
.icon-left-fat:before { content: '\ec22'; } /* 'î°¢' */
.icon-up-fat:before { content: '\ec23'; } /* 'î°£' */
.icon-down-fat:before { content: '\ec21'; } /* 'î°¡' */
.icon-left-bold-1:before { content: '\ec0b'; } /* 'î°‹' */
.icon-up-bold-1:before { content: '\ec20'; } /* 'î° ' */
.icon-right-bold-1:before { content: '\ec1f'; } /* 'î°Ÿ' */
.icon-down-bold:before { content: '\ec0c'; } /* 'î°Œ' */
.icon-infinity:before { content: '\221e'; } /* 'âˆž' */
.icon-infinity-1:before { content: '\e9ff'; } /* 'î§¿' */
.icon-plus-squared-1:before { content: '\eaca'; } /* 'î«Š' */
.icon-home-1:before { content: '\e80b'; } /* 'î ‹' */
.icon-home-4:before { content: '\e8fc'; } /* 'î£¼' */
.icon-home-5:before { content: '\ebed'; } /* 'î¯­' */
.icon-home:before { content: '\2302'; } /* 'âŒ‚' */
.icon-home-2:before { content: '\e865'; } /* 'î¡¥' */
.icon-hourglass-1:before { content: '\ec17'; } /* 'î°—' */
.icon-keyboard:before { content: '\2328'; } /* 'âŒ¨' */
.icon-split:before { content: '\2387'; } /* 'âŽ‡' */
.icon-pause-1:before { content: '\e836'; } /* 'î ¶' */
.icon-pause:before { content: '\2389'; } /* 'âŽ‰' */
.icon-pause-2:before { content: '\e88c'; } /* 'î¢Œ' */
.icon-eject-1:before { content: '\23cf'; } /* 'â' */
.icon-fast-fw:before { content: '\23e9'; } /* 'â©' */
.icon-fast-fw-1:before { content: '\e844'; } /* 'î¡„' */
.icon-fast-bw-1:before { content: '\e845'; } /* 'î¡…' */
.icon-fast-bw:before { content: '\23ea'; } /* 'âª' */
.icon-to-end-1:before { content: '\e835'; } /* 'î µ' */
.icon-to-end:before { content: '\23ed'; } /* 'â­' */
.icon-to-end-2:before { content: '\e88e'; } /* 'î¢Ž' */
.icon-to-start-2:before { content: '\e88d'; } /* 'î¢' */
.icon-to-start:before { content: '\23ee'; } /* 'â®' */
.icon-to-start-1:before { content: '\e843'; } /* 'î¡ƒ' */
.icon-stopwatch-1:before { content: '\ec18'; } /* 'î°˜' */
.icon-clock-6:before { content: '\ec19'; } /* 'î°™' */
.icon-hourglass:before { content: '\23f3'; } /* 'â³' */
.icon-stop:before { content: '\25aa'; } /* 'â–ª' */
.icon-stop-1:before { content: '\e837'; } /* 'î ·' */
.icon-stop-2:before { content: '\e88b'; } /* 'î¢‹' */
.icon-up-dir-1:before { content: '\e9ec'; } /* 'î§¬' */
.icon-up-dir:before { content: '\25b4'; } /* 'â–´' */
.icon-glyph78:before { content: '\e911'; } /* 'î¤‘' */
.icon-play-1:before { content: '\e838'; } /* 'î ¸' */
.icon-play-2:before { content: '\e889'; } /* 'î¢‰' */
.icon-play:before { content: '\25b6'; } /* 'â–¶' */
.icon-right-dir-2:before { content: '\e95e'; } /* 'î¥ž' */
.icon-right-dir-1:before { content: '\e912'; } /* 'î¤’' */
.icon-right-dir:before { content: '\25b8'; } /* 'â–¸' */
.icon-down-dir-2:before { content: '\e95f'; } /* 'î¥Ÿ' */
.icon-down-dir:before { content: '\25be'; } /* 'â–¾' */
.icon-down-dir-1:before { content: '\e914'; } /* 'î¤”' */
.icon-down-dir-3:before { content: '\e9ea'; } /* 'î§ª' */
.icon-left-dir-2:before { content: '\e9eb'; } /* 'î§«' */
.icon-left-dir:before { content: '\25c2'; } /* 'â—‚' */
.icon-left-dir-1:before { content: '\e913'; } /* 'î¤“' */
.icon-sun-inv:before { content: '\2600'; } /* 'â˜€' */
.icon-cloud-4:before { content: '\ea54'; } /* 'î©”' */
.icon-cloud-1:before { content: '\e895'; } /* 'î¢•' */
.icon-cloud-2:before { content: '\e966'; } /* 'î¥¦' */
.icon-cloud-6:before { content: '\ec3f'; } /* 'î°¿' */
.icon-cloud:before { content: '\2601'; } /* 'â˜' */
.icon-umbrella-1:before { content: '\ea57'; } /* 'î©—' */
.icon-umbrella:before { content: '\2602'; } /* 'â˜‚' */
.icon-star-4:before { content: '\e8e8'; } /* 'î£¨' */
.icon-star-2:before { content: '\e84f'; } /* 'î¡' */
.icon-star:before { content: '\2605'; } /* 'â˜…' */
.icon-star-1:before { content: '\e804'; } /* 'î „' */
.icon-star-5:before { content: '\e92e'; } /* 'î¤®' */
.icon-star-7:before { content: '\ebd4'; } /* 'î¯”' */
.icon-star-empty-1:before { content: '\e805'; } /* 'î …' */
.icon-star-empty:before { content: '\2606'; } /* 'â˜†' */
.icon-star-empty-2:before { content: '\ebd5'; } /* 'î¯•' */
.icon-check:before { content: '\2611'; } /* 'â˜‘' */
.icon-trash:before { content: '\e729'; } /* 'îœ©' */
.icon-left-hand:before { content: '\261c'; } /* 'â˜œ' */
.icon-up-hand:before { content: '\261d'; } /* 'â˜' */
.icon-right-hand:before { content: '\261e'; } /* 'â˜ž' */
.icon-down-hand:before { content: '\261f'; } /* 'â˜Ÿ' */
.icon-th-list:before { content: '\2630'; } /* 'â˜°' */
.icon-th-list-1:before { content: '\e814'; } /* 'î ”' */
.icon-th-list-3:before { content: '\e8ed'; } /* 'î£­' */
.icon-th-list-4:before { content: '\e934'; } /* 'î¤´' */
.icon-sun:before { content: '\263c'; } /* 'â˜¼' */
.icon-sun-1:before { content: '\e8de'; } /* 'î£ž' */
.icon-moon:before { content: '\263d'; } /* 'â˜½' */
.icon-moon-1:before { content: '\263e'; } /* 'â˜¾' */
.icon-female-1:before { content: '\ec4a'; } /* 'î±Š' */
.icon-male-1:before { content: '\ec4b'; } /* 'î±‹' */
.icon-king:before { content: '\ec4d'; } /* 'î±' */
.icon-heart-empty-2:before { content: '\e84e'; } /* 'î¡Ž' */
.icon-heart-empty-1:before { content: '\e803'; } /* 'î ƒ' */
.icon-heart-empty:before { content: '\2661'; } /* 'â™¡' */
.icon-heart-empty-3:before { content: '\e92d'; } /* 'î¤­' */
.icon-heart-2:before { content: '\e84d'; } /* 'î¡' */
.icon-heart-5:before { content: '\e92c'; } /* 'î¤¬' */
.icon-heart-1:before { content: '\e802'; } /* 'î ‚' */
.icon-heart-4:before { content: '\e8e7'; } /* 'î£§' */
.icon-heart-7:before { content: '\ebd2'; } /* 'î¯’' */
.icon-heart:before { content: '\2665'; } /* 'â™¥' */
.icon-music:before { content: '\266a'; } /* 'â™ª' */
.icon-note-beamed:before { content: '\eac7'; } /* 'î«‡' */
.icon-music-1:before { content: '\266b'; } /* 'â™«' */
.icon-th:before { content: '\268f'; } /* 'âš' */
.icon-th-4:before { content: '\e933'; } /* 'î¤³' */
.icon-th-1:before { content: '\e815'; } /* 'î •' */
.icon-th-3:before { content: '\e8f5'; } /* 'î£µ' */
.icon-flag-1:before { content: '\e81a'; } /* 'î š' */
.icon-flag:before { content: '\2691'; } /* 'âš‘' */
.icon-tools:before { content: '\ead3'; } /* 'î«“' */
.icon-anchor-2:before { content: '\ec4e'; } /* 'î±Ž' */
.icon-cog-2:before { content: '\e876'; } /* 'î¡¶' */
.icon-cog-4:before { content: '\e952'; } /* 'î¥’' */
.icon-cog-1:before { content: '\e823'; } /* 'î £' */
.icon-cog:before { content: '\2699'; } /* 'âš™' */
.icon-cog-3:before { content: '\e8bf'; } /* 'î¢¿' */
.icon-attention:before { content: '\26a0'; } /* 'âš ' */
.icon-attention-4:before { content: '\e93a'; } /* 'î¤º' */
.icon-attention-2:before { content: '\e8ba'; } /* 'î¢º' */
.icon-attention-1:before { content: '\e828'; } /* 'î ¨' */
.icon-attention-3:before { content: '\e904'; } /* 'î¤„' */
.icon-flash-3:before { content: '\eaef'; } /* 'î«¯' */
.icon-flash-4:before { content: '\ec40'; } /* 'î±€' */
.icon-flash:before { content: '\26a1'; } /* 'âš¡' */
.icon-flash-1:before { content: '\e8e1'; } /* 'î£¡' */
.icon-flash-2:before { content: '\ea55'; } /* 'î©•' */
.icon-record:before { content: '\26ab'; } /* 'âš«' */
.icon-key-1:before { content: '\26bf'; } /* 'âš¿' */
.icon-rain:before { content: '\26c6'; } /* 'â›†' */
.icon-cloud-thunder:before { content: '\26c8'; } /* 'â›ˆ' */
.icon-cog-alt:before { content: '\26ef'; } /* 'â›¯' */
.icon-scissors-1:before { content: '\ea62'; } /* 'î©¢' */
.icon-scissors:before { content: '\2702'; } /* 'âœ‚' */
.icon-tape:before { content: '\eaee'; } /* 'î«®' */
.icon-flight-1:before { content: '\e848'; } /* 'î¡ˆ' */
.icon-flight:before { content: '\2708'; } /* 'âœˆ' */
.icon-mail-4:before { content: '\e8e6'; } /* 'î£¦' */
.icon-mail:before { content: '\2709'; } /* 'âœ‰' */
.icon-mail-5:before { content: '\e92b'; } /* 'î¤«' */
.icon-mail-1:before { content: '\e801'; } /* 'î ' */
.icon-mail-6:before { content: '\ebd1'; } /* 'î¯‘' */
.icon-mail-2:before { content: '\e84c'; } /* 'î¡Œ' */
.icon-edit:before { content: '\270d'; } /* 'âœ' */
.icon-edit-2:before { content: '\e8f0'; } /* 'î£°' */
.icon-pencil-2:before { content: '\e86b'; } /* 'î¡«' */
.icon-pencil:before { content: '\270e'; } /* 'âœŽ' */
.icon-pencil-1:before { content: '\e820'; } /* 'î  ' */
.icon-pencil-4:before { content: '\e8f2'; } /* 'î£²' */
.icon-pencil-3:before { content: '\e8b7'; } /* 'î¢·' */
.icon-pencil-5:before { content: '\ebf9'; } /* 'î¯¹' */
.icon-pencil-neg:before { content: '\270f'; } /* 'âœ' */
.icon-pencil-alt:before { content: '\2710'; } /* 'âœ' */
.icon-pencil-alt-1:before { content: '\e8f1'; } /* 'î£±' */
.icon-feather:before { content: '\2712'; } /* 'âœ’' */
.icon-vector-pencil:before { content: '\ec47'; } /* 'î±‡' */
.icon-ok:before { content: '\2713'; } /* 'âœ“' */
.icon-ok-2:before { content: '\e854'; } /* 'î¡”' */
.icon-ok-5:before { content: '\e935'; } /* 'î¤µ' */
.icon-ok-6:before { content: '\ebf6'; } /* 'î¯¶' */
.icon-ok-1:before { content: '\e813'; } /* 'î “' */
.icon-ok-4:before { content: '\e8ee'; } /* 'î£®' */
.icon-ok-circle:before { content: '\2714'; } /* 'âœ”' */
.icon-ok-circle-1:before { content: '\e855'; } /* 'î¡•' */
.icon-ok-circle-2:before { content: '\e936'; } /* 'î¤¶' */
.icon-cancel-5:before { content: '\e937'; } /* 'î¤·' */
.icon-cancel-1:before { content: '\e812'; } /* 'î ’' */
.icon-cancel-4:before { content: '\e8ef'; } /* 'î£¯' */
.icon-cancel-2:before { content: '\e856'; } /* 'î¡–' */
.icon-cancel:before { content: '\2715'; } /* 'âœ•' */
.icon-cancel-circle-4:before { content: '\e938'; } /* 'î¤¸' */
.icon-cancel-circle-2:before { content: '\e857'; } /* 'î¡—' */
.icon-cancel-circle-3:before { content: '\e8ff'; } /* 'î£¿' */
.icon-cancel-circle-1:before { content: '\e811'; } /* 'î ‘' */
.icon-cancel-circle:before { content: '\2716'; } /* 'âœ–' */
.icon-asterisk:before { content: '\2731'; } /* 'âœ±' */
.icon-cancel-6:before { content: '\ebf4'; } /* 'î¯´' */
.icon-cancel-squared:before { content: '\eac8'; } /* 'î«ˆ' */
.icon-help:before { content: '\2753'; } /* 'â“' */
.icon-help-1:before { content: '\e867'; } /* 'î¡§' */
.icon-help-circled:before { content: '\ebf1'; } /* 'î¯±' */
.icon-help-circled-alt:before { content: '\ebf0'; } /* 'î¯°' */
.icon-attention-alt-1:before { content: '\ec01'; } /* 'î°' */
.icon-attention-circle:before { content: '\2757'; } /* 'â—' */
.icon-attention-6:before { content: '\ec00'; } /* 'î°€' */
.icon-quote-left-alt:before { content: '\275b'; } /* 'â›' */
.icon-quote-right-alt:before { content: '\275c'; } /* 'âœ' */
.icon-quote-left:before { content: '\275d'; } /* 'â' */
.icon-quote-right-1:before { content: '\e86a'; } /* 'î¡ª' */
.icon-quote-right:before { content: '\275e'; } /* 'âž' */
.icon-plus-circle-3:before { content: '\e939'; } /* 'î¤¹' */
.icon-plus-circle:before { content: '\2795'; } /* 'âž•' */
.icon-plus-circle-1:before { content: '\e80f'; } /* 'î ' */
.icon-plus-circle-2:before { content: '\e859'; } /* 'î¡™' */
.icon-minus-circle-1:before { content: '\e80d'; } /* 'î ' */
.icon-minus-circle-2:before { content: '\e868'; } /* 'î¡¨' */
.icon-minus-circle:before { content: '\2796'; } /* 'âž–' */
.icon-minus-circle-3:before { content: '\e946'; } /* 'î¥†' */
.icon-right-thin:before { content: '\27a1'; } /* 'âž¡' */
.icon-direction:before { content: '\27a2'; } /* 'âž¢' */
.icon-forward:before { content: '\27a6'; } /* 'âž¦' */
.icon-forward-3:before { content: '\e940'; } /* 'î¥€' */
.icon-forward-1:before { content: '\e81e'; } /* 'î ž' */
.icon-ccw:before { content: '\27f2'; } /* 'âŸ²' */
.icon-cw-2:before { content: '\e888'; } /* 'î¢ˆ' */
.icon-cw-4:before { content: '\e91d'; } /* 'î¤' */
.icon-cw-3:before { content: '\e8c4'; } /* 'î£„' */
.icon-cw-1:before { content: '\e83a'; } /* 'î º' */
.icon-cw:before { content: '\27f3'; } /* 'âŸ³' */
.icon-arrow-curved:before { content: '\2935'; } /* 'â¤µ' */
.icon-squares:before { content: '\ebcf'; } /* 'î¯' */
.icon-left-thin:before { content: '\2b05'; } /* 'â¬…' */
.icon-up-thin:before { content: '\2b06'; } /* 'â¬†' */
.icon-down-thin:before { content: '\2b07'; } /* 'â¬‡' */
.icon-resize-vertical:before { content: '\2b0c'; } /* 'â¬Œ' */
.icon-resize-vertical-1:before { content: '\e884'; } /* 'î¢„' */
.icon-resize-horizontal-1:before { content: '\e88a'; } /* 'î¢Š' */
.icon-resize-horizontal:before { content: '\2b0d'; } /* 'â¬' */
.icon-eject:before { content: '\2ecf'; } /* 'â»' */
.icon-cog-5:before { content: '\ec0a'; } /* 'î°Š' */
.icon-zoom-out-4:before { content: '\ecea'; } /* 'î³ª' */
.icon-heart-9:before { content: '\ed7d'; } /* 'îµ½' */
.icon-sun-filled:before { content: '\eb73'; } /* 'î­³' */
.icon-ajust-1:before { content: '\e8df'; } /* 'î£Ÿ' */
.icon-cloud-8:before { content: '\ed94'; } /* 'î¶”' */
.icon-zoom-in-4:before { content: '\ece9'; } /* 'î³©' */
.icon-anchor-outline:before { content: '\eba3'; } /* 'î®£' */
.icon-youtube-3:before { content: '\ed78'; } /* 'îµ¸' */
.icon-star-9:before { content: '\ed7e'; } /* 'îµ¾' */
.icon-wrench-circled:before { content: '\ecdd'; } /* 'î³' */
.icon-tv:before { content: '\ed9a'; } /* 'î¶š' */
.icon-anchor-1:before { content: '\eba4'; } /* 'î®¤' */
.icon-list-add:before { content: '\e003'; } /* 'î€ƒ' */
.icon-sound:before { content: '\ed9d'; } /* 'î¶' */
.icon-archive-2:before { content: '\eb26'; } /* 'î¬¦' */
.icon-wrench-4:before { content: '\ecde'; } /* 'î³ž' */
.icon-wordpress-2:before { content: '\ed77'; } /* 'îµ·' */
.icon-videocam-4:before { content: '\ed80'; } /* 'î¶€' */
.icon-list-4:before { content: '\eada'; } /* 'î«š' */
.icon-reply-outline:before { content: '\eb31'; } /* 'î¬±' */
.icon-trash-8:before { content: '\ed8c'; } /* 'î¶Œ' */
.icon-accessibility:before { content: '\ed54'; } /* 'îµ”' */
.icon-reply-1:before { content: '\e8a6'; } /* 'î¢¦' */
.icon-website-circled:before { content: '\ec98'; } /* 'î²˜' */
.icon-user-8:before { content: '\ed7f'; } /* 'îµ¿' */
.icon-down-outline:before { content: '\eb62'; } /* 'î­¢' */
.icon-website:before { content: '\ec97'; } /* 'î²—' */
.icon-down-3:before { content: '\e8c8'; } /* 'î£ˆ' */
.icon-key-5:before { content: '\ed8e'; } /* 'î¶Ž' */
.icon-warning-1:before { content: '\eca7'; } /* 'î²§' */
.icon-down-small:before { content: '\eb5e'; } /* 'î­ž' */
.icon-search-8:before { content: '\ed7b'; } /* 'îµ»' */
.icon-cog-7:before { content: '\eda0'; } /* 'î¶ ' */
.icon-forward-outline:before { content: '\eb30'; } /* 'î¬°' */
.icon-w3c-1:before { content: '\ed76'; } /* 'îµ¶' */
.icon-camera-7:before { content: '\ed81'; } /* 'î¶' */
.icon-forward-2:before { content: '\e8a5'; } /* 'î¢¥' */
.icon-volume-up-5:before { content: '\ecd3'; } /* 'î³“' */
.icon-tag-7:before { content: '\ed86'; } /* 'î¶†' */
.icon-volume-off-6:before { content: '\ecd6'; } /* 'î³–' */
.icon-left-outline:before { content: '\eb61'; } /* 'î­¡' */
.icon-left-3:before { content: '\e8c7'; } /* 'î£‡' */
.icon-lock-9:before { content: '\ed84'; } /* 'î¶„' */
.icon-volume-down-2:before { content: '\ecd5'; } /* 'î³•' */
.icon-left-small:before { content: '\eb5d'; } /* 'î­' */
.icon-lightbulb-2:before { content: '\ed9b'; } /* 'î¶›' */
.icon-vimeo-4:before { content: '\ed74'; } /* 'îµ´' */
.icon-pencil-7:before { content: '\ed88'; } /* 'î¶ˆ' */
.icon-loop-alt-outline:before { content: '\eb58'; } /* 'î­˜' */
.icon-view-mode:before { content: '\ec8b'; } /* 'î²‹' */
.icon-diamond:before { content: '\eda7'; } /* 'î¶§' */
.icon-video-chat:before { content: '\ec93'; } /* 'î²“' */
.icon-loop-alt-1:before { content: '\eb57'; } /* 'î­—' */
.icon-desktop-3:before { content: '\ed99'; } /* 'î¶™' */
.icon-resize-full-outline:before { content: '\eb41'; } /* 'î­' */
.icon-video-circled:before { content: '\ec7d'; } /* 'î±½' */
.icon-resize-full-3:before { content: '\e8d0'; } /* 'î£' */
.icon-video-5:before { content: '\ec7c'; } /* 'î±¼' */
.icon-location-8:before { content: '\ed8a'; } /* 'î¶Š' */
.icon-user-7:before { content: '\ec78'; } /* 'î±¸' */
.icon-eye-7:before { content: '\ed85'; } /* 'î¶…' */
.icon-resize-normal-outline:before { content: '\eb44'; } /* 'î­„' */
.icon-comment-7:before { content: '\ed89'; } /* 'î¶‰' */
.icon-upload-5:before { content: '\ecb6'; } /* 'î²¶' */
.icon-resize-normal:before { content: '\eb45'; } /* 'î­…' */
.icon-inbox-4:before { content: '\ed96'; } /* 'î¶–' */
.icon-move-outline:before { content: '\eb46'; } /* 'î­†' */
.icon-lock-open-alt-2:before { content: '\ec9e'; } /* 'î²ž' */
.icon-move-2:before { content: '\e8cf'; } /* 'î£' */
.icon-cup:before { content: '\ed8b'; } /* 'î¶‹' */
.icon-lock-open-8:before { content: '\ec9d'; } /* 'î²' */
.icon-universal-access:before { content: '\ed55'; } /* 'îµ•' */
.icon-loop-outline:before { content: '\eb59'; } /* 'î­™' */
.icon-mobile-6:before { content: '\ed98'; } /* 'î¶˜' */
.icon-twitter-8:before { content: '\ed72'; } /* 'îµ²' */
.icon-doc-8:before { content: '\ed8d'; } /* 'î¶' */
.icon-mail-8:before { content: '\ed7c'; } /* 'îµ¼' */
.icon-right-outline:before { content: '\eb60'; } /* 'î­ ' */
.icon-tumblr-4:before { content: '\ed73'; } /* 'îµ³' */
.icon-right-3:before { content: '\e8c6'; } /* 'î£†' */
.icon-trash-circled:before { content: '\ecc2'; } /* 'î³‚' */
.icon-thumbs-up-5:before { content: '\ed87'; } /* 'î¶‡' */
.icon-photo-1:before { content: '\ed82'; } /* 'î¶‚' */
.icon-trash-7:before { content: '\ecc1'; } /* 'î³' */
.icon-right-small:before { content: '\ebc9'; } /* 'î¯‰' */
.icon-note:before { content: '\eda1'; } /* 'î¶¡' */
.icon-torso:before { content: '\ec7b'; } /* 'î±»' */
.icon-clock-8:before { content: '\ed9c'; } /* 'î¶œ' */
.icon-arrows-cw-outline:before { content: '\eb5a'; } /* 'î­š' */
.icon-tint-1:before { content: '\ed42'; } /* 'îµ‚' */
.icon-arrows-cw-1:before { content: '\e8c3'; } /* 'î£ƒ' */
.icon-clock-circled:before { content: '\ecd0'; } /* 'î³' */
.icon-paper-plane-2:before { content: '\ed93'; } /* 'î¶“' */
.icon-up-outline:before { content: '\eb5f'; } /* 'î­Ÿ' */
.icon-params:before { content: '\ed9f'; } /* 'î¶Ÿ' */
.icon-clock-7:before { content: '\ecd1'; } /* 'î³‘' */
.icon-thumbs-up-4:before { content: '\ecb9'; } /* 'î²¹' */
.icon-up-3:before { content: '\e8c5'; } /* 'î£…' */
.icon-money-2:before { content: '\eda4'; } /* 'î¶¤' */
.icon-thumbs-down-4:before { content: '\ed1c'; } /* 'î´œ' */
.icon-up-small:before { content: '\eb5c'; } /* 'î­œ' */
.icon-database-2:before { content: '\ed8f'; } /* 'î¶' */
.icon-th-list-6:before { content: '\ec8c'; } /* 'î²Œ' */
.icon-music-4:before { content: '\ed7a'; } /* 'îµº' */
.icon-at-2:before { content: '\ebab'; } /* 'î®«' */
.icon-megaphone-3:before { content: '\ed90'; } /* 'î¶' */
.icon-attach-outline:before { content: '\eb38'; } /* 'î¬¸' */
.icon-th-large-3:before { content: '\ec8e'; } /* 'î²Ž' */
.icon-attach-4:before { content: '\eb39'; } /* 'î¬¹' */
.icon-graduation-cap-1:before { content: '\ed91'; } /* 'î¶‘' */
.icon-th-5:before { content: '\ec8d'; } /* 'î²' */
.icon-cancel-alt-1:before { content: '\eb05'; } /* 'î¬…' */
.icon-beaker-1:before { content: '\eda2'; } /* 'î¶¢' */
.icon-text-width-1:before { content: '\ed27'; } /* 'î´§' */
.icon-text-height-1:before { content: '\ed26'; } /* 'î´¦' */
.icon-food-1:before { content: '\eda5'; } /* 'î¶¥' */
.icon-cancel-alt:before { content: '\e7b7'; } /* 'îž·' */
.icon-t-shirt:before { content: '\eda8'; } /* 'î¶¨' */
.icon-bat-charge-1:before { content: '\e8db'; } /* 'î£›' */
.icon-tasks-1:before { content: '\ed34'; } /* 'î´´' */
.icon-tags-1:before { content: '\eca2'; } /* 'î²¢' */
.icon-bat-full-1:before { content: '\e8da'; } /* 'î£š' */
.icon-fire-3:before { content: '\ed92'; } /* 'î¶’' */
.icon-bat-half-1:before { content: '\e8d9'; } /* 'î£™' */
.icon-attach-7:before { content: '\ed83'; } /* 'î¶ƒ' */
.icon-tag-6:before { content: '\eca1'; } /* 'î²¡' */
.icon-shop-1:before { content: '\eda6'; } /* 'î¶¦' */
.icon-stumbleupon-2:before { content: '\ed71'; } /* 'îµ±' */
.icon-bat-empty-1:before { content: '\e8d8'; } /* 'î£˜' */
.icon-calendar-8:before { content: '\ed9e'; } /* 'î¶ž' */
.icon-stop-circled:before { content: '\ecfc'; } /* 'î³¼' */
.icon-bat-third:before { content: '\e7af'; } /* 'îž¯' */
.icon-flask:before { content: '\68'; } /* 'h' */
.icon-wallet:before { content: '\eda9'; } /* 'î¶©' */
.icon-stop-6:before { content: '\ecfd'; } /* 'î³½' */
.icon-step-forward:before { content: '\ed0d'; } /* 'î´' */
.icon-cd-3:before { content: '\ed97'; } /* 'î¶—' */
.icon-beer-2:before { content: '\eba2'; } /* 'î®¢' */
.icon-step-backward:before { content: '\ed0c'; } /* 'î´Œ' */
.icon-truck-1:before { content: '\eda3'; } /* 'î¶£' */
.icon-bell-3:before { content: '\eb21'; } /* 'î¬¡' */
.icon-popup-2:before { content: '\e8cb'; } /* 'î£‹' */
.icon-globe-6:before { content: '\ed95'; } /* 'î¶•' */
.icon-star-empty-3:before { content: '\ec77'; } /* 'î±·' */
.icon-star-circled:before { content: '\ec76'; } /* 'î±¶' */
.icon-star-8:before { content: '\ec75'; } /* 'î±µ' */
.icon-briefcase-1:before { content: '\eb87'; } /* 'î®‡' */
.icon-brush-2:before { content: '\eb88'; } /* 'î®ˆ' */
.icon-stackoverflow-1:before { content: '\ed70'; } /* 'îµ°' */
.icon-volume-1:before { content: '\ecd4'; } /* 'î³”' */
.icon-vcard-1:before { content: '\eb2d'; } /* 'î¬­' */
.icon-calculator:before { content: '\eba7'; } /* 'î®§' */
.icon-smiley-circled:before { content: '\ed48'; } /* 'îµˆ' */
.icon-calendar-outlilne:before { content: '\eb48'; } /* 'î­ˆ' */
.icon-smiley:before { content: '\ed47'; } /* 'îµ‡' */
.icon-slideshare:before { content: '\ed6f'; } /* 'îµ¯' */
.icon-calendar-5:before { content: '\eb49'; } /* 'î­‰' */
.icon-camera-outline:before { content: '\eb0c'; } /* 'î¬Œ' */
.icon-skype-6:before { content: '\ed6e'; } /* 'îµ®' */
.icon-signal-5:before { content: '\ed0f'; } /* 'î´' */
.icon-camera-3:before { content: '\e89e'; } /* 'î¢ž' */
.icon-basket-circled:before { content: '\ecdb'; } /* 'î³›' */
.icon-block-outline:before { content: '\eb40'; } /* 'î­€' */
.icon-basket-5:before { content: '\ecdc'; } /* 'î³œ' */
.icon-share-2:before { content: '\ecb5'; } /* 'î²µ' */
.icon-chart-alt-outline:before { content: '\eb9a'; } /* 'î®š' */
.icon-chart-alt:before { content: '\eb99'; } /* 'î®™' */
.icon-export-5:before { content: '\ecb2'; } /* 'î²²' */
.icon-chart-bar-outline:before { content: '\eb98'; } /* 'î®˜' */
.icon-search-circled:before { content: '\ec6f'; } /* 'î±¯' */
.icon-search-7:before { content: '\ec6e'; } /* 'î±®' */
.icon-target-5:before { content: '\ed0e'; } /* 'î´Ž' */
.icon-desktop-circled:before { content: '\ed11'; } /* 'î´‘' */
.icon-desktop-2:before { content: '\ed10'; } /* 'î´' */
.icon-chart-pie-outline:before { content: '\eb97'; } /* 'î®—' */
.icon-rss-7:before { content: '\eccb'; } /* 'î³‹' */
.icon-chart-pie-1:before { content: '\e8e3'; } /* 'î££' */
.icon-road-1:before { content: '\ed30'; } /* 'î´°' */
.icon-left-open-outline:before { content: '\eb50'; } /* 'î­' */
.icon-backward-circled:before { content: '\ecf6'; } /* 'î³¶' */
.icon-left-open-2:before { content: '\e8ca'; } /* 'î£Š' */
.icon-retweet-4:before { content: '\ecab'; } /* 'î²«' */
.icon-right-open-outline:before { content: '\eb52'; } /* 'î­’' */
.icon-resize-vertical-2:before { content: '\ece6'; } /* 'î³¦' */
.icon-right-open-2:before { content: '\e8c9'; } /* 'î£‰' */
.icon-resize-small-4:before { content: '\ece5'; } /* 'î³¥' */
.icon-clipboard:before { content: '\eb94'; } /* 'î®”' */
.icon-upload-cloud-3:before { content: '\eb32'; } /* 'î¬²' */
.icon-resize-horizontal-2:before { content: '\ece7'; } /* 'î³§' */
.icon-play-circle2-1:before { content: '\e048'; } /* 'îˆ' */
.icon-code-outline:before { content: '\eb2f'; } /* 'î¬¯' */
.icon-resize-full-6:before { content: '\ece3'; } /* 'î³£' */
.icon-code-3:before { content: '\eb11'; } /* 'î¬‘' */
.icon-cw-circled:before { content: '\ed03'; } /* 'î´ƒ' */
.icon-coffee-1:before { content: '\eba1'; } /* 'î®¡' */
.icon-cw-5:before { content: '\ed04'; } /* 'î´„' */
.icon-cog-outline:before { content: '\eb42'; } /* 'î­‚' */
.icon-cancel-circled-2:before { content: '\ec86'; } /* 'î²†' */
.icon-cancel-circled2:before { content: '\ec85'; } /* 'î²…' */
.icon-cancel-7:before { content: '\ec87'; } /* 'î²‡' */
.icon-arrows-cw-3:before { content: '\ed02'; } /* 'î´‚' */
.icon-contacts:before { content: '\eb2c'; } /* 'î¬¬' */
.icon-reddit-1:before { content: '\ed5a'; } /* 'îµš' */
.icon-credit-card-3:before { content: '\eb95'; } /* 'î®•' */
.icon-upload-cloud-outline:before { content: '\eb33'; } /* 'î¬³' */
.icon-record-2:before { content: '\ecf9'; } /* 'î³¹' */
.icon-database-1:before { content: '\eb93'; } /* 'î®“' */
.icon-shuffle-4:before { content: '\ed01'; } /* 'î´' */
.icon-cancel-circled-outline:before { content: '\eb3d'; } /* 'î¬½' */
.icon-quote-circled:before { content: '\ecb3'; } /* 'î²³' */
.icon-cancel-circled:before { content: '\eb04'; } /* 'î¬„' */
.icon-quote:before { content: '\ecb4'; } /* 'î²´' */
.icon-help-circled-1:before { content: '\ec94'; } /* 'î²”' */
.icon-desktop-1:before { content: '\eb77'; } /* 'î­·' */
.icon-help-3:before { content: '\ec80'; } /* 'î²€' */
.icon-qrcode-1:before { content: '\ed31'; } /* 'î´±' */
.icon-tablet-2:before { content: '\eb76'; } /* 'î­¶' */
.icon-print-5:before { content: '\ecac'; } /* 'î²¬' */
.icon-plus-circled:before { content: '\ec83'; } /* 'î²ƒ' */
.icon-address:before { content: '\e723'; } /* 'îœ£' */
.icon-plus-6:before { content: '\ec84'; } /* 'î²„' */
.icon-divide-outline:before { content: '\eb15'; } /* 'î¬•' */
.icon-divide:before { content: '\eb16'; } /* 'î¬–' */
.icon-play-circled2:before { content: '\ecfe'; } /* 'î³¾' */
.icon-doc-add:before { content: '\eb1d'; } /* 'î¬' */
.icon-play-circled-1:before { content: '\ecff'; } /* 'î³¿' */
.icon-play-5:before { content: '\ed00'; } /* 'î´€' */
.icon-doc-remove:before { content: '\eb1e'; } /* 'î¬ž' */
.icon-flight-2:before { content: '\ed20'; } /* 'î´ ' */
.icon-doc-text-2:before { content: '\eb1b'; } /* 'î¬›' */
.icon-doc-5:before { content: '\eb14'; } /* 'î¬”' */
.icon-pinterest-3:before { content: '\ed5b'; } /* 'îµ›' */
.icon-picture-5:before { content: '\ec92'; } /* 'î²’' */
.icon-download-outline:before { content: '\ebcb'; } /* 'î¯‹' */
.icon-picasa-2:before { content: '\ed5c'; } /* 'îµœ' */
.icon-photo-circled:before { content: '\ec8f'; } /* 'î²' */
.icon-edit-1:before { content: '\e8b6'; } /* 'î¢¶' */
.icon-eject-outline:before { content: '\eb6e'; } /* 'î­®' */
.icon-photo:before { content: '\ec90'; } /* 'î²' */
.icon-phone-circled:before { content: '\eccd'; } /* 'î³' */
.icon-eject-3:before { content: '\eb6f'; } /* 'î­¯' */
.icon-eq-outline:before { content: '\eb17'; } /* 'î¬—' */
.icon-phone-3:before { content: '\eccc'; } /* 'î³Œ' */
.icon-person:before { content: '\ed4f'; } /* 'îµ' */
.icon-eq:before { content: '\3d'; } /* '=' */
.icon-pencil-circled:before { content: '\ecb0'; } /* 'î²°' */
.icon-export-outline:before { content: '\eb12'; } /* 'î¬’' */
.icon-export-2:before { content: '\e8b5'; } /* 'î¢µ' */
.icon-pencil-6:before { content: '\ecb1'; } /* 'î²±' */
.icon-pause-circled:before { content: '\ecfa'; } /* 'î³º' */
.icon-eye-outline:before { content: '\eb10'; } /* 'î¬' */
.icon-eye-3:before { content: '\e8ad'; } /* 'î¢­' */
.icon-pause-5:before { content: '\ecfb'; } /* 'î³»' */
.icon-feather-1:before { content: '\eb19'; } /* 'î¬™' */
.icon-path:before { content: '\ed5d'; } /* 'îµ' */
.icon-video-3:before { content: '\eb00'; } /* 'î¬€' */
.icon-attach-circled:before { content: '\ec9a'; } /* 'î²š' */
.icon-flag-3:before { content: '\eb1a'; } /* 'î¬š' */
.icon-attach-6:before { content: '\ec99'; } /* 'î²™' */
.icon-flag-2:before { content: '\e8ab'; } /* 'î¢«' */
.icon-ok-circled-1:before { content: '\ec89'; } /* 'î²‰' */
.icon-ok-circled2:before { content: '\ec88'; } /* 'î²ˆ' */
.icon-ok-7:before { content: '\ec8a'; } /* 'î²Š' */
.icon-off-1:before { content: '\ed2f'; } /* 'î´¯' */
.icon-flow-split:before { content: '\eb91'; } /* 'î®‘' */
.icon-flow-merge:before { content: '\eb90'; } /* 'î®' */
.icon-network:before { content: '\ed14'; } /* 'î´”' */
.icon-flow-parallel-1:before { content: '\eb8f'; } /* 'î®' */
.icon-music-3:before { content: '\ec6d'; } /* 'î±­' */
.icon-flow-cross:before { content: '\eb8e'; } /* 'î®Ž' */
.icon-move-3:before { content: '\ece8'; } /* 'î³¨' */
.icon-minus-circled:before { content: '\ec81'; } /* 'î²' */
.icon-folder-add:before { content: '\eb23'; } /* 'î¬£' */
.icon-folder-delete:before { content: '\eb25'; } /* 'î¬¥' */
.icon-minus-4:before { content: '\ec82'; } /* 'î²‚' */
.icon-mic-circled:before { content: '\ecd7'; } /* 'î³—' */
.icon-folder-4:before { content: '\eb22'; } /* 'î¬¢' */
.icon-mic-5:before { content: '\ecd8'; } /* 'î³˜' */
.icon-gift-1:before { content: '\eb9c'; } /* 'î®œ' */
.icon-location-circled:before { content: '\ecbe'; } /* 'î²¾' */
.icon-globe-alt-outline:before { content: '\eb74'; } /* 'î­´' */
.icon-location-7:before { content: '\ecbd'; } /* 'î²½' */
.icon-users-outline:before { content: '\eafc'; } /* 'î«¼' */
.icon-male-2:before { content: '\ed56'; } /* 'îµ–' */
.icon-users-1:before { content: '\e89d'; } /* 'î¢' */
.icon-magnet-2:before { content: '\ed3c'; } /* 'î´¼' */
.icon-lock-circled:before { content: '\ec9c'; } /* 'î²œ' */
.icon-headphones-2:before { content: '\eb51'; } /* 'î­‘' */
.icon-heart-6:before { content: '\eaf9'; } /* 'î«¹' */
.icon-lock-8:before { content: '\ec9b'; } /* 'î²›' */
.icon-heart-3:before { content: '\e89a'; } /* 'î¢š' */
.icon-clipboard-1:before { content: '\ed79'; } /* 'îµ¹' */
.icon-home-outline:before { content: '\eb37'; } /* 'î¬·' */
.icon-list-5:before { content: '\ed2b'; } /* 'î´«' */
.icon-linkedin-7:before { content: '\ed5e'; } /* 'îµž' */
.icon-home-3:before { content: '\e8b2'; } /* 'î¢²' */
.icon-picture-outline:before { content: '\eb0e'; } /* 'î¬Ž' */
.icon-leaf-3:before { content: '\ed21'; } /* 'î´¡' */
.icon-picture-4:before { content: '\eb0d'; } /* 'î¬' */
.icon-laptop-circled:before { content: '\ed13'; } /* 'î´“' */
.icon-laptop-1:before { content: '\ed12'; } /* 'î´’' */
.icon-infinity-outline:before { content: '\eba8'; } /* 'î®¨' */
.icon-key-4:before { content: '\ed36'; } /* 'î´¶' */
.icon-info-outline:before { content: '\eb36'; } /* 'î¬¶' */
.icon-italic-1:before { content: '\ed25'; } /* 'î´¥' */
.icon-iphone-home:before { content: '\ed4e'; } /* 'îµŽ' */
.icon-info-2:before { content: '\e8b3'; } /* 'î¢³' */
.icon-attention-5:before { content: '\eb24'; } /* 'î¬¤' */
.icon-instagram-2:before { content: '\ed5f'; } /* 'îµŸ' */
.icon-info-circled-1:before { content: '\ec95'; } /* 'î²•' */
.icon-check-outline:before { content: '\eb8c'; } /* 'î®Œ' */
.icon-indent-right-2:before { content: '\ed2d'; } /* 'î´­' */
.icon-check-1:before { content: '\eb8d'; } /* 'î®' */
.icon-indent-left-2:before { content: '\ed2c'; } /* 'î´¬' */
.icon-key-outline:before { content: '\eb92'; } /* 'î®’' */
.icon-right-hand-1:before { content: '\ed06'; } /* 'î´†' */
.icon-left-hand-1:before { content: '\ed07'; } /* 'î´‡' */
.icon-leaf-2:before { content: '\eb86'; } /* 'î®†' */
.icon-down-hand-1:before { content: '\ed08'; } /* 'î´ˆ' */
.icon-guidedog:before { content: '\ed53'; } /* 'îµ“' */
.icon-lightbulb:before { content: '\eb55'; } /* 'î­•' */
.icon-link-outline:before { content: '\ebca'; } /* 'î¯Š' */
.icon-group-circled:before { content: '\ec7a'; } /* 'î±º' */
.icon-group:before { content: '\ec79'; } /* 'î±¹' */
.icon-link-3:before { content: '\e8b1'; } /* 'î¢±' */
.icon-forward-circled:before { content: '\ed0b'; } /* 'î´‹' */
.icon-direction-outline:before { content: '\eb1c'; } /* 'î¬œ' */
.icon-direction-1:before { content: '\e8bb'; } /* 'î¢»' */
.icon-forward-4:before { content: '\ed0a'; } /* 'î´Š' */
.icon-fontsize-1:before { content: '\ed23'; } /* 'î´£' */
.icon-location-outline:before { content: '\eb2e'; } /* 'î¬®' */
.icon-location-3:before { content: '\e8cd'; } /* 'î£' */
.icon-font-2:before { content: '\ed22'; } /* 'î´¢' */
.icon-lock-6:before { content: '\eb3a'; } /* 'î¬º' */
.icon-folder-circled:before { content: '\ecc8'; } /* 'î³ˆ' */
.icon-lock-3:before { content: '\e8b0'; } /* 'î¢°' */
.icon-folder-open-2:before { content: '\ecca'; } /* 'î³Š' */
.icon-female-2:before { content: '\ed57'; } /* 'îµ—' */
.icon-lock-open-6:before { content: '\eb3c'; } /* 'î¬¼' */
.icon-lock-open-2:before { content: '\e8af'; } /* 'î¢¯' */
.icon-fast-forward-1:before { content: '\ed09'; } /* 'î´‰' */
.icon-fast-backward-1:before { content: '\ed1e'; } /* 'î´ž' */
.icon-mail-3:before { content: '\e899'; } /* 'î¢™' */
.icon-videocam-3:before { content: '\ec7f'; } /* 'î±¿' */
.icon-map-1:before { content: '\eb13'; } /* 'î¬“' */
.icon-eject-alt-outline:before { content: '\eb70'; } /* 'î­°' */
.icon-facebook-8:before { content: '\ed67'; } /* 'îµ§' */
.icon-eject-2:before { content: '\e8d6'; } /* 'î£–' */
.icon-eye-6:before { content: '\ec9f'; } /* 'î²Ÿ' */
.icon-gauge-2:before { content: '\ed46'; } /* 'îµ†' */
.icon-fast-fw-outline:before { content: '\eb68'; } /* 'î­¨' */
.icon-fast-fw-2:before { content: '\eb69'; } /* 'î­©' */
.icon-css:before { content: '\ed6c'; } /* 'îµ¬' */
.icon-pause-outline:before { content: '\eb66'; } /* 'î­¦' */
.icon-credit-card-4:before { content: '\ed39'; } /* 'î´¹' */
.icon-pause-3:before { content: '\eb67'; } /* 'î­§' */
.icon-compass-circled:before { content: '\ecc0'; } /* 'î³€' */
.icon-compass-4:before { content: '\ecbf'; } /* 'î²¿' */
.icon-play-outline:before { content: '\eb56'; } /* 'î­–' */
.icon-comment-alt-2:before { content: '\eca9'; } /* 'î²©' */
.icon-play-3:before { content: '\eb63'; } /* 'î­£' */
.icon-down-open-3:before { content: '\eceb'; } /* 'î³«' */
.icon-record-outline:before { content: '\eb6c'; } /* 'î­¬' */
.icon-check-empty-1:before { content: '\ed40'; } /* 'îµ€' */
.icon-record-1:before { content: '\eb6d'; } /* 'î­­' */
.icon-check-2:before { content: '\ed41'; } /* 'îµ' */
.icon-rewind-outline:before { content: '\eb6a'; } /* 'î­ª' */
.icon-rewind:before { content: '\eb6b'; } /* 'î­«' */
.icon-certificate-2:before { content: '\ed35'; } /* 'î´µ' */
.icon-cc-2:before { content: '\ed6d'; } /* 'îµ­' */
.icon-stop-outline:before { content: '\eb64'; } /* 'î­¤' */
.icon-stop-4:before { content: '\eb65'; } /* 'î­¥' */
.icon-camera-6:before { content: '\ec91'; } /* 'î²‘' */
.icon-block-5:before { content: '\ece2'; } /* 'î³¢' */
.icon-chat-3:before { content: '\e8b9'; } /* 'î¢¹' */
.icon-backward:before { content: '\ecf7'; } /* 'î³·' */
.icon-comment-3:before { content: '\e8b8'; } /* 'î¢¸' */
.icon-chat-alt:before { content: '\eb20'; } /* 'î¬ ' */
.icon-asterisk-1:before { content: '\ed3f'; } /* 'î´¿' */
.icon-asl:before { content: '\ed4b'; } /* 'îµ‹' */
.icon-mic-outline:before { content: '\eb4c'; } /* 'î­Œ' */
.icon-up-7:before { content: '\ecf2'; } /* 'î³²' */
.icon-right-6:before { content: '\ecf1'; } /* 'î³±' */
.icon-minus-outline:before { content: '\eb0f'; } /* 'î¬' */
.icon-minus-3:before { content: '\e8a4'; } /* 'î¢¤' */
.icon-heart-circled:before { content: '\ec73'; } /* 'î±³' */
.icon-heart-8:before { content: '\ec72'; } /* 'î±²' */
.icon-news:before { content: '\eb1f'; } /* 'î¬Ÿ' */
.icon-hearing-impaired:before { content: '\ed4d'; } /* 'îµ' */
.icon-music-outline:before { content: '\eaf7'; } /* 'î«·' */
.icon-music-2:before { content: '\e897'; } /* 'î¢—' */
.icon-headphones-3:before { content: '\ecd2'; } /* 'î³’' */
.icon-pen:before { content: '\eb18'; } /* 'î¬˜' */
.icon-hdd-2:before { content: '\ed37'; } /* 'î´·' */
.icon-up-hand-1:before { content: '\ed05'; } /* 'î´…' */
.icon-github-7:before { content: '\ed62'; } /* 'îµ¢' */
.icon-phone-outline:before { content: '\eb29'; } /* 'î¬©' */
.icon-gift-2:before { content: '\ed3e'; } /* 'î´¾' */
.icon-resize-full-alt-1:before { content: '\ece4'; } /* 'î³¤' */
.icon-pi-outline:before { content: '\eba9'; } /* 'î®©' */
.icon-pi:before { content: '\ebaa'; } /* 'î®ª' */
.icon-friendfeed-rect-1:before { content: '\ed63'; } /* 'îµ£' */
.icon-pin-outline:before { content: '\eb3e'; } /* 'î¬¾' */
.icon-friendfeed-1:before { content: '\ed64'; } /* 'îµ¤' */
.icon-pin-2:before { content: '\e8ae'; } /* 'î¢®' */
.icon-foursquare-2:before { content: '\ed65'; } /* 'îµ¥' */
.icon-doc-new-circled:before { content: '\ecc6'; } /* 'î³†' */
.icon-pipette:before { content: '\eb89'; } /* 'î®‰' */
.icon-doc-new:before { content: '\ecc5'; } /* 'î³…' */
.icon-plane-outline:before { content: '\eb84'; } /* 'î®„' */
.icon-edit-circled:before { content: '\ecae'; } /* 'î²®' */
.icon-plane:before { content: '\eb85'; } /* 'î®…' */
.icon-plug:before { content: '\eb7b'; } /* 'î­»' */
.icon-edit-3:before { content: '\ecaf'; } /* 'î²¯' */
.icon-plus-outline:before { content: '\eb03'; } /* 'î¬ƒ' */
.icon-doc-circled:before { content: '\ecc4'; } /* 'î³„' */
.icon-plus-3:before { content: '\e8a3'; } /* 'î¢£' */
.icon-doc-7:before { content: '\ecc3'; } /* 'î³ƒ' */
.icon-dribbble-5:before { content: '\ed68'; } /* 'îµ¨' */
.icon-looped-square-outline:before { content: '\ebc6'; } /* 'î¯†' */
.icon-download-alt:before { content: '\ecb7'; } /* 'î²·' */
.icon-looped-square-interest:before { content: '\ebc5'; } /* 'î¯…' */
.icon-power-outline:before { content: '\eb8a'; } /* 'î®Š' */
.icon-download-6:before { content: '\ecb8'; } /* 'î²¸' */
.icon-digg-1:before { content: '\ed69'; } /* 'îµ©' */
.icon-power:before { content: '\eb8b'; } /* 'î®‹' */
.icon-deviantart-1:before { content: '\ed6a'; } /* 'îµª' */
.icon-delicious-1:before { content: '\ed6b'; } /* 'îµ«' */
.icon-puzzle-outline:before { content: '\eba5'; } /* 'î®¥' */
.icon-left-circled-1:before { content: '\ecf4'; } /* 'î³´' */
.icon-puzzle:before { content: '\e7b6'; } /* 'îž¶' */
.icon-down-circled-1:before { content: '\ecf3'; } /* 'î³³' */
.icon-target-outline:before { content: '\eb7a'; } /* 'î­º' */
.icon-child:before { content: '\ed51'; } /* 'îµ‘' */
.icon-cw-outline:before { content: '\eb5b'; } /* 'î­›' */
.icon-up-open-3:before { content: '\ecee'; } /* 'î³®' */
.icon-right-open-5:before { content: '\eced'; } /* 'î³­' */
.icon-left-open-5:before { content: '\ecec'; } /* 'î³¬' */
.icon-rss-outline:before { content: '\eb28'; } /* 'î¬¨' */
.icon-bold-1:before { content: '\ed24'; } /* 'î´¤' */
.icon-rss-2:before { content: '\e8bc'; } /* 'î¢¼' */
.icon-blogger-2:before { content: '\ed59'; } /* 'îµ™' */
.icon-scissors-outline:before { content: '\eb9f'; } /* 'î®Ÿ' */
.icon-blind:before { content: '\ed52'; } /* 'îµ’' */
.icon-bell-5:before { content: '\eca8'; } /* 'î²¨' */
.icon-box-3:before { content: '\eb27'; } /* 'î¬§' */
.icon-behance-1:before { content: '\ed58'; } /* 'îµ˜' */
.icon-basket-4:before { content: '\eb47'; } /* 'î­‡' */
.icon-barcode-1:before { content: '\ed32'; } /* 'î´²' */
.icon-at-circled:before { content: '\ebac'; } /* 'î®¬' */
.icon-left-6:before { content: '\ecf0'; } /* 'î³°' */
.icon-dribbble-circled-1:before { content: '\ebbb'; } /* 'î®»' */
.icon-down-7:before { content: '\ecef'; } /* 'î³¯' */
.icon-dribbble-3:before { content: '\ebb9'; } /* 'î®¹' */
.icon-facebook-circled-1:before { content: '\ebb8'; } /* 'î®¸' */
.icon-align-right-1:before { content: '\ed29'; } /* 'î´©' */
.icon-facebook-6:before { content: '\ebb7'; } /* 'î®·' */
.icon-align-left-1:before { content: '\ed28'; } /* 'î´¨' */
.icon-align-justify-1:before { content: '\ed2a'; } /* 'î´ª' */
.icon-flickr-circled-1:before { content: '\ebb6'; } /* 'î®¶' */
.icon-flickr-3:before { content: '\ebb5'; } /* 'î®µ' */
.icon-github-circled-2:before { content: '\ebb4'; } /* 'î®´' */
.icon-adult:before { content: '\ed50'; } /* 'îµ' */
.icon-github-5:before { content: '\ebb3'; } /* 'î®³' */
.icon-adjust:before { content: '\ed43'; } /* 'îµƒ' */
.icon-address-book-alt:before { content: '\ed4a'; } /* 'îµŠ' */
.icon-lastfm-circled-1:before { content: '\ebb2'; } /* 'î®²' */
.icon-address-book:before { content: '\ed49'; } /* 'îµ‰' */
.icon-lastfm-2:before { content: '\ebb1'; } /* 'î®±' */
.icon-lightbulb-1:before { content: '\eccf'; } /* 'î³' */
.icon-linkedin-circled-1:before { content: '\ebb0'; } /* 'î®°' */
.icon-linkedin-5:before { content: '\ebaf'; } /* 'î®¯' */
.icon-home-circled:before { content: '\ec96'; } /* 'î²–' */
.icon-pinterest-circled-2:before { content: '\ebae'; } /* 'î®®' */
.icon-home-6:before { content: '\ed1d'; } /* 'î´' */
.icon-heart-empty-4:before { content: '\ec74'; } /* 'î±´' */
.icon-pinterest-2:before { content: '\ebad'; } /* 'î®­' */
.icon-skype-outline:before { content: '\ebc7'; } /* 'î¯‡' */
.icon-globe-5:before { content: '\ed18'; } /* 'î´˜' */
.icon-skype-5:before { content: '\ebc4'; } /* 'î¯„' */
.icon-glasses:before { content: '\ed4c'; } /* 'îµŒ' */
.icon-glass-1:before { content: '\ec6c'; } /* 'î±¬' */
.icon-tumbler-circled:before { content: '\ebc3'; } /* 'î¯ƒ' */
.icon-github-text-1:before { content: '\ed61'; } /* 'îµ¡' */
.icon-tumbler:before { content: '\ebc0'; } /* 'î¯€' */
.icon-flag-4:before { content: '\eca5'; } /* 'î²¥' */
.icon-twitter-circled-1:before { content: '\ebc8'; } /* 'î¯ˆ' */

.icon-fire-2:before { content: '\ed3d'; } /* 'î´½' */
.icon-twitter-6:before { content: '\ebbd'; } /* 'î®½' */
.icon-vimeo-circled-1:before { content: '\ebbc'; } /* 'î®¼' */
.icon-filter-1:before { content: '\ed33'; } /* 'î´³' */
.icon-video-alt-1:before { content: '\ec7e'; } /* 'î±¾' */
.icon-vimeo-3:before { content: '\ebba'; } /* 'î®º' */
.icon-sort-alphabet-outline:before { content: '\ebc2'; } /* 'î¯‚' */
.icon-mail-circled:before { content: '\ec71'; } /* 'î±±' */
.icon-mail-7:before { content: '\ec70'; } /* 'î±°' */
.icon-sort-alphabet:before { content: '\ebc1'; } /* 'î¯' */
.icon-sort-numeric-outline:before { content: '\ebbf'; } /* 'î®¿' */
.icon-eject-4:before { content: '\ecf8'; } /* 'î³¸' */
.icon-sort-numeric:before { content: '\ebbe'; } /* 'î®¾' */
.icon-edit-alt:before { content: '\ecad'; } /* 'î²­' */
.icon-wrench-outline:before { content: '\eb43'; } /* 'î­ƒ' */
.icon-cloud-circled:before { content: '\ed1b'; } /* 'î´›' */
.icon-cloud-7:before { content: '\ed1a'; } /* 'î´š' */
.icon-star-6:before { content: '\eafa'; } /* 'î«º' */
.icon-up-circled-1:before { content: '\ed1f'; } /* 'î´Ÿ' */
.icon-star-3:before { content: '\e89b'; } /* 'î¢›' */
.icon-right-circled-1:before { content: '\ecf5'; } /* 'î³µ' */
.icon-certificate-outline:before { content: '\eb9d'; } /* 'î®' */
.icon-braille:before { content: '\ed45'; } /* 'îµ…' */
.icon-bookmark-empty-1:before { content: '\eca4'; } /* 'î²¤' */
.icon-certificate-1:before { content: '\eb9e'; } /* 'î®ž' */
.icon-bookmark-3:before { content: '\eca3'; } /* 'î²£' */
.icon-stopwatch:before { content: '\eb54'; } /* 'î­”' */
.icon-book-4:before { content: '\ed44'; } /* 'îµ„' */
.icon-inbox-alt:before { content: '\ed17'; } /* 'î´—' */
.icon-popup-5:before { content: '\eb4a'; } /* 'î­Š' */
.icon-inbox-circled:before { content: '\ed16'; } /* 'î´–' */
.icon-tag-3:before { content: '\e8ac'; } /* 'î¢¬' */
.icon-inbox-3:before { content: '\ed15'; } /* 'î´•' */
.icon-lightbulb-alt:before { content: '\ecce'; } /* 'î³Ž' */
.icon-th-large-outline:before { content: '\eb0a'; } /* 'î¬Š' */
.icon-chart-circled:before { content: '\ed3a'; } /* 'î´º' */
.icon-th-large-2:before { content: '\eb09'; } /* 'î¬‰' */
.icon-th-list-outline:before { content: '\eb08'; } /* 'î¬ˆ' */
.icon-chart-2:before { content: '\ed3b'; } /* 'î´»' */
.icon-googleplus:before { content: '\ed60'; } /* 'îµ ' */
.icon-th-list-2:before { content: '\e8a0'; } /* 'î¢ ' */
.icon-menu-outline:before { content: '\eb3f'; } /* 'î¬¿' */
.icon-globe-alt-1:before { content: '\ed19'; } /* 'î´™' */
.icon-list-2:before { content: '\e8d7'; } /* 'î£—' */
.icon-folder-close:before { content: '\ecc9'; } /* 'î³‰' */
.icon-folder-6:before { content: '\ecc7'; } /* 'î³‡' */
.icon-th-outline:before { content: '\eb0b'; } /* 'î¬‹' */
.icon-th-2:before { content: '\e89f'; } /* 'î¢Ÿ' */
.icon-flickr-4:before { content: '\ed66'; } /* 'îµ¦' */
.icon-flag-circled:before { content: '\eca6'; } /* 'î²¦' */
.icon-temperatire:before { content: '\eb9b'; } /* 'î®›' */
.icon-eye-off-1:before { content: '\eca0'; } /* 'î² ' */
.icon-exclamation:before { content: '\ecba'; } /* 'î²º' */
.icon-ok-outline:before { content: '\eb07'; } /* 'î¬‡' */
.icon-error-alt:before { content: '\ecbc'; } /* 'î²¼' */
.icon-error:before { content: '\ecbb'; } /* 'î²»' */
.icon-ok-3:before { content: '\e8a1'; } /* 'î¢¡' */
.icon-comment-6:before { content: '\ecaa'; } /* 'î²ª' */
.icon-ticket-2:before { content: '\eb96'; } /* 'î®–' */
.icon-cogs:before { content: '\ecdf'; } /* 'î³Ÿ' */
.icon-cog-circled:before { content: '\ece0'; } /* 'î³ ' */
.icon-cancel-outline:before { content: '\eb06'; } /* 'î¬†' */
.icon-cancel-3:before { content: '\e8a2'; } /* 'î¢¢' */
.icon-cog-6:before { content: '\ece1'; } /* 'î³¡' */
.icon-calendar-circled:before { content: '\ecd9'; } /* 'î³™' */
.icon-trash-3:before { content: '\e8bd'; } /* 'î¢½' */
.icon-tree:before { content: '\eba6'; } /* 'î®¦' */
.icon-calendar-7:before { content: '\ecda'; } /* 'î³š' */
.icon-megaphone-2:before { content: '\ed38'; } /* 'î´¸' */
.icon-upload-outline:before { content: '\eb35'; } /* 'î¬µ' */
.icon-briefcase-2:before { content: '\ed2e'; } /* 'î´®' */
.icon-upload-3:before { content: '\eb34'; } /* 'î¬´' */
.icon-vkontakte-2:before { content: '\ed75'; } /* 'îµµ' */
.icon-user-add-outline:before { content: '\eb3b'; } /* 'î¬»' */
.icon-user-add-1:before { content: '\eafd'; } /* 'î«½' */
.icon-user-delete-outline:before { content: '\eafe'; } /* 'î«¾' */
.icon-user-delete:before { content: '\eaff'; } /* 'î«¿' */
.icon-user-outline:before { content: '\eafb'; } /* 'î«»' */
.icon-user-3:before { content: '\e89c'; } /* 'î¢œ' */
.icon-videocam-outline:before { content: '\eb01'; } /* 'î¬' */
.icon-videocam-2:before { content: '\eb02'; } /* 'î¬‚' */
.icon-volume-middle:before { content: '\eb4f'; } /* 'î­' */
.icon-volume-off-5:before { content: '\eb4d'; } /* 'î­' */
.icon-volume-up-3:before { content: '\e8d3'; } /* 'î£“' */
.icon-volume-off-3:before { content: '\e8c2'; } /* 'î£‚' */
.icon-warning-empty:before { content: '\eb2a'; } /* 'î¬ª' */
.icon-warning:before { content: '\eb2b'; } /* 'î¬«' */
.icon-wristwatch:before { content: '\eb53'; } /* 'î­“' */
.icon-waves-outline:before { content: '\eb7c'; } /* 'î­¼' */
.icon-waves:before { content: '\eb7d'; } /* 'î­½' */
.icon-cloud-5:before { content: '\eb72'; } /* 'î­²' */
.icon-rain-2:before { content: '\eb7e'; } /* 'î­¾' */
.icon-moon-4:before { content: '\eb71'; } /* 'î­±' */
.icon-cloud-sun-1:before { content: '\eb7f'; } /* 'î­¿' */
.icon-drizzle-1:before { content: '\eb80'; } /* 'î®€' */
.icon-snow-1:before { content: '\eb81'; } /* 'î®' */
.icon-cloud-flash-1:before { content: '\eb82'; } /* 'î®‚' */
.icon-wind-1:before { content: '\eb83'; } /* 'î®ƒ' */
.icon-wifi-outline:before { content: '\eb79'; } /* 'î­¹' */
.icon-wifi:before { content: '\eb78'; } /* 'î­¸' */
.icon-wine:before { content: '\eba0'; } /* 'î® ' */
.icon-globe-outline:before { content: '\eb75'; } /* 'î­µ' */
.icon-zoom-in-outline:before { content: '\eb4b'; } /* 'î­‹' */
.icon-zoom-in-1:before { content: '\e8cc'; } /* 'î£Œ' */
.icon-zoom-out-outline:before { content: '\eb4e'; } /* 'î­Ž' */
.icon-zoom-out-1:before { content: '\e8ce'; } /* 'î£Ž' */
.icon-search-outline:before { content: '\eaf8'; } /* 'î«¸' */
.icon-search-3:before { content: '\e898'; } /* 'î¢˜' */
.icon-left-circle-1:before { content: '\e962'; } /* 'î¥¢' */
.icon-left-circle:before { content: '\e4a1'; } /* 'î’¡' */
.icon-right-circle:before { content: '\e4a2'; } /* 'î’¢' */
.icon-right-circle-1:before { content: '\e961'; } /* 'î¥¡' */
.icon-up-circle:before { content: '\e4a3'; } /* 'î’£' */
.icon-up-circle-1:before { content: '\e960'; } /* 'î¥ ' */
.icon-down-circle-1:before { content: '\e94a'; } /* 'î¥Š' */
.icon-down-circle:before { content: '\e4a4'; } /* 'î’¤' */
.icon-left-bold:before { content: '\e4ad'; } /* 'î’­' */
.icon-right-bold:before { content: '\e4ae'; } /* 'î’®' */
.icon-up-bold:before { content: '\e4af'; } /* 'î’¯' */
.icon-user-add:before { content: '\e700'; } /* 'îœ€' */
.icon-star-half:before { content: '\e701'; } /* 'îœ' */
.icon-ok-circle2:before { content: '\e702'; } /* 'îœ‚' */
.icon-cancel-circle2:before { content: '\e703'; } /* 'îœƒ' */
.icon-help-circle:before { content: '\e704'; } /* 'îœ„' */
.icon-help-circle-1:before { content: '\e80c'; } /* 'î Œ' */
.icon-info-circle-1:before { content: '\e84a'; } /* 'î¡Š' */
.icon-info-circle:before { content: '\e705'; } /* 'îœ…' */
.icon-th-large:before { content: '\e708'; } /* 'îœˆ' */
.icon-lock-empty:before { content: '\e861'; } /* 'î¡¡' */
.icon-th-large-1:before { content: '\e932'; } /* 'î¤²' */
.icon-lock-open-empty:before { content: '\e709'; } /* 'îœ‰' */
.icon-eye-2:before { content: '\e85d'; } /* 'î¡' */
.icon-eye:before { content: '\e70a'; } /* 'îœŠ' */
.icon-eye-4:before { content: '\e8f8'; } /* 'î£¸' */
.icon-eye-1:before { content: '\e817'; } /* 'î —' */
.icon-eye-off:before { content: '\e70b'; } /* 'îœ‹' */
.icon-tag-4:before { content: '\e8f9'; } /* 'î£¹' */
.icon-tag-2:before { content: '\e85e'; } /* 'î¡ž' */
.icon-tag-1:before { content: '\e818'; } /* 'î ˜' */
.icon-tag-5:before { content: '\e943'; } /* 'î¥ƒ' */
.icon-tag:before { content: '\e70c'; } /* 'îœŒ' */
.icon-tags:before { content: '\e70d'; } /* 'îœ' */
.icon-tag-empty:before { content: '\e70e'; } /* 'îœŽ' */
.icon-camera-alt:before { content: '\e70f'; } /* 'îœ' */
.icon-download-cloud:before { content: '\e710'; } /* 'îœ' */
.icon-upload-cloud-1:before { content: '\e869'; } /* 'î¡©' */
.icon-upload-cloud:before { content: '\e711'; } /* 'îœ‘' */
.icon-reply-2:before { content: '\e942'; } /* 'î¥‚' */
.icon-reply:before { content: '\e712'; } /* 'îœ’' */
.icon-reply-all-1:before { content: '\e941'; } /* 'î¥' */
.icon-reply-all:before { content: '\e713'; } /* 'îœ“' */
.icon-code:before { content: '\e714'; } /* 'îœ”' */
.icon-code-1:before { content: '\e949'; } /* 'î¥‰' */
.icon-export-3:before { content: '\e8f3'; } /* 'î£³' */
.icon-export-1:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-export:before { content: '\e715'; } /* 'îœ•' */
.icon-print-1:before { content: '\e82c'; } /* 'î ¬' */
.icon-print:before { content: '\e716'; } /* 'îœ–' */
.icon-print-2:before { content: '\e902'; } /* 'î¤‚' */
.icon-retweet-1:before { content: '\e82b'; } /* 'î «' */
.icon-retweet:before { content: '\e717'; } /* 'îœ—' */
.icon-retweet-2:before { content: '\e93e'; } /* 'î¤¾' */
.icon-comment-4:before { content: '\e93f'; } /* 'î¤¿' */
.icon-comment-1:before { content: '\e82a'; } /* 'î ª' */
.icon-comment-2:before { content: '\e86c'; } /* 'î¡¬' */
.icon-comment:before { content: '\e718'; } /* 'îœ˜' */
.icon-comment-inv:before { content: '\e719'; } /* 'îœ™' */
.icon-comment-alt:before { content: '\e71a'; } /* 'îœš' */
.icon-comment-alt-1:before { content: '\e93c'; } /* 'î¤¼' */
.icon-comment-inv-alt:before { content: '\e71b'; } /* 'îœ›' */
.icon-comment-alt2:before { content: '\e71c'; } /* 'îœœ' */
.icon-comment-inv-alt2:before { content: '\e71d'; } /* 'îœ' */
.icon-chat-2:before { content: '\e873'; } /* 'î¡³' */
.icon-chat-4:before { content: '\e901'; } /* 'î¤' */
.icon-chat:before { content: '\e720'; } /* 'îœ ' */
.icon-chat-5:before { content: '\e93b'; } /* 'î¤»' */
.icon-chat-1:before { content: '\e829'; } /* 'î ©' */
.icon-chat-inv:before { content: '\e721'; } /* 'îœ¡' */
.icon-vcard:before { content: '\e722'; } /* 'îœ¢' */
.icon-address-1:before { content: '\eacc'; } /* 'î«Œ' */
.icon-location-2:before { content: '\e872'; } /* 'î¡²' */
.icon-location-1:before { content: '\e827'; } /* 'î §' */
.icon-location:before { content: '\e724'; } /* 'îœ¤' */
.icon-location-4:before { content: '\e905'; } /* 'î¤…' */
.icon-location-5:before { content: '\e93d'; } /* 'î¤½' */
.icon-location-inv:before { content: '\e725'; } /* 'îœ¥' */
.icon-location-alt:before { content: '\e726'; } /* 'îœ¦' */
.icon-map:before { content: '\e727'; } /* 'îœ§' */
.icon-compass-1:before { content: '\e871'; } /* 'î¡±' */
.icon-compass:before { content: '\e728'; } /* 'îœ¨' */
.icon-trash-4:before { content: '\e906'; } /* 'î¤†' */
.icon-trash-1:before { content: '\e826'; } /* 'î ¦' */
.icon-trash-2:before { content: '\e870'; } /* 'î¡°' */
.icon-trash-empty:before { content: '\e72a'; } /* 'îœª' */
.icon-doc-2:before { content: '\e86f'; } /* 'î¡¯' */
.icon-doc-4:before { content: '\e958'; } /* 'î¥˜' */
.icon-doc:before { content: '\e730'; } /* 'îœ°' */
.icon-doc-text-inv-1:before { content: '\eacf'; } /* 'î«' */
.icon-doc-inv:before { content: '\e731'; } /* 'îœ±' */
.icon-doc-alt:before { content: '\e732'; } /* 'îœ²' */
.icon-doc-inv-alt:before { content: '\e733'; } /* 'îœ³' */
.icon-article-1:before { content: '\e907'; } /* 'î¤‡' */
.icon-article:before { content: '\e734'; } /* 'îœ´' */
.icon-article-alt:before { content: '\e735'; } /* 'îœµ' */
.icon-article-alt-1:before { content: '\e909'; } /* 'î¤‰' */
.icon-docs:before { content: '\e736'; } /* 'îœ¶' */
.icon-docs-landscape-1:before { content: '\e957'; } /* 'î¥—' */
.icon-docs-landscape:before { content: '\e737'; } /* 'îœ·' */
.icon-archive:before { content: '\e738'; } /* 'îœ¸' */
.icon-archive-1:before { content: '\e955'; } /* 'î¥•' */

.icon-rss-3:before { content: '\e90a'; } /* 'î¤Š' */
.icon-rss:before { content: '\e73a'; } /* 'îœº' */
.icon-rss-1:before { content: '\e875'; } /* 'î¡µ' */
.icon-rss-4:before { content: '\e954'; } /* 'î¥”' */
.icon-rss-alt:before { content: '\e73b'; } /* 'îœ»' */
.icon-rss-alt-1:before { content: '\e953'; } /* 'î¥“' */
.icon-share-1:before { content: '\e877'; } /* 'î¡·' */
.icon-share:before { content: '\e73c'; } /* 'îœ¼' */
.icon-basket-1:before { content: '\e821'; } /* 'î ¡' */
.icon-basket-3:before { content: '\ead2'; } /* 'î«’' */
.icon-basket-2:before { content: '\e90c'; } /* 'î¤Œ' */
.icon-shareable:before { content: '\ead1'; } /* 'î«‘' */
.icon-calendar-inv:before { content: '\e73e'; } /* 'îœ¾' */
.icon-calendar-alt-1:before { content: '\e90e'; } /* 'î¤Ž' */
.icon-login:before { content: '\e740'; } /* 'î€' */
.icon-login-1:before { content: '\ead4'; } /* 'î«”' */
.icon-logout-2:before { content: '\ead5'; } /* 'î«•' */
.icon-logout-1:before { content: '\e951'; } /* 'î¥‘' */
.icon-logout:before { content: '\e741'; } /* 'î' */
.icon-volume:before { content: '\e742'; } /* 'î‚' */
.icon-resize-full-5:before { content: '\e94e'; } /* 'î¥Ž' */
.icon-resize-full-4:before { content: '\e919'; } /* 'î¤™' */
.icon-resize-full-2:before { content: '\e886'; } /* 'î¢†' */
.icon-resize-full-1:before { content: '\e831'; } /* 'î ±' */
.icon-resize-full:before { content: '\e744'; } /* 'î„' */
.icon-resize-full-alt:before { content: '\e745'; } /* 'î…' */
.icon-resize-small-1:before { content: '\e832'; } /* 'î ²' */
.icon-resize-small-3:before { content: '\e918'; } /* 'î¤˜' */
.icon-resize-small:before { content: '\e746'; } /* 'î†' */
.icon-resize-small-2:before { content: '\e885'; } /* 'î¢…' */
.icon-resize-small-alt:before { content: '\e747'; } /* 'î‡' */
.icon-move-1:before { content: '\e74a'; } /* 'îŠ' */
.icon-popup-4:before { content: '\e94d'; } /* 'î¥' */
.icon-popup-1:before { content: '\e883'; } /* 'î¢ƒ' */
.icon-popup:before { content: '\e74c'; } /* 'îŒ' */
.icon-popup-3:before { content: '\e915'; } /* 'î¤•' */
.icon-publish:before { content: '\e74d'; } /* 'î' */
.icon-window:before { content: '\e74e'; } /* 'îŽ' */
.icon-arrow-combo:before { content: '\e74f'; } /* 'î' */
.icon-zoom-in:before { content: '\e750'; } /* 'î' */
.icon-zoom-in-2:before { content: '\e917'; } /* 'î¤—' */
.icon-chart-pie-3:before { content: '\e9fd'; } /* 'î§½' */
.icon-zoom-out:before { content: '\e751'; } /* 'î‘' */
.icon-zoom-out-2:before { content: '\e916'; } /* 'î¤–' */
.icon-language:before { content: '\eaeb'; } /* 'î««' */
.icon-air:before { content: '\e753'; } /* 'î“' */
.icon-database:before { content: '\e754'; } /* 'î”' */
.icon-drive:before { content: '\e755'; } /* 'î•' */
.icon-thermometer:before { content: '\e757'; } /* 'î—' */
.icon-down-circle2-1:before { content: '\e833'; } /* 'î ³' */
.icon-down-circle2:before { content: '\e758'; } /* 'î˜' */
.icon-left-circle2:before { content: '\e759'; } /* 'î™' */
.icon-right-circle2:before { content: '\e75a'; } /* 'îš' */
.icon-up-circle2:before { content: '\e75b'; } /* 'î›' */
.icon-up-circle2-1:before { content: '\e834'; } /* 'î ´' */
.icon-down-open-1:before { content: '\e842'; } /* 'î¡‚' */
.icon-down-open:before { content: '\e75c'; } /* 'îœ' */
.icon-left-open-1:before { content: '\e841'; } /* 'î¡' */
.icon-left-open:before { content: '\e75d'; } /* 'î' */
.icon-left-open-3:before { content: '\e94c'; } /* 'î¥Œ' */
.icon-right-open:before { content: '\e75e'; } /* 'îž' */
.icon-right-open-1:before { content: '\e840'; } /* 'î¡€' */
.icon-right-open-3:before { content: '\e94b'; } /* 'î¥‹' */
.icon-up-open-1:before { content: '\e83f'; } /* 'î ¿' */
.icon-up-open:before { content: '\e75f'; } /* 'îŸ' */
.icon-arrows-cw:before { content: '\e760'; } /* 'î ' */
.icon-arrows-cw-2:before { content: '\e95d'; } /* 'î¥' */
.icon-down-open-mini:before { content: '\ea09'; } /* 'î¨‰' */
.icon-left-open-mini:before { content: '\ea03'; } /* 'î¨ƒ' */
.icon-play-circle2:before { content: '\e761'; } /* 'î¡' */
.icon-to-end-alt:before { content: '\e762'; } /* 'î¢' */
.icon-right-open-mini:before { content: '\ea04'; } /* 'î¨„' */
.icon-up-open-mini:before { content: '\ea05'; } /* 'î¨…' */
.icon-to-start-alt:before { content: '\e763'; } /* 'î£' */
.icon-award-empty:before { content: '\e764'; } /* 'î¤' */
.icon-down-open-big:before { content: '\ea06'; } /* 'î¨†' */
.icon-left-open-big:before { content: '\ea07'; } /* 'î¨‡' */
.icon-list-1:before { content: '\e765'; } /* 'î¥' */
.icon-right-open-big:before { content: '\ea08'; } /* 'î¨ˆ' */
.icon-list-nested:before { content: '\e766'; } /* 'î¦' */
.icon-up-open-big:before { content: '\e767'; } /* 'î§' */
.icon-progress-0:before { content: '\e768'; } /* 'î¨' */
.icon-progress-1:before { content: '\e769'; } /* 'î©' */
.icon-progress-2:before { content: '\e76a'; } /* 'îª' */
.icon-progress-3:before { content: '\e76b'; } /* 'î«' */
.icon-signal-3:before { content: '\e91e'; } /* 'î¤ž' */
.icon-back-in-time:before { content: '\e771'; } /* 'î±' */
.icon-bat-empty:before { content: '\e772'; } /* 'î²' */
.icon-bat-half:before { content: '\e773'; } /* 'î³' */
.icon-bat-full:before { content: '\e774'; } /* 'î´' */
.icon-bat-charge:before { content: '\e775'; } /* 'îµ' */
.icon-net:before { content: '\e776'; } /* 'î¶' */
.icon-inbox-1:before { content: '\e847'; } /* 'î¡‡' */
.icon-inbox:before { content: '\e777'; } /* 'î·' */
.icon-install:before { content: '\e778'; } /* 'î¸' */
.icon-font:before { content: '\e779'; } /* 'î¹' */
.icon-font-1:before { content: '\e95a'; } /* 'î¥š' */
.icon-bold:before { content: '\e77a'; } /* 'îº' */
.icon-italic:before { content: '\e77b'; } /* 'î»' */
.icon-text-height:before { content: '\e77c'; } /* 'î¼' */
.icon-text-width:before { content: '\e77d'; } /* 'î½' */
.icon-align-left:before { content: '\e77e'; } /* 'î¾' */
.icon-align-center:before { content: '\e77f'; } /* 'î¿' */
.icon-align-right:before { content: '\e780'; } /* 'îž€' */
.icon-align-justify:before { content: '\e781'; } /* 'îž' */
.icon-list:before { content: '\e782'; } /* 'îž‚' */
.icon-list-3:before { content: '\e959'; } /* 'î¥™' */
.icon-indent-left:before { content: '\e783'; } /* 'îžƒ' */
.icon-indent-left-1:before { content: '\e968'; } /* 'î¥¨' */
.icon-indent-right-1:before { content: '\e967'; } /* 'î¥§' */
.icon-indent-right:before { content: '\e784'; } /* 'îž„' */
.icon-lifebuoy:before { content: '\e788'; } /* 'îžˆ' */
.icon-mouse:before { content: '\e789'; } /* 'îž‰' */
.icon-dot:before { content: '\e78b'; } /* 'îž‹' */
.icon-dot-2:before { content: '\e78c'; } /* 'îžŒ' */
.icon-dot-3:before { content: '\e78d'; } /* 'îž' */
.icon-off:before { content: '\e78e'; } /* 'îžŽ' */
.icon-road:before { content: '\e78f'; } /* 'îž' */
.icon-list-alt:before { content: '\e790'; } /* 'îž' */
.icon-flow-cascade:before { content: '\eadb'; } /* 'î«›' */
.icon-qrcode:before { content: '\e791'; } /* 'îž‘' */
.icon-flow-branch:before { content: '\eadc'; } /* 'î«œ' */
.icon-flow-tree:before { content: '\e9ed'; } /* 'î§­' */
.icon-barcode:before { content: '\e792'; } /* 'îž’' */
.icon-ajust:before { content: '\e793'; } /* 'îž“' */
.icon-flow-line:before { content: '\e9fa'; } /* 'î§º' */
.icon-flow-parallel:before { content: '\eaf0'; } /* 'î«°' */
.icon-tint:before { content: '\e794'; } /* 'îž”' */
.icon-cursor:before { content: '\e796'; } /* 'îž–' */
.icon-aperture:before { content: '\e797'; } /* 'îž—' */
.icon-aperture-alt:before { content: '\e798'; } /* 'îž˜' */
.icon-steering-wheel:before { content: '\e799'; } /* 'îž™' */
.icon-brush:before { content: '\e79a'; } /* 'îžš' */
.icon-brush-1:before { content: '\ea01'; } /* 'î¨' */
.icon-paper-plane:before { content: '\eaf6'; } /* 'î«¶' */
.icon-brush-alt:before { content: '\e79b'; } /* 'îž›' */
.icon-eyedropper:before { content: '\e79c'; } /* 'îžœ' */
.icon-layers:before { content: '\e79d'; } /* 'îž' */
.icon-layers-alt:before { content: '\e79e'; } /* 'îžž' */
.icon-moon-inv:before { content: '\e7a0'; } /* 'îž ' */
.icon-magnet:before { content: '\e7a1'; } /* 'îž¡' */
.icon-magnet-1:before { content: '\ea00'; } /* 'î¨€' */
.icon-chart-pie-2:before { content: '\e927'; } /* 'î¤§' */
.icon-gauge-1:before { content: '\eaea'; } /* 'î«ª' */
.icon-chart-pie:before { content: '\e7a2'; } /* 'îž¢' */
.icon-traffic-cone:before { content: '\eae9'; } /* 'î«©' */
.icon-chart-pie-alt:before { content: '\e7a3'; } /* 'îž£' */
.icon-dial:before { content: '\e7a4'; } /* 'îž¤' */
.icon-cc:before { content: '\e7a5'; } /* 'îž¥' */
.icon-resize-full-circle:before { content: '\e7a6'; } /* 'îž¦' */
.icon-cc-by:before { content: '\eae8'; } /* 'î«¨' */
.icon-cc-nc:before { content: '\eae7'; } /* 'î«§' */
.icon-down-micro:before { content: '\e7a7'; } /* 'îž§' */
.icon-up-micro:before { content: '\e7a8'; } /* 'îž¨' */
.icon-cc-nc-eu:before { content: '\eae6'; } /* 'î«¦' */
.icon-cw-circle:before { content: '\e7a9'; } /* 'îž©' */
.icon-cc-nc-jp:before { content: '\eae5'; } /* 'î«¥' */
.icon-updown-circle:before { content: '\e7aa'; } /* 'îžª' */
.icon-cc-sa:before { content: '\eae4'; } /* 'î«¤' */
.icon-cc-nd:before { content: '\e7ab'; } /* 'îž«' */
.icon-terminal:before { content: '\e7ac'; } /* 'îž¬' */
.icon-cc-pd:before { content: '\eae3'; } /* 'î«£' */
.icon-list-numbered:before { content: '\e7ad'; } /* 'îž­' */
.icon-cc-zero:before { content: '\eae2'; } /* 'î«¢' */
.icon-cc-share:before { content: '\eae1'; } /* 'î«¡' */
.icon-basket-alt:before { content: '\e7ae'; } /* 'îž®' */
.icon-cc-remix:before { content: '\eae0'; } /* 'î« ' */
.icon-mobile-alt:before { content: '\e7b0'; } /* 'îž°' */
.icon-tablet:before { content: '\e7b1'; } /* 'îž±' */
.icon-ipod:before { content: '\e7b2'; } /* 'îž²' */
.icon-stop-3:before { content: '\e7b3'; } /* 'îž³' */
.icon-grid:before { content: '\e7b4'; } /* 'îž´' */
.icon-easel:before { content: '\e7b5'; } /* 'îžµ' */
.icon-aboveground-rail:before { content: '\e97e'; } /* 'î¥¾' */
.icon-airfield:before { content: '\e97f'; } /* 'î¥¿' */
.icon-airport:before { content: '\e980'; } /* 'î¦€' */
.icon-art-gallery:before { content: '\e981'; } /* 'î¦' */
.icon-bar:before { content: '\e982'; } /* 'î¦‚' */
.icon-baseball:before { content: '\e983'; } /* 'î¦ƒ' */
.icon-basketball:before { content: '\e984'; } /* 'î¦„' */
.icon-beer:before { content: '\e985'; } /* 'î¦…' */
.icon-belowground-rail:before { content: '\e986'; } /* 'î¦†' */
.icon-bicycle:before { content: '\e987'; } /* 'î¦‡' */
.icon-bus:before { content: '\e988'; } /* 'î¦ˆ' */
.icon-cafe:before { content: '\e989'; } /* 'î¦‰' */
.icon-campsite:before { content: '\e98b'; } /* 'î¦‹' */
.icon-cemetery:before { content: '\e98a'; } /* 'î¦Š' */
.icon-cinema:before { content: '\e98c'; } /* 'î¦Œ' */
.icon-college:before { content: '\e98d'; } /* 'î¦' */
.icon-commerical-building:before { content: '\e98e'; } /* 'î¦Ž' */
.icon-credit-card:before { content: '\e98f'; } /* 'î¦' */
.icon-cricket:before { content: '\e990'; } /* 'î¦' */
.icon-embassy:before { content: '\e991'; } /* 'î¦‘' */
.icon-fast-food:before { content: '\e9b8'; } /* 'î¦¸' */
.icon-ferry:before { content: '\e9b7'; } /* 'î¦·' */
.icon-fire-station:before { content: '\e9b4'; } /* 'î¦´' */
.icon-football:before { content: '\e9b3'; } /* 'î¦³' */
.icon-fuel:before { content: '\e9b0'; } /* 'î¦°' */
.icon-garden:before { content: '\e9af'; } /* 'î¦¯' */
.icon-giraffe:before { content: '\e9ac'; } /* 'î¦¬' */
.icon-golf:before { content: '\e9ab'; } /* 'î¦«' */
.icon-grocery-store:before { content: '\e9a7'; } /* 'î¦§' */
.icon-harbor:before { content: '\e9a6'; } /* 'î¦¦' */
.icon-heliport:before { content: '\e9a4'; } /* 'î¦¤' */
.icon-hospital:before { content: '\e9a2'; } /* 'î¦¢' */
.icon-industrial-building:before { content: '\e9a0'; } /* 'î¦ ' */
.icon-library:before { content: '\e99e'; } /* 'î¦ž' */
.icon-lodging:before { content: '\e99c'; } /* 'î¦œ' */
.icon-london-underground:before { content: '\e99b'; } /* 'î¦›' */
.icon-minefield:before { content: '\e998'; } /* 'î¦˜' */
.icon-monument:before { content: '\e995'; } /* 'î¦•' */
.icon-museum:before { content: '\e994'; } /* 'î¦”' */
.icon-pharmacy:before { content: '\e992'; } /* 'î¦’' */
.icon-pitch:before { content: '\e9b9'; } /* 'î¦¹' */
.icon-police:before { content: '\e9b6'; } /* 'î¦¶' */
.icon-post:before { content: '\e9b5'; } /* 'î¦µ' */
.icon-prison:before { content: '\e9b2'; } /* 'î¦²' */
.icon-rail:before { content: '\e9b1'; } /* 'î¦±' */
.icon-religious-christian:before { content: '\e9ae'; } /* 'î¦®' */
.icon-religious-islam:before { content: '\e9ad'; } /* 'î¦­' */
.icon-religious-jewish:before { content: '\e9aa'; } /* 'î¦ª' */
.icon-restaurant:before { content: '\e9a8'; } /* 'î¦¨' */
.icon-roadblock:before { content: '\e9a9'; } /* 'î¦©' */
.icon-school:before { content: '\e9a5'; } /* 'î¦¥' */
.icon-shop:before { content: '\e9a3'; } /* 'î¦£' */
.icon-skiing:before { content: '\e9a1'; } /* 'î¦¡' */
.icon-soccer:before { content: '\e99f'; } /* 'î¦Ÿ' */
.icon-swimming:before { content: '\e99d'; } /* 'î¦' */
.icon-tennis:before { content: '\e99a'; } /* 'î¦š' */
.icon-theatre:before { content: '\e997'; } /* 'î¦—' */
.icon-toilet:before { content: '\e996'; } /* 'î¦–' */
.icon-town-hall:before { content: '\e999'; } /* 'î¦™' */
.icon-trash-5:before { content: '\e993'; } /* 'î¦“' */
.icon-tree-1:before { content: '\e9ba'; } /* 'î¦º' */
.icon-tree-2:before { content: '\e9bb'; } /* 'î¦»' */
.icon-firefox:before { content: '\edad'; } /* 'î¶­' */
.icon-warehouse:before { content: '\e9bc'; } /* 'î¦¼' */
.icon-chrome-1:before { content: '\edac'; } /* 'î¶¬' */
.icon-opera:before { content: '\edab'; } /* 'î¶«' */
.icon-ie-1:before { content: '\edaa'; } /* 'î¶ª' */
.icon-down-open-2:before { content: '\ec14'; } /* 'î°”' */
.icon-up-open-2:before { content: '\ec11'; } /* 'î°‘' */
.icon-right-open-4:before { content: '\ec12'; } /* 'î°’' */
.icon-left-open-4:before { content: '\ec13'; } /* 'î°“' */
.icon-menu-1:before { content: '\ebdf'; } /* 'î¯Ÿ' */
.icon-th-list-5:before { content: '\ebe2'; } /* 'î¯¢' */
.icon-th-thumb:before { content: '\ebe0'; } /* 'î¯ ' */
.icon-th-thumb-empty:before { content: '\ebe1'; } /* 'î¯¡' */
.icon-coverflow:before { content: '\ec3e'; } /* 'î°¾' */
.icon-pause-4:before { content: '\ec27'; } /* 'î°§' */
.icon-play-4:before { content: '\ec26'; } /* 'î°¦' */
.icon-to-end-3:before { content: '\ec29'; } /* 'î°©' */
.icon-to-start-3:before { content: '\ec2a'; } /* 'î°ª' */
.icon-fast-forward:before { content: '\ec2b'; } /* 'î°«' */
.icon-fast-backward:before { content: '\ec2c'; } /* 'î°¬' */
.icon-upload-cloud-4:before { content: '\ebf7'; } /* 'î¯·' */
.icon-download-cloud-2:before { content: '\ebe3'; } /* 'î¯£' */
.icon-data-science:before { content: '\ec31'; } /* 'î°±' */
.icon-data-science-inv:before { content: '\ec44'; } /* 'î±„' */
.icon-globe-4:before { content: '\ec42'; } /* 'î±‚' */
.icon-globe-inv:before { content: '\ec41'; } /* 'î±' */
.icon-math:before { content: '\ec3d'; } /* 'î°½' */
.icon-math-circled-empty:before { content: '\ec3b'; } /* 'î°»' */
.icon-math-circled:before { content: '\ec3c'; } /* 'î°¼' */
.icon-paper-plane-1:before { content: '\ec3a'; } /* 'î°º' */
.icon-paper-plane-alt2:before { content: '\ec38'; } /* 'î°¸' */
.icon-paper-plane-alt:before { content: '\ec39'; } /* 'î°¹' */
.icon-color-adjust:before { content: '\ec36'; } /* 'î°¶' */
.icon-star-half-1:before { content: '\ebd6'; } /* 'î¯–' */
.icon-star-half_empty:before { content: '\ebd7'; } /* 'î¯—' */
.icon-ccw-1:before { content: '\ec24'; } /* 'î°¤' */
.icon-heart-broken:before { content: '\ebd3'; } /* 'î¯“' */
.icon-hash-1:before { content: '\ec49'; } /* 'î±‰' */
.icon-reply-4:before { content: '\ebf8'; } /* 'î¯¸' */
.icon-retweet-3:before { content: '\ebfc'; } /* 'î¯¼' */
.icon-login-2:before { content: '\ec1d'; } /* 'î°' */
.icon-logout-3:before { content: '\ec1c'; } /* 'î°œ' */
.icon-download-5:before { content: '\ebe5'; } /* 'î¯¥' */
.icon-upload-4:before { content: '\ebe4'; } /* 'î¯¤' */
.icon-location-6:before { content: '\ec02'; } /* 'î°‚' */
.icon-monitor-1:before { content: '\ec2e'; } /* 'î°®' */
.icon-tablet-3:before { content: '\ec2f'; } /* 'î°¯' */
.icon-mobile-5:before { content: '\ec30'; } /* 'î°°' */
.icon-connected-object:before { content: '\ec32'; } /* 'î°²' */
.icon-isight:before { content: '\ebdd'; } /* 'î¯' */
.icon-shuffle-3:before { content: '\ec25'; } /* 'î°¥' */
.icon-chat-6:before { content: '\ebfe'; } /* 'î¯¾' */
.icon-bell-4:before { content: '\ebff'; } /* 'î¯¿' */
.icon-movie:before { content: '\ebdc'; } /* 'î¯œ' */
.icon-ruler:before { content: '\ec45'; } /* 'î±…' */
.icon-vector:before { content: '\ec46'; } /* 'î±†' */
.icon-mic-off:before { content: '\ec1a'; } /* 'î°š' */
.icon-move:before { content: '\f047'; } /* 'ï‡' */
.icon-mic-4:before { content: '\ec1b'; } /* 'î°›' */
.icon-doc-6:before { content: '\ec04'; } /* 'î°„' */
.icon-dribbble-circled-2:before { content: '\ec5e'; } /* 'î±ž' */
.icon-dribbble-4:before { content: '\ec5f'; } /* 'î±Ÿ' */
.icon-facebook-circled-2:before { content: '\ec64'; } /* 'î±¤' */
.icon-facebook-7:before { content: '\ec57'; } /* 'î±—' */
.icon-github-circled-alt:before { content: '\ec53'; } /* 'î±“' */
.icon-github-circled-3:before { content: '\ec52'; } /* 'î±’' */
.icon-github-6:before { content: '\ec51'; } /* 'î±‘' */
.icon-github-circled-alt2:before { content: '\ec54'; } /* 'î±”' */
.icon-twitter-circled-2:before { content: '\ec56'; } /* 'î±–' */
.icon-twitter-7:before { content: '\ec55'; } /* 'î±•' */
.icon-gplus-circled-1:before { content: '\ec62'; } /* 'î±¢' */
.icon-gplus-3:before { content: '\ec63'; } /* 'î±£' */
.icon-linkedin-circled-2:before { content: '\ec60'; } /* 'î± ' */
.icon-linkedin-6:before { content: '\ec61'; } /* 'î±¡' */
.icon-instagram-1:before { content: '\ec5d'; } /* 'î±' */
.icon-instagram-circled:before { content: '\ec5c'; } /* 'î±œ' */
.icon-mfg-logo:before { content: '\ec59'; } /* 'î±™' */
.icon-mfg-logo-circled:before { content: '\ec58'; } /* 'î±˜' */
.icon-user-6:before { content: '\ebd8'; } /* 'î¯˜' */
.icon-user-male:before { content: '\ebd9'; } /* 'î¯™' */
.icon-user-female:before { content: '\ebda'; } /* 'î¯š' */
.icon-users-3:before { content: '\ebdb'; } /* 'î¯›' */
.icon-folder-5:before { content: '\ec06'; } /* 'î°†' */
.icon-folder-open-1:before { content: '\ec07'; } /* 'î°‡' */
.icon-folder-empty-2:before { content: '\ec08'; } /* 'î°ˆ' */
.icon-attach-5:before { content: '\ebeb'; } /* 'î¯«' */
.icon-ok-circled:before { content: '\ebf5'; } /* 'î¯µ' */
.icon-cancel-circled-1:before { content: '\ebf3'; } /* 'î¯³' */
.icon-inbox-2:before { content: '\ec43'; } /* 'î±ƒ' */
.icon-trophy:before { content: '\ec2d'; } /* 'î°­' */
.icon-lock-open-alt-1:before { content: '\ebe7'; } /* 'î¯§' */
.icon-link-6:before { content: '\ebec'; } /* 'î¯¬' */
.icon-zoom-in-3:before { content: '\ec16'; } /* 'î°–' */
.icon-zoom-out-3:before { content: '\ec15'; } /* 'î°•' */
.icon-stop-5:before { content: '\ec28'; } /* 'î°¨' */
.icon-export-4:before { content: '\ebfa'; } /* 'î¯º' */
.icon-eye-5:before { content: '\ebe6'; } /* 'î¯¦' */
.icon-trash-6:before { content: '\ec03'; } /* 'î°ƒ' */
.icon-hdd-1:before { content: '\ec33'; } /* 'î°³' */
.icon-info-circled:before { content: '\ebef'; } /* 'î¯¯' */
.icon-info-circled-alt:before { content: '\ebee'; } /* 'î¯®' */
.icon-print-4:before { content: '\ebfb'; } /* 'î¯»' */
.icon-fontsize:before { content: '\ec37'; } /* 'î°·' */
.icon-soundcloud-2:before { content: '\ec5b'; } /* 'î±›' */
.icon-soundcloud-circled:before { content: '\ec5a'; } /* 'î±š' */
.icon-link-1:before { content: '\e80a'; } /* 'î Š' */
.icon-check-empty:before { content: '\ea6a'; } /* 'î©ª' */
.icon-bookmark-empty:before { content: '\ea13'; } /* 'î¨“' */
.icon-phone-squared:before { content: '\f098'; } /* 'ï‚˜' */
.icon-twitter-4:before { content: '\f099'; } /* 'ï‚™' */
.icon-facebook-4:before { content: '\f09a'; } /* 'ï‚š' */
.icon-github-circled:before { content: '\eaad'; } /* 'îª­' */
.icon-rss-6:before { content: '\f09e'; } /* 'ï‚ž' */
.icon-hdd:before { content: '\ea7a'; } /* 'î©º' */
.icon-certificate:before { content: '\ea76'; } /* 'î©¶' */
.icon-left-circled:before { content: '\f0a8'; } /* 'ï‚¨' */
.icon-right-circled:before { content: '\f0a9'; } /* 'ï‚©' */
.icon-up-circled:before { content: '\f0aa'; } /* 'ï‚ª' */
.icon-down-circled:before { content: '\f0ab'; } /* 'ï‚«' */
.icon-tasks:before { content: '\ea75'; } /* 'î©µ' */
.icon-filter:before { content: '\ea74'; } /* 'î©´' */
.icon-beaker:before { content: '\ea73'; } /* 'î©³' */
.icon-docs-1:before { content: '\f0c5'; } /* 'ïƒ…' */
.icon-blank:before { content: '\eab7'; } /* 'îª·' */
.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */
.icon-list-bullet:before { content: '\ea59'; } /* 'î©™' */
.icon-list-numbered-1:before { content: '\ea5a'; } /* 'î©š' */
.icon-strike:before { content: '\ea5b'; } /* 'î©›' */
.icon-underline:before { content: '\ea5c'; } /* 'î©œ' */
.icon-table:before { content: '\ea5f'; } /* 'î©Ÿ' */
.icon-magic:before { content: '\ea72'; } /* 'î©²' */
.icon-pinterest-circled-1:before { content: '\eac5'; } /* 'î«…' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* 'ïƒ“' */
.icon-gplus-squared:before { content: '\eab0'; } /* 'îª°' */
.icon-gplus-2:before { content: '\eab1'; } /* 'îª±' */
.icon-money:before { content: '\ea70'; } /* 'î©°' */
.icon-columns:before { content: '\ea60'; } /* 'î© ' */
.icon-sort:before { content: '\ea83'; } /* 'îªƒ' */
.icon-sort-down:before { content: '\ea84'; } /* 'îª„' */
.icon-sort-up:before { content: '\ea85'; } /* 'îª…' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'ïƒ ' */
.icon-linkedin-4:before { content: '\eab5'; } /* 'îªµ' */
.icon-gauge:before { content: '\ea8d'; } /* 'îª' */
.icon-comment-empty:before { content: '\f0e5'; } /* 'ïƒ¥' */
.icon-chat-empty:before { content: '\f0e6'; } /* 'ïƒ¦' */
.icon-paste:before { content: '\ea63'; } /* 'î©£' */
.icon-exchange-1:before { content: '\ea40'; } /* 'î©€' */
.icon-download-cloud-1:before { content: '\ea1d'; } /* 'î¨' */
.icon-upload-cloud-2:before { content: '\ea1c'; } /* 'î¨œ' */
.icon-user-md:before { content: '\ea92'; } /* 'îª’' */
.icon-stethoscope:before { content: '\eaa5'; } /* 'îª¥' */
.icon-suitcase:before { content: '\ea65'; } /* 'î©¥' */
.icon-bell-alt:before { content: '\ea29'; } /* 'î¨©' */
.icon-coffee:before { content: '\ea8f'; } /* 'îª' */
.icon-food:before { content: '\ea90'; } /* 'îª' */
.icon-doc-text-1:before { content: '\ea4f'; } /* 'î©' */
.icon-building:before { content: '\eaa0'; } /* 'îª ' */
.icon-hospital-1:before { content: '\eaa1'; } /* 'îª¡' */
.icon-ambulance:before { content: '\eaa4'; } /* 'îª¤' */
.icon-medkit:before { content: '\eaa3'; } /* 'îª£' */
.icon-fighter-jet:before { content: '\ea58'; } /* 'î©˜' */
.icon-beer-1:before { content: '\ea91'; } /* 'îª‘' */
.icon-h-sigh:before { content: '\eaa2'; } /* 'îª¢' */
.icon-plus-squared:before { content: '\ea0e'; } /* 'î¨Ž' */
.icon-angle-double-left:before { content: '\ea31'; } /* 'î¨±' */
.icon-angle-double-right:before { content: '\ea36'; } /* 'î¨¶' */
.icon-angle-double-up:before { content: '\ea30'; } /* 'î¨°' */
.icon-angle-double-down:before { content: '\ea2e'; } /* 'î¨®' */
.icon-angle-left:before { content: '\ea3a'; } /* 'î¨º' */
.icon-angle-right:before { content: '\ea39'; } /* 'î¨¹' */
.icon-angle-up:before { content: '\ea38'; } /* 'î¨¸' */
.icon-angle-down:before { content: '\ea37'; } /* 'î¨·' */
.icon-desktop:before { content: '\ea45'; } /* 'î©…' */
.icon-laptop:before { content: '\ea46'; } /* 'î©†' */
.icon-tablet-1:before { content: '\ea47'; } /* 'î©‡' */
.icon-mobile-4:before { content: '\ea48'; } /* 'î©ˆ' */
.icon-circle-empty:before { content: '\ea68'; } /* 'î©¨' */
.icon-quote-left-1:before { content: '\ea17'; } /* 'î¨—' */
.icon-quote-right-2:before { content: '\ea16'; } /* 'î¨–' */
.icon-spinner:before { content: '\ea8e'; } /* 'îªŽ' */
.icon-circle:before { content: '\ea69'; } /* 'î©©' */
.icon-reply-3:before { content: '\ea1b'; } /* 'î¨›' */
.icon-github-3:before { content: '\eaac'; } /* 'îª¬' */
.icon-folder-empty-1:before { content: '\ea4b'; } /* 'î©‹' */
.icon-folder-open-empty:before { content: '\ea4c'; } /* 'î©Œ' */
.icon-plus-squared-small:before { content: '\ea0d'; } /* 'î¨' */
.icon-minus-squared-small:before { content: '\ea11'; } /* 'î¨‘' */
.icon-smile:before { content: '\ea9f'; } /* 'îªŸ' */
.icon-frown:before { content: '\ea9e'; } /* 'îªž' */
.icon-meh:before { content: '\ea9d'; } /* 'îª' */
.icon-gamepad:before { content: '\ea25'; } /* 'î¨¥' */
.icon-keyboard-1:before { content: '\ea26'; } /* 'î¨¦' */
.icon-flag-empty:before { content: '\ea28'; } /* 'î¨¨' */
.icon-flag-checkered:before { content: '\ea27'; } /* 'î¨§' */
.icon-terminal-1:before { content: '\eaaf'; } /* 'îª¯' */
.icon-code-2:before { content: '\ea15'; } /* 'î¨•' */
.icon-reply-all-2:before { content: '\ea18'; } /* 'î¨˜' */
.icon-star-half-alt:before { content: '\e8b4'; } /* 'î¢´' */
.icon-direction-2:before { content: '\ea2b'; } /* 'î¨«' */
.icon-crop:before { content: '\ea61'; } /* 'î©¡' */
.icon-fork:before { content: '\ea79'; } /* 'î©¹' */
.icon-unlink:before { content: '\ea20'; } /* 'î¨ ' */
.icon-help-2:before { content: '\ea12'; } /* 'î¨’' */
.icon-attention-alt:before { content: '\ea2a'; } /* 'î¨ª' */
.icon-superscript:before { content: '\ea5d'; } /* 'î©' */
.icon-subscript:before { content: '\ea5e'; } /* 'î©ž' */
.icon-eraser:before { content: '\ea9b'; } /* 'îª›' */
.icon-puzzle-1:before { content: '\ea9a'; } /* 'îªš' */
.icon-mic-3:before { content: '\ea53'; } /* 'î©“' */
.icon-mute:before { content: '\ea52'; } /* 'î©’' */
.icon-shield:before { content: '\ea99'; } /* 'îª™' */
.icon-extinguisher:before { content: '\ea98'; } /* 'îª˜' */
.icon-rocket:before { content: '\ea78'; } /* 'î©¸' */
.icon-maxcdn:before { content: '\eab6'; } /* 'îª¶' */
.icon-angle-circled-left:before { content: '\ea35'; } /* 'î¨µ' */
.icon-angle-circled-right:before { content: '\ea34'; } /* 'î¨´' */
.icon-angle-circled-up:before { content: '\ea33'; } /* 'î¨³' */
.icon-angle-circled-down:before { content: '\ea32'; } /* 'î¨²' */
.icon-html5-1:before { content: '\eab2'; } /* 'îª²' */
.icon-css3:before { content: '\eaa7'; } /* 'îª§' */
.icon-anchor:before { content: '\ea9c'; } /* 'îªœ' */
.icon-lock-open-alt:before { content: '\ea19'; } /* 'î¨™' */
.icon-bullseye:before { content: '\ea97'; } /* 'îª—' */
.icon-ellipsis:before { content: '\ea7e'; } /* 'î©¾' */
.icon-ellipsis-vert:before { content: '\ea7d'; } /* 'î©½' */
.icon-play-circled:before { content: '\ea44'; } /* 'î©„' */
.icon-ticket-1:before { content: '\ea66'; } /* 'î©¦' */
.icon-minus-squared:before { content: '\ea0f'; } /* 'î¨' */
.icon-minus-squared-alt:before { content: '\ea10'; } /* 'î¨' */
.icon-level-up:before { content: '\ea2f'; } /* 'î¨¯' */
.icon-level-down-1:before { content: '\ea3f'; } /* 'î¨¿' */
.icon-ok-squared:before { content: '\ea21'; } /* 'î¨¡' */
.icon-pencil-squared:before { content: '\ea2d'; } /* 'î¨­' */
.icon-link-ext-alt:before { content: '\ea1f'; } /* 'î¨Ÿ' */
.icon-export-alt:before { content: '\ea14'; } /* 'î¨”' */
.icon-compass-3:before { content: '\ea2c'; } /* 'î¨¬' */
.icon-collapse:before { content: '\ea41'; } /* 'î©' */
.icon-collapse-top:before { content: '\ea42'; } /* 'î©‚' */
.icon-expand:before { content: '\ea43'; } /* 'î©ƒ' */
.icon-euro:before { content: '\ea6f'; } /* 'î©¯' */
.icon-pound:before { content: '\ea6e'; } /* 'î©®' */
.icon-dollar-1:before { content: '\ea6d'; } /* 'î©­' */
.icon-rupee:before { content: '\ea6c'; } /* 'î©¬' */
.icon-yen:before { content: '\ea6b'; } /* 'î©«' */
.icon-renminbi:before { content: '\ea80'; } /* 'îª€' */
.icon-won:before { content: '\ea81'; } /* 'îª' */
.icon-bitcoin-1:before { content: '\ea82'; } /* 'îª‚' */
.icon-doc-inv-1:before { content: '\ea50'; } /* 'î©' */
.icon-doc-text-inv:before { content: '\ea51'; } /* 'î©‘' */
.icon-sort-name-up:before { content: '\ea88'; } /* 'îªˆ' */
.icon-sort-name-down:before { content: '\ea89'; } /* 'îª‰' */
.icon-sort-alt-up:before { content: '\ea86'; } /* 'îª†' */
.icon-sort-alt-down:before { content: '\ea87'; } /* 'îª‡' */
.icon-sort-number-up:before { content: '\ea8a'; } /* 'îªŠ' */
.icon-sort-number-down:before { content: '\ea8b'; } /* 'îª‹' */
.icon-thumbs-up-alt:before { content: '\ea23'; } /* 'î¨£' */
.icon-thumbs-down-alt:before { content: '\ea24'; } /* 'î¨¤' */
.icon-youtube-squared:before { content: '\eab9'; } /* 'îª¹' */
.icon-youtube-2:before { content: '\eaba'; } /* 'îªº' */
.icon-xing-1:before { content: '\eabc'; } /* 'îª¼' */
.icon-xing-squared:before { content: '\eabb'; } /* 'îª»' */
.icon-youtube-play:before { content: '\eab8'; } /* 'îª¸' */
.icon-dropbox-1:before { content: '\eaa9'; } /* 'îª©' */
.icon-stackoverflow:before { content: '\eac2'; } /* 'î«‚' */
.icon-instagramm:before { content: '\eab3'; } /* 'îª³' */
.icon-flickr-1:before { content: '\eaaa'; } /* 'îªª' */
.icon-adn:before { content: '\ea96'; } /* 'îª–' */
.icon-bitbucket-1:before { content: '\ea93'; } /* 'îª“' */
.icon-bitbucket-squared:before { content: '\eaa6'; } /* 'îª¦' */
.icon-tumblr-3:before { content: '\eac0'; } /* 'î«€' */
.icon-tumblr-squared:before { content: '\eabf'; } /* 'îª¿' */
.icon-down-5:before { content: '\ea3e'; } /* 'î¨¾' */
.icon-up-5:before { content: '\ea3b'; } /* 'î¨»' */
.icon-right-4:before { content: '\ea3c'; } /* 'î¨¼' */
.icon-left-4:before { content: '\ea3d'; } /* 'î¨½' */
.icon-apple:before { content: '\ea94'; } /* 'îª”' */
.icon-windows-1:before { content: '\eabd'; } /* 'îª½' */
.icon-android-1:before { content: '\ea95'; } /* 'îª•' */
.icon-linux:before { content: '\eab4'; } /* 'îª´' */
.icon-dribbble-2:before { content: '\eaa8'; } /* 'îª¨' */
.icon-skype-4:before { content: '\eac3'; } /* 'î«ƒ' */
.icon-foursquare-1:before { content: '\eaab'; } /* 'îª«' */
.icon-trello:before { content: '\eac1'; } /* 'î«' */
.icon-female:before { content: '\ea0c'; } /* 'î¨Œ' */
.icon-male:before { content: '\ea0b'; } /* 'î¨‹' */
.icon-gittip:before { content: '\eaae'; } /* 'îª®' */
.icon-sun-3:before { content: '\ea4a'; } /* 'î©Š' */
.icon-moon-3:before { content: '\ea56'; } /* 'î©–' */
.icon-box-1:before { content: '\ea4d'; } /* 'î©' */
.icon-bug:before { content: '\ea77'; } /* 'î©·' */
.icon-vkontakte-1:before { content: '\eabe'; } /* 'îª¾' */
.icon-weibo-1:before { content: '\eac6'; } /* 'î«†' */
.icon-renren-1:before { content: '\eac4'; } /* 'î«„' */
.icon-github-4:before { content: '\eadf'; } /* 'î«Ÿ' */
.icon-github:before { content: '\f300'; } /* 'ïŒ€' */
.icon-facebook-1:before { content: '\e928'; } /* 'î¤¨' */
.icon-facebook-2:before { content: '\e96e'; } /* 'î¥®' */
.icon-facebook-rect-1:before { content: '\e965'; } /* 'î¥¥' */
.icon-facebook-rect:before { content: '\f301'; } /* 'ïŒ' */
.icon-facebook-rect-2:before { content: '\e96f'; } /* 'î¥¯' */
.icon-github-circled-1:before { content: '\eade'; } /* 'î«ž' */
.icon-twitter-1:before { content: '\f302'; } /* 'ïŒ‚' */
.icon-twitter-2:before { content: '\e970'; } /* 'î¥°' */
.icon-twitter-bird-1:before { content: '\e964'; } /* 'î¥¤' */
.icon-twitter-bird-2:before { content: '\e971'; } /* 'î¥±' */
.icon-flickr-2:before { content: '\eadd'; } /* 'î«' */
.icon-twitter-bird:before { content: '\f303'; } /* 'ïŒƒ' */
.icon-icq:before { content: '\e977'; } /* 'î¥·' */
.icon-twitter:before { content: '\f304'; } /* 'ïŒ„' */
.icon-flickr-circled:before { content: '\e9f9'; } /* 'î§¹' */
.icon-yandex:before { content: '\f305'; } /* 'ïŒ…' */
.icon-yandex-rect:before { content: '\f306'; } /* 'ïŒ†' */
.icon-vimeo-2:before { content: '\e9f8'; } /* 'î§¸' */
.icon-github-text:before { content: '\f307'; } /* 'ïŒ‡' */
.icon-vimeo-circled:before { content: '\eaf1'; } /* 'î«±' */
.icon-facebook:before { content: '\f308'; } /* 'ïŒˆ' */
.icon-github-1:before { content: '\e975'; } /* 'î¥µ' */
.icon-twitter-5:before { content: '\eaf2'; } /* 'î«²' */
.icon-googleplus-rect:before { content: '\f309'; } /* 'ïŒ‰' */
.icon-googleplus-rect-1:before { content: '\e974'; } /* 'î¥´' */
.icon-vkontakte-rect-1:before { content: '\e978'; } /* 'î¥¸' */
.icon-vkontakte-rect:before { content: '\f30a'; } /* 'ïŒŠ' */
.icon-twitter-circled:before { content: '\eaf3'; } /* 'î«³' */
.icon-skype:before { content: '\f30b'; } /* 'ïŒ‹' */
.icon-skype-1:before { content: '\e976'; } /* 'î¥¶' */
.icon-linkedin:before { content: '\f30c'; } /* 'ïŒŒ' */
.icon-facebook-5:before { content: '\eaf5'; } /* 'î«µ' */
.icon-odnoklassniki:before { content: '\e96d'; } /* 'î¥­' */
.icon-odnoklassniki-rect:before { content: '\f30d'; } /* 'ïŒ' */
.icon-odnoklassniki-rect-1:before { content: '\e96c'; } /* 'î¥¬' */
.icon-facebook-circled:before { content: '\eaf4'; } /* 'î«´' */
.icon-facebook-squared:before { content: '\e9ee'; } /* 'î§®' */
.icon-vimeo-rect-1:before { content: '\e972'; } /* 'î¥²' */
.icon-vimeo-rect:before { content: '\f30e'; } /* 'ïŒŽ' */
.icon-gplus-1:before { content: '\e9ef'; } /* 'î§¯' */
.icon-vimeo:before { content: '\f30f'; } /* 'ïŒ' */
.icon-tumblr-rect-1:before { content: '\e973'; } /* 'î¥³' */
.icon-tumblr-rect:before { content: '\e963'; } /* 'î¥£' */
.icon-gplus-circled:before { content: '\f310'; } /* 'ïŒ' */
.icon-tumblr:before { content: '\f311'; } /* 'ïŒ‘' */
.icon-friendfeed:before { content: '\e96b'; } /* 'î¥«' */
.icon-pinterest-1:before { content: '\e9f0'; } /* 'î§°' */
.icon-linkedin-rect:before { content: '\f312'; } /* 'ïŒ’' */
.icon-youtube:before { content: '\f313'; } /* 'ïŒ“' */
.icon-pinterest-circled:before { content: '\e9f1'; } /* 'î§±' */
.icon-friendfeed-rect:before { content: '\e96a'; } /* 'î¥ª' */
.icon-blogger:before { content: '\e969'; } /* 'î¥©' */
.icon-twitter-rect:before { content: '\f314'; } /* 'ïŒ”' */
.icon-tumblr-2:before { content: '\e9f2'; } /* 'î§²' */
.icon-blogger-rect:before { content: '\f315'; } /* 'ïŒ•' */
.icon-tumblr-circled:before { content: '\e9f3'; } /* 'î§³' */
.icon-deviantart:before { content: '\f316'; } /* 'ïŒ–' */
.icon-jabber:before { content: '\f317'; } /* 'ïŒ—' */
.icon-linkedin-3:before { content: '\e9f4'; } /* 'î§´' */
.icon-lastfm:before { content: '\f318'; } /* 'ïŒ˜' */
.icon-lastfm-rect:before { content: '\f319'; } /* 'ïŒ™' */
.icon-linkedin-circled:before { content: '\e9f5'; } /* 'î§µ' */
.icon-linkedin-1:before { content: '\f31a'; } /* 'ïŒš' */
.icon-linkedin-rect-1:before { content: '\f31b'; } /* 'ïŒ›' */
.icon-dribbble-1:before { content: '\e9f6'; } /* 'î§¶' */
.icon-dribbble-circled:before { content: '\e9f7'; } /* 'î§·' */
.icon-picasa:before { content: '\f31c'; } /* 'ïŒœ' */
.icon-wordpress:before { content: '\f31d'; } /* 'ïŒ' */
.icon-stumbleupon-1:before { content: '\f31e'; } /* 'ïŒž' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* 'ïŒŸ' */
.icon-instagram-filled:before { content: '\ec65'; } /* 'î±¥' */
.icon-diigo:before { content: '\ec66'; } /* 'î±¦' */
.icon-box-4:before { content: '\ec6b'; } /* 'î±«' */
.icon-lastfm-1:before { content: '\f321'; } /* 'ïŒ¡' */
.icon-lastfm-circled:before { content: '\f322'; } /* 'ïŒ¢' */
.icon-box-rect:before { content: '\ec67'; } /* 'î±§' */
.icon-tudou:before { content: '\ec68'; } /* 'î±¨' */
.icon-youku:before { content: '\ec69'; } /* 'î±©' */
.icon-rdio:before { content: '\f324'; } /* 'ïŒ¤' */
.icon-rdio-circled:before { content: '\f325'; } /* 'ïŒ¥' */
.icon-win8:before { content: '\ec6a'; } /* 'î±ª' */
.icon-spotify-1:before { content: '\f327'; } /* 'ïŒ§' */
.icon-spotify-circled:before { content: '\f328'; } /* 'ïŒ¨' */
.icon-qq:before { content: '\f32a'; } /* 'ïŒª' */
.icon-instagrem:before { content: '\f32d'; } /* 'ïŒ­' */
.icon-dropbox:before { content: '\f330'; } /* 'ïŒ°' */
.icon-evernote-1:before { content: '\f333'; } /* 'ïŒ³' */
.icon-flattr-1:before { content: '\f336'; } /* 'ïŒ¶' */
.icon-skype-3:before { content: '\f339'; } /* 'ïŒ¹' */
.icon-skype-circled:before { content: '\f33a'; } /* 'ïŒº' */
.icon-renren:before { content: '\f33c'; } /* 'ïŒ¼' */
.icon-sina-weibo:before { content: '\f33f'; } /* 'ïŒ¿' */
.icon-paypal-1:before { content: '\f342'; } /* 'ï‚' */
.icon-picasa-1:before { content: '\f345'; } /* 'ï…' */
.icon-soundcloud-1:before { content: '\f348'; } /* 'ïˆ' */
.icon-mixi:before { content: '\f34b'; } /* 'ï‹' */
.icon-behance:before { content: '\f34e'; } /* 'ïŽ' */
.icon-google-circles:before { content: '\f351'; } /* 'ï‘' */
.icon-vkontakte:before { content: '\f354'; } /* 'ï”' */
.icon-smashing:before { content: '\f357'; } /* 'ï—' */
.icon-comment-5:before { content: '\ebfd'; } /* 'î¯½' */
.icon-folder-open-empty-1:before { content: '\ec09'; } /* 'î°‰' */
.icon-calendar-6:before { content: '\ec1e'; } /* 'î°ž' */
.icon-newspaper-1:before { content: '\ec05'; } /* 'î°…' */
.icon-camera-5:before { content: '\ebde'; } /* 'î¯ž' */
.icon-search-6:before { content: '\ebd0'; } /* 'î¯' */
.icon-lock-alt:before { content: '\ebe9'; } /* 'î¯©' */
.icon-lock-7:before { content: '\ebea'; } /* 'î¯ª' */
.icon-lock-open-7:before { content: '\ebe8'; } /* 'î¯¨' */
.icon-fire-1:before { content: '\ec35'; } /* 'î°µ' */
.icon-chart-bar-5:before { content: '\ec34'; } /* 'î°´' */
.icon-spread:before { content: '\ec4c'; } /* 'î±Œ' */
.icon-spinner1:before { content: '\ec4f'; } /* 'î±' */
.icon-spinner2:before { content: '\ec50'; } /* 'î±' */
.icon-logo-entypo:before { content: '\f600'; } /* 'ï˜€' */
.icon-flag-sw:before { content: '\f601'; } /* 'ï˜' */
.icon-logo-db:before { content: '\f603'; } /* 'ï˜ƒ' */
.icon-globe-1:before { content: '\e8e0'; } /* 'î£ ' */
.icon-picture-2:before { content: '\e852'; } /* 'î¡’' */
.icon-picture-1:before { content: '\e808'; } /* 'î ˆ' */
.icon-picture:before { content: 'ðŸŒ„'; } /* '\1f304' */
.icon-picture-3:before { content: '\e931'; } /* 'î¤±' */
.icon-globe:before { content: 'ðŒ'; } /* '\1d30d' */
.icon-globe-3:before { content: '\ea49'; } /* 'î©‰' */
.icon-globe-alt:before { content: 'ðŸŒ'; } /* '\1f310' */
.icon-globe-2:before { content: '\e924'; } /* 'î¤¤' */
.icon-leaf:before { content: 'ðŸ‚'; } /* '\1f342' */
.icon-leaf-1:before { content: '\e849'; } /* 'î¡‰' */
.icon-lemon:before { content: 'ðŸ‹'; } /* '\1f34b' */
.icon-glass:before { content: 'ðŸ¸'; } /* '\1f378' */
.icon-gift:before { content: 'ðŸŽ'; } /* '\1f381' */
.icon-graduation-cap:before { content: '\eaec'; } /* 'î«¬' */
.icon-mic-1:before { content: '\e879'; } /* 'î¡¹' */
.icon-mic:before { content: 'ðŸŽ¤'; } /* '\1f3a4' */
.icon-mic-2:before { content: '\e8c1'; } /* 'î£' */
.icon-videocam:before { content: 'ðŸŽ¥'; } /* '\1f3a5' */
.icon-videocam-1:before { content: '\e8eb'; } /* 'î£«' */
.icon-video-alt:before { content: 'ðŸŽ¦'; } /* '\1f3a6' */
.icon-headphones-1:before { content: '\e87c'; } /* 'î¡¼' */
.icon-headphones:before { content: 'ðŸŽ§'; } /* '\1f3a7' */
.icon-palette:before { content: 'ðŸŽ¨'; } /* '\1f3a8' */
.icon-ticket:before { content: 'ðŸŽ«'; } /* '\1f3ab' */
.icon-video-1:before { content: '\e807'; } /* 'î ‡' */
.icon-video:before { content: 'ðŸŽ¬'; } /* '\1f3ac' */
.icon-video-4:before { content: '\e930'; } /* 'î¤°' */
.icon-video-2:before { content: '\e851'; } /* 'î¡‘' */
.icon-target:before { content: 'ðŸŽ¯'; } /* '\1f3af' */
.icon-target-2:before { content: '\e88f'; } /* 'î¢' */
.icon-target-1:before { content: '\e846'; } /* 'î¡†' */
.icon-target-3:before { content: '\e8dc'; } /* 'î£œ' */
.icon-target-4:before { content: '\e95c'; } /* 'î¥œ' */
.icon-music-alt:before { content: 'ðŸŽµ'; } /* '\1f3b5' */
.icon-top-list:before { content: 'ðŸ†'; } /* '\1f3c6' */
.icon-award:before { content: 'ðŸ‰'; } /* '\1f3c9' */
.icon-award-2:before { content: '\e920'; } /* 'î¤ ' */
.icon-award-1:before { content: '\e894'; } /* 'î¢”' */
.icon-videocam-alt:before { content: 'ðŸ¹'; } /* '\1f3f9' */
.icon-thumbs-up-3:before { content: '\e8f7'; } /* 'î£·' */
.icon-thumbs-up:before { content: 'ðŸ‘'; } /* '\1f44d' */
.icon-thumbs-up-1:before { content: '\e81b'; } /* 'î ›' */
.icon-thumbs-up-2:before { content: '\e8a9'; } /* 'î¢©' */
.icon-thumbs-down-3:before { content: '\eacb'; } /* 'î«‹' */
.icon-thumbs-down-2:before { content: '\e8f6'; } /* 'î£¶' */
.icon-thumbs-down:before { content: 'ðŸ‘Ž'; } /* '\1f44e' */
.icon-thumbs-down-1:before { content: '\e8a8'; } /* 'î¢¨' */
.icon-basket:before { content: '\e73d'; } /* 'îœ½' */
.icon-user-1:before { content: '\e806'; } /* 'î †' */
.icon-user-4:before { content: '\e8e9'; } /* 'î£©' */
.icon-user:before { content: 'ðŸ‘¤'; } /* '\1f464' */
.icon-user-5:before { content: '\e92f'; } /* 'î¤¯' */
.icon-user-2:before { content: '\e850'; } /* 'î¡' */
.icon-users-2:before { content: '\ea0a'; } /* 'î¨Š' */
.icon-users:before { content: 'ðŸ‘¥'; } /* '\1f465' */
.icon-user-woman:before { content: 'ðŸ‘©'; } /* '\1f469' */
.icon-user-pair:before { content: 'ðŸ‘«'; } /* '\1f46b' */
.icon-lamp-1:before { content: '\e87e'; } /* 'î¡¾' */
.icon-lamp:before { content: 'ðŸ’¡'; } /* '\1f4a1' */
.icon-alert:before { content: '\eacd'; } /* 'î«' */
.icon-water:before { content: 'ðŸ’¦'; } /* '\1f4a6' */
.icon-droplet:before { content: 'ðŸ’§'; } /* '\1f4a7' */
.icon-credit-card-1:before { content: 'ðŸ’³'; } /* '\1f4b3' */
.icon-credit-card-2:before { content: '\ea7f'; } /* 'î©¿' */
.icon-dollar:before { content: 'ðŸ’µ'; } /* '\1f4b5' */
.icon-monitor:before { content: 'ðŸ’»'; } /* '\1f4bb' */
.icon-bag:before { content: '\e78a'; } /* 'îžŠ' */
.icon-briefcase:before { content: '\ea64'; } /* 'î©¤' */
.icon-floppy:before { content: 'ðŸ’¾'; } /* '\1f4be' */
.icon-floppy-1:before { content: '\ea7c'; } /* 'î©¼' */
.icon-cd:before { content: 'ðŸ’¿'; } /* '\1f4bf' */
.icon-cd-2:before { content: '\e922'; } /* 'î¤¢' */
.icon-cd-1:before { content: '\e892'; } /* 'î¢’' */
.icon-folder-3:before { content: '\e956'; } /* 'î¥–' */
.icon-folder-1:before { content: '\e824'; } /* 'î ¤' */
.icon-folder:before { content: 'ðŸ“'; } /* '\1f4c1' */
.icon-folder-2:before { content: '\e86d'; } /* 'î¡­' */
.icon-folder-open:before { content: 'ðŸ“‚'; } /* '\1f4c2' */
.icon-folder-empty:before { content: '\e874'; } /* 'î¡´' */
.icon-doc-3:before { content: '\e908'; } /* 'î¤ˆ' */
.icon-doc-text:before { content: 'ðŸ“„'; } /* '\1f4c4' */
.icon-doc-1:before { content: '\e825'; } /* 'î ¥' */
.icon-calendar-2:before { content: '\e878'; } /* 'î¡¸' */
.icon-calendar:before { content: 'ðŸ“…'; } /* '\1f4c5' */
.icon-calendar-3:before { content: '\e90d'; } /* 'î¤' */
.icon-calendar-1:before { content: '\e822'; } /* 'î ¢' */
.icon-calendar-alt:before { content: 'ðŸ“†'; } /* '\1f4c6' */
.icon-chart:before { content: 'ðŸ“ˆ'; } /* '\1f4c8' */
.icon-chart-1:before { content: '\e925'; } /* 'î¤¥' */
.icon-chart-line:before { content: '\e9fc'; } /* 'î§¼' */
.icon-chart-bar-3:before { content: '\e9fb'; } /* 'î§»' */
.icon-chart-bar:before { content: 'ðŸ“Š'; } /* '\1f4ca' */
.icon-chart-bar-4:before { content: '\ea67'; } /* 'î©§' */
.icon-chart-bar-1:before { content: '\e8e4'; } /* 'î£¤' */
.icon-chart-bar-2:before { content: '\e926'; } /* 'î¤¦' */
.icon-pin-1:before { content: '\e85f'; } /* 'î¡Ÿ' */
.icon-pin:before { content: 'ðŸ“Œ'; } /* '\1f4cc' */
.icon-attach-1:before { content: '\e863'; } /* 'î¡£' */
.icon-attach-2:before { content: '\e947'; } /* 'î¥‡' */
.icon-attach-3:before { content: '\ea1e'; } /* 'î¨ž' */
.icon-attach:before { content: 'ðŸ“Ž'; } /* '\1f4ce' */
.icon-bookmarks:before { content: '\eac9'; } /* 'î«‰' */
.icon-book-alt:before { content: 'ðŸ“”'; } /* '\1f4d4' */
.icon-book-2:before { content: '\e923'; } /* 'î¤£' */
.icon-book-1:before { content: '\e891'; } /* 'î¢‘' */
.icon-book:before { content: 'ðŸ“•'; } /* '\1f4d5' */
.icon-book-3:before { content: '\ead0'; } /* 'î«' */
.icon-book-open:before { content: 'ðŸ“–'; } /* '\1f4d6' */
.icon-book-open-1:before { content: '\e86e'; } /* 'î¡®' */
.icon-phone-1:before { content: '\e8be'; } /* 'î¢¾' */
.icon-phone-2:before { content: '\e9e8'; } /* 'î§¨' */
.icon-phone:before { content: 'ðŸ“ž'; } /* '\1f4de' */
.icon-megaphone:before { content: '\ea02'; } /* 'î¨‚' */
.icon-bullhorn:before { content: 'ðŸ“£'; } /* '\1f4e3' */
.icon-megaphone-1:before { content: '\ea7b'; } /* 'î©»' */
.icon-upload-1:before { content: '\e81d'; } /* 'î ' */
.icon-upload-2:before { content: '\e85b'; } /* 'î¡›' */
.icon-upload:before { content: 'ðŸ“¤'; } /* '\1f4e4' */
.icon-download:before { content: 'ðŸ“¥'; } /* '\1f4e5' */
.icon-download-1:before { content: '\e81c'; } /* 'î œ' */
.icon-download-3:before { content: '\e8a7'; } /* 'î¢§' */
.icon-download-4:before { content: '\e8f4'; } /* 'î£´' */
.icon-download-2:before { content: '\e85c'; } /* 'î¡œ' */
.icon-box-2:before { content: '\ead6'; } /* 'î«–' */
.icon-box:before { content: 'ðŸ“¦'; } /* '\1f4e6' */
.icon-newspaper:before { content: '\eace'; } /* 'î«Ž' */
.icon-mobile:before { content: 'ðŸ“±'; } /* '\1f4f1' */
.icon-mobile-1:before { content: '\e893'; } /* 'î¢“' */
.icon-mobile-2:before { content: '\e8dd'; } /* 'î£' */
.icon-mobile-3:before { content: '\e921'; } /* 'î¤¡' */
.icon-signal-1:before { content: 'ðŸ“¶'; } /* '\1f4f6' */
.icon-signal-4:before { content: '\e95b'; } /* 'î¥›' */
.icon-signal-2:before { content: '\e890'; } /* 'î¢' */
.icon-signal:before { content: '\e770'; } /* 'î°' */
.icon-camera-4:before { content: '\e8ec'; } /* 'î£¬' */
.icon-camera-2:before { content: '\e853'; } /* 'î¡“' */
.icon-camera:before { content: 'ðŸ“·'; } /* '\1f4f7' */
.icon-camera-1:before { content: '\e809'; } /* 'î ‰' */
.icon-shuffle-2:before { content: '\e8d5'; } /* 'î£•' */
.icon-shuffle:before { content: 'ðŸ”€'; } /* '\1f500' */
.icon-shuffle-1:before { content: '\e839'; } /* 'î ¹' */
.icon-loop-alt:before { content: 'ðŸ”'; } /* '\1f501' */
.icon-loop-1:before { content: '\e8d4'; } /* 'î£”' */
.icon-loop-2:before { content: '\ead8'; } /* 'î«˜' */
.icon-loop:before { content: 'ðŸ”„'; } /* '\1f504' */
.icon-arrows-ccw:before { content: '\ead9'; } /* 'î«™' */
.icon-light-down:before { content: 'ðŸ”…'; } /* '\1f505' */
.icon-light-up:before { content: 'ðŸ”†'; } /* '\1f506' */
.icon-volume-off:before { content: 'ðŸ”‡'; } /* '\1f507' */
.icon-volume-off-4:before { content: '\e90f'; } /* 'î¤' */
.icon-volume-off-2:before { content: '\e87a'; } /* 'î¡º' */
.icon-volume-off-1:before { content: '\e82d'; } /* 'î ­' */
.icon-volume-down-1:before { content: '\e91f'; } /* 'î¤Ÿ' */
.icon-volume-down:before { content: 'ðŸ”‰'; } /* '\1f509' */
.icon-volume-up-4:before { content: '\e91b'; } /* 'î¤›' */
.icon-volume-up:before { content: 'ðŸ”Š'; } /* '\1f50a' */
.icon-volume-up-1:before { content: '\e82e'; } /* 'î ®' */
.icon-volume-up-2:before { content: '\e87b'; } /* 'î¡»' */
.icon-battery:before { content: 'ðŸ”‹'; } /* '\1f50b' */
.icon-search-1:before { content: '\e800'; } /* 'î €' */
.icon-search-4:before { content: '\e8e5'; } /* 'î£¥' */
.icon-search:before { content: 'ðŸ”'; } /* '\1f50d' */
.icon-search-5:before { content: '\e92a'; } /* 'î¤ª' */
.icon-search-2:before { content: '\e84b'; } /* 'î¡‹' */
.icon-key-2:before { content: '\e8e2'; } /* 'î£¢' */
.icon-key-3:before { content: '\e9fe'; } /* 'î§¾' */
.icon-key-inv:before { content: '\e896'; } /* 'î¢–' */
.icon-key:before { content: 'ðŸ”‘'; } /* '\1f511' */
.icon-lock:before { content: 'ðŸ”’'; } /* '\1f512' */
.icon-lock-1:before { content: '\e816'; } /* 'î –' */
.icon-lock-4:before { content: '\e8fb'; } /* 'î£»' */
.icon-lock-5:before { content: '\e944'; } /* 'î¥„' */
.icon-lock-2:before { content: '\e862'; } /* 'î¡¢' */
.icon-lock-open-3:before { content: '\e8fa'; } /* 'î£º' */
.icon-lock-open:before { content: 'ðŸ”“'; } /* '\1f513' */
.icon-lock-open-4:before { content: '\e948'; } /* 'î¥ˆ' */
.icon-lock-open-5:before { content: '\ea1a'; } /* 'î¨š' */
.icon-lock-open-1:before { content: '\e860'; } /* 'î¡ ' */
.icon-bell-2:before { content: '\e9e9'; } /* 'î§©' */
.icon-bell-1:before { content: '\e903'; } /* 'î¤ƒ' */
.icon-bell:before { content: 'ðŸ””'; } /* '\1f514' */
.icon-bookmark-1:before { content: '\e819'; } /* 'î ™' */
.icon-bookmark-2:before { content: '\e8aa'; } /* 'î¢ª' */
.icon-bookmark:before { content: 'ðŸ”–'; } /* '\1f516' */
.icon-link-5:before { content: '\ea22'; } /* 'î¨¢' */
.icon-link:before { content: 'ðŸ”—'; } /* '\1f517' */
.icon-link-2:before { content: '\e864'; } /* 'î¡¤' */
.icon-link-4:before { content: '\e945'; } /* 'î¥…' */
.icon-back:before { content: '\e706'; } /* 'îœ†' */
.icon-fire:before { content: 'ðŸ”¥'; } /* '\1f525' */
.icon-search-alt:before { content: 'ðŸ”Ž'; } /* '\1f50e' */
.icon-wrench-2:before { content: '\e90b'; } /* 'î¤‹' */
.icon-wrench-3:before { content: '\ea4e'; } /* 'î©Ž' */
.icon-wrench-1:before { content: '\e8c0'; } /* 'î£€' */
.icon-wrench:before { content: 'ðŸ”§'; } /* '\1f527' */
.icon-hammer:before { content: '\ea8c'; } /* 'îªŒ' */
.icon-chart-area:before { content: 'ðŸ”¾'; } /* '\1f53e' */
.icon-clock-alt:before { content: 'ðŸ•“'; } /* '\1f553' */
.icon-clock-4:before { content: '\e91a'; } /* 'î¤š' */
.icon-clock:before { content: 'ðŸ•”'; } /* '\1f554' */
.icon-clock-3:before { content: '\e8d2'; } /* 'î£’' */
.icon-clock-1:before { content: '\e82f'; } /* 'î ¯' */
.icon-clock-2:before { content: '\e87d'; } /* 'î¡½' */
.icon-clock-5:before { content: '\e950'; } /* 'î¥' */
.icon-rocket-1:before { content: '\eaed'; } /* 'î«­' */
.icon-truck:before { content: '\ea71'; } /* 'î©±' */
.icon-block-4:before { content: '\e94f'; } /* 'î¥' */
.icon-block-1:before { content: '\e830'; } /* 'î °' */
.icon-block:before { content: 'ðŸš«'; } /* '\1f6ab' */
.icon-block-2:before { content: '\e887'; } /* 'î¢‡' */
.icon-block-3:before { content: '\e8d1'; } /* 'î£‘' */
@charset "UTF-8";

.headline {font-weight:bold;}
.bg-secondary { background:#025095; position:relative; width: 100%;}
/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%; width: 100%;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

.block.one_fourth	{width: 25%;}
.one_fourth		{width: 23%;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
}




/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}






