/*---------*/
/* COOKIE */
/*-------*/
#cookieAlert 
{
	text-align: center;
} 
.cookie {
  background: rgba(0, 0, 0, 0.8);
  color: #444444;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9000;
	font-size: 13px;
  display: none; }
  .cookie .cookie__message {
    padding: 2px 0;
    margin: 0;
    display: inline-block;
    color: #fff; }
    @media (max-width: 640px) {
      .cookie .cookie__message {
        width: 100%; } }
  .cookie .cookie__accept,
  .cookie .cookie__decline,
  .cookie .cookie__link {
    border: 0;
    margin: 0 5px;
    transition: all 150ms ease;
    text-decoration: none;
    cursor: pointer;
    display: inline-block; }
    .cookie .cookie__accept:focus,
    .cookie .cookie__decline:focus,
    .cookie .cookie__link:focus {
      outline: none; }
    @media (max-width: 640px) {
      .cookie .cookie__accept,
      .cookie .cookie__decline,
      .cookie .cookie__link {
        margin: 5px 10px 5px 0; } }
    @media (max-width: 320px) {
      .cookie .cookie__accept,
      .cookie .cookie__decline,
      .cookie .cookie__link {
        width: 100%; } }
  .cookie .cookie__accept,
  .cookie .cookie__decline {
    padding: 5px 25px;
    color: #444444;
    background-color: #f6f6f6; }
  .cookie .cookie__accept:hover, .cookie .cookie__accept:focus, .cookie .cookie__accept:active,
  .cookie .cookie__decline:hover,
  .cookie .cookie__decline:focus,
  .cookie .cookie__decline:active {
    background: #08a5e1;
    color: #f6f6f6; }
  .cookie .cookie__link {
    color: #fff;
    background: none;
    padding: 2px 0;
    margin: 0; }
    @media (max-width: 640px) {
      .cookie .cookie__link {
        margin: 5px 0; } }
    .cookie .cookie__link:hover, .cookie .cookie__link:focus {
      text-decoration: underline; }
    @media (max-width: 320px) {
      .cookie .cookie__link {
        width: 100%;
        text-align: center; } }

.cookie .show-options {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  color: #444444; }
  .cookie .show-options .opt-title, .cookie .show-options .c-title {
    font-size: 16px;
    font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .cookie .show-options .c-active .c-title {
      margin-top: 15px; } }
  .cookie .show-options .opt-text {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    font-size: 14px; }
  .cookie .show-options .c-options .c-option {
    background-color: #eeeeee;
    text-align: left; }
    .cookie .show-options .c-options .c-option .c-option-icon {
      display: inline-block; }
      .cookie .show-options .c-options .c-option .c-option-icon i {
        padding: 20px;
        font-size: 50px;
        color: #343434; }
    .cookie .show-options .c-options .c-option .c-option-title {
      color: #444444;
      vertical-align: top; }
      @media only screen and (max-width: 640px) {
        .cookie .show-options .c-options .c-option .c-option-title {
          padding-left: 20px; }
          .cookie .show-options .c-options .c-option .c-option-title:last-child {
            padding-bottom: 20px; } }
      @media only screen and (min-width: 641px) {
        .cookie .show-options .c-options .c-option .c-option-title {
          display: inline-block;
          margin-top: 35px; } }
      .cookie .show-options .c-options .c-option .c-option-title input[type='checkbox'] {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 5px;
        border: 2px solid #555;
		margin: 0;
		display: inline-block;
        vertical-align: middle; }
        .cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']:checked {
          background: #08a5e1; }
      .cookie .show-options .c-options .c-option .c-option-title span {
        margin-left: 5px;
        line-height: 25px;
        vertical-align: middle; }
  .cookie .show-options .c-active {
    padding-bottom: 5px;
    border-bottom: 1px solid #919191; }
  .cookie .show-options .de-active {
    padding-top: 5px; }
  .cookie .show-options li.c-activated, .cookie .show-options li.de-activated {
    padding-top: 5px;
    padding-bottom: 5px; }
    .cookie .show-options li.c-activated i, .cookie .show-options li.de-activated i {
      font-size: 15px;
      margin-right: 5px; }
  .cookie .show-options li.c-activated i {
    color: #08a5e1; }
  .cookie .show-options li.de-activated i {
    color: red; }
  .cookie .show-options .active-de-active {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px; }
  .cookie .show-options .all-de-activated {
    display: none; }
  .cookie .show-options .button {
    position: relative;
    padding: 5px 25px;
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    background: #087dc4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 9px;
    color: white;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s; }
.cookie .all-activated,
.cookie .all-de-activated {
	list-style: none;
	padding: 0;
}

.cookie .show-options .buttons {
  text-align: right;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .cookie .show-options .buttons {
      text-align: center; } }

.cookie .show-options .btn-cookie-ghost,
.cookie .show-options .btn-cookie {
  padding: 5px 25px;
  border: 1px solid #444444;
  transition: all .35 ease-in-out; }
  .cookie .show-options .btn-cookie-ghost:hover, .cookie .show-options .btn-cookie-ghost:active,
  .cookie .show-options .btn-cookie:hover,
  .cookie .show-options .btn-cookie:active {
    background-color: #444444;
    color: #fff; }

.cookie .show-options .btn-cookie-ghost {
  margin-right: 10px;
  background-color: #fff; }

.cookie .show-options .btn-cookie {
  background-color: #08a5e1;
  color: #fff; }

.m-cookie {
  position: absolute;
  top: 0;
  bottom: unset; }


.cookie a, .cookie button {
  cursor: pointer; }

.check-gdpr {
  -webkit-appearance: none; /*hides the default checkbox*/
  position: relative;
  transition: 0.10s;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
  color: white;
  outline: none;
  line-height: 20px;
}


.check-gdpr:checked {
  background-color: #0E9700;
}

.check-gdpr:checked:before {
  content: '\2713';
}

.cookie #adsCheckbox:hover {
  cursor: pointer; 
  opacity: 0.8;
}