/* # Fotograaff
Theme Name: fotograaff
Theme URI: www.wedouble.nl
Description: This is the sample theme created for the Genesis Framework.
Author: Vincent van der Graaff
Author URI: http://www.wedouble.nl/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 17px;
}

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'Slabo 13px', serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-inner a {
	color: #1A1A18;
	border-bottom: 2px solid #ED9191;
	text-decoration: none;
    cursor: pointer;
}

.site-inner a.button {
    font-family: 'Lato', sans-serif;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
	text-align: left;
	font-family: 'Lato', sans-serif;
}

.bigfont {
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 40px;
	color: #1A1A18;
	font-family: 'Slabo 13px', serif;
}

.bigfont p {
	font-family: 'Slabo 13px', serif;
}

pre {
	font-size: 14px;
	font-size: 1.4rem;
	color: #929292;
	text-align: center;
	font-family: 'Antic Slab', serif;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ED9191;
	clear: both;
	margin: 1em 0px;
	width: 100px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    max-width: 400px;
    font-size: 22px;
    margin: 50px auto;
    font-style: normal;
    font-weight: 700;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 5rem;
	height: 0;
	left: -25px;
	position: relative;
	top: -15px;
	color: #ED9191;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Slabo 13px', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.titleblogs h3, .titleblogs h1 {
    color: rgb(255, 255, 255);
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 60px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.small {
	font-family: 'Antic Slab', serif;
	font-size: 13px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	text-align: left;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
object,
video,
.wp-caption {
	max-width: 100%;
	width: 100% !important;
}

img {
	height: auto;
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	border-radius: 0px;
}

#category-select {
	padding-top: 75px;
	background: #1A1A18;
}

#category-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #1A1A18;
	border-top: 1px solid #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
	border-left: none;
	border-right: none;
	padding: 25px 50px;
    background: transparent url("/wp-content/uploads/2016/08/arrow-down.png") no-repeat scroll 96% center / 10px auto;
    background-size: 10px;
    background-position: 96% center;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ED9191;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 14px 24px;
	text-transform: lowercase;
	width: auto;
	border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid transparent !important;
}

.wpcf7-not-valid {
	border: 1px solid #f00;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: transparent;
	color: #ED9191 !important;
    border-color: #ED9191 !important;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #ED9191;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #ED9191;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	padding-top: 0px;
	padding-left: 90px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.one-half.seamless {
	width: 50%;
	float: left;
	margin: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description, .author-box {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0px;
    padding: 1px;
    background: #1a1a18;
    text-align: center;
    padding-top: 250px;
    max-width: 800px;
    margin: auto;
}

.archive-description p {
    text-align: center;
}

.archive .content, .blog .content {
    background: #1a1a18;
    border-left: 1px solid #2C2C2C;
}

.blog .footer-widgets, .blog .site-footer, .archive .footer-widgets, .archive .site-footer {
    border-left: 0px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	color: #ffffff;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.conversionarchive {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-top: 25px;
}

.conversionarchive .button {
    margin-right: 10px;
    margin-top: 10px;
}

.archive-description a {
    color: #ffffff;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 30px;
	font-size: 3rem;
	color: #ffffff;
    margin-bottom: 25px;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #1A1A18;
	min-height: 90px;
	position: fixed;
    width: 90px;
    bottom: 0px;
    top: 0px;
	z-index: 999;
	border-right: 1px solid;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition:    all 0.1s ease-in-out 0s;
	-ms-transition:     all 0.1s  ease-in-out 0s;
	-o-transition:      all 0.1s  ease-in-out 0s;
	transition:         all 0.1s  ease-in-out 0s;
}

.site-header.noline {
	border-color: transparent;
}

.site-header:hover .socialicons a {
	color: #848484;
}

.site-header:hover .title-area a {
	color: #848484;
}

.site-header .wrap {
    padding: 21px 0;
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
	bottom: 50px;
}

.site-header .wrap {
	padding: 21px 0;
}

.menubutton {
    position: absolute;
    left: 25px;
    right: 25px;
    text-align: center;
    top: 0px;
    bottom: 0px;
    height: 55px;
    margin: auto;
	cursor: pointer;
    cursor: pointer;
}

span.line1, span.line2, span.line3 {
    height: 1px;
    width: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: absolute;
    left: 0px;
	transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-property: top, right, left, opacity,-webkit-transform;
    transition-property: top, right, left, transform,opacity;
    transition-property: top, right, left, transform,opacity,-webkit-transform;
	 -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 1.6s;
}

span.line1 {
	top: 0px;
	right: 0px;
}

.openmenu  span.line1 {
	top: 10px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	right: 5px;
	left: 5px;
}

span.line2 {
	top: 10px;
	right: 20px;
}

.openmenu span.line2 {
	opacity: 0;
}

span.line3 {
	top: 20px;
	right: 10px;
}

.openmenu  span.line3 {
	top: 10px;
	right: 5px;
	left: 5px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.descriptionmenu {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
}

.socialicons {
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.socialicons a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    border: 1px solid;
    padding: 2px;
    margin: auto;
    margin-bottom: 5px;
	color: #2C2C2C;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition:    all 1s ease-in-out 0s;
	-ms-transition:     all 1s ease-in-out 0s;
	-o-transition:      all 1s ease-in-out 0s;
	transition:         all 1s ease-in-out 0s;
}
.socialicons .big a {
    font-size: 20px;
	font-size: 2.0rem;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	width: auto;
	 transform: rotate(90deg);
	-ms-transform:  rotate(90deg); /* IE 9 */
    -webkit-transform:  rotate(90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(90deg);
}

