#trd-cookie-disclaimer {
  height: auto;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #272727;
  padding: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform ease-in 1000ms;
  transition: -webkit-transform ease-in 1000ms;
  transition: transform ease-in 1000ms;
  transition: transform ease-in 1000ms, -webkit-transform ease-in 1000ms;
  will-change: transform;
}

#trd-cookie-disclaimer.show-cookie-disclaimer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform ease-out 1000ms;
  transition: -webkit-transform ease-out 1000ms;
  transition: transform ease-out 1000ms;
  transition: transform ease-out 1000ms, -webkit-transform ease-out 1000ms;
}

#trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
  padding: 30px 100px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
  }
}

#trd-cookie-disclaimer .trd-cookie-disclaimer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
  }
}

#trd-cookie-disclaimer .trd-cookie-text {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  #trd-cookie-disclaimer .trd-cookie-text {
    padding: 0;
    margin-bottom: 15px;
  }
}

#trd-cookie-disclaimer a,
#trd-cookie-disclaimer a:hover  {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer .trd-cookie-accept {
    width: 100%;
    text-align: center;
  }
}

#trd-cookie-disclaimer #closeCookieNotice {
  padding: 10px 60px;
  background-color: #B10A32;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-right: 10px;
  outline: 0 !important;
}

#trd-cookie-disclaimer #closeCookieNotice:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer #closeCookieNotice {
    margin-bottom: 12px;
  }
}

#trd-cookie-disclaimer #manageCookie {
  padding: 10px 40px;
  background-color: #FFF;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

#trd-cookie-disclaimer #manageCookie:hover {
  text-decoration: none;
}

.onoffswitch {
  position: relative;
  width: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  opacity: 0;
  position: absolute;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #DBD7D7;
  border-radius: 30px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 10px;
  padding: 0;
  line-height: 10px;
  font-size: 0px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 0px;
  background-color: #DBD7D7;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 0px;
  background-color: #DBD7D7;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 22px;
  margin: -4px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #1C5F70;
}

.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  border: 2px solid #000000;
}

#cookie-binding {
  line-height: 1.5;
}

#cookie-binding .trd-cookie-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  display: block;
}

#cookie-binding .trd-cookie-backdrop.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

#cookie-binding .trd-cookie-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  visibility: visible;
}

#cookie-binding .modal {
  padding: 36px 0 0 0;
}

#cookie-binding .modal .btn.btn-default {
  color: #FFF;
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}

#cookie-binding .modal .modal-body h3:first-child {
  text-transform: uppercase;
}

#cookie-binding .modal .modal-body p {
  font-size: 16px;
}

#cookie-binding .modal .modal-body table {
    font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 -1px;
  width: 100%;
  line-height: normal;
  color: #333333;
  word-spacing: 0;
}

#cookie-binding .modal .modal-body table caption {
  background: #f2f2f2;
  padding: 15px;
}

#cookie-binding .modal .modal-body table tfoot td {
  text-align: right;
  padding: 15px;
  background: #fafafa;
}

#cookie-binding .modal .modal-body table tr td,
#cookie-binding .modal .modal-body table tr th {
  border: 1px solid #fff;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
  text-align: left;
}

#cookie-binding .modal .modal-body table tr td.remove-line, #cookie-binding .modal .modal-body table tr th.remove-line {
  border-left-style: hidden;
}

#cookie-binding .modal .modal-body table tr th {
    font-family: 'Open Sans', sans-serif;
  min-height: 32px;
  background: #f2f2f2 url("../../images/v2/gradients/th.jpg") center top repeat-x;
  background-size: auto 150%;
  height: 50px;
  vertical-align: middle;
  padding: 15px 15px 10px 15px;
  text-transform: none;
}

#cookie-binding .modal .modal-body table tr th strong {
  font-size: 16px;
  line-height: 24px;
}

#cookie-binding .modal .modal-body table tr th .desc {
  font-weight: normal;
  line-height: 20px;
}

#cookie-binding .modal .modal-body table tr th.remove-line {
  font-weight: normal;
}

#cookie-binding .modal .modal-body table tr td {
  padding: 15px 15px 10px 15px;
  background: #f2f2f2;
  min-height: 21px;
}

#cookie-binding .modal .modal-body table tr td strong {
  font-size: 16px;
  line-height: 24px;
}

#cookie-binding .modal .modal-body table tr td .desc {
  font-weight: normal;
  line-height: 20px;
}

#cookie-binding .onoffswitch {
  width: 66px;
}

#cookie-binding .onoffswitch label {
  margin-bottom: 0;
}

#cookie-binding .onoffswitch-label {
  border-radius: 20px;
}

#cookie-binding .onoffswitch-inner:before,
#cookie-binding .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}

#cookie-binding .onoffswitch-inner:before {
  content: "ON";
  padding-left: 8px;
  background-color: #0f3055;
  color: #ffffff;
}

#cookie-binding .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px;
  background-color: #595959;
  color: #cccccc;
  text-align: right;
}

#cookie-binding .onoffswitch-switch {
  width: 24px;
  height: 24px;
  margin: 2px;
  background: #cccccc;
  border-radius: 20px;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 35px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#cookie-binding .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

#cookie-binding .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  top: 3px;
  right: 3px;
  background-color: #ffffff;
}
