@charset "UTF-8";

/**
 * Font settings for the Auto1 font (RRU Brand Font)
 */

@font-face {
	font-family: 'Auto1';
	src: url('fonts/Auto1Regular.eot');
    src: url('fonts/Auto1Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1Regular.woff') format('woff'),
	     url('fonts/Auto1Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1';
	src: url('fonts/Auto1Light.eot');
    src: url('fonts/Auto1Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1Light.woff') format('woff'),
	     url('fonts/Auto1Light.otf') format('opentype');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1';
	src: url('fonts/Auto1Italic.eot');
    src: url('fonts/Auto1Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1Italic.woff') format('woff'),
	     url('fonts/Auto1Italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Auto1';
	src: url('fonts/Auto1Bold.eot');
    src: url('fonts/Auto1Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1Bold.woff') format('woff'),
	     url('fonts/Auto1Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1';
	src: url('fonts/Auto1BoldItalic.eot');
    src: url('fonts/Auto1BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1BoldItalic.woff') format('woff'),
	     url('fonts/Auto1BoldItalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Auto1 SmCp';
	src: url('fonts/Auto1LightSmCp.eot');
	src: url('fonts/Auto1LightSmCp.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1LightSmCp.woff') format('woff'),
	     url('fonts/Auto1LightSmCp.otf') format('opentype');
	font-weight: lighter;
	font-style: normal;
	text-transform: uppercase;
}

@font-face {
	font-family: 'Auto1 SmCp';
	src: url('fonts/Auto1RegularSmCp.eot');
	src: url('fonts/Auto1RegularSmCp.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1RegularSmCp.woff') format('woff'),
	     url('fonts/Auto1RegularSmCp.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

@font-face {
	font-family: 'Auto1 SmCp';
	src: url('fonts/Auto1BoldSmCp.eot');
	src: url('fonts/Auto1BoldSmCp.eot?#iefix') format('embedded-opentype'),
         url('fonts/Auto1BoldSmCp.woff') format('woff'),
	     url('fonts/Auto1BoldSmCp.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

@font-face {
  font-family: 'rru-layout-icons';
  src:url('fonts/rru-layout-icons.eot?-r6kaar');
  src:url('fonts/rru-layout-icons.eot?#iefix-r6kaar') format('embedded-opentype'),
    url('fonts/rru-layout-icons.woff?-r6kaar') format('woff'),
    url('fonts/rru-layout-icons.ttf?-r6kaar') format('truetype'),
    url('fonts/rru-layout-icons.svg?-r6kaar#rru-layout-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="layout-"], [class*=" layout-"] {
  font-family: 'rru-layout-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.layout-popup-pointer:before {
  content: "\e600";
}