.header-full-width .title-area {
	width: 100%;
}

.title-area {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: 'Slabo 13px', serif;
}

.title-area a,
.title-area a:hover,
.title-area a:focus {
	text-decoration: none;
	color: #2C2C2C;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition:    all 1s ease-in-out 0s;
	-ms-transition:     all 1s  ease-in-out 0s;
	-o-transition:      all 1s  ease-in-out 0s;
	transition:         all 1s  ease-in-out 0s;
	font-family: 'Slabo 13px', serif;
}

.scroll .title-area a,
.scroll .title-area a:hover,
.scroll .title-area a:focus {
	text-decoration: none;
	color: #848484;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

span.logo {
    height: 100px;
    width: 150px;
    position: absolute;
    transform: rotate(-90deg);
	-ms-transform:  rotate(-90deg); /* IE 9 */
    -webkit-transform:  rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
    right: 0px;
    left: -20px;
    bottom: 120px;
    background-image: url('/wp-content/uploads/2016/05/Logo-wit-recht-Fotograaff.png');
    background-size: 150px;
    background-position: center center;
    background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s  ease-in-out 0s;
	-o-transition:      all 0.8s  ease-in-out 0s;
	transition:         all 0.8s  ease-in-out 0s;
	z-index: 999;
}

.scroll span.logo {
	opacity: 0;
	transform: rotate(-90deg) translate(-25px, 0px);
	-ms-transform:  rotate(-90deg) translate(-25px, 0px); /* IE 9 */
    -webkit-transform:  rotate(-90deg) translate(-25px, 0px); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg) translate(-25px, 0px);
}

.scroll.openmenu span.logo {
	opacity: 1;
	transform: rotate(-90deg) translate(0px, 0px);
	-ms-transform:  rotate(-90deg) translate(0px, 0px); /* IE 9 */
    -webkit-transform:  rotate(-90deg) translate(0px, 0px); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg) translate(0px, 0px);
}

.scroll span.line4 {
	opacity: 0;
}

.scroll.openmenu span.line4 {
	opacity: 1;
}

span.line4 {
    height: 1px;
    width: 50px;
    position: absolute;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    left: -65px;
    top: 0px;
    bottom: 0px;
    margin: auto;
	opacity: 1;
	-webkit-transition: all 0.8s  ease-in-out 0s;
	-moz-transition:    all 0.8s  ease-in-out 0s;
	-ms-transition:     all 0.8s  ease-in-out 0s;
	-o-transition:      all 0.8s  ease-in-out 0s;
	transition:         all 0.8s  ease-in-out 0s;
}

.menu-hoofdmenu-container {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.8s  ease-in-out 0.5s;
	-moz-transition:    all 0.8s  ease-in-out 0.5s;
	-ms-transition:     all 0.8s  ease-in-out 0.5s;
	-o-transition:      all 0.8s  ease-in-out 0.5s;
	transition:         all 0.8s  ease-in-out 0.5s;
}

.menu-hoofdmenu-rechts-container {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.8s  ease-in-out 0s;
	-moz-transition:    all 0.8s  ease-in-out 0s;
	-ms-transition:     all 0.8s  ease-in-out 0s;
	-o-transition:      all 0.8s  ease-in-out 0s;
	transition:         all 0.8s  ease-in-out 0s;
}

.overlaymenu.open .menu-hoofdmenu-container {
	-webkit-transition: all 0.8s  ease-in-out 1s;
	-moz-transition:    all 0.8s  ease-in-out 1s;
	-ms-transition:     all 0.8s  ease-in-out 1s;
	-o-transition:      all 0.8s  ease-in-out 1s;
	transition:         all 0.8s  ease-in-out 1s;
	opacity: 1;
}

.overlaymenu.open .menu-hoofdmenu-rechts-container {
	-webkit-transition: all 0.8s  ease-in-out 1.5s;
	-moz-transition:    all 0.8s  ease-in-out 1.5s;
	-ms-transition:     all 0.8s  ease-in-out 1.5s;
	-o-transition:      all 0.8s  ease-in-out 1.5s;
	transition:         all 0.8s  ease-in-out 1.5s;
	opacity: 1;
}


.menupartleft ul, .menupartright ul {
    width: 250px;
    margin: auto;
	top: 55%;
	transform: translateY(-50%);
	-ms-transform:  translateY(-50%); /* IE 9 */
    -webkit-transform:  translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	position: absolute;
	left: 0px;
	right: 0px;
}

