body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	/*font-family: 'Raleway', sans-serif;*/
	/*font-family: 'Lora', serif;*/
	font-family: 'Open Sans', sans-serif;
	color: #141414;
}

a {
	color: inherit;
	text-decoration: none;
}

#active {
	text-decoration: underline;
}

#bold {
	font-weight: bold;
}

/*img#top-logo-solo {
	display: block;
	width: 140px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}*/

html,body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

.footer, .push {
	height: 50px;
}

/***************Topbar*******************/
.topbar-wrapper {}

.topbar {
	position: absolute;
	width: 100%;
	height: 88px;
	top: 0px;
	color: #000000;
}

.topbar-content {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
}

.topbar-logo {
	position: absolute;
	left: 10px;
	font-size: 200%;
	line-height: 50px;
}

.topbar-menu {
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 100%;
	margin-top: 24px;
}

.topbar-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topbar-menu ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 50px;
	
}

@media screen and (max-width: 353px) {
	.topbar-menu {
		font-size: 75%;
	}
}

.mobile-topbar {
	display: none;
}

.mobile-topbar ul {
	display: none;
}

/*****************************************/

.header {
	position: relative;
	width: 100%;
	height: 400px;
	top: 100px;
	background-image: url("../img/header.jpg");
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 150px;
}

.header-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2E3D4C;
	background: linear-gradient(#6e3d23, #f5821f, #ac5b2d, #fbb03f);
	opacity: 0.5;
}

.header-text {
	position: relative;
	top: 45%;
	color: #FFFFFF;
}

.header-text p#header-main-text {
	text-align: center;
	font-size: 350%;
	font-weight: bold;
}

@media screen and (max-width: 473px) {
	.header-text {
		top: 35%;
	}
	
	.header-text p#header-main-text {
		font-size: 300%;
	}
}

.header-text p#header-sub-text {
	text-align: center;
	font-size: 150%;
}

.home {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.home-col {
	display: inline-block;
	width: 300px;
	height: auto;
	vertical-align: middle;
}

.home-col#left {
	/*color: #6e3d23;*/
}

.home-col#middle {
	/*color: #f5821f;*/
}

.home-col#right {
	/*color: #ac5b2d;*/
}
/*********************************************/


.push-block {
	display: block;
	height: 200px;
}

.push {
}
.footer {
	/*background-image: url('../img/footer2.jpg');*/
	background-size: cover;
	background-position: center center;
}

.footer-mask {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #ac5b2d;
	opacity: 1.0;
}

.footer-copyright {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
