/*
Theme Name: Huysraat
Theme URI: http://www.excellutions.nl
Author: C.P.M. Bastiaansen
Author URI: http://www.excellutions.nl/
Description: Thema ontworpen door CAPAZ - Marius Regterschot. Technische realisatie EXCELLUTIONS | C.P.M. Bastiaansen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: habion

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@font-face {
    font-family: 'Averta Regular';
    src: url('fonts/Averta-Regular/averta-regular-webfont.woff2') format('woff2'),
         url('fonts/Averta-Regular/averta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta Bold';
    src: url('fonts/Averta-Bold/averta-bold-webfont.woff2') format('woff2'),
         url('fonts/Averta-Bold/averta-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




html {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	position: relative;
	display: inherit;
	font-family: 'Averta Regular';
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	color: #383838;
  	height: 100%;
	width: 100%;
}



* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Averta Bold';
}

h1 {
	font-size: 48px;
	line-height: 56px;
}

h2 {
	font-size: 50px;
	line-height: 58px;
	color: #7d887a;
	margin-bottom: 70px;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	color: #7d887a;
	margin-bottom: 0;
}

p {
	margin-bottom: 18px;
}

a {
	color: #000000;
}

a:hover, 
a:focus {
	text-decoration: underline;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a:focus {
	outline: 0 none;
}

a:hover:before,
a:hover:after {
	text-decoration: none!important;
}

blockquote {
	border-left: 0 none!important;
	margin-left: 0;
	padding: 15px 0!important
}

blockquote p {
	font-size: 32px!important;
	color: #009cc4!important;
	font-weight: 600!important;
	font-style: italic!important;
}

img.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}







/* ---- HEADER ---- */
#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #7d887a;
	z-index: 25000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	box-shadow: 0 none;
	-webkit-box-shadow: 0 none;
	-moz-box-shadow: 0 none;
	-ms-box-shadow: 0 none;
	-o-box-shadow: 0 none;
}

#header-wrapper.drop-shadow {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0 3px 3px rgba(0, 0, 0, 0.5);
	-o-box-shadow:0 3px 3px rgba(0, 0, 0, 0.5);
}




/* ---- HOOFDMENU ---- */
#header-main-menu-wrapper .navbar-collapse.collapse {
	display: block;
}

#header-main-menu-wrapper {
	position: relative;
	text-align: left;
	height: 100px;
}

#header-main-menu-wrapper ul {
	display: table;
	list-style: none;
	height: 100px;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

#header-main-menu-wrapper ul li {
	display: table-cell;
	height: 100px;
	/* line-height: 100px; */
	margin: 0 15px;
}

#header-main-menu-wrapper .caret {
	display: none;
}

#header-main-menu-wrapper li ul {
	display: none;
}

#header-main-menu-wrapper li.menu-item-has-children > a:after {
	font-family: 'Fontawesome';
	content: "\f107";
	font-size: 22px;
	color: #f9b000;
	margin-left: 7px;
	margin-top: 5px;	
}

#header-main-menu-wrapper li a {
	display: inline-block;
	font-size: 36px;
	height: 100px;
	line-height: 100px;
	color: #dadad2;
	text-transform: lowercase;
}


.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: transparent;
	color: #272049;
}

#header-main-menu-wrapper li:hover ul {
	position: absolute;
	top: 46px;
	display: table!important;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 20000;
	box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-moz-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-ms-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-o-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);	
}

#header-main-menu-wrapper ul li ul {
	height: auto;
}

#header-main-menu-wrapper ul li ul li {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-bottom: 2px solid #e2ddd2;
	margin: 0;
}

#header-main-menu-wrapper ul li ul li a {
	display: inline-block;
	font-size: 16px;
	color: #438d7c;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

#header-main-menu-wrapper ul li ul li a:hover,
#header-main-menu-wrapper ul li ul li a:focus {
	background-color: transparent;
	text-decoration: underline;
}







		
/* ---- GOOGLE MAPS ---- */
.google-maps-container .textwidget p {
	height: 315px;
	margin: 0;
}

.google-maps-container iframe {
	max-width: 100%;
	height: auto;
	min-height: 100%;	
}




/* ---- ALGEMEEN ---- */
#site-content-wrapper {
	padding-top: 100px;
}




/* ---- FRONTPAGE ---- */
#fp-content-wrapper {
	background-color: #7d887a;
	padding: 100px 0;
}

#fp-intro-wrapper {
	background-color: #ffffff;
	height: 400px;
}


/* ---- FRONTPAGE --> BRANDS ---- */
#fp-brands-wrapper {
	color: #dadad2;
	background-color: #383838;
	height: auto;
	padding: 100px 0;
}

#fp-brands-wrapper ul.fp-brands-links-container {
	width: 100%;
	list-style: none;
	column-count: 2;
	column-width: 50%;
}

