html {
	box-sizing: border-box;
	font-size: 16px;
}

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

body {
	height: 100vh;
	display: flex;
	flex-flow: column;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.templates {
	display: none;
}

ol, ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}
 
.hod {
	display: none;	
}

.mob-br {
	display: none;
}

header {
	width: 100%;
	height: 70px;
	background-color: white;
	padding: 0 5%;
	border-bottom: 1px solid #7eaf00;

	flex: 0 0 70px;

	position: fixed;
	top: 0;
	z-index: 99;
}

header.configurator img {
	width: auto;
	height: 30px;
	margin: 15px 0;
	float: left;
}

.config-nav li {
	float: left;
}

.config-nav li a {
	text-decoration: none;
	line-height: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-left: 60px;
	color: #143727;
}

.config-nav li a.active {
	text-decoration: none;
	line-height: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #7eaf00;
}

.list-right {
	float: right;
	text-decoration: none;
	line-height: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #143727;
}

.list-right:hover {
	color: #7eaf00;
}

.config-nav li a:hover, .list-right a:hover {
	color: #7eaf00;
}

.admin-wrapper {
	width: 100%;
	height: auto;
	margin-top: 85px;
}

.admin-wrapper-sub {
	left: 0;
	right: 0;
	height: auto;
	margin: 50px 10%;
	box-sizing: content-box;
}

.content-wrapper-top {
	width: 100%;
	display: none;
	
	flex: 1 1 auto;
	flex-flow: column;
}

.content-wrapper-top.active {
	display: flex;
}

.content-wrapper {
	width: 100%;
	height: calc(100vh - 82px - 70px);
	
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	/*overflow: hidden;*/

	margin-bottom: 82px;
	margin-top: 70px;
}

.content-wrapper-65 {
	border-right: 1px solid #7eaf00;
	overflow: hidden;

	flex: 1 1 65%;

	height: 100%;

	position: relative;
}

.content-wrapper-35 {
	flex: 1 0 520px;

	height: 100%;
	overflow-y: auto;
}

footer {
	width: 100%;
	height: 82px;
	background-color: #143727;
	padding: 0 30px;
	z-index: 99;

	flex: 0 1 82px;
	display: flex;
	flex-direction: row;
	
	position: fixed;
	bottom: 0;
}

/*
footer img {
	width: 40px;
	height: 31px;
	margin: 25px 0;
	float: left;
}*/

p.footer-light {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	position: relative;
	left: 10px;
}

p.footer-medium {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	margin: 0;
	font-size: 16px;
	margin: auto;
}

p.footer-medium-double {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 82px;
	margin: 0;
	font-size: 16px;
}

.footer-left {
	height: 82px;

	flex: 0 0 auto;

	width: 340px;

	display: flex;
	align-items: center;
}

.footer-center {
	height: 82px;
	text-align: center;

	flex: 1 0 auto;
}

.footer-center-no-grow {
	flex: 0 1 auto;
}

.footer-center > span {
	display: inline-block;
	position: relative;
	top: 0;
	height: 100%;

	flex: 0 0 auto;
}

.footer-center > .price {
	display: flex;
	align-items: center;
	margin: 0 10px;
}

.price-value {
	font-size: 22px;
}

.footer-right {
	height: 82px;
	width: 320px;
	flex: 0 0 auto;
	padding-left: 20px;
}

.footer-right > .back-btn {
	width: 30%;
	display: inline-block;
}

.footer-right > .green-btn {
	width: 70%;
	display: inline-block;
	padding: 0;
	text-align: center;
}

