/* .home-hero size: 1600 x 498px */
/* .plp-hero size: 1600 x 640px */

/* Clean up old styles */
#page_info_top .plp-hero-background-container {
	display: none;
}
#page_info_top .masthead_container .plpbackground {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
}

/* New styles */
.hero-container-2015 {
	float: left;
	height: auto;
	left: auto;
	margin: 0;
	position: relative;
	width: 100%;
}
.hero-container-2015 img.hero-image {
	width: 100%;
}
.hero-container-2015 img.hero-gradient-2015 {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}
.hero-container-2015 a.hero-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero-container-2015 .hero-content {
	position: absolute;
	width: 550px;
}

/* home-hero */
.hero-container-2015.home-hero.top .hero-content {
	top: 7%;
}
.hero-container-2015.home-hero.middle .hero-content {
	top: 29%;
}
.hero-container-2015.home-hero.bottom .hero-content {
	top: 51%;
}
.hero-container-2015.home-hero.left .hero-content {
	text-align: left;
	left: 3%;
}
.hero-container-2015.home-hero.center .hero-content {
	text-align: center;
	left: 50%;
	margin-left: -225px; /* Pull back half the width */
}
.hero-container-2015.home-hero.right .hero-content {
	text-align: right;
	right: 3%;
}

/* plp-hero */
.hero-container-2015.plp-hero .hero-content {
	top: 20%;
}
.hero-container-2015.plp-hero.right .hero-content {
	text-align: right;
	right: 10%;
}
.hero-container-2015.plp-hero.left .hero-content {
	text-align: left;
	left: 10%;
}
.hero-container-2015.plp-hero.center .hero-content {
	text-align: center;
	left: 50%;
	margin-left: -225px; /* Pull back half the width */
}

.hero-container-2015 .hero-content h1 {
	font-family: "Q Stencil",Courier New,monospace;
	text-transform: uppercase;
	color: #1d1d1d;
	line-height: 0.9em;
	margin: 0;
	padding: 0;
	font-size: 34px;
	padding-bottom: 6px;
}

.hero-container-2015 .hero-content.classic h1{
   font-family:'FFSuperGroteskWebCondensedMediium', 'FFSuperGroteskWebBold', sans-serif;
}

.hero-container-2015 .hero-content.kids h1{
   font-family:'FFSuperGroteskWebCondensedMediium', 'FFSuperGroteskWebBold', sans-serif;
}

.hero-container-2015 .hero-content h2 {
	font-family: "DINWebPro-CondMedium",Helvetica,sans-serif;
	text-transform: uppercase;
	color: #1d1d1d;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
}
.hero-container-2015 .hero-content p {
	font-family: "DINWebPro-CondMedium",Helvetica,sans-serif;
	text-transform: none;
	color: #1d1d1d;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1em;
	width:355px;
}
.hero-container-2015.right  .hero-content p {
	float:right;
}
.hero-container-2015 .hero-content .ctas {
	clear: both;
	padding-top: 14px;
	width: 100%;
}
.hero-container-2015 .hero-content .ctas .btn {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #000000;
	display: inline-block;
	padding: 2px;
	margin: 0 16px 0 0;
	-webkit-transition: background 0.5s linear 0s;
	transition: background 0.5s linear 0s;
	border-radius: 0;
	height: auto;
	line-height: 19px;
}
.hero-container-2015 .hero-content .ctas .btn .inner {
	color: #000000;
	display: inline-block;
	font-family: "DINWebPro-CondMedium",Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	min-width: 30px;
	padding: 12px 22px 9px 22px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color 0.5s linear 0s;
	transition: color 0.5s linear 0s;
}
.hero-container-2015.right .ctas .btn {
	margin: 0 0 0 16px; /* Put margin on left if text-align is right */
}
.hero-container-2015 .hero-content.middle .ctas .btn {
	margin: 0 8px;
}
.hero-container-2015 .hero-content .ctas .btn:hover .inner {
	color: #fff;
	margin: 2px;
}
.hero-container-2015 .hero-content .ctas .btn:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	padding: 0;
}
@media (min-width: 1200px) {
	.hero-container-2015 .hero-content h1 {
		font-size: 42px;
		padding-bottom: 8px;
	}
	.hero-container-2015 .hero-content h2 {
		font-size: 16px;
		padding-bottom: 3px;
	}
	.hero-container-2015 .hero-content p {
		font-size: 16px;
		width:450px;
	}
}
@media (min-width: 1400px) {
	.hero-container-2015 .hero-content h1 {
		font-size: 50px;
		padding-bottom: 10px;
	}
	.hero-container-2015 .hero-content h2 {
		font-size: 17px;
		padding-bottom: 3px;
	}
	.hero-container-2015 .hero-content p {
		font-size: 17px;
		width:500px;
	}
}
@media (min-width: 1600px) {
	.hero-container-2015 .hero-content h1 {
		font-size: 60px;
		padding-bottom: 12px;
	}
	.hero-container-2015 .hero-content h2 {
		font-size: 18px;
		padding-bottom: 4px;
	}
	.hero-container-2015 .hero-content p {
		font-size: 18px;
		width:550px;
	}
}
