/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* SET GLOBAL VALUES */

html, body { 
	width: 100%; 
	height: 100%; 
	border: 0px none transparent; 
	margin: 0px; padding: 0px; 
	font: normal normal 300 18px/30px "futura-pt", Arial, Helvetica, sans-serif; 
	color: #FFF;
	}
.main_wrapper { /* Everything but footer. Put background here if need full-height background. */
	min-height: 100%; 
	position: relative; 
	background-color: #252525;
	} 

.required_field { /* This is the class for our spam trap/honeypot form field */
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:-2000px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

a:link { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }
a:visited { text-decoration: none !important; }

.masthead_wrapper, .masthead, .menu_wrapper, .menu, .carousel_wrapper, .carousel, .content_wrapper, .content, .footer_wrapper, .footer, .footer_top_wrapper { position: relative; clear: both; }
.masthead, .menu, .carousel, .content, .footer, .footer_top { margin: 0px auto; width: 320px; position: relative; }

/* MASTHEAD */

.masthead_wrapper, .masthead_bkg, .masthead_pattern, .masthead { height: 442px; }
.masthead_wrapper {
	background-color: #252525;
	}
.masthead { 
	overflow: visible; 
	position: relative;
	__background-color: rgba(0,255,0,0.2) 
	}
/*
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
*/
.masthead_bkg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: transparent url("/css/images/temp_masthead.jpg") no-repeat center top;
	background-size: cover;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7*/
	opacity: 0.5;
	/*
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 40s linear infinite;
	*/
	}
.menu_wrapper {
	background-color: rgba(0,0,0,0.7);
	height: 121px;
	overflow: visible;
	position: absolute;
	width: 100%;
	z-index: 8888;
	top: 0px;
	left: 0px;
	}
.menu {
	__background-color: rgba(0,255,0,0.4);
	position: absolute;
	top: 78px;
	left: 10px;
	z-index: 8889;
	width: 300px;
	height: 43px;
	padding: 0px;
	text-align: center;
	}
.menu_link {
	display: inline-block;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	__letter-spacing: 1px;
	}
.menu_link a { text-decoration: none; color: inherit; }
.menu_link a:hover, #page_products .menu_products, #page_about .menu_about, #page_investor .menu_investor { color: #a6ce39; }
.menu_about { margin: 0px 16px; }
.masthead_logo {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 192px;
	height: 90px;
	margin-left: -96px;
	background: #363636 url("/css/images/sprites.png") no-repeat 0px 0px;
	z-index: 9999;
	}
	
.slideshow_wrapper {
	width: 320px;
	height: 321px;
	position: absolute;
	top: 121px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 8888;
	}
.slide { list-style: none; padding: 0px; margin: 0px; }

