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

.vehicle-bottom-bg {
	background: url("https://traxxas.com/products/landing/trx-4mt/images/footer.jpg");
	background-position: 50% 26%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10em 0;
}

.vehicle-bottom2-bg {
	background: url("https://traxxas.com/products/landing/trx-4mt/images/footer.jpg");
	background-position: 50% 26%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10em 0;
}

.background-img-1 { 
	background: url("https://traxxas.com/products/landing/trx-4mt/images/parallax-BG-one.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("https://traxxas.com/products/landing/trx-4mt/images/middle-splash-REDcoupe.jpg") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.background-img-3 { 
	background: url("https://traxxas.com/products/landing/trx-4mt/images/parallax-BG-two.jpg") 50% 0px no-repeat;
}

.background-img-4 { 
	background: url("https://traxxas.com/products/landing/trx-4mt/images/middle-splash.jpg") 50% 0px no-repeat; /* 50% 0px */
}

.special-edition-bg {
	background-image: url("https://traxxas.com/products/landing/trx-4mt/images/TRX-4MT-Bigfoot-Accessories-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.special-edition-text {
	color: #000;
	font-weight: bold;
	font-size: larger;
	letter-spacing: .005em;
	text-shadow: 3px 3px 8px rgba(255, 255, 255, 1),-3px -3px 8px rgba(255, 255, 255, 1),3px -3px 8px rgba(255, 255, 255, 1),-3px 3px 8px rgba(255, 255, 255, 1);
}

.parts-photo {
    border: solid 1px #6a6a6a;
    margin-top: 4em;
}

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

.accessories-bg {
	background-image: url("https://traxxas.com/products/landing/trx-4mt/images/9795-TRX4m-Trailer-and-Defender-w-Scenery.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.accs-section {
	margin-bottom: 0;
	background: rgba(98, 81, 81, 0.35);
	padding: .8em .5em 1em;
	border-radius: 5px;
}

.accessories div.accs-feature {
	margin-bottom: -1em;
}

.accs-title {
	color: #fff;
	text-shadow: 4px 3px 8px rgba(64, 64, 64, 0.5),-4px -2px 8px rgba(64, 64, 64, 0.5),4px -2px 8px rgba(64, 64, 64, 0.5),-1px 6px 8px rgba(64, 64, 64, 0.5);
}

.accs-info {
	color: #fff;
	font-size: 1.2em;
	text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.5),-4px -2px 8px rgba(0, 0, 0, 0.5),4px -2px 8px rgba(0, 0, 0, 0.5),-1px 6px 8px rgba(0, 0, 0, 0.5);
}

.separator.white::after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 2550, 0.05) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}

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

.background-dark-gradient-1 {
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26292c), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:    -moz-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:     -ms-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:      -o-linear-gradient(top, #26292c 0%, #000 100%);
	background-image: linear-gradient(to bottom, #26292c 0%, #000 100%);
}

.dark-bg.rs-slider {
	background-color: #000 !important;
}

.vehicle-video-background {
	background-image: url("https://traxxas.com/products/landing/trx-4mt/images/intro-video-header.jpg");
}

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

.border-top-gray-dark {
	border-top: 1px solid #313131;
}

.border-bottom-gray-dark {
	border-bottom: 1px solid #313131;
}

.border-top-gray-light {
	border-top: 1px solid #828282;
}

.border-bottom-gray-light {
	border-bottom: 1px solid #828282;
}

.yellow {
    color: #ffe722 !important;
}

/* 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: 200px;
	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;
	left: -130px;
	top: -170px;
}

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

.header-logo1 {
	width: 120%;
	margin-left: -7%;
}

.secondary-logo {
	width: 60%;
    padding-bottom: .5em;
}

.intro-section h1.title {
	font-size: 221%;
}

h1.title {
	color: #F0F0F0;
	font-size: 175%;
	text-transform: uppercase;
}

div.cta-first-delivery {
	/*display: inline-block;*/
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffe722;
	padding-bottom: 1em;
	line-height: 1.1em;
}

