
/* NOTIFICATIONS
 - make changes under the BRAND SPECIFICS section
---------------------------------------------- */

/* DEFAULT CONTAINER STYLE */
#bt_notification div.bt-content {
  position: relative;
  border: 1px solid #000000;
  padding: 15px;
  background-color: #ffffff;
  z-index: 1001;
  font-size: 12px;
  line-height: 16px;
}
#bt_notification div.bt-content a.bt-close-link {
  position: absolute;
  top: 0;
  right: 10px;
}

/* CUSTOM POSITIONING */
#bt_notification div.bt-bottom-full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-width: 0;
}

/* DEVICES */
#bt_notification div.bt-content-mobile {
  padding: 10px;
}
#bt_notification div.bt-content-mobile a.bt-close-link {
  display: none;
}

/* BRAND SPECIFICS @JM */
#bt_notification .bt-content {
  border-color: #000000;
  border-width: 10px;
  padding: 20px 25px 20px 20px;
  transition: all 5s;
  -webkit-transition: all 5s;
}
#bt_notification .bt-content a {
  color: #ffffff;
  font-weight: bold;
  border: 0;
  width: 100%;
}

#bt_notification div.bt-content .btn-wrap {
  margin-top: 10px;
}

#bt_notification .bt-content .btn-wrap a {
  width: 100%;
  font-weight: normal;
  padding: 0 14px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  background: #1b1b1b;
  height: 30px;
  line-height: 30px;
}

#bt_notification div.bt-content.bt-content-mobile .btn-wrap {
  width: 100%;
}
#bt_notification div.bt-content a.bt-close-link {
  display: block;
  width: 15px;
  height: 35px;
  background: url('/media/export/images/cookies/close_x.png') 50% 50% no-repeat;
  text-indent: -9999em;
}

/* SETTINGS
 - make changes under the BRAND SPECIFICS section
---------------------------------------------- */

/* DEFAULT CONTAINER STYLE */
#bt_settings div.bt-content {
  border: 1px solid #000000;
  padding: 15px;
  background-color: #ffffff;
  z-index: 1001;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1.5em;
}
#bt_settings div.bt-content div.bt-intro { }
#bt_settings div.bt-content div.bt-intro div.bt-intro-copy { }
#bt_settings div.bt-content div.bt-intro div.bt-intro-copy p {
  margin-top: 1em;
}

/* TOGGLE SLIDER */
#bt_settings div.bt-content div.slide,
#bt_settings div.bt-content ul.slide-toggle {
  position: relative;
  overflow: hidden;
  width: 525px;
}
#bt_settings div.bt-content div.slide {
  margin: 20px auto;
}
#bt_settings .bt-content ul.slide-toggle {
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: url(/media/export/images/cookies/all-off.png);
  background-size: 100% 100%;
}
#bt_settings .bt-content .mask {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 0px;
  border-right: 1px solid #eee;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#bt_settings .bt-content .mask ul.slide-toggle {
  background-image: url('/media/export/images/cookies/all-on.png');
  background-size: 100% 100%;
}
#bt_settings div.bt-content div.mask div.drag {
  position: absolute;
  bottom: 12px;
  right: 100px;
  width: 26px;
  height: 11px;
  background: transparent url('/media/export/images/cookies/icon_arrow.png') 50% 100% no-repeat;
}
#bt_settings .bt-content ul.slide-toggle li {
  cursor: pointer;
  float: left;
  height: 140px;
  padding:0px;
  margin:0px;
  width: 262px;
}
#bt_settings div.bt-content ul.slide-toggle li.middle { }
#bt_settings div.bt-content ul.slide-toggle li.selected { }
#bt_settings div.bt-content ul.slide-toggle li span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 5px;
}

/* PRIVACY INFORMATION */
#bt_settings div.bt-content .bt-privacy-info {
  display: none;
  overflow: hidden;
}
#bt_settings div.bt-content .bt-privacy-info.selected {
  display: block;
}
#bt_settings div.bt-content .bt-privacy-info h3 {
  padding: 16px 16px 16px 40px;
  background-position: 10px 8px;
  background-repeat: no-repeat;
}
#bt_settings .bt-content .bt-privacy-info .bt-privacy-will h3 {
  background-image: url('/media/export/images/cookies/icon_safe_lock.png');
}
#bt_settings div.bt-content .bt-privacy-info div.bt-privacy-willnot h3 {
  background-image: url('/media/export/images/cookies/icon_unsafe_lock.png');
}

