/* --- 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;
}
/* --- Misc. --- */
.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.content {
  min-height: 100%;
  margin-bottom: -90px;
}
.content:after {
  content: "";
  display: block;
  height: 90px;
}
.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: #95aabf;
}
.btn-dark:hover {
  background: #354d68;
}
.btn-light:hover {
  background: #76889c;
}
form {
  display: inline-block;
}
/* --- 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. --- */
.hero-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 302px;
  background: #d44268 url('../img/hero.jpg') no-repeat;
  color: white;
  text-align: center;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-wrapper .hero {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 83px;
}
.hero-wrapper .hero img {
  margin-bottom: 20px;
}
.hero-wrapper .hero p {
  font-size: 22px;
  line-height: 32px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.download {
  margin-top: 55px;
  text-align: center;
}
.download span {
  margin: 0 20px;
}
.icons {
  margin: 65px 0;
  color: #c9d0d7;
}
.icons .wrap {
  max-width: 680px;
}
.icons .icon {
  font-size: 28px;
  display: inline-block;
  float: left;
  margin: 0 7.5% 7.5% 0;
}
.icons .icon:last-child {
  margin-right: 0!important;
}
/* --- 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: 680px) {
  .icons {
    text-align: center;
  }
  .icons .icon {
    float: none!important;
    margin: 0 0% 2% 0!important;
  }
}
@media (max-width: 660px) {
  .left,
  .right {
    float: none!important;
    display: block;
  }
  .content {
    margin-bottom: -120px;
  }
  .content:after {
    height: 120px;
  }
  #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 {
    display: block;
    margin: 10px auto;
  }
}
@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 img {
    max-width: 50%!important;
  }
}
