@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover{
	text-decoration:none;
}

body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:12px;
	font-family:'open sans';
}

html{
	overflow-y:scroll;
}

div, input, label, a, select, ul, li{
	box-sizing:border-box;
}

@font-face {
	font-family: 'kelvet';
	src: url('/res/font/kelvetica/KelveticaNobis.eot') format('eot');
	src: url('/res/font/kelvetica/KelveticaNobis.eot?#iefix') format('embedded-opentype'),
		url('/res/font/kelvetica/KelveticaNobis.woff') format('woff'),
		url('/res/font/kelvetica/KelveticaNobis.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'kelvet';
	src: url('/res/font/kelvetica/KelveticaNobis.eot') format('eot');
	src: url('/res/font/kelvetica/KelveticaNobis.eot?#iefix') format('embedded-opentype'),
		url('/res/font/kelvetica/KelveticaNobis.woff') format('woff'),
		url('/res/font/kelvetica/KelveticaNobis.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
  font-family: "HelveticaNeueLTPro-UltLt";

  src: url("/res/font/helvetica/HelveticaNeueLTPro-UltLt.otf") format("opentype"), /* Open Type Font */
    url("/res/font/helvetica/HelveticaNeueLTPro-UltLt.svg") format("svg"), /* Legacy iOS */
    url("/res/font/helvetica/HelveticaNeueLTPro-UltLt.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/res/font/helvetica/HelveticaNeueLTPro-UltLt.woff") format("woff"), /* Modern Browsers */
    url("/res/font/helvetica/HelveticaNeueLTPro-UltLt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Md';
  src: url('/res/font/helvetica/HelveticaNeueLTPro-Md.eot');
  src: url('/res/font/helvetica/HelveticaNeueLTPro-Md.woff2') format('woff2'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Md.woff') format('woff'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Md.ttf') format('truetype'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md') format('svg'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Th';
  src: url('/res/font/helvetica/HelveticaNeueLTPro-Th.eot');
  src: url('/res/font/helvetica/HelveticaNeueLTPro-Th.woff2') format('woff2'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Th.woff') format('woff'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Th.ttf') format('truetype'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Th.svg#HelveticaNeueLTPro-Th') format('svg'),
       url('/res/font/helvetica/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


*{
	font-family: 'HelveticaNeueLTPro-Md','HelveticaNeueLTPro-UltLt','kelvet',helvetica neue,aktiv-grotesk-std,helvetica,arial,freesans,liberation sans,numbus sans l,sans-serif;
}

.clear{
	clear:both;
}

.fl{float:left;}

.fr{float:right;}