#fp-brands-wrapper ul.fp-brands-links-container li {
	font-size: 20px;
	line-height: 34px;
}

#fp-brands-wrapper ul.fp-brands-links-container li.active {
	color: #c66e0e;
}

#fp-brands-wrapper ul.fp-brands-links-container li:hover,
#fp-brands-wrapper ul.fp-brands-links-container li:focus {
	cursor: pointer;
	color: #c66e0e;
	text-decoration: none;	
}

#fp-brands-wrapper .fp-brands-content-container {
	position: relative;
}

#fp-brands-wrapper .fp-brands-content-content {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 18px;
	line-height: 24px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#fp-brands-wrapper .fp-brands-content-content h3 {
	font-family: 'Averta Bold';
	font-size: 20px;
	color: #dadad2;
	font-weight: normal;
	margin: 0;
}

#fp-brands-wrapper .fp-brands-content-content.active {
	opacity: 1;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#fp-brands-wrapper .fp-brands-content-content.active .fp-brands-image-container {
	height: 0;
	padding-bottom: 62.5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}





#fp-outro-wrapper {
	background-color: #ffffff;
	height: 400px;
}


/* ---- CONTACT ---- */
#fp-about-wrapper {
	background-color: #dadad2;
	padding: 100px 0;
}

#fp-about-wrapper h3 {
	font-family: 'Averta Regular';
	font-weight: 600;
	font-size: 28px;
	color: #383838;
	line-height: 36px;
	margin-bottom: 18px;	
}



/* ---- FRONTPAGE --> IMAGES ---- */
#fp-images-wrapper {
	position: relative;
	background-color: #ffffff;
	z-index: 1000;
}

/* ---- FRONTPAGE --> IMAGES --> LEFT-BOTTOM + RIGHT-TOP ---- */
#fp-images-wrapper .fp-images-single-image-left-bottom {
	position: relative;
	margin-top: -125px;
	bottom: -50px;
}

#fp-images-wrapper .fp-images-single-image-left-bottom img,
#fp-images-wrapper .fp-images-single-image-right-top img {
	max-width: 100%;
	height: auto;
}

#fp-images-wrapper .fp-images-single-image-right-top {
	position: relative;
	top: -50px;
}

/* ---- FRONTPAGE --> IMAGES --> LEFT-TOP + RIGHT-BOTTOM ---- */
#fp-images-wrapper .fp-images-single-image-left-top {
	position: relative;
	top: -50px;
}

#fp-images-wrapper .fp-images-single-image-left-top img,
#fp-images-wrapper .fp-images-single-image-right-bottom img {
	max-width: 100%;
	height: auto;
}

#fp-images-wrapper .fp-images-single-image-right-bottom {
	position: relative;
	margin-top: -125px;
	bottom: -50px;
}



/* ---- FRONTPAGE --> IMAGES + TEKST ---- */

/* ---- FRONTPAGE --> IMAGES+TEXT --> LEFT-BOTTOM + RIGHT-TOP & TEXT RIGHT BOTTOM ---- */
#fp-images-text-wrapper .fp-images-text-single-image-left-bottom {
	position: relative;
	margin-top: -100px;
	bottom: -50px;
}

#fp-images-text-wrapper .fp-images-text-single-image-left-bottom img,
#fp-images-text-wrapper .fp-images-text-single-image-right-top img {
	max-width: 100%;
	height: auto;
}

#fp-images-text-wrapper .fp-images-text-single-image-right-top {
	position: relative;
	top: -50px;
}

#fp-images-text-wrapper .fp-images-text-right-bottom-container {
	position: relative;
	display: table;
	width: 100%;
}

#fp-images-text-wrapper .fp-images-text-right-bottom {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

#fp-images-text-wrapper .fp-images-text-right-bottom p {
	width: 100%;
}


/* ---- FRONTPAGE --> IMAGES+TEXT --> LEFT-TOP + RIGHT-BOTTOM & TEXT LEFT BOTTOM ---- */
#fp-images-text-wrapper .fp-images-text-single-image-right-bottom {
	position: relative;
	margin-top: -100px;
	bottom: -50px;
}

#fp-images-text-wrapper .fp-images-text-single-image-right-bottom img,
#fp-images-text-wrapper .fp-images-text-single-image-left-top img {
	max-width: 100%;
	height: auto;
}

#fp-images-text-wrapper .fp-images-text-single-image-left-top {
	position: relative;
	top: -50px;
}

#fp-images-text-wrapper .fp-images-text-left-bottom-container {
	position: relative;
	display: table;
	width: 100%;
}

#fp-images-text-wrapper .fp-images-text-left-bottom {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

