@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'fontello';
	 src: url('../font/fontello.eot?3029522#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?3029522') format('woff'),
       url('../font/fontello.ttf?3029522') format('truetype');
	font-weight: normal;
	font-style: normal;
}
icon[class^='icon-']:before, icon[class*=' icon-']:before {
	font-family: 'fontello';
	text-align: center;
	
	  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-right-open-1:before { content: '\30'; } /* '0' */
.icon-chat:before { content: '\31'; } /* '1' */
.icon-right-dir:before { content: '\32'; } /* '2' */
.icon-left-dir:before { content: '\33'; } /* '3' */
.icon-map:before { content: '\34'; } /* '4' */
.icon-mobile:before { content: '\35'; } /* '5' */
.icon-facebook:before { content: '\36'; } /* '6' */
.icon-twitter:before { content: '\37'; } /* '7' */
.icon-gplus:before { content: '\38'; } /* '8' */
.icon-line:before { content: '\39'; } /* '9' */
.icon-globe:before { content: '\61'; } /* 'a' */
.icon-mail-alt:before { content: '\62'; } /* 'b' */
.icon-mail:before { content: '\63'; } /* 'c' */
.icon-picture:before { content: '\64'; } /* 'd' */
.icon-home:before { content: '\65'; } /* 'e' */
.icon-phone:before { content: '\66'; } /* 'f' */
.icon-location:before { content: '\67'; } /* 'g' */
.icon-youtube:before { content: '\68'; } /* 'h' */
.icon-facebook-rect:before { content: '\69'; } /* 'i' */
.icon-user-circle-o:before { content: '\6a'; } /* 'j' */
.icon-phone-1:before { content: '\6b'; } /* 'k' */
.icon-phone-2:before { content: '\6d'; } /* 'm' */
.icon-mail-1:before { content: '\6e'; } /* 'n' */
.icon-users:before { content: '\6f'; } /* 'o' */
.icon-minus:before { content: '\70'; } /* 'p' */
.icon-cancel:before { content: '\71'; } /* 'q' */
.icon-menu:before { content: '\72'; } /* 'r' */
.icon-cancel-1:before { content: '\73'; } /* 's' */
.icon-minus-1:before { content: '\74'; } /* 't' */
.icon-plus:before { content: '\75'; } /* 'u' */
.icon-plus-1:before { content: '\76'; } /* 'v' */
.icon-left-open:before { content: '\77'; } /* 'w' */
.icon-right-open:before { content: '\78'; } /* 'x' */
.icon-menu-1:before { content: '\79'; } /* 'y' */
.icon-left-open-1:before { content: '\7a'; } /* 'z' */
.icon-pinterest-circled:before { content: '\e800'; } /* '' */