@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?92435773');
  src: url('../font/fontello.eot?92435773#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?92435773') format('woff'),
       url('../font/fontello.ttf?92435773') format('truetype'),
       url('../font/fontello.svg?92435773#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?88775476#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 .search_form:after,
 .es-nav-next:before,
 .es-nav-prev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  width: 1em;
  margin-right: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#navigation_row [class^="icon-"]:before, 
#navigation_row [class*=" icon-"]:before,
#sidebar_row [class^="icon-"]:before, 
#sidebar_row [class*=" icon-"]:before  {
  font-size: 25px;
  color: #e93d2f;
  line-height: 10px;
  margin: 0 0 8px;
}

#navigation_row [class^="icon-"]:before, 
#navigation_row [class*=" icon-"]:before {
  font-size: 30px;
  margin: 6px 0px 10px -1px;
}

#sidebar_row [class^="icon-"]:before, 
#sidebar_row [class*=" icon-"]:before {
  display: inline-block;
    *display: inline;
    zoom:1;
  vertical-align: middle;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
 
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-up-open:before { content: '\e801'; } /* '' */
.icon-menu:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-left:before { content: '\e804'; } /* '' */
.icon-right:before { content: '\e805'; } /* '' */
.icon-email:before { content: '\e806'; } /* '' */
.icon-twitter:before { content: '\e807'; } /* '' */
.icon-facebook:before { content: '\e808'; } /* '' */
.icon-gplus:before { content: '\e809'; } /* '' */
.icon-list:before { content: '\e80b'; } /* '' */
.icon-linkedin:before { content: '\e80a'; } /* '' */
.icon-search:before { content: '\e80c'; } /* '' */
.icon-plus:before { content: '\e80d'; } /* '' */
.icon-minus:before { content: '\e80e'; } /* '' */

#fLists .thumb:after {
  content: '\e80b';
}

.icon-search:before {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 22px;
  line-height: 22px;
  color: #7a808e;
  z-index: 1;
}

.sidebar .icon-search:before {
  font-size: 19px;
  line-height: 19px;
  top: 12px;
  right: 12px;
}

.social_sharing a:before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  color: #000000;
  z-index: 3;
}

.es-nav-prev:before { content: '\e804'; color: #000000;} 
.es-nav-next:before { content: '\e805'; color: #000000;} 

.es-nav-next,
.es-nav-prev {
  color: transparent;
  display: inline-block;
    *display: inline;
    zoom: 1;
}




