body {
	background: none;
	background-color: #d3cec0;
}

@media (min-width: 768px) {
	.lghome {
		padding: 10px 15px;
	}
}

.lg-home-header {
	position: relative;
	background-color: #f9f8f6;
}

.lg-home-header-inner {
	padding: 15px;
}

.lg-home-header-inner .media {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 15px;
}

.lg-home-header-inner .media:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.lg-home-header-inner {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
/* 		left: 51.4%; */
		left: 59.7%;
		padding: 30px;
		background-color: rgba(255,255,255,0.7);
		z-index: 100;
	}
}

@media (min-width: 992px) {
	.lg-home-header-inner {
		padding-top: 40px;
	}
}

.lg-home-header-inner h4 {
	font-weight: bold;
	font-size: 1.8em;
	margin: 0 0 3px 0;
}

.lg-home-header-inner .media-left {
    padding-right: 18px;
}

.lg-home-header-inner .media-object {
	width: 75px;
	height: auto;
	border-radius: 100%;
	border: 2px solid #fff;
}

@media (min-width: 768px) {
	.lg-home-header-inner .media-object {
		width: 65px;
	}
}

@media (min-width: 992px) {
	.lg-home-header-inner .media-object {
		width: 90px;
	}
}

.lg-home-header-inner .media-body {
	font-size: 9px;
	line-height: 1.5;
	vertical-align: middle;
}

/* @group lg-home-header-inner-bro */

.lg-home-header-inner-bro {
	display: none;
}

@media (min-width: 768px) {
	.fullStage {
		overflow: hidden!important;
	}
	.lg-home-header-inner-bro {
		display: block;
		padding: 30px;
		text-align: center;
	}
	.lg-home-header-inner-bro img {
		width: 50%;
		height: auto;
		border: 1px solid #fff;
	}
	.lg-home-header-inner-bro .img-wrapper {

	}
	.lg-home-header-inner-bro .img-wrapper h3 {
		font-size: 2.4em;
		margin: 10px 0 5px 0;
		font-weight: bold;
	}
	.lg-home-header-inner-bro .img-wrapper p {
		font-size: 1.4em;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.lg-home-header-inner-bro img {
		width: 60%;
	}
}

/* @end */

.lgheader h3 {
	color: #a09c92;
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	margin: 10px 0 10px 0;
}

.lgheader .navbar-form {
	padding-left: 0;
	margin-bottom: 12px;
}

.lgheader .btn {
	display: none;
}

.lgheader .form-control {
	background-color: rgba(255,255,255,0.2);
	line-height: 1;
	height: auto;
	padding-bottom: 3px;
}

@media (max-width: 767px) {
	.lgheader {
		display: none;
	}
}

.nav-lg {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

.lghome h3 {
	font-size: 2em;
}

.lgteaser {
	margin-top: 15px;
	margin-bottom: 7px;
	position: relative;
}

.lgteaser img {
	width: 100%;
	height: auto;
}

.lgteaser a {
	text-decoration: none;
}

.lgteaser:hover img {
	box-shadow: 0px 0 6px #888;
}

.lgteaser:hover .lgteasertext img {
	box-shadow: none;
}


.lgteasertext {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(255, 255, 255, .75);
}

.lgteasertext h4 {
	font-size: 1.6em;
	color: #004494;
	margin: 0;
	float: right;
}

.lgteasertext img {
	width: auto;
	height: 21px;
	float: left;
}

footer {
	padding-top: 0;
	border-top: none;
}

.subfooter {
  	margin-top: 0;
}

@media (min-width: 768px) {
	
	body {
		margin-top: 0;
	}
	
	.lgheader {
		padding-left: 0;
		max-width: 970px;
	}

	.lgheader h3 {
		font-size: 20px;
		margin: 11px 0 12px 0;
		text-align: left;
	}
	
	.metanavigation {
		position: absolute;
		right: 0;
		top: -51px;
	}

	.header {
		border-bottom: 1px solid #dedede;
	}
	
	.metacontainer .navbar-form {
		padding-top: 30px;
		padding-right: 15px;
	}
	
	.navbar {
	  	min-height: 0;
	  	margin-bottom: 0;
	}
	
	.navbar-nav>li>a {
	  	/*padding-top: 13px;
	  	padding-bottom: 13px;*/
	  	margin-top: 6px;
	  	margin-bottom: 6px;
	}
	
	.nav-lg {
		float: none;
		border-bottom: none;
	}
	
}

@media (min-width: 992px) {
	.nav-lg {
		position: absolute;
		top: -67px;
		left: 145px;
/* 		right: 25px; */
	}
}

.lg-news-container h4 {
	font-weight: bold;
	font-size: 1.8em;
}

.lg-news-container .media-left {
    padding-right: 18px;
}

.lg-news-container .media-object {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}

.lg-news-container .media-body {
	font-size: 9px;
	line-height: 1.5;
}
