/*Drow Down menu */

/*===Bg-Prolusion====*/


/*===Bg-Prolusion====*/
.menu {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
  
  
}
.menu .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  !background-color: #fff;
  border-radius: 2px;
  }
  
.menu .share  {
  background-color: #e74c3c;
  animation: bg-color 5s infinite;
  -webkit-animation: bg-color 10s infinite;
  color:#fff;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.3);
  width:50px;
  height:50px;
  border-radius:50px;
}  
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}

@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}

.menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(6) {
  opacity: 1;
  top: -306px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(7) {
  opacity: 1;
  top: -357px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(8) {
  opacity: 1;
  top: -408px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(9) {
  opacity: 1;
  top: -459px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(10) {
  opacity: 1;
  top: -510px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(11) {
  opacity: 1;
  top: -611px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
/*
.menu .share:hover.top .submenu li:nth-child(12) {
  opacity: 1;
  top: -661px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(13) {
  opacity: 1;
  top: -712px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
*/
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}
.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background:#fff;
  border-radius: 2px;
  
}
.menu .submenu li a {
  color: #212121;
}
.menu .submenu li a:hover i.fa {
  color: #fff;
}
.menu .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.3);
}
.menu .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}
.menu .submenu li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}

.menu .submenu li a:hover.whatsapp i.fa {
  background-color: #25D366;
}
.menu .submenu li a:hover.pinterest i.fa {
  background-color: #bd081c;
}
.menu .submenu li a:hover.linkedin i.fa {
  background-color: #0077B5;
}
.menu .submenu li a:hover.reddit i.fa {
  background-color: #ff5700;
}
.menu .submenu li a:hover.stumbleupon i.fa {
  background-color: #eb4924;
}
.menu .submenu li a:hover.tumblr i.fa {
  background-color: #34465d;
}
.menu .submenu li a:hover.vk i.fa {
  background-color: #4c75a3;
}
/*
.menu .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.menu .submenu li a:hover.yummly i.fa {
  background-color: #e4405f;
}
.menu .submenu li a:hover.bubber i.fa {
  background-color: #e4405f;
}
*/
.menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(5) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(6) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(7) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(8) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(9) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(10) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(11) {
  transform: rotateX(180deg);
}
/*
.menu .submenu li:nth-child(12) {
  transform: rotateX(180deg);
}
.menu .submenu li:nth-child(13) {
  transform: rotateX(180deg);
}
*/
.menu.bottomLeft {
  bottom: 10px;
  left: 10px;
  width:
}
