html {
	margin				: 0px;
	padding				: 0px;
}

body {
	margin				: 0px;
	padding				: 0px;
	background			: #222;
}

img {
	max-width			: 100%;
}

img.logo {
	width				: 200px;
}

* {
}

.hidden {
	display				: none;
}

a {
	color				: #c1884c;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

h1, h2, h3, p, li, label, input, button {
	font-family			: "Montserrat", sans-serif;
	font-weight			: 300;
	color				: #fff;
}

h1 {
	color				: #fff;
	font-weight			: 700;
	font-size			: 24px;
	line-height			: 30px;
	padding				: 0px;
	margin				: 0px 0px 20px;
	text-transform		: uppercase;
}

h2 {
	font-size			: 32px;
	line-height			: 32px;
	margin				: 0px 0px 20px;
	text-transform		: uppercase;
}

p {
	font-size			: 14px;
	line-height			: 18px;
	margin				: 0px 0px 20px;
	padding				: 0px;
}

ol {
	font-size			: 14px;
	line-height			: 18px;
	margin				: 0px 0px 20px;
	padding				: 0px 0px 0px 40px;
}

ol li {
	margin				: 0px 0px 8px 0px;
}

.site-ensure-width {
	max-width			: 600px;
	margin				: 0 auto;
}

.site-background {
	background			: #404041;
}

.site-margins {
	padding-left		: 30px;
	padding-right		: 30px;
	overflow			: hidden;
}

button {
	background			: #c0874b;
	border-radius		: 20px;
	border				: 0px;
	padding				: 10px 40px;
	
	outline				: 0px;
	
	font-size			: 16px;
	font-weight			: 700;
	line-height			: 22px;
	color				: #fff;
	
	-webkit-transition	: all 0.2s;
	-moz-transition		: all 0.2s;
	-o-transition		: all 0.2s;
	transition			: all 0.2s;
	
	-webkit-box-shadow	: 2px 2px 10px -5px #000;
	-moz-box-shadow		: 2px 2px 10px -5px #000;
	-o-box-shadow		: 2px 2px 10px -5px #000;
	box-shadow			: 2px 2px 10px -5px #000;
	
	cursor				: pointer;
}

button:hover {
	background			: #fff;
	color				: #c0874b;
}

button.dark {
	background			: transparent;
	border				: 1px solid #c0874b;
	
	color				: #c0874b;
	
	-webkit-box-shadow	: none;
	-moz-box-shadow		: none;
	-o-box-shadow		: none;
	box-shadow			: none;
}

button.dark:hover {
	background			: #c0874b;
	color				: #fff;
}

button.no-border {
	border				: 0px;
	padding				: 10px;
	font-weight			: 300;
	font-size			: 20px;
	margin-right		: 10px;
}

button.no-border:hover {
	background			: transparent;
	color				: #fff;
}

button.disabled {
	opacity				: 0.5;
}

.header {
}

.sections {
	text-align			: center;
}

.sections .section {
}

.sections .section.questions .text {
	height				: 370px;
}

.sections .section.questions .navigation {
	margin-bottom		: 30px;
	position			: relative;
}

.sections .section.questions .navigation .prev {
	position			: absolute;
	left				: 0px;
	padding-left		: 0px;
}

.sections .section.questions .navigation .prev span {
	font-size			: 12px;
	vertical-align		: middle;
}

.sections .section.questions h1 {
	padding				: 15px 10%;
	margin				: 0;
	background			: #c1884c;
	color				: #fff;
	text-align			: center;
	
	font-weight			: 300;
	font-size			: 16px;
	line-height			: 24px;
}

.sections .section.questions h2 {
	padding-top			: 30px;
	font-size			: 26px;
	line-height			: 32px;
	font-weight			: 400;
	text-transform		: none;
}

.sections .section.questions h2 span {
	padding-bottom		: 20px;
	color				: #c1884c;
	display				: block;
	font-weight			: 300;
}

.sections .section.questions .answer-buttons {
	padding				: 10px 0px 0px;
}

.sections .section.questions .answer-buttons button {
	width				: 100%;
	margin-bottom		: 20px;
	padding-left		: 0px;
	padding-right		: 0px;
}

.sections .section.questions .answer-buttons button.small {
	width				: 29%;
	margin-right		: 2%;
	margin-left			: 2%
	margin-bottom		: 20px;
}

.sections .section.questions .answer-buttons button span {
	display				: none;
}

.sections .section.questions .answer-buttons button.chosen {
	background			: #fff;
	color				: #c1884c;
}

.sections .section.questions .answer-buttons button.chosen span {
	display				: inline;
	padding-right		: 5px;
}

.sections .section.summary .gallery {
	position			: relative;
	/*height				: 270px;*/
	padding-bottom		: 56%;
	margin-bottom		: 20px;
	
	overflow			: hidden;
	
	border-bottom		: 6px solid #c1884c;
}

.sections .section.summary .gallery ul.images {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	
	width				: 100%;
	height				: 100%;
	
	list-style-type		: none;
	
	margin				: 0px;
	padding				: 0px;
	
	-webkit-transition	: all 0.5s;
	-moz-transition		: all 0.5s;
	-o-transition		: all 0.5s;
	transition			: all 0.5s;
}

.sections .section.summary .gallery.at-image-0 ul.images {
	left				: 0;
}

.sections .section.summary .gallery.at-image-1 ul.images {
	left				: -100%;
}

.sections .section.summary .gallery.at-image-2 ul.images {
	left				: -200%;
}

.sections .section.summary .gallery.at-image-3 ul.images {
	left				: -300%;
}

.sections .section.summary .gallery.at-image-4 ul.images {
	left				: -400%;
}

.sections .section.summary .gallery ul.images li {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	
	width				: 100%;
	height				: 100%;
	
	margin				: 0px;
	padding				: 0px;
	
	background-size		: cover;
	background-position	: center center;
	background-repeat	: no-repeat;
}

.sections .section.summary .gallery ul.images li.image-0 {
	left				: 0;
}

.sections .section.summary .gallery ul.images li.image-1 {
	left				: 100%;
}

.sections .section.summary .gallery ul.images li.image-2 {
	left				: 200%;
}

.sections .section.summary .gallery ul.images li.image-3 {
	left				: 300%;
}

.sections .section.summary .gallery ul.images li.image-4 {
	left				: 400%;
}

.sections .section.summary .gallery ul.dots {
	position			: absolute;
	bottom				: 10px;
	left				: 0px;
	width				: 100%;
	
	list-style-type		: none;
	
	margin				: 0px;
	padding				: 0px;
}

.sections .section.summary .gallery ul.dots li {
	width				: 12px;
	height				: 12px;
	
	display				: inline-block;
	
	position			: relative;
	
	padding				: 0px;
	margin				: 0px 8px;
	
	background			: #c0884c;
	
	-webkit-border-radius	: 6px;
	-moz-border-radius	: 6px;
	-o-border-radius	: 6px;
	border-radius		: 6px;
	
	cursor				: pointer;
}

.sections .section.summary .gallery ul.dots li::after {
	content				: '';
	
	position			: absolute;
	left				: 3px;
	top					: 3px;
	
	width				: 6px;
	height				: 6px;
	
	-webkit-border-radius	: 3px;
	-moz-border-radius	: 3px;
	-o-border-radius	: 3px;
	border-radius		: 3px;
}

.sections .section.summary .gallery.at-image-0 ul.dots li.image-0::after,
.sections .section.summary .gallery.at-image-1 ul.dots li.image-1::after,
.sections .section.summary .gallery.at-image-2 ul.dots li.image-2::after,
.sections .section.summary .gallery.at-image-3 ul.dots li.image-3::after,
.sections .section.summary .gallery.at-image-4 ul.dots li.image-4::after {
	background			: #404041;
}



.sections .section.summary h1 {
	font-weight			: 400;
	font-size			: 28px;
	line-height			: 40px;
	color				: #c1884c;
	margin-bottom		: 30px;
	text-transform		: uppercase;
}

.sections .section.summary h1 span {
	display				: block;
	padding-top			: 5px;
	
	font-weight			: 400;
	font-size			: 18px;
	line-height			: 24px;
	color				: #fff;
	text-transform		: none;
}

.sections .section.summary p.description {
	margin-bottom		: 30px;
}

.sections .section.summary button.more-info-btn {
	margin-bottom		: 50px;
}

.sections .section.summary button.reset-btn {
	margin-bottom		: 20px;
}

.sections .section.summary h2 {
	font-weight			: 400;
	font-size			: 24px;
	line-height			: 32px;
	color				: #fff;
	margin-bottom		: 20px;
	text-transform		: uppercase;
}

.sections .section.summary ul.other-projects {
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
}

.sections .section.summary ul.other-projects li {
	display				: block;
	margin				: 0 0 20px;
}

.sections .section.summary ul.other-projects li img {
	width				: 100%;
	
	margin				: 0px;
	padding				: 0px;
	
	vertical-align		: bottom;
}

.sections .section.summary ul.other-projects li h3 {
	font-size			: 18px;
	line-height			: 18px;
	font-weight			: 400;
	text-transform		: uppercase;
	text-align			: left;
	color				: #fff;
	
	background			: #c1884c;
	
	position			: relative;
	
	padding				: 15px;
	margin				: 0px;
	
	cursor				: pointer;
}

.sections .section.summary ul.other-projects li h3::after {
	content				: '\00BB';
	
	position			: absolute;
	right				: 0px;
	top					: 50%;
	
	color				: #fff;
	background			: #404041;
	
	width				: 24px;
	height				: 24px;
	
	font-family			: 'Montserrat', sans-serif;
	text-align			: center;
	font-size			: 21px;
	line-height			: 21px;
	
	-webkit-border-radius	: 12px;
	-moz-border-radius	: 12px;
	-o-border-radius	: 12px;
	border-radius		: 12px;
	
	-webkit-transform	: translate(-50%, -50%) rotate(90deg);
	-moz-transform		: translate(-50%, -50%) rotate(90deg);
	-o-transform		: translate(-50%, -50%) rotate(90deg);
	transform			: translate(-50%, -50%) rotate(90deg);
}

.sections .section.summary ul.other-projects li.expanded h3::after {
	-webkit-transform	: translate(-50%, -50%) rotate(-90deg);
	-moz-transform		: translate(-50%, -50%) rotate(-90deg);
	-o-transform		: translate(-50%, -50%) rotate(-90deg);
	transform			: translate(-50%, -50%) rotate(-90deg);
}

.sections .section.summary ul.other-projects li p.description {
	background			: #fff;
	padding				: 0px 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-border-bottom-right-radius: 15px;
	
	text-align			: left;
	color				: #000;
	font-size			: 14px;
	line-height			: 18px;
	
	max-height			: 0px;
	
	-webkit-transition	: all 0.5s;
	-moz-transition		: all 0.5s;
	-o-transition		: all 0.5s;
	transition			: all 0.5s;
	
	overflow			: hidden;
}

.sections .section.summary ul.other-projects li.expanded p.description {
	padding				: 15px 15px;
	max-height			: 500px;
}

.sections .section.summary ul.other-projects li p.description span {
	display				: block;
	text-align			: center;
	margin-top			: 20px;
}

.sections .section.summary ul.other-projects li p.description span button {
	margin-bottom		: 10px;
}


.footer {
	padding-top			: 20px;
	padding-bottom		: 20px;
	
	text-align			: center;
}

.footer img.logo {
	max-height			: 40px;
}

.footer h2 {
	color				: #fff;
	
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 20px;
	
	margin				: 0px;
	padding				: 0px 0px 0px;
}

.footer p {
	width				: 80%;
	
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-o-box-sizing		: border-box;
	box-sizing			: border-box;
	
	font-size			: 14px;
	line-height			: 20px;
	margin				: 0px;
	padding				: 0px;
}

.footer p a {
	color				: #c1884c;
}

.popup {
	display				: none;
	
	position			: fixed;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
	
	background			: #fff;
	
	overflow			: scroll;
	
	z-index				: 100;
}

.popup.visible {
	display				: block;
}

.footer .privacy-policy-text {
	text-align			: left;
	
	z-index				: 101;
}
.footer .privacy-policy-text * {
	color				: #000;
}

.footer .privacy-policy-text .site-margins {
	padding				: 20px;
}

.footer .privacy-policy-text .site-margins p {
	margin-bottom		: 20px;
	width				: 100%;
}

.footer .privacy-policy-text .site-margins p a {
	color				: #c1884c;
}

.footer .privacy-policy-text .site-margins h1 {
	font-size			: 20px;
	line-height			: 26px;
	font-weight			: 700;
}

.footer .privacy-policy-text .site-margins h2,
.footer .privacy-policy-text .site-margins h3 {
	margin-bottom		: 0px;
}

.footer .privacy-policy-text .site-margins h3 {
	font-size			: 14px;
	line-height			: 18px;
	font-weight			: 700;
}

.footer .privacy-policy-text .site-margins a.button {
	border				: 1px solid #c1884c;
	-webkit-border-radius	: 20px;
	-moz-border-radius		: 20px;
	-o-border-radius		: 20px;
	border-radius		: 20px;
	background			: #c1884c;
	
	color				: #fff;
	
	padding				: 10px 20px;
}

.footer .links {
	text-align			: center;
	margin				: 0px;
	padding				: 10px 0px 0px;
	width				: auto;
	font-size			: 12px;
	line-height			: 30px;
}

.privacy-notice {
	position			: fixed;
	bottom				: 0px;
	left				: 0px;
	width				: 100%;
	height				: 70px;
	
	padding				: 10px;
	
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-o-box-sizing		: border-box;
	box-sizing			: border-box;
	
	text-align			: center;
	
	background			: #1a1a1a;
}

body.cookie-notice-accepted .privacy-notice {
	bottom				: -70px;
	visibility			: hidden;
	
	-webkit-transition	: all 0.5s;
	-moz-transition		: all 0.5s;
	-o-transition		: all 0.5s;
	transition			: all 0.5s;
}

.privacy-notice p {
	padding				: 5px 10px;
	font-size			: 10px;
	line-height			: 13px;
	color				: #ccc;
	display				: inline-block;
	margin				: 0px;
	
	width				: 100%;
	
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-o-box-sizing		: border-box;
	box-sizing			: border-box;
	
	position			: absolute;
	top					: 50%;
	left				: 0px;
	
	-webkit-transform	: translate(0, -50%);
	-moz-transform		: translate(0, -50%);
	-o-transform		: translate(0, -50%);
	transform			: translate(0, -50%);
}

.privacy-notice p a {
	color				: #c1884c;
}
.privacy-notice button {
	font-size			: 12px;
	line-height			: 12px;
	padding				: 5px 10px;
	margin				: 10px 0px 0px 10px;
	float				: right;
	
	-webkit-border-radius	: 8px;
	-moz-border-radius	: 8px;
	-o-border-radius	: 8px;
	border-radius		: 8px;
}

.more-info-form {
	background			: #404041;
	padding				: 20px 0px 20px;
	
	z-index				: 100;
}

.more-info-form .site-margins {
	position			: relative;
	padding-bottom		: 20px;
}

.more-info-form h1 {
	font-size			: 28px;
	line-height			: 36px;
	font-weight			: 400;
	text-transform		: none;
	
	color				: #c1884c;
}

.more-info-form p {
	font-size			: 16px;
	line-height			: 22px;
	
	color				: #fff;
	
	padding-bottom		: 10px;
}

.more-info-form p span {
	font-weight			: 700;
}

.more-info-form form {
	margin-bottom		: 20px;
}

.more-info-form label {
	display				: block;
	padding				: 0px 0px 5px 10px;
	font-size			: 14px;
	line-height			: 14px;
}

.more-info-form input[type="text"] {
	display				: block;
	
	width				: 100%;
	
	outline				: 0px;
	border				: 0px;
	background			: #fff;
	color				: #000;
	
	font-weight			: 400;
	font-size			: 16px;
	line-height			: 16px;
	
	padding				: 10px;
	
	-webkit-border-radius	: 15px;
	-moz-border-radius	: 15px;
	-o-border-radius	: 15px;
	border-radius		: 15px;
	
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-o-box-sizing		: border-box;
	box-sizing			: border-box;
	
	margin-bottom		: 20px;
	
	-webkit-box-shadow	: 2px 2px 10px -5px #000;
	-moz-box-shadow		: 2px 2px 10px -5px #000;
	-o-box-shadow		: 2px 2px 10px -5px #000;
	box-shadow			: 2px 2px 10px -5px #000;
}
/*
.more-info-form input[type="text"]:focus {
	border				: 1px solid #fff;
}
*/
.more-info-form .buttons {
	overflow			: hidden;
	margin-bottom		: 20px;
}

.more-info-form .buttons .send {
	float				: right;
}

.more-info-form.is-busy .buttons button {
	display				: none;
}

.more-info-form .buttons .spinner {
	display				: none;
	text-align			: center;
	padding				: 10px 0px;
	background			: #c1884c;
}

.more-info-form .buttons .spinner img {
	vertical-align		: middle;
}

.more-info-form.is-busy .buttons .spinner {
	display				: block;
}

.more-info-form .privacy {
	padding-left		: 30px;
	font-size			: 12px;
	line-height			: 18px;
}

.more-info-form .privacy a {
	color				: #c1884c;
}

.more-info-form .message {
}

.more-info-form .message .error,
.more-info-form .message .error-send,
.more-info-form .message .success {
	padding				: 15px;
	color				: #fff;
	display				: none;
	margin-bottom		: 20px;
}

.more-info-form .message .error.visible,
.more-info-form .message .error-send.visible,
.more-info-form .message .success.visible {
	display				: block;
}

.more-info-form .message .error,
.more-info-form .message .error-send {
	background			: #c14c4c;
}

.more-info-form .message .success {
	background			: #4cc152;
}

input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	font-size: 12px;
	line-height: 18px;
}

input[type="checkbox"] + label::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-radius: 5px;
}

input[type="checkbox"]:checked + label::before {
	background: #fff;
}

input[type="checkbox"] + label::after {
	content: '';
	color: #c1884c !important;
	position: absolute;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	font-size: 17px;
	font-weight: 700;
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
}

input[type="checkbox"]:checked + label::after {
	color: #c1884c !important;
	content: '\2713';
}



@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
	body.cookie-notice-accepted .privacy-notice {
		bottom				: -100px;
	}
	
	.privacy-notice {
		height				: 100px;
	}
	
	.sections .section.questions .navigation {
		text-align			: center;
	}

}