/* header */
#hero {
	padding-top: 960px;
	/*background-color: #000;*/
}

@media screen and (max-width:1440px) {
	#hero {
		padding-top: 680px;
	}
}

@media screen and (max-width:767px) {
	#hero {
		padding-top: 100%;
	}
	.product-gallery-image img {
		max-width: 100% !important;
	}
}

.section-lineup {
	text-align: center;
}

.section-lineup .section-header-title {
    font-weight: 600;
    font-size: 50px;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    margin: -0.18em 0 .46em;
    -webkit-font-smoothing: antialiased
}

.story-cta {
	display: inline-block;
	height: 48px;
	margin-top: 4em;
	padding: 0 30px;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
	line-height: 2.2;
	background-color: #FF5A00;
	border-radius: 24px;
}

.story-cta-wrapper {
	text-align: center;
}

@media screen and (max-width:767px) {
	.story-cta {
		height: 36px;
		font-size: 16px;
		line-height: 2.3;
		border-radius: 18px;
	}
	.section-lineup .section-header-title {
		font-size: 36px;
	}
	.product-gallery {
		padding-bottom: 0;
	}
}

.section-lineup .section-content {
    width: auto;
    max-width: 1080px;
    padding: 0 50px 0
}

.section-lineup .row {
    width: auto;
    margin: -34px -20px 0
}

.section-lineup .col {
    position: relative;
    display: block;
    float: left
}

.section-lineup .col-6 {
    margin-top: 125px;
    margin-bottom: -3px;
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:767px) {
    .section-lineup .section-content {
        padding: 0
    }
    .section-lineup .row {
        width: auto;
        margin: 51px -20px 0
    }
    .section-lineup .col {
        float: none
    }
    .section-lineup .col-6 {
        margin-top: 40px;
        width: auto
    }
}

.lineup-hero {
    position: relative;
    margin: 0 auto;
    padding-top: 62.5%;
    overflow: hidden
}

.lineup-hero img,
.lineup-hero canvas {
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%
}

.lineup-hero canvas {
    width: 100%;
    height: 100%
}

.lineup-image {
    position: relative;
    margin: 0 auto;
    padding-top: 32%;
    overflow: hidden
}

.lineup-image img {
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%
}

.lineup-copy {
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding: 45px 40px 0;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:767px) {
    .lineup-copy {
        padding: 30px 20px 0
    }
}

.main .lineup-title {
    font-weight: 600;
    font-size: 36px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    color: #000;
    margin: -0.13888889em auto .5em
}

@media screen and (max-width:767px) {
    .main .lineup-title {
        font-size: 1.2rem
    }
}

.main .lineup-text {
    font-weight: 400;
    font-size: 18px;
    font-size: .8rem;
    line-height: 1.38888889;
    text-align: left;
    color: #404040;
    margin: -0.33333333em auto -0.38888889em;
	padding-bottom: 24px;
}

.main .lineup-text-tagline {
    font-weight: 600;
    font-size: 18px;
    font-size: .9rem;
    line-height: 1.38888889;
    text-align: left;
    color: #000;
    margin: -0.33333333em auto -0.38888889em;
    padding-bottom: 20px;
}

@media screen and (max-width:767px) {
    .main .lineup-text {
        font-size: .8rem;
    }
	
	.main .lineup-text-tagline {
        font-size: .8rem;
    }
}

.main .lineup-cta {
    font-weight: 400;
    font-size: 18px;
    font-size: .9rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    color: #333;
    margin: 1.22222222em auto -0.16666667em;
    display: inline-block
}

.main .lineup-cta:hover {
    color: #000
}

.main .lineup-cta .glyphicon-chevron-right {
    font-size: 21px;
    margin-left: -4px;
    vertical-align: text-bottom
}

@media screen and (max-width:767px) {
    .main .lineup-cta {
        font-size: .8rem
    }
}

.hero-copy-fixed {
	text-align: center;
}

.story-cta--hero {
	margin: 1.4em auto 2.4em;	
}

.fancybox-slide--iframe .fancybox-content {
	background-color: transparent !important;
}
.ac-form {
	margin-top: 1.2em !important;
}