@charset "utf-8";
/**
 * Voxelcare's Landing Page Stylessheet
 * Bootstrap overrides and custom styles
 * Created by: Alexis Reina
 * Date: 14/11/2017
 */

/**
 * Webfonts
 * ============================================================================
 * Roboto: light, regular
 * Open Sans: light, regular
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Roboto:300,400');

/**
 * Base
 * ============================================================================
 */

@media screen and (min-width: 1600px) {
  html {
    font-size: 112.5%;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  color: #454545;
}

a {
  color: #14b614;
}

a:hover {
  color: #14b614;
  text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}

/**
 * Typography
 * ============================================================================
 */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3,.h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #303030;
}


.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/**
 * Objects
 * ============================================================================
 */

.form-control {
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  box-shadow: 0;
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.form-control::placeholder {
  color: #9b9b9b;
}

/**
 * Buttons
 */

.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #14b614;
  border-color: #14b614;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0c0;
  border-color: #0b0;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/**
 * Animated Links
 */

.animated-link {
  display: inline-block;
  padding-bottom: 3px !important;
  position: relative;
  transition-duration: 250ms;
}

.animated-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #14b614;
  transform: scale(0,1);
  transition-duration: 200ms;
}

.animated-link:hover::before {
  transform: scale(1,1);
}

/**
 * Components
 * ============================================================================
 */

/**
 * Modal
 */

.modal-content,
.modal-header,
.modal-footer {
  border-radius: 0;
}

/**
 * Page Banner
 */

.page-banner {
  height: 98vh;
  background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.2)), url(../images/page-banner-0.jpg);
  background-size: cover;
  background-position: right bottom;
  background-color: #e1e1e1;
}

.page-banner-content {
  padding-top: 3rem;
}

.page-banner-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-banner-content {
    padding-top: 5rem;
  }

  .page-banner-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .page-banner {
    background-image: url(../images/page-banner-0.jpg);
  }

  .page-banner-intro {
    font-size: 1.1875rem;
  }
}

/**
 * Page Section
 */

.page-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}

.page-section-header {
  border-bottom: 1px solid #ddd;
}

.page-section-title {
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: .45rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #14b614;
  max-width: 300px;
}

.page-section-intro {
  font-weight: 300;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

/**
 * Page Footer
 */

.page-footer {
  padding-top: 3rem;
  color: #9b9b9b;
}

.page-footer-link > a {
  color: #9b9b9b;
}

.page-footer-link > a:hover {
  color: #14b614;
  text-decoration: none;
}

.page-footer-copyright {
  border-top: 1px solid #ddd;
  color: #9b9b9b;
}

.page-footer-copyright-link {
  color: #9b9b9b;
  text-decoration: underline;
  transition-duration: 150ms;
}

.page-footer-copyright-link:hover {
  color: #14b614;
}

/**
 * Browser
 */

.browser {
  border-radius: 12px;
}

.browser-viewport {
  border: 1px solid #ddd;
  border-top: 0;
}

.browser-head {
  border: 2px solid #ddd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: .75rem;
  padding-bottom: calc(.75rem - 2px);
  padding-left: 1rem;
}

.browser-control {
  width: 1rem;
  height: 1rem;
  border: 2px solid #ddd;
  border-radius: 50%;
}

/**
 * Product Slider
 */

.product-slider-slides {
  background-image: linear-gradient(180deg, #f8f8f8 75%, #e0e0e0 100%);
}

.product-slider-thumbs {
  border-top: 1px solid #ddd;
}

.product-slider-indicator {
  box-sizing: content-box;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 50%;
  filter: grayscale(1);
  transition-duration: 250ms;
  opacity: .85;
}

.product-slider-indicator > img {
  background-color: #ddd;
  transition-duration: 250ms;
}

.product-slider-indicator.active {
  border-color: #14b614;
  filter: grayscale(0);
  opacity: 1;
}

.product-slider-indicator.active > img {
  background-color: #f0f0f0;
}

/**
 * Consumables
 */

.consumables {
  border-bottom: 1px solid #ddd;
}

.consumables a {
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  transition-duration: 150ms;
}

.consumables a:hover {
  color: #303030;
  text-decoration: none;
  transition-duration: 600ms;
}

.consumables-inner {
  position: relative;
  border: 2px solid currentColor;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.consumables-eva,
.consumables-custom {
  position: relative;
  padding: 12vh 5vw;
}

.consumables-eva {
  background: url("../images/consumables-eva.png") center / cover no-repeat #f3f3f3;
}

.consumables-custom {
  background: url("../images/consumables-custom.png") center / cover no-repeat #f3f3f3;
}

.consumables-eva::before,
.consumables-custom::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 600ms;
}

.consumables-eva::before {
  background-color: #14b614;
}

.consumables-custom::before {
  background-color: #303030;
}

.consumables-eva:hover::before,
.consumables-custom:hover::before {
  transition-duration: 150ms;
  background: rgba(255,255,255, .3);
}

@media (min-width: 768px) {
  .consumables a {
    font-size: 2.625rem;
  }
}

@media (min-width: 1200px) {
  .consumables-eva,
  .consumables-custom {
    padding: 20vh 10vw;
  }
}
