@charset "UTF-8";
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#nav {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap; }
  #nav .nav-drop {
    overflow: hidden; }
  #nav ul {
    padding: 9px 0 5px;
    margin: 0; }
  #nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    white-space: normal;
    margin: 0 0 0 20px; }
    #nav li a {
      display: block;
      color: #0c1524; }
      #nav li a:hover {
        text-decoration: none;
        color: #00a5d5; }

.nav-opener {
  display: none;
  float: right;
  width: 31px;
  height: 31px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden; }

.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #333;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.nav-opener:before {
  content: '';
  top: 8px;
  left: 30%; }

.nav-opener:after {
  content: '';
  top: 26px; }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-opener:hover {
  opacity: .9; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5%;
  right: 5%; }

.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (max-width: 992px) {
  .nav-opener {
    display: inline-block;
    vertical-align: top; }
  .opener-holder {
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 25px;
    margin: 7px 25px 0; }
    .opener-holder:before {
      position: absolute;
      content: "";
      width: 1px;
      left: 0;
      top: 0;
      bottom: -6px;
      background: #f4f4f4; }
  #nav {
    overflow: visible;
    font-size: 1.8rem;
    line-height: 1.3333333;
    letter-spacing: 0;
    font-weight: normal; }
    #nav .nav-drop {
      display: block;
      clear: both;
      width: 100%;
      max-width: 400px;
      position: absolute;
      right: 0;
      top: 100%;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0); }
      #nav .nav-drop > ul {
        display: block;
        padding: 0;
        text-align: left; }
        #nav .nav-drop > ul li {
          position: relative;
          margin: 0;
          padding: 0 35px;
          display: block;
          font-size: 1.8rem;
          line-height: 1.3333333;
          font-weight: normal; }
          #nav .nav-drop > ul li.active:before {
            content: '';
            position: absolute;
            top: 20px;
            bottom: 20px;
            width: 4px;
            left: 0;
            background: #00a5d5; }
          #nav .nav-drop > ul li a {
            display: block;
            margin: 0 -9999px;
            padding: 20px 9979px;
            border-bottom: 1px solid #3E3D3F;
            color: #fff;
            background: rgba(51, 51, 51, 0.98); }
            #nav .nav-drop > ul li a:active, #nav .nav-drop > ul li a:focus, #nav .nav-drop > ul li a:hover {
              text-decoration: none;
              color: #00a5d5; }
          #nav .nav-drop > ul li.active {
            position: relative; }
            #nav .nav-drop > ul li.active a {
              color: #858585; }
      #nav .nav-drop .drop-holder {
        margin: 0 -9999px;
        padding: 20px 10014px;
        background: #333;
        text-align: left;
        color: #9a9a9a; }
        #nav .nav-drop .drop-holder span {
          display: block;
          margin: 0 0 20px; }
        #nav .nav-drop .drop-holder ul {
          padding: 0; }
          #nav .nav-drop .drop-holder ul li {
            padding: 0;
            margin: 0; }
          #nav .nav-drop .drop-holder ul li + li {
            margin: 0 0 0 20px; }
          #nav .nav-drop .drop-holder ul a {
            font-size: 3rem;
            color: #fff; }
            #nav .nav-drop .drop-holder ul a:hover {
              color: #00a5d5; }
  .nav-active #nav .nav-drop {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media only screen and (min-width: 1200px) {
  #nav li {
    margin: 0 0 0 34px; } }

@media only screen and (max-width: 479px) {
  .opener-holder {
    margin: 4px 10px;
    padding: 0 0 0 10px; }
  #nav .nav-drop > ul li.active:before {
    top: 15px;
    bottom: 15px; } }