#fp-images-text-wrapper .fp-images-text-left-bottom p {
	width: 100%;
}






/* ---- FOOTER ---- */
#footer-wrapper {
	position: relative;
	color: #383838;
	height: auto;
	min-height: 300px;
	width: 100%;
	background-color: #c56e0e;
	padding: 100px 0;
}



/* ---- FOOTER --> LOGO ---- */
#footer-wrapper {
	font-family: 'Averta Regular';
	font-size: 22px;
	color: #383838;
}

#footer-wrapper p {
	margin-bottom: 10px;
}

#footer-wrapper a.footer-logo-container {
	position: relative;
	display: block;
	height: auto;
	min-height: 200px;
	width: 100%;
	
}

#footer-wrapper .footer-logo-content {
	display: block;
	height: auto;
	min-height: 200px;
	width: 100%;
	background-image: url("images/logos/Logo-Liv-Inn-White.png");
	background-size: auto 60px;
	background-position: top left;
	background-repeat: no-repeat;	
}

#footer-wrapper h3.footer-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}

#footer-wrapper .footer-position-2 h3.footer-title,
#footer-wrapper .footer-position-3 h3.footer-title {
	visibility: hidden;
}

#footer-wrapper .footer-position-3 ul {
	list-style: none;
	padding-left: 0;
}

#footer-wrapper .footer-position-3 ul li {
	margin-bottom: 10px;
}

#footer-wrapper .footer-position-3 ul li a {
	color: #ffffff;
}



/* ---- WOOCOMMERCE ---- */
body.woocommerce-page {
	font-size: 18px;
	line-height: 24px;
}

body.woocommerce-page h2 {
	margin-bottom: 30px;
}

body.woocommerce-page .product_meta {
	display: none;
}

body.woocommerce-page .related.products h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

body.woocommerce-page table.variations {
	font-family: 'Averta Regular';
	font-size: 14px;
}

body.woocommerce-page table.variations td.label {
	display: block;
	width: 100%;
}

body.woocommerce-page table.variations td.value select {
	width: 100%;
}

body.woocommerce-page .woocommerce-variation-price {
	margin-bottom: 20px;
}

body.woocommerce-page #tab-description h2 {
	display: none;
}

#site-content-wrapper .content-area.huysraat {
	padding: 60px 0;
	font-size: 18px;
	line-height: 24px;
}

.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs img {
	padding: 5%;
}




/* ---- COOKIE ALERT ---- */
#cookie-notice {
	font-family: 'Open Sans';
	z-index: 1000000!important;
}

.cn-button.bootstrap.button.habion {
	color: #ffffff;
	background-image: none;
	background-color: #242547;
	text-shadow: 0;
	-webkit-text-shadow: 0;
	-moz-text-shadow: 0;
	-ms-text-shadow: 0;
	-o-text-shadow: 0;
	border: 0 none;
	/* border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0; */
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	-o-box-shadow: 0;
}

.cn-button.bootstrap.button.habion:hover {
	color: #ffffff;
	background-color: #242547;
}







