@font-face {
  font-family: 'controls';
  src: url('font/controls.eot?55443527');
  src: url('font/controls.eot?55443527#iefix') format('embedded-opentype'),
       url('font/controls.woff?55443527') format('woff'),
       url('font/controls.ttf?55443527') format('truetype'),
       url('font/controls.svg?55443527#controls') 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: 'controls';
    src: url('font/controls.svg?55443527#controls') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "controls";
  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-next-thin:before { content: '\e80a'; font-weight:bold; text-decoration:none; font-size:22pt;} /* '' */
.icon-next-menu:before { content: '\e80a'; font-size:10pt;font-weight:bold; margin-left:5px; vertical-align:middle; text-decoration:none;} /* '' */
.icon-next-menu2:before { content: '\e80a'; font-size:10pt; margin-left:5px; vertical-align:middle; text-decoration:none;} /* '' */
.icon-up:before { content: '\e808'; } /* '' */
.icon-close-thin:before { content: '\e80b'; font-weight:bold } /* '' */
.icon-close-thin2:before { content: '\e80b'; font-weight:bold } /* '' */
.icon-up-thin:before { content: '\e80c'; font-size:10pt; text-align:center; padding:0 12px 0 0;} /* '' */
.icon-down-thin:before { content: '\e80d'; font-size:10pt;text-align:center; padding:30px 12px 0 0;} /* '' */
.icon-close:before { content: '\e803'; } /* '' */
.icon-more:before { content: '\e804'; } /* '' */
.icon-prev-thin:before { content: '\e809'; font-weight:bold; font-size:22pt;} /* '' */
.icon-info:before { content: '\e806'; } /* '' */
.icon-menu:before { content: '\e802'; } /* '' */
.icon-menu-mobile:before { content: '\e802'; font-weight:100; font-weight:lighter;} /* '' */
.icon-down:before { content: '\e807'; } /* '' */
.icon-previous:before { content: '\e800'; } /* '' */
.icon-next:before { content: '\e801'; } /* '' */
.icon-info2:before { content: '\e805'; } /* '' */

/* -- media queries for font sizes when you go full screen */
@media screen and (min-width: 1500px) {


/* -- page 11  aka page 8*/
.icon-next-menu2:before { content: '\e80a'; font-size:10pt; font-weight:bold; margin-left:10px; vertical-align:middle;} /* '' */
  
}