.menupartleft li, .menupartright li  {
    font-size: 20px;
    padding: 12px 0px;
	position: relative;
}

li.current_page_item .number {
	margin-right: 25px;
}

li.current_page_item::after {
    content: "";
    background: #ED9191;
    height: 1px;
    width: 10px;
    position: absolute;
    bottom: 27px;
    left: 22px;
}

.footer-widgets li.current_page_item::after {
	display: none;
}

.menupartleft li a, .menupartright li a {
	color: #ffffff;
	text-decoration: none;
}

.menupartleft li a:hover .number, .menupartright li a:hover .number {
	margin-right: 25px;
}

.number {
    font-family: "Antic Slab",serif;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 0px;
	color: #848484;
	-webkit-transition: all 0.8s  ease-in-out 0s;
	-moz-transition:    all 0.8s  ease-in-out 0s;
	-ms-transition:     all 0.8s  ease-in-out 0s;
	-o-transition:      all 0.8s  ease-in-out 0s;
	transition:         all 0.8s  ease-in-out 0s;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## overlay menu
--------------------------------------------- */

.overlaymenu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 90px;
	right: 0px;
	z-index: 99;
	display: none;
}

.menupartleft, .menupartright {
    position: absolute;
    background: rgb(26, 26, 24) none repeat scroll 0% 0%;
    border-left: 1px solid;
	top: 0px;
	bottom: 0px;
	left: 0%;
	right: 100%;
	-webkit-transition: all 0.8s ease-in-out 1.2s;
	-moz-transition:    all 0.8s ease-in-out 1.2s;
	-ms-transition:     all 0.8s ease-in-out 1.2s;
	-o-transition:      all 0.8s ease-in-out 1.2s;
	transition:         all 0.8s ease-in-out 1.2s;
}

