/* --- Reset --- */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background-color: #f3f5f7;
  color: #6e7386;
}
::-moz-selection {
  background-color: #f3f5f7;
  color: #6e7386;
}
/* ==================================
BODY
================================== */
html,
body {
  height: 100%;
}
body {
  font: 400 20px/28px "proxima-nova-1", "proxima-nova-2";
  background: #fff;
  font-style: normal;
  color: #9fa3b0;
}
a {
  color: #4d4f58;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style-type: none;
}
hr {
  border: 0;
  height: 1px;
  background: #efefef;
  margin: 45px 0;
}
/* --- Misc. --- */
.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.content {
  min-height: 100%;
  margin-bottom: -179px;
}
.content:after {
  content: "";
  display: block;
  height: 179px;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
.btn-dark {
  background: #4f7194;
}
.btn-light {
  background: #b0c3d6;
  width: 150px;
}
.btn-dark:hover {
  background: #354d68;
}
.btn-light:hover {
  background: #76889c;
}
/* --- Header. --- */
#header {
  height: 83px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#header #mainmenu li {
  display: inline-block;
  float: left;
}
#header #mainmenu li a {
  display: block;
  padding: 27px 32px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  position: relative;
  opacity: 0.6;
}
#header #mainmenu li a.yummygum {
padding-top:17px;
}



#header #mainmenu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#header #mainmenu li a.active {
  color: #4d4f58;
  opacity: 1;
}
#header #mainmenu li a:hover {
  color: #4d4f58;
  opacity: 1;
}
#header #mainmenu li a img {
  position: relative;
  top: 3px;
}

#header #mainmenu li a.yummygum img {
top: 8px !important;
}

#header #mainmenu li:last-child {
  margin-left: -1px;
}
/* --- Content. --- */
.flexslider {
  position: relative;
}
.flexslider .flex-control-nav {
  display: none!important;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99;
}
.flexslider .flex-direction-nav li a {
  width: 43px;
  height: 87px;
  display: block;
  text-indent: -999em;
  position: absolute;
  z-index: 99;
}
.flexslider .flex-direction-nav .flex-prev {
  background: url('../img/slider/prev.png') no-repeat;
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  background: url('../img/slider/next.png') no-repeat;
  right: 0;
}
.flexslider .slides li {
  font-size: 18px;
  padidng-top: 83px;
  height: 466px;
  position: relative;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}
