@charset "utf-8";

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
}
body {
	background: #FFF no-repeat center top;
	color: #322f30;
	font-size: 1em; line-height: 1.7;
    margin: 0;
}

::selection {
	background: #d7ac6e;
	color: white; text-shadow: none;
}

/* Links */

a {
	color: #d7ac6e;
	text-decoration: none;
}
a:hover { color: #030a09; }
a:focus { outline: none; }
a:active, a:hover { outline: none; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #d7ac6e; border-radius: 1px;
	border: 0!important;
	color: white; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px!important;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { 
	background: #030a09;
	color: #fff;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%; max-width: 980px;
}

/* CONTENT */
#mobileheader, #footer { padding-top: 0.5em; padding-bottom: 0.5em; }
#showhide span, #footer a, a.button, button, input[type="submit"], input[type="button"] { 
	transition: background 0.3s linear, color 0.3s linear;
	-moz-transition: background 0.3s linear, color 0.3s linear;
	-webkit-transition: background 0.3s linear, color 0.3s linear;
	-o-transition: background 0.3s linear, color 0.3s linear;
}
#mobileheader, #logo .logo { transition: top 0.5s ease-in-out; -webkit-transition: top 0.5s ease-in-out; -moz-transition: top 0.5s ease-in-out; -o-transition: top 0.5s ease-in-out; }
#mobileheader {
	background: #d7ac6e;
	display: table;
	position: fixed; top: 0; left: 0; right: 0; z-index: 5;
	width: 100%;
}
#header.hide #mobileheader, #header.hide #logo .logo { top: -60px; }
#showhide {	z-index: 2; }
#showhide span {
	background: #fff;
	color: #d7ac6e;
	display: inline-block!important;
	height: 44px;
	font-size: 1.5em;
	line-height: 44px;
	text-align: center; text-indent: 2px; 
	vertical-align: middle;
	width: 44px;
}
#showhide span:hover { 
	background: #030a09;
	color: #fff;
	cursor: pointer;
}
body.showmobilemenu #logo .bg, body.showmobilemenu #logo .slogancontent, body.showmobilemenu #main, body.showmobilemenu #aside, body.showmobilemenu #footer { display: none; }

#logo {
	margin-top: 60px;
	padding: 0;
	position: relative;
}
#logo:after {
	background: #FFF;
	content: '';
	position: absolute; top: 0; left: -50px; right: 100%; bottom: 0; z-index: 3;
}
#logo img { width: 100%; height: auto; vertical-align: middle; }
#logo .logo {
	position: fixed; top: -4px; right: 7px; z-index: 5;
	width: 126px;
}
#logo .logo .logo_desktop { display: none; }
#logo .slogan:after, #logo .slogan:before, #logo .bgborder:before, #logo .bgborder:after { transform: skew(-20deg); -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -o-transform: skew(-20deg); }
#logo .slogancontent { position: absolute; bottom: 20%; left: 20px; z-index: 2; }
#logo .bgborder:before, #logo .bgborder:after {
	border: thin solid #030a09;
	border-radius: 5px;
	content: '';
}
#logo .bgborder:before { position: absolute; top: -15px; left: -30px; right: -30px; bottom: 0px; }
#logo .bgborder:after {	position: absolute; bottom: -15px; left: -30px; right: -12px; top: -5px; }
#logo .slogan:after {
	background: #030a09;
	content: '';
	position: absolute; top: -10px; left: -30px; right: 47px; bottom: -10px;
} 
#logo .slogan:before {
	background: #fff;
	/*border: thin solid #c0c0c2;*/
	border-radius: 5px;
	content: '';
	position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px;
}
#logo .text {
	color: #fff;
	font-size: 100%; font-weight: 600;
	position: relative; z-index: 2;
}
#logo .year {
	display: inline-block;
	color: #d7ac6e;
	margin-left: 10px;
}