@media(max-width: 767px) {
	body {
		font-size: 18px;
	}
	
	blockquote p {
		font-size: 24px!important;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	img.alignright {
		clear: both;
		float: inherit;
		margin-bottom: 10px;
		margin-left: 0;
	}

	img.alignleft {
		clear: both;
		float: inherit;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	#breadcrumb-container {
		display: table;
		height: 50px;
		line-height: normal;
		vertical-align: middle;
		margin-top: 75px;
		margin-bottom: 20px;
	}
	
	#breadcrumb-container p {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
		
	}
	
	#breadcrumb-container a {
		line-height: normal;
	}
	
	#breadcrumb-container .breadcrumb_last {
		line-height: 18px!important;
	}
	
	iframe {
		max-width: 100%;
	}
	
	
	
	/* ---- TOP-HEADER ---- */	
	top-header-search-button {
		position: absolute;
		top: 7px;
		right: 65px;
		float: right;
		height: 40px;
		width: 40px;
		background-image: url('images/icons/Icoon - Zoeken.png');
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 15px;
	}

	.top-header-search-container {
		margin-right: 65px;
	}

	.top-header-search-container.visible {
		top: 10px;
	}
	
	.top-header-search-container input[type="text"] {
		width: 115px;
	}
	
	
	
	/* ---- HEADER ---- */	
	#header-wrapper {
		height: auto;
		min-height: 60px;
		width: 100vw;
		max-width: 100vw;
	}
	
	#header-wrapper .header-logo-container {
		display: block;
		background-color: transparent;
		height: 100px;
		z-index: 25000;
	}
	
	#header-wrapper .header-logo-container .header-logo {
		height: 100px;
		width: calc( 100% - 30px);
	}
	
	#header-wrapper	a.header-logo-container {
		border: 0 none;
	}
	
	#header-wrapper a.header-logo-container:hover,
	#header-wrapper a.header-logo-container:focus {
		background: 0 none;
	}
	
	
	#header-main-menu-wrapper {
		top: 0;
	}
	
	#header-main-menu-wrapper .navbar-collapse.collapse {
		display: none;
	}
	
	#header-main-menu-wrapper .navbar-collapse.collapse.in {
		position: fixed;
	}
	
	#header-main-menu-wrapper .navbar-toggle.menu-close {
		position: relative;
		float: right;
		height: 25px;
		width: 35px;
		top: 40px;
		z-index: 20000;
		background-image: url(images/buttons/Huysraat-Pancake.png);
		background-size: 33px 20px;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 100000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		border: 0 none;
		background-color: transparent
	}
	
	#header-main-menu-wrapper .navbar-toggle.menu-open {
		position: relative;
		float: right;
		height: 25px;
		width: 35px;
		top: 40px;
		z-index: 20000;
		background-image: url(images/buttons/Huysraat-Pancake-Menu-Close.png);
		background-size: 21px 21px;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 100000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		border: 0 none;
		background-color: transparent
	}
	
	#header-main-menu-wrapper .navbar-toggle .icon-bar {
		position: relative;
		background-color: transparent;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		z-index: 20000;
	}
	
	#header-main-menu-wrapper .navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 100vh!important;
		width: 100vw;
		border-top: 0;
		padding-top: 125px;
		box-shadow: none;
		background-color: #7d887a;
		z-index: 15000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	#header-main-menu-wrapper .navbar-collapse.in {
		position: fixed;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	#header-main-menu-wrapper .navbar-collapse.collapse.show {
		display: inherit!important;
	}
	
	#header-main-menu-wrapper ul.navbar-nav {
		padding: 0 15px;
		width: 100vw;
		height: auto;
	}
	
	#header-main-menu-wrapper .navbar-nav > li {
		display: inline-block;
		height: auto;
		width: 100%;
		margin: inherit;
		border-bottom: 1px solid #dadad2;
	}
	
	#header-main-menu-wrapper .navbar-nav > li:first-child {
		border-top: 1px solid #dadad2;
	}
	
	#header-main-menu-wrapper .navbar-nav li a {
		font-size: 26px;
		font-weight: 400;
		height: 60px;
		line-height: 60px;
		color: #dadad2;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#header-main-menu-wrapper li.menu-item-has-children > a::after {
		magin-top: 0;
		margin-left: 0;
	}
	
	#header-main-menu-wrapper .navbar-nav > li > a:hover,
	#header-main-menu-wrapper .navbar-nav > li > a:focus {
		color: #438D7C;
		text-decoration: none;
	}
	
	#header-main-menu-wrapper .navbar-nav li a:after {
		position: absolute;
		right: 0;
	}
	
	#header-main-menu-wrapper .navbar-nav li ul {
		display: none;
	}
	
	#header-main-menu-wrapper .navbar-nav li:hover ul {
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		display: block!important;
		background-color: transparent;;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
		padding-top: 0;
		z-index: 20000;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;	
		border: 0 none;
		/* border-bottom: 1px solid #D7D1C3; */
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	#header-main-menu-wrapper .navbar-nav li:hover li  {
		height: 30px;
		line-height: 30px;
		list-style: none;
		overflow: hidden; 
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: 0 none;
		/* width: 100%; */
	}
	
	#header-main-menu-wrapper .navbar-nav li:hover li a {
		font-family: 'Open Sans';
		font-size: 18px;
		line-height: 30px;
		color: #272049;	
		text-indent: 40px;
	}
	
	
	
	/* ---- SITE ---- */
	#site-wrapper {
		margin-top: 125px;
	}
	
	#fp-content-wrapper {
		padding: 30px 0;
	}
	
	#fp-content-wrapper .fp-content-content-container {
		padding-bottom: 30px;
	}
	
	#fp-images-text-wrapper .fp-images-text-single-image-right-top {
	}
	
	#fp-images-text-wrapper .fp-images-text-single-image-left-bottom {
		margin-top: 0;
	}
	
	#fp-brands-wrapper ul.fp-brands-links-container {
		padding-left: 0;
		margin-bottom: 30px
	}
	
	#fp-brands-wrapper ul.fp-brands-links-container li {
		font-size: 14px;
	}
	
	#fp-images-text-wrapper .fp-images-text-single-image-right-bottom {
		margin-top: 0;
	}
	
	#fp-images-wrapper .fp-images-single-image-left-bottom {
		margin-top: -75px;
		margin-bottom: -50px;
	}
	
	
	
	
	
	/* ---- FOOTER ---- */
	#footer-wrapper {
		top: 30px;
	}
	#footer-wrapper a.footer-logo-container,
	#footer-wrapper .footer-logo-content {
		min-height: 100px;
	}
	
	#footer-wrapper .footer-position-1,
	#footer-wrapper .footer-position-2,
	#footer-wrapper .footer-position-3 {
		min-height: inherit;
		margin-bottom: 18px;
	}
	
	#footer-wrapper .footer-position-2 {
		margin-bottom: 60px;
	}
		
	#footer-wrapper .footer-position-2 h3.footer-title, 
	#footer-wrapper .footer-position-3 h3.footer-title {
		display: none;
	}
	
	
	
	
	
	
	

}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: landscape) {
		body {
			width: 100vw;
		}
		
		.header-logo-container {
			margin-left: 0;
		}
		
		.header-logo-container-vertical .header-logo-vertical {
			width: 135px;
		}
		
		#header-main-menu-wrapper {
			position: relative;
			left: -60px;
			z-index: 10000;
		}
		
		.header-logo-container-horizontal .header-logo-horizontal {
			left: 0;
			width: 200px;
			background-size: 175px auto;
			overflow: hidden;
		}
		
		.navbar-nav li a {
			font-size: 20px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		
		.navbar-nav li.menu-item-has-children a::after {
			font-size: 20px;
			margin-left: 2px;
		}
		
		
}


