﻿

#body_home #product .inner a .bk_movie {
  display: block;
  position: absolute;
  width: 608px;
  height: 342px;
  top: -71px;
  left: -79px;
  z-index: 1;
  -webkit-transition: 0.8s 0.5s ease;
  -webkit-transition-delay: all;
  -moz-transition: 0.8s 0.5s ease all;
  -o-transition: 0.8s 0.5s ease all;
  transition: 0.8s 0.5s ease all;
  opacity: 0;
}


#body_home #product.pc a:hover .bk_movie {
  opacity: 1;
}


#body_home #product .bk_movie {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a333b;
  z-index: 3;
}


#body_home #product .bk_movie #product_movie {
  width: 100%;
  height: 100%;
  opacity: 0.07;
}
body.responsive-ready #foobar span.copyright{display:block;text-align:center}



.clients-wrapper {
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: -15px;
  box-sizing: inherit;
}

.clients-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

	
.lang-item {
    display: inline;
    list-style: none;
}


#main
{
  width: 100%;
  max-width: 1600px;
  background: white;
  margin: 0 auto;
    margin-top: -16px
}



  #main #mainImg
  {
    width: 100%;
  }


  #main #mainImg img
  {
    width: 100%;
  }
