/*==================================================================
Table of Contents:
= Large Hero Customizations
----------------------------------------------------------------- */
#heroes {
	position: relative;
	height: 500px;
	color: #fff;
}
	#heroes section {
		z-index: 10;
		position: relative;
		padding: 0 20px;
		text-align: center;
	}
		#heroes section h1 {
			margin-top: 20px;
			margin-bottom: 165px;
			font-size: 45px;
			line-height: 1;
			text-align: right;
			font-weight: 400;
			line-height: 0.9;
		}
			#heroes h1 > img {
				position: absolute;
				right: 7px;
				top: -12px;
				width: 70px;
			}

		#heroes section .fancybox {
			display: block;
			margin-bottom: 1em;			
		}

			#heroes section .fancybox img {
				width: 100%;
				-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
				   -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
						box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
			}

		#heroes section p + p {
			margin-top: 0;
		}

	#findit {
		width: 190px;
		position: relative;
		margin: 20px auto 0;
		font-size: 36px;
		font-weight: 700;
	}
		#findit:after {
			position: absolute;
			top: initial;
			bottom: -8px;
			right: 0;
		}

	#hero-products {
		background: transparent url(../images/hero-homepage-products.png) no-repeat;
		background-size: contain;
		width: 100%;
		height: 180px;
		position: absolute;
		top: 110px;
	}

	#flavors {
		position: absolute;
		top: 130px;
		left: 240px;
		font-weight: 400;
	}
		#flavors > h1 {
			display: none;
			margin-bottom: 0px;
			font-size: 11px;
			font-family: 'Raleway', Sans-Serif, sans-serif;
			font-weight: 400;
		}
		#flavors ul {
			list-style: inside;
			padding: 0;
			margin-top: 3px;
			font-size: 13px;
		}
			#flavors a {
				color: #a2da43;
				text-decoration: none;
			}
				#flavors a:hover,
				#flavors a:active {
					color: #7cb41d;
					text-decoration: underline;
				}
				#flavors a:visited {
					color: #a2da43;
				}

#heroes:before {
	top: 0;
}
#heroes:after {
	position: absolute;
	margin-bottom: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 0;
	background-position: 60% 0;
}

@media only screen and (min-width: 600px) {
	#heroes {
		height: 480px;
	}

	#hero-products {
		height: 260px;
	}

		#heroes section {
			margin: 0 auto;
		}

			#heroes section h1 {
				font-size: 55px;
				margin-bottom: 15px;
			}
				#heroes h1 > img {
					position: relative;
					left: 15px;
					top: -10px;
					width: auto;
				}

			#heroes section p,
			#heroes section .fancybox {
				width: 245px;
				float: right;
				clear: both;
			}

			#heroes section .fancybox {
				display: block;
				margin-bottom: 1em;			
			}

				#heroes section .fancybox img {
					max-width: 435px;
				}

			#heroes > img {
				left: -18%;
			}
	#findit {
		position: absolute;
		bottom: 90px;
		right: 28px;
	}

	#flavors {
		top: initial;
		bottom: 10px;
		left: 28px;
		width: 465px;
	}
		#flavors h1 {
			display: block;
			text-transform: uppercase;
			letter-spacing: 2px;
		}
		#flavors ul {}
		#flavors ul li {			
			float: left;
			margin-right: 10px;
		}
		#flavors ul li:first-child {
			list-style: none;
		}

}

@media only screen and (min-width: 960px) {

	#heroes {
		height: 510px;
	}
		
		#heroes section {
			float: right;
			width: 31%;
			margin-right: 7%;
		}
			#heroes section h1 {
				font-size: 68px;
				text-align: center;
				margin-top: 34px;
			}

			#heroes section p {
				width: 92%;
				float: none;
				clear: none;
				width: auto;
				margin: 0 auto 10px;
				line-height: 1.6;
				font-size: 13px;
			}

	#heroes:after {
		background-position: 90% 0;
	}

	#hero-products {
		
		top: 14px;
		height: 482px;
		width: 62.5%;
		float: left;
	}

	#flavors {
		position: relative;
		clear: both;
		bottom: -75px;
	}
		#flavors h1 {
			text-align: center;
		}

	#findit {
		bottom: 70px;
		right: 115px;
		position: absolute;
	}
		#findit:before {
			left: -28px;
		}

}