﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);


.menu_button_contact {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #a60d38;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index:999999;
}
.menu_button_contact span i{animation: 1s ease-in-out 0s normal none infinite running icon-social-img-anim;}
.menu_button_contact.open {
  background: #d81558;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu_button_contact a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu_button_contact a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu_button_contact a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  right: 8px;
  bottom: 70px;
  background: #55acee;
}
.menu_button_contact a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
  right: 8px;
  bottom: 125px;
  background: #dc4e41;
}
.menu_button_contact a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 8px;
  bottom: 180px;
  background: #1c59a5;
}
.menu_button_contact a:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
  position: absolute;
  right: 8px;
  bottom: 235px;
  background: #00ADF1;
}
.menu_button_contact a:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
  position: absolute;
  right: 8px;
  bottom: 290px;
  background: #00ADF1;
}
.menu_button_contact a:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
  position: absolute;
  right: 8px;
  bottom: 345px;
  background: #66AE4B;
}
.menu_button_contact.open a {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.menu_button_contact.open a:nth-child(2) {
  right: 8px;
  bottom: 70px;
}
.menu_button_contact.open a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3ea1ec;
  color:#fff;
}

.menu_button_contact.open a:nth-child(3) {
  right: 8px;
  bottom: 125px;
}
.menu_button_contact.open a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #d83a2b;
  color:#fff;
}
.menu_button_contact.open a:nth-child(4) {
  right: 8px;
  bottom: 180px;
}
.menu_button_contact.open a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #55acee;
  color:#fff;
}
.menu_button_contact.open a:nth-child(5) {
  right: 8px;
  bottom: 235px;
}
.menu_button_contact.open a:nth-child(5):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #55acee;
  color:#fff;
}
.menu_button_contact.open a:nth-child(6) {
  right: 8px;
  bottom: 290px;
}
.menu_button_contact.open a:nth-child(6):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #55acee;
  color:#fff;
}
.menu_button_contact.open a:nth-child(7) {
  right: 8px;
  bottom: 345px;
}
.menu_button_contact.open a:nth-child(7):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #50c425;
}
.menu_button_contact.open a:hover>i, .menu_button_contact.open a:hover>img{animation: 1s ease-in-out 0s normal none infinite running icon-social-img-anim;}
/*---FOR MOBILE VIEW---*/
@media screen and (max-width: 400px) {
 
}
@keyframes icon-social-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}