.mapBox {
  margin-top: 10px;
}

.mapBox:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
  cursor: pointer;
  color: red;
}

.imgBox {
  padding: 10px;
}

.imgBox:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
  cursor: pointer;
}

.navbar-cursor {
  cursor: pointer;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 160px;
}

body {
  margin-bottom: 160px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    
  }

  .search input{

   height: 60px;
   text-indent: 25px;
   border: 2px solid #d6d4d4;


  }


  .search input:focus{

   box-shadow: none;
   border: 2px solid blue;


  }

  .search .fa-search{

   position: absolute;
   top: 20px;
   left: 16px;

  }

  .search button{

   position: absolute;
   top: 5px;
   right: 5px;
   height: 50px;
   width: 110px;
   background: blue;

  }

  
