.sticky{
  background-color: #e8ffc2;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
.sticky:hover{
  background-color: #c9ff6b;
  transition-duration: 1s;
}
.sticky_warning{
  background-color: #ffdfa0;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
.sticky_warning:hover{
  background-color: #fdc65b;
  transition-duration: 1s;
}
.exo-font{
  font-family: 'Exo', sans-serif;
}
.sm{
  font-size: 15px;
}
.md{
  font-size: 18px;
}
.lg{
  font-size: 20px;
}
.xl{
  font-size: 30px;
}
.blue-c{
  color: #2bc2e2;
}
.li:hover{
  color: #2bc2e2;
}
.p-regular{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* change table hover color */
/*
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #2bc2e2;
}
*/

/* google maps */
.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