div.model-promo {
  /*display: inline-block;*/
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 175%;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1em;
  line-height: 1.1em;
}

.slide-title2 {
  font-size: 31px !important;
  line-height: 35px !important;
}

.buy-opt1 {
    display: inline-block;
    padding-right: 2em;
	padding-bottom: 0.3em;
}

.buy-opt2 {
    display: inline-block;
    padding-left: 1.8em;
	padding-bottom: 0.3em;
}

.model-description {
	padding-bottom: .6em;
}

.model-number {
    display: inline-block;
    color: #FFF;
	padding-top: .3em;
}


/* Floating Buy Now - BEGIN */

.floating .buy-now .call-to-action .buy-truck {
	border-right: 1px solid #626262;
}

.floating .buy-now .call-to-action div div.cta-first-delivery {
	letter-spacing: .02em;
	font-size: 1.1em;
	padding-bottom: .5em;
}

.floating div.model-promo {
  font-size: 115%;
  letter-spacing: .03em;
}

.floating .buy-now .call-to-action .title {
    color: #fff;
    font-size: 1em;
}

.floating .buy-now .call-to-action .title .make {
	font-weight: lighter;
}

.floating .buy-now .call-to-action div .model-description .model-number {
	padding-top: 0;
	display: none;
}

.floating .buy-now .call-to-action .flex a {
    margin-top: 0;
}

.floating .buy-now .call-to-action .flex .btn.btn-default-transparent.btn-animated {
    padding: 3px 5px 4px 10px;
	padding-right: 35px !important;
}

.floating .buy-now .call-to-action .flex .btn.btn-default-transparent.btn-animated .trx-arrow-right::before {
    position: absolute;
    top: -3px;
    left: 15px;
}

.floating .buy-now .call-to-action .flex .btn.btn-default-transparent.btn-animated::after {
	width: 25px;
}

.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;
}
/* Floating Buy Now - END */

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

.intro-blocks .image-box {
    border-color: #232323;
}

/* Vehicle Motion Version 2.0 (use Corvette's JS file) */
.vehicle-container {
	background-image: url("https://traxxas.com/products/landing/trx-4mt/images/intro-background.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	/* height: 0; */
	overflow: visible;
	/*padding: 5.545455% 0;*/
	position: relative;
	z-index: 2;
}

.vehicle-splash {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 23.48313617283588%;
	will-change: transform;
}
/* Vehicle Motion Version 2.0 (use Corvette's JS file) */


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

.intro-text p {
	margin-left: auto;
	margin-right: auto;
	width: 78%;
}

.intro-car {
	margin: 0 auto;
	width: 90%;
}

.intro-car img {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}



.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-blocks {
	background-color: #000000;
}

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

.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;
}

.sirv-bg {
	background: #000000 url("https://traxxas.com/products/landing/trx-4mt/images/360spin-bg.jpg") no-repeat fixed center;
	padding-top: 20px;
}


.fineprint {
	font-size: 60%;
	margin-left: .5em;
	letter-spacing: .03em;
}

.vehicle-specs .fineprint {
    font-size: 85%;
    margin-left: .5em;
    letter-spacing: .05em;
    font-weight: inherit;
    text-align: center;
}

.olp-link {
	color: #a6c3e1 !important;
	/*font-weight: bold !important;*/
}

.olp {
	font-size: 13px;
	padding-bottom: 3em;
	max-width: 44%;
	margin-left: auto;
	margin-right: auto;
}

.olp p {
	text-align: left;
	color: #c8c5c5;
}

.olp a img {
	margin-right: 15px;
	max-width: 70px;
	float: left;
	margin-top: -1.3em;
}

.olp a {
	text-transform: capitalize !important;
	color: #FFFFFF; /* yellow #ffe300 */
	/*font-weight: unset;*/
	font-size: 13px;
}

.olp a:hover {
    color: gray !important;
}

