
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);


@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/HelveticaNeueLight.woff') format('woff'), /* Modern Browsers */
       url('fonts/HelveticaNeueLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/HelveticaNeueLight.svg#7384ecabcada72f0e077cd45d8e1c705') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueMedium.eot'); /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/HelveticaNeueMedium.woff') format('woff'), /* Modern Browsers */
       url('fonts/HelveticaNeueMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/HelveticaNeueMedium.svg#d7af0fd9278f330eed98b60dddea7bd6') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueUltraLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueUltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/HelveticaNeueUltraLight.woff') format('woff'), /* Modern Browsers */
       url('fonts/HelveticaNeueUltraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/HelveticaNeueUltraLight.svg#9453ea8da727d260bcdbfa605bdbb5d2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  100;
}


@font-face {
  font-family: 'font_icons';
  src: url('fonts/font_icons.eot?30063035');
  src: url('fonts/font_icons.eot?30063035#iefix') format('embedded-opentype'),
       url('fonts/font_icons.woff?30063035') format('woff'),
       url('fonts/font_icons.ttf?30063035') format('truetype'),
       url('fonts/font_icons.svg?30063035#font_icons') 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: 'font_icons';
    src: url('../font/font_icons.svg?30063035#font_icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "font_icons";
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-instagramm:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e803'; } /* '' */
.icon-linkedin:before { content: '\e804'; } /* '' */
.icon-pinterest-circled:before { content: '\e805'; } /* '' */
.icon-share:before { content: '\e806'; } /* '' */
.icon-mail-alt:before { content: '\e807'; } /* '' */
.icon-print:before { content: '\e808'; } /* '' */
.icon-floppy:before { content: '\e809'; } /* '' */
.icon-phone:before { content: '\e80a'; } /* '' */
.icon-mobile:before { content: '\e80b'; } /* '' */
.icon-play:before { content: '\e80c'; } /* '' */
.icon-wifi:before { content: '\e80d'; } /* '' */