/****** PLACE YOUR CUSTOM STYLES HERE ******/

.myMenuStyle{
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


.orange{ color: #fd733a !important}
.white{ color: #ffffff !important}
.blue{ color: #005186 !important}

.share_btn{
     border: 2px solid #005186;
     color: #005186 !important;
}

.share_btn:hover {
  background: #005186;
  color: #fff !important;;
  border: 2px solid #005186;
}

.shadow-on-hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.shadow-on-hover:hover {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}