.scaps {
	padding-left: .03em;
	text-transform: uppercase;
	font-size: 84%;
	/*font-variant: small-caps;*/
    font-family: inherit;
}

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

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

.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;
	bottom: 30px;
}

@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%);
}

.underneath:before, .underneath:after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(250, 250, 250, 0.18)), color-stop(25%, rgba(222, 222, 222, 0.5)), color-stop(50%, #dadada), color-stop(75%, rgba(222, 222, 222, 0.5)), color-stop(100%, rgba(250, 250, 250, 0.18)));
	background-image: -webkit-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -moz-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -ms-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -o-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: linear-gradient(to right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	content: " ";
	display: block;
	height: 1px;
}

.body-scroller {
	position: relative;
}

.body-scroller .body {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product-links .container {
	padding-bottom: 27.58801891749869%;
}

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

@media (min-width: 992px) {
	.col-md-10_5 {
		width: 87.5%;
	}
	.col-md-offset_75 {
		margin-left: 6.25%;
		padding-left: 0;
		padding-right: 0;
	}
}



/* === PORTRAIT - Smallest to Widest BEGIN (smallest = first number-width) - These only include: video bg image, header logos (2), and language menu ========= */

/* 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: 81%;
		top: 31%;
		margin-top: 12% !important;
		margin-bottom: -79px;
	}

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

	.header-logo1 {
		width: 45%;
		margin-left: 28%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -76%;
		margin-left: 5.5%;
	}
	.video-bg-top h2 {
    font-size: 18px;
    }
/* 2-Logos (header) - VERTICAL 540x720 (Surface Duo) - END */

/* 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: 2% !important;
	}
	.header-logo1 {
		width: 72%;
		margin-left: 15%;
	}
	.header-logo2 {
		width: 100%;
		margin-top: -49%;
		margin-left: -0.5%;
	}
	.video-bg-top h2 {
		font-size: 26px;
    }
/* 2-Logos (header) - VERTICAL 768x1024 (iPad Mini) - END */

/* 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: 51%;
		top: 31%;
		margin-top: 4em !important;
		margin-bottom: 82px;
	}

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

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

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

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
/* Special Edition Section */
    .parts-photo {
        margin-top: 0;
    }
}

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

/* 2-Logos (header) - VERTICAL 800x1280 (Kindle Fire HDX) - BEGIN */
	.header-logos {
		top: -7% !important;
	}

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

	.header-logo2 {
		width: 155%;
		margin-top: -192%;
		margin-left: -26.5%;
	}
/* 2-Logos (header) - VERTICAL 800x1280 (Kindle Fire HDX) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 810x1080 (iPad -Older) */
@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 -Older) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -490px;
		padding-bottom: 0;
		height: 70em !important;
	}
	.video-bg-top div:first-of-type {
		height: 49%;
		top: 31%;
		margin-top: 3em !important;
		margin-bottom: 123px;
	}

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

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

	.header-logo2 {
		width: 89%;
		margin-top: -55%;
		margin-left: 5.5%;
	}
	.video-bg-top h2 {
		font-size: 30px;
    }
/* 2-Logos (header) - VERTICAL 810x1080 (iPad -Older) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

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

/* 2-Logos (header) - VERTICAL 820x1180 (iPad Air) - BEGIN */
	.header-logos {
		top: -3% !important;
	}

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

	.header-logo2 {
		width: 89%;
		margin-top: -56%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 820x1180 (iPad Air) - END */

/* 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: 92%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -419px;
	}

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

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

	.header-logo2 {
		width: 155%;
		margin-top: -208%;
		margin-left: -25.5%;
	}
	
	.floating .buy-now .call-to-action.text-center {
		margin-right: 11.5%;
	}
/* 2-Logos (header) - VERTICAL 912x1368 (Surface Pro 7) - END */

/* 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: 60%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -10px;
	}

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

	.header-logo1 {
		width: 95%;
		margin-left: 5%;
	}

	.header-logo2 {
		width: 145%;
		margin-top: -74%;
		margin-left: -21.5%;
	}
/* 2-Logos (header) - VERTICAL 1024x1366 - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

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



/* === LANDSCAPE - Widest to Smallest BEGIN - (widest = first number-width) - These only include: video bg image, and floating Buy Now ========= */

/* For LANDSCAPE Tablet: 1368x912 (Surface Pro 7) */
@media only screen and (min-device-width : 912px) and (max-device-width : 1368px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1368x912 (Surface Pro 7) */
	.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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 54em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-right: 6.5%;
	}
/* Floating Buy Now END */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 54em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-left: 17.5%;
	}
	.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 */
}

