.cover {
  background: url(../images/cover.jpg) no-repeat center top;
  -webkifw-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-1 {
  background-color: #eeeeee; }

.bg-2 {
  background-color: #3A9390; }

.bg-3 {
  background-color: #B24631; }

@media (max-width: 1280px) {
  .cover {
    background: url(../images/cover.jpg) no-repeat right top;
    -webkifw-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }

#footer {
  background-color: #eeeeee; }
  #footer a {
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .el {
    margin: 0; }
  #footer .img--logo {
    opacity: .4;
    height: auto;
    transition: opacity 0.2s ease-in-out;
    filter: grayscale(100%); }
    #footer .img--logo:hover {
      opacity: .5;
      cursor: pointer; }

@media (max-width: 768px) {
  #footer .img--logo {
    margin-top: 20px; } }

#nav {
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: #B24631;
  z-index: 10;
  border-bottom: solid 1px #953A28;
  height: 60px;
  position: fixed;
  transition: top 0.2s ease-in-out; }
  #nav.nav-up {
    top: -60px; }
    #nav.nav-up.menu-open {
      top: 0; }

#menu {
  display: flex;
  justify-content: flex-end; }
  #menu .list__item {
    opacity: .9;
    padding-left: 40px;
    font-size: 14px;
    transition: opacity 0.2s ease-in-out;
    font-weight: 700;
    text-transform: uppercase; }
    #menu .list__item .link {
      position: relative;
      padding: 20px 0; }
      #menu .list__item .link:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #B24631;
        transition: background-color 0.2s ease-in-out;
        bottom: 12px;
        left: calc(50% - 10px); }
      #menu .list__item .link.selected:before {
        background-color: #ffffff; }
      #menu .list__item .link, #menu .list__item .link:hover {
        color: #ffffff;
        text-decoration: none; }
    #menu .list__item:hover {
      opacity: 1; }

#hamburger {
  width: 50px;
  height: 100%;
  display: none;
  margin-left: auto;
  align-items: center;
  justify-content: center; }
  #hamburger .bar {
    background-color: #ffffff;
    height: 2px;
    width: 30px;
    position: relative; }
    #hamburger .bar:before, #hamburger .bar:after {
      content: '';
      background-color: #ffffff;
      height: 2px;
      position: absolute;
      width: 30px;
      left: 0;
      top: 8px; }
    #hamburger .bar:after {
      top: -8px; }

.img--logo {
  height: 60px;
  display: flex;
  align-items: center; }
  .img--logo .img {
    width: 150px; }

@media (max-width: 768px) {
  #menu {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 60px;
    right: 0;
    background-color: #B24631;
    padding: 20px;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 1px;
    box-sizing: border-box; }
    #menu .list__item {
      padding: 10px 0;
      text-align: center; }
      #menu .list__item .link {
        padding: 0; }
        #menu .list__item .link:before {
          bottom: -5px; }
  #hamburger {
    display: flex; }
    #hamburger.active .bar {
      background-color: #B24631; }
      #hamburger.active .bar:before {
        top: 0;
        transform: rotate(-45deg); }
      #hamburger.active .bar:after {
        top: 0;
        transform: rotate(45deg); }
    #hamburger.active + #menu {
      display: block; } }

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  padding-top: 60px; }

.block {
  position: relative;
  padding: 60px 0; }

.container {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  display: flex;
  position: relative;
  z-index: 1; }

.col {
  flex: 1;
  padding: 0 10px; }

.el {
  margin-bottom: 20px; }

@media (max-width: 1280px) {
  .block {
    padding: 40px 10px; } }

@media (max-width: 768px) {
  .container {
    flex-wrap: wrap; }
  .col {
    flex: 100%; }
    #nav .col {
      flex: 1; }
      #nav .col .img--logo {
        margin-left: 10px; } }

html, body {
  color: #777777;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }

h1 {
  color: #444444;
  font-size: 60px; }

h2 {
  color: #444444;
  font-size: 48px; }

h3 {
  color: #4A8B4A;
  font-size: 36px; }

h4 {
  color: #B24631;
  font-size: 24px; }

h5 {
  color: #444444;
  font-size: 18px; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375; }
  h1.nm-t, h2.nm-t, h3.nm-t, h4.nm-t, h5.nm-t {
    margin-top: 0; }

h1, h2 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px; }

