﻿#slideshow .slideshowcontent {
	padding-bottom: 40px;
}

#slideshowbox {
}

#mapcontact {
	width: 100%;
	height: 400px;
}

#mapcontact > iframe {
	width: 100%;
	height: 400px;
}


#contactcontent p {
	font-size: 25px;
	font-weight: 300;
	line-height: 42px;
}

.defaultemail {
	display: table;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 150px 0;
}

.defaultemail .b11kb {
	color: #fff;
}

.defaultemail, .secondtitle {
	text-align: center;
}

.morelight {
	font-weight: lighter;
}

.secondtitle {
	display: table;
	width: 100%;
	padding: 100px 0 120px 0;
}

.secondtitle h1 {
	font-size: 48px;
	text-transform: capitalize;
}

.secondtitle h2 {
	font-weight: 900;
}

.defaultemail .b11kh2title.b11kb:after {
	border-top-color: #fff;
}

#contactcontent .b11kh2title.b11kb:after {
	margin-top: 25px;
	width: 8%;
}

.defaultemail p {
	margin-top: 35px;
}

#team {
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: space-around;
	max-width: 1800px;
	margin: 0 auto;
}

#team > div {
	display: flex;
}

#team > div > div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#team > div > div > :last-child {
	margin-top: auto;
}


.member h3 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 900;
}

.member p {
	margin: 20px 0 30px 0;
}

.member a {
	display: block;
	width: 100%;
	padding: 27px 20px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 25px;
}

#team > div:not(:nth-last-child(-n+3)) {
	margin-bottom: 100px;
}

/* form */

.leftsideform h1 {
	font-size: 75px;
	font-weight: 900;
	margin-bottom: 25px;
}

.leftsideform a {
	display: block;
}

.leftsideform a:nth-child(2) {
	margin-bottom: 5px;
}

#theform {
	display: table;
	width: calc(100% - 210px);
	margin: 100px 105px;
	font-size: 25px;
}

.leftsideform {
	display: table;
	width: 500px;
	float: left;
}

.rightsideform {
	display: table;
	width: calc(100% - 500px);
	float: left;
}

#mregform input, #mregform textarea {
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	color: #000;
}

#mregform input::placeholder, #mregform textarea::placeholder {
	color: #ccc;
}

#mregform textarea {
	height: 100px;
}

#name {
	margin-right: 40px;
}

#name, #email {
	width: calc(50% - 28px);
}

#phone, #enquiry {
	width: 97%;
	margin-top: 30px;
}

#mmmappp {
	padding: 0px 25px 20px 5px;
}

#mmmappp span {
	font-family: sk, Arial, Verdana, sans-serif;
	padding-bottom: 12px;
	display: block;
	font-size: 18px;
}

.mmbigpopup {
	width: 250px !important;
	max-width: 250px !important;
}

.mmbigpopup div.gm-style-iw-d {
	margin-top: -30px;
}

.error {
	color: #cc0000;
}

.green {
	color: #00cc00;
}

@media screen and (max-width: 1290px) {
	#name, #email {
		width: 100%;
	}

	#name {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 2000px) {
	#theform {
		max-width: 1800px;
		margin: 200px auto;
	}
}

@media screen and (max-width: 1500px) {
	#team {
		grid-template-columns: auto auto;
	}

	#team > div:not(:nth-last-child(-n+3)) {
		margin-bottom: 0;
	}

	#team > div:not(:nth-last-child(-n+2)) {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.leftsideform {
		width: 100%;
	}

	.rightsideform {
		width: 100%;
		margin-top: 50px;
	}

	#name, #email {
		width: calc(50% - 28px);
	}

	#name {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1000px) {
	#team {
		grid-template-columns: auto;
	}

	#team > div:not(:nth-last-child(-n+2)) {
		margin-bottom: 0;
	}

	#team > div:not(:nth-last-child(-n+1)) {
		margin-bottom: 100px;
	}
}

@media only screen and (min-width:801px) and (max-width:1200px) {
	.secondtitle h2, .leftsideform h1 {
		font-size: calc(0.01944 * 100vw + 30px);
	}

	.secondtitle h1 {
		font-size: calc(0.01944 * 100vw);
	}
}

@media screen and (max-width: 800px) {
	#theform {
		margin: 100px 0;
		width: 90%;
		margin-left: 5%;
	}

	.secondtitle h2, .leftsideform h1 {
		font-size: 35px;
	}

	.secondtitle h1 {
		font-size: 20px;
	}
}


@media screen and (max-width: 650px) {
	#name, #email {
		width: 100%;
	}

	#name {
		margin-bottom: 50px;
	}

	.member h3 {
		font-size: 25px;
	}

	#contactcontent p {
		font-size: 18px;
	}

	.member a {
		font-size: 16px;
		text-align: center;
		padding: 12px;
	}
}
