/* ANIMATIONS */
/* CSS HELPERS */
* {
  position: relative;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* GLOBALS */
body {
  font-family: 'Fjalla One', sans-serif;
  color: #000000;
}
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.ctabtn {
  min-width: 160px;
  padding: 21px 20px 20px;
  text-align: center;
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ctabtn.red {
  background-color: #ee220c;
  color: #FFFFFF;
}
.ctabtn.red:hover {
  background-color: #bd1b0a;
}
.grid {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
/* SECTIONS */
section#banner {
  height: 800px;
  width: auto;
  background: transparent url(../images/winter-bg.jpg) no-repeat center bottom 70%;
  background-size: cover;
}
section#banner .inner {
  height: 100%;
}
section#banner .content {
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 760px;
  padding-top: 120px;
}
section#banner .content h1 {
  font-size: 14.4em;
  font-weight: 700;
  line-height: 0.9em;
  text-shadow: 0px 4px 0px rgba(35, 31, 32, 0.5);
  text-transform: uppercase;
}
section#banner .content h1 span {
  font-size: 0.868em;
  letter-spacing: -0.025em;
}
section#banner .content p {
  font-size: 3.6em;
  text-shadow: 0px 4px 0px rgba(35, 31, 32, 0.5);
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.5em;
}
section#banner .content .ctabtn {
  margin: 0 auto;
}
section#banner img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 940px) {
  section#banner .content {
    max-width: 550px;
  }
  section#banner .content h1 {
    font-size: 11em;
  }
  section#banner .content p {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 767px) {
  section#banner {
    background-position: right bottom;
    height: 1000px;
  }
  section#banner .content {
    padding-top: 90px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: none;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  section#banner .content h1 {
    font-size: 22vw;
  }
}
@media only screen and (max-width: 400px) {
  section#banner .content p {
    font-size: 6.5vw;
  }
}
section#call-outs .grid {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 40px 0;
}
section#call-outs .cell {
  min-height: 65px;
  padding: 5px 0 5px 70px;
  font-size: 2em;
  line-height: 1.2em;
  background-position: left center;
  background-size: 55px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
section#call-outs .cell span {
  width: 100px;
  display: block;
}
section#call-outs .cell.battery {
  background-image: url(../images/icon_battery_preservation.svg);
}
section#call-outs .cell.coldproof {
  background-image: url(../images/icon_coldproof.svg);
}
section#call-outs .cell.coldproof span {
  width: 120px;
}
section#call-outs .cell.drop-protection {
  background-image: url(../images/icon_drop_protection.svg);
}
section#call-outs .cell.drop-protection span {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  section#call-outs .grid {
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  section#call-outs .cell:last-child {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  section#call-outs .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#call-outs .cell:last-child {
    display: block;
  }
  section#call-outs .cell {
    display: block;
    margin-bottom: 20px;
  }
}
section#details {
  margin-top: 20px;
}
section#details .inner {
  text-align: center;
}
section#details .grid {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
section#details .features img {
  max-height: 462px;
}
section#details .devices {
  padding-top: 40px;
}
section#details .devices h2 {
  width: 664px;
  height: 36px;
  background: transparent url(../images/snow-proof-cold-proof.png) no-repeat center;
  background-size: 664px auto;
  text-indent: -9999em;
  overflow: hidden;
  margin: 0 auto 10px;
}
section#details .devices h3 {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-bottom: 40px;
}
section#details .devices h3 .logo {
  width: 222px;
  height: 120px;
  display: inline-block;
  background: transparent url(../images/logo.png) no-repeat center;
  background-size: 222px auto;
  text-indent: -9999em;
  overflow: hidden;
}
section#details .devices h3 .apollo-series {
  width: 370px;
  height: 37px;
  display: inline-block;
  background: transparent url(../images/apollo-series.png) no-repeat center;
  background-size: auto 37px;
  text-indent: -9999em;
  overflow: hidden;
  align-self: flex-end;
  margin-bottom: 14px;
}
section#details .devices .phones {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
section#details .devices .phones .phone {
  width: 70px;
  padding-top: 160px;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
}
section#details .devices .phones .phone.iphone {
  background-image: url(../images/icon_phone_iphone.svg);
  background-size: 62px 150px;
}
section#details .devices .phones .phone.galaxy {
  background-image: url(../images/icon_phone_galaxy.svg);
  background-size: 68px 150px;
}
section#details .devices .phones .phone.pixel {
  background-image: url(../images/icon_phone_pixel.svg);
  background-size: 66px 150px;
}
section#details .devices .phones .phone.other {
  background-image: url(../images/icon_phone_other.svg);
  background-size: 66px 150px;
}
section#details a {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  section#details .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  section#details .features img {
    max-width: 100%;
  }
  section#details .devices h2 {
    background-size: 100% auto;
  }
  section#details .devices h3 {
    display: block;
  }
  section#details .devices h3 .logo {
    margin: 0 auto 40px;
    display: block;
  }
  section#details .devices h3 .apollo-series {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  section#details .devices h2 {
    width: 89.72972973vw;
  }
}
@media only screen and (max-width: 420px) {
  section#details .devices h3 .apollo-series {
    width: 100%;
    background-size: 100% auto;
  }
  section#details .devices .phones {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#details .devices .phones .phone {
    width: 50%;
    margin-bottom: 40px;
  }
}
section#references {
  padding: 80px 0;
}
section#references #testimonials {
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
section#references #testimonials .testimonial {
  text-align: center;
  max-width: 300px;
}
section#references #testimonials .testimonial .quote {
  font-size: 2em;
  line-height: 1.1em;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  display: block;
  margin-bottom: 10px;
}
section#references #testimonials .testimonial .quote.short {
  max-width: 250px;
  margin: 0 auto 10px;
}
section#references #testimonials .testimonial .author {
  font-size: 1.8em;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
}
section#references #testimonials .testimonial .stars {
  background: transparent url(../images/fivestars.png) no-repeat center;
  background-size: 120px auto;
  width: 120px;
  height: 25px;
  display: block;
  margin: 10px auto;
}
section#references #featured {
  border-top: 1px solid #ee220c;
  margin-top: 10px;
  padding: 10px 20px 0;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
section#references #featured .title {
  font-size: 3em;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 130px;
  align-self: center;
}
section#references #featured .logo {
  align-self: center;
}
section#references #featured .logo img {
  max-width: 125px;
  max-height: 125px;
  display: block;
  margin: 15px auto;
}
section#references #featured .logo img:first-child {
  margin-top: 0;
}
section#references #featured .logo img:last-child {
  margin-bottom: 0;
}
section#references #featured .logo img.cool-material {
  max-width: 200px;
}
section#references #featured .logo img.gear-patrol {
  max-width: 170px;
  margin-top: 7px;
  margin-bottom: 0;
}
section#references #featured .logo img.uncrate {
  max-width: 160px;
  margin-top: 5px;
}
@media only screen and (max-width: 1040px) {
  section#references #featured {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  section#references #featured .title {
    max-width: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  section#references #featured {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section#references #featured .logo {
    width: 33%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 680px) {
  section#references #featured .logo {
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  section#references #featured .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  section#references #testimonials {
    display: block;
  }
  section#references #testimonials .testimonial {
    clear: both;
    margin: 30px auto;
  }
}