p { margin: 0px; padding: .75em 0px 0px 0px; }
h1 { font-size: 48px; line-height: 48px; margin: 0px; padding: 0px; text-transform: uppercase; letter-spacing: 0px; font-weight: 700; }
h2 { font-size: 30px; line-height: 34px; margin: 0px; padding: 2px 0px 0px 0px; text-transform: uppercase; color: #a6ce39; letter-spacing: 0px; font-weight: 700; }
h3 { font-size: 24px; line-height: 28px; margin: 0px; padding: .5em 0px 0px 0px; text-transform: uppercase; font-weight: 700; }
h4 { font-size: 24px; line-height: 28px; margin: 0px; padding: 0px 0px 0px 0px; text-transform: uppercase; font-weight: 400; font-style: italic; }

.content_wrapper {  }
.content { 
	 
	}

.main, .sidebar { margin: 0px 10px; width: 300px; }
.main { padding-top: 13px; }

.sb_quote_form { display: none; background-color: #216783; }
.sb_quote_accent { height: 10px; background-color: #a6ce39; }
.sb_quote_titleblock { height: 80px; background-color: #216783; position: relative; }
.sb_quote_title_l1 { font-size: 24px; line-height: 24px; font-weight: 300; text-transform: uppercase; padding: 8px 0px 0px 10px; }
.sb_quote_title_l2 { font-size: 48px; line-height: 38px; font-weight: 700; text-transform: uppercase; padding: 0px 0px 0px 10px; }
.sb_quote_plus, .sb_quote_minus, .carousel_plus { 
	width: 36px; 
	height: 36px; 
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
	background: transparent url("/css/images/sprites.png") no-repeat -192px 0px; 
	cursor: pointer; 
	}
.sb_quote_minus { background-position: -192px -36px; display: none; }
.carousel_plus { right: 0px; bottom: 26px; }
.content_internal .sb_quote_form, .content_internal .sb_quote_titleblock { background-color: #FFF; }

/* CAROUSEL */

.carousel_wrapper { 
	height: 254px;
	background-color: #eaeaea; 
	}
.carousel_topbar { 
	width: 100%; 
	height: 33px; 
	overflow: hidden; 
	text-align: center; 
	background-color: #216783; 
	overflow: hidden;
	}
.carousel_toptext { 
	white-space: nowrap; 
	color: #FFF; 
	width: 100%; 
	text-align: center; 
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 10px 0px 10px;
	overflow: hidden;
	height: 33px;
	}
.carousel_toptext .divider { padding: 0px 10px; color: rgba(166,206,57,0.5); }

.carousel { 
	height: 221px; 
	text-align: center;
	}
.carousel a {
	border: none 0px transparent !important;
	text-decoration: none !important;
	color: inherit !important;
	}
.carousel_slide { 
	width: 220px; 
	height: 221px; 
	position: relative; 
	margin: 0px auto;
	color: #363636;
	}
.carousel_image { margin-top: 10px; }
.carousel_image img { max-width: 100%; overflow: hidden; }
.carousel_text {
	position: absolute;
	top: 155px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	text-align: left;
	}
.carousel_l2 {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	}

/* PRODUCT PAGES */

#page_products .slideshow_wrapper, #page_products .masthead_bkg, #page_about .slideshow_wrapper, #page_about .masthead_bkg, #page_contact .slideshow_wrapper, #page_contact .masthead_bkg, #page_investor .slideshow_wrapper, #page_investor .masthead_bkg { display: none; }
#page_products .masthead_wrapper, #page_products .masthead, #page_about .masthead_wrapper, #page_about .masthead, #page_contact .masthead_wrapper, #page_contact .masthead, #page_investor .masthead_wrapper, #page_investor .masthead { height: 121px; }
#page_products .content, #page_about .content, #page_contact .content, #page_investor .content { background-color: #FFF; }
#page_products .content_wrapper, #page_products .content, #page_about .content_wrapper, #page_about .content, #page_contact .content_wrapper, #page_contact .content, #page_investor .content_wrapper, #page_investor .content { min-height: 664px; }
#page_products, #page_about, #page_contact, #page_investor { background: #252525 url("/css/images/bkg_main_desktop.png") repeat-y center top; }
#page_products .main_wrapper, #page_about .main_wrapper, #page_contact .main_wrapper, #page_investor .main_wrapper { background: transparent url("/css/images/bkg_internal.jpg") no-repeat center top; }

.content_internal { width: 320px; margin: 0px auto; color: #363636; }
.download_bar {  
	display: none;
	}
.download_bar a { text-decoration: none !important; color: inherit !important; }
.left, .right { width: 300px; margin: 0px auto; }
.left { padding-left: 20px; }
.right {  }
.left img, .right img { max-width: 100%; }

.title_block { margin-top: 7px; }
.product_title {
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	}
.product_subtitle {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	}

.pic_block {  }
.main_pic {
	margin: 10px 0px;
	}
.multi_pic_header {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	}
.multi_pic_instructions {
	font-weight: 300;
	}
.multi_pic_box {
	width: 90px;
	height: 90px;
	float: left;
	margin: 15px 15px 0px 0px;
	overflow: hidden;
	}
.multi_pic {
	max-width: 100%;
	margin: auto;
	}
.multi_pic_box:nth-of-type(3) { margin-right: 0px; }
.data_block { 
	background: #727272 url("/css/images/corner_green.png") no-repeat right top; 
	color: #FFF; 
	margin-top: 13px;
	padding-top: 8px;
	padding-bottom: 10px;
	clear: left;
	}
.data_table {
	width: 280px;
	}
.data_label, .data_value, .data_download { 
	padding: 6px 0px; 
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	vertical-align: top;
	border-bottom: dotted 1px rgba(255,255,255,0.25);
	}
.data_last { border-bottom: none 0px transparent; }
.data_label {
	font-weight: 700;
	}
.data_value {
	text-align: right;
	}
.data_metric {
	display: block;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	}
.data_download {
	width: 280px;
	background-color: #363636;
	clear: left;
	border-bottom: none 0px transparent;
	color: #FFF;
	padding: 10px 20px 12px 20px;
	font-weight: 700;
	}
.data_download a { text-decoration: none !important; color: inherit !important; }
.data_download .icon_pdf { margin-top: 3px; }
.icon_pdf { 
	width: 28px; 
	height: 28px; 
	background: transparent url("/css/images/sprites.png") no-repeat -228px 0px; 
	float: right;
	margin: -4px 0px 0px 10px; 
	}
.product_description {
	clear: left;
	padding-bottom: 20px;
	}
.product_description p::first-line {
	font-weight: 700;
	}
.browse_cat_title {
	clear: both;
	margin: 10px 0px 0px 10px;
	}
.browse_record {
	width: 140px;
	float: left;
	margin: 10px;
	}
.browse_pic_box {
	width: 140px;
	height: 94px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	__display: table-cell;
	__background-color: #CCC;
	}
.browse_pic {
	max-width: 100%;
	margin: auto;
	}
.browse_title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	}
.browse_subtitle {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	padding-top: 2px;
	color: #a6ce39;
	}
.browse_title a, .browse_subtitle a { text-decoration: none !important; color: inherit !important; }
.browse_pic_box a { border: none 0px transparent; }

.overview, .breadcrumbs {
	padding: 10px;
	}
.breadcrumbs { padding-bottom: 0px; }
.overview_aside {
	
	}
.overview_aside h3 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	color: #a6ce39;
	font-size: 24px;
	line-height: 26px;
	}
.overview_aside ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-weight: 700;
	}
.description h2 {
	margin: 20px 0px 0px 0px;
	}

/* STAFF PAGES */

.staff_pic {
	float: right;
	max-width: 300px;
	margin: 20px 0px 20px 0px;
	}
.contact {
	margin-top: 5px;
	}
.contact_label {
	font-weight: 700;
	}
	
/* SB FORM */

.sb_form_header { margin-top: 0px; }
.sb_form_description {  }
.sb_form { margin: 0px 0px 0px 0px; padding: 10px; }
.sb_form label { font-weight: normal; display: block; clear: left; padding-top: 0px; padding-bottom: 0px; }
.sb_form input, .sb_form textarea, .sb_form select, .sb_form input#submit { __width: 277px; font: normal 14px Arial, Helvetica, sans-serif; border: 1px solid #e1e1e1; padding: 8px; margin: 0px 0px 0px 0px; display: block; color: #363636; }
.sb_form input, .sb_form select {  }
.sb_form select { __width: 295px; }
.sb_form input:hover, .sb_form textarea:hover { border-color: #7b7b7b; }
.sb_form input:focus, .sb_form textarea:focus { border-color: #7b7b7b; background-color: #eee; }
.sb_form textarea { height: 100px; clear: left; }
.sb_form input#submit { cursor: pointer; __width: 295px; }
.sb_form input#submit:hover { border-color: #7b7b7b; background-color: #5d839a; color: #FFF; font-weight: bold; }
.sb_form input.invalid { background-color: #F00; }
.sb_form .errmsg { padding: 0px 0px 8px 0px; color: #F00; font-weight: bold; font-style: italic; }
.sb_form .required { font-weight: bold; color: #a6ce39;  }

.inline_label { float: left; width: 90px; padding: 2px 0px 12px 0px; clear: left; }
.inline_text { float: left; width: 190px; padding: 0px 0px 12px 0px; }
#last_name,#first_name,#email,#phone,#company,#when_other,#pallet_custom,#pallet_type,#pallet_load,#quantity { width: 172px; }
.twoline_select { padding: 0px 0px 12px 0px; }
.submit { padding-top: 12px; }

/* SUBMENU */

.submenu {
	display: block;
	visibility: visible;
	padding: 0px;
	background-color: #a6ce39;
	__margin-bottom: 22px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #363636;
	text-transform: uppercase;
	}
.submenu ul, .submenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.submenu li {
	display: block;
	text-align: center;
	padding: 10px 0px 10px 0px;
	}
.submenu a { text-decoration: none !important; color: inherit !important; }
.page_about .submenu_about, .page_corporate .submenu_corporate, .page_team .submenu_team, .page_products .submenu_products, .page_faq .submenu_faq, #page_investor .submenu_investor { color: #8aa838; cursor: default; }

.faq_jump_menu { padding-top: 10px; }
#jumpmenu { width: 300px; }

.required_field { /* This is the class for our spam trap/honeypot form field */
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:-2000px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

/* FOOTER */

.content_wrapper { padding-bottom: 570px; } /* Padding matches footer height. This container JUST makes room for footer. */
.footer_wrapper, .footer {  }
.footer_wrapper { margin-top: -570px; height: 570px; background-color: #363636; }
.footer_top_wrapper, .footer_top { height: 87px; }
.footer_top_wrapper { background-color: #216783; }
.footer_logo { position: absolute; top: 9px; left: 10px; width: 172px; height: 22px; background: transparent url("/css/images/sprites.png") no-repeat -10px -39px; }
.footer_top_text { font-size: 18px; line-height: 21px; font-weight: 400; text-transform: uppercase; top: 39px; left: 10px; position: absolute; }
.footer_top_text em { font-style: italic; color: rgba(255,255,255,0.5); }
.footer_top_text .divider { color: #a6ce39; }

.footer { padding-top: 0px; }
.footer a { text-decoration: none !important; color: inherit !important; }

.address_block { 
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: rgba(255,255,255,0.75);
	margin: 15px 0px 0px 10px; 
	}
.address_block_header { font-size: 14px; line-height: 22px; text-transform: uppercase; color: #FFF; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-weight: 700; }
.address_sales_header { margin-top: 15px; }
.footer_email { font-weight: 400; font-style: italic; margin-top: 4px; color: #a6ce39; }

.footer_social { height: 24px; margin-top: 20px; }
.social_icon { width: 24px; height: 24px; display: inline-block; margin: 0px 0px 0px 10px; background: transparent url("/css/images/sprites.png") no-repeat 0px -90px; }
	.icon_facebook { background-position: 0px -90px; } 
	.icon_facebook:hover { background-position: 0px -114px; }
	.icon_twitter { background-position: -24px -90px; } 
	.icon_twitter:hover { background-position: -24px -114px; }
	.icon_googleplus { background-position: -48px -90px; } 
	.icon_googleplus:hover { background-position: -48px -114px; }
	.icon_pinterest { background-position: -72px -90px; } 
	.icon_pinterest:hover { background-position: -72px -114px; }
	.icon_instagram { background-position: -96px -90px; } 
	.icon_instagram:hover { background-position: -96px -114px; }
	.icon_youtube { background-position: -120px -90px; } 
	.icon_youtube:hover { background-position: -120px -114px; }
	.icon_flickr { background-position: -144px -90px; } 
	.icon_flickr:hover { background-position: -144px -114px; }
	.icon_linkedin { background-position: -168px -90px; } 
	.icon_linkedin:hover { background-position: -168px -114px; }
	
.copyright_block { margin: 20px 0px 0px 10px; font-weight: 400; font-size: 11px; line-height: 14px; color: rgba(255,255,255,0.25); }
.copyright {  }
.credits {  }
.logo_block { height: 24px; margin-top: 6px; }
.bean_logo { background: transparent url("/css/images/sprites.png") no-repeat -168px -90px; display: inline-block; width: 68px; height: 24px; }
.logo_beansprout { margin-right: 8px; } .logo_beansprout:hover { background-position: -168px -114px; }
.logo_coloredbean { width: 63px; background-position: -236px -90px; } .logo_coloredbean:hover { background-position: -236px -114px; }


/* HIDE ON MOBILE @ 719px OR LESS */

@media only screen and (max-width: 719px) { .m_hide { display: none !important; visibility: hidden !important; } }
