
/* .product-page-body {
    background-image: url("../img/aloevera_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
    background-clip: border-box;
    background-origin: padding-box;
} */

body {
}

.wallpaper {
    background: #fff;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 100px 25px rgba(0,100,0,.25);
}

@media (min-width: 1200px) {

    #products [class*="span"] {
        float: left;
        min-height: 200px;
        margin-left: 30px;
    }

    .carousel .item {
    height: 500px;
    }
}

.products {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #products [class*="span"] {
        float: left;
        min-height: 400px;
        margin-left: 20px;
    }

    h2 {
        font-size: 24px;    
    }

    h1, h2, h3 {
    line-height: 30px;
    }

    .product-item p {
    font-size: 12px;
    line-height: 15px;
    }

    .carousel .item {
    height: 300px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 20px;    
    }

    h1, h2, h3 {
    line-height: 25px;
    }

    .product-item p {
    font-size: 10px;
    line-height: 15px;
    }
}

.container {
    margin-bottom: 15px;
    margin-top: 5px;    
}

#product-collection h3, #product-header h3, #products h3, #business h3, #aboutaloe-details h3, .marblerun_container h3, .marblerun_footer h3, .product-items h3 {
  padding: 5px;
  margin-top: 0;
  color: #768c8f;
  background-color: #f1f2f4;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: lowercase;
}

#product-collection h4, #products h4, #business h4, #aboutaloe-details h4, .container h4, .marblerun_footer h4, .product-items h4 {
  padding: 5px;
  margin-top: 0;
  color: #768c8f;
  border-bottom: none;
  text-transform: lowercase;
}

.marblerun-product-tile img {
    height: 55%;
}

/* Bootstrap.mis.css overrider */