/* For LANDSCAPE Tablet: 1280x800 (Kindle Fire HDX) */
@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1280x800 (Kindle Fire HDX) */
	.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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 54em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-left: 18%;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Tablet: 1180x820 (iPad Air) */
@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1180x820 (iPad Air) */
	.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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 47em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-left: 17.5%;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Tablet: 1080x810 (iPad -Older) */
@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 -Older) */
	.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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 0em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 43em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-left: 13.5%;
	}
	.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 */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 2em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 43em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action.text-center {
		margin-left: 8%;
	}
	.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 */
}

/* For LANDSCAPE Mobile: 926x428 (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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 0em;
	}
	section.video-bg-top {
		height: 38em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: 6%;
	}
	.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 */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 1em;
	}
	section.video-bg-top {
		height: 38em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -13%;
	}
	.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 */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 0em;
	}
	section.video-bg-top {
		height: 38em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -13%;
	}
	.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 */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: -6em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -13%;
	}
	.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 */
}

/* For LANDSCAPE Mobile: 740 (Samsung Galaxy S8+) */
@media only screen and (min-device-width : 360px) and (max-device-width : 740px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 740 (Samsung Galaxy S8+) */
	.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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 32em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -3%;
	}
	.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 */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 32em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -3%;
	}
/* Floating Buy Now END */
}

/* 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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 30em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -1%;
	}
	.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 */
}

/* For LANDSCAPE Mobile: 568x320 (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: 568x320 (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/trx-4mt/images/intro-header-1024-landscape.jpg") !important;
		margin-top: 5%;
	}
	section.video-bg-top {
		height: 25em !important;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .call-to-action div div.cta-first-delivery {
		display: none;
	}
	.floating .buy-now .buy-opt1 {
		margin-left: -1%;
	}
	.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 */
}
/* === LANDSCAPE - Widest to Smallest END ========= */





@media (max-width: 1366px) {
	.floating .buy-now .call-to-action .flex {
		margin-right: 6.5%;
	}
}

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

@media (max-width: 1112px) {
	.floating .buy-now .call-to-action .flex {
		margin-right: -2.8%;
	}
}

@media (max-width: 1024px) {
	.floating .buy-now .call-to-action .flex {
		margin-right: -6.3%;
	}
}

@media (max-width: 834px) {
	.floating .buy-now .call-to-action .flex {
		margin-right: inherit;
	}
	.olp {
		max-width: 58%;
	}
	.olp a img {
		margin-top: -.8em;
	}
}

@media (max-width: 767px) {
	.ford {
		display: block;
	}
	.ford img {
		display: block;
		margin: 0 auto 10px !important;
	}
	.slider-banner-fullwidth {
		padding-bottom: -webkit-calc(56.25% + 252px);
		padding-bottom: calc(56.25% + 252px);
	}
	.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;
	}
}

@supports (display: grid) {
	@media (min-width: 768px) {
		.intro-blocks {
			display: grid;
			grid-row-gap: 20px;
			grid-template-columns: repeat(4, 1fr); /* change to 3 or 4 for columns */
		}
		.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); /* if 4 blocks, change to 2 for columns, else 1 */
		}
	}
	@media (max-width: 767px) {
		.intro-blocks {
			grid-template-columns: 1fr;
		}
		.intro-blocks::before,
		.intro-blocks::after {
			display: none;
		}
	}
}

