.bottomItems{
    /* top: 91%; */
    bottom: -1%;
    position: fixed;
    z-index: 10000;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 65px;
    text-align: center;
    /* border-top: 2px solid black; */
    display: inline-block;
    box-shadow: 0px -6px 10px 1px rgba(0, 0, 0, 0.48);
}
  
  /* Icons */
  
  .bottom_icons {
    color:#00bef2;
    /* background: #00bef2; */
    text-align:center;
    text-decoration:none;
    font-family:fontawesome;
    position: relative;
	/* border: 2px solid white; */
	/* border-radius: 50%; */
    padding:12px;
    margin:7px 35px;
    -o-transition:all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
     -webkit-font-smoothing: antialiased;
  }
  
  /* pop-up text */
  
  .bottom_icons span {
    color:#000000;
    position:absolute;
    font-family:sans-serif;
    bottom:0;
    left:6px;
    top:30px;
    font-size:14px;
    -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  

  
  /* font awesome icons */
  
  .bottom_icons:nth-of-type(1):before {
  content:'\f015';
  }
  .bottom_icons:nth-of-type(2):before {
  content:'\f095';
  }
  .bottom_icons:nth-of-type(3):before {
  content:'\f0e0';
  }

