.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clf{
	display: inline-block;
}
/* start commented backslash hack \*/

* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* close commented backslash hack */

.boxed *{box-sizing: border-box}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
	box-sizing: border-box;
}
a,
img,
a img,
form,
fieldset,
abbr,
acronym,
object,
table {
	border: none;
}
q {
	quotes: "" "";
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
a,
a:hover,
a:visited {
	color: inherit;
}
input[type=submit],
a:hover {
	cursor: pointer;
}

input {
	border-radius: 0;
}

a abbr,
a acronym {
	text-decoration: underline;
}
p,
label {
	line-height: 1.1;
}
blockquote {
	padding: 5px;
	margin: 5px 15px 5px 15px;
	background: #EBEBEB;
}
strong,
b {
	font-weight: bold;
}
strong.uppercase {
	font-weight: normal;
	text-transform: uppercase;
}
em,
i {
	font-style: italic;
}
a.link-image {
	font-size: 0;
}

a.library-link{
	margin-bottom: 5px;
	display: block;
}

a.link-image img {
	font-size: 12pt;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.image-left {
	float: left;
	margin: 10px;
}
.image-right {
	float: right;
	margin: 10px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #FBFBFB;
	color: black;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	line-height: 1;
	height: 99%;
}
#main {
	min-height: 100%;
	width: 900px;
	margin: auto;
	position: relative;
}
* html #main {
	height: 100%;
	z-index: 2;
}
#top {
	position: relative;
	height: 102px;
	width: 900px;
}
h1 {
	margin: 1px 0 0 0;
	height: 102px;
	width: 900px;
	color: #093E68;
	font-style: italic;
	font-size: 20px;
	text-align: right;
	position: relative;
}
h1 a {
	display: block;
	height: 102px;
	width: 900px;
	color: #093E68;
}
h1 img {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 10px;
	display: block;
	font-style: normal;
	text-align: left;
	color: #093E68;
	max-width: 900px;
}
#tagline {
	margin-right: 1px
}
#languages {
	padding: 5px;
	text-align: right;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	font-size: 0.77em;
	right: 0;
	bottom: 0;
	color: #162B4B;
	font-weight: bold;
}
/*
#languages li {
  padding:1px 0 1px 0;
}
*/

#languages li {
	padding: 0;
	margin-bottom: 5px;
}
#languages li.language-en {
	letter-spacing: 1px;
	/* margin:0 -1px 0 0; */
}
#languages a {
	font-weight: normal;
	color: #162B4B;
}
#left-column {
	position: relative;
	float: left;
	top: 15px;
}
.menu {
	margin: -1px 0 0 -1px;
	padding: 0 0 0 1px;
}
.menu ul.menu-sections {
	margin-bottom: 15px;
	/* border-top:1px solid #222B56;*/
}
.menu li {
	margin: 0px 0px 0px 0px;
}
.menu a,
.menu span {
	display: table-cell;
	vertical-align: middle;
	width: 185px;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.77em;
	padding: 4px 0px 4px 1px;
	border-bottom: 1px solid #222B56;
	color: #485d7c;
}
* html .menu a,
* html .menu span {
	display: block;
}
.sub-menu {
	padding-bottom: 2px;
}
.sub-menu li {
	text-align: center;
	list-style: none;
	margin: 0 0 0 9px;
	font-size: 0px;
}
* html .sub-menu {
	margin-top: -3px;
}
.sub-menu a,
.sub-menu span {
	width: 167px;
	padding: 3px 5px;
	text-transform: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	border-top: none;
	color: #42659D;
}
.menu a:hover,
.menu a:focus,
.sub-menu a:hover,
.sub-menu a:focus {
	outline: none;
	color: #000;
	background: #F5F5F5;
}
.menu span {
	background-color: #E7E7E7;
	color: #494949;
}
.menu span:hover {
	cursor: default;
}
.address {
	display: block;
	margin: 20px 5px 0 0;
	padding: 20px 15px 0 0;
	font-size: 0.74em;
	color: #A9AEB6;
	font-weight: normal;
	line-height: 1.3;
}
.address a {
	color: #A9AEB6;
}
.address strong {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: inherit;
}
#footer {
	clear: both;
	display: block;
	position: relative;
	width: 894px;
	margin: -22px auto 0 auto;
	height: 22px;
	text-align: center;
	color: #444;
	font-size: 0.71em;
	padding: 5px 0 0 0;
	font-style: normal;
	border-top: 1px solid #DDD;
}
#footer a {
	color: #444;
	font-weight: bold;
}
#footer a:hover {
	color: #777;
}
.signature,
.signature a {
	font-style: italic;
}
.gadget * {
	border: none !important;
}
.gadget .powered,
.gadget a {
	display: none;
}
.max-139 {
	max-width: 139px;
}
#form-rss li input {
	margin-left: 5px;
}

#tools a.facebook{
	font-family: helvetica, arial, sans-serif;
	background: #4C69BA;
	background: -webkit-gradient(linear, center top, center bottom, from(#4C69BA), to(#3B55A0));
	background: -webkit-linear-gradient(#4C69BA, #3B55A0);
	text-shadow: 0 -1px 0 #354C8C;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 2px;
	padding: 3px;
	color: #fff;
}

#tools a.facebook:hover, #tools a.facebook:focus {
	background: #5B7BD5;
	background: -webkit-gradient(linear, center top, center bottom, from(#5B7BD5), to(#4864B1));
	background: -webkit-linear-gradient(#5B7BD5, #4864B1);
	border-color: #5874C3 #4961A8 #41599F;
	-webkit-box-shadow: inset 0 0 1px #607FD6;
	color: #fff;
}

svg.icon-facebook {
	width: 18px;
	height: 18px;
	fill: #FFF;
	margin-right: 5px;
}

#tools a.facebook span{
	line-height: 1em;
	vertical-align: top;
	margin-top: 4px;
	display: inline-block;
}

form.contactform label.info-maniak{
	display: none;
}

.book-list-mobile{
	clear: both;
}

#invest img{
	max-width: 135px;
}

.page .table-normalized{
	font-size: 1em;
	padding: 0;
}

.page .table-normalized td{
	vertical-align: top;
	width: 50%;
}