.footer-divider {
	width: 1px;
	height: 100%;
	min-height: 51px;
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

.footer-divider > div {
	min-height: 10px;
	width: 100%;
	height: auto;
	min-height: 51px;
	background-color: #7eaf00;
	margin: 15px 0;
}

.footer-divider-white {
	margin: 0 10px;
}

.footer-divider-white > div {
	background-color:white;
	opacity: 0.32;
}

a.back-btn {
	text-decoration: none;
	color: #84ae29;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: inline-block;
	width: auto;
	height: 50px;
	border-radius: 15px;
	line-height: 50px;
	display: inline-block;
	margin: 16px 0;
	opacity: 1.0;
	transition: 0.3s;
}

a.green-btn {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 0 110px;
	width: auto;
	height: 50px;
	border-radius: 15px;
	line-height: 50px;
	display: inline-block;
	background-image: linear-gradient(to right, #84ae29 , #145440);
	margin: 16px 0;
	float: right;
	opacity: 1.0;
	transition: 0.3s;
}

a.green-btn-small {
	width: 297px;
	padding: 0;
	text-align: center;
}

a.green-btn:hover {
	opacity: 0.5;
}

.container-30 {
	width: 80%;
	height: auto;
	margin: 30px 10%;
	position: relative;
	margin-bottom: 0;
}

.q-title {
	width: 100%;
	height: auto;
	float: 	left;
}

.q-desc {
	width: 100%;
	height: auto;
	float:left;
	margin-bottom: 30px;
}

.q-desc-btm {
	margin-bottom: 0;
}

.q-desc p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
}

.q-desc ul {
	margin: 15px 0;
}

.q-desc li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	line-height: 160%;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #143727;
	margin: 10px 0;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #143727;
	margin: 10px 0;
}

h2.h-question {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #143727;
	margin: 10px 0;
	float: left;
	line-height: 26px;
}

p.sub-heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #143727;
	margin: 10px 10px;
	float: left;
	line-height: 30px;
}

.acc-button {
	width: 100%;
	display: inline-block;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #fff;
	margin: 10px 0 0;
	line-height: 60px;
	overflow: hidden;
}

.acc-button > .img {
	cursor: pointer;
}

.acc-button:hover {
	border: 1px solid #8e8e8e;
}

.acc-button.active {
	border: 1px solid #8e8e8e;
}

.acc-button-no-hover:hover {
	border: 1px solid #fff;
	cursor: default;
}

.acc-button .img {
	width: 32px;
	height: 32px;
	margin: 14px;
	float: left;
	background-image: url("../img/vinkje_off.png");
	background-size: cover;
}

.acc-button .img:hover {
	opacity: 0.6;
}

.acc-button .img.active {
	background-image: url("../img/vinkje.png");
}

p.acc-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #484848;
	float: left;
}

p.acc-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	float: left;
}

p.acc-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #b1b1b1;
	float: right;
	margin: 0 20px;
}

p.acc-price.active {
	color: #484848;
}

p.acc-question {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #7eaf00;
	text-decoration: underline;
	float: right;
	margin: 0 20px;
}

p.acc-question-invis {
	opacity: 0;
}

