﻿
/* Contacts stuff */

.hiw {
	width: 100vw;
	height: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	font-family: "Avenir Next Regular";
	margin-bottom: 5vw;
}

@media only screen and (max-width: 1999px) {
	.hiw_header {
		width: 100vw;
		height: 40.73vw;
		position: relative;
		top: 0vw;
		padding-top: 0px;
		display: block;
		clear: both;
		background: #fff url(../../../Images/Main/hiw_wave.png) no-repeat;
		background-size: contain;
		background-color: transparent;
	}

	.hiw_header_header {
		position: absolute;
		top: 10vw;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		text-align: center;
		font-family: "Avenir Next Bold";
		font-size: 40px;
		color: #fff;
	}

	.hiw_header_text {
		position: absolute;
		top: 15vw;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		text-align: center;
		font-size: 25px;
		color: #fff;
	}
}

@media only screen and (min-width: 2000px) {
	.hiw_header {
		width: 100vw;
		height: 27.917vw;
		position: relative;
		top: 0vw;
		padding-top: 0px;
		display: block;
		clear: both;
		background: #fff url(../../../Images/Main/hiw_wave_large_screens2.png) no-repeat;
		background-size: contain;
		background-color: transparent;
	}

	.hiw_header_header {
		position: absolute;
		top: 6.75vw;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		text-align: center;
		font-family: "Avenir Next Bold";
		font-size: 40px;
		color: #fff;
	}

	.hiw_header_text {
		position: absolute;
		top: 10.125vw;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		text-align: center;
		font-size: 25px;
		color: #fff;
	}
}





.hiw_bg_img {
	width: 1000px;
	position: relative;
	top: -5vw;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 0px;
	display: block;
	clear: both;
	background-color: transparent;
}

	.hiw_bg_img img {
		width: 1000px;
	}

.hiw_enquiry {
	background: url(../../../Images/Main/hiw_box.png) no-repeat right 0px top 0px;
	background-size: 420px 537px;
	width: 420px;
	height: 537px;
	position: relative;
	top: -5vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: transparent;
	z-index: 999;
}

.hiw_subheading {
	position: relative;
	top: 25px;
	left: 0vw;
	text-align: center;
	color: #000;
	font-size: 25px;
	margin-bottom: 30px;
}

.hiw_contact_txtbox {
	position: relative;
	top: 15px;
	left: 20px;
	margin-bottom: 15px;
	width: 360px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #ff8000;
	padding-left: 5px;
	font-size: 15px;
	color: #ff2d1d;
	background-color: #fff;
}

.hiw_contact_txtbox_large {
	position: relative;
	top: 15px;
	left: 20px;
	margin-bottom: 20px;
	width: 360px;
	height: 90px;
	line-height: 15px;
	border: solid 1px #ff8000;
	padding-left: 5px;
	font-size: 15px;
	color: #ff2d1d;
	background-color: #fff;
}

.hiw_contact_input_txt {
	border: none;
	font-size: 16px;
	width: 320px;
	height: 15px;
	line-height: 15px;
	background-color: #fff;
	color: #000;
}

.hiw_contact_input_msg {
	border: none;
	font-size: 16px;
	width: 340px;
	height: 80px;
	line-height: 20px;
	background-color: #fff;
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

.hiw_contact_post {
	position: relative;
	top: -40px;
	left: 100px;
	width: 200px;
}
.hiw_contact_post img {
	width: 200px;
}
	.ftr_contact_post:hover {
		cursor: pointer;
	}

.hiw_contact_msg {
	position: relative;
	top: 10px;
	left: 20px;
	text-align: left;
	width: 360px;
	height: 80px;
	color: #000;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: lightgray;
}

::-moz-placeholder {
	color: lightgray;
}

:-ms-input-placeholder {
	color: lightgray;
}

/* end of Contacts stuff */
