
/* Button
-------------------------------------------------- */
.textbut {
	margin: 70px 0 80px 0;
}
.textbut a {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	background: #47b4ac;
	text-decoration: none;
	color: #fff;
	border: 0;
	padding: 20px;
	outline: none;
}
.textbut a:hover, .textbut a:focus {
	background: #444;
	color: #fff;
	border: 0;
}

/* Modal
-------------------------------------------------- */
.enq-intro p {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.hc-modal-close {
	position: fixed;
	top: 0px;
	right: 3px;
	font-size: 30px;
	line-height: 30px;
	padding: 8px 10px;
	color: #999999;
	cursor: pointer;
}
.hc-modal-close:hover,
.hc-modal-close:focus {
  	color: #666666;
}
.h-modal-button-close {
	margin: 20px 5px 0 0;
}
.modal-header {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444444;
	font-size: 20px;
	text-align: left;
}
.hc-modal-body {
	padding: 15px 15px 5px 15px;
	background: #e6e6e6;
	text-align: left;
}
label {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444444;
	font-size: 16px;
}
.form-control {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #999999;
	margin-bottom: 15px;
	padding-left: 10px;
}
.fc-last {
	margin-bottom: 0px;
}
.hc-required {
	color: #924C4E;
}
.hc-but-sign {
	margin-right: 10px;
}
.hc-modal-thanks {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 26px;
	margin: 15px 0 20px 0;
}
.hc-modal-intouch {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444444;
	font-size: 16px;
	margin: 0 0 30px 0;
}






/* DESKTOP LARGE
------------------------- */
@media (min-width: 1200px) {



}



/* DESKTOP
------------------------- */
@media (max-width: 1199px) {

.textbut {
	margin: 65px 0 70px 0;
}

}



/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.textbut {
	margin: 65px 0 70px 0;
}

}



/* LANDSCAPE PHONE TO PORTRAIT TABLET
------------------------- */
@media (max-width: 767px) {

.textbut {
	margin: 50px 0 55px 0;
}

}



/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 480px) {

.textbut {
	margin: 50px 0 55px 0;
}

}


/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 320px) {



}




