[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon', 'open sans', arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display:block;
	text-align: center;
}

.icon-exit:before {
    content: "\e900";
}

.icon-enter:before {
    content: "\e901";
}

.icon-cancel:before {
    content: "\e04e";
}

.icon-play:before {
    content: "\e05d";
}

.icon-ok:before {
    content: "\e070";
}

.icon-list:before {
    content: "\e080";
}

.icon-right-open:before {
    content: "\e0cc";
}

.icon-left-open:before {
    content: "\e0cd";
}

.icon-cog:before {
    content: "\e109";
}

.icon-info:before {
    content: "\e800";
}

.icon-right-circle:before {
    content: "\e801";
}

.icon-left-circle:before {
    content: "\e802";
}

.icon-ok-circle:before {
    content: "\e803";
}

.icon-print:before {
    content: "\e804";
}

.icon-help-1:before {
    content: "\e805";
}

.icon-menu-1:before {
    content: "\e806";
}

.icon-menu:before {
    content: "\e807";
}

.icon-ok-circled:before {
    content: "\e808";
}

.icon-up-open:before {
    content: "\e809";
}

.icon-down-open-1:before {
    content: "\e80a";
}

.icon-down-open:before {
    content: "\e80b";
}

.icon-up-open-1:before {
    content: "\e80c";
}

.icon-cancel-circled:before {
    content: "\e80d";
}

.icon-ok-circled-1:before {
    content: "\e80e";
}

.icon-cancel-circled-1:before {
    content: "\e80f";
}

.icon-attention:before {
    content: "\e810";
}

.icon-help-circled:before {
    content: "\e811";
}

.icon-info-circled:before {
    content: "\e812";
}

.icon-plus:before {
    content: "\e813";
}

.icon-minus:before {
    content: "\e814";
}

.icon-plus-1:before {
    content: "\e815";
}

.icon-minus-1:before {
    content: "\e816";
}

.icon-comment:before {
    content: "\e817";
}

.icon-videocam:before {
    content: "\e818";
}

.icon-chat:before {
    content: "\e819";
}

.icon-phone:before {
    content: "\e81a";
}

.icon-rss:before {
    content: "\e81b";
}

.icon-trash:before {
    content: "\e81c";
}

.icon-facebook:before {
    content: "\e81d";
}

.icon-twitter:before {
    content: "\e81e";
}

.icon-youtube:before {
    content: "\e81f";
}

.icon-gplus:before {
    content: "\e820";
}

.icon-instagramm:before {
    content: "\e821";
}

.icon-file-pdf:before {
    content: "\e822";
}

.icon-play-1:before {
    content: "\e823";
}

.icon-fast-fw:before {
    content: "\e824";
}

.icon-fast-bw:before {
    content: "\e825";
}

.icon-download-alt:before {
    content: "\e826";
}

.icon-search:before {
    content: "\e827";
}

.icon-email:before {
    content: "\e828";
}

.icon-volume-off:before {
    content: "\e829";
}

.icon-volume-up:before {
    content: "\e82a";
}

.icon-sort:before {
    content: "\e82b";
}

.icon-sort-down:before {
    content: "\e82c";
}

.icon-sort-up:before {
    content: "\e82d";
}

.icon-block:before {
    content: "\e82e";
}

.icon-youtube-play:before {
    content: "\e82f";
}

.icon-search-1:before {
    content: "\e830";
}

.icon-user:before {
    content: "\e831";
}

.icon-basket:before {
    content: "\e832";
}

.icon-right-dir:before {
    content: "\e833";
}

.icon-search-2:before {
    content: "\e834";
}

.icon-down-dir:before {
    content: "\e835";
}

.icon-cancel-1:before {
    content: "\e836";
}

.icon-down:before {
    content: "\e837";
}

span.icon2-text:before {
    font-family: 'open sans', arial, sans-serif !important;
    opacity: 1;
    transition: opacity .5s;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-align: center;
}

#buttons-container [class^="icon-"]:before, #buttons-container [class*=" icon-"]:before{     
  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); */

}