@media (min-width:768px){
    body{
        padding-top: 130px;
    }
    header{
        -webkit-box-shadow: none ;
        -moz-box-shadow: none ;
        box-shadow: none ;
    }

}
#contact_section .button_content ._button:hover a{
  opacity: 0.8;
}
.wrap_video{
  text-align: center;
  margin-bottom: 60px;
}
@media(min-width:768px){
  footer .col:not(.col09){
    float: none;
    display: inline-block;
    vertical-align:top;
    width: 19%;
  }
  footer .col09{
  	float: right;
  }
}
