/**
 * General mixins and global variables to be included on scss files
 */
/**
 * @author   Rafael Vila <rafael@stealthproducts.com>
 * @version  2.0
 * @created  2016-07-29 10:39:42 AM
 * @modified 2019-03-07 10:23:30 AM
 */
#ad-banner {
  position: absolute;
  transform: translateY(-100%);
  top: 95%;
  left: 0;
  width: 700px;
  height: 137px;
  max-width: 100%;
  padding-bottom: 1.9571428571%;
}
#ad-banner > img {
  position: absolute;
  left: 0;
  bottom: 0;
}

html, body {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1024px) and (max-height: 1366px), (max-width: 768px) and (max-height: 1024px) {
  .jumbotron#main-cover {
    background-image: url("../../img/mobile/cover.jpg");
  }
}
@media only screen and (width: 1024px) and (height: 768px) {
  .jumbotron#main-cover {
    background-image: url("../../img/cover.jpg");
  }
}

main#content {
  border-top: 5px solid #555;
  background-color: #222;
  color: white;
  top: 95%;
}

.btn-transition, .btn-success:hover, .btn-warning:hover, .btn-error:hover, .btn-default:hover, .btn-primary:hover, .btn-whildthing:hover, .btn-success, .btn-warning, .btn-error, .btn-default, .btn-primary, .btn-whildthing, .btn-wildthing, .btn-theme {
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in, box-shadow 0.2s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in, box-shadow 0.2s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in, box-shadow 0.2s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in, box-shadow 0.2s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in, box-shadow 0.2s ease-in;
}

.btn-wildthing, .btn-theme {
  border-color: #c61017;
  background-color: #ed1c24;
  box-shadow: inset 0 0 3px black, inset 0 -10px 20px #c61017, 0 3px 3px rgba(0, 0, 0, 0.3);
  color: white;
  text-transform: uppercase;
  font-family: "pt sans narrow", "helvetica condensed", "arial narrow", sans-serif;
}
.btn-wildthing:hover, .btn-theme:hover {
  border-color: #390406;
  background-color: #390406;
  box-shadow: inset 0 0 2px black, inset 0 0 20px #090101, 0 0 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.btn-group > .btn-wildthing, .btn-group > .btn-success, .btn-group > .btn-warning, .btn-group > .btn-error, .btn-group > .btn-default, .btn-group > .btn-primary {
  border-right-width: 0;
}
.btn-group > .btn-wildthing:nth-last-child(1), .btn-group > .btn-success:nth-last-child(1), .btn-group > .btn-warning:nth-last-child(1), .btn-group > .btn-error:nth-last-child(1), .btn-group > .btn-default:nth-last-child(1), .btn-group > .btn-primary:nth-last-child(1) {
  border-right-width: 1px;
}

@media only screen and (max-width: 1366px) {
  .flex-item-12, .flex-item-16 {
    flex-basis: 20%;
    max-width: 33%;
  }
  .flex-item-25, .flex-item-33 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-item-50, .flex-item-66 {
    flex-basis: 100%;
    max-width: 100%;
  }

  #comparison .no-mobile {
    display: none;
  }
  #comparison .mobile {
    display: block;
  }
}

/*# sourceMappingURL=custom.css.map */
