body{
	background:#000 !important;
}

.rotate {
	animation: flip 10s 0s ease-in-out;
	animation-duration: 10s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
}

@keyframes flip {
	0% { transform: rotateY(-720deg); }
	100% { transform: rotateY(0deg); }
}

.btn {
	background-color: rgba(14,118,179,1) !important;
	border-color: rgba(14,118,209,1) !important;
}

.btn:hoover {
	color: rgba(15,106,179,1) !important
	border-color: rgba(15,106,209,1) !important;
}

.btn:active {
	background-color: rgba(15,106,179,1) !important;
	border-color: rgba(15,106,209,1) !important;
}

a {
	color: rgba(221,221,221,1) !important;
}

a:hoover {
	color: rgba(201,201,201,1) !important;
}

.btn:hover + .drip-1{
  height: 53px;
}

.btn:hover ~ .drip-2{
  height: 79px;
}

.btn:hover ~ .drip-3{
  height: 29px;
}

.drip-1{
  position:absolute;
  width:17px;
  height:0px;
  border-radius:0 0 23px 23px;
  border-color: #0e76f3;
  background:radial-gradient(circle, rgba(14,118,179,1) 0%, rgba(14,118,209,1) 100%);;
  margin: 0px 12px;
  transition: height 3s ease-out;
}

.drip-2{
  position:absolute;
  width:20px;
  height:0px;
  border-radius:0 0 24px 24px;
  border-color: #0e76f3;
  background:radial-gradient(circle, rgba(14,118,179,1) 0%, rgba(14,118,209,1) 100%);;
  margin: 0px 16px;
  transition: height 2s ease-out;
}

.drip-3{
  position:absolute;
  width:15px;
  height:0px;
  border-radius:0 0 17px 17px;
  border-color: #0e76f3;
  background:radial-gradient(circle, rgba(14,118,179,1) 0%, rgba(14,118,209,1) 100%);;
  margin: 0px 39px;
  transition: height 3.3s ease-out;
}

#carouselBudpack {
	z-index: -30;
}
