
/*** some bootstrap ***/
.cookie-bar.hide {
    display: none;
}
.cookie-bar .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cookie-bar .row {
  margin-right: -15px;
  margin-left: -15px;
}
.cookie-bar .col-lg-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cookie-bar .collapse {
  display: none;
}
.cookie-bar .collapse.in,
.cookie-bar .collapse.show {
    display: inline-block !important;
}
.cookie-bar .container::before,
.cookie-bar .row::before{
  display: table;
  content: " ";
}
.cookie-bar .row::after {
  clear: both;
}
/*** some bootstrap ***/

.cookie-bar {
  position: fixed;
  width: 100%;
  background-color: rgba(79,75,75,.8);
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: #ffffff;
  bottom: 0;
  transform: translate(0, -10rem);
  z-index: 10000;
  animation: cookie-bar-slide-in 1s ease-out forwards;
}
.cookie-bar > div {
  align-items: center !important;
  padding-top: 0.85em;
  padding-bottom: 0.75em;
}

.cookie-bar .btn{
  background:transparent;
  border:solid 1px #ffffff;
  border-radius:0;
  color:#ffffff;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  padding: 8px 15px !important;
  margin: 0 0 5px 0;
  text-decoration: none;
  text-transform: none;
}
.cookie-bar .btn:hover{
  background-color: #f32626;
  border-color: #f32626;
  color:#ffffff;
}

.cookie-bar .btn-primary{
  background: transparent;
  border:solid 1px #ffffff;
}


.cookie-notification{
    margin-bottom: 15px;
}
.cookie-notification, .cookie-nav {
  text-align: center;
}
.cookie-notification p {
  font-size: 1em;
  margin-bottom: 8px;
  line-height: 1.4em;
  padding: 10px 10px 5px 10px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close-cookie {
  color: #fff;
  text-shadow: none;
  opacity: 0.85;
  position: absolute;
  top: 0px;
  right: -8px;
}

.cookie-settings {
    text-align: center;
    border: solid 1px #ffffff;
    border-radius: 0;
    padding: 14px 5px 0px 5px;
    margin-bottom: 10px;
}
.cookie-settings p{
    font-size: 1em;
    margin-bottom: 8px;
    line-height: 1.36em;
    padding: 2px 10px 11px 10px;
}
.cookie-settings strong{
  color: #ffffff;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.cookie-settings .form-check {
  margin-bottom: 0px;
}
.cookie-settings .form-check span {
  display: block;
}
.cookie-settings .form-check-label{
  display: inline-block;
}

.cookie-notification,
.cookie-nav {
  text-align: center;
}

.cookie-notification p{
  font-size: 1em;
  margin-bottom: 8px;
  line-height: 1.4em;
  padding: 10px 10px 5px 10px;
}
.cookie-notification a {
  color: #ffffff;
}

.cookie-nav a{
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95em;
  margin: 0 5px 0 5px;
}

@keyframes cookie-bar-slide-in{
  0% {
    transform: translateY(10rem);
  }
  100%{
    transform:none;
  }
}


@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 880px) {

}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 415px) {

}