#nav {
	position: fixed; left: -780px; top: 60px; bottom: 0; z-index: 2;
	transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; -moz-transition: left 0.5s ease-in-out; -o-transition: left 0.5s ease-in-out;
	width: 100%;
}
#nav > div {
	background: #fff;
	height: 100%;
	overflow: auto;
}
#nav ul {
	border-top: 6px solid #030a09;
	width: 100%;
}
body #nav.mobilemenu { left: 0; }
#nav ul a {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #322f30;
	display: block;
	padding: 0.5em 15px;
	transition: background 0.3s linear 0.1s, color 0.3s linear 0.1s;
	-moz-transition: background 0.3s linear 0.1s, color 0.3s linear 0.1s;
	-webkit-transition: background 0.3s linear 0.1s, color 0.3s linear 0.1s;
	-o-transition: background 0.3s linear 0.1s, color 0.3s linear 0.1s;
	width: 100%;
}
#nav ul li.active a, #nav ul a:hover {
	background: #d7ac6e;
	color: #fff;
}

/* MAIN CONTENT */
#main {
	background: #fff;
	border-left: 1px solid #d7ac6e; border-right: 1px solid #d7ac6e;
	padding-top: 3em; padding-bottom: 3em; 
}
#article h1 {
	margin-top: 0;
	text-transform: uppercase;
}
#article .important { 
	color: #d7ac6e;
	line-height: 140%;
	font-size: 1.4em; font-weight: 600;
}
#article .highlight { font-size: 1.5em; }
#article .important .highlight { color: #322f30; }

#article a {
	color: #322f30;
	text-decoration: underline;
}
#article a:hover { color: #d7ac6e; }

#footer {
	background: #d7ac6e;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	clear: both;
	font-size: 0.8em;
	overflow: auto;
}
#footer, #footer a, #footer span { color: #fff; }
#footer a:hover, #footer a.active { color: #030a09; }
#copyright { float: left;}
#languageselect { float: right; }

@media screen and (min-width: 780px) {
	.wrapper { padding-left: 30px; padding-right: 30px; }
	#logo { margin-top: 43px; }
	#logo .logo {
		position: absolute; top: 20px!important; left: 20px; right: 0; z-index: 2!important;
		transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;
		width: 30%; max-width: 200px;
	}
	#logo .logo .logo_desktop { display: block; }
	#logo .logo .logo_mobile { display: none; }
	#logo .slogancontent { bottom: 45px; }
	#logo .text { font-size: 130%; }
	#logo .slogan:after { right: 57px; }
	#mobileheader { display: none; }
	#nav, #nav > div > div { 
		transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;
		position: relative; top: 0; left: 0; right: 0;
	}
	#nav > div { background: transparent; }
	#nav > div > div ul {
		display: block;
		margin: 0 auto;
		width: 100%; max-width: 980px;
		z-index: 5;
	}
	#nav ul {
		background: #d7ac6e;
		border-top: none;
		clear: both;
		overflow: auto;
	}
	#nav div.mainnav { position: fixed; }
	#nav div.mainnav ul li { padding: 0.5em 30px; }
	#nav div.mainnav ul a {
		border-bottom: 1px solid transparent;
		color: #fff;
		padding: 0;
		transition: border-bottom-color 0.5s ease-in-out 0.1s; -webkit-transition: border-bottom-color 0.5s ease-in-out 0.1s; -moz-transition: border-bottom-color 0.5s ease-in-out 0.1s; -o-transition: border-bottom-color 0.5s ease-in-out 0.1s;
	}
	#nav div.mainnav ul li:hover a, #nav div.mainnav ul li.active a {
		border-bottom-color: #fff;
	}
	#nav li {
		display: inline-block;
		float: left;
		margin-right: 0.4em;
		width: auto;
	}
	#nav .usrarea ul { 
		background: #fff;
		box-sizing: border-box;
		border-bottom: 6px solid #030a09; border-left: 1px solid #d7ac6e; border-right: 1px solid #d7ac6e;
	}
	#nav .usrarea.docked { position: fixed; top: 43px; }
	#logo.mb { margin-bottom: 49px; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}