/*
 * Jelly Visuals
 * Copyright 2014, Michel Ligtenbarg
 * www.jellyvis.com
 */
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 {
	font-size: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}
* {
	*behavior: url('../htc/boxsizing.htc') url('../htc/iepngfix.htc');
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;f
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	cursor: default;
}
:focus {
	outline: 0;
	border: none;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 0 !important;
}
body {
	font-family: Calibri, 'Open Sans Regular', sans-serif;
	color: #666;
	font-size: 62.5%;
	background: #fff;
	overflow: hidden !important;
}
strong, b {
	font-family: Calibri, 'Open Sans Bold', sans-serif;
	font-weight: bold;
}
ul {
	list-style: none;
}
ol {
	font-size: 10px;
	line-height: 18px;
	counter-reset: item;
	margin-left: 30px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 18px;
}
ol ol {
	padding-left: 15px;
	margin-left: 0;
}
ol strong, ol ol strong {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
ol li {
	display: block;
	padding: 10px 0;
	list-style-position: outside;
}
ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	margin-left: -30px;
	width: 15px;
	display: inline-block;
}
ol ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	margin-left: -30px;
	width: 30px;
	display: inline-block;
}
blockquote, q {
	quotes: none;
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear: both;
}

img {
	display: block;
}
a, a span, a:link, a:visited {
	color: #666 !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active, a span:hover {
	color: #009EE6;
	text-decoration: underline;
}
#language a, .bottomright a, #language a:link, .bottomright a:link, #language a:visited, .bottomright a:visited {
	color: #666;
	text-decoration: none;
}
#language a:hover, #language a:active, .bottomright a:hover, .bottomright a:active {
	color: #009EE6;
}
p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}
.column p {
	/*text-align: justify;*/
}
/*
 .first:first-letter {
 font-size: 20px;
 padding-right: 1px;
 }
 */