.thumbnail:hover {
  overflow: hidden;
  background: #f5f5f5; }

.thumbnail:hover img {
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.visual-list {
  padding-top: 10px;
  list-style: none; }
  .visual-list .img-holder {
    float: left;
    width: 90px;
    text-align: center;
    margin: 7px 45px 0 0; }
    .visual-list .img-holder img {
      vertical-align: top; }
  .visual-list .text-holder {
    overflow: hidden; }
  .visual-list li {
    padding: 0 0 29px; }
  .visual-list h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold; }
  .visual-list p {
    margin: 0 0 21px; }

@media only screen and (max-width: 992px) {
  .visual-list .img-holder {
    width: 120px;
    margin: 7px 20px 0 0; }
  .visual-list li {
    padding: 0 0 19px; } }

@media only screen and (max-width: 479px) {
  .visual-list .img-holder {
    margin: 0 10px 0 0; }
  .visual-list .text-holder {
    overflow: visible; } }

.hero {
  min-height: 600px;
  background: url("../images/beach.jpg") center 10%;
  background-size: cover;
  position: relative; }

.hero-box p {
  width: 320px;
  font-size: 4rem;
  position: relative;
  top: 2em;
  word-wrap: break-word; }

.hero-box strong {
  font-size: 4.5rem;
  color: #ff9933; }

@media only screen and (min-width: 1200px) {
  .hero {
    min-height: 700px; } }

.product-logo {
  max-width: 120px;
  max-height: 70px;
  padding: 5px; }

.sidebar {
  margin-top: 24px; }

.sidebar img {
  margin-top: 24px;
  border: 1px solid rgba(196, 194, 202, 0.23); }

.product h1 {
  font-size: 34px; }

.product h2 {
  font-size: 28px; }

.product h3 {
  font-size: 20px; }

hr.spacer-30 {
  border: 0;
  clear: both;
  margin: 0 0 30px; }

.product ul {
  list-style: none; }

.product ul > li {
  text-indent: -.7em; }

.product ul > li:before {
  content: "• ";
  color: #00a5d5; }

.product ol {
  list-style: none;
  counter-reset: li; }

.product ol li {
  counter-increment: li; }

.product ol li::before {
  content: counter(li);
  color: #00a5d5;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl; }

.clock-container {
  padding: 0.5em;
  display: inline-block;
  background: #00a5d5;
  border-radius: 0.5em; }

.clock {
  border-radius: 50%;
  background: #fff url("../images/clock.svg") no-repeat center;
  background-size: 88%;
  height: 7em;
  width: 7em;
  padding-bottom: 31%;
  position: relative; }

.clock.simple:after {
  background: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  height: 5%;
  z-index: 10; }

.minutes-container, .hours-container, .seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hours {
  background: #000;
  height: 15%;
  left: 48.75%;
  position: absolute;
  top: 35%;
  transform-origin: 50% 100%;
  width: 2.5%; }

.minutes {
  background: #000;
  height: 30%;
  left: 49%;
  position: absolute;
  top: 20%;
  transform-origin: 50% 100%;
  width: 2%; }

.seconds {
  background: #ff9933;
  height: 35%;
  left: 49.5%;
  position: absolute;
  top: 23%;
  transform-origin: 50% 80%;
  width: 1%;
  z-index: 8; }

@keyframes rotate {
  100% {
    transform: rotateZ(360deg); } }

.hours-container {
  animation: rotate 43200s infinite linear; }

.minutes-container {
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44); }

.seconds-container {
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44); }

* {
  font-size: 100.01%; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  font: 1.5rem "Montserrat", sans-serif; }

h4 {
  color: #00a5d5; }

.highlighted {
  color: #ff9933; }

.highlighted-alt {
  color: #00a5d5; }

.bg-light {
  background: #f5f5f5; }

.user-form {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 4px; }

li a {
  color: #635C73; }

.btn, a {
  -webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
  transition: color linear .4s, background-color linear .4s, border-color linear .4s; }
  .btn:hover, a:hover {
    text-decoration: none;
    outline: none; }

#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed; }

#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%; }

.logo {
  float: left;
  margin: 0 0 0 15px;
  width: 151px;
  height: 41px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 31px 0 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);
  -webkit-backface-visibility: hidden;
  /* Prevent Chrome bug because of on-scroll effect in other section */ }
  #header .btn {
    float: right;
    margin: 2px 0 0 59px;
    height: 38px;
    min-width: 145px;
    padding: 7px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0; }

@media only screen and (min-width: 992px) {
  #header + section {
    padding-top: 104px; } }

.footer-holder {
  padding: 50px 15px 50px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  color: #848e97; }
  .footer-holder h4 {
    margin: 0 0 14px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold; }
  .footer-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.55; }
    .footer-holder ul a {
      color: #848e97; }
      .footer-holder ul a:hover {
        color: #000000; }

@media only screen and (max-width: 992px) {
  #header {
    position: relative;
    padding: 0; }
    #header > .container {
      padding: 29px 0 0; }
    #header .logo {
      margin: 3px 0 32px 25px; }
    #header .btn {
      float: none;
      height: 48px;
      font-size: 1.7rem;
      line-height: 22px;
      margin: 0;
      padding: 12px 40px;
      display: inline-block;
      vertical-align: top; }
  h2 {
    text-align: center; }
  .footer-holder {
    padding: 47px 19px 70px; }
    .footer-holder .text-holder {
      padding: 0; }
    .footer-holder:before {
      left: 0;
      right: 0; }
  .footer-holder .logo + p {
    margin: 0 0 29px; }
  .footer-holder ul {
    margin: 0 0 26px; } }

@media only screen and (max-width: 479px) {
  body {
    min-width: 320px; }
  #header > .container {
    padding: 10px 0 0; }
  #header .btn {
    height: 30px;
    margin: 8px 0 0;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 3px 20px;
    min-width: 0; }
  #header .logo {
    margin: 4px 0 10px 10px;
    width: 130px; }
  .area {
    padding: 40px 0; }
  .footer-holder {
    padding: 20px 0; } }
