body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}


/* Left hidden drawer menu */
.mdl-layout__drawer {
    border-right: none;
}
.drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 30px;
}
.mdl-layout__drawer .mdl-navigation__link {
    font-size: 14px;
    color: #757575;
    opacity: 1;
}
.mdl-layout__drawer span.mdl-navigation__link {
    color: #8bc34a;
}
.mdl-layout__drawer .mdl-navigation__link:hover {
    border-bottom: none !important;
    text-decoration: none;
    color: #000;
}



.mdl-layout__container {
    position: absolute;
    top: 0;
}

.mdl-menu__item a {
    text-decoration: none;
    color: #333;
}

.app-title, .app-mobile-title, .app-title a, .app-mobile-title a {
    color: #8bc34a;
    font-size: xx-large;
    font-weight: 700;
}
.app-title a, .app-mobile-title a {
    text-decoration: none;
}
.app-mobile-title {
    display: none;
}




/* colored buttons */
.mdl-button--colored {
    background-color: #8bc34a;    
    color: #fff;
}

.pad-30 {
    padding: 30px;
}




.facebook {
    background:url('https://webapp.oxygeninitiative.com/images/fb_bg.png') no-repeat scroll center top transparent;
    width:33px;
    height:32px;
    text-indent:-9999px;
    display:block;
}
.linkedin{
    background:url('https://webapp.oxygeninitiative.com/images/in_bg.png') no-repeat scroll center top transparent;
    width:35px;
    height:33px;
    text-indent:-9999px;
    display:block;
}









.android-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

mdl-layout__header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}


.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 140px;
}


.mdl-layout__header {
  overflow: visible;
  background-color: white;
}

  .mdl-layout__header .material-icons {
    color: #767777 !important;
  }

  .mdl-layout__header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .mdl-layout__header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

.mdl-navigation__link:hover {
    border-bottom: 4px solid #8bc34a;
    text-decoration: none;
}

  .android-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .android-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }




.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}



.android-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
  }


.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.android-screen {
  text-align: center;
}

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
  }


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
  }

  .android-tablet .android-link {
    display: block;
    z-index: 2;
  }


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.android-wear-section {
  position: relative;
  background: url('https://webapp.oxygeninitiative.com/css/v1.5/images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .android-wear-band-text p {
    padding-top: 8px;
  }

.android-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .android-link:hover {
    color: #7cb342 !important;
  }

  .android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .android-alt-link:hover {
    color: #00bfa5 !important;
  }

  .android-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .android-customized-section-text p {
    padding-top: 16px;
  }

.android-customized-section-image {
  background: url('https://webapp.oxygeninitiative.com/css/v1.5/images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.android-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.android-card-container {
}

  .android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .android-card-container .mdl-card__media img {
      width: 100%;
    }

  .android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }



.android-link-menu:hover {
  cursor: pointer;
}



/* Bootstrap overrides */
.modal-content {
    border-radius: 0px;
}




/* Phones */
@media (max-width: 400px) {

    /* Left hidden drawer menu */
    .drawer-separator {
        height: 1px;
        background-color: #dcdcdc;
        margin-top: 20px;
    }
    .mdl-layout__drawer .mdl-navigation__link {
        font-size: 14px;
        color: #757575;
        padding: 0px 40px;
    }
    .mdl-layout__drawer span.mdl-navigation__link.mdl-navigation__link {
        color: #8bc34a;
    }
    .mdl-layout__drawer .mdl-navigation__link:hover {
        border-bottom: none !important;
        text-decoration: none;
        color: #000;
    }
}


@media (max-width: 900px) {
    
  .android-navigation-container {
    display: none;
  }

  .app-title {
      display: none;
  }
  
  .app-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }

  .android-more-button {
    display: none;
  }

  .android-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .android-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }


}