.second {
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.container {
	min-width: 1000px;
	width: 100% !important;
	width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
}
#content .container {
	padding: 0;
}
.pagelink {
	display: block;
	position: relative;
	top: -170px;
	visibility: hidden;
}
#top {
	position: fixed;
	display: block;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #ffffff;
	/*border-bottom: 1px solid #ccc;*/

	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7 */
	filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=180, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
}
#content {
	position: relative;
	display: block;
	z-index: 997;
	width: 100%;
	margin-top: 139px;
}
#footer {
	position: fixed;
	display: block;
	z-index: 999;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 42px;
	background: #ffffff;
	border-bottom: 9px solid #009EE6;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7 */
	filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=0, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
}
#logo, #language {
	display: block;
	color: #666;
	font-size: 11px;
}
#logo img {
	border: 2px solid #b9b8b8;
	cursor: pointer;
}
#logo {
	margin: 16px 40px 0 0;
	float: left;
	text-align: left;
	cursor: pointer;
}
#language {
	padding: 105px 0 0 0;
	float: right;
	text-align: right;
	width: 75px;
	text-transform: uppercase;
}
.bottomleft, .bottomright {
	display: block;
	padding: 9px 0 0 0;
	color: #666;
	font-size: 11px;
}
.bottomleft {
	float: left;
	text-align: left;
}
.bottomright {
	float: right;
	text-align: right;
}
#mobile-menu-link {
	color: #b9b8b8;
	font-size: 21px;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 18px 12px;
	z-index: 999;
	cursor: pointer;
	text-decoration: none;
	display: none;
}
#mobile-menu-link img {
	cursor: pointer;
}
.mobile-menu {
	display: none;
}
.menu {
	display: block;
}
.menu ul, .mobile-menu ul {
	position: relative;
	display: block;
	float: left;
	margin-top: 92px;
	height: 51px;
	z-index: 998;
}
.menu ul li, .mobile-menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	height: 51px;
}
.menu ul li a, .menu ul li a:visited, .mobile-menu ul li a, .mobile-menu ul li a:visited {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 15px 12px 15px 12px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	text-transform: uppercase;
	height: 51px;
	/* Animate */
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.menu ul li a:hover, .menu ul li a:active, .mobile-menu ul li a:hover, .mobile-menu ul li a:active {
	display: block;
	color: #009EE6 !important;
	height: 51px;
}
.mobile-menu ul li:hover, .mobile-menu ul li:active {
	background: #e9e9e9;
}
.menu ul li.current_page_item a, .mobile-menu ul li.current_page_item a, .menu ul li.current_page_parent a, .mobile-menu ul li.current_page_parent a {
	border-bottom: 3px solid #009EE6;
	color: #009EE6 !important;
}
.footer-menu ul li {
	list-style-type: none;
	display: block;
	float: left;
}
.footer-menu ul li:after {
	content: "|";
	display: block;
	float: right;
	width: 2px;
	padding: 0 7px;
}
.footer-menu ul li:last-child:after {
	content: "";
	display: none;
}
#fader {
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	z-index: 900;
	position: absolute;
}
.single {
	color: #333333;
	float: left;
	width: 100%;
	height: auto;
	color: #666;
	margin: 0 auto 40px auto;
	font-size: 10px;
	overflow: visible;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #e5e5e5;
}
.single .section {
	padding: 0 30px 30px 30px;
	width: 98%;
	float: left;
}
.single .date {
	padding: 30px
}
.single .pagetitle {
	position: static;
}
.page {
	color: #333333;
	float: left;
	width: 100%;
	height: auto;
	color: #666;
	margin: 0 auto 40px auto;
	font-size: 10px;
	overflow: visible;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #e5e5e5;
}
.pagetitle {
	position: absolute;
	top: 30px;
	left: 30px;
}
#title-back {
	display: none;
	position: absolute;
	top: 30px;
	left: 30px;
	height: 18px;
	width: auto;
}
.pagetitle, .pagetitle a, .pagetitle a:link, .pagetitle a:visited, .pagetitle a:hover, .pagetitle a:active, #title-back {
	color: #009EE6 !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	padding: 0 20px 20px 0;
}
.page ul {
	list-style: disc outside;
	padding-left: 16px;
	margin: 0;
	font-size: 12px;
	line-height: 19px;
}
.page.home {
	background: #e5e5e5 url('../img/bkgr/kantoor.jpg') no-repeat left bottom;
}
.page.mensen {
	/*background: #e5e5e5 url('../images/mensen.jpg') no-repeat left bottom; */
	overflow: hidden;
}
.page.rechtsgebieden {
	/*background: #e5e5e5 url('../images/rechtsgebieden.jpg') no-repeat left bottom;*/
	overflow: hidden;
}
.page.informatie {
	/*background: #e5e5e5 url('../images/informatie.jpg') no-repeat left bottom;*/
}
.page.publicaties {
	/*background: #e5e5e5 url('../images/publicaties.png') no-repeat left bottom;*/
}
.page.contact {
	/*background: #e5e5e5 url('../images/contact.png') no-repeat left bottom;*/
}
.page.startup {
	background: #e5e5e5 url('../img/bkgr/kantoor-klein.jpg') no-repeat left bottom;
	background-size: auto 100%;
}
.column {
	display: block;
	float: left;
	width: 50%;
	padding: 0 20px;
}
.column.full {
	width: 100%;
}
.pos {
	margin-top: -138px;
}
.info {
	display: block;
	width: 100%;
	padding: 0 0 21px 21px;
	font-size: 11px;
}
.info a, .info a:link, a:visited {
	color: #777;
	text-decoration: none;
}
.info a:hover, .info a:active {
	color: #009EE6;
}
.section {
	padding: 60px 40px;
	width: 66%;
	float: right;
}
.home .section {
	padding: 60px 40px 0 40px;
}
.section-full {
	padding: 100px 100px 60px 100px;
	width: 100%;
	float: right;
	position: relative;
}
.mensen .section-full, .rechtsgebieden .section-full {
	padding: 100px 50px 30px 50px;
}
.clear {
	clear: both;
}
#arbeidsrecht, #mediarecht {
	display: none;
}
.inpage-menu {
	float: left;
	width: 34%;
	position: relative;
}
.left {
	float: left;
	width: 34%;
	position: relative;
	padding-top: 60px;
	padding-left: 30px;
}
.imagewrapper {
	display: block;
	position: absolute;
	width: 400px;
	height: 400px;
	bottom: 0px;
	left: 0px;
	z-index: 700;
}
.foto {
	display: block;
	position: absolute;
	width: 400px;
	height: auto;
	bottom: 0px;
	left: 2%;
	z-index: 700;
}
.pagetitle, .section, .inpage-menu, .left {
	z-index: 800;
}
#map {
	background: #e5e5e5 url('../img/map.png') no-repeat center center;
	overflow: hidden;
}
/* Google Maps */
#map_canvas, #map {
	clear: both;
	float: left;
	margin-left: -30px;
	display: block;
	width: 100%;
	height: 300px;
	background-color: #e5e5e5;
}
.tabs {
	padding-left: 15%;
}
.tabs a {
	display: block;
	width: 100%;
	height: 53px;
	margin-bottom: 10px;
	font-size: 12px !important;
	color: #777;
	padding-top: 10px;
}
.tabs a:hover {
	text-decoration: underline;
}
.tabs.rechtsgebieden a {
	height: 40px;
}
.column.second .tabs.rechtsgebieden {
	margin-left: -100px;
}
.tabs img, .tabs .empty_thumb {
	margin-top: -17px;
	float: left;
	margin-right: 30px;
	height: 53px;
	width: 60px;
	vertical-align: middle;
	border: 2px solid #b9b8b8;
	background: #e9e9e9;
}
.column a, .left a {
	color: #777;
}
#filler {
	height: 20px;
	background: none;
}
.mobile {
	display: none;
}
#mapCanvas label {
	width: auto;
	display: inline;
}
#mapCanvas img {
	max-width: none;
}

