.pb30 {
	padding-bottom: 30px;	
}

/* TERMS OF USE */
.terms {
	padding: 60px 0;
}

.terms h2 {
	font-size: 30px;
}

.terms h3 {
	font-size: 24px;
}

.terms ol {
	padding-left: 30px;
}

.terms ul {
	padding-left: 30px;
}

/* MAP */
#map {
  width:100%;
  height:300px;
  margin-top: 100px;
}

	@media only screen and (max-width: 1023px) {
		#map {margin-top: 75px;}
	}
	
	@media only screen and (max-width: 767px) {
		#map {margin-top: 75px;}
	}


/* CONTACT BUTTON */
.contact-btn {
	background-color: #2b3e50;
	border-color: #2b3e50;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.contact-btn:hover {
    background-color: #A27E4F;
	border-color: #A27E4F;
}

.contact-head {
	font-size: 24px;
	font-weight: bold;
}

/* CAPTCHA */
.marginbelow {
	margin-bottom: 20px;
}

/* CENTER ITEM */
.center-item {
	margin: 0 auto;
	text-align: center;
}

/* MODAL */
.modal-style h2 {
	font-family: "BELL MT";
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #454545;
}

.modal-style h3 {
	font-family: "BELL MT";
	font-size: 16px;
	font-weight: bold;
	color: #8C8C8C;
}

.modal-style p {
	font-size: 14px;
	font-weight: bold;
	color: #303F51;
}

.modal-quote {
	margin: 20px;
	font-style: italic;
	color: #2B3E50;
}

.modal-style-ec h3 {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #8C8C8C;
}
	@media only screen and (max-width: 767px) {
		.modal-style-ec h3 {font-size: 12px !important;}
	}


.modal-header {
	border-bottom: 0px !important;
}

.modal-header .close {
    float: right !important;
    background-color: #2b3e50 !important;
    border-radius: 5px !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
    margin-bottom: 5px;
	font-size: 15px;
	transition: all 0.55s ease-out;
}

.modal-header .close:hover {
    background-color: #A27E4F !important;
}

.bg-grey {
	background: #edeef0;
	padding: 25px 15px 0 15px;
}

.content-modal {
	margin: 20px 25px 20px 25px;
}
	

/* Additional */
.feature-box-3 .img-box img {
    border-radius: 50px;
}