/* CSS Document */

body {
	font-family: 'Lusitana', Georgia, serif;
	font-size:16px;
}
.home{
	background-image: url(../img/home_page_bkgdnopic_final.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center top;
}
.home .top-head {
	padding-top: 10px;
}
.top-logo > a {
	margin-top: 20px;
	margin-bottom: 20px;
	display:inline-block;
}
.top-logo {
	display: block;
}
.container {
	position: relative;
}
#topnav {
	display: block;
	float: right;
	list-style-type: none;
}
#topnav > li {
	display: inline-block;
	margin-left: 5px;
}
#topnav .active a {
	font-weight: 600;
}
#topnav a {
	display: block;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	font-size: 120%;
	text-decoration:none;
	font-family: 'Lato', arial, sans-serif;
}
#topnav a:hover {
	color: #111;
}
.table-view {
	display: table;
	table-layout:fixed;
	width:100%;
}
.table-view > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	float: none;
}
.head-numbers {
	font-family: 'Lato', arial, sans-serif;
	font-size: 43px;
	margin-bottom:20px;
}
.head-right {
	background-color: #7F7F7F;
	color: #fff;
	padding: 110px 30px;
}
.head-bg {
	background-image: url(../img/header.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.head-right p {
	font-size: 22px;
	line-height: 1.25;
}
.footer {
	width: 100%;
	height: 80px;
	color: #fff;
	background-color: #111111;
}
.footer p {
	padding-top: 30px;
	font-size:90%;
}
.title {
	font-family: 'Lato', arial, sans-serif;
	font-size:31px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}
.title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #111;
	position: absolute;
	left: 0;
	top: 20px;
}
.title > span {
	display: inline-block;
	background-color: #fff;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about {
	padding-top: 30px;
	padding-bottom: 30px;
}
.about h3 {
	margin-bottom: 30px;
}
.about p {
	color: rgb(94, 94, 94);
	margin-bottom: 30px;
}
.bg1{background-color:#F6F6F6;}
.bg1 .title > span {
	background-color: #F6F6F6;
}
.offering-content > div {
	padding-top: 40px;
	padding-bottom: 20px;
}
.offering-content h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.offering-content p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-trans {
	color: #fff;
	background-color: #8C8C8C;
	border-color: #858585;
	border-radius: 30px;
	padding: 10px 20px;
}
.btn-trans:hover {
	color: #fff;
	background-color: #7E7E7E;
	border-color: #8C8C8C;
}
.bsocial-txt {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bsocial-txt > p {
	margin-bottom: 25px;
}
.bsocial-txt > p.intro {
	margin-bottom: 40px;
}
.contact-intro {
	margin-top: 50px;
	margin-bottom: 40px;
}
.contact-subtle {
	margin-bottom: 30px;
}
.contact-form input {
	height: 40px;
}




