@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p a {
	text-decoration:none;
	font-weight:bold;
	color:inherit;
}

body, html {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'texgyreadventorregular';
}

.mobile-show {
	display:none;
}

.mobile-hide {
	display:inherit;
}


h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:42px;
	letter-spacing:0.25px;
	color:#000;
	text-transform:uppercase;
	line-height:38px;
	margin-bottom:0;
	margin-top:0;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
	line-height:39px;
	letter-spacing:0.25px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}

blockquote {
	background: #fff29d;
	border-left: 10px solid #ff7300;
	margin: 1.5em 10px;
	padding: 0.5em 5px;
	quotes: "\201C""\201D""\2018""\2019";
	display:block;
	position:relative;
	float:left;
}
blockquote:before {
	color: #ff7300;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}


.header_shift {
	position:relative;
	top:48px;
	min-height:100%;
	text-align:left;
}


.home {
	background-color:#e69225;
	background-size:cover;
	background-image:url(../img/honey.jpg);
	min-height:100%;
	position:absolute;
	width:100%;
}

.container {
	width:100%;
	max-width:940px;
	display: flex;
    align-items: center;
	position:absolute;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.page {
	width:100%;
	max-width:940px;
	position:relative;
	background-color:#fff;
	height:100%;
	overflow:hidden;
}

.page_top {
	width:100%;
	max-width:940px;
	position:relative;
}

.page_top_right {
	position:relative;
	float:right;
	width:70%;
	margin-bottom:10px;
}

.footer {
	width:100%;
	max-width:940px;
	background-image:url(../img/footer.jpg);
	display:block;
	height:120px;
	background-size:cover;
	background-position:center;
	display: flex;
    align-items: center;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 38px 50px -32px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 38px 50px -32px rgba(0,0,0,0.75);
	box-shadow: 0px 38px 50px -32px rgba(0,0,0,0.75);
}

.footer-info {
	display:inline-block;
	background-color:#fff;
	padding:5px;
	color:#000;
	float:left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:16px;
}

.split_left {
	width:40%;
	float:left;
	position:relative;
}

.split_right {
	width:60%;
	float:left;
	position:relative;
}

.left-col {
	width:30%;
	position:relative;
	float:left;
}

.right-col {
	width:70%;
	position:relative;
	float:left;
	text-align:left;
}

.basic-pad {
	padding:20px;
}

.logo {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
}

.logo_small {
	display:inline-block;
	float:right;
	width:35%;
	height:auto;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo_small:hover {
	opacity:0.5;
}



.hexnav {
	position:relative;
	display:inline-block;
	background-image:url(../img/comb.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:70px;
	min-height:70px;
	line-height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	padding:30px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
	text-align:center !important;
}


.hexnav_img {
	position:relative;
	display:inline-block;
	background-image:url(../img/button_off.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:70px;
	min-height:70px;
	line-height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	padding:30px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
	text-align:center !important;
}

.hexnav_img:hover {
	position:relative;
	display:inline-block;
	background-image:url(../img/button_on.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:70px;
	min-height:70px;
	line-height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	padding:30px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
	text-align:center !important;
}



.hexnav-active {
	position:relative;
	display:inline-block;
	background-image:url(../img/comb-over.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:70px;
	min-height:70px;
	line-height:18px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	padding:30px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
}


.hexnav-active_img {
	position:relative;
	display:inline-block;
	background-image:url(../img/button_on.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:70px;
	min-height:70px;
	line-height:18px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	padding:30px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
	color:#fff;
}


.home_nav {
	position:relative;
	display:inline-block;
	background-image:url(../img/comb.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	min-width:100px;
	min-height:100px;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	width:100%;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	padding:50px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
	margin-bottom:3px;
	margin-top:40px;
}


.hexnav:hover {
	opacity:0;
	background-image:url(../img/comb-over.svg);
	color:#000;
}

.feature-right {
	display:inline-block;
	float:right;
	text-wrap:normal;
	width:50%;
	height:auto;
	margin-bottom:30px;
	margin:10px 20px;
}

.feature-left {
	display:inline-block;
	float:left;
	text-wrap:normal;
	width:50%;
	height:auto;
	margin-bottom:30px;
	margin:10px 20px;
}


.email_box {
	width:100%;
	display:block;
	font-size:30px;
	margin:20px 0px;
	position:relative;
	overflow:hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height:28px;
}

.email_box a {
	font-size:14px;
	color:inherit;
	text-decoration:none;
	line-height:14px !important;
}

@media screen and (max-width: 940px) {

.page_top_right {
	width:100%;
	margin-bottom:30px;
}
	
}


@media screen and (max-width: 550px) {


.container {
	display: inherit;
    align-items: inherit;
	position:relative;
	min-height:inherit;
}


.left-col {
	width:100%;
	display:block;
	padding-bottom:10px;
}

.right-col {
	width:100%;
	display:block;
}

.hexnav {
	position:relative;
	display:inline-block;
	float:left;
	min-width:inherit;
	min-height:inherit;
	line-height:16px;
	width:25%;
	font-size:16px;
	padding:10px 0px 10px 0px;
	margin-bottom:3px;
	background-size:cover;
}

.hexnav-active {
	position:relative;
	display:inline-block;
	float:left;
	min-width:inherit;
	min-height:inherit;
	line-height:16px;
	width:25%;
	font-size:16px;
	padding:10px 0px 10px 0px;
	margin-bottom:3px;
	background-size:cover;
}

.basic-pad {
	padding:10px;
}

.mobile-show {
	display:inherit !important;
}

.mobile-hide {
	display:none !important;
}


.header_shift {
	top:0px;
	min-height:inherit;
	text-align:left;
}

.split_left {
	width:100%;
	display:block;
}

.split_right {
	width:100%;
	display:block;
}

.page_top_right {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:30px;
}

.feature-right {
	display:block;
	width:100%;
	margin:20px 0px;
}

.feature-left {
	display:block;
	width:100%;
	margin:20px 0px;
}


.email_box {
	margin:40px 0px 0px 0px;
	position:relative;
	top:20px;
	padding:10px 0px;
	background-color:#fff29d;
	border-radius:5px;
}

.footer {
	margin-bottom:0px;
}



}