.flexslider .slides li .wrap {
  padding-top: 83px;
  height: 466px;
}
.flexslider .slides li h3 {
  font-family: "freight-sans-pro", "proxima-nova", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.flexslider .slides li .left {
  padding-left: 50px;
}
.flexslider .slides li .right {
  padding-right: 50px;
}
.flexslider .wrap.v-center {
  width: 100%;
  display: table;
}
.flexslider .v-center .slide-wrap {
  display: table-cell;
  vertical-align: middle;
}
.flexslider #slide-1 {
  background: url('../img/slider/slide1-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: rgba(0, 0, 0, 0.58);
}
.flexslider #slide-1 .slide-wrap {
  max-width: 350px;
  margin-top: 50px;
  padding-left: 50px;
}
.flexslider #slide-1 .slide-wrap img {
  margin-bottom: 10px;
}
.flexslider #slide-1 #iphone {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.flexslider #slide-2 {
  background-image: linear-gradient(bottom, #c0c8d4 0%, #ebeff5 100%);
  background-image: -o-linear-gradient(bottom, #c0c8d4 0%, #ebeff5 100%);
  background-image: -moz-linear-gradient(bottom, #c0c8d4 0%, #ebeff5 100%);
  background-image: -webkit-linear-gradient(bottom, #c0c8d4 0%, #ebeff5 100%);
  background-image: -ms-linear-gradient(bottom, #c0c8d4 0%, #ebeff5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c0c8d4), color-stop(1, #ebeff5));
  color: #545c6b;
}
.flexslider #slide-2 .right {
  max-width: 370px;
}
.flexslider #slide-3 {
  background-image: linear-gradient(bottom, #7db6ff 0%, #3280e3 100%);
  background-image: -o-linear-gradient(bottom, #7db6ff 0%, #3280e3 100%);
  background-image: -moz-linear-gradient(bottom, #7db6ff 0%, #3280e3 100%);
  background-image: -webkit-linear-gradient(bottom, #7db6ff 0%, #3280e3 100%);
  background-image: -ms-linear-gradient(bottom, #7db6ff 0%, #3280e3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7db6ff), color-stop(1, #3280e3));
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.flexslider #slide-3 .left {
  max-width: 370px;
}
.flexslider #slide-4 {
  background-image: linear-gradient(bottom, #ebeff5 0%, #c0c8d4 100%);
  background-image: -o-linear-gradient(bottom, #ebeff5 0%, #c0c8d4 100%);
  background-image: -moz-linear-gradient(bottom, #ebeff5 0%, #c0c8d4 100%);
  background-image: -webkit-linear-gradient(bottom, #ebeff5 0%, #c0c8d4 100%);
  background-image: -ms-linear-gradient(bottom, #ebeff5 0%, #c0c8d4 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebeff5), color-stop(1, #c0c8d4));
  color: #545c6b;
}
.flexslider #slide-4 .right {
  max-width: 370px;
}
.flexslider #slide-5 {
  background-image: linear-gradient(bottom, #3a3a42 0%, #212127 100%);
  background-image: -o-linear-gradient(bottom, #3a3a42 0%, #212127 100%);
  background-image: -moz-linear-gradient(bottom, #3a3a42 0%, #212127 100%);
  background-image: -webkit-linear-gradient(bottom, #3a3a42 0%, #212127 100%);
  background-image: -ms-linear-gradient(bottom, #3a3a42 0%, #212127 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3a3a42), color-stop(1, #212127));
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.flexslider #slide-5 .left {
  max-width: 370px;
}
.download {
  margin-top: 55px;
  text-align: center;
}
.download span {
  margin: 0 20px;
}
.download p {
  max-width: 760px;
  margin: 0 auto 30px;
}
.icons {
  text-align: center;
}
.icons h3 {
  color: #444;
  font-weight: 400;
}
.icons .row {
  margin-top: 35px;
}
.icons img {
  vertical-align: middle;
  margin-right: 6%;
}
.icons img:last-child {
  margin-right: 0;
}
.info {
  margin: 120px 0;
}
.info .row {
  margin-bottom: 30px;
}
.info .grid {
  float: left;
  display: inline-block;
  padding: 20px 15px 0;
  width: 33.33%;
}
.info .grid .title {
  line-height: 20px;
  margin-bottom: 10px;
}
.info .grid .title span {
  color: #444;
  display: inline-block;
  margin-right: 12px;
  float: left;
}
.info .grid .title h4 {
  font-size: 20px;
  color: #444;
  display: inline-block;
}
.info .grid p {
  font-size: 15px;
}
.buy-now {
  padding: 20px 0;
  border-top: 1px solid #efefef;
}
.buy-now p {
  display: inline-block;
  font-weight: 500;
  color: #555;
  margin-right: 40px;
}
.buy-now span {
  margin: 0 10px;
}
/* --- Footer. --- */
#footer {
  background: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
  color: white;
  width: 100%;
  height: 90px;
}
#footer .wrap {
  height: 42px;
  line-height: 42px;
  padding: 24px 15px;
}
#footer li {
  display: inline-block;
  margin-right: 35px;
  font-size: 12px;
  text-transform: uppercase;
}
#footer li a {
  color: white;
}
#footer span {
  display: inline-block;
  margin-right: 10px;
}
#footer img {
  vertical-align: middle;
}
/* --- Responsive. --- */
@media (max-width: 930px) {
  .buy-now p {
    display: block!important;
    margin-bottom: 10px;
  }
}
@media (max-width: 860px) {
  .flexslider {
    display: none!important;
  }
  .content {
    padding-top: 83px;
  }
}
@media (max-width: 660px) {
  .left,
  .right {
    float: none!important;
    display: block;
  }
  .content {
    margin-bottom: -120px;
  }
  .content:after {
    height: 120px;
  }
  .icons img {
    margin-right: 5px;
  }
  .info {
    margin: 20px 0!important;
  }
  .info .row {
    margin: 0!important;
  }
  .info .grid {
    width: 100%!important;
    padding: 20px 0;
  }
  #footer {
    height: 120px;
  }
  #footer .wrap {
    height: auto;
    padding: 17.5px 15px;
  }
}
@media (max-width: 620px) {
  .hero-wrapper .hero p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .btn {
    display: block;
    margin: 0 auto;
  }
  .download span,
  .buy-now span {
    display: block;
    margin: 10px auto;
  }
  .buy-now p {
    text-align: center;
  }
}
@media (max-width: 470px) {
  #header #mainmenu li a {
    padding: 27px 20px;
  }
  .content {
    margin-bottom: -137px;
  }
  .content:after {
    height: 137px;
  }
  #footer {
    height: 137px;
  }
  #footer .wrap {
    line-height: 30px;
  }
  #footer .wrap .left {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  #header #mainmenu li a {
    padding: 27px 11px;
  }
  .hero-wrapper .hero h1 {
    font-size: 40px;
  }
}