.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00AA00;
  background-image: -moz-linear-gradient(top, #00AA00, #004400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AA00), to(#004400));
  background-image: -webkit-linear-gradient(top, #00AA00, #004400);
  background-image: -o-linear-gradient(top, #00AA00, #004400);
  background-image: linear-gradient(to bottom, #00AA00, #004400);
  background-repeat: repeat-x;
  border-color: #004400 #004400 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00AA00', endColorstr='#ff004400', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .active.btn-primary, .disabled.btn-primary, [disabled].btn-primary {
    color: #fff;
    background-color: #004400;
} 

.business div {
    background: #ffffff;
}

.marblerun-right-banner {
    float: right;
}

.product-tile {
    height: 210px;
    overflow: hidden;
    position: relative;
    background-color: rgba(158, 187, 144, 0.5); 
/*    background-color: #ffffff; */
/*    border-radius: 5px; */
    margin: 1.5%;
    width: 22%;
    float: left;
}

.product-tile .primary-content {
/*    position: absolute;  */
/*    width: 80%; */
    height: 100%;
    margin-left: auto;
    margin-right: auto;
 /*   z-index: -1; */
}

.product-tile .secondary-content {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
 /*   position: absolute;  */
}

.product-tile .product-title {
    z-index: 20001;
    font-size: 38px;
    width: inherit;
}

.product-tile a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.product-title h2 {
      color: #768c8f;
/*      text-shadow: 1px 1px 1px rgba(8,8,8,.4); */
      position: absolute;
      z-index: 1;
      font-size: 18px;
      text-align: center;
      width:  inherit;
      transition-property: color;
      transition-duration: 500ms;
}

.product-tile img {
    position: absolute;
    margin-top: 60px;
}

a:hover .product-title h2 {
  color: #000;
  -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
  transition-property: color;
  transition-duration: 300ms;
}

a:hover .primary-content {
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: -moz-transform 550ms cubic-bezier(0, 0, 0.4, 1);
  -o-transition: -o-transform 550ms cubic-bezier(0, 0, 0.4, 1);
  -webkit-transition: -webkit-transform 550ms cubic-bezier(0, 0, 0.4, 1);
  transition: transform 550ms cubic-bezier(0, 0, 0.4, 1);
}

a .primary-content {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 300ms 150ms cubic-bezier(0, 0, 0.4, 1);
  -o-transition: -o-transform 300ms 150ms cubic-bezier(0, 0, 0.4, 1);
  -webkit-transition: -webkit-transform 300ms 150ms;
  -webkit-transition-delay: 1s;
  transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
  background-color: #f1f2f4;
}

a .secondary-content p {
    font-size: 12px;
}

a:hover .secondary-content p {
  -moz-transform: translate3d(0, -160px, 0);
  -webkit-transform: translate3d(0, -160px, 0);
  transform: translate3d(0, -160px, 0);
  -moz-transition: -moz-transform 700ms cubic-bezier(0, 0, 0.4, 1);
  -o-transition: -o-transform 700ms cubic-bezier(0, 0, 0.4, 1);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0, 0, 0.4, 1);
  transition: transform 700ms cubic-bezier(0, 0, 0.4, 1);
}

a .secondary-content p {
  -moz-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0,20px, 0);
  -moz-transition: -moz-transform 300ms 150ms cubic-bezier(0, 0, 0.4, 1);
  -o-transition: -o-transform 300ms 150ms cubic-bezier(0, 0, 0.4, 1);
  -webkit-transition: -webkit-transform 300ms 150ms;
  -webkit-transition-delay: 1s;
  transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
}

.marblerun-product-tile {
  position: relative;
  float: left;
  width: 20%;
  height: 200px;
  background: #fff;
  margin: 0 10px 10px 0;
  padding-top: 10px;
  opacity:0;
  text-align: center;
  font-size: 3em;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  margin: 19px;
      -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
        box-shadow: 0 4px 10px rgba(0,0,0,.5);
}

.marblerun-product-tile h4 {
    font-size: 16px;
    color: #768c8f;
    margin-bottom: 10px;
}

.product-flyout {
    visibility: hidden;
    position: absolute;
    left: 50%;    
    height: 0px;
    width: 0px;
    top: 50%;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
    overflow: hidden;
    z-index: 2000;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
        box-shadow: 5px 5px 10px 5px rgba(0,0,0,.5);
}

.product-flyout-left {
    visibility: hidden;
    position: absolute;
    left: 50%;    
    height: 0px;
    width: 0px;
    top: 50%;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
    overflow: hidden;
    z-index: 2000;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
        box-shadow: 5px 5px 10px 5px rgba(0,0,0,.5);
}

.flyout-inner {
    font-size: 1px;
    text-align: left;
    margin:  20px;
    transition-property: font-size;
    transition-duration: 300ms;
}

.marblerun-product-tile:hover .product-flyout {
    visibility: visible;
    width: 450px;
    left:  70%;
    top: -50px;
    height: 140%;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
}

.marblerun-product-tile:hover .product-flyout-left {
    visibility: visible;
    width: 450px;
    left:  -70%;
    top: -50px;
    height: 140%;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
}

.marblerun-product-tile:hover .product-flyout .flyout-inner p {
    font-size: 14px;
}

.marblerun-product-tile:hover .product-flyout-left .flyout-inner p {
    font-size: 14px;
}

.approved-images-small img {
    width: 100px;
}

.aboutaloe-quality img {
    float: right;
    margin: 0px 30px 0px 30px;
    width: 400px;
}

.marblerun-main-productarea {
}

.marblerun_container {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.marblerun_footer {
    margin-bottom: 20px;
}

.marblerun_footer_container {
    width: 30%;
    float: left;
}

.marblerun-central-container {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.marlberun-left-product-banner {
    width: 12%;
    float: left;
    padding: 10px;
}

.marblerun-central-product {
    width: 65%;
    float: left;
    margin: 0px 40px;
}

.marlberun-right-product-banner {
    width: 12%;
    float: left;
    padding: 10px;
}

.marblerun_busops_col {
    width: 30%;
    float: left;
    margin-left: 60px;
}

 .marblerun_right_col {
    width: 30%;
    float: left;
}

.marblerun-busops-howto {
    clear: both;
}

.marblerun-busops-img {
    width: 300px;
}

.marblerun-business-nextsteps {
    margin-bottom: 20px;
}

.marblerun-business-nextsteps li {
    font-style: italic;
    font-weight: bold;
    line-height: 2;
}

.marblerun-disclaimer-footer {
    position: fixed;
    bottom: 0px;
    background: white;
    width: 98%;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,.5);
    margin: 0px 0px 0px 10px;
}

@media (min-width: 1200px) {
    .marblerun-disclaimer-footer {
        height: 80px;
    }
}

.ad-flyout {
    visibility: hidden;
    position: absolute;
    left: 50px;
    height: 0px;
    width: 0px;
    top: 40px;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
    overflow: hidden;
    z-index: 2000;
    background: #ffffff;
    /*background-image: url("../img/f1hex.png");*/
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
        box-shadow: 5px 5px 10px 5px rgba(0,0,0,.5);
}

.ad-flyout-inner {
    font-size: 1px;
    text-align: left;
    margin:  20px;
    transition-property: font-size;
    transition-duration: 300ms;
}

.marblerun-flyout-ad:hover .ad-flyout {
    visibility: visible;
    width: 400px;    
    height: 185px;
    left: 140px;
    top: -30px;
    transition-property: height, top, width, left;
    transition-duration: 300ms;
}

.marblerun-flyout-ad:hover .ad-flyout .ad-flyout-inner p {
    font-size: 14px;
}

.marblerun-flyout-ad {
    position: relative;  
}

.marblerun-flyout-ads {
    position: absolute;  
}