body, #wrapper, #body, #body > div {
	width: 100%;
}

.fixwidth {
	max-width: 1757px;
	margin: 0 auto;
}

/* buttons */

.b11kbtt {
	display: inline-block;
	padding: 14px 22px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0;
	color: white;
	transition: 1s;
	border: 1px solid #fff;
	line-height: 16px;
	font-family: PoppinsLight;
	cursor: pointer;
	text-align: center;
}

.b11kbtttrans:hover {
	background-color: #182C5C;
}

.btn {
	color: #8B2818;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	border: 1px solid #8B2818;
	height: auto !important;
	padding: 7px 14px;
	display: inline-block;
	text-align: center;
}

.b11kbttgreen {
	border: 0;
	background: #182C5C;
}

.b11kbttgreen:hover {
	background: #000;
}

.b11kbttbrown {
	border: 0;
	background: #182C5C;
}

.b11kbttbrown:hover {
	background: #000;
}

.b11kbttwhite {
	border: 0;
	background: #fff;
	color: #182C5C;
}

.b11kbttwhite:hover {
	background: #000;
	color: white;
}

.b11kbttblue {
	border: 0;
	background: #182C5C
}

.b11kbttblue:hover {
	color: #182C5C;
	background: #fff
}

#backbtn
{
	margin:30px 0;
}

@media only screen and (max-width:600px) {
	.b11kbtt {
		padding: 12px 45px 12px 45px;
	}
}

/* end buttons */

/* titles */

.b11kh1title {
	width: 100%;
	padding-left: 4.7%;
	font-size: 70px;
	line-height: 90px;
	font-family: PoppinsRegular;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.b11kh2title {
	width: 100%;
	padding-left: 5%;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 24px;
	text-transform: uppercase;
	font-family: PoppinsLight;
}


.b11kh2title:after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 1px;
	margin: 0 0 5px 20px;
}

.sdseparatorbar {
	content: '';
	display: inline-block;
	width: 55%;
	height: 1px;
	margin: 0 0 5px 0px;
	background: white;
}

.b11kh4title {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 100;
	line-height: 35px;
	font-family: PoppinsRegular;
	text-transform: uppercase;
	text-align: left;
}

.titlewhite, .textwhite {
	color: #fff;
}

.titlegreen {
	color: #182C5C;
}

.titlebrown {
	color: #66491B;
}

.b11kh2title.titlewhite:after {
	background: #fff;
}

.b11kh2title.titlegreen:after {
	background: #182C5C;
}

.b11kh1title.botpad {
	padding-bottom: 7vh;
}

/* end titles */

/* text box */

.txtblock {
	font-size: 16px;
	line-height: 24px;
}

.textcontent {
	max-width: 1200px;
	margin: 0 auto;
	color: #142954;
	padding: 30px 30px;
	background-color: #182C5C;
	color: #fff;
}

.textcontent h1 {
	margin: 0px auto 20px auto;
	color: #fff;
}

/* end text box */

#enquirebtn {
	width: 237px;
	cursor: pointer;
	transition: 1s;
}

.listitembox.clickable {
	cursor: pointer;
}

wrapper {
	padding: 0 100px;
}

.validation-message, .error {
	color: #cc0000;
}

.green {
	color: #00ff00;
}

#passwdmsg {
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
	.b11kh1title {
		line-height: calc(0.01944 * 100vw + 45px);
		font-size: calc(0.01944 * 100vw + 30px);
	}

	.b11kh2title {
		line-height: calc(0.01944 * 100vw + 4px);
		font-size: calc(0.01944 * 100vw);
	}

	.b11kh4title {
		line-height: calc(0.01944 * 100vw + 17px);
		font-size: calc(0.01944 * 100vw + 17px);
	}
}

@media screen and (max-width: 1000px) {
	.b11kh1title {
		line-height: calc(0.01944 * 100vw + 25px);
		font-size: calc(0.01944 * 100vw + 15px);
	}

	.b11kh2title {
		line-height: calc(0.01944 * 100vw);
		font-size: calc(0.01944 * 100vw);
	}
}

@media screen and (max-width: 650px) {
	.b11kbtt {
		font-size: 25px;
		line-height: 30px;
	}

	.b11kbtt {
		font-size: 25px;
		line-height: 30px;
	}

	.txtblock {
		line-height: calc(0.01944 * 100vw + 11px);
		font-size: calc(0.01944 * 100vw + 8px);
	}

	#enquirebtn {
		display: none;
	}

	.b11kh2title {
		line-height: calc(0.01944 * 100vw + 10px);
		font-size: calc(0.01944 * 100vw + 5px);
	}
}

@media screen and (max-width: 450px) {
	.b11kbtt {
		font-size: 20px;
		line-height: 25px;
	}
}
