/*==============================COOKIE============================*/
.caption-cookie{
  background-color: #ededed;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.caption-cookie .cookie-close{
  background: url(../img/cookies/btn-close.png) left top no-repeat;
  text-indent: -999999px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 2;
}
.caption-cookie .inner{
  width: 1000px;
  margin: 20px auto;
  position: relative;
}
.caption-cookie .desc {
  font-family: verdana;
  font-size: 11px;
  line-height: 18px;
  color: #242424;
  padding: 0 100px 0 30px ;
}
.caption-cookie .desc a{
  text-decoration: underline;
  color: #242424;
}