/***************** 
CONTACT US CSS
*****************/
#contactus-location-links {
	
}
#contactus-location-links ul {
	padding-left: 0;
	border-bottom: #008dc7 solid 4px;
}
#contactus-location-links li {
	list-style-type: none;
	display: inline-block;
}
#contactus-location-links a {
	background: #009ada;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
#contactus-location-links a:hover {
	background: 	#ddd5ce;
}
#contactus-location-links li.active a {
	background: #008dc7;
	color: #ffffff;
}
#contactus h3 {
	font-weight: 400;
	color: #ffffff;
	background: #008dc7;
	margin-top: 0;
	padding: 20px;
	-moz-box-shadow: 0px 3px 4px 0px #0084ba inset;
	-webkit-box-shadow: 0px 3px 4px 0px #0084ba inset;
	box-shadow: 0px 3px 4px 0px #0084ba inset;
}
.contactus {
	padding-top: 10px;	
}
.contactus .contactus-details {
	margin-bottom: 25px;
}
.contactus-headers {
	text-transform: uppercase;
	font-weight:700;
	margin-bottom: 4px;
}
.contactus p {
	margin-bottom: 5px;
}
.contactus-details {
	list-style-type: none;
	padding-left: 40px;
}
.contactus-details:before {
	font-family: 'FontAwesome';
	font-size: 1.15em;
	position: absolute;
	margin-top: -1.5px;
	margin-left: -35px;
	color: #5b6166;
}
#contactus-address:before {
	content: '\f041';
	margin-left: -31px;
	margin-top: -1px;
}
#contactus-phone:before {
	content: '\f095';
	margin-left: -33px;
	margin-top: -1px;
}
#contactus-fax:before {
	content: '\f1ac';
}
#contactus-email:before {
	content: '\f0e0';
}
#contactus-openingHours:before {
	content: '\f017';
	margin-left: -34px;
}
#contactus-services:before {
	content: '\f1b0';
}
#contactus-abn:before {
	content: 'ABN';
}
#contactus-services {
	margin-bottom: 10px;
}	
.dayOfTheWeek {
	width: 110px;
	display: inline-block;
}
.contactus-services {
	margin-top: 35px;
}
#contactus-openingHours {
	margin-top: 15px !important;	
}

.contactus-times ul {
	padding-left: 0;
}
.contactus-times ul li {
	list-style-type: none;
} 



/* Google maps on contact us page */
/*#googleMap-northMelbourne iframe,
#googleMap-campaspe iframe,
#googleMap-cranbourne iframe {
 	border: 10px solid #eeebe6;
}*/

/*#googleMap-cranbourne {
 	border: 300px;
}*/


/*
#googleMap {
 	height: 300px;
}

#googleMap-box {
	position: absolute;	
	z-index: 60;
	margin-top: 90px;
	margin-left: 150px;
}
#googleMap-text {
	background: #009ada;
	color: #fff;
	padding: 20px 30px;
	border-radius: 2px;
}
#googleMap-text h2 {
	margin: 0;	
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
	border-left: 20px solid #009ada;
	margin-left: 298px;
	margin-top: -57px;
	position: absolute;
}*/



/*Contact us form*/
#contactus-form {
	background: #008dc7;
	padding: 20px 30px;
	margin: 0 -48px 20px 0;
	border-top: #0084ba 6px solid;
	border-radius: 1px 0 1px 1px;
}
#contactus-form:before {
	content: url(../assets/images/dk-blue-triangle.svg);
    position: absolute;
	width: 50px;
	height: 50px;
}
#contactus-form h3 {
	color: #ffffff;	
}
#contactus-form label {
	color: #eeebe6;
	margin-bottom: 6px;
}	
.form-twoInline {
	width: 48.5%;
	float: left;
}
#contactus-phoneField {
	float: right;
}
#contactus-form textarea.form-control {
	height: 150px;	
}
#contactus-form .form-group {
	margin-bottom: 12px;	
}
#contactus-form .form-control {
	border: 1.5px solid #0084ba;
}
#contactus-enquiryType p {
	display: none;	
}
#contactus-enquiryType .select-style {
	border: none;	
}
#contactus-enquiryType .select-style:after {
	color: #008dc7;
}
#contactus-form .btn:hover {
	background: #0084ba;	
}

/*Modal Form*/
/*Contact us Modal form*/
#contactusmodal-form {
	background: #008dc7;
	padding: 20px 30px;
	border-top: #0084ba 6px solid;
	border-radius: 1px 0 1px 1px;
}
#contactusmodal-form:before {
	content: url(../assets/images/dk-blue-triangle.svg);
    position: absolute;
	width: 50px;
	height: 50px;
}
#contactusmodal-form h3 {
	color: #ffffff;	
}
#contactusmodal-form label {
	color: #eeebe6;
	margin-bottom: 6px;
}	
.form-twoInline {
	width: 48.5%;
	float: left;
}
#contactusmodal-phoneField {
	float: right;
}
#contactusmodal-form textarea.form-control {
	height: 150px;	
}
#contactusmodal-form .form-group {
	margin-bottom: 12px;	
}
#contactusmodal-form .form-control {
	border: 1.5px solid #0084ba;
}
#contactusmodal-enquiryType p {
	display: none;	
}
#contactusmodal-enquiryType .select-style {
	border: none;	
}
#contactusmodal-enquiryType .select-style:after {
	color: #008dc7;
}
#contactusmodal-form .btn:hover {
	background: #0084ba;	
}

.btn.btn-float{
	border-radius:999rem;
}
.btn-float {
    background: 0 0;
    margin: 0;
    position: fixed;
    bottom: 4.4em;
    left: 1em;
    height: 42px;
    text-decoration: none;
    background-color: #e05839;
    color: #fff;
    padding: 4px 7px 0;
    z-index: 100;
}


@media only screen and (max-width: 767px) {
	#contactus-form {
		margin-right: 0;
	}
}