@font-face {
	font-family: "Helvetica Neue";
	font-weight: 400;
	src:
	url('/fonts/HelveticaNeueLTPro-Roman.otf');
}
@font-face {
	font-family: "Helvetica Neue";
	src:
	url('/fonts/HelveticaNeueLTPro-Bd.otf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Helvetica Neue";
	src:
	url('/fonts/HelveticaNeueLTPro-Blk.otf');
	font-weight: 900;
	font-style: normal;
}
.body-new	{ font-family: 'Helvetica Neue'; color: #000; }
.body-new p, .body-new h1, .body-new h2, .body-new h3, .body-new h4, .body-new h5 { font-family: 'Helvetica Neue'; }
.body-new h1 {
	font-size: 48px;
	font-weight: 900;
	line-height: 54px;
}
.body-new h2 {
	font-size: 32px;
	font-weight: 900;
	line-height: 36px;
}
.body-new h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}
.body-new h4 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}
.body-new h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.body-new h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.body-new p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.body-new .text-white {
	color: white !important;
}
.mission-container h2, .mission-container h3, .mission-container p {
	color: white;
}
.mission-container h2 {
	font-size: 42px;
	font-weight: 900;
	line-height: 42px;
}
.mission-container h3 {
	font-weight: 900;
}
.cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background: #fff;
	z-index:9999;
}

.container-1520 { max-width: 1520px; width: 100%; }
.container-1400 { max-width: 1400px; width: 100%; }
.body-new .button { font-weight: 700; letter-spacing: 2%; border: none; border-radius: 8px; }
.body-new .button::after { display: none; }
.body-new .button:hover::after { display: none; }
.body-new .btn-primary { background: #DB3700; }
.body-new .btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #992600 !important; width: auto; height: auto; padding: auto; }
.body-new .btn-secondary { background: #fff; }
.body-new .btn-secondary:hover { background: #FFECE5; }
.body-new .btn-lg, .btn-lg:hover { font-size: 16px; padding: 19px 20px; }
.body-new .btn-md, .btn-md:hover { font-size: 14px; padding: 19px 20px;  }
.body-new .btn-sm , .btn-sm:hover { font-size: 12px; padding: 19px 20px;  }

.body-new .hero {
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 40%;
	padding-left: 100px;
	position: relative;
}
.body-new .hero-block {
	width: 830px;
	position: absolute;
  	top: 35%;
  	left: 5%;
  	transform: translateY(-50%);
}
.body-new .hero h1 {
	color: white;
	font-weight: 900;
	font-size: 76px;
	font-style: bold;
	line-height: 88px;
	text-transform: uppercase;
}
.body-new .hero h3 {
	color: white;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
}
.trvl-card {
	background: gray;
	padding-top: 50%;
	background-size: 100%;
	background-position: 50% 50%;
	background-size: cover;
	height: 600px;
	text-align: left;
	color: white;
	transition: 0.2s ease-in-out;
}
.trvl-card::before {
	content:"";
  	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
  	background:inherit;
  	transition:inherit;
}
.trvl-card:hover::before {
	transform: scale(1.05);
}

.trvl-card::after {
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0,0,0,0) 100%);

  }
.trvl-block {
	z-index: 2;
	padding: 24px 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.trvl-block img {
	height: 40px;
}
.trvl-card h3 {
	color: white;
}
.trvl-card .shop-all {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	letter-spacing: 1px;
}
.series-container {
	height: 1200px;
}

.series-product-card {
	background: white;
	border-radius: 4;
	border: 1px solid #c4c4c4;
}
.series-product-card img {
	max-height: 280px;
}
.series-copy {
	color: white;
	padding: 16px;
	width: 680px;
}
.series-copy h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 52px;
}
.series-copy h2, .series-copy p {
	color: white;
}
.series-logo {
	height: 40px;
}
.series-block {
	padding: 16px;
}
.series-block-colors {
	margin-bottom: 12px;
}
.series-block-color {
	display: inline-block;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.series-block h2 {
	font-size: 50px;
	line-height: 52px;
	text-transform: uppercase;
}
.series-product-card p {
	color: black;
}
.series-swiper {
	margin-top: 20px;
}
#modpak-swiper p { color: black; }
.mail-submit {
  	background-color: #DB3700 !important;
}
.mail-submit:hover {
	background-color: #992600 !important;;
}
.shop-by-container h2 {
	font-size: 25px;
	font-weight: 800;
}
.shop-by-container h5 {
	font-size: 24px;
	font-weight: 700;
}
.product-overlay {
	display: block;
	position: relative;
}
.product-overlay:before {
	content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.03;
    padding: 3px;
    z-index: 99;
    top: 0;
    left: 0;
}


@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1280px) {
	.body-new {
		margin-top: 80px;
	}
	.trvl-block img { height: 30px; }
	#collection-swiper	 p:first-of-type { display: visible; }
	.series-copy {
		/* width: 680px; */
	}

}

@media only screen and (max-width: 768px) {
	.body-new .hero {
	    background-position: 20% 0%;
	}
	.body-new .hero h1 {
		font-size: 41px;
		font-weight: 900;
		line-height: 48px;
	}
	.body-new .hero h3 {
		font-size: 22px;
		font-weight: 700;
		line-height: 26px;
	}
	.body-new .hero-block {
		width: 100%;
		left: 0px;
		padding: 20px;
		top: 200px;
	}
	.body-new .btn-lg, .btn-lg:hover { font-size: 12px; padding: 17px 20px; }
	.series-product-card img {
		max-height: 168px !important;
	}
	.trvl-block { width: 80%; }
	.trvl-block img { height: 30px; }
	#collection-swiper p:first-of-type { display: none; }
	.series-block {
		width: 100% !important;
	}
	.series-logo {
		height: 30px;
	}
	.series-copy {
		width: 100%;
	}
	.series-copy h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.trvl-card {
		height: 434px;
	}
}

@media only screen and (max-width: 390px) {
	#collection-swiper p:first-of-type { display: none; }
	.body-new .hero h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.series-copy {
		width: 100%;
	}
	.series-copy h2 {
		font-size: 20px;
		line-height: 22px;
	}
}