/*
	COOKIE BAR
*/

/*
.mwd-bottom-space {
  margin-bottom: 140px;
}

@media (min-width: 768px) {
  .mwd-bottom-space {
    margin-bottom: 110px;
  }
}
.mwd-top-space {
  margin-top: -115px;
}

@media (max-width: 992px) {
  .mwd-top-space {
    margin-top: 0;
  }
}
*/

.mwd-bar {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  /*background: #fff;*/
  color: white;
  position: fixed;
  z-index: 10000;
  line-height: 22px;
}

.mwd-bar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #3d561b;
  z-index: 10001;
}

.mwd-bar .container {
  position: relative;
  z-index: 10002;
}


.mwd-bar .info {
  letter-spacing: normal;
}
.mwd-bar .action {
  margin-top: 18px;
}
.mwd-bar .mbtn {
  padding: 4px 17px;
  color: white;
  /*background: rgba(92,42,118, 0.3);*/
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 0;
}
.mwd-bar .mbtn:hover {
  cursor: pointer;
  /*background: rgba(92,42,118, 0.8);*/
  text-decoration: none;
  color: white;
}
.mwd-bar a {
  color: white;
}
.mwd-bar a:hover {
  text-decoration: underline;
}

.mwd-bar .btn {
    padding: 4px 17px;
    color: black !important;
    background: white;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid white;
}

.mwd-bar .btn:hover {
    padding: 4px 17px;
    color: white !important;
    background: #3d561b;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid white;
}
