div.bl-panel-items.bl-panel-items-show nav
{
  top: -60px;
}
div.bl-panel-items > div > div
{
  top: -10px; 
}
#myFooter{
  position: fixed;
  z-index: 30000;
  bottom:0px;
  width: 100%;
}
#lottie2{
  width:160px;
}
#video-navbar{
height:20%;
}
#first-menu{
  margin-top: 80px!important;
}
#reference{
  height:80%;
}
#myFooter .social-networks a{
  font-size: 12px;
}
.bl-content{
  padding-bottom:100px!important;
}

@media only screen and (min-width: 800px) {
  #lottie2{
    width:225px;
  }
  #video-navbar{
    height:20%;
  }
  #first-menu{
  margin-top: 140px!important;
  }
  #reference{
    height:89%;
  }
  div.bl-panel-items.bl-panel-items-show nav
  {
    top: -90px;
  }
}
.thumbnail-badge{
  position: absolute;
  right: 15px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  height: 2.5em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  background-color: #a8e4f7d1;
  background: linear-gradient(90deg, rgba(168,228,247,1) 0%, rgba(113,179,200,1) 100%);
  border-radius: 2.5px;
  border: 1px solid #a8e4f7d1;
}
.thumbnail-badge-text{
  position: relative;
  top: 50%;
  transform: translateY(-50%); 
}

#contact-button{
  padding-top: 10px!important;

}
#contact-button > a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:200px;
}
.col-form-label{
  font-size: 12px;
}
.social-networks{
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: rgba(240, 240, 240, 0.9);
  border: 1px solid #a8e4f7d1;
  border-radius: 5px;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #00c7ec;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
.button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.button:before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
