.es-navbar-brand {
  margin: 0;
  padding: 0
}

.es-navbar-brand > img {
  margin-top: 25px;
}

.hero {
  background-image: url(../img/bg-overlay.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  background-blend-mode: darken;
  background-color: #2EC446
}

.hero-wrapper {
/*  background-color: #2EC746;*/
/*  overflow: hidden*/
}

.left-side {
  color: #ffffff;
  position: absolute;
  
}
.left-side h1 {
  font-size: 36px;  
}
.left-side h2 {
  font-size: 18px;  
}
.right-side {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.right-side img {
  max-width: 419px;
  
  width: 100%;
  margin-top: 46px;
}
.es-navbar {
  margin-bottom: 0;
}
.navbar-nav li a {
  font-family: 'proxima_novasemibold';
  color: #3D4147;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.navbar-nav li a:hover {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #000000 !important;
}

.down-arrow {
  width: 24px;
  height: 16px;
  background-color: red;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/down-arrow.png) no-repeat center center;
  background-size: cover;
}
.callout-block {
  margin-top: 40px; 
}

.callout {
  text-align: center;
  margin-bottom: 100px;
}
.callout-img {
  margin: 0 auto;
}
.callout img {
  width: 100%;
  height: 100%;
}
.callout-shop {
  width: 112px;
  height: 96px;
  margin: 0 auto;
  position: relative
}
.callout-shop img {
  width: 112px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.callout-tag {
  width: 96px;
  height: 96px;
}
.callout-money {
  width: 96px;
  height: 96px;
}
.callout-phones {
  width: 69px;
  height: 96px;
}

.callout h1 {
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  line-height: 24px;
  color: #3D4147;
}
.callout p {
  font-family: 'proxima_novalight';
  font-size: 18px;
  line-height: 24px;
  color: #5E626B;
}

.main-content {
  margin-top: 50px;
}

.press {
  background-color: #F4F4F4;
  height: 130px;
  
}
.press .container-fluid {
  height: 100%
}
.press > .container {
  height: 100%;
}
.press .row {
  height: 100%;
}
.press .press-logo {
  height: 100%; 
  position: relative;
  background-color: #F4F4F4

}
.press-logo img {
    position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
}

.footer {
  background: #1E1E1E;
  min-height: 300px;
  position: relative;
}

.footer-links {
  text-align: center;
  margin-top: 60px;
}
.footer-link {
  padding: 10px;
}
.footer-links a {
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.copyright {
  text-align: center;
  margin-top: 10px;
}
.copyright p {
  color: #8F8F99;
  font-family: 'proxima_nova_rgregular'; 
  line-height: 16px;
  font-size: 13px;
}

.q-logo {
  text-align: center;
  margin-top: 60px;
}
.q-logo span {
  color: #FFFFFF;
  padding-right: 10px;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
}
.hero-headline {
  font-family: 'proxima_novalight';
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
}

.hero-sub {
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.app-link {
  width: 217px;
  height: 72px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  
}
.app-link:hover {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  
}

.app-link-ios {
  background: url(../img/ios-default.png) no-repeat;
  background-size: 100% 100%;
}
.app-link-ios:hover {
  background: url(../img/ios-hover.png) no-repeat;
  background-size: 100% 100%;
}
.app-link-android {
  background: url(../img/android-default.png) no-repeat;
  background-size: 100% 100%;
}
.app-link-android:hover {
  background: url(../img/android-hover.png) no-repeat;
  background-size: 100% 100%;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  .app-link-ios {
    background: url(../img/ios-default-2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .app-link-ios:hover {
    background: url(../img/ios-hover-2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .app-link-android {
    background: url(../img/android-default-2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .app-link-android:hover {
    background: url(../img/android-hover-2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.body-headline {
  font-family: 'proxima_novalight';
  font-size: 36px;
  line-height: 46px;
  color: #3D4147;
  text-align: center;
}

.hero-lp-download {
  background-image: url(../img/bg-overlay-download-lp.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  background-blend-mode: darken;
  background-color: #2EC446
}


@media (max-width: 768px) {
  .left-side {
    text-align: center;
  }
  .app-link {
    width: 150px;
    height: 50px;
    margin: 0;
  }
  .down-arrow {
    bottom: 0;
  }
}
@media (max-width: 992px) {
/*
  .down-arrow {
    bottom: -25px; 
    width: 45px;
    height: 45px;
    left: 45%;
  }
*/
}