/*
 | Copyright (C) 2011 by Vitaly Puzrin
 |
 | Permission is hereby granted, free of charge, to any person obtaining a copy
 | of this software and associated documentation files (the "Software"), to deal
 | in the Software without restriction, including without limitation the rights
 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | copies of the Software, and to permit persons to whom the Software is
 | furnished to do so, subject to the following conditions:
 |
 | The above copyright notice and this permission notice shall be included in
 | all copies or substantial portions of the Software.
 |
 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 | THE SOFTWARE.
 */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?69417275');
  src: url('font/fontello.eot?69417275#iefix') format('embedded-opentype'),
       url('font/fontello.woff?69417275') format('woff'),
       url('font/fontello.ttf?69417275') format('truetype'),
       url('font/fontello.svg?69417275#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?69417275#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* 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;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gps:before { content: '\e810'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e80c'; } /* '' */
.icon-star-empty:before { content: '\e80d'; } /* '' */
.icon-star-half:before { content: '\e80f'; } /* '' */
.icon-star-half-alt:before { content: '\e80e'; } /* '' */
.icon-menu:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-eye:before { content: '\e804'; } /* '' */
.icon-spin3:before { content: '\e80a'; } /* '' */
.icon-logout:before { content: '\e80b'; } /* '' */
.icon-left-open-big:before { content: '\e807'; } /* '' */
.icon-right-open-big:before { content: '\e806'; } /* '' */
.icon-resize-full-alt:before { content: '\e812'; } /* '' */
.icon-list:before { content: '\e800'; } /* '' */
.icon-grid:before { content: '\e803'; } /* '' */
.icon-info-circled-alt:before { content: '\e815'; } /* '' */
.icon-login:before { content: '\e805'; } /* '' */
.icon-back-arrow:before { content: '\e813'; } /* '' */
.icon-item-open:before { content: '\e811'; } /* '' */
.icon-download:before { content: '\e814'; } /* '' */



/*new Icon Add SVG*/

@font-face {
  font-family: "fontello-1";
  src:url("font/fontello-1.eot");
  src:url("font/fontello-1.eot?#iefix") format("embedded-opentype"),
    url("font/fontello-1.woff") format("woff"),
    url("font/fontello-1.ttf") format("truetype"),
    url("font/fontello-1.svg#fontello-1") format("svg");
    font-weight: normal;
    font-style: normal;
    }
.icon-angle-up:before {
  content: "\61";
    font-family: "fontello-1" !important ;
}
.icon-angle-down:before {
  content: "\62";
   font-family: "fontello-1" !important ;
}
.home:before {
  content: "\65";
   font-family: "fontello-1" !important ;
   font-size: 18px;
}