/* =Reset
-------------------------------------------------------------- */

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,
b, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.375;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}
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;
}
p	{
		-webkit-hyphens: auto;
	hyphens:auto;
}


/* =Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'Vegur';
	src: url('/media/fonts/vegur-regular.eot');
	src: url('/media/fonts/vegur-regular.eot?#iefix') format('embedded-opentype'),
		url('/media/fonts/vegur-regular.woff') format('woff'),
		url('/media/fonts/vegur-regular.ttf') format('truetype'),
		url('/media/fonts/vegur-regular.svg#VegurRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Vegur';
	src: url('/media/fonts/vegur-bold.eot');
	src: url('/media/fonts/vegur-bold.eot?#iefix') format('embedded-opentype'),
		url('/media/fonts/vegur-bold.woff') format('woff'),
		url('/media/fonts/vegur-bold.ttf') format('truetype'),
		url('/media/fonts/vegur-bold.svg#VegurBold') format('svg');
	font-weight: bold;
	font-style: normal;
}


/* =Structure
-------------------------------------------------------------- */

html, body  {
	font-size: 14px;
}
#wrapper  {
	padding: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: auto;
	position: relative;
}
nav	{
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}
#content	{
	display: block;
	position: relative;
	background-color: transparent;
}

/* =Navigation
-------------------------------------------------------------- */

#logo  {
	position: relative;
	height: 20px;
	width: 67px;
	background: transparent;
}
#logo a	{
	background: url(/media/logosmall.png) no-repeat ;
	display: inline-block;
	height: 20px;
	width: 67px;
	text-indent: -9999px;
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#logo a:hover	{
	opacity: .75;
}
nav > ul	{
	position: relative;
	display: inline-block; 
	list-style: none;  
}
nav > ul > li	{
	margin-right: 20px;   
	display: inline;   
}
nav > ul > li:last-child	{
	margin-right: 0;     
}
nav > ul > li > a	{  
	font: bold 18px Vegur, Helvetica, Arial, sans-serif;
	text-decoration: none;
		-webkit-transition: .3s ease; 
		-moz-transition: .3s ease; 
	transition: .3s ease;
} 
nav > ul > li > a:visited,
nav > ul > li > a:link	{  
	color: #000;
}   
nav > ul > li > a:hover	{  
	color: #8b92be;
}  
nav > ul > li > a:active	{  
	color: #777da5;
} 
/*Main Headers*/
header	{
	position: relative;
	margin: 0 0 13px 0;
}

/* =Buttons
-------------------------------------------------------------- */

#mask  {
	display: none;
}
#info-button  {
	opacity: .6;
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: absolute;
	right: 0px;
	top: 32px;
	width: 16px;
	height: 17px;
}
#info-button:hover {
	opacity: 1;
}
#info-button a  {
	background: url(media/infobutton.png) no-repeat 0% 0px;
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background-size: cover;
}

/* =Text Styles
-------------------------------------------------------------- */

p  {
	font-size: 12px;
	text-align: left;
	letter-spacing: .5px; 
	margin:0 0 16px 2px;
}
a:link {
	color: #333;
}
a:visited {
	color: #8b92be;
}
a:hover	{  
	color: #8b92be;
}  
a:active	{  
	color: #777da5;
} 
.s1 {
	font-size: 10.5px;
	line-height: 18px;
	color: #000118;
}
.s1a {
	font-size: 10px;
	color: #494949;
	line-height: 24px;
}
.s2 {
	font-size: 11px;
	line-height: 18px;
	color: #000118;
}
.r1 {
	font-size: 12px;
	margin: 0px;
	text-align: left;
	color: #242424;
	letter-spacing: .5px;
}
h1	{
	font: 36px Vegur, Helvetica, Arial, sans-serif;
	letter-spacing: 8px;
	display: block;
	font-weight: normal;
	margin: 0;
	text-transform: lowercase;
}
h1.oversized{
	font-size: 36px;
}
h2:first-of-type	{
	margin: 0;
}
h2 {
	font-size: 12px;
	margin: 16px 0 0 0;
	font-weight: bold;
	text-align: left;
	color: #242424;
	letter-spacing: .5px;
}
h1+h2 {
	font: 16px Vegur, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h3 {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0px;
	text-align: left;
	color: #555;
	background-color: #e9ecff;
	letter-spacing: .5px;
}
h3.update {
	opacity: .5;
}
/*Images*/
img.floatleft { 
	float: left; 
	margin: 4px; 
}
img.floatright { 
	float: right;
	margin: 4px; 
}
img	{
	border: none;
}


@media print {

}

@media only screen and (min-width: 769px)	{
	#logo  {
		display: inline-block;
		position: relative;
		height: 128px;
		width: 104px;
	}
	#logo a	{
		background: url(/media/logo.png) no-repeat ;
		display: block;
		height: 100%;
		width: 100%;
		text-indent: -9999px;
			-webkit-transition: opacity .3s ease;
			-moz-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	#mask  {
		background: url(/media/mask.png) no-repeat;
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		overflow: hidden;
		width:  130px;
		height: 174px;
		z-index: 9999;
	}
	#wrapper  {
		margin: 0 auto;
		padding: 40px;
		width: 800px;
		height: auto;
		position: relative;
	}
	nav	{
		display: inline-block;
		position: relative;
		width: 14%;
		height: 500px;
		margin: 0px 5% 0 0;
		padding-right: 5%;
		vertical-align: top;
		border-right: 1px solid #DDD;
		border-bottom: none;
		float: left;
	}
	#content	{
		width: 75%;
		float: right;
		display: inline-block;
		position: relative;
		background-color: transparent;
	}
	nav > ul	{
		position: relative;
		display: block;
		margin-top: 16px;  
		list-style: none;  
	}
	nav > ul > li	{   
		margin: 0 0 7px 0;
		display: block;  
	}
	
	#logo a	{
		background: url(/media/logo.png) no-repeat ;
		display: block;
		background-size: cover;
		height: 100%;
		width: 100%;
		text-indent: -9999px;
			-webkit-transition: opacity .3s ease;
			-moz-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
}
@media only screen and (min-width: 1100px)	{
	#wrapper  {
		width: 900px;
	}
	nav	{
		width: 14%;
	}
	#content	{
		width: 76%;
	}

}
@media only screen and (min-width: 1300px)	{
	#wrapper  {
		width: 1100px;
	}
	nav	{
		display: inline-block;
		position: relative;
		width: 14%;
		height: 500px;
		margin: 0px 4% 0 0;
		padding-right: 4%;
		vertical-align: top;
		border-right: 1px solid #DDD;
		border-bottom: none;
		float: left;
	}
	#content	{
		width: 76%;
		float: right;
		display: inline-block;
		position: relative;
		background-color: transparent;
	}

}
@media only screen and (max-width: 712px)	{


}