/* Publicaties */
ul.publicaties {
	font-size: 11px;
	padding-bottom: 20px;
}
.publicaties .section {
	width: 80%;
}
.publicaties .column.first {
	width: 22%;
}
.publicaties .column.second {
	width: 78%;
}

/* ===============================================================
 Swiper Styles
 ================================================================*/
.swipe {
	width: 200%;
	height: auto;
	overflow: hidden;
	position: relative;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}
.swipecontents {
	float: left;
	width: 50%;
}
.swipecontainer {
	float: left;
	width: 50%;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container, .swiper-slide {
	width: 100%;
	min-height: 508px;
	height: 100% !important;
	height: 508px;
}
.swiper-slide-active {

}
.swiper-slide-visible {
}
.swiper-pagination-switch {
	/* Stylize pagination button: */
}
.swiper-active-switch {
	/* Specific active button style: */
}
.swiper-visible-switch {
	/* Specific visible button style: */
}
.arrow-left {
	background: #fff;
	border: #b9b8b8 1px solid;
	position: absolute;
	z-index: 950;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	display: none;
}
.arrow-right {
	background: #fff;
	border: #b9b8b8 1px solid;
	position: absolute;
	z-index: 950;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	display: none;
}

.rechtsgebieden .column.one-three, .rechtsgebieden .column.two-three, .rechtsgebieden .column.three-three {
	width: 33%;
}

/* ===============================================================
 Blog
 ================================================================*/

.page.blog .column.full {
	padding: 0 10px;
}

.blogpost {
	display: block;
	position: relative;
	float: left;
	background: #fff;
	width: 200px;
	height: 200px;
	text-decoration: none;
	padding: 14px;
	margin: 10px;
	border: 2px solid #b9b8b8;

}
.blogpost:hover {
	text-decoration: none;

}
.blogpost span.posttitle {
	display: block;
	color: #009EE6 !important;
    	text-transform: uppercase;
	font-size: 12px;
    	font-weight: normal;
    	text-decoration: none;
	margin-bottom: 14px;
}
.blogpost span.excerpt {
	font-size: 12px;
    	font-weight: normal;
    	text-decoration: none;
}
.blogpost span.date {
	position: absolute;
	bottom: 14px;
	left: 14px;
	text-decoration: none;
}


/* ===============================================================
 Homepage
 ================================================================*/

#home-txt {
	color: #30ace4 !important;
	/*text-transform: uppercase;*/
	/*font-weight:bold;	*/
	float: right;
	margin-top: 80px;
	display: block;
	width: 400px;
	text-align: right;
}
#home-txt p {
	color: #30ace4 !important;
	font-size: 45px;
	line-height: 55px;
}
/* ===============================================================
 Media Queries
 ================================================== */
