
html, body {
  height: 100%;
  width: 100%;
}

body.project {
  overflow: hidden;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*{
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   custom styles
   ========================================================================== */

* {
    box-sizing: border-box;
}

/*html, body {
    height: 100%;
}*/

.ios-device {
  overflow: hidden;
}

#header {
  height: 88px;
  /*line-height: 28px;*/
  padding: 30px 50px;
 /* position: relative;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0%;
  z-index: 9999;
  background: #FFF;
 
}

/*@media (max-width: 768px){
  #header {
    background: transparent;
  }
}*/

#header .logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav {
  position: absolute !important;
  right: 50px;
  top: 0px;
  margin-top: 9px;
}

#nav ul {
  list-style: none;
}


#nav ul li {
  display: inline-block;
  margin-right: 25px;
}
#nav ul li:last-child {
  margin-right: 15px;
}


#nav a {
  font-family: 'Avenir-Black';
  text-decoration: none;
  color: #000000;
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px;
  padding-bottom: 6px;
  z-index: 2;
}
#nav li> a {
  padding-bottom: 30px;
}

#nav a::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}
#nav .subnav a:before {
  bottom: 0;
}

#nav li:hover > a::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

#nav .subnav {
    position: absolute;
    top: 48px;
    padding-top: 10px;
    padding-left: 15px;
    z-index: 3;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
#nav .subnav li {
  display: block;
}
#nav .subnav li a {
  display: inline-block;
  padding: 0 0 2px 0;
  margin-bottom: 14px;
  text-transform: inherit;
  font-family: 'Avenir-Roman';
  font-size: 11px;
}

#nav ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

.btn-humburger {
  display: none;
}

/*#nav #logo-mb {
  display: none;
}*/

/********************************************************************************/
/*body.project .nicescroll-rails-vr {
  overflow: hidden;
  display: none !important;
}*/
.wrap-project {
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
     
.horizontal-scroll {
    white-space: nowrap;
    position: absolute;
    top: 155px;
    left: 0%;
    bottom:95px;  
    z-index: 10;
    padding-left: 0px;

}

.item {
      position: relative;
      display: inline-block;
      padding: 0;
      margin-right: 120px;
      height: 100%;
      overflow: hidden;
      opacity: 1;
      filter: alpha(opacity=100);
    transition: opacity 1000ms ease;
    transition: opacity 600ms ease, -webkit-transform 600ms ease;
    transition: transform 600ms ease, opacity 600ms ease;
    transition: transform 600ms ease, opacity 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: translate(0, 0), scale3d(0, 0, 0);
    transform: translate(0, 0), scale3d(0, 0, 0);
}

.item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.item .text {
  display: block;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 20%;
  background: #FFF;
  padding: 8px 24px 8px 8px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Avenir-Roman';
  font-size: 9px;
  white-space: normal;
  max-width: 90%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
      transform: translate(-100%,0);
}

.wrap-image {
  overflow: hidden;
}
.wrap-image a:active, .wrap-image a:focus {
   border: 0; 
   outline: 0;
}

.wrap-image a:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
        transform: translate(0,0);
}

.item img {
 max-height: 400px;
}

.inner-item {
  display: table;
  table-layout: fixed;
  height: 100%;
}

.inner-item .wrap-image {
  display: table-cell;
  vertical-align: middle;
}

.item.top .wrap-image {
  vertical-align: top;
}

.item.bottom .wrap-image {
  vertical-align: bottom;
}

.item.bottom, .item.top {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1000ms ease;
  transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, opacity 600ms ease;
  transition: transform 600ms ease, opacity 600ms ease, -webkit-transform 600ms ease;
  -webkit-transform: translate(0, 0), scale3d(0, 0, 0);
  transform: translate(0, 0), scale3d(0, 0, 0);
}

.kf-hiding.bottom {
      opacity: 0!important;
      filter: alpha(opacity=0) !important;
    -webkit-transform: translate(0, 50px) !important;
    -ms-transform: translate(0, 50px) !important;
    transform: translate(0, 50px) !important;
}

.kf-hiding.top {
      opacity: 0!important;
      filter: alpha(opacity=0) !important;
    -webkit-transform: translate(0, -50px) !important;
    -ms-transform: translate(0, -50px) !important;
    transform: translate(0, -50px) !important;
}
.desc-project {
  white-space: nowrap;
  display: inline-block;
  position: fixed;
  top: 188px;
  right: 50px;
  background-color: #FFF;
  vertical-align: top; 
  padding: 14px;
  width: 455px;
  max-height: 300px;
  overflow: hidden;
  z-index: 10;
}

.desc-project .inner {
    white-space: normal;
}

.desc-project h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}

.desc-project .content {
  font-family: 'Avenir-Roman';
  margin-top: 20px;
  font-size: 13px;
  color: #706f6f;
}
.desc-project .content p {
  margin-bottom: 25px;
}
.desc-project .content b, .desc-project .content strong, .desc-project .content i, .desc-project .content em {
  font-family: 'Avenir-LightOblique';
  font-size: 11px;
}

