
.cookie-bar {
  -moz-box-sizing:border-box; /* Firefox 28 and earlier*/
  box-sizing:border-box;
}

.full-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.85);
  overflow: hidden;
  display: none;
}

.cookie-bar {  
  font-family: 'gothambook';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 41px 30px 0;
  background: #FFF;
  color: #494949;
  font-size: 11px;
  height: 360px;
  width: 356px;
  overflow: hidden;
  text-align: justify;
}

.content-cookie {
  width: 100%;
  line-height: 20px;
}

.cookie-bar p a {
  color: #494949;
  transition: .3s;
  font-style: italic;
  text-decoration: none;
}

.cookie-bar p a:hover {
  color: #9F958C;
}

.cookie-bar.remove {
  display: none;
}

.cookie-accept {
  width: 100%;
  line-height: 20px;
  text-align: center;
  padding: 22px 0 0 0;
}

.close {
  cursor: pointer;
  width: 150px;
  border: 1px solid #494949;
  margin: 11px auto;
  text-align: center;
  padding: 10px;
  
}

.close a{
  color: #494949;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-decoration: none;
}

.close:hover a{
  color: #9F958C;
}

.cookie-law{

  font-style:italic;
  font-size:9px;
}

.language-cookie {
  width: 100%;
  overflow: hidden;
  padding-bottom: 18px;
}

.language-cookie a{
  text-decoration: none;
  color: #494949;
  transition: .4s;
}

.nav-lang-cookie {
  float: left;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .4s;
}

.nav-lang-cookie.current {
  font-weight: 700;
  color: #db131d;
}

.nav-lang-cookie:hover {
  font-weight: 700;
  color: #db131d  ;
}


@media (max-width : 400px) {

  .cookie-bar {  
    width: 100%;
    padding: 35px 35px 0;
  }

}
