@charset "UTF-8";
/* CSS Document */

html {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h1 {
	line-height: 45px;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

.header-bg{
	background-color: rgb(0,82,58);
}

.margin-t {
	margin-top: 10px;
}

.margin-t20 {
	margin-top: 20px;
}

.margin-b {
	margin-bottom: 40px;
}

.hl-title {
	margin-top: 0px;
	margin-bottom: 10px;
}

.white {
	color: white;
}

.feat-img {
	background-image: url(../img/feat-img-w.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height: auto;
	
}

.rate-box {
	box-sizing:border-box;
	width: 250px;
	height: auto;
	color: white;
	padding: 0 10px;
	border: 1px solid rgb(0,82,58);
	background-color: rgba(0,82,58,0.8);
	margin: 12px auto 0;
}

.interest-rate {
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.rate {
	color: rgb(255,255,255);
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: -2px;
	margin-right:3px;
}

.rate-box h3 {
	font-size: 18px;
	margin: 5px 0 0 0;
}

hr {
	border-color: rgb(200,200,200);
}

.rate-box hr {
	margin: 0;
	border-color: rgba(255,255,255,.3);
}

p {
	font-size: 16px;
}
.font-normal {
	font-weight: 400;
}

.padding20 {
	padding: 20px 0;
}

.color-c{
	color: rgb(0,82,58);
}

.grey-bg {
	background-color: rgb(250,250,250);
}

.dk-grey-bg {
	background-color: rgb(240,240,240);
}

.gold-bg {
	backgroud-color: rgb(255,221,0);
}

.red {
	color: rgb(195,0,20);
}

.shadow {
	text-shadow: 2px 2px 5px rgb(0,0,0);
	
}

label, input, textarea{
	display: block;
	width: 100%;
}

label {
	font-size: 16px;
}

input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin-top: 5px;
}

label.r-inline{
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
}

input.field {
	height: 40px;
	border-radius: 2px;
	box-shadow: none;
	background-color: white;
	border: 1px solid rgb(156,156,156);
	padding-left: 10px;
}

textarea {
	height: 200px;
	padding-top: 5px;
	padding-left: 10px;
}

select {
	display:block;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	padding-left: 10px;
	border: 1px solid rgb(156,156,156);
}

input[type="submit"]{
	display: block;
	color: white;	
	font-size: 18px;	
	margin: 20px 0;
	height: 50px;
	border: none;
	border-radius: 2px;
	background-color: rgb(0,82,58);
	text-transform:uppercase;
}

input[type="submit"]:hover{
	background-color: rgb(0,58,39);
}

.enquire {
	width: auto;
	display: block;	
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 5px;
	margin: 10px 10px 15px;
	vertical-align: top;
	background-color: rgb(253,232,34);
}

.enquire a {
	color: rgb(0,82,58);
}

.enquire a:hover {
	text-decoration: none;
}

.center-img {
	margin: 0 auto;
}

.col-xs-12.padding-lr-n {
	padding-left: 0;
	padding-right: 0;
}

.conditions p {
	color: rgb(74,74,74);
	font-size: 12px;
}

ul {
	margin-left: 20px;
}

ul li {
	font-size: 16px;
	margin-bottom: 5px;
	list-style: outside;
}

.form-horizontal {
	padding-left: 10px;
	padding-right: 10px;
}

.btn-primary {
	font-size: 16px;
  color: #fff;
  border-color: rgb(0,82,58);
	border-radius: 2px;
	padding: 10px 0;
	background-color: rgb(0,82,58);

}

.btn-primary:hover {
  background-color: rgb(0,58,39);
  border-color: rgb(0,58,39);
}

.header-text {
	text-align: center;
	float: none;
	width: 100%;
}

p.mfaa img {
	width: 100px;
	height: auto;
}


@media (min-width: 768px) {
  .rate-box {
		float: right;
		width: 250px;
		height: auto;
	}
	.center-img {
		margin: 0;
		float: left;
	}
	.hl-title{
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	.padding40 {
		padding: 40px 0;
	}
	.header-text {
		float: right;
		width: auto;
		margin-top: 30px;
	}
	
	.padding-s15 {
		padding: 0 15px;
	}


}