body:not(.isApp) {
  padding-bottom: 100px;
}
body.isApp .hidden-app {
  display: none !important;
}
.text-bold {
  font-weight: bold;
}
b,
strong,
.strong {
  font-weight: normal;
  font-family: "PlutoSansDPDRegular", Helvetica, Arial, sans-serif;
}
hr {
  border-top: 1px solid #808285;
  padding-bottom: 33px;
  margin: 0 26px;
}
hr.bottom {
  margin-top: 33px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
table thead th,
table .thead th {
  background-color: #808285;
  color: #fff;
}
label {
  font-family: "PlutoSansDPDRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
label.required::after {
  content: '*';
}
input.form-control,
select.form-control {
  font-size: 16px;
  border: transparent;
  display: inline-block;
  border: 0;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.form-control:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.basic,
select.basic {
  border: 1px solid #b7b6b7;
  background-color: #e6e7e7;
}
input.prefix,
select.prefix {
  width: 60px;
}
input.withbtn,
select.withbtn {
  width: calc(100% - 45px);
  display: inline-block;
}
input.withbtn + .btn,
select.withbtn + .btn {
  margin-top: -2px;
}
input.withbtn.extraspace,
select.withbtn.extraspace {
  width: calc(100% - 50px);
}
input.withbtn.extraspace + .btn,
select.withbtn.extraspace + .btn {
  margin-top: -2px;
  margin-left: 5px;
}
input.withbtn.withprefix,
select.withbtn.withprefix {
  width: calc(100% - 115px);
  margin-left: 5px;
}
input.withinlinebtn,
select.withinlinebtn {
  width: 100%;
}
input.withinlinebtn + .btn,
select.withinlinebtn + .btn {
  position: absolute;
  right: 10px;
  margin-top: 1px;
  border-color: transparent;
  width: 43px;
  height: 43px;
}
input.withinlinebtn + .btn:hover,
select.withinlinebtn + .btn:hover {
  background-color: transparent;
}
input.form-control-white {
  background-color: #fff !important;
}
textarea.form-control {
  resize: vertical;
}
.posrel {
  position: relative;
}
.form-group {
  margin-bottom: 20px;
}
.inline-block {
  display: inline-block;
}
textarea.form-control {
  font-size: 16px;
  border: transparent;
  display: inline-block;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.basic {
  border: 1px solid #b7b6b7;
  background-color: #e6e7e7;
}
a.black {
  color: #414042 !important;
}
a.white {
  color: #fff;
}
a.arrow:after {
  content: '';
  background: url(../icons/arrow_small_red_right.svg) no-repeat 100% 33%;
  width: 15px;
  height: 20px;
  position: absolute;
}
a.arrow.black:after {
  background: url(../icons/arrow_small_black_right.svg) no-repeat 100% 33%;
}
a.arrow.black.big:after {
  background: url(../icons/arrow_big_black_right.svg) no-repeat right top;
  width: 20px;
}
a.arrow.white:after {
  background: url(../icons/arrow_small_white_right.svg) no-repeat 100% 33%;
}
a.arrow.white.big:after {
  background: url(../icons/arrow_big_white_right.svg) no-repeat right top;
  width: 20px;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
@media (max-width: 767px) {
  .xs-pb50 {
    padding-bottom: 50px !important;
  }
  .xs-pt50 {
    padding-top: 50px !important;
  }
  .xs-pl50 {
    padding-left: 50px !important;
  }
  .xs-pr50 {
    padding-right: 50px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-ml50 {
    margin-left: 50px !important;
  }
  .xs-mr50 {
    margin-right: 50px !important;
  }
}
.pb45 {
  padding-bottom: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
@media (max-width: 767px) {
  .xs-pb45 {
    padding-bottom: 45px !important;
  }
  .xs-pt45 {
    padding-top: 45px !important;
  }
  .xs-pl45 {
    padding-left: 45px !important;
  }
  .xs-pr45 {
    padding-right: 45px !important;
  }
  .xs-mb45 {
    margin-bottom: 45px !important;
  }
  .xs-mt45 {
    margin-top: 45px !important;
  }
  .xs-ml45 {
    margin-left: 45px !important;
  }
  .xs-mr45 {
    margin-right: 45px !important;
  }
}
.pb40 {
  padding-bottom: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
@media (max-width: 767px) {
  .xs-pb40 {
    padding-bottom: 40px !important;
  }
  .xs-pt40 {
    padding-top: 40px !important;
  }
  .xs-pl40 {
    padding-left: 40px !important;
  }
  .xs-pr40 {
    padding-right: 40px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-ml40 {
    margin-left: 40px !important;
  }
  .xs-mr40 {
    margin-right: 40px !important;
  }
}
.pb35 {
  padding-bottom: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
@media (max-width: 767px) {
  .xs-pb35 {
    padding-bottom: 35px !important;
  }
  .xs-pt35 {
    padding-top: 35px !important;
  }
  .xs-pl35 {
    padding-left: 35px !important;
  }
  .xs-pr35 {
    padding-right: 35px !important;
  }
  .xs-mb35 {
    margin-bottom: 35px !important;
  }
  .xs-mt35 {
    margin-top: 35px !important;
  }
  .xs-ml35 {
    margin-left: 35px !important;
  }
  .xs-mr35 {
    margin-right: 35px !important;
  }
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
@media (max-width: 767px) {
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pt30 {
    padding-top: 30px !important;
  }
  .xs-pl30 {
    padding-left: 30px !important;
  }
  .xs-pr30 {
    padding-right: 30px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-ml30 {
    margin-left: 30px !important;
  }
  .xs-mr30 {
    margin-right: 30px !important;
  }
}
.pb25 {
  padding-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
@media (max-width: 767px) {
  .xs-pb25 {
    padding-bottom: 25px !important;
  }
  .xs-pt25 {
    padding-top: 25px !important;
  }
  .xs-pl25 {
    padding-left: 25px !important;
  }
  .xs-pr25 {
    padding-right: 25px !important;
  }
  .xs-mb25 {
    margin-bottom: 25px !important;
  }
  .xs-mt25 {
    margin-top: 25px !important;
  }
  .xs-ml25 {
    margin-left: 25px !important;
  }
  .xs-mr25 {
    margin-right: 25px !important;
  }
}
.pb22 {
  padding-bottom: 22px !important;
}
.pt22 {
  padding-top: 22px !important;
}
.pl22 {
  padding-left: 22px !important;
}
.pr22 {
  padding-right: 22px !important;
}
.mb22 {
  margin-bottom: 22px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.ml22 {
  margin-left: 22px !important;
}
.mr22 {
  margin-right: 22px !important;
}
@media (max-width: 767px) {
  .xs-pb22 {
    padding-bottom: 22px !important;
  }
  .xs-pt22 {
    padding-top: 22px !important;
  }
  .xs-pl22 {
    padding-left: 22px !important;
  }
  .xs-pr22 {
    padding-right: 22px !important;
  }
  .xs-mb22 {
    margin-bottom: 22px !important;
  }
  .xs-mt22 {
    margin-top: 22px !important;
  }
  .xs-ml22 {
    margin-left: 22px !important;
  }
  .xs-mr22 {
    margin-right: 22px !important;
  }
}
.pb20 {
  padding-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
@media (max-width: 767px) {
  .xs-pb20 {
    padding-bottom: 20px !important;
  }
  .xs-pt20 {
    padding-top: 20px !important;
  }
  .xs-pl20 {
    padding-left: 20px !important;
  }
  .xs-pr20 {
    padding-right: 20px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-ml20 {
    margin-left: 20px !important;
  }
  .xs-mr20 {
    margin-right: 20px !important;
  }
}
.pb18 {
  padding-bottom: 18px !important;
}
.pt18 {
  padding-top: 18px !important;
}
.pl18 {
  padding-left: 18px !important;
}
.pr18 {
  padding-right: 18px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.mr18 {
  margin-right: 18px !important;
}
@media (max-width: 767px) {
  .xs-pb18 {
    padding-bottom: 18px !important;
  }
  .xs-pt18 {
    padding-top: 18px !important;
  }
  .xs-pl18 {
    padding-left: 18px !important;
  }
  .xs-pr18 {
    padding-right: 18px !important;
  }
  .xs-mb18 {
    margin-bottom: 18px !important;
  }
  .xs-mt18 {
    margin-top: 18px !important;
  }
  .xs-ml18 {
    margin-left: 18px !important;
  }
  .xs-mr18 {
    margin-right: 18px !important;
  }
}
.pb16 {
  padding-bottom: 16px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.mr16 {
  margin-right: 16px !important;
}
@media (max-width: 767px) {
  .xs-pb16 {
    padding-bottom: 16px !important;
  }
  .xs-pt16 {
    padding-top: 16px !important;
  }
  .xs-pl16 {
    padding-left: 16px !important;
  }
  .xs-pr16 {
    padding-right: 16px !important;
  }
  .xs-mb16 {
    margin-bottom: 16px !important;
  }
  .xs-mt16 {
    margin-top: 16px !important;
  }
  .xs-ml16 {
    margin-left: 16px !important;
  }
  .xs-mr16 {
    margin-right: 16px !important;
  }
}
.pb15 {
  padding-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
@media (max-width: 767px) {
  .xs-pb15 {
    padding-bottom: 15px !important;
  }
  .xs-pt15 {
    padding-top: 15px !important;
  }
  .xs-pl15 {
    padding-left: 15px !important;
  }
  .xs-pr15 {
    padding-right: 15px !important;
  }
  .xs-mb15 {
    margin-bottom: 15px !important;
  }
  .xs-mt15 {
    margin-top: 15px !important;
  }
  .xs-ml15 {
    margin-left: 15px !important;
  }
  .xs-mr15 {
    margin-right: 15px !important;
  }
}
.pb10 {
  padding-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .xs-pb10 {
    padding-bottom: 10px !important;
  }
  .xs-pt10 {
    padding-top: 10px !important;
  }
  .xs-pl10 {
    padding-left: 10px !important;
  }
  .xs-pr10 {
    padding-right: 10px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-ml10 {
    margin-left: 10px !important;
  }
  .xs-mr10 {
    margin-right: 10px !important;
  }
}
.pb8 {
  padding-bottom: 8px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}
@media (max-width: 767px) {
  .xs-pb8 {
    padding-bottom: 8px !important;
  }
  .xs-pt8 {
    padding-top: 8px !important;
  }
  .xs-pl8 {
    padding-left: 8px !important;
  }
  .xs-pr8 {
    padding-right: 8px !important;
  }
  .xs-mb8 {
    margin-bottom: 8px !important;
  }
  .xs-mt8 {
    margin-top: 8px !important;
  }
  .xs-ml8 {
    margin-left: 8px !important;
  }
  .xs-mr8 {
    margin-right: 8px !important;
  }
}
.pb5 {
  padding-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
@media (max-width: 767px) {
  .xs-pb5 {
    padding-bottom: 5px !important;
  }
  .xs-pt5 {
    padding-top: 5px !important;
  }
  .xs-pl5 {
    padding-left: 5px !important;
  }
  .xs-pr5 {
    padding-right: 5px !important;
  }
  .xs-mb5 {
    margin-bottom: 5px !important;
  }
  .xs-mt5 {
    margin-top: 5px !important;
  }
  .xs-ml5 {
    margin-left: 5px !important;
  }
  .xs-mr5 {
    margin-right: 5px !important;
  }
}
.pb3 {
  padding-bottom: 3px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.mr3 {
  margin-right: 3px !important;
}
@media (max-width: 767px) {
  .xs-pb3 {
    padding-bottom: 3px !important;
  }
  .xs-pt3 {
    padding-top: 3px !important;
  }
  .xs-pl3 {
    padding-left: 3px !important;
  }
  .xs-pr3 {
    padding-right: 3px !important;
  }
  .xs-mb3 {
    margin-bottom: 3px !important;
  }
  .xs-mt3 {
    margin-top: 3px !important;
  }
  .xs-ml3 {
    margin-left: 3px !important;
  }
  .xs-mr3 {
    margin-right: 3px !important;
  }
}
.pb0 {
  padding-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .xs-pb0 {
    padding-bottom: 0px !important;
  }
  .xs-pt0 {
    padding-top: 0px !important;
  }
  .xs-pl0 {
    padding-left: 0px !important;
  }
  .xs-pr0 {
    padding-right: 0px !important;
  }
  .xs-mb0 {
    margin-bottom: 0px !important;
  }
  .xs-mt0 {
    margin-top: 0px !important;
  }
  .xs-ml0 {
    margin-left: 0px !important;
  }
  .xs-mr0 {
    margin-right: 0px !important;
  }
}
.m0 {
  margin: 0px;
}
.ntm {
  margin-top: 0px !important;
}
.nbm {
  margin-bottom: 0px !important;
}
.nlm {
  margin-left: 0px !important;
}
.nrm {
  margin-right: 0px !important;
}
.ntp {
  padding-top: 0px !important;
}
.nbp {
  padding-bottom: 0px !important;
}
.nlp {
  padding-left: 0px !important;
}
.nrp {
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  .xs-pr-xs {
    padding-right: 1.5px;
  }
  .xs-pl-xs {
    padding-left: 1.5px;
  }
  .xs-mb-md {
    margin-bottom: 10px;
  }
  .pl3 {
    padding-left: 8px;
    margin-top: 10px;
  }
  .pr3 {
    padding-right: 8px;
  }
}
.plgrid {
  padding-left: 16px;
}
.prgrid {
  padding-right: 16px;
}
.pb1em {
  padding-bottom: 1em;
}
.padding-grid {
  padding: 16px;
}
.nopadding {
  padding: 0 !important;
}
button + button {
  margin-left: 20px;
}
.mid-grey {
  color: #808285 !important;
}
.light-grey {
  color: #808285;
}
.bg-white {
  background-color: #fff !important;
}
.bg-grey {
  background-color: #cac4be;
}
.bg-lightgrey {
  background-color: #e6e7e7;
}
.bg-darkgrey {
  background-color: #808285 !important;
}
.bg-xtralightgrey {
  background-color: #f2f3f3;
}
.bg-beige {
  background-color: #808285;
}
.text-grey {
  color: #cac4be;
}
.text-primary {
  color: #DC0032 !important;
}
.text-secondary {
  color: #A90034 !important;
}
.text-color {
  color: #414042 !important;
}
.font-light {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif !important;
}
.text-normal {
  font-weight: 400 !important;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
}
.lh1 {
  line-height: 1em !important;
}
.lh26 {
  line-height: 26px !important;
}
.lh30 {
  line-height: 30px !important;
}
.whitebox {
  background-color: #fff;
}
.bg-primary {
  background-color: #DC0032 !important;
}
.bg-primary .btn-primary {
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.bg-secondary {
  background-color: #A90034;
  color: #fff;
}
.bg-secondary .btn-secondary {
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.bg-secondary .badge {
  background-color: #fff;
  color: #414042;
}
.mainContent:not(.visible) {
  display: none;
}
.mainContent h1 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}
.mainContent .or {
  height: 1px;
  position: relative;
}
.mainContent .or:before {
  content: '';
  border-top: 1px solid #414042;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.mainContent .or span {
  display: inline-block;
  background-color: #fff;
  padding: 0 6px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
}
.container-double-padding {
  padding: 16px;
}
@media (min-width: 992px) {
  .col-extrapadding-right {
    padding-right: 16px;
  }
  .col-extrapadding-left {
    padding-left: 16px;
  }
}
.anchornav {
  color: #747276;
  display: inline-block;
  padding: 0 4px;
}
.overflow-hidden {
  transition: all ease-in-out 0.4s;
  max-height: 0;
  overflow: hidden;
}
.overflow-visible {
  max-height: 1000px;
  transition: all ease-in-out 0.8s;
}
.has-error label {
  color: #DC0032;
}
.has-error input,
.has-error select {
  color: #DC0032;
}
.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
}
.checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 24px;
  border-radius: 12px;
  background: #ABABAC;
  cursor: pointer;
}
.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 20px;
  text-indent: 40px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  right: auto;
  background: white;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: '' !important;
  background: url(../icons/checkbox_checkmark.svg) center no-repeat !important;
}
.checkbox.xl {
  padding-left: 32px;
}
.checkbox.xl label {
  line-height: 26px;
}
.checkbox.xl label:before {
  width: 26px;
  height: 26px;
  margin-left: -29px;
}
.checkbox.xl label:after {
  width: 25px;
  height: 25px;
  margin-left: -28px;
  font-size: 18px;
}
.ios-checkbox + .checkbox-label {
  box-shadow: inset 0 0 0 0px #DC0032, 0 0 0 2px #ABABAC;
}
.ios-checkbox:checked + .checkbox-label {
  box-shadow: inset 0 0 0 18px #DC0032, 0 0 0 2px #DC0032;
}
.ios-checkbox:checked + .checkbox-label:after {
  color: #DC0032;
}
.grecaptcha-badge {
  visibility: hidden;
}
.thebellicon {
  transform-origin: top;
  animation: ringing-bell 1s infinite;
}
@keyframes ringing-bell {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
footer {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin-top: 40px;
}
footer a {
  color: #8A8D90;
}
footer a:hover {
  color: #DC0032;
}
footer a .social {
  color: #8A8D90;
  line-height: 34px;
  text-align: right;
}
footer a .service {
  background: #e6e7e7;
  padding: 10px;
  line-height: 18px;
}
footer a .contact {
  margin-top: 20px;
}
footer a .btn-submit-arrow {
  background: #414042 url(../icons/arrow_big_white_right.svg) no-repeat center;
  width: 50px;
  height: 50px;
}
footer h3,
footer h4 {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  color: #414042;
}
footer ul.footerlinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul.footerlinks li {
  margin: 0;
  padding: 0 0 5px;
}
footer ul.footerlinks li a,
footer ul.footerlinks li a:hover,
footer ul.footerlinks li a:avtive,
footer ul.footerlinks li a:link {
  color: #414042;
}
footer .service {
  background: #e6e7e7;
  padding: 10px;
  line-height: 18px;
  text-align: left;
}
footer #copyright {
  display: flex;
  line-height: 25px;
}
footer .logo {
  margin-bottom: 19px;
}
footer .logo > a {
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .logo > * {
  display: inline-block;
  position: relative;
  float: left;
}
footer .logo.dpdgroup > a {
  height: 25px;
  width: 100px;
  background-image: url('../images/logos/dpdgrouplogo_hg.png');
}
footer .logo.dpdgroup > #copyright {
  align-items: center;
}
footer .logo.geopost > a {
  height: 50px;
  width: 125px;
  background-image: url('../images/logos/geopost_logo.svg');
}
footer .logo.geopost > #copyright {
  height: 50px;
  align-items: end;
  padding-bottom: 3px;
}
footer .logo.dpd > a {
  height: 35px;
  width: 90px;
  background-image: url('../images/logos/DPD_logo.svg');
}
footer .logo.dpd > #copyright {
  height: 35px;
  align-items: end;
  padding-bottom: 3px;
}
@media (max-width: 991px) {
  footer {
    /*@media (max-width: 767px) {*/
  }
  footer hr {
    margin: 0;
  }
  footer #footerLegalInfo {
    text-align: center;
    line-height: 150%;
    margin-top: 30px;
  }
}
.btn.btn-square {
  width: 45px;
  height: 45px;
}
.btn-primary {
  background-color: #DC0032 !important;
}
.btn-secondary {
  background-color: #414042 !important;
}
.btn-search {
  background: url(../icons/magnifier_white.svg) no-repeat center;
}
.btn-search.text-color {
  background-image: url(../icons/magnifier.svg);
}
.btn-send {
  background: url(../icons/arrow_big_white_right.svg) no-repeat center;
}
.btn-apple,
.btn-facebook,
.btn-googleplus {
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
}
.btn-apple img,
.btn-facebook img,
.btn-googleplus img {
  display: inline-block;
  margin-right: 5px;
  max-height: 19px;
  max-width: 19px;
}
.btn-facebook,
.btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.btn-apple {
  border-color: #414042;
}
.btn-apple,
.btn-googleplus {
  background-color: #fff;
  color: #414042;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
a.chooser-btn {
  color: #414042;
  background-color: #e6e7e8;
  border: 2px solid #e6e7e8;
  display: block;
  padding-bottom: 1em;
  text-decoration: none;
}
a.chooser-btn.selected,
a.chooser-btn:hover {
  border: 2px solid #DC0032;
  text-decoration: none;
}
a.chooser-btn.selected {
  font-weight: bold;
}
a.chooser-btn .icon {
  min-height: 66px;
}
.btn-grey {
  color: #fff;
  background-color: #808285;
  border-color: #808285;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #67696b;
  border-color: #414244;
}
.btn-grey:hover {
  color: #fff;
  background-color: #67696b;
  border-color: #626366;
}
.btn-grey:active,
.btn-grey.active {
  color: #fff;
  background-color: #67696b;
  border-color: #626366;
  background-image: none;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.btn-grey:active.focus,
.btn-grey.active.focus {
  color: #fff;
  background-color: #555759;
  border-color: #414244;
  background-image: none;
}
.btn-grey:active.disabled:hover,
.btn-grey.active.disabled:hover,
.btn-grey:active[disabled]:hover,
.btn-grey.active[disabled]:hover,
.btn-grey:active.disabled:focus,
.btn-grey.active.disabled:focus,
.btn-grey:active[disabled]:focus,
.btn-grey.active[disabled]:focus,
.btn-grey:active.disabled.focus,
.btn-grey.active.disabled.focus,
.btn-grey:active[disabled].focus,
.btn-grey.active[disabled].focus {
  background-color: #808285;
  border-color: #808285;
}
.btn-grey .badge {
  color: #808285;
  background-color: #fff;
}
.btn-lightgrey {
  color: #fff;
  background-color: #e6e7e7;
  border-color: #808285;
}
.btn-lightgrey:focus,
.btn-lightgrey.focus {
  color: #fff;
  background-color: #cccece;
  border-color: #414244;
}
.btn-lightgrey:hover {
  color: #fff;
  background-color: #cccece;
  border-color: #626366;
}
.btn-lightgrey:active,
.btn-lightgrey.active {
  color: #fff;
  background-color: #cccece;
  border-color: #626366;
  background-image: none;
}
.btn-lightgrey:active:hover,
.btn-lightgrey.active:hover,
.btn-lightgrey:active:focus,
.btn-lightgrey.active:focus,
.btn-lightgrey:active.focus,
.btn-lightgrey.active.focus {
  color: #fff;
  background-color: #babdbd;
  border-color: #414244;
}
.btn-lightgrey.disabled:hover,
.btn-lightgrey[disabled]:hover,
.btn-lightgrey.disabled:focus,
.btn-lightgrey[disabled]:focus,
.btn-lightgrey.disabled.focus,
.btn-lightgrey[disabled].focus {
  background-color: #e6e7e7;
  border-color: #808285;
}
.btn-lightgrey .badge {
  color: #e6e7e7;
  background-color: #fff;
}
@media (max-width: 991px) {
  .btn-block {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .touch-btn {
    display: inline-block;
    padding: 0 5px;
  }
}
.open > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #67696b;
  border-color: #626366;
  background-image: none;
}
.open > .btn-grey.dropdown-toggle:hover,
.open > .btn-grey.dropdown-toggle:focus,
.open > .btn-grey.dropdown-toggle.focus {
  color: #fff;
  background-color: #555759;
  border-color: #414244;
}
.open > .btn-lightgrey.dropdown-toggle {
  color: #fff;
  background-color: #cccece;
  border-color: #626366;
  background-image: none;
}
.open > .btn-lightgrey.dropdown-toggle:hover,
.open > .btn-lightgrey.dropdown-toggle:focus,
.open > .btn-lightgrey.dropdown-toggle.focus {
  color: #fff;
  background-color: #babdbd;
  border-color: #414244;
}
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #808285;
  border-color: #808285;
}
fieldset[disabled] .btn-lightgrey:hover,
fieldset[disabled] .btn-lightgrey:focus,
fieldset[disabled] .btn-lightgrey.focus {
  background-color: #e6e7e7;
  border-color: #808285;
}
.contentbox {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 16px;
}
.contentbox h2 {
  font-size: 20px;
}
.contentbox.minh {
  min-height: 235px;
}
.contentbox .entry {
  line-height: 50px;
  padding: 0 15px;
  font-size: 15px;
  margin-top: 5px;
}
.contentbox .entry.multiline {
  min-height: 50px;
  padding-top: 10px;
  line-height: 1em;
}
.contentbox .entry.multiline small {
  font-size: 11px;
}
/* ######## START dropdown ######## */
.wrapper-dropdown {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #e6e7e8;
  color: #414042;
  outline: none;
  cursor: pointer;
  font-family: "PlutoSansDPDRegular", Helvetica, Arial, sans-serif;
}
.wrapper-dropdown.withbtn {
  width: calc(100% - 50px);
  height: 46px;
  line-height: 26px;
}
.wrapper-dropdown.withbtn .btn {
  position: absolute;
  right: -50px;
  top: 0;
}
.wrapper-dropdown.white {
  background-color: #fff;
}
.wrapper-dropdown .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  background-color: #808184;
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: scroll;
  background: #e6e7e8;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #414042;
  padding: 10px 20px;
}
.wrapper-dropdown .dropdown li:hover a {
  background: #f3f8f8;
}
.wrapper-dropdown.active {
  background: #e6e7e8;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.wrapper-dropdown.active:after {
  border-color: #414042 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
/* ######## END dropdown ######## */
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #e6e7e7;
  color: #414042;
  font-size: 12px;
  z-index: 99999;
  text-align: center;
  border-top: 1px solid #414042;
  border-bottom: 1px solid #414042;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #DC0032;
  text-decoration: underline;
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-reset {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0px;
  color: #fff;
  background-color: #DC0032;
  border-color: #DC0032;
  font-family: "PlutoSansDPDExtraLight", "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.cc-cookies a.cc-cookie-accept:focus,
.cc-cookies-error a.cc-cookie-accept:focus,
.cc-cookies a.cc-cookie-decline:focus,
.cc-cookies-error a.cc-cookie-decline:focus,
.cc-cookies a.cc-cookie-reset:focus,
.cc-cookies-error a.cc-cookie-reset:focus {
  color: #fff;
  background-color: #a90026;
  border-color: #5d0015;
}
.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover,
.cc-cookies a.cc-cookie-decline:hover,
.cc-cookies-error a.cc-cookie-decline:hover,
.cc-cookies a.cc-cookie-reset:hover,
.cc-cookies-error a.cc-cookie-reset:hover {
  color: #fff;
  background-color: #a90026;
  border-color: #9f0024;
}
.cc-cookies a.cc-cookie-accept:active,
.cc-cookies-error a.cc-cookie-accept:active,
.cc-cookies a.cc-cookie-decline:active,
.cc-cookies-error a.cc-cookie-decline:active,
.cc-cookies a.cc-cookie-reset:active,
.cc-cookies-error a.cc-cookie-reset:active,
.cc-cookies a.cc-cookie-accept.active,
.cc-cookies-error a.cc-cookie-accept.active,
.cc-cookies a.cc-cookie-decline.active,
.cc-cookies-error a.cc-cookie-decline.active,
.cc-cookies a.cc-cookie-reset.active,
.cc-cookies-error a.cc-cookie-reset.active {
  color: #fff;
  background-color: #a90026;
  border-color: #9f0024;
  background-image: none;
}
.cc-cookies a.cc-cookie-accept:active:hover,
.cc-cookies-error a.cc-cookie-accept:active:hover,
.cc-cookies a.cc-cookie-decline:active:hover,
.cc-cookies-error a.cc-cookie-decline:active:hover,
.cc-cookies a.cc-cookie-reset:active:hover,
.cc-cookies-error a.cc-cookie-reset:active:hover,
.cc-cookies a.cc-cookie-accept.active:hover,
.cc-cookies-error a.cc-cookie-accept.active:hover,
.cc-cookies a.cc-cookie-decline.active:hover,
.cc-cookies-error a.cc-cookie-decline.active:hover,
.cc-cookies a.cc-cookie-reset.active:hover,
.cc-cookies-error a.cc-cookie-reset.active:hover {
  color: #fff;
  background-color: #85001e;
  border-color: #5d0015;
}
.cc-cookies a.cc-cookie-accept.disabled:hover,
.cc-cookies-error a.cc-cookie-accept.disabled:hover,
.cc-cookies a.cc-cookie-decline.disabled:hover,
.cc-cookies-error a.cc-cookie-decline.disabled:hover,
.cc-cookies a.cc-cookie-reset.disabled:hover,
.cc-cookies-error a.cc-cookie-reset.disabled:hover,
.cc-cookies a.cc-cookie-accept[disabled]:hover,
.cc-cookies-error a.cc-cookie-accept[disabled]:hover,
.cc-cookies a.cc-cookie-decline[disabled]:hover,
.cc-cookies-error a.cc-cookie-decline[disabled]:hover,
.cc-cookies a.cc-cookie-reset[disabled]:hover,
.cc-cookies-error a.cc-cookie-reset[disabled]:hover,
.cc-cookies a.cc-cookie-accept.disabled:focus,
.cc-cookies-error a.cc-cookie-accept.disabled:focus,
.cc-cookies a.cc-cookie-decline.disabled:focus,
.cc-cookies-error a.cc-cookie-decline.disabled:focus,
.cc-cookies a.cc-cookie-reset.disabled:focus,
.cc-cookies-error a.cc-cookie-reset.disabled:focus,
.cc-cookies a.cc-cookie-accept[disabled]:focus,
.cc-cookies-error a.cc-cookie-accept[disabled]:focus,
.cc-cookies a.cc-cookie-decline[disabled]:focus,
.cc-cookies-error a.cc-cookie-decline[disabled]:focus,
.cc-cookies a.cc-cookie-reset[disabled]:focus,
.cc-cookies-error a.cc-cookie-reset[disabled]:focus,
.cc-cookies a.cc-cookie-accept.disabled.focus,
.cc-cookies-error a.cc-cookie-accept.disabled.focus,
.cc-cookies a.cc-cookie-decline.disabled.focus,
.cc-cookies-error a.cc-cookie-decline.disabled.focus,
.cc-cookies a.cc-cookie-reset.disabled.focus,
.cc-cookies-error a.cc-cookie-reset.disabled.focus,
.cc-cookies a.cc-cookie-accept[disabled].focus,
.cc-cookies-error a.cc-cookie-accept[disabled].focus,
.cc-cookies a.cc-cookie-decline[disabled].focus,
.cc-cookies-error a.cc-cookie-decline[disabled].focus,
.cc-cookies a.cc-cookie-reset[disabled].focus,
.cc-cookies-error a.cc-cookie-reset[disabled].focus {
  background-color: #DC0032;
  border-color: #DC0032;
}
.cc-cookies a.cc-cookie-accept .badge,
.cc-cookies-error a.cc-cookie-accept .badge,
.cc-cookies a.cc-cookie-decline .badge,
.cc-cookies-error a.cc-cookie-decline .badge,
.cc-cookies a.cc-cookie-reset .badge,
.cc-cookies-error a.cc-cookie-reset .badge {
  color: #DC0032;
  background-color: #fff;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies .cc-discreet,
.cc-cookies-error .cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies .cc-discreet a.cc-cookie-reset,
.cc-cookies-error .cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies .cc-discreet a.cc-cookie-reset:hover,
.cc-cookies-error .cc-discreet a.cc-cookie-reset:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}
.select .fake {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  color: #8A8D90;
  line-height: 16px;
  padding: 0 46px 0 12px;
  border: none;
  position: relative;
  z-index: 2;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808285;
  width: 368px;
  display: inline-block;
  float: left;
  background: #fff url(../icons/arrow_big_black_down.svg) no-repeat 98% 50%;
}
.select ul {
  background-color: #ffffff;
}
.select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.select .list {
  position: absolute;
  bottom: 39px;
  top: auto;
  right: 0;
  left: 8px;
  max-height: 0;
  overflow: auto;
  width: 368px;
  z-index: 15;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.select .list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.select .list ul li {
  padding: 10px;
  cursor: pointer;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  color: #8A8D90;
  font-size: 14px;
  line-height: 1.4em;
}
.select .list ul li:hover {
  color: #000000;
}
.select.open .fake {
  border-color: #000000;
  background: #fff url(../icons/arrow_big_black_up.svg) no-repeat 98% 50%;
}
.select.open .list {
  max-height: 400px;
  bottom: 39px;
  top: auto;
}
.select.selected .fake {
  color: #000000;
}
.select.down .list {
  top: 39px;
  bottom: auto;
}
.select.down.open .list {
  max-height: 400px;
  top: 39px;
  bottom: auto;
}
@media (max-width: 767px) {
  .select .fake,
  .select .list {
    width: 273px;
  }
}
#chat {
  line-height: initial;
}
/*img{max-width: 100%;max-height:100%}*/
.loader {
  position: fixed;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: white;
  background-image: url('../images/preloader/LI6-Elipsis/96PX/DPD-Loading-96px.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.loader.loader-noimg {
  background-image: none;
}
body.isLoading {
  overflow: hidden;
}
body.isLoading #pages .loader {
  display: block;
}
.v-border-left {
  /*&>div:visible:last{margin-bottom:0px}*/
}
.v-border-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-right: 1px solid #b7b6b7;
}
.form-control.basic:disabled {
  border: none;
}
.input-group {
  width: 100%;
}
.input-group-addon.btn-primary {
  border-color: #c3002c;
}
.btn-scan {
  background-color: #e6e7e7 !important;
  background: url(../icons/scan.svg) no-repeat center;
}
.text-black {
  color: #414042 !important;
}
.text-bold {
  font-weight: bold;
}
@media (max-width: 991px) {
  .xs-text-white {
    color: #fff !important;
  }
  .xs-text-black {
    color: #414042 !important;
  }
}
.static-slider {
  background: url(../images/boxes/parcel_big_2.jpg) no-repeat top center;
  background-size: cover;
  min-height: 313px;
  margin: 0 -8px 16px;
  position: relative;
}
.static-slider .destination {
  position: absolute;
  right: 34px;
  top: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  min-width: 370px;
  z-index: 22;
}
.static-slider .destination h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 20px;
  color: #414042;
}
.static-slider .prices {
  position: absolute;
  right: 34px;
  bottom: 20px;
  background-color: #cac4be;
  padding: 20px;
  min-width: 370px;
  font-size: 16px;
}
.static-slider .prices .border-left {
  border-left: 1px solid #414042;
}
@media screen and (max-width: 991px) {
  .static-slider .destination,
  .static-slider .prices {
    /*min-width: 180px;*/
    min-width: 300px;
    max-width: 440px;
  }
  .static-slider .destination h1,
  .static-slider .prices h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .static-slider {
    background-size: cover;
    height: 500px;
    margin: -10px -10px 0;
    padding: 10px;
    position: relative;
    min-height: 0;
  }
  .static-slider .destination,
  .static-slider .prices {
    min-width: 180px;
    max-width: 440px;
  }
  .static-slider .destination {
    position: absolute;
    right: 20px;
    left: 20px;
    top: auto;
    bottom: 130px;
    padding: 20px;
    z-index: 22;
  }
  .static-slider .destination h1 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 20px;
    color: #414042;
  }
  .static-slider .prices {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 10px;
    padding: 20px;
    font-size: 13px;
  }
  .static-slider .prices h2 {
    font-size: 20px;
  }
  .static-slider .prices .border-left {
    border-left: 1px solid #414042;
  }
}
@media screen and (max-width: 767px) {
  .isApp .static-slider {
    margin-top: 0px;
  }
}
.logo a {
  display: inline-block;
}
.chooser-btn,
*[onclick],
.clickable {
  cursor: pointer !important;
}
ul.errorList {
  display: none;
  margin-top: 10px;
  border: 1px solid #DC0032;
  color: #DC0032;
  padding: 10px 10px 10px 30px;
}
ul.errorList:not(:empty) {
  display: block;
}
ul.errorList:not(:empty).one {
  list-style: none;
  padding-left: 10px;
}
ul.errorList * {
  line-height: 100%;
}
.wicon {
  line-height: 23px;
}
.wicon.wicon-r img {
  margin-left: 5px;
}
.wicon.wicon-l img {
  margin-right: 5px;
}
.wicon img {
  float: right;
}
.dpd_icon {
  cursor: pointer;
  height: 23px;
}
.dpdicon {
  cursor: pointer;
  /*width: 30px;*/
  height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 3px;
  /*@media (max-width: 767px){*/
}
.dpdicon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .dpdicon {
    margin: 0;
  }
}
.anchornav {
  cursor: pointer;
}
.anchornav.active {
  color: #414042;
}
.modal-btn {
  margin-right: 15px;
  width: calc(50% - 15px / 2);
}
.modal-footer .modal-btn:not(:first-child) {
  margin: 0;
}
.rediropt {
  cursor: pointer;
}
.rediropt.notavailable {
  cursor: not-allowed;
}
.rediropt.notavailable a {
  opacity: 0.5;
  filter: greyscale(1);
}
@media (max-width: 767px) {
  .rediropt p {
    padding-right: 20px;
  }
}
.ui-autocomplete-input,
.ui-autocomplete,
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 1100 !important;
}
hr.full {
  padding: 0;
  margin: 0;
}
#parc_list_inc_info_status img {
  width: 50px;
}
#parc_list_inc_info_status p {
  width: calc( 100% - 60px );
  float: right;
}
#load_indicator {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1200;
  text-align: center;
}
#load_indicator span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body .container {
  /*@media (max-width: 767px){*/
}
body .container > .row {
  padding-left: 26px;
  padding-right: 26px;
}
body .container.full > .row {
  padding-left: 0;
  padding-right: 0;
}
body .container:not(.full) > .row {
  padding-left: 26px;
  padding-right: 26px;
}
body .container .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  body .container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .container.xs-full > .row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body > .maincontent > .container > .row,
  body > .maincontent > form > .container > .row,
  body > .maincontent > .container > form > .row,
  body > .container > .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.row .bordered:after {
  content: '';
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  right: 8px;
}
.faq_vote_pos,
.faq_vote_neg {
  display: inline-block;
}
.faq_vote_pos img:last-child,
.faq_vote_neg img:last-child {
  display: none;
}
.faq_vote_pos:hover img:first-child,
.faq_vote_neg:hover img:first-child {
  display: none;
}
.faq_vote_pos:hover img:last-child,
.faq_vote_neg:hover img:last-child {
  display: inline;
}
.parc_info {
  background-color: #e6e7e7;
  padding: 10px 0;
  position: relative;
}
.parc_info .parc_state > div {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
}
.parc_info .parc_state > div:not(:last-of-type) {
  border-right: 1px solid black;
}
.parc_info .parc_cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.parceltracker {
  /*@media (max-width: 767px) {*/
}
.parceltracker input {
  color: #555555 !important;
}
.parceltracker.parceltracker-cms {
  /*@media (min-width: 768px) {*/
}
@media (min-width: 992px) {
  .parceltracker.parceltracker-cms {
    max-width: 50%;
  }
}
.parceltracker.parceltracker-cms .parceltracker-input {
  background-color: white;
}
.parceltracker input.withbtn2 {
  width: calc(100% - 90px);
}
.parceltracker button.btn-scan {
  margin-left: 0px;
}
.parceltracker.parceltracker-index .parceltracker-input {
  border: 1px solid #414042;
}
.parceltracker.parceltracker-index .parceltracker-input button {
  background-color: transparent !important;
}
.parceltracker.parceltracker-index .parceltracker-input button.btn-search {
  background: url(../icons/magnifier.svg) no-repeat center;
}
.parceltracker.parceltracker-index .parceltracker-input button.btn-scan {
  background: url(../icons/scan.svg) no-repeat center;
  border-left: 1px solid #414042;
}
@media (max-width: 991px) {
  .parceltracker.parceltracker-index {
    margin-bottom: 25px;
  }
  .parceltracker.parceltracker-index h1 {
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #414042;
  }
  .parceltracker.parceltracker-index .parceltracker-input {
    border: 1px solid #414042;
  }
  .parceltracker.parceltracker-index .parceltracker-input input.withbtn2 {
    width: calc(100% - 90px);
  }
  .parceltracker.parceltracker-index .parceltracker-input button {
    background-color: transparent !important;
  }
  .parceltracker.parceltracker-index .parceltracker-input button.btn-search {
    background: url(../icons/magnifier.svg) no-repeat center;
  }
  .parceltracker.parceltracker-index .parceltracker-input button.btn-scan {
    margin-left: 0px;
    background: url(../icons/scan.svg) no-repeat center;
    border-left: 1px solid #414042;
  }
}
.boxtext {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #414042;
}
.boxtext p {
  font-size: large;
  margin-bottom: 15px;
}
.boxtext small {
  font-size: small;
  line-height: 10px;
}
/*
label[for^=parc_way]{cursor:pointer}
*/
position:relative th.sortable.asc::after,
th.sortable.desc::after {
  float: right;
}
th.sortable.asc::after {
  content: '\25B2';
}
th.sortable.desc::after {
  content: '\25BC';
}
body.isApp #page_parc_list .tab-pane .view {
  margin-bottom: 50px;
}
#page_parc_list .parc_list_loader {
  display: block;
  width: 100%;
  height: 44px;
  background-image: url(../images/preloader/LI6-Elipsis/96PX/DPD-Loading-96px.gif);
  background-position: center;
  background-repeat: no-repeat;
}
#page_parc_list .parc_list_pname {
  word-wrap: break-word;
}
#page_parc_list .parcel img,
#page_parc_list .parcel {
  cursor: pointer;
  text-decoration: none !important;
}
#page_parc_list .nav-tab-xs {
  padding: 0px;
}
#page_parc_list .nav-tab-xs .parcel {
  display: block;
  padding: 16px;
  background-color: #fff;
}
#page_parc_list .nav-tab-xs .parcel:not(:last-child) {
  border-bottom: 1px solid #f2f3f3;
}
#page_parc_list .nav-tab-xs .parcel:first-child:not(.active) {
  padding-top: 0px;
}
#page_parc_list .nav-tab-xs .parcel:last-child {
  padding-bottom: 10px;
  border-bottom: none;
}
#page_parc_list .nav-tab-xs .parcel.active {
  background-color: #f2f3f3;
}
#page_parc_list .nav-tab-xs .parcel.active .swipe-item .item-swipe {
  background-color: #f2f3f3;
}
#page_parc_list #parc_list_2dcode img {
  height: calc(100% - 70px);
}
#page_parc_list #parc_list_inc_info .livetracking .timeout {
  position: absolute;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border: 1px solid #d7d7d7;
}
#page_parc_list #parc_list_inc_info_redirect .disabled[class*=ico] {
  opacity: 0.5;
}
#page_parc_list #parc_list_inc_info_redirect .disabled[class*=ico],
#page_parc_list #parc_list_inc_info_redirect .disabled[class*=ico]:before {
  filter: grayscale(1);
}
#page_parc_list #parc_list_life_brand img {
  max-width: 100%;
  width: 100%;
}
#page_parc_list .redir_day {
  display: block;
  border: 3px solid #808285;
  border-top: 30px solid #808285;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #414042;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}
