.nvbutton {
  cursor:pointer;
  color:#fff;
  font:bold 12px "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
  font-weight:bold;
  background-color:#4c9300;
  *zoom:1;
  background-image:-moz-linear-gradient(top,#90C247 0%,#83B939 13%,#62A217 33%,#569A0B 42%,#4E9402 50%,#4C9300 54%,#4C9300 100%);
  background-image:-webkit-linear-gradient(top,#90C247 0%,#83B939 13%,#62A217 33%,#569A0B 42%,#4E9402 50%,#4C9300 54%,#4C9300 100%);
  background-image:-o-linear-gradient(top,#90C247 0%,#83B939 13%,#62A217 33%,#569A0B 42%,#4E9402 50%,#4C9300 54%,#4C9300 100%);
  background-image:-ms-linear-gradient(top,#90C247 0%,#83B939 13%,#62A217 33%,#569A0B 42%,#4E9402 50%,#4C9300 54%,#4C9300 100%);
  background-image:linear-gradient(to top,#90C247 0%,#83B939 13%,#62A217 33%,#569A0B 42%,#4E9402 50%,#4C9300 54%,#4C9300 100%);
  border:medium none;
  border-radius:3px;
  display:inline-block;
  padding:5px 20px;
  text-decoration:none;
  text-align:center;
  text-shadow:none;
  text-transform:uppercase;
  -moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.noSelection {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}
.shadowBox-light {
  border:solid 1px #e4e4e4;
  -moz-box-shadow:0px 0px 3px #e4e4e4;
  -webkit-box-shadow:0px 0px 3px #e4e4e4;
  box-shadow:0px 0px 3px #e4e4e4;
}
#cookiePolicy-layer {
  background: #3c3c3c none repeat scroll 0 0;
  border-top: 2px solid #76b900;
  bottom:0px;
  display:none;
  left:0px;
  padding:15px;
  position:fixed;
  transition:left 0.5s;
  -moz-transition:left 0.5s;
  -o-transition:left 0.5s;
  -webkit-transition:left 0.5s;
  width:100%;
  z-index:9px;
}
#cookiePolicy-layer p {
  margin: 1em;
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  line-height: 18px;
  font-family: DINPro, Helvetica, Arial, Sans-Serif !important;
}
#cookiePolicy-layer .iconContainer {
  float:left;
  width:10%;
  padding-top:3px;
}
#cookiePolicy-layer .buttonContainer {
  float:right;
  text-align:right;
  width:15%;
}
#cookiePolicy-layer .messageContainer {
  text-align:center;
  float:left;
  width:75%;
}
#cookiePolicy-layer .green-box-bttn {
  background-color: #76b900;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 1em;
  font-weight: bold;
  height: 100%;
  letter-spacing: 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 6%
}
#cookiePolicy-layer .green-box-bttn span {
  display: inline-block;
  vertical-align: middle
}
#cookiePolicy-layer a {
  color: #76b900;
  text-decoration: none
}
#cookiePolicy-layer #cookiePolicy-btn-close {
  margin-right:40px;
  margin-top:6px;
  text-align:center;
  padding:5px 10px;
  width:8px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
  #cookiePolicy-layer {
    height: 77px
  }
  #cookiePolicy-layer .green-box-bttn {
    line-height: 77px;
    width: 15%
  }
}
@media screen and (min-width:320px) and (max-width:640px) {
  #cookiePolicy-layer {
    height: 60px
  }
  #cookiePolicy-layer .green-box-bttn {
    font-size: .6em;
    line-height: 60px;
    width: 20%
  }
}
@media screen and (min-width:1024px) {
  #cookiePolicy-layer {
    height: 54px
  }
  #cookiePolicy-layer .green-box-bttn {
    line-height: 54px;
    width: 10%
  }
}

