/**
 * 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.
 */

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

a {
	color: #6ab344; /* link color */
}

::-moz-selection {
  background-color: #46b978; /* GREEN #6ab344; */
  color: #fff;
}

::selection {
  background-color: #46b978; /* GREEN #6ab344; */
  color: #fff;
}

.bulkbarn-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.bulkbarn-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.bulkbarn-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;   /* SKY BLUE */
  color: black !important;
}

.bulkbarn-mobile-title {
  display: none !important;
}


.bulkbarn-logo-image {
  height: 26px;
  width: 150px;
}



.bulkbarn-header {
  overflow: visible;
  /* background-color: white; */

	/** MODIFICATION ******/
	background: rgba(255, 255, 255, 0.2);
}

  .bulkbarn-header .material-icons {
    color: #767777 !important; /* GREY */
  }

  .bulkbarn-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777; /* GREY */
  }

  .bulkbarn-header .mdl-navigation__link {
    color: #757575; /* DARK GREY */
    font-weight: 700;
    font-size: 14px;
  }

  .bulkbarn-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);
  }

  .bulkbarn-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;
  }

  .bulkbarn-search-box.is-focused + .bulkbarn-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .bulkbarn-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .bulkbarn-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #46b978;		/* NAV GREEN (I think!) #8bc34a; */
    }

  .bulkbarn-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .bulkbarn-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.bulkbarn-drawer {
  border-right: none;
}

  .bulkbarn-drawer-separator {
    height: 1px;
    background-color: #dcdcdc; /* LIGHT GREY */
    margin: 8px 0;
  }

  .bulkbarn-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575; /* DARK GREY */
  }

  .bulkbarn-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #46b978; /* NAV GREEN (I think!) #8bc34a; */
  }

  .bulkbarn-drawer .mdl-layout-title {
    position: relative;
    background: #46b978; /* DARK GREEN #6ab344; */
    height: 160px;
  }

    .bulkbarn-drawer .bulkbarn-logo-image {
      position: absolute;
      bottom: 16px;
    }

.bulkbarn-be-together-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;		/* LIGHT WHITE / GREY */
  background: url('images/slide01.jpg') center 30% no-repeat;
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777; /* GREY */
  font-weight: 500;
}

.bulkbarn-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.bulkbarn-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.bulkbarn-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .bulkbarn-create-character a {
    text-decoration: none;
    color: #767777; /* GREY */
    font-weight: 300;
  }

.bulkbarn-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.bulkbarn-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.bulkbarn-screen {
  text-align: center;
}

.bulkbarn-screen .bulkbarn-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.bulkbarn-image-link {
  text-decoration: none;
}

.bulkbarn-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .bulkbarn-wear .bulkbarn-screen-image {
    width: 40%;
    z-index: 1;
  }


.bulkbarn-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .bulkbarn-phone .bulkbarn-screen-image {
    width: 100%;
    z-index: 1;
  }


.bulkbarn-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .bulkbarn-tablet .bulkbarn-screen-image {
    width: 100%;
    z-index: 1;
  }

  .bulkbarn-tablet .bulkbarn-link {
    display: block;
    z-index: 2;
  }


.bulkbarn-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .bulkbarn-tv .bulkbarn-screen-image {
    width: 100%;
    z-index: 1;
  }


.bulkbarn-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .bulkbarn-auto .bulkbarn-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.bulkbarn-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.bulkbarn-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;	/* DARK BLUE */
}

.bulkbarn-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .bulkbarn-wear-band-text p {
    padding-top: 8px;
  }

.bulkbarn-link {
  text-decoration: none;
  color: #46b978 !important; /* NAVIGATION GREEN (I think!) #8bc34a */
}

  .bulkbarn-link:hover {
    color: #46b978 !important;	/* NAVIGATION GREEN (I think!) #7cb342 */
  }

  .bulkbarn-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.bulkbarn-alt-link {
  text-decoration: none;
  color: #64ffda !important;	/* SKY BLUE */
  font-size: 16px;
}

  .bulkbarn-alt-link:hover {
    color: #00bfa5 !important;	/* DARK SKY BLUE */
  }

  .bulkbarn-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.bulkbarn-customized-section {
  text-align: center;
}

.bulkbarn-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .bulkbarn-customized-section-text p {
    padding-top: 16px;
  }

.bulkbarn-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.bulkbarn-more-section {
  padding: 80px 0;
  /* max-width: 1044px; */
	max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .bulkbarn-more-section .bulkbarn-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.bulkbarn-card-container {
}

  .bulkbarn-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .bulkbarn-card-container .mdl-card__media img {
      width: 100%;

    }

  .bulkbarn-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .bulkbarn-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .bulkbarn-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .bulkbarn-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .bulkbarn-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.bulkbarn-footer {
  /* background-color: #fafafa; */
  position: relative;

	/** MODIFICATION ******/
	background: rgba(255, 255, 255, 0.8);
}

  .bulkbarn-footer a:hover {
    color: #46b978;	/* NAVIGATION GREEN (I think!) #8bc34a */
  }

  .bulkbarn-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .bulkbarn-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .bulkbarn-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .bulkbarn-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .bulkbarn-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.bulkbarn-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .bulkbarn-navigation-container {
    display: none;
  }

  .bulkbarn-title {
    display: none !important;
  }

  .bulkbarn-mobile-title {
    display: block !important;
    position: absolute;
    //left: calc(50% - 70px);	
    left: calc(50% - 49px);	
    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.bulkbarn-search-box.is-focused ~ .bulkbarn-mobile-title,
  .bulkbarn-search-box.is-focused + .bulkbarn-navigation-container + .bulkbarn-mobile-title {
    opacity: 0;
  }

  .bulkbarn-more-button {
    display: none;
  }

  .bulkbarn-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .bulkbarn-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .bulkbarn-be-together-section {
    height: 350px;
  }

  .bulkbarn-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .bulkbarn-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .bulkbarn-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .bulkbarn-create-character img {
    height: 12px;
  }

  .bulkbarn-fab {
    display: none;
  }

  .bulkbarn-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .bulkbarn-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}




.bblogo_home {
	margin-left: auto;
	margin-right:auto;
	width:300px;
	height: 98px;

}


.bblogo_page {
	margin-left: 0px;
	margin-right:auto;
	width:250px;
	height: 82px;

}



.bulkbarn-landing-content {
  padding: 0 0 0 0;
  /* max-width: 1044px; */
	max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}





.bblogo_mobile {
	width:98px;
	height: 32px;

}

.bblogo_nav {
	margin-left: auto;
	margin-right:auto;
	width:200px;
	height: 35px;

}