@charset "UTF-8";

#header
{
}

#main
{
	border-top: 3px solid #FEB775;
}

#main > .wrapper
{
	padding: 0;
	width: auto;
}

.primary-text-wrapper
{
	position: relative;
	background-color: #EAE8DA;
	z-index: 1;
}

#primary-text
{
	display: table;
	width: 100%;
	color: #595F45;
}

#primary-text > .wrapper
{
	display: table-cell;
	padding: 0 20px;
	height: 180px;
	vertical-align: middle;
}

#primary-text h1
{
	margin: 0.5em 0;
	font-size: 36px;
}

#primary-text h1
{
	color: inherit;
	font-weight: 400;
}

#primary-text h1 > .second-line
{
	display: block;
	margin: 0.75em 0;
	font-size: 28px;
	font-weight: 300;
}

.slideshow-wrapper
{
	position: relative;
	background-color: #EAE8DA;
}

#slideshow
{
	padding: 0;
	width: 100%;
	height: 456px;
	position: relative;
	font-size: 0;
	list-style: none;
	overflow: hidden;
	z-index: 0;
}

#slideshow .slide
{
	height: 100%;
	width: 100%;
	max-height: 456px;
	background-color: #EAE8DA;
}

#slideshow .slide > .wrapper
{
	display: table;
	margin: 0 auto;
}
#slideshow .slide > .wrapper > .wrapper
{
	display: table-cell;
	height: 456px;
	vertical-align: bottom;
}
html.ie8 #slideshow .slide > .wrapper > .wrapper
{
	display: block;
	height: auto;
}

#slideshow .slide > .wrapper > .wrapper > img
{
	max-height: 100%;
}

.slideshow-wrapper .bx-loading
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../!images/slideshow-loading.png") no-repeat center;
	z-index: 101;
}

.slideshow-wrapper .bx-controls
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -50px;
	font-size: 0;
	z-index: 1;
}

.bx-pager > div
{
	display: inline-block;
}

.bx-pager > div > a
{
	display: inline-block;
	margin-right: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #D9DBB6;
}

.bx-pager > div > a.active
{
	background-color: #F7EABE;
}

/*************************************************************************************************/

h1, h2
{
	text-align: center;
}

#content
{
	width: auto;
}

#content h1
{
	color: #377172;
}
#content h2
{
	margin-top: 0.5em;
	color: #377172;
	font-size: 36px;
}
#content h3
{
	font-size: 28px;
}

#content p
{
	font-size: 20px;
}

#content img
{
	height: auto;
	max-width: 1240px;
}

#content .section > .wrapper
{
	margin: 0 auto;
	padding: 30px 20px 40px;
	width: 1240px;
}

#content .under-slideshow
{
	font-size: 16px;
	text-align: center;
}

#content .latest-posts-list
{
	padding-left: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}
#content .latest-posts-list > li
{
	display: inline-block;
	padding: 15px 20px;
	min-width: 340px;
	max-width: 340px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#content .latest-posts-list p
{
	font-size: inherit;
}

#content .latest-posts-list .thumbnail-holder
{
	float: left;
	margin: 0 14px 10px 0;
	font-size: 0;
}
#content .latest-posts-list .thumbnail-holder a
{
	border-bottom: none;
}
#content .latest-posts-list .thumbnail-holder img
{
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #FFF;
}

#content .latest-posts-list .title-holder
{
	margin: 5px 0;
	font-size: 18px;
	line-height: 1.2;
}

#content .latest-posts-list .date-holder
{
	margin: 10px 0;
	color: #807366;
	font-size: 14px;
}

#content .latest-posts-list .text-holder
{
	margin-bottom: 0.75em;
}
#content .latest-posts-list .text-holder p
{
	margin: 0;
}

#content .latest-posts-list .comments
{
	border-bottom: none;
}

#content .key-features-panel
{
	font-size: 0;
	text-align: center;
}
#content .key-features-panel > div
{
	display: inline-block;
	padding: 0 40px 30px;
	max-width: 300px;
	font-size: 16px;
	vertical-align: top;
}
#content .key-features-panel h3
{
	text-align: center;
	font-weight: 400;
}
#content .key-features-panel p
{
	color: #859571;
	text-align: center;
}
#content .key-features-panel p:last-child
{
	margin: 0;
}
#content .key-features-panel img
{
	display: block;
	margin: 20px auto 0;
	width: auto;
	max-height: 75px;
}
#content .key-features-panel .button
{
	margin-top: 10px;
	border-bottom: none;
	font-size: 16px;
}

#content .customers-logo-panel
{
	font-size: 0;
	text-align: center;
}
#content .customers-logo-panel a
{
	border-bottom: none;
}
#content .customers-logo-panel img
{
	margin: 10px 20px;
	width: auto;
	max-height: 80px;
	vertical-align: middle;
}