#bt_settings div.bt-content .bt-privacy-info div {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#bt_settings div.bt-content .bt-privacy-info div ul {
  list-style-type: none;
  padding-left: 0;
  margin: 1em;
}
#bt_settings div.bt-content .bt-privacy-info div ul li {
  margin: 0.8em 0;
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#bt_settings div.bt-content .bt-privacy-info div.bt-privacy-will ul li {
  background-image: url('/media/export/images/cookies/icon_safe_thick.png');
}
#bt_settings div.bt-content .bt-privacy-info div.bt-privacy-willnot ul li {
  background-image: url('/media/export/images/cookies/icon_unsafe_thick.png');
}
#bt_settings div.bt-content .bt-privacy-info.selected[data-userprivacy=OPTED_IN] .bt-privacy-willnot {
  display: none;
}
/* CUSTOM POSITIONING */

/* DEVICES */
#bt_settings div.bt-content-mobile ul.slide-toggle {
  background-image: url('/media/export/images/cookies/m_all-off.png');
}
#bt_settings div.bt-content-mobile div.mask ul.slide-toggle {
  background-image: url('/media/export/images/cookies/m_all-on.png');
}
#bt_settings div.bt-content-mobile div.slide {
  margin: 20px auto;
}
#bt_settings div.bt-content-mobile div.slide,
#bt_settings div.bt-content-mobile ul.slide-toggle {
  width: 288px;
}
#bt_settings div.bt-content-mobile ul.slide-toggle li {
  width: 96px;
  height: 159px;
}
#bt_settings div.bt-content-mobile div.mask div.drag {
  right: 36px;
}
#bt_settings div.bt-content-mobile ul.slide-toggle li span {}
#bt_settings div.bt-content-mobile .bt-privacy-info div {
  width: 100%;
  float: none;
}

/* BRAND SPECIFICS */
#bt_settings div.bt-content {
  border-color: #000000;
  border-width: 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#bt_settings div.bt-content-desktop {
  padding: 2em;
  height: 100%;
}
#bt_settings .bt-content .bt-intro h2 {
  padding: 0;
  margin: 0 0 1em 0;
  border: none;
  text-transform: none;
  color: #000000;
  font-size: 36px;
}
#bt_settings div.bt-content ul.slide-toggle li span {
  display: none;
}
#bt_settings .bt-content .bt-privacy-info h3 {
  background-color: #f9f9ef;
  font-size: 15px;
}
#bt_settings div.bt-content-mobile div.slide,
#bt_settings div.bt-content-mobile ul.slide-toggle {
  width: 246px;
}
#bt_settings div.bt-content-mobile ul.slide-toggle li {
  width: 80px;
  height: 130px;
}
#bt_settings div.bt-content-mobile div.mask div.drag {
  right: 30px;
  bottom: 11px;
}
.bt-pp-section h6,
.bt-cookie-section h6 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.bt-pp-section p {
  font-size: 13px;
}
.bt-cookie-section .btn-wrap a:hover {
  background-color: #6f6f6f;
}
#bt_notification .bt-bottom-right.bt-content .bt-pp-section {
  background: #930808;
  border: 0;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #000000;
}
#bt_notification .bt-content .btn-wrap a:hover {
  background: #6f6f6f;
  color: #ffffff;
}
.tealium {
  display: none !important;
}