.overlaymenu.open .menupartleft {
	right: 50%;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.menupartright {
	left: 50%;
	right: 50%;
}

.overlaymenu.open .menupartright {
	right: 0%;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.menupartright {
	left: 50%;
	right: 50%;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    padding-left: 80px;
    text-align: right;
    position: absolute;
    z-index: 999;
    right: 50px;
    background: transparent;
	top: 70px;
}

.nav-secondary .genesis-nav-menu li {
	margin-left: 20px;
}

.nav-secondary .genesis-nav-menu a {
	color: #ffffff;
	padding: 10px 0px;
	border-bottom: 0px solid #ED9191;
}

.nav-secondary .genesis-nav-menu a span.linemenu {
    width: 10px;
    height: 2px;
    background: #ED9191 none repeat scroll 0% 0%;
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 4px;
	margin-left: 10px;
}

.fa-mobile-phone:before, .fa-mobile:before {
	font-size: 22px;
    top: 2px;
    position: relative;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin: auto;
	padding: 75px 0px;
	max-width: 800px;
}

.single .entry {
	padding-bottom: 0px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
	font-family: 'Lato', sans-serif;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    padding: 40px 0;
    text-align: center;
    background: #1A1A18;
	border-bottom: 1px solid #2C2C2C;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
	line-height: 60px;
}

.archive-pagination li a {
	background-color: transparent;
	border: 0;
	color: #fff;
	border: 1px solid;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 14px 24px;
	text-transform: lowercase;
	width: auto;
	border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #ED9191;
	border-color: #ED9191;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #1A1A18;
	clear: both;
	padding-top: 75px;
	border-left: 1px solid #2C2C2C;
	position: relative;
}

.footer-widgets::after {
	content: "";
	width: 1px;
	display: block;
	background: #2C2C2C;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

.footer-widgets,
.footer-widgets a {
	color: #848484;
	text-decoration: none;
	border-bottom: 0px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 75px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
}

.footer-widgets-1 {
	padding-left: 10%;
	float: left;
}

.footer-widgets-2 {
	padding-left: 5%;
	float: left;
}

.footer-widgets-3 {
	padding-left: 10%;
	float: left;
}

.footer-widgets-4 {
	padding-left: 5%;
	float: left;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1a1a18;
	border-left: 1px solid #2C2C2C;
	border-top: 1px solid #2C2C2C;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	color: #848484;
}

.site-footer p {
	margin-bottom: 0;
	color: #848484;
	text-align: center;
}

.site-footer a {
	color: #848484;
	text-decoration: none;
	border-bottom: 0px;
}

/* # Header
---------------------------------------------------------------------------------------------------- */

.headerpage {
	height: calc(100vh - 80px);
	min-height: 550px;
	width: 100%;
	position: relative;
}

.home.headerpage {
	height: calc(100% - 80px);
}

.headerpage.blog {
	overflow: hidden;
}

.overlayheaderpage {
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	z-index: 9;
}

.headerpage.page .overlayheaderpage {
	position: absolute;
	top: 0px;
}

.scrollbar {
    height: 80px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dadada;
	position: relative;
}

.headerpage .owl-carousel, .headerpage .owl-stage-outer, .headerpage .owl-stage, .headerpage .owl-item,
.services .owl-carousel, .services .owl-stage-outer, .services .owl-stage, .services .owl-item,
.recensies .owl-carousel, .recensies .owl-stage-outer, .recensies .owl-stage, .recensies .owl-item,
.relatedblogs .owl-carousel, .relatedblogs .owl-stage-outer, .relatedblogs .owl-stage, .relatedblogs .owl-item,
.bloghome .owl-carousel, .bloghome .owl-stage-outer, .bloghome .owl-stage, .bloghome .owl-item  {
	height: 100%;
}

.backgroundheaderitem {
	background-size: cover;
	height: 100%;
	background-position: center center;
}

.blog .backgroundheaderitem, .relatedblogs .backgroundheaderitem, .bloghome .backgroundheaderitem  {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.titleblogs {
	width: 650px;
    position: absolute;
    left: 50px;
    bottom: 50px;
	color: rgb(255, 255, 255);
	padding-left: 0px;
	text-align: left;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
	z-index: 9;
}

.homepagetext .row {
	overflow: hidden;
    text-align: center;
}

.site-inner .click {
    position: absolute;
	top: 0px;
	bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999;
    text-decoration: none;
    border-bottom: 0px;
}

.zindex {
    position: relative;
    z-index: 999;
}

.titleblogs .small.category {
	margin-bottom: 10px;
	font-family: 'Antic Slab', serif;
}

.titleblogs .small.category a {
	color: #ffffff;
	font-family: 'Slabo 13px', serif;
}

.owl-nav {
    position: absolute;
    bottom: -66px;
    left: 50px;
	font-size: 12px;
}

.owl-prev, .owl-next {
	display: inline-block;
	padding: 10px 0px;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.owl-next {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #ED9191;
}

.owl-prev .fa {
    margin-right: 15px;
    font-size: 12px;
    position: relative;
    top: 2px;
    padding: 8px;
    border: 1px solid #ED9191;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition:    all 0.5s ease-in-out 0s;
	-ms-transition:     all 0.5s ease-in-out 0s;
	-o-transition:      all 0.5s ease-in-out 0s;
	transition:         all 0.5s ease-in-out 0s;
}

.owl-next .fa {
    margin-left: 15px;
    font-size: 12px;
    position: relative;
    top: 2px;
    padding: 8px;
    border: 1px solid #ED9191;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition:    all 0.5s ease-in-out 0s;
	-ms-transition:     all 0.5s ease-in-out 0s;
	-o-transition:      all 0.5s ease-in-out 0s;
	transition:         all 0.5s ease-in-out 0s;
}

.owl-prev:hover .fa, .owl-next:hover .fa {
    background: #ED9191;
}

a.link.scroll {
    position: absolute;
    right: 0px;
    top: -111px;
    bottom: 0px;
    padding: 30px 50px;
	border-bottom: 0px;
	z-index: 9;
	color: #ffffff;
}

.linescroll {
    position: absolute;
    height: 75px;
    width: 2px;
    background: rgb(237, 145, 145) none repeat scroll 0% 0%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 71px;
}

a.link .fa {
    margin-left: 15px;
}

.owl-nav .disabled {
	opacity: 0.25;
}

.owl-dots {
   	position: absolute;
   	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 50px;
}

.owl-dot {
	height: 2px;
	width: 25px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
	}

.owl-dot.active {
	width: 50px;
}

/* # overview
---------------------------------------------------------------------------------------------------- */

.overview .one-third {
	border-left: 1px solid #ED9191;
	padding: 20px 35px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}

.overview .one-third.first {
	border-left: 0px;
	border-right: 1px solid #ED9191;
}

.overview div.one-third:nth-child(2) {
	border-left: 0px;
}

.overviewheader {
	color: #929292;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-family: 'Antic Slab', serif;
}

/* # Diensten
---------------------------------------------------------------------------------------------------- */

.services {
	overflow: auto;
	background: #1A1A18;
	border-left: 1px solid #2C2C2C;
	height: 100%;
}

.services .center {
	height: 80%;
}

.services .owl-nav, .relatedblogs .owl-nav {
    position: absolute;
    top: 0px;
    right: 25px;
    left: auto;
    bottom: auto;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    padding: 50px;
}

.service {
	position: relative;
	overflow: hidden;
	height: 100%;
	border: 5px solid #1A1A18;
}

.background {
    background-size: cover;
    background-position: center center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-transition: all 7.5s ease;
	-moz-transition:    all 7.5s ease;
	-ms-transition:     all 7.5s ease;
	-o-transition:      all 7.5s ease;
	transition:         all 7.5s ease;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.overlayservice {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(26,26,24,0.55) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(26,26,24,0.55) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(26,26,24,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a61a1a18',GradientType=0 );
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
	opacity: 1;
}

.service:hover .overlayservice {
	opacity: 0.75;
}

.servicetitle {
	text-align: left;
	left: 35px;
	bottom: 35px;
	right: 0px;
	position: absolute;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
	overflow: hidden;
}

.serviceline {
	text-align: left;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	width: 125px;
	font-family: 'Lato', sans-serif;
}

.lookmore {
	margin-left: -67px;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.service:hover .lookmore {
	margin-left: -0px;
}

.servicetitle h2 {
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 400;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.services .owl-dots {
    position: absolute;
	top: auto;
	translate: none;
    bottom: -63px;
    right: 50px;
}

/* Blog page
---------------------------------------------------------------------------------------------------- */

#breadcrumbs a {
	color: #929292;
}

#breadcrumbs {
	font-size: 12px;
	font-family: 'Antic Slab', serif;
	text-align: center;
}

#breadcrumbs .fa {
	margin: 0px 5px;
	color: #929292;
}

.entry-content > p:nth-child(1):first-letter {
    font-size: 300%;
	line-height: 22px;
}

.single .entry-content img, .single .entry-content .gallery {
	display: none;
}

.single.oldest .entry-content img {
	display: block;
}

.contact {
	padding: 75px;
	background: #f2f2f2;
}

.attachment-full:nth-child(1).contactwidth {
	width: 100%;
	text-align: center;
}

.attachment-full:nth-child(1).contactwidth p {
	text-align: center;
}

.sharebuttons {
	padding: 75px;
	margin: 0.7%;
	text-align: center;
}

.sharebuttons hr {
	margin: auto;
	margin-top: 25px;
}

.share-before_entry_header {
    margin-top: 25px;
}

.contact p {
	font-size: 14px;
	line-height: 1.525;
    font-family: 'Antic Slab', serif;
	margin-top: 20px;
}

.contact a {
	font-size: 14px;
	line-height: 1.525;
	text-align: left;
}

/* # Recensies & teamleden 
--------------------------------------------------------------------------------------------------*/ 
.recensie {
	height: 100%;
}

.section .recensies, .section .recensies .one-half {
	height: 100%;
}

.recensies .one-half.first {
	padding: 75px 0px 75px 50px;
	overflow: hidden;
}

.recensies .one-half {
    padding: 75px 50px;
}

.recensiebackground {
	height: 100%;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

p.recensietext {
	text-align: left;
	font-size: 16px;
	margin-top: 25px;
}

.recensies pre {
	text-align: left;
	font-style: italic;
}

.team pre {
	font-style: normal;
}

.marks {
	position: absolute;
	width: calc(48.717948717948715% - 100px);
	right: 50px;
	bottom: 50px;
	height: 90px;
	border-top: 1px solid #dadada;
}

.recensies .marks .one-half {
	padding: 20px 0px;
}

.marks img {
	max-width: 50px;
	max-height: 50px;
}

.recensies .marks .one-half.first .small span {
	position: relative;
	left: 10px;
	right: 10px;
	top: -20px;
}

.recensies .marks .one-half .small span {
	position: relative;
	right: 10px;
	top: -20px;
}

.recensies .owl-nav {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 50px;
    top: 75px;
	font-size: 12px;
}

.owl-item .darkoverflow {
    height: 100%;
    background: #ffffff none repeat scroll 0% 0%;
	transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
	-webkit-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.owl-item.active .darkoverflow  {
	transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
}


/* # bgvideo
---------------------------------------------------------------------------------------------------- */
.bar {
    background-color: white;
    width:2.5px;
    height:40px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.eq.nonactive .bar {
	height:10px !important;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition:    all 0.8s ease-in-out 0s;
	-ms-transition:     all 0.8s ease-in-out 0s;
	-o-transition:      all 0.8s ease-in-out 0s;
	transition:         all 0.8s ease-in-out 0s;
}

.bar-2{
    left: 5px;
}

.bar-3{
    left: 10px;
}

.bar-4{
    left: 15px;
}

.bar-5{
    left: 20px;
}

.eq {
    position: absolute;
    height: 40px;
    width: 45px;
    right: 50px;
    top: -50px;
    bottom: 0px;
    margin: auto;
	transform: rotate(-90deg);
	-ms-transform:  rotate(-90deg); /* IE 9 */
    -webkit-transform:  rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
}

.playbutton {
	position: absolute;
    height: 35px;
    width: 35px;
    right: 45px;
    top: 50px;
    bottom: 0px;
    margin: auto;
	border: 2px solid #fff;
    border-radius: 50%;
}

.playbutton svg {
    height: 15px;
    width: 15px;
	-webkit-transition: fill .4s ease;
	-moz-transition: fill .4s ease; 	
	-o-transition: fill .4s ease;
	transition: fill .4s ease;	 
}

.playbutton svg polygon {
		-webkit-transition: fill .4s ease;
	 	-moz-transition: fill .4s ease;
	 	-o-transition: fill .4s ease;
	 	transition: fill .4s ease;	 
}

.playbutton.nonactive svg polygon {
	fill: #ffffff;
	-webkit-transition: fill .4s ease;
 	-moz-transition: fill .4s ease;
	-o-transition: fill .4s ease; 	
	transition: fill .4s ease;	 
}

.triangle {
    transform: rotate(90deg);
    position: absolute;
    height: 15px;
    width: 15px;
    left: 4px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


/* # cta
---------------------------------------------------------------------------------------------------- */

.labelform {
	font-weight: 700;
	margin-bottom: -15px;
	display: block;
}

.cta {
	overflow: auto;
	display: none;
}

.cta textarea, .overflow textarea {
	height: 295px;
}

.ctateam {
	margin-top: 22px;
	padding-top: 0px;
}

.teamcontact {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}

/* # Blog
---------------------------------------------------------------------------------------------------- */

.relatedblogs {
	overflow: auto;
    background: #1A1A18;
    border-left: 1px solid #2C2C2C;
    height: 100%;
	border-bottom: 1px solid #2C2C2C;
	padding: 75px 0px;
}

.bloghome {
	overflow: auto;
    background: #1A1A18;
	border-bottom: 1px solid #2C2C2C;
	padding: 75px 50px;
}

 .relatedblogs .center {
	height: 80%;
}

.relatedblogs .entry {
	height: 100%;
	padding: 0px;
	background: 0px;
	position: relative;
	border: 5px solid #1A1A18;
    overflow: hidden;
}

.bloghome .entry {
	height: 75vh;
	min-height: 500px;
	padding: 0px;
	background: 0px;
	position: relative;
	border: 5px solid #1A1A18;
    overflow: hidden;
	width: 50%;
	float: left;
	max-width: 100%;
}

.blogstitle {
	bottom: 35px;
	left: 35px;
	right: 100px;
	position: absolute;
}

.blogstitle h3 {
	margin-bottom: 0px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
	font-size: 30px;
	font-size: 3rem;
}

article.post:hover .overlayservice {
	opacity: 0.75;
    bottom: -1px;
}

article.post:hover .lookmore {
	margin-left: 0px;
}
	
.grid {
     border-right: 5px solid #ffffff;
}

.attachment-full {
	width: 50%;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff; 
}

.older .attachment-full  {
	width: 50%;
}

.gridnewblog .attachment-full, .contact p {
	width: 100%;
    text-align: center;
    display: block;
    clear: both;
}

.gridnewblog {
    padding: 2.5px;
}

.gridnewblog .portret {
    width: 50%;
    float: left;
    border: 2.5px solid #ffffff; 
}

.gridnewblog .landscape {
    width: 100%;
    float: left;
    display: block;
    border: 2.5px solid #ffffff;
}

/* # Animsition
---------------------------------------------------------------------------------------------------- */

.animsition-overlay {
z-index: 0 !important;
}

.animsition-loading, .animsition-loading:after {
    left: 52.5% !important;
}

/* # usp
---------------------------------------------------------------------------------------------------- */
.uspitem {
	border: 2.5px solid #ffffff;
	overflow: hidden;
}

.usp {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 92.5px;
	position: relative;
	margin-top: 50px;
}

.usptotaltitle {
    position: absolute;
    left: 0px;
    width: 90px;
    bottom: 2.5px;
    background: #1a1a18;
    top: 2.5px;
}

.usptotaltitle p {
    position: absolute;
    bottom: 0px;
    top: 145px;
    left: -148px;
    right: 0px;
    text-align: center;
    color: #fff;
    transform: rotate(90deg);
	-ms-transform:  rotate(90deg); /* IE 9 */
    -webkit-transform:  rotate(90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(90deg);
    height: 60px;
    width: 350px;
	color: #848484;
}

.uspimage {
    height: 350px;
    background-size: cover;
	background-position: center center;
	position: relative;
}

.usptext {
    padding: 35px;
    background: rgb(26, 26, 24) none repeat scroll 0% 0%;
    color: rgb(132, 132, 132);
	position: absolute;
	top: 0px;
	rigt: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	 transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
	-webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.uspitem:hover .usptext {
	 transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.usp h4 {
	margin-bottom: 0px;
	text-align: center;
}

.usp .blogstitle {
    right: 35px;
}

/* # Conversion bar
---------------------------------------------------------------------------------------------------- */

.conversionbar {
    position: fixed;
    left: 80px;
    right: 0px;
    background: #ffffff;
    padding: 0px 30px;
    z-index: 99;
    height: 80px;
    border-bottom: 1px solid #dadada;
    display: none;
}

.contactconversionbar {
    float: right;
    overflow: auto;
    width: 350px;
    padding: 14px 0px;
    text-align: right;
}

.contactconversionbar a {
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    margin-right: 8px;
    display: inline-block;
}

.contactconversionbar p {
    display: inline-block;
}

.contactconversionbar .clickcta {
    margin-left: 12px;
    font-weight: 300;
}

.perfectweddingconversionbar {
    width: 400px;
    float: left;
    font-size: 12px;
    position: relative;
    top: -4px;
    font-family: 'Lato', sans-serif;
}

.perfectweddingconversionbar .fa {
    color: #ed9191;
}

.perfectweddingconversionbar img {
    max-width: 50px;
    display: inline-block;
    max-width: 50px;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-right: 10px;
} 
/* # Lazy load
---------------------------------------------------------------------------------------------------- */

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/*Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;

	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: auto;
	}
	
	.footer-widgets-3 {
		padding-left: 20%;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.usp {
    margin-left: 0px;
    margin-right: 0px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
		padding: 0px;
	}
	
	.footer-widgets .widget {
		margin-bottom: 75px;
		max-width: 105px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer-widgets, .footer-widgets a {
		font-size: 12px;
	}
	
		.site-footer {
		border-left: 0px solid #2C2C2C;
		border-top: 1px solid #2C2C2C;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 20px;
		padding: 30px 5%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.eq, .playbutton {
		display: none;
	}

	.homepagetext, .home .fp-section.fp-table, .home .fp-slide.fp-table, .home .fp-tableCell {
		height: auto !important;
		min-height: auto;
		vertical-align: bottom !important;
	}
	
	.homepagetext .center, .recensies .center {
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
	}
	
	.home div.section:nth-child(1) {
		height: auto !important;
	}
	
	.homepagetext .row {
		overflow: hidden;
		padding: 50px 0px;
	}
	
	.home .servicemobile.fp-section.fp-table {
		height: 100vh !important;
		min-height: 450px;
	}
	
	.home .servicemobile.fp-section.fp-table .fp-tableCell {
		height: 100% !important;
	}
	
	body {
		background-color: #fff;
		font-size: 17px;
		font-size: 1.7rem;
	}

	.site-inner,
	.wrap {
		padding-left: 0%;
		padding-right: 0%;
	}
	
	article.entry {
		padding-top: 50px;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 50px;
	}

	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-half.seamless {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.site-header {
		min-height: 70px;
		position: absolute;
		width: 100%;
		bottom: auto;
		top: 0px;
		background: RGBA(26, 26, 24, 0.75);
		border-right: 0px;
		border-bottom: 1px solid;
	}
	
	.noline {
		border-bottom: 0px;
	}
	
	.site-header .wrap {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
	}
	
	.socialicons {
		display: none;
	}
	
	.nav-secondary {
		top: 125px;
	}
	
	.widget-area.header-widget-area {
    position: absolute;
    width: 95px;
    height: 55px;
    top: 7px;
    right: 5%;
	}
	
	.menubutton {
		width: 35px;
		right: 0px;
		left: auto;
		top: 5px;
		height: 25px;
	}
	
	span.line1, span.line2, span.line3 {
		right: 0px;
	}
	
	span.line1 {
		top: 2.5px;
	}
	
	span.line2 {
    left: 20px;
	}
	
	span.line3 {
		left: 10px;
		top: 17.5px
	}
	
	.descriptionmenu {
		display: none;
	}
	
	.title-area {
		width: auto;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		text-align: left;
		top: 17px;
		position: relative;
	}
	
	.line4, #title > a:nth-child(1) {
		display: none;
	}
	
	span.logo {
    height: 35px;
    width: 60px;
    position: absolute;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(00deg);
    -moz-transform: rotate(00deg);
    right: auto;
    left: 0px;
    bottom: auto;
    top: -48px;
    background-size: cover;
    margin: auto;
	}
	
	.titleblogs {
		width: auto;
		left: 25px;
		bottom: 65px;
		right: 25px;
		text-align: center;
	}
	
	.titleblogs h3, .titleblogs h1 {
		font-size: 35px;
		font-size: 3.5rem;
	}
	
	.scroll p {
		display: none;
	}
	
	a.link.scroll {
		left: 0px;
		width: 20px;
		margin: auto;
		padding: 0px;
	}
	
	.overlayheaderpage {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(26,26,24,0.75) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(26,26,24,0.75) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(26,26,24,0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a61a1a18',GradientType=0 );
	}
	
	#menu-menu-header {
		display: none;
	}
	
	.headerpage {
		height: calc(100vh - 130px);
		min-height: 450px;
	}
	
	.owl-nav {
		left: 0px;
		right: 0px;
		margin: auto;
		text-align: center;
	}
	
	.owl-prev, .owl-next {
	display: block;
	width: 50%; 
	float: left;
	}
	
	.owl-next {
		margin: 0px;
	}
	
	.headerpage .owl-next {
    	border-left: 0px solid #ED9191;
	}
	
	blockquote {
		font-size: 18px;
		padding-left: 25px;
		line-height: 25px;
	}
	
	.blogstitle {
		right: 35px;
	}
	
	.blogstitle h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.relatedblogs {
		padding-bottom: 100px;
	}
	
	.services .owl-nav, .relatedblogs .owl-nav {
    position: absolute;
    top: auto;
    right: 5%;
    left: 5%;
    bottom: -68px;
    text-align: center;
    padding: 0px;
	}
    
    .owl-item.active .lookmore {
        margin-left: 0px;
    }
	
	.archive-description, .author-box {
		padding-top: 150px;
		border-left: 0px;
        padding-left: 5%;
        padding-right: 5%;
	}
	
	.blog .site-header, .archive .site-header {
		border-bottom: 1px solid;
	}

	.bloghome {
		border-left: 0px;
		padding: 75px 5%;
	}
	
	#category-select {
		border-left: 0px solid #2C2C2C;
		padding-top: 75px;
	}
	
	#category-select select {
		padding: 24px 5%;
	}
	
	.bloghome .entry {
		height: 50vh;
		min-height: 350px;
		border-top: 5px solid #1A1A18;
		border-bottom: 5px solid #1A1A18;
		border-left: 0px;
		border-right: 0px;
		overflow: hidden;
		width: 100%;
		float: none;
	}
	
	#breadcrumbs {
    	line-height: 25px;
	}
	
	.overview {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.overview .one-third.first {
		border-left: 0px;
		border-right: 0px solid #ED9191;
	}
	
	.overview .one-third {
		border-left: 0px solid #ED9191;
		font-size: 18px;
		font-size: 1.8rem;
		border-bottom: 1px solid #dadada;
	}
	
	.overview div.one-third:nth-child(3) {
		border-bottom: 0px solid #dadada;
	}
	
	.margin.overview {
		margin-top: 25px;
	}
	
	.grid .attachment-full {
   		width: 100%;
	}
	
	.contact, .sharebuttons {
		padding: 50px 5%;
		text-align: center;
	}
	
	.contact p {
		text-align: center;
	}
	
	.overlaymenu {
    position: fixed;
	left: 0px;
    top: 70px;
	}
	
	.menupartleft {
		border-left: 0px;
	}
	
	.menupartleft, .menupartright {
		border-top: 1px solid;
	}
	
	.menupartleft ul, .menupartright ul {
		top: 50%;
		max-width: 140px;
		margin: auto;
	}
	
	.menupartleft li, .menupartright li, .archive-description, .author-box {
		font-size: 14px;
	}
	
	body > div {
    font-size: 1.5rem;
	}
	
	h1 {
	font-size: 30px;
	font-size: 3.0rem;
	}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.bigfont {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}
	
	.footer-widgets, .relatedblogs {
		border-left: 0px solid #2C2C2C;
	}
	
	.section .fp-tableCell {
		vertical-align: super;
	}
	
	li.current_page_item::after {
		bottom: 22px;
	}
	
	.genesis-footer-widgets {
		overflow: hidden;
	}
	
	.recensies .owl-carousel, .recensies .owl-stage-outer, .recensies .owl-stage, .recensies .owl-item {
		height: auto;
	}
	
	.marks {
		width: auto;
		border-top: 0px;
		border-bottom: 1px solid #dadada;
		left: 0px;
		right: 0px;
		margin-left: 5%;
		margin-right: 5%;
		position: relative;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.marks .one-half {
		width: 50%;
		float: left;
	}
	
	.section .recensies .owl-carousel .one-half.first {
		height: 35vh;
		padding: 0px 5% 0px;
		min-height: 300px;
	}
	
	.section .recensies .one-half.second {
		height: 100%;
		padding: 0px 10%;
		padding-bottom: 50px;
		margin-top: 25px;
	}
	
	.marks .small {
		font-size: 8px;
	}
	
	.recensies .owl-nav {
		position: absolute;
		bottom: -115px;
		left: 0px;
		right: 0px;
		top: auto;
		font-size: 10px;
	}
	
	p.recensietext {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.625;
	}
	
	.recensie {
    	margin-top: 75px;
	}
	
	.services .center {
		height: 100%;
		top: 0%;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		padding: 75px 0px;
		padding-bottom: 100px
	}
	
	li.pagination-previous, li.pagination-next {
  	display: none;
	}
    
    .conversionbar {
        display: none !important;
    }
}

@media only screen and (max-width: 335px) {
	.servicetitle h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	
	.services .owl-nav, .relatedblogs .owl-nav {
    font-size: 10px;
	font-size: 1.0rem;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* # Row & algemeen
---------------------------------------------------------------------------------------------------- */

.row {
	overflow: auto;
	padding: 75px 0px;
}

.section .row {
	height: 100%;
	position: relative;
}

.grey {
	background: #f2f2f2;
}

.textinner {
	max-width: 1024px;
	margin: auto;
	overflow: auto;
	height: auto;
	position: relative;
	padding: 20px 0px;
}

@media only screen and (max-width: 960px) {
	.textinner {
	padding: 20px 5%;
	}
}

.textinner.wide {
	max-width: 1180px;
}

.margin {
	overflow: auto;
    margin-top: 50px;
	margin-bottom: 50px;
}

.white {
	color: #ffffff;
}

.pink {
	background: #ED9191;
}

.section, .relative {
	position: relative;
}

.section {
	height: 100vh;
	min-height: 550px;
}

.section.footer {
	min-height: 0px;
}

.center {
    margin: auto;
	height: auto;
    top: 50%;
	bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	position: relative;
}

.recensie .center {
	 top: 45%;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.border-top {
	border-top: 1px solid #dadada;
}

iframe {
	height: 450px;
}

@media only screen and (max-width: 960px) {
iframe {
	height: 250px;
}

.older .attachment-full  {
	width: 100%;
}
}