/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


#features-mobile {
           display: none;
}


body {
  margin: 0;
    width: 100%;
    height: 100% !important;
    color: #767777;
}

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

::-moz-selection {
  background-color: rgb(0,188,212);
  color: #fff;
}

::selection {
  background-color: rgb(0,188,212);
  color: #fff;
}

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

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


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

.databot-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

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


.databot-logo-image {
  
  height: 55px;
     
  
}


.databot-header {
  overflow: visible;
  background-color: white;
}

  .databot-header .material-icons {
    color: #767777 !important;
  }

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

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

  .databot-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);
  }

  .databot-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;
  }

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


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

    .databot-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid rgb(0,188,212);
    }

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

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


.databot-drawer {
  border-right: none;
}

  .databot-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .databot-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .databot-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: rgb(0,188,212);
  }

  .databot-drawer .mdl-layout-title {
    position: relative;
    background: rgb(0,188,212);
    height: 160px;
  }

    .databot-drawer .databot-logo-image {
      position: absolute;
      bottom: 16px;
    }

.databot-intro-section {
  position: relative;
  background-size: cover;
  width: auto;
      background: url(../img/background_img.jpg) no-repeat center center scroll;
  background-color: #fafafa;   
  display: table;
    
    width: 100%;
    height: 100%;
    /* background: url(../img/epic.jpg) no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;    
    
}

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

.databot-slogan {
  font-size: 60px;
  padding-top: 200px;
  color: rgb(0,188,212);    
}

.databot-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

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

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

.databot-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

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

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

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

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

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


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

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


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

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

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


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

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


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

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


.databot-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

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

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

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

.databot-link {
  text-decoration: none;
  color: rgb(0,188,212) !important;
}

  .databot-link:hover {
    color: rgb(0,188,212) !important;
  }

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

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

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

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

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

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

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

.databot-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

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

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

.databot-card-container {
}

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

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

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

  .databot-card-container .mdl-card__title-text {
    color: #fff;
    height: auto;
    
  }

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

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

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

.databot-footer {
  background-color: #767777;
  opacity: 1;
  position: relative;
}

  .databot-footer a:hover {
    
  }

  .databot-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .databot-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .databot-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .databot-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .databot-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


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


/**** Mobile layout ****/
@media (max-width: 900px) {
  .databot-navigation-container {
    display: none;
  }
    

 .databot-intro-section {
    display:block;   
 }

.partner-bar{
    bottom: 20px !important;   
}

  .databot-title {
    display: none !important;
  }

  .databot-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    
    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. */
  .databot.databot-search-box.is-focused ~ .databot-mobile-title,
  .databot-search-box.is-focused + .databot-navigation-container + .databot-mobile-title {
    opacity: 0;
  }

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

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

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

  .databot-intro-section {
    height: 350px;
  }

  .databot-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .databot-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .databot-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .databot-create-character img {
    height: 12px;
  }

  .databot-fab {
    display: none;
  }

  .databot-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .databot-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}


@media (max-width: 840px) { 
    #features-mobile {
           display: block;
    }
    
    #features-non-mobile {
           display: none;
    }
    
}



#home {
    
}



.slack-button {
    background: none;
    height: auto;
    padding: 0;
    
    
}

.menu-link {
    color: #767777;
    text-decoration: none;
    
}

.plan-cards > .mdl-card__title {
    background-color: rgb(0,188,212);
    text-align: center;
}

.plan-cards > .service-package-title {
    background-color:  #767777;
    text-align: center;
}

.service-package-actions {
    color:  #767777 !important;
    
}

.service-package-actions:hover {
    color:  #767777 !important;
    
}

.plan-cards > .mdl-card__actions {

    text-align: center;
}

.plan-cards {
    overflow: visible;
/*
    margin: 20px;
    width: calc(33.3333333333% - 40px);
*/
        
}

.plan-list-item {
    padding: 0;
    color: #767777;
}

.plan-list-icon {
    margin-right: 15px !important;
}
    

#slack-button1 {
    margin-top: 40px;
}

.trial-text {
    margin: 0;
}

.databot-gif {
    width: 100%
}

.feature-grid {
    margin-top: 60px;
}

.feature-headline {
    margin-top: 0;
    padding: 10px;
    margin-bottom: 0;
    
}

.feature-text {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 20px 10px 10px;
}

.partner-text {
    color: #767777;
    font-style: italic;
}

.partner-logo {
    height: 100%;
    opacity: 0.7;
}

.partner-bar {
    height: 50px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.databot-content {
    height: 100%;
    
}

#plans {
    padding-bottom: 80px;
    background-color: #fafafa;   
}