.prev-img {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.prev-img-l {
	width: 90%;
	height: auto;
	margin: 100px 5% 100px;
	overflow: hidden;
}

.prev-img-f {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inherit;
	background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.prev-img-cover {
	background-size: cover;	
	object-fit: cover;
}

.prev-img-sidebar {
	width: 100%;
	height: 216px;
	overflow: hidden;
	margin-top: 14px;
	/*position: absolute;
	bottom: -216px;
	left: 0;*/
	object-fit: contain;

}

.content-spread-vert {
	display: flex;
  	flex-flow: column;

	width: 100%;
	height: 100%;
}

.content-spread-vert > .step-4-top {
	flex: 1 1 auto;
    position: relative;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 0;
	display: block;
	box-sizing: content-box;
}

.content-spread-vert > .step-4-top > img {
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50px;
	bottom: 20px;
	right: 10%;
	left: 10%;
	width: 80%;
	height: calc(100% - 70px);
}



.step-4-infobox {
	width: 80%;
	height: auto;
	margin: 0px 10% 50px;
	overflow: hidden;

	flex: 0 1 auto;

	z-index: 2;
}

.step-4-infobox p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	line-height: 160%;
}

.green-button {
	padding:  16px 24px;
	border-radius: 30px;

	font-family: 'Montserrat', sans-serif;
	font-size: 20px;

	background-color:#7eaf00;
	color: white;

	margin: 10px 0;
}

.blue-button {
	background-color:#0078af;
}

.blue-button:hover {
	background-color:#065f88;
}

.logout {
	top: 110px;
	position: absolute;
	right: 10%;
}

.input {
	display: inline-block;
	background-color: #e0e0e0;
	min-height: 50px;
	width: 69%;
	border-radius: 15px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	padding: 15px 15px;
	box-sizing: border-box;
}

.admin-input-row {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.admin-input-row > .label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	line-height: 50px;
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

input, select, textarea {
	background-color: #e0e0e0;
	height: 40px;
	width: 70%;
	line-height: 40px;
	border-radius: 15px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	padding: 0 15px;
	float: right;
}

textarea {
	height: auto;
}

label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	line-height: 40px;
}

.input-row {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.input-row > label {
	width: 30%;
}

.yn-button {
	width: 190px;
	height: 60px;
	line-height: 60px;
	border-radius: 16px;
	border: 1px solid #484848;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	float: left;
	margin: 10px 10px 0 0;
}

.yn-button:hover {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

.yn-button.active {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

a {
	cursor: pointer;
}

.l-button {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	border: 1px solid #484848;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	float: left;
	margin: 10px 10px 0 0;

	cursor: pointer;
}

.l-button:hover {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

.l-button.active {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

.s-button {
	flex: 1;
	min-height: 46px;
	padding: 15px 5px;
	border-radius: 16px;
	border: 1px solid #484848;
	text-align: center;
	text-decoration: none;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 10px 0 0 0;

	box-sizing: border-box;
	display: inline-block;
	
	cursor: pointer;
	vertical-align: middle;
}

.s-button:nth-child(even) {
	margin: 10px 0 2% 2%;
}

.s-button:nth-child(odd) {
	margin: 10px 0 2% 0;
}

.s-button-left {
	width: 48%;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	border: 1px solid #484848;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	float: left;
	margin: 10px 0 0 0;

	box-sizing: border-box;
}

.s-button-left:hover, .s-button-right:hover, .s-button:hover {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

.s-button-left.active, .s-button-right.active, .s-button.active {
	border: 2px solid #7eaf00;
	color: #143727;
	font-weight: 700;
}

.s-button-right {
	width: 48%;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	border: 1px solid #484848;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	float: right;
	margin: 10px 0 0 0;

	box-sizing: border-box;
}

.disabled {
	border: 1px solid #eee;
	background-color: #eee !important;
	cursor: default;
	color: #aaa;
}

.disabled:hover {
	border: 1px solid #eee;
	background-color: #eee !important;
	cursor: default;
	font-weight: normal;
	color: #aaa;
}

.button-placeholder {
	border: none !important;
	background-color: #eee !important;
	color: transparent !important;
	user-select: none;
}

.text-placeholder {
	background-color: #eee !important;
	color: transparent !important;
	user-select: none;
	border-radius: 8px;
}

footer .text-placeholder {
	background-color: #3e6b4b !important;
	padding: 0 2px;
	margin: 0 2px;
}

.desc {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.desc-top {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0;
}

.desc h3, .desc-top h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #484848;
	margin: 5px 0;
}

.desc p, .desc-top p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #484848;
	line-height: 140%;
}

.btn-cont {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
}

.btn-cont-hor {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;

	flex-direction: row;
	display: flex;
}

.slide-in-menu {
	width: auto;
	min-width: 300px;
	height: 165px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	bottom: -140px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 98;
	-webkit-transition: .5s;
}

.slide-in-menu.clicked {
	bottom: 0;
}

.handle-container {
	width: 100%;
	height: 35px;
	display: flex;
}

.handle-container:hover {
	cursor: pointer;
}

.handle {
	width: 70px;
	height: 5px;
	margin: 10px auto 20px auto;
	background-color: #848484;
	border-radius: 2.5px;
}

.option {
	width: 120px;
	height: auto;
	display: block;
	text-align: center;
	float: left;
}

.o-left {
	margin: 0 0 0 30px;
}

.o {
	margin: 0 0 15px 15px;
	cursor: pointer;
}

.o-right {
	margin: 0 30px 0 0;
}

.option-img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 0 20px;
	background-image: #5b8046;
	background-size: cover;
	background-origin: border-box;
	box-sizing: border-box;
}

.o:hover .option-img {
	border: 3px solid #7eaf00;
}

.o.active .option-img {
	border: 3px solid #7eaf00;
}

.option a, .option {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #484848;
}

.option-label {
	margin: 10px 0;
}

/* Hamburger Nav */

nav, .navbar-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav {
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255,255,255, 0.95);
	width: 100%;
	height: 100vh;
	color: #000;
	position: absolute;
	overflow: hidden;
}

.nav-hide { 
	display: none; 
}

nav ul {
	padding-left: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

nav ul li { 
	list-style: none; 
	line-height: 40px;
	text-align: left;
}

nav ul h2 {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

nav ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #143727;
	font-weight: 500;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	
	cursor: pointer;
}

.navbar-toggle {
	width: 36px;
	height: 40px;
	z-index: 101;
	cursor: pointer;
	margin: 54px 0 0 30px;
	position: relative;
	float: right;
}

.bar1, .bar2, .bar3 {
	width: 100%;
	height: 2px;
	max-height: 2px;
	margin-bottom: 8px;
	background-color: black;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 { 
	background-color: black; 
}

.navbar-on .bar1 {
	transform-origin: 10% 40%;
	transform: rotate(45deg);
}

.navbar-on .bar3 {
	transform-origin: 10% 40%;
	transform: rotate(-45deg);
}

.navbar-on .bar2 { 
	background-color: transparent; 
	opacity: 0.0;
}


.full-canvas {
	width: 100%;
	height: 100%;
}

.accessoires-switch-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	transition: opacity 0.5s;
}

.accessoires-switch-page.active {
	transition: opacity 0.5s 0.25s;
	opacity: 1;
}

@keyframes right-left {
	0% {
		opacity: 0;
		left: 100%;
		transform: translateY(0px);
		animation-timing-function: ease-out;
	}
	40% {
		transform: translateY(-10px);
		animation-timing-function: ease-in-out;
	}
	100% {
		left: 0%;
		transform: translateY(0);
		opacity: 1;
		animation-timing-function: ease-in-out;
	}
}

@keyframes right-left-out {
	0% {
		left: 0;
		opacity: 1;
		animation-timing-function: ease-out;
	}
	100% {
		left: -100%;
		opacity: 0;
		animation-timing-function: ease-in-out;
	}
}

#canvas-overlay-holder {
	position: absolute;
	animation-name: right-left-out;
	animation-duration: 0.5s;

	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
}

#canvas-overlay-holder > .content-wrapper-65 {
	position: relative;
	width: 100%;
	height: 100%;
}

#grass-render-canvas {
	position: absolute;
	animation-name: right-left;
	animation-duration: 0.5s;
	top: 0;
}

.hidden {
	display: none !important;
}

.loader {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 3px solid #ffffff;
	border-top: 3px solid transparent;
	animation: spin 2s linear infinite;
	display: inline-block;
	margin-top: 10px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.stat-item {
	height: 82px;
	display: inline-block;
}

.stat-top {
	height: 50%;
	position: relative;
}

.stat-top > div {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.stat-top > div > img {
	margin-left: -100%;
}

.stat-bottom {
	height: 50%;

	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.stat-bottom > .title {
	color: white;
}

.stat-bottom > .stat {
	color: white;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
}

.pop-up {
	position: fixed;
	width: 100vw;
	height: 100vh;

	display: flex;
	align-items: center;

	background-color: rgba(0, 0, 0, 0.7);

	z-index: 100;
}

.pop-up > .pop-up-container {
	width: 80%;
	margin: auto;

	position: relative;

	max-width: 880px;
	max-height: 100vh;

	border-radius: 40px;
	background-color: white;

	padding: 50px 75px;

	overflow-y: auto;
}

.pop-up > .pop-up-container > .close {
	position: absolute;
	top: 16px;
	right: 19px;

	display: flex;
	align-items: center;

	cursor: pointer;

	width: 34px;
	height: 34px;
}

.pop-up > .pop-up-container > .close:hover {
	opacity: 0.8;
}

.pop-up > .pop-up-container > .close > img {
	margin: auto;
}

.pop-up > .pop-up-container > .content {
	width: 100%;
	height: 100%;

	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;

	color: #143727;
}

.pop-up > .pop-up-container > .content h2 {
	font-weight: 600 !important;
	font-size: 20px;
	margin-bottom: 15px;
}
.pop-up > .pop-up-container > .content h1 {
	font-weight: 600 !important;
	font-size: 20px;
	margin-bottom: 15px;
}

.table {
	width: 100%;
	vertical-align: top;
	margin-bottom: 30px;
}

.table .sub {
	width: 100%;
}

.table .full {
	width: 100%;

	margin-bottom: 6px;
}

.table > .column {
	vertical-align: top;
	width: 49%;
	margin: 0;
	display: inline-block;
}

.table > .empty-left {
	margin-left: 50%;
}

.table .full > .divider {
	background-color: #143727;
	height: 2px;
	margin-right: 14px;
	margin-top: -10px;
}

.table .title-head {
	font-weight: 600;
}

.table .long-title {
	width: 31%;
	display: inline-block;

	vertical-align: top;

	margin-bottom: 6px;
}

.table .short-title {
	width: 63%;
	display: inline-block;

	vertical-align: top;

	margin-bottom: 8px;
}

.table .long-result {
	width: 67%;
	display: inline-block;

	vertical-align: top;

	margin-bottom: 6px;
}

.table .short-result {
	width: 35%;
	display: inline-block;

	vertical-align: top;

	margin-bottom: 6px;
}

.mini-description {
	margin-top: 15px;
	font-size: 13px;
	width: 100%;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.asterix {
	font-weight: 300;
}

.lighter {
	color: #949494;
	text-align: right;
}

.lighter > span {
	color: #afafaf;
	background-color: white;
	padding: 2px 16px;
	font-weight: 400;
}

#debug-output {
	background-color: #eee;
	margin-left: -20px;
	width: calc(100% + 40px);
	border-radius: 10px;
	margin-top: 20px;
	font-family: monospace;
	font-size: 14px;
	padding: 10px 16px;
	white-space: pre;
	display: none;
}

#email {
	display: none;
}

#pop-up-quotation .pop-up-container {
	max-width: 1200px;
}

#pop-up-price-overview .green-btn {
	width: 200px;
	margin-left: 10px;
}

#pop-up-quotation .green-btn {
	margin: 20px 0;
	border-radius: 25px;
	width: 100%;
}

.form-row {
	padding: 0 10px;
	width: 100%;
	margin-top: 4px;
}

.form-half {
	width: 50%;
	padding: 0 10px;
	display: inline-block;
}

.form-full {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
}

.form-row label, .form-row input, .form-row select, .form-row textarea {
	width: 100%;
}

.right {
	text-align: right;
}

.price-expand {
	background-color: #F4F5ED;
	border-radius: 10px;
	padding: 20px;

	transition: height 1s;

	overflow: hidden;
	margin-bottom: 20px;
}

.price-expand.expanded {
	height: auto;
}

.price-expand .price-expand-content {
	display: none;
}

.price-expand.expanded .price-expand-content {
	display: block;
	margin-top: 20px;
}

.price-expand > h2.price-expand-title {
	color: #333;
	margin-bottom: 0px !important;
	margin-top: 0;

	cursor: pointer;
}

.price-expand.expanded > h2.price-expand-title {
	color: #87B21C;

	cursor: pointer;
}