a {
  color: inherit;
  display: inline-block;
  text-underline-position: under;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #444444;
    cursor: pointer; }

p {
  color: #777777; }

ul {
  margin: 0;
  padding: 0;
  line-height: 2;
  padding-inline-start: 20px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.t-od,
.t-od h1, .t-od h2, .t-od h3, .t-od h4, .t-od h5,
.t-od p {
  color: #ffffff; }

.tight {
  margin-bottom: 0; }

.fw-b {
  font-weight: bold; }

.br-100 {
  border-radius: 100%;
  border: solid 10px #4A8B4A;
  max-width: calc(100% - 20px); }

.fs-0 {
  font-size: 14px; }

@media (max-width: 768px) {
  h1 {
    font-size: 8vw; } }

.d-f {
  display: flex; }

.d-b {
  display: block; }

.fd-c {
  flex-flow: column; }

.ai-fs {
  align-items: flex-start; }

.ai-c {
  align-items: center; }

.jc-c {
  justify-content: center; }

.jc-fe {
  justify-content: flex-end; }

.fw-w {
  flex-wrap: wrap; }

.contained {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 2px; }
  .contained.blue {
    color: #ffffff;
    background-color: #3A9390; }

.ge-divider {
  height: 1px;
  background-color: #cccccc;
  margin: 40px 0; }

.social__icons {
  margin-bottom: 20px; }
  .social__icons .link {
    margin-right: 10px; }
  .social__icons .img {
    height: 50px;
    opacity: .95;
    transition: opacity 0.2s ease-in-out; }
    .social__icons .img:hover {
      opacity: 1; }

.m-show {
  display: none; }

.el--product > div {
  flex: 1 0; }

.el--product .figure {
  max-width: 200px;
  margin-right: 30px; }

@media (max-width: 768px) {
  .el--product {
    flex-flow: column;
    align-items: center;
    text-align: center; }
    .el--product .figure {
      max-width: 100px;
      margin: 0 0 20px 0; } }

.coverup {
  margin-top: -300px; }

.tall {
  padding: 100px 0; }

.download {
  padding-top: 20px; }
  .download .store {
    margin-right: 40px; }
    .download .store.as {
      opacity: .5; }
    .download .store.gp .img {
      max-height: 60px; }
  .download .img {
    max-height: 80px; }

.tagline {
  font-size: 32px; }

@media (max-width: 1280px) {
  .coverup {
    margin-top: 0; }
    .coverup .img {
      max-height: 400px; } }

@media (max-width: 768px) {
  .list-tiles .list__item:hover {
    cursor: default;
    transform: scale(1);
    box-shadow: none; } }

.btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #3A9390;
  text-decoration: none;
  transition: background-color .2s ease-in-out; }
  .btn:hover {
    color: #ffffff;
    background-color: #307B78; }

.slide h4 {
  background-color: #3A9390;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 7px 20px;
  font-weight: 600;
  display: inline-block;
  font-size: 18px; }

.slick-dots li.slick-active button:before {
  color: #ffffff; }

.slick-dots li button:before {
  color: #ffffff; }

@media (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 20px; }
  .slick-dots {
    margin-bottom: 30px; } }

.list-tiles .list__item {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #307B78;
  transition: all .2s ease-in-out; }
  .list-tiles .list__item:hover {
    cursor: default;
    transform: scale(1.025);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1); }

@media (max-width: 1280px) {
  .max-tc {
    text-align: center; } }

@media (max-width: 768px) {
  .m-hide {
    display: none; }
  .m-show {
    display: block; }
  .m-tc {
    justify-content: center;
    text-align: center; }
  .m-vw-8 {
    font-size: 8vw; }
  .m-vw-6 {
    font-size: 6vw; }
  .m-ul {
    list-style: none; }
  .m-nm {
    margin-bottom: 0; }
  .m-cl {
    max-width: 400px;
    margin: 0 auto; } }
