/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', helvetica, arial, sans-serif;
  color: #535353;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff; }

.space {
  margin-top: 26px; }

header,
section,
footer,
main,
section {
  outline: none !important; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -1em;
  font-size: 10px; }

nav {
  background-color: #be3a33;
  color: #fff;
  text-align: center;
  padding: 15px 0; }

nav img {
  width: 193px;
  height: auto; }

nav a {
  color: #fff;
  padding: 0 75px;
  font-size: 18px;
  display: none; }

nav a:hover {
  text-decoration: underline;
  color: #fff; }

main {
  background: linear-gradient(to right, #ffffff, #EFEFEF);
  color: #535353;
  padding-top: 150px;
  border-bottom: 1px solid #979797; }

main p {
  font-size: .875rem;
  line-height: 1rem;
  margin-bottom: 50px; }

h1 {
  font-size: 64px;
  margin-bottom: 50px; }

.product_thumbnail {
  max-width: 490px;
  margin: 0 auto;
  display: block; }

.youtube {
  max-width: 489px;
  margin: 50px auto 150px;
  display: block; }

.header-quote {
  width: 652px;
  display: block;
  margin: 144px auto 0; }

.header-product {
  margin-bottom: 50px; }

.button {
  background-color: #be3a33;
  border: none;
  color: white;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  margin: 0 auto; }

.button a {
  color: #fff; }

.button:hover {
  background: rgba(190, 58, 51, 0.8);
  color: #fff;
  text-decoration: none; }

.button1 {
  padding: 15px 0 10px;
  width: 170px;
  float: left; }

.deals {
  text-align: center;
  font-weight: bold;
  font-size: 1.625rem; }

.bounce {
  transition: all 0.3s ease-in-out .4s;
  -moz-animation: bounce 1.6s infinite;
  -webkit-animation: bounce 1.6s infinite;
  animation: bounce 1.6s infinite;
  margin-bottom: 60px; }

.arrow {
  margin: 0 auto;
  display: block;
  width: 44px; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(30px); }
  60% {
    transform: translateY(15px); } }

.special-logo {
  width: 500px;
  display: block;
  margin: 145px 0 30px; }

section h2 {
  margin-bottom: 100px; }

section p {
  font-size: 1.25rem;
  line-height: 1.4rem;
  text-align: center; }

.button2 {
  padding: 15px 0 10px;
  width: 170px; }

.details {
  color: #808285;
  font-size: 0.625rem;
  line-height: .75rem;
  text-align: center;
  margin-bottom: 35px; }

.mb-5 {
  margin-bottom: 32px !important; }

.mt-4 {
  margin-top: 22px !important; }

.mt-5 {
  margin-top: 32px !important; }

.space130 {
  margin-top: 130px; }

.bold {
  font-weight: bold; }

.specials {
  width: 100%; }

/* Footer CSS */
.footer-bg {
  display: none;
  width: 100%; }

.footer-content {
  padding: 25px 0;
  background-color: #63666B;
  margin-top: -1px; }

.UltraLogo {
  width: 330px;
  display: block;
  margin: 25px auto; }

footer p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-bottom: 25px;
  text-align: center; }

.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 15% auto 0;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 15%; } }

@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 15%; } }

.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7); }

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%; }

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

/* IGNORE FORM THIS POINT ON */
#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto; }

#playme {
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  display: inline-block;
  font-size: 14px; }

/* Media Queries */
@media screen and (min-width: 600px) {
  nav a {
    display: inline-block; }
  nav {
    padding: 20px 0; } }

@media screen and (min-width: 768px) {
  .specials {
    width: 90%; }
  main p {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-right: 15px; }
  section p {
    font-size: 1.4rem;
    line-height: 1.75rem;
    text-align: center; }
  .details {
    color: #808285;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 35px; } }

@media screen and (min-width: 992px) {
  .footer-bg {
    display: block; }
  .UltraLogo {
    margin: -75px auto 100px; }
  .thermoProduct {
    width: 434px; }
  .bottom-details {
    width: 600px;
    margin: 0 auto;
    display: block; } }

@media screen and (min-width: 1200px) {
  .UltraLogo {
    margin: -100px auto 100px; } }