#page_parc_list .redir_day:hover,
#page_parc_list .redir_day.active {
  border-color: #DC0032;
}
#page_parc_list .redir_day span {
  display: block;
}
#page_basket_list .item-body {
  padding: 15px;
}
#page_basket_list #basket_list_prices > div {
  padding: 5px 2px;
}
#page_basket_list #basket_list_prices > div > span:last-child {
  float: right;
}
#page_basket_list #basket_list_prices > div.sum {
  border-top: 1px solid black;
  font-weight: bold;
}
#page_basket_list .basket_remove_item {
  right: 35px;
}
#page_basket_list .panel-title .panel-text {
  display: inline-block;
  width: calc( 100% - 80px);
}
#page_usr_pref .contentbox .row h2,
#page_usr_pref .contentbox .row h2 + .pull-right {
  display: inline;
}
#page_usr_profile .contentbox .entry .info {
  line-height: normal;
  padding-bottom: 5px;
  display: none;
}
#page_usr_profile #usr_profile_emails .entry .pull-right + div {
  width: calc(100% - 30px);
}
#page_basket_thanks .item-body {
  padding: 15px;
}
#parc_send_2shop_list small {
  padding-left: 31px;
  display: block;
}
.v-border-left > .n2shop {
  margin-bottom: 0px;
}
#sec_usr_pref_ws_choose label {
  padding-left: 10px;
}
#sec_usr_pref_ws_choose label > * {
  display: inline-block;
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
  line-height: initial;
  vertical-align: top;
}
#sec_usr_pref_ws_choose label img {
  margin-right: 10px;
}
#page_usr_pref .shop .home div > *,
#sec_usr_pref_ws_done .home div > *,
#sec_usr_pref_ws_delete .home div > *,
#sec_usr_pref_ws_confirm .home div > *,
#page_usr_pref .shop .shop div > *,
#sec_usr_pref_ws_done .shop div > *,
#sec_usr_pref_ws_delete .shop div > *,
#sec_usr_pref_ws_confirm .shop div > * {
  display: inline-block;
}
#page_usr_pref .shop .home img,
#sec_usr_pref_ws_done .home img,
#sec_usr_pref_ws_delete .home img,
#sec_usr_pref_ws_confirm .home img,
#page_usr_pref .shop .shop img,
#sec_usr_pref_ws_done .shop img,
#sec_usr_pref_ws_delete .shop img,
#sec_usr_pref_ws_confirm .shop img {
  margin-right: 10px;
  vertical-align: top;
}
#page_usr_pref .shop .home,
#page_usr_pref .shop .shop {
  display: inline-block;
}
#page_usr_pref .shop .home {
  margin-right: 50px;
}
/** == shopfinder == **/
.shop_extras {
  padding-left: 15px;
}
.shopfinder .shop_weekday {
  width: calc((100% - (6 * 8px) - (2 * 8px)) / 7 - 0.1px);
  float: left;
  background-color: buttonface;
  margin: 0 4px;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.shopfinder .shop_weekday:first-of-type {
  margin-left: 8px;
}
.shopfinder .shop_weekday:last-of-type {
  margin-right: 8px;
}
.shopfinder .shop_weekday.active {
  background-color: #DC0032;
  color: white;
}
@media (max-width: 767px) {
  .shopfinder .shop_weekday {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.shopfinder .shop {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #cac4be;
}
@media (min-width: 769px) {
  .shopfinder .shop {
    padding-left: 15px;
  }
  .shopfinder .shop.active,
  .shopfinder .shop:not(.inactive):hover {
    padding-left: 10px;
    border-left: 5px solid #DC0032;
  }
}
.shopfinder .shop .shop-favorite {
  margin-left: 5px;
  background-image: url(../icons/favorite_star_active.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.shopfinder .shop > div {
  cursor: pointer;
  position: relative;
}
.shopfinder .shop > div .info {
  position: absolute;
  top: 0;
  font-size: 11px;
  right: 0;
}
.shopfinder .shop.inactive > div {
  cursor: default;
  opacity: 0.7;
  filter: grayscale(1);
}
.shopfinder .shop.inactive > div ::after {
  content: '';
  /*content: 'Im Urlaub';*/
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 11px;
}
.shopfinder .shop:not(.inactive) > div::after {
  content: '';
  background: url(../icons/arrow_big_black_right.svg) no-repeat right top;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.shopfinder .shop .extra {
  position: absolute;
  top: 10px;
  right: 0;
}
.shopfinder .shop_times.now {
  font-family: "PlutoSansDPDRegular", Helvetica, Arial, sans-serif;
}
.shopfinder .shop_times .col-xs-6:last-child {
  text-align: right;
}
.shopfinder .loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.shopfinder.isLoading .loader {
  display: block;
}
.shopfinder .map {
  height: 600px;
}
@media (max-width: 767px) {
  .shopfinder .map {
    height: 200px;
    margin: 0 -8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopfinder .map {
    height: 450px;
    margin: 0 -8px;
  }
}
.shopfinder .map.disabled {
  background-color: #cac4be;
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.shopfinder .map.disabled img {
  width: 120px;
}
@media (min-width: 992px) {
  .shopfinder .side {
    max-height: 600px;
    overflow-y: auto;
  }
}
/* end views */
/* fix DD-things */
.select .fake.has-error {
  box-shadow: none;
  border: #DC0032 1px solid;
  color: #DC0032;
}
.wrapper-dropdown.has-error {
  border: 1px solid #DC0032;
  color: #DC0032;
}
.wrapper-dropdown .dropdown {
  overflow-x: hidden;
}
input[id^=basket_list_payment_type_] + label {
  margin-right: 20px;
}
.navigation-mobile {
  z-index: 1000;
  background-color: white;
}
.navigation-mobile a {
  vertical-align: middle;
}
.navigation-mobile a,
.navigation a {
  position: relative;
}
.navigation-mobile a.dpdicon,
.navigation a.dpdicon {
  margin: 0;
}
@media (max-width: 767px) {
  .navigation-mobile a.dpdicon,
  .navigation a.dpdicon {
    width: auto;
  }
}
.navigation-mobile a.dpdicon img,
.navigation a.dpdicon img {
  height: 22px;
}
.modal-footer .btn-block + .btn-block {
  margin-top: 0px;
}
.pagination li > a {
  cursor: pointer;
}
.pagination li > a,
.pagination li > a:hover {
  border: 3px solid #fff;
  background-color: #e6e7e7;
  color: #414042;
}
.pagination .active > a,
.pagination .active > a:hover {
  border: 3px solid #fff;
}
.col-xs-15 {
  width: 12.5%;
}
@media (min-width: 768px) {
  .sm-mb10 {
    margin-top: 10px;
  }
  .col-sm-15 {
    width: 12.5%;
    width: calc(8/12 / 5 * 100%);
  }
}
.xs-visible,
.xs-visible-inline {
  display: none;
}
@media (max-width: 767px) {
  .xs-visible {
    display: block;
  }
  .xs-visible-inline {
    display: inline-block;
  }
  .xs-hidden {
    display: none;
  }
  .col-xs-33 {
    width: 27.7%;
    width: calc(10/12 / 3 * 100%);
  }
  .col-xs-45 {
    width: 45.8%;
    width: calc(11/12 / 2 * 100%);
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb15 {
    margin-bottom: 10px !important;
  }
  .xs-pl0 {
    padding-left: 0px !important;
  }
  .xs-pr8 {
    padding-right: 8px !important;
  }
  .xs-pl8 {
    padding-left: 8px !important;
  }
  .xs-pr10 {
    padding-right: 10px !important;
  }
  .xs-p10 {
    padding-left: 10px !important;
  }
  .xs-pt25 {
    padding-top: 25px !important;
  }
  .xs-mb--10 {
    margin-bottom: -10px !important;
  }
  .footer .select .fake {
    width: 100%;
  }
  .footer .select .list {
    max-width: 100%;
  }
  .footer .submit_contact {
    width: 100%;
  }
  .xs-npl {
    padding-left: 0px !important;
  }
  .xs-npr {
    padding-right: 0px !important;
  }
  .xs-nmr {
    margin-right: 0px !important;
  }
  .xs-nml {
    margin-left: 0px !important;
  }
  .xs-nmb {
    margin-bottom: 0px !important;
  }
  .xs-nmt {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /*sm*/
  .sm-nmb {
    margin-bottom: 0px !important;
  }
  .sm-nmt {
    margin-top: 0px !important;
  }
  .sm-nml {
    margin-left: 0px !important;
  }
  .sm-nmr {
    margin-right: 0px !important;
  }
  .sm-npb {
    padding-bottom: 0px !important;
  }
  .sm-npt {
    padding-top: 0px !important;
  }
  .sm-npl {
    padding-left: 0px !important;
  }
  .sm-npr {
    padding-right: 0px !important;
  }
  .sm-mb5 {
    margin-bottom: 5px !important;
  }
  .sm-mb10 {
    margin-bottom: 10px !important;
  }
  .sm-mb20 {
    margin-bottom: 20px !important;
  }
  .sm-mb30 {
    margin-bottom: 30px !important;
  }
  .sm-mt5 {
    margin-top: 5px !important;
  }
  .sm-mt10 {
    margin-top: 10px !important;
  }
  .sm-mt20 {
    margin-top: 20px !important;
  }
  .sm-mt30 {
    margin-top: 30px !important;
  }
  .sm-mb--10 {
    margin-bottom: -10px !important;
  }
}
.addrbook-modal {
  max-height: 600px;
  min-height: 300px;
  overflow-y: auto;
}
.addrbook-modal .line {
  cursor: pointer;
  margin-bottom: 0px;
  padding-top: 16px;
  position: relative;
}
.addrbook-modal .line::after {
  content: '';
  background: transparent url(../icons/arrow_big_black_right.svg) no-repeat center / contain;
  padding: 34px 6px;
  position: absolute;
  top: 0px;
  right: 0;
}
@media (max-width: 991px) {
  #addresses_table th:last-of-type {
    padding-left: 25px;
    padding-right: 25px;
  }
  #addresses_table .dpdicon {
    margin: 0 5px;
  }
}
body .buorg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #414042;
  background: #e6e7e7 no-repeat 1em 0.55em url(../../assets/symbols/warning_32.png);
  text-align: center;
  cursor: pointer;
  color: #414042;
  font-size: 12px;
  font-family: "PlutoSansDPDLight", Helvetica, Arial, sans-serif;
}
body .buorg div {
  padding: 15px 36px 15px 60px;
}
body .buorg b {
  font-weight: bold;
}
body .buorg a {
  color: #DC0032 !important;
}
body #buorgclose {
  position: absolute;
  right: 0.5em;
  top: 0.2em;
  height: 20px;
  width: 12px;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.row.equal {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row.sm-equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.brand_dpd {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 16px;
}
.brand_dpd .box {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .brand_dpd {
    position: relative;
    padding-right: 0px;
  }
}
.notification {
  position: relative;
}
.notification span {
  position: absolute;
  font-size: 8px;
  left: 11px;
  top: 6px;
  width: 11px;
  text-align: center;
  line-height: 8px;
  color: #fff;
}
.notification > img {
  padding: 0 5.5px;
}
.notification + .popover > .popover-content {
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}
.notification + .popover > .popover-content .noti_entry {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-left: 3px solid #e6e7e7;
  cursor: pointer;
  font-size: 11px;
  color: #414042;
  text-decoration: none;
}
.notification + .popover > .popover-content .noti_entry.new {
  border-color: #DC0032;
}
.notification + .popover > .popover-content .noti_entry h4 {
  margin: 0px;
}
.notification + .popover > .popover-content hr {
  padding: 0;
  border-top: 1px solid #e6e7e7;
  margin: 2px 10px;
  display: block;
}
span.icon_count {
  position: absolute;
  /*	font-size: 8px;*/
  font-size: 10px;
  left: 11px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  color: #fff;
  background-color: #DC0032;
}
span.icon_count.right {
  left: inherit;
  right: 11px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  span.icon_count {
    left: 4px;
  }
  span.icon_count.right {
    right: 4px;
  }
}
@media (max-width: 767px) {
  span.icon_count {
    left: 6px;
    top: 6px;
  }
  span.icon_count.right {
    right: 0px;
  }
  .v-border-right:after {
    border: none;
  }
  .v-border-left:before {
    border: none;
  }
}
@media (max-width: 991px) {
  .v-border-right:after {
    border: none;
  }
  .v-border-left:before {
    border: none;
  }
}
.livetracking .map {
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.livetracking .map.static {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.livetracking .map.disabled {
  background-color: #cac4be;
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.livetracking .map.disabled img {
  width: 120px;
}
/* UI Fixes */
.radio label::before {
  top: 50%;
  transform: translateY(-50%);
}
.radio label::after {
  top: 50%;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1) translateY(-50%);
  transform: scale(1, 1) translateY(-50%);
}
@media (max-width: 767px) {
  .radio.radio-inline {
    display: block;
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.radio.radio-inline img {
  max-height: 100%;
}
.livetracking .gm-style-cc {
  display: none;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #c3002c;
  background: #DC0032;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
  background: #DC0032;
}
@media only screen and (max-width: 640px) {
  #lhc_status_container {
    margin-bottom: 0px !important;
  }
}
.pickup_logo {
  height: 18px;
  width: 61px;
  background: url('../images/logos/pickup.svg') no-repeat right / contain;
  float: right;
  margin: 8px 0;
}
.predict_logo {
  height: 15px;
  width: 75px;
  background: url('../images/logos/predict.svg') no-repeat right / contain;
  float: right;
  margin: 8px 0;
  margin-bottom: 12px;
}
.primetime_logo {
  height: 36px;
  width: 50px;
  background: url('../images/logos/prime.svg') no-repeat right / contain;
  position: absolute;
  right: 8px;
  top: 8px;
}
.settings-toggles .in_progress {
  float: right;
  text-transform: uppercase;
  opacity: 0.7;
  font-style: italic;
}
.menu-fixed-holder {
  height: 30px;
  display: inline-block;
}
.menu-fixed-holder img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* ######## Navigation ########## */
.navbg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.navigation {
  background: #e6e7e7;
  font-family: PlutoSansDPDLight;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.navigation a {
  display: inline-block;
  padding: 0 10px;
  color: #414042;
}
.navigation a.first {
  margin-left: -10px;
}
.navigation a.bg-primary {
  color: #fff;
}
.navigation a.bg-primary:hover {
  color: #fff;
}
.navigation a:hover {
  color: #DC0032;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .navigation a {
    padding: 0 3px;
  }
  .navigation a.hidden-sm {
    display: none;
  }
}
body.show-navigation {
  overflow-y: hidden;
}
body.show-navigation .navbg {
  display: block;
}
body.show-navigation nav {
  overflow-y: auto;
}
body.show-navigation #lhc_status_container {
  display: none;
}
@media (max-width: 991px) {
  .show-navigation .navigation {
    transition: all 0.4s ease-out;
    transform: translate3d(0, 0, 0);
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.6);
  }
  .navigation {
    transition: all 0.4s ease-out;
    transform: translate3d(-100%, 0, 0);
    width: 80%;
    max-width: 350px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 150;
    background-color: #fff;
    box-shadow: 10px 0px 20px 0px transparent;
  }
  .navigation > .container {
    width: auto;
  }
  .navigation a {
    font-size: 18px;
    color: #DC0032;
    display: block;
    padding: 10px 0;
  }
  .navigation a.burger-navigation {
    border-bottom: 1px solid #e6e7e8;
    line-height: 36px;
  }
  .navigation a.burger-navigation span {
    display: inline-block;
    width: calc(100% - 45px);
    text-align: center;
    color: #414042;
  }
  .navigation a.first {
    margin-left: 0;
  }
  .navigation a.bg-primary {
    background-color: #fff !important;
    color: #DC0032;
  }
  .navigation a.bg-primary:hover {
    color: #DC0032;
  }
  .navigation a.mobile-border-before {
    border-top: 1px solid #e6e7e8;
  }
  .navigation a.mobile-border-after {
    border-bottom: 1px solid #e6e7e8;
  }
  .navigation-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 10px;
    line-height: 36px;
    position: relative;
  }
  .navigation-mobile > a {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 36px;
  }
  .navigation-mobile > a.auto-width {
    width: auto;
    height: auto;
  }
  .isApp .navigation-mobile {
    margin-bottom: 0px;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
  .fw-xs {
    /*margin-top: -10px;*/
  }
  .fw-xs .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw-xs .col-xs-1,
  .fw-xs .col-xs-2,
  .fw-xs .col-xs-3,
  .fw-xs .col-xs-4,
  .fw-xs .col-xs-5,
  .fw-xs .col-xs-6,
  .fw-xs .col-xs-7,
  .fw-xs .col-xs-8,
  .fw-xs .col-xs-9,
  .fw-xs .col-xs-10,
  .fw-xs .col-xs-11,
  .fw-xs .col-xs-12,
  .fw-xs .col-sm-1,
  .fw-xs .col-sm-2,
  .fw-xs .col-sm-3,
  .fw-xs .col-sm-4,
  .fw-xs .col-sm-5,
  .fw-xs .col-sm-6,
  .fw-xs .col-sm-7,
  .fw-xs .col-sm-8,
  .fw-xs .col-sm-9,
  .fw-xs .col-sm-10,
  .fw-xs .col-sm-11,
  .fw-xs .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .fw-xs .col-xs-1:nth-child(odd),
  .fw-xs .col-xs-2:nth-child(odd),
  .fw-xs .col-xs-3:nth-child(odd),
  .fw-xs .col-xs-4:nth-child(odd),
  .fw-xs .col-xs-5:nth-child(odd),
  .fw-xs .col-xs-6:nth-child(odd),
  .fw-xs .col-xs-7:nth-child(odd),
  .fw-xs .col-xs-8:nth-child(odd),
  .fw-xs .col-xs-9:nth-child(odd),
  .fw-xs .col-xs-10:nth-child(odd),
  .fw-xs .col-xs-11:nth-child(odd),
  .fw-xs .col-xs-12:nth-child(odd),
  .fw-xs .col-sm-1:nth-child(odd),
  .fw-xs .col-sm-2:nth-child(odd),
  .fw-xs .col-sm-3:nth-child(odd),
  .fw-xs .col-sm-4:nth-child(odd),
  .fw-xs .col-sm-5:nth-child(odd),
  .fw-xs .col-sm-6:nth-child(odd),
  .fw-xs .col-sm-7:nth-child(odd),
  .fw-xs .col-sm-8:nth-child(odd),
  .fw-xs .col-sm-9:nth-child(odd),
  .fw-xs .col-sm-10:nth-child(odd),
  .fw-xs .col-sm-11:nth-child(odd),
  .fw-xs .col-sm-12:nth-child(odd) {
    padding-right: 1.5px;
  }
  .fw-xs .col-xs-1:nth-child(even),
  .fw-xs .col-xs-2:nth-child(even),
  .fw-xs .col-xs-3:nth-child(even),
  .fw-xs .col-xs-4:nth-child(even),
  .fw-xs .col-xs-5:nth-child(even),
  .fw-xs .col-xs-6:nth-child(even),
  .fw-xs .col-xs-7:nth-child(even),
  .fw-xs .col-xs-8:nth-child(even),
  .fw-xs .col-xs-9:nth-child(even),
  .fw-xs .col-xs-10:nth-child(even),
  .fw-xs .col-xs-11:nth-child(even),
  .fw-xs .col-xs-12:nth-child(even),
  .fw-xs .col-sm-1:nth-child(even),
  .fw-xs .col-sm-2:nth-child(even),
  .fw-xs .col-sm-3:nth-child(even),
  .fw-xs .col-sm-4:nth-child(even),
  .fw-xs .col-sm-5:nth-child(even),
  .fw-xs .col-sm-6:nth-child(even),
  .fw-xs .col-sm-7:nth-child(even),
  .fw-xs .col-sm-8:nth-child(even),
  .fw-xs .col-sm-9:nth-child(even),
  .fw-xs .col-sm-10:nth-child(even),
  .fw-xs .col-sm-11:nth-child(even),
  .fw-xs .col-sm-12:nth-child(even) {
    padding-left: 1.5px;
  }
  .fw-xs .col-md-1,
  .fw-xs .col-md-2,
  .fw-xs .col-md-3,
  .fw-xs .col-md-4,
  .fw-xs .col-md-5,
  .fw-xs .col-md-6,
  .fw-xs .col-md-7,
  .fw-xs .col-md-8,
  .fw-xs .col-md-9,
  .fw-xs .col-md-10,
  .fw-xs .col-md-11,
  .fw-xs .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .fw-xsx {
    /*margin-top: -10px;*/
  }
  .fw-xsx > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw-xsx > .row > .col-xs-1,
  .fw-xsx > .row > .col-xs-2,
  .fw-xsx > .row > .col-xs-3,
  .fw-xsx > .row > .col-xs-4,
  .fw-xsx > .row > .col-xs-5,
  .fw-xsx > .row > .col-xs-6,
  .fw-xsx > .row > .col-xs-7,
  .fw-xsx > .row > .col-xs-8,
  .fw-xsx > .row > .col-xs-9,
  .fw-xsx > .row > .col-xs-10,
  .fw-xsx > .row > .col-xs-11,
  .fw-xsx > .row > .col-xs-12,
  .fw-xsx > .row > .col-sm-1,
  .fw-xsx > .row > .col-sm-2,
  .fw-xsx > .row > .col-sm-3,
  .fw-xsx > .row > .col-sm-4,
  .fw-xsx > .row > .col-sm-5,
  .fw-xsx > .row > .col-sm-6,
  .fw-xsx > .row > .col-sm-7,
  .fw-xsx > .row > .col-sm-8,
  .fw-xsx > .row > .col-sm-9,
  .fw-xsx > .row > .col-sm-10,
  .fw-xsx > .row > .col-sm-11,
  .fw-xsx > .row > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .fw-xsx > .row > .col-xs-1:nth-child(odd),
  .fw-xsx > .row > .col-xs-2:nth-child(odd),
  .fw-xsx > .row > .col-xs-3:nth-child(odd),
  .fw-xsx > .row > .col-xs-4:nth-child(odd),
  .fw-xsx > .row > .col-xs-5:nth-child(odd),
  .fw-xsx > .row > .col-xs-6:nth-child(odd),
  .fw-xsx > .row > .col-xs-7:nth-child(odd),
  .fw-xsx > .row > .col-xs-8:nth-child(odd),
  .fw-xsx > .row > .col-xs-9:nth-child(odd),
  .fw-xsx > .row > .col-xs-10:nth-child(odd),
  .fw-xsx > .row > .col-xs-11:nth-child(odd),
  .fw-xsx > .row > .col-xs-12:nth-child(odd),
  .fw-xsx > .row > .col-sm-1:nth-child(odd),
  .fw-xsx > .row > .col-sm-2:nth-child(odd),
  .fw-xsx > .row > .col-sm-3:nth-child(odd),
  .fw-xsx > .row > .col-sm-4:nth-child(odd),
  .fw-xsx > .row > .col-sm-5:nth-child(odd),
  .fw-xsx > .row > .col-sm-6:nth-child(odd),
  .fw-xsx > .row > .col-sm-7:nth-child(odd),
  .fw-xsx > .row > .col-sm-8:nth-child(odd),
  .fw-xsx > .row > .col-sm-9:nth-child(odd),
  .fw-xsx > .row > .col-sm-10:nth-child(odd),
  .fw-xsx > .row > .col-sm-11:nth-child(odd),
  .fw-xsx > .row > .col-sm-12:nth-child(odd) {
    padding-right: 1.5px;
  }
  .fw-xsx > .row > .col-xs-1:nth-child(even),
  .fw-xsx > .row > .col-xs-2:nth-child(even),
  .fw-xsx > .row > .col-xs-3:nth-child(even),
  .fw-xsx > .row > .col-xs-4:nth-child(even),
  .fw-xsx > .row > .col-xs-5:nth-child(even),
  .fw-xsx > .row > .col-xs-6:nth-child(even),
  .fw-xsx > .row > .col-xs-7:nth-child(even),
  .fw-xsx > .row > .col-xs-8:nth-child(even),
  .fw-xsx > .row > .col-xs-9:nth-child(even),
  .fw-xsx > .row > .col-xs-10:nth-child(even),
  .fw-xsx > .row > .col-xs-11:nth-child(even),
  .fw-xsx > .row > .col-xs-12:nth-child(even),
  .fw-xsx > .row > .col-sm-1:nth-child(even),
  .fw-xsx > .row > .col-sm-2:nth-child(even),
  .fw-xsx > .row > .col-sm-3:nth-child(even),
  .fw-xsx > .row > .col-sm-4:nth-child(even),
  .fw-xsx > .row > .col-sm-5:nth-child(even),
  .fw-xsx > .row > .col-sm-6:nth-child(even),
  .fw-xsx > .row > .col-sm-7:nth-child(even),
  .fw-xsx > .row > .col-sm-8:nth-child(even),
  .fw-xsx > .row > .col-sm-9:nth-child(even),
  .fw-xsx > .row > .col-sm-10:nth-child(even),
  .fw-xsx > .row > .col-sm-11:nth-child(even),
  .fw-xsx > .row > .col-sm-12:nth-child(even) {
    padding-left: 1.5px;
  }
  .fw-xsx > .row > .col-md-1,
  .fw-xsx > .row > .col-md-2,
  .fw-xsx > .row > .col-md-3,
  .fw-xsx > .row > .col-md-4,
  .fw-xsx > .row > .col-md-5,
  .fw-xsx > .row > .col-md-6,
  .fw-xsx > .row > .col-md-7,
  .fw-xsx > .row > .col-md-8,
  .fw-xsx > .row > .col-md-9,
  .fw-xsx > .row > .col-md-10,
  .fw-xsx > .row > .col-md-11,
  .fw-xsx > .row > .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* ###### BOX ######## */
.box {
  height: 140px;
  overflow: hidden;
  padding: 12px 10px 10px;
  margin-bottom: 16px;
  position: relative;
}
.box a,
.box a:link,
.box a:hover,
.box a:active,
.box a:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 10px;
  right: 10px;
}
.box a:after,
.box a:link:after,
.box a:hover:after,
.box a:active:after,
.box a:visited:after {
  background: url(../icons/arrow_big_white_right.svg) no-repeat;
  content: '';
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box a.black:after,
.box a:link.black:after,
.box a:hover.black:after,
.box a:active.black:after,
.box a:visited.black:after {
  background: url(../icons/arrow_big_black_right.svg) no-repeat !important;
}
@media (min-width: 992px) {
  .box a.noarrow:after,
  .box a:link.noarrow:after,
  .box a:hover.noarrow:after,
  .box a:active.noarrow:after,
  .box a:visited.noarrow:after {
    display: none;
  }
}
.box a.noarrow-atall:after,
.box a:link.noarrow-atall:after,
.box a:hover.noarrow-atall:after,
.box a:active.noarrow-atall:after,
.box a:visited.noarrow-atall:after {
  display: none;
}
.box .arrow:after {
  background: url(../icons/arrow_big_white_right.svg) no-repeat;
  content: '';
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  right: -15px;
  top: 50%;
  margin: -10px -10px 0 0;
}
.box .arrow.black:after {
  background: url(../icons/arrow_big_black_right.svg) no-repeat;
}
.box.box-aspect {
  height: auto;
}
.box.box-aspect:after {
  content: '';
  display: block;
  padding-top: calc(58.7% - 15px);
}
.box.bg-img {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.box.bg-img.bg-news {
  background-image: url('../images/Web-Paket-Gratis-Aktion-Box-Website-1.jpg');
}
.box.bg-img.bg-features {
  background-image: url('../images/CCPortal_DPD-News.jpg');
}
.box.bg-img.bg-func {
  background-image: url('../images/boxes/kennenlernen_2.jpg');
}
.box.bg-img.bg-30years {
  background-image: url('../images/myDPD_neues-Bild_Wir-feiern2.png');
}
.box.bg-img.bg-contact {
  background-image: url('../images/boxes/contact_2.jpg');
}
.box.bg-img.bg-packaging {
  background-image: url('../images/boxes/parcel_packaging_2.jpg');
}
.box.bg-img.bg-teaser-asg {
  background-image: url('../images/Kachel_myDPD_Abstellgenehmigung.gif');
}
.box.bg-img.bg-teaser-box {
  background-image: url('../images/myDPD_Kachel-Startseite_Pickup-Versandkartons.png');
}
.box.bg-img.bg-profil-aktuell {
  background-image: url('../images/boxes/usr_home_big_2.jpg');
}
.box.bg-img.bg-profil-poasg {
  background-image: url('../images/boxes/usr_home_poasg_2.jpg');
}
.box.bg-img.bg-profil-ws {
  background-image: url('../images/boxes/usr_home_wswb_1.jpg');
}
.box.bg-img.bg-rating {
  background-image: url('../images/boxes/parcel_rate_2.jpg');
}
.box.bg-img.bg-freude-versenden {
  background-image: url('../images/boxes/freude-versenden_2.jpg');
}
.box.bg-img.bg-life {
  background-image: url('../images/life_img_small_v8.png');
}
.box.bg-img.bg-left {
  background-position: left;
}
.box.bg-img.bg-center {
  background-position: center;
}
@media (max-width: 767px) {
  .box.bg-img.bg-xs-left {
    background-position: left;
  }
  .box.bg-img.bg-xs-right {
    background-position: right;
  }
  .box.bg-img.bg-xs-center {
    background-position: center;
  }
}
.box.bg-bright:hover *,
.box.bg-bright * {
  color: #414042 !important;
}
.box.bg-bright a:after {
  background: url(../icons/arrow_big_black_right.svg) no-repeat;
}
.box.bg-dark:hover *,
.box.bg-dark * {
  color: #fff;
}
.box.bg-dark a:after {
  background: url(../icons/arrow_big_white_right.svg) no-repeat;
}
@media (min-width: 768px) {
  .box.special a:before {
    /*background: url(../icons/Forbidden_trans_neg_rgb.svg) no-repeat;*/
    background: url(../icons/Parcel_with_DPD_branding_trans_neg_rgb.svg) no-repeat;
    content: '';
    /*width: 50px;
			height: 50px;*/
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.box.noarrow a:after {
  display: none;
}
.box.box-xl {
  min-height: 296px;
}
.box.box-xl.map {
  min-height: 296px;
}
.box.box-xl .floating-panel {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.box.box-xl .floating-panel .clock-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  text-align: center;
  color: #DC0032;
  display: none;
}
.box.box-xl .floating-panel .clock-message.update {
  font-size: 16px;
  font-family: 'PlutoSansDPDRegular';
}
.box .ib {
  display: inline-block;
  position: relative;
}
.box .ib.ico-nachbar:before {
  background: url(../icons/neighbour_desktop.svg) no-repeat center;
}
.box .ib.ico-termin:before {
  background: url(../icons/change_day.svg) no-repeat center;
}
.box .ib.ico-abstellen:before {
  background: url(../icons/parcellock.svg) no-repeat center;
}
.box .ib.ico-adresse:before {
  background: url(../icons/change_place.svg) no-repeat center;
}
.box .ib.ico-shopabholung:before {
  background: url(../icons/dropoff.svg) no-repeat center;
}
.box .ib.ico-boxabholung:before {
  background: url(../icons/pickupbox_notext.svg) no-repeat center;
}
.box .ib.ico-annahme:before {
  background: url(../icons/handed.svg) no-repeat center;
}
.box .ib.ico-home:before {
  background: url(../icons/home_collection.svg) no-repeat center;
}
.box .ib[class*="ico-"] {
  padding-left: 22px;
  margin-bottom: 5px;
}
.box .ib[class*="ico-"]:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
}
.box .ib.hl,
.box .ib.hl:hover {
  margin-left: 20px;
  line-height: 32px;
  display: block;
}
.box .ib.hl[class*="ico-"]:before,
.box .ib.hl:hover[class*="ico-"]:before {
  left: -20px;
  width: 28px;
  height: 28px;
}
.box p {
  font-size: 13px;
  line-height: 16px;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  margin-bottom: 8px;
}
.box p.bottom {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.box p.bottom.relative {
  position: relative;
}
.box ul {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 18px;
}
.box ul li {
  padding: 0;
}
.box .headline {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
}
.box .headline .small {
  font-size: 13px;
  line-height: 16px;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  margin-bottom: 8px;
}
.box > a.ib,
.box > a.ib:link,
.box > a.ib:hover,
.box > a.ib:active,
.box > a.ib:visited {
  display: inline-block;
  position: relative;
}
.box > a.ib:after,
.box > a.ib:link:after,
.box > a.ib:hover:after,
.box > a.ib:active:after,
.box > a.ib:visited:after {
  display: none;
}
.box > a.ib[class*="ico-"],
.box > a.ib:link[class*="ico-"],
.box > a.ib:hover[class*="ico-"],
.box > a.ib:active[class*="ico-"],
.box > a.ib:visited[class*="ico-"] {
  padding-left: 22px;
  margin-bottom: 5px;
}
.box > a.ib[class*="ico-"]:before,
.box > a.ib:link[class*="ico-"]:before,
.box > a.ib:hover[class*="ico-"]:before,
.box > a.ib:active[class*="ico-"]:before,
.box > a.ib:visited[class*="ico-"]:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
}
.box.bg-features {
  background: transparent url(../images/dummy-features.jpg) no-repeat;
  background-size: cover;
}
.box.bg-b2c {
  background: transparent url(../images/dummy-b2c.jpg) no-repeat;
  background-size: cover;
}
.box.bg-paketfinder {
  background: url(../images/dummy-pickup-paketfinder.jpg) no-repeat bottom center;
}
@media (max-width: 767px) {
  .box.bg-paketfinder {
    background: none;
    min-height: 0 !important;
  }
}
.box.bg-richtig-verpacken {
  background: transparent url(../images/richtig-verpacken.jpg) no-repeat;
  background-size: cover;
}
.box.bg-freude-versenden {
  background: transparent url(../images/Kachel_Freudeversenden.png) no-repeat;
  background-size: cover;
}
.box.bg-grey {
  color: #414042;
}
.box.bg-grey a,
.box.bg-grey a:link,
.box.bg-grey a:hover,
.box.bg-grey a:active,
.box.bg-grey a:visited {
  color: #414042;
}
.box.bg-grey a:after,
.box.bg-grey a:link:after,
.box.bg-grey a:hover:after,
.box.bg-grey a:active:after,
.box.bg-grey a:visited:after {
  background: url(../icons/arrow_big_black_right.svg) no-repeat;
}
@media (min-width: 768px) {
  #parc_list_send_info .box {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .box {
    height: 120px;
    min-height: 120px;
    padding: 15px 10px 15px 15px;
    margin-bottom: 3px;
  }
  .box.box-xs-dynamic {
    height: auto;
  }
  .box.margin-md {
    margin-bottom: 10px;
  }
  .box .headline {
    line-height: 1em;
  }
  .box p {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .box p.relative {
    position: relative;
  }
}
/*#### notifyBar ##### */
@-webkit-keyframes notifyBar-slide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 15px 0 #414042;
  }
}
@keyframes notifyBar-slide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 15px 0 #414042;
  }
}
.notifyBar {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  background-color: #A90034;
  box-shadow: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.notifyBar:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 20px;
  background: url(/assets/icons/confirmation-white.svg) center / cover no-repeat;
}
.notifyBar.in {
  animation: notifyBar-slide 1s forwards, notifyBar-slide 1s reverse forwards 3s;
}
/*#### onboarding ##### */
.onboarding {
  --page-number: 1;
  zoom: 0.9;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1500;
  border-radius: 0px;
  overflow: hidden;
}
.onboarding .slider {
  width: 400%;
  /* for 4 slides 400%, 5 slides 500% etc. */
  height: 100%;
  display: flex;
  background-color: #fff;
  margin-left: calc(-100% * (var(--page-number) - 1));
  transition: margin-left 400ms;
}
.onboarding .slider .slide {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*img,*/
}
.onboarding .slider .slide p {
  margin: 20px;
  /*
			    max-width: 250px;
			    font-size: 13px;
			    */
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #414042;
}
.onboarding .slider .slide h1 {
  margin: 50px 0 30px 0;
  /*
			    text-transform: uppercase;
			    font-size: 23px;
			    letter-spacing: .25em;
			    */
  font-size: 28px;
  color: #414042;
}
.onboarding .slider .slide .img {
  /* transform: scale(0.7); */
  margin-bottom: 20px;
}
.onboarding .slider .slide .img {
  /*
			    height: 220px;
			    width: 220px;
			    */
  max-height: 50%;
  max-width: 70%;
  text-align: center;
  height: 40%;
  width: 70%;
}
.onboarding .slider .slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.onboarding .controls {
  --h: 167px;
  height: var(--h);
  margin-top: calc(var(--h) * -1);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.onboarding .controls a.btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  height: 65px;
  background: #DC0032;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.onboarding .controls form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px;
}
.onboarding .controls form input[type="radio"] {
  outline: none;
  margin: 20px 5px;
  opacity: 0;
}
.onboarding .controls form input[type="radio"] + label {
  position: relative;
  top: -1px;
  left: -17px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #414042;
  border: 1px solid #414042;
  transition: border 300ms, background 300ms;
}
.onboarding .controls form input[type="radio"]:checked + label {
  border: 1px solid #DC0032;
  background-color: #DC0032;
}
.nav-tabs {
  font-family: PlutoSansDPDRegular;
  border-bottom: 1px solid #e6e7e7;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active,
.nav-tabs > li > a:link {
  border: none;
  color: #414042;
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:link {
  color: #DC0032;
  border: none;
  border-bottom: 2px solid #DC0032;
}
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-left > .tab-content > .tab-pane,
.pill-content > .tab-pane,
.tabs-left > .tab-content > .pill-pane,
.pill-content > .pill-pane {
  display: none;
}
.tabs-left > .tab-content > .active,
.pill-content > .active {
  display: block;
}
@media (min-width: 768px) {
  .tabs-left > .tab-content > .tab-pane {
    width: 72%;
    float: right;
  }
}
@media (max-width: 767px) {
  .nav-tab-xs {
    padding: 16px;
    border-bottom: 1px solid #f2f3f3 !important;
    background-color: #fff;
  }
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  width: 25%;
  min-height: 550px;
  float: left;
  /*margin-right: 19px;*/
  margin-right: 0px;
  border-right: 1px solid #e6e7e8;
  background-color: #fff;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:active,
.tabs-left > .nav-tabs > li > a:link {
  margin-right: -1px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #f2f3f3 !important;
  border-color: #f2f3f3;
}
.tabs-left > .nav-tabs > li.active > a {
  border-width: 1px !important;
  background-color: #f2f3f3;
  border-color: #e6e7e7 transparent #e6e7e7 #e6e7e7 !important;
}
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus {
  border-color: #e6e7e7 transparent #e6e7e7 #e6e7e7;
}
.tabs-left > .nav-tabs > li:last-child > a {
  border-bottom: none !important;
}
.tabs-left > .tab-content > .tab-pane {
  position: relative;
}
@media (min-width: 768px) {
  .tabs-left > .tab-content > .tab-pane {
    width: 75%;
  }
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs > li.active > a {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-right > .nav-tabs > li.active > a:hover,
.tabs-right > .nav-tabs > li.active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
/*#### header ##### */
.header {
  margin-top: 9px;
  margin-bottom: 20px;
}
.header .global-navigation {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.header .global-navigation a {
  color: #414042;
  line-height: 14px;
  display: inline-block;
}
.header .global-navigation a:hover,
.header .global-navigation a.active {
  color: #DC0032;
}
.header .global-navigation > ul {
  float: right;
}
.header .global-navigation > ul > li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 6px 10px 21px 12px;
  overflow: visible;
  outline: none;
  z-index: 1;
}
.header .global-navigation > ul > li:before {
  content: " ";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 14px;
  border-right: 1px solid #414042;
}
.header .global-navigation > ul > li:last-child:before {
  border-right: none;
}
.header .global-navigation > ul > li a {
  color: #414042;
  line-height: 14px;
  display: inline-block;
}
.header .global-navigation > ul > li a:hover,
.header .global-navigation > ul > li a.active {
  color: #DC0032;
}
.header .global-navigation > ul > li.sub {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .global-navigation > ul > li.sub > a {
  z-index: 5;
  position: relative;
  background: url(../icons/arrow_small_black_down.svg) no-repeat 100% 33%;
  padding-right: 18px;
}
.header .global-navigation > ul > li.sub.open,
.header .global-navigation > ul > li.sub:hover {
  z-index: 3;
}
.header .global-navigation > ul > li.sub.open ul,
.header .global-navigation > ul > li.sub:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header .global-navigation > ul > li.sub.open > a,
.header .global-navigation > ul > li.sub:hover > a {
  color: #DC0032;
  outline: none;
  background-image: url(../icons/arrow_small_red_down.svg);
}
.header .global-navigation > ul > li > ul {
  display: none;
  position: absolute;
  top: -9px;
  left: 0;
  z-index: 1;
  min-width: 100px;
  background-color: #fff;
  text-align: left;
  padding: 35px 0 0 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 1px solid #e6e7e7;
  border-top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header .global-navigation > ul > li > ul li {
  float: none;
  display: block;
  white-space: nowrap;
}
.header .global-navigation > ul > li > ul li a {
  display: block;
  padding: 5px 10px;
  line-height: 18px;
}
.header .global-navigation > ul > li > ul li:hover {
  background-color: #DC0032;
}
.header .global-navigation > ul > li > ul li:hover a {
  color: #fff;
}
.header h1.metatext {
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
  font-size: 23px;
  color: #DC0032;
  line-height: 28px;
}
@media (max-width: 992px) {
  .header h1.metatext {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.swipe-item {
  overflow: hidden;
  position: relative;
  /*min-height: 71px;*/
  /* CCP-377 */
  min-height: 80px;
  margin-left: -16px;
  margin-right: -16px;
}
.swipe-item .item-swipe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff url(../icons/swipe_dots.svg) no-repeat 98% 50%;
}
.swipe-item a {
  padding-left: 16px;
  padding-right: 16px;
}
.swipe-item a.item-swipe {
  text-decoration: inherit;
}
.swipe-item a.item-swipe:active {
  color: inherit;
}
.swipe-item a.item-swipe.swiped {
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.swipe-item .item-back {
  padding: 10px;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.swipe-item .item-back .action {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 80px;
  border: inherit;
  outline: inherit;
  color: #fff;
  padding: 0;
  font-size: 11px;
  text-align: center;
}
.swipe-item .item-back .action.first {
  right: 0;
}
.swipe-item .item-back .action.second {
  right: 80px;
}
.swipe-item .item-back .action.btn-darkgrey {
  background-color: #808285;
}
.settings-toggles * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.25s ease-in-out;
  outline: none;
}
.settings-toggles *:before,
.settings-toggles *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.25s ease-in-out;
  outline: none;
}
.toggles {
  width: 50px;
  text-align: center;
  float: right;
}
.ios-toggle {
  position: absolute;
  left: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}
.ios-toggle:active {
  position: absolute;
  left: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}
.ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 22px);
}
.show-greyscale .img-greyscale {
  filter: grayscale(100%);
  transition: all 0.4s;
}
.show-greyscale:hover .img-greyscale {
  filter: none;
  transition: all 0.4s;
}
.reload-counter {
  position: relative;
}
.reload-counter.spin img {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.reload-counter span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 10px;
  line-height: 48px;
  width: 48px;
  text-align: center;
}
#floating-panel {
  z-index: 100;
}
#floating-panel canvas {
  width: 100%;
  margin: 0 auto !important;
}
#floating-panel .clock-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  text-align: center;
  color: #DC0032;
  display: none;
}
#floating-panel .clock-message.update {
  font-size: 16px;
  font-family: 'PlutoSansDPDRegular';
}
.map-fullscreen {
  z-index: 10;
  position: absolute;
  left: 5px !important;
  top: 5px !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
}
.map-fullscreen:after {
  display: none;
}
.watch,
.watch-xs {
  position: relative;
}
.watch #floating-panel,
.watch-xs #floating-panel {
  position: relative;
}
.watch.has-watch,
.watch-xs.has-watch {
  min-height: 100px;
}
.panel-group .panel {
  border: none;
  padding: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-group .panel .panel-beige .panel-body {
  background-color: #cac4be;
}
@media (max-width: 767px) {
  .panel-group .panel .panel-beige .panel-body {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.panel-group .panel form {
  width: 40%;
  min-width: 210px;
}
.panel-group .panel form .form-control {
  background-color: white;
}
.panel-group .panel-primary > .panel-heading {
  background-color: #DC0032 !important;
}
.panel-group .panel-heading {
  padding: 0 15px;
  border-bottom: none;
  text-decoration: none;
}
.panel-group .panel-title {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*line-height: 50px;*/
  font-size: 18px;
  position: relative;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
}
.panel-group .panel-title .pull-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /*
			position: relative;
			display:inline-block;
			margin: 0 7px;
			/*
			position: absolute;
			top: 50%;
			right: 0;
			transform: translate3d(0, -50%, 0);
			*/
}
.panel-group .panel-title span.title {
  display: inline-block;
  max-width: calc(100% - 45px);
}
@media (max-width: 767px) {
  .panel-group .panel-title {
    /*line-height: 36px;*/
    position: relative;
    /*padding-right: 50px;*/
    /*CCP-539*/
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*
			.pull-right {
				position: absolute;
				top: 50%;
				right: 0;
				transform: translate3d(0, -50%, 0); 
			}
			*/
  }
  .panel-group .panel-title a,
  .panel-group .panel-title a:active,
  .panel-group .panel-title a:link,
  .panel-group .panel-title a:hover {
    text-decoration: none;
  }
}
.panel-group .panel-body {
  border: none !important;
  background-color: #e6e7e7;
}
.panel-group .collapsed .indicator-plus {
  display: block;
}
.panel-group .collapsed .indicator-minus {
  display: none;
}
.panel-group .indicator-plus {
  display: none;
}
.panel-group .indicator-minus {
  display: block;
}
.boxed {
  margin-bottom: 15px;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
}
.boxed.light {
  border-color: #e6e7e7;
}
@media (min-width: 992px) {
  .boxed {
    border: 1px solid #414042;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .boxed > .container-fluid {
    padding: 0px;
  }
}
.material-group,
.material-style {
  position: relative;
}
.material-group:after,
.material-style:after,
.material-group:before,
.material-style:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b7b6b7;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.material-group::after,
.material-style::after {
  background-color: #DC0032;
  transform: scaleX(0);
}
.material-group label,
.material-style label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transform: translate3d(10px, 40px, 0);
  transition: all 0.5s;
}
.material-group input.form-control,
.material-style input.form-control,
.material-group input.form-control-white,
.material-style input.form-control-white {
  background: transparent !important;
  border: none !important;
}
.material-group.is-active:after,
.material-style.is-active:after {
  transform: scaleX(1);
}
.material-group.is-active label,
.material-style.is-active label {
  font-size: 13px;
  color: #DC0032;
}
.material-group.is-completed label,
.material-style.is-completed label {
  font-size: 13px;
  transform: translate3d(0, 0, 0);
}
.material-group .input-group-addon,
.material-style .input-group-addon {
  background-color: transparent;
  border: none;
}
.material-style label {
  font-size: 13px;
  transform: translate3d(0, 0, 0);
}
.material-group label {
  pointer-events: none;
}
.popover-content {
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}
.popover-content .notification {
  padding: 5px 10px;
  border-left: 3px solid #e6e7e7;
  font-size: 11px;
}
.popover-content .notification h4 {
  margin: 0;
}
.popover-content .notification.new {
  border-color: #DC0032;
}
.popover-content .notification:hover {
  text-decoration: none;
  color: #414042;
}
.popover-content hr {
  padding: 0;
  border-top: 1px solid #e6e7e7;
  margin: 2px 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .popover {
    min-width: 300px;
  }
  .popover a {
    display: inline-block;
    color: #414042;
  }
}
/*#### unslider ##### */
/*
.unslider .item .textbox.black{
	*{color: @color-black}
	a.arrow:after{background: url('../icons/arrow_small_black_right.svg') no-repeat 100% 33%}
}


.unslider {
	margin: 0 -8px 16px;
	position: relative; 
	overflow: auto;
	padding: 0;
	
	ul, ol, li {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none; 
	}
	
	.parceltracker {
	
		position: absolute;
		right: 34px;
		bottom: 48px;
		background: rgba(255, 255, 255, 0.7);
		padding: 20px;
		min-width: 370px;
		z-index: 22; 
		
		h1 {
			margin: 0 0 15px 0;
			font-size: 30px;
			line-height: 20px;
			color: @color-black; 
		}
		
		@media screen and (max-width: 992px) and (min-width: 768px) {
			min-width: 180px;
			max-width: 320px;
			
			h1 {font-size: 24px; } 
		}
	}
	
	.item{
		.textbox {
			position: absolute;
			bottom: 48px;
			left: 34px;
			 
			h1 {
				margin: 0 0 15px 0;
				font-size: 30px;
				line-height: 20px;
				color: #fff; 
			}
			a {
				font-size: 18px;
				line-height: 18px;
				color: #fff;
				font-family: "PlutoSansDPDLight", Arial,Verdana,sans-serif; 
				
				&.arrow:after {
					content: '';
					background: url(../icons/arrow_small_white_right.svg) no-repeat 100% 33%;
					width: 15px;
					height: 20px;
					position: absolute; 
				}
			}
			
			@media screen and (max-width: 992px) and (min-width: 768px) {
				min-width: 180px;
				max-width: 320px;
				h1 {font-size: 24px; } 
			}
		}
		
		.img{
			width: 100%;
			height: 100%;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		 
	}
	
	.unslider-nav {
		position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: center;
		height: 15px;
		outline: 0;
		display: block;
		position: absolute;
		z-index: 100;
		opacity: 0.90;
		filter: alpha(opacity=90); 
		
		
		ol {
			margin: 0;
			padding: 0; 
			
			li {
				list-style: none;
				margin: 0 5px;
				padding: 0;
				display: inline-block;
				text-indent: -9999px;
				background-color: #e6e7e8;
				border: 1px solid #e6e7e8;
				border-radius: 50%;
				cursor: pointer;
				width: 10px;
				height: 10px;
				outline: 0; 
				
				&.unslider-active {
					width: 10px;
					height: 10px;
					background-color: @color-primary;
					border: 1px solid @color-primary; 
				}
			}
		}
	}
	
		
	.unslider-wrap {
		position: relative;
		&.unslider-carousel > li {float: left; } 
	}
	.unslider-vertical{
		& > ul {
			height: 100%; 
		}
		li {
			float: none;
			width: 100%; 
		}
	}
	.unslider-fade {
		position: relative; 
		height: 323px;
		position: relative;
		transition: all 0.5s ease-out;
		
		@media screen and (max-width: 992px) and (min-width: 768px) {
			height: 246px; 
		}
		
		li {
			height: 323px;
			overflow: hidden;
			
			
			@media screen and (max-width: 992px) and (min-width: 768px) {
				height: 246px; 
			}
			
			&.video_bg{ 
				& > video {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					
					height: 300%;
					top: -100%; 
					
					@supports (object-fit: cover) {
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
				}
			}
		}
		
		.unslider-wrap li {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			z-index: 8;
			 
			&.unslider-active {z-index: 10; }
		}
		
		&.invisible {
			max-height: 0;
			overflow: hidden;
			transition: all 0.5s ease-out; 
		}
	} 
	
	.unslider-arrow {
		position: absolute;
		left: 20px;
		z-index: 2;
		cursor: pointer;
		
		&.next {
			left: auto;
			right: 20px; 
		} 
	}
		
		
	@media (max-width: 767px) {
		margin-bottom: 10px;
		margin: 0 -10px 16px;
		overflow-y: hidden;
		
		.unslider-fade {
			height: 220px; 
		}
		.unslider-nav {bottom: 0px; }
		
		.unslider-wrap {
			min-height: 60px;
			height: 100% !important;
		}
		
		
		.parceltracker {
			position: relative;
			right: auto;
			bottom: auto;
			padding: 0;
			min-width: 0px;
			margin-bottom: 25px;
			display:none;
			
			h1 {display: none; }
			input.form-control {background-color: #e6e7e7; }
			.btn-search {
				background-color: #e6e7e7 !important;
				background-image: url(../icons/magnifier.svg); 
			}
		 }
		 
		 .item {
		
			height: 100% !important;
			background: none;
			min-height: 0px;
			
			
			.textbox {
				
				h1 {

					line-height: 30px; 
				}
				a {

					
					&.arrow:after {background: url(../icons/arrow_small_white_right.svg) no-repeat 100% 33%; }
				}
			}
		}
	}
}
*/
.mapbox {
  min-height: 500px;
}
.mapbox.sm {
  min-height: 296px;
}
.lifecircle {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .lifecircle {
    left: 18.8%;
  }
}
.lifecircle .line {
  position: relative;
  top: 0;
  left: 5px;
  border: 1px solid #808285;
  width: 0px;
  padding: 0;
  margin: 0;
  z-index: 1;
  transition: all 2s linear;
}
.lifecircle .line:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #DC0032;
  /*border: 2px solid blue;*/
  height: 0px;
}
.lifecircle .line.in:before {
  height: 100%;
  transition: all 2s linear;
}
.lifecircle .line.dots-count-1 {
  height: calc(1 * 60px);
}
.lifecircle .line.dots-count-1.in:before {
  height: 100%;
  transition: all calc(0.4s * 1) linear;
}
.lifecircle .line.dots-count-2 {
  height: calc(2 * 60px);
}
.lifecircle .line.dots-count-2.in:before {
  height: 100%;
  transition: all calc(0.4s * 2) linear;
}
.lifecircle .line.dots-count-3 {
  height: calc(3 * 60px);
}
.lifecircle .line.dots-count-3.in:before {
  height: 100%;
  transition: all calc(0.4s * 3) linear;
}
.lifecircle .line.dots-count-4 {
  height: calc(4 * 60px);
}
.lifecircle .line.dots-count-4.in:before {
  height: 100%;
  transition: all calc(0.4s * 4) linear;
}
.lifecircle .line.dots-count-5 {
  height: calc(5 * 60px);
}
.lifecircle .line.dots-count-5.in:before {
  height: 100%;
  transition: all calc(0.4s * 5) linear;
}
.lifecircle .line.dots-count-6 {
  height: calc(6 * 60px);
}
.lifecircle .line.dots-count-6.in:before {
  height: 100%;
  transition: all calc(0.4s * 6) linear;
}
.lifecircle .line.dots-count-7 {
  height: calc(7 * 60px);
}
.lifecircle .line.dots-count-7.in:before {
  height: 100%;
  transition: all calc(0.4s * 7) linear;
}
.lifecircle .line.dots-count-8 {
  height: calc(8 * 60px);
}
.lifecircle .line.dots-count-8.in:before {
  height: 100%;
  transition: all calc(0.4s * 8) linear;
}
.lifecircle .line.dots-count-9 {
  height: calc(9 * 60px);
}
.lifecircle .line.dots-count-9.in:before {
  height: 100%;
  transition: all calc(0.4s * 9) linear;
}
.lifecircle .line.dots-count-10 {
  height: calc(10 * 60px);
}
.lifecircle .line.dots-count-10.in:before {
  height: 100%;
  transition: all calc(0.4s * 10) linear;
}
.lifecircle .line.dots-count-11 {
  height: calc(11 * 60px);
}
.lifecircle .line.dots-count-11.in:before {
  height: 100%;
  transition: all calc(0.4s * 11) linear;
}
.lifecircle .line.dots-count-12 {
  height: calc(12 * 60px);
}
.lifecircle .line.dots-count-12.in:before {
  height: 100%;
  transition: all calc(0.4s * 12) linear;
}
.lifecircle .line.dots-count-13 {
  height: calc(13 * 60px);
}
.lifecircle .line.dots-count-13.in:before {
  height: 100%;
  transition: all calc(0.4s * 13) linear;
}
.lifecircle .line.dots-count-14 {
  height: calc(14 * 60px);
}
.lifecircle .line.dots-count-14.in:before {
  height: 100%;
  transition: all calc(0.4s * 14) linear;
}
.lifecircle .line.dots-count-15 {
  height: calc(15 * 60px);
}
.lifecircle .line.dots-count-15.in:before {
  height: 100%;
  transition: all calc(0.4s * 15) linear;
}
.lifecircle .line.dots-count-16 {
  height: calc(16 * 60px);
}
.lifecircle .line.dots-count-16.in:before {
  height: 100%;
  transition: all calc(0.4s * 16) linear;
}
.lifecircle .line.dots-count-17 {
  height: calc(17 * 60px);
}
.lifecircle .line.dots-count-17.in:before {
  height: 100%;
  transition: all calc(0.4s * 17) linear;
}
.lifecircle .line.dots-count-18 {
  height: calc(18 * 60px);
}
.lifecircle .line.dots-count-18.in:before {
  height: 100%;
  transition: all calc(0.4s * 18) linear;
}
.lifecircle .line.dots-count-19 {
  height: calc(19 * 60px);
}
.lifecircle .line.dots-count-19.in:before {
  height: 100%;
  transition: all calc(0.4s * 19) linear;
}
.lifecircle .line.dots-count-20 {
  height: calc(20 * 60px);
}
.lifecircle .line.dots-count-20.in:before {
  height: 100%;
  transition: all calc(0.4s * 20) linear;
}
.lifecircle .line.dots-count-21 {
  height: calc(21 * 60px);
}
.lifecircle .line.dots-count-21.in:before {
  height: 100%;
  transition: all calc(0.4s * 21) linear;
}
.lifecircle .line.dots-count-22 {
  height: calc(22 * 60px);
}
.lifecircle .line.dots-count-22.in:before {
  height: 100%;
  transition: all calc(0.4s * 22) linear;
}
.lifecircle .line.dots-count-23 {
  height: calc(23 * 60px);
}
.lifecircle .line.dots-count-23.in:before {
  height: 100%;
  transition: all calc(0.4s * 23) linear;
}
.lifecircle .line.dots-count-24 {
  height: calc(24 * 60px);
}
.lifecircle .line.dots-count-24.in:before {
  height: 100%;
  transition: all calc(0.4s * 24) linear;
}
.lifecircle .line.dots-count-25 {
  height: calc(25 * 60px);
}
.lifecircle .line.dots-count-25.in:before {
  height: 100%;
  transition: all calc(0.4s * 25) linear;
}
.lifecircle .line.dots-count-26 {
  height: calc(26 * 60px);
}
.lifecircle .line.dots-count-26.in:before {
  height: 100%;
  transition: all calc(0.4s * 26) linear;
}
.lifecircle .line.dots-count-27 {
  height: calc(27 * 60px);
}
.lifecircle .line.dots-count-27.in:before {
  height: 100%;
  transition: all calc(0.4s * 27) linear;
}
.lifecircle .line.dots-count-28 {
  height: calc(28 * 60px);
}
.lifecircle .line.dots-count-28.in:before {
  height: 100%;
  transition: all calc(0.4s * 28) linear;
}
.lifecircle .line.dots-count-29 {
  height: calc(29 * 60px);
}
.lifecircle .line.dots-count-29.in:before {
  height: 100%;
  transition: all calc(0.4s * 29) linear;
}
.lifecircle .line.dots-count-30 {
  height: calc(30 * 60px);
}
.lifecircle .line.dots-count-30.in:before {
  height: 100%;
  transition: all calc(0.4s * 30) linear;
}
.lifecircle .line.dots-count-31 {
  height: calc(31 * 60px);
}
.lifecircle .line.dots-count-31.in:before {
  height: 100%;
  transition: all calc(0.4s * 31) linear;
}
.lifecircle .line.dots-count-32 {
  height: calc(32 * 60px);
}
.lifecircle .line.dots-count-32.in:before {
  height: 100%;
  transition: all calc(0.4s * 32) linear;
}
.lifecircle .line.dots-count-33 {
  height: calc(33 * 60px);
}
.lifecircle .line.dots-count-33.in:before {
  height: 100%;
  transition: all calc(0.4s * 33) linear;
}
.lifecircle .line.dots-count-34 {
  height: calc(34 * 60px);
}
.lifecircle .line.dots-count-34.in:before {
  height: 100%;
  transition: all calc(0.4s * 34) linear;
}
.lifecircle .line.dots-count-35 {
  height: calc(35 * 60px);
}
.lifecircle .line.dots-count-35.in:before {
  height: 100%;
  transition: all calc(0.4s * 35) linear;
}
.lifecircle .line.dots-count-36 {
  height: calc(36 * 60px);
}
.lifecircle .line.dots-count-36.in:before {
  height: 100%;
  transition: all calc(0.4s * 36) linear;
}
.lifecircle .line.dots-count-37 {
  height: calc(37 * 60px);
}
.lifecircle .line.dots-count-37.in:before {
  height: 100%;
  transition: all calc(0.4s * 37) linear;
}
.lifecircle .line.dots-count-38 {
  height: calc(38 * 60px);
}
.lifecircle .line.dots-count-38.in:before {
  height: 100%;
  transition: all calc(0.4s * 38) linear;
}
.lifecircle .line.dots-count-39 {
  height: calc(39 * 60px);
}
.lifecircle .line.dots-count-39.in:before {
  height: 100%;
  transition: all calc(0.4s * 39) linear;
}
.lifecircle .line.dots-count-40 {
  height: calc(40 * 60px);
}
.lifecircle .line.dots-count-40.in:before {
  height: 100%;
  transition: all calc(0.4s * 40) linear;
}
.lifecircle .line.dots-count-41 {
  height: calc(41 * 60px);
}
.lifecircle .line.dots-count-41.in:before {
  height: 100%;
  transition: all calc(0.4s * 41) linear;
}
.lifecircle .line.dots-count-42 {
  height: calc(42 * 60px);
}
.lifecircle .line.dots-count-42.in:before {
  height: 100%;
  transition: all calc(0.4s * 42) linear;
}
.lifecircle .line.dots-count-43 {
  height: calc(43 * 60px);
}
.lifecircle .line.dots-count-43.in:before {
  height: 100%;
  transition: all calc(0.4s * 43) linear;
}
.lifecircle .line.dots-count-44 {
  height: calc(44 * 60px);
}
.lifecircle .line.dots-count-44.in:before {
  height: 100%;
  transition: all calc(0.4s * 44) linear;
}
.lifecircle .line.dots-count-45 {
  height: calc(45 * 60px);
}
.lifecircle .line.dots-count-45.in:before {
  height: 100%;
  transition: all calc(0.4s * 45) linear;
}
.lifecircle .line.dots-count-46 {
  height: calc(46 * 60px);
}
.lifecircle .line.dots-count-46.in:before {
  height: 100%;
  transition: all calc(0.4s * 46) linear;
}
.lifecircle .line.dots-count-47 {
  height: calc(47 * 60px);
}
.lifecircle .line.dots-count-47.in:before {
  height: 100%;
  transition: all calc(0.4s * 47) linear;
}
.lifecircle .line.dots-count-48 {
  height: calc(48 * 60px);
}
.lifecircle .line.dots-count-48.in:before {
  height: 100%;
  transition: all calc(0.4s * 48) linear;
}
.lifecircle .line.dots-count-49 {
  height: calc(49 * 60px);
}
.lifecircle .line.dots-count-49.in:before {
  height: 100%;
  transition: all calc(0.4s * 49) linear;
}
.lifecircle .line.dots-count-50 {
  height: calc(50 * 60px);
}
.lifecircle .line.dots-count-50.in:before {
  height: 100%;
  transition: all calc(0.4s * 50) linear;
}
.lifecircle .line.undelivered {
  z-index: 0;
}
.lifecircle .line.undelivered:before {
  display: none;
}
.lifecircle .line .dot {
  position: absolute;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #808285;
  transition: all 0.3s;
}
.lifecircle .line .dot.dot-0 {
  top: calc(-5px + 0 * 60px) !important;
}
.lifecircle .line .dot.dot-1 {
  top: calc(-5px + 1 * 60px) !important;
}
.lifecircle .line .dot.dot-2 {
  top: calc(-5px + 2 * 60px) !important;
}
.lifecircle .line .dot.dot-3 {
  top: calc(-5px + 3 * 60px) !important;
}
.lifecircle .line .dot.dot-4 {
  top: calc(-5px + 4 * 60px) !important;
}
.lifecircle .line .dot.dot-5 {
  top: calc(-5px + 5 * 60px) !important;
}
.lifecircle .line .dot.dot-6 {
  top: calc(-5px + 6 * 60px) !important;
}
.lifecircle .line .dot.dot-7 {
  top: calc(-5px + 7 * 60px) !important;
}
.lifecircle .line .dot.dot-8 {
  top: calc(-5px + 8 * 60px) !important;
}
.lifecircle .line .dot.dot-9 {
  top: calc(-5px + 9 * 60px) !important;
}
.lifecircle .line .dot.dot-10 {
  top: calc(-5px + 10 * 60px) !important;
}
.lifecircle .line .dot.dot-11 {
  top: calc(-5px + 11 * 60px) !important;
}
.lifecircle .line .dot.dot-12 {
  top: calc(-5px + 12 * 60px) !important;
}
.lifecircle .line .dot.dot-13 {
  top: calc(-5px + 13 * 60px) !important;
}
.lifecircle .line .dot.dot-14 {
  top: calc(-5px + 14 * 60px) !important;
}
.lifecircle .line .dot.dot-15 {
  top: calc(-5px + 15 * 60px) !important;
}
.lifecircle .line .dot.dot-16 {
  top: calc(-5px + 16 * 60px) !important;
}
.lifecircle .line .dot.dot-17 {
  top: calc(-5px + 17 * 60px) !important;
}
.lifecircle .line .dot.dot-18 {
  top: calc(-5px + 18 * 60px) !important;
}
.lifecircle .line .dot.dot-19 {
  top: calc(-5px + 19 * 60px) !important;
}
.lifecircle .line .dot.dot-20 {
  top: calc(-5px + 20 * 60px) !important;
}
.lifecircle .line .dot.dot-21 {
  top: calc(-5px + 21 * 60px) !important;
}
.lifecircle .line .dot.dot-22 {
  top: calc(-5px + 22 * 60px) !important;
}
.lifecircle .line .dot.dot-23 {
  top: calc(-5px + 23 * 60px) !important;
}
.lifecircle .line .dot.dot-24 {
  top: calc(-5px + 24 * 60px) !important;
}
.lifecircle .line .dot.dot-25 {
  top: calc(-5px + 25 * 60px) !important;
}
.lifecircle .line .dot.dot-26 {
  top: calc(-5px + 26 * 60px) !important;
}
.lifecircle .line .dot.dot-27 {
  top: calc(-5px + 27 * 60px) !important;
}
.lifecircle .line .dot.dot-28 {
  top: calc(-5px + 28 * 60px) !important;
}
.lifecircle .line .dot.dot-29 {
  top: calc(-5px + 29 * 60px) !important;
}
.lifecircle .line .dot.dot-30 {
  top: calc(-5px + 30 * 60px) !important;
}
.lifecircle .line .dot.dot-31 {
  top: calc(-5px + 31 * 60px) !important;
}
.lifecircle .line .dot.dot-32 {
  top: calc(-5px + 32 * 60px) !important;
}
.lifecircle .line .dot.dot-33 {
  top: calc(-5px + 33 * 60px) !important;
}
.lifecircle .line .dot.dot-34 {
  top: calc(-5px + 34 * 60px) !important;
}
.lifecircle .line .dot.dot-35 {
  top: calc(-5px + 35 * 60px) !important;
}
.lifecircle .line .dot.dot-36 {
  top: calc(-5px + 36 * 60px) !important;
}
.lifecircle .line .dot.dot-37 {
  top: calc(-5px + 37 * 60px) !important;
}
.lifecircle .line .dot.dot-38 {
  top: calc(-5px + 38 * 60px) !important;
}
.lifecircle .line .dot.dot-39 {
  top: calc(-5px + 39 * 60px) !important;
}
.lifecircle .line .dot.dot-40 {
  top: calc(-5px + 40 * 60px) !important;
}
.lifecircle .line .dot.dot-41 {
  top: calc(-5px + 41 * 60px) !important;
}
.lifecircle .line .dot.dot-42 {
  top: calc(-5px + 42 * 60px) !important;
}
.lifecircle .line .dot.dot-43 {
  top: calc(-5px + 43 * 60px) !important;
}
.lifecircle .line .dot.dot-44 {
  top: calc(-5px + 44 * 60px) !important;
}
.lifecircle .line .dot.dot-45 {
  top: calc(-5px + 45 * 60px) !important;
}
.lifecircle .line .dot.dot-46 {
  top: calc(-5px + 46 * 60px) !important;
}
.lifecircle .line .dot.dot-47 {
  top: calc(-5px + 47 * 60px) !important;
}
.lifecircle .line .dot.dot-48 {
  top: calc(-5px + 48 * 60px) !important;
}
.lifecircle .line .dot.dot-49 {
  top: calc(-5px + 49 * 60px) !important;
}
.lifecircle .line .dot.dot-50 {
  top: calc(-5px + 50 * 60px) !important;
}
.lifecircle .line .dot.in {
  transition: all 0.3s;
  background-color: #DC0032;
}
@media (max-width: 767px) {
  .shop-products {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.responsive-logo {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -36px;
  z-index: 50;
}
.parcel-menu-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #808285;
  color: #fff;
  z-index: 105;
}
.waypoint {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out;
  height: 60px;
}
.waypoint.in {
  visibility: visible;
  opacity: 1;
  color: #414042;
  transition: all 1s ease-out;
}
.waypoint.in.inactive {
  color: #808285;
}
.waypoint .mt-1 {
  margin-top: -1px;
}
.dpdslider {
  height: 323px;
  margin: 0 -8px 16px;
  position: relative;
  overflow: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .dpdslider {
    margin-bottom: 10px;
    margin: 0 -10px 16px;
    overflow-y: hidden;
    height: 220px;
  }
}
.dpdslider .parceltracker {
  position: absolute;
  right: 34px;
  bottom: 48px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  min-width: 370px;
  z-index: 22;
}
@media (max-width: 767px) {
  .dpdslider .parceltracker {
    display: none;
  }
}
.dpdslider .parceltracker h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 20px;
  color: #414042;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .dpdslider .parceltracker {
    min-width: 180px;
    max-width: 320px;
  }
  .dpdslider .parceltracker h1 {
    font-size: 24px;
  }
}
.dpdslider .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 323px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dpdslider .item {
    height: 100%;
  }
}
.dpdslider .item video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dpdslider .item .img,
.dpdslider .item img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .dpdslider .item .img,
  .dpdslider .item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.dpdslider .item .textbox {
  position: absolute;
  bottom: 48px;
  left: 34px;
}
.dpdslider .item .textbox h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.dpdslider .item .textbox a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: "PlutoSansDPDLight", Arial, Verdana, sans-serif;
}
.dpdslider .item .textbox a.arrow:after {
  content: '';
  background: url(../icons/arrow_small_white_right.svg) no-repeat 100% 33%;
  width: 15px;
  height: 20px;
  position: absolute;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .dpdslider .item .textbox {
    min-width: 180px;
    max-width: 320px;
  }
  .dpdslider .item .textbox h1 {
    font-size: 24px;
  }
}
.dpdslider .item .textbox.text-black * {
  color: #414042 !important;
}
.dpdslider .item .textbox.text-black a.arrow:after {
  background: url(../icons/arrow_small_black_right.svg) no-repeat 100% 33%;
}
@media (max-width: 991px) {
  .dpdslider .item .textbox.xs-text-black * {
    color: #414042 !important;
  }
  .dpdslider .item .textbox.xs-text-black a.arrow:after {
    background: url(../icons/arrow_small_black_right.svg) no-repeat 100% 33%;
  }
}
#map {
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.line {
  border-bottom: 1px solid #e6e7e7;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@keyframes line {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px #DC0032;
  }
  100% {
    box-shadow: none;
  }
}
#menu #list {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background: #d5d5d5;
}
#menu:hover #list {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
  line-height: 16px;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-48 {
  font-size: 48px !important;
}
#cookieModal hr {
  border-top-color: #e6e7e7;
}
#cookieModal .modal-header,
#cookieModal .modal-body,
#cookieModal .modal-footer {
  padding: 20px;
}
#cookieModal .modal-title {
  margin-left: 58px;
  line-height: 42px;
}
#cookieModal .btn {
  height: 47px;
  font-size: 14px;
  font-family: "PlutoSansDPDRegular", Arial, Verdana, sans-serif;
}
#cookieModal .ios-checkbox:not(:checked) + .checkbox-label {
  background-color: #808285;
  box-shadow: inset 0 0 0 0 #dc0032, 0 0 0 2px #808285;
}
#cookieModal .ios-checkbox:checked[readonly] + .checkbox-label {
  background-color: #e6e7e7;
  box-shadow: inset 0 0 0 0 #dc0032, 0 0 0 2px #e6e7e7;
}
#cookieModal #cookies_headings {
  list-style: none;
  padding: 0;
}
#cookieModal #cookies_headings li {
  color: #8A8D90;
  padding: 15px 0;
  font-size: 14px;
  cursor: pointer;
}
#cookieModal #cookies_headings li:not(:last-of-type) {
  border-bottom: 1px solid #e6e7e7;
}
#cookieModal #cookies_headings li:hover,
#cookieModal #cookies_headings li.active {
  color: #DC0032;
}
#cookieModal .cookie_details h4 {
  font-size: 14px;
  font-family: "PlutoSansDPDRegular", Arial, Verdana, sans-serif;
}
#cookieModal .cookie_details p {
  font-size: 12px;
}
@media (min-width: 992px) {
  #cookieModal .modal-dialog {
    width: 650px;
  }
  #cookieModal .modal-body {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #cookieModal #cookies_info {
    padding-top: 20px;
  }
  #cookieModal #cookies_detail {
    margin-left: -20px;
  }
  #cookieModal #cookies_headings {
    margin-right: -8px;
    /*margin-left: -8px;*/
  }
  #cookieModal #cookies_headings li {
    padding-right: 8px;
    padding-left: 20px;
  }
  #cookieModal hr {
    /*margin-left: -8px;*/
    /*margin-right: -8px;*/
  }
  #cookieModal .cookie_details {
    padding-top: 20px;
    padding-left: 12px;
  }
  #cookieModal .cookie_details p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #cookieModal .modal-header {
    text-align: center;
  }
  #cookieModal .modal-header .modal-title {
    margin-left: 0px;
    text-align: center;
  }
  #cookieModal .cookie_details {
    border-bottom: 1px solid #e6e7e7;
  }
}
/* new PIN Modal */
@media (max-width: 768px) {
  .pin-modal {
    padding: 0.625em !important;
  }
}
.pin-modal .modal-dialog {
  margin: auto !important;
}
@media (min-width: 768px) {
  .pin-modal .modal-dialog {
    margin-top: 1.875em !important;
  }
}
.pin-modal .modal-header,
.pin-modal .modal-body,
.pin-modal .modal-footer {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.pin-modal .modal-header {
  padding-top: 1.313em !important;
  padding-bottom: 0.813em !important;
}
.pin-modal .modal-footer {
  padding-top: 1em !important;
  padding-bottom: 1.5em !important;
}
.pin-modal .modal-title {
  font-family: PlutoSansDPDLight;
  font-weight: normal;
  line-height: 1.3 !important;
  font-size: 1.75em !important;
  padding: 0.313em 0 !important;
  padding-right: 2em !important;
}
.pin-modal .modal-content {
  border-radius: 0.75em !important;
}
.pin-modal .modal-body {
  font-size: 1.125em !important;
}
.pin-modal button {
  border-radius: 0.25em !important;
  margin: 0 !important;
  outline: none !important;
  height: 3em !important;
}
.pin-modal .bootbox-close-button {
  font-family: PlutoSansDPDExtraLight;
  font-size: xxx-large !important;
  font-weight: 100 !important;
  padding: 0 !important;
  color: #414042 !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 0.7 !important;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  opacity: 0.6 !important;
}
.pin-modal .bootbox-close-button:hover {
  color: #414042 !important;
}
.pin-modal .content-header {
  margin-top: 1.063em !important;
}
.pin-modal .content-footer {
  font-size: 0.875em !important;
  margin-bottom: 1.063em !important;
}
.pin-modal .form-group {
  margin-top: -0.375em !important;
  margin-bottom: 0.75em !important;
}
.pin-modal .material-group:before,
.pin-modal .material-group:after {
  transition: none !important;
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
.pin-modal .material-group input.form-control {
  font-family: PlutoSansDPDLight;
  font-weight: normal !important;
  border: 1px solid #DCDCDC !important;
  border-radius: 0.25em !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0.375em 0.75em !important;
  font-size: 1.125em !important;
  color: #414042 !important;
  height: 3em !important;
}
.pin-modal .material-group label,
.pin-modal .material-group label {
  font-family: PlutoSansDPDLight;
  transform: translate(0.625em, 2.375em) !important;
  padding: 0 0.125em !important;
  font-size: 1.125em !important;
  font-weight: normal !important;
}
.pin-modal .material-group.is-active label,
.pin-modal .material-group.is-completed label {
  transform: translate(1.3em, 2.7em) !important;
  font-size: 0.625em !important;
  color: #808285 !important;
}
.pin-modal .material-group.is-active input,
.pin-modal .material-group.is-completed input {
  padding-top: 1em !important;
  padding-bottom: 0.188em !important;
}
.pin-modal .material-group.has-error label,
.pin-modal .material-group.has-error input.form-control {
  color: #a90026 !important;
}
.pin-modal .material-group.has-error input.form-control {
  border-color: #a90026 !important;
}