.desc-project .content b, .desc-project .content strong {
  font-weight: normal;
  /*font-size: 11px;*/
  color: #000;
}

.list-project a {
  text-indent: -9999px;
  overflow: hidden;
  width: 6px;
  height: 6px;
  background: #878787;
  border-radius: 4px;
  display:inline-block;
  margin-right: 5px;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
}

.list-project a.active, .list-project a:hover {
  background: #000;
}



/*loading */

.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*---- end loading ----*/

/*---contact ---*/

.publications, .contact {
  padding-top: 88px;
  transition: all 0.4s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hide-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.right-content {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
  padding: 65px;
  text-align: right;
}

.left-content {
    display: inline-block;
    width: 50%;
    bottom: 0;
    vertical-align: top;
    overflow: hidden;   
    top: 88px;
    right: 0;
    position: fixed;
    padding: 65px 65px 65px 0px;
}

.links p {
  padding: 0;
  margin: 0 0 28px 0;
}
.links a {
  font-family: 'Avenir-Medium';
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  color: #706f6f;
  transition: color 0.3s;
}

.links a i, .links a em, .links a span {
  font-family: 'Avenir-MediumOblique';
  text-transform: normal;
  font-style: italic;
}

.links a:hover, .links a.active {
  color: #000;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;

}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s, left 0.3s,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s, left 0.3s;
  transition: transform 0.3s,opacity 0.3s, left 0.3s,-webkit-transform 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-wrapper img.hide {
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-wrapper img.hide2 {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 70%;
}

.right-contact {
  display: inline-block;
  width: 50%;
  bottom: 0;
  vertical-align: top;
  overflow: hidden;   
  top: 88px;
  right: 0;
  position: fixed;
  padding: 65px 115px 80px 65px;

}
.right-contact .wrap-image {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.right-contact img {
  width: 100%;
}

.left-contact {
   font-family: 'Avenir-Roman';
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 65px 10px 65px 45px;
   font-size: 13px;
  color: #706f6f; 
}

.left-contact a {
  color: rgba(112, 111, 111, 1);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: none;
}
.left-contact a:hover {
  color: rgba(112, 111, 111, 0.5);
}
.left-contact p {
  margin: 0px 0 12px 0;
}
.left-contact strong, .left-contact b {
  font-family: 'Avenir-LightOblique';
  color: #000;
  font-size: 11px;
}

.inner-contact {
  padding-left: 25%;
  word-wrap: break-word;
}

.adresses {
 font-family: 'Avenir-Roman';
  margin-top: 70px;
  font-size: 13px;
  position: relative;
  text-decoration: inherit;
}
.socicon-instagram {
  position: absolute;
  top: 3px;
  left: -35px;
}

.adresses strong, .adresses b {
  font-family: 'Avenir-Roman';
  text-transform: uppercase;
  font-size: 13px;
  color: #1d1d1b;
}

.nav-project {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 17px;
}

.nav-project a {
  font-family: 'Avenir-Heavy';
  font-size: 12px;
  color: #000;
  text-decoration: none;
  /*position: relative;*/
  position: absolute;
  bottom: -3px;
}
.nav-project a.prev {
  /*float: left;*/
  /*padding-left: 25px;*/
  padding-left: 15px;
  left: 12%;
}
.nav-project a.prev:before {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/nextprev.svg) no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.nav-project a.next {
  /*float: right;
  padding-right: 25px;*/
  padding-right: 15px;
  right: 12%;
}
.nav-project a.next:before {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/nextprev.svg) no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.scroll-left,
.scroll-right {
  position: fixed;
  bottom: 6px;
  cursor: pointer;
}

.scroll-left {
  left: 10px;
  display: none;
}
.scroll-right {
  right: 10px;
}

.icon-right,
.icon-left {
  display: inline-table;
  width: 12px;
  height: 20px;
  background: url(../img/nextprev.svg) no-repeat right center; 
}

.icon-left {
  background-position: left center;
} 

.icon-right-2 {
  position: relative;
  left: 8px;
}

.icon-left-2 {
 position: relative;
  right: 8px;
}
.nicescroll-rails {
  opacity: 0 !important;
}


@media (max-width: 768px) {
  #header {
    height: 40px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;/* :) */
    z-index: 99999;
  }
  #header .logo {
    left: 12px !important;
    z-index: 999999;
  }
  #header .logo svg {
    transition: all 0.2s;
    fill: #000;
  }
  #header.open .logo svg {
    fill: #FFF;
  }
  #nav {
    position: fixed !important;
    top: 00px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
    z-index: 99999;
    background: #717070;
    padding-top: 80px;
    overflow-y: auto;/*display: none;*/
    transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
  #header.open #nav {/*-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #nav .main-link, #nav .main-link ul, #nav .main-link a, #nav .main-link li {
    opacity: 0;
    visibility: hidden;
  }
  #nav .main-link a {/*  -webkit-transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 0.35s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transform: translate(-20px,-20px);*//*opacity: 0;*//*visibility: visible;*/
  }
  #header.open #nav .main-link, #header.open #nav .main-link ul, #header.open #nav .main-link li {
    opacity: 1;
    visibility: visible;
  }
  #header #nav .main-link a {
    transition: all 0.4s linear;
    transition-delay: .35s;
  }
  #header.open #nav .main-link a {/*transform: translate(0,0);*/
    opacity: 1;
    visibility: visible;
  }
  #nav ul {
    padding: 0 0 0 12px;
  }
  #nav ul li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
  }
  #nav ul li a {
    display: inline;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
  }
  #nav a::before {
    display: none;
  }
  #nav .subnav {
    position: inherit;
    display: block;
    max-height: inherit;
    height: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0;
    background: transparent;
    margin-bottom: 50px;
  }
  #nav .subnav li {
    margin: 0;
  }
  #nav .subnav li a {
    margin-bottom: 0px;
  }
  .btn-humburger {
    position: fixed;
    top: 20px;
    right: 12px;
    height: 19px;
    width: 18px;
    cursor: pointer;
    display: block;
    z-index: 999999;/*z-index: 9999999;*//*overflow: hidden;*//*background: red;*/
  }
  .btn-humburger:focus, .btn-humburger:active {
    outline: 0;
  }
  .btn-humburger span {
    left: 0;
    background: #000000;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .btn-humburger span:nth-child(1) {
    position: absolute;
    display: block;
    width: 18px;
    height: 3px;
    cursor: pointer;
    top: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
  .btn-humburger span:nth-child(2), .btn-humburger span:nth-child(3) {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
  }
  .btn-humburger span:nth-child(2) {
    top: 8px;
  }
  .btn-humburger span:nth-child(3) {
    top: 13px;
  }
  .open .btn-humburger  span {
    background: #FFF;
  }
  .open .btn-humburger span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .btn-humburger span:nth-child(2) {/*width: 0%;*/
    opacity: 0;
  }
  .open .btn-humburger span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav #logo-mb {
    display: block;
    position: fixed !important;
    left: 12px;
    top: 20px;
    padding: 0;
    margin: 0;
    z-index: 99999;
  }
  .horizontal-scroll {
    top: 80px;
    bottom: 40px;
  }
  .item {
    margin-right: 30px;
  }
  .item a {
    padding-bottom: 20px;
  }
  .item .text {
    position: absolute;
    display: block;
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    padding: 0 0 0 6px;
    bottom: 0;
    top: initial;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;/*display: none;*/
  }
  .item img {
    max-width: 80vw;
  }
  .kf-hiding.bottom {
    opacity: 0!important;
    -webkit-transform: translate(0, 10px) !important;
    -ms-transform: translate(0, 10px) !important;
    transform: translate(0, 10px) !important;
  }
  .kf-hiding.top {
    opacity: 0!important;
    -webkit-transform: translate(0, -10px) !important;
    -ms-transform: translate(0, -10px) !important;
    transform: translate(0, -10px) !important;
  }
  .desc-project {
    position: initial;
    top: initial;
    left: initial;
    vertical-align: bottom;
    max-height: 100%;
    width: 350px;
  }
  .list-project {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    vertical-align: middle;
    text-align: center;
  }
  .list-project a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .adresses {
    padding-left: 30px;
  }
  .socicon-instagram {
    left: 0;
  }
  .publications, .contact {
    padding-top: 40px;
  }
  .left-content {
    display: none;
  }
  .left-contact, .right-content {
    display: block;
    width: 100%;
    padding: 50px 12px 12px 12px;
  }
  .inner-contact {
    padding: 0;
  }
  .right-contact {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
    display: block;
    padding: 40px 12px 12px 12px;
  }
}

@media only screen and (max-device-width: 480px) {   
  .wrap-project {
    position: fixed;
  }
  .horizontal-scroll {
    
  }

}

@media screen and (max-width: 480px) {  
  .nav-project a {
    position: relative;
  }
  .nav-project a.next {
    right: initial;
    float: right;
  }
  .nav-project a.prev {
    left: initial;
    float: left;
  }
 .scroll-right,
 .scroll-left{
  display: none !important;
  opacity: 0 !important;
  z-index: -9999;
 }
}

.cookie {
    font-family: "Avenir-Roman";
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    color: #FFF;
    width: 231px;
    right: 0;
    bottom: 0;
    padding: 15px;
    font-size: 13px;
}
@media (max-width: 768px) {
  .cookie {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}

.cookie a {
  color: #FFF;
}

.cookie_accept {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 65%;
    border: 1px solid #FFF;
    padding: 7px;
    margin-top: 24px;
    cursor: pointer;
    -webkit-animation: all 0.3s;
    animation: all 0.3s;
    background: rgba(0,0,0,0.2);
}
.cookie_accept:hover {
  background: #000;
}