h1.contact-title {
	margin: 0px;
	padding: 0px;
	display: none;
}

h2.contact-title {
	margin: 40px 0px;
}

div.contact-banner {
	position: relative;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
}
div.contact-button {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
div.contact-button input {
	display: inline-block;
	width: 30%;
}

img.contact-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23%;
	max-width: 260px;
	z-index: 1;
}

div.contact-holder,
div.contact-details {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
	text-align: left;
}


div.contact-holder {
	width: 38%;
	padding-bottom: 20px;
}

div.contact-details {
	width: 28%;
	margin-left: 5%;
}

div.contact-field {
	margin-bottom: 10px;
}

div.contact-field textarea,
div.contact-field input,
div.contact-field div {
	display: inline-block;
	vertical-align: top;
	
	margin: 0px;
	padding: 0px;
}

div.contact-field div {
	width: 39%;
	font-size: 1.5vw;
	padding-top: 10px;
}
div.contact-field textarea,
div.contact-field input {
	width: 53%;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	padding: 5px 2%;
	font-size: 1.5vw;
}

#mobilimsgbtnmsg {
	text-align: center;
}

h2.contact-details-title {
	margin: 0px;
	padding: 0px;
}
h2.contact-details-title img {
	width: 51%;
}

ul.contact-bullet,
ul.contact-bullet li {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.contact-bullet li {
	margin-bottom: 30px;
}

ul.contact-bullet div,
ul.contact-bullet img {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

ul.contact-bullet img {
	width: 10%;
}
ul.contact-bullet div {
	width: 81%;
	margin-left: 3%;
	font-size: 1.5vw;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 700px) {
	div.contact-details {
		width: 31%;
		margin-left: 5%;
	}
	
	h2.contact-details-title img {
		width: 71%;
	}

	div.contact-holder {
		width: 48%;
	}

	ul.contact-bullet div,
	div.contact-field textarea,
	div.contact-field input,
	div.contact-holder div {
		font-size: 2vw;
	}

	img.contact-bg {
		display: none;
	}	

}


@media screen and (max-width: 600px) {
	h2.contact-title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px) {
	h2.contact-title {
		margin-top: 60px;
	}

	div.contact-details {
		width: 41%;
		margin-left: 5%;
	}

	ul.contact-bullet div,
	div.contact-field textarea,
	div.contact-field input,
	div.contact-holder div {
		font-size: 2.5vw;
	}
	
	h2.contact-details-title img {
		width: 71%;
	}

	div.contact-holder {
		width: 48%;
	}

	h2.contact-title {
		margin: 40px 0px 0px 0px;
	}

	div.contact-holder,
	div.contact-details {
		width: 90%;
		margin-left: 0%;
	}

	div.contact-field textarea,
	div.contact-field input,
	div.contact-holder div {
		font-size: 5vw;
	}
	
	ul.contact-bullet img {
		width: 10%;
	}
	ul.contact-bullet div {
		margin-left: 5%;
		width: 71%;
		font-size: 4vw;
	}
	ul.contact-bullet {
		width: 100%;
	}
	h2.contact-details-title img {
		width: 51%;
	}
	

	div.contact-field div {
		width: 100%;
		padding: 10px 0px 5px 0px;
	}
	div.contact-field textarea,
	div.contact-field input {
		padding: 5px 2%;	
	}
	div.contact-field textarea,
	div.contact-field input,
	div.contact-button {
		width: 82%;
	}
}
