/*
Theme Name: Kienehoef theme child
Template: kienehoef-parent
Version: 1.0
Author: Björn Ontwerp
Author URI: http://www.bjorn-ontwerp.nl
*/

/*Wordpress editor styles start*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

html {
	font-size: 18px;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #555;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.8;
	-webkit-font-smoothing: subpixel-antialiased;
	background: #FFF;
	overflow-x: hidden;
}

h1, h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 .small {
	color: #FFF;
}

h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

.btn-default {
	background: none;
	border-radius: 0;
	border: 2px solid #FFF;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 30px;
	box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: #FFF;
	border: 2px solid #FFF;
	color: #5fab2d;
	box-shadow: none;
}

.no-style {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clear {
	clear: both;
	margin: 0;
}

.navbar-default {
	height: 77px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	border: none;
	border-top: 5px solid rgba(98, 173, 45, 0.6);
	z-index: 999;
}

.navbar-default .logo {
	margin: -40px 00 0 50px;
	z-index: 2;
	position: absolute;
}

.navbar-default .navbar-nav {
	margin-left: 280px;
}

.navbar-default .navbar-nav > li {
	margin: 0 20px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #008136;
	padding: 25px 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #61ac2c;
	border-bottom: 2px solid #61ac2c;
}

.navbar-default .btn-reservation {
	float: right;
	margin: 5px 50px 0 0;
}

.navbar-default .navbar-toggle {
	border: 2px solid #61ac2c;
	margin-top: 20px;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #61ac2c;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}

.navbar-default .top-items li {
	float: right;
}

.navbar-default .top-items li .language {
	height: 20px;
	margin: 25px 5px;
}

.mega-menu {
	width: 100%;
	height: 300px;
	display: none;
	margin-top: 62px;
	position: absolute;
	z-index: 1;
}

.mega-menu .content {
	background: #FFF;
	margin-right: 80px;
	margin-left: 80px;
}

.mega-menu .content .sidebar {
	background: #60ac2d;
	padding: 115px 30px 30px 30px;
}

.mega-menu .content .sidebar ul a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.6;
}

.mega-menu .content .target-menu {
	padding-right: 0;
	padding-left: 0;
}

.mega-menu .content .search {
	background: #d6e6c3;
	padding-right: 90px;
	padding-left: 90px;
}

.mega-menu .content .search .search-form label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mega-menu .content .search .search-form .search-field {
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	border: none;
	box-shadow: none;
	font-weight: 300;
	padding: 5px 15px;
}

.mega-menu .content .search .search-form .btn-search {
	background: none;
	border: none;
	margin-left: -30px;
	top: 13px;
	color: #60ac2d;
	position: absolute;
}

.mega-menu .content .items {
	padding: 30px 90px;
}

.mega-menu .content .items .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #61ac2c;
}

.mega-menu .content .items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mega-menu .content .items ul li a {
	color: #000;
}

.mobile-menu {
	display: none;
	width: 100%;
	position: fixed;
	overflow-y: scroll;
	height: 100%;
	right: 0;
	left: 0;
	min-height: 100%;
	z-index: 998;
}

.mobile-menu .search {
	background: #d6e6c3;
	padding-right: 15px;
	padding-left: 15px;
}

.mobile-menu .search .search-form {
	position: relative;
}

.mobile-menu .search .search-form label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mobile-menu .search .search-form .search-field {
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	border: none;
	box-shadow: none;
	font-weight: 300;
	padding: 5px 15px;
}

.mobile-menu .search .search-form .btn-search {
	background: none;
	border: none;
	right: 0;
	top: 13px;
	color: #60ac2d;
	position: absolute;
}

.mobile-menu .sidebar {
	background: #60ac2d;
	padding: 45px 15px 15px 15px;
	margin-top: 77px;
}

.mobile-menu .sidebar ul a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.6;
}

.mobile-menu .items {
	padding: 15px;
	border-top: 1px solid #ccc;
	background: #FFF;
}

.mobile-menu .items .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #61ac2c;
}

.mobile-menu .items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .items ul li {
	padding: 5px 0;
}

.mobile-menu .items ul li a {
	color: #000;
	font-size: 1.2em;
}

.hero-container {
	position: relative;
	height: 100vh;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

.hero-container .title {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 200px;
	z-index: 5;
}

.hero-container .title h1 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.5em;
	line-height: 1;
	top: 100px;
}

.hero-container .button {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 200px;
	z-index: 5;
}

.hero-container video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	overflow: hidden;
}

.mobile-video {
	display: none;
}

.mobile-video {
	position: relative;
}

.mobile-video video {
	width: 100%;
	height: auto;
}

.map-container .mapplic-element {
	height: 100% !important;
}

.map-container .mapplic-element .mapplic-clear-button {
	bottom: 40px !important;
}

.map-container .mapplic-element .mapplic-zoom-buttons {
	bottom: 80px !important;
}

.map-container .mapplic-map .mapplic-map-image {
	position: relative !important;
}

.map-container .mapplic-map .mapplic-tooltip {
	max-width: 450px !important;
	border-radius: 10px !important;
}

.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content {
	text-align: left !important;
}

.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-title {
	font-size: 20px !important;
	line-height: 20px !important;
	font-weight: 700 !important;
}

.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content p {
	font-size: 16px !important;
	line-height: 24px !important;
}

.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description h2 {
	color: #008136 !important;
	font-size: 1.5em !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	text-shadow: none !important;
}

.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description h2 a {
	color: #008136 !important;
}

.sitemap-container {
	padding: 3px 60px;
	color: #FFF;
	border-top: 2px solid #008136;
	background-color: #60ac2d;
	width: 100%;
	bottom: 0;
	position: absolute;
	text-align: left;
}

.sitemap-container .contact-info span {
	margin-left: 20px;
}

.sitemap-container .contact-info span .fa {
	margin-right: 10px;
}

.sitemap-container p {
	margin-bottom: 0;
}

.sitemap-container a {
	color: #FFF;
}

.cta-container {
	padding: 50px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.cta-container .row {
	margin-right: 0;
	margin-left: 0;
}

.cta-container .title {
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	padding: 60px;
}

.cta-container .title h1, .cta-container .title h2 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	margin: 0;
}

.cta-container .text {
	padding: 0;
}

.cta-container .text p {
	color: #FFF;
	margin-top: 0;
}

.cta-container .btn-default {
	margin-top: 10px;
	text-decoration: none;
}

.cta-container a {
	color: #FFF;
	text-decoration: underline;
}

.news-container {
	margin-left: -1px;
	margin-right: -1px;
}

.news-container .item {
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #FFF;
}

.news-container .item img {
	width: 100%;
	height: auto;
}

.news-container .item .content {
	display: block;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background: rgba(96, 172, 45, 0.75);
	position: absolute;
	width: 100%;
	bottom: 0;
}

.news-container .item .content h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	margin: 15px 0;
}

.news-container .item .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor: pointer;
}

.news-container .item .overlay .btn-default {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.news-container .item:hover > .overlay {
	opacity: 1.0;
}

.news-container .item.read-more .overlay {
	opacity: 1.0;
}

.news-container .other-posts {
	display: none;
}

.full-slider-container {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.full-slider-container .item {
	min-height: 400px;
	padding-right: 0;
	padding-left: 0;
}

.content-header-container {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #FFF;
}

.content-header-container .title {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.content-header-container .title h1, .content-header-container .title h2 {
	margin-bottom: 80px;
}

.content-container {
	padding: 60px 120px 40px 120px;
	color: #FFF;
	overflow: auto;
	position: relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.content-container h1, .content-container h2 {
	font-size: 1.5em;
	text-shadow: none;
}

.content-container p {
	color: #FFF;
}

.content-container a {
	color: #FFF;
	text-decoration: underline;
}

.content-container .content {
	padding-right: 40px;
}

.content-container .button {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.content-container .button .btn-default {
	margin-top: 10px;
	text-decoration: none;
}

.content-container .images {
	margin-top: -20px;
}

.content-container .images img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.booking-container {
	padding: 60px 60px 30px 60px;
}

.booking-container .item {
	margin-bottom: 30px;
}

.booking-container .sidebar {
	margin-bottom: 30px;
}

.block-container {
	text-align: center;
	margin-left: -1px;
	margin-right: -1px;
}

.block-container a {
	display: block;
}

.block-container .item {
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #FFF;
}

.block-container .item img {
	width: 100%;
	height: auto;
}

.block-container .item .content {
	padding: 0 90px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	cursor: pointer;
}

.block-container .item .content h2 {
	display: inline;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.block-container .item .title {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.block-container .item .overlay {
	padding: 0 90px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor: pointer;
}

.block-container .item .overlay .overlay-title {
	display: inline;
	border-bottom: 4px solid #60ac2d;
	line-height: 1.4;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.block-container .item .overlay .overlay-title .small {
	font-size: 70%;
}

.block-container .item .overlay .btn-default {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.block-container .item:hover > .overlay {
	opacity: 1.0;
}

.block-container .item:hover > .content {
	display: none;
}

.block-container .item .overlay .zoom {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.block-container .item .overlay .zoom a {
	color: #FFF;
}

.newsletter-container {
	background: #008136;
	padding: 35px 60px 20px 60px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.newsletter-container span {
	font-size: 1.5em;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
}

.newsletter-container .icon {
	color: #FFF;
	margin-right: 15px;
}

.newsletter-container .wpcf7 .form-control {
	height: auto;
	padding: 12px 15px 11px 15px;
}

.newsletter-container .wpcf7 .form-group {
	line-height: 1;
}

.newsletter-container .wpcf7 .wpcf7-submit {
	margin: 0;
	width: 100%;
}

.newsletter-container .wpcf7 .ajax-loader {
	display: none;
}

.widget-container .widget {
	margin-top: 20px;
	margin-bottom: 30px;
}

.news-block-container .block-container .news-item .read-more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor: pointer;
}

.news-block-container .block-container .news-item .read-more .btn-default {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.news-block-container .block-container:last-child {
	border-bottom: 0;
}

.full-block-container {
	min-height: 300px;
}

.full-block-container .item {
	min-height: 300px;
}

.full-block-container .item .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.full-block-container .item .content h2 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	display: inline-block;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 39px;
	height: 50px;
	margin-top: -25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 2;
}

.slick-slider .slick-prev {
	left: 15px;
	background: url('images/arrow-left.png');
}

.slick-slider .slick-next {
	right: 15px;
	background: url('images/arrow-right.png');
}

.footer-container {
	background-color: #008136;
	border-top: 6px solid #60ac2d;
	padding: 60px 60px 30px 60px;
	line-height: 1.4;
	border-top: 1px solid #FFF;
}

.footer-container p {
	color: #FFF;
}

.footer-container h4 {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 20px;
}

.footer-container h4.extra-margin {
	margin-top: 30px;
}

.footer-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-container ul li a {
	color: #FFF;
	text-decoration: none;
}

.footer-container ul li a:hover {
	text-decoration: underline;
}

.footer-container a {
	color: #FFF;
}

.footer-container .fa {
	margin-right: 15px;
}

.footer-container .social {
	position: relative;
}

.footer-container .social .icon {
	margin: 0 5px;
}

.footer-container .cambiance-logo {
	margin-top: 16px;
}

.footer-container .tagline {
	background: url('images/tagline.png') center;
	min-height: 48px;
	margin-top: 50px;
}

.footer-container .tagline-mobile {
	display: none;
}

.footer-container-2 {
	background-color: #d51130;
	padding: 8px 60px;
	font-size: 0.8em;
}

.footer-container-2 a {
	color: #FFF;
}

.footer-container-2 span {
	color: #FFF;
}

.footer-container-2 .divide {
	margin: 0 10px;
}

.no-top-border {
	border-top: none;
}

.no-bottom-border {
	border-bottom: none;
}

.cff-wrapper {
	margin-bottom: 30px;
}

.wpcf7 .form-control {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 1em;
	height: 45px;
	padding: 6px 15px;
	border-radius: 0;
	-webkit-appearance: none;
}

.wpcf7 .wpcf7-textarea {
	height: 100px;
}

.wpcf7 .wpcf7-submit {
	margin-bottom: 20px;
}

.wpcf7 .alert {
	border-radius: 0;
	background: #60ac2f;
	color: #FFF;
	border: 1px solid #FFF;
}

.wpcf7 .help-block {
	color: #FFF;
	font-size: 0.8em;
}

.wpcf7 ::-webkit-input-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 :-moz-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 ::-moz-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 :-ms-input-placeholder {
	color: #FFF !important;
	opacity: 1;
}

ul.xml-programma, ul.xml-datum {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.xml-programma li ul {
	display: none;
}

ul.xml-programma li.active ul {
	display: block;
}

ul.xml-programma li h2, ul.xml-datum h3 {
	border-bottom: 1px solid #fff;
	cursor: pointer;
	display: block;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0;
	position: relative;
}

ul.xml-programma li h2:after, ul.xml-datum h3:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 6px;
	right: 10px;
}

ul.xml-programma li.active h2:after, ul.xml-datum.active h3:after {
	content: "\f077";
}

ul.xml-programma li.active {
	margin-bottom: 10px;
}

ul.xml-datum {
	margin: 0 20px;
}

ul.xml-datum li {
	display: none;
	padding: 10px;
}

ul.xml-datum li:last-child {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

ul.xml-datum.active li {
	display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 2em;
	}

	.navbar-default .btn-reservation {
		display: none;
	}

	.mega-menu .content .search {
		padding-right: 30px;
		padding-left: 30px;
	}

	.mega-menu .content .items {
		padding: 30px;
	}

	.sitemap-container {
		padding: 5px 15px;
		font-size: 0.8em;
	}

	.block-container .item .overlay {
		padding: 15px;
	}

	.block-container .item .content {
		padding: 15px;
	}

	.block-container .item .overlay .overlay-title {
		font-size: 2em;
	}

	.content-container {
		padding-right: 15px;
		padding-left: 15px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

	html {
		font-size: 16px;
	}

	body {
		line-height: 1.6;
	}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.5em;
	}

	.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;
	}

	.navbar-default .logo {
		margin-top: -30px;
		margin-left: 5px;
		height: 150px;
	}

	.navbar-default .navbar-nav {
		display: none;
	}

	.navbar-default .btn-reservation {
		display: none;
	}

	.navbar-default .top-items {
		position: absolute;
		right: 70px;
		top: 4px;
	}

	.hero-container {
		height: 500px;
	}

	.hero-container .title {
		top: 150px;
	}

	.hero-container .title span {
		font-size: 2em;
	}

	.hero-container .title h1 {
		font-size: 1.5em;
	}

	.hero-container .button {
		bottom: 100px;
	}

	.hero-container.video {
		display: none;
	}

	.mobile-video {
		display: block;
	}

	.sitemap-container {
		padding: 5px 15px;
		font-size: 0.8em;
	}

	.sitemap-container .contact-info {
		display: none;
	}

	.cta-container .title {
		position: relative;
		text-align: left;
		padding: 0 0 30px 0;
	}

	.cta-container .title h2 {
		transform: none;
		top: none;
		font-size: 2em;
	}

	.cta-container .text {
		padding-right: 15px;
		padding-left: 15px;
	}

	.content-header-container {
		height: 250px;
	}

	.content-header-container .title h1 {
		margin-bottom: 60px;
	}

	.btn-default {
		padding: 8px 15px;
	}

	.content-container {
		padding: 60px 15px 40px 15px;
	}

	.content-container .content {
		padding-right: 15px;
	}

	.widget-container {
		margin-top: 40px;
	}

	.newsletter-container {
		padding: 20px 15px;
	}

	.block-container .item .overlay {
		padding: 15px;
	}

	.block-container .item .content {
		padding: 15px;
	}

	.block-container .item .overlay .zoom {
		padding: 15px;
	}

	.block-container .item .overlay .overlay-title {
		font-size: 1.5em;
	}

	.news-container .item .content h3 {
		font-size: 0.8em;
	}

	.full-slider-container .item {
		min-height: 200px;
	}

	.map-container .mapplic-container {
		height: 100% !important;
	}

	.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content p {
		display: none !important;
	}

	.map-container .mapplic-map .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description h2 {
		margin-bottom: 0 !important;
	}

	.footer-container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.footer-container h4 {
		margin-top: 40px;
	}

	.footer-container .tagline {
		display: none;
	}

	.footer-container .tagline-mobile {
		display: block;
		width: 100%;
		margin-top: 40px;
		height: auto;
	}

	.footer-container .cambiance-logo {
		margin-bottom: 40px;
	}

	.footer-container .social .icons {
		clear: both;
	}

	.footer-container-2 {
		text-align: center;
		line-height: 1.4;
		padding: 15px;
	}

	.footer-container-2 .webdesign {
		text-align: center;
		margin-top: 5px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.mobile_hidden {
		display: none !important;
	}

	.page-template-template-camping .nav.navbar {
		background: #fff;
	}
}

.mobile_map {
	margin-top: 77px;
}

.mobile_map img {
	width: 100%;
	height: auto;
}


/* Extra Small Devices, Phones */
@media only screen and (min-width: 780px) {
	
	.mobile_map {
			display:none;

	}
	
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}


