body {
  background: #2c1a00;
  color: #1f1e27;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
  /* Control width of body for extra large browsers */
	max-width: 1600px; 
	margin: 0 auto !important; 
	float: none !important; 
}

/* Font color for product pages added to body tag */
.font-light-gray {
  color: #cac7c7;
}

a {
  color: #ec2826;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ec2826;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3 {
  font-family: 'Cutive Mono', monospace;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, rgb(236, 40, 43), rgb(118, 3, 12));
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}
@media (min-width: 1600px) {
  .back-to-top {
    visibility: hidden;
  }
}

.back-to-top:focus {
  background: linear-gradient(45deg, rgb(236, 40, 43), rgb(118, 3, 12));
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ec2826;
  color: #fff;
}


/* Back home button */

.back-home {
  position: fixed;
  background: linear-gradient(45deg, rgb(236, 40, 43), rgb(118, 3, 12));
  color: #fff;
  padding: 10px 15px 10px 13px;
  font-size: 16px;
  border-radius: 0  4px 4px 0;
  transition: none;
  z-index: 1;
}

.back-home:focus {
  background: linear-gradient(45deg, rgb(236, 40, 43), rgb(118, 3, 12));
  color: #fff;
  outline: none;
}

.back-home:hover {
  background: #ec2826;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}


/* Use main-nav and active classes for "scrollSpy" effect. See main.js */
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #ec2826;
  text-decoration: none;
}


#header.header-fixed {
  background: linear-gradient(45deg, #040404, #4e4c63);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(4, 4, 4, 0.8), rgba(78, 76, 99, 0.8)), url("../img/intro-lg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 501px) {
  #intro {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(4, 4, 4, 0.8), rgba(78, 76, 99, 0.8)), url("../img/intro-sm.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1000px) {
  #intro .intro-text {
    top: 90px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #ec2826;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 43%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 0;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 120px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* ///////////////////// */
.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
}

/* Nav Menu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li:hover > a {
  color: #ec2826;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 20px 0 0;
  border: 0;
  background: none;
  font-size: 30px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(118, 3, 12, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(0deg, rgb(236, 40, 43) 0%, rgb(118, 3, 12) 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bgLight {
  background: #dcd6d1;
}
.section-bgDark {
  background: #040404;
}
.text-alt-gray {
  color: #bdb8b8;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 60px 0;
  overflow: hidden;
  background: #eaddd1;
}

#about .content p {
  line-height: 26px;
}

/* mc = Music Connection */
.mc-divider {
  font-family: 'Archivo Narrow', sans-serif;
  color: white;
  background: black;
  padding: 10px;
}

.mc-divider a:hover {
  color: #f66903;
  text-decoration: underline;
}

#mc h3, #mc h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

/*--------------- video --------------- */
.video .video-box img {
  padding: 15px 0;
}

.video .video-box {
  position: relative;
}

.video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#8e0a12 50%, rgba(118, 3, 12, 0.3) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.video .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(236, 40, 43, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video .play-btn:hover::after {
  border-left: 15px solid #ec2826;
  transform: scale(20);
}

.video .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* --------------- End video ---------------- */


/* Products
--------------------------------*/

#products {
  overflow: hidden;
}

#products .products-row {
  padding: 60px 0 30px 0;
}

#products h2 {
  font-size: 26px;
  font-weight: 700;
}

#products h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}

#products p {
  line-height: 24px;
  margin-bottom: 30px;
}

#products .btn {
  background: linear-gradient(45deg, #ec282b, #76030c);
  color: #fff;
}
#products .btn:hover {
  background: red;
}

#products .fa-chevron-right {
  font-size: .7em;
}

#products .product-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#products .product-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(236, 40, 43, 0.65), rgba(118, 3, 12, 0.2)), url("../img/bg-lg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 1366px) {
  #call-to-action:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../img/bg-sm.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #call-to-action {
    background: none;
  }
}

@media (max-width: 767px) {
  #call-to-action:before {
    background: url("../img/bg-sm.jpg") no-repeat center center;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  #call-to-action:before {
    background: linear-gradient(rgba(236, 40, 43, 0.65), rgba(118, 3, 12, 0.2)), url("../img/bg-lg.jpg") no-repeat center center;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}


/* Clients  (Dealers) Section
--------------------------------*/

#dealers {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#dealers img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#dealers img:hover {
  opacity: 0.5;
}



/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Cutive Mono', monospace;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ec282b;
}

#contact .contact-about p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Cutive Mono', monospace;
  color: #bdb8b8;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #ec282b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #ec282b;
}

#contact .social-links a:hover {
  background: #ec282b;
  color: #fff;
}

#contact .info {
  color: #bdb8b8;
}

#contact .info i {
  font-size: 32px;
  color: #ec282b;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #ec282b;
  border: 1px solid #ec282b;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, rgb(236, 40, 43), rgb(118, 3, 12));
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

/*--------------------------------------------------------------
# @media stylings
--------------------------------------------------------------*/

@media (min-width: 769px) {
  #products .products-img {
    padding-top: 120px;
    margin-top: -200px;
  }
  .product-screens {
    background: rgba(0,0,0,0.1);
  }
  .product-screen-1, .product-screen-2 {
    background: rgba(0,0,0,0.4)
  }
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}


@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
  }

  #products .product-img-right,
  #products .product-img-left {
    max-width: 50%;
  }

  .abs-center-x {
    transform: translateX(0%);
  }
}

/* Allowing for the iPhone X in panorama which is 812px for navbar toggle text */
@media (min-width: 760px) and (max-width: 813px) and (orientation: landscape) {
    .abs-center-x {
      text-align: right;
    }
}

@media (max-width: 1367px) {
  #products .product-img-right,
  #products .product-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  .section-bgDark {
    background: #040404;
  }
}

 @media (max-width: 999px) and (orientation:landscape) { 
  #intro .intro-text img {
    max-height: 80px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
 }
