/* Open Sans ~ 300 */
@font-face {font-family: 'openSans';src: url('../font/300.eot'); src: url('../font/300.eot') format('embedded-opentype'), url('../font/300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

/* Open Sans ~ 400 */
@font-face {font-family: 'openSans';src: url('../font/400.eot'); src: url('../font/400.eot') format('embedded-opentype'), url('../font/400.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Open Sans ~ 600 */
@font-face {font-family: 'openSans';src: url('../font/600.eot'); src: url('../font/600.eot') format('embedded-opentype'), url('../font/600.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'openSans', Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

header {
	width: 100%;
	height: 589px;
	background: url(../images/slide.png) no-repeat center top;
	margin-bottom:50px;
}
header2 {
	width: 100%;
	height: 250px;
	background: url(../images/slide.png) no-repeat center top;
	margin-bottom:50px;
}
.site-heading {
	text-align: center;
	margin-top: 100px;
	float: left;
	width: 100%;
}

.site-heading h1 {
	font-size: 68px;
	color: #be954f; 
	font-weight: 600;
}

.site-heading h1 span {
	font-size: 43px;
	display: block;
}

.site-heading h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 300; 
	line-height: 35px;
	margin-bottom: 40px;
}

.site-heading a {
	display: inline-block;
	font-size: 18px;
	color: #be954f;
	font-weight: 600;
	border: solid 1px #be954f;
	padding: 10px 70px;
}

.site-heading a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #ffffff;
}

#content {
	margin-bottom: 50px;
}

#content .row {
	background-color: #ffffff;
} 

.box-heading {
	text-align: center;
	color: #be954f;
	font-size: 36px;
	font-weight: 300;
	margin: 70px 0px 30px 0px;
	width: 100%;
	float: left;
}

.box-bg {
	margin: 0px 0px 30px 0px;
	width: 100%;
	float: left;
}

.box-bg img {
	display: block;
	margin: 0px auto;
}

.box-text {
	width: 85%; 
	text-align: center;
	font-size: 16px;
	color: #555555;
	font-weight: 300;
	line-height: 25px;
	margin:0px auto;
}

#information-form {
	width: 100%;
	background-color: #2c2c2c;
	padding: 30px 0px 0px 0px;
}

#information-form h3 {
	color: #be954f;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}

#information-form h5 {
	color: #888888;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}

.form-group {
	margin-bottom: 30px;
	position:relative;
}

.form-group label {
	color:#be954f;
	position:absolute;
	bottom:-26px;
	left:15px;
	font-weight:300;
	font-size:13px;
}

.form-control {
	border-radius: 0;
	height: 50px;
	font-size: 16px;
	font-weight: 300;
}

.form-control:focus {
	border-color: #be954f;
	box-shadow: none;
}

.form-control.error {
	border:solid 1px #be954f;
}

.form-post-button {
	width: 300px;
	height: 50px;
	background: url(../images/form-post-button.png) no-repeat 40px center #be954f;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
}

.form-post-button:hover {
	color: #ffffff;
}

footer {
	background-color: #222222;
	padding: 30px 0px;
}

.footer-links .title {
	font-weight: 600;
	color: #be954f;
	font-size: 14px;
	margin-bottom: 20px;
}

.footer-links ul {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}

.footer-links  ul li {
	margin-bottom: 5px;
	color: #888888;
	font-size: 14px;
}

.footer-links  ul li a {
	font-size: 14px;
	color: #888888;
}
 
.footer-links.contact ul li {
	margin-bottom: 30px;
} 

.social-facebook,
.social-twitter,
.social-google,
.social-linkedin {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/social.png);
	text-indent: -99999pt;
	float: left;
	margin-right: 10px;
}  

.social-facebook:hover {
	background-position: 0px -39px;
}

.social-twitter {
	background-position: -43px -1px;
}

.social-twitter:hover {
	background-position: -43px -40px;
}

.social-google {
	background-position: -85px -1px;
}

.social-google:hover {
	background-position: -85px -40px;
}

.social-linkedin {
	background-position: -125px -1px;
}

.social-linkedin:hover {
	background-position: -125px -40px;
}

#copyright {
	width: 100%;
	padding: 25px 0px;
	background-color: #2c2c2c;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
}

#copyright img {
	margin-right: 20px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.float-left {
	float:left !important;
	}

	.float-right {
		float:right !important;
	}

@media (min-width: 768px) and (max-width: 990px)   { 
	.box-heading {
		margin: 10px 0px 10px 0px;
		font-size: 26px;	
	}
	.box-text {
		font-size: 14px;
		line-height: 20px;
	}
	
	.box-bg {
		margin:0px 0px 20px 0px;
	}
	
	.box-container {
		padding:0 10px;
	}
	
	.box-bg img {
		width:65%;
	}
}

@media (max-width: 768px) {
	.site-heading {
		margin-top: 30px;
	}
	
	.site-heading h1 {
		font-size: 58px;
	}
	
	.site-heading h1 span {
		font-size: 20px;
	}
	
	.site-heading h2 {
		font-size: 16px;
	}
	
	.box-heading {
		margin: 30px 0px 30px 0px; 	
	}
	
	.box-container {
		padding:0 10px;
	}
	
	.form-post-button {
		width:100%;
		background-position:20px center;
	}
}

@media (max-width: 480px) {
	.row {
		padding-bottom:30px;
	}
}