//privacy slider images
html[lang = "at-e-DE"] #bt_settings .content .bt-content .slide ul.slide-toggle,
html[lang = "ch-e-DE"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_de.png);
}
html[lang = "at-e-DE"] #bt_settings .content .bt-content .mask ul.slide-toggle,
html[lang = "ch-e-DE"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_de.png);
}
html[lang = "be-e-NL"] #bt_settings .content .bt-content .slide ul.slide-toggle,
html[lang = "nl-e-NL"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_nl.png);
}
html[lang = "be-e-NL"] #bt_settings .content .bt-content .mask ul.slide-toggle,
html[lang = "nl-e-NL"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_nl.png);
}
html[lang = "be-e-FR"] #bt_settings .content .bt-content .slide ul.slide-toggle,
html[lang = "ch-e-FR"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_fr.png);
}
html[lang = "be-e-FR"] #bt_settings .content .bt-content .mask ul.slide-toggle,
html[lang = "ch-e-FR"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_fr.png);
}
html[lang = "it-e-IT"] #bt_settings .content .bt-content .slide ul.slide-toggle,
html[lang = "ch-e-IT"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_it.png);
}
html[lang = "it-e-IT"] #bt_settings .content .bt-content .mask ul.slide-toggle,
html[lang = "ch-e-IT"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_it.png);
}
html[lang = "es-e-ES"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_es.png);
}
html[lang = "es-e-ES"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_es.png);
}
html[lang = "pl-e-PL"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_pl.png);
}
html[lang = "pl-e-PL"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_pl.png);
}
html[lang = "pt-e-PT"] #bt_settings .content .bt-content .slide ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-off_pt.png);
}
html[lang = "pt-e-PT"] #bt_settings .content .bt-content .mask ul.slide-toggle {
  background-image: url(/media/export/images/cookies/all-on_pt.png);
}

@media only screen and (max-width:767px) {
  #bt_notification .bt-bottom-right.bt-content {
    width: 100%;
    right: 0px;
  }
  #bt_settings .content .bt-content ul.slide-toggle {
    width: 270px;
    background-image: url(/media/export/images/cookies/m_all-off.png);
    background-size: 100% 100%;
  }
  #bt_settings .content .bt-content .mask ul.slide-toggle {
    width: 270px;
    background-image: url(/media/export/images/cookies/m_all-on.png);
    background-size: 100% 100%;
  }
  #bt_settings .content .bt-content ul.slide-toggle li {
    width: 135px;
  }
  #bt_settings .content .bt-content .mask .drag {
    right: 55px;
  }
  #bt_settings .content .bt-content .bt-privacy-info .bt-privacy-will,
  #bt_settings .content .bt-content .bt-privacy-info .bt-privacy-willnot {
    width: 100%;
    margin-right: 0;
  }
  #bt_settings .content .bt-content .slide {
    width: 270px;
    margin: 20px auto;
  }
  html[lang = "at-e-DE"] #bt_settings .content .bt-content .mask ul.slide-toggle,
  html[lang = "ch-e-DE"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_de.png);
  }
  html[lang = "be-e-NL"] #bt_settings .content .bt-content .mask ul.slide-toggle,
  html[lang = "nl-e-NL"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_nl.png);
  }
  html[lang = "be-e-FR"] #bt_settings .content .bt-content .mask ul.slide-toggle,
  html[lang = "ch-e-FR"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_fr.png);
  }
  html[lang = "it-e-IT"] #bt_settings .content .bt-content .mask ul.slide-toggle,
  html[lang = "ch-e-IT"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_it.png);
  }
  html[lang = "es-e-ES"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_es.png);
  }
  html[lang = "pl-e-PL"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_pl.png);
  }
  html[lang = "pt-e-PT"] #bt_settings .content .bt-content .mask ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-on_pt.png);
  }
  html[lang = "at-e-DE"] #bt_settings .content .bt-content ul.slide-toggle,
  html[lang = "ch-e-DE"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_de.png);
  }

  html[lang = "be-e-NL"] #bt_settings .content .bt-content ul.slide-toggle,
  html[lang = "nl-e-NL"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_nl.png);
  }

  html[lang = "be-e-FR"] #bt_settings .content .bt-content ul.slide-toggle,
  html[lang = "ch-e-FR"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_fr.png);
  }

  html[lang = "it-e-IT"] #bt_settings .content .bt-content ul.slide-toggle,
  html[lang = "ch-e-IT"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_it.png);
  }

  html[lang = "es-e-ES"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_es.png);
  }

  html[lang = "pl-e-PL"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_pl.png);
  }
  html[lang = "pt-e-PT"] #bt_settings .content .bt-content ul.slide-toggle {
    background-image: url(/media/export/images/cookies/m_all-off_pt.png);
  }
}


