.cookiealert {
  width: 100%;
  background-color: #d4d4d4;
  position: fixed;
  bottom: 0;
  z-index: 999999;
}

.cookiealert .message {
  max-width: 1024px;
  margin: auto;
}

.cookiealert .message .col1 {
  width: 84%;
  padding: 20px 170px 20px 0;
  float: left;
}

.cookiealert .message .col2 {
  width: 16%;
  padding: 20px 0;
  float: right;
}

.cookiealert .message .col1 h2.title {
  font: 500 16px 'Roboto', sans-serif;
  color: #383838;
  text-transform: none;
  margin: 0 0 10px 0;
}

.cookiealert .message .col1 p.text {
  font: 400 12px 'Roboto', sans-serif;
  color: #383838;
  line-height: 20px;
  margin: 0;
}

.cookiealert .message .col1 p.text a {
  color: #0fa6b4;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cookiealert .message .col1 p.text a:hover {
  color: #ff1e12;
  text-decoration: none;
}

.cookiealert .message .col2 p.accept {
  font: 500 12px 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 16px 0 0 0;
}

.cookiealert .message .col2 p.accept a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #0da6b3;
  border: 1px solid #0da6b3;
  padding: 10px 0;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cookiealert .message .col2 p.accept a:hover {
  color: #0da6b3;
  background-color: #fff;
  border: 1px solid #0da6b3;
  text-decoration: none;
}

.cookiealert .message .col2 p.accept a i.fa {
  font-size: 14px;
  padding-left: 7px;
}

@media screen and (max-width: 1024px) {
  .cookiealert .message {
    width: 95%;
  }
  .cookiealert .message .col2 p.accept {
    margin: -11px 0 0 0;
  }
  .cookiealert .message .col1 {
    padding: 20px 40px 20px 0;
  }
  .cookiealert .message .col1 {
    width: 83%;
  }
  .cookiealert .message .col2 {
    width: 17%;
  }
}

@media screen and (max-width: 960px) {
  .cookiealert .message .col1 {
    width: 82%;
  }
  .cookiealert .message .col2 {
    width: 18%;
  }
}

@media screen and (max-width: 900px) {
  .cookiealert .message .col1 {
    width: 80%;
  }
  .cookiealert .message .col2 {
    width: 20%;
  }
}

@media screen and (max-width: 800px) {
  .cookiealert .message .col1 {
    width: 78%;
  }
  .cookiealert .message .col2 {
    width: 22%;
  }
}

@media screen and (max-width: 640px) {
  .cookiealert .message .col1 {
    width: 73%;
  }
  .cookiealert .message .col2 {
    width: 27%;
  }
}

@media screen and (max-width: 600px) {
  .cookiealert .message .col1 {
    width: 71%;
  }
  .cookiealert .message .col2 {
    width: 29%;
  }
}

@media screen and (max-width: 480px) {
  .cookiealert .message {
    width: 90%;
  }
  .cookiealert .message .col1, .cookiealert .message .col2 {
    width: 100%;
    float: left;
  }
  .cookiealert .message .col1 {
    padding-right: 0;
    padding-bottom: 0;
  }
  .cookiealert .message .col2 p.accept {
    margin: 0;
  }
}