/* WP Forms */
:root {
	--wpforms-field-size-input-spacing: 5px !important;
	--wpforms-label-size-line-height: 32px !important;
	--wpforms-label-size-font-size: 18px !important;
	--wpforms-label-color: #FFF !important;
	--wpforms-field-background-color: rgba(0, 0, 0, 0.3) !important;
	--wpforms-field-text-color: #FFF !important;
	--wpforms-field-border-color: #FFF !important;
	--wpforms-button-background-color: transparent !important;
	--wpforms-button-border-color: #FFF !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

div.wpforms-container-full button[type=submit] {
	background: none;
	border-radius: 0 !important;
	border: 2px solid #FFF !important;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 30px !important;
	box-shadow: none;
}

div.wpforms-container-full button[type=submit]:hover {
	background: #FFF !important;
	color: #5fab2d;
	box-shadow: none;
}

/*
.wpcf7 .form-control {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 1em;
	height: 45px;
	padding: 6px 15px;
	border-radius: 0;
	-webkit-appearance: none;
}

.wpcf7 .wpcf7-textarea {
	height: 100px;
}

.wpcf7 .wpcf7-submit {
	margin-bottom: 20px;
}

.wpcf7 .alert {
	border-radius: 0;
	background: #60ac2f;
	color: #FFF;
	border: 1px solid #FFF;
}

.wpcf7 .help-block {
	color: #FFF;
	font-size: 0.8em;
}

.wpcf7 ::-webkit-input-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 :-moz-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 ::-moz-placeholder {
	color: #FFF !important;
	opacity: 1;
}

.wpcf7 :-ms-input-placeholder {
	color: #FFF !important;
	opacity: 1;
}*/