﻿
.contact {
	width: 100vw;
	height: auto;
	position: relative;
	top: 120px;
	clear: both;
	background-color: #fff;
	margin-bottom: 30vw;
	font-family: "Avenir Next Regular";
}

.contact_heading {
	position: relative;
	top: 0vw;
	left: 0vw;
	text-align: center;
	color: #000;
	font-family: "Avenir Next Bold";
	font-size: 2.5vw;
}

.contact_enquiry {
	background: url(../../../Images/Main/contact_box.png) no-repeat right 0px top 0px;
	background-size: 27.33vw 28.1vw;
	width: 27.33vw;
	height: 28.1vw;
	position: relative;
	top: 2vw;
	margin: auto;
	background-color: transparent;
	z-index: 999;
}

.contact_subheading {
	position: relative;
	top: 1vw;
	left: 0vw;
	text-align: center;
	color: #000;
	font-size: 1.5vw;
}

.contact_contact_txtbox {
	position: relative;
	top: 2vw;
	left: 1.3vw;
	margin-bottom: 1vw;
	width: 23.43vw;
	height: 2vw;
	line-height: 2vw;
	border: solid 2px #ff8000;
	padding-left: 5px;
	font-size: 1.3vw;
	color: #ff2d1d;
	background-color: #fff;
}

.contact_contact_txtbox_large {
	position: relative;
	top: 2vw;
	left: 1.3vw;
	margin-bottom: 1vw;
	width: 23.43vw;
	height: 7.5vw;
	line-height: 2vw;
	border: solid 2px #ff8000;
	padding-left: 5px;
	font-size: 1.3vw;
	color: #ff2d1d;
	background-color: #fff;
}

.contact_contact_input_txt {
	border: none;
	font-size: 1vw;
	width: 22vw;
	height: 1.5vw;
	line-height: 1.5vw;
	background-color: #fff;
	color: #000;
}

.contact_contact_input_msg {
	border: none;
	font-size: 1vw;
	vertical-align: text-top;
	width: 22vw;
	height: 7vw;
	line-height: 1.5vw;
	background-color: #fff;
	color: #000;
}

::-webkit-input-placeholder {
	color: lightgray;
}

::-moz-placeholder {
	color: lightgray;
}

:-ms-input-placeholder {
	color: lightgray;
}

.contact_contact_post {
	position: relative;
	top: -0.8vw;
	margin: auto;
	width: 14vw;
	z-index: 999;
}
	.contact_contact_post img {
		width: 14vw;
	}

	.contact_contact_post:hover {
		cursor: pointer;
	}

.contact_contact_msg {
	position: relative;
	top: 1.5vw;
	left: 2vw;
	margin-bottom: 1.5vw;
	width: 26.4vw;
	height: 4vw;
	text-align: left;
	color: #000;
	font-size: 1vw;
}
