
/* LANGUAGE TABS - START */
.nav-pills > li {
	vertical-align: top;
}

div.language {
	margin-top: 26px;
}

/* Language Menu */
.language-menu {
	display: inline-block;
	padding: 0 10px 20px;
	width: 100%;
	margin: -0.4% 0; /* 40.9% */
	position: absolute;
	top: 0%;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #c0c0c1 !important;
	font-size: 1em;
	text-align: center;
}

.language-menu a {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #c0c0c1 !important;
	font-size: 1em;
}

.language-menu a:active {
        font-weight:bold;
    }

.language-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.language-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* LANGUAGE TABS - END */

/* Mobile - Black outer containers? - BEGIN */
.page-wrapper,
.header.dark,
.dark.header .navbar.navbar-default,
.fixed-header-on .dark.header.fixed {
	background-color: #000000;
}
/* Mobile - Black outer containers? - END */

.table > tbody > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
}

.intro-section {
background: #111111;
background: -moz-linear-gradient(top,  #111111 0%, #292929 33%, #292929 47%, #1e1e1e 100%);
background: -webkit-linear-gradient(top,  #111111 0%,#292929 33%,#292929 47%,#1e1e1e 100%);
background: linear-gradient(to bottom,  #111111 0%,#292929 33%,#292929 47%,#1e1e1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#1e1e1e',GradientType=0 );
border-top: solid 1px #2b2b2b;
border-bottom: solid 1px #373737;
}

/* Logo Lockup when under intro copy */
.logo-lockup {
	width: 65.5%;
	padding-top: .5em;
	opacity: .8;
}

h1.title {
    color: #ffffff;  /* light gray: #D0D0D0 */
}

.sirv h2.title {
	margin-top: 1.5em;
	color: #b9b8b8;
	text-shadow: 5px 5px 4px #000000;
}

.sirv .separator::after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(187, 187, 187, 0.5)), color-stop(70%, rgba(187, 187, 187, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

.intro-section-title {
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: inherit;
	font-weight: normal;
	font-size: 2em;
	color: #e60202;
	text-align: center;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #e60202 50%, #FFFFFF 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #e60202 50%, #FFFFFF 100%);
	background: linear-gradient(to right, #FFFFFF 0%, #e60202 50%, #FFFFFF 100%);
}

.vehicle-container-v1 {
	background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-background-2.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	overflow: visible;
	padding-top: 50.545455%;
	position: relative;
	margin-bottom: -6%;
}

.vehicle-splash-v1 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 23.48313617283588%;
	will-change: transform;
}

.intro-section-title-line {
	margin: 0 0 1px 0;
	padding-top: 20px;
	background-color: #ffffff;
}

.video-tabs {
	background: #111111;
	background: -moz-linear-gradient(top,  #111111 0%, #535353 33%, #535353 47%, #000000 100%);
	background: -webkit-linear-gradient(top,  #111111 0%,#535353 33%,#535353 47%,#000000 100%);
	background: linear-gradient(to bottom,  #111111 0%,#535353 33%,#535353 47%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=0 );
	border: none;
}

.intro-section-blocks {
	background: #111111;
	background: -moz-linear-gradient(top,  #111111 0%, #535353 33%, #535353 47%, #1e1e1e 100%);
	background: -webkit-linear-gradient(top,  #111111 0%,#535353 33%,#535353 47%,#1e1e1e 100%);
	background: linear-gradient(to bottom,  #111111 0%,#535353 33%,#535353 47%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#1e1e1e',GradientType=0 );
	border: none;
}

.intro-section-blocks2 {
	background: #1e1e1e;
	background: -moz-linear-gradient(top,  #1e1e1e 0%, #535353 33%, #535353 47%, #111111 100%);
	background: -webkit-linear-gradient(top,  #1e1e1e 0%,#535353 33%,#535353 47%,#111111 100%);
	background: linear-gradient(to bottom,  #1e1e1e 0%,#535353 33%,#535353 47%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#111111',GradientType=0 );
	border: none;
}

.intro-text {
	font-size: 1.15em;
	color: #c4c3c3;
}

.intro-blocks {
	background-color: #000000;
}

.intro-blocks .image-box, .intro-section-blocks .image-box {
	border-color: #373737; /* #232323 #FFFFFF */
}

#gallery-block .separator::after {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
}

.yellow {
    color: #ffe722 !important;
}

.fineprint {
	font-size: .75em;
}

/* Tooltip text - BEGIN */
.confirm {
    color: #F00 !important;
	font-size: 140%;
	position: relative;
	display: inline-block;
	border-bottom: 2px dotted red; /* If you want dots under the hoverable text */
}

.confirm .confirmtext {
  visibility: hidden;
  width: 120px;
  background-color: #f9ea1d;
  color: #000;
  text-align: center;
  font-weight: normal;
  border: 1px solid black;
  padding: 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.confirm:hover .confirmtext {
  visibility: visible;
}
/* Tooltip text - END */

/* DELETE */
.intro-bg {
	background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-background.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

/* MOVER */
.vehicle-splash-container {
	padding-bottom: -webkit-calc(8.407777193904362% + 40px);
	padding-bottom: calc(8.407777193904362% + 40px);
}

/* MOVER */
.vehicle-container {
	background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-parallax-bg.jpg"); /* intro-background.jpg - white/gray traxxas graffiti bg for studio parallax */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 715px; /* studio 315px */  /* adjust with MARGIN-B/PADDING-B for mobile */
	overflow: visible;
	padding-bottom: 50.63333333%; /* studio 26.63333333%, 42.63333333% */  /* adjust with HEIGHT/MARGIN-B for mobile */
	position: relative;
	margin-bottom: -10em; /* studio 4em */  /* adjust with HEIGHT/PADDING-B for mobile */
}

/* MOVER */
.vehicle-splash {
	/* float: left; */
	overflow: hidden;
	transform: translateY(14.95327102803738%); /* 14.95327102803738% */
	will-change: transform;
}

/* MOVER */
.vehicle-scale {
	width: 103%; /* studio 97% */
	margin-left: -1.5%; /* studio 1.5% */
}


/* BUY NOW Block BEGIN */
span.cta-first-delivery {
	color: yellow;
	font-weight: lighter;
}

span.buynow-title {
    /*font-size: .93em;*/
	text-transform: capitalize;
}

.floating .buy-now .call-to-action div span.cta-first-delivery {
	letter-spacing: .05em;
	font-size: 1.2em;
}

.floating .buynow-header {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 3px;
}
.floating .buynow-title {
    display: none; /* or inline-block */
}
.buynow-subheader {
	line-height: 26px;
	font-size: 22px;
	color: #fbf701;  /* ash color: #dbdbdb | yellow: #ffe722 | bright yellow: #fbf701 */
	letter-spacing: .02em;
	text-transform: uppercase;  /* or none */
	/*text-shadow: 5px 5px 4px #000000;*/
}
.floating .buynow-subheader {
    display: none;
}
.buynow-body {
	font-size: 18px;
	font-weight: lighter;
	margin-top: 12px;
}
.floating .buynow-body {
	margin-top: -10px;
	padding-bottom: 5px;
}
.buynow-model {
	display: inline-block;
	padding-top: .65em;
	text-transform: uppercase;
}
.buynow-price {
	display: inline-block;
	padding-top: .65em;
	margin-left: 40px;
	font-weight: bold;
	font-size: 22px;
}
/* BUY NOW Block END */

h1 sup,
h2 sup,
h3 sup,
sup.sup-more {
	top: -1.6em;
	font-size: 35%;
}

sup.smaller {
	font-size: 50%;
	top: -1em;
}

sup.title {
	font-size: 30%;
	top: -0.9em;
	vertical-align: 1.1em;
}

.border-gray-hz {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}

.speed-chart {
	background-color: #000000;
}

.vehicle-bottom-bg {
	background: url("https://traxxas.com/products/landing/maxx-slash/images/footer.jpg");
	background-position: 50% 45%;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

.background-img-1 { 
	background: url("https://traxxas.com/products/landing/maxx-slash/images/parallax-bg-02.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("https://traxxas.com/products/landing/maxx-slash/images/parallax-bg-03.jpg") 50% 0px no-repeat;
}

.background-img-3 { 
	background: #000000 url("https://traxxas.com/products/landing/maxx-slash/images/parallax-bg-04.jpg") no-repeat fixed center;
}

.background-img-4 {
	background: url("https://traxxas.com/products/landing/maxx-slash/images/Splash-3qtr-102076-4.jpg") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.background-img-5 {
	background: url("https://traxxas.com/products/landing/maxx-slash/images/Splash-Comparison-102076-4.jpg") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.accessories-bg {
	background-image: url("https://traxxas.com/products/landing/maxx-slash/images/accessories-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.accessories .col-sm-4 img {
	border: 1px solid currentColor;
}

.special-edition-button {
	background-color: #2578e1;
	text-transform: none;
	font-style: italic;
}


.support-detail {
	font-size: 1.2em;
	letter-spacing: .02em;
}

.support-detail-bg {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
}

.email-form div {
	float: none;
	margin: 5px 0;
}

/* NOT USED YET */
.white-bg {
	background-color: #FFFFFF;
}

.medium-gray-bg {
	background-color: #424242;
	color: #fff;
}

.medium-gray-bg .separator::after {
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(230, 228, 228, 0.4) 35%, rgba(230, 228, 228, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(230, 228, 228, 0.4)), color-stop(70%, rgba(230, 228, 228, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(230, 228, 228, 0.4) 35%, rgba(230, 228, 228, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(230, 228, 228, 0.4) 35%, rgba(230, 228, 228, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(230, 228, 228, 0.4) 35%, rgba(230, 228, 228, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(230, 228, 228, 0.4) 35%, rgba(230, 228, 228, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

.slider-banner-fullwidth {
	background-color: #000;
	height: auto !important;
	max-height: none !important;
	padding-bottom: -webkit-calc(56.25% + 70px);
	padding-bottom: calc(56.25% + 70px);
}

div.tp-bgimg, div.tp-caption.fullscreenvideo {
	padding-bottom: 56.25% !important;
}

div.fullcoveredvideo {
	left: 0 !important;
	top: 0 !important;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
	float: none;
	margin: 0 auto !important;
	/*padding-bottom: 50px !important;
	padding-right: 50px !important;
	position: static !important;*/
	bottom: 5px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !important;
	}
}

@supports (-ms-ime-align: auto) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !important;
	}
}

.tp-simpleresponsive > ul > li {
	height: auto !important;
	overflow-y: initial !important;
}

.slider-control {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 70px;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0;
	transition: background-color 0.3s ease;
	width: 60px;
	z-index: 99;
}

.slider-control:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.separator-3.red:after {
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 0, 0, 0.18)), color-stop(30%, rgba(255, 0, 0, 0.5)), color-stop(50%, #ff0000), color-stop(50%, #ff0000), color-stop(70%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.18)));
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -o-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -ms-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: linear-gradient(to left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
}

/* SPECS */
.light-gray-bg-gradient {
    border-top: unset;
    /*border-bottom: 1px solid #f3f3f3;*/
	background: #939595;
	background: -moz-linear-gradient(top, #bfbfbf 0%, #D1D3D4 4%, #D1D3D4 100%);
	background: -webkit-linear-gradient(top, #bfbfbf 0%, #D1D3D4 4%, #D1D3D4 100%);
	background: linear-gradient(to bottom, #bfbfbf 0%, #D1D3D4 4%, #D1D3D4 100%);
}


/* FOOTER */
.product-links .container {
    padding-bottom: 44em;
}

.footer-content .social-links li a {
    text-indent: -9999px;
}


@supports (display: grid) {
	@media (min-width: 768px) {
		.intro-blocks {
			display: grid;
			grid-row-gap: 20px;
			grid-template-columns: repeat(4, 1fr);
		}
		.intro-blocks2 {
			grid-template-columns: repeat(3, 1fr) !important;
		}
		.intro-blocks .col-sm-4,
		.intro-blocks .image-box {
			height: 100%;
		}
		.intro-blocks .col-sm-4 {
			width: 100%;
		}
		.intro-blocks::before,
		.intro-blocks::after {
			display: none;
		}
	}
	@media (max-width: 834px) {
		.intro-blocks {
			grid-template-columns: repeat(2, 1fr);
		}
		.intro-blocks2 {
			grid-template-columns: repeat(3, 1fr) !important;
		}
	}
	@media (max-width: 767px) {
		.intro-blocks {
			grid-template-columns: 1fr;
		}
		.intro-blocks::before,
		.intro-blocks::after {
			display: none;
		}
	}
}

@media (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
	/* DELETE */
	.intro-bg {
		margin-top: 40px;
	}
}

/* DELETE */
@media (min-width: 992px) {
	.intro-bg {
		background-position: 0% -30%;
	}
	.accessories .container > .row[style] {
		align-items: center;
		display: flex;
	}
}

@media (min-width: 1200px) {
	.accessories .container {
		width: 94%;
	}
}

@media (max-width: 1199px) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		padding-bottom: 8.1433%;
		padding-right: 8.1433%;
	}
}



/* IN-BETWEEN 1366-1024 */
@media (min-width: 1024px) and (max-width: 1366px) {
	.vehicle-container {
		height: 27.5em;
		margin-bottom: -8.5em;
	}
}
/* IN-BETWEEN 1023-769 */
@media (min-width: 769px) and (max-width: 1023px) {
	.vehicle-container {
		height: 27.5em;
		margin-bottom: -8em;
	}
}
/* IN-BETWEEN 768-429 - NEEDED!!!!  */



/* === PORTRAIT - Smallest to Widest BEGIN ========= */

/* For VERTICAL Tablet: 540x720 (Surface Duo) */
@media only screen and (min-device-width : 540px) and (max-device-width : 720px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 540x720 (Surface Duo) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -40px;
		padding-bottom: 0;
		height: 26em !important;
	}
	.video-bg-top div:first-of-type {
		height: 73%;
		top: 31%;
		margin-top: 13% !important;
		margin-bottom: -89px;
	}

/* 2-Logos (header) - VERTICAL 540x720 (Surface Duo) - BEGIN */
	.header-logos {
		top: 9% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 6%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -30%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 540x720 (Surface Duo) - END */

/* Truck Mover */
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -5.3em;
	}
/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 768x1024 (iPad Mini) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 768x1024 (iPad Mini) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -350px;
		padding-bottom: 0;
	}
	.video-bg-top div:first-of-type {
		height: 58%;
		top: 31%;
		margin-top: 7% !important;
		margin-bottom: -10px;
	}

/* 2-Logos (header) - VERTICAL 768x1024 (iPad Mini) - BEGIN */
	.header-logos {
		top: 9% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 6%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -30%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 768x1024 (iPad Mini) - END */

/* Truck Mover */
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -5.3em;
	}
/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 810x1080 (iPad) */
@media only screen and (min-device-width : 810px) and (max-device-width : 1080px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 810x1080 (iPad) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -490px;
		padding-bottom: 0;
		height: 75em !important;
	}
	.video-bg-top div:first-of-type {
		height: 48%;
		top: 31%;
		margin-top: 4em !important;
		margin-bottom: 82px;
	}

/* 2-Logos (header) - VERTICAL 810x1080 (iPad) - BEGIN */
	.header-logos {
		top: 9% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 6%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -41%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 810x1080 (iPad) - END */

/* Truck Mover */
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -4.3em;
	}
/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 1024x1366 (iPad Pro) */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 1024x1366 (iPad Pro) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -380px;
		padding-bottom: 0;
		height: 72em !important;
	}
	.video-bg-top div:first-of-type {
		height: 50%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -10px;
	}

/* 2-Logos (header) - VERTICAL 1024x1366 (iPad Pro) - BEGIN */
	.header-logos {
		top: -9% !important;
	}

	.header-logo1 {
		width: 135%;
		margin-left: -18%;
	}

	.header-logo2 {
		width: 155%;
		margin-top: -28%;
		margin-left: -25.5%;
	}
/* 2-Logos (header) - VERTICAL 1024x1366 - END */

/* Truck Mover */
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -4.3em;
		height: 500px;
	}
/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 912x1368 (Surface Pro 7) */
@media only screen and (min-device-width : 912px) and (max-device-width : 1368px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 912x1368 (Surface Pro 7) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -28px;
		padding-bottom: 0;
		height: 42em !important;
	}
	.video-bg-top div:first-of-type {
		height: 85%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -419px;
	}

/* 2-Logos (header) - VERTICAL 912x1368 (Surface Pro 7) - BEGIN */
	.header-logos {
		top: -9% !important;
	}

	.header-logo1 {
		width: 135%;
		margin-left: -18%;
	}

	.header-logo2 {
		width: 155%;
		margin-top: -28%;
		margin-left: -25.5%;
	}
/* 2-Logos (header) - VERTICAL 912x1368 (Surface Pro 7) - END */

/* Truck Mover */
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -6em;
		height: 27.5em;
	}
/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* === PORTRAIT - Smallest to Widest END ========= */



/* === LANDSCAPE - Widest to Smallest BEGIN ========= */

/* For LANDSCAPE Tablet: 1366x1024 (iPad Pro) */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1366x1024 (iPad Pro) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 47em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 570px;
	}
}

/* For LANDSCAPE Tablet: 1080x810 (iPad) */
@media only screen and (min-device-width : 810px) and (max-device-width : 1080px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1080x810 (iPad) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: 2em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 40em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 570px;
	}
}

/* For LANDSCAPE Tablet: 1024x768 (iPad Mini) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1024x768 (iPad Mini) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: 2em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 40em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 540px;
	}
}

/* For LANDSCAPE Mobile: 926 (12/13 pro max) */
@media only screen and (min-device-width : 428px) and (max-device-width : 926px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 926 (12/13 pro max) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 493px;
	}
}

/* For LANDSCAPE Mobile: 896 (XS Max/11 pro max) */
@media only screen and (min-device-width : 414px) and (max-device-width : 896px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 896 (XS Max/11 pro max) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 477px;
	}
}

/* For LANDSCAPE Mobile: 844 (12/13 pro) */
@media only screen and (min-device-width : 390px) and (max-device-width : 844px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 844 (12/13 pro) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 460px;
	}
}

/* For LANDSCAPE Mobile: 812 (iPhone 11 pro) */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 812 (iPhone 11 pro) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: -6em;
	}
	section.video-bg-top {
		height: 32em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 445px;
	}
}

/* For LANDSCAPE Mobile: 736 (older phones) */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 736 (older phones) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 29em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 445px;
	}
}

/* For LANDSCAPE Mobile: 667 (SE 2nd-Gen) */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 667 (SE 2nd-Gen) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 27em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 360px;
	}
}

/* For LANDSCAPE Mobile: 568 (5/SE) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 568 (5/SE) */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 24em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -7.3em;
		height: 305px;
	}
}
/* === LANDSCAPE - Widest to Smallest END ========= */



/* IN-BETWEEN 1366-1024 */
/*@media (min-width: 1024px) and (max-width: 1366px) {
	.vehicle-container {
		height: 27.5em;
		margin-bottom: -8.5em;
	}
}*/
/* IN-BETWEEN 1023-769 */
/*@media (min-width: 769px) and (max-width: 1023px) {
	.vehicle-container {
		height: 27.5em;
		margin-bottom: -8em;
	}
}*/
/* IN-BETWEEN 768-429 - NEEDED!!!!  */



@media (max-width: 767px) {
	.slider-banner-fullwidth {
		padding-bottom: -webkit-calc(56.25% + 242px);
		padding-bottom: calc(56.25% + 242px);
	}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		margin-bottom: 10px !important;
		position: static !important;
	}
	.slider-control {
		bottom: auto;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		top: 0;
		width: 30px;
	}
}

@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: calc(100% - 60px) !important;
	}
}

@supports (-ms-ime-align: auto) {
	@media (max-width: 767px) {
		.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
			max-width: calc(100% - 60px) !important;
		}
	}
}

@media (max-width: 834px) {
	.support-detail-bg {
		background: unset;
		border-radius: unset;
		padding: unset;
	}
}

@media (max-width: 428px) {
/* Truck Mover */	
	.vehicle-container {
		height: 110px;
	}
/* Action Mover - comment these out if NO ACTION shot! */
	.vehicle-scale {
		width: 109%;
		margin-left: -4.5%;
	}
	.vehicle-container {
		margin-bottom: -4.3em;
	}
/* Floating Buy Now BEGIN */
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
    
/* Floating Buy Now END */

/* Top Video Header for VERTICAL Mobile phones: 428, 414, 390, 375 */
	.video-bg-top {
		height: 28em !important;
	}
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("https://traxxas.com/products/landing/maxx-slash/images/intro-header-428.jpg") !important;
		margin-top: -4em;
		margin-bottom: -4em;
	}
/* Logo Lockup when under intro copy */
	.logo-lockup {
		width: 100%;
		padding-top: .5em;
		opacity: 1;
	}
/* Language Menu */
	.language-menu {
		margin: -0.4% 0; /* 23.2% */
		position: absolute;
		top: -16%;
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
/* Accessories Section */
    /*section .accessories .container div.accessory-bullets {
        margin-bottom: -.65em !important;
    }*/
	.launch-button .special-edition-button {
        font-size: 15px;
	}

}

@media (max-width: 414px) and (min-width: 390px) {
/* Floating Buy Now BEGIN - iPhone ODD BALL: 414-390 phones */
	.floating .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.floating .col-md-12 .email-button {
		padding-left: 0.8em;
	}
	.floating .buynow-price {
		margin-left: 0.8em;
	}
/* Floating Buy Now END */
}

@media (max-width: 390px) {
/* Floating Buy Now BEGIN - iPhone ODD BALL: 390 phone */
	.floating .buynow-body {
		margin-top: -6px;
	}
	.floating .buynow-model {
		font-size: 15px;
	}
	.floating .buynow-price {
		font-size: 15px;
	}
/* Floating Buy Now END */
}

@media (max-width: 375px) {
/* Floating Buy Now BEGIN */
	.floating .buynow-body {
		margin-top: -18px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		font-size: 18px;
	}
/* Floating Buy Now END */
}

@media (max-width: 320px) {
/* Top Video Header for VERTICAL Mobile phone: 320 */
	.video-bg-top {
		height: 25em !important;
	}
/* Floating Buy Now BEGIN */
	.floating .buynow-header {
		font-size: 19px;	
	}
/* END - Floating Buy Now */
	.col-sm-4 {
		padding-right: 0;
		padding-left: 0;
	}
.btn-animated.btn-lg {
     padding-right: 46px !important; 
	}
	.btn-lg {
		font-size: 15px;
	}
	.launch-button .special-edition-button {
		font-size: 15px;
		padding: 0.5em 0em 0.7em 0.6em;
	}
}