@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: 699px) {
	.intro-text p {
		width: 100%;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.header-logo {
		margin-left: 33.33333333%;
		width: 33.33333333%;
	}
}



@media (max-width: 428px) {
/* 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 BEGIN - 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/trx-4mt/images/intro-header-428.jpg") !important;
		margin-top: -4em;
		margin-bottom: -4em;
	}
/* Top Video Header for VERTICAL END */

/* Buy Now Buttons - Fixes center-stacked buttons on phone */
	.buy-opt1 {
		padding-right: 0;
		border-bottom: 1px solid #5a5959;
		padding-bottom: 2em;
		margin-bottom: 1.5em;
		width: 100%;
	}
	.buy-opt2 {
		padding-left: 0;
	}
	.floating .buy-now .call-to-action .buy-opt1 {
		padding-right: 2em;
		border-bottom: none;
		padding-bottom: 0.3em;
		margin-bottom: 0;
		width: unset;
	}
	.floating .buy-now .call-to-action .buy-opt2 {
		padding-left: 1.8em;
	}
/* 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;
	}
/* Special Edition Section */
    .parts-photo {
        margin-top: 0;
    }

/* FOOTER IMAGE fix for mobile phone - on 428px screen */
    .product-links .container {
        padding-bottom: 9.4em;
    }
    .vehicle-bottom2-bg {
        padding: 1em 0;
    }
}



@media (max-width: 414px) {
/* Floating Buy Now BEGIN */
	.floating .buy-now .cta-first-delivery {
		font-size: 156%;
		padding-bottom: .3em;
		margin-top: -.2em;
		display: none;
	}
	.buy-buy-opt1 {
		padding-right: unset;
		padding-bottom: 2.5em;
	}
	.buy-buy-opt2 {
		padding-left: unset;
	}
	.floating .buy-now .call-to-action .buy-opt1 {
		padding-right: 1em;
		padding-bottom: 0;
	}
	.floating .buy-now .call-to-action .buy-opt2 {
		padding-left: .8em;
		padding-bottom: 0;
	}
	.floating .buynow-price {
		margin-left: 0.8em;
	}
/* Floating Buy Now END */
	
	.accs-feature {
		padding-right: 0;
		padding-left: 0;
		width: 106%;
		left: -3%;
	}
	.olp {
		max-width: unset;
		margin-left: unset;
		margin-right: unset;
	}
}

@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 .buy-now .cta-first-delivery {
		font-size: 156%;
		padding-bottom: .3em;
		margin-top: -.2em;
		display: none;
	}
	.floating .buy-now .call-to-action .buy-opt1 {
		padding-right: 1em;
		padding-bottom: 0;
	}
	.floating .buy-now .call-to-action .buy-opt2 {
		padding-left: .8em;
		padding-bottom: 0;
	}
	.floating .buy-now .call-to-action div .model-description {
		padding-bottom: .4em;
	}
	.floating .buy-now .call-to-action .title {
		font-size: .9em;
		letter-spacing: .04em;
	}
	.page-wrapper:not(.floating) .call-to-action .flex a {
		margin-top: 0;
	}
	.floating .buy-now .call-to-action .flex .btn.btn-default-transparent.btn-animated {
		padding-bottom: 2px;
	}
	.floating .buynow-body {
		margin-top: -18px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		font-size: 18px;
	}
/* Floating Buy Now END */
	
	.data {
		font-size: 1.7em;
	}
	.olp a img {
		margin-top: -.2em;
	}
}

@media (max-width: 320px) {
	.data {
		font-size: 1.5em;
	}
	div.cta-first-delivery {
		font-size: 146%;
	}

/* Floating Buy Now BEGIN */
	.floating .buy-now .cta-first-delivery {
		display: none;
	}
	.floating .buy-now .call-to-action .buy-opt1 {
		padding-right: 1em;
	}
	.floating .buy-now .call-to-action .buy-opt2 {
		padding-left: 1em;
	}
	.floating .buynow-header {
		font-size: 19px;	
	}
/* Floating Buy Now END */
}

.sr-landing-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}