/* ---- CHANGE BREAKPOINT ---- */
@media (max-width: 991px) {
	  .navbar-header {
		  float: none;
	  }
	  .navbar-left,.navbar-right {
		  float: none !important;
	  }
	  .navbar-toggle {
		  display: block;
	  }
	  .navbar-collapse {
		  /* border-top: 1px solid transparent;
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
	  }
	  .navbar-fixed-top {
		  /* top: 0;
		  border-width: 0 0 1px; */
	  }
	  .navbar-collapse.collapse {
		  display: none!important;
	  }
	  .navbar-nav {
		  /* float: none!important;
		  /* margin-top: 7.5px; */
	  }
	  .navbar-nav>li {
		  float: none;
	  }
	  .navbar-nav>li>a {
		  padding-top: 10px;
		  padding-bottom: 10px;
	  }
	  .collapse.in{
		  display:block !important; 
	  }
	}



	
	
@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		body {
			font-size: 18px;
		}

		blockquote p {
			font-size: 24px!important;
		}

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

		img.alignright {
			clear: both;
			float: inherit;
			margin-bottom: 10px;
			margin-left: 0;
		}

		img.alignleft {
			clear: both;
			float: inherit;
			margin-bottom: 10px;
			margin-right: 0;
		}

		#breadcrumb-container {
			display: table;
			height: 50px;
			line-height: normal;
			vertical-align: middle;
			margin-top: 75px;
			margin-bottom: 20px;
		}

		#breadcrumb-container p {
			display: table-cell;
			height: 50px;
			vertical-align: middle;

		}

		#breadcrumb-container a {
			line-height: normal;
		}

		#breadcrumb-container .breadcrumb_last {
			line-height: 18px!important;
		}

		iframe {
			max-width: 100%;
		}



		/* ---- TOP-HEADER ---- */	
						top-header-search-button {
			position: absolute;
			top: 7px;
			right: 65px;
			float: right;
			height: 40px;
			width: 40px;
			background-image: url('images/icons/Icoon - Zoeken.png');
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 15px;
		}

		.top-header-search-container {
			margin-right: 65px;
		}

		.top-header-search-container.visible {
			top: 10px;
		}

		.top-header-search-container input[type="text"] {
			width: 115px;
		}



		/* ---- HEADER ---- */	
		#header-wrapper {
			height: auto;
			min-height: 60px;
			width: 100vw;
			max-width: 100vw;
		}

		#header-wrapper .header-logo-container {
			display: block;
			background-color: transparent;
			height: 100px;
			z-index: 25000;
		}

		#header-wrapper .header-logo-container .header-logo {
			height: 100px;
			width: calc( 100% - 30px);
		}

		#header-wrapper	a.header-logo-container {
			border: 0 none;
		}

		#header-wrapper a.header-logo-container:hover,
		#header-wrapper a.header-logo-container:focus {
			background: 0 none;
		}


		#header-main-menu-wrapper {
			top: 0;
		}

		#header-main-menu-wrapper .navbar-collapse.collapse {
			display: none;
		}

		#header-main-menu-wrapper .navbar-collapse.collapse.in {
			position: fixed;
		}

		#header-main-menu-wrapper .navbar-toggle.menu-close {
			position: relative;
			float: right;
			height: 25px;
			width: 35px;
			top: 40px;
			z-index: 20000;
			background-image: url(images/buttons/Livinn-Pancake.png);
			background-size: 33px 20px;
			background-position: center;
			background-repeat: no-repeat;
			z-index: 100000;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			border: 0 none;
			background-color: transparent
		}

		#header-main-menu-wrapper .navbar-toggle.menu-open {
			position: relative;
			float: right;
			height: 25px;
			width: 35px;
			top: 40px;
			z-index: 20000;
			background-image: url(images/buttons/Livinn-Pancake-Menu-Close.png);
			background-size: 21px 21px;
			background-position: center;
			background-repeat: no-repeat;
			z-index: 100000;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			border: 0 none;
			background-color: transparent
		}

		#header-main-menu-wrapper .navbar-toggle .icon-bar {
			position: relative;
			background-color: transparent;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			z-index: 20000;
		}

		#header-main-menu-wrapper .navbar-collapse {
			position: fixed;
			top: 0;
			left: 0;
			min-height: 100vh!important;
			width: 100vw;
			border-top: 0;
			padding-top: 125px;
			box-shadow: none;
			background-color: #F3F0EA;
			z-index: 15000;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}

		#header-main-menu-wrapper .navbar-collapse.in {
			position: fixed;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}

		#header-main-menu-wrapper .navbar-collapse.collapse.show {
			display: inherit!important;
		}

		#header-main-menu-wrapper ul.navbar-nav {
			padding: 0 15px;
			width: 100vw;
			height: auto;
		}

		#header-main-menu-wrapper .navbar-nav > li {
			display: inline-block;
			height: auto;
			width: 100%;
			margin: inherit;
			border-bottom: 1px solid #D7D1C3;
		}

		#header-main-menu-wrapper .navbar-nav > li:first-child {
			border-top: 1px solid #D7D1C3;
		}

		#header-main-menu-wrapper .navbar-nav li a {
			font-size: 26px;
			font-weight: 400;
			height: 60px;
			line-height: 60px;
			color: #272049;
			padding-top: 0;
			padding-bottom: 0;
		}

		#header-main-menu-wrapper li.menu-item-has-children > a::after {
			magin-top: 0;
			margin-left: 0;
		}

		#header-main-menu-wrapper .navbar-nav > li > a:hover,
		#header-main-menu-wrapper .navbar-nav > li > a:focus {
			color: #438D7C;
			text-decoration: none;
		}

		#header-main-menu-wrapper .navbar-nav li a:after {
			position: absolute;
			right: 0;
		}

		#header-main-menu-wrapper .navbar-nav li ul {
			display: none;
		}

		#header-main-menu-wrapper .navbar-nav li:hover ul {
			position: relative;
			width: 100%;
			height: auto;
			top: 0;
			display: block!important;
			background-color: transparent;;
			padding-left: 0;
			padding-right: 0;
			padding-bottom: 15px;
			padding-top: 0;
			z-index: 20000;
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;	
			border: 0 none;
			/* border-bottom: 1px solid #D7D1C3; */
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}

		#header-main-menu-wrapper .navbar-nav li:hover li  {
			height: 30px;
			line-height: 30px;
			list-style: none;
			overflow: hidden; 
			text-overflow: ellipsis;
			white-space: nowrap;
			border-bottom: 0 none;
			/* width: 100%; */
		}

		#header-main-menu-wrapper .navbar-nav li:hover li a {
			font-family: 'Open Sans';
			font-size: 18px;
			line-height: 30px;
			color: #272049;	
			text-indent: 40px;
		}



		/* ---- SITE ---- */
		#site-wrapper {
			margin-top: 125px;
		}



		/* ---- FONTPAGE ---- */
		.fp-banner-single-item-text-container {
			display: none;
		}
		
		#fp-content-blocks-wrapper {
			padding-bottom: 60px;
		}

		#fp-title-wrapper h1.fp-content-blocks-title {
			font-size: 34px;
		}

		#fp-content-blocks-wrapper .fp-content-blocks-single-container {
			height: auto;
		}

		#fp-content-blocks-wrapper #fp-content-blocks-image-container .fp-block-image-content-container {
			position: relative;
			height: 0;
			padding-bottom: 100%;
			overflow: hidden;
			object-fit: cover;
		}

		fp-content-blocks-image-container,
		#fp-content-blocks-wrapper .fp-content-blocks-content-container {
			position: relative;
			height: auto;
			overflow: hidden;
		}


		#fp-content-blocks-wrapper .fp-content-blocks-content-container h2 {
			font-size: 28px;
			line-height: 40px;
		}

		#fp-quote-wrapper .fp-quote-content-container .fp-quote-content-content h3 {
			font-size: 26px;
			line-height: 34px;
		}

		#fp-quote-wrapper::before {
			top: -59px;
		}

		#fp-quote-wrapper .fp-quote-content-container {
			font-size: 20px;
			line-height: 24px;
		}

		#fp-latest-news-wrapper {
			margin-bottom: 30px;
		}

		#fp-latest-news-wrapper a {
			margin-top: 0;
		}

		#fp-latest-news-wrapper .fp-single-news-item-image img {
			height: 115px;
			width: 115px;
		}

		#fp-latest-news-wrapper .fp-single-news-item-content .fp-single-news-item-date {
			font-size: 14px;
		}

		#fp-latest-news-wrapper .fp-single-news-item-content .fp-single-news-item-title {
			font-size: 20px;
			margin-top: 10px;
		}



		/* ---- PAGES ---- */
		#page-wrapper #page-banner-wrapper {
			height: auto;
			width: calc( 100% - 15px );
			padding: 0 0 0 15px;
		}

		#page-wrapper #page-banner-wrapper .page-banner-image-container img {
			min-width: 100%;
			max-width: 100%;
			height: 200px;
			object-fit: cover;
		}

		#page-wrapper #page-banner-wrapper .page-banner-title-container {
			width: 80%;
			margin: 0 auto;
			position: absolute;
			bottom: -100px;
			right: 10%;
			left: 10%;
		}

		#page-wrapper #page-banner-wrapper .page-banner-title-content {
			height: auto;
		}

		#page-wrapper #page-content-wrapper {
			margin-bottom: 0;
		}

		#page-wrapper h1.page-title{
			font-size: 36px; 
			line-height: 48px;
			min-height: 150px;
			padding: 30px;
		}


		/* ---- PAGE --> NIEUWS ---- */
		#news-overview-wrapper #news-banner-wrapper,
		#single-news-wrapper #news-banner-wrapper {
			max-width: calc( 100% - 15px);
			padding: 0 0 0 15px;
		}

		#news-overview-wrapper #news-banner-wrapper .news-banner-image-container img,
		#single-news-wrapper #news-banner-wrapper .news-banner-image-container img {
			min-width: 100%;
			max-width: 100%;
			height: 200px;
			object-fit: cover;
		}

		#news-overview-wrapper #news-banner-wrapper .news-banner-title-content,
		#single-news-wrapper #news-banner-wrapper .news-banner-title-content {
			position: absolute;
			height: auto;
			min-height: 150px;
			width: 80%;
			bottom: 20px;
			margin: 0 auto;
			right: calc( 5% + 15px);
		}

		#news-overview-wrapper #breadcrumb-container,
		#single-news-wrapper #breadcrumb-container {
			margin-top: -30px;
		}

		#news-content-wrapper .single-news-item-thumbnail {
			height: 115px;
			width: 115px;
		}

		#news-content-wrapper .news-content-container {
			padding: 0;
		}

		#news-content-wrapper .single-news-item-container {
			height: 115px;
			padding: 0;
			margin-bottom: 30px;
		}

		#news-overview-wrapper #news-content-wrapper .single-news-item-date {
			font-size: 14px;
		}

		#news-content-wrapper .single-news-item-container h2,
		#news-content-wrapper .single-news-item-container h3 {
			font-size: 20px;
			margin: 10px 0 0 0;
			line-height: 24px;
		}

		#news-overview-wrapper #news-content-wrapper a.single-news-item-readmore {
			display: none;
		}



		/* ---- MODULES ---- */
		#page-wrapper #page-modules-items-wrapper-1,
		#page-wrapper #page-modules-items-wrapper-2,
		#page-wrapper #page-modules-items-wrapper-3,
		#page-wrapper #page-modules-items-wrapper-4,
		#page-wrapper #page-modules-items-wrapper-5,
		#page-wrapper #page-modules-items-wrapper-6,
		#page-wrapper #page-modules-items-wrapper-7,
		#page-wrapper #page-modules-items-wrapper-8,
		#page-wrapper #page-modules-items-wrapper-9 {
			display: inherit;
		}

		#page-wrapper #page-modules-items-wrapper-1 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-2 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-3 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-4 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-5 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-6 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-7 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-8 #page-modules-single-item-wrapper,
		#page-wrapper #page-modules-items-wrapper-9 #page-modules-single-item-wrapper {
			grid-column: inherit;
			grid-row: inherit;
		}

		#page-wrapper #page-modules-items-wrapper-1 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-2 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-3 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-4 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-5 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-6 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-7 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-8 #page-modules-single-item-wrapper.right,
		#page-wrapper #page-modules-items-wrapper-9 #page-modules-single-item-wrapper.right {
			width: 100%;
			left: inherit;
		}

		#page-wrapper #page-modules-items-wrapper-1 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-2 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-3 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-4 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-5 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-6 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-7 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-8 #page-modules-single-item-wrapper.right .container,
		#page-wrapper #page-modules-items-wrapper-9 #page-modules-single-item-wrapper.right .container {
			width: inherit;
		}



		/* ---- PAGES --> MODULES ---- */
		#page-wrapper #page-modules-divider {
			padding: 30px 0;
		}

		#page-wrapper #page-modules-wrapper .single-module-container .single-module-content-container {
			padding: 15px 0;
		}

		#page-wrapper #page-modules-wrapper #single-module-all-modules-titles-wrapper ul {
			column-count: 2;
		}

		#page-wrapper #page-modules-wrapper #single-module-full-wrapper h3.single-module-full-content-top-title {
			font-size: 42px;
			line-height: 50px;
		}

		#page-wrapper #page-modules-wrapper #single-module-full-wrapper h2.single-module-full-content-title {
			font-size: 42px;
			line-height: 50px;
			margin-bottom: 45px;
		}

		#page-wrapper #page-modules-wrapper #single-module-all-modules-titles-wrapper {
			margin-top: 60px;
		}

		#page-wrapper #page-modules-footquote h2 {
			font-size: 42px;
			line-height: 50px;
		}

		#page-wrapper #page-modules-footquote h3 {
			font-size: 38px;
			line-height: 45px;
		}






		/* ---- FOOTER ---- */
		#footer-wrapper {
			top: 30px;
		}
		#footer-wrapper a.footer-logo-container,
		#footer-wrapper .footer-logo-content {
			min-height: 100px;
		}

		#footer-wrapper .footer-position-1,
		#footer-wrapper .footer-position-2,
		#footer-wrapper .footer-position-3 {
			min-height: inherit;
			margin-bottom: 18px;
		}

		#footer-wrapper .footer-position-2 {
			margin-bottom: 60px;
		}

		#footer-wrapper .footer-position-2 h3.footer-title, 
		#footer-wrapper .footer-position-3 h3.footer-title {
			display: none;
		}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: landscape) {
		body {
			width: 100vw;
		}
		
		.header-logo-container {
			margin-left: 0;
		}
		
		.header-logo-container-vertical .header-logo-vertical {
			width: 135px;
		}
		
		#header-main-menu-wrapper {
			position: relative;
			left: -60px;
			z-index: 10000;
		}
		
		.header-logo-container-horizontal .header-logo-horizontal {
			left: 0;
			width: 200px;
			background-size: 175px auto;
			overflow: hidden;
		}
		
		.navbar-nav li a {
			font-size: 20px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		
		.navbar-nav li.menu-item-has-children a::after {
			font-size: 20px;
			margin-left: 2px;
		}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: landscape) {
		
		#header-main-menu-wrapper ul li {
			margin: 0 2px;
		}
		
		#header-main-menu-wrapper li.menu-item-has-children > a:after {
			margin-left: 3px;
		}
		
		#page-wrapper #page-banner-wrapper .page-banner-title-container,
		#news-overview-wrapper #news-banner-wrapper .news-banner-title-container,
		#category-references-wrapper #references-banner-wrapper .references-banner-title-container {
			left: inherit;
			width: 100%;
		}

		#page-wrapper #page-banner-wrapper .page-banner-image-container img,
		#news-overview-wrapper #news-banner-wrapper .news-banner-image-container img,
		#category-references-wrapper #references-banner-wrapper .references-banner-image-container img {
			height: auto;
			right: 0;
			width: 100%;
		}

		#page-wrapper .page-sub-banner-image-title-container .page-sub-banner-title-container {
			left: 0;
			width: 100%;
		}

		#slider #myCarousel.carousel-1 {
			width: inherit;
		}

		#slider #myCarousel.carousel-2 {
			left: inherit;
		}
		
		#news-content-wrapper .single-news-item-content-container h3 {
			font-size: 18px;
		}
}


@media print {
	/*
	body * {
		visibility: hidden;
	}
	*/
	  
   	.noprint {
    	display: none;
   	}
	
	a[href]:after {
    	content: none !important;
	}
	
	.wpgmp_map_container {
		height: 0;
		padding-bottom: 66.66667%;
	}
	
@page {
   margin-top: 0;
   margin-bottom: 0;
 }
	
	/*
	.section-to-print, .section-to-print * {
		visibility: visible;
	  }
	
	.section-to-print {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.section-to-print .habion-social-sharing-buttons {
		visibility: hidden;
	}
	*/
}


/* ---- GRAVITY FORMS ---- */
.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999; }

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999; }

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999; }

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999; }

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee; }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto; }

.ginput_container textarea {
  height: auto; }

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error>p, .validation_error>ul {
  margin-bottom: 0; }

.validation_error>p+p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0; }

#gforms_confirmation_message>p+p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }





/* ---- BACK-TO-TOP-BUTTON ---- */
.sbttBacktotop img {
	height: 40px;
	width: 40px;
}



