/*!
Theme Name: remescar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: remescar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

remescar is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font: 100% Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0em auto;
}

.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right: 25px solid #fff;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.cd-handle {
  position: absolute;
  height: 60px;
  width: 310px;
  /* center the element */
  left: 50%;
  top: -20px;
  margin-left: -155px;
  margin-top: -30px;
  background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn--more {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  border-width: 6px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #5fd5ad 0%, #5ebeb9 100%);
     border-image: linear-gradient(to right, #5fd5ad 0%, #5ebeb9 100%);
  border-image-slice: 1;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd5ad', endColorstr='#5fbcd5',GradientType=1 );
  /* ie6-9 */
}

.btn--icon i {
  margin-left: 2.4rem;
  font-size: 2.4rem;
}

.btn--lines {
  position: relative;
  height: 65px;
}

.btn--lines a {
  margin-left: 25%;
  z-index: 100;
}

.seperate {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  height: 4px;
  background: #dfdfdf;
}

.page__bottom__copy {
  width: 100%;
  max-width: 1280px;
  margin: 13rem auto 0;
  font-size: 1.2rem;
  text-align: center;
  color: #ccc;
}

div.logo {
  height: 120px;
  background-image: url(public/images/bg-geol.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

div.logo h1 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

div.logo h1 a {
  color: transparent;
  background-image: url("public/images/remescar-logo.png");
  background-repeat: no-repeat;
  background-size: 314px 60px;
  width: 314px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

nav.main-navigation {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd5ad', endColorstr='#5fbcd5',GradientType=1 );
  /* ie6-9 */
  box-shadow: inset 0 -5px 30px #8f8f8f;
  padding-bottom: 20px;
}

nav.main-navigation ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  /* Default */
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
}

nav.main-navigation ul li {
  display: block;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  /* Default */
  text-align: center;
  transition: color 0.25s ease;
  line-height: 4.2rem;
  min-height: 50px;
}

nav.main-navigation ul li a {
  font-weight: 400;
  font-size: 1.8rem;
  color: #C8E4E7;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
  display: inline-block;
  position: relative;
  line-height: 4rem;
  border-top: 5px solid transparent;
  padding-top: 10px;
}

nav.main-navigation ul li a:hover {
  color: #fff;
}

nav.main-navigation ul li.current_page_item a {
  color: #fff;
  font-weight: bold;
  border-top: 5px solid #fff;
}

.site-branding {
  margin-top: 7rem;
  margin-bottom: 10rem;
}

.site-title {
  margin-top: 0;
}

.site-title a {
  color: transparent;
  width: 350px;
  height: 80px;
  background-image: url("public/images/logo.png");
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

/* ============ HERO =============== */
.hero {
  min-height: 95rem;
  background-image: url("public/images/hero_image.png"), url("public/images/hero_shadow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, 0 40vh;
  background-size: top right;
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}

.hero__wrap {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero__content {
  max-width: 660px;
}

.hero__content header h2 {
  font-weight: 200;
  font-size: 10.2rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  line-height: 10rem;
  margin-bottom: 0;
}

.hero__content header p {
  font-weight: 800;
  color: #5ebeb9;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.hero__content > p {
  font-weight: 300;
  font-size: 1.5rem;
  color: #262425;
}

.effects header {
  text-align: center;
}

.effects header h2 {
  font-weight: 300;
  font-size: 4.8rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  margin-bottom: 0;
  margin-top: 0;
}

.effects header p {
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-transform: uppercase;
  margin-top: 0;
}

.effects__title {
  background: #5cc5af;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
}

.effects__title span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.effects__title span:first-child {
  font-weight: 600;
}

.effects__title span:last-child {
  font-weight: 300;
}

.effects__slider {
  margin-top: 80px;
}

.effects__content {
  font-weight: 300;
  padding: 10px 20px;
  background: #f3f3f3;
  position: relative;
}

.effects__content img {
  position: absolute;
  left: 70%;
  top: -130%;
}

.effects__content p {
  font-size: 1.8rem;
  color: #262425;
  text-align: center;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.effects__content a, .effects__content strong {
  font-weight: 600;
  color: #5ebeb9;
}

.effects__movies {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.effects__movies__item {
  -webkit-box-flex: 0;
          flex: 0 0 33%;
  max-width: 33%;
}

.effects__movies__item iframe {
  max-width: 100% !important;
}

.product {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin: 10.5rem auto 9rem;
}

.product > div {
  -webkit-box-flex: 1;
          flex: 1;
}

.product__right {
  text-align: center;
}

.product__right header h2 {
  font-weight: 200;
  font-size: 4.8rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-align: center;
}

.product__right header p {
  font-weight: 300;
  font-size: 1.8rem;
  color: #262425;
}

.product__right header p a {
  font-weight: 600;
  color: #5ebeb9;
  margin-right: 5px;
}

.product__imagelist h3 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #5ebeb9;
  text-align: center;
  text-transform: uppercase;
}

.product__imagelist ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

.product__desc p {
  font-weight: 300;
  font-size: 1.8rem;
  color: #262425;
}

.product__info {
  margin-bottom: 6rem;
}

.product__info h2 {
  font-weight: 400;
  font-size: 4.8rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-align: center;
  margin-bottom: 6rem;
  margin-top: 0;
}

.product__info__content {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.4rem;
}

#houston {
  margin-bottom: 6rem;
}

#houston h2 {
  font-weight: 400;
  font-size: 4.8rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-align: center;
  margin-bottom: 6rem;
  margin-top: 0;
}

.houston__desc {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 20px;
}

.howtouse h2 {
  font-weight: 400;
  font-size: 4.8rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-align: center;
  margin-bottom: 7rem;
  margin-top: 0;
}

.video {
  padding: 4rem 0;
}

.video h2 {
  font-weight: 400;
  font-size: 4.8rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0;
}

.video p {
  text-align: center;
}

.slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 3rem;
}

.slider__thumbs {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.slider__thumbs a {
  opacity: 0.5;
}

.slider__thumbs a span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #5ebeb9;
  display: block;
  text-transform: uppercase;
}

.slider__thumbs a.active {
  opacity: 1;
}

.slider__wrap {
  position: relative;
  margin-top: 10rem;
}

.slider__wrap .pager {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -24px;
}

.slider__wrap .pager a {
  width: 35px;
  height: 48px;
  display: inline-block;
  position: absolute;
}

.slider__wrap .pager a.left {
  left: 0;
}

.slider__wrap .pager a.right {
  left: auto;
  right: 0;
}

.slider__wrap .pager i {
  font-size: 4.8rem;
  color: #5ebeb9;
}

.slider__content__item {
  width: 628px;
  margin: 0 auto;
}

.slider__content__item h3 {
  font-size: 4.8rem;
  font-weight: 100;
  color: #5ebeb9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

.slider__content__item p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #262425;
  text-align: center;
}

.slider__content__item .item__wrap {
  width: 628px;
  margin: 0 auto;
}

.slider .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.slider .bx-controls {
  display: none !important;
}

.instruction {
  width: 100%;
  height: 260px;
  background: #5fbcd5;
  background: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbcd5', endColorstr='#5fd5ad',GradientType=1 );
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.instruction__content {
  width: 100%;
  max-width: 1225px;
  height: 210px;
  margin: 0 auto;
  border: 1px solid #afdee4;
  background: #57b0b0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 36px 40px;
}

.instruction__content header {
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  color: #fff;
  text-align: center;
}

.instruction__content header h2 {
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 4.8rem;
  text-transform: uppercase;
}

.instruction__content header p {
  font-size: 3rem;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.instruction__content > p {
  -webkit-box-flex: 0;
          flex: 0 0 65%;
  font-weight: 300;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}

.instruction__movies {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.instruction__movies__item {
  -webkit-box-flex: 0;
          flex: 0 0 32%;
  max-width: 32%;
}

.instruction__movies__item iframe {
  max-width: 100% !important;
}

.faq {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 6rem;
}

.faq h2 {
  font-weight: 400;
  font-size: 6rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  line-height: 10rem;
  margin-bottom: 0;
  margin-top: 8.5rem;
  display: inline-block;
}

.faq ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.6rem;
  position: relative;
}

.faq ul li {
  padding: 30px 25px;
  background-color: #ebebeb;
  -webkit-box-flex: 0;
          flex: 0 0 23%;
  margin: 1%;
}

.faq ul li a {
  font-weight: 600;
  color: #1f3e3d;
}

.faq ul li div.hidden {
  opacity: 0;
  height: 0;
  display: none;
}

.wherebuy {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.wherebuy h2 {
  font-weight: 400;
  font-size: 6rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  line-height: 10rem;
  margin-bottom: 0;
  margin-top: 8.5rem;
  display: inline-block;
}

.wherebuy__desc a {
  color: #5ebeb9;
  font-weight: bold;
}

.contact {
  text-align: center;
  border-top: 2px solid #51a4a0;
  padding-top: 11.5rem;
  margin-top: 10rem;
}

.contact header {
  margin-top: -5rem;
}

.contact header h2 {
  font-weight: 400;
  font-size: 6rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to right, #5fbcd5 0%, #5ebeb9 50%, #5fd5ad 100%);
  /* w3c */
  line-height: 6rem;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.contact form {
  width: 550px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  padding: 20px;
  position: relative;
}

.contact form:before {
  content: "";
  width: 400px;
  height: 65px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: -35px;
  background-color: #fff;
  display: block;
}

.contact form .gform_fields {
  padding-left: 0;
}

.contact form .gfield {
  padding-right: 0;
}

.contact form .gfield_label {
  display: none;
}

.contact form input, .contact form textarea {
  width: 100%;
  border: none;
  font-size: 1.7rem;
  color: #bcc2c5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.contact form input::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bcc2c5;
  font-size: 1.7rem;
}

.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcc2c5;
  font-size: 1.7rem;
}

.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #bcc2c5;
  font-size: 1.7rem;
}

.contact form input:-moz-placeholder, .contact form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #bcc2c5;
  font-size: 1.7rem;
}

.contact form li {
  margin-bottom: 10px;
}

.contact form li div label {
  display: none;
}

.contact form #field_1_1, .contact form #field_1_2, .contact form #field_1_3 {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.contact form #input_1_4 > div {
  margin: 20px auto;
}

.contact form .gform_footer {
  width: 40rem;
  height: 3.5rem;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -200px;
}

.contact form input[type=submit] {
  font-weight: 600;
  font-size: 2.4rem;
  color: #5ebeb9;
  text-transform: uppercase;
  border: none;
  background: none;
  display: inline-block;
  padding: 0;
}

.footer {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  border-top: 3px solid #dfdfdf;
}

.footer .site-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer .site-info header h2 {
  color: #5ebeb9;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer .site-info header p {
  font-size: 1.3rem;
  color: #c2c2c2;
  margin-top: 0;
}

.footer .site-info #footer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 0;
  flex-basis: 70%;
}

.footer .site-info #footer-menu li {
  text-align: center;
  margin: 0 20px;
}

.footer .site-info #footer-menu li a {
  font-weight: 400;
  font-size: 1.4rem;
  color: #959595;
  text-transform: uppercase;
}