/* mobile portrait to landscape, ipad portrait */
@media only screen and (max-width: 874px) {

	body {
		background: #e5e5e5;
	}
	.container, #content {
		min-width: 300px;
		width: 100%;
	}
	#content {
		margin-top: 60px;
	}
	#top {
		height: 60px;
	}
	#logo {
		margin: 8px 0 0 0;
		float: right;
		width: 50px;
	}
	#logo img {
		width: 50px;
		height: auto;
	}
	#language {
		padding: 24px 25px 0 0;
		width: 100px;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.mobile-menu ul {
		margin-top: 0;
		position: fixed;
		height: 100%;
		width: 100%;
		background: #e5e5e5;
		top: 60px;
		left: 0;
	}
	.mobile-menu ul li {
		display: block;
		margin-bottom: 0px;
		float: none;
	}
	.mobile-menu ul li a, .mobile-menu ul li a:link, .mobile-menu ul li a:visited {
		width: 100%;
		padding-left: 12px;
		border-bottom: 1px solid #dddddd;
	}
	#mobile-menu-link {
		display: block;
	}
	.mobile-menu {
		display: block;
	}
	.menu {
		display: none;
	}
	.section {
		width: 100%;
		padding: 90px 50px 10px 50px;
		z-index: 700;
	}
	.home .section {
		padding: 30px 30px 0 30px;
	}
	.single .section {
		width: 100%;
	}
	.rechtsgebieden .section {
		width: 100%;
		padding: 80px 50px 60px 50px;
	}
	.contact .section {
		width: 100%;
		padding: 30px 0;
		z-index: 900;
	}
	.section-full, .mensen .section-full, .rechtsgebieden .section-full {
		width: 100%;
		padding: 90px 30px 60px 30px;
	}
	.column, .publicaties .column.first, .publicaties .column.second, .column.full {
		padding: 0;
		width: 100%;
	}
	.tabs {
		padding-left: 0;
	}
	#fader {
		display: none;
	}
	.page {
		min-height: 100px;
		height: auto;
	}
	.page.home, .page.startup {
		background: #e5e5e5;
	}
	.page.home .section, .page.startup .section, .page.publicaties .section, .page.vacatures .section {
		width: 100%;
		padding: 70px 30px 40px 30px;
	}
	.page.contact {
	}
	.bottomleft {
		display: none;
	}
	.bottomright {
		width: 100%;
		float: none;
		text-align: center;
		font-size: 10px;
	}
	.info {
		padding: 21px 0 21px 0;
	}
	.rechtsgebieden .info {
		padding: 0 0 21px 0;
	}
	.info a {
		/*display:block;*/
	}
	.left {
		width: 100%;
		z-index: 800;
	}
	.foto {
		display: none;
	}
	.mobile {
		display: block;
	}
	.mobile img {
		width: 270px;
		height: auto;
		margin: -50px auto 0 auto;
		z-index: 700;
	}
	.full {
		padding-top: 0;
	}
	.arrow-left, .arrow-right {
		top: 200px;
	}
	.column.first, .column.second {
		/*display: none;*/
	}
	.swiper-slide .first, .swiper-slide .second {
		display: none;
	}
	#map_canvas, #map {
		margin-left: 0px;
	}
	.tabs.rechtsgebieden a {
		height: 40px;
		margin-left: 0px;
	}
	#qtranslate-chooser li a {
		padding: 10px;
	}
	#home-txt {
		margin-top: 0;
		text-align: left;
		width: 100%;
	}
	.column.second .tabs.rechtsgebieden {
		margin-left: 0;
	}
	.rechtsgebieden .column.one-three, .rechtsgebieden .column.two-three, .rechtsgebieden .column.three-three {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {

	#home-txt {
		margin-top: 0;
		left: -2px;
		width: 100%;
	}
	#home-txt p {
		font-size: 35px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 600px) {

	.blogpost {
		width: 270px;
		height: 270px;
	}
}
@media only screen and (max-width: 480px) {

	#footer {
		position: relative;
		height: 58px;
		line-height: 1.5em;
	}
}
/* browser, ipad landscape */
@media only screen and (min-width: 875px) and (max-width: 1074px) {
	.container, #content {
		min-width: 768px;
		width: 100%;
	}
	.info {
		padding: 0px 0 21px 20px;
	}
	.info a {
		/*display:block;*/
	}
	.left {
	}
	.contact .left {
		width: 30%;
	}
	.foto {
		display: block;
		position: absolute;
		width: 280px;
		height: auto;
		top: 90px;
		padding-left: 20px;
		z-index: 700;
		margin: 0;
	}
	.foto img {
		width: 100%;
		height: auto;
	}
	.arrow-left, .arrow-right {
		top: 200px;
	}
}
/* standard browser */
@media only screen and (min-width: 1075px) {
	#logo {
		margin: 16px 80px 0 0;
	}
}
/* medium browser */
@media only screen and (min-width: 1200px) {
	.container, #content {
		max-width: 1200px;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* large browser */
@media only screen and (min-width: 1600px) {
}

/* Font-Face */
@font-face {
	font-family: 'Open Sans Regular';
	src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
	src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url("../fonts/OpenSans-Bold.eot?v=1.1.0");
	src: url("../fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}
.document {
	position: relative;
	max-width: 800px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background: #ffffff;
}
.document .post {

}
.document .pagetitle {
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 20px;
}
.document .container {
	min